Add shortcuts for "nexti" and "stepi" commands in Single-Key mode
[external/binutils.git] / gdb / doc / ChangeLog
1 2017-08-16  Ruslan Kabatsayev  <b7.10110111@gmail.com>
2
3         * gdb.texinfo (TUI Single Key Mode): Document the new shortcuts in
4         Single-Key mode.
5
6 2017-08-12  Sergio Durigan Junior  <sergiodj@redhat.com>
7
8         PR gdb/21925
9         * gdb.texinfo (Starting) <startup-with-shell>: Fix typo ("show
10         set...").
11
12 2017-08-09  Simon Marchi  <simon.marchi@ericsson.com>
13
14         * gdb.texinfo (Packets): Fix Z0 cmd_list doc referring to
15         conditional expression.
16
17 2017-07-31  Simon Marchi  <simon.marchi@ericsson.com>
18
19         * agentexpr.texi (rot): Fix symbolic description, improve
20         textual description.
21
22 2017-07-26  Yao Qi  <yao.qi@linaro.org>
23
24         * gdb.texinfo (Maintenance Commands): Document command
25         "maint check xml-descriptions".
26
27 2017-07-26  Yao Qi  <yao.qi@linaro.org>
28
29         * gdb.texinfo (Maintenance Commands): Document optional
30         argument of "maint print c-tdesc".
31
32 2017-07-18  Yao Qi  <yao.qi@linaro.org>
33
34         * gdb.texinfo (Maintenance Commands): Improve the doc to
35         command "maint print c-tdesc".
36
37 2017-06-20  Sergio Durigan Junior  <sergiodj@redhat.com>
38
39         PR gdb/21606
40         * python.texi (Python representation of Symbols.): Replace
41         SYMBOL_FUNCTION_DOMAIN by SYMBOL_FUNCTIONS_DOMAIN, fixing typo.
42         * guile.texi (Guile representation of Symbols.): Likewise.
43
44 2017-06-11  Simon Marchi  <simon.marchi@ericsson.com>
45
46         * gdb.texinfo (Optional Messages about Internal Happenings):
47         Document {set,show} debug separate-debug-file commands.
48
49 2017-06-07  Sergio Durigan Junior  <sergiodj@redhat.com>
50
51         * gdb.texinfo (Starting) <startup-with-shell>: Add @anchor.
52         (Connecting) <Remote Packet>: Add "startup-with-shell"
53         and "QStartupWithShell" to the table.
54         (Remote Protocol) <QStartupWithShell>: New item, explaining the
55         packet.
56
57 2017-05-22  Andrew Burgess  <andrew.burgess@embecosm.com>
58
59         * gdb.texinfo (Packets): Document vMustReplyEmpty packet.
60
61 2017-05-01  Tim Wiederhake  <tim.wiederhake@intel.com>
62
63         * python.texi (Recording in Python): Factor out the documentation of
64         gdb.RecordInstruction's super class.
65
66 2017-05-01  Tim Wiederhake  <tim.wiederhake@intel.com>
67
68         * python.texi (Recording in Python): Replace gdb.BtraceFunction with
69         gdb.RecordFunctionSegment.  Rename prev_sibling and next_sibling to
70         prev and next.
71
72 2017-05-01  Tim Wiederhake  <tim.wiederhake@intel.com>
73
74         * python.texi (Recording in Python): Replace gdb.BtraceInstruction with
75         gdb.RecordInstruction
76
77 2017-05-01  Tim Wiederhake  <tim.wiederhake@intel.com>
78
79         * python.texi (Recording in Python): Add documentation for
80         gdb.RecordGap and remove documentation of special cases for
81         gdb.BtraceInstruction.
82
83 2017-05-01  Tim Wiederhake  <tim.wiederhake@intel.com>
84
85         * python.texi (Recording in Python): Remove Record.ptid defvar.
86
87 2017-04-21  Simon Marchi  <simon.marchi@ericsson.com>
88
89         * gdb.texinfo (GDB/MI Thread Information): Add missing
90         fields, re-word some things.
91         (GDB/MI Thread Commands): Describe fields found in the output of
92         -thread-info, remove description of fields in the
93         thread output tuple, replace with a cross-reference to "GDB/MI
94         Thread Information".
95
96 2017-04-21  Simon Marchi  <simon.marchi@ericsson.com>
97
98         * gdb.texinfo (GDB/MI Thread Commands): Remove "current" field
99         from -thread-info output.
100
101 2017-03-28  Anton Kolesov  <anton.kolesov@synopsys.com>
102
103         * gdb.texinfo (Synopsys ARC): Document "set debug arc 2".
104
105 2017-03-28  Anton Kolesov  <anton.kolesov@synopsys.com>
106
107         * gdb.texinfo (Synopsys ARC): Add "maint print arc arc-instruction".
108
109 2017-03-22  Yao Qi  <yao.qi@linaro.org>
110
111         * python.texi (Inferiors In Python): Remove @code from Python.
112
113 2017-03-21  Tim Wiederhake  <tim.wiederhake@intel.com>
114
115         * python.texi (Recordings In Python): Document return type of
116         gdb.BtraceInstruction.data.
117
118 2017-03-20  Marc-Andre Laperle  <marc-andre.laperle@ericsson.com>
119
120         * gdb.texinfo (gdb/mi Symbol Query Commands): Document new MI
121         command file-list-shared-libraries
122         (GDB/MI Async Records): Update documentation of library-loaded with new
123         field.
124
125 2017-03-16  Doug Evans  <dje@google.com>
126
127         * guile.texi (Lazy Strings In Guile): Mention arrays.
128         * python.texi (Lazy Strings In Python): Ditto.
129
130 2017-03-08  Jiong Wang  <jiong.wang@arm.com>
131
132         * gdb.texinfo (Memory Protection Extensions): Add missing escape
133         character "@".
134
135 2017-03-07  Walfred Tedeschi <walfred.tedeschi@intel.com>
136
137         * Memory Protection Extensions: Add information about inferior
138         calls.
139
140 2017-02-20  Jan Kratochvil  <jan.kratochvil@redhat.com>
141
142         * gdb.texinfo (Print Settings, Tail Call Frames): Rename DW_OP_GNU_*,
143         DW_TAG_GNU_* and DW_AT_GNU_*.
144
145 2017-02-14  Tim Wiederhake  <tim.wiederhake@intel.com>
146
147         * python.texi (Recordings In Python): New section.
148
149 2017-02-14  Tom Tromey  <tom@tromey.com>
150
151         PR python/13598:
152         * python.texi (Events In Python): Document events.before_prompt.
153
154 2017-02-13  Luis Machado  <lgustavo@codesourcery.com>
155
156         * gdb.texinfo (Target Commands): Document the optional offset
157         argument for the load command.
158
159 2017-02-10  Martin Galvan  <martingalvan@sourceware.org>
160
161         PR gdb/21122
162         * gdb.texinfo (Breakpoints): Reword documentation to speak in terms of
163         space-separated breakpoint lists.  Also add a missing @table command
164         and @cindex for breakpoint lists.
165
166 2017-02-06  Ivo Raisr  <ivo.raisr@oracle.com>
167
168         PR tdep/20936
169         * gdb.texinfo: (Standard Target Features): Document SPARC features.
170         (Sparc Features): New node.
171
172 2017-01-27  Walfred Tedeschi  <walfred.tedeschi@intel.com>
173
174         * gdb.texinfo (i386 Features): Add system segment registers
175         as feature.
176
177 2017-01-24  Simon Marchi  <simon.marchi@ericsson.com>
178
179         * python.texi (Events In Python): Fix typo.
180
181 2017-01-20  Mike Wrighton  <mike_wrighton@codesourcery.com>
182             Luis Machado  <lgustavo@codesourcery.com>
183
184         * gdb.texinfo (-target-flash-erase): New MI command description.
185         (flash-erase): New CLI command description.
186
187 2017-01-04  John Baldwin  <jhb@FreeBSD.org>
188
189         * gdb.texinfo (Contributors): Add SRI International and University
190         of Cambridge for FreeBSD/mips.
191
192 2016-12-22  Doug Evans  <xdje42@gmail.com>
193
194         * gdb.texinfo (Symbols): Update docs for symbol printing maintenance
195         commands.
196
197 2016-12-02  Pedro Alves  <palves@redhat.com>
198
199         * gdb.texinfo (User-defined Commands): Limit on number of
200         arguments passed to user-defined commands removed; update.
201
202 2016-12-02  Pedro Alves  <palves@redhat.com>
203
204         PR cli/20559
205         * gdb.texinfo (Define): Add example of using "eval" to process a
206         variable number of arguments.
207         (Output) <eval>: Add anchor.
208
209 2016-11-30  Simon Marchi  <simon.marchi@polymtl.ca>
210
211         * Makefile.in: Likewise.
212
213 2016-11-18  Andreas Arnez  <arnez@linux.vnet.ibm.com>
214
215         * gdb.texinfo (GDB/MI Async Records): Add missing comma after
216         xref.
217
218 2016-10-29  Pedro Alves  <palves@redhat.com>
219
220         * gdb.texinfo (Packets) <vCont>: Remove mention of default
221         actions.
222
223 2016-10-26  Pedro Alves  <palves@redhat.com>
224
225         * gdb.texinfo (Packets): Clarify vCont packets with multiple
226         actions that match a thread, and what happens when an action
227         matches a thread that is already running.
228
229 2016-10-14  Simon Marchi  <simon.marchi@ericsson.com>
230
231         * gdb.texinfo (Using Trace Files): Fix typo.
232         (GDB/MI Tracepoint Commands): Likewise.
233
234 2016-10-14  Simon Marchi  <simon.marchi@ericsson.com>
235
236         * gdb.texinfo (GDB/MI Tracepoint Commands): Document -ctf switch
237         of -trace-save.
238
239 2016-10-06  Tom Tromey  <tom@tromey.com>
240
241         * guile.texi (Types In Guile): Remove Java mentions.
242         * python.texi (Types In Python): Remove Java mentions.
243         * gdb.texinfo (Address Locations, Supported Languages)
244         (Index Section Format): Remove Java mentions.
245
246 2016-08-15  Doug Evans  <dje@google.com>
247
248         * gdb.texinfo (Target Description Format): Update docs on "end"
249         field spec and field default type.
250
251 2016-10-03  Antoine Tremblay  <antoine.tremblay@ericsson.com>
252 2016-10-03  Simon Marchi  <simon.marchi@ericsson.com>
253
254         PR gdb/20487
255         * gdb.texinfo (Context management): Update mention of frame
256         change notifications.
257         (gdb/mi Async Records): Document frame field in
258         =thread-select event.
259         * observer.texi (GDB Observers): New user_selected_context_changed
260         observer.
261
262 2016-09-28  Tom Tromey  <tom@tromey.com>
263
264         * gdb.texinfo (Packets) <z0>: Use "software breakpoint" rather
265         than "memory breakpoint".  Further document "kind".  Move
266         protocol-details link earlier.
267         <z1>: Document the cmd_list argument.  Fix typo.
268         <g>: Remove incorrect sentence.
269         (Stop Reply Packets): Document "OK" response to requests when in
270         non-stop mode.
271         <swbreak>: Use "software breakpoint" rather than "memory
272         breakpoint".
273         <create>: Document that "R" is ignored.
274         <W, X, w>: Document formatting of "AA".
275         (Notification Packets): Use "%Stop", not "%%Stop".
276
277 2016-09-21  Anton Kolesov  <anton.kolesov@synopsys.com>
278
279         * gdb.texinfo (Embedded Processors): Document ARC.
280         (Synopsys ARC): New section.
281         (Standard Target Features): Document ARC features.
282         (ARC Features): New section.
283
284 2016-09-21  Simon Marchi  <simon.marchi@ericsson.com>
285
286         * .gitignore: New file.
287
288 2016-08-24  Simon Marchi  <simon.marchi@ericsson.com>
289
290         * gdb.texinfo (Input/Output): Mention possibility to unset
291         inferior-tty.
292
293 2016-07-25  Tim Wiederhake  <tim.wiederhake@intel.com>
294
295         * gdb.texinfo: Resume btrace on reconnect.
296
297 2016-07-23  Gabriel Krisman Bertazi  <gabriel@krisman.be>
298
299         * gdb.texinfo (Set Catchpoints): Add 'group' argument to catch
300         syscall.
301
302 2016-06-30  Руслан Ижбулатов  <lrn1986@gmail.com>
303
304         * gdb.texinfo (Cygwin Native): Document the new 'signal-event'
305         command.
306
307 2016-07-13  Tom Tromey  <tom@tromey.com>
308
309         PR python/15620, PR python/18620:
310         * python.texi (Events In Python): Document new breakpoint events.
311
312 2016-07-13  Tom Tromey  <tom@tromey.com>
313
314         PR python/17698:
315         * python.texi (Breakpoints In Python): Document
316         Breakpoint.pending.
317
318 2016-07-13  Tom Tromey  <tom@tromey.com>
319
320         * python.texi (Breakpoints In Python): Move table of types and
321         table of watchpoint types earlier in node.
322
323 2016-07-12  Tom Tromey  <tom@tromey.com>
324
325         PR python/19293:
326         * python.texi (Frames In Python): Document
327         gdb.invalidate_cached_frames.
328
329 2016-06-21  Pedro Alves  <palves@redhat.com>
330
331         * gdb.texinfo (Interpreters): Update intepreter-exec section,
332         document new-ui and explain use case.
333
334 2016-06-17  Yan-Ting Lin  <currygt52@gmail.com>
335
336         * gdb.texinfo (Standard Target Features): Document NDS32 features.
337         (NDS32 Features): New Section.
338
339 2016-06-09  Toshihito Kikuchi  <k.toshihito@yahoo.de>
340
341         * gdb.texinfo (Examining Memory): Document negative repeat
342         count in the 'x' command.
343
344 2016-06-06  Simon Marchi  <simon.marchi@ericsson.com>
345
346         * gdb.texinfo (GDB/MI Async Records): Document method and
347         format fields in =record-started.
348         * observer.texi (record_changed): Add method and format
349         parameters.
350
351 2016-05-27  Eli Zaretskii  <eliz@gnu.org>
352
353         * gdb.texinfo (General Query Packets): Move the description of the
354         response before the long list of the specific 'read' and 'write'
355         requests.
356
357 2016-05-23  Tom Tromey  <tom@tromey.com>
358
359         * python.texi (Basic Python): Document gdb.breakpoints return.
360
361 2016-05-24  Tom Tromey  <tom@tromey.com>
362
363         PR gdb/19194:
364         * gdb.texinfo (gdb man): Fix typo.
365
366 2016-05-17  Tom Tromey  <tom@tromey.com>
367
368         * gdb.texinfo (Supported Languages): Mention Rust.  Update menu.
369         (Rust): New node.
370
371 2016-05-17  Tom Tromey  <tom@tromey.com>
372
373         * gdb.texinfo (Maintenance Commands): Document "maint selftest".
374
375 2016-04-27  Yao Qi  <yao.qi@linaro.org>
376
377         * gdb.texinfo (tfind): Complete doc about tfind without
378         argument.
379
380 2016-04-13  Antoine Tremblay  <antoine.tremblay@ericsson.com>
381
382         * agentexpr.texi (byte): Fix zero_ext description.
383
384 2016-03-31  Pedro Alves  <palves@redhat.com>
385
386         * gdb.texinfo (M32R/SDI): Delete node.
387         (MIPS Embedded): Remove references to the MIPS remote debugging
388         protocol, PMON and variants, and the associated commands.
389
390 2016-03-15  Doug Evans  <dje@google.com>
391
392         * gdb.texinfo (Target Descriptions): New menu item "Enum Target Types".
393         (Target Description Format): Mention enum types.  Update docs on
394         flags types.
395         (Predefined Target Types): Add "bool".
396         (Enum Target Types): New node.
397
398 2016-03-15  Pedro Alves  <palves@redhat.com>
399
400         * gdb.texinfo (Tracepoint Actions): Fix typo.
401
402 2016-03-15  Pedro Alves  <palves@redhat.com>
403             Andreas Arnez  <arnez@linux.vnet.ibm.com>
404             Marcin Kościelnicki  <koriakin@0x04.net>
405
406         * gdb.texinfo (Tracepoint Actions): Document possible
407         unreliability of '$_ret'.
408
409 2016-03-11  Andrew Burgess  <andrew.burgess@embecosm.com>
410
411         * gdb.texinfo (Symbols): Document new 'maint info line-table'
412         command.
413
414 2016-03-10  Simon Marchi  <simon.marchi@polymtl.ca>
415
416         * gdb.texinfo (Convenience Functions): Document $_as_string.
417
418 2016-02-23  Doug Evans  <dje@google.com>
419
420         * gdb.texinfo (Skipping Over Functions and Files): Document new
421         options to "skip" command.  Update docs of output of "info skip".
422
423 2016-02-18  Walfred Tedeschi  <walfred.tedeschi@intel.com>
424
425         * gdb.texinfo (Signals): Add bound violation display hints for
426         a SIGSEGV.
427
428 2016-02-18  Marcin Kościelnicki  <koriakin@0x04.net>
429
430         * gdb.texinfo (Trace File Format): Add documentation for description
431         section lines.
432
433 2016-02-10  Marcin Kościelnicki  <koriakin@0x04.net>
434
435         * gdb.texinfo (Trace File Format): Remove misleading information
436         about register block ordering.
437
438 2016-02-01  Doug Evans  <dje@google.com>
439
440         * gdb.texinfo (Value Sizes): Fix typo.
441
442 2016-02-01  Doug Evans  <dje@google.com>
443
444         * gdb.texinfo (Skipping Over Functions and Files): Fix typo.
445
446 2016-02-01  Andrew Burgess  <andrew.burgess@embecosm.com>
447
448         * gdb.texinfo (Value Sizes): New section.
449         (Data): Add the 'Value Sizes' node to the menu.
450
451 2016-01-26  John Baldwin  <jhb@FreeBSD.org>
452
453         * gdb.texinfo (Debugging Output): Fix subject verb disagreements.
454
455 2016-01-19  John Baldwin  <jhb@FreeBSD.org>
456
457         * gdb.texinfo (Debugging Output): Document "set/show debug fbsd-lwp".
458
459 2016-01-18  Pedro Alves  <palves@redhat.com>
460
461         * gdb.texinfo (Threads): Mention that GDB displays the ID and name
462         of the thread that hit a breakpoint or received a signal.
463
464 2016-01-15  Pedro Alves  <palves@redhat.com>
465
466         * gdb.texinfo (Threads) <thread ID lists>: Document star ranges.
467
468 2016-01-13  Pedro Alves  <palves@redhat.com>
469
470         * gdb.texinfo (Threads): Document the $_gthread convenience
471         variable.
472         (Convenience Vars): Likewise.
473
474 2016-01-13  Pedro Alves  <palves@redhat.com>
475
476         * gdb.texinfo (Threads): Document "info threads -gid".
477
478 2016-01-13  Pedro Alves  <palves@redhat.com>
479
480         * python.texi (Breakpoints In Python) <Breakpoint.thread>: Add
481         anchor.
482         (Threads In Python): Document new InferiorThread.global_num
483         attribute.
484
485 2016-01-07  Pedro Alves  <palves@redhat.com>
486
487         * gdb.texinfo (Threads): Document per-inferior thread IDs,
488         qualified thread IDs, global thread IDs and thread ID lists.
489         (Set Watchpoints, Thread-Specific Breakpoints): Adjust to refer to
490         thread IDs.
491         (Convenience Vars): Document the $_thread convenience variable.
492         (Ada Tasks): Adjust to refer to thread IDs.
493         (GDB/MI Async Records, GDB/MI Thread Commands, GDB/MI Ada Tasking
494         Commands, GDB/MI Variable Objects): Update to mention global
495         thread IDs.
496         * guile.texi (Breakpoints In Guile)
497         <breakpoint-thread/set-breakpoint-thread breakpoint>: Mention
498         global thread IDs instead of thread IDs.
499         * python.texi (Threads In Python): Adjust documentation of
500         InferiorThread.num.
501         (Breakpoint.thread): Mention global thread IDs instead of thread
502         IDs.
503
504 2016-01-13  Pedro Alves  <palves@redhat.com>
505
506         * python.texi (Threads In Python): Document
507         InferiorThread.inferior.
508
509 2016-01-13  Pedro Alves  <palves@redhat.com>
510
511         * gdb.texinfo (Inferiors and Programs): Document the $_inferior
512         convenience variable.
513         (Convenience Vars): Likewise.
514
515 2016-01-12  Josh Stone  <jistone@redhat.com>
516             Philippe Waroquiers  <philippe.waroquiers@skynet.be>
517
518         * gdb.texinfo (Remote Configuration): List the QCatchSyscalls packet.
519         (Stop Reply Packets): List the syscall entry and return stop reasons.
520         (General Query Packets): Describe QCatchSyscalls, and add it to the
521         table and the detailed list of stub features.
522
523 2016-01-12  Pedro Alves  <palves@redhat.com>
524
525         Remove use of the registered trademark symbol throughout.
526
527 2016-01-12  Yao Qi  <yao.qi@linaro.org>
528
529         * gdb.texinfo (Interrupts): Update the document on handling
530         interrupt when program is stopped.
531
532 2015-12-11  Don Breazeal  <donb@codesourcery.com>
533
534         * gdb.texinfo (Forks): Correct Linux kernel version where
535         fork and exec events are supported, add notes about support
536         of these events in target remote mode.
537         (Connecting): Reorganize and clarify distinctions between
538         target remote, extended-remote, and multiprocess.
539         Reorganize related text from separate sections into new
540         sections.
541         (Server): Note effects of target extended-remote mode.
542         Delete section on Multi-Process Mode for gdbserver.
543         Move some text to "Connecting" node.
544
545 2015-12-10  Pedro Alves  <palves@redhat.com>
546
547         * gdb.texinfo (Threads): Replace warning with explanation
548         about single-threaded programs.
549
550 2015-12-10  Pedro Alves  <palves@redhat.com>
551
552         * gdb.texinfo (Threads): Remove mention of SGI.
553         (Forks): Remove mention of HP-UX.
554         (Breakpoints): Remove mention of HP-UX.
555         (Set Watchpoints) <hardware watchpoints>: Don't mention HP-UX.
556         Reword in terms of architectures.
557         (Set Catchpoints) <catch exec, catch fork, catch vfork>: Don't
558         mention supported systems.
559         (Convenience Vars): Don't mention HP-UX.
560         (Jumping): Remove mention of HP-UX in comment.
561         (Files) <shared libraries>: Update supported shared library types
562         list.  Remove mention of HP-UX.
563         (Native): Remove HP-UX subsection.
564         (SVR4 Process Information): Remove mention of HP-UX.
565
566 2015-12-10  Pedro Alves  <palves@redhat.com>
567
568         * gdb.texinfo (Stack): Reorder menu.
569
570 2015-12-09  Luis Machado  <lgustavo@codesourcery.com>
571
572         * gdb.texinfo (GDB/MI Variable Objects): Update text to mention
573         -var-set-format's new zero-hexadecimal format.
574
575 2015-12-08  Pierre-Marie de Rodat  <derodat@adacore.com>
576
577         * gdb.texinfo (Ada Mode Into): Move overloading support
578         description to its own node.
579         (Overloading support for Ada): New node.
580
581 2015-11-30  Pedro Alves  <palves@redhat.com>
582
583         PR 14618
584         * gdb.texinfo (Stop Reply Packets): Document the N stop reply.
585         (Remote Configuration): Add the "set/show remote
586         no-resumed-stop-reply" to the available settings table.
587         (General Query Packets): Document the "no-resumed" qSupported
588         feature.
589
590 2015-11-30  Pedro Alves  <palves@redhat.com>
591
592         * gdb.texinfo (Remote Configuration): List "set/show remote
593         thread-events" command in configuration table.
594         (Stop Reply Packets): Document "T05 create" stop
595         reason and 'w' stop reply.
596         (General Query Packets): Document QThreadEvents packet.  Document
597         QThreadEvents qSupported feature.
598
599 2015-11-30  Pedro Alves  <palves@redhat.com>
600
601         * gdb.texinfo (Bootstrapping): Add "interrupting remote targets"
602         anchor.
603         (Packets): Document vCtrlC.
604
605 2015-11-26  Simon Marchi  <simon.marchi@ericsson.com>
606
607         * gdb.texinfo (Thread List Format): Mention thread names.
608
609 2015-11-24  Pedro Alves  <palves@redhat.com>
610
611         PR 17539
612         * gdb.texinfo (Inferiors and Programs): Adjust "maint info
613         program-spaces" example to ascending order listing.
614         (Threads): Adjust "info threads" example to ascending order
615         listing.
616         (Forks): Adjust "info inferiors" example to ascending order
617         listing.
618
619 2015-11-04  Markus Metzger  <markus.t.metzger@intel.com>
620
621         * gdb.texinfo (Process Record and Replay): Document "record
622         instruction-history" modifiers.
623
624 2015-10-12  Andrew Burgess  <andrew.burgess@embecosm.com>
625
626         * gdb.texinfo (Frames): Remove 'frame' and 'select-frame'
627         description.
628         (Frame Filter Management): Move to later in the 'Examining the
629         Stack' chapter.
630         (Selection): Add entry for 'select-frame'.
631
632 2015-09-25  Doug Evans  <dje@google.com>
633
634         * gdb.texinfo (Process Record and Replay): Fix syntax of
635         "record instruction-history begin, end" and
636         "record function-call-history begin, end".
637
638 2015-09-22  Simon Marchi  <simon.marchi@ericsson.com>
639
640         * gdb.texinfo (Specifying Source Directories): Fix
641         substitute-path example.
642
643 2015-09-18  Markus Metzger  <markus.t.metzger@intel.com>
644
645         * gdb.texinfo (All-Stop Mode): Describe new scheduler-locking mode.
646
647 2015-09-15  Pedro Alves  <palves@redhat.com>
648
649         PR remote/18965
650         * gdb.texinfo (Stop Reply Packets): Revert previous change to
651         the vforkdone description.
652
653 2015-09-15  Pedro Alves  <palves@redhat.com>
654
655         PR remote/18965
656         * gdb.texinfo (Stop Reply Packets): Explain that vforkdone's 'r'
657         part indicates the thread ID of the parent process.
658
659 2015-09-15  Yao Qi  <yao.qi@linaro.org>
660
661         * gdb.texinfo (General Query Packets): Add vContSupported to
662         tables of 'gdbfeatures' and 'stub features' supported in the
663         qSupported packet, as well as to the list containing stub
664         feature details.
665
666 2015-09-11  Don Breazeal  <donb@codesourcery.com>
667
668         * gdb.texinfo (Remote Configuration): Add exec event
669         feature to table of packet settings.
670         (Stop Reply Packets): Add exec events to the list of stop
671         reasons.
672         (General Query Packets): Add exec events to tables of
673         'gdbfeatures' and 'stub features' supported in the qSupported
674         packet, as well as to the list containing stub feature
675         details.
676
677 2015-08-24  Pedro Alves  <palves@redhat.com>
678
679         * gdb.texinfo (Remote Configuration): Document the "set/show
680         remote multiprocess-extensions-packet" commands.
681
682 2015-08-24  Pedro Alves  <palves@redhat.com>
683
684         * gdb.texinfo (Embedded Processors) <ARM>: Remove references to RDI.
685         <M32R>: Remove references to M32R/D.
686         <M68K>: Remove references to target dbug.
687         <MIPS Embedded>: Remove references to target r3900 and target
688         array.
689         <PowerPC Embedded>: Remove references to target dink32 and target
690         ppcbug, target sds
691         <PA, Sparclet, Sparclite, Z8000>: Delete nodes.
692
693 2015-08-18  Andrew Burgess  <andrew.burgess@embecosm.com>
694
695         * gdb.texinfo (GDB Files): Add 'File Caching' menu entry.
696
697 2015-08-18  Andrew Burgess  <andrew.burgess@embecosm.com>
698
699         * gdb.texinfo (File Caching): Document "set/show debug bfd-cache".
700
701 2015-08-18  Andrew Burgess  <andrew.burgess@embecosm.com>
702
703         * gdb.texinfo (Maintenance Commands): Move documentation of "main
704         info bfds" to...
705         (File Caching): A New section.  Outline bfd caching, and add new
706         description for "main set/show bfd-sharing".
707
708 2015-08-14  Doug Evans  <xdje42@gmail.com>
709
710         * gdb.texinfo (Machine Code): Update docs for mixed source/assembly
711         disassembly.
712         (GDB/MI Data Manipulation): Update docs for new disassembly modes.
713
714 2015-08-11  Keith Seitz  <keiths@redhat.com>
715
716         * gdb.texinfo (Thread-Specific Breakpoints, Printing Source Lines):
717         Use "location(s)"instead of "linespec(s)".
718         (Specifying a Location): Rewrite.
719         Add subsections describing linespec, address, and explicit locations.
720         Add node/menu for each subsection.
721         (Source and Machine Code, C Preprocessor Macros)
722         (Create and Delete Trace points)
723         (Extensions for Ada Tasks): Use "location(s)" instead of "linespec(s)".
724         (Continuing at a Different Address): Remove "linespec" examples.
725         Add reference to "Specify a Location"
726         (The -break-insert Command): Rewrite.  Add anchor.
727         Add reference to appropriate manual section discussing locations.
728         (The -dprintf-insert Command): Refer to -break-insert for
729         specification of 'location'.
730
731 2015-08-07  Pedro Alves  <palves@redhat.com>
732
733         * gdb.texinfo (Maintenance Commands): Document "maint set/show
734         target-non-stop".
735
736 2015-08-07  Markus Metzger  <markus.t.metzger@intel.com>
737
738         * gdb.texinfo (Process Record and Replay): Document prefixing of
739         speculatively executed instructions in the "record instruction-history"
740         command.
741
742 2015-07-20  Doug Evans  <dje@google.com>
743
744         * Makefile.in (STABS_DOC_BUILD_INCLUDES): Add gdb-cfg.texi, GDBvn.texi.
745
746 2015-07-16  Doug Evans  <dje@google.com>
747
748         * stabs.texinfo: @include gdb-cfg.texi.
749
750 2015-07-15  Jan Kratochvil  <jan.kratochvil@redhat.com>
751
752         Revert the previous 2 commits:
753         gdbserver build-id attribute generator
754         Validate symbol file using build-id
755
756 2015-07-15  Jan Kratochvil  <jan.kratochvil@redhat.com>
757
758         * gdb.texinfo (Files): Add 'set validate-build-id'
759         and 'show validate-build-id'.
760
761 2015-07-15  Aleksandar Ristovski  <aristovski@qnx.com
762             Jan Kratochvil  <jan.kratochvil@redhat.com>
763
764         gdbserver build-id attribute generator.
765         * gdb.texinfo (Library List Format for SVR4 Targets): Add
766         'build-id' in description, example, new attribute in dtd.
767
768 2015-07-08  Andrew Burgess  <andrew.burgess@embecosm.com>
769
770         * gdb.texinfo (Selection): Update documentation for 'frame'
771         command.
772
773 2015-07-02  Markus Metzger  <markus.t.metzger@intel.com>
774
775         * gdb.texinfo (Maintenance Commands): Document "maint btrace"
776         commands.
777
778 2015-07-02  Markus Metzger  <markus.t.metzger@intel.com>
779
780         * gdb.texinfo (Process Record and Replay): Spell out that variables
781         and registers are not available during btrace replay.
782         Describe the new "record btrace pt" command.
783         Describe the new "set|show record btrace pt buffer-size" options.
784         (General Query Packets): Describe the new Qbtrace:pt and
785         Qbtrace-conf:pt:size packets.
786         Expand "bts" to "Branch Trace Store".
787         Update the branch trace DTD.
788
789 2015-06-26  Patrick Palka  <patrick@parcs.ath.cx>
790
791         * gdb.texinfo (Command History): Document the new option
792         "history remove-duplicates".
793
794 2015-06-19  Doug Evans  <dje@google.com>
795
796         * stabs.texinfo (ELF Linker Relocation): Mention Sun stabs is no
797         longer supported.
798
799 2015-06-17  Patrick Palka  <patrick@parcs.ath.cx>
800
801         * gdb.texinfo (Command History): Mention that setting
802         GDBHISTSIZE to the empty string disables history truncation.
803
804 2015-06-17  Patrick Palka  <patrick@parcs.ath.cx>
805
806         PR gdb/16999
807         * gdb.texinfo (Command History): Mention new GDBHISTSIZE
808         behavior.
809
810 2015-06-17  Patrick Palka  <patrick@parcs.ath.cx>
811
812         * gdb.texinfo (Command History): Replace occurrences of HISTSIZE
813         with GDBHISTSIZE.
814
815 2015-06-15  Simon Marchi  <simon.marchi@ericsson.com>
816
817         * gdb.texinfo (GDB/MI Data Manipulation): Clarify usage of
818         bytes and memory units for -data-{read,write}-memory-bytes.
819         (Packets): Same for m, M and X packets.
820         * python.texi (Inferiors In Python): Same for read_memory and
821         write_memory.
822
823 2015-06-10  Jon Turney  <jon.turney@dronecode.org.uk>
824
825         * gdb.texinfo (Separate Debug Files): Document that PE is also
826         supported.
827
828 2015-06-13  Andrew Burgess  <andrew.burgess@embecosm.com>
829
830         * gdb.texinfo (TUI Commands): Bring all 'tui reg' commands into a
831         single table entry.
832
833 2015-06-10  Walfred Tedeschi  <walfred.tedeschi@intel.com>
834
835         * gdb.textinfo (i386): Fix "@end table" end and "@table" placement.
836
837
838 2015-06-10  Gary Benson <gbenson@redhat.com>
839
840         * gdb.texinfo (Remote Configuration): Document the
841         "set/show remote hostio-setfs-packet" command.
842         (Host I/O Packets): Document the vFile:setfs packet.
843
844 2015-06-10  Gary Benson <gbenson@redhat.com>
845
846         * gdb.texinfo (Debugging Output): Document the "set/show debug
847         linux-namespaces" command.
848
849 2015-06-10  Walfred Tedeschi  <walfred.tedeschi@intel.com>
850             Mircea Gherzan  <mircea.gherzan@intel.com>
851
852         * gdb.texinfo (i386): Add documentation about "show mpx bound"
853         and "set mpx bound".
854
855 2015-05-27  Doug Evans  <dje@google.com>
856
857         * gdb.texinfo (Debugging Output): Mention set/show debug dwarf-line.
858
859 2015-05-26  Doug Evans  <dje@google.com>
860
861         * gdb.texinfo (Debugging Output): Update for DWARF "set debug"
862         command renamings.
863         (Maintenance Commands): Update for DWARF "set debug" command renamings.
864
865 2015-05-26  Andrew Burgess  <andrew.burgess@embecosm.com>
866
867         * gdb.texinfo (TUI Commands): Add 'tui reg prev' details.
868
869 2015-05-22  Andrew Burgess  <andrew.burgess@embecosm.com>
870
871         * gdb.texinfo (TUI): Include 'tui enable' in the introduction.
872         (TUI Commands): Add 'tui enable' and 'tui disable' details.
873
874 2015-05-16  Doug Evans  <xdje42@gmail.com>
875
876         * guile.texi (Memory Ports in Guile): Document support for unbuffered
877         memory ports.
878
879 2015-05-16  Jan Kratochvil  <jan.kratochvil@redhat.com>
880
881         * gdb.texinfo (Compiling and Injecting Code): Add compile print.
882
883 2015-05-12  Don Breazeal  <donb@codesourcery.com>
884
885         * gdb.texinfo (Forks): Note that fork debugging is
886         supported in extended mode.
887         (Remote Configuration): Add fork event features to table
888         of packet settings.
889         (Stop Reply Packets): Add fork events to list of stop reasons.
890         (General Query Packets): Add fork events to tables of
891         'gdbfeatures' and 'stub features' supported in the qSupported
892         packet, as well as to the list containing stub feature
893         details.
894
895 2015-05-12  Gary Benson <gbenson@redhat.com>
896
897         * gdb.texinfo (General Query Packets): Document
898         qXfer:exec-file:read with empty annex.
899
900 2015-05-09  Siva Chandra Reddy  <sivachandra@google.com>
901
902         * python.texi (Values From Inferior): Add descriptions of new
903         methods gdb.Value.reference_value and gdb.Value.const_value.
904
905 2015-05-06  Joel Brobecker  <brobecker@adacore.com>
906
907         * gdb.texinfo (Files): Add "info dll" documentation.
908         (Cygwin Native): Remove "info dll" documentation.
909
910 2015-04-29  Doug Evans  <dje@google.com>
911
912         * python.texi (Xmethod API) <gdb.XMethodWorker.get_result_type>:
913         Document.
914         (Writing an Xmethod): Add get_result_type to example.
915
916 2015-04-28  Sasha Smundak  <asmundak@google.com>
917
918         * python.texi: New method documented.
919
920 2015-04-24  Andrew Burgess  <andrew.burgess@embecosm.com>
921
922         * gdb.texinfo (Dump/Restore Files): Add detail about verilog dump
923         format.
924
925 2015-04-24  Doug Evans  <dje@google.com>
926
927         * python.texi (Xmethods In Python): Fix name of method to call the
928         xmethod.
929
930 2015-04-17  Gary Benson <gbenson@redhat.com>
931
932         * gdb.texinfo (Connecting to a Remote Target): Mention that
933         GDB can access program files from remote targets that support
934         qXfer:exec-file:read and Host I/O packets.
935
936 2015-04-17  Gary Benson <gbenson@redhat.com>
937
938         * gdb.texinfo (Remote Configuration): Document the "set/show
939         remote pid-to-exec-file-packet" command.
940         (General Query Packets): Document the qXfer:exec-file:read
941         qSupported features.  Document the qXfer:exec-file:read packet.
942
943 2015-04-17  Gary Benson <gbenson@redhat.com>
944
945         * gdb.texinfo (set sysroot): Document that "set sysroot" also
946         applies to executable paths if supplied to GDB as absolute.
947
948 2015-04-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
949
950         * gdb.texinfo (Mode Options): Remove -xdb.
951
952 2015-04-10  Jan Kratochvil  <jan.kratochvil@redhat.com>
953             Eli Zaretskii  <eliz@gnu.org>
954
955         * gdb.texinfo (Compiling and Injecting Code): Describe set debug
956         compile, show debug compile.  New subsection Compilation options for
957         the compile command.  New subsection Compiler search for the compile
958         command.
959
960 2015-04-09  Andy Wingo  <wingo@igalia.com>
961
962         * guile.texi (Frames In Guile): Describe frame-read-register.
963
964 2015-04-02  Gary Benson <gbenson@redhat.com>
965
966         * gdb.texinfo (set sysroot): Document "target:".
967
968 2015-04-01  Sasha Smundak  <asmundak@google.com>
969
970         * doc/python.texi (Writing a Frame Unwinder in Python): Add
971         section.
972
973 2015-03-31  Sergio Durigan Junior  <sergiodj@redhat.com>
974
975         PR corefiles/16092
976         * gdb.texinfo (gcore): Mention new command 'set
977         use-coredump-filter'.
978         (set use-coredump-filter): Document new command.
979
980 2015-03-31  Antoine Tremblay  <antoine.tremblay@ericsson.com>
981
982         * gdb.texinfo (Operating System Auxiliary Information): Add info os cpus
983         documentation, reorder the info os entries in alphabetical order.
984
985 2015-03-26  Simon Marchi  <simon.marchi@ericsson.com>
986
987         * gdb.texinfo (GDB/MI Data Manipulation): Fix copy-paste typo in
988         -data-write-memory-bytes.
989
990 2015-03-24  Pedro Alves  <palves@redhat.com>
991
992         * gdb.texinfo (test_step) <set scheduler-locking step>: No longer
993         mention that threads may sometimes run unlocked.
994
995 2015-03-23  Yurij Grechishhev  <yurij.grechishhev@gmail.com>
996
997         * gdb.texinfo (Remote configuration): Document "set/show
998         serial parity" command.
999
1000 2015-03-18  Gary Benson <gbenson@redhat.com>
1001
1002         * gdb.texinfo (General Query Packets): Remove documentation
1003         for now-removed vFile:fstat qSupported features.
1004
1005 2015-03-11  Gary Benson <gbenson@redhat.com>
1006
1007         * gdb.texinfo (Remote Configuration): Document the
1008         "set/show remote hostio-fstat-packet" command.
1009         (General Query Packets): Document the vFile:fstat
1010         qSupported features.
1011         (Host I/O Packets): Document the vFile:fstat packet.
1012
1013 2015-03-11  Andy Wingo  <wingo@igalia.com>
1014
1015         * guile.texi (Objfiles In Guile): Document objfile-progspace.
1016
1017 2015-03-04  Pedro Alves  <palves@redhat.com>
1018
1019         * gdb.texinfo (Remote Configuration): Document the "set/show
1020         remote swbreak-feature-packet" and "set/show remote
1021         hwbreak-feature-packet" commands.
1022         (Packets) <Z0>: Add cross link to the "swbreak" stop reason's
1023         decription.
1024         (Stop Reply Packets): Document the swbreak and hwbreak stop
1025         reasons.
1026         (General Query Packets): Document the swbreak and hwbreak
1027         qSupported features.
1028         (Remote Non-Stop): Explain that swbreak and hwbreak are required.
1029
1030 2015-03-03  Philippe Proulx  <eeppeliteloop@gmail.com>
1031
1032         * gdb.texinfo (gdb/mi Async Records): Fix duplicate syscall-entry
1033         under *stopped.
1034
1035 2015-03-02  Doug Evans  <xdje42@gmail.com>
1036
1037         * gdb.texinfo (Specify Location): Fix syntax of filename:function.
1038
1039 2015-03-02  Andreas Arnez  <arnez@linux.vnet.ibm.com>
1040
1041         * gdb.texinfo (S/390 and System z Features): Describe new feature
1042         "org.gnu.gdb.s390.vx".
1043
1044 2015-02-23  Sergio Durigan Junior  <sergiodj@redhat.com>
1045
1046         PR gdb/18008
1047         * gdb.texinfo (maint internal-error, maint internal-warning, maint
1048         demangler-warning): Fix typo ("problam").
1049
1050 2015-02-19  David Taylor  <dtaylor@emc.com>
1051
1052         * agentexpr.texi (Bytecode Descriptions): Fix summary line for setv.
1053
1054 2015-02-17  Jose E. Marchesi  <jose.marchesi@oracle.com>
1055
1056         * gdb.texinfo (Static Probe Points): Add cindex `static probe
1057         point, DTrace'.
1058         (Static Probe Points): Modified to cover DTrace probes in addition
1059         to SystemTap probes.  Also modified to cover the `enable probe'
1060         and `disable probe' commands.
1061
1062 2015-02-17  Jose E. Marchesi  <jose.marchesi@oracle.com>
1063
1064         * gdb.texinfo (Static Probe Points): Cover the `enable probe' and
1065         `disable probe' commands.
1066
1067 2015-02-12  David Taylor  <dtaylor@emc.com>
1068
1069         * gdb.texinfo (Tracepoint Packets): Document the builtin and name
1070         fields of the QTDV packet.
1071
1072 2015-02-09  Markus Metzger  <markus.t.metzger@intel.com>
1073
1074         * gdb.texinfo (Branch Trace Configuration Format): Add size.
1075         (Process Record and Replay): Describe new set|show commands.
1076         (General Query Packets): Describe Qbtrace-conf:bts:size packet.
1077
1078 2015-02-09  Markus Metzger  <markus.t.metzger@intel.com>
1079
1080         * gdb.texinfo (Process Record and Replay): Describe the "record
1081         btrace bts" command.
1082         (General Query Packets): Describe qXfer:btrace-conf:read packet.
1083         (Branch Trace Configuration Format): New.
1084
1085 2015-01-31  Gary Benson <gbenson@redhat.com>
1086             Doug Evans  <dje@google.com>
1087
1088         * gdb.texinfo (Command Completion): Document new
1089         "set/show max-completions" option.
1090
1091 2015-01-31  Doug Evans  <xdje42@gmail.com>
1092
1093         * gdb.texinfo (Symbols): Document new commands
1094         "maint print symbol-cache", "maint print symbol-cache-statistics",
1095         "maint flush-symbol-cache".  Document new option
1096         "maint set symbol-cache-size".
1097
1098 2015-01-31  Doug Evans  <xdje42@gmail.com>
1099
1100         * gdb.texinfo (dotdebug_gdb_scripts section): Update docs to
1101         distinguish script files vs inlined scripts.
1102         * python.texi (Python Auto-loading): Ditto.
1103
1104 2015-01-30  Doug Evans  <dje@google.com>
1105
1106         * gdb.texinfo (Symbols) <info source>: Output now contains producer
1107         string if present.
1108
1109 2015-01-27  Doug Evans  <dje@google.com>
1110
1111         * python.texi (Objfiles In Python): Document Objfile.username.
1112
1113 2015-01-27  Doug Evans  <dje@google.com>
1114
1115         * python.texi (Objfiles In Python) <Objfile.filename>: Improve docs.
1116         * guile.texi (Objfiles In Guile) <objfile-filename>: Improve docs.
1117
1118 2015-01-22  Jan Kratochvil  <jan.kratochvil@redhat.com>
1119
1120         * gdb.texinfo (Threads): Describe -ascending for thread apply all.
1121
1122 2015-01-16  Eli Zaretskii  <eliz@gnu.org>
1123
1124         * doc/gdb.texinfo (TUI Commands): Document the possible
1125         values of NAME argument to 'winheight' command.  Explain the
1126         effect of 'tabset' setting better.
1127
1128 2015-01-11  Doug Evans  <xdje42@gmail.com>
1129
1130         PR gdb/15830
1131         * gdb.texinfo (Debugging C Plus Plus): Mention "demangle".
1132         (Symbols): Ditto.
1133         (Maintenance Commands): Delete docs for "maint demangle".
1134
1135 2014-12-31  Joel Brobecker  <brobecker@adacore.com>
1136
1137         * gdb.texinfo (Files): Remove documentation of the
1138         "add-shared-symbol-files" and "assf" commands.
1139         (Cygwin Native): Remove documentation of the "dll-symbols"
1140         command.
1141
1142 2014-12-17  Doug Evans  <xdje42@gmail.com>
1143
1144         * gdb.texinfo (Debugging Output): Document "debug symbol-lookup".
1145
1146 2014-12-12  Phil Muldoon  <pmuldoon@redhat.com>
1147             Jan Kratochvil  <jan.kratochvil@redhat.com>
1148
1149         * gdb.texinfo (Altering): Update.
1150         (Compiling and Injecting Code): New node.
1151
1152 2014-12-12  Doug Evans  <dje@google.com>
1153
1154         * python.texi (Objfiles In Python): Document gdb.lookup_objfile.
1155
1156 2014-12-12  Andreas Arnez  <arnez@linux.vnet.ibm.com>
1157
1158         * gdb.texinfo: Document "maint print user-registers".
1159
1160 2014-12-08  Doug Evans  <dje@google.com>
1161
1162         * python.texi (Objfiles In Python): Document Objfile.owner.
1163
1164 2014-12-04  Doug Evans  <dje@google.com>
1165
1166         * python.texi (Objfiles In Python): Document
1167         Objfile.add_separate_debug_file.
1168
1169 2014-12-04  Doug Evans  <dje@google.com>
1170
1171         * python.texi (Objfiles In Python): Document Objfile.build_id.
1172
1173 2014-12-02  Nick Bull  <nicholaspbull@gmail.com>
1174
1175         * python.texi (Events In Python): Document new events
1176         InferiorCallPreEvent, InferiorCallPostEvent, MemoryChangedEvent
1177         and RegisterChangedEvent.
1178
1179 2014-11-30  Jan Kratochvil  <jan.kratochvil@redhat.com>
1180
1181         Add add-auto-load-scripts-directory.
1182         * gdb.texinfo (Auto-loading): Add add-auto-load-scripts-directory link.
1183         (objfile-gdbdotext file): Add add-auto-load-scripts-directory.
1184
1185 2014-11-30  Jan Kratochvil  <jan.kratochvil@redhat.com>
1186
1187         * gdb.texinfo (Auto-loading safe path): Fix add-auto-load-safe-path
1188         description typo.
1189
1190 2014-10-30  Doug Evans  <dje@google.com>
1191
1192         * python.texi (Progspaces In Python): Document ability to add
1193         random attributes to gdb.Progspace objects.
1194         (Objfiles In Python): Document ability to add random attributes to
1195         gdb.objfile objects.
1196
1197 2014-10-27  Pedro Alves  <palves@redhat.com>
1198
1199         * gdb.texinfo (Continuing and Stepping): Add cross reference to
1200         info on stepping and signal handlers.
1201         (Signals): Explain stepping and signal handlers.  Add context
1202         index entry, and cross references.
1203
1204 2014-10-20  Simon Marchi  <simon.marchi@ericsson.com>
1205
1206         * python.texi (Breakpoints In Python): Add parenthesis after
1207         Breakpoint.delete.  Clarify Breakpoint.enabled description so
1208         that it contains "disable".
1209
1210 2014-10-17  Doug Evans  <dje@google.com>
1211
1212         * python.texi (Events In Python): Document clear_objfiles event.
1213
1214 2014-10-17  Doug Evans  <dje@google.com>
1215
1216         * python.texi (Objfiles In Python): Document new progspace attribute.
1217
1218 2014-10-17  Pedro Alves  <palves@redhat.com>
1219
1220         * gdb.texinfo (Ada Tasks and Core Files): Delete mention of Tru64.
1221         (SVR4 Process Information): Delete mention of OSF/1.
1222
1223 2014-10-01  Simon Marchi  <simon.marchi@ericsson.com>
1224
1225         * gdb.texinfo (Miscellaneous gdb/mi Commands): Document new
1226         exit-code field in -list-thread-groups output.
1227
1228 2014-09-22  Jan-Benedict Glaw  <jbglaw@lug-owl.de>
1229
1230         * gdb.texinfo (Set Breaks): Add missing "@end table".
1231
1232 2014-09-22  Pedro Alves  <palves@redhat.com>
1233
1234         * gdb.texinfo (Set Breaks): Document that "set breakpoint
1235         always-inserted off" is the default mode now.  Delete
1236         documentation of "set breakpoint always-inserted auto".
1237
1238 2014-09-18  Doug Evans  <dje@google.com>
1239
1240         * python.texi (Symbol Tables In Python): Document "producer"
1241         attribute of gdb.Symtab objects.
1242
1243 2014-09-16  Pedro Alves  <palves@redhat.com>
1244
1245         * gdb.texinfo (Starting) <run command>: Don't mention VxWorks.
1246         (Embedded OS): Remove VxWorks menu entry.
1247         (VxWorks): Remove node.
1248
1249 2014-09-13  Doug Evans  <xdje42@gmail.com>
1250
1251         * gdb.texinfo (Signaling): Document new queue-signal command.
1252
1253 2014-09-06  Doug Evans  <xdje42@gmail.com>
1254
1255         PR 15276
1256         * gdb.texinfo (Convenience Funs): Document $_caller_is,
1257         $_caller_matches, $_any_caller_is, $_any_caller_matches.
1258
1259 2014-09-03  Justin Lebar <jlebar@google.com>
1260
1261         * python.texi (Types In Python): Type.template_argument(n) returns a
1262         gdb.Value or a gdb.Type and throws an exception if n is out of
1263         range.
1264
1265 2014-09-03  Sasha Smundak  <asmundak@google.com>
1266
1267         * python.texi (Frames in Python): Add read_register description.
1268
1269 2014-08-04  Tom Tromey  <tromey@redhat.com>
1270
1271         * gdb.texinfo (Debugging Output): Update for change to "set debug
1272         target".
1273
1274 2014-08-01  Masaki Muranaka  <monaka@monami-software.com>
1275
1276         Pushed by Joel Brobecker  <brobecker@adacore.com>.
1277         * Makefile.in (transform): New variable.
1278         (install-man1, install-man5): Apply $(transform) to man file names.
1279
1280 2014-07-26  Doug Evans  <xdje42@gmail.com>
1281
1282         PR guile/17177
1283         * guile.texi (Guile Pretty Printing API): Fix typo.
1284         Document set-pretty-printers!, pretty-printers.
1285         (Selecting Guile Pretty-Printers): Update.
1286         Mention program-space based pretty-printers.
1287
1288 2014-07-25  Pedro Alves  <palves@redhat.com>
1289             Eli Zaretskii  <eliz@gnu.org>
1290
1291         * gdb.texinfo (Signaling) <signal command>: Explain what happens
1292         with multi-threaded programs.
1293
1294 2014-06-27  Yao Qi  <yao@codesourcery.com>
1295
1296         * gdb.texinfo (Maintenance Commands): Update the output of
1297         'maint print dummy-frames' command.
1298
1299 2014-06-24  Eli Zaretskii  <eliz@gnu.org>
1300
1301         * gdb.texinfo (Screen Size): Improve indexing.
1302
1303 2014-06-19  Gary Benson  <gbenson@redhat.com>
1304
1305         * gdb.texinfo (Maintenance Commands): Document new
1306         "maint set/show catch-demangler-crashes" option.
1307
1308 2014-06-19  Gary Benson  <gbenson@redhat.com>
1309
1310         * gdb.texinfo (Maintenance Commands): Document new
1311         "maint demangler-warning" command and new
1312         "maint set/show demangler-warning" option.
1313
1314 2014-06-09  Siva Chandra Reddy  <sivachandra@google.com>
1315
1316         * python.texi (Xmethod API): Add space before the opening
1317         parenthesis in function descriptions.
1318
1319 2014-06-06  Doug Evans  <xdje42@gmail.com>
1320
1321         * guile.texi (Guile Configuration): Document guile-data-directory.
1322
1323 2014-06-06  Mingjie Xing  <mingjie.xing@gmail.com>
1324
1325         * gdb.texinfo (Invoking GDB): Add -q and --quiet.
1326
1327 2014-06-04  Doug Evans  <xdje42@gmail.com>
1328
1329         * guile.texi (Breakpoints In Guile): Update.
1330
1331 2014-06-03  Joel Brobecker  <brobecker@adacore.com>
1332
1333         * python.texi (Xmethod API): Fix reference to "Progspaces In
1334         Python".
1335
1336 2014-06-03  Siva Chandra Reddy  <sivachandra@google.com>
1337
1338         *  python.texi (Xmethods In Python, XMethod API)
1339         (Writing an Xmethod): New nodes.
1340         (Python API): New menu entries "Xmethods In Python",
1341         "Xmethod API", "Writing an Xmethod".
1342
1343 2014-06-02  Doug Evans  <xdje42@gmail.com>
1344
1345         * guile.texi (Guile API): Add entry for Parameters In Guile.
1346         (GDB Scheme Data Types): Mention <gdb:parameter> object.
1347         (Parameters In Guile): New node.
1348
1349 2014-06-02  Doug Evans  <xdje42@gmail.com>
1350
1351         * guile.texi (Guile API): Add entry for Commands In Guile.
1352         (Basic Guile) <parse-and-eval>: Add reference.
1353         (Basic Guile) <string->argv>: Move definition to Commands In Guile.
1354         (GDB Scheme Data Types): Mention <gdb:command> object.
1355         (Commands In Guile): New node.
1356
1357 2014-06-02  Doug Evans  <xdje42@gmail.com>
1358
1359         * guile.texi (Guile API): Add entry for Progspaces In Guile.
1360         (GDB Scheme Data Types): Mention <gdb:progspace> object.
1361         (Progspaces In Guile): New node.
1362
1363 2014-05-30  Andrew Burgess  <aburgess@broadcom.com>
1364
1365         * guile.texi (Frames In Guile): Mention FRAME_UNWIND_MEMORY_ERROR.
1366         * python.texi (Frames In Python): Mention
1367         gdb.FRAME_UNWIND_MEMORY_ERROR.
1368
1369 2014-05-29  Pedro Alves  <palves@redhat.com>
1370             Tom Tromey  <tromey@redhat.com>
1371
1372         * gdb.texinfo (Non-Stop Mode): Remove "set target-async 1"
1373         from example.
1374         (Asynchronous and non-stop modes): Document '-gdb-set mi-async'.
1375         Mention that target-async is now deprecated.
1376         (Maintenance Commands): Document maint set/show target-async.
1377
1378 2014-05-29  Pedro Alves  <palves@redhat.com>
1379
1380         * observer.texi (sync_execution_done, command_error): New
1381         subjects.
1382
1383 2014-05-29  Pedro Alves  <palves@redhat.com>
1384
1385         PR gdb/13860
1386         * observer.texi (signal_received, end_stepping_range)
1387         (signal_exited, exited, no_history): New observer subjects.
1388
1389 2014-05-26  Andy Wingo  <wingo@igalia.com>
1390
1391         * guile.texi (GDB Scheme Data Types): Remove documentation for
1392         removed interfaces.  Update spelling of gdb-object-kind.
1393
1394 2014-05-26  Andy Wingo  <wingo@igalia.com>
1395
1396         * guile.texi (Basic Guile): Fix some typos.
1397
1398 2014-05-26  Andy Wingo  <wingo@igalia.com>
1399
1400         * guile.texi (Writing a Guile Pretty-Printer)
1401         (Guile Types Module): Fix excess parentheses in use-modules forms.
1402
1403 2014-05-24  Eli Zaretskii  <eliz@gnu.org>
1404
1405         * guile.texi (Types In Guile, Basic Guile, Frames In Guile)
1406         (Breakpoints In Guile, Guile Printing Module)
1407         (Guile Exception Handling, Values From Inferior In Guile)
1408         (Objfiles In Guile, Breakpoints In Guile, Memory Ports in Guile):
1409         Don't use @var at the beginning of a sentence.
1410
1411         * gdb.texinfo (Frame Filter Management, Trace Files)
1412         (C Operators, Ada Tasks, Calling, Bootstrapping, ARM)
1413         (PowerPC Embedded, Define, Annotations for Running)
1414         (IPA Protocol Commands, Packets, General Query Packets)
1415         (Tracepoint Packets, Notification Packets, Environment)
1416         (Inferiors and Programs, Set Breaks, Set Catchpoints)
1417         (Continuing and Stepping, Signals, Thread-Specific Breakpoints)
1418         (Frames, Backtrace, Selection, Expressions, Registers)
1419         (Trace State Variables, Built-In Func/Proc, Signaling, Files)
1420         (Numbers, GDB/MI Async Records, GDB/MI Data Manipulation)
1421         (Source Annotations, Using JIT Debug Info Readers, Packets)
1422         (Stop Reply Packets, Host I/O Packets)
1423         (Target Description Format): Don't use @var at the beginning of a
1424         sentence.
1425
1426         * python.texi (Basic Python, Types In Python)
1427         (Commands In Python, Frames In Python, Line Tables In Python)
1428         (Breakpoints In Python, gdb.printing, gdb.types)
1429         (Type Printing API): Don't use @var at the beginning of a
1430         sentence.
1431
1432 2014-05-23  Markus Metzger  <markus.t.metzger@intel.com>
1433
1434         * gdb.texinfo (Process Record and Replay): Document "set/show btrace
1435         replay-memory-access".
1436
1437 2014-05-21  Pedro Alves  <palves@redhat.com>
1438
1439         * gdb.texinfo (Starting): Document "set/show
1440         auto-connect-native-target".
1441         (Target Commands): Document "target native".
1442
1443 2014-05-20  Pedro Alves  <palves@redhat.com>
1444
1445         * gdb.texinfo (Memory) <compare-sections>: Generalize comments to
1446         not be remote specific.  Add cross reference to the qCRC packet.
1447         (Separate Debug Files): Update cross reference to the qCRC packet.
1448         (General Query Packets) <qCRC packet>: Add anchor.
1449
1450 2014-05-17  Doug Evans  <xdje42@gmail.com>
1451
1452         Copy over changes from guile.texi.
1453         * python.texi (Basic Python) <gdb.execute>: Add text.
1454         (Basic Python) <gdb.post_event>: Remove "main" from "main GDB thread".
1455         (Values From Inferior) <Python string>: Add text.
1456         (Values From Inferior) <Value.string>: Clarify string length handling.
1457         (Pretty Printing API): Add cindex.
1458         (Types In Python) <TYPE_CODE_*>: Use vtable instead of table.
1459         Remove unnecessary index of gdb.TYPE_CODE_*.  Replace @findex with
1460         @vindex.
1461         (Commands In Python) <COMPLETE_*>: Similarly.
1462         (Symbols In Python) <SYMBOL_*>: Similarly.
1463         (Breakpoints In Python) <WP_*>: Similarly.
1464         (Breakpoints In Python) <BP_*>: Similarly.
1465
1466 2014-05-17  David Taylor <dtaylor@emc.com>
1467
1468         * gdb.texinfo (General Query Packets): Add a note about thread IDs
1469         mentioned in the qfThreadInfo reply.
1470
1471 2014-05-16  Doug Evans  <dje@google.com>
1472
1473         * gdb.texinfo (Mode Options): Add -D.
1474
1475 2014-05-09  Samuel Bronson  <naesten@gmail.com>
1476
1477         * Makefile.in (PACKAGE): Copy from ../Makefile.in in case of
1478         "make -C".
1479
1480 2014-04-29  Tom Tromey  <tromey@redhat.com>
1481
1482         * gdb.texinfo (Debugging Output): Rename to "set debug varobj" and
1483         "show debug varobj".
1484
1485 2014-05-01  David Taylor  <dtaylor@emc.com>
1486
1487         * gdb.texinfo (compare-sections): Document the new -r (read-only)
1488         option.
1489
1490 2014-04-24  Michael Sturm  <michael.sturm@mintel.com>
1491             Walfred Tedeschi  <walfred.tedeschi@intel.com>
1492
1493         * gdb.texinfo (i386 Features): Add description of AVX512
1494         registers.
1495
1496 2014-03-31  Doug Evans  <dje@google.com>
1497
1498         * gdb.texinfo (Symbols): Document set/show print symbol-loading.
1499
1500 2014-03-30  Doug Evans  <dje@google.com>
1501
1502         * gdb.texinfo (Non-Stop Mode): Remove trailing whitespace.
1503         (Background Execution): Ditto.
1504
1505 2014-03-21  Pedro Alves  <palves@redhat.com>
1506             Stan Shebs  <stan@codesourcery.com>
1507             Hui Zhu  <hui@codesourcery.com>
1508
1509         * gdb.texinfo (Packets): Add anchor to "? packet".
1510         Remove fixme and update introduction of "k packet".
1511         Add anchor to "vKill packet".
1512
1513 2014-03-12  Stan Shebs  <stan@codesourcery.com>
1514
1515         * Doxyfile-gdb-api.in (INPUT): Add gdbtypes.h.
1516
1517 2014-02-26  Ludovic Courtès  <ludo@gnu.org>
1518
1519         * guile.texi (Basic Guile): Document 'history-append!'.
1520
1521 2014-02-20  Joel Brobecker  <brobecker@adacore.com>
1522
1523         * gdb.texinfo (Files): Document "add-shared-symbol-files"
1524         and "assf" as being deprecated.
1525         (Cygwin Native): Likewise for "dll-symbols".
1526         (Non-debug DLL Symbols): Remove reference to "dll-symbols"
1527         as a way to force the loading of symbols from a DLL.
1528
1529 2014-02-19  Siva Chandra Reddy  <sivachandra@google.com>
1530
1531         * python.texi (Values From Inferior): Add description about the
1532         new feature.
1533
1534 2014-02-17  Doug Evans  <xdje42@gmail.com>
1535
1536         * Makefile.in (GDB_DOC_FILES): Add python.texi.
1537         * gdb.texinfo (Python): Moved to ...
1538         * python.texi: ... here.  New file.
1539
1540 2014-02-17  Ludovic Courtès  <ludo@gnu.org>
1541
1542         * guile.texi (Writing a Guile Pretty-Printer) <example>:
1543         Remove 'string-begins-with' procedure.  Add 'pretty-printer'
1544         parameter to 'str-lookup-function' procedure.  Look for
1545         the "std::string<" prefix.
1546         (Frames In Guile): Add 'frame' parameter to 'frame-read-var'.
1547         Adjust description.
1548
1549 2014-02-11  Tejas Belagod  <tejas.belagod@arm.com>
1550
1551         * guile.texi (Values From Inferior In Guile): Remove stray
1552         parantheses for deffn.
1553         (Disassembly In Guile): Ditto.
1554
1555 2014-02-10  Stan Shebs  <stan@codesourcery.com>
1556
1557         Add Doxygen support.
1558         * Makefile.in (doxy): New action, generates Doxygen files.
1559         (DOXYGEN): New.
1560         (doxyedit): New.
1561         * Doxyfile-base.in: New file.
1562         * Doxyfile-gdb-api.in: New file.
1563         * Doxyfile-gdb-xref.in: New file.
1564         * Doxyfile-gdbserver.in: New file.
1565         * doxy-index.in: New file.
1566         * filter-for-doxygen: New file.
1567         * filter-params.pl: New file.
1568
1569 2014-02-10  Doug Evans  <xdje42@gmail.com>
1570
1571         * Makefile.in (GDB_DOC_FILES): Add guile.texi.
1572         * gdb.texinfo (Auto-loading): Add set/show auto-load guile-scripts.
1573         (Extending GDB): New menu entries Guile, Multiple Extension Languages.
1574         (Guile docs): Include guile.texi.
1575         (objfile-gdbdotext file): Add objfile-gdb.scm.
1576         (dotdebug_gdb_scripts section): Mention Guile scripts.
1577         (Multiple Extension Languages): New node.
1578         * guile.texi: New file.
1579
1580 2014-01-28  Joel Brobecker  <brobecker@adacore.com>
1581
1582         * gdb.texinfo (Ada Glitches): Document the new "maint ada set/show
1583         ignore-descriptive-types". commands.
1584
1585 2014-01-22  Doug Evans  <dje@google.com>
1586
1587         * gdb.texinfo (Server): Mention --debug-format=all|none|timestamp.
1588         (gdbserver man): Ditto.
1589
1590 2014-01-16  Markus Metzger  <markus.t.metzger@intel.com>
1591
1592         * gdb.texinfo: Document limited reverse/replay support
1593         for target record-btrace.
1594
1595 2014-01-16  Markus Metzger  <markus.t.metzger@intel.com>
1596
1597         * gdb.texinfo (Process Record and Replay): Update documentation.
1598
1599 2014-01-16  Markus Metzger  <markus.t.metzger@intel.com>
1600
1601         * gdb.texinfo (Process Record and Replay): Document new /c
1602         modifier accepted by "record function-call-history".
1603         Add /i modifier to "record function-call-history" example.
1604
1605 2014-01-15  Yuanhui Zhang  <asmwarrior@gmail.com>
1606             Joel Brobecker  <brobecker@adacore.com>
1607
1608         * gdb.texinfo (GDB/MI Output Syntax): Add some missing "nl"
1609         markers.  Remove one that was misplaced.
1610
1611 2014-01-10  Pedro Alves  <palves@redhat.com>
1612
1613         * gdb.texinfo (Your Program's Environment) <set environment>:
1614         Mention the shell, and point at 'set exec-wrapper'.
1615
1616 2014-01-07  Joel Brobecker  <brobecker@adacore.com>
1617
1618         * gdb.texinfo (Types In Python): Document new attribute Types.name.
1619
1620 2013-12-30  Joel Brobecker  <brobecker@adacore.com>
1621
1622         * gdb.texinfo (Types In Python): Clarify the documentation
1623         of attribute gdb.Field.bitpos.
1624
1625 2013-12-28  Joel Brobecker  <brobecker@adacore.com>
1626
1627         * gdb.texinfo (Types In Python): Fix the documentation of
1628         attribute "bitpos" in class gdb.Field for enum types.  Add
1629         documentation for attribute "enumval" in that same class.
1630
1631 2013-12-28  Joel Brobecker  <brobecker@adacore.com>
1632
1633         * gdb.texinfo (GDB/MI Support Commands): Change @table into
1634         @ftable.
1635
1636 2013-12-23  Doug Evans  <xdje42@gmail.com>
1637
1638         * gdb.texinfo (Auto-loading): Move menu up.  Move discussion of
1639         auto-loaded objfile scripts and .debug_gdb_scripts section to their
1640         corresponding section in Extending GDB.
1641         (Extending GDB): Move menu up.  New menu item "Auto-loading
1642         extensions".
1643         (Sequences): New menu item "Auto-loading sequences".
1644         (Auto-loading sequences): New node.
1645         (Python): Rename section from Scripting GDB to Extending GDB.
1646         (Python Auto-loading): Update xref, refer to "Auto-loading extensions".
1647         Move docs on ways to auto-load extensions to ...
1648         (Auto-loading extensions): ... here.  New node.
1649
1650 2013-12-23  Joel Brobecker  <brobecker@adacore.com>
1651
1652         * gdb.texinfo (GDB/MI): Add "GDB/MI Support Commands" entry
1653         in menu.
1654         (GDB/MI Variable Objects): Adjust reference to "-list-features"
1655         command, now in a new node.
1656         (GDB/MI Support Commands): New node, with its contents being
1657         extracted from the "GDB/MI Miscellaneous Commands" node.
1658         A small paragraph introducing the section is also added at
1659         the start.
1660         (GDB/MI Miscellaneous Commands): Delete the description of the
1661         -info-gdb-mi-command, -list-features and -list-target-features
1662         commands, now hosted in the "GDB/MI Support Commands" node.
1663
1664 2013-12-12  Siva Chandra Reddy  <sivachandra@google.com>
1665
1666         PR python/16113
1667         * gdb.texinfo (Values From Inferior): Add a note about using
1668         gdb.Field objects as subscripts on gdb.Value objects.
1669         (Types In Python): Add description about the new attribute
1670         "parent_type" of gdb.Field objects.
1671
1672 2013-12-12  Joel Brobecker  <brobecker@adacore.com>
1673
1674         * gdb.texinfo (GDB/MI Miscellaneous Commands): Add @cindex
1675         entry for section docuumenting the -list-features GDB/MI command.
1676
1677 2013-12-10  Joel Brobecker  <brobecker@adacore.com>
1678
1679         * gdb.texinfo (GDB/MI Miscellaneous Commands): Document the new
1680         "exec-run-start-option" entry in the output of the "-list-features"
1681         command.
1682
1683 2013-12-04  Eli Zaretskii  <eliz@gnu.org>
1684
1685         * gdb.texinfo (i386): Fix yesterday's commit.
1686
1687 2013-12-03  Tom Tromey  <tromey@redhat.com>
1688
1689         * gdb.texinfo (Set Catchpoints): Add @kindex for each command
1690         documented here.
1691
1692 2013-12-03  Tom Tromey  <tromey@redhat.com>
1693
1694         * gdb.texinfo (@direntry): Add menu item for gdbserver.
1695
1696 2013-12-03  Walfred Tedeschi  <walfred.tedeschi@intel.com>
1697
1698         * gdb.texinfo (i386 Features): Add MPX feature registers.
1699         (x86 Specific featuresx86 Architecture-specific Issues): Adds
1700         a subsubsection for MPX and describes the display of the
1701         boundary registers.
1702
1703 2013-12-03  Joel Brobecker  <brobecker@adacore.com>
1704
1705         * gdb.texinfo (GDB/MI Miscellaneous Commands): Remove the
1706         documentation of the "ada-exceptions" entry.
1707
1708 2013-12-03  Joel Brobecker  <brobecker@adacore.com>
1709
1710         * gdb.texinfo (GDB/MI Result Records): Fix the syntax of the
1711         "^error" result record concerning the error message.  Document
1712         the error code that may also be part of that result record.
1713         (GDB/MI Miscellaneous Commands): Document the
1714         "undefined-command-error-code" element in the output of
1715         the "-list-features" GDB/MI command.
1716
1717 2013-12-03  Joel Brobecker  <brobecker@adacore.com>
1718
1719         * gdb.texinfo (GDB/MI Miscellaneous Commands): Document
1720         the new -info-gdb-mi-command GDB/MI command.  Document
1721         the meaning of "-info-gdb-mi-command" in the output of
1722         -list-features.
1723
1724 2013-11-29  Pedro Alves  <palves@redhat.com>
1725
1726         * gdb.texinfo (Frames In Python) <gdb.FRAME_UNWIND_NULL_ID>:
1727         Update comment.
1728
1729 2013-11-24  Yao Qi  <yao@codesourcery.com>
1730
1731         * gdb.texinfo (Caching Remote Data): Document new
1732         "set/show stack-cache" option.
1733
1734 2013-11-24  Yao Qi  <yao@codesourcery.com>
1735
1736         * gdb.texinfo (Caching Target Data): Replace "ON" with "on".
1737         (Maintenance Commands): Replace "ON" and "OFF" with "on" and
1738         "off" respectively.
1739
1740 2013-11-23  Yao Qi  <yao@codesourcery.com>
1741
1742         * gdb.texinfo (GDB/MI Variable Objects): Add the description
1743         of "displayhint" to the table about child results.
1744
1745 2013-11-21  Yao Qi  <yao@codesourcery.com>
1746
1747         * gdb.texinfo (GDB/MI Variable Objects): Add attribute
1748         'dynamic' for the output of command -var-list-children.
1749
1750 2013-11-21  Yao Qi  <yao@codesourcery.com>
1751
1752         * gdb.texinfo (Caching Target Data): Remove "see" before
1753         @pxref.
1754
1755 2013-11-20  Yao Qi  <yao@codesourcery.com>
1756
1757         * gdb.texinfo (Caching Target Data): Update doc for
1758         per-address-space dcache.
1759
1760 2013-11-20  Yao Qi  <yao@codesourcery.com>
1761
1762         * gdb.texinfo (Data): Rename menu item.
1763         (Caching Remote Data): Rename to ...
1764         (Caching Target Data): ... it.  Update.
1765
1766 2013-11-18  Joel Brobecker  <brobecker@adacore.com>
1767
1768         * gdb.texinfo (GDB/MI Miscellaneous Commands): Document the new
1769         "language-option" entry in the output of the "-list-features"
1770         command.
1771
1772 2013-11-15  Tom Tromey  <tromey@redhat.com>
1773
1774         * gdb.texinfo (Variables): Note gdb rules for ambiguous cases.
1775         Add example.
1776
1777 2013-11-14  Tom Tromey  <tromey@redhat.com>
1778
1779         * gdb.texinfo (Breakpoints In Python): Replace "as" with "in".
1780
1781 2013-11-14  Joel Brobecker  <brobecker@adacore.com>
1782
1783         * gdb.texinfo (Show): Add xref anchor for "show language" command.
1784         (Context management): Place current subsection text into its own
1785         subsubsection.  Add new subsubsection describing the "--language"
1786         command option.
1787
1788 2013-11-13  Joel Brobecker  <brobecker@adacore.com>
1789
1790         * gdb.texinfo (GDB/MI Miscellaneous Commands): Delete
1791         the documentation of "info-ada-exceptions" in the output
1792         of the "-list-features" command.  Add the documentation
1793         of the "ada-exception" entry instead.
1794
1795 2013-11-12  Joel Brobecker  <brobecker@adacore.com>
1796
1797
1798         * gdb.texinfo (GDB/MI Miscellaneous Commands): Fix the first
1799         word of a couple of sentences to start with a capital letter.
1800
1801 2013-11-12  Joel Brobecker  <brobecker@adacore.com>
1802
1803         * gdb.texinfo (Ada): Add entry in menu for new "Ada Exceptions" node.
1804         (Ada Exceptions): New node.
1805         (GDB/MI): Add entry in menu for new "GDB/MI Ada Exceptions
1806         Commands" node.
1807         (GDB/MI Ada Exceptions Commands): New node.
1808         (GDB/MI Miscellaneous Commands): Document new "info-ada-exceptions"
1809         field in the output of the "-list-features" command.
1810         * NEWS: Add entry for the new "info exceptions" CLI command,
1811         and for the new "-info-ada-exceptions" GDB/MI command.
1812
1813 2013-11-11  Phil Muldoon  <pmuldoon@redhat.com>
1814
1815         * gdb.texinfo (Symbol Tables In Python): Add linetable method entry.
1816         (Line Tables In Python): New node.
1817
1818 2013-11-08  Doug Evans  <dje@google.com>
1819
1820         * gdb.texinfo (Debugging Output): Update text for
1821         "set debug dwarf2-read".
1822
1823 2013-11-08  Doug Evans  <dje@google.com>
1824
1825         * gdb.texinfo (Debugging Output): Update text for
1826         "set debug symtab-create".
1827
1828 2013-11-07  Phil Muldoon  <pmuldoon@redhat.com>
1829
1830         * gdb.texinfo (Commands In Python): Document COMPLETE_EXPRESSION
1831         constant.
1832
1833 2013-11-07  Phil Muldoon  <pmuldoon@redhat.com>
1834
1835         * gdb.texinfo (Breakpoints In Python): Document temporary
1836         option in breakpoint constructor, and add documentation to the
1837         temporary attribute.
1838
1839 2013-11-07  Yao Qi  <yao@codesourcery.com>
1840
1841         * gdb.texinfo (GDB/MI Variable Objects): Update doc about the
1842         output of "-var-info-expression".
1843
1844 2013-11-06  Pedro Alves  <palves@redhat.com>
1845
1846         * gdb.texinfo (Starting) <set/show startup-with-shell>: Mention
1847         non-interactive mode.
1848         (Environment) <shell startup files warning>: Mention
1849         non-interactive mode.  Mention .zshenv for Z shell, and talk about
1850         BASH_ENV instead of .bashrc for BASH.
1851
1852 2013-10-29  Nicolas Blanc  <nicolas.blanc@intel.com>
1853
1854         * gdb.texinfo (Commands to Specify Files): Add description
1855         of the remove-symbol-file command.
1856         * observer.texi: New free_objfile event
1857
1858 2013-10-24  Pedro Alves  <palves@redhat.com>
1859
1860         * gdb.texinfo (Starting): Document set/show startup-with-shell.
1861
1862 2013-10-11  Joel Brobecker  <brobecker@adacore.com>
1863
1864         * gdb.texinfo (Shared Library GDB/MI Catchpoint Commands):
1865         New subsection inside which the "-catch-load" and "-catch-unload"
1866         commands documentation is now placed.
1867         (Ada Exception GDB/MI Catchpoint Commands): New subsection
1868         documenting the "-catch-assert" and "-catch-exception" new
1869         GDB/MI commands.
1870
1871 2013-10-10  Joel Brobecker  <brobecker@adacore.com>
1872
1873         * gdb.texinfo (Connecting): Remove unnecessary @w{}.
1874
1875 2013-10-10  Joel Brobecker  <brobecker@adacore.com>
1876
1877         * gdb.texinfo (Connecting): Replace "set remotebaud" by "set
1878         serial baud".
1879         (Remote Configuration): Replace "set remotebaud" by "set serial
1880         baud".  Replace "show remotebaud" by "show serial baud".
1881
1882 2013-10-07  Pedro Alves  <palves@redhat.com>
1883
1884         PR breakpoints/11568
1885         * gdb.texinfo (Thread-Specific Breakpoints): Mention what happens
1886         when the thread is removed from the thread list.
1887
1888 2013-10-06  Sergio Durigan Junior  <sergiodj@redhat.com>
1889
1890         * gdb.texinfo (Convenience Variables): Document $_exitsignal.
1891         Update entry for $_exitcode.
1892
1893 2013-10-04  Joel Brobecker  <brobecker@adacore.com>
1894
1895         * gdb.texinfo (GDB/MI Program Execution): Document "-exec-run"'s
1896         new "--start" option.
1897
1898 2013-10-02  Pedro Alves  <palves@redhat.com>
1899
1900         * gdb.texinfo (Registers): Expand description of saved registers
1901         in frames.  Explain <not saved>.
1902
1903 2013-09-25  Doug Evans  <dje@google.com>
1904
1905         * gdb.texinfo (Debugging Output): Document set/show debug symfile.
1906
1907 2013-09-16  Stan Shebs  <stan@codesourcery.com>
1908
1909         Remove the internals manual gdbint.texinfo.
1910         * Makefile.in (INFO_DEPS): Remove gdbint.info.
1911         (PDFFILES): Remove gdbint.pdf.
1912         (HTMLFILES): Remove gdbint/index.html.
1913         (HTMLFILES_INSTALL): Remove gdbint.
1914         (GDBINT_DOC_FILES): Remove.
1915         (dvi): Remove gdbint.dvi.
1916         (ps): Remove gdbint.ps.
1917         * gdbint.texinfo: Remove file.
1918         * gdb.texinfo (Maintenance Commands): Remove reference to gdbint.
1919
1920 2013-09-16  Sergio Durigan Junior  <sergiodj@redhat.com>
1921
1922         * gdb.texinfo (Convenience Functions): Mention new convenience
1923         function $_isvoid.
1924
1925 2013-09-13  Andreas Arnez  <arnez@linux.vnet.ibm.com>
1926
1927         * gdb.texinfo (Decimal Floating Point format): Mention S/390.
1928         (Standard Target Features): Add new node to menu.
1929         (S/390 and System z Features): New node.
1930
1931 2013-09-13  Sanimir Agovic  <sanimir.agovic@intel.com>
1932
1933         * gdb.texinfo (GDB/MI Miscellaneous Commands): Use
1934         -list-target-features in the example.
1935
1936 2013-09-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
1937
1938         * gdb.texinfo (MiniDebugInfo): Prepare file debug and use it to create
1939         mini_debuginfo.  Strip binary before adding mini_debuginfo to it.
1940
1941 2013-09-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
1942
1943         Sync documentation with gdb.base/gnu-debugdata.exp.
1944         * gdb.texinfo (MiniDebugInfo): Add comment and "D" in the example.
1945
1946 2013-09-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
1947
1948         * gdb.texinfo (MiniDebugInfo): Fix two trailing dots.
1949
1950 2013-08-27  Pedro Alves  <pedro@codesourcery.com>
1951             Yao Qi  <yao@codesourcery.com>
1952
1953         * gdb.texinfo (GDB/MI Stack Manipulation) <-stack-list-locals>:
1954         Document new --skip-unavailable option.
1955         <-stack-list-variables>: Document new --skip-unavailable option.
1956
1957 2013-08-26  Doug Evans  <dje@google.com>
1958
1959         * gdb.texinfo (Maintenance Commands): "maint print objfiles" now takes
1960         an optional regexp.
1961
1962 2013-08-13  Tom Tromey  <tromey@redhat.com>
1963
1964         * gdbint.texinfo (Testsuite): Use @table, not @itemize.
1965         Document GDB_PARALLEL and GDB_INOTIFY.
1966
1967 2013-08-09  Stan Shebs  <stan@codesourcery.com>
1968
1969         * LRS: Remove file, describes a long-abandoned live-range
1970         splitting extension to stabs.
1971
1972 2013-07-25  Andrew Burgess  <aburgess@broadcom.com>
1973
1974         * gdb.texinfo (Output Formats): Mention the new 'z' formatter.
1975
1976 2013-07-17  Doug Evans  <dje@google.com>
1977
1978         * gdb.texinfo (Print Settings): Document "print raw frame-arguments".
1979
1980 2013-07-02  Tom Tromey  <tromey@redhat.com>
1981
1982         * gdb.texinfo (Target Commands): Don't mention "target nrom".
1983
1984 2013-06-28  Tom Tromey  <tromey@redhat.com>
1985
1986         * Makefile.in (version.subst): Use version.in, not
1987         common/version.in.
1988         * gdbint.texinfo (Versions and Branches, Releasing GDB):
1989         Likewise.
1990
1991 2013-06-27  Pedro Alves  <palves@redhat.com>
1992
1993         * gdbint.texinfo (Algorithms) <Stepping over runtime loader
1994         dynamic symbol resolution code>: New section, based on infrun.c
1995         comment.
1996
1997 2013-06-26  Tom Tromey  <tromey@redhat.com>
1998
1999         * gdbint.texinfo (Versions and Branches): Use common/version.in.
2000         Update.
2001         (Releasing GDB): Likewise.
2002
2003 2013-06-26  Pedro Alves  <pedro@codesourcery.com>
2004             Yao Qi  <yao@codesourcery.com>
2005
2006         * gdb.texinfo (GDB/MI Tracepoint Commands): Document
2007         -trace-frame-collected.
2008
2009 2013-06-26  Pedro Alves  <pedro@codesourcery.com>
2010
2011         * gdb.texinfo (Traceframe Info Format): Document tvar element
2012         and its attributes.
2013
2014 2013-06-25  Yao Qi  <yao@codesourcery.com>
2015
2016         * gdbint.texinfo (Testsuite): Document 'gdb,predefined_tsv'.
2017
2018 2013-06-24  Tom Tromey  <tromey@redhat.com>
2019
2020         * Makefile.in (POD2MAN1, POD2MAN5): Use version.subst.
2021         (GDBvn.texi): Use version.subst.
2022         (version.subst): New target.
2023         (mostlyclean): Remove version.subst.
2024
2025 2013-06-20  Pedro Alves  <pedro@codesourcery.com>
2026
2027         * gdb.texinfo (GDB/MI Data Manipulation)
2028         <-data-list-register-values>: Document the --skip-unavailable
2029         option.
2030
2031 2013-06-07  Yao Qi  <yao@codesourcery.com>
2032
2033         * gdb.texinfo (Symbols): Add kindex and cindex for
2034         'maint print msymbols'.
2035
2036 2013-06-05  Simon Marchi  <simon.marchi@ericsson.com>  (tiny change)
2037
2038         * gdb.texinfo (Miscellaneous gdb/mi Commands): Fix -add-inferior
2039         response field name (thread-group to inferior).
2040
2041 2013-06-04 Gary Benson  <gbenson@redhat.com>
2042
2043         * gdb.texinfo (General Query Packets/qSupported): Added
2044         "qXfer:libraries-svr4:read" and "augmented-libraries-svr4-read".
2045         to the table of currently defined stub features.
2046         Added a more detailed entry for "augmented-libraries-svr4-read".
2047         (General Query Packets/qXfer:libraries-svr4:read): Documented
2048         the augmented form of this packet.
2049
2050 2013-05-23  Joel Brobecker  <brobecker@adacore.com>
2051
2052         * gdb.texinfo (System-wide Configuration Scripts): Renames
2053         "Installed System-wide Configuration Scripts". Add associated
2054         @menu block.
2055
2056 2013-05-23  Yao Qi  <yao@codesourcery.com>
2057             Pedro Alves  <palves@redhat.com>
2058
2059         * gdb.texinfo (Packets): Document 'vCont;r'.
2060         (Continuing and Stepping): Document target-assisted range
2061         stepping, and the 'set range-stepping' and 'show range-stepping'
2062         commands.
2063
2064 2013-05-23  Joel Brobecker  <brobecker@adacore.com>
2065
2066         * gdb.texinfo (Installed System-wide Configuration Scripts):
2067         Add subsection describing the scripts now available under
2068         the data-dir's system-gdbbinit subdirectory.
2069         * NEWS: Add entry announcing the availability of system-wide
2070         configuration scripts for ElinOS and Wind River Linux.
2071
2072 2013-05-21  Hui Zhu  <hui@codesourcery.com>
2073
2074         * gdb.texinfo (GDB/MI Breakpoint Commands): Describe the
2075         "-dprintf-insert" command.
2076
2077 2013-05-17  Doug Evans  <dje@google.com>
2078
2079         * gdb.texinfo (Maintenance Commands): Update doc for
2080         "maint check-psymtabs".  Add doc for "maint check-symtabs",
2081         "maint expand-symtabs".
2082
2083 2013-05-15  Markus Metzger  <markus.t.metzger@intel.com>
2084
2085         * gdb.texinfo (Process Record and Replay): Document the
2086         "record goto" command and its sub-commands.
2087
2088 2013-05-10 Phil Muldoon  <pmuldoon@redhat.com>
2089
2090         * gdb.texinfo (Backtrace): Add "no-filter" argument.
2091         (Python API): Add Frame Filters API, Frame Wrapper API,
2092         Writing a Frame Filter/Wrapper, Managing Management of Frame
2093         Filters chapter entries.
2094         (Frame Filters API): New Node.
2095         (Frame Wrapper API): New Node.
2096         (Writing a Frame Filter): New Node.
2097         (Managing Frame Filters): New Node.
2098         (Progspaces In Python): Add note about frame_filters attribute.
2099         (Objfiles in Python): Ditto.
2100         (GDB/MI Stack Manipulation): Add -enable-frame-filters command,
2101         @anchors and --no-frame-filters option to -stack-list-variables,
2102         -stack-list-frames, -stack-list-locals and -stack-list-arguments
2103         commands.
2104
2105 2013-05-08  Joel Brobecker  <brobecker@adacore.com>
2106
2107         * gdbint.texinfo (Native Debugging): Add "AIX Shared Library
2108         Support" subsection documenting the XML format used to transfer
2109         shared library info on AIX.
2110
2111 2013-05-08  Joel Brobecker  <brobecker@adacore.com>
2112
2113         * gdb.texinfo (Debugging Output): Add documentation of
2114         "set debug aix-solib" and "show debug aix-solib" commands.
2115
2116 2013-05-06  Sandra Loosemore  <sandra@codesourcery.com>
2117
2118         * gdb.texinfo (Nios II): New section.
2119         (Nios II Features): New section.
2120
2121 2013-05-06  Joel Brobecker  <brobecker@adacore.com>
2122
2123         * gdbint.texinfo (Algorithms): Remove entries documenting
2124         DEPRECATED_IBM6000_TARGET, SOLIB_ADD, and
2125         SOLIB_CREATE_INFERIOR_HOOK.
2126
2127 2013-04-29  Tom Tromey  <tromey@redhat.com>
2128
2129         PR python/14204:
2130         * gdb.texinfo (Python API): Fix menu entry.
2131         (Blocks In Python): Fix subsubsection text.  Rewrite intro.
2132         Define global and static block.  Add example.  Clarify
2133         block relationship for inline functions.
2134
2135 2013-04-29  Tom Tromey  <tromey@redhat.com>
2136
2137         * gdb.texinfo (Python API): Mention Python help and keyword
2138         arguments.  Move pagination text to Basic Python.
2139         (Basic Python): Put pagination text here.  Document
2140         close-on-exec, SIGCHLD, and SIGINT.
2141
2142 2013-04-19  Pedro Alves  <palves@redhat.com>
2143
2144         * gdbint.texinfo (Misc Guidelines) <Compiler Warnings>: Write
2145         "signedness" instead of "signness".
2146
2147 2013-04-19  Pedro Alves  <palves@redhat.com>
2148
2149         * gdbint.texinfo (Misc Guidelines) <Compiler Warnings>: Replace
2150         -Wno-pointer-sign text with text on -Wpointer-sign.
2151
2152 2013-04-16  Tom Tromey  <tromey@redhat.com>
2153
2154         * gdb.texinfo (Set Catchpoints): Mention earliest version of
2155         GCC that has the SDT probe points.
2156
2157 2013-04-15  Tom Tromey  <tromey@redhat.com>
2158
2159         * gdb.texinfo (Set Catchpoints): Document regexp syntax for
2160         exception catchpoints.
2161
2162 2013-04-15  Tom Tromey  <tromey@redhat.com>
2163
2164         * gdb.texinfo (Set Catchpoints): Document $_exception.
2165         (Convenience Vars): Mention $_exception.
2166
2167 2013-04-15  Tom Tromey  <tromey@redhat.com>
2168
2169         * gdb.texinfo (Set Catchpoints): Reorganize exception
2170         catchpoints.  Document "catch rethrow".
2171         (Debugging C Plus Plus): Mention "catch rethrow".
2172
2173 2013-04-15  Tom Tromey  <tromey@redhat.com>
2174
2175         * gdb.texinfo (Set Catchpoints): Remove obsolete text.
2176
2177 2013-04-12  Jan Kratochvil  <jan.kratochvil@redhat.com>
2178             Eli Zaretskii  <eliz@gnu.org>
2179
2180         * gdb.texinfo (Auto-loading safe path): Add quick -iex using command
2181         line below the sample output.
2182
2183 2013-04-12  Eli Zaretskii  <eliz@gnu.org>
2184
2185         * gdb.texinfo (Mode Options): Document '-configuration'.
2186         (Help): Document "show configuration".
2187         (Bug Reporting): Add requirements to include the configuration
2188         details in bug reports.
2189
2190 2013-04-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
2191
2192         * Makefile.in (MAN1S): Add gcore.1.
2193         Remove "Host, target, and site specific Makefile fragments" comment.
2194         (@host_makefile_frag@, HAVE_NATIVE_GCORE_TARGET): New.
2195         (install-man1, uninstall-man1): Conditionalize gcore.1.
2196         (gcore.1): New.
2197         * gdb.texinfo (Man Pages): Add gcore man.
2198         (gcore man): New node.
2199
2200 2013-04-10  Pedro Alves  <palves@redhat.com>
2201
2202         * gdb.texinfo (Process Record and Replay): Document that "set
2203         record full insn-number-max", "set record
2204         instruction-history-size" and "set record
2205         function-call-history-size" accept "unlimited".
2206         (Backtrace): Document that "set backtrace limit" accepts
2207         "unlimited".
2208         (List): Document that "set listsize" accepts "unlimited".
2209         (Print Settings)" Document that "set print max-symbolic-offset",
2210         "set print elements" and "set print repeats" accept "unlimited".
2211         (Starting and Stopping Trace Experiments): Document that "set
2212         trace-buffer-size" accepts "unlimited".
2213         (Remote Configuration): Document that "set tcp connect-timeout"
2214         accepts "unlimited".
2215         (Command History): Document that "set history size" accepts
2216         "unlimited".
2217         (Screen Size): Document that "set height" and "set width" accepts
2218         "unlimited".  Adjust "set pagination"'s description to suggest
2219         "set height unlimited" instead of "set height 0".
2220
2221 2013-04-10  Yao Qi  <yao@codesourcery.com>
2222
2223         * gdb.texinfo (Trace Files): Add "target ctf".
2224
2225 2013-04-06  Jan Kratochvil  <jan.kratochvil@redhat.com>
2226
2227         * Makefile.in (POD2MAN1, POD2MAN5): Replace $(VERSION) by ../version.in.
2228
2229         * Makefile.in (install-man1, install-man5, uninstall-man1)
2230         (uninstall-man5): Replace $(MANS) by $(MAN1S) and $(MAN5S) respectively.
2231
2232         * Makefile.in (gdb.1, gdbserver.1, gdbinit.5): Use $(srcdir).
2233
2234 2013-04-06  Jan Kratochvil  <jan.kratochvil@redhat.com>
2235             Eli Zaretskii  <eliz@gnu.org>
2236
2237         * gdb.texinfo (gdbserver man): Rename tty to comm.  Swap --attach
2238         parameters order.  Remove "On some targets" for --attach.  Document the
2239         --multi parameter and extended-remote command.  Document all the
2240         options.
2241
2242 2013-04-05  Jan Kratochvil  <jan.kratochvil@redhat.com>
2243
2244         * gdb.texinfo (gdb man): Mention option -p.  Include Fortran to
2245         the list of supported languages.
2246
2247 2013-04-05  Jan Kratochvil  <jan.kratochvil@redhat.com>
2248
2249         Convert man pages to texinfo, new gdbinit.5 texinfo page.
2250         * Makefile.in (mandir, man1dir, man5dir, SYSTEM_GDBINIT, MANCONF,
2251         (TEXI2POD, POD2MAN1, POD2MAN5, MAN1S, MAN5S, MANS, man): New.
2252         (diststuff): Add man.
2253         (install-man, install-man1, install-man5, uninstall-man, uninstall-man1)
2254         (uninstall-man5): New.
2255         (STAGESTUFF): Add *.1 and *.5.
2256         (GDBvn.texi): Add SYSTEM_GDBINIT.
2257         (gdb.1, gdbserver.1, gdbinit.5): New.
2258         (maintainer-clean realclean): Add $(MANS).
2259         (install): Add install-man.
2260         (uninstall): Add uninstall-man.
2261         * gdb.texinfo (@include gdb-cfg.texi): Wrap it by @c man begin INCLUDE.
2262         (@copying): Wrap it by @c man begin COPYRIGHT.
2263         (Top): Add Man Pages.
2264         (Man Pages, gdb man, gdbserver man, gdbinit man): New.
2265
2266 2013-04-02  Pedro Alves  <palves@redhat.com>
2267
2268         * gdb.texinfo (Debugging Output): Document "set/show debug
2269         aarch64", "set/show debug coff-pe-read" and "set/show debug
2270         mach-o".
2271
2272 2013-04-02  Pedro Alves  <palves@redhat.com>
2273
2274         * gdb.texinfo (Remote Configuration) <set remote @var{name}-packet
2275         table>: Add entry for "trace-buffer-size".
2276
2277 2013-03-28  Pedro Alves  <palves@redhat.com>
2278
2279         * gdb.texinfo (Remote Configuration) <set remote @var{name}-packet
2280         table>: Add entry for "trace-status".
2281
2282 2013-03-28  Eli Zaretskii  <eliz@gnu.org>
2283
2284         * gdb.texinfo (Maintenance Commands): Use @enumerate, not "@table
2285         @bullet", which is invalid (makeinfo 5.1 barfs).
2286
2287 2013-03-28  Pedro Alves  <palves@redhat.com>
2288
2289         PR gdb/15294
2290
2291         * gdb.texinfo (List) <set listsize>: Adjust to document that
2292         listsize 0 means no limit, and remove mention of -1.
2293
2294 2013-03-22  Yao Qi  <yao@codesourcery.com>
2295
2296         * gdb.texinfo (Embedded Processors): Remove menu item
2297         "OpenRISC 1000".
2298         (OpenRISC 1000): Remove.
2299
2300 2013-03-21  Doug Evans  <dje@google.com>
2301
2302         * gdb.texinfo (Maintenance Commands): Add docs for
2303         "mt set per-command {space,time,symtab} {on,off}".
2304
2305 2013-03-14  Hui Zhu  <hui@codesourcery.com>
2306             Yao Qi  <yao@codesourcery.com>
2307
2308         * gdb.texinfo (Trace Files): Add "tsave -ctf".
2309
2310 2013-03-13  Keith Seitz  <keiths@redhat.com>
2311
2312         * gdb.texinfo (Maintenance Commands): Add missing ')' for
2313         "maint agent" reference to Dynamic printf.
2314
2315 2013-03-11  Eli Zaretskii  <eliz@gnu.org>
2316
2317         * gdb.texinfo (General Query Packets): Don't use colon in index
2318         entries visible to Info format.
2319
2320 2013-03-11  Markus Metzger  <markus.t.metzger@intel.com>
2321
2322         * gdb.texinfo (Process Record and Replay): Document record
2323         changes.
2324
2325 2013-03-11  Markus Metzger  <markus.t.metzger@intel.com>
2326
2327         * gdb.texinfo (Requirements): List qXfer:btrace:read requiring expat.
2328         (General Query Packets): Describe Qbtrace:bts, Qbtrace:off, and
2329         qXfer:btrace:read.
2330
2331 2013-03-09  Eli Zaretskii  <eliz@gnu.org>
2332
2333         * gdb.texinfo (General Query Packets, Tracepoint Packets): Don't
2334         use colons in @anchor and @cindex entries.
2335
2336 2013-03-09  Hafiz Abid Qadeer  <abidh@codesourcery.com>
2337
2338         * gdb.texinfo (QTBuffer:size): Add cindex and anchor.
2339
2340 2013-03-08  Stan Shebs  <stan@codesourcery.com>
2341             Hafiz Abid Qadeer  <abidh@codesourcery.com>
2342
2343         * gdb.texinfo (Starting and Stopping Trace Experiments): Document
2344         trace-buffer-size set and show commands.
2345         (Tracepoint Packets): Document QTBuffer:size.
2346         (General Query Packets): Document QTBuffer:size.
2347
2348 2013-02-21  Tom Tromey  <tromey@redhat.com>
2349
2350         * gdb.texinfo: Remove bad @syncodeindex.
2351         (Values From Inferior, Types In Python, Inferiors In Python)
2352         (Events In Python, Threads In Python, Frames In Python, Blocks In
2353         Python, Symbols In Python, Symbol Tables In Python): Remove
2354         @tables.
2355         (Packets, General Query Packets, Tracepoint Packets)
2356         (Host I/O Packets): Use @w{} for empty @item.
2357
2358 2013-02-20  Siva Chandra Reddy <sivachandra@google.com>
2359
2360         * gdb.texinfo (Architectures In Python): Add description about
2361         the new method gdb.Architecture.disassemble.
2362
2363 2013-02-15  Pedro Alves  <pedro@codesourcery.com>
2364             Hafiz Abid Qadeer  <abidh@codesourcery.com>
2365
2366         * gdb.texinfo (GDB/MI Tracepoint Commands) <-trace-status>:
2367         Document the "trace-file" field.
2368
2369 2013-02-07  Doug Evans  <dje@google.com>
2370
2371         * gdb.texinfo (Machine Code): Clarify argument to disassemble
2372         command.
2373
2374 2013-02-06  Yao Qi  <yao@codesourcery.com>
2375
2376         * gdb.texinfo (GDB/MI Async Records): Document new MI
2377         notification "=tsv-modified".  Update the document of MI
2378         notification "=tsv-created".
2379         * observer.texi (GDB Observers): New observer tsv_modified.
2380         Update observer tsv_created and tsv_delete.
2381
2382 2013-02-05  Yufeng Zhang  <yufeng.zhang@arm.com>
2383
2384         * gdb.texinfo (AArch64 Features): New section; document
2385         org.gnu.gdb.aarch64.core and org.gnu.gdb.aarch64.fpu.
2386         (Architectures): Add new AArch64 section to document AArch64
2387         architecture specific commands.
2388         (ABI): Add description of the new OS ABI "Newlib" and its influence
2389         on the longjmp handling.
2390
2391 2013-02-03  Eldar Gaynetdinov <hal9000ed2k@gmail.com>
2392             Jan Kratochvil  <jan.kratochvil@redhat.com>
2393
2394         * gdb.texinfo (Backtrace): Added description of 'filename-display'
2395         variable in 'set/show backtrace' section.
2396
2397 2013-01-31  Tom Tromey  <tromey@redhat.com>
2398
2399         * gdb.texinfo (Target Commands): Fix typo.
2400
2401 2013-01-23  Siva Chandra Reddy  <sivachandra@google.com>
2402
2403         * doc/gdb.texinfo (Architectures In Python): New sub-sub-section
2404         describing the gdb.Architecture class.
2405         (Frames In Python): Add description about the new method
2406         gdb.Frame.architecture().
2407
2408 2013-01-23  Doug Evans  <dje@google.com>
2409
2410         * gdb.texinfo (Index Section Format): Document .gdb_index version 8.
2411
2412 2013-01-21  Marc Khouzam  <marc.khouzam@ericsson.com>
2413
2414         * gdb.texinfo (GDB/MI Breakpoint Commands): Document new
2415         'thread-groups' field when printing a breakpoint in MI.
2416
2417 2012-01-17  Sanjoy Das <sanjoy@playingwithpointers.com>
2418         * gdb.texinfo (Using JIT Debug Info Readers): Change documentation
2419         to reflect that jit-reader-load now supports absolute file-names.
2420
2421 2013-01-16  Tom Tromey  <tromey@redhat.com>
2422
2423         * gdb.texinfo (Set Catchpoints): Document "catch signal".
2424         (Signals): Likewise.
2425
2426 2013-01-16  Tom Tromey  <tromey@redhat.com>
2427
2428         * gdb.texinfo (GDB/MI Breakpoint Information): Document
2429         "catch-type" field.
2430         (GDB/MI Catchpoint Commands): Add "catch-type" to examples.
2431
2432 2013-01-07  Tom Tromey  <tromey@redhat.com>
2433
2434         * gdb.texinfo (Mode Options): Don't mention -epoch.
2435         (Data, Emacs): Remove obsolete comments.
2436
2437 2013-01-02  Tom Tromey  <tromey@redhat.com>
2438
2439         * gdb.texinfo (GDB/MI Output Records): Update menu.
2440         (GDB/MI Breakpoint Information): New node.
2441         (GDB/MI Breakpoint Commands) <-break-info>: Link to new node.
2442         <-break-insert>: Likewise.
2443
2444 2012-12-31  Yao Qi  <yao@codesourcery.com>
2445
2446         * gdb.texinfo (Remote Non-Stop): Move paragraphs to ...
2447         (Packets): Move "vStopped" packet to ...
2448         (Notification Packets): ... here.  Describe the components
2449         of notification.  Add a table of supported notifications.
2450         Add an example on the process of he async notification.
2451
2452 2012-12-25  Jan Kratochvil  <jan.kratochvil@redhat.com>
2453
2454         * gdb.texinfo (GDB/MI Data Manipulation) (fullname): Make it always
2455         present.
2456         (GDB/MI File Commands) (-file-list-exec-source-files): Make the
2457         fullname output always present.
2458
2459 2012-12-23  Pierre Muller  <muller@sourceware.org>
2460
2461         * gdbint.texinfo (Function prototypes): Require use of "extern"
2462         modifier for function prototypes in headers.
2463
2464 2012-12-19  Joel Brobecker  <brobecker@adacore.com>
2465
2466         * refcard.tex: Update copyright notice to GPL v3 or later.
2467         Update contact info.
2468
2469 2012-12-16  Jan Kratochvil  <jan.kratochvil@redhat.com>
2470
2471         * gdbint.texinfo (Coding Standards) (C Usage): New rule for 0 vs. NULL.
2472
2473 2012-12-15  Yao Qi  <yao@codesourcery.com>
2474
2475         * gdb.texinfo (Debugging Output): Document 'set debug
2476         notification' and 'show debug notification'.
2477
2478 2012-12-15  Yao Qi  <yao@codesourcery.com>
2479
2480         * gdb.texinfo (Listing Tracepoints): New item and example about
2481         'installed on target' output.
2482         Add more in the example about 'installed on target'.
2483         (GDB/MI Breakpoint Commands): Doc about 'installed field.
2484
2485 2012-12-14  Tom Tromey  <tromey@redhat.com>
2486
2487         * gdb.texinfo (SVR4 Process Information): Mention core files.
2488
2489 2012-12-12 Mircea Gherzan <mircea.gherzan@intel.com>
2490
2491         * gdb.texinfo (GDB/MI Catchpoint Commands): New section.
2492
2493 2012-12-11  Pedro Alves  <palves@redhat.com>
2494
2495         * gdb.texinfo: Remove all mentions of Unixware throughout.
2496
2497 2012-12-09  Jan Kratochvil  <jan.kratochvil@redhat.com>
2498
2499         * gdbint.texinfo (Host Definition): Remove CC_HAS_LONG_LONG.
2500
2501 2012-11-29  Tom Tromey  <tromey@redhat.com>
2502
2503         * gdb.texinfo (SVR4 Process Information): Document missing
2504         "info proc" subcommands.
2505
2506 2012-11-29  Yao Qi  <yao@codesourcery.com>
2507
2508         PR gdb/1477.
2509         * gdb.texinfo (Print Settings): Correct the default 'demangle-style'
2510         to 'auto' instead of 'gnu'.
2511
2512 2012-11-26  Tom Tromey  <tromey@redhat.com>
2513
2514         * gdb.texinfo (MiniDebugInfo): New node.
2515         (GDB Files): Update.
2516
2517 2012-11-16  Doug Evans  <dje@google.com>
2518
2519         * gdb.texinfo (System-wide configuration): If the system-wide init
2520         file lives in the data-directory, and --data-directory is provided,
2521         look for it there.
2522
2523 2012-11-15  Tom Tromey  <tromey@redhat.com>
2524
2525         * gdb.texinfo (Signaling): Fix typo.
2526
2527 2012-11-13  Giuseppe Montalto  <giuseppe.montalto@st.com>
2528
2529         * gdb.texinfo (GDB/MI Data Manipulation): Document new optional
2530         parameter "count" of -data-write-memory-bytes, and add an example.
2531
2532 2012-11-12  Tom Tromey  <tromey@redhat.com>
2533
2534         * gdb.texinfo (Symbols): Document "info type-printers",
2535         "enable type-printer" and "disable type-printer".
2536         (Python API): Add new node to menu.
2537         (Type Printing API): New node.
2538         (Progspaces In Python): Document type_printers field.
2539         (Objfiles In Python): Likewise.
2540         (gdb.types) <get_type_recognizers, apply_type_recognizers,
2541         register_type_printer, TypePrinter>: Document.
2542
2543 2012-11-12  Tom Tromey  <tromey@redhat.com>
2544
2545         * gdb.texinfo (Symbols): Document "set print type methods",
2546         "set print type typedefs", and flags to ptype and whatis.
2547
2548 2012-11-09  Andrew Burgess  <aburgess@broadcom.com>
2549
2550         * gdb.texinfo (GDB/MI Data Manipulation): Add fullname field to
2551         the example -data-disassemble output.  Extend the description of
2552         the -data-disassemble results to document all fields.  Document
2553         the cli disassemble command as being related to -data-disassemble.
2554
2555 2012-11-09  Yao Qi  <yao@codesourcery.com>
2556
2557         PR gdb/14777.
2558         * gdb.texinfo (OS Information): Remove doc on command
2559         'info udot'.
2560
2561 2012-11-08  Joel Brobecker  <brobecker@adacore.com>
2562
2563         * gdb.texinfo (Startup): Minor rewording, and clarify scope of
2564         gdb.ini warning for Windows port.
2565
2566 2012-11-08  Yao Qi  <yao@codesourcery.com>
2567
2568         * gdb.texinfo (Search): Add kindex for 'fo'.
2569
2570 2012-11-05  Tom Tromey  <tromey@redhat.com>
2571
2572         PR python/14802:
2573         * gdb.texinfo (Functions In Python): Add example.
2574
2575 2012-11-03  Yao Qi  <yao@codesourcery.com>
2576
2577         * observer.texi (GDB Observers): Remove observer
2578         'tracepoint_modified', 'tracepoint_created' and
2579         'tracepoint_deleted'.
2580
2581 2012-10-26  Tom Tromey  <tromey@redhat.com>
2582
2583         * gdb.texinfo (General Query Packets): Use @itemx for QAgent.
2584
2585 2012-10-25  Tom Tromey  <tromey@redhat.com>
2586
2587         * gdb.texinfo (General Query Packets): Use @itemx.
2588
2589 2012-10-17  Yao Qi  <yao@codesourcery.com>
2590
2591         * observer.texi (GDB Observers): Update observer
2592         'memory_changed'.
2593         * gdb.texinfo (GDB/MI Async Records): Document for
2594         "memory-changed" notification.
2595
2596 2012-10-15  Doug Evans  <dje@google.com>
2597
2598         * gdb.texinfo (Mode Options): Document -nh.
2599         Elaborate on docs for -nx.
2600
2601 2012-09-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
2602
2603         * observer.texi (memory_changed): Expand parameter LEN to ssize_t.
2604
2605 2012-09-21  Yao Qi  <yao@codesourcery.com>
2606             Pedro Alves  <palves@redhat.com>
2607
2608         * gdb.texinfo (GDB/MI Async Records): Document notification
2609         'record-started' and 'record-stopped'.
2610         * observer.texi (GDB Observers): New observer 'record-changed'.
2611
2612 2012-09-19  Thomas Schwinge  <thomas@codesourcery.com>
2613
2614         * gdb.texinfo: Document the removal of SH's 'regs' command.
2615
2616 2012-09-18  Sergio Durigan Junior  <sergiodj@redhat.com>
2617
2618         * gdb.texinfo (jump): Mention new alias `j' for `jump'.
2619
2620 2012-09-18  Yao Qi  <yao@codesourcery.com>
2621
2622         * gdb.texinfo (GDB/MI Async Records): Document new MI
2623         notifications '=tsv-created' and '=tsv-deleted'.
2624         * observer.texi (GDB Observers): New observer tsv_created and
2625         tsv_deleted.
2626
2627 2012-09-18  Yao Qi  <yao@codesourcery.com>
2628
2629         * observer.texi (GDB Observers): New observer 'traceframe_changed'.
2630         * gdb.texinfo (GDB/MI Async Records): Mention new MI notification
2631         '=traceframe-changed'.
2632
2633 2012-09-17  Yao Qi  <yao@codesourcery.com>
2634
2635         * gdb.texinfo (List): Describe the meaning of 0 and -1 in
2636         'set listsize'.
2637
2638 2012-09-13  Jan Kratochvil  <jan.kratochvil@redhat.com>
2639             Eli Zaretskii  <eliz@gnu.org>
2640
2641         * gdbint.texinfo (Defining Other Architecture Features): Clarify *pcptr
2642         encoding for gdbarch_breakpoint_from_pc, bp_addr for
2643         gdbarch_push_dummy_call and bp_addr for gdbarch_push_dummy_code.
2644
2645 2012-08-27  Jan Kratochvil  <jan.kratochvil@redhat.com>
2646
2647         * gdb.texinfo (objfile-gdb.py file): New paragraph for .exe stripping.
2648
2649 2012-08-23  Khoo Yit Phang <khooyp@cs.umd.edu>
2650
2651         Document how to return from "python-interactive" to GDB.
2652         * gdb.texinfo (Python Commands): Update documentation.
2653
2654 2012-08-22  Khoo Yit Phang <khooyp@cs.umd.edu>
2655
2656         Add a new "python-interactive" command that starts a standard
2657         Python interactive prompt with "pi" as alias, and add "py" as
2658         an alias to "python".
2659         * gdb.texinfo (Python Commands): Document the new commands.
2660
2661 2012-08-22  Tom Tromey  <tromey@redhat.com>
2662
2663         * gdbint.texinfo (Host Definition): Remove documentation for
2664         SIGWINCH_HANDLER and SIGWINCH_HANDLER_BODY.
2665
2666 2012-08-17  Keith Seitz  <keiths@redhat.com>
2667
2668         PR c++/13356
2669         * gdb.texinfo (Type and Range Checking): Remove warning.
2670         Remove spurious commas.
2671         Update text and examples for re-implementation of set/show
2672         check type.
2673         (C and C++ Type and Range Checks): Likewise.
2674
2675 2012-08-16  Yao Qi  <yao@codesourcery.com>
2676
2677         * gdb.texinfo (Types In Python): Mention gdb.TYPE_CODE_BITSTRING
2678         is deprecated.
2679
2680 2012-08-13  Doug Evans  <dje@google.com>
2681
2682         * gdb.texinfo (Convenience Vars): Update text for "show convenience"
2683         to include functions.
2684
2685 2012-08-10  Doug Evans  <dje@google.com>
2686
2687         * gdb.texinfo (Convenience Funs): New node.
2688         (Types In Python): Document Type.vector.
2689
2690 2012-08-09  Yao Qi  <yao@codesourcery.com>
2691
2692         * observer.texi: New observer command_param_changed.
2693         * gdb.texinfo (GDB/MI Async Records): Doc for '=cmd-param-changed'.
2694
2695 2012-08-07  Jan Kratochvil  <jan.kratochvil@redhat.com>
2696
2697         * gdbint.texinfo (Debugging GDB): In section
2698         'Debugging @value{GDBN} with itself' change .gdbinit for gdb-gdb.gdb.
2699         Mention also gdb-gdb.py.
2700
2701 2012-08-07  Yao Qi  <yao@codesourcery.com>
2702
2703         Revert the folloing patch:
2704         2012-08-06  Yao Qi  <yao@codesourcery.com>
2705         * gdb.texinfo (Remote Configuration): Add kindex for 'set
2706         remote hardware-watchpoint-limit' and 'set
2707         remote hardware-breakpoint-limit'.
2708
2709 2012-08-06  Nathaniel Flath  <flat0103@gmail.com>
2710
2711         * gdb.texinfo (Working Directory): Added information about new
2712         default argument for 'cd' command.
2713
2714 2012-08-06  Yao Qi  <yao@codesourcery.com>
2715
2716         * gdb.texinfo (Remote Configuration): Add kindex for 'set
2717         remote hardware-watchpoint-limit' and 'set
2718         remote hardware-breakpoint-limit'.
2719
2720 2012-08-06  Yao Qi  <yao@codesourcery.com>
2721
2722         Fix PR14371.
2723
2724         * gdb.texinfo (GDB/MI Async Records): Fix the doc for
2725         '=breakpoint-deleted'.
2726
2727 2012-08-02  Yao Qi  <yao@codesourcery.com>
2728
2729         * gdb.texinfo (Native): Remove node Neutrino.
2730
2731 2012-07-27  Yao Qi  <yao@codesourcery.com>
2732
2733         * gdb.texinfo (IPA Protocol Commands): Document new command
2734         'close'.
2735
2736 2012-07-25  Tom Tromey  <tromey@redhat.com>
2737
2738         * gdb.texinfo (Maintenance Commands): Document maint info bfds.
2739
2740 2012-07-20  Doug Evans  <dje@google.com>
2741
2742         * gdb.texinfo (Mode Options): Delete --use-deprecated-index-sections.
2743         (Index Files): Document how to control the use of deprecated index
2744         sections.
2745         (Index Section Format): Replace --use-deprecated-index-sections with
2746         "set use-deprecated-index-sections on".
2747
2748 2012-07-12  Eli Zaretskii  <eliz@gnu.org>
2749
2750         * gdbint.texinfo: Remove @syncodeindex directives that put all the
2751         indices into a single node "Index".  Instead, join function and
2752         variable indices into a single index, separate from the concept
2753         index.  Requested in
2754         http://sourceware.org/ml/gdb-patches/2012-07/msg00146.html.
2755         (Top): Update the top-level menu: instead of one "Index" there are
2756         now separate entries "Concept Index" and "Function and Variable
2757         Index".
2758         (Concept Index, Function and Variable Index): New nodes.
2759         (Index): Node deleted.
2760
2761 2012-07-05  Hui Zhu  <hui_zhu@mentor.com>
2762
2763         * gdb.texinfo (Maintenance Commands): Change help for "maint agent"
2764         and "maint agent-eval".
2765
2766 2012-07-03  Eli Zaretskii  <eliz@gnu.org>
2767
2768         * gdb.texinfo: Separate the index into 2 indices, cp and fn, to
2769         avoid file-name clashes between Index.html and index.html on
2770         case-insensitive filesystems.  See the discussion starting in
2771         http://sourceware.org/ml/gdb-patches/2012-06/msg00457.html for the
2772         details of the problem.
2773         (Top): Update the master menu for the above.
2774         (Concept Index, Command and Variable Index): New nodes, instead of
2775         the old "Index" node that was deleted.  All cross-references
2776         updated.
2777
2778 2012-07-02  Stan Shebs  <stan@codesourcery.com>
2779
2780         * gdb.texinfo (Dynamic Printf): Mention agent style and
2781         disconnected dprintf.
2782         (Maintenance Commands): Describe maint agent-printf.
2783         (General Query Packets): Mention BreakpointCommands feature.
2784         (Packets): Document commands extension to Z0 packet.
2785         * agentexpr.texi (Bytecode Descriptions): Document printf
2786         bytecode.
2787
2788 2012-07-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
2789
2790         * gdb.texinfo (File Options): Change -ix and -iex commands that apply
2791         only after gdbinit files.
2792         (Startup): Move -iex and -iex commands down after gdbinit files.
2793
2794 2012-07-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
2795
2796         * gdb.texinfo (Auto-loading safe path): Note the shell wildcard
2797         possibility.
2798
2799 2012-06-29  Tom Tromey  <tromey@redhat.com>
2800
2801         * gdb.texinfo (Index Section Format): Update for version 7.
2802
2803 2012-06-28  Stan Shebs  <stan@codesourcery.com>
2804
2805         * gdb.texinfo (Miscellaneous GDB/MI Commands): Update -info-os
2806         example, add note about title column.
2807
2808 2012-06-26  Siva Chandra Reddy  <sivachandra@google.com>
2809
2810         * gdb.texinfo (Symbol Tables In Python): Add description about
2811         the new 'last' attribute of gdb.Symtab_and line.
2812
2813 2012-06-26  Siva Chandra Reddy  <sivachandra@google.com>
2814
2815         * gdb.texinfo (Symbol Tables In Python): Correct the description
2816         of the 'pc' attribute of gdb.Symtab_and_line.
2817
2818 2012-06-26  Doug Evans  <dje@google.com>
2819
2820         * gdb.texinfo (Debugging Output): Document debug options dwarf2-read
2821         and symtab-create.
2822
2823 2012-06-25  Keith Seitz  <keiths@redhat.com>
2824
2825         * gdb.texinfo (GDB/MI Breakpoint Commands): Remove "-r" option
2826         from example.  Remove "rbreak" from list of corresponding
2827         gdb commands.
2828
2829 2012-06-23  Doug Evans  <dje@google.com>
2830
2831         * gdb.texinfo (Index Section Format): Document version 7 format.
2832
2833 2012-06-22  Yao Qi  <yao@codesourcery.com>
2834
2835         * gdb.texinfo: Add missing cindex for some packets.
2836
2837 2012-06-20  Keith Seitz  <keiths@redhat.com>
2838
2839         * gdb.texinfo (GDB/MI Breakpoint Commands): Re-order options
2840         for -break-insert and document -p.
2841
2842 2012-06-20  Yao Qi  <yao@codesourcery.com>
2843
2844         * gdb.texinfo (Inferiors In Python): Replace "gdb.read_memory"
2845         and "gdb.write_memory" with "Inferior.read_memory" and
2846         "Inferior.write_memory".
2847
2848 2012-06-15  Patrice Dumas  <pertusus@free.fr>  (tiny change)
2849
2850         * gdb.texinfo (Summary): Add a link to "Free Documentation".
2851         (Free Documentation): Add @node line.
2852         (Continuing and Stepping) <advance location>: Use @item instead of
2853         @itemx.
2854         (Reverse Execution) <set exec-direction reverse>: Use @item instead of
2855         @itemx.
2856         (Embedded Processors): Put the link to "PA" to its correct place,
2857         according to document structure.
2858         (Python API): Put the link to "Lazy Strings In Python" to its
2859         correct place.
2860         (Index): Use @@ in @tex block to get a literal @.
2861
2862         * gdbint.texinfo: Fix the @subtitle line.
2863
2864         * stabs.texinfo (Top): Put the link to "Symbol Types Index" to its
2865         correct place.
2866
2867 2012-06-08  Yao Qi  <yao@codesourcery.com>
2868
2869         * gdb.texinfo (In-Process Agent): Add 'In-Process Agent
2870         Protocol'.
2871         (In-Process Agent Protocol, IPA Protocol Objects)
2872         (IPA Protocol Commands): New nodes.
2873         (Tracepoint Packets): Add anchors.
2874
2875 2012-06-06  Thomas Schwinge  <thomas@codesourcery.com>
2876
2877         * gdb.texinfo: Document the deprecation of SH's 'regs' command.
2878
2879 2012-06-06  Yao Qi  <yao@codesourcery.com>
2880
2881         * gdb.texinfo: Update copyright year.
2882
2883 2012-05-23  Stan Shebs  <stan@codesourcery.com>
2884             Kwok Cheung Yeung  <kcy@codesourcery.com>
2885
2886         * gdb.texinfo (Miscellaneous GDB/MI Commands): Document -info-os.
2887
2888 2012-05-20  Jan Kratochvil  <jan.kratochvil@redhat.com>
2889
2890         * gdb.texinfo (Separate Debug Files): New anchor debug-file-directory.
2891         Mention also --with-separate-debug-dir.
2892         (Auto-loading): Prepend $debugdir in the sample output.
2893         (Auto-loading safe path): Likewise.  Mention also $debugdir for the
2894         auto-load safe-path variable.
2895         (objfile-gdb.py file): Remove the extra debug-file-directory paragraph.
2896         Mention also $debugdir for 'set auto-load scripts-directory'.
2897
2898 2012-05-19  Eli Zaretskii  <eliz@gnu.org>
2899
2900         * gdb.texinfo (Continuing and Stepping, Selection, Byte Order)
2901         (MIPS Embedded, MIPS, MIPS Register packet Format)
2902         (Target Descriptions, MIPS Features): Use @acronym{MIPS} where
2903         appropriate.
2904
2905 2012-05-18  Sandra Loosemore  <sandra@codesourcery.com>
2906             Maciej W. Rozycki  <macro@codesourcery.com>
2907
2908         * gdb.texinfo (MIPS): Document "set mips compression" and "show
2909         mips compression".
2910         (MIPS Breakpoint Kinds): New subsubsection.
2911
2912 2012-05-18  Eli Zaretskii  <eliz@gnu.org>
2913
2914         * gdb.texinfo (Architecture-Specific Protocol Details): Define
2915         nodes for subsections.  Add @acronym mark-ups and adjust
2916         formatting.
2917
2918 2012-05-18  Jan Kratochvil  <jan.kratochvil@redhat.com>
2919
2920         Rename $ddir to $datadir.
2921         * gdb.texinfo (Auto-loading, Auto-loading safe path)
2922         (objfile-gdb.py file): Rename $ddir to $datadir.
2923
2924 2012-05-18  Tom Tromey  <tromey@redhat.com>
2925
2926         * gdb.texinfo (Print Settings): Document 'set print symbol'.
2927
2928 2012-05-14  Stan Shebs  <stan@codesourcery.com>
2929
2930         * gdb.texinfo (Dynamic Printf): New subsection.
2931
2932 2012-05-13  Siva Chandra Reddy  <sivachandra@google.com>
2933
2934         * gdb.texinfo (Basic Python): Add description about the function
2935         gdb.find_pc_line
2936
2937 2012-05-12  Jan Kratochvil  <jan.kratochvil@redhat.com>
2938             Eli Zaretskii  <eliz@gnu.org>
2939
2940         * gdb.texinfo (Separate Debug Files): Use plural form for global
2941         debugging information directory.
2942
2943 2012-05-11  Stan Shebs  <stan@codesourcery.com>
2944             Kwok Cheung Yeung  <kcy@codesourcery.com>
2945
2946         * gdb.texinfo (Operating System Auxiliary Information): Document new
2947         'info os' subcommands.
2948
2949 2012-05-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
2950
2951         * gdb.texinfo (Auto-loading, Init File in the Current Directory)
2952         (libthread_db.so.1 file, objfile-gdb.gdb file, objfile-gdb.py file)
2953         (dotdebug_gdb_scripts section): Add reference
2954         to 'Auto-loading safe path'.
2955
2956 2012-05-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
2957
2958         Implement multi-component --with-auto-load-dir.
2959         * gdb.texinfo (Auto-loading): New references
2960         for 'set auto-load scripts-directory'
2961         and 'show auto-load scripts-directory'.
2962         (Auto-loading safe path): Describe the new default.  Move $ddir
2963         substituation reference to 'objfile-gdb.py file'.
2964         (objfile-gdb.py file): Describe script-name alias.  Change real-name to
2965         script-name.  Describe new 'set auto-load scripts-directory'
2966         and 'show auto-load scripts-directory'.
2967
2968 2012-05-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
2969
2970         Provide $ddir substitution for --with-auto-load-safe-path.
2971         * gdb.texinfo (Auto-loading): Replace /usr/local by $ddir/auto-load.
2972         (Auto-loading safe path): Likewise.  Mention the default value,
2973         $ddir substitution, --with-auto-load-safe-path and
2974         --without-auto-load-safe-path.
2975         * observer.texi (gdb_datadir_changed): New.
2976
2977 2012-05-09  Jan Kratochvil  <jan.kratochvil@redhat.com>
2978
2979         * gdb.texinfo (Auto-loading): Wrap too long lines in @smallexample.
2980         Twice.
2981
2982         * gdb.texinfo (Separate Debug Files, Auto-loading safe path): Replace
2983         directory separator by path separator.
2984
2985 2012-05-06  Jan Kratochvil  <jan.kratochvil@redhat.com>
2986
2987         * gdb.texinfo (Auto-loading safe path): Make 'directories'
2988         for 'set auto-load safe-path' optional.  Mention if it is omitted.
2989         Change disabling security protection condition to "/", twice.
2990
2991 2012-05-03  Siva Chandra Reddy  <sivachandra@google.com>
2992
2993         * gdb.texinfo (Symbol Tables In Python): Add documentation about
2994         the new methods global_block and static_block on gdb.Symtab
2995         objects.
2996
2997 2012-05-02  Siva Chandra Reddy  <sivachandra@google.com>
2998
2999         * gdb.texinfo (Blocks In Python): Add a note saying that future
3000         improvements to GDB and its infrastructure can move symbols
3001         across blocks within a symbol table.
3002
3003 2012-04-29  Yao Qi  <yao@codesourcery.com>
3004
3005         * gdb.texinfo (Architectures): Remove menu entry `A29K'.
3006         (A29K): Remove.
3007
3008 2012-04-27  Sergio Durigan Junior  <sergiodj@redhat.com>
3009             Tom Tromey  <tromey@redhat.com>
3010
3011         * gdb.texinfo (Static Probe Points): New entry, explaining SystemTap
3012         and generic static probe support on GDB.
3013
3014 2012-04-25  Doug Evans  <dje@google.com>
3015
3016         * gdb.texinfo (Go): Fix thinko.
3017
3018         * gdb.texinfo (Supported Languages): Add Go.
3019         (Go): New node.
3020
3021 2012-04-25  Yao Qi  <yao@codesourcery.com>
3022
3023         * gdbint.texinfo (Testsuite): New section `Board settings'.
3024
3025 2012-04-23  Jan Kratochvil  <jan.kratochvil@redhat.com>
3026
3027         * gdb.texinfo (Auto-loading safe path): Remove trailing [@dots{}].
3028         Three times.
3029
3030         * gdb.texinfo (Auto-loading safe path): Add trailing @dots{}.
3031         Three times.
3032
3033 2012-04-22  Jan Kratochvil  <jan.kratochvil@redhat.com>
3034
3035         * gdb.texinfo (Auto-loading safe path): Replace @itemize @bullet
3036         by @table @asis.  Fix formatting of one item.
3037
3038 2012-04-18  Jan Kratochvil  <jan.kratochvil@redhat.com>
3039
3040         * gdb.texinfo (Auto-loading verbose mode): Fix smallexample typo.
3041
3042 2012-04-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
3043
3044         New option "set debug auto-load".
3045         * gdb.texinfo (Auto-loading): New menu item for auto-load verbose mode.
3046         (auto-load verbose mode): New node.
3047
3048 2012-04-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
3049
3050         New option "set auto-load safe-path".
3051         * gdb.texinfo (Auto-loading): Extend the "show auto-load"
3052         and "info auto-load" examples for safe-path.  Put there also references
3053         for "set auto-load safe-path" and "show auto-load safe-path".
3054         New menu item for Auto-loading safe path.
3055         (Auto-loading safe path): New node.
3056         (Python Auto-loading): Update the expected output from "Missing"
3057         to "No".
3058
3059 2012-04-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
3060
3061         auto-load: Implementation.
3062         * gdb.texinfo (Mode Options): New anchor for -nx.
3063         (Startup): New anchors for Option -init-eval-command,
3064         Home Directory Init File
3065         and Init File in the Current Directory during Startup.
3066         Mention set auto-load local-gdbinit with a reference.
3067         Change the sample code to "set auto-load python-scripts".
3068         (Threads): New anchor set libthread-db-search-path.
3069         Provide references to libthread_db.so.1 file.
3070         (Controlling GDB): New menu item for Auto-loading.
3071         (Auto-loading, Init File in the Current Directory)
3072         (libthread_db.so.1 file, objfile-gdb.gdb file): New nodes.
3073         (Python): Rename the menu item Auto-loading to Python Auto-loading.
3074         (Writing a Pretty-Printer, Objfiles In Python): Update the renamed
3075         reference.
3076         (Auto-loading): Rename to ...
3077         (Python Auto-loading): ... here.  Change "set auto-load-scripts" to
3078         "set auto-load python-scripts", new anchor for it.  Change
3079         "show auto-load-scripts" to "show auto-load python-scripts", new anchor
3080         for it.  Change "info auto-load-scripts"
3081         to "info auto-load python-scripts", new anchor for it.  Change "scripts"
3082         to "Python scripts".
3083
3084 2012-04-14  Anton Gorenkov <xgsa@yandex.ru>
3085
3086         PR mi/13393
3087         * gdb.texinfo (Print Settings): Extend the description for "set print
3088         object".
3089         (GDB/MI Variable Objects): Extend the description for -var-create and
3090         -var-list-children.
3091
3092 2012-04-11  Siva Chandra Reddy  <sivachandra@google.com>
3093
3094         * gdb.texinfo (Examining Data): Document the 'explore' command.
3095
3096 2012-03-28  Joel Brobecker  <brobecker@adacore.com>
3097
3098         * gdb.texinfo (GDB/MI Variable Objects): Document what happens
3099         to the children of a varobj and its update range when -var-update
3100         returns that the varobj's type changed.
3101
3102 2012-03-27  Jan Kratochvil  <jan.kratochvil@redhat.com>
3103
3104         * gdb.texinfo (Auto-loading): Move @menu to the end of @node.
3105         Create two new links fir 'objfile-gdb.py file'
3106         and 'dotdebug_gdb_scripts section'.
3107
3108 2012-03-27  Jan Kratochvil  <jan.kratochvil@redhat.com>
3109
3110         * gdb.texinfo (Auto-loading): Rename node reference
3111         '.debug_gdb_scripts section' to 'dotdebug_gdb_scripts section'.
3112         Twice.
3113         (.debug_gdb_scripts section): Rename the node ...
3114         (dotdebug_gdb_scripts section): ... here.
3115         (Maintenance Commands): Also rename this node reference.
3116
3117 2012-03-22  Siva Chandra Reddy  <sivachandra@google.com>
3118
3119         * gdb.texinfo (Python API/Values From Inferior): Add description
3120         about the new method Value.referenced_value.  Add description on
3121         how Value.dereference is different (and similar) to
3122         Value.referenced_value.
3123
3124 2012-03-19  Jan Kratochvil  <jan.kratochvil@redhat.com>
3125
3126         * gdb.texinfo (File Options): Describe --init-command=FILE, -ix and
3127         --init-eval-command=COMMAND, -iex.
3128         (Startup): Describe -iex and -ix.  Simplify the example
3129         for "set auto-load-scripts off".
3130
3131 2012-03-16  Gary Benson  <gbenson@redhat.com>
3132
3133         PR breakpoints/10738
3134         * gdb.texinfo (Inline Functions): Remove the now-unnecessary @item
3135         stating that GDB cannot set breakpoints on inlined functions.
3136         (Mode Options): Document --use-deprecated-index-sections.
3137         (Index Section Format): Document new index section version format.
3138
3139 2012-03-15  Tom Tromey  <tromey@redhat.com>
3140
3141         * gdb.texinfo (Debugging C Plus Plus): Document "info vtbl".
3142
3143 2012-03-13  Doug Evans  <dje@google.com>
3144
3145         * gdb.texinfo (Help): Change apropos example to use "alias" instead
3146         of "reload".
3147         (Symbols): Delete docs for set/show symbol-reloading.
3148         * gdbint.texinfo (Defining Other Architecture Features): Delete
3149         SYMBOL_RELOADING_DEFAULT.
3150         * refcard.tex: Delete reference to symbol-reloading.
3151
3152 2012-03-07  Pedro Alves  <palves@redhat.com>
3153
3154         * gdb.texinfo (General Query Packets): Document new
3155         QProgramSignals packet.
3156         * gdb.texinfo (Remote configuration): Mention
3157         "program-signals-packet".
3158
3159 2012-03-05  Tristan Gingold  <gingold@adacore.com>
3160
3161         * gdb.texinfo (General Query Packets): Document xfer:uib:read.
3162
3163 2012-03-03  Yao Qi  <yao@codesourcery.com>
3164
3165         * gdb.texinfo (In-Process Agent): New node.
3166         Document new commands.
3167         (General Query Packets): Add packet `QAgent'.
3168
3169 2012-03-01  Maciej W. Rozycki  <macro@codesourcery.com>
3170
3171         * gdb.texinfo (MIPS Features): Add org.gnu.gdb.mips.dsp.
3172
3173 2012-03-01  Scott J. Goldman <scottjg@vmware.com>
3174
3175         * gdb.texinfo (Commands In Python): Put example python macro in
3176         COMMAND_USER category rather than COMMAND_OBSCURE.
3177         Document gdb.COMMAND_USER.
3178         (User-defined Commands): Update documentation to clarify
3179         "set/show max-user-call-depth" and "show user" don't apply to python
3180         commands.  Update documentation to clarify "help user-defined" may
3181         also include python commands defined as COMMAND_USER.
3182
3183 2012-02-25  Jan Kratochvil  <jan.kratochvil@redhat.com>
3184
3185         * gdb.texinfo (Startup): Add option -ex description to the option -x
3186         description.
3187
3188 2012-02-24  Luis Machado  <lgustavo@codesourcery.com>
3189
3190         * gdb.texinfo (Setting Breakpoints): Mention and explain the
3191         condition-evaluation breakpoint parameter.
3192         Mention condition-evaluation mode being shown in "info break".
3193         (Break Conditions): Add description for target-side
3194         conditional breakpoints.
3195         (Remote Configuration): Mention conditional-breakpoints-packet.
3196         (Packets): Add cond-expr parameter to Z0/Z1 packets and explain
3197         cond-expr.
3198         (General Query Packets): Mention new ConditionalBreakpoint feature.
3199
3200 2012-02-22  Tom Tromey  <tromey@redhat.com>
3201
3202         * gdb.texinfo (Blocks In Python): Clarify block iteration.
3203
3204 2012-02-17  Tom Tromey  <tromey@redhat.com>
3205
3206         PR python/10753:
3207         * gdb.texinfo (objfile-gdb.py file): Fix location of auto-load
3208         directory.
3209
3210 2012-02-14  Stan Shebs  <stan@codesourcery.com>
3211
3212         * gdb.texinfo (Disabling Breakpoints): Document enable count.
3213
3214 2012-02-13  Pedro Alves  <palves@redhat.com>
3215
3216         * gdb.texinfo (MIPS boards): Refer to mips-elf instead of
3217         mips-idt-ecoff.
3218
3219 2012-02-09  Yao Qi  <yao@codesourcery.com>
3220
3221         * gdb.texinfo (Symbols In Python): Add missing `@end defvar'.
3222
3223 2012-02-07  Tom Tromey  <tromey@redhat.com>
3224
3225         * gdb.texinfo (Symbols In Python): Document Symbol.needs_frame and
3226         Symbol.value.
3227
3228 2012-02-07  Tom Tromey  <tromey@redhat.com>
3229
3230         * gdb.texinfo (Symbols In Python): Document Symbol.line.
3231
3232 2012-01-27  Thomas Schwinge  <thomas@codesourcery.com>
3233
3234         * gdb.textinfo (Packets): Move vCont paragraph to the correct place.
3235
3236 2012-01-24  Tom Tromey  <tromey@redhat.com>
3237
3238         * gdb.texinfo (Set Catchpoints): Document "catch load" and "catch
3239         unload".
3240         (Files): Mention new catch commands.
3241         (GDB/MI Async Records): Likewise.
3242
3243 2012-01-24  Gary Benson  <gbenson@redhat.com>
3244
3245         Delete #if 0'd out code.
3246         * gdb.texinfo (Frame Info): Remove "info catch".
3247
3248 2012-01-20  Ulrich Weigand  <ulrich.weigand@linaro.org>
3249
3250         * gdb.texinfo (Remote Configuration): Document
3251         "set remote hostio-readlink-packet" command.
3252         (General Query Packets): Document vFile:readlink packet.
3253
3254 2012-01-16  Tom Tromey  <tromey@redhat.com>
3255
3256         * gdb.texinfo (Specify Location): Document relative file name
3257         handling.
3258
3259 2012-01-16  Tom Tromey  <tromey@redhat.com>
3260
3261         * gdb.texinfo (gdb.printing): Document FlagEnumerationPrinter.
3262
3263 2012-01-13  Jan Kratochvil  <jan.kratochvil@redhat.com>
3264             Eli Zaretskii  <eliz@gnu.org>
3265
3266         * gdbint.texinfo (Coding Standards): Require braces for two lines of
3267         code.
3268
3269 2012-01-11  Paul Hilfinger  <hilfingr@adacore.com>
3270
3271         * gdb.texinfo (Variables): Document use of :: for non-static
3272         variables.
3273
3274 2012-01-05  Joel Brobecker  <brobecker@adacore.com>
3275
3276         * gdbint.texinfo (Start of New Year Procedure): Update
3277         to replace use of copyright.sh by use of copyright.py.
3278
3279 2012-01-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
3280
3281         Remove the gdbtui binary.
3282         * all-cfg.texi (GDBTUI): Remove.
3283         * gdb.texinfo (Mode Options): Remove the GDBTUI reference.
3284         (TUI): Remove GDBTUI pindex.  Remove the GDBTUI reference.
3285         * gdbint.texinfo (Testsuite): Replace `gdbtui' by `gdb -tui'.
3286
3287 2011-12-23  Kevin Pouget  <kevin.pouget@st.com>
3288
3289         Introduce gdb.FinishBreakpoint in Python.
3290         * gdb.texinfo (Finish Breakpoints in Python): New subsection.
3291         (Python API): Add menu entry for Finish Breakpoints.
3292
3293 2011-12-19  Jan Kratochvil  <jan.kratochvil@redhat.com>
3294
3295         * gdbint.texinfo (Testsuite): Describe KFAIL and XFAIL in Writing
3296         tests.
3297
3298 2011-12-16  Doug Evans  <dje@google.com>
3299
3300         * gdb.texinfo (Server): Document -/stdio argument to gdbserver.
3301
3302 2011-12-16  Phil Muldoon  <pmuldoon@redhat.com>
3303
3304         * gdb.texinfo (Python Commands): Remove "maint set/show print
3305         stack".  Add documentation for "set/show python print-stack".
3306
3307 2011-12-14  Pedro Alves  <pedro@codesourcery.com>
3308
3309         * gdb.texinfo (Implementing a Remote Stub): Explain that you
3310         should transfer control to the stub in the startup code instead of
3311         in main.  Mention the need to get past the initial breakpoint.
3312
3313 2011-12-06  Tom Tromey  <tromey@redhat.com>
3314
3315         * gdb.texinfo (Set Breaks): Update for new behavior.
3316
3317 2011-12-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
3318
3319         * gdb.texinfo (Requirements, Remote Protocol): Reference also `Library
3320         List Format for SVR4 Targets'.
3321         (General Query Packets): New item qXfer:libraries-svr4:read.
3322         (Library List Format for SVR4 Targets): New node.
3323
3324 2011-12-01  Tom Tromey  <tromey@redhat.com>
3325
3326         * gdb.texinfo (Writing a Pretty-Printer): Use append method, not
3327         add.
3328
3329 2011-11-22  Tom Tromey  <tromey@redhat.com>
3330
3331         * gdb.texinfo (GDB/MI Async Records): Document new *stopped
3332         reasons.
3333
3334 2011-11-20  Stan Shebs  <stan@codesourcery.com>
3335
3336         * gdb.texinfo (Starting and Stopping Trace Experiments): Document
3337         note-related options and variables.
3338         (Tracepoint Packets): Document packet changes.
3339
3340 2011-11-20  Sanjoy Das  <sdas@igalia.com>
3341
3342         * gdb.texinfo (JIT Interface): Add documentation on writing and
3343         usind JIT debug info readers.
3344         (Custom Debug Info, Using JIT Debug Info Readers, Writing JIT
3345         Debug Info Readers): New nodes.
3346
3347 2011-11-18  Yao Qi  <yao@codesourcery.com>
3348
3349         * gdb.texinfo (Create and Delete Tracepoints): Mention pending
3350         tracepoint.
3351
3352 2011-11-15  Doug Evans  <dje@google.com>
3353
3354         * gdb.texinfo (Files): Document basenames-may-differ.
3355
3356 2011-11-14  Doug Evans  <dje@google.com>
3357
3358         * gdb.texinfo (Shell Commands): Document "!".
3359
3360 2011-11-14  Stan Shebs  <stan@codesourcery.com>
3361             Kwok Cheung Yeung  <kcy@codesourcery.com>
3362
3363         * gdb.texinfo (Create and Delete Tracepoints): Describe what is
3364         needed to get shorter fast tracepoints.
3365         (Tracepoint Packets): Document new qTMinFTPILen packet.
3366
3367 2011-11-14  Yao Qi  <yao@codesourcery.com>
3368
3369         * gdb.texinfo (Create and Delete Tracepoints): Describe changed
3370         behavior of tracepoint.
3371         (General Query Packets): New feature InstallInTrace.
3372         (Remote Configuration): Document "set remote
3373         install-in-trace-packet".
3374
3375 2011-11-12  Matt Rice  <ratmice@gmail.com>
3376
3377         * gdb.texinfo (C Preprocessor Macros): Remove info definitions.
3378         Add arguments to info macro.
3379
3380 2011-11-10  Tom Tromey  <tromey@redhat.com>
3381
3382         * gdb.texinfo (Compilation): Don't mention -gdwarf-2.  Link to GCC
3383         manual.
3384         (Variables): Don't mention -gdwarf-2.  Link to Compilation node.
3385         (Macros): Add a footnote.
3386         (C): Remove paragraph about compiler options.
3387         (C Constants): Mention wide character and string constants.
3388         (C Plus Plus Expressions): Update compiler option advice.  Mention
3389         using declarations.  Mention ADL.  Remove old HP compiler
3390         information.
3391
3392 2011-11-10  Tom Tromey  <tromey@redhat.com>
3393
3394         PR c++/9257:
3395         * gdb.texinfo (Print Settings): Add an extra note about the need
3396         for a vtable.
3397
3398 2011-11-08  Maciej W. Rozycki  <macro@codesourcery.com>
3399
3400         * gdb.texinfo (MIPS): Remove duplicate "auto" reference from
3401         "set mips abi" documentation.
3402
3403 2011-11-04  Doug Evans  <dje@google.com>
3404
3405         * gdb.texinfo (Maintenance Commands): Update docs of "maint time".
3406
3407 2011-11-03  Tom Tromey  <tromey@redhat.com>
3408
3409         * gdb.texinfo (Stopping): Add menu entry.
3410         (Continuing and Stepping): Restore @node.  Use @section, not
3411         @subsection.
3412
3413 2011-11-03  Maciej W. Rozycki  <macro@codesourcery.com>
3414
3415         * gdb.texinfo (Skipping Over Functions and Files): Remove node
3416         designation.  Fix "Specify Location" cross-reference.
3417
3418 2011-11-02  Stan Shebs  <stan@codesourcery.com>
3419
3420         * gdb.texinfo (Tracepoint Action Lists): Document collect/s.
3421         (General Query Packets): Describe tracenz feature.
3422         * agentexpr.texi (Bytecode Descriptions): Describe tracenz.
3423
3424 2011-10-28  Paul Koning  <paul_koning@dell.com>
3425
3426         * gdb.texinfo (gdb.types): Rename deepitems to deep_items.
3427
3428 2011-10-27  Kevin Pouget  <kevin.pouget@st.com>
3429
3430         * gdb.texinfo ((Frames In Python): Document
3431         gdb.FRAME_UNWIND_FIRST_ERROR contant.
3432
3433 2011-10-26  Paul Koning  <paul_koning@dell.com>
3434
3435         * gdb.texinfo (gdb.types): Document new deepitems function.
3436
3437 2011-10-25  Paul Koning  <paul_koning@dell.com>
3438
3439         PR python/13327
3440
3441         * gdb.texinfo (Values From Inferior): Add is_lazy attribute,
3442         fetch_lazy method.
3443
3444 2011-10-20  Phil Muldoon  <pmuldoon@redhat.com>
3445
3446         PR python/12656
3447
3448         * gdb.texinfo (Blocks In Python): Document is_static, is_global,
3449         global_block, static_block function.
3450
3451 2011-10-19  Tom Tromey  <tromey@redhat.com>
3452
3453         * gdb.texinfo (Commands In Python): Add missing "@"s.
3454
3455 2011-10-13  Kevin Pouget  <kevin.pouget@st.com>
3456
3457         PR python/13285 Document named constants for frame unwind stop reasons
3458         * gdb.texinfo (Frames In Python): Document gdb.FRAME_UNWIND_*
3459         constants.
3460
3461 2011-10-12  Jan Kratochvil  <jan.kratochvil@redhat.com>
3462
3463         Fix compatibility with texinfo versions older than 4.12.
3464         * Makefile.in (MAKEINFO): Set to @MAKEINFO@.
3465         (MAKEINFOFLAGS, MAKEINFO_EXTRA_FLAGS, MAKEINFO_CMD): New.
3466         (MAKEHTMLFLAGS): Use MAKEINFO_CMD.
3467         (gdb.info, gdbint.info, stabs.info, annotate.info): Use MAKEINFO_CMD.
3468         * gdb.texinfo (Tail Call Frames): Convert @arrow{} to @click, when possible.
3469         Make the conversion conditional on HAVE_MAKEINFO_CLICK, using variables
3470         CALLSEQ1A, CALLSEQ1B, CALLSEQ2A and CALLSEQ2B.
3471
3472 2011-10-09  Doug Evans  <dje@google.com>
3473
3474         * gdb.texinfo (Extending GDB): Document alias command.
3475
3476 2011-10-09  Jan Kratochvil  <jan.kratochvil@redhat.com>
3477
3478         Support @entry in input expressions.
3479         * gdb.texinfo (Variables): Describe @entry names suffix.
3480         (Print Settings): Add anchor for `set print entry-values'.
3481
3482 2011-10-09  Jan Kratochvil  <jan.kratochvil@redhat.com>
3483             Eli Zaretskii  <eliz@gnu.org>
3484
3485         Display @entry parameter values (without references).
3486         * gdb.texinfo (Tail Call Frames): Add anchor.  Add self tail call
3487         example.
3488         (Print Settings): New description of set print entry-values and show
3489         print entry-values.
3490
3491 2011-10-09  Jan Kratochvil  <jan.kratochvil@redhat.com>
3492             Eli Zaretskii  <eliz@gnu.org>
3493
3494         Recognize virtual tail call frames.
3495         * gdb.texinfo (Optimized Code): Add reference to Tail Call Frames.
3496         (Tail Call Frames): New node.
3497         (Frames In Python): Add gdb.TAILCALL_FRAME.
3498
3499 2011-10-07  Doug Evans  <dje@google.com>
3500
3501         * gdb.texinfo (gdb.printing): Document new `replace' arg to
3502         register_pretty_printer.
3503
3504 2011-10-07  Phil Muldoon  <pmuldoon@redhat.com>
3505
3506         PR python/12930
3507         PR python/12802
3508
3509         * gdb.texinfo (Breakpoints In Python): Clarify behavior in the
3510         stop method.
3511
3512 2011-10-07  Ulrich Weigand  <ulrich.weigand@linaro.org>
3513
3514         * gdb.texinfo (Starting your Program): "set disable-randomization"
3515         is no longer Linux-specific.
3516         (Remote Configuration): Document "set remote
3517         disable-randomization-packet".
3518         (General Query Packets): Document "QDisableRandomization" packet
3519         and add it to "qSupported" list.
3520
3521 2011-10-07  Kevin Pouget  <kevin.pouget@st.com>
3522
3523         Allow Python notification of new object-file loadings.
3524         * gdb.texinfo (Events In Python): Document `gdb.NewObjFileEvent'
3525         event type.
3526
3527 2011-10-04  Kevin Pouget  <kevin.pouget@st.com>
3528
3529         PR python/12691: Add the inferior to Python exited event
3530         * gdb.texinfo (Events In Python): Describe exited inferior attribute.
3531
3532 2011-10-03  Joel Brobecker  <brobecker@adacore.com>
3533
3534         * gdb.texinfo (GDB/MI Miscellaneous Commands): Minor
3535         rephasing.
3536
3537 2011-10-03  Joel Brobecker  <brobecker@adacore.com>
3538
3539         * gdb.texinfo (GDB/MI Ada Tasking Commands): New node.
3540         (GDB/MI Miscellaneous Commands): Add `ada-task-info'
3541         as possible feature returned by the `-list-features'
3542         command.
3543
3544 2011-09-28  Paul Koning  <paul_koning@dell.com>
3545
3546         * gdb.texinfo (gdb.Type): Document field access by dictionary
3547         key syntax.
3548
3549 2011-09-28  Yao Qi  <yao@codesourcery.com>
3550
3551         * gdb.texinfo (Files): Update options for `add-symbol-file'.
3552         Add one space after option `-s'.  Remove @r{} markup.
3553
3554 2011-09-27  Stan Shebs  <stan@codesourcery.com>
3555
3556         * gdb.texinfo (Tracepoint Action Lists): Document $_ret.
3557
3558 2011-09-16  Hui Zhu  <teawater@gmail.com>
3559
3560         * gdb.texinfo (Tracepoint Restrictions): Change *$esp@300
3561         to *(unsigned char *)$esp@300.
3562
3563 2011-09-15  Paul Koning  <paul_koning@dell.com>
3564
3565         * gdb.texinfo: Make style of Python functions and methods match
3566         the syntax of Python.  Also put class and module names explicitly
3567         on function, member, and variable names, matching Python
3568         documentation conventions.
3569
3570 2011-09-15  Kevin Pouget  <kevin.pouget@st.com>
3571
3572         PR Python/12692 Add gdb.selected_inferior() to Python interface.
3573         * gdb.texinfo (Inferiors In Python): Describe new
3574         gdb.selected_inferior() function.
3575
3576 2011-09-15  Kevin Pouget  <kevin.pouget@st.com>
3577
3578         Handle multiple breakpoint hits in Python interface:
3579         * gdb.texinfo (Events In Python): New function documentation:
3580         gdb.BreakpointEvent.breakpoints. Indicate that
3581         gdb.BreakpointEvent.breakpoint is now deprecated.
3582
3583 2011-09-04  Joel Brobecker  <brobecker@adacore.com>
3584
3585         * gdb.texinfo: Set EDITION to "Tenth" and change ISBN.
3586
3587 2011-08-25  Andrew Oakley  <andrew@ado.is-a-geek.net>
3588
3589         * gdb.texinfo (Types In Python): Document 'bitpos' for enums.
3590
3591 2011-08-17  Phil Muldoon  <pmuldoon@redhat.com>
3592
3593         * gdb.texinfo (Prompt): Add set/show extended-prompt
3594         documentation
3595         (Basic Python): Add prompt_hook anchor.
3596         (Python modules): Reword module text to reflect multiple modules.
3597         (gdb.prompt): Document gdb.prompt module.
3598
3599 2011-08-14  Yao Qi  <yao@codesourcery.com>
3600
3601         * gdb.texinfo (General Query Packets): Document qXfer:fdpic:read packet.
3602
3603 2011-08-14  Yao Qi  <yao@codesourcery.com>
3604
3605         * gdb.texinfo (Standard Target Features): Document C6x features.
3606         (TIC6x Features): New node.
3607
3608 2011-08-12  Doug Evans  <dje@google.com>
3609
3610         * gdb.texinfo (Symbols In Python): Document symbol.type.
3611
3612 2011-08-09  Phil Muldoon  <pmuldoon@redhat.com>
3613
3614         * gdb.texinfo (Python): Document command and function
3615         auto-loading.
3616
3617 2011-07-26  Jan Kratochvil  <jan.kratochvil@redhat.com>
3618             Eli Zaretskii  <eliz@gnu.org>
3619
3620         * gdb.texinfo (whatis, ptype): Highlight their differences.  Describe
3621         typedefs unrolling.  Extend the sample code by an inner typedef and
3622         outer typedefs unrolling.
3623
3624 2011-07-26  Paul Pluzhnikov  <ppluzhnikov@google.com>
3625
3626         * gdb.texinfo (Caching Remote Data): Document {set,show} dcache
3627         size and line-size.
3628
3629 2011-07-21  Matt Rice  <ratmice@gmail.com>
3630
3631         PR macros/12999
3632         * gdb.texinfo (Macros): Add info definitions and info macros commands.
3633         Update text and cindex entries for info macro command.
3634
3635 2011-07-21  Phil Muldoon  <pmuldoon@redhat.com>
3636
3637         * observer.texi (GDB Observers): Add before_prompt observer.
3638         * gdb.texinfo (Basic Python): Add documentation for prompt
3639         substitution.
3640
3641 2011-07-11  Phil Muldoon  <pmuldoon@redhat.com>
3642
3643         PR python/12438
3644         * gdb.texinfo (Python Commands): Add deprecate note to maint
3645           set/show python print-stack.  Document set/show python
3646           print-backtrace.
3647
3648 2011-07-05  Thiago Jung Bauermann  <bauerman.ibm.com>
3649
3650         * gdb.texinfo: Fix typos.
3651
3652 2011-07-01  Tom Tromey  <tromey@redhat.com>
3653
3654         * gdb.texinfo (Debugging Output): Document set debug
3655         check-physname.
3656
3657 2011-06-29  Tom Tromey  <tromey@redhat.com>
3658
3659         * gdb.texinfo (GDB/MI Miscellaneous Commands): Document
3660         breakpoint-notifications feature.
3661
3662 2011-06-29  Ulrich Weigand  <ulrich.weigand@linaro.org>
3663
3664         * gdb.texinfo (Target Description): Remove warning about
3665         possibly unstable format.
3666
3667 2011-06-03  Tom Tromey  <tromey@redhat.com>
3668
3669         * gdb.texinfo (GDB/MI Async Records): Document 'exit-code' field.
3670         (Events In Python): Note that exit_code is optional.
3671
3672 2011-05-17  Pedro Alves  <pedro@codesourcery.com>
3673
3674         * gdb.texinfo (Remote Protocol) <Overview>: Mention vCont is
3675         required for multi-threading support.
3676         (Remote Protocol) <Packets>: Mention that 'c', 's', 'C', 'S' and
3677         Hc are deprecated for multi-threading debugging.  Point readers at
3678         the vCont packet.
3679
3680 2011-05-15  Doug Evans  <dje@google.com>
3681
3682         * gdb.texinfo (Auto-loading): Document printing of missing scripts.
3683
3684 2011-05-13  Doug Evans  <dje@google.com>
3685
3686         * gdb.texinfo (Threads): Document $sdir,$pdir.
3687         (Server): Document $pdir exception.
3688
3689         * gdb.texinfo (Auto-loading): Document "info auto-load-scripts".
3690
3691         * gdb.texinfo (Threads): Clarify default value for
3692         libthread-db-search-path.
3693
3694         * gdb.texinfo (Completion): Update example.
3695         (Debugging Output): Delete `set/show debug lin-lwp-async'.
3696
3697 2011-05-12  Kwok Cheung Yeung  <kcy@codesourcery.com>
3698
3699         * gdb.texinfo: Document change in the behaviour of the enable and
3700         disable GDB commands when applied to tracepoints.
3701         Document the EnableDisableTracepoints remote stub feature.
3702         Document QTEnable and QTDisable in the list of tracepoint packets.
3703
3704 2011-05-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
3705
3706         * Makefile.in (GDB_DOC_SOURCE_INCLUDES): Rename inc-hist.texinfo to
3707         hsuser.texi.
3708         * gdb.texinfo <!SYSTEM_READLINE>: Rename inc-hist.texinfo inclusion and
3709         comment to hsuser.texi.  Change rluser.texi name in the comment.
3710
3711 2011-05-10  Doug Evans  <dje@google.com>
3712
3713         * gdb.texinfo (Threads): If an empty path is provided for
3714         libthread-db-search-path it is reset to its default value.
3715         (Server): Ditto.
3716
3717 2011-05-09  Doug Evans  <dje@google.com>
3718
3719         * gdb.texinfo (Requirements): Fix typo.  Mention --with-iconv-bin.
3720
3721 2011-05-06  Sergio Durigan Junior  <sergiodj@linux.vnet.ibm.com>
3722             Thiago Jung Bauermann  <bauerman@br.ibm.com>
3723
3724         Implement support for PowerPC BookE masked watchpoints.
3725         * gdb.texinfo (Set Watchpoints): Document mask parameter.
3726         (PowerPC Embedded): Mention support of masked watchpoints.
3727
3728 2011-05-03  Joel Brobecker  <brobecker@adacore.com>
3729
3730         * gdb.texinfo (In Memoriam): Replace litteral uses of `GDB' with
3731         `@value{GDBN}'.
3732
3733 2011-05-03  Joel Brobecker  <brobecker@adacore.com>
3734
3735         * gdb.texinfo (titlepage): Remove dedication.
3736         (In Memoriam): New appendix.
3737
3738 2011-04-27  Jan Kratochvil  <jan.kratochvil@redhat.com>
3739             Eli Zaretskii  <eliz@gnu.org>
3740
3741         * gdb.texinfo (Index Section Format): Change the version to 5.
3742         Describe the different formula.
3743
3744 2011-04-24  Jan Kratochvil  <jan.kratochvil@redhat.com>
3745             Eli Zaretskii  <eliz@gnu.org>
3746
3747         * gdb.texinfo (Starting and Stopping Trace Experiments): New anchor
3748         for disconnected tracing.
3749         (Multi-Process Mode for @code{gdbserver}): Mention --multi and
3750         extended-remote relationship.  Mention --once.
3751         (TCP port allocation lifecycle of @code{gdbserver}): New.
3752
3753 2011-04-23  Eli Zaretskii  <eliz@gnu.org>
3754
3755         * gdb.texinfo (Server): Improve indexing.  Index all optional
3756         switches to gdbserver.
3757
3758 2011-04-20  Tom Tromey  <tromey@redhat.com>
3759
3760         * gdb.texinfo (Index Section Format): New node.
3761         (Top): Add new node to menu.
3762
3763 2011-04-20  Pedro Alves  <pedro@codesourcery.com>
3764
3765         * gdb.texinfo (Maintenance Commands): Document `maint print
3766         remote-registers'.
3767
3768 2011-04-20  Tom Tromey  <tromey@redhat.com>
3769
3770         * gdb.texinfo (Trace File Format): Move node later.
3771
3772 2011-04-19  Tom Tromey  <tromey@redhat.com>
3773
3774         * gdbint.texinfo (Register Information Functions): Remove
3775         duplicate "the".
3776         * gdb.texinfo (Emacs): Remove duplicate "to".
3777         (GDB/MI Variable Objects): Remove duplicate "the".
3778         (General Query Packets): Likewise.
3779
3780 2011-04-02  Joel Brobecker  <brobecker@adacore.com>
3781
3782         * gdb.texinfo (GDB/MI Output Records): Fix menu entry for
3783         "GDB/MI Ada Exception Information" node.
3784
3785 2011-04-01  Joel Brobecker  <brobecker@adacore.com>
3786
3787         * gdb.texinfo (GDB/MI Ada Exception Information): Document
3788         the "exception-name" field in the *stopped async record.
3789
3790 2011-03-31  Thiago Jung Bauermann  <bauerman@br.ibm.com>
3791             Sergio Durigan Junior  <sergiodj@linux.vnet.ibm.com>
3792
3793         Implement support for PowerPC BookE ranged breakpoints.
3794         * gdb.texinfo (PowerPC Embedded): Document ranged breakpoints.
3795
3796 2011-03-28  Tom Tromey  <tromey@redhat.com>
3797
3798         * gdb.texinfo (Set Tracepoints): Fix typo.
3799
3800 2011-03-24  Tom Tromey  <tromey@redhat.com>
3801
3802         * gdb.texinfo (Specify Location): Document `function:label'
3803         linespec.
3804
3805 2011-03-18  Phil Muldoon  <pmuldoon@redhat.com>
3806
3807         PR python/12149
3808
3809         * gdb.texinfo (Basic Python): Update gdb.write and flush text.
3810
3811 2011-03-17  Phil Muldoon  <pmuldoon@redhat.com>
3812
3813         * gdb.texinfo (Blocks In Python): Add is_valid method description.
3814         (Inferiors In Python): Likewise.
3815         (Threads In Python): Likewise.
3816         (Symbols In Python): Likewise.
3817         (Objfiles In Python): Likewise.
3818         (Symbol Tables In Python): Likewise.
3819
3820 2011-03-15  Pedro Alves  <pedro@codesourcery.com>
3821
3822         * gdb.texinfo (Auto Display) <undisplay, enable display, disable
3823         display>: Explain that the commands accept number ranges.
3824
3825 2011-03-14  Phil Muldoon  <pmuldoon@redhat.com>
3826
3827         * gdb.texinfo (Breakpoints In Python): Add description and example
3828         of Python stop function operation.
3829
3830 2011-03-10  Phil Muldoon  <pmuldoon@redhat.com>
3831
3832         * gdb.texinfo (Parameters In Python): Document get_set_string and
3833         get_show_string methods.
3834
3835 2011-02-28  Jan Kratochvil  <jan.kratochvil@redhat.com>
3836
3837         * gdb.texinfo (Tracepoint Conditions): Fix missing parenthesis.
3838
3839         * gdb.texinfo (Starting and Stopping Trace Experiments): Fix
3840         circular-trace-buffer name.
3841
3842 2011-02-28  Joel Brobecker  <brobecker@adacore.com>
3843
3844         * gdb.texinfo (Inferiors and Programs): Fix small error introduced
3845         in the previous change.
3846
3847 2011-02-27  Michael Snyder  <msnyder@vmware.com>
3848
3849         * gdb.texinfo (Inferiors and Programs): Update commands to show
3850         that they can accept multiple arguments.
3851
3852 2011-02-24  Joel Brobecker  <brobecker@adacore.com>
3853
3854         Revert the following patch (code patch was not approved):
3855         2011-02-21  Hui Zhu  <teawater@gmail.com>
3856         * agentexpr.texi (bytecode descriptions): add printf.
3857         * gdb.texinfo (tracepoint action lists): add printf.
3858
3859 2011-02-23  Doug Evans  <dje@google.com>
3860
3861         * gdb.texinfo (Symbols In Python): Fix mention of C++, use C@t{++}.
3862
3863 2011-02-23  Michael Snyder  <msnyder@vmware.com>
3864
3865         * gdb.texinfo (Set Breaks): Add @dots{} to arguments of info break.
3866         (Set Watchpoints): Add @dots{} to argument of info watchpoints.
3867         (Listing Tracepoints): Add @dots{} to argument of info tracepoints.
3868
3869 2011-02-22  Doug Evans  <dje@google.com>
3870
3871         * gdb.texinfo (Symbols In Python): Document lookup_global_symbol.
3872         Clarify behaviour of lookup_symbol when `block' argument is omitted,
3873         add description of result, fix @defun formatting.
3874
3875 2011-02-21  Hui Zhu  <teawater@gmail.com>
3876
3877         * agentexpr.texi (Bytecode Descriptions): Add printf.
3878         * gdb.texinfo (Tracepoint Action Lists): Add printf.
3879
3880 2011-02-18  Tom Tromey  <tromey@redhat.com>
3881
3882         * agentexpr.texi (Bytecode Descriptions): Document pick and rot.
3883
3884 2011-02-14  Michael Snyder  <msnyder@vmware.com>
3885
3886         * gdb.texinfo (threads): Document argument for "info threads" cmd.
3887         Document new command "thread find".
3888
3889 2011-02-14  Michael Snyder  <msnyder@vmware.com>
3890
3891         * gdb.texinfo (Threads): Update example of new thread message.
3892
3893 2011-02-14  Pedro Alves  <pedro@codesourcery.com>
3894
3895         * gdb.texinfo (Remote Configuration): Mention set/show remote
3896         traceframe-info.
3897         (Tools/Packages Optional for Building GDB): Mention that expat is
3898         used for traceframe info.
3899         (Remote Protocol) <Menu>: Add "Traceframe Info Format".
3900         (General Query Packets) <qSupported>: Describe the
3901         qXfer:traceframe-info:read feature.
3902         (qXfer::read): Describe qXfer:traceframe-info:read.
3903         (Traceframe Info Format): New section.
3904
3905 2011-02-04  Pedro Alves  <pedro@codesourcery.com>
3906
3907         * gdbint.texinfo (Formatting): Mention some formatting guidelines
3908         for casts and unary operators.
3909
3910 2011-02-04  Tom Tromey  <tromey@redhat.com>
3911
3912         * gdb.texinfo (GDB/MI Async Records): Document that symbols-loaded
3913         is not useful.
3914
3915 2011-01-25  Pedro Alves  <pedro@codesourcery.com>
3916
3917         * gdb.texinfo: s/value optimized out/optimized out/g
3918
3919 2011-01-21  Joel Brobecker  <brobecker@adacore.com>
3920
3921         * gdb.texinfo (Other Misc Settings): Rework part of the
3922         documentation of the "set interactive mode" command.
3923
3924 2011-01-19  Tom Tromey  <tromey@redhat.com>
3925
3926         * gdb.texinfo (Threads): Document thread name output and `thread
3927         name' command.
3928         (Threads In Python): Document Thread.name attribute.
3929         (GDB/MI Thread Commands): Document thread attributes.
3930
3931 2011-01-12  Andrew Burgess  <aburgess@broadcom.com>
3932
3933         * gdb.texinfo (GDB/MI Data Manipulation): Update to reflect
3934         changes in mi/mi-cmd-disas.c
3935
3936 2011-01-12  Tom Tromey  <tromey@redhat.com>
3937
3938         * gdb.texinfo (Threads): Remove duplicate text.  Update examples.
3939         Fix "thread apply" text.
3940
3941 2011-01-11  Sergio Durigan Junior  <sergiodj@linux.vnet.ibm.com>
3942             Thiago Jung Bauermann  <bauerman@br.ibm.com>
3943
3944         Implement support for PowerPC BookE ranged watchpoints.
3945         * gdb.texinfo (PowerPC Embedded): Document ranged watchpoints and
3946         the "set powerpc exact-watchpoints" flag.
3947
3948 2011-01-07  Tom Tromey  <tromey@redhat.com>
3949
3950         * gdb.texinfo (Python API): Add descriptions to @menu items.
3951
3952 2011-01-06  Tom Tromey  <tromey@redhat.com>
3953
3954         * gdb.texinfo (Frames In Python): Document gdb.newest_thread.
3955
3956 2010-01-06  Paul Pluzhnikov  <ppluzhnikov@google.com>
3957
3958         * gdb.texinfo (Debugging Output): Document "set debug jit".
3959
3960 2011-01-06  Tom Tromey  <tromey@redhat.com>
3961
3962         PR python/12133:
3963         * gdb.texinfo (Frames In Python): Document various frame
3964         constants.
3965
3966 2011-01-05  Joel Brobecker  <brobecker@adacore.com>
3967
3968         * doc/agentexpr.texi, doc/all-cfg.texi, doc/annotate.texinfo,
3969         doc/gdb.texinfo, doc/gdbint.texinfo, doc/observer.texi,
3970         doc/refcard.tex, doc/stabs.texinfo: Copyright year update.
3971
3972 2011-01-03  Jan Kratochvil  <jan.kratochvil@redhat.com>
3973
3974         * Makefile.in (diststuff): Remove gdb-cfg.texi and GDBvn.texi.
3975         (clean): Add GDBvn.texi.
3976
3977 2010-12-29  Joel Brobecker  <brobecker@adacore.com>
3978
3979         * gdb.texinfo (Ada Glitches): Remove paragraph describing the
3980         occasional case where the debugger prints an array address
3981         instead of the array itself.
3982
3983 2010-12-23  Pedro Alves  <pedro@codesourcery.com>
3984
3985         * gdb.texinfo (Packets) <read registers packet>: Document support
3986         for registers that were not collected.
3987
3988 2010-12-15  Doug Evans  <dje@google.com>
3989
3990         * gdb.texinfo (Startup): Document auto-loading of scripts during
3991         startup.
3992         (Auto-loading): Delete "maint set python auto-load on|off".
3993         Add "set auto-load-scripts on|off".
3994
3995 2010-12-07  Doug Evans  <dje@google.com>
3996
3997         * gdb.texinfo (Mode Options): Document -data-directory.
3998         (Data Files): Add reference to -data-directory.
3999
4000 2010-11-29  Doug Evans  <dje@google.com>
4001
4002         * gdb.texinfo (Pretty-Printer Introduction): Change
4003         printer-name:subprinter-name to printer-name;subprinter-name.
4004
4005 2010-11-29  Phil Muldoon  <pmuldoon@redhat.com>
4006
4007         PR python/12199
4008
4009         * gdb.texinfo (Breakpoints In Python): Document "delete" method.
4010
4011 2010-11-23  Tom Tromey  <tromey@redhat.com>
4012
4013         * gdb.texinfo (Top): Check SYSTEM_READLINE.
4014         (Editing): Likewise.
4015         (Command History): Likewise.
4016         (TUI Keys): Likewise.
4017         (Bug Reporting): Conditionally include rluser.texi and
4018         inc-history.texinfo.
4019         * Makefile.in (READLINE_TEXI_INCFLAG): New variable.
4020         (GDB_DOC_SOURCE_INCLUDES): Add comment.
4021         (GDBvn.texi): Set SYSTEM_READLINE when appropriate.
4022         (gdb.dvi): Use READLINE_TEXI_INCFLAG.
4023         (gdb.pdf): Likewise.
4024         (gdb.info): Likewise.
4025         (gdb/index.html): Likewise.
4026
4027 2010-11-23  Tom Tromey  <tromey@redhat.com>
4028
4029         * Makefile.in (Makefile): Run ../config.status.
4030         (distclean): Update.
4031         * configure: Remove.
4032         * configure.ac: Remove.
4033
4034 2010-11-12  Tom Tromey  <tromey@redhat.com>
4035
4036         * gdb.texinfo (Basic Python): Update.  Add xref.
4037         (Exception Handling): Document new exception classes.
4038         (Types In Python): Update.
4039         (Frames In Python): Update.
4040
4041 2010-11-11  Phil Muldoon  <pmuldoon@redhat.com>
4042
4043         * gdb.texinfo (Breakpoints In Python): Document "internal"
4044         parameter, and visible attribute.
4045
4046 2010-11-05  Doug Evans  <dje@google.com>
4047
4048         * gdb.texinfo (Source Path): Document "set directories".
4049
4050 2010-11-05  Ken Werner  <ken.werner@de.ibm.com>
4051
4052         * gdb.texinfo: (Summary) Add mention about OpenCL C language support.
4053         (OpenCL C): New node.
4054
4055 2010-11-02  Doug Evans  <dje@google.com>
4056
4057         * gdb.texinfo (Pretty Printing): Expand into three sections,
4058         introduction, example, and commands.
4059         (Python API): Delete section Disabling Pretty-Printers, merge into
4060         Selecting Pretty-Printers.
4061         (Writing a Pretty-Printer): New section.  Move the pretty-printer
4062         example here, and reformat to match python coding style.  Add a second
4063         example using the gdb.printing module.
4064         (Python modules): Add gdb.printing.
4065
4066 2010-10-29  Doug Evans  <dje@google.com>
4067
4068         * gdb.texinfo (Python): Fix long line.
4069
4070 2010-10-20  Doug Evans  <dje@google.com>
4071
4072         * gdbint.texinfo (Misc Guidelines): Renamed from Coding.
4073         All references updated.  Correct sections marked as subsections.
4074         (Coding Standards): New chapter.  Move the coding standard related
4075         subsections here.  Add section on Python coding standards.
4076
4077 2010-10-13  Doug Evans  <dje@google.com>
4078
4079         * gdb.texinfo (Python): Add "Python modules".
4080         (Types in Python): Add reference to gdb.types section.
4081         (Python modules): New node.
4082
4083 2010-10-11  Doug Evans  <dje@google.com>
4084
4085         * gdb.texinfo (Values From Inferior): Add reference to "Types in
4086         Python" from gdb.Value.type description.
4087
4088 2010-09-28  Joel Brobecker  <brobecker@adacore.com>
4089
4090         * gdb.texinfo (Ravenscar Profile): New node.
4091
4092 2010-09-22  Tom Tromey  <tromey@redhat.com>
4093
4094         * gdb.texinfo (Values From Inferior): Mention Value.__init__.
4095
4096 2010-09-22  Eli Zaretskii  <eliz@gnu.org>
4097
4098         * gdb.texinfo (Values From Inferior): Clarify that
4099         value.dynamic_type works only in C++ programs with RTTI.
4100
4101 2010-09-15  Paul Bolle  <pebolle@tiscali.nl>
4102
4103         * gdb.texinfo (Character Sets): Correctly reference host-charset
4104         in example.
4105
4106 2010-09-13  Tom Tromey  <tromey@redhat.com>
4107
4108         * gdb.texinfo (GDB/MI Stack Manipulation) <-stack-list-frames>:
4109         Document "fullname" and "from".
4110
4111 2010-09-01  Marc Khouzam  <marc.khouzam@ericsson.com>
4112
4113         * gdb.texinfo (GDB/MI Miscellaneous Commands): Document new
4114         feature `reverse' output by -list-target-features.
4115
4116 2010-08-31  H.J. Lu  <hongjiu.lu@intel.com>
4117
4118         * gdb.texinfo (i386 Features): Remove an extra "@item".
4119
4120 2010-08-30  Tom Tromey  <tromey@redhat.com>
4121
4122         PR python/11792:
4123         * gdb.texinfo (Values From Inferior): Document dynamic_type.
4124
4125 2010-08-24  Daniel Jacobowitz  <dan@codesourcery.com>
4126
4127         * gdb.texinfo (ARM Features): Document
4128         org.gnu.gdb.arm.m-profile.
4129
4130 2010-08-23  Tom Tromey  <tromey@redhat.com>
4131
4132         PR python/11145:
4133         * gdb.texinfo (Values From Inferior): Document dynamic_cast and
4134         reinterpret_cast methods.
4135
4136 2010-08-23  Tom Tromey  <tromey@redhat.com>
4137
4138         PR python/11915:
4139         * gdb.texinfo (Types In Python): Document array method.
4140
4141 2010-08-18  Thiago Jung Bauermann  <bauerman@br.ibm.com>
4142
4143         * gdb.texinfo (PowerPC Embedded): Mention support for the DVC register.
4144
4145 2010-08-16   Tom Tromey  <tromey@redhat.com>
4146
4147         * gdb.texinfo (Set Watchpoints): Document -location option.
4148
4149 2010-08-13  Doug Evans  <dje@google.com>
4150
4151         * gdb.texinfo (.debug_gdb_scripts section): Fix typo.
4152
4153 2010-08-13  Vladimir Prus  <vladimir@codesourcery.com>
4154
4155         * gdb.texinfo (GDB/MI Data Manipulation): Document
4156         -data-read-memory-raw and -data-write-memory-raw.
4157
4158 2010-08-11  Tom Tromey  <tromey@redhat.com>
4159             Phil Muldoon <pmuldoon@redhat.com>
4160
4161         * gdb.texinfo (Basic Python): Describe post_event API.
4162
4163 2010-08-11  Phil Muldoon  <pmuldoon@redhat.com>
4164
4165         * gdb.texinfo (Basic Python): Describe solib_address and
4166         decode_line Python APIs
4167
4168 2010-08-10  Tom Tromey  <tromey@redhat.com>
4169
4170         * gdb.texinfo (Pretty Printing API): Document
4171         gdb.default_visualizer.
4172
4173 2010-08-10  Tom Tromey  <tromey@redhat.com>
4174
4175         Revert gdb-add-index addition:
4176         * gdb.texinfo (Index Files): Don't document gdb-add-index.
4177
4178 2010-08-07  Jan Kratochvil  <jan.kratochvil@redhat.com>
4179             Eli Zaretskii <eliz@gnu.org>
4180
4181         * gdb.texinfo (Mode Options) <-batch>
4182         (Basic Python) <gdb.execute>: Describe setting width and height.
4183
4184 2010-07-31  Paul Pluzhnikov  <ppluzhnikov@google.com>
4185
4186         * gdb.texinfo (Threads): Document 'debug libthread-db'.
4187
4188 2010-07-30  Tom Tromey  <tromey@redhat.com>
4189
4190         * gdb.texinfo (Index Files): Mention gdb-add-index.
4191
4192 2010-07-30  Hui Zhu  <teawater@gmail.com>
4193
4194         * gdb.texinfo (Inferiors and Programs): Update the introduce of
4195         "detach inferior" and "kill inferior".
4196
4197 2010-07-28  CHENG Renquan  <rqcheng@smu.edu.sg>
4198
4199         * gdb.texinfo (Machine Code): Update description of two forms of
4200         arguments, and add new example to demonstrate the new form.
4201
4202 2010-07-27  Phil Muldoon  <pmuldoon@redhat.com>
4203
4204         * gdb.texinfo (Values From Inferior): Add value inferior function
4205         call description.
4206
4207 2010-07-19  Jan Kratochvil  <jan.kratochvil@redhat.com>
4208
4209         * gdb.texinfo (Active Targets): Fix wrong comma placement.
4210
4211 2010-07-19  Jan Kratochvil  <jan.kratochvil@redhat.com>
4212             Eli Zaretskii  <eliz@gnu.org>
4213
4214         Make core files the process_stratum.
4215         * gdb.texinfo (Active Targets): Remove core_stratum.  Include
4216         record_stratum example.
4217
4218 2010-07-13  Tom Tromey  <tromey@redhat.com>
4219
4220         * gdb.texinfo (Index Files): New node.
4221
4222 2010-07-13  Tom Tromey  <tromey@redhat.com>
4223
4224         * gdb.texinfo (GDB/MI Variable Objects): Remove extra 'for'.
4225
4226 2010-07-13  Tom Tromey  <tromey@redhat.com>
4227
4228         * gdb.texinfo (Specify Location): Document labels.
4229
4230 2010-07-01  Pedro Alves  <pedro@codesourcery.com>
4231
4232         * gdb.texinfo (Create and Delete Tracepoints): Add more index
4233         entries for fast tracepoints and static tracepoints.
4234
4235 2010-07-01  Pedro Alves  <pedro@codesourcery.com>
4236
4237         * gdb.texinfo (General Query Packets) <qfThreadInfo,
4238         qsThreadInfo>: Spell out `l' as ell.
4239
4240 2010-07-01  Pedro Alves  <pedro@codesourcery.com>
4241
4242         * gdb.texinfo (Convenience Variables): Document $_sdata.
4243         (Commands to Set Tracepoints): Describe static tracepoints.  Add
4244         `Listing Static Tracepoint Markers' menu entry.  Document
4245         "strace".
4246         (Tracepoint Action Lists): Document collecting $_sdata.
4247         (Listing Static Tracepoint Markers): New subsection.
4248         (Tracepoints support in gdbserver): Mention static tracepoints.
4249         (remote packets, enabling and disabling): Mention
4250         read-sdata-object.
4251         (General Query Packets) <qSupported>: Document qXfer:sdata:read
4252         and StaticTracepoint.
4253         Mention qTfSTM, qTsSTM and qTSTMat as tracepoint packets.
4254         Document qXfer:sdata:read.
4255         (Tracepoint packets): Document qTfSTM, qTsSTM and qTSTMat.
4256
4257 2010-06-29  Joel Brobecker  <brobecker@adacore.com>
4258
4259         * gdb.texinfo (Threads In Python): Fix unmatched @end table.
4260
4261 2010-06-28  Phil Muldoon  <pmuldoon@redhat.com>
4262             Tom Tromey  <tromey@redhat.com>
4263             Thiago Jung Bauermann  <bauerman@br.ibm.com>
4264
4265         * gdb.texinfo (Inferiors In Python): New node.
4266         * gdb.texinfo (Threads In Python): New node.
4267
4268 2010-06-28  Joel Brobecker  <brobecker@adacore.com>
4269
4270         * gdb.texinfo (Python): Document what the python directory is
4271         and what its location is.
4272         (Basic Python): Document the gdb.PYTHONDIR constant.
4273
4274 2010-06-25  Tom Tromey  <tromey@redhat.com>
4275
4276         PR python/10808:
4277         * gdb.texinfo (Basic Python): Document new gdb.execute argument.
4278
4279 2010-06-24  Hui Zhu  <teawater@gmail.com>
4280
4281         * gdb.texinfo: (Commands for Controlled Output): Add
4282         documentation for command "eval".
4283
4284 2010-06-21  Stan Shebs  <stan@codesourcery.com>
4285
4286         * gdb.texinfo: Add explicit @node and @appendix for GFDL.
4287         * annotate.texinfo: Ditto.
4288         * gdbint.texinfo: Ditto.
4289         * stabs.texinfo: Ditto.
4290
4291 2010-06-22  Hui Zhu  <teawater@gmail.com>
4292
4293         * gdb.texinfo: (Process Record and Replay): Add documentation
4294         for command "set record memory-query".
4295
4296 2010-06-21  Stan Shebs  <stan@codesourcery.com>
4297
4298         * gdb.texinfo: Relicense under GFDL version 1.3.
4299         * annotate.texinfo: Relicense under GFDL version 1.3.
4300         * gdbint.texinfo: Relicense under GFDL version 1.3.
4301         * stabs.texinfo: Relicense under GFDL version 1.3.
4302         * fdl.texi: Update to version 1.3.
4303
4304 2010-06-18  Stan Shebs  <stan@codesourcery.com>
4305
4306         * gdb.texinfo (Operating System Auxiliary Information): Describe
4307         "info os" when no arguments given.
4308
4309         * gdb.texinfo (Debugging Programs with Multiple Threads): Describe
4310         $_thread.
4311
4312 2010-06-18  Hui Zhu  <teawater@gmail.com>
4313
4314         * gdb.texinfo: (Process Record and Replay): Add documentation
4315         for commands "record save" and "record restore".
4316
4317 2010-06-16  Jan Kratochvil  <jan.kratochvil@redhat.com>
4318
4319         * gdb.texinfo: Include information about the correct use
4320         of addresses in the `watch' command.
4321
4322 2010-06-11  Stan Shebs  <stan@codesourcery.com>
4323
4324         * gdb.texinfo (Observer Mode): New section.
4325         (General Query Packets): Document QAllow.
4326
4327 2010-06-04  Doug Evans  <dje@google.com>
4328
4329         * gdb.texinfo (Python API): New node `Disabling Pretty-Printers'.
4330
4331 2010-06-03  Doug Evans  <dje@google.com>
4332
4333         * gdbint.texinfo (Coding): Add subsection on command names.
4334
4335 2010-06-02  Tom Tromey  <tromey@redhat.com>
4336
4337         * gdb.texinfo (Maintenance Commands): Document maint set dwarf2
4338         always-disassemble.
4339
4340 2010-06-01  Pedro Alves  <pedro@codesourcery.com>
4341
4342         * gdb.texinfo (Set Tracepoints): Mention tracepoints support in
4343         gdbserver, and add cross reference.
4344         (Tracepoints support in gdbserver): New subsection.
4345
4346 2010-05-26  Pedro Alves  <pedro@codesourcery.com>
4347
4348         * gdb.texinfo (General Query Packets) <qSupported>: Describe the
4349         `qRelocInsn' feature.
4350         (Relocate instruction reply packet): New subsection
4351         of `Tracepoint Packets'.
4352         (Tracepoint Packets): Mention that packets QTDP and QTStart
4353         support the qRelocInsn request, and add cross reference to new
4354         subsection.
4355
4356 2010-05-25  Doug Evans  <dje@google.com>
4357
4358         * gdb.texinfo (Exception Handling): Document gdb.GdbError.
4359         (Commands In Python): Document gdb.string_to_argv.
4360
4361 2010-05-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
4362
4363         * gdbint.texinfo (Host Definition): Remove items NORETURN and
4364         ATTR_NORETURN.
4365
4366 2010-04-29  Phil Muldoon  <pmuldoon@redhat.com>
4367             Tom Tromey  <tromey@redhat.com>
4368             Thiago Jung Bauermann  <bauerman@br.ibm.com>
4369
4370         * gdb.texinfo (Parameters In Python): New Node.
4371
4372 2010-04-29  Mihail Zenkov  <mihail.zenkov@gmail.com>
4373
4374         * gdb.texinfo: (Summary) Add mention about D language support.
4375         (Filenames): Add D suffixes.
4376         (D): New node.
4377
4378 2010-04-26  Pierre Muller  <muller@ics.u-strasbg.fr>
4379
4380         * gdbint.texinfo (CANNOT_STEP_HW_WATCHPOINTS): Remove explanation
4381         of macro deleted from GDB code.
4382
4383 2010-04-24  Pedro Alves  <pedro@codesourcery.com>
4384
4385         * gdb.texinfo (Commands to specify files): Describe what how GDB
4386         looks up DOS-based filesystem paths on the system root.  Document
4387         the new `set/show target-file-system-kind' commands.
4388
4389 2010-04-23  Doug Evans  <dje@google.com>
4390
4391         * gdb.texinfo (Python): Move Auto-loading section here ...
4392         (Python API): from here.
4393         (Auto-loading): Add docs for .debug_gdb_scripts auto-loaded scripts.
4394         (Maintenance Commands): Add docs for "maint print section-scripts".
4395
4396 2010-04-20  Chris Moller  <cmoller@redhat.com>
4397
4398         * gdb.texinfo (Setting Breakpoints): Added description of
4399         filename-qualified rbreak.
4400         * refcard.tex (Breakpoints and Watchpoints): Added brief
4401         description of filename-qualified rbreak.
4402
4403 2010-04-22  Jan Kratochvil  <jan.kratochvil@redhat.com>
4404
4405         * gdb.texinfo (Data): New @menu reference to Pretty Printing.
4406         (Python API): Change the reference to Pretty Printing API.
4407         (Pretty Printing): Move the user part under the Data node.  Reformat
4408         the sample output to 72 columns.  Create a new reference to Pretty
4409         Printing API.  Rename the API part ...
4410         (Pretty Printing API): To a new node name.
4411         (Selecting Pretty-Printers, Progspaces In Python, Objfiles In Python)
4412         (GDB/MI Variable Objects): Change references to Pretty Printing API.
4413
4414 2010-04-21  Stan Shebs  <stan@codesourcery.com>
4415
4416         * gdb.texinfo (Tracepoint Actions): Mention synonymy of actions
4417         and commands.
4418         (Listing Tracepoints): Update to reflect current behavior.
4419
4420 2010-04-22  Pierre Muller  <muller@ics.u-strasbg.fr>
4421
4422         * gdb.texinfo (Examining memory): Update for change in string
4423         display with explicit size.
4424
4425 2010-04-19  Pedro Alves  <pedro@codesourcery.com>
4426
4427         PR breakpoints/8554.
4428
4429         * gdb.texinfo (Save Breakpoints): New node.
4430         (save-tracepoints): Rename to ...
4431         (save tracepoints): ... this.  Mention that `save-tracepoints' is
4432         a deprecated alias to `save tracepoints'.
4433
4434 2010-04-16  Pierre Muller  <muller@ics.u-strasbg.fr>
4435
4436         * gdb.texinfo ($_tlb): Document new automatic convinience variable.
4437         (info w32 thread-information-block): Document new command.
4438         (qGetTIBAddress): Document new gdbserver query.
4439         (maint set/show show-all-tib): Document new command.
4440
4441 2010-04-15  Doug Evans  <dje@google.com>
4442
4443         * gdb.texinfo (Python API): Add progspaces section.
4444         (Selecting Pretty-Printers): Progspace pretty-printers are
4445         searched too.
4446         (Progspaces In Python): New section.
4447
4448         * gdb.texinfo (Command Files): Add docs for new "source -s" option.
4449
4450 2010-04-14  Phil Muldoon  <pmuldoon@redhat.com>
4451
4452         * gdb.texinfo (Pretty Printing): Document behaviour when to_string
4453         returns None.
4454
4455 2010-04-09  Stan Shebs  <stan@codesourcery.com>
4456
4457         * gdb.texinfo (gdb/mi Tracepoint Commands) <-trace-status>:
4458         Describe the `frames-created' field, tweak grammar.
4459
4460 2010-04-09  Pedro Alves  <pedro@codesourcery.com>
4461
4462         * gdb.texinfo (gdb/mi Tracepoint Commands) <-trace-status>:
4463         Describe the `circular' and `disconnected' fields.
4464
4465 2010-04-09  H.J. Lu  <hongjiu.lu@intel.com>
4466
4467         * gdb.texinfo (maint print registers): Mention unavailable and
4468         invisible registers.
4469
4470 2010-04-09  Phil Muldoon  <pmuldoon@redhat.com>
4471             Thiago Jung Bauermann  <bauerman@br.ibm.com>
4472             Tom Tromey  <tromey@redhat.com>
4473
4474         * gdb.texinfo (Breakpoints In Python): New Node.
4475
4476 2010-04-08  Stan Shebs  <stan@codesourcery.com>
4477
4478         * gdb.texinfo (Tracepoint Packets): Describe disconn and circular
4479         trace status fields.
4480
4481 2010-04-08  H.J. Lu  <hongjiu.lu@intel.com>
4482
4483         * gdb.texinfo (i386 Features): Make org.gnu.gdb.i386.avx
4484         optional.  Make org.gnu.gdb.i386.avx requires
4485         org.gnu.gdb.i386.avx.
4486
4487 2010-04-08  Doug Evans  <dje@google.com>
4488
4489         * gdb.texinfo (Command Files): Document that gdb skips $cdir in
4490         search path, and document that gdb only scans the search path if
4491         the script's path doesn't specify a directory.
4492
4493 2010-04-05  Doug Evans  <dje@google.com>
4494
4495         * gdb.texinfo (maint show python auto-load): Fix typo.
4496
4497 2010-04-04  Stan Shebs  <stan@codesourcery.com>
4498
4499         * gdb.texinfo (Setting Breakpoints): "info watch" no longer a synonym.
4500         (Setting Watchpoints): Update description of "info watch".
4501         (Disabling Breakpoints): Only "info break" lists all.
4502
4503         * gdb.texinfo (Tracepoint Restrictions): Document PC inference.
4504         (tdump): Explain how tdump works.
4505
4506 2010-04-01  Pedro Alves  <pedro@codesourcery.com>
4507
4508         * gdb.texinfo (Break Commands): Clarify `commands' changes, and
4509         add cross reference.
4510
4511 2010-03-31  Pedro Alves  <pedro@codesourcery.com>
4512
4513         * gdb.texinfo (TUI Commands): Mention that in some cases, these
4514         commands error out.
4515
4516 2010-03-30  H.J. Lu  <hongjiu.lu@intel.com>
4517
4518         * gdb.texinfo (i386 Features): Add org.gnu.gdb.i386.avx.
4519
4520 2010-03-30  H.J. Lu  <hongjiu.lu@intel.com>
4521
4522         * gdb.texinfo (General Query Packets): Add xmlRegisters.
4523
4524 2010-03-29  Stan Shebs  <stan@codesourcery.com>
4525             Nathan Sidwell  <nathan@codesourcery.com>
4526
4527         * gdb.texinfo (GDB/MI Tracepoint Commands): Add notes about the
4528         GDBN equivalent.
4529         (Set Tracepoints): Remove mention that conditional tracepoints
4530         don't exist.
4531         (Tracepoint Actions): Clarify when while-stepping collection
4532         happens, note that while-stepping does not automatically collect
4533         $pc.
4534
4535 2010-03-29  Stan Shebs  <stan@codesourcery.com>
4536
4537         * gdb.texinfo (Tracepoint Packets): Describe QTDPsrc.
4538         (General Query Packets): Describe TracepointSource.
4539
4540 2010-03-27  Matt Rice  <ratmice@gmail.com>
4541
4542         * gdb.texinfo (ARM): Document arguments to "target sim".
4543         (Set Catchpoints): Use @dots{} instead of @r{...}.
4544
4545 2010-03-26  Pedro Alves  <pedro@codesourcery.com>
4546
4547         * gdb.texinfo (Tracepoint Packets): Remove mention that
4548         terror:string may be plain text, and drop mention of X prefix.
4549
4550 2010-03-26  Vladimir Prus  <vladimir@codesourcery.com>
4551
4552         * gdb.texinfo (GDB/MI Tracepoint Commands): Add comma after @xref.
4553
4554 2010-03-24  Stan Shebs  <stan@codesourcery.com>
4555
4556         * gdb.texinfo (Tracepoint Packets): Document trace error status.
4557
4558 2010-03-24  Tom Tromey  <tromey@redhat.com>
4559
4560         PR breakpoints/9352:
4561         * gdb.texinfo (Break Commands): Update.
4562
4563 2010-03-24  Vladimir Prus  <vladimir@codesourcery.com>
4564
4565         * gdb.texinfo (GDB/MI Tracepoint Commands): Document MI tracepoint
4566         commands.
4567
4568 2010-03-16  Stan Shebs  <stan@codesourcery.com>
4569
4570         * gdb.texinfo (Starting and Stopping Trace Experiments): Describe
4571         circular-trace-buffer.
4572         (Tracepoint Packets): Describe QTBuffer, and details of the
4573         qTStatus reply.
4574
4575 2010-03-12  Stan Shebs  <stan@codesourcery.com>
4576             Nathan Sidwell  <nathan@codesourcery.com>
4577
4578         * gdb.texinfo (Tracepoint Actions): Clarify that while-stepping is
4579         doing instruction stepping.
4580         (Tracepoint Restrictions): New node.
4581
4582 2010-03-10  Tom Tromey  <tromey@redhat.com>
4583
4584         * gdbint.texinfo (Symbol Handling): Update.
4585
4586 2010-03-08  Tom Tromey  <tromey@redhat.com>
4587
4588         PR cli/9591:
4589         * gdb.texinfo (Mode Options): Mention lack of pagination and
4590         confirmation with --batch.
4591         (Screen Size): Mention --batch.
4592         (Messages/Warnings): Likewise.
4593
4594 2010-03-05  Tom Tromey  <tromey@redhat.com>
4595
4596         * gdb.texinfo (Basic Python): Document target_charset and
4597         target_wide_charset.
4598
4599 2010-03-05  Tom Tromey  <tromey@redhat.com>
4600
4601         * gdb.texinfo (Data): Link to pretty-printing.
4602         (Output Formats): Likewise.  Correct text.
4603
4604 2010-03-01  Daniel Jacobowitz  <dan@codesourcery.com>
4605
4606         * gdb.texinfo (Types): Describe <struct> and <flags>.
4607
4608 2010-02-28  Phil Muldoon  <pmuldoon@redhat.com>
4609
4610         * gdb.texinfo (Frames In Python): Add block parameter and
4611         description to read_var text.
4612
4613 2010-02-26  Phil Muldoon  <pmuldoon@redhat.com>
4614             Tom Tromey  <tromey@redhat.com>
4615
4616         * gdb.texinfo (Types In Python): Describe block argument in
4617         template_argument and gdb.lookup_type.
4618
4619 2010-02-24  Tom Tromey  <tromey@redhat.com>
4620
4621         * gdb.texinfo (Cygwin Native): Fix typo.
4622
4623 2010-02-24  Phil Muldoon  <pmuldoon@redhat.com>
4624
4625         * gdb.texinfo (Frames In Python): Add block, find_sal, function
4626         and select method descriptions.
4627         (Python API): Add Blocks In Python, Symbols in Python and Symbol
4628         Tables in Python to menu.
4629         (Blocks In Python): New node.
4630         (Symbols In Python): New node.
4631         (Symbol Tables in Python): New node.
4632
4633 2010-02-24  Vladimir Prus  <vladimir@codesourcery.com>
4634
4635         Multiexec MI
4636
4637         gdb/
4638         * breakpoint.c (clear_syscall_counts): Take struct inferior*.
4639
4640         gdb/doc/
4641         * gdb.texinfo (GDB/MI Command Syntax): Document notification
4642         changes.
4643         (GDB/MI Program Execution): Document current behaviour of
4644         --all and --thread-group.
4645         (GDB/MI Miscellaneous Commands): Document -add-inferior and
4646         -remove-inferior.
4647         * observer.texi (inferior_added, inferior_removed): New
4648         observers.
4649
4650 2010-02-19  Tom Tromey  <tromey@redhat.com>
4651
4652         * gdbint.texinfo (Getting Started): Fix @node.
4653         (Debugging GDB): Likewise.
4654
4655 2010-02-13  Joel Brobecker  <brobecker@adacore.com>
4656
4657         * gdbint.texinfo (Testsuite): New section "Testsuite Configuration",
4658         documenting the gdb_test_timeout variable.
4659
4660 2010-02-12  Jakob Engblom  <jakob@virtutech.com>
4661
4662         * gdb.texinfo (MI commands): Added documentation of --reverse
4663         option to a set of MI commands. Restructured documentation of MI
4664         commands --exec-continue to reflect the complexity of reverse
4665         execution.
4666
4667 2010-02-12  Pedro Alves  <pedro@codesourcery.com>
4668
4669         * gdb.texinfo (Using the Collected Data): Specify that the address
4670         range of `tfind outsize' is exclusive, and that the address range
4671         of `tfind range' is inclusive.
4672         (Tracepoint Packets): Specify that the address range of
4673         `QTFrame:range' is inclusive, and that the address range of
4674         `QTFrame:outside' is exclusive
4675
4676 2010-02-12  Vladimir Prus  <vladimir@codesourcery.com>
4677
4678         * gdb.texinfo (GDB/MI Result Records): Clarify ^running.
4679
4680 2010-02-10  Tom Tromey  <tromey@redhat.com>
4681
4682         * gdb.texinfo (Debugging Output): Document set debug parser and
4683         show debug parser.
4684
4685 2010-02-09  H.J. Lu  <hongjiu.lu@intel.com>
4686
4687         * gdb.texinfo (Predefined Target Types): Add i387_ext,
4688         i386_eflags and i386_mxcsr.
4689
4690 2010-02-08  H.J. Lu  <hongjiu.lu@intel.com>
4691
4692         * gdb.texinfo: Document i386 target features.
4693
4694 2010-02-05  Doug Evans  <dje@google.com>
4695
4696         * gdbint.texinfo (Testsuite): Add a new section to document the
4697         various DejaGnu variables that may be overridden.
4698         Document INTERNAL_GDBFLAGS.
4699
4700 2010-02-04  Tom Tromey  <tromey@redhat.com>
4701
4702         PR cli/8830:
4703         * gdb.texinfo (Files): -readnow comes before the filename for file
4704         and symbol-file.
4705
4706 2010-02-01  Daniel Jacobowitz  <dan@codesourcery.com>
4707
4708         * gdb.texinfo (Architecture-Specific Protocol Details): New section.
4709         Document ARM breakpoint types.
4710         (Register Packet Format): Move into the new section.
4711         (Packets): Describe the KIND argument for Z0, z0, Z1, and z1 packets.
4712
4713 2010-01-21  Joel Brobecker  <brobecker@adacore.com>
4714
4715         * gdb.texinfo (File Options): Adjust the documentation of this
4716         switch to refer to the "source" command rather than partially
4717         duplicating some of the relevant information.
4718         (Extending GDB): Introduce and document the set/show script-extension
4719         setting.
4720         (Command Files): Add note explaining that the "source" command
4721         is also used to evalute scripts written in other languages.
4722         Remove the short slightly incorrect reference to sourcing Python
4723         scripts.
4724         (Python Commands): Document how to execute a Python script from GDB.
4725
4726 2010-01-19  Joel Brobecker  <brobecker@adacore.com>
4727
4728         * gdb.texinfo (Command Files): Fix typo.
4729
4730 2010-01-18  Tom Tromey  <tromey@redhat.com>
4731
4732         * gdb.texinfo (File Options): Document -x on .py files.
4733         (Command Files): Document handling of Python scripts.
4734
4735 2010-01-18  Jie Zhang  <jie.zhang@analog.com>
4736
4737         * Makefile.in (ANNOTATE_DOC_BUILD_INCLUDES): Add GDBvn.texi.
4738
4739 2010-01-15  Stan Shebs  <stan@codesourcery.com>
4740
4741         * gdb.texinfo (Trace Files): New section.
4742         (Tracepoint Packets): Document QTSave and qTBuffer.
4743         (Trace File Format): New appendix.
4744
4745 2010-01-13  Phil Muldoon  <pmuldoon@redhat.com>
4746
4747         * gdb.texinfo (Values From Inferior): Document lazy_string value
4748         method.
4749         (Python API): Add Lazy strings menu item.
4750         (Lazy Strings In Python): New node.
4751
4752 2010-01-13  Vladimir Prus  <vladimir@codesourcery.com>
4753
4754         * gdb.texinfo (GDB/MI Thread Information): New.
4755         (GDB/MI Async Records): Document the core field in *stopped.
4756         (GDB/MI Miscellaneous Commands): Expand -list-thread-groups
4757         documentation
4758         (Process list): Document that osdata document may contain
4759         threads.
4760         (Remote Serial Protocol): Document qXfer:threads.
4761
4762 2010-01-06  Stan Shebs  <stan@codesourcery.com>
4763
4764         * gdb.texinfo (Starting and Stopping Trace Experiments): Document
4765         disconnected tracing.
4766         (Tracepoint Packets): Document new protocol.
4767
4768 2010-01-05  Stan Shebs  <stan@codesourcery.com>
4769
4770         * gdb.texinfo (Create and Delete Tracepoints): Describe fast
4771         tracepoints.
4772         (Tracepoint Packets): Describe remote protocol for fast
4773         tracepoints.
4774
4775 2010-01-01  Joel Brobecker  <brobecker@adacore.com>
4776
4777         Update the "Start of New Year Procedure".
4778         * gdbint.texinfo: Add the list of files that need to be updated
4779         manually.  Minor reformatting.
4780
4781 2010-01-01  Joel Brobecker  <brobecker@adacore.com>
4782
4783         * refcard.tex: Update copyright year in header and text.
4784
4785 2010-01-01  Joel Brobecker  <brobecker@adacore.com>
4786
4787         * agentexpr.texi: Add 2010 to the list of copyright years.
4788         * annotate.texinfo: Likewise.
4789         * gdb.texinfo: Likewise.
4790         * gdbint.texinfo: Likewise.
4791         * observer.texi: Likewise.
4792         * stabs.texinfo: Likewise.
4793
4794 2009-12-31  Stan Shebs  <stan@codesourcery.com>
4795
4796         * gdb.texinfo (Tracepoint Actions): Describe teval.
4797
4798 2009-12-29  Stan Shebs  <stan@codesourcery.com>
4799
4800         * gdb.texinfo (Tracepoint Actions): Describe default-collect.
4801
4802 2009-12-28  Stan Shebs  <stan@codesourcery.com>
4803
4804         * gdb.texinfo (Trace State Variables): New section.
4805         (Tracepoint Packets): Describe trace state variable packets.
4806         * agentexpr.texi (Bytecode Descriptions): Describe trace state
4807         variable bytecodes.
4808
4809 2009-12-28  Daniel Jacobowitz  <dan@codesourcery.com>
4810
4811         * gdb.texinfo (Symbols): "info variables" prints definitions, not
4812         declarations.
4813
4814 2009-12-21  Vladimir Prus  <vladimir@codesourcery.com>
4815
4816         * gdb.texinfo (GDB/MI Miscellaneous Commands): Clarify that
4817         -gdb-exit behaviour.
4818
4819 2009-12-20  Joel Brobecker  <brobecker@adacore.com>
4820
4821         * gpl.texi: Update to version 3 of the GPL.
4822
4823 2009-12-20  Joel Brobecker  <brobecker@adacore.com>
4824
4825         * Makefile.in: Update copyright header.
4826         * observer.texi: Fix the copyright header of the generated files.
4827
4828 2009-12-08  Phil Muldoon  <pmuldoon@redhat.com>
4829
4830         * gdb.texinfo (Types In Python): Describe range function.
4831
4832 2009-12-03  Richard Ward  <richard.j.ward1@googlemail.com>
4833
4834         * gdb.texinfo (Types In Python): Describe "is_base_class".
4835
4836 2009-12-03  Tom Tromey  <tromey@redhat.com>
4837
4838         * gdb.texinfo (Basic Python): Document gdb.parse_and_eval.
4839
4840 2009-12-02  Paul Pluzhnikov  <ppluzhnikov@google.com>
4841
4842         * observer.texi: New memory_changed observer.
4843
4844 2009-12-01  Tom Tromey  <tromey@redhat.com>
4845
4846         * gdb.texinfo (Reverse Execution): Fix typo.
4847
4848 2009-11-24  Daniel Jacobowitz  <dan@codesourcery.com>
4849
4850         PR gdb/8704
4851
4852         * gdb.texinfo (Thread-Specific Breakpoints): Thread specifiers
4853         are allowed after the breakpoint condition.
4854
4855 2009-11-23  Tom Tromey  <tromey@redhat.com>
4856
4857         PR python/10782:
4858         * gdb.texinfo (Types In Python): Document Type.pointer.
4859
4860 2009-11-23  Paul Pluzhnikov  <ppluzhnikov@google.com>
4861
4862         * gdb.texinfo (Machine Code): Adjust.
4863
4864 2009-11-11  Pedro Alves  <pedro@codesourcery.com>
4865
4866         * agentexpr.texi (Tracing On Symmetrix): Delete section.
4867         (Using Agent Expressions): Delete cross reference.
4868
4869 2009-11-07  Joel Brobecker  <brobecker@adacore.com>
4870
4871         * gdbint.texinfo, stabs.texinfo: Move the @setchapternewpage
4872         and @settitle directives up to help makeinfo find them.
4873
4874 2009-11-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
4875
4876         * gdb.texinfo (set debug-file-directory, show debug-file-directory)
4877         (Auto-loading): Use plural and note one can use multiple components now.
4878
4879 2009-11-01  Vladimir Prus  <vladimir@codesourcery.com>
4880
4881         * gdb.texinfo (GDB/MI Stack Manipulation): Make
4882         -stack-list-arguments have the same documentation for parameter
4883         as -stack-list-locals. Add comas.
4884
4885 2009-10-27  Tom Tromey <tromey@redhat.com>
4886             Eli Zaretskii <eliz@gnu.org>
4887
4888         PR python/10781
4889
4890         * gdb.texinfo (Values From Inferior): Document cast method.
4891
4892 2009-10-22  Paul Pluzhnikov  <ppluzhnikov@google.com>
4893
4894         * gdb.texinfo (Machine Code): Mention function name in disasssembly
4895         and adjust example.
4896
4897 2009-10-22  Michael Snyder  <msnyder@vmware.com>
4898
4899         * gdb.texinfo (Process Record and Replay): Document new form of
4900         info record command.  Also document the new save and restore
4901         commands.
4902
4903 2009-10-21  Paul Pluzhnikov  <ppluzhnikov@google.com>
4904
4905         * gdb.texinfo (Machine Code): Mention current pc marker.
4906         (Memory): Likewise.
4907
4908 2009-10-19  Pedro Alves  <pedro@codesourcery.com>
4909             Stan Shebs  <stan@codesourcery.com>
4910
4911         * observer.texi (new_inferior): Rename to...
4912         (inferior_appeared): ... this.
4913
4914         * gdb.texinfo (Inferiors): Rename node to ...
4915         (Inferiors and Programs): ... this.  Mention running multiple
4916         programs in the same debug session.
4917         <info inferiors>: Mention the new 'Executable' column if "info
4918         inferiors".  Update examples.  Document the "add-inferior",
4919         "clone-inferior", "remove-inferior" and "maint info
4920         program-spaces" commands.
4921         (Process): Rename node to...
4922         (Forks): ... this.  Document "set|show follow-exec-mode".
4923
4924 2009-10-11  Michael Snyder  <msnyder@vmware.com>
4925
4926         * gdb.texinfo (ReverseStep): Show default as "unsupported".
4927         (ReverseContinue): Ditto.
4928
4929 2009-10-08  Paul Pluzhnikov  <ppluzhnikov@google.com>
4930
4931         * gdb.texinfo (Server): Document libthread-db-search-path.
4932
4933 2009-10-08  Jan Kratochvil  <jan.kratochvil@redhat.com>
4934
4935         * gdbint.texinfo (i386_stopped_by_hwbp): Remove.
4936
4937 2009-10-06  Michael Eager  <eager@eagercon.com>
4938
4939         * gdb.texinfo (Contributors): Add self for Xilinx MicroBlaze.
4940         (Embedded Processors): Add MicroBlaze.
4941         (MicroBlaze): New.  Describe Xilinx MicroBlaze
4942
4943 2009-10-04  Pedro Alves  <pedro@codesourcery.com>
4944
4945         * gdb.texinfo (Remote Protocol): Don't mention vCont;T.
4946
4947 2009-09-26  Pierre Muller  <muller@ics.u-strasbg.fr>
4948
4949         * gdb.texinfo (Cygwin Native): Mention support for Ctrl-BREAK.
4950
4951 2009-09-23  Joel Brobecker  <brobecker@adacore.com>
4952
4953         * observer.texi (solib_unloaded): Document explicitly the fact that
4954         this observer is called before the associated symbols are unloaded.
4955
4956 2009-09-19  Vladimir Prus  <vladimir@codesourcery.com>
4957
4958         * gdb.texinfo (GDB/MI Stack Manipulation): Document
4959         -stack-list-variables.
4960
4961 2009-09-18  Tom Tromey  <tromey@redhat.com>
4962
4963         * gdb.texinfo (GDB/MI Variable Objects): -enable-pretty-printing
4964         is experimental.
4965
4966 2009-09-17  Paul Pluzhnikov  <ppluzhnikov@google.com>
4967
4968         * gdb.texinfo (convenince variables): Mention
4969         $_siginfo could be empty.
4970
4971 2009-09-15  Tom Tromey  <tromey@redhat.com>
4972
4973         * gdb.texinfo (GDB/MI Variable Objects): Document
4974         -enable-pretty-printing, -var-set-update-range, dynamic varobjs.
4975         Expand -var-update documentation.
4976
4977 2009-09-14  Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
4978
4979         * gdb.texinfo (Set Catchpoints): Documentation about the catch syscall
4980         feature.
4981
4982 2009-09-13  Daniel Jacobowitz  <dan@codesourcery.com>
4983
4984         * gdbint.texinfo (Unwinding the Frame ID): Reference outer_frame_id.
4985
4986 2009-09-10  Michael Snyder  <msnyder@vmware.com>
4987
4988         * gdb.texinfo (qSupported): Mention new ReverseContinue and
4989         ReverseStep replies to the qSupported query.
4990
4991 2009-09-10  Joel Brobecker  <brobecker@adacore.com>
4992
4993         Add documentation for set/show interactive-mode.
4994         * gdb.texinfo (Other Misc Settings): New node.
4995
4996 2009-09-01  Doug Evans  <dje@google.com>
4997
4998         * gdb.texinfo (Caching Data of Remote Targets): Add note on
4999         non-stop mode's affect on remote caching.
5000
5001 2009-08-31  Jacob Potter  <jdpotter@google.com>
5002             Doug Evans  <dje@google.com>
5003
5004         * gdb.texinfo (Caching Data of Remote Targets): Update text.
5005         Mark `set/show remotecache' options as obsolete.
5006         Document new `set/show stack-cache' option.
5007         Update text for `info dcache'.
5008
5009 2009-08-27  Doug Evans  <dje@google.com>
5010
5011         * gdb.texinfo (Symbols): Delete `set print symbol-loading'.
5012         (Files): Add note on new optional regex arg to `info sharedlibrary'.
5013
5014 2009-08-26  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5015
5016         * gdbint.texinfo (Releasing GDB): Fix confusing sentence
5017         about autoconf.
5018
5019 2009-08-25  Pedro Alves  <pedro@codesourcery.com>
5020
5021         * gdb.texinfo (Debugging Multiple Inferiors): Add "info inferiors"
5022         small example, and describe its columns.  Replace "inferior-id" by
5023         "infno" throughout.
5024
5025 2009-08-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5026
5027         * gdbint.texinfo (Releasing GDB): Point to
5028         README-maintainer-mode file for required autoconf version.
5029         * configure.ac: Do not substitute datarootdir, htmldir,
5030         pdfdir, docdir.  Do not process --with-datarootdir,
5031         --with-htmldir, --with-pdfdir, --with-docdir.
5032         * configure: Regenerate.
5033
5034         * configure: Regenerate.
5035
5036 2009-08-20  Reid Kleckner  <reid@kleckner.net>
5037
5038         * gdb.texinfo: Add chapter on JIT interface.
5039
5040 2009-08-07  Nick Roberts  <nickrob@snap.net.nz>
5041
5042         * gdb.texinfo (Server Prefix): Explain that server prefix suppresses
5043         confirmation request.
5044
5045 2009-08-05  Jeremy Bennett  <jeremy.bennett@embecosm.com>
5046
5047         * gdb.texinfo (Separate Debug Files, Remote Protocol): Clarified
5048         CRC definitions.
5049
5050 2009-08-03  Vladimir Prus  <vladimir@codesourcery.com>
5051
5052         * gdb.texinfo (GDB/MI Breakpoint Commands): Document
5053         -break-commands.
5054
5055 2009-07-31  Ulrich Weigand  <uweigand@de.ibm.com>
5056
5057         * gdb.texinfo (Cell Broadband Engine SPU architecture): Document the
5058         "set spu auto-flush-cache" and "show spu auto-flush-cache" commands.
5059
5060 2009-07-31  Ulrich Weigand  <uweigand@de.ibm.com>
5061
5062         * gdb.texinfo (Cell Broadband Engine SPU architecture): Document the
5063         "set spu stop-on-load" and "show spu stop-on-load" commands.
5064
5065 2009-07-31  Ulrich Weigand  <uweigand@de.ibm.com>
5066
5067         * gdb.texinfo (Target Descriptions): Document <compatible> element.
5068
5069 2009-07-28  Daniel Jacobowitz  <dan@codesourcery.com>
5070
5071         * gdb.texinfo (ARM Features): Document org.gnu.gdb.arm.vfp and
5072         org.gnu.gdb.arm.neon.
5073
5074 2009-07-20  Pedro Alves  <pedro@codesourcery.com>
5075
5076         * gdb.texinfo (Target Description Format): Mention the new <osabi>
5077         optional element.
5078         (subsection OS ABI): New subsection.
5079
5080 2009-07-14  Stan Shebs  <stan@codesourcery.com>
5081
5082         * gdb.texinfo (Tracepoint Conditions): New section.
5083         (General Query Packets): Describe ConditionalTracepoints.
5084         (Tracepoint Packets): Describe condition field.
5085         (Maintenance Commands): Describe maint agent-eval.
5086         * agentexpr.texi (Using Agent Expressions): Mention eval usage.
5087
5088 2009-07-11  Hui Zhu  <teawater@gmail.com>
5089
5090         * gdb.texinfo (disassemble): Add a new modifier /r
5091         to "disassemble" command to make it print the raw instructions
5092         in hex as well as in symbolic form.
5093
5094 2009-07-09  Tom Tromey  <tromey@redhat.com>
5095
5096         * gdbint.texinfo (Testsuite): Document parallel make check.
5097
5098 2009-07-09  Tom Tromey  <tromey@redhat.com>
5099
5100         * gdbint.texinfo (Testsuite): Document test transcripts.
5101
5102 2009-07-10  Phil Muldoon  <pmuldoon@redhat.com>
5103
5104         * gdb.texinfo (Values From Inferior): Add length parameter
5105         description.
5106
5107 2009-07-04  Chris Genly  <chris@genly.us>
5108
5109         * gdb.texinfo (GDB/MI Variable Objects): Document child definition
5110         in -var-list-children.  Fix example according to what the code
5111         does.
5112
5113 2009-07-02  Pedro Alves  <pedro@codesourcery.com>
5114
5115         * gdb.texinfo (Debugging multiple inferiors): Document the
5116         "inferior", "detach inferior" and "kill inferior" commands.
5117         (Debugging Programs with Multiple Processes): Adjust to mention
5118         generic "inferior" commands.  Delete mention of "detach fork" and
5119         "delete fork".  Cross reference to "Debugging multiple inferiors"
5120         section.
5121
5122 2009-07-02  Ulrich Weigand  <uweigand@de.ibm.com>
5123
5124         * gdbint.texinfo (Item Output Functions): Update signature
5125         for ui_out_field_core_addr.
5126
5127 2009-07-02  Ulrich Weigand  <uweigand@de.ibm.com>
5128
5129         * gdbint.texinfo (Examples of Use of @code{ui_out} functions):
5130         Update example code extrated from breakpoint.c.
5131
5132 2009-06-28  Paul Pluzhnikov  <ppluzhnikov@google.com>
5133
5134         * gdb.texinfo (GDB/MI Program Context): @ignore unimplemented
5135         MI commands.
5136         (GDB/MI Symbol Query): Likewise.
5137         (GDB/MI File Commands): Likewise.
5138         (GDB/MI File Transfer Commands): Likewise.
5139         (GDB/MI Target Manipulation): Likewise.
5140         (GDB/MI Miscellaneous Commands): Likewise.
5141
5142 2009-06-27  Daniel Jacobowitz  <dan@codesourcery.com>
5143
5144         * gdb.texinfo (Debugging Optimized Code): New chapter.
5145         (Compiling for Debugging): Reference it.  Move some
5146         text to the new section.
5147
5148 2009-06-15  Phil Muldoon  <pmuldoon@redhat.com>
5149
5150         * doc/gdb.texinfo (Calling): Document
5151         set-unwind-on-terminating-exception usage.
5152
5153 2009-06-11  Pedro Alves  <pedro@codesourcery.com>
5154
5155         * gdb.texinfo (All-Stop): Document new 'set schedule-multiple'
5156         command.
5157
5158 2009-06-07  Pedro Alves  <pedro@codesourcery.com>
5159
5160         * gdbint.texinfo (TARGET_HAS_HARDWARE_WATCHPOINTS): Delete all
5161         references.
5162
5163 2009-06-04  Ulrich Weigand  <uweigand@de.ibm.com>
5164
5165         * gdbint.texinfo: Rename formal parameters to gdbarch function
5166         protoypes from "current_gdbarch" to "gdbarch".
5167
5168 2009-05-28  Tom Tromey  <tromey@redhat.com>
5169
5170         * gdb.texinfo (Basic Python): Change get_parameter to parameter.
5171
5172 2009-05-27  Tom Tromey  <tromey@redhat.com>
5173
5174         * gdb.texinfo (GDB/MI Miscellaneous Commands): Document "python"
5175         feature.
5176         (GDB/MI Variable Objects): Document -var-set-visualizer.
5177
5178 2009-04-02  Tom Tromey  <tromey@redhat.com>
5179
5180         * gdb.texinfo (GDB/MI Miscellaneous Commands): Document "python"
5181         feature.
5182         (GDB/MI Variable Objects): Document -var-set-visualizer.
5183
5184 2009-05-27  Tom Tromey  <tromey@redhat.com>
5185             Thiago Jung Bauermann  <bauerman@br.ibm.com>
5186             Phil Muldoon  <pmuldoon@redhat.com>
5187
5188         * gdb.texinfo (Objfiles In Python): Reference pretty printing.
5189         (Pretty Printing): New node.
5190         (Selecting Pretty-Printers): Likewise.
5191         (Python API): Update.
5192         (Output Formats): Document /r format.
5193
5194 2009-05-27  Thiago Jung Bauermann  <bauerman@br.ibm.com>
5195             Tom Tromey  <tromey@redhat.com>
5196
5197         * gdb.texinfo (Types In Python): New node.
5198         (Values From Inferior): "type" is now an attribute.
5199         (Python API): Update.
5200
5201 2009-05-27  Tom Tromey  <tromey@redhat.com>
5202             Thiago Jung Bauermann  <bauerman@br.ibm.com>
5203             Phil Muldoon  <pmuldoon@redhat.com>
5204
5205         * gdb.texinfo: Add @syncodeindex for `tp'.
5206         (Python API): Update.
5207         (Auto-loading): New node.
5208         (Objfiles In Python): New node.
5209
5210 2009-05-15  Paul Pluzhnikov  <ppluzhnikov@google.com>
5211
5212         * gdb.texinfo (Threads): Document libthread-db-search-path.
5213
5214 2009-05-15  Nick Roberts  <nickrob@snap.net.nz>
5215
5216         * gdb.texinfo (GDB/MI General Design): Break up into four nodes.
5217
5218 2009-05-12  Pedro Alves  <pedro@codesourcery.com>
5219
5220         * gdb.texinfo: Document 'set/show debug gnu-nat'.  Replace 'maint
5221         show-debug-regs' docs by 'maint set show-debug-regs' and 'maint
5222         show show-debug-regs' docs.
5223
5224 2009-05-08  Eli Zaretskii  <eliz@gnu.org>
5225
5226         * gdb.texinfo (Process Record and Replay): Add description of
5227         reverse execution.
5228
5229 2009-05-07  Joel Brobecker  <brobecker@adacore.com>
5230
5231         * gdbint.texinfo (Adding support for debugging core files): New node.
5232         (Native Debugging): Remove the ``Native core file Support'' section.
5233
5234 2009-05-01  Eli Zaretskii  <eliz@gnu.org>
5235
5236         * gdb.texinfo (Process Record and Replay): Improve and clarify.
5237         Add index entries.
5238
5239 2009-04-30  Hui Zhu  <teawater@gmail.com>
5240             Michael Snyder  <msnyder@vmware.com>
5241
5242         * gdb.texinfo: (Process Record and Replay): Add documentation for
5243         process record and replay.
5244
5245 2009-04-29  Jan Kratochvil  <jan.kratochvil@redhat.com>
5246
5247         * gdb.texinfo (Macros): Note command-line for `info macro'.  Append
5248         a new part on command-line defined macros.
5249
5250 2009-04-25  Eli Zaretskii  <eliz@gnu.org>
5251
5252         * gdb.texinfo (Machine Code) <disassemble-next-line>: Improve and
5253         clarify the wording.
5254
5255 2009-04-23  Tom Tromey  <tromey@redhat.com>
5256
5257         * gdb.texinfo (Data Files): New node.
5258         (GDB Files): Update menu.
5259
5260 2009-04-23  Joel Brobecker  <brobecker@adacore.com>
5261
5262         * gdbint.texinfo (Defining Other Architecture Features): Remove
5263         entry for PROCESS_LINENUMBER_HOOK.
5264
5265 2009-04-22  Vladimir Prus  <vladimir@codesourcery.com>
5266
5267         * gdb.texinfo (GDB/MI Program Execution): Document -exec-jump.
5268
5269 2009-04-22  Hui Zhu  <teawater@gmail.com>
5270
5271         * gdb.texinfo (disassemble-next-line): Set the default of
5272         disassemble-next-line to off.
5273
5274 2009-04-21  Joseph Myers  <joseph@codesourcery.com>
5275
5276         * configure.ac (--with-datarootdir, --with-docdir, --with-pdfdir,
5277         --with-htmldir): New.
5278         * configure: Regenerate.
5279         * Makefile.in (datarootdir, docdir): Define.
5280         (gdb.dvi, gdb.pdf): Use same -I options as for building gdb.info
5281         instead of $(SET_TEXINPUTS).
5282         (gdbint.dvi, gdbint.pdf): Use same -I options as for building
5283         gdbint.info instead of $(SET_TEXINPUTS).
5284         (gdbint/index.html): Use same -I options as for building
5285         gdbint.info.
5286         (stabs.dvi, stabs.pdf): Use same -I options as for building
5287         stabs.info instead of $(SET_TEXINPUTS).
5288         (stabs/index.html): Use same -I options as for building
5289         stabs.info.
5290         (annotate.dvi, annotate.pdf): Use same -I options as for building
5291         annotate.info instead of $(SET_TEXINPUTS).
5292         (annotate/index.html): Use same -I options as for building
5293         annotate.info.
5294
5295 2009-04-21  David Daney  <ddaney@caviumnetworks.com>
5296
5297         * gdb.texinfo (maint show-debug-regs): Remove mention of x86.
5298
5299 2009-04-21  Joseph Myers  <joseph@codesourcery.com>
5300
5301         * gdb.texinfo (Source Path): Document --with-relocated-sources.
5302
5303 2009-04-18  Carlos O'Donell  <carlos@codesourcery.com>
5304             Joseph Myers  <joseph@codesourcery.com>
5305
5306         * Makefile.in (MAKEHTML): Set to makeinfo --html.
5307         (MAKEHTMLFLAGS): Set to empty.
5308         (html__strip_dir): Define.
5309         (HTMLFILES): Define.
5310         (HTMLFILES_INSTALL): Define.
5311         (install-html): Copy new automake rule.
5312         (html): Depend on $(HTMLFILES).
5313         (gdb_toc.html): Rename to gdb/index.html.
5314         (gdbint_toc.html): Rename to gdbint/index.html.
5315         (stabs_toc.html): Rename to stabs/index.html.
5316         (annotate_toc.html): Rename to annotate/index.html.
5317
5318 2009-04-17  Carlos O'Donell  <carlos@codesourcery.com>
5319
5320         * Makefile.in: Set pdfdir and htmldir from configure
5321         substitutions.
5322         * configure.ac: AC_SUBST datarootdir, docdir, htmldir, pdfdir.
5323         * configure: Regenerate.
5324
5325 2009-04-16  Joel Brobecker  <brobecker@adacore.com>
5326
5327         * gdbint.texinfo (Native Debugging): Remove entry for PROC_NAME_FMT.
5328         This macro is no longer used.
5329
5330 2009-04-15  Tom Tromey  <tromey@redhat.com>
5331
5332         * gdb.texinfo (Character Sets): Document default character set.
5333
5334 2009-04-14  Pierre Muller  <muller@ics.u-strasbg.fr>
5335
5336         * gdbint.texinfo: Change server name from sources.redhat.com to
5337         sourceware.org throughout.
5338
5339 2009-04-09  Joel Brobecker  <brobecker@adacore.com>
5340
5341         * gdb.texinfo (Set Breaks): Rewrite a paragraph to avoid a warning
5342         about a missing dot or coma after @xref.
5343
5344 2009-04-02  Joel Brobecker  <brobecker@adacore.com>
5345
5346         * gdb.texinfo (Backtrace): Add a parameter in frame 1 of the first
5347         example, and add a small explanation about it.
5348         (Print Settings): Change the documentation of the "set print
5349         frame-arguments" to reflect the fact that the default is now "scalars".
5350
5351 2009-04-02  Joel Brobecker  <brobecker@adacore.com>
5352
5353         * gdb.texinfo (Print Settings): Add kindex for command "set
5354         print frame-arguments".
5355
5356 2009-03-31  Joel Brobecker  <brobecker@adacore.com>
5357
5358         * gdb.texinfo (Ada Tasks): Add documentation about task-specific
5359         breakpoints.
5360         (Set Breaks): Add reference to thread-specific and task-specific
5361         breakpoints.
5362
5363 2009-03-31  Joel Brobecker  <brobecker@adacore.com>
5364
5365         * gdb.texinfo (Ada Tasks): Remove the documentation about
5366         the "Running" state, as this state has been eliminated.
5367         Now all runnable tasks are shown as "Runnable".
5368
5369 2009-03-30  Stan Shebs  <stan@codesourcery.com>
5370
5371         * gdb.texinfo (Tracepoints): Describe tracepoints as a
5372         special case of breakpoints.
5373         (Enable and Disable Tracepoints): Mention deprecation.
5374         (Listing Tracepoints): Update description and example.
5375
5376 2009-03-30  Thiago Jung Bauermann  <bauerman@br.ibm.com>
5377
5378         * gdb.texinfo (Frames in Python): New node.
5379         (Python API): Update.
5380
5381 2009-03-29  Thiago Jung Bauermann  <bauerman@br.ibm.com>
5382
5383         * gdb.texinfo (Values From Inferior): Change gdb.Value.address
5384         from a method to an attribute.
5385
5386 2009-03-26  Thiago Jung Bauermann  <bauerman@br.ibm.com>
5387
5388         * gdb.texinfo (Values From Inferior): Document is_optimized_out
5389         attribute.
5390
5391 2009-03-25  Pedro Alves  <pedro@codesourcery.com>
5392
5393         * observer.texi (thread_exit): Add "silent" parameter.
5394
5395 2009-03-22  Pedro Alves  <pedro@codesourcery.com>
5396
5397         * observer.texi (about_to_proceed): New.
5398
5399 2009-03-21  Jeremy Bennett  <jeremy.bennett@embecosm.com>
5400
5401         * gdbint.texinfo (everywhere): Use braces {} in @deftypeXX type
5402         field throughout to handle types with spaces in them.  Fix typos
5403         found by aspell.
5404         (Summary, Requirements, Contributors): New first chapter,
5405         "Summary" added, old Requirements section moved there, and new
5406         section, "Contributors" added.
5407         (Initializing a New Architecture, Register Representation)
5408         (Frame Interpretation, Inferior Call Setup, Adding a New Target)
5409         (Porting gdb): These sections extended and updated.
5410         (Compiler Characteristics): This section (empty) deleted.
5411         (Defining Other Architecture Features): This section renamed and
5412         duplicate material removed from (formerly "Target Conditionals").
5413         Use braces {} in @deftypeXX type field throughout to handle types
5414         with spaces in them. Typos found by aspell fixed.
5415
5416         * stack_frame.svg: New file, source of image for gdbint.texinfo.
5417         * stack_frame.pdf: Version of image for PDF output.
5418         * stack_frame.png: Version of image for HTML output and for Emacs.
5419         * stack_frame.txt: Version of image for Info output.
5420         * stack_frame.eps: Version of image for TeX DVI output.
5421
5422 2009-03-21  Eli Zaretskii  <eliz@gnu.org>
5423
5424         * gdb.texinfo (Character Sets): Fix last change.
5425
5426 2009-03-21  Thiago Jung Bauermann  <bauerman@br.ibm.com>
5427
5428         * gdb.texinfo (Values From Inferior): Fix optional arguments
5429         markup.
5430         (Commands In Python): Adjust argument names of gdb.Command.__init__
5431         to what the function accepts as keywords.
5432
5433 2008-03-20  Tom Tromey  <tromey@redhat.com>
5434
5435         * gdb.texinfo (Convenience Vars): Document convenience functions.
5436         (Functions In Python): New node.
5437         (Python API): Update.
5438
5439 2009-03-20  Tom Tromey  <tromey@redhat.com>
5440
5441         * gdb.texinfo (Character Sets): Remove obsolete text.  Document
5442         set target-wide-charset.
5443         (Requirements): Mention iconv.
5444
5445 2009-03-17  Hui Zhu  <teawater@gmail.com>
5446
5447         * gdb.texinfo: Change the introduce of "disassemble-next-line".
5448
5449 2009-03-17  Hui Zhu  <teawater@gmail.com>
5450
5451         * gdb.texinfo: Add documentation for disassemble-next-line.
5452
5453 2009-03-16  Thiago Jung Bauermann  <bauerman@br.ibm.com>
5454
5455         * gdb.texinfo (Commands In Python): Remove tindex entries.
5456
5457 2009-03-15  Jan Kratochvil  <jan.kratochvil@redhat.com>
5458
5459         * gdb.texinfo (Returning): New description for missing debug info.
5460
5461 2009-03-14  Pedro Alves  <pedro@codesourcery.com>
5462
5463         * gdb.texinfo (Remote Configuration): Document query-attached.
5464         (General Query Packets): Document qAttached.
5465
5466 2009-03-05  Pedro Alves  <pedro@codesourcery.com>
5467
5468         * gdb.texinfo (Background Execution): Better describe the set
5469         target-async command.
5470         (Maintenance Commands): Delete description of the `maint set/show
5471         linux-async' and `maint set/show remote-async' commands.
5472
5473 2009-02-18  Vladimir Prus  <vladimir@codesourcery.com>
5474
5475         * gdb.texinfo (GDB/MI Async Records): Add double-spaces
5476         between sentences.
5477
5478 2009-02-18  Vladimir Prus  <vladimir@codesourcery.com>
5479
5480         * gdb.texinfo (GDB/MI Async Records): Document the
5481         =library-loaded and =library-unloaded notifications.
5482
5483 2009-02-17  Vladimir Prus  <vladimir@codesourcery.com>
5484
5485         * observer.texi (test_notification): New observer.
5486
5487 2009-02-14  Vladimir Prus  <vladimir@codesourcery.com>
5488
5489         * observer.texi: Add parameter 'print_frame' to normal_stop
5490         observer.
5491
5492 2009-02-07  Eli Zaretskii  <eliz@gnu.org>
5493
5494         * gdb.texinfo (Basic Python): Fix change from 2009-02-04.
5495         (Commands In Python): Fix COMMAND_* constants in last change.  Use
5496         @kbd for interactive input.  Add cross-references and index
5497         entries.
5498
5499 2009-02-06  Pedro Alves  <pedro@codesourcery.com>
5500
5501         * gdb.texinfo (Signals): Document $_siginfo.
5502         (Convenience Variables): Mention $_siginfo.
5503         (Remote Configuration): Document qXfer:siginfo:read,
5504         qXfer:siginfo:write packets, and the read-siginfo-object,
5505         write-siginfo-object commands.
5506
5507 2009-02-06  Pedro Alves  <pedro@codesourcery.com>
5508
5509         * gdbint.texinfo (Values): New chapter.
5510
5511 2009-02-06  Tom Tromey  <tromey@redhat.com>
5512
5513         * gdb.texinfo (Python API): Add entry for Commands In Python.
5514         (Commands In Python): New node.
5515
5516 2009-02-05  Tom Tromey  <tromey@redhat.com>
5517
5518         * gdb.texinfo (Values From Inferior): Document Value.string.
5519
5520 2009-02-05  Tom Tromey  <tromey@redhat.com>
5521
5522         * gdb.texinfo (Basic Python): Document execute's from_tty
5523         argument.
5524
5525 2009-02-04  Tom Tromey  <tromey@redhat.com>
5526
5527         * gdb.texinfo (Basic Python): Document gdb.history.
5528
5529 2009-01-30  Vladimir Prus  <vladimir@codesourcery.com>
5530
5531         * gdb.texinfo (GDB/MI Thread Commands): Document the
5532         'current-thread-id' field.  Remove the example with zero threads,
5533         since current GDB won't ever report that if there's inferior.
5534
5535 2009-01-30  Vladimir Prus  <vladimir@codesourcery.com>
5536
5537         * gdb.texinfo (GDB/MI Breakpoint Commands): Document the -d
5538         option to -break-insert.
5539
5540 2009-01-28  Daniel Jacobowitz  <dan@codesourcery.com>
5541             Jerome Guitton  <guitton@adacore.com>
5542
5543         * gdb.texinfo (Startup): Document --with-system-gdbinit.
5544         (System-wide configuration): New section.
5545
5546 2009-01-26  Pedro Alves  <pedro@codesourcery.com>
5547
5548         PR gdb/7580:
5549         * gdb.texinfo (Maintenance Commands): Document "maint set|show
5550         internal-error|internal-warning quit|corefile ask|yes|no".
5551
5552 2009-01-26  Pedro Alves  <pedro@codesourcery.com>
5553
5554         * gdb.texinfo (Using the `gdbserver' Program): Document
5555         --remote-debug.
5556
5557 2009-01-23  Doug Evans  <dje@google.com>
5558
5559         * gdb.texinfo: Add nexti to list of commands that support
5560         background execution.
5561
5562 2009-01-14  Daniel Jacobowitz  <dan@codesourcery.com>
5563
5564         * gdb.texinfo (Define, Hooks): Document prefix command support.
5565
5566 2009-01-14  Joseph Myers  <joseph@codesourcery.com>
5567             Carlos O'Donell  <carlos@codesourcery.com>
5568
5569         Fixes for makeinfo --html.
5570
5571         * annotate.texinfo: Use @copying and @insertcopying.  Use
5572         @ifnottex in place of @ifinfo.
5573         * gdb.texinfo: Use @copying and @insertcopying.  Use @ifnottex in
5574         place of @ifinfo.  Use @ifnotinfo for one index entry.
5575         * gdbint.texinfo: Use @copying and @insertcopying.  Use @ifnottex
5576         in place of @ifinfo.
5577         * stabs.texinfo: Use @copying and @insertcopying.  Use @ifnottex
5578         in place of @ifinfo.  Include contents at start unconditionally.
5579
5580 2009-01-13  Pedro Alves  <pedro@codesourcery.com>
5581
5582         * gdb.texinfo (General Query Packets): Remove @var{} around the
5583         "spu" literal string.
5584
5585 2009-01-07  Pedro Alves  <pedro@codesourcery.com>
5586
5587         * gdb.texinfo (Error in Breakpoints): Delete mention of "The same
5588         program may be running in another process" errors.
5589         * gdbint.texinfo (Native Conditionals): Delete
5590         ONE_PROCESS_WRITETEXT description.
5591
5592 2009-01-07  Joel Brobecker  <brobecker@adacore.com>
5593
5594         * gdbint.texinfo (Start of New Year Procedure): Add the "coding"
5595         emacs local variable to be placed at the end of the ChangeLog.
5596         Add server.c and gdbreplay.c to the list of files where the
5597         copyright year needs to be updated.
5598
5599 2009-01-06  Sandra Loosemore  <sandra@codesourcery.com>
5600
5601         * gdb.texinfo (Remote Configuration): Document new
5602         "set/show tcp auto-retry" and "set/show tcp connect-timeout"
5603         commands.
5604
5605 2008-12-28  Pedro Alves  <pedro@codesourcery.com>
5606
5607         * gdbint.texinfo (gdbarch_cannot_fetch_register): Don't mention
5608         FETCH_INFERIOR_REGISTERS.
5609         (Native Conditionals): Remove obsolete CHILD_PREPARE_TO_STORE,
5610         FETCH_INFERIOR_REGISTERS descriptions.  Remove
5611         gdbarch_get_longjmp_target descrition, since already described in
5612         Target Conditionals.  Move gdbarch_fp0_regnum description to ...
5613         (Target Conditionals): ... here.
5614
5615 2008-12-16  Joel Brobecker  <brobecker@adacore.com>
5616
5617         * gdb.texinfo (Omissions from Ada): Add missing GDB prompt in
5618         examples.
5619         (Additions to Ada): Likewise.  Add the missing opening and closing
5620         parenthesis of the GDB prompt in one of the examples.
5621
5622 2008-12-14  Joel Brobecker  <brobecker@adacore.com>
5623
5624         * gdb.texinfo (Omissions from Ada): Remove incorrect documentation
5625         about the result of 'Address not being of type System.Address.
5626         This problem has been fixed a while ago.
5627
5628 2008-12-02  Vladimir Prus  <vladimir@codesourcery.com>
5629
5630         MI non-stop and multiprocess docs.
5631
5632         * gdb.texinfo (GDB/MI): New section 'GDB/MI General Design'
5633         (GDB/MI Output Records): New section 'GDB/MI Frame Information'
5634         Adjust documentation for *stopped, document =thread-created,
5635         =thread-exited, =thread-group-created and =thread-group-exited.
5636         (GDB/MI Thread Commands): Document the 'state' field in
5637         -thread-info output.
5638         (GDB/MI Program Execution): Mention --all and --thread-group
5639         options.
5640         (GDB/MI Variable Objects): Describe floating and fixed variable
5641         objects.
5642         (GDB/MI Miscellaneous Commands): Document -list-thread-groups.
5643
5644 2008-12-02  Vladimir Prus  <vladimir@codesourcery.com>
5645
5646         * gdb.texinfo (Operating System Information): New appendix.
5647         (Operating System Auxiliary Information): Document 'info os processes'
5648         (Remote Configuration): Document 'osdata'
5649         (General Query Packets): Document qXfer:osdata:read.
5650
5651 2008-11-27  Tristan Gingold  <gingold@adacore.com>
5652
5653         * gdb.texinfo (Darwin): Document Darwin specific features.
5654
5655 2008-11-25  Jan Kratochvil  <jan.kratochvil@redhat.com>
5656
5657         * gdbint.texinfo (Target Conditionals): Extend the
5658         gdbarch_breakpoint_from_pc description.
5659
5660 2008-11-22  Vladimir Prus  <vladimir@codesourcery.com>
5661
5662         * gdb.texinfo (M68K Features): Fix typo.
5663
5664 2008-11-18  Paul Pluzhnikov  <ppluzhnikov@google.com>
5665
5666         * gdb.texinfo (Symbols): Mention printing containing
5667         image name in "info symbol".
5668         (Maint translate-address): Likewise.
5669
5670 2008-11-18  Joel Brobecker  <brobecker@adacore.com>
5671
5672         * gdb.texinfo (Set Catchpoints): Remove the documentation of
5673         commands "catch load" and "catch unload".
5674
5675 2008-11-17  Vladimir Prus  <vladimir@codesourcery.com>
5676
5677         * gdb.texinfo (GDB/MI Async Records): Document
5678         =thread-selected.
5679
5680 2008-11-17  Vladimir Prus  <vladimir@codesourcery.com>
5681
5682         * observer.texi (new_inferior, inferior_exit): New observers.
5683
5684 2008-10-27  Pedro Alves  <pedro@codesourcery.com>
5685
5686         * gdbint.texinfo (Adding a New Target): Don't mention TDEPFILES,
5687         .mt files, TM_CLIBS or TM_CDEPS.
5688         (x86 Watchpoints): Don't mention TDEPFILES.
5689
5690 2008-10-24  Sandra Loosemore  <sandra@codesourcery.com>
5691
5692         * gdb.texinfo (Remote Protocol): Add new nodes to menu.
5693         (Overview): Mention notifications and non-stop mode behavior.
5694         (Packets): Update documentation of ?, vAttach, vCont, and vRun
5695         with non-stop mode behavior.  Add vStopped description.
5696         (Stop Reply Packets):  Update list of packets that return
5697         stop replies.  Mention non-stop behavior.
5698         (General Query Packets): Document QNonStop packet and associated
5699         qSupported query response.
5700         (Interrupts): Clarify multi-threaded behavior.  Mention non-stop
5701         behavior.
5702         (Notification Packets): New section.
5703         (Remote Non-Stop): New section.
5704         (File-I/O Overview): Mention non-stop behavior.
5705
5706 2008-10-24  Hui Zhu  <teawater@gmail.com>
5707             Pedro Alves  <pedro@codesourcery.com>
5708
5709         * gdb.texinfo (displaced-stepping): Describe the auto mode
5710         setting, and say it's the default.  This is now a mainstream
5711         setting instead of a maintenance setting.
5712
5713 2008-10-23  Pedro Alves  <pedro@codesourcery.com>
5714
5715         * observer.texi (thread_stop_requested): New.
5716
5717 2008-10-22  Joel Brobecker  <brobecker@adacore.com>
5718
5719         * gdb.texinfo (Ada Tasks, Ada Tasks and Core Files): New nodes.
5720         (Patching): Replace incorrect usage of @samp by @kbd.
5721
5722 2008-10-17  Michael Snyder  <msnyder@vmware.com>
5723
5724         * gdb.texinfo: Add documentation for reverse execution.
5725
5726 2008-10-16  Thiago Jung Bauermann  <bauerman@br.ibm.com>
5727             Eli Zaretskii  <eliz@gnu.org>
5728
5729         * gdb.texinfo. (Values From Inferior): New subsubsection.
5730
5731 2008-10-06  Doug Evans  <dje@google.com>
5732
5733         * gdb.texinfo (set debug dwarf2-die): Document it.
5734
5735 2008-10-01  Joel Brobecker  <brobecker@adacore.com>
5736
5737         * gdb.texinfo (catch) [exception]: Document how to insert
5738         a breakpoint on user-defined exceptions when the exception
5739         name is identical to one of the language-defined ones.
5740
5741 2008-09-27  Tom Tromey  <tromey@redhat.com>
5742
5743         * gdb.texinfo (Macros): Remove text about stringification,
5744         varargs, and splicing.
5745
5746 2008-09-27  Tom Tromey  <tromey@redhat.com>
5747
5748         * gdbint.texinfo (Language Support): Remove text about omitting
5749         support for a language.
5750
5751 2008-09-23  Doug Evans  <dje@google.com>
5752
5753         * gdb.texinfo (info dcache): Update.
5754
5755 2008-09-22  Sandra Loosemore  <sandra@codesourcery.com>
5756
5757         * gdb.texinfo (Packets): Add info on thread-id syntax and
5758         multiprocess extensions.
5759         <D>: Document multiprocess form of packet.
5760         <H>: Use thread-id syntax.
5761         <T>: Likewise.
5762         <vCont>: Likewise.  Note this is required for multiprocess.
5763         <vKill>: New packet.
5764         (Stop Reply Packets) <T>: Use thread-id syntax.
5765         <W>: Document multiprocess form of reply.
5766         <X>: Likewise.
5767         (General Query Packets) <qC>: Use thread-id syntax.
5768         <qfThreadInfo>: Likewise.
5769         <qGetTLSAddr>: Likewise.
5770         <qP>: Likewise.
5771         <qSupported>: Add "multiprocess" feature.
5772         <qThreadExtraInfo>: Use thread-id syntax.
5773
5774 2008-09-22  Stan Shebs  <stan@codesourcery.com>
5775
5776         * gdb.texinfo (Inferiors): New section.
5777
5778 2008-09-12  Pedro Alves  <pedro@codesourcery.com>
5779
5780         * gdbint.texinfo (Native Debugging): Mention NAT_GENERATED_FILES.
5781
5782 2008-09-11  Ulrich Weigand  <uweigand@de.ibm.com>
5783
5784         * gdbint.texinfo (Target Conditionals): Remove documentation
5785         for gdbarch_name_of_malloc.
5786
5787 2008-09-03  Angela Marie Thomas <angela@releasedominatrix.com>
5788
5789         * gdb.texinfo (Interrupts): Mention TCP interface for
5790         sending BREAK.
5791
5792 2008-08-26  Ulrich Weigand  <uweigand@de.ibm.com>
5793
5794         * gdb.texinfo (Commands to Specify Files): Document "remote:"
5795         argument prefix to "set sysroot".
5796
5797 2008-08-21  Paul N. Hilfinger  <hilfinger@adacore.com>
5798
5799         * gdb.texinfo (Omissions from Ada): Describe new treatment of True
5800         and False.
5801
5802 2008-08-20  Vladimir Prus  <vladimir@codesourcery.com>
5803
5804         * gdb.textinfo (GDB/MI Miscellaneous Commands): Use @table
5805         for possible features of -list-features.
5806
5807 2008-08-19  Vladimir Prus  <vladimir@codesourcery.com>
5808
5809         * gdb.texinfo (Background execution): Adjust example
5810         (GDB/MI Miscellaneous Commands): Document -list-target-features.
5811
5812 2008-08-19  Vladimir Prus  <vladimir@codesourcery.com>
5813
5814         * doc/gdb.texinfo (PowerPC): Fix typo.
5815         (PowerPC features): Fix typo.
5816
5817 2008-08-18  Pedro Alves  <pedro@codesourcery.com>
5818
5819         * observer.texi (thread_ptid_changed): New.
5820
5821 2008-08-18  Luis Machado  <luisgpm@br.ibm.com>
5822
5823         * doc/gdb.texinfo (PowerPC): Mention Extended FPR's for POWER7.
5824         (PowerPC features): Mention feature set for VSX registers.
5825
5826 2008-08-13  Joel Brobecker  <brobecker@adacore.com>
5827
5828         * gdb.texinfo (Ada Mode Intro): Improve the documentation regarding
5829         the direct visibility of all names in user-written packages.
5830
5831 2008-08-13  Pedro Alves  <pedro@codesourcery.com>
5832
5833         * gdb.texinfo (breakpoint always-inserted) Describe the auto mode
5834         setting, and make it the default.
5835         (Non-Stop Mode): Remove "set breakpoints always-inserted 1" from
5836         non-stop script example.
5837
5838 2008-08-12  Thiago Jung Bauermann  <bauerman@br.ibm.com>
5839
5840         * gdbint.texinfo (Raw and Virtual Register Representations): Fix
5841         reference to the "Using Different Register and Memory Data
5842         Representation" section.
5843
5844 2008-08-12  Sandra Loosemore  <sandra@codesourcery.com>
5845
5846         * gdb.texinfo (Remote Configuration): Document set remote noack-packet.
5847         (Remote Protocol): Add Packet Acknowledgment to menu.
5848         (Overview): Mention +/- can be disabled, and point to new section
5849         where this is discussed in detail.
5850         (General Query Packets): Document QStartNoAckMode packet, and
5851         corresponding qSupported reply.
5852         (Packet Acknowledgment): New section.
5853
5854 2008-08-11  Sandra Loosemore  <sandra@codesourcery.com>
5855             Pedro Alves  <pedro@codesourcery.com>
5856
5857         * gdb.texinfo (Threads): Move paragraph about automatic thread
5858         selection to All-Stop Mode subsection.
5859         (Thread Stops): Reorganize existing material into subsections.
5860         Add introductory blurb and menu.
5861         (Non-Stop Mode): New subsection.
5862         (Background Execution): New subsection.
5863         (Maintenance Commands): Add cross-references from async mode
5864         commands to the new Background Execution section.
5865
5866 2008-08-06  Tom Tromey  <tromey@redhat.com>
5867
5868         * gdb.texinfo (Extending GDB): New chapter.
5869         (Sequences): Demoted chapter, now a section under the new
5870         Extending GDB chapter.
5871         (Python): New section.
5872
5873 2008-07-31  Stan Shebs  <stan@codesourcery.com>
5874
5875         * gdbint.texinfo: Remove FUNCTION_EPILOGUE_SIZE.
5876
5877 2008-07-29  Stan Shebs  <stan@codesourcery.com>
5878
5879         * gdbint.texinfo: General round of cleanup and minor
5880         clarifications.
5881         (Breakpoint Handling): Remove mention of BREAKPOINT macro.
5882         (Longjmp Support): Update description to reflect how it is done
5883         for targets without using native header.
5884         (Symbol Handling): Add a little more general explanation.
5885         (COFF, ELF): Mention stabs encapsulation.
5886         (DWARF 3): New section.
5887         (Adding a New Host): Scrub out some obsolete bits.
5888         (Generic Host Support Files): Mention ser-pipe.c, ser-mingw.c.
5889         (Host Conditionals): Remove descriptions of NO_STD_REGS,
5890         HAVE_MMAP, HAVE_TERMIO, INT_MAX etc, LONGEST, HAVE_LONG_DOUBLE,
5891         PRINTF_HAS_LONG_DOUBLE, SCANF_HAS_LONG_DOUBLE, L_SET, SEEK_CUR,
5892         SEEK_SET, STOP_SIGNAL, USG.
5893         (Raw and Virtual Register Representations): Ditto for
5894         DEPRECATED_REGISTER_RAW_SIZE, DEPRECATED_REGISTER_VIRTUAL_SIZE,
5895         DEPRECATED_REGISTER_VIRTUAL_TYPE, REGISTER_CONVERT_TO_TYPE.
5896         (Target Conditionals): Ditto for DEPRECATED_FP_REGNUM,
5897         DEPRECATED_FRAMELESS_FUNCTION_INVOCATION, DEPRECATED_FRAME_CHAIN,
5898         DEPRECATED_FRAME_CHAIN_VALID, DEPRECATED_FRAME_INIT_SAVED_REGS,
5899         DEPRECATED_FRAME_SAVED_PC, DEPRECATED_FUNCTION_START_OFFSET,
5900         DEPRECATED_REGISTER_VIRTUAL_SIZE,
5901         DEPRECATED_REGISTER_VIRTUAL_TYPE,
5902         DEPRECATED_USE_STRUCT_CONVENTION.
5903         Describe gdbarch_deprecated_fp_regnum.
5904         Update description of gdbarch_print_insn.
5905         (Adding a New Target): Scrub out obsolete bits.
5906         (Obsolete Conditionals): Remove entire section.
5907
5908 2008-07-25  Tom Tromey  <tromey@redhat.com>
5909
5910         * observer.texi (GDB Observers): Document new observers:
5911         breakpoint_created, breakpoint_deleted, breakpoint_modified,
5912         tracepoint_created, tracepoint_deleted, tracepoint_modified,
5913         architecture_changed.
5914
5915 2008-07-21  Stan Shebs  <stan@codesourcery.com>
5916
5917         * gdbint.texinfo: Refer to target_so_ops.in_dynsym_resolve_code
5918         instead of IN_SOLIB_DYNSYM_RESOLVE_CODE.
5919
5920 2008-07-21  Tom Tromey  <tromey@redhat.com>
5921
5922         * observer.texi (GDB Observers): Remove obsolete comment.
5923         <executable_changed>: Remove argument.
5924
5925 2008-07-18  Tom Tromey  <tromey@redhat.com>
5926
5927         * gdb.texinfo (Macros): Update.  Use @code rather than @command.
5928
5929 2008-07-10  Doug Evans  <dje@google.com>
5930
5931         * doc/gdb.texinfo: Document "set print symbol-loading on|off".
5932
5933 2008-07-10  Jan Kratochvil  <jan.kratochvil@redhat.com>
5934
5935         * gdb.texinfo (Starting): Document "set disable-randomization".
5936
5937 2008-07-07  Andreas Schwab  <schwab@suse.de>
5938
5939         * gdb.texinfo (GDB/MI Target Manipulation): Fix last change.
5940
5941 2008-07-06  Vladimir Prus  <vladimir@codesourcery.com>
5942
5943         * gdb.texinfo (GDB/MI Target Manipulation): Add
5944         example of -target-attach.
5945
5946 2008-06-10  Vladimir Prus  <vladimir@codesourcery.com>
5947
5948         * observer.texi (target_resumed): New observer.
5949         * gdb.texinfo (GDB/MI Output Records): Document *running.
5950
5951 2008-06-06  Tom Tromey  <tromey@redhat.com>
5952
5953         * gdb.texinfo (Completion): Add field name example.
5954
5955 2008-06-06  Marc Khouzam  <marc.khouzam@ericsson.com>
5956
5957         * gdb.texinfo (GDB/MI Program Context): Added example
5958         to -exec-arguments
5959
5960 2008-06-05  Nick Roberts  <nickrob@snap.net.nz>
5961
5962         * annotate.texinfo (Multi-threaded Apps): Add entry for thread-changed
5963         annotation.
5964
5965 2008-06-05  Vladimir Prus  <vladimir@codesourcery.com>
5966             Nathan Sidwell  <nathan@codesourcery.com>
5967             Joseph Myers  <joseph@codesourcery.com>
5968
5969         * configure.ac: Include ../../config/acx.m4.  Use ACX_PKGVERSION
5970         and ACX_BUGURL.
5971         * configure: Regenerate.
5972         * Makefile.in (PKGVERSION, BUGURL_TEXI): Define.
5973         (GDBvn.texi): Define VERSION_PACKAGE, BUGURL and BUGURL_DEFAULT.
5974         * gdb.texinfo: Use VERSION_PACKAGE and BUGURL.  Remove
5975         mailing-list-specific text about bug reporting unless
5976         BUGURL_DEFAULT.
5977
5978 2008-06-05  Pedro Alves  <pedro@codesourcery.com>
5979
5980         * gdb.texinfo (-target-select): Remove reference to target async.
5981         (Maintenance Commands): Document "maint set/show remote-async".
5982
5983 2008-06-04  Marc Khouzam  <marc.khouzam@ericsson.com>
5984
5985         * gdb.texinfo (GDB/MI File Transfer Commands): Typo
5986         in -target-file-get section.
5987
5988 2008-05-22  Pedro Alves  <pedro@codesourcery.com>
5989
5990         * gdb.texinfo (vAttach, vRun): Re-remove requirement of the stub
5991         killing the inferior when it is already debugging a process.
5992
5993 2008-05-21  Joel Brobecker  <brobecker@adacore.com>
5994
5995         * gdb.texinfo (Continuing and Stepping): Document the new "fin"
5996         abbreviation for "finish".
5997
5998 2008-05-21  Nick Roberts  <nickrob@snap.net.nz>
5999
6000         * annotate.texinfo (Multi-threaded Apps): New node for new annotation.
6001
6002 2008-05-15  Daniel Jacobowitz  <dan@codesourcery.com>
6003
6004         * gdbint.texinfo (Target Conditionals): Delete entry for
6005         gdbarch_dwarf_reg_to_regnum.
6006
6007 2008-05-09  Doug Evans  <dje@google.com>
6008
6009         * gdb.texinfo: Document "find" command, qSearch:memory packet.
6010
6011 2008-05-05  Doug Evans  <dje@google.com>
6012
6013         * gdb.texinfo (disassemble): Document /m modifier.
6014
6015 2008-05-05  Vladimir Prus  <vladimir@codesourcery.com>
6016
6017         * gdb.texinfo (Maintenance Commands): Clarify that "maint time"
6018         will not report the time of commands that run the target.
6019
6020 2008-05-03  Vladimir Prus  <vladimir@codesourcery.com>
6021
6022         * gdb.texinfo (GDB/MI Output Records): Add
6023         missing semicolon.
6024
6025 2008-05-03  Vladimir Prus  <vladimir@codesourcery.com>
6026
6027         * gdb.texinfo (GDB/MI Output Records):
6028         Document =thread-create and =thread-exited.
6029
6030 2008-05-03  Vladimir Prus  <vladimir@codesourcery.com>
6031
6032         * gdb.texinfo (GDB/MI Development and Front Ends):
6033         Remove mention of dmi-discuss.
6034
6035 2008-05-03  Pedro Alves  <pedro@codesourcery.com>
6036
6037         * observer.texi (thread_exit): New.
6038
6039 2008-05-02  Pedro Alves  <pedro@codesourcery.com>
6040
6041         * gdb.texinfo (Debugging Output): Document "set/show debug
6042         displaced".
6043         (Maintenance Commands): Document "maint set/show
6044         can-use-displaced-stepping".
6045
6046 2008-05-02  Daniel Jacobowitz  <dan@codesourcery.com>
6047
6048         * gdb.texinfo (ARM): Document set/show arm fallback-mode
6049         and set/show arm force-mode.
6050
6051 2008-05-02  Andreas Schwab  <schwab@suse.de>
6052
6053         * gdbint.texinfo (Algorithms): Describe
6054         target_watchpoint_addr_within_range.
6055
6056 2008-04-30  Daniel Jacobowitz  <dan@codesourcery.com>
6057
6058         * gdbint.texinfo (Stack Frames): New chapter.
6059         (Algorithms): Move Frames text to the new chapter.
6060         (Target Conditionals): Delete SAVE_DUMMY_FRAME_TOS.  Document
6061         gdbarch_dummy_id instead of gdbarch_unwind_dummy_id.
6062
6063 2008-04-24  Vladimir Prus  <vladimir@codesourcery.com>
6064
6065         * gdb.texinfo (GDB/MI Output Syntax): Clarify that async
6066         output does not necessary include any tokens.
6067
6068 2008-04-22  Corinna Vinschen  <vinschen@redhat.com>
6069
6070         * gdb.texinfo (Set SH Calling convention): New @item.
6071         (Show SH Calling convention): Ditto.
6072
6073 2008-04-22  Markus Deuling  <deuling@de.ibm.com>
6074
6075         * gdb.texinfo (Fortran Operators): Describe '%' operator.
6076
6077 2008-04-20  Eli Zaretskii  <eliz@gnu.org>
6078
6079         * gdb.texinfo (Set Breaks): Mention that multiple location
6080         breakpoints need line number info.  Add index entries.
6081
6082 2008-04-19  Craig Silverstein  <csilvers@google.com>
6083
6084         * gdb.texinfo (Requirements): Add an optional requirement on
6085         zlib.
6086         * gdbint.texinfo (Debugging File Formats): Add new subsection for
6087         Compressed DWARF 2.
6088
6089 2008-04-16  Aleksandar Ristovski  <aristovski@qnx.com>
6090
6091         * gdb.texinfo (GDB/MI Simple Examples): Added 'disp' field to the
6092         sample output for 'stopped,reason="breakpoint-hit"' message.
6093         (GDB/MI Program Execution): Likewise.
6094
6095 2008-04-09  Marc Khouzam  <marc.khouzam@ericsson.com>
6096
6097         * gdb.texinfo (GDB/MI Variable Objects): Add anchor to
6098         -var-set-format.  Add -f option to -var-evaluate-expression.
6099
6100 2008-04-03  Joel Brobecker  <brobecker@adacore.com>
6101
6102         * gdb.texinfo (Breakpoint Menus): Delete. Contents moved inside
6103         new node "Ambiguous Expressions".  Replace references to this
6104         node by references to "Ambiguous Expressions" throughout.
6105         (Ambiguous Expressions): New node.
6106
6107 2008-03-26  Daniel Jacobowitz  <dan@codesourcery.com>
6108
6109         * gdb.texinfo (MIPS Features, PowerPC Features): Add @node.
6110
6111 2008-03-21  Pedro Alves  <pedro@codesourcery.com>
6112
6113         * gdb.texinfo (Debugging Output): Document
6114         "set/show debug lin-lwp-async".
6115         (Maintenance Commands): Document "maint set/show linux-async".
6116
6117 2008-03-21  Daniel Jacobowitz  <dan@codesourcery.com>
6118
6119         * gdb.texinfo (Expressions): Update description of malloced arrays.
6120
6121 2008-03-15  Vladimir Prus  <vladimir@codesourcery.com>
6122
6123         * gdb.texinfo (Thread Commands): Document
6124         -thread-info.  Remove -thread-list-all-threads.
6125
6126 2008-03-14  Pedro Alves  <pedro@codesourcery.com>
6127             Sandra Loosemore  <sandra@codesourcery.com>
6128
6129         * gdb.texinfo (Library List Format): Update to mention the
6130         possibility to pass section addresses instead of segment
6131         addresses.
6132
6133 2008-03-10  Daniel Jacobowitz  <dan@codesourcery.com>
6134
6135         * gdb.texinfo (Starting): Document "set exec-wrapper".
6136         (Server): Document gdbserver --wrapper.
6137
6138 2008-03-03  Daniel Jacobowitz  <dan@codesourcery.com>
6139
6140         * gdb.texinfo (Set Watchpoints): Mention watchpoints on
6141         unreadable memory.  Delete obsolete SPARClite reference.
6142
6143 2008-02-28  Daniel Jacobowitz  <dan@codesourcery.com>
6144
6145         * gdb.texinfo (Starting): Mention always-running targets.
6146         (Target Commands): Add an anchor for load.
6147         (Connecting): Explain continue instead of run.
6148
6149 2008-02-27  Daniel Jacobowitz  <dan@codesourcery.com>
6150
6151         * gdb.texinfo (Debugging Output): Document "set debug timestamp".
6152
6153 2008-02-26  Nick Roberts  <nickrob@snap.net.nz>
6154
6155         * gdb.texinfo (Set Breaks): Revert description of Enb column of
6156         breakpoint table.
6157
6158 2008-02-19  Pedro Alves  <pedro@codesourcery.com>
6159
6160         * gdb.texinfo (vAttach, vRun): Remove requirement of the stub
6161         killing the inferior when it is already debugging a process.
6162
6163 2008-02-13  Markus Deuling  <deuling@de.ibm.com>
6164
6165         * gdbint.texinfo (Build Script): New section. Mention new build script
6166         gdb_buildall.sh.
6167
6168 2008-02-01  Jim Blandy  <jimb@red-bean.com>
6169
6170         * gdb.texinfo (Help): Summarize 'info args' correctly.
6171
6172 2008-01-30  Thiago Jung Bauermann  <bauerman@br.ibm.com>
6173
6174         * gdb.texinfo: (Decimal Floating Point): Mention pseudo-registers
6175         available in PowerPC architecture.
6176         (Embedded Processors): Change node name of PowerPC item in menu.
6177         (PowerPC): Rename to...
6178         (PowerPC Embedded): this.
6179         (Architectures): Add new PowerPC item in menu.
6180         (PowerPC): New node.
6181
6182 2008-01-30  Daniel Jacobowitz  <dan@codesourcery.com>
6183
6184         * gdb.texinfo (Multi-Process Mode for gdbserver): Use @kbd for
6185         commands.
6186
6187 2008-01-30  Daniel Jacobowitz  <dan@codesourcery.com>
6188
6189         * gdb.texinfo (Setting Catchpoints): Mention features
6190         supported on GNU/Linux.
6191
6192 2008-01-30  Nick Roberts  <nickrob@snap.net.nz>
6193
6194         * gdb.texinfo (GDB/MI File Commands): Describe new output
6195         field for MI command -file-list-exec-source-file.
6196
6197 2008-01-29  Daniel Jacobowitz  <dan@codesourcery.com>
6198
6199         * gdb.texinfo (Using the `gdbserver' Program): Add security
6200         warning.  Rearrange into subsections and subsubsections.  Document
6201         --multi and --debug.  Correct --with-sysroot typo.  Update --attach
6202         usage.  Make load reference clearer.  Document monitor exit.
6203         (Remote Configuration): Document set remote exec-file, attach-packet,
6204         and run-packet.
6205         (Packets): Document vAttach and vRun.
6206
6207 2008-01-29  Nick Roberts  <nickrob@snap.net.nz>
6208
6209         * gdb.texinfo (Processes): Mention process command.
6210         detach-on-follow -> detach-on-fork.
6211
6212 2008-01-28  Daniel Jacobowitz  <dan@codesourcery.com>
6213
6214         * gdbint.texinfo (Native Conditionals): Remove
6215         SHELL_COMMAND_CONCAT and SHELL_FILE.
6216
6217 2008-01-26  Eli Zaretskii  <eliz@gnu.org>
6218
6219         * gdb.texinfo (Specify Location): Improve wording.
6220
6221 2008-01-23  Chris Demetriou  <cgd@google.com>
6222
6223         * gdb.texinfo (Threads): Document new "set print thread-events"
6224         and "show print thread-events" commands.
6225
6226 2008-01-19  Eli Zaretskii  <eliz@gnu.org>
6227
6228         * gdb.texinfo (Specify Location): New section.
6229         (Delete Breaks, Edit, Set Breaks): Remove description of
6230         locations.  Instead, add a reference to "Specify Location".
6231         (Machine Code, Jumping, Thread Stops, Continuing and Stepping)
6232         (Symbols): Refer to "Specify Location" for the valid forms of
6233         linespecs and locations.
6234
6235 2008-01-18  Markus Deuling  <deuling@de.ibm.com>
6236
6237         * gdbint.texinfo (Target Conditionals): Replace the description of
6238         BITS_BIG_ENDIAN with a description of gdbarch_bits_big_endian.
6239
6240 2008-01-12  Paul Hilfinger  <hilfinger@adacore.com>
6241
6242         * gdb.texinfo (C Operators): Remove incorrect parenthetical comment
6243         about &&var, which is rejected by the expression parser.
6244
6245 2008-01-09  Luis Machado  <luisgpm@br.ibm.com>
6246
6247         * gdb.texinfo (Output): Update documentation on using printf with DFP
6248         types.
6249
6250 2008-01-07  Thiago Jung Bauermann  <bauerman@br.ibm.com>
6251
6252         * gdb.texinfo (C and C++): Add Decimal Floating Point format
6253         subsubsection.
6254         (Decimal Floating Point format): New subsubsection.
6255
6256 2008-01-05  Pedro Alves  <pedro@codesourcery.com>
6257
6258         * gdb.texinfo (File Options): Remove mention of the attempt to
6259         open a core file with the -p option.  Don't list -c as a valid
6260         option to attach to a process.
6261
6262 2008-01-05  Pedro Alves  <pedro@codesourcery.com>
6263
6264         * gdbint.texinfo (Host Conditionals): Remove mention of
6265         ALIGN_STACK_ON_ENTRY.
6266
6267 2008-01-05  Joel Brobecker  <brobecker@adacore.com>
6268
6269         * gdbint.texinfo (Start of New Year Procedure): Add item
6270         describing how to update the source and documentation copyright
6271         notices.
6272
6273 2007-12-18  Jim Blandy  <jimb@codesourcery.com>
6274
6275         * gdb.texinfo (Set Watchpoints): Integrate per-thread
6276         watchpoint explanation into the main description of the watchpoint
6277         command; update synopses of 'watch', 'rwatch', and 'awatch'
6278         commands.
6279
6280 2007-12-18  Vladimir Prus  <vladimir@codesourcery.com>
6281
6282         * gdb.texinfo (Miscellaneous gdb/mi Commands):
6283         Document 'pending-breakpoints' feature of
6284         -list-features.
6285
6286 2007-12-17  Luis Machado  <luisgpm@br.ibm.com>
6287
6288         * gdb.texinfo: Add new parameter's description.
6289
6290 2007-12-16  Daniel Jacobowitz  <dan@codesourcery.com>
6291
6292         * gdb.texinfo (Overview): Clarify run-length encoding
6293         example.  Remove the restriction on "+" and "-" characters.
6294
6295 2007-12-15  Eli Zaretskii  <eliz@gnu.org>
6296
6297         * gdb.texinfo (Host I/O Packets): Fix xref syntax.
6298
6299 2007-12-14  Vladimir Prus  <vladimir@codesourcery.com>
6300
6301         * gdb.texinfo (GDB/MI Breakpoint Commands): Document
6302         the -f option for -break-insert, remove -r option,
6303         and clarify specification of location.
6304
6305 2007-11-30  Daniel Jacobowitz  <dan@codesourcery.com>
6306
6307         * gdb.texinfo (Debugging Programs with Multiple Processes): Correct
6308         formatting.
6309         (Remote Debugging): Add File Transfer section.
6310         (Remote Configuration): Document Host I/O packets.
6311         (GDB/MI): Add GDB/MI File Transfer Commands section.
6312         (Host I/O Packets): New section in "Remote Protocol".
6313         (Packets): Add vFile.
6314
6315 2007-11-17  Eli Zaretskii  <eliz@gnu.org>
6316
6317         * gdb.texinfo (Set Breaks, Disabling): Clarify behavior of
6318         breakpoints with multiple locations.
6319         (Breakpoint Menus): Improve wording.
6320         (Output): Fix last change.
6321
6322 2007-11-17  Ulrich Weigand  <uweigand@de.ibm.com>
6323
6324         * Makefile.in (Makefile): Do not depend on target_makefile_frag.
6325
6326 2007-11-15  Doug Evans  <dje@google.com>
6327
6328         * gdb.texinfo (Symbols): Update output of "maint info symtabs".
6329
6330 2007-11-15  Vladimir Prus  <vladimir@codesourcery.com>
6331
6332         * gdbint.texinfo (Native Conditionals): Remove
6333         mention of CLEAR_SOLIB.
6334
6335 2007-11-11  Joel Brobecker  <brobecker@adacore.com>
6336
6337         * gdb.texinfo (Print Settings): Add documentation for "set/show
6338         print frame-arguments".
6339
6340 2007-11-05  Luis Machado  <luisgpm@br.ibm.com>
6341
6342         * gdb.texinfo (Output): Update printf command's description.
6343
6344 2007-10-30  Daniel Jacobowitz  <dan@codesourcery.com>
6345
6346         * gdb.texinfo (PowerPC): Document "set powerpc vector-abi" and "set
6347         powerpc soft-float".
6348
6349 2007-10-24  Daniel Jacobowitz  <dan@codesourcery.com>
6350
6351         * gdb.texinfo (Files): Correct formatting.  Mention Expat
6352         requirement.
6353         (Requirements for Building GDB): Expand the list of Expat
6354         uses.
6355         (Library List Format, Memory Map Format): Mention Expat.
6356         (Target Descriptions): Update Expat wording.
6357
6358 2007-10-24  Daniel Jacobowitz  <dan@codesourcery.com>
6359
6360         * gdbint.texinfo (Register and Memory Data, Target Conditionals):
6361         Document that gdbarch_convert_register_p should return zero for no-op
6362         conversions.
6363
6364 2007-10-22  Ulrich Weigand  <uweigand@de.ibm.com>
6365
6366         * gdbint.texi (Compiler Characteristics): Move documentation
6367         of set_gdbarch_sofun_address_maybe_missing back to ...
6368         (Target Conditionals): ... here to fix build break.
6369
6370 2007-10-19  Ulrich Weigand  <uweigand@de.ibm.com>
6371
6372         * gdbint.texi (Target Conditionals): Remove documentation of
6373         SOFUN_ADDRESS_MAYBE_MISSING, replaced by ...
6374         (Compiler Characteristics): ... documentation of
6375         set_gdbarch_sofun_address_maybe_missing.
6376
6377 2007-10-17  Daniel Jacobowitz  <dan@codesourcery.com>
6378
6379         * gdbint.texinfo (Target Conditionals): Use
6380         frame_unwind_register_unsigned in examples instead of
6381         frame_unwind_unsigned_register.
6382
6383 2007-10-15  Daniel Jacobowitz  <dan@codesourcery.com>
6384
6385         * gdb.texinfo (Predefined Target Types): Add int128
6386         and uint128.
6387         (Standard Target Features): Add PowerPC features.
6388
6389 2007-10-15  Daniel Jacobowitz  <dan@codesourcery.com>
6390
6391         * gdb.texinfo (Maintenance Commands): Document "maint print c-tdesc".
6392
6393 2007-10-12  Ulrich Weigand  <uweigand@de.ibm.com>
6394
6395         * gdbint.texi (Target Conditionals): Remove documentation
6396         of and references to DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS,
6397         gdbarch_extract_return_value, and gdbarch_store_return_value.
6398
6399 2007-10-12  Ulrich Weigand  <uweigand@de.ibm.com>
6400
6401         * gdbint.texi (Target Conditionals): Remove documentation of
6402         and references to DEPRECATED_REG_STRUCT_HAS_ADDR.
6403
6404 2007-10-11  Kazu Hirata  <kazu@codesourcery.com>
6405
6406         * gdb.texinfo: Mention that inaccessible-by-default is on by
6407         default.
6408
6409 2007-10-11  Daniel Jacobowitz  <dan@codesourcery.com>
6410
6411         * gdbint.texinfo (Target Conditionals): Remove VARIABLES_INSIDE_BLOCK.
6412
6413 2007-09-30  Daniel Jacobowitz  <dan@codesourcery.com>
6414
6415         * gdb.texinfo (Setting Watchpoints): Adjust warning text about
6416         multi-threaded watchpoints.
6417         * gdbint.texinfo (Watchpoints): Describe how watchpoints are
6418         checked.  Describe sticky notification.  Expand description
6419         of steppable and continuable watchpoints.
6420         (Watchpoints and Threads): New subsection.
6421
6422 2007-09-28  Vladimir Prus  <vladimir@codesourcery.com>
6423
6424         * gdb.texinfo (Setting Breakpoints): Revise
6425         documentation for pending breakpoints.  Document
6426         breakpoints with multiple locations.
6427
6428 2007-09-19  Vladimir Prus  <vladimir@codesourcery.com>
6429
6430         * gdb.texinfo (Miscellaneous gdb/mi Commands):
6431         Document -list-features.
6432
6433 2007-09-15  Eli Zaretskii  <eliz@gnu.org>
6434
6435         * gdb.texinfo (Output): Spell out which features of C's printf are
6436         not supported by GDB's printf.
6437         (Separate Debug Files): More accurate wording regarding build ID
6438         and a reference to the ld manual rather than the Fedora wiki.
6439
6440 2007-09-04  Daniel Jacobowitz  <dan@codesourcery.com>
6441             Jim Blandy  <jimb@codesourcery.com>
6442
6443         * gdb.texinfo (Output Formats): Update 'c' description.  Describe 's'.
6444         (Examining Memory): Update mentions of the 's' format.
6445         (Automatic Display): Likewise.
6446
6447 2007-09-02  Daniel Jacobowitz  <dan@codesourcery.com>
6448
6449         * gdb.texinfo: Update the FSF's Back-Cover Text.
6450
6451 2007-09-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
6452             Eli Zaretskii  <eliz@gnu.org>
6453
6454         * gdb.texinfo (Separate Debug Files): Cosmetic quoting removal.
6455         Fixed the ``build ID'' name.  New binaries build instructions for the
6456         build ID inclusion.  Explain how the commands are specific to the build
6457         ID vs. debug link.
6458
6459 2007-09-01  Eli Zaretskii  <eliz@gnu.org>
6460
6461         * gdb.texinfo (Separate Debug Files): Fix last change.  Add
6462         indexing for ``build ID'' support.
6463
6464 2007-09-01  Jan Kratochvil  <jan.kratochvil@redhat.com>
6465
6466         * gdb.texinfo (Separate Debug Files): Included a BUILD ID description.
6467         Enlisted BUILD ID to the debug file searching example.
6468         Included a BUILD ID `.note.gnu.build-id' section description.
6469         Updated/added the debug files splitting instructions for OBJCOPY.
6470
6471 2007-08-31  Vladimir Prus  <vladimir@codesourcery.com>
6472
6473         * gdb.texinfo (Variable Objects): Adjust docs
6474         for -var-info-expression and document
6475         -var-info-path-expression.
6476
6477 2007-08-20  Jim Blandy  <jimb@codesourcery.com>
6478
6479         * gdb.texinfo (Top): Dedicate manual to the memory of Fred Fish.
6480         (title page): Include the dedication in the printed manual, as a
6481         separate page after the copyright notice.
6482
6483         * gdb.texinfo (The F Reply Packet): Avoid confusing texi2html:
6484         don't break a @var across a line.
6485
6486 2007-07-25  Maciej W. Rozycki  <macro@mips.com>
6487
6488         * Makefile.in (MAKEHTMLFLAGS): Also search the current directory
6489         for include files.
6490
6491 2007-07-12  Nick Roberts  <nickrob@snap.net.nz>
6492
6493         * gdb.texinfo (Server Prefix): New node.  Adapt from existing node
6494         in annotate.texinfo.
6495         (Command History): Link to new node.
6496
6497 2007-07-05  Markus Deuling  <deuling@de.ibm.com>
6498
6499         * gdbint.texinfo (PC_LOAD_SEGMENT): Remove description.
6500
6501 2007-07-05  Eli Zaretskii  <eliz@gnu.org>
6502
6503         * gdbint.texinfo (Target Conditionals): Fix last change.
6504
6505 2007-07-03  Markus Deuling  <deuling@de.ibm.com>
6506
6507         * gdb.texinfo: Replace following macros by their appropriate gdbarch
6508         routines:
6509         (TARGET_CHAR_SIGNED, CALL_DUMMY_LOCATION, CANNOT_FETCH_REGISTER)
6510         (CANNOT_STORE_REGISTER, GET_LONGJMP_TARGET, POINTER_TO_ADDRESS)
6511         (ADDRESS_TO_POINTER, INNER_THAN, FRAME_NUM_ARGS)
6512         (HAVE_NONSTEPPABLE_WATCHPOINT, TARGET_SHORT_BIT, TARGET_INT_BIT)
6513         (TARGET_LONG_BIT, TARGET_LONG_LONG_BIT, TARGET_FLOAT_BIT)
6514         (TARGET_DOUBLE_BIT, TARGET_LONG_DOUBLE_BIT, TARGET_PTR_BIT
6515         (TARGET_ADDR_BIT, SP_REGNUM, PC_REGNUM, PS_REGNUM, FP0_REGNUM)
6516         (STAB_REG_TO_REGNUM, ECOFF_REG_TO_REGNUM, DWARF_REG_TO_REGNUM)
6517         (SDB_REG_TO_REGNUM, DWARF2_REG_TO_REGNUM, BELIEVE_PCC_PROMOTION)
6518         (CONVERT_REGISTER_P, REGISTER_TO_VALUE, VALUE_TO_REGISTER)
6519         (POINTER_TO_ADDRESS, ADDRESS_TO_POINTER, EXTRACT_RETURN_VALUE)
6520         (STORE_RETURN_VALUE, SKIP_PROLOGUE, MEMORY_INSERT_BREAKPOINT)
6521         (BREAKPOINT_FROM_PC, MEMORY_REMOVE_BREAKPOINT, DECR_PC_AFTER_BREAK)
6522         (ADDR_BITS_REMOVE, TARGET_PRINT_INSN, SKIP_TRAMPOLINE_CODE)
6523         (IN_SOLIB_RETURN_TRAMPOLINE, NAME_OF_MALLOC, ADDRESS_CLASS_TYPE_FLAGS)
6524         (ADDRESS_CLASS_TYPE_FLAGS_TO_NAME, ADDRESS_CLASS_TYPE_FLAGS_P).
6525         (ADDRESS_CLASS_NAME_to_TYPE_FLAGS, ADJUST_BREAKPOINT_ADDRESS)
6526         (PRINT_FLOAT_INFO, PRINT_VECTOR_INFO, INTEGER_TO_ADDRESS)
6527         (SKIP_PERMANENT_BREAKPOINT, TARGET_VIRTUAL_FRAME_POINTER)
6528         (SOFTWARE_SINGLE_STEP_P)
6529
6530         (push_dummy_call, stabs_argument_has_addr, unwind_sp, unwind_pc)
6531         (print_registers_info, push_dummy_code, unwind_dummy_id): Rework
6532
6533         (REGISTER_CONVERT_TO_TYPE, END_OF_TEXT_DEFAULT, GDB_MULTI_ARCH)
6534         (GDB_TARGET_IS_HPPA, DEPRECATED_GET_SAVED_REGISTER)
6535         (SYMBOLS_CAN_START_WITH_DOLLAR, DEPRECATED_INIT_EXTRA_FRAME_INFO)
6536         (DEPRECATED_INIT_FRAME_PC, DEPRECATED_SIGTRAMP_START)
6537         (IN_SOLIB_CALL_TRAMPOLINE, NO_HIF_SUPPORT, REGISTER_CONVERTIBLE)
6538         (DEPRECATED_REGISTER_RAW_SIZE, PARM_BOUNDARY, DEPRECATED_STACK_ALIGN)
6539         (PROLOGUE_FIRSTLINE_OVERLAP, DEPRECATED_POP_FRAME, STEP_SKIPS_DELAY)
6540         (TARGET_COMPLEX_BIT, TARGET_DOUBLE_COMPLEX_BIT)
6541         (OS9K_VARIABLES_INSIDE_BLOCK, KERNEL_U_ADDR, KERNEL_U_ADDR_HPUX)
6542         (REGISTER_U_ADDR, U_REGS_OFFSET, DEBUG_PTRACE): Remove description.
6543
6544         (Converting an existing Target Architecture to Multi-arch): Remove
6545          section.
6546
6547         (gdbarch_unwind_pc, gdbarch_unwind_sp): Renew code example.
6548         (gdbarch_addr_bits_remove): Add code example.
6549
6550         * gdb.texinfo: Replace REGISTER_NAME by gdbarch_register_name.
6551
6552 2007-07-02  Daniel Jacobowitz  <dan@codesourcery.com>
6553
6554         * gdb.texinfo (Remote Configuration): Document library-info-packet.
6555         Add other missing entries.  Adjust the table size to fit.
6556         (Stop Reply Packets): Use @itemize instead of @enumerate.  Document
6557         stop reasons including the new "library" event.
6558         (General Query Packets): Adjust table widths for qSupported.  Mention
6559         qXfer:libraries:read reply to qSupported and document the new packet.
6560         (Library List Format): New section.
6561
6562 2007-07-01  Jan Kratochvil  <jan.kratochvil@redhat.com>
6563
6564         * gdb.texinfo (Attach): Fixed GDB exit inferior detachment.
6565
6566 2007-06-28  Michael Snyder  <msnyder@svkmacdonelllnx>
6567
6568         * gdbint.texinfo (Table, Tuple and List Functions) Fix typo.
6569
6570 2007-06-25  Nick Roberts  <nickrob@snap.net.nz>
6571
6572         * gdbint.texinfo (Register and Memory Data): Break sections
6573         into nodes and add a menu.
6574
6575 2007-06-21  Maciej W. Rozycki  <macro@mips.com>
6576
6577         * gdb.texinfo (Examining Memory): Document the new behaviour.
6578
6579 2007-06-21  Vladimir Prus  <vladimir@codesourcery.com>
6580
6581         * gdb.texinfo (Standard Target Features): Document
6582         m68k features.
6583
6584 2007-06-18  Daniel Jacobowitz  <dan@codesourcery.com>
6585
6586         * gdb.texinfo (General Query Packets): Document qOffsets changes.
6587
6588 2007-06-13  Daniel Jacobowitz  <dan@codesourcery.com>
6589
6590         * gdb.texinfo (Target Description Format): Add version attribute
6591         for <target>.
6592
6593 2007-06-13  Daniel Jacobowitz  <dan@codesourcery.com>
6594
6595         * gdb.texinfo (MIPS Features): Document org.gnu.gdb.mips.linux.
6596
6597 2007-06-13  Daniel Jacobowitz  <dan@codesourcery.com>
6598
6599         * gdb.texinfo (MIPS Features): New subsection.
6600
6601 2007-06-12  Ulrich Weigand  <uweigand@de.ibm.com>
6602             Markus Deuling  <deuling@de.ibm.com>
6603
6604         * gdb.texinfo (General Query Packets): Document qXfer:spu:read
6605         and qXfer:spu:write packets and mention them under qSupported.
6606
6607 2007-06-12  Ulrich Weigand  <uweigand@de.ibm.com>
6608             Markus Deuling  <deuling@de.ibm.com>
6609
6610         * gdb.texinfo (Architectures): Add new SPU section to document
6611         Cell Broadband Engine SPU architecture specific commands.
6612
6613 2007-06-09  Vladimir Prus  <vladimir@codesourcery.com>
6614
6615         * gdb.texinfo (GDB/MI Variable Objects): Editorial
6616         comments.
6617
6618 2007-06-07  Nick Roberts  <nickrob@snap.net.nz>
6619
6620         * gdb.texinfo (Emacs): Describe GDB under Emacs 22.1.
6621
6622 2007-05-29  Jim Blandy  <jimb@codesourcery.com>
6623
6624         * gdb.texinfo (Overview): Doc fix.
6625
6626 2007-05-22  Maciej W. Rozycki  <macro@mips.com>
6627
6628         * gdb.texinfo (Remote Configuration): Document "set/show
6629         remoteflow".
6630
6631 2007-05-16  Daniel Jacobowitz  <dan@codesourcery.com>
6632
6633         * gdb.texinfo (MIPS): Remove documentation for set mips
6634         saved-gpreg-size, show mips saved-gpreg-size, and set mips
6635         stack-arg-size.
6636
6637 2007-05-14  Bob Wilson  <bob.wilson@acm.org>
6638
6639         * all-cfg.texi (GDBTUI): New.
6640         * gdb.texinfo (Mode Options): Use GDBTUI variable.
6641         (TUI, TUI Overview, TUI Keys, TUI Single Key Mode, TUI Commands)
6642         (TUI Configuration): Edit to improve clarity and fix problems of
6643         both style and content.
6644
6645 2007-05-11  Ulrich Weigand  <uweigand@de.ibm.com>
6646
6647         * observer.texi (GDB Observers): New observer "new_objfile".
6648
6649 2007-05-08  Ulrich Weigand  <uweigand@de.ibm.com>
6650
6651         * gdbint.texinfo (Native Conditionals): Remove USE_PROC_FS.
6652
6653 2007-04-14  Vladimir Prus  <vladimir@codesourcery.com>
6654
6655         * gdb.texinfo (GDB/MI Variable Objects): Document
6656         frozen variables objects.
6657
6658 2007-04-13  Daniel Jacobowitz  <dan@codesourcery.com>
6659
6660         * gdb.texinfo (Memory): Reference Remote Debugging chapter.
6661         (Character Sets, Caching Data of Remote Targets): Likewise.
6662         (Targets): Delete Remote node.  Move its text...
6663         (Debugging Remote Programs): ...to here.  Delete description
6664         of the "remote" command.
6665         (Remote configuration): Delete description of "set remotedevice"
6666         and "show remotedevice".
6667         (Embedded Processors): Delete H8/300, H8/500, and SH nodes.
6668
6669 2007-04-11  Bob Wilson  <bob.wilson@acm.org>
6670
6671         * gdb.texinfo (Contributors, Continuing and Stepping)
6672         (Fortran Defaults, HPPA, TUI, TUI Commands, Configure Options)
6673         (General Query Packets, File-I/O Remote Protocol Extension)
6674         (Protocol Basics, The F Reply Packet, Write)
6675         (Protocol-specific Representation of Datatypes, Memory Transfer):
6676         Fix hyphenation, punctuation and grammar problems.
6677         (Cygwin Native): Likewise.  Also fix misuse of @pxref and use
6678         'section' instead of 'subsection' in the text.
6679         (Non-debug DLL Symbols): Avoid 'subsubsection' in the text.
6680         (i386): Remove period from section name.
6681         (Installing GDB, Requirements, Running Configure,  Separate Objdir)
6682         (Config Names, Configure Options): Use @file{configure}.
6683
6684 2007-04-11  Daniel Jacobowitz  <dan@codesourcery.com>
6685
6686         * gdbint.texinfo (Writing Tests): Mention gdb_test_multiple
6687         and tab expansion.
6688
6689 2007-04-10  Daniel Jacobowitz  <dan@codesourcery.com>
6690
6691         * gdbint.texinfo (SOM): Correct location of the SOM reader.
6692
6693 2007-04-02  Bob Wilson  <bob.wilson@acm.org>
6694
6695         * gdb.texinfo: Consistently capitalize all significant words in
6696         node names, chapter titles, section titles, and headings.  Update
6697         cross references to match.
6698         (Starting and Stopping Trace Experiment): Make node name plural.
6699         (Breakpoint related warnings): Hyphenate "Breakpoint-related".
6700
6701 2007-03-30  Pedro Alves  <pedro_alves@portugalmail.pt>
6702
6703         * gdb.texinfo (WinCE): Delete obsolete subsection.
6704
6705 2007-03-30  Daniel Jacobowitz  <dan@codesourcery.com>
6706
6707         * gdb.texinfo (M68K): Remove obsolete ROM monitors.
6708         * gdbint.texinfo (DWARF 1): Delete section and other dwarfread.c
6709         references.
6710
6711 2007-03-30  Daniel Jacobowitz  <dan@codesourcery.com>
6712
6713         * gdb.texinfo (Startup): Delete references to some alternate
6714         names for .gdbinit.
6715         (Thread): Remove LynxOS reference.
6716         (Tandem ST2000): Delete target-specific documentation.
6717         * gdbint.texinfo (Symbol Handling): Remove mention of NLM.
6718         (Target Architecture Definition): Remove mention of GDB_OSABI_NETWARE
6719         and GDB_OSABI_LYNXOS.
6720
6721 2007-03-29  Ulrich Weigand  <uweigand@de.ibm.com>
6722
6723         * gdbint.texi (Native Conditionals): Remove PTRACE_ARG3_TYPE.
6724
6725 2007-03-27  Ulrich Weigand  <uweigand@de.ibm.com>
6726
6727         * gdbint.texinfo (Target Conditionals): Remove mention of
6728         DEPRECATED_REMOTE_BREAKPOINT, DEPRECATED_BIG_REMOTE_BREAKPOINT,
6729         and DEPRECATED_LITTLE_REMOTE_BREAKPOINT.
6730
6731 2007-03-27  Brooks Moses  <brooks.moses@codesourcery.com>
6732
6733         * Makefile.in: Add "pdfdir" installation
6734         directory, PDFTEX macro, support for "install-pdf" target,
6735         and rules for making a pdf version of refcard.texi.
6736         * refcard.tex: Specify paper size for PDF output.
6737
6738 2007-03-26  Bob Wilson  <bob.wilson@acm.org>
6739
6740         * gdb.texinfo (Omissions from Ada, Additions to Ada): Wrap long lines.
6741
6742 2007-03-26  Bob Wilson  <bob.wilson@acm.org>
6743
6744         * gdb.texinfo (Invoking GDB): Use @value{GDBP}.
6745         (Source Path, Character Sets, Macros, Define)
6746         (GDB/MI Result Records, GDB/MI Simple Examples)
6747         (GDB/MI Program Execution, GDB/MI File Commands)
6748         (Maintenance Commands, Packets, File-I/O Overview): Use @value{GDBN}.
6749         (Bug Reporting): Use @value{GCC}.
6750
6751 2007-03-26  Bob Wilson  <bob.wilson@acm.org>
6752
6753         * gdb.texinfo (Help): Fix formatting of examples.
6754         (Variables): Use @ifnotinfo instead of @iftex.
6755         (Non-debug DLL symbols): Use @ref instead of @pxref.
6756         (Sparclet File): Use @samp instead of quotes.
6757
6758 2007-03-26  Bob Wilson  <bob.wilson@acm.org>
6759
6760         * gdb.texinfo (Variables, C): Update cross reference to GCC docs.
6761
6762 2007-03-26  Bob Wilson  <bob.wilson@acm.org>
6763
6764         * gdb.texinfo (Top): Move TUI and Annotations menu entries to match
6765         the order of the nodes.
6766         (C Operators, C Constants, Debugging C): Remove extra menus.
6767         (Method Names in Commands): Do not specify next/prev/up nodes.
6768
6769 2007-03-26  Bob Wilson  <bob.wilson@acm.org>
6770
6771         * gdb.texinfo (File Options): Add missing parenthesis.
6772         (Breakpoints, Special Fortran commands, PowerPC): Fix typos.
6773
6774 2007-02-26  Daniel Jacobowitz  <dan@codesourcery.com>
6775
6776         * gdb.texinfo (Monitor commands for gdbserver): New subsection.
6777
6778 2007-02-26  Daniel Jacobowitz  <dan@codesourcery.com>
6779
6780         * gdb.texinfo (Standard Target Features): Mention
6781         case insensitivity.
6782         (ARM Features): Describe org.gnu.gdb.xscale.iwmmxt.
6783
6784 2007-02-18  Nick Roberts  <nickrob@snap.net.nz>
6785
6786         * gdb.texinfo (Top): Put Appendix A after numbered sections.
6787         (Files): Add section name to argument list for pxref.
6788         (Non-debug DLL symbols): Don't use `see' for pxref.
6789         (Embedded Processors): Fix typo.
6790         (GDB/MI Breakpoint Commands): Execution commands generate
6791         *stopped not ^done.
6792
6793 2007-02-13  Nick Roberts  <nickrob@snap.net.nz>
6794
6795         * gdb.texinfo (GDB/MI Variable Objects): Describe meanings of
6796         values for in_scope.  Mention that only root variables can be
6797         updated.
6798         (GDB/MI Development and Front Ends): Explain new values may be
6799         added to existing fields.
6800
6801 2007-02-08  Daniel Jacobowitz  <dan@codesourcery.com>
6802
6803         * gdb.texinfo (-target-disconnect): Use @smallexample.
6804         (Requirements): Add anchor for Expat.  Update description.
6805         (Target Descriptions): Mention Expat.
6806         (Target Description Format): Document new elements.  Use
6807         @smallexample.
6808         (Predefined Target Types, Standard Target Features): New sections.
6809         * gdbint.texinfo (Target Descriptions): New section.
6810
6811 2007-02-07  Daniel Jacobowitz  <dan@codesourcery.com>
6812
6813         * gdb.texinfo (Target Description Format): Add section on XInclude.
6814
6815 2006-02-03  Nick Roberts  <nickrob@snap.net.nz>
6816
6817         * gdb.texinfo (GDB/MI Miscellaneous Commands): Describe the new
6818         command -enable-timings.
6819
6820 2007-02-02  Markus Deuling  <deuling@de.ibm.com>  (tiny change)
6821
6822         * gdbint.texinfo (Operation System ABI Variant Handling): Update
6823         descriptions for new/deleted elements in gdb_osabi.  Add missing
6824         description for function generic_elf_osabi_sniff_abi_tag_sections.
6825
6826 2007-01-29  Joel Brobecker  <brobecker@adacore.com>
6827
6828         * gdb.texinfo (Maintenance Commands): Add documentation for
6829         the new "maint print target-stack" command.
6830
6831 2007-01-26  Jan Kratochvil <jan.kratochvil@redhat.com>
6832             Eli Zaretskii  <eliz@gnu.org>
6833
6834         * gdb.texinfo: Describe CHAR array vs. string identification rules.
6835
6836 2007-01-26  Eli Zaretskii  <eliz@gnu.org>
6837
6838         * gdb.texinfo (Compilation, Files, Bootstrapping, Bug Reporting):
6839         Use @value{NGCC} instead of @value{GCC}.
6840
6841 2007-01-20  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
6842
6843         * agentexpr.texi: Fix typos.
6844         * annotate.texinfo: Likewise.
6845         * gdb.texinfo: Likewise.
6846         * gdbint.texinfo: Likewise.
6847         * observer.texi: Likewise.
6848         * stabs.texinfo: Likewise.
6849
6850 2007-01-20  Markus Deuling  <deuling@de.ibm.com>  (tiny change)
6851
6852         * gdbint.texinfo (Support Libraries): Remove mmalloc
6853         entry.  Describe readline library.
6854
6855 2007-01-09  Daniel Jacobowitz  <dan@codesourcery.com>
6856
6857         * gdb.texinfo (Target Descriptions): New section.
6858         (General Query Packets): Add QPassSignals anchor.  Mention
6859         qXfer:features:read under qSupported.  Expand mentions of
6860         qXfer:memory-map:read and QPassSignals.  Document
6861         qXfer:features:read.
6862
6863 2007-01-08  Daniel Jacobowitz  <dan@codesourcery.com>
6864
6865         * gdb.texinfo (Commands to specify files): Describe
6866         "set sysroot" and "show sysroot".
6867         (Using the `gdbserver' program): Lowercase argument
6868         to @var.  Expand description of setting up GDB on the
6869         host.
6870
6871 2007-01-05  Joel Brobecker  <brobecker@adacore.com>
6872
6873         * gdb.texinfo (Set Catchpoints): Add documentation for the new
6874         catch exception, catch exception unhandled, and catch assert
6875         commands.
6876
6877 2007-01-04  Daniel Jacobowitz  <dan@codesourcery.com>
6878
6879         * gdb.texinfo (Debugging Output): Document "set debug xml"
6880         and "show debug xml".
6881
6882 2007-01-04  Daniel Jacobowitz  <dan@codesourcery.com>
6883
6884         * gdbint.texinfo (Compiler Warnings): Update for -Wall use.
6885
6886 2007-01-01  Joel Brobecker  <brobecker@adacore.com>
6887
6888         * gdbint.texinfo (Start of New Year Procedure): Add missing item.
6889
6890 2006-12-08  Vladimir Prus  <vladimir@codesourcery.com>
6891
6892         * gdb.texinfo (GDB/MI Variable Objects): Wrap historical
6893         note in @ignore, to be removed later if nobody complains.
6894
6895 2006-12-04  Nick Roberts  <nickrob@snap.net.nz>
6896
6897         * gdb.texinfo (GDB/MI Variable Objects): Describe -c option
6898         of -var-delete.
6899
6900 2006-11-22  Vladimir Prus  <vladimir@codesourcery.com>
6901
6902         * gdb.texinfo (Setting breakpoints): Document
6903         automatic software/hardware breakpoint usage and
6904         the "set breakpoint auto-hw" command.
6905
6906 2006-11-21  Vladimir Prus  <vladimir@codesourcery.com>
6907
6908         * gdb.texinfo (Memory Access Checking): New.
6909
6910 2006-11-16  Daniel Jacobowitz  <dan@codesourcery.com>
6911
6912         * gdb.texinfo (Remote configuration): Mention
6913         "pass-signals-packet".
6914         (General Query Packets): Document QPassSignals.  Fix
6915         a typo.
6916
6917 2006-11-14  Maxim Grigoriev  <maxim@tensilica.com>
6918
6919         * gdb.texinfo (Contributors): Add contributors of Xtensa port.
6920
6921 2006-11-14  Daniel Jacobowitz  <dan@codesourcery.com>
6922
6923         * gdb.texinfo (Remote configuration): Rewrite documentation for
6924         packet configuration commands.
6925         (OS Information): Adjust reference to qXfer:auxv:read.
6926         (General Query Packets): Remove references to read-aux-vector-packet
6927         and set remote get-thread-local-storage-address.
6928
6929 2006-11-10  Daniel Jacobowitz  <dan@codesourcery.com>
6930
6931         * gdbint.texinfo (Target Architecture Definition): Add new
6932         Initializing a New Architecture section.
6933
6934 2006-10-31  David Taylor  <dtaylor@emc.com>
6935
6936         * stabs.texinfo (Macro define and undefine): New node describing
6937         stabs for #define and #undef.
6938
6939 2006-10-27  Andreas Schwab  <schwab@suse.de>
6940
6941         * gdb.texinfo (Processes): Rename "detach-fork" to "detach fork".
6942
6943 2006-10-21  Eli Zaretskii  <eliz@gnu.org>
6944
6945         * gdb.texinfo (Breakpoints, Set Watchpoints): Elaborate and
6946         clarify on the possible meanings of ``expression'' watched by
6947         watchpoints.  Add indexing.
6948         (Prompting, Errors, Invalidation, Annotations for Running)
6949         (Source Annotations): Fix index entries by adding "annotation" to
6950         them, to discriminate from index entries that point to the more
6951         general topic descriptions.
6952
6953 2006-10-17  Daniel Jacobowitz  <dan@codesourcery.com>
6954
6955         * gdbint.texinfo (Target Vector Definition): Move most
6956         content into Existing Targets.  Add a menu.
6957         (Existing Targets): New section, moved from Target Vector
6958         Definition.  Use @subsection.
6959         (Managing Execution State): New section.
6960
6961 2006-10-16  Bob Wilson  <bob.wilson@acm.org>
6962
6963         * gdb.texinfo (ST2000): Use Ctrl- instead of C-.
6964
6965 2006-10-15  Eli Zaretskii  <eliz@gnu.org>
6966
6967         * gdb.texinfo (Sample Session, Invocation, Quitting GDB)
6968         (Command Syntax, Signals, Backtrace, Connecting)
6969         (Remote configuration, Renesas Boards, Console I/O): Fix last
6970         change: use Ctrl- instead of C-, except wrt Emacs.
6971         (File-I/O Examples): Put Ctrl-c in @kbd.
6972         (Cygwin Native, File-I/O Overview, The Ctrl-C message)
6973         (Console I/O): Use @samp with Ctrl-.
6974         (Signals, Set Breaks, Set Watchpoints): Document optional
6975         arguments to `info signals'  `handle', `info breakpoints', and
6976         `info watchpoints'.
6977
6978 2006-10-14  Eli Zaretskii  <eliz@gnu.org>
6979
6980         * gdb.texinfo (Backtrace): Fix last change.
6981
6982 2006-10-14  Nick Roberts  <nickrob@snap.net.nz>
6983
6984         * gdb.texinfo (Backtrace): Order correctly and add other cases.
6985
6986 2006-10-10  Bob Wilson  <bob.wilson@acm.org>
6987
6988         * gdb.texinfo (Command Syntax, Connecting, Remote configuration)
6989         (Renesas Boards, ST2000, TUI Keys, TUI Single Key Mode)
6990         (TUI Commands, Emacs, Console I/O): Fix @key and @kbd usage.
6991
6992 2006-09-21  Vladimir Prus  <vladimir@codesourcery.com>
6993             Daniel Jacobowitz  <dan@codesourcery.com>
6994
6995         * gdb.texinfo (Packets): Document vFlashErase,
6996         vFlashWrite and vFlashDone packets.
6997         (General Query Packets): Document qXfer:memory-map:read.
6998         Add a new feature for qXfer:memory-map:read.
6999         (Memory map format): New section.
7000         (Target Commands): Mention that gdb can write flash.
7001
7002 2006-09-21  Vladimir Prus  <vladimir@codesourcery.com>
7003             Daniel Jacobowitz  <dan@codesourcery.com>
7004
7005         * gdb.texinfo (Memory Region Attributes): Mention target-supplied
7006         memory regions and "mem auto".
7007
7008 2006-09-21  Nathan Sidwell  <nathan@codesourcery.com>
7009
7010         * gdbint.texinfo (Array Containers): New section.
7011
7012 2006-09-17  Vladimir Prus  <vladimir@codesourcery.com>
7013
7014         * gdb.texinfo (GDB/MI Stack Manipulation): Mention that
7015         -stack-list-arguments HIGH_FRAME argument can be larger then the
7016         actual number of frames.
7017
7018 2006-09-07  Vladimir Prus  <vladimir@codesourcery.com>
7019
7020         * gdb.texinfo (GDB/MI Stack Manipulation): Mention that
7021         -stack-list-locals HIGH_FRAME argument can be larger then the
7022         actual number of frames.
7023
7024 2006-09-02  Bob Wilson  <bob.wilson@acm.org>
7025
7026         * gdb.texinfo (Packets, Stop Reply Packets, General Query Packets,
7027         Register Packet Format, Tracepoint Packets): Fix spelling errors.
7028
7029 2006-09-02  Eli Zaretskii  <eliz@gnu.org>
7030
7031         * gdbint.texinfo (Overall Structure): New section "Source Tree
7032         Structure".
7033
7034 2006-08-17  Jim Blandy  <jimb@codesourcery.com>
7035
7036         * gdb.texinfo (Stop Reply Packets): Note similarity of 'S' and 'T'
7037         responses.
7038
7039 2006-08-08  Joel Brobecker  <brobecker@adacore.com>
7040
7041         * gdb.texinfo (Source Path): Add documentation for new
7042         substitute-path commands.
7043
7044 2006-08-08  Daniel Jacobowitz  <dan@codesourcery.com>
7045
7046         * gdb.texinfo (Installing GDB): Update menu.  Move text to...
7047         (Running Configure): ...here.
7048         (Requirements): New node.  Mention expat.
7049
7050 2006-08-08  Vladimir Prus  <vladimir@codesourcery.com>
7051
7052         * gdb.texinfo (Target Commands): Remove
7053         'set download-write-size' and 'show download-write-size'.
7054
7055 2006-08-01  Daniel Jacobowitz  <dan@codesourcery.com>
7056
7057         * stabs.texinfo (Member Type Descriptor): Correct example for
7058         pointer to member types.
7059
7060 2006-07-21  Andrew Stubbs  <andrew.stubbs@st.com>
7061
7062         * gdb.texinfo (Optional warnings and messages): Add
7063         'set/show trace-commands'.
7064         (Command files): Add '-v' to source command.
7065
7066 2006-07-12  Daniel Jacobowitz  <dan@codesourcery.com>
7067
7068         * gdb.texinfo (OS Information): Update qPart reference to
7069         qXfer.
7070         (Remote configuration): Likewise.
7071         (Overview): Move @cindex to the start of a paragraph.  Talk
7072         about binary data encoding.
7073         (Packets): Refer to the overview for the details of the X
7074         packet encoding.
7075         (General Query Packets): Remove qPart description.  Add qXfer
7076         description.  Add an anchor to qSupported.  Correct feature
7077         table title.  Add a new feature for qXfer:auxv:read.
7078         (Interrupts): Add a missing parenthesis.
7079
7080 2006-07-05  Daniel Jacobowitz  <dan@codesourcery.com>
7081
7082         * gdb.texinfo (KOD): Remove node.
7083         (GDB/MI Kod Commands): Remove commented out node.
7084
7085 2006-07-01  Eli Zaretskii  <eliz@gnu.org>
7086
7087         * gdb.texinfo (GDB/MI Output Syntax, GDB/MI Simple Examples)
7088         (GDB/MI Breakpoint Commands, GDB/MI Program Context)
7089         (GDB/MI Thread Commands, GDB/MI Program Execution)
7090         (GDB/MI Stack Manipulation, GDB/MI Variable Objects)
7091         (GDB/MI Data Manipulation, GDB/MI Symbol Query)
7092         (GDB/MI File Commands, GDB/MI Target Manipulation)
7093         (GDB/MI Miscellaneous Commands): Change (@value{GDBP})->(gdb),
7094         since the MI prompt is hard-wired into the code.
7095
7096 2006-07-01  Nick Roberts  <nickrob@snap.net.nz>
7097
7098         * gdb.texinfo (GDB/MI Compatibility with CLI): Qualify more carefully.
7099         (GDB/MI Simple Examples): Use @subheading for "A Bad Command".
7100         (GDB/MI Data Manipulation): Remove description of unimplemented
7101         display related commands as variable objects perform this function
7102         and are superior: -display-delete, -display-disable,
7103         -display-enable, -display-insert and -display-list.  Move
7104         -environment-cd, -environment-directory, -environment-path
7105         and -environment-pwd to "Program Context".
7106         (GDB/MI Program Control): Rename to "Program Execution".  Move
7107         -exec-arguments -exec-abort to...
7108         (GDB/MI Program Context): ...here.  New node split from "Data
7109          Manipulation".
7110
7111 2006-06-21  Daniel Jacobowitz  <dan@codesourcery.com>
7112
7113         * gdb.texinfo (Remote configuration): Document set / show
7114         remote supported-packets.
7115         (General Query Packets): Document qSupported packet.
7116
7117 2006-06-10  Sandra Loosemore <sandra@codesourcery.com>
7118
7119         * gdb.texinfo (File-I/O overview): Copy edit for grammar, spelling,
7120         and font markup.
7121         (Protocol basics): Likewise.
7122         (The F request packet): Likewise.
7123         (The F reply packet): Likewise.
7124         (Memory transfer): Move this node to be a subsubsection of
7125         "Protocol specific representation of datatypes".
7126         (The Ctrl-C message): More copy editing.
7127         (Console I/O): Likewise.
7128         (The isatty call): Delete this node, and merge its content into
7129         the "isatty" node.  Fixed references elsewhere.
7130         (The system call): Delete this node, and merge its content into
7131         the "system" node.  Fixed references elsewhere.
7132         (open): Reformat to use @table, and add appropriate font markup.
7133         (close): Likewise.
7134         (read): Likewise.
7135         (write): Likewise.
7136         (lseek): Likewise.
7137         (rename): Likewise.
7138         (unlink): Likewise.
7139         (stat/fstat): Likewise.
7140         (gettimeofday): Likewise.
7141         (isatty): Likewise.
7142         (system): Likewise, plus minor changes to fix confusing wording.
7143         (Integral datatypes): Fix font markup.
7144         (Pointer values): Likewise.
7145         (struct stat): Fix markup to use @table, plus minor copy editing.
7146         (struct timeval): Fix font markup, plus minor copy editing.
7147         (Constants): Minor copy editing.
7148         (Errno values): Add font markup.
7149         (File-I/O Examples): Likewise.
7150
7151 2006-06-10  Nick Roberts  <nickrob@snap.net.nz>
7152
7153         * gdb.texinfo (GDB/MI): Remove duplicate acknowledgements.
7154         (GDB/MI Simple Examples): Move node up one level.  Use real
7155         examples.
7156         (GDB/MI Compatibility with CLI): Update.
7157         (GDB/MI Result Records): Add "connected" and "exit" result
7158         classes.
7159         (GDB/MI Stream Records): Clarify target output.
7160         (GDB/MI Command Description Format): Modify example description.
7161         (GDB/MI Breakpoint Table Commands): Rename to...
7162         (GDB/MI Breakpoint Commands): ...this
7163         (GDB/MI Breakpoint Commands): Add optional thread field.
7164         (GDB/MI Program Control): Add an introduction.  Move "Program
7165         termination" examples into exec-run description.
7166         (GDB/MI File Commands): Mention similar CLI commands.
7167         (GDB/MI Miscellaneous Commands): Move to end.  Mention "show version"
7168         is similar to "-gdb-version".
7169
7170 2006-06-09  Eli Zaretskii  <eliz@gnu.org>
7171
7172         * gdb.texinfo (Symbols): Fix "(gdb)"=>"(@value{GDBP})".
7173
7174 2006-06-02  Nick Roberts  <nickrob@snap.net.nz>
7175
7176         * gdb.texinfo (GDB/MI Development and Front Ends): Use
7177         sourceware.org for mailing lists.
7178         (GDB/MI File Commands): New node split from Program Control.
7179
7180 2006-06-01  Nick Roberts  <nickrob@snap.net.nz>
7181
7182         * gdb.texinfo (GDB/MI Development and Front Ends): New node.
7183
7184 2006-05-22  Eli Zaretskii  <eliz@gnu.org>
7185
7186         * gdb.texinfo (Cygwin Native): Fix last change.
7187
7188 2006-05-22  Christopher Faylor  <cgf@timesys.com>
7189
7190         * gdb.texinfo (Cygwin Native): Document set/show cygwin-exceptions.
7191
7192 2006-05-15  Nick Roberts  <nickrob@snap.net.nz>
7193
7194         * gdbint.texinfo (Algorithms): Correct spelling and punctuation.
7195         (Releasing GDB, Testsuite): Remove details for including DejaGnu.
7196
7197 2006-05-14  Daniel Jacobowitz  <dan@codesourcery.com>
7198
7199         * gdb.texinfo (General Query Packets): Recommend not starting
7200         new packets with qC and clarify.
7201
7202 2006-05-13  Gaius Mulley  <gaius@glam.ac.uk>
7203
7204         * gdb.texinfo (M2 Types): New section.
7205
7206 2006-05-10  Daniel Jacobowitz  <dan@codesourcery.com>
7207
7208         * agentexpr.texi: Add a copyright and license notice.
7209         * observer.texi: Likewise, with GPL clause for function prototypes.
7210         Remove trailing whitespace.
7211
7212 2006-05-05  Jim Blandy  <jimb@codesourcery.com>
7213
7214         * gdb.texinfo (General Query Packets): Document conventions for
7215         terminating packet names, and their violations.
7216
7217 2006-05-05  Daniel Jacobowitz  <dan@codesourcery.com>
7218
7219         * Makefile.in (GDB_DOC_SOURCE_INCLUDES): Update for readline 5.1.
7220         * gdb.texinfo: Likewise.
7221
7222 2006-05-05  Daniel Jacobowitz  <dan@codesourcery.com>
7223
7224         * gdb.texinfo (Remote Configuration): Remove "set remotedebug"
7225         and "show remotedebug".
7226         (Debugging Output): Add additional index entries.
7227
7228 2006-04-27  Michael Snyder  <msnyder@redhat.com>
7229
7230         * gdb.texinfo (delete-fork): Command renamed to "delete fork".
7231
7232 2006-04-22  Andrew Cagney  <cagney@redhat.com>
7233
7234         * gdb.texinfo (Contributors): Credit frame unwinder contributors.
7235         * gdbint.texinfo (Algorithms): Fix errors in frame documentation.
7236
7237 2006-04-18  Daniel Jacobowitz  <dan@codesourcery.com>
7238
7239         * gdbint.texinfo (x86 Watchpoints, Target Conditionals): Update insert
7240         and remove breakpoint prototypes.
7241         (Watchpoints): Move description of target_insert_hw_breakpoint and
7242         target_remove_hw_breakpoint ...
7243         (Breakpoints): ... to here.  Document target_insert_breakpoint and
7244         target_remove_breakpoint.
7245
7246 2006-04-17  Jim Blandy  <jimb@codesourcery.com>
7247
7248         * gdb.texinfo (Packets): Note that 'addr' arguments to s, S, c,
7249         and C packets are optional.
7250
7251 2006-04-14  Frederic Riss  <frederic.riss@st.com>
7252
7253         * gdb.texinfo (Specifying source directories): Update the description
7254         of the source file search to reflect the fact that the source path
7255         always contains at least $cdir and $cwd.
7256
7257 2006-03-31  Michael Snyder  <msnyder@redhat.com>
7258
7259         * gdb.texinfo: Update copyright dates.
7260
7261 2006-03-31  Eli Zaretskii  <eliz@gnu.org>
7262
7263         * gdb.texinfo (Overview): Add an index entry to "empty response".
7264
7265 2006-03-28  Jim Blandy  <jimb@codesourcery.com>
7266
7267         * gdbint.texinfo (Prologue Analysis): New section.
7268
7269 2006-03-07  Jim Blandy  <jimb@red-bean.com>
7270
7271         * gdb.texinfo (Connecting): Document 'target remote pipe'.
7272
7273         * gdb.texinfo (Target Commands): Update text describing how to
7274         specify a target.  Refer to the detailed section on remote
7275         debugging, not the brief mention.
7276
7277         * gdb.texinfo (Connecting): Organize the different 'target remote'
7278         connection methods into a table.  Add a 'target remote' index
7279         entry. (!!!)
7280
7281 2006-02-17  Fred Fish  <fnf@specifix.com>
7282
7283         * gdb.texinfo (Symbols): Update descriptions of 'whatis' and
7284         'ptype' commands to reflect the fact that the only significant
7285         difference between them is that ptype prints the complete type
7286         description instead of just the name.
7287
7288 2006-02-13  Wu Zhou  <woodzltc@cn.ibm.com>
7289
7290         * gdbint.texinfo (Watchpoints): Delete
7291         TARGET_REGION_SIZE_OK_FOR_HW_WATCHPOINT.
7292
7293 2006-02-10  Nick Roberts  <nickrob@snap.net.nz>
7294
7295         * gdb.texinfo (GDB/MI Breakpoint Table Commands): Add fullname and
7296         times fields where needed.  Fix typos.  Update general form given
7297         for output of -break-insert.
7298         (GDB/MI): Abbreviate some unnecessarily long fullnames.
7299
7300 2006-02-06  Daniel Jacobowitz  <dan@codesourcery.com>
7301
7302         * gdbint.texinfo (Symbol Handling): Add a section
7303         on memory management.
7304
7305 2006-02-06  Vladimir Prus  <ghost@cs.msu.su>
7306
7307         * gdb.texinfo (Breakpoint table commands): Document the fullname
7308         field in -break-list output.
7309
7310 2006-02-03  Eli Zaretskii  <eliz@gnu.org>
7311
7312         * gdb.texinfo (Cygwin Native): Fix typos.  Clarify the types of
7313         debugging information produced by the various "set debug..."
7314         options.
7315
7316 2006-02-01  Daniel Jacobowitz  <dan@codesourcery.com>
7317
7318         * gdb.texinfo (Files): Remove obsolete bits from the description
7319         of "symbol-file".
7320
7321 2006-01-25  Jim Blandy  <jimb@redhat.com>
7322
7323         * gdbint.texinfo (Testsuite): Explain how to run selected tests.
7324
7325 2006-01-24  Jim Blandy  <jimb@redhat.com>
7326
7327         * gdbint.texinfo (Frames): Document the basics of GDB's register
7328         unwinding model, and explain the existence of the "sentinel" frame.
7329
7330 2006-01-23  Andrew Stubbs  <andrew.stubbs@st.com>
7331
7332         * gdb.texinfo (Choosing files): Mention that -directory is used
7333         for script files.
7334         (Specifying source directories): Likewise.
7335         (Command files): Explain how script files are found.
7336
7337 2006-01-21  Eli Zaretskii  <eliz@gnu.org>
7338
7339         * gdb.texinfo (Backtrace): Describe how to get backtrace of all
7340         the threads in a multi-threaded program.
7341         (Threads): The threadno argument of "thread apply" can be a range
7342         of numbers.
7343
7344 2006-01-18  Jim Blandy  <jimb@redhat.com>
7345
7346         * gdbint.texinfo (Coding): Add entry for -Wno-pointer-sign to list
7347         of warning flags.
7348
7349 2006-01-13  Eli Zaretskii  <eliz@gnu.org>
7350
7351         * gdb.texinfo (Sequences): Improve menu annotations.
7352         (Define): Add index entries for arguments of user-defined
7353         commands.  Move the description of flow-control commands...
7354         (Command Files): ...to here.  Document loop_break and
7355         loop_continue.
7356         (Define, Command Files): Document `end' and add index entries for
7357         it.
7358
7359 2006-01-04  Michael Snyder  <msnyder@redhat.com>
7360
7361         * gdb.texinfo: Add documentation for linux-fork.
7362         * gdbint.texinfo: Add internal documentation for checkpoints.
7363
7364 2006-01-02  Paul N. Hilfinger  <hilfinger@gnat.com>
7365
7366         * gdb.texinfo (Omissions from Ada): Document that there is now
7367         limited aggregate support.
7368
7369 2005-12-28  Eli Zaretskii  <eliz@gnu.org>
7370
7371         * gdb.texinfo (Registers): Describe how to refer to SSE and MMX
7372         registers and the likes.
7373
7374 2005-12-24  Eli Zaretskii  <eliz@gnu.org>
7375
7376         * gdb.texinfo (Target Commands, Bug Reporting, File Options)
7377         (Symbols): Fix usage of "e.g.".
7378         (Memory Region Attributes): Fix usage of "etc."
7379
7380         * gdbint.texinfo (libgdb, Symbol Handling, Native Debugging)
7381         (Coding): Fix usage of "e.g.".
7382
7383 2005-12-23  Eli Zaretskii  <eliz@gnu.org>
7384
7385         * stabs.texinfo:
7386         * refcard.tex:
7387         * gpl.texi:
7388         * gdbint.texinfo:
7389         * gdb.texinfo:
7390         * gdb-cfg.texi:
7391         * fdl.texi:
7392         * annotate.texinfo:
7393         * all-cfg.texi:
7394         * Makefile.in: Add (C) after Copyright.  Update the FSF
7395         address.
7396
7397 2005-12-03  Eli Zaretskii  <eliz@gnu.org>
7398
7399         * gdb.texinfo (Connecting): Explain that `monitor' is a way to
7400         extend GDB with commands for external monitor.
7401
7402 2005-12-02  Andrew Stubbs  <andrew.stubbs@st.com>
7403
7404         * gdb.texinfo (Convenience variables): Add init-if-undefined command.
7405
7406 2005-11-25  Joel Brobecker  <brobecker@adacore.com>
7407
7408         * gdbint.texinfo (Start of New Year Procedure): New chapter.
7409
7410 2005-11-21  Jim Blandy  <jimb@redhat.com>
7411
7412         * gdb.texinfo (Tracepoint Packets): Document restrictions on
7413         placement of 'R' actions in tracepoint action packets; document
7414         dependence of 'X' and 'M' actions on a preceding 'R' action for
7415         their registers.
7416
7417 2005-11-19  Jim Blandy  <jimb@redhat.com>
7418
7419         * gdb.texinfo (Tracepoint Packets): New node.
7420         (General Query Packets): Add entries for the tracepoint packets,
7421         referring to the "Tracepoint Packets" node.
7422         (Tracepoints): Add reference to "Tracepoint Packets".
7423
7424 2005-11-18  Kevin Buettner  <kevinb@redhat.com>
7425
7426         * gdb.texinfo (set remotebreak): Add anchor.
7427         (X packet): Likewise.
7428         (Remote Protocol): Add new section `Interrupts' and new index
7429         entry `interrupts (remote protocol)'.
7430
7431 2005-11-18  Jim Blandy  <jimb@redhat.com>
7432
7433         * gdb.texinfo (Packets): Move information out of 'q' and 'Q'
7434         entries into the General Query Packets section.  Add a
7435         cross-reference to that section.  Drop description of replies, as
7436         these are covered in the descriptions of each packet.
7437         (General Query Packets): Add introductory text.  Explain naming
7438         conventions, and how the end of a name is recognized.
7439
7440 2005-11-17  Kevin Buettner  <kevinb@redhat.com>
7441
7442         * gdb.texinfo (Remote configuration): Fix typo in description of
7443         "set remotebreak" command.
7444
7445 2005-11-16  Jim Blandy  <jimb@redhat.com>
7446
7447         * gdb.texinfo (Packets, Stop Reply Packets)
7448         (General Query Packets): Various formatting cleanups.
7449         - Use @samp for packet contents.
7450         - Drop summaries from packet @item lines; the same information appears
7451           immediately below in the description.
7452         - Delete paragraph breaks after packet @item commands, so that the
7453           description appears directly to the right of the packet prototype
7454           in the printed manual, if it fits.
7455         - Place spaces in packet prototypes between @vars and non-@var
7456           letters, and explain that they're just for formatting.
7457         - Use @dots{} instead of '...'.
7458         - Fix uses of @code where @var was needed.
7459         - Replace "deprecated" markers with English text spelling out the
7460           packet's status and the preferred alternatives.
7461         - Remove "(reserved)" markers on 'A' and 'I' packets; it's unclear
7462           what this ever meant.
7463         - Remove "(draft)" markers on 'i' packets; nobody has commented on
7464           this for a long time.
7465         - Remove "(draft)" markers on 'z' and 'Z' packets; these have been
7466           implemented several times, and have been in use for years.
7467
7468 2005-11-15  Jim Blandy  <jimb@redhat.com>
7469
7470         * gdb.texinfo (Packets): Add index entries for 'm' packet
7471         disclaimers.
7472
7473         * gdb.texinfo (Packets): Clarify lack of restrictions on behavior
7474         of stub when processing an 'm' packet.
7475
7476         * gdb.texinfo (Packets): Mention that packets beginning with
7477         letters are reserved once, at the top, instead of actually listing
7478         them all and saying "reserved".
7479
7480 2005-11-15  Andrew Stubbs  <andrew.stubbs@st.com>
7481
7482         * gdb.texinfo (User-defined commands): Add $argc. Add missing 'end'.
7483         Change @var{$arg0 to @code{$arg0.
7484
7485 2005-11-14  Wu Zhou  <woodzltc@cn.ibm.com>
7486
7487         * gdb.texinfo (Fortran): Add some words about Fortran debugging.
7488
7489 2005-11-12  Jim Blandy  <jimb@redhat.com>
7490
7491         * gdb.texinfo (General Query Packets): Put packets in alphabetical
7492         order.  Remove extraneous 'z'.
7493
7494 2005-11-07  Andrew Stubbs  <andrew.stubbs@st.com>
7495
7496         * gdb.texinfo (Choosing files): Add --eval-command.
7497
7498 2005-11-04  Andrew Stubbs  <andrew.stubbs@st.com>
7499
7500         * gdb.texinfo (Choosing modes): Add --return-child-result.
7501
7502
7503 2005-11-01  Andrew Stubbs  <andrew.stubbs@st.com>
7504
7505         * gdb.texinfo (Choosing modes): Add --batch-silent.
7506
7507 2005-10-28  Eli Zaretskii  <eliz@gnu.org>
7508
7509         * gdb.texinfo (GDB/MI Variable Objects): Fix @pxref usage under
7510         "The -var-update Command".
7511
7512 2005-10-03  Joel Brobecker  <brobecker@adacore.com>
7513
7514         * gdb.texinfo (Print Settings): Add documentation for set/show
7515         print array-indexes.
7516
7517 2005-09-17  Daniel Jacobowitz  <dan@codesourcery.com>
7518
7519         * gdb.texinfo (Contributors): Thank Andrew Cagney for releases
7520         6.2 and 6.3.
7521
7522 2005-08-27  Eli Zaretskii  <eliz@gnu.org>
7523
7524         * gdb.texinfo (File Options): Don't document --mapped, it's gone
7525         since 19-Jan-2004.
7526         (Files): Likewise.
7527         (Variables, Symbols): Document the "<incomplete type>" message and
7528         its reasons.
7529
7530 2005-08-01  Fred Fish  <fnf@specifix.com>
7531
7532         * gdb.texinfo (SETUP_ARBITRARY_FRAME): Remove obsolete reference.
7533
7534 2005-07-15  Nick Roberts  <nickrob@snap.net.nz>
7535
7536         * gdb.texinfo (GDB/MI Variable Objects): Describe print-values
7537         option for -var-list-children and -var-update.
7538         (GDB/MI Stack Manipulation): Simplify description of
7539         print-values option for -stack-list-locals.
7540         (GDB/MI Command Description Format): Clarify.
7541         (Mode Options): Spelling of superseded.
7542
7543 2005-07-12  Bob Rossi  <bob@brasko.net>
7544
7545         * gdb.texinfo (GDB/MI Miscellaneous Commands): Fix -inferior-tty-show
7546         corresponding GDB command comment.
7547
7548 2005-07-06  Bob Rossi  <bob@brasko.net>
7549
7550         * gdb.texinfo (GDB/MI Miscellaneous Commands): Add -inferior-tty-set
7551         and -inferior-tty-show.
7552         (Input/Output): Document "set/show inferior-tty" and tty alias.
7553
7554 2005-07-02  Nathan J. Williams  <nathanw@wasabisystems.com>
7555
7556         * gdb.texinfo (Packets): Change description of 'D' packet to note
7557         that GDB does wait for a response.
7558
7559 2005-06-22  Nick Roberts  <nickrob@snap.net.nz>
7560
7561         * gdb.texinfo (History) Rename "Command History".
7562         (Command History): Move node "Server Prefix" from section on
7563         Annotations here.
7564
7565 2005-06-19  Nick Roberts  <nickrob@snap.net.nz>
7566
7567         * gdb.texinfo (GDB/MI Stack Manipulation):
7568         Re-instate -stack-info-frame with example.  Say that it gets
7569         info on selected frame, not current frame.
7570
7571 2005-06-18  Eli Zaretskii  <eliz@gnu.org>
7572
7573         * gdb.texinfo (Server): Clarify that `file' should be used before
7574         connecting to the server.
7575         (Files): Add an xref to the above description.
7576         (Output Formats): More detailed description of the `c' format.
7577         (Memory): List explicitly all the formats supported by `x'.
7578         (Threads): Add an @cindex entry for "thread apply".
7579         (Files): Document the possibility of loading unlinked object
7580         files.  Add more indexing for solib-absolute-prefix and
7581         --with-sysroot.
7582         (Machine Code): Document possible problems with locations in
7583         shared libraries.
7584         (Backtrace): Document that free-standing environments do not need
7585         to have a `main' function.
7586
7587 2005-06-18  Nick Roberts  <nickrob@snap.net.nz>
7588
7589         * gdb.texinfo (GDB/MI Stack Manipulation): Remove reference to
7590         -stack-info-frame.
7591
7592 2005-06-07  Andrew Cagney  <cagney@gnu.org>
7593
7594         * gdb.texinfo (Contributors): Note the original multi-arch
7595         contributors.
7596
7597 2005-06-03  Eli Zaretskii  <eliz@gnu.org>
7598
7599         * gdb.texinfo (Registers): Add index entries for the standard
7600         registers.
7601         (Frames): Add cross-reference from frame pointer description to
7602         the Registers node.
7603         (Annotations Overview): Fix the reference to GDB name.
7604
7605 2005-06-01  Eli Zaretskii  <eliz@gnu.org>
7606
7607         * gdb.texinfo (Set Watchpoints): Remove @vindex entry for
7608         can-use-hw-watchpoints.
7609
7610 2005-05-28  Bob Rossi  <bob@brasko.net>
7611
7612         * gdb.texinfo (GDB/MI Out-of-band Records): Add bullet enumerating
7613         the possible reasons why an exec async record would be returned to FE.
7614
7615 2005-05-26  Andrew Cagney  <cagney@gnu.org>
7616
7617         * gdb.texinfo: Note that Elena Zannoni, Fernando Nasser, and
7618         Andrew Cagney implemented the original GDB/MI.
7619
7620 2005-05-23  Orjan Friberg  <orjanf@axis.com>
7621
7622         * gdb.texinfo (CRIS): Update the cris-version and cris-dwarf2-cfi
7623         documentation.  Add documentation for cris-mode.
7624
7625 2005-05-20  Eli Zaretskii  <eliz@gnu.org>
7626
7627         * gdb.texinfo (Numbers): Explain the example and make the wording
7628         more acurate.
7629
7630 2005-05-17  Daniel Jacobowitz  <dan@codesourcery.com>
7631             Dennis Brueni  <dennis@slickedit.com>
7632
7633         * gdb.texinfo (GDB/MI Breakpoint Table Commands)
7634         (GDB/MI Data Manipulation, GDB/MI Program Control)
7635         (GDB/MI Stack Manipulation): Update examples to include the fullname
7636         attribute in stack frames.
7637
7638 2005-05-12  Eli Zaretskii  <eliz@gnu.org>
7639
7640         * gdb.texinfo (Startup): Fix last change.  Treat gdb.ini like we
7641         do with other non-standard names of init files.
7642
7643 2005-05-11  Eli Zaretskii  <eliz@gnu.org>
7644
7645         * gdb.texinfo (Command Files): Move the description of the startup
7646         from here...
7647         (Startup): ...to this new subsection of the Invocation chapter.
7648         Rearrange the description of init files more logically and add a
7649         cross-reference to "Command Files".  Document the special gdbinit
7650         name for CISCO 68k.  Expand the description of what GDB does
7651         during startup.
7652         (History): Add index entry for HISTSIZE.
7653
7654 2005-05-02  Mark Kettenis  <kettenis@gnu.org>
7655
7656         * gdb.texinfo (Files): Remove documentation for auto-solib-limit.
7657
7658 2005-05-02  Eli Zaretskii  <eliz@gnu.org>
7659
7660         * gdb.texinfo (SVR4 Process Information, The isatty call)
7661         (The system call): Don't use foo(N) notation for man pages and
7662         functions.
7663         (Compilation, DJGPP Native): Improve wording.
7664
7665 2005-04-27  Eli Zaretskii  <eliz@gnu.org>
7666
7667         * gdb.texinfo (Backtrace): Describe backtraces with arguments that
7668         were optimized away.
7669
7670 2005-04-22  Eli Zaretskii  <eliz@gnu.org>
7671
7672         * gdb.texinfo (Remote configuration): Document "set/show
7673         get-thread-local-storage-address".  Add cross-reference to the
7674         description of the qGetTLSAddr packet.
7675         (General Query Packets): Mention "set remote
7676         get-thread-local-storage-address" and add a reference to its
7677         description.
7678
7679 2005-04-19  Nick Roberts  <nickrob@snap.net.nz>
7680
7681         * gdb.texinfo (Backtrace): Describe 'bt full'.
7682
7683 2005-04-17  Nick Roberts  <nickrob@snap.net.nz>
7684
7685         * gdb.texinfo (Mode Options): Fix typo.
7686         (GDB/MI): Describe how to invoke GDB/MI.
7687
7688 2005-04-16  Eli Zaretskii  <eliz@gnu.org>
7689
7690         * gdb.texinfo (OS Information): Renamed from Auxiliary Vector; all
7691         references changed.  Add description of "info udot".
7692         (Files): Document "set/show stop-on-solib-events".
7693         (M32R/D): Document "set/show download-path", "set/show
7694         board-address", "set/show server-address", "upload", "tload".
7695         Document "sdireset", "sdistatus", "debug_chaos", "use_debug_dma",
7696         "use_mon_code", "use_ib_break", "use_dbt_break".
7697         (Maintenance Commands): Improve indexing.
7698         (Target Commands): Document "set/show hash", "set/show debug
7699         monitor".
7700         (SVR4 Process Information): Document "info pidlist" and "info
7701         meminfo".  Document "set/show procfs-tarce" and "set/show
7702         procfs-file".  Document "proc-trace-*" and "proc-untrace-*".
7703         (Symbols, The Print Command with Objective-C): Improve indexing.
7704         (Objective-C): Add references to "info classes" and "info
7705         selectors".
7706         (Debugging Output): Improve wording.  Document "set/show debug
7707         solib-frv".  Fix "set/show debugvarobj".
7708         (Set Breaks): Add index entry for "hardware breakpoints".
7709         (Renesas ICE): Document "e7000", "ftplogin", "ftpload", "drain",
7710         and "set/show usehardbreakpoints".
7711         (MIPS Embedded): Document "se/show syn-garbage-limit", "set/show
7712         monitor-prompt", "set/show monitor-warnings", "pmon".
7713         (ARM): Document "rdilogfile", "rdilogenable", "set/show
7714         rdiromatzero", "set/show rdiheartbeat".
7715         (PowerPC): Document SDS-specific commands "set/show sdstimeout",
7716         "sds".
7717         (Embedded Processors): Document the "sim" command.
7718         (Remote): Document the "remote" command.
7719         (DJGPP Native): Document the "info serial" command.
7720         (Threads): Document "maint info sol-threads".
7721         (Files): Document "nosharedlibrary", "add-symbol-file-from-memory".
7722         (Set Breaks): Improve indexing.
7723         (Command Syntax): Add a reference to dont-repeat.
7724         (Define): Document "dont-repeat".
7725         (TUI Commands): Document "tabset".
7726         (WinCE): New subsection.  Document "set/show remotedirectory",
7727         "set/show remoteupload", "set/show remoteaddhost".
7728
7729 2005-04-15  Eli Zaretskii  <eliz@gnu.org>
7730
7731         * gdb.texinfo (Hurd Native): New subsection, documents
7732         Hurd-specific commands.
7733         (Maintenance Commands): Add cross-reference to "Debugging Output".
7734         (Debugging Output): Document "set/show debug lin-lwp".
7735         (MIPS): Improve documentation of heuristic-fence-post.  Document
7736         "set/show mips abi", "set/show mips saved-gpreg-size", "set/show
7737         mips stack-arg-size", "set/show mips mask-address", "set/show mips
7738         remote-mips64-transfers-32bit-regs", "set/show debug mips".
7739         (ARM): Document ARM-specific commands.
7740         (AVR): New section.  Document "info io_registers".
7741         (CRIS): New section.  Document "set/show cris-version" and
7742         "set/show cris-dwarf2-cfi".
7743         (HPPA): New section.  Document "set/show debug hppa" and "maint
7744         print unwind".
7745         (Neutrino): New subsection.  Document "set/show debug nto-debug".
7746         (Super-H): New section.  Document the "regs" command.
7747         (Debugging Output): Document "set/show debug aix-thread".
7748
7749 2005-04-09  Eli Zaretskii  <eliz@gnu.org>
7750
7751         * gdb.texinfo (Print Settings): Document "set/show print
7752         pascal_static-members", "set print repeats", "show print
7753         null-stop".  Improve indexing.  Fix documentation of "set print
7754         union".
7755         (Pascal): New section.
7756         (Supported languages): Rename from "Support"; all references
7757         updated.  Add a menu item for Pascal.
7758         (Numbers): Document "set radix.
7759         (Screen Size): Document "set/show pagination".
7760         (MIPS Embedded): Remove "set processor" documentation.
7761         (Remote configuration): Document "set/show X/P/Z-packet",
7762         "set/show read-aux-vector-packet", "set/show remote
7763         symbol-lookup-packet", "set/show remote verbose-resume-packet",
7764         "set/show remoteaddresssize", "set/show remotebaud", "set/show
7765         remotedebug", "set/show remotebreak", "set/show remotedevice",
7766         "set/show remotelogfile".
7767         (Auxiliary Vector): Add reference to the description of the
7768         read-aux-vector-packet setting.
7769         (Set Watchpoints): Add a cross-reference to "set remote
7770         hardware-breakpoint-limit".
7771         (General Query Packets): Add indexing of requests and
7772         cross-references to related commands in "Remote configuration".
7773         (File-I/O Overview, The system call): Fix wording and typos.
7774         (Thread Stops): Add index entries.
7775         (Continuing and Stepping): Document "show step-mode".
7776         (i386): New node.  Document "set/show struct-convention".
7777         (Files): Document "show trust-readonly-sections".
7778         (Calling): Document "set/show unwindonsignal".
7779         (Messages/Warnings): Add index entries.
7780         (Maintenance Commands): Document "set/show watchdog".
7781         (Annotations Overview): Document "show annotate".
7782         (Set Watchpoints): Add index entries.
7783         (Symbols): Fix doc of case-sensitive.
7784         (ABI): Document "show coerce-float-to-double".
7785         (Convenience Vars, Help): Improve indexing.
7786         (Machine Code): Document "show disassembly-flavor".
7787         (Debugging C plus plus): Document "show overload-resolution".
7788         (Value History, Signaling): Add index entries.
7789
7790 2005-04-08  Eli Zaretskii  <eliz@gnu.org>
7791
7792         * gdb.texinfo (Show): Move @kindex entries to their proper places.
7793         (Processes): Fix wording.
7794         (History, List, Logging output, Define, Symbols, Print Settings):
7795         Improve indexing.
7796
7797 2005-04-03  Eli Zaretskii  <eliz@gnu.org>
7798
7799         * gdb.texinfo (Targets): Document "set/show architecture".  Remove
7800         redundant index entry for "target" command.
7801         (Backtrace): Add index entries.
7802         (Symbols, Fortran): Document the "set case-sensitive" command.
7803         (DJGPP Native): Document "set com1base", "set com1irq", etc.
7804         (Print Settings): Add index entry for "set demangle-style".
7805         (Target Commands): Document "set download-write-size".
7806         (Debugging Output): Document "set exec-done-display".
7807
7808 2005-04-02  Eli Zaretskii  <eliz@gnu.org>
7809
7810         * gdb.texinfo (Files): Fix the name and documentation of
7811         add-shared-symbol-files.  Document its alias assf.  Update the
7812         list of OSs where GDB supports shared libraries.  Fix markup.
7813         (Continuing and Stepping): Add reference to @var{location} in the
7814         text.
7815         (Dump/Restore Files): Fix reference to @{filename}.
7816         (Help): Fix wording.
7817         (Attach): Ditto.
7818         (Set Watchpoints): Ditto.
7819         (Backtrace): Remove redundant index entries.  Improve index
7820         entries.
7821         (Delete Breaks): Fix wording.
7822         (Memory): Document the compare-sections command.
7823         (Memory Region Attributes): Improve wording.
7824         (Disabling): Improve wording.
7825         (Fortran): New subsection.  Document the "info common" command.
7826         (Help): Document aliases "info copying" and "info warranty".
7827         (Caching Remote Data): New section.  Document the "set/show
7828         remotecache" and "info dcache" commands.
7829         (Show): Fix wording of the documentation of the "set
7830         extension-language" command.
7831         (Signals): Add index entry for "info handle".
7832         (Memory Region Attributes): Fix punctuation.
7833         (Symbols): Change the arg name to "location" and refer to it in
7834         the text.  Fix wording of "info types" doc.
7835         (Threads): Fix usage of @enumerate @item's.
7836         (Listing Tracepoints): Add index entry for "info tp".
7837         (Set Watchpoints): Add xref to "info break" description.
7838         (Macros): Add an index entry for "macro exp1".  Document the
7839         "macro list" command.
7840         (Maintenance Commands): Document "flushregs", "maint agent",
7841         "maint check-symtabs", "maint cplus", "maint demangle", "maint
7842         deprecate", "maint undeprecate", "maint dump-me", "maint packet",
7843         "maint print architecture", "maint print objfiles", "maint print
7844         statistics", "maint print type", "maint show-debug-regs", "maint
7845         space", "maint time", and "maint translate-address".
7846         (Connecting): Document the "monitor" command.
7847         (Annotations Overview): Describe the "set annotate" command.
7848
7849 2005-04-01  Eli Zaretskii  <eliz@gnu.org>
7850
7851         * gdb.texinfo (Set Watchpoints): Document can-use-hw-watchpoints.
7852         Rearrange index entries and improve wording about support for
7853         hardware watchpoints.
7854
7855 2005-03-10  Bob Rossi  <bob@brasko.net>
7856
7857         * gdb.texinfo: Update copyright
7858
7859 2005-02-09  Theodore A. Roth  <troth@openavr.org>
7860
7861         * gdb.texinfo (General Query Packets): Fix texinfo compile warning and
7862         error.
7863
7864 2005-02-03  Kevin Buettner  <kevinb@redhat.com>
7865
7866         * gdb.texinfo (General Query Packets): Document qGetTLSAddr packet.
7867
7868 2005-01-17  Michael Snyder  <msnyder@redhat.com>
7869
7870         * gdb.texinfo: Fix spelling, infinte  ->  infinite.
7871
7872 2005-01-08  Mark Kettenis  <kettenis@gnu.org>
7873
7874         * observer.texi (GDB Observers): Document "solib_loaded".
7875
7876 2005-01-07  Andrew Cagney  <cagney@gnu.org>
7877
7878         * configure.ac: Rename configure.in, require autoconf 2.59.
7879         * configure: Re-generate.
7880
7881         * configure.in: Replace configdirs with multiple references to
7882         AC_CONFIG_SUBDIRS.
7883         * configure: Re-generate.
7884
7885 2005-01-04  Andrew Cagney  <cagney@gnu.org>
7886
7887         * gdbint.texinfo (Versions and Branches): Make the date (YYYYMMDD)
7888         part of the version number.
7889
7890 2004-12-24  Mark Kettenis  <kettenis@gnu.org>
7891
7892         * gdbint.texinfo (Algorithms): Remove description of
7893         TARGET_DISABLE_HW_WATCHPOINTS and TARGET_ENABLE_HW_WATCHPOINTS.
7894
7895 2004-12-07  Jim Blandy  <jimb@redhat.com>
7896
7897         * gdb.texinfo (General Query Packets): Specify that thread ID's in
7898         the 'qC' and 'qThreadInfo' packets are unsigned hexidecimal
7899         numbers.
7900
7901 2004-12-07  Andreas Schwab  <schwab@suse.de>
7902
7903         * gdb.texinfo (Mode Options): Document -l option.
7904
7905 2004-12-04  Eli Zaretskii  <eliz@gnu.org>
7906
7907         * gdbint.texinfo (Algorithms): More accurate description of
7908         STOPPED_BY_WATCHPOINT.  Point out that target_stopped_data_address
7909         is not needed unless data-read and data-access watchpoints are
7910         supported.  Add a description of how GDB checks whether the
7911         inferior stopped because a watchpoint was hit.
7912
7913 2004-11-23  Eli Zaretskii  <eliz@gnu.org>
7914
7915         * gdb.texinfo (Files): Add cross-reference to description of
7916         -readnow command-line switch.
7917
7918 2004-11-10  Randolph Chung  <tausq@debian.org>
7919
7920         * gdb.texinfo: Document set/show backtrace past-entry commands.
7921         Rearrange index entries for set/show backtrace past-main.
7922
7923 2004-11-10  Jon Beniston <jon@beniston.com>
7924
7925         Committed by Andrew Cagney  <cagney@gnu.org>.
7926         * gdb.texinfo (Remote Serial Protocol): Further describe
7927         binary transfer escaping mechanism .
7928
7929 2004-11-08  Randolph Chung  <tausq@debian.org>
7930
7931         * gdb.texinfo (inferior_debugging info): Document "set debug infrun"
7932         and "show debug infrun".  Add index entries.
7933
7934 2004-10-23  Eli Zaretskii  <eliz@gnu.org>
7935
7936         * gdb.texinfo (SVR4 Process Information): Document subcommands of
7937         "info proc" that are already implemented.  Add index entries.
7938         (Working Directory): Add a cross-reference to "info proc" command.
7939         (Files): Add a tip for decreasing memory used for symtabs from
7940         shared libraries.
7941         (Starting): Fix whitespace; make "elaboration" stand out where it
7942         is first used, and add an index entry for the term.
7943         (Calling): Expand and elaborate text.  Add "print".  Add the
7944         description of problems with weak aliases.
7945         (Core File Generation): New section.
7946
7947 2004-10-12  Andrew Cagney  <cagney@gnu.org>
7948
7949         * gdbint.texinfo (Versions and Branches): New chapter.
7950         (Releasing GDB): Delete "Versions and Branches" section.
7951         (Top): Add "Versions and Branches".
7952
7953 2004-10-08  Eli Zaretskii  <eliz@gnu.org>
7954
7955         * gdb.texinfo (Editing, History): Add cross-references to the
7956         included Readline and History user documentation.  Remove
7957         references to the symbol have-readline-appendices which is unused
7958         and undefined.
7959         (History): Fix indexing.
7960
7961 2004-10-08  Jeff Johnston  <jjohnstn@redhat.com>
7962
7963         * gdbint.texinfo (target_stopped_data_address): Update to
7964         new prototype.
7965         (i386_stopped_data_address): Update prototype and description.
7966         (i386_stopped_by_watchpoint): New function and description.
7967
7968 2004-10-03  Paul N. Hilfinger  <hilfinger@gnat.com>
7969
7970         * gdb.texinfo (Filenames): Add Ada suffixes.
7971         (Ada) New section.
7972
7973 2004-09-27  Andrew Cagney  <cagney@gnu.org>
7974             Robert Picco  <Robert.Picco@hp.com>
7975
7976         * gdb.texinfo (Packets): Document the "p" packet.
7977
7978 2004-09-21  Jason Molenda  (jmolenda@apple.com)
7979
7980         * gdb.texinfo (Paths and Names of the Source Files): Document the
7981         meaning of values in the 'desc' field of a SO stab.
7982
7983 2004-09-20  Daniel Jacobowitz  <dan@debian.org>
7984
7985         * gdb.texinfo (Maintenance Commands): Document "maint set dwarf2
7986         max-cache-age" and "maint show dwarf2 max-cache-age".
7987
7988 2004-09-16  Eli Zaretskii  <eliz@gnu.org>
7989
7990         * gdb.texinfo (Set Breaks): Add index entry for setting
7991         breakpoints on overloaded C++ functions that are not members of
7992         any classes.  Add an example and an index entry for setting
7993         breakpoints on all program functions.
7994         (Character Sets, Macros, Overlay Commands)
7995         (Non-debug DLL symbols, GDB/MI Output Syntax)
7996         (Annotations Overview, Maintenance Commands, File-I/O Overview):
7997         Use "(@value{GDBP})" instead of a literal "(gdb)".
7998
7999 2004-09-12  Andrew Cagney  <cagney@gnu.org>
8000
8001         * gdbint.texinfo (Native Debugging): Delete description of
8002         FILES_INFO_HOOK.
8003
8004 2004-09-11  Paul Hilfinger  <hilfinger@gnat.com>
8005
8006         * gdbint.texinfo (User Interface): Change local_hex_string_custom
8007         to hex_string_custom (not historically correct, but more
8008         understandable, given the current code).
8009
8010 2004-09-03  Andrew Cagney  <cagney@gnu.org>
8011
8012         * gdbint.texinfo (Native Debugging): Delete SVR4_SHARED_LIBS.
8013
8014 2004-09-01  Jeff Johnston  <jjohnstn@redhat.com>
8015
8016         * observer.texi (solib_unloaded): New observer.
8017
8018 2004-08-24  Andrew Cagney  <cagney@gnu.org>
8019
8020         * gdbint.texinfo (Target Architecture Definition): Add missing
8021         comma.
8022
8023 2004-08-20  Michael Chastain  <mec.gnu@mindspring.com>
8024
8025         * (Using the Testsuite): build != host is supported,
8026         but some test scripts do not support build != host.
8027
8028 2004-08-14  Mark Kettenis  <kettenis@gnu.org>
8029
8030         * gdbint.texinfo (Host Definition): Delete description of
8031         FCLOSE_PROVIDED and GETENV_PROVIDED.
8032
8033 2004-08-05  Mark Kettenis  <kettenis@chello.nl>
8034
8035         * gdbint.texinfo (Host Definition): Delete description of
8036         NO_SYS_FILE.
8037         (Native Debugging): Delete description of KERNEL_U_ADDR_BSD and
8038         PTRACE_FP_BUG.
8039
8040 2004-08-05  Andrew Cagney  <cagney@gnu.org>
8041
8042         * gdbint.texinfo (Target Architecture Definition): Delete
8043         reference to deprecated_read_fp.
8044
8045 2004-08-02  Andrew Cagney  <cagney@gnu.org>
8046
8047         * gdbint.texinfo (Target Architecture Definition): Delete
8048         description of DEPRECATED_REGISTER_BYTES.
8049
8050 2004-07-30  Baurjan Ismagulov  <ibr@ata.cs.hun.edu.tr>
8051
8052         * gdb.texinfo (Source Path): Document the new behavior of
8053         searching for the source files.
8054
8055 2004-07-17  Eli Zaretskii  <eliz@gnu.org>
8056
8057         * gdb.texinfo (Edit): Fix markup of EDITOR and improve wording.
8058         (Search, Expressions, Arrays, Variables, Data, Machine Code)
8059         (Auto Display): Improve indexing.
8060
8061 2004-07-16  Andrew Cagney  <cagney@gnu.org>
8062
8063         * gdb.texinfo (Mode Options): Delete documentation on "-async" and
8064         "-noasync".
8065
8066 2004-07-09  Eli Zaretskii  <eliz@gnu.org>
8067
8068         * gdb.texinfo: Fix @kindex entries so that multiple commands that
8069         have the same prefix have only their prefix in the index.
8070
8071 2004-07-03  Mark Kettenis  <kettenis@gnu.org>
8072
8073         * gdb.texinfo (BSD libkvm Interface): New node (section)
8074         (Native): Add it to the menu.
8075
8076 2004-07-01  Mark Kettenis  <kettenis@gnu.org>
8077
8078         * gdbint.texinfo (Target Architecture Definition): Remove
8079         PCC_SOL_BROKEN.
8080
8081 2004-06-24  Mark Kettenis  <kettenis@gnu.org>
8082
8083         * gdbint.texinfo (Target Architecture Definition): Remove
8084         SUN_FIXED_LBRAC_BUG.
8085
8086 2004-06-26  Andrew Cagney  <cagney@gnu.org>
8087
8088         * gdbint.texinfo (Coding): Replace xasprintf with xstrprintf.
8089
8090 2004-06-20  Andrew Cagney  <cagney@gnu.org>
8091
8092         * gdbint.texinfo (Target Architecture Definition): Deprecate
8093         USE_STRUCT_CONVENTION.
8094
8095 2004-06-19  Michael Chastain  <mec.gnu@mindspring.com>
8096
8097         gdb.texinfo (Bug Reporting): Mention session recording,
8098         with the script command or Emacs.
8099
8100 2004-06-18  Andrew Cagney  <cagney@gnu.org>
8101
8102         * gdbint.texinfo (Target Architecture Definition): Deprecate
8103         FUNCTION_START_OFFSET.
8104
8105 2004-06-14  Andrew Cagney  <cagney@gnu.org>
8106
8107         Based on changes from Karl Berry.
8108         * gdb.texinfo: Do not use @sc in a direntry.
8109         * stabs.texinfo: Change @dircateogry to "Software development".
8110         * gdbint.texinfo, gdb.texinfo, annotate.texinfo: Ditto.
8111
8112 2004-06-13  Andrew Cagney  <cagney@gnu.org>
8113
8114         * gdbint.texinfo (Target Architecture Definition): Delete
8115         description of RETURN_VALUE_ON_STACK.
8116
8117 2004-06-09  Andrew Cagney  <cagney@gnu.org>
8118
8119         * gdbint.texinfo (Native Debugging): Restore "@table @code"
8120         deleted by previous patch.
8121
8122 2004-06-08  Andrew Cagney  <cagney@gnu.org>
8123
8124         * gdbint.texinfo (Native Debugging): Delete documentation on
8125         ATTACH_DETACH.
8126
8127 2004-06-06  Randolph Chung  <tausq@debian.org>
8128
8129         * gdb.texinfo (push_dummy_call): Use @code{struct value}.
8130
8131 2004-06-06  Randolph Chung  <tausq@debian.org>
8132
8133         * gdb.texinfo (push_dummy_call): Update argument list to match
8134         the new push_dummy_call method signature.  Describe the function
8135         argument.
8136
8137 2004-05-24  Joel Brobecker  <brobecker@gnat.com>
8138
8139         * gdb.texinfo (Starting): Document new start command.
8140
8141 2004-05-21  Andrew Cagney  <cagney@redhat.com>
8142
8143         * observer.texi (GDB Observers): Document "inferior_created".
8144
8145 2004-05-08  Andrew Cagney  <cagney@redhat.com>
8146
8147         * gdbint.texinfo (Target Architecture Definition): Delete
8148         description of DO_DEFERRED_STORES.
8149
8150         * gdbint.texinfo (Target Architecture Definition): Delete
8151         references to DEPRECATED_FIX_CALL_DUMMY.
8152
8153         * gdbint.texinfo (Target Architecture Definition): Delete
8154         description of DEPRECATED_CALL_DUMMY_WORDS,
8155         DEPRECATED_SIZEOF_CALL_DUMMY_WORDS, and CALL_DUMMY.
8156
8157         * gdbint.texinfo (Target Architecture Definition): Delete
8158         description of DEPRECATED_PUSH_DUMMY_FRAME.
8159
8160         * gdbint.texinfo (Target Architecture Definition): Delete
8161         reference to DEPRECATED_CALL_DUMMY_BREAKPOINT_OFFSET.
8162
8163 2004-05-07  Andrew Cagney  <cagney@redhat.com>
8164
8165         * observer.texi (GDB Observers): Add "Debugging" section.  Include
8166         cross reference to "set/show debug observer".
8167         * gdb.texinfo (Debugging Output): Document "set/show debug
8168         observer".
8169
8170 2004-05-01  Andrew Cagney  <cagney@redhat.com>
8171
8172         * gdbint.texinfo (Target Architecture Definition): Delete
8173         description of DEPRECATED_PC_IN_SIGTRAMP.
8174
8175 2004-04-30  Andrew Cagney  <cagney@redhat.com>
8176
8177         * gdbint.texinfo (Target Architecture Definition): Delete
8178         documentation for BELIEVE_PCC_PROMOTION_TYPE, no longer defined.
8179
8180 2004-04-30  Orjan Friberg  <orjanf@axis.com>
8181
8182         * observer.texi (GDB Observers): Correct spelling.
8183
8184 2004-04-26  Orjan Friberg  <orjanf@axis.com>
8185
8186         * observer.texi (GDB Observers): Add target_changed event.
8187
8188 2004-04-08  Andrew Cagney  <cagney@redhat.com>
8189
8190         * observer.texi (GDB Observers): Rework, provide generic observer
8191         definitions and then a list of observable events.
8192
8193 2004-04-04  Andrew Cagney  <cagney@redhat.com>
8194
8195         * gdbint.texinfo (Host Definition): Delete reference to
8196         NO_SIGINTERRUPT.
8197
8198 2004-04-02  Andrew Cagney  <cagney@redhat.com>
8199
8200         * gdbint.texinfo (Target Architecture Definition): Delete
8201         reference to DEPRECATED_CALL_DUMMY_LENGTH.
8202
8203 2004-03-28  Stephane Carrez  <stcarrez@nerim.fr>
8204
8205         * gdb.texinfo (TUI Commands): Document tui reg commands.
8206
8207 2004-03-26  Andrew Cagney  <cagney@redhat.com>
8208
8209         * gdb.texinfo (TUI): Delete reference to --enable-tui.  Mention
8210         "gdbtui".
8211         (Mode Options): Mention "gdbtui".  Use "Text" not "Terminal".
8212         (Contributors): Mention both Text and Terminal User Interface.
8213
8214 2004-03-23  Andrew Cagney  <cagney@redhat.com>
8215
8216         * gdbint.texinfo (Target Architecture Definition): Deprecate
8217         references to SIGTRAMP_START and SIGTRAMP_END.
8218
8219 2004-03-23  Andrew Cagney  <cagney@redhat.com>
8220
8221         * gdbint.texinfo (Target Architecture Definition): Deprecate
8222         references to PC_IN_SIGTRAMP.
8223
8224 2004-03-19  Andrew Cagney  <cagney@redhat.com>
8225
8226         * gdbint.texinfo (Target Architecture Definition): Delete
8227         reference to GDB_TARGET_IS_HPPA.
8228
8229 2004-03-18  Andrew Cagney  <cagney@redhat.com>
8230
8231         * gdbint.texinfo (Coding): Update section on gdbarch_data,
8232         describe pre_init and post_init.
8233
8234 2004-03-09  Daniel Jacobowitz  <drow@mvista.com>
8235
8236         * gdb.texinfo (Debugging Output): Document values for "set debug
8237         target".
8238
8239 2004-02-28  Andrew Cagney  <cagney@redhat.com>
8240
8241         * gdb.texinfo (Contributors): Mention GDB 6.1 release engineer.
8242
8243 2004-02-26  Jeff Johnston  <jjohnstn@redhat.com>
8244
8245         * gdb.texinfo (breakpoints): Add information about the
8246         new "set breakpoint pending" and "show breakpoint pending"
8247         commands.
8248
8249 2004-02-26  Andrew Cagney  <cagney@redhat.com>
8250
8251         * gdbint.texinfo (Coding): Document use of gdbarch_obstack_zalloc
8252         in Per-architecture module data section.
8253
8254 2004-02-25  Roland McGrath  <roland@redhat.com>
8255
8256         * gdb.texinfo (General Query Packets): Document qPart:... packets.
8257
8258 2004-02-24  Andrew Cagney  <cagney@redhat.com>
8259
8260         * annotate.texinfo: Wrap fdl.texi include in raise/lower sections.
8261         * gdb.texinfo, gdbint.texinfo, stabs.texinfo: Ditto.
8262         * fdl.texi: Import Version 1.2, November 2002.
8263
8264 2004-02-17  Andrew Cagney  <cagney@redhat.com>
8265
8266         * gdb.texinfo (Mode Options): Note that "mi1" is deprecated.
8267
8268 2004-02-16  Andrew Cagney  <cagney@redhat.com>
8269
8270         * gdbint.texinfo (Target Architecture Definition): Deprecate
8271         FRAMELESS_FUNCTION_INVOCATION.
8272
8273 2004-02-16  Andrew Cagney  <cagney@redhat.com>
8274
8275         * gdbint.texinfo (Coding): Mention -Wunused-function.
8276
8277 2004-02-14  Andrew Cagney  <cagney@redhat.com>
8278
8279         * gdbint.texinfo (Target Architecture Definition): Delete
8280         description of DEPRECATED_CALL_DUMMY_STACK_ADJUST.
8281
8282 2004-02-12  Elena Zannoni  <ezannoni@redhat.com>
8283
8284         * gdb.texinfo: Properly quote the name "C++".
8285         * gdbint.texinfo: Ditto.
8286         * stabs.texinfo: Ditto.
8287
8288 2004-02-11  Elena Zannoni  <ezannoni@redhat.com>
8289
8290         * gdbint.texinfo (Support Libraries): Add doco about obstacks and
8291         minimal information about libiberty.
8292
8293 2004-02-06  Michael Chastain  <mec.gnu@mindspring.com>
8294
8295         * gdb.texinfo (Auxiliary Vector): Fix thinko with @value{GDBN}.
8296
8297 2004-02-04  Roland McGrath  <roland@redhat.com>
8298
8299         * gdb.texinfo (Auxiliary Vector): New node (section).
8300         (Data): Add it to the menu.
8301
8302 2004-02-02  Jeff Johnston  <jjohnstn@redhat.com>
8303
8304         * gdb.texinfo (Breakpoints): Add information about pending
8305         breakpoint support.
8306
8307 2004-01-26  Andrew Cagney  <cagney@redhat.com>
8308
8309         * gdb.texinfo (Overview): Delete references to the cisco protocol
8310         including the "N" response.
8311
8312 2004-01-26  Andrew Cagney  <cagney@redhat.com>
8313
8314         * gdbint.texinfo (Target Architecture Definition): Rename
8315         EXTRACT_STRUCT_VALUE_ADDRESS to
8316         DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS.
8317
8318 2004-01-24  Eli Zaretskii  <eliz@gnu.org>
8319
8320         * gdb.texinfo (KOD): Document "show os".  Add index entries for
8321         "set/show os" and "info cisco" commands.
8322
8323 2004-01-21  Eli Zaretskii  <eliz@gnu.org>
8324
8325         * Makefile.in (install-info): Prepend $(DESTDIR) to $(infodir).
8326
8327 2004-01-19  Michael Chastain  <mec.gnu@mindspring.com>
8328
8329         * gdbint.texinfo: Delete USE_MMALLOC, NO_MMCHECK, MMCHECK_FORCE,
8330         MMAP_BASE_ADDRESS, MMAP_INCREMENT.
8331
8332 2004-01-19  Nick Roberts  <nick@nick.uklinux.net>
8333
8334         * gdb.texinfo (GDB/MI Stack Manipulation): Describe extension to
8335         -stack-list-locals.
8336         (GDB/MI Variable Objects): Describe extension to
8337         -var-list-children.
8338
8339 2004-01-17  Daniel Jacobowitz  <drow@mvista.com>
8340
8341         * gdbint.texinfo (DECR_PC_AFTER_HW_BREAK): Don't document.
8342
8343 2004-01-17  Andrew Cagney  <cagney@redhat.com>
8344
8345         * gdbint.texinfo (Target Architecture Definition): Delete
8346         documentation on DEPRECATED_NPC_REGNUM.
8347
8348 2004-01-13  Daniel Jacobowitz  <drow@mvista.com>
8349
8350         * gdb.texinfo: Update copyright year.  Mention that set
8351         follow-fork-mode is supported on GNU/Linux.  Remove documentation of
8352         "set follow-fork-mode ask".
8353
8354 2004-01-13  Andrew Cagney  <cagney@redhat.com>
8355
8356         * gdbint.texinfo: Update copyright year.
8357         (Coding): Add -Wunused-label to list of -Werror warnings.
8358
8359 2004-01-08  Jason Molenda  <jmolenda@apple.com>
8360             Eli Zaretskii  <eliz@gnu.org>
8361
8362         * gdb.texinfo: Update copyright.
8363         (Objective-C): "methodName" typeo fixed.  Add @code/@var markup
8364         around names, as appropriate.  Minor syntax cleanup of
8365         _NSPrintForDebugger explanation.  Two spaces after periods.
8366         GDBN used instead of lit. "gdb".  Index entries added for
8367         print-object and _NSPrintForDebugger.  @noindent added in one spot.
8368
8369 2003-11-11  Elena Zannoni  <ezannoni@redhat.com>
8370
8371         * stabs.texinfo: Add dircategory and direntry commands.
8372         * annotate.texinfo: Ditto.
8373
8374 2003-11-10  Andrew Cagney  <cagney@redhat.com>
8375
8376         * gdbint.texinfo (Target Architecture Definition): Replace the
8377         return_value method's "inval" and "outval" parameters with
8378         "readbuf" and "writebuf".
8379
8380 2003-10-28  Jim Blandy  <jimb@redhat.com>
8381
8382         * gdb.texinfo (The F request packet, The F reply packet): Renamed
8383         from "The `F' request packet" and "The `F' reply packet", to make
8384         texi2dvi happy.
8385         (File-I/O remote protocol extension): Update menu entries, too.
8386
8387 2003-10-26  Michael Chastain  <mec@shout.net>
8388
8389         * gdb.texinfo (Thread Stops): Document the issue with
8390         premature return from system calls in multi-threaded programs.
8391
8392 2003-10-24  Andrew Cagney  <cagney@redhat.com>
8393
8394         * annotate.texinfo: Fix "fortunatly"[sic].
8395
8396 2003-10-23  Kei Sakamoto  <sakamoto.kei@renesas.com>
8397
8398         * gdb.texinfo (Contributors to GDB): Replace "Renesas"
8399         with "Hitachi" and "Mitsubishi".
8400
8401 2003-10-20  Andrew Cagney  <cagney@redhat.com>
8402
8403         * gdbint.texinfo (Target Architecture Definition): Document
8404         gdbarch_return_value.  Add cross references from
8405         USE_STRUCT_CONVENTION, EXTRACT_RETURN_VALUE, and
8406         STORE_RETURN_VALUE, and from/to EXTRACT_STRUCT_VALUE_ADDRESS.
8407
8408 2003-10-18  Mark Kettenis  <kettenis@gnu.org>
8409
8410         * gdbint.texinfo (Target Architecture Definition): Document
8411         regset_from_core_section.
8412
8413 2003-10-16  Kei Sakamot Sakamoto  <sakamoto.kei@renesas.com>
8414
8415         * gdb.texinfo (M32R/D): Mention m32rsdi target.
8416
8417 2003-10-15  Kevin Buettner  <kevinb@redhat.com>
8418
8419         From Anthony Green  <green@redhat.com>:
8420         * gdb.texinfo (Breakpoints related warnings): Insert into menu.
8421
8422 2003-10-14  Kevin Buettner  <kevinb@redhat.com>
8423
8424         * gdb.texinfo (Breakpoint related warnings): New node.
8425         * gdbint.texinfo (ADJUST_BREAKPOINT_ADDRESS): Document.
8426
8427 2003-10-13  Daniel Jacobowitz  <drow@mvista.com>
8428
8429         * gdb.texinfo (Remote Protocol): Document v and vCont.
8430
8431 2003-10-10  Kei Sakamoto  <sakamoto.kei@renesas.com>
8432
8433         * gdb.texinfo: Replace "Hitachi" and "Mitsubishi" with "Renesas".
8434         * gdbint.texinfo: Ditto.
8435
8436 2003-10-09  Andrew Cagney  <cagney@redhat.com>
8437
8438         From 2003-09-18 David Anderson <davea@sgi.com>:
8439         * gdb.texinfo (GDB/MI Symbol Query): Replace "comamnd" with
8440         "command".
8441
8442 2003-10-03  Andrew Cagney  <cagney@redhat.com>
8443
8444         * gdbint.texinfo (Target Architecture Definition): Deprecate
8445         IBM6000_TARGET.  Mention that it implies an RS/6000 system and not
8446         just target.
8447
8448 2003-10-02  Andrew Cagney  <cagney@redhat.com>
8449
8450         * gdbint.texinfo (Target Architecture Definition): Rename
8451         REGISTER_RAW_SIZE to DEPRECATED_REGISTER_RAW_SIZE.
8452         * gdb.texinfo (Packets, Stop Reply Packets): Ditto.
8453         * gdbint.texinfo (Target Architecture Definition): Rename
8454
8455 2003-09-30  Andrew Cagney  <cagney@redhat.com>
8456
8457         REGISTER_VIRTUAL_SIZE to DEPRECATED_REGISTER_VIRTUAL_SIZE.
8458         (Target Architecture Definition):
8459
8460         * gdbint.texinfo (Target Architecture Definition): Rename
8461         REGISTER_VIRTUAL_TYPE to DEPRECATED_REGISTER_VIRTUAL_TYPE.
8462
8463 2003-09-29  Andrew Cagney  <cagney@redhat.com>
8464
8465         * gdbint.texinfo (Target Architecture Definition): Delete
8466         documentation for NEED_TEXT_START_END.
8467
8468         * gdbint.texinfo (Target Architecture Definition): Rename
8469         NPC_REGNUM to DEPRECATED_NPC_REGNUM.  Add cross reference to
8470         TARGET_WRITE_PC.
8471
8472 2003-09-22  Michael Chastain  <mec@shout.net>
8473
8474         * gdbint.texinfo (Testsuite Organization): Change gdb.c++ to gdb.cp.
8475
8476 2003-09-21  Anthony Green  <green@redhat.com>
8477
8478         * gdbint.texinfo (Target Architecture Definition): Fix typos.
8479
8480 2003-09-21  Mark Kettenis  <kettenis@gnu.org>
8481
8482         * gdbint.texinfo (Target Architecture Definition): Document
8483         stabs_argument_has_addr.
8484
8485 2003-09-18  Andrew Cagney  <cagney@redhat.com>
8486
8487         * gdbint.texinfo (Target Architecture Definition): Delete
8488         documentation on REGISTER_NAMES.
8489
8490 2003-09-13  Mark Kettenis  <kettenis@gnu.org>
8491
8492         * gdbint.texinfo (Target Architecture Definition): Replace
8493         REG_STRUCT_HAS_ADDR with DEPRECATED_REG_STRUCT_HAS_ADDR.
8494
8495 2003-09-11  Andrew Cagney  <cagney@redhat.com>
8496
8497         * gdbint.texinfo (Target Architecture Definition): Replace
8498         STACK_ALIGN with DEPRECATED_STACK_ALIGN.
8499
8500 2003-08-18  Andrew Cagney  <cagney@redhat.com>
8501
8502         * gdbint.texinfo (Target Architecture Definition): Document
8503         "frame_red_zone_size".
8504
8505 2003-08-09  Andrew Cagney  <cagney@redhat.com>
8506
8507         * gdb.texinfo (Backtrace): Replace "set/show backtrace-below-main"
8508         with "set/show backtrace past-main" and "set/show backtrace
8509         limit".
8510
8511 2003-08-08  H.J. Lu  <hongjiu.lu@intel.com>
8512
8513         * Makefile.in (install-info): Support DESTDIR.
8514         (install-html): Likewise.
8515
8516 2003-08-07  Andrew Cagney  <cagney@redhat.com>
8517
8518         Patch from Nick Roberts.
8519         * gdb.texinfo (Using GDB under GNU Emacs): Fix/update key
8520         bindings.  Remove description of send-gdb-command.
8521
8522 2003-08-07  Andrew Cagney  <cagney@redhat.com>
8523
8524         * gdb.texinfo (Mode Options): Mention that "mi2" was included in
8525         GDB 6.0.
8526
8527 2003-08-06  Andrew Cagney  <cagney@redhat.com>
8528
8529         * gdb.texinfo (Mode Options): Mention that level three is the
8530         highest available and that level 2 is deprecated.
8531         (Annotations Overview): Mention annotation levels. Cross reference
8532         to "Limitations of the Annotation Interface" in annotate.texi.
8533         (TODO, Value Annotations, Frame Annotations): Delete section.
8534         (Displays, Breakpoint Info): Delete.
8535
8536 2003-08-04  Andrew Cagney  <cagney@redhat.com>
8537
8538         * agentexpr.texi: Delete @bye.
8539         * Makefile.in (STABS_DOC_SOURCE_INCLUDES): Add "fdl.texi"
8540         (stabs.info): Add $(srcdir) to include search path.
8541         (html): Depend on "annotate_toc.html", and not "annotate.html".
8542         * stabs.texinfo: Ditto.  Include "fdl.texi".
8543         * gdbint.texinfo: Update copyright statement's list of invariant
8544         sections.
8545
8546 2003-07-28  Andrew Cagney  <cagney@redhat.com>
8547
8548         * Makefile.in (INFO_DEPS): Add annotate.info.
8549         (dvi, ps, html, pdf): Add annotate.
8550         (ANNOTATE_DOC_SOURCE_INCLUDES): New macro.
8551         (ANNOTATE_DOC_BUILD_INCLUDES): New macro.
8552         (ANNOTATE_DOC_FILES): New macro.
8553         (ANNOTATE_TEX_TMPS): New macro.
8554         (annotate.info, annotate_toc.html): Specify dependencies.
8555         (annotate.ps, annotate.pdf, annotate.dvi): Ditto.
8556         * annotate.texinfo: Rename annotate.texi.  Get building.  Add
8557         "Migrating to GDB/MI" and "Limitations of the Annotation
8558         Interface" chapters.  Mention why it is not part of the user
8559         guide.  Update copyright notice.  Include "fdl.texi".
8560
8561 2003-07-26  Stephane Carrez  <stcarrez@nerim.fr>
8562
8563         * gdb.texinfo (TUI Keys): Document C-x o key to switch active window.
8564
8565 2003-07-24  Daniel Jacobowitz  <drow@mvista.com>
8566
8567         * gdbint.texinfo (libgdb components): Correct a GDB to GDBN.
8568
8569 2003-07-24  Daniel Jacobowitz  <drow@mvista.com>
8570
8571         * gdb.texinfo (Server): Mention pidof.
8572
8573 2003-07-22  Andrew Cagney  <cagney@redhat.com>
8574
8575         * gdbint.texinfo (Coding): Add -Wformat-nonliteral to -Werror
8576         list.
8577
8578 2003-06-28  Daniel Jacobowitz  <drow@mvista.com>
8579
8580         * gdb.texinfo (Logging output): New chapter.
8581
8582 2003-06-24  Joel Brobecker  <brobecker@gnat.com>
8583
8584         * gdb.texinfo (Unsupported languages): New section.
8585         (Languages): Add link to new section.
8586
8587 2003-06-22  Andrew Cagney  <cagney@redhat.com>
8588
8589         * gdb.texinfo (Contributors): Mention 6.0 release engineer.
8590
8591 2003-06-22  Daniel Jacobowitz  <drow@mvista.com>
8592
8593         * gdbint.texinfo (Coding): Clarify use of gdb_XXX.h headers.
8594
8595 2003-06-22  Daniel Jacobowitz  <drow@mvista.com>
8596
8597         * Makefile.in (SFILES_INCLUDED): Add agentexpr.texi.
8598         * agentexpr.texi: Retitle section, and change it to an appendix.
8599         Comment out texinfo initialization.  Factor a @var{} into two
8600         pieces to prevent makeinfo warnings.
8601         * gdb.texinfo: Add Agent Expressions appendix.
8602
8603 2003-06-19  Daniel Jacobowitz  <drow@mvista.com>
8604
8605         * gdbint.texinfo (Native Conditionals): Remove PREPARE_TO_PROCEED.
8606
8607 2003-06-18  Daniel Jacobowitz  <drow@mvista.com>
8608
8609         * gdb.texinfo (Remote Debugging): New section "Connecting to a
8610         remote target".  Document the "detach" and "disconnect" commands.
8611         (Server, Netware, Debug Session): Reference "Connecting to a
8612         remote target".
8613         (GDB/MI Target Manipulation): Document "-target-disconnect".
8614
8615 2003-06-13  Andrew Cagney  <cagney@redhat.com>
8616
8617         * gdbint.texinfo (Target Architecture Definition): Deprecate
8618         REMOTE_BREAKPOINT, LITTLE_REMOTE_BREAKPOINT, and
8619         BIG_REMOTE_BREAKPOINT.  Cross reference BREAKPOINT_FROM_PC.
8620
8621 2003-06-09  Jim Blandy  <jimb@redhat.com>
8622
8623         * gdb.texinfo (Separate Debug Files): Remove extra semicolon.
8624
8625 2003-06-08  Andrew Cagney  <cagney@redhat.com>
8626
8627         * gdbint.texinfo (Target Architecture Definition): Delete
8628         documentation on FRAME_ARGS_ADDRESS_CORRECT.
8629
8630 2003-06-08  Andrew Cagney  <cagney@redhat.com>
8631
8632         * gdbint.texinfo (Target Architecture Definition): Document
8633         "unwind_sp".  Cross reference "unwind_sp" and TARGET_READ_SP.
8634
8635 2003-06-07  Adam Fedor  <fedor@gnu.org>
8636
8637         * gdb.texinfo: Add Objective-C documentation.
8638
8639 2003-06-01  Andrew Cagney  <cagney@redhat.com>
8640
8641         * gdbint.texinfo (Target Architecture Definition): Add "func_addr"
8642         parameter to "push_dummy_call".  Rename "dummy_addr" to "bp_addr".
8643
8644 2003-05-21  Andrew Cagney  <cagney@redhat.com>
8645
8646         * gdbint.texinfo (Target Architecture Definition): Delete
8647         references to "extract_address" and "store_address".
8648
8649 2003-05-16  Andrew Cagney  <cagney@redhat.com>
8650
8651         * gdbint.texinfo (Target Architecture Definition): Replace
8652         REGISTER_BYTES with DEPRECATED_REGISTER_BYTES.  Fix typo,
8653         DEPRECATED_REGISTER_SIZE instead of REGISTER_BYTE.
8654
8655 2003-05-14  Theodore A. Roth  <troth@openavr.org>
8656
8657         * gdbint.texinfo (Breakpoint Handling): Correct a double negative.
8658
8659 2003-05-10  H.J. Lu <hongjiu.lu@intel.com>
8660
8661         * Makefile.in (gdb-cfg.texi): Replace $$LN_S with $(LN_S).
8662         (gdb.dvi): Likewise.
8663         (gdb.pdf): Likewise.
8664         (links2roff): Likewise.
8665
8666 2003-05-08  Jim Blandy  <jimb@redhat.com>
8667
8668         * gdb.texinfo (Dump/Restore Files): Update documentation for
8669         'dump', 'append', and 'restore': note that format argument is
8670         optional; simplify presentation of the command variants; and be
8671         more precise about the formats.
8672
8673 2003-05-07  Jim Blandy  <jimb@redhat.com>
8674
8675         * gdb.texinfo (Symbols): Update documentation: 'maint list
8676         symtabs' and 'maint list psymtabs' have been renamed 'maint info
8677         symtabs' and 'maint info psymtabs'.
8678
8679 2003-05-05  Andrew Cagney  <cagney@redhat.com>
8680
8681         * gdbint.texinfo (Target Architecture Definition): Make
8682         CALL_DUMMY_WORDS, SIZEOF_CALL_DUMMY_WORDS, CALL_DUMMY_LENGTH,
8683         FIX_CALL_DUMMY, CALL_DUMMY_BREAKPOINT_OFFSET and
8684         CALL_DUMMY_BREAKPOINT_OFFSET deprecated.
8685
8686 2003-05-04  Andrew Cagney  <cagney@redhat.com>
8687
8688         * gdb.texinfo (Maintenance Commands): Document "maint print
8689         dummy-frames".
8690
8691 2003-05-04  Andrew Cagney  <cagney@redhat.com>
8692
8693         * gdb.texinfo (GDB/MI Symbol Query): Use @{ and @}.
8694
8695 2003-05-03  J. Brobecker  <brobecker@gnat.com>
8696
8697         Thierry Schneider  <tpschneider1@yahoo.com>
8698         * gdb.texinfo (section GDB/MI Symbol Query): Add documentation
8699         for new MI command.
8700
8701 2003-05-03  Andrew Cagney  <cagney@redhat.com>
8702
8703         * gdbint.texinfo (Target Architecture Definition): Document
8704         push_dummy_code.  Add cross references.
8705
8706 2003-05-02  Elena Zannoni  <ezannoni@redhat.com>
8707
8708         * gdb.texinfo (Character Sets): Update to reflect new behavior of
8709         set/show charsets commands.
8710
8711 2003-04-28  Andrew Cagney  <cagney@redhat.com>
8712
8713         * gdbint.texinfo (Target Architecture Definition): Replace
8714         read_fp, TARGET_READ_FP and FP_REGNUM, with deprecated_read_fp,
8715         DEPRECATED_TARGET_READ_FP and DEPRECATED_REGNUM.
8716
8717 2003-04-28  Andrew Cagney  <cagney@redhat.com>
8718
8719         * gdbint.texinfo (Target Architecture Definition): Rename
8720         "tm_print_insn" to "deprecated_tm_print_insn".
8721
8722 2003-04-09  Jim Blandy  <jimb@redhat.com>
8723
8724         * gdb.texinfo (Symbols): Document 'maint list symtabs' and 'maint
8725         list psymtabs'.
8726
8727 2003-04-08  Andrew Cagney  <cagney@redhat.com>
8728
8729         * gdbint.texinfo (Target Architecture Definition): Delete
8730         references to EXTRA_FRAME_INFO.
8731
8732 2003-04-08  Andrew Cagney  <cagney@redhat.com>
8733
8734         * gdbint.texinfo (Target Architecture Definition): Delete
8735         PRINT_TYPELESS_INTEGER.
8736
8737 2003-04-02  J. Brobecker  <brobecker@gnat.com>
8738
8739         * observer.texi (GDB Observers): Adjust the documentation for the
8740         normal_stop notification to better describe reality. Fix a couple
8741         of minor typos.
8742
8743 2003-04-02  Bob Rossi  <bob_rossi@cox.net>
8744
8745         * gdb.texinfo (GDB/MI Program Control): Add
8746         '-file-list-exec-source-file'
8747
8748 2003-03-31  Andrew Cagney  <cagney@redhat.com>
8749
8750         * gdbint.texinfo (Target Architecture Definition): Delete
8751         references to CALL_DUMMY_P.
8752
8753 2003-03-30  Andrew Cagney  <cagney@redhat.com>
8754
8755         * gdbint.texinfo (Target Architecture Definition): Remove
8756         reference to TARGET_WRITE_SP.
8757
8758 2003-03-27  Andrew Cagney  <cagney@redhat.com>
8759
8760         * gdbint.texinfo (Target Architecture Definition): Remove
8761         references to write_sp.
8762
8763 2003-03-27  Andrew Cagney  <cagney@redhat.com>
8764
8765         * gdb.texinfo (GDB/MI Variable Objects): Replace @include with
8766         chapter body.  Use @smallexample instead of @example.
8767         (Annotations): Ditto.
8768         * Makefile.in (GDB_DOC_SOURCE_INCLUDES): Remove gdbmi.texinfo and
8769         annotate.texi.
8770
8771 2003-03-26  Andrew Cagney  <cagney@redhat.com>
8772
8773         * gdbint.texinfo (Target Architecture Definition): Replace
8774         PUSH_ARGUMENTS with push_dummy_call, add gdbarch, regcache and
8775         dummy_addr parameters.
8776
8777 2003-03-25  Andrew Cagney  <cagney@redhat.com>
8778
8779         * gdbint.texinfo (Target Architecture Definition): Delete
8780         reference to CALL_DUMMY_STACK_ADJUST_P.  Rename
8781         CALL_DUMMY_STACK_ADJUST to DEPRECATED_CALL_DUMMY_STACK_ADJUST.
8782         Add reference to PUSH_ARGUMENTS.
8783
8784 2003-03-23  Andrew Cagney  <cagney@redhat.com>
8785
8786         * gdbint.texinfo (Algorithms, Target Architecture Definition):
8787         Deprecate FRAME_CHAIN and FRAME_CHAIN_VALID.
8788
8789 2003-03-18  J. Brobecker  <brobecker@gnat.com>
8790
8791         * gdbint.texinfo (Algorithms): Add new section describing the
8792         Observer paradigm.
8793         (Top): Add menu entry to new observer appendix.
8794         * observer.texi: New file.
8795         * Makefile.in (GDBINT_DOC_SOURCE_INCLUDES): Add dependency on
8796         new observer.texi file.
8797
8798 2003-03-17  Andrew Cagney  <cagney@redhat.com>
8799
8800         * gdb.texinfo (DATE): Delete.  Remove date from titles.  Mention
8801         that GNU Press update the manual version number.
8802
8803 2003-03-12  Andrew Cagney  <cagney@redhat.com>
8804
8805         * gdbint.texinfo (Target Architecture Definition): Delete
8806         references to get_saved_register.  Rename GET_SAVED_REGISTER to
8807         DEPRECATED_GET_SAVED_REGISTER.
8808
8809 2003-03-13  Andrew Cagney  <cagney@redhat.com>
8810
8811         * gdbint.texinfo (Target Architecture Definition): Replace
8812         POP_FRAME with DEPRECATED_POP_FRAME.  Update description.
8813
8814 2003-03-12  Andrew Cagney  <cagney@redhat.com>
8815
8816         * gdbint.texinfo (Target Architecture Definition): Rename
8817         FRAME_SAVED_PC to DEPRECATED_FRAME_SAVED_PC.
8818
8819 2003-03-10  Corinna Vinschen  <vinschen@redhat.com>
8820
8821         * gdb.texinfo: Add File-I/O documentation.
8822
8823 2003-03-10  Andrew Cagney  <cagney@redhat.com>
8824
8825         * gdbint.texinfo (Target Architecture Definition): Cross reference
8826         FRAME_SAVED_PC to unwind_pc.  Document unwind_pc.
8827
8828 2003-03-07  Andrew Cagney  <cagney@redhat.com>
8829
8830         * gdb.texinfo (Debugging Output): Mention the "set/show debug
8831         frame" command.
8832
8833 2003-03-05  Andrew Cagney  <cagney@redhat.com>
8834
8835         * gdbint.texinfo (Target Architecture Definition): Document
8836         unwind_dummy_id.  Cross reference unwind_dummy_id and
8837         SAVE_DUMMY_FRAME_TOS.
8838
8839 2003-03-05  James Ingham <jingham@apple.com>
8840             Daniel Jacobowitz  <drow@mvista.com>
8841
8842         * gdb.texinfo (Configuring the current ABI): Document "set cp-abi"
8843         and "show cp-abi".
8844
8845 2003-03-03  Andrew Cagney  <cagney@redhat.com>
8846
8847         * gdbint.texinfo (Target Architecture Definition): Document
8848         register_type.
8849
8850 2003-03-03  Andrew Cagney  <cagney@redhat.com>
8851
8852         * stabs.texinfo (Structures): Use @samp and separate @var's
8853         instead of a single @var containing a comma separated list.
8854         (Unions): Ditto.
8855
8856 2003-03-02  Daniel Jacobowitz  <drow@mvista.com>
8857
8858         * Makefile.in (distclean): Remove config.log.
8859
8860 2003-03-01  Andrew Cagney  <cagney@redhat.com>
8861
8862         * gdbint.texinfo (Target Architecture Definition): Rename
8863         FRAME_INIT_SAVED_REGS to DEPRECATED_FRAME_INIT_SAVED_REGS.
8864
8865 2003-03-01  Andrew Cagney  <cagney@redhat.com>
8866
8867         * gdbint.texinfo: Rename INIT_EXTRA_FRAME_INFO to
8868         DEPRECATED_INIT_EXTRA_FRAME_INFO.
8869
8870 2003-02-23  Raoul Gough  <RaoulGough@yahoo.co.uk>
8871
8872         * gdb.texinfo (Cygwin Native): Links to Non-debug DLL symbols.
8873         (Non-debug DLL symbols): New node, describing the minimal symbols
8874         loaded from DLLs without real debugging symbols.
8875
8876 2003-02-20  Andrew Cagney  <ac131313@redhat.com>
8877
8878         * gdb.texinfo (Set Breaks): Add cross reference to "set remote
8879         hardware-breakpoint-limit".
8880         (Set Watchpoints): Add cross reference to "set remote
8881         hardware-watchpoint-limit".
8882         (Remote configuration options): New section.
8883
8884 2003-02-04  Andrew Cagney  <ac131313@redhat.com>
8885
8886         * gdbint.texinfo (Target Architecture Definition): Delete
8887         descrption of IS_TRAPPED_INTERNALVAR.
8888
8889         From Keith Seitz <keiths@redhat.com>:
8890         * gdb.texinfo (Interpreters): New chapter.  Refer the command-line
8891         option "-i"/"--interpreter" to this chapter.  Include index
8892         entries.
8893
8894 2003-02-04  David Carlton  <carlton@math.stanford.edu>
8895
8896         * gdb.texinfo (C@t{++}): Recommend DWARF 2, then stabs+.
8897         (Variables): Recommend stabs+ and DWARF 2.
8898         (C plus plus expressions): Correct info about
8899         compiler versions, debug formats.
8900         (Contributors): Change 'DWARF2' to 'DWARF 2'.
8901         PR symtab/874.
8902
8903 2003-02-01  Andrew Cagney  <ac131313@redhat.com>
8904
8905         * gdbint.texinfo (Target Architecture Definition): Delete
8906         description of ADDITIONAL_OPTIONS, ADDITIONAL_OPTION_CASES,
8907         ADDITIONAL_OPTION_HANDLER, and ADDITIONAL_OPTION_HELP, and
8908         BEFORE_MAIN_LOOP_HOOK, and DBX_PARM_SYMBOL_CLASS along with
8909         references to nindy and i960.
8910         * gdb.texinfo (i960): Delete all references to i960 and nindy.
8911
8912 2003-02-01  Andrew Cagney  <ac131313@redhat.com>
8913
8914         * gdbint.texinfo (Target Architecture Definition): Delete
8915         FLOAT_INFO.
8916
8917 2003-01-30  Andrew Cagney  <ac131313@redhat.com>
8918
8919         * stabs.texinfo (Member Type Descriptor): Clarify description of
8920         `@'.  Suggested by Ben Hutchings.
8921
8922 2003-01-29  Andrew Cagney  <ac131313@redhat.com>
8923
8924         * gdb.texinfo (M68K): Delete reference to es1800.
8925
8926 2003-01-29  Andrew Cagney  <ac131313@redhat.com>
8927
8928         * gdb.texinfo (Maintenance Commands): Document `maint print
8929         reggroups' and `maint print register-groups'.
8930         * gdbint.texinfo (Target Architecture Definition): Document
8931         register_reggroup_p.
8932
8933 2003-01-23  Jim Blandy  <jimb@redhat.com>
8934
8935         * gdb.texinfo (Separate Debug Files): New section.
8936
8937 2003-01-22  Daniel Jacobowitz  <drow@mvista.com>
8938
8939         * gdb.texinfo (Maintenance Commands): Add "maint set profile"
8940         and "maint show profile".
8941
8942 2003-01-16  Michael Chastain  <mec@shout.net>
8943
8944         * gdb.texinfo (Installing GDB): Warn against
8945         ".../gdb-VERSION/gdb/configure".
8946         (Separate Objdir): Likewise.
8947
8948 2003-01-15  Andrew Cagney  <ac131313@redhat.com>
8949
8950         * gdbint.texinfo (Target Architecture Definition): Delete
8951         definition of PRINT_REGISTER_HOOK.
8952
8953 2003-01-15  Elena Zannoni  <ezannoni@redhat.com>
8954
8955         (OpenRISC 1000): Fix formatting of command names.
8956
8957 2003-01-15  Elena Zannoni  <ezannoni@redhat.com>
8958
8959         * gdb.texinfo (Continuing and Stepping): Add new command
8960         'advance'. Clarify behavior of 'until'.
8961
8962 2003-01-13  Daniel Jacobowitz  <drow@mvista.com>
8963
8964         * gdb.texinfo (Files): Document solib-absolute-prefix and
8965         solib-search-path.
8966
8967 2003-01-09  Michael Chastain  <mec@shout.net>
8968
8969         * gdbint.texinfo (Configuring @value{GDBN} for Release): Delete.
8970         (Create a Release): Add new instructions for new @file{src-release}.
8971         Document existing instructions for @file{Makefile.in} as
8972         being for @value{GDBN} 5.3.1 or earlier.
8973
8974 2003-01-09  Andrew Cagney  <ac131313@redhat.com>
8975
8976         * gdbint.texinfo (Target Architecture Definition): Mention
8977         frame_saved_regs_zalloc and frame_extra_info_zalloc as the way to
8978         allocate memory.
8979
8980 2003-01-04  Daniel Jacobowitz  <drow@mvista.com>
8981
8982         * gdb.texinfo (Controlling GDB): Add @kindex for
8983         "show osabi".
8984         (Backtraces): Add @kindex's for backtrace-below-main.
8985
8986 2003-01-04  Daniel Jacobowitz  <drow@mvista.com>
8987
8988         * gdb.texinfo (Controlling GDB): Document "set osabi".
8989
8990 2003-01-04  Daniel Jacobowitz  <drow@mvista.com>
8991
8992         * gdb.texinfo (Backtraces): Document "set backtrace-below-main".
8993         * gdbint.texinfo (FRAME_CHAIN_VALID): Update documentation.
8994
8995 2003-01-04  Daniel Jacobowitz  <drow@mvista.com>
8996
8997         * gdb.texinfo (Controlling GDB): Add ABI section.  Document
8998         "set coerce-float-to-double".
8999         * gdbint.texinfo (COERCE_FLOAT_TO_DOUBLE): Remove documentation.
9000
9001 2003-01-02  Andrew Cagney  <ac131313@redhat.com>
9002
9003         * stabs.texinfo: Remove obsolete text.
9004         * gdbint.texinfo: Ditto.
9005         * gdb.texinfo: Ditto.
9006
9007 2002-12-22  Mark Kettenis  <kettenis@gnu.org>
9008
9009         * gdbint.texinfo (Target Architecture Definition): Update
9010         description of gdbarch_register_osabi.
9011
9012 2002-12-20  Kazu Hirata  <kazu@cs.umass.edu>
9013
9014         * agentexpr.texi: Fix typos.
9015         * annotate.texi: Likewise.
9016         * fdl.texi: Likewise.
9017
9018 2002-12-10  Andrew Cagney  <cagney@redhat.com>
9019
9020         * gdbint.texinfo (Algorithms): Replace INIT_FRAME_PC with
9021         DEPRECATED_INIT_FRAME_PC.
9022
9023 2002-12-01  Andrew Cagney  <ac131313@redhat.com>
9024
9025         * gdbint.texinfo (Target Architecture Definition): Delete
9026         PC_IN_CALL_DUMMY.
9027
9028 2002-11-28  Andrew Cagney  <ac131313@redhat.com>
9029
9030         * gdbint.texinfo (Host Definition): Delete documentation on
9031         USE_GENERIC_DUMMY_FRAMES.
9032
9033 2002-11-26  Elena Zannoni  <ezannoni@redhat.com>
9034
9035         Fix PR gdb/723 and PR gdb/245.
9036         * Makefile.in (install-info): Run the install-info command as part
9037         of the post install steps only.
9038         (uninstall-info): New target.
9039         (uninstall): New target.
9040
9041 2002-11-22  Elena Zannoni  <ezannoni@redhat.com>
9042
9043         * Makefile.in (install): Make install do some real work.
9044
9045 2002-11-19  Andrew Cagney  <ac131313@redhat.com>
9046
9047         Fix POSIX problem reported by Paul Eggert.
9048         * Makefile.in (GDBvn.texi): Use `sed q' instead of `head -1'.
9049         Fix PR gdb/527.
9050
9051 2002-10-26  Andrew Cagney  <cagney@redhat.com>
9052
9053         * gdbint.texinfo (Target Architecture Definition): Delete
9054         definition of DO_REGISTERS_INFO.
9055
9056 2002-10-18  Kevin Buettner  <kevinb@redhat.com>
9057
9058         * gdbint.texinfo (Address Classes): Fix problems with insertion
9059         of ``{'' and ``}'' in example.
9060
9061 2002-10-17  Kevin Buettner  <kevinb@redhat.com>
9062
9063         * gdbint.texinfo (Address Classes): New section.
9064         (Target Conditionals): Document ADDRESS_CLASS_NAME_TO_TYPE_FLAGS,
9065         ADDRESS_CLASS_NAME_TO_TYPE_FLAGS_P, ADDRESS_CLASS_TYPE_FLAGS,
9066         ADDRESS_CLASS_TYPE_FLAGS_P, ADDRESS_CLASS_TYPE_FLAGS_TO_NAME, and
9067         ADDRESS_CLASS_TYPE_FLAGS_TO_NAME_P.
9068
9069 2002-10-11  Klee Dienes  <kdienes@apple.com>
9070
9071         * gdb.texinfo (Registers): Mention vector registers as well as
9072         floating registers in the documentation for 'info registers' and
9073         'info all-registers'.
9074
9075 2002-10-11  Daniel Jacobowitz  <drow@mvista.com>
9076
9077         * gdbint.texinfo (CPLUS_MARKER): Remove item.
9078
9079 2002-10-03  Jeff Johnston  <jjohnstn@redhat.com>
9080
9081         * gdbint.texinfo (Item Output Functions): Add new ui_out_field_fmt_int
9082         interface definition.
9083
9084 2002-10-03  Marko Mlinar   <markom@opencores.org>
9085
9086         * gdb.texinfo (Target Commands): Add or1k target specific
9087         commands.
9088         * gdb.texinfo (Contributors): Add myself to the contributors list.
9089
9090 2002-10-01  Andrew Cagney  <ac131313@redhat.com>
9091
9092         * gdb.texinfo (Mode Options): Update --interpreter option.  "mi2"
9093         and "mi1" instead of "mi1" and "mi0".
9094
9095 2002-09-29  Hans-Peter Nilsson  <hp@bitrange.com>
9096
9097         * gdb.texinfo (Packets): Fix typos "alligned".
9098         Correct z3/Z3 description.  Correct z4/Z4 title.
9099
9100 2002-09-27  Andrew Cagney  <ac131313@redhat.com>
9101
9102         * all-cfg.texi: Use @sc for GDB and GCC.  Update copyright.
9103
9104 2002-09-25  Kevin Buettner  <kevinb@redhat.com>
9105
9106         * gdb.texinfo: Use GNU/Linux instead of Linux.
9107
9108 2002-09-25  Andrew Cagney  <ac131313@redhat.com>
9109
9110         * gdb.texinfo (Packets): Replace @samp{} with ``an empty string''.
9111
9112 2002-09-24  Andrew Cagney  <ac131313@redhat.com>
9113
9114         * gdb.texinfo: Replace @example with @smallexample.
9115
9116 2002-09-20  Kevin Buettner  <kevinb@redhat.com>
9117
9118         From Eli Zaretskii  <eliz@gnu.org>:
9119         * gdb.texinfo (Character Sets): Use @smallexample instead of
9120         @example.  Use GNU/Linux instead of Linux.
9121
9122 2002-09-20  Jim Blandy  <jimb@redhat.com>
9123
9124         * gdb.texinfo: Add character set documentation.
9125
9126 2002-09-19  Andrew Cagney  <ac131313@redhat.com>
9127
9128         * gdb.texinfo (Packets): Revise `z' and `Z' packet documentation.
9129         (Packets): Add cross reference from `b' packet to `z' packets.
9130
9131 2002-09-19  Andrew Cagney  <ac131313@redhat.com>
9132
9133         * gdb.texinfo (Maintenance Commands): Document ``maint
9134         internal-error'' and ``maint internal-warning''.
9135
9136         * gdbint.texinfo (Target Architecture Definition): Revise
9137         description of STACK_ALIGN.  Add description of FRAME_ALIGN.
9138
9139 2002-09-19  Joel Brobecker  <brobecker@gnat.com>
9140
9141         * gdbint.texinfo (Target Conditionals): Document the new
9142         NAME_OF_MALLOC macro.
9143
9144 2002-09-05  Andrew Cagney  <ac131313@redhat.com>
9145
9146         * gdb.texinfo (Contributors): Mention 5.2 and 5.3 release
9147         engineer.
9148
9149 2002-09-02  Stephane Carrez  <stcarrez@nerim.fr>
9150
9151         * gdb.texinfo (TUI Overview): Document status line fields.
9152
9153 2002-09-02  Stephane Carrez  <stcarrez@nerim.fr>
9154
9155         * gdb.texinfo (TUI Commands): Document info win command.
9156
9157 2002-09-01  Stephane Carrez  <stcarrez@nerim.fr>
9158
9159         * gdb.texinfo (TUI Overview): Document breakpoint markers.
9160
9161 2002-09-01  Stephane Carrez  <stcarrez@nerim.fr>
9162
9163         * gdb.texinfo (TUI Single Key Mode): Document new SingleKey mode.
9164         (TUI Keys): Likewise.
9165
9166 2002-08-25  Andrew Cagney  <ac131313@redhat.com>
9167
9168         * gdb.texinfo (Examples): Use ``->'' for a packet send and ``<-''
9169         for a packet receive.
9170
9171 2002-08-25  Andrew Cagney  <ac131313@redhat.com>
9172
9173         * Makefile.in (clean): Move to end of file.
9174         (distclean, maintainer-clean, realclean): Ditto.
9175         (mostlyclean): Move rule to end of file.  Use GDB_TEX_TMPS,
9176         GDBINT_TEX_TMPS, STABS_TEX_TMPS.
9177         (gdb.dvi, gdb.pdf): Do not cleanup TeX temp files after texi2dvi.
9178         (gdbint.dvi, gdbint.pdf, stabs.dvi, stabs.pdf): Ditto.
9179
9180 2002-08-24  Andrew Cagney  <ac131313@redhat.com>
9181
9182         * Makefile.in (GDBINT_TEX_TMPS): Define.
9183         (gdbint.dvi, gdbint.pdf): Use
9184         (GDB_TEX_TMPS): Define.
9185         (gdb.dvi, gdb.pdf): Use.
9186         (STABS_TEX_TMPS): Define.
9187         (stabs.dvi, stabs.pdf): Use.
9188         (GDB_DOC_SOURCE_INCLUDES): New macros.
9189         (GDB_DOC_BUILD_INCLUDES, GDB_DOC_FILES): New macros.
9190         (GDBINT_DOC_FILES_INCLUDES): New macros.
9191         (GDBINT_DOC_BUILD_INCLUDES): New macros.
9192         (GDBINT_DOC_FILES, STABS_DOC_SOURCE_INCLUDES): New macros.
9193         (STABS_DOC_BUILD_INCLUDES, STABS_DOC_FILES): New macros.
9194         (SFILES_DOC, SFILES_INCLUDED, SFILES_LOCAL): Delete macros.
9195         (links2roff): Replace SFILES_INCLUDED with
9196         GDB_DOC_SOURCE_INCLUDES.
9197         (gdb.dvi, gdb_toc.html, gdb.pdf, gdb.info): Update dependencies.
9198         (gdb.me, gdb.mm, gdb.ms): Update dependencies.
9199         (gdbint.dvi, gdbint_toc.html, gdbint.pdf, gdbint.info): Update
9200         dependencies.
9201         (stabs.info, stabs_toc.html, stabs.pdf, stabs.dvi): Update
9202         dependencies.
9203         (gdbmi.texinfo): Delete rule.
9204         (inc-hist.texinfo): Delete rule.
9205         (rluser.texinfo): Delete rule.
9206
9207 2002-08-23  Andrew Cagney  <cagney@redhat.com>
9208
9209         * gdbint.texinfo (Target Architecture Definition): Update
9210         STORE_RETURN_VALUE, mention regcache.
9211
9212 2002-08-21  Andrew Cagney  <ac131313@redhat.com>
9213
9214         * gdbint.texinfo (Target Architecture Definition): Document
9215         print_registers_info.  Note that DO_REGISTERS_INFO is deprecated.
9216
9217 2002-08-19  Andrew Cagney  <ac131313@redhat.com>
9218
9219         * gdb.texinfo (Remote Protocol): Reformat.  Use cross references.
9220         Fix minor typos.  Add index entries.
9221
9222 2002-08-18  Andrew Cagney  <ac131313@redhat.com>
9223
9224         * gdb.texinfo (Data): Add ``Vector Unit'' to menu.
9225
9226 2002-08-15  Andrew Cagney  <ac131313@redhat.com>
9227
9228         * gdbint.texinfo (Target Architecture Definition): Document
9229         PRINT_VECTOR_INFO.
9230         * gdb.texinfo (Vector Unit): Document "info vectors" command.
9231
9232 2002-08-13  Andrew Cagney  <ac131313@redhat.com>
9233
9234         * gdb.texinfo (Maintenance Commands): Document "maint print
9235         registers", "maint print raw-registers" and "maint print
9236         cooked-registers".
9237
9238 2002-08-08  Grace Sainsbury  <graces@redhat.com>
9239
9240         From Mark Salter:
9241         * gdb.texinfo (Protocol): Document T packet extension to
9242         allow watchpoint address reporting.
9243
9244 2002-08-03  Andrew Cagney  <ac131313@redhat.com>
9245
9246         * gdb.texinfo (Dump/Restore Files): Move `[]' to outside of @var.
9247
9248 2002-08-01  Andrew Cagney  <cagney@redhat.com>
9249
9250         * stabs.texinfo, gdb.texinfo, gdbint.texinfo: Obsolete references
9251         to CHILL.
9252
9253 2002-08-01  Andrew Cagney  <ac131313@redhat.com>
9254
9255         * gdbint.texinfo (Coding): Revise section "Include Files".
9256
9257 2002-07-24  Andrew Cagney  <cagney@redhat.com>
9258
9259         * gdbint.texinfo: Obsolete references to m88k.
9260         * gdb.texinfo: Ditto.
9261
9262 2002-07-10  Joel Brobecker  <brobecker@gnat.com>
9263
9264         * gdbint.texinfo (Create a release candiate): Add the location
9265         where the proper version of autoconf can be retrieved.
9266
9267 2002-07-09  Don Howard  <dhoward@redhat.com>
9268
9269         * gdb.texinfo (Command Files): Further describe the behavior of
9270         sourced command files.
9271
9272 2002-06-27  Andrew Cagney  <ac131313@redhat.com>
9273
9274         * gdbint.texinfo (User Interface): ISO C rather than ISO-C.
9275         (Coding): Clarify ISO C version that GDB assumes.
9276
9277 2002-06-26  Tom Tromey  <tromey@redhat.com>
9278
9279         * gdbint.texinfo (User Interface): Mention add_setshow_cmd and
9280         add_setshow_cmd_full.
9281
9282 2002-06-25  Don Howard  <dhoward@redhat.com>
9283
9284         * gdb.texinfo (Memory Region Attributes): Document new behavior
9285         for 'mem' command.
9286
9287 2002-06-11  Jim Blandy  <jimb@redhat.com>
9288
9289         * gdb.texinfo (Symbols): Update documentation for `info source'
9290         command.
9291
9292         * gdb.texinfo (Macros): Call the command `info macro', not
9293         `show macro'.
9294
9295 2002-06-09  Andrew Cagney  <ac131313@redhat.com>
9296
9297         * gdbint.texinfo (Coding): Add section ``Per-architecture module
9298         data''.
9299
9300 2002-06-09  Mark Kettenis  <kettenis@gnu.org>
9301
9302         * gdbint.texinfo (Target Architecture Definition): Document
9303         GDB_OSABI_GO32 and GDB_OSABI_NETWARE.
9304
9305 2002-06-08  Andrew Cagney  <ac131313@redhat.com>
9306
9307         * gdbint.texinfo (Releasing GDB): Fix typos in @itemize @bullet
9308         lists.
9309
9310 2002-06-08  Andrew Cagney  <ac131313@redhat.com>
9311
9312         * gdbint.texinfo (Releasing GDB): Revise the section ``Cut the
9313         Branch''.
9314
9315 2002-06-01  Andrew Cagney  <ac131313@redhat.com>
9316
9317         * gdbint.texinfo (Target Architecture Definition): Add section
9318         ``Converting an existing Target Architecture to Multi-arch''.
9319
9320 2002-05-30  Andrew Cagney  <ac131313@redhat.com>
9321
9322         * gdbint.texinfo (Releasing GDB): Rename ``Obsoleting any code''
9323         to ``Obsoleting code''.  Revise.
9324
9325 2002-05-17  Jim Blandy  <jimb@redhat.com>
9326
9327         * gdb.texinfo (C Preprocessor Macros): New chapter.
9328         Include it in the main menu.
9329         (Contributors): Credit Jim Blandy with macro support.
9330         (Compilation): Explain how to get macro information into the
9331         executable.
9332         (Expressions): Note that preprocessor macros are expanded.
9333
9334 2002-05-14  Daniel Jacobowitz  <drow@mvista.com>
9335
9336         * gdb.texinfo (Debug Session): Document new `udp:' and `tcp:'
9337         options for `target remote'.
9338
9339 2002-05-13  Andrew Cagney  <ac131313@redhat.com>
9340
9341         * gdbint.texinfo (Target Architecture Definition): Delete
9342         documentation on NNPC_REGNUM.
9343
9344 2002-05-11  Andrew Cagney  <ac131313@redhat.com>
9345
9346         * gdbint.texinfo (Target Architecture Definition): Document
9347         REGISTER_TO_VALUE and VALUE_TO_REGISTER and CONVERT_REGISTER_P.
9348         (Target Architecture Definition): Revise section `Using Different
9349         Register and Memory Data Representations'.  Add section `Raw and
9350         Virtual Register Representations'.
9351
9352 2002-05-11  Andrew Cagney  <ac131313@redhat.com>
9353
9354         * gdbint.texinfo (Target Architecture Definition): Mention
9355         defaults for REGISTER_VIRTUAL_SIZE and REGISTER_RAW_SIZE.
9356         (Target Architecture Definition): Mention same.  Add references to
9357         web pages.
9358
9359 2002-05-08  Michael Snyder  <msnyder@redhat.com>
9360
9361         * stabs.texinfo (Attributes): Document new "vector" attribute.
9362
9363 2002-05-04  Andrew Cagney  <ac131313@redhat.com>
9364
9365         * gdbint.texinfo (Releasing GDB): Revise `Create a Release'.
9366
9367 2002-05-04  Andrew Cagney  <ac131313@redhat.com>
9368
9369         * gdb.texinfo: Delete obsolete references to a29k.
9370
9371 2002-04-24  Andrew Cagney  <ac131313@redhat.com>
9372
9373         * gdbint.texinfo (Target Architecture Definition): Replace
9374         IN_SIGTRAMP with PC_IN_SIGTRAMP.
9375
9376 2002-04-24  David S. Miller  <davem@redhat.com>
9377
9378         * gdbint.texinfo (REGISTER_IN_WINDOW): Delete definition.
9379
9380 2002-04-21  David S. Miller  <davem@redhat.com>
9381
9382         * gdbint.texinfo (SKIP_PROLOGUE_FRAMELESS_P): Delete definition.
9383
9384 2002-04-21  Andrew Cagney  <ac131313@redhat.com>
9385
9386         * gdbint.texinfo (Target Architecture Definition): Delete
9387         definition of HAVE_REGISTER_WINDOWS.
9388
9389 2002-04-19  Eli Zaretskii  <eliz@gnu.org>
9390
9391         * gdbint.texinfo (Releasing GDB, Coding): Fix typos.  Reported by
9392         "Theodore A. Roth" <troth@verinet.com>.
9393
9394 2002-04-15  Don Howard  <dhoward@redhat.com>
9395
9396         From Eli Zaretskii <eliz@gnu.org>
9397         * gdb.texinfo (show max-user-call-depth): Correct formatting.
9398         Provide a better explaination of this feature.
9399
9400 2002-04-14  Andrew Cagney  <ac131313@redhat.com>
9401
9402         * gdbint.texinfo (Target Architecture Definition): Remove
9403         FRAME_CHAIN_COMBINE.
9404
9405 2002-04-12  Michael Chastain  <mec@shout.net>
9406
9407         * gdbint.texinfo (Obsolete Conditionals): Remove reference to
9408         REG_STACK_SEGMENT.
9409
9410 2002-04-09  Michael Chastain  <mec@shout.net>
9411
9412         * gdbint.texinfo (Obsolete Conditionals): Remove references to
9413         PYRAMID_* macros.
9414
9415 2002-04-07  Andrew Cagney  <ac131313@redhat.com>
9416
9417         * gdb.texinfo (Bug Reporting): Document that the web is the
9418         prefered way of submitting bug reports.
9419         (Bug Reporting): Delete the s-mail address as the last resort.
9420
9421 2002-04-05  Andrew Cagney  <ac131313@redhat.com>
9422
9423         * gdbint.texinfo (Target Architecture Definition): Delete
9424         references to TARGET_WRITE_FP and write_fp.
9425
9426 2002-03-27  Michael Snyder  <msnyder@redhat.com>
9427
9428         * gdb.texinfo: Document new commands dump, append, and restore.
9429
9430 2002-03-27  Andrew Cagney  <ac131313@redhat.com>
9431
9432         * gdbint.texinfo (Releasing GDB): Revise the section `Before the
9433         Branch'.
9434
9435 2002-03-18  Andrew Cagney  <ac131313@redhat.com>
9436
9437         * gdb.texinfo: Change all examples to @smallexample.
9438         * gdbint.texinfo: Ditto.
9439
9440 2002-03-18  Andrew Cagney  <ac131313@redhat.com>
9441
9442         * gdbint.texinfo (Releasing GDB): Add section ``Versions and
9443         Branches''.
9444
9445 2002-03-18  Andrew Cagney  <ac131313@redhat.com>
9446
9447         * gdbint.texinfo (Releasing GDB): Add the section``Branch Commit
9448         Policy''.
9449
9450 2002-03-04  Fred Fish  <fnf@redhat.com>
9451
9452         * gdbint.texinfo: Fix a bunch of typos (alsways, mirrorred,
9453         expresson, suports, dependant, trhe, perhaphs, situtations,
9454         explictily, taged, oportunity, unfortunatly).
9455
9456 2002-02-24  Andrew Cagney  <ac131313@redhat.com>
9457
9458         * Makefile.in (gdb.info): Add explicit path to gdb.texinfo.
9459         Remove reference to 3.12.
9460
9461 2002-02-23  Andrew Cagney  <ac131313@redhat.com>
9462
9463         * gdbint.texinfo: Include fdl.texi.
9464         (Top): Add GNU Free Documentation License.
9465         * Makefile.in (SFILES_INCLUDED): Add gpl.texi.
9466         (gdbint.dvi, gdbint.pdf, gdbint.info): Add dependency on fdl.texi.
9467         (gdbint_toc.html): Add dependency on gdb-cfg.texi and fdl.texi.
9468         (gdbint.info): Add srcdir to include path.
9469         * gdb.texinfo: Include gpl.texi.
9470         (Top): Add Copying.
9471         * gpl.texi: New file.
9472
9473 2002-02-23  Andrew Cagney  <ac131313@redhat.com>
9474
9475         * gdbint.texinfo (Debugging GDB): Remove references to cygnus.com.
9476
9477 2002-02-19  Pierre Muller  <muller@ics.u-strasbg.fr>
9478
9479         * gdb.texinfo: Document Cygwin native specific commands.
9480
9481 2002-02-15  Daniel Jacobowitz  <drow@mvista.com>
9482
9483         * gdb.texinfo: Document gdbserver ``--attach'' command.
9484
9485 2002-02-07  Michael Snyder  <msnyder@redhat.com>
9486
9487         * gdb.texinfo (overlays): Change @var(_ovly_debug_event)
9488         to @code(_ovly_debug_event).
9489
9490 2002-02-07  Andrew Cagney  <ac131313@redhat.com>
9491
9492         * gdb.texinfo (How Overlays Work): Shrink the overlay diagram.
9493
9494 2002-02-06  Michael Snyder  <msnyder@redhat.com>
9495
9496         * gdb.texinfo (overlays): Mention new magic symbol
9497         '_ovly_debug_event', which allows GDB to keep better track
9498         of overlays.
9499
9500 2002-02-03  Eli Zaretskii  <eliz@gnu.org>
9501
9502         * gdb.texinfo (Memory Region Attributes): Fix the wording.
9503         Suggested by Dmitry Sivachenko.
9504
9505         * (<many nodes>): Fix the spelling and punctuation of "i.e.".
9506
9507 2002-02-01  Michael Snyder  <msnyder@redhat.com>
9508
9509         * gdb.texinfo (set trust-readonly): Change value{gdbn} to value{GDBN}.
9510
9511 2002-01-30  Michael Snyder  <msnyder@redhat.com>
9512
9513         * gdb.texinfo: (remote protocol): Gramatical fix-up.
9514         (set trust-readonly-sections): Document.
9515
9516 2002-01-29  Andrew Cagney  <ac131313@redhat.com>
9517
9518         * gdbint.texinfo (Releasing GDB): Revise and update.
9519
9520 2002-01-28  Andrew Cagney  <ac131313@redhat.com>
9521
9522         * gdbint.texinfo (Target Architecture Definition): Delete
9523         description of TARGET_BYTE_ORDER_DEFAULT.
9524
9525 2002-01-27  Eli Zaretskii  <eliz@gnu.org>
9526
9527         * gdb.texinfo: Fix typos and markup.  From Dmitry Sivachenko
9528         <mitya@cavia.pp.ru>.
9529
9530 2002-01-23  Andrew Cagney  <ac131313@redhat.com>
9531
9532         * libgdb.texinfo: Delete file.
9533
9534 2002-01-22  Andrew Cagney  <ac131313@redhat.com>
9535
9536         * gdb.texinfo: Remove makeinfo 3.12 hacks.
9537         * gdbint.texinfo: Ditto.
9538
9539 Tue Jan 22 11:57:38 2002  Andrew Cagney  <cagney@redhat.com>
9540
9541         * gdb.texinfo: Fix typo ``Remove' -> ``Remote''.
9542
9543 2002-01-22  Andrew Cagney  <ac131313@redhat.com>
9544
9545         * Makefile.in: Update copyright.
9546         (TEXI2DVI): Define.
9547         (gdb.dvi, gdb.pdf, stabs.dvi, stabs.pdf): Use TEXI2DVI.
9548         (gdbint.dvi, gdbint.pdf): Use TEXI2DVI.  Add dependency on
9549         gdb-cfg.texi.
9550         (TEXINDEX, PDFTEX): Delete makefile variables.
9551
9552 2002-01-22  Andrew Cagney  <ac131313@redhat.com>
9553
9554         * gdb.texinfo (Protocol): Move section to appendix.
9555
9556 2002-01-21  Andrew Cagney  <ac131313@redhat.com>
9557
9558         * gdb.texinfo (Remote Debugging): Create a menu.
9559         (Top): Add ``Remote Debugging'' to menu.
9560
9561 2002-01-21  Andrew Cagney  <ac131313@redhat.com>
9562
9563         * gdb.texinfo (Remote): Move the sub-section ``The GDB remote
9564         serial protocol'' from here.
9565         (Remote Debugging): To here.  New chapter.
9566
9567 2002-01-20  Andrew Cagney  <ac131313@redhat.com>
9568
9569         * gdbint.texinfo (Target Architecture Definition): Delete
9570         description of TARGET_BYTE_ORDER_SELECTABLE_P.
9571
9572 2002-01-20  Andrew Cagney  <ac131313@redhat.com>
9573
9574         * gdbint.texinfo (Host Definition): Revise.  xm-xyz.h and xyz.mh
9575         are no longer needed.
9576         (Porting GDB): Add maintainer note about configure.host.
9577
9578 2002-01-20  Andrew Cagney  <ac131313@redhat.com>
9579
9580         * gdbint.texinfo (Target Architecture Definition): Remove
9581         definition of IEEE_FLOAT.
9582
9583 2002-01-20  Eli Zaretskii  <eliz@gnu.org>
9584
9585         * gdb.texinfo: Beautify copyright years; fix a typo.
9586         (DJGPP Native): Fix overfull hboxes in examples.  From Brian Youmans
9587         <3diff@gnu.org>
9588
9589 2002-01-19  Andrew Cagney  <ac131313@redhat.com>
9590
9591         * gdbint.texinfo (Host Definition): Remove references to
9592         MALLOC_INCOMPATIBLE.
9593
9594 2002-01-17  Andrew Cagney  <ac131313@redhat.com>
9595
9596         * gdbint.texinfo (Host Definition): Remove references to XDEPFILES
9597         and xyz-xdep.o.
9598
9599 2002-01-17  Andrew Cagney  <ac131313@redhat.com>
9600
9601         * gdb.texinfo (Maintenance Commands): Add appendix.
9602         (Set Breaks): Copy ``maint info breakpoint'' doco to
9603         ``Maintenance Commands'' appendix.  Add reference.
9604
9605 2002-01-17  Andrew Cagney  <ac131313@redhat.com>
9606
9607         * fdl.texi: Remove next/prev from @node.
9608
9609 2002-01-17  Eli Zaretskii  <eliz@gnu.org>
9610
9611         * gdb.texinfo: @include fdl.texi.  Fixes for overfull hboxes and
9612         for monstrous @multitable (from Brian Youmans).
9613
9614         * fdl.texi: New file.
9615
9616         * Makefile.in (SFILES_INCLUDED): Add fdl.texi.
9617
9618 2002-01-15  Andrew Cagney  <ac131313@redhat.com>
9619
9620         * gdbint.texinfo (Releasing GDB): New chapter.
9621
9622 2002-01-14  Andrew Cagney  <ac131313@redhat.com>
9623
9624         * gdb.texinfo (Embedded Processors, Calling program functions):
9625         Obsolete references to a29k.
9626
9627 2002-01-13  Andrew Cagney  <ac131313@redhat.com>
9628
9629         * gdbint.texinfo (Coding): Review Cleanups section.  Examples
9630         examples.  Document that a code-block should do or discard its
9631         cleanups before exit.
9632
9633 2002-01-11  Michael Snyder  <msnyder@redhat.com>
9634
9635         * gdb.texinfo (Choosing files): Change @samp to @file.
9636
9637 2002-01-05  Michael Snyder  <msnyder@redhat.com>
9638
9639         * gdb.texinfo (--pid): Document new command line option (attach).
9640
9641 2002-01-07  Eli Zaretskii  <eliz@gnu.org>
9642
9643         * gdb.texinfo (Tracepoints): Clarify that tracepoints need support
9644         in the stub.
9645
9646 2002-01-04  Andrew Cagney  <ac131313@redhat.com>
9647
9648         * gdbint.texinfo (Target Architecture Definition): Replace
9649         BIG_ENDIAN with BFD_ENDIAN_BIG.
9650
9651 2002-01-03  Andrew Cagney  <ac131313@redhat.com>
9652
9653         * gdbint.texinfo (Target Architecture Definition): Replace
9654         value_ptr with struct value pointer.
9655
9656 2002-01-02  Eli Zaretskii  <eliz@gnu.org>
9657
9658         * gdb.texinfo (Free Software): Fix wording.
9659
9660 2001-12-31  Eli Zaretskii  <eliz@gnu.org>
9661
9662         * gdb.texinfo (Free Software): New section ``Free Software Needs
9663         Free Documentation''.
9664
9665 2001-12-30  Eli Zaretskii  <eliz@gnu.org>
9666
9667         * stabs.texinfo:
9668         * gdb.texinfo:
9669         * gdbint.texinfo:
9670         * libgdb.texinfo:
9671         * annotate.texi: Fix the application of GFDL in the Copyright notice.
9672
9673 2001-12-29  Michael Snyder  <msnyder@redhat.com>
9674
9675         * gdb.texinfo (maint info sections): Fix typo.
9676
9677 2001-12-26  Michael Snyder  <msnyder@redhat.com>
9678
9679         * gdb.texinfo (maint info sections): Document.
9680
9681         * gdb.texinfo (info proc): Comment out documentation for
9682         'info proc' sub-options that are currently not implemented.
9683
9684 2001-12-20  Jim Blandy  <jimb@redhat.com>
9685
9686         * gdbint.texinfo (TARGET_CHAR_SIGNED): Document.
9687
9688 2001-12-15  Andrew Cagney  <ac131313@redhat.com>
9689
9690         * gdbint.texinfo (Target Architecture Definition): Replace
9691         LITTLE_ENDIAN with BFD_ENDIAN_LITTLE.
9692
9693 2001-12-01  Andrew Cagney  <ac131313@redhat.com>
9694
9695         * gdbint.texinfo (Host Definition): Delete documentation on
9696         HOST_BYTE_ORDER.
9697
9698 2001-11-30  Jim Blandy  <jimb@redhat.com>
9699
9700         * gdb.texinfo (Overlays): New chapter, documenting GDB's
9701         overlay support.  Add to top-level menu.
9702
9703 2001-11-26  Tom Tromey  <tromey@redhat.com>
9704
9705         * gdb.texinfo (Command Syntax): Document C-o binding.
9706
9707 2001-07-26  Christopher Faylor  <cgf@redhat.com>
9708
9709         * gdb.texinfo (Options): Eliminate attempt to explain .gdbinit/gdb.ini
9710         use since it is described in the referenced section.
9711
9712         From Eli Zaretskii <eliz@gnu.org>
9713         * gdb.texinfo (Command Files): Reword to make gdb.ini requirement
9714         clearer when using DJGPP.
9715
9716 2001-11-24  Christopher Faylor  <cgf@redhat.com>
9717
9718         * gdb.texinfo (File Options): Change description of -nx and gdb.ini to
9719         specifically refer to MS-DOS.
9720         (command files): Mention gdb.ini is only used on MS-DOS.
9721
9722 2001-11-21  Tom Tromey  <tromey@redhat.com>
9723
9724         * gdb.texinfo (Invoking GDB): Document --args.
9725         (Mode Options): Likewise.
9726
9727 2001-11-21  Jim Blandy  <jimb@redhat.com>
9728
9729         * gdbint.texinfo (TARGET_RANGE_PROFITABLE_FOR_HW_WATCHPOINT):
9730         Delete documentation; this macro has been removed from the
9731         sources.
9732
9733 2001-11-13  Jim Blandy  <jimb@redhat.com>
9734
9735         * gdbint.texinfo (COERCE_FLOAT_TO_DOUBLE): Clarify.
9736
9737 2001-11-06  Corinna Vinschen  <vinschen@redhat.com>
9738
9739         * gdb.texinfo (gdbarch_in_function_epilogue_p): Add documentation.
9740
9741 2001-11-05  Michael Snyder  <msnyder@redhat.com>
9742
9743         * gdb.texinfo (info functions): Document use of backslash to
9744         quote regexp chars in function names such as "operator*()".
9745
9746 2001-11-01  Fred Fish  <fnf@redhat.com>
9747
9748         * gdbint.texinfo (SOLIB_ADD): Document additional new
9749         "readsyms" arg.
9750
9751 2001-10-30  Don Howard  <dhoward@redhat.com>
9752
9753         * gdb.texinfo: (Command Files) Added documentation for the
9754         behavior of gdb with input redirected from a file.
9755
9756 2001-10-28  Fred Fish  <fnf@redhat.com>
9757
9758         * gdb.texinfo (auto-solib-add): Change docs to match
9759         implementation change.
9760         (auto-solib-limit): Add docs for new variable.
9761
9762 2001-10-15  Andrew Cagney  <ac131313@redhat.com>
9763
9764         * gdbint.texinfo (Target Architecture Definition): Function
9765         value_as_pointer renamed to value_as_address.
9766
9767 2001-10-15  Andrew Cagney  <ac131313@redhat.com>
9768
9769         * gdbint.texinfo (Target Architecture Definition): Default
9770         POINTER_TO_ADDRESS functions assume unsigned addresses.
9771         (INTEGER_TO_ADDRESS): Document.  Derive pragmatics section from a
9772         posting by Jim Blandy.
9773
9774 2001-10-12  Jim Blandy  <jimb@redhat.com>
9775
9776         * Makefile.in (MAKEHTMLFLAGS): Remove -glossary; the most recent
9777         version of texi2html (1.64) doesn't support this flag any more.
9778
9779 2001-09-08  Mark Kettenis  <kettenis@gnu.org>
9780
9781         * gdbint.texinfo (Host Definition): Remove description of
9782         MEM_FNS_DECLARED.
9783
9784         * gdbint.texinfo (Host Definition): Remove description of R_OK.
9785
9786         * gdbint.texinfo (Host Definition): Remove description of
9787         HAVE_SIGSETMASK.
9788
9789 2001-09-04  Elena Zannoni  <ezannoni@redhat.com>
9790
9791         * gdbint.texinfo (Target Architecture Definition): Add
9792         explanation of TARGET_PRINT_INSN macro.
9793
9794 2001-08-30  Jim Blandy  <jimb@redhat.com>
9795
9796         * gdb.texinfo (`add-symbol-file'): Correct synopsis.
9797         Explain what it means to load relocatable files.
9798
9799 2001-08-28  Jim Blandy  <jimb@redhat.com>
9800
9801         * gdbint.texinfo: Bring the HTML `top' menu into sync with the
9802         info `top' menu.
9803
9804 Wed Aug 15 10:47:28 2001  Christopher Faylor <cgf@cygnus.com>
9805
9806         * gdbint.texinfo: Add a cautionary note about macro use.
9807
9808 2001-08-02  Corinna Vinschen  <vinschen@redhat.com>
9809
9810         * gdb.texinfo: Explain omitting the hostname in the
9811         `target remote' command.
9812
9813 2001-07-30  Daniel Jacobowitz  <drow@mvista.com>
9814
9815         * gdbint.texinfo: Remove extraneous START-INFO-DIR-ENTRY
9816         and END-INFO-DIR-ENTRY.
9817
9818 2001-07-28  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
9819
9820         * gdb.texinfo (TUI Configuration): Rename tui configuration variables.
9821
9822 2001-07-25  Andrew Cagney  <ac131313@redhat.com>
9823
9824         * gdbint.texinfo (libgdb): Rewrite.
9825
9826 2001-07-26  Eli Zaretskii  <eliz@gnu.org>
9827
9828         * Makefile.in (gdbgui.dvi, gdb-gui, gdbgui.info): Targets deleted.
9829
9830 2001-07-24  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
9831
9832         * gdb.texinfo (TUI): New chapter, document the TUI.
9833         (Mode Options): Document the -tui option.
9834
9835 2001-07-23  Mark Kettenis  <kettenis@gnu.org>
9836
9837         * gdbint.texinfo (Host Definition): Remove description of
9838         NEED_POSIX_SETPGID.
9839
9840 2001-07-23  Eli Zaretskii  <eliz@gnu.org>
9841
9842         * gdb.tex (DJGPP Native): New node, with descriptions of
9843         DJGPP-specific commands.
9844
9845 2001-07-19  John R. Moore  <jmoore@redhat.com>
9846
9847         * gdbint.texinfo: Three misspellings.
9848
9849 2001-07-06  Andrew Cagney  <ac131313@redhat.com>
9850
9851         * Makefile.in (refcard.dvi): Rewrite to avoid problems with empty
9852         `test` expressions on bash.  Problem reported by Colin Walters.
9853
9854 2001-07-04  Andrew Cagney  <ac131313@redhat.com>
9855
9856         * gdbint.texinfo (User Interface): Update ui-out documentation to
9857         refelect recent UI/MI updates.
9858
9859 2001-07-04  Andrew Cagney  <ac131313@redhat.com>
9860
9861         * gdb.texinfo (Mode Options): Mention the mi0 and mi1
9862         interpreters.
9863
9864 2001-06-15  Andrew Cagney  <ac131313@redhat.com>
9865
9866         * gdbint.texinfo (Target Architecture Definition): GDBARCH is a C
9867         structure and not macros.
9868         (Host Definition): Document that much of this chapter is obsolete.
9869         (Target Architecture Definition): Update list of files that make
9870         up a target architecture.
9871         (Coding): Update.
9872
9873 2001-06-28  Andrew Cagney  <ac131313@redhat.com>
9874
9875         * gdbint.texinfo (Target Architecture Definition): Update
9876         EXTRACT_STRUCT_VALUE_ADDRESS and EXTRACT_STRUCT_VALUE_ADDRESS_P.
9877         The latter has been changed to a true predicate.
9878
9879 2001-06-17  Eli Zaretskii  <eliz@gnu.org>
9880
9881         * annotate.texi: Add @noindent where needed.  From Dmitry
9882         Sivachenko <dima@Chg.RU>.
9883         * gdb.texinfo: Indexing fix.  From Dmitry Sivachenko.
9884
9885 2001-06-16  Andrew Cagney  <ac131313@redhat.com>
9886
9887         * gdb.texinfo (Protocol): Fix typo.  Extra parenthesis.
9888
9889 2001-06-14  Andrew Cagney  <ac131313@redhat.com>
9890
9891         * gdb.texinfo (Remote Protocol): Document that the ``!'' packet
9892         returns ``OK''.  Document that the ``R'' packet does not reply.
9893
9894 2001-06-13  Michael Snyder  <msnyder@redhat.com>
9895
9896         * gdb.texinfo (Protocol): Add doc for new packet "qSymbol:".
9897
9898 2001-06-13  Eli Zaretskii  <eliz@gnu.org>
9899
9900         * gdb.texinfo (Signals): Clarify the default setting of signal
9901         handling.
9902
9903 2001-05-14  Andrew Cagney  <ac131313@redhat.com>
9904
9905         * gdbint.texinfo (CLEAR_DEFERRED_STORES): Delete stray @item
9906         (FRAME_ARGS_ADDRESS_CORRECT): Ditto.
9907
9908 2001-05-12  Andrew Cagney  <ac131313@redhat.com>
9909
9910         * Makefile.in (GDBvn.texi): Set GDBVN from ../version.in.
9911
9912 2001-05-10  Eli Zaretskii  <eliz@gnu.org>
9913
9914         * gdbint.texinfo (Clean Design and Portable Implementation):
9915         Renamed from "Clean Design".
9916         (Clean Design and Portable Implementation): Document portable
9917         methods of handling file names, and the associated macros.
9918
9919 2001-04-02  Eli Zaretskii  <eliz@gnu.org>
9920
9921         * gdb.texinfo (Tracepoint Actions): Mention the "info scope"
9922         command and provide a cross-reference to its description.
9923         (Symbols): Note that "info scope" is useful for trace experiments.
9924
9925 2001-04-01  Eli Zaretskii  <eliz@gnu.org>
9926
9927         * gdb.texinfo (Symbols): Document "info scope".
9928         (Tracepoints): New chapter.
9929         (Contributors): Update for v5.1.
9930         <All nodes>: Change "C++" to "C@t{++}".
9931
9932         * gdbint.texinfo (User Interface): A new section about ui_out
9933         functions, based on text written by Fernando Nasser.
9934
9935         * stabs.texinfo: Change Permissions to GFDL.  Update Copyright.
9936
9937 2001-03-26  Eli Zaretskii  <eliz@gnu.org>
9938
9939         * gdb.texinfo: Change Permissions to GFDL.  Update Copyright.
9940
9941         * gdbint.texinfo: Change Permissions to GFDL.  Update Copyright.
9942
9943         * gdbgui.texinfo: Change Permissions to GFDL.  Update Copyright.
9944         Replace "GDB" with "@value{GDBN}".  Fix markup.
9945
9946         * annotate.texi: Change Permissions to GFDL.  Update Copyright.
9947
9948         * gdb.texinfo (Output Formats): Mention "info symbol" and provide
9949         a cross-reference to its description.
9950         (Symbols): Document "info symbol".
9951
9952 2001-03-21  Eli Zaretskii  <eliz@gnu.org>
9953
9954         * gdbint.texinfo (Algorithms): New section "Watchpoints" and new
9955         subsection "x86 Watchpoints".
9956         (Target Architecture Definition): Document the macros
9957         I386_USE_GENERIC_WATCHPOINTS and TARGET_HAS_HARDWARE_WATCHPOINTS.
9958         (Native Debugging): Document I386_USE_GENERIC_WATCHPOINTS.
9959
9960 2001-03-20  Andrew Cagney  <ac131313@redhat.com>
9961
9962         * gdbint.texinfo (Target Architecture Definition): Update
9963         definition of SOFTWARE_SINGLE_STEP_P to include empty parameter
9964         list.
9965
9966 2001-03-06  Kevin Buettner  <kevinb@redhat.com>
9967
9968         * Makefile.in, all-cfg.texi, annotate.texi, gdb.texinfo,
9969         gdbint.texinfo, refcard.tex: Update/correct copyright notices.
9970
9971 2001-02-21  Eli Zaretskii  <eliz@gnu.org>
9972
9973         * gdb.texinfo (Signals): Document "ignore", "noignore", and "all".
9974
9975 2001-02-11  Eli Zaretskii  <eliz@gnu.org>
9976
9977         * gdb.texinfo (Environment): Document that `path' does not change
9978         the value of PATH in GDB's own environment (it did in the past,
9979         but that was changed on March 15, 1994).  Reported by Doug Evans
9980         <dje@transmeta.com>.
9981
9982         * gdbint.texinfo: Fix up @itemize lists so that @item is alone on
9983         its line.  Fix markup of commands and macros.  Add an Index node
9984         and index entries.
9985
9986 2001-01-23  J.T. Conklin  <jtc@redback.com>
9987
9988         * gdb.texinfo (Memory region attributes): New manual section.
9989
9990 2001-01-04  Nicholas Duffek  <nsd@redhat.com>
9991
9992         * gdbint.texinfo (POP_FRAME): Document use by return_command.
9993
9994 2000-12-25  Eli Zaretskii  <eliz@gnu.org>
9995
9996         * refcard.tex: Version and copyright fixed.  From Phil Edwards
9997         <pedwards@disaster.jaj.com>.
9998
9999 Thu Nov 30 16:57:19 2000  Andrew Cagney  <cagney@b1.cygnus.com>
10000
10001         * gdbint.texinfo (ECOFF_REG_TO_REGNUM, DWARF_REG_TO_REGNUM,
10002         DWARF2_REG_TO_REGNUM): Document.
10003
10004 Mon Nov 20 21:29:35 2000  Andrew Cagney  <cagney@b1.cygnus.com>
10005
10006         * gdbint.texinfo (Coding): Update current value of
10007         --enable-build-warnings.  Mention --enable-gdb-build-warnings.
10008
10009 2000-11-19  Eli Zaretskii  <eliz@gnu.org>
10010
10011         * gdb.texinfo (Continuing and Stepping):  Fixed markup and typos,
10012         as suggested by Dmitry Sivachenko <dima@Chg.RU>.
10013
10014 2000-11-10  Christopher Faylor <cgf@cygnus.com>
10015
10016         * gdb.texinfo: Document new 'set step-mode' command.
10017
10018 2000-10-16  Eli Zaretskii  <eliz@gnu.org>
10019
10020         * gdb.texinfo (Contributors, MIPS Embedded): Minor spelling
10021         changes from Dmitry Sivachenko <dima@Chg.RU>.
10022
10023 2000-09-26  Eli Zaretskii  <eliz@gnu.org>
10024
10025         * gdb.texinfo (Hooks): Document the new post-hook functionality.
10026         From Steven Johnson <sbjohnson@ozemail.com.au>.
10027
10028 2000-08-10  Mark Kettenis  <kettenis@gnu.org>
10029
10030         * gdbint.texinfo (Overall Structure): Spelling fix.
10031
10032 2000-08-10  Eli Zaretskii  <eliz@gnu.org>
10033
10034         * gdbint.texinfo (Target Architecture Definition): Document that
10035         REGISTER_CONVERT_TO_VIRTUAL should only be called on a register
10036         for which REGISTER_CONVERTIBLE returns a zero value.
10037
10038 2000-07-08  Christopher Faylor <cgf@cygnus.com>
10039
10040         * Makefile.in (install-info): Find files to install in either the
10041         build or source directories (adapted from Makefile.am).
10042
10043 2000-07-07  Nicholas Duffek  <nsd@redhat.com>
10044
10045         * stabs.texinfo: Fix spelling errors.
10046         (String Field): FILE-NUMBER starts from 0, not 1.
10047
10048 2000-07-05  Eli Zaretskii <eliz@gnu.org>
10049
10050         * refcard.tex: Remove \centerline from the blurb.  Patch from
10051         Brian Youmans.
10052
10053 2000-06-25  Eli Zaretskii <eliz@gnu.org>
10054
10055         * Makefile.in (install-info): Support installation from outside of
10056         the source directory.  Reported by Mark Harig
10057         <markh@frazier.landmark.com>.
10058
10059 2000-06-20  J.T. Conklin  <jtc@redback.com>
10060
10061         * gdb.texinfo: Fix typo, $bpnum is set to last breakpoint number.
10062
10063 Fri May 26 15:55:33 2000  Andrew Cagney  <cagney@b1.cygnus.com>
10064
10065         * Makefile.in (pdf, gdbint.pdf, gdb.pdf, stabs.pdf): New targets.
10066         Generate using pdftex.
10067         (PDFTEX): Define.
10068         (STAGESTUFF, maintainer-clean realclean): Add *.pdf.
10069         (gdb.texinfo, gdbint.texinfo, stabs.texinfo): When TeX insert the
10070         @contents at the start.
10071
10072 2000-05-24  Eli Zaretskii  <eliz@gnu.org>
10073
10074         * gdb.texinfo: Remove duplicate @syncodeindex.  From Brian
10075         Youmans.
10076
10077 Wed May 24 21:27:58 2000  Andrew Cagney  <cagney@b1.cygnus.com>
10078
10079         From Brian Youmans:
10080         * gdb.texinfo: Fix ``et al.''.
10081
10082 Tue May 23 22:57:41 2000  Andrew Cagney  <cagney@b1.cygnus.com>
10083
10084         * Makefile.in (refcard.dvi): Remove quotes around REFEDITS in for
10085         loop.
10086
10087 2000-05-19  Jimmy Guo  <guo@cup.hp.com>
10088
10089         * configure: Regenerate.
10090
10091 2000-05-17  Eli Zaretskii  <eliz@gnu.org>
10092
10093         * Makefile.in (install-info): Run install-info on installed Info
10094         files.
10095
10096 Fri May 12 20:18:04 2000  Andrew Cagney  <cagney@b1.cygnus.com>
10097
10098         * gdb.texinfo: Add Stan Shebs, et.al. as authors.  Mention
10099         Andrew Cagney.
10100
10101 2000-05-09  Eli Zaretskii  <eliz@gnu.org>
10102
10103         * gdb.texinfo: Proofreading changes from Brian Youmans.
10104
10105 2000-05-01  Nick Duffek  <nsd@cygnus.com>
10106
10107         * gdb.texinfo (Command Files): Mention -x, use @enumerate for
10108         startup sequence, minor edits.
10109
10110 2000-05-01  Eli Zaretskii  <eliz@gnu.org>
10111
10112         * annotate.texi: Remove "@syncodeindex fn cp", it causes grief in
10113         TeX.
10114
10115         * gdb.texinfo: Add "@syncodeindex fn cp".  Convert all entries
10116         "@kindex f" into "@kindex f (foo)", otherwise we get index entries
10117         like `n' and `s' which look weird.  Convert some of the @kindex to
10118         @vindex, when they refer to variables, not commands.
10119
10120 Sat Apr 29 17:01:04 2000  Andrew Cagney  <cagney@b1.cygnus.com>
10121
10122         * gdbint.texinfo (Hints): Do not use @value{GDBN in @nodes.
10123
10124 2000-04-23  Eli Zaretskii  <eliz@gnu.org>
10125
10126         * Makefile.in (GDBMI_DIR): New variable.
10127         (SET_TEXINPUTS): Add $(GDBMI_DIR).
10128         (SFILES_DOC): Add $(GDBMI_DIR)/gdbmi.texinfo.
10129         (gdbmi.texinfo): New target, for texi2roff.
10130         (gdb.me, gdb.ms, gdb.mm): Depend on gdbmi.texinfo.
10131         (gdb.info, gdb_toc.html): Add "-I ${GDBMI_DIR}".
10132
10133         * gdb.texinfo (Top): Add GDB/MI to the main menu and @include
10134         gdbmi.texinfo.
10135         (Mode Options): Add xref to GDB/MI docs and remove a FIXME
10136         comment.
10137
10138 2000-04-17  Elena Zannoni  <ezannoni@kwikemart.cygnus.com>
10139
10140         * gdb.texinfo (Files): Update description of add-symbol-file
10141         command.
10142
10143 2000-04-17  Eli Zaretskii  <eliz@gnu.org>
10144
10145         * gdb.texinfo (Porting GDB): Don't use @value in the node name, it
10146         prevents the build (and is generally a Bad Idea).
10147
10148 2000-04-17  Eli Zaretskii  <eliz@gnu.org>
10149
10150         * gdb.texinfo (Protocol): Prevent makeinfo from complaining about
10151         a comma inside @var.
10152         (Command Files): Index markup changes from Dmitry Sivachenko
10153         <dima@Chg.RU>.
10154
10155 2000-04-16  Eli Zaretskii  <eliz@gnu.org>
10156
10157         * Makefile.in (LN_S): Define.
10158         (gdb-cfg.texi, gdb.dvi, links2roff, inc-hist.texinfo): Don't
10159         invoke "ln -s" unless it is known to work.
10160
10161         * configure.in (AC_PROG_LN_S): Add.
10162
10163 2000-04-14  Jim Blandy  <jimb@redhat.com>
10164
10165         * gdbint.texinfo (Pointers Are Not Always Addresses): New manual
10166         section.
10167         (Target Conditionals): Document ADDRESS_TO_POINTER,
10168         POINTER_TO_ADDRESS.
10169
10170 2000-04-11  Daniel Berlin  <dan@cgsoftware.com>
10171
10172         * gdbint.texinfo: Replaced GDB with @value{GDBN}, @include
10173         gdb-cfg.texi to get the value.
10174
10175 2000-04-10  Jim Blandy  <jimb@redhat.com>
10176
10177         * gdbint.texinfo (Target Architecture Definition): Fix
10178         cross-references.
10179
10180 2000-04-08  Jim Blandy  <jimb@redhat.com>
10181
10182         * gdbint.texinfo (Using Different Register and Memory Data
10183         Representations): New section.
10184         (REGISTER_CONVERTIBLE, REGISTER_RAW_SIZE, REGISTER_VIRTUAL_SIZE,
10185         REGISTER_VIRTUAL_TYPE, REGISTER_CONVERT_TO_VIRTUAL,
10186         REGISTER_CONVERT_TO_RAW): Document.
10187
10188 Mon Apr  3 19:16:32 2000  Andrew Cagney  <cagney@b1.cygnus.com>
10189
10190         * gdb.texinfo (Protocol): Deprecate the sequence-id.  Add cindex
10191         for acknowledgments.
10192
10193 Tue Mar 28 18:28:45 2000  Andrew Cagney  <cagney@b1.cygnus.com>
10194
10195         * gdb.texinfo (Protocol): Replace ``qfThreadExtraInfo'' with
10196         qThreadExtraInfo.
10197
10198 2000-03-28  J.T. Conklin  <jtc@redback.com>
10199
10200         * gdb.texinfo: Clarify which remote debug protocol commands are
10201         required and which are optional.
10202
10203 Tue Mar 28 16:06:22 2000  Andrew Cagney  <cagney@b1.cygnus.com>
10204
10205         * gdb.texinfo: Revert remainder of Fri Mar 24 18:06:34 2000 Andrew
10206         Cagney <cagney@b1.cygnus.com>.  Move @chapter and @node entries
10207         back to annotate.texi, rluser.texinfo and inc-hist.texinfo.
10208         * annotate.texi: Update.
10209
10210 2000-03-28  Stan Shebs  <shebs@apple.com>
10211
10212         * gdb.texinfo: Update dates, bump to Eighth Edition (note
10213         expectation of additional changes before release), update
10214         ISBN, add copy of top-level menu for @ifhtml, remove explicit
10215         node links, rephrase and/or shorten lines to fix formatting
10216         problem in both regular and @smallbook formats.
10217         * annotate.texi: Shorten lines in example, use smallexample
10218         consistently everywhere.
10219         * Makefile.in: Add comment about texinfo 4.0 html generation.
10220         (SFILES_INCLUDED): Add annotate.texi.
10221
10222 2000-03-27  Daniel Berlin  <dan@cgsoftware.com>
10223
10224         * gdb.texinfo (Debugging Output): Added new section, documenting
10225         the "set/show debug" commands.
10226
10227 Fri Mar 24 18:06:34 2000  Andrew Cagney  <cagney@b1.cygnus.com>
10228
10229         * annotate.texi (Annotations): When GDBN omit @chapter and @node
10230         entry.
10231
10232         * gdb.texinfo: Check for @ifinfo instead of @ifnottex.
10233         (rluser.texinfo, inc-hist.texinfo, annotate.texi): Add local
10234         @chapter and @node entries.
10235
10236         * gdb.texinfo: Link all top-level nodes.
10237
10238 Fri Mar 24 17:56:48 2000  Andrew Cagney  <cagney@b1.cygnus.com>
10239
10240         * Makefile.in (install-info): Create $(infodir) before installing
10241         files.
10242
10243 2000-03-23  Fernando Nasser  <fnasser@totem.to.cygnus.com>
10244
10245         From David Whedon <dwhedon@gordian.com>
10246         * gdbint.texinfo : Added paragraphs about command deprecation.
10247
10248 2000-03-22  Daniel Berlin  <dan@cgsoftware.com>
10249
10250       * gdb.texinfo: Add documentation for the apropos command.
10251
10252 2000-03-20  Michael Snyder  <msnyder@cleaver.cygnus.com>
10253
10254         * gdb.texinfo: Add new queries ThreadInfo and ThreadExtraInfo.
10255
10256 2000-03-20  Michael Snyder  <msnyder@cleaver.cygnus.com>
10257
10258         * gdb.texinfo: Add white space to prevent overprinting in
10259         two places.
10260
10261 2000-03-17  Stan Shebs  <shebs@apple.com>
10262
10263         * gdb.texinfo: Many minor changes from Dmitry Sivachenko
10264         <dima@Chg.RU>, also clarification of allowed content for
10265         string constants.
10266
10267 2000-03-16  Eli Zaretskii <eliz@gnu.org>
10268
10269         * gdb.texinfo (main menu): Add Annotations.
10270         (File Options): Add @cindex entries for each command-line option.
10271         Document --epoch, --annotate, --async, --interpreter, --write,
10272         --statistics, and --version.
10273
10274         * annotate.texi: Convert to a chapter.  Use @value{GDBN} instead
10275         of GDB.
10276
10277 2000-02-23  Jim Blandy  <jimb@redhat.com>
10278
10279         * gdbint.texinfo (FUNCTION_START_OFFSET): Document.
10280
10281 2000-02-22  Jim Blandy  <jimb@redhat.com>
10282
10283         * gdbint.texinfo: Document COERCE_FLOAT_TO_DOUBLE --- the new form.
10284
10285 2000-02-15  Jason Molenda  (jsm@bugshack.cygnus.com)
10286
10287         * Makefile.in (diststuff): New target.
10288
10289 2000-02-15  Kevin Buettner  <kevinb@redhat.com>
10290
10291         * agentexpr.texi: Fix wording regarding Intel's IA-64
10292         architecture.  [From Jim Wilson.]
10293
10294 2000-01-16  Tom Tromey  <tromey@cygnus.com>
10295
10296         * gdb.texinfo (Breakpoints): Mention breakpoint ranges.
10297         (Delete Breaks): Mention range arguments.
10298         (Disabling): Likewise.
10299
10300 2000-01-05  Dmitry Sivachenko <dima@Chg.RU>
10301
10302         * gdb.texinfo:  Wrap "ASCII" in @sc{}; clarify a few sentences.
10303
10304 Wed Dec  8 19:53:08 1999  Andrew Cagney  <cagney@b1.cygnus.com>
10305
10306         * gdbint.texinfo (FRAME_CHAIN_VALID): Add the generic frame-chain
10307         valid functions.
10308
10309 1999-11-05  Stan Shebs  <shebs@andros.cygnus.com>
10310
10311         * gdb.texinfo: Clarify regular expressions used in rbreak.
10312
10313 1999-10-15  Kevin Buettner  <kevinb@cygnus.com>
10314
10315         * gdbint.texinfo (MEMORY_INSERT_BREAKPOINT,
10316         MEMORY_REMOVE_BREAKPOINT):  Document.
10317
10318 Thu Oct 14 21:17:17 1999  Andrew Cagney  <cagney@b1.cygnus.com>
10319
10320         * gdb.texinfo (remote): Document how GDB ignores the qOffsets BSS
10321         offset re-using the DATA offset instead.
10322
10323 1999-10-11  Jim Kingdon  <kingdon@redhat.com>
10324
10325         * gdbint.texinfo (Target Architecture Definition): Add PARM_BOUNDARY.
10326
10327 1999-10-05  Stan Shebs  <shebs@andros.cygnus.com>
10328
10329         From Dmitry Sivachenko <demon@gpad.ac.ru>:
10330         * gdb.texinfo: Use GDBP and GDBN everywhere, fix a couple other
10331         typos.
10332
10333         * gdb.texinfo: Various minor wording and formatting improvements,
10334         mentions of additional command-line options.
10335
10336 1999-09-30  Fred Fish  <fnf@cygnus.com>
10337
10338         * gdb.texinfo:  Document additional forms of specifying section
10339         names and addresses for the add-symbol-file command.
10340
10341 1999-09-14  Michael Snyder  <msnyder@cleaver.cygnus.com>
10342
10343         * gdbint.texinfo: Fix typo, add the word "have".
10344
10345 1999-09-14  Jim Blandy  <jimb@cris.red-bean.com>
10346
10347         * gdbint.texinfo (Target Architecture Definition): Document the
10348         SKIP_PERMANENT_BREAKPOINT macro.
10349
10350 1999-09-07  Stan Shebs  <shebs@andros.cygnus.com>
10351
10352         * gdb.texinfo: Fiks speling errers.
10353
10354         * gdb.texinfo: Fix uses of @multitable.
10355
10356         From Eli Zaretskii  <eliz@gnu.org>:
10357         * gdb.texinfo: Include details specific to DOS host, clarify
10358         some confusing language, fix @ref/@xref/@pxref usages, add
10359         comments about using with optimization, add more indexing,
10360         fix info about disassembly-flavor.
10361
10362 Tue Sep  7 09:11:24 1999  Kevin Buettner  <kevinb@cygnus.com>
10363
10364         * gdbint.texinfo (IN_SOLIB_DYNSYM_RESOLVE_CODE,
10365         SKIP_SOLIB_RESOLVER): Define.
10366
10367 Fri Sep  3 18:05:14 1999  Andrew Cagney  <cagney@b1.cygnus.com>
10368
10369         * gdb.texinfo (Protocol): Review.  Add tables describing ``q'' and
10370         ``g'' packets.
10371
10372 1999-08-30  Stan Shebs  <shebs@andros.cygnus.com>
10373
10374         * gdb.texinfo: Create a new "Configurations" chapter with
10375         platform-specific info, inline remote.texi and move sections of it
10376         into the new chapter, move bits about info proc, heuristic search,
10377         and register stack into the new chapter.
10378         * remote.texi: Remove, now part of gdb.texinfo.
10379         * Makefile.in (SFILES_INCLUDED): Remove ref to remote.texi.
10380
10381 1999-08-27  Jason Molenda  (jsm@bugshack.cygnus.com)
10382
10383         * gdbint.texinfo (GDB_TARGET_IS_SUN3, GDB_TARGET_IS_SUN386,
10384         GDB_TARGET_IS_MACH386): These kludges have gone away.
10385
10386 Wed Aug 25 10:47:03 1999  Andrew Cagney  <cagney@b1.cygnus.com>
10387
10388         * gdbint.texinfo (Target Architecture Definition): Mention
10389         TDEPLIBS.
10390
10391 1999-08-20  Stan Shebs  <shebs@andros.cygnus.com>
10392
10393         * gdb.texinfo: Remove remaining "HPPA" conditionals, rewrite
10394         surrounding text to fit HP-UX bits into general info.
10395         (HPPA-cfg.texi): Remove, no longer useful.
10396
10397         * gdb.texinfo: Remove explicit links from @node lines, remove
10398         HP-added "Detailed Node Listing" from main menu which confuses
10399         things.
10400
10401         From Dmitry Sivachenko <dima@Chg.RU>:
10402         * gdb.texinfo: Use @value{GDBN} instead of plain GDB, fix grouping
10403         in description of `set environment'.
10404
10405 1999-08-17  Stan Shebs  <shebs@andros.cygnus.com>
10406
10407         * gdbint.texinfo: Update coding standard to allow pure ANSI/ISO C.
10408
10409 1999-08-12  Ben Elliston  <bje@cygnus.com>
10410
10411         * gdbint.texinfo (Breakpoint Handling): Add missing words.
10412
10413 1999-08-10  Eli Zaretskii  <eliz@gnu.org>
10414
10415         * gdb.texinfo (Set Watchpoints): Explain some subtleties about
10416         watch, awatch, and rwatch.  Explain why the latter two cannot be
10417         set as software watchpoints.  Document that watchpoints for local
10418         variables are deleted when the debuggee terminates.
10419
10420 Wed Aug 11 13:18:14 1999  Andrew Cagney  <cagney@amy.cygnus.com>
10421
10422         * remote.texi (Protocol): Further clarification of the "qRcmd"
10423         packet.  Allow E.. response packet.  "qRcmd" packet is no longer
10424         reserved.
10425
10426 1999-08-10  Elena Zannoni  <ezannoni@kwikemart.cygnus.com>
10427
10428         * Makefile.in: Rename inc-hist.texi to inc-hist.texinfo.
10429         * gdb.texinfo: Ditto.
10430
10431 1999-08-06  Tom Tromey  <tromey@cygnus.com>
10432
10433         * gdb.texinfo (KOD): New node.
10434
10435 Fri Aug  6 17:05:48 1999  Andrew Cagney  <cagney@b1.cygnus.com>
10436
10437         * remote.texi (Rcmd): Fix minor formatting typos.
10438
10439 Thu Aug  5 17:57:41 1999  Andrew Cagney  <cagney@b1.cygnus.com>
10440
10441         * remote.texi (protocol qRcmd): Allow ``OK'' and ``O...'' response
10442         packets.
10443
10444 1999-07-14  Jim Blandy  <jimb@zwingli.cygnus.com>
10445
10446         * gdbint.texinfo (PREPARE_TO_PROCEED, ADDR_BITS_REMOVE): Doc
10447         fixes.
10448
10449 Tue Jun 29 11:43:55 1999  Andrew Cagney  <cagney@b1.cygnus.com>
10450
10451         * gdbint.texinfo (SAVE_DUMMY_FRAME_TOS): Define.
10452
10453 Fri Jun 25 11:47:06 1999  Andrew Cagney  <cagney@b1.cygnus.com>
10454
10455         * remote.texi (Communication Protocol): ``v'' is in use. Fix
10456         numerous formatting errors.  Clarify ``i''.  Mark ``i'', ``Z'',
10457         ``z'' and ``qRcmd'' as draft instead of reserved.  Identify
10458         packets that are not supported on all hosts. Expand examples.
10459         Spell check.
10460
10461 1999-06-24  Jason Molenda  (jsm@bugshack.cygnus.com)
10462
10463         * Makefile.in: Recognize html, install-html.  Add targets
10464         to build HTML versions of documentation via texi2html.
10465
10466 Thu Jun 24 15:59:03 1999  Stan Shebs  <shebs@andros.cygnus.com>
10467
10468         * gdbint.texinfo (Testsuite): New chapter, information about the
10469         testsuite.
10470
10471 Fri Jun 25 02:40:34 1999  Andrew Cagney  <cagney@b1.cygnus.com>
10472
10473         * remote.texi (Communication Protocol): Rewrite.
10474
10475 Thu Jun 24 16:59:54 1999  Andrew Cagney  <cagney@b1.cygnus.com>
10476
10477         * stabs.texinfo: Fix uses of xref.
10478
10479 Thu Jun 17 17:23:25 1999  Stan Shebs  <shebs@andros.cygnus.com>
10480
10481         * gdbint.texinfo: Add an anti-printf exhortation, and update the
10482         info about patch submission.
10483
10484 Mon Jun  7 15:49:40 1999  Stan Shebs  <shebs@andros.cygnus.com>
10485
10486         From Per Bothner  <bothner@cygnus.com>:
10487         * gdb.texinfo: Document Chill support.
10488
10489 Fri Jun  4 16:58:22 1999  Andrew Cagney  <cagney@b1.cygnus.com>
10490
10491         * gdbint.texinfo (SP_REGNUM, FP_REGNUM, PC_REGNUM): Add reference
10492         to corresponding TARGET_READ_reg TARGET_WRITE_reg macros.
10493         Document that the value should be greater-than or equal-to zero.
10494         (NO_STD_REGS): Document. Deprecate.
10495
10496 Tue Jun  1 15:04:15 1999  Andrew Cagney  <cagney@b1.cygnus.com>
10497
10498         * gdbint.texinfo (TARGET_COMPLEX_BIT, TARGET_DOUBLE_COMPLEX_BIT):
10499         Document that these are not used.
10500
10501 Thu May 27 09:28:15 1999  Andrew Cagney  <cagney@b1.cygnus.com>
10502
10503         * gdbint.texinfo (EXTRACT_STRUCT_VALUE_ADDRESS_P): Document.
10504
10505 Mon May 24 10:07:39 1999  Andrew Cagney  <cagney@b1.cygnus.com>
10506
10507         * gdbint.texinfo (FRAME_NUM_ARGS): Update definition.  Parameter
10508         numargs was dropped.
10509
10510 Thu May 20 12:26:59 1999  Andrew Cagney  <cagney@b1.cygnus.com>
10511
10512         * gdbint.texinfo (FRAMELESS_FUNCTION_INVOCATION): Update.
10513
10514 Tue Apr 27 19:14:20 1999  Andrew Cagney  <cagney@b1.cygnus.com>
10515
10516         * gdbint.texinfo (SKIP_PROLOGUE, SKIP_PROLOGUE_FRAMELESS_P):
10517         Update.
10518
10519 Thu Apr 22 13:07:37 1999  Andrew Cagney  <cagney@b1.cygnus.com>
10520
10521         * gdbint.texinfo (USE_GENERIC_DUMMY_FRAMES): Document.
10522         (GET_SAVED_REGISTER): Update, not just the a29k uses this.
10523
10524 Wed Apr 21 13:59:01 1999  Dave Brolley  <brolley@cygnus.com>
10525
10526         * gdbint.texinfo: Fix typos: $ -> @.
10527
10528 Tue Apr 20 11:59:38 1999  Andrew Cagney  <cagney@b1.cygnus.com>
10529
10530         * gdbint.texinfo (REGISTER_NAMES, BREAKPOINT, BIG_BREAKPOINT,
10531         LITTLE_BREAKPOINT, LITTLE_REMOTE_BREAKPOINT,
10532         BIG_REMOTE_BREAKPOINT): Deprecate in favor of REGISTER_NAME and
10533         BREAKPOINT_FROM_PC.
10534
10535 Mon Apr 12 16:00:44 1999  Andrew Cagney  <cagney@b1.cygnus.com>
10536
10537         * gdbint.texinfo (CALL_DUMMY_STACK_ADJUST_P,
10538         CALL_DUMMY_STACK_ADJUST): Document.
10539
10540 Thu Apr  8 17:23:15 1999  Andrew Cagney  <cagney@b1.cygnus.com>
10541
10542         * gdbint.texinfo (CALL_DUMMY_P, CALL_DUMMY_WORDS,
10543         SIZEOF_CALL_DUMMY_WORDS, CALL_DUMMY): Define.
10544
10545 1999-04-02  Stan Shebs  <shebs@andros.cygnus.com>
10546
10547         * gdbint.texinfo (MAINTENANCE_CMDS): Remove ref, since it no
10548         longer exists.
10549
10550 Tue Mar  9 19:25:11 1999  Stan Shebs  <shebs@andros.cygnus.com>
10551
10552         * gdb.texinfo, remote.texi, all-cfg.texi, HPPA-cfg.texi: Remove
10553         nearly all @ifset/@ifclear conditionals; nobody uses them, and
10554         they make the manual source incomprehensible.
10555         * h8-cfg.texi: Remove, hasn't been used in years.
10556
10557 Thu Feb 11 18:00:59 1999  Stan Shebs  <shebs@andros.cygnus.com>
10558
10559         * gdb.texinfo: Update the credits.
10560
10561 Mon Feb  8 17:33:57 1999  Stan Shebs  <shebs@andros.cygnus.com>
10562
10563         * gdb.texinfo: Fix mistakes noticed in printout of last
10564         draft, add Alpha to discussion of heuristic fence post.
10565
10566 Fri Feb  5 17:20:00 1999  Stan Shebs  <shebs@andros.cygnus.com>
10567
10568         * gdb.texinfo, remote.texi: Many changes; update to Seventh
10569         Edition, merge some HP changes into mainline, describe some
10570         previously undocumented features, describe more of the target
10571         commands available, eliminate obsolete section on renamed
10572         commands.
10573         * all-cfg.texi, HPPA-cfg.texi: Remove some obsolete conditionals.
10574
10575 Wed Jan 20 17:47:45 1999  Stan Shebs  <shebs@andros.cygnus.com>
10576
10577         * gdb.texinfo: Make many HPPA conditionals unconditional,
10578         including catchpoint description, since now on for all configs.
10579         * all-cfg.texi: @clear HPPA, since is mainly for very HP-specific
10580         specializations.
10581
10582 Thu Jan 14 17:10:12 1999  Stan Shebs  <shebs@andros.cygnus.com>
10583
10584         * Makefile.in (GDBvn.texi): Fix match expression to work with
10585         current format of VERSION in gdb/Makefile.in.
10586         * gdb.texinfo: Fix node ref to match new readline.
10587
10588 Wed Jan 13 10:38:40 1999  Edith Epstein  <eepstein@sophia.cygnus.com>
10589
10590         * gdb.texinfo: Changes made as part of a project to merge in
10591           changes made by HP. Documentation makes extensive use of
10592           @ifclear HPPA and @ifset HPPA. The HP manual omits doumentation
10593           on remote debugging. There are differences in documentation
10594           (HP vs.  non-HP) on C++ support (aCC vs. gnu gcc++). Also,
10595           the HP manual discusses catchpoints, hardware watchpoints, and
10596           some HPUX specific limitations for shared library support.
10597
10598           There are also a number of @node changes.
10599
10600 1999-01-12  Jason Molenda  (jsm@bugshack.cygnus.com)
10601
10602         * gdbint.texinfo (Formatting): Disambiguate a sentence.
10603         (C Usage): Same.
10604
10605 Wed Jan  6 11:55:34 1999  David Taylor  <taylor@texas.cygnus.com>
10606
10607         The following changes were made by Edith Epstein
10608         <eepstein@cygnus.com> as part of a project to merge in changes
10609         made by HP.
10610
10611         * HPPA-cfg.texi: new file.
10612
10613         * all-cfg.texi: set HPPA for HP PA-RISC targets.
10614
10615         * refcard.tex: change documentation about catch.
10616           removed info catch.
10617
10618 Mon Jan  4 18:29:18 1999  Stan Shebs  <shebs@andros.cygnus.com>
10619
10620         * gdbint.texinfo: Expand on GDB's coding standards,
10621         specify the use of arg names with prototypes.
10622
10623 1998-12-14  J.T. Conklin  <jtc@redbacknetworks.com>
10624
10625         * gdb.texinfo: Fix tipo.
10626
10627 Sun Dec 13 10:27:59 1998  Andrew Cagney  <cagney@b1.cygnus.com>
10628
10629         * gdbint.texinfo: Document TARGET_BYTE_ORDER_DEFAULT and
10630         TARGET_BYTE_ORDER_SELECTABLE_P.
10631
10632 Thu Dec 10 16:07:09 1998  Andrew Cagney  <cagney@b1.cygnus.com>
10633
10634         * gdbint.texinfo (FRAME_FIND_SAVED_REGS): Document.
10635
10636 1998-12-09  Jim Blandy  <jimb@zwingli.cygnus.com>
10637
10638         * agentexpr.texi: New file.
10639
10640 Wed Dec  9 21:13:57 1998  Andrew Cagney  <cagney@chook>
10641
10642         * gdbint.texinfo (REGISTER_NAME): Replace REGISTER_NAMES.
10643
10644 1998-12-03  J.T. Conklin  <jtc@redbacknetworks.com>
10645
10646         * remote.texi: Changed wording that implied that the GDB remote
10647         protocol caches register values instead of GDB itself.
10648
10649 Tue Dec  1 17:45:43 1998  Stan Shebs  <shebs@andros.cygnus.com>
10650
10651         * gdbint.texinfo: Add some info about symbol readers.
10652         (CHILL_PRODUCER, etc): Comment out descriptions, not useful.
10653         (IN_SOLIB_CALL_TRAMPOLINE): Rename info from IN_SOLIB_TRAMPOLINE.
10654         (IN_SOLIB_RETURN_TRAMPOLINE): Describe.
10655         (KERNEL_DEBUGGING, MIPSEL): No info about these, remove.
10656
10657 Mon Nov 30 11:32:21 1998  Andrew Cagney  <cagney@chook>
10658
10659         * gdbint.texinfo (FRAME_CHAIN_VALID_ALTERNATE):
10660
10661 Sat Nov 28 13:45:53 1998  Andrew Cagney  <cagney@b1.cygnus.com>
10662
10663         * gdbint.texinfo (INNER_THAN): Update, now takes parameters.
10664
10665 Fri Nov 27 12:39:45 1998  Andrew Cagney  <cagney@chook>
10666
10667         * gdbint.texinfo (NO_SINGLE_STEP): Replace with
10668         SOFTWARE_SINGLE_STEP_P and SOFTWARE_SINGLE_STEP.
10669
10670 Wed Oct 14 10:02:40 1998  Andrew Cagney  <cagney@b1.cygnus.com>
10671
10672         * gdbint.texinfo: Fix minor typos.
10673
10674 Wed Sep 30 18:03:19 1998  Stan Shebs  <shebs@andros.cygnus.com>
10675
10676         * gdbint.texinfo: Complete overhaul.  Group descriptions more
10677         logically, add more info on generic algorithms, remove much
10678         obsolete and/or wrong material.
10679
10680 Fri Jul 24 17:51:38 1998  Ian Lance Taylor  <ian@cygnus.com>
10681
10682         * stabs.texinfo (Method Type Descriptor): Expand and correct.
10683
10684 Mon May  4 10:37:12 1998  Brian Youmans (3diff@gnu.org)
10685
10686         * refcard.tex:  Copyright, address updates.
10687
10688 Tue Apr 21 18:09:56 1998  Stan Shebs  <shebs@andros.cygnus.com>
10689
10690         * gdb.texinfo (EDITION, DATE): Update and change to use ordinals
10691         for the edition instead of confusing GDB-version-like numbers.
10692
10693 Mon Apr 13 14:05:00 1998  Fred Fish  <fnf@cygnus.com>
10694
10695         * gdb.texinfo (hbreak, watch): Fix typo, "date" -> "data".
10696
10697 Thu Apr  2 16:52:44 1998  Jason Molenda  (crash@bugshack.cygnus.com)
10698
10699         * LRS: Reformat a bit to keep text under 80 columns.
10700
10701 Thu Apr  2 16:10:36 1998  Stan Shebs  <shebs@andros.cygnus.com>
10702
10703         * gdb.texinfo: Add some credits, mention bug monitor.
10704         * remote.texi: Mention mips monitor targets.
10705         * gdbint.texinfo: Describe SP_REGNUM, STEP_SKIPS_DELAY.
10706
10707 Mon Feb  2 17:13:03 1998  Stan Shebs  <shebs@andros.cygnus.com>
10708
10709         * gdbint.texinfo: Remove obsolete mentions of pinsn.c and opcode.h
10710         files, finish sorting of host vs target vs native macros, describe
10711         some more of them.
10712
10713 Tue Jan 13 16:44:50 1998  Fred Fish  <fnf@cygnus.com>
10714
10715         * gdbint.texinfo (Host Conditionals): Document change from
10716         using NO_MMALLOC to it's inverse, USE_MMALLOC.
10717
10718 Mon Nov 24 13:55:21 1997  Andrew Cagney  <cagney@b1.cygnus.com>
10719
10720         * gdbint.texinfo (Host Conditionals): Document
10721         PRINTF_HAS_LONG_DOUBLE, SCANF_HAS_LONG_DOUBLE, HAVE_LONG_DOUBLE.
10722
10723 Fri Jul  4 14:52:31 1997  Ian Lance Taylor  <ian@cygnus.com>
10724
10725         * gdbint.texinfo (Host Conditionals): Add CRLF_SOURCE_LINES.
10726         Document LSEEK_NOT_LINEAR.
10727
10728 Tue Mar 25 14:44:09 1997  Ian Lance Taylor  <ian@cygnus.com>
10729
10730         * stabs.texinfo (Stab Section Basics): Make it clear that only
10731         some versions of the GNU linker remove the leading N_UNDF symbol.
10732
10733 Thu Feb 27 17:45:19 1997  Ian Lance Taylor  <ian@cygnus.com>
10734
10735         * stabs.texinfo (String Field): Document type number pairs here,
10736         instead of in the Sun specific section.
10737         (Include Files): The GNU linker supports the N_BINCL
10738         optimization.  Clarify the N_BINCL value, and what it is used
10739         for.
10740         (Procedures): Document N_FUN with an empty string to mark the end
10741         of a function.
10742         (Typedefs): Mention that Sun compilers may use N_GSYM for a type.
10743         (Sun Differences): Remove this node, as the information is now
10744         elsewhere in the main document.
10745         (Stab Section Basics): Mention that the GNU linker may optimize
10746         stabs and remove the leading N_UNDF symbol.
10747
10748 Mon Dec  9 12:23:32 1996  Roland Pesch  <roland@wrs.com>
10749
10750         * gdb.texinfo, refcard.tex: Restore author credit
10751
10752 Wed Oct  2 22:01:36 1996  Fred Fish  <fnf@fishfood.ninemoons.com>
10753
10754         * gdbint.texinfo (SIGTRAMP_START, SIGTRAMP_END): Update
10755         documentation to account for START and END macros taking
10756         one arg.
10757
10758 Thu Aug 22 17:59:03 1996  Fred Fish  <fnf@cygnus.com>
10759
10760         From: Eberhard Mattes <mattes@azu.informatik.uni-stuttgart.de>
10761         * gdb.texinfo (Frames): Fix typo.
10762
10763 Tue Jul 23 10:06:20 1996  Fred Fish  <fnf@cygnus.com>
10764
10765         * gdbint.texinfo (NO_SINGLE_STEP): Document that single_step takes
10766         a target_signal as arg type, not a pid.
10767
10768 Fri Jul 12 11:10:05 1996  Stu Grossman  (grossman@critters.cygnus.com)
10769
10770         * gdb.texinfo:  Document `set assembly-language'.
10771
10772 Thu Jul 11 13:50:28 1996  Stan Shebs  <shebs@andros.cygnus.com>
10773
10774         * remote.texi: Update list of stubs in the GDB distribution.
10775
10776 Fri Jul  5 15:38:54 1996  Fred Fish  <fnf@cygnus.com>
10777
10778         * gdbint.texinfo (NO_MMCHECK): Renamed from NO_MMALLOC_CHECK.
10779         Also document that some systems can use mmalloc but must define
10780         this if their C runtime allocates memory that is later freed.
10781         (MMCHECK_FORCE): Document new macro.
10782
10783 Fri Jun 28 22:17:10 1996  Dawn Perchik  <dawn@cygnus.com>
10784
10785         * remote.texi: Add documentation for target Sparclet.
10786
10787 Mon Jun 24 18:12:22 1996  Jason Molenda  (crash@godzilla.cygnus.co.jp)
10788
10789         * Makefile.in (srcdir, VPATH, prefix, infodir, INSTALL,
10790         INSTALL_PROGRAM, INSTALL_DATA): Use autoconf set values.
10791         * configure.in: Rewritten for autoconf.
10792         * configure: New.
10793
10794 Mon Jun 17 10:43:41 1996  Fred Fish  <fnf@cygnus.com>
10795
10796         * Makefile.in (DVIPS): New define, set to dvips.
10797         (dvi): Add stabs.dvi.
10798         (ps): New target.
10799         (all-doc): Depend on info, dvi, and ps targets.
10800         (STAGESTUFF): Add *.ps and *.dvi files.
10801         (clean-info, clean-dvi): Remove.
10802         (mostlyclean): Does not depend upon clean-info or clean-dvi,
10803         rules completely rewritten.
10804         (maintainer-clean): Remove clean-info and clean-dvi
10805         dependencies and put their actions in the rules.
10806         (gdb.ps): New target
10807         (gdb.dvi, gdbgui.dvi, gdbint.dvi, stabs.dvi): Remove
10808         intermediate TeX files, whether they have 2 or 3 character
10809         extensions.
10810         (gdbint.ps): Add target and rules.
10811         (gdb-internals): Delete unused target.
10812         (Makefile): Depends upon config.status also.
10813
10814 Sat Mar 30 15:46:58 1996  Fred Fish  <fnf@cygnus.com>
10815
10816         * gdbint.texinfo (CC_HAS_LONG_LONG): Clarify when/how this is
10817         set.
10818
10819 Sat Mar 16 15:10:20 1996  Fred Fish  <fnf@cygnus.com>
10820
10821         From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>
10822         * gdb.texinfo (Expressions): Fix erroneous array constant example.
10823
10824 Sat Mar 16 13:28:45 1996  Fred Fish  <fnf@cygnus.com>
10825
10826         * gdb.texinfo: Add missing "@bullet" to some "@itemize" commands.
10827
10828 Sat Feb 10 03:28:36 1996  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
10829
10830         * gdb.texinfo (Print settings):  Document
10831         `set/show print static-members' commands.
10832
10833 Wed Jan 10 14:16:37 1996  Fred Fish  <fnf@cygnus.com>
10834
10835         * gdbint.texinfo (Native): Document name change, coredep.c to
10836         core-aout.c.
10837
10838 Wed Dec 13 12:35:28 1995  Ian Lance Taylor  <ian@cygnus.com>
10839
10840         * stabs.texinfo (Include Files): Document the values the SunOS4
10841         linker creates for N_BINCL/N_EINCL/N_EXCL stabs.
10842
10843 Fri Dec  8 21:08:44 1995  Fred Fish  <fnf@cygnus.com>
10844
10845         * gdbint.texinfo (Releases): Change gdb.tar.Z to gdb.tar.gz.
10846         Fix typo.
10847
10848 Fri Dec  1 11:07:50 1995  Fred Fish  <fnf@cygnus.com>
10849
10850         * gdbint.texinfo (Releases): Make "gdb.tar.gz" rather than
10851         "gdb.tar.Z".
10852
10853 Wed Sep 20 13:14:10 1995  Ian Lance Taylor  <ian@cygnus.com>
10854
10855         * Makefile.in (maintainer-clean): New target, synonym for
10856         realclean.
10857
10858 Thu Aug  3 10:45:37 1995  Fred Fish  <fnf@cygnus.com>
10859
10860         * Update all FSF addresses except those in COPYING* files.
10861
10862 Wed Jul 19 18:43:03 1995  Stan Shebs  <shebs@andros.cygnus.com>
10863
10864         From Richard Earnshaw (rearnsha@armltd.co.uk):
10865         * gdb.texinfo (convenience variables): Document $_exitcode.
10866         (quit): Document optional expression to use as exit code.
10867
10868 Thu Jun 22 21:27:33 1995  Victoria Mixon  <victoria@cygnus.com>
10869
10870         * gdb.texinfo, remote.texi: Brought up to date with various
10871         GDB changes.
10872
10873 Tue Jun 20 14:35:38 1995  Stan Shebs  <shebs@andros.cygnus.com>
10874
10875         * gdb.texinfo: Update dates and versions, fix comments about
10876         hardware watchpoints in future releases and about the
10877         sharedlibrary command.
10878
10879 Mon May  8 09:30:36 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
10880
10881         * stabs.texinfo: Remove node `XCOFF differences'.  Describe value of
10882         C_FUN stab.  Other cleanups.
10883
10884 Wed Apr 19 07:02:19 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
10885
10886         * remote.texi (Bootstrapping): Clarify that flush_i_cache is only
10887         for the sparc stub.
10888
10889 Tue Apr 11 11:41:49 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
10890
10891         * annotate.texi: Clarify which addresses have differing formats
10892         depending on the language and which do not.
10893
10894 Tue Mar 28 16:56:22 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
10895
10896         * remote.texi (NetWare): Changed example to use BOARD= instead of
10897           NODE= argument to reflect correspoding change to gdbserve.nlm.
10898
10899 Fri Mar 17 06:47:02 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
10900
10901         * stabs.texinfo (Negative Type Numbers): Mention the fact that
10902         GDB, as well as AIX dbx, supports the size type attribute.
10903
10904 Thu Mar 16 12:11:32 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
10905
10906         * stabs.texinfo (Negative Type Numbers): Document types -31 to -34.
10907
10908 Mon Mar 13 16:49:13 1995  Per Bothner  <bothner@kalessin.cygnus.com>
10909
10910         * gdb.texinfo (Define):  Document $arg0... arguments to commands,
10911         and new 'if' and 'while' commands.
10912
10913 Fri Feb 17 15:24:35 1995  Per Bothner  <bothner@kalessin.cygnus.com>
10914
10915         * gdb.texinfo (Artificial arrays):  Note use of coerce-to-array-type.
10916
10917 Wed Feb 15 11:59:18 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
10918
10919         * all-cfg.texi: New flag, GDBSERVE, for NetWare's gdbserve.nlm.
10920         * remote.texi (NetWare): New node, how to use gdbserve.nlm on
10921           NetWare targets.  Mostly stolen from the Server node.
10922
10923 Fri Feb 10 20:20:08 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
10924
10925         * gdb.texinfo (Setting): Talk about the language of a source file
10926         versus the working language.  The old documentation did not match
10927         what GDB did.
10928
10929 Wed Feb  1 20:26:36 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
10930
10931         * stabs.texinfo (Source Files): Document N_SO used to mark the end
10932         of a source file.
10933
10934 Mon Jan 23 14:23:37 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
10935
10936         * gdb.texinfo (Processes): New node.
10937
10938 Tue Jan 17 14:09:03 1995  Ian Lance Taylor  <ian@sanguine.cygnus.com>
10939
10940         * remote.texi: Update documentation of set/show mipsfpu.
10941
10942 Fri Jan  6 17:17:28 1995  Stan Shebs  <shebs@andros.cygnus.com>
10943
10944         * gdbgui.texinfo: New file, manual for GUI (gdbtk) users.
10945         * Makefile.in (gdbgui.dvi, gdbgui.info): New actions.
10946
10947 Sun Sep  4 16:47:21 1994  Stan Shebs  (shebs@andros.cygnus.com)
10948
10949         * gdbint.texinfo: Removed mentions of some incorrectly placed and
10950         obsolete conditionals, described some others.
10951
10952 Mon Aug  1 15:42:39 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
10953
10954         * gdbint.texinfo: Remove references to BROKEN_LARGE_ALLOCA and
10955         SET_STACK_LIMIT_HUGE; they were removed from GDB 14 May 1994.
10956
10957 Mon Aug  1 15:12:02 1994  Stan Shebs  (shebs@andros.cygnus.com)
10958
10959         * gdbint.texinfo: Put regex conditionals in their own table.
10960
10961 Tue Jul 26 18:32:52 1994  Stan Shebs  (shebs@andros.cygnus.com)
10962
10963         * gdbint.texinfo: Removed mentions of many obsolete conditionals,
10964         described or fixed the descriptions of many others.
10965
10966 Sun Jul 17 14:14:03 1994  Stan Shebs  (shebs@andros.cygnus.com)
10967
10968         * gdb.texinfo: Add some more credits.
10969         * gdbint.texinfo: Capitalize GDB consistently, describe some
10970         macros and remove some.
10971
10972 Thu Jul 14 18:43:17 1994  Stan Shebs  (shebs@andros.cygnus.com)
10973
10974         * gdbint.texinfo: Removed mentions of many incorrectly placed and
10975         obsolete conditionals, described some others.
10976
10977 Tue Jul 12 12:23:15 1994  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
10978
10979         * gdb.texinfo (help targets):  Changed to `help target', which
10980         is the correct gdb command.
10981
10982 Wed Jun 22 18:00:51 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
10983
10984         * annotate.texi (TODO): New node, for keeping track of annotations
10985         suggested but not yet implemented.
10986
10987 Wed Jun  1 16:10:45 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
10988
10989         * stabs.texinfo (Statics): Value of xcoff C_BSTAT points to
10990         another symbol, it is not the address itself.
10991
10992 Thu May  5 20:23:36 1994  Stan Shebs  (shebs@andros.cygnus.com)
10993
10994         * stabs.texinfo (Stab Section Basics): Add comment about alignment
10995         of stabs-in-coff sections.
10996
10997 Wed May  4 06:26:11 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
10998
10999         * annotate.texi: Change edition to 0.5 and date to May 1994.
11000         Add index.
11001         (Frames): New node, for frame annotation.
11002         (Displays): New node, for display annotation.
11003
11004         * remote.texi (MIPS Remote): Say that set timeout doesn't apply
11005         when waiting for your program to stop.
11006
11007 Fri Apr 29 18:24:46 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
11008
11009         * annotate.texi (Breakpoint Info): Document annotation of header
11010         fields and record annotation.
11011
11012 Thu Apr 28 07:44:28 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
11013
11014         * annotate.texi: New file, to document annotations.
11015
11016 Thu Apr 21 14:20:51 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
11017
11018         * Makefile.in (clean): Don't remove GDBvn.texi (apparently on Jan
11019         16 I meant to make this change but did not).  Do remove gdb-cfg.texi.
11020
11021 Wed Apr 20 11:22:48 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
11022
11023         * stabs.texinfo (Stab Section Basics): Say what is in .stab
11024         section, and say n_strx field is compilation unit relative.
11025         * stabs.texinfo: Don't use @code for a.out when it is the name of
11026         an object file format.
11027
11028 Wed Apr 13 20:29:54 1994  Jim Kingdon  (kingdon@deneb.cygnus.com)
11029
11030         * gdb.texinfo: Refer to file names, not path names, per rms
11031         convention.
11032         (Arguments): Fix typo.
11033
11034 Thu Mar 24 08:09:12 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
11035
11036         * stabs.texinfo (Global Variables): Talk about stabs in files
11037         where variables are referenced, but not defined.
11038
11039 Wed Mar 23 07:16:36 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
11040
11041         * stabs.texinfo: Move stuff on @ and # type descriptors from node
11042         Cplusplus to new nodes Member Type Descriptor and Method Type
11043         Descriptor.  Re-write stuff for #.
11044
11045 Wed Mar 16 08:20:19 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
11046
11047         * gdb.texinfo (Print Settings): Don't document "set print
11048         fast-symbolic-addr off".  The bug which it worked around was fixed
11049         on 25 Feb 94 in coffread.c, so I'm nuking the command.
11050
11051         * stabs.texinfo (Alternate Entry Points): New node, rewritten from
11052         N_ENTRY node.
11053
11054         * stabs.texinfo (Type Descriptors): Add 'Y' type descriptor.
11055
11056 Tue Mar 15 08:43:02 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
11057
11058         * gdbint.texinfo (Host Conditionals, Target Conditionals): Remove
11059         references to ieee-float.c.
11060
11061 Fri Mar 11 08:09:40 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
11062
11063         * gdb.texinfo (Set Breaks): Update documentation for tbreak to
11064         match what the code actually does.
11065
11066 Wed Mar  9 19:43:05 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
11067
11068         * stabs.texinfo (Symbol Descriptors): Add OS9000 symbol descriptor s.
11069
11070 Tue Mar  1 17:04:43 1994  Jim Kingdon  (kingdon@deneb.cygnus.com)
11071
11072         * stabs.texinfo (Type Descriptors): Add OS9000 type descriptors c,
11073         i, and b.
11074
11075 Wed Feb 23 10:44:18 1994  Jim Kingdon  (kingdon@rtl.cygnus.com)
11076
11077         * stabs.texinfo: Document N_RBRAC as function relative for COFF as
11078         well as for ELF and SOM.  Unify the descriptions of ELF and SOM
11079         as "stabs in sections" rather than just saying "ELF and SOM".
11080         Also make that stuff apply to COFF.
11081
11082 Fri Feb 18 08:25:58 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
11083
11084         * gdb.texinfo (Formatting Documentation): Change GhostScript to
11085         Ghostscript.
11086
11087 Fri Feb  4 06:31:31 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
11088
11089         * gdb.texinfo (Continuing and Stepping): When talking about "step"
11090         versus functions without line numbers, also mention stepping into
11091         them as well as "step" when you are in them.  Tell the user how to
11092         deal with the situation.  Add comment about "debugging information".
11093
11094 Thu Feb  3 11:39:59 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
11095
11096         * stabs.texinfo (Enumerations): Document restriction on where
11097         enumeration types can appear and still win with GDB.
11098
11099 Wed Feb  2 11:29:17 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
11100
11101         * stabs.texinfo (Negative Type Numbers): Document format for type
11102         -16.
11103
11104 Thu Jan 27 16:53:56 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
11105
11106         * gdb.texinfo (Selection, Frame Info): Update information about
11107         arbitrary frame specficiations.
11108
11109 Wed Jan 26 15:31:57 1994  Roland H. Pesch  (pesch@fowanton.cygnus.com)
11110
11111         * gdb.texinfo, remote.texi: general editing pass prior to Net release
11112
11113 Tue Jan 25 12:12:04 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
11114
11115         * stabs.texinfo (String Field): Discuss continuing stabs with ?.
11116
11117 Wed Jan 19 06:39:24 1994  David J. Mackenzie  (djm@thepub.cygnus.com)
11118
11119         * stabs.texinfo (Non-Stab Symbol Types): Mention N_SET* | N_EXT.
11120
11121 Sun Jan 16 12:43:32 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
11122
11123         * stabs.texinfo: Re-do stuff about C_BSTAT and move from XCOFF
11124         Differences node to Statics node.
11125         (Statics): Discuss XCOFF use of V symbol descriptor.
11126
11127         * Makefile.in: Remove refcard.dvi and GDBvn.texi in realclean,
11128         not clean.
11129
11130 Wed Jan 12 21:29:54 1994  John Gilmore  (gnu@cygnus.com)
11131
11132         * gdb.texinfo (Print Settings): Document `set print
11133         fast-symbolic-addr' and improve the doc for some other
11134         `set print's.
11135
11136 Mon Jan  3 17:23:07 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
11137
11138         * stabs.texinfo (String Field): Talk about defining several type
11139         numbers at once.
11140         Fix lint regarding changing node ELF Transformations to
11141         ELF and SOM Transformations.
11142
11143 Fri Dec 31 00:42:43 1993  John Gilmore  (gnu@cygnus.com)
11144
11145         * stabs.texinfo:  Insert Peter Kessler's name as inventor (I think).
11146
11147 Tue Dec 28 09:30:40 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
11148
11149         * stabs.texinfo (Cross-References): `::' is for nested types only
11150         within <>.
11151         (Structures): Document static members.
11152
11153 Mon Dec 27 13:55:04 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
11154
11155         * stabs.texinfo: Document S type attribute.
11156
11157 Sun Dec 26 20:46:36 1993  Jeffrey A. Law  (law@snake.cs.utah.edu)
11158
11159         * stabs.texinfo: Add notes about stabs-in-som where appropriate.
11160
11161 Fri Dec  3 19:13:19 1993  John Gilmore  (gnu@cygnus.com)
11162
11163         * gdbint.texinfo:  Fix a few typos.
11164
11165 Sun Nov 28 18:06:25 1993  Roland H. Pesch  (pesch@fowanton.cygnus.com)
11166
11167         * gdb.texinfo, remote.texi: formatting improvements
11168
11169         * gdb.texinfo (New Features): mention threads.
11170         (Summary, C): fix xrefs in newly contributed text.
11171         (Threads): index entries, clarifications, example
11172         (passim): minor typos fixed, phrasing improvements
11173
11174         * remote.texi (Bootstrapping): rephrase text on ^C and add index
11175         entries; (Server): explain use of gdbserver w/real-time systems,
11176         add example of conflicting TCP port; (MIPS Remote) break up
11177         running text into table, highlighting commands, and add example.
11178
11179 Wed Nov 24 14:15:56 1993  Roland H. Pesch  (pesch@fowanton.cygnus.com)
11180
11181         * refcard.tex: avoid bad linebreaks even when REFEDITS=psrc.sed
11182
11183 Fri Nov 12 16:10:58 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
11184
11185         * stabs.texinfo (Nested Symbols): New node.
11186         (String Field, Symbol Descriptors, Cross-References): Refer to it.
11187
11188 Thu Nov 11 13:26:45 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
11189
11190         * stabs.texinfo (Stabs in ELF): Clarify how Bbss.bss work with respect
11191         to picking which Bbss.bss symbol to use, and (because there seems to
11192         be no good way of doing it) re-write some of the text to make it
11193         sound like Bbss.bss isn't such a great idea after all (as currently
11194         designed).
11195
11196         * gdb.texinfo (C): In addition to saying people have to use g++ for
11197         good results, say they have to use stabs.  Specifically say cfront
11198         doesn't work well.
11199         (Summary): Merge in information on Modula-2, Pascal, and Chill from
11200         the gdb README.  Add xrefs to places where the support for the various
11201         languages is described in detail.
11202
11203 Mon Nov  8 11:47:34 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
11204
11205         * stabs.texinfo: Clean up stuff about visibility and virtual
11206         characters.
11207
11208         * stabs.texinfo (N_M2C): Cite Sun doc.
11209
11210 Fri Nov  5 16:27:27 1993  Roland H. Pesch  (pesch@fowanton.cygnus.com)
11211
11212         * gdb.texinfo: updates re threads.
11213         * remote.texinfo: avoid index entries starting with digits.
11214
11215 Tue Nov  2 09:08:37 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
11216
11217         * stabs.texinfo (Enumerations): Talk about large, negative and
11218         octal values.  Clean up cross reference to type attributes.
11219         (String Field): Say that GDB 4.11 supports size attribute.
11220
11221 Sun Oct 31 13:31:10 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
11222
11223         * remote.texi (VxWorks Remote): Clarify that rebuilding VxWorks kernel
11224         is a mandatory step.  Make the stuff about that more concise.
11225
11226 Wed Oct 27 00:25:46 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
11227
11228         * stabs.texinfo (Class Names): New node.
11229
11230         * gdb.texinfo (Command Files): Explain order of init file reading.
11231
11232         * remote.texi (Bootstrapping): Talk about getting the serial driver
11233         to deal with ^C sent by gdb to stop the remote system.
11234
11235 Mon Oct 25 03:25:41 1993  Tom Lord  (lord@cygnus.com)
11236
11237         * libgdb.texinfo (I/O): incorporated better phrasing from rich.
11238
11239         * libgdb.texinfo (Defining Commands): made the DOC arg
11240         to gdb_define_app_command a char * instead of char **
11241         per a suggestion from kingdon.
11242
11243         * libgdb.texinfo: total rewrite from a different starting
11244         premise.
11245
11246 Wed Oct 20 18:07:44 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
11247
11248         * stabs.texinfo (Local Variable Parameters): Re-write paragraph on
11249         floats passed as doubles (to improve clarity).
11250
11251 Tue Oct 19 14:21:18 1993  Roland H. Pesch  (pesch@fowanton.cygnus.com)
11252
11253         * gdb.texinfo (Source Path): index entries for $cwd, $pdir
11254
11255         * a4rc.sed: update to work with Andreas Vogel papersize params
11256
11257         * refcard.tex: use Andreas Vogel simplifications of papersize
11258         params; remove useless version info; update copyright date.
11259
11260 Tue Oct 19 10:46:22 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
11261
11262         * gdb.texinfo (Symbols): Add class NAME to doc for ptype.
11263
11264 Tue Oct 12 09:11:45 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
11265
11266         * gdb.texinfo (Files): Say what address the load command loads it at.
11267
11268         * stabs.texinfo (Common Blocks): Minor cleanups.
11269
11270         * stabs.texinfo: Update ld stabs in elf relocation to reflect the fact
11271         that Sun has backed away from the linker kludge and thus the relevant
11272         issue is changes to the SunPRO tools, not the Solaris linker.
11273
11274         * stabs.texinfo (Traditional Integer Types): Clean up description
11275         of octal bounds a little bit.  Document extra leading zeroes.
11276
11277 Thu Oct  7 16:15:37 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
11278
11279         * gdb.texinfo (Signaling): Update for symbolic symbol names
11280         and add a section explaining the difference between the GDB
11281         signal command and the shell kill utility.
11282
11283 Wed Oct  6 13:23:01 1993  Tom Lord  (lord@rtl.cygnus.com)
11284
11285         * libgdb.texinfo: added `@' to braces that were unescaped.
11286
11287 Mon Oct  4 10:42:18 1993  Tom Lord  (lord@rtl.cygnus.com)
11288
11289         * libgdb.texinfo: new file.  Spec for the gdb library.
11290
11291 Sun Oct  3 15:26:56 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
11292
11293         * stabs.texinfo (Include Files): Fix typo (start -> end).
11294
11295 Thu Sep 30 18:24:56 1993  Roland H. Pesch  (pesch@fowanton.cygnus.com)
11296
11297         * gdb.texinfo, remote.texi: assorted small improvements, mostly
11298         from Melissa at FSF's editing pass.
11299
11300 Thu Sep 30 11:54:38 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
11301
11302         * gdb.texinfo: Remove stuff about ar and 14 character filenames.
11303         I believe this was fixed by the 13 Sep 89 change to print_frame_info.
11304         Also, modern versions of ar like BSD 4.4 or SVR4 don't have this bug.
11305
11306 Wed Sep 22 21:22:11 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
11307
11308         * remote.texi (Bootstrapping): Discuss 386 call gates.
11309
11310 Sat Sep 18 17:10:44 1993  Jim Kingdon  (kingdon@poseidon.cygnus.com)
11311
11312         * stabs.texinfo (Based Variables): New node.
11313
11314 Thu Sep 16 17:48:55 1993  Jim Kingdon  (kingdon@cirdan.cygnus.com)
11315
11316         * stabs.texinfo (Negative Type Numbers): Re-write discussions of
11317         names, sizes, and formats to suggest how not to lose.
11318
11319 Sat Sep 11 09:35:11 1993  Jim Kingdon  (kingdon@poseidon.cygnus.com)
11320
11321         * stabs.texinfo (Methods): Fix typo.
11322
11323 Fri Sep 10 06:34:20 1993  David J. Mackenzie  (djm@thepub.cygnus.com)
11324
11325         * gdb.texinfo: Fix a few typos.
11326
11327 Wed Sep  8 09:11:52 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
11328
11329         * gdb.texinfo: Clarify how well it works with Fortran.
11330
11331         * stabs.texinfo (Stabs In ELF, Statics, ELF Transformations):
11332         More on relocating stabs in ELF files.
11333
11334 Tue Sep  7 13:45:02 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
11335
11336         * stabs.texinfo (Stabs In ELF): Talk about N_FUN value.
11337
11338 Mon Sep  6 19:23:18 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
11339
11340         * stabs.texinfo (Local Variable Parameters): Talk about nameless
11341         parameters on VAX.
11342
11343 Fri Sep  3 17:06:08 1993  Roland H. Pesch  (pesch@fowanton.cygnus.com)
11344
11345         * gdb.texinfo: @up/@down -> @raisesections/@lowersections
11346
11347 Fri Sep  3 12:04:15 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
11348
11349         * stabs.texinfo: Make info author notice match the TeX author notice.
11350
11351 Tue Aug 31 13:21:06 1993  David J. Mackenzie  (djm@thepub.cygnus.com)
11352
11353         * stabs.texinfo: Initial-caps all words in node names and
11354         non-trivial words in section names.
11355
11356 Mon Aug 30 11:13:16 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
11357
11358         * stabs.texinfo: Many minor cleanups.
11359
11360         * stabs.texinfo: Remove @deffn except from Expanded Reference node.
11361
11362 Sat Aug 28 12:08:09 1993  David J. MacKenzie  (djm@edison.eng.umd.edu)
11363
11364         * stabs.texinfo: Remove full description of big example.
11365         It's not really helpful; just use pieces of it where appropriate.
11366         Add more Texinfo formatting directives (@samp, etc.).
11367         Use @deffn to define stab types.
11368         Eliminate some wordiness.  Break up some nodes.
11369         Add an (alphabetized) index of symbol types.
11370         Use consistent capitalization style in node and section names.
11371
11372 Thu Aug 26 06:36:31 1993  Fred Fish  (fnf@deneb.cygnus.com)
11373
11374         * gdb.texinfo:  Change typo "Two two" to "The two".
11375
11376 Sun Aug 22 12:15:18 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
11377
11378         * stabs.texinfo (XCOFF-differences): Remove references to
11379         non-existent types N_DECL and N_RPSYM.
11380
11381         * stabs.texinfo (String Field): Say that type attributes bug is
11382         fixed in GDB 4.10, since it is.
11383
11384         * stabs.texinfo: Clean up djm cleanups, and more cleanups of my own.
11385
11386 Sat Aug 21 04:32:28 1993  David MacKenzie  (djm@cygnus.com)
11387
11388         * stabs.texinfo: Formatting cleanups.
11389
11390 Fri Aug 20 20:49:53 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
11391
11392         * stabs.texinfo: When explaining the n_type of a stab, standardize
11393         how we do it ('#' as a comment indicator, "36 is N_FUN" as text,
11394         no tabs, use @r).
11395         (Global Variables): Clean up.
11396
11397 Tue Aug 17 15:57:27 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
11398
11399         * stabs.texinfo (Stack Variables): Re-write.
11400
11401 Mon Aug 16 21:20:08 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
11402
11403         * stabs.texinfo (Stabs-in-elf): Talk about getting the start
11404         addresses of a source file.  Also revise formatting.
11405         Change "object module" or "object file" to "source file".
11406         Various: Miscellaneous cleanups.
11407
11408 Thu Aug 12 15:11:51 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
11409
11410         * stabs.texinfo: Point to mangling info in gcc's gpcompare.texi.
11411
11412 Tue Aug 10 16:57:49 1993  Stan Shebs  (shebs@rtl.cygnus.com)
11413
11414         * gdbint.texinfo: Removed many nonsensical machine-collected
11415         host and target conditionals, described some of the remainder.
11416
11417 Tue Aug 10 13:28:30 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
11418
11419         * gdbint.texinfo (Getting Started): Use @itemize, not @table.
11420
11421         * gdbint.texinfo (Top): Add name to @top line, and re-write the
11422         paragraph which follows.
11423
11424         * gdbint.texinfo (Host): Use @code not @samp for Makefile
11425         variables.  Looks better and avoids overful hbox.
11426
11427 Fri Jul 30 18:26:21 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
11428
11429         * stabs.texinfo (Procedures): Improve stuff on nested functions.
11430
11431 Thu Jul 29 15:10:58 1993  Roland H. Pesch  (pesch@fowanton.cygnus.com)
11432
11433         * remote.texi: (MIPS Remote) clearer doc for set/show timeout,
11434         retransmit-timeout
11435
11436 Thu Jul 29 13:16:09 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
11437
11438         * gdbint.texinfo: Update statement about `some ancient Unix
11439         systems, like Ultrix 4.0' to Ultrix 4.2.
11440
11441 Wed Jul 28 15:26:53 1993  Roland H. Pesch  (pesch@el_bosque.cygnus.com)
11442
11443         * h8-cfg.texi, all-cfg.texi: new flag GDBSERVER
11444
11445         * Makefile.in: depend on remote.texi rather than gdbinv-s.texi
11446
11447         * remote.texi: (Server) New node on gdbserver.  (Remote Serial,
11448         ST2000 Remote, MIPS Remote): mention `host:port' syntax for TCP.
11449
11450         * remote.texi: new name for former gdbinv-s.texi
11451
11452         * gdb.texinfo: use remote.texi rather than gdbinv-s.texi
11453
11454 Wed Jul 28 08:26:24 1993  Ian Lance Taylor  (ian@cygnus.com)
11455
11456         * gdbinv-s.texi: Documented timeout and retransmit-timeout
11457         variables for MIPS remote debugging protocol.
11458
11459 Mon Jul 26 13:00:09 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
11460
11461         * stabs.texinfo (Negative Type Numbers): FORTRAN LOGICAL fix.
11462
11463 Tue Jul 20 16:30:41 1993  Jim Kingdon  (kingdon@deneb.cygnus.com)
11464
11465         * Makefile.in (refcard.dvi): Use srcdir where necessary.
11466
11467 Mon Jul 19 12:02:50 1993  Roland H. Pesch  (pesch@cygnus.com)
11468
11469         * gdb.texinfo: repair conditional bugs in text markup
11470
11471 Fri Jul 16 18:57:50 1993  Roland H. Pesch  (pesch@fowanton.cygnus.com)
11472
11473         * gdb.texinfo, all-cfg.texi, h8-cfg.texi: introduce MOD2 switch
11474         to select Modula-2 material.
11475
11476 Thu Jul 15 13:15:01 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
11477
11478         * stabs.texinfo: Cleanups regarding statics.
11479
11480         * gdbinv-s.texi (Bootstrapping): Document exceptionHandler.
11481         (Debug Session): Mention exceptionHandler.  Add xref to Bootstrapping.
11482
11483 Mon Jul 12 13:37:02 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
11484
11485         * stabs.texinfo: N_MAIN is sometimes used for C.
11486
11487 Fri Jul  9 09:47:02 1993  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
11488
11489         * gdbint.texinfo (Host, Target Conditionals): Remove TM_FILE_OVERRIDE.
11490
11491 Tue Jul  6 12:41:28 1993  John Gilmore  (gnu@cygnus.com)
11492
11493         * gdbint.texinfo (Target Conditionals): Remove NO_TYPEDEFS,
11494         removed from the code by Kingdon.
11495
11496 Tue Jul  6 12:24:34 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
11497
11498         * gdb.texinfo (Break Commands): Remove stuff about flushing terminal
11499         input when evaluating breakpoint conditions; the bug has been fixed.
11500
11501         * gdb.texinfo (Continuing and Stepping): Argument to "continue"
11502         sets the ignore count to N-1, not to N.
11503
11504 Thu Jul  1 14:57:42 1993  Roland H. Pesch  (pesch@fowanton.cygnus.com)
11505
11506         * refcard.tex (\hoffset): correct longstanding error to match
11507           intended offset; avoids cutting off edge on some printers
11508
11509 Wed Jun 30 18:23:06 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
11510
11511         * stabs.texinfo (Parameters): Say that order of stabs is significant.
11512
11513 Fri Jun 25 21:34:52 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
11514
11515         * stabs.texinfo (Common Blocks): Say what Sun FORTRAN does.
11516
11517 Fri Jun 25 16:15:10 1993  Roland H. Pesch  (pesch@fowanton.cygnus.com)
11518
11519         * Makefile.in: (REFEDITS) new var to control whether PS or CM
11520         fonts and whether US or A4 paper for GDB refcard; (refcard.dvi)
11521         collect sed edits if any, apply to refcard before formatting;
11522         (refcard.ps) stop implying PS fonts if PS output requested;
11523         (lrefcard.ps) delete extra target for variant PS fonts
11524
11525         * refcard.tex: parametrize papersize dependent info, collect
11526           in easily replaced spot
11527
11528         * a4rc.sed: new file, edits to refcard for A4 paper
11529
11530 Fri Jun 25 14:21:46 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
11531
11532         * stabs.texinfo (Negative Type Numbers): Type -16 is 4 bytes.
11533
11534 Wed Jun 23 15:02:50 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
11535
11536         * stabs.texinfo (Negative Type Numbers): Minor character cleanups.
11537
11538 Tue Jun 22 16:31:52 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
11539
11540         * stabs.texinfo: Express disapproval of 'D' symbol descriptor
11541         politely rather than rudely.
11542
11543 Fri Jun 18 19:42:09 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
11544
11545         * stabs.texinfo: Document common blocks.
11546
11547 Fri Jun 18 12:12:57 1993  Fred Fish  (fnf@cygnus.com)
11548
11549         * stabs.texinfo:  Add some basic info about stabs-in-elf.
11550
11551 Fri Jun 18 13:57:09 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
11552
11553         * stabs.texinfo (Top): Minor cleanup.
11554
11555 Mon Jun 14 16:16:51 1993  david d `zoo' zuhn  (zoo at rtl.cygnus.com)
11556
11557         * Makefile.in (install-info): remove parentdir support
11558
11559 Tue Jun 15 18:11:39 1993  Roland H. Pesch  (pesch@fowanton.cygnus.com)
11560
11561         * gdb.texinfo (Copying): delete this node and references to it;
11562         RMS says this manual need not carry GPL. (passim): Improvements
11563         from last round at FSF, largely due to Ian Taylor review, and
11564         minor formatting improvements.
11565
11566         * gdbinv-s.texi (passim): Improvements from last round at FSF,
11567         largely due to Ian Taylor review. (Debug Session): minor edits to
11568         new text.
11569
11570 Sun Jun 13 12:52:39 1993  Jim Kingdon  (kingdon@cygnus.com)
11571
11572         * Makefile.in (realclean): Remove info and dvi files too.
11573
11574 Sat Jun 12 16:09:22 1993  Jim Kingdon  (kingdon@cygnus.com)
11575
11576         * {all,h8}-config.texi: Rename to *-cfg.texi for 14 char filenames.
11577         * Makefile.in: Change accordingly.  gdb-config.texi -> gdb-cfg.texi.
11578         * gdb.texinfo: Change accordingly.
11579
11580         * stabs.texinfo: Clean up N_{L,R}BRAC.  Discuss what addresses of
11581         N_{L,R}BRAC,N_SLINE are relative to.
11582
11583 Fri Jun 11 15:15:55 1993  Jim Kingdon  (kingdon@cygnus.com)
11584
11585         * Makefile.in (GDBvn.texi): Update atomically.
11586
11587 Wed Jun  9 10:58:16 1993  Jim Kingdon  (kingdon@cygnus.com)
11588
11589         * gdbinv-s.texi (Debug Session): Document exceptionHook.
11590
11591 Tue Jun  8 13:42:04 1993  Jim Kingdon  (kingdon@cygnus.com)
11592
11593         * gdb.texinfo (Print Settings): Move all stuff relating to symbolic
11594         addresses together.  Also motivate the set print symbol-filename
11595         command and suggest other solutions.
11596
11597 Tue Jun  1 22:46:43 1993  Fred Fish  (fnf@cygnus.com)
11598
11599         * gdb.texinfo (set print elements):  Note that the number of
11600         elements is set to unlimited by "set print elements 0".
11601
11602 Mon May 31 08:06:55 1993  Jim Kingdon  (kingdon@cygnus.com)
11603
11604         * stabs.texinfo (Builtin Type Descriptors): Try to clarify what
11605         NF_LDOUBLE means.
11606         (Stab Types): Include Solaris stab types.
11607         (Procedures): Document Solaris extensions.
11608
11609 Thu May 27 06:20:42 1993  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
11610
11611         * gdb.texinfo:  Add `set print symbol-filename' doc.
11612
11613 Wed May 26 00:26:42 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
11614
11615         * stabs.texinfo (Arrays): Talk about type definition vs. type
11616         information.
11617
11618         * stabs.texinfo (Builtin Type Descriptors): Talk about omitting
11619         the trailing semicolon.
11620
11621 Tue May 25 14:49:42 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
11622
11623         * stabs.texinfo (Line Numbers, Source Files): Re-write these two nodes
11624         and merge in other parts of the document addressing these subjects.
11625         gdbint.texinfo (XCOFF): Remove info which is now in stabs.texinfo.
11626
11627         * stabs.texinfo (Subranges, Arrays): Try to explain about the semicolon
11628         at the end of a range type.
11629
11630         * stabs.texinfo (Subranges): "A offset" and "T offset" are not
11631         AIX extensions.
11632
11633 Mon May 24 09:00:33 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
11634
11635         * stabs.texinfo (Stabs Format):  Misc fixes.
11636
11637 Sat May 22 10:40:56 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
11638
11639         * stabs.texinfo (Constants):  Allow an `e' constant to be non-enum.
11640         (Traditional builtin types): Document convex convention for long long.
11641         (Negative builtin types): Discuss type names, and misc fixes.
11642
11643 Fri May 21 11:20:31 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
11644
11645         * stabs.texinfo (Builtin Type Descriptors): Document the floating
11646         point types used with @samp{R} type descriptor.
11647         (Symbol Descriptors): Describe how to handle conflict between
11648         different meanings of @samp{P} symbol descriptor.
11649
11650 Thu May 20 13:35:10 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
11651
11652         * stabs.texinfo: Remove node Quick Reference and put its children
11653         directly under the main menu.
11654
11655         * stabs.texinfo: Many more changes to bring it into line with
11656         AIX documentation and reality.  I think it now has all the
11657         information from the AIX documentation, except that I burned
11658         out when I got to variant records (Pascal and Modula-2) and
11659         all the COBOL types.  Oh well, we can add them later when we're
11660         worrying more about those languages.
11661
11662         * stabs.texinfo (Automatic variables): Talk about what it means
11663         to omit the symbol descriptor.
11664
11665 Tue May 18 17:59:18 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
11666
11667         * stabs.texinfo (Parameters): Add "(sometimes)" when describing
11668         gcc2 behavior with promoted args.
11669
11670 Fri May 14 21:35:29 1993  Roland H. Pesch  (pesch@fowanton.cygnus.com)
11671
11672         * gdb.texinfo: include readline appendices in info version of manual
11673
11674 Fri May  7 11:56:18 1993  Roland H. Pesch  (pesch@fowanton.cygnus.com)
11675
11676         * gdbinv-s.texi (Remote Serial): describe new ^C behavior in
11677         target remote.
11678
11679         * gdb.texinfo (Machine Code): more index entries for disassemble
11680
11681 Fri May  7 10:12:30 1993  Fred Fish  (fnf@cygnus.com)
11682
11683         * Clarify the intended use of the gdb-testers and gdb-patches
11684         mailing lists, and shrink gzip comment.
11685
11686 Thu May  6 16:39:50 1993  Roland H. Pesch  (pesch@fowanton.cygnus.com)
11687
11688         * gdb.texinfo (Shell Commands): do not mention SHELL env var in
11689         DOSHOST configuration of manual.
11690
11691         * gdb.texinfo (MIPS Stack): new node.
11692
11693         * all-config.texi (MIPS) new switch.
11694
11695         * gdbinv-s.texi (Nindy Options) Remove two instances of future
11696         tense; (MIPS Remote) new node.
11697
11698         * gdb.texinfo (passim) rephrases to work around makeinfo @value
11699         bug; (Environment) less passive, other small cleanups in text about
11700         .cshrc/.bashrc; (Invoking GDB) new MIPS Remote menu entry;
11701         (Remote) new MIPS Remote menu entry.
11702
11703 Thu Apr 29 09:36:25 1993  Jim Kingdon  (kingdon@cygnus.com)
11704
11705         * stabs.texinfo: Many changes to include information from the
11706         AIX documentation.
11707
11708         * gdb.texinfo (Environment): Mention pitfall with .cshrc.
11709
11710 Tue Apr 27 14:02:57 1993  Jim Kingdon  (kingdon@cygnus.com)
11711
11712         * gdbint.texinfo (new node Debugging GDB, elsewhere):
11713         Move a bunch of information from ../README.
11714         (Getting Started): New node.
11715
11716 Fri Apr 23 17:21:13 1993  Roland H. Pesch  (pesch@fowanton.cygnus.com)
11717
11718         * gdbinv-s.texi, gdb.texinfo: include Hitachi SH target
11719
11720         * gdb.texinfo: advance manual revision dates to present
11721
11722         * gdbinv-s.texi, gdb.texinfo, all-config.texi, h8-config.texi:
11723         stop using silly Roman numerals in @set variable names
11724
11725 Fri Apr 23 07:30:01 1993  Jim Kingdon  (kingdon@cygnus.com)
11726
11727         * stabs.texinfo (Parameters): Keep trying to get this right.
11728
11729 Wed Apr 21 15:18:47 1993  Jim Kingdon  (kingdon@cygnus.com)
11730
11731         * stabs.texinfo (Parameters): More on "local parameters".
11732
11733 Mon Apr 19 08:00:51 1993  Jim Kingdon  (kingdon@cygnus.com)
11734
11735         * stabs.texinfo (Parameters): Re-do "local parameters" section.
11736
11737 Sun Apr 18 09:47:45 1993  Jim Kingdon  (kingdon@cygnus.com)
11738
11739         * stabs.texinfo (Symbol descriptors): Re-do using @table and @xref.
11740         (Parameters): Rewrite.
11741         (xcoff-differences, Sun-differences): Minor changes.
11742
11743 Thu Apr 15 02:35:24 1993  John Gilmore  (gnu@cacophony.cygnus.com)
11744
11745         * stabs.texinfo:  Minor cleanup.
11746
11747 Wed Apr 14 17:31:00 1993  Jim Kingdon  (kingdon@cygnus.com)
11748
11749         * gdbint.texinfo: Minor xcoff stuff.
11750
11751 Wed Apr  7 14:11:07 1993  Fred Fish  (fnf@cygnus.com)
11752
11753         * gdbint.texinfo:  Update for new config directory structure.
11754         Add info about internal type data structures.
11755
11756 Mon Apr  5 09:06:30 1993  Ian Lance Taylor  (ian@cygnus.com)
11757
11758         * Makefile.in (SFILES_INCLUDED): gdb-config.texi is no longer in
11759         $(srcdir).
11760         (gdb-config.texi): Depend on file in $(srcdir).
11761
11762 Fri Apr  2 16:55:13 1993  Jim Kingdon  (kingdon@cygnus.com)
11763
11764         * stabs.texinfo: Fixes about N_SO.
11765
11766 Fri Mar 26 18:00:35 1993  Roland H. Pesch  (pesch@fowanton.cygnus.com)
11767
11768         * gdb.texinfo: include list of nonstandard init file names
11769
11770         * *-config.texi: new switch GENERIC for text that applies *only*
11771         to (usual) multiple-target version of manual
11772
11773         * gdb.texinfo, gdbinv-s.texi: Update conditional markup to correct
11774         h8 config
11775
11776         * gdb.texinfo: depend on latest fixed makeinfo, use conditionals
11777         in menus (rather than conditionally selected multiple alternative
11778         menus).
11779
11780         * Makefile.in: define and use DOC_CONFIG var to select
11781         configuration for GDB user manual.
11782
11783         * gdb-config.texi: delete from repository, generate from Makefile.
11784
11785         * all-config.texi: normal `generic' configuration file, formerly
11786         stored as gdb-config.texi
11787
11788 Wed Mar 24 14:03:19 1993  david d `zoo' zuhn  (zoo at poseidon.cygnus.com)
11789
11790         * Makefile.in: add dvi target to build all .dvi files
11791
11792 Tue Mar 23 16:03:24 1993  Roland H. Pesch  (pesch@fowanton.cygnus.com)
11793
11794         * gdb.texinfo, gdvinv-s.texinfo: formatting improvements.
11795
11796 Fri Mar 19 21:46:50 1993  John Gilmore  (gnu@cygnus.com)
11797
11798         * gdbint.texinfo:  Doc NO_MMALLOC and NO_MMALLOC_CHECK as
11799         host conditionals.
11800         * stabs.texinfo:  More array fixes inspired by Jim's.
11801
11802 Fri Mar 19 10:23:34 1993  Jim Kingdon  (kingdon@cygnus.com)
11803
11804         * stabs.texinfo: Fixes re arrays and continuations.
11805
11806         * gdbint.texinfo: Add XCOFF node.
11807
11808 Mon Mar  8 15:52:18 1993  John Gilmore  (gnu@cygnus.com)
11809
11810         * gdb.texinfo:  Add `set print max-symbolic-offset' doc.
11811
11812 Sun Feb 21 17:09:38 1993  Per Bothner  (bothner@rtl.cygnus.com)
11813
11814         * stabs.texinfo:  Fix for array types to mention lower bounds.
11815
11816 Thu Feb 18 01:19:49 1993  John Gilmore  (gnu@cygnus.com)
11817
11818         * gdbint.texinfo:  Update PTRACE_ARG3_TYPE doc, pull PT_*.
11819
11820 Wed Feb 17 08:15:24 1993  John Gilmore  (gnu@cygnus.com)
11821
11822         * gdbint.texinfo:  Remove SET_STACK_LIMIT_HUGE from target defines.
11823
11824 Thu Feb 11 10:38:40 1993  John Gilmore  (gnu@cygnus.com)
11825
11826         * gdbint.texinfo:  Fix thinko (NM_FILE => NAT_FILE).  Found
11827         by Michael Ben-Gershon <mybg@CS.HUJI.AC.IL>.
11828
11829 Wed Feb 10 23:59:19 1993  John Gilmore  (gnu@cygnus.com)
11830
11831         * gdbint.texinfo:  Eliminate IBM6000_HOST, document IBM6000_TARGET.
11832
11833 Tue Feb  9 18:26:21 1993  Roland H. Pesch  (pesch@fowanton.cygnus.com)
11834
11835         * gdb.texinfo, gdbinv-s.texi: misc updates
11836
11837 Sat Feb  6 10:25:47 1993  John Gilmore  (gnu@cygnus.com)
11838
11839         * gdbint.texinfo:  Brief documentation for longjmp support,
11840         from an email msg by Stu.
11841
11842 Fri Feb  5 14:10:15 1993  John Gilmore  (gnu@cygnus.com)
11843
11844         * stabs.texinfo:  Fix description of floating point "range"
11845         types (which really define basic types).  Reported by Jim Meehan,
11846         <meehan@src.dec.com>.
11847
11848         * gdbint.texinfo:  Remove COFF_NO_LONG_FILE_NAMES define, now gone.
11849
11850 Thu Feb  4 13:56:46 1993  Ian Lance Taylor  (ian@cygnus.com)
11851
11852         * gdbint.texinfo: Slightly expand section on supporting a new
11853         object file format.
11854
11855 Thu Feb  4 01:49:04 1993  John Gilmore  (gnu@cygnus.com)
11856
11857         * Makefile.in (refcard.ps, lrefcard.ps):  Remove psref.tex
11858         intermediate file.
11859
11860 Tue Feb  2 12:18:06 1993  Roland H. Pesch  (pesch@fowanton.cygnus.com)
11861
11862         * gdb.texinfo, gdbinv-s.texi: miscellaneous stylistic cleanups
11863
11864 Mon Feb  1 15:35:47 1993  Roland H. Pesch  (pesch@fowanton.cygnus.com)
11865
11866         * gdbinv-s.texi: z8000 simulator target name is just "sim"
11867
11868         * gdbinv-s.texi:  Mention that Z8000 simulator can simulate Z8001
11869         as well as Z8002.
11870
11871 Sat Nov 28 06:51:35 1992  John Gilmore  (gnu@cygnus.com)
11872
11873         * gdbint.texinfo:  Add sections on clean design and on how to send
11874         in changes.
11875
11876 Mon Nov  9 23:57:02 1992  John Gilmore  (gnu@cygnus.com)
11877
11878         * gdbint.texinfo:  Add how to declare the result of make_cleanup.
11879
11880 Mon Oct 26 11:09:47 1992  John Gilmore  (gnu@cygnus.com)
11881
11882         * gdb.texinfo:  Fix typo, reported by Karl Berry.
11883
11884 Fri Oct 23 00:41:21 1992  John Gilmore  (gnu@cygnus.com)
11885
11886         * gdb.texinfo:  Add opcodes dir to GDB distribution description.
11887
11888 Sat Oct 10 18:04:58 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
11889
11890         * gdbint.texinfo: fixed a stray email address (needs @@),
11891         added @table @code to node "Native Conditionals"
11892
11893 Tue Sep 22 00:34:15 1992  John Gilmore  (gnu@cygnus.com)
11894
11895         * gdbint.texinfo:  Describe coding style of GDB.
11896
11897 Mon Sep 21 19:32:16 1992  John Gilmore  (gnu@cygnus.com)
11898
11899         * stabs.texinfo:  Minor wording changes.
11900
11901 Tue Sep 15 02:57:09 1992  John Gilmore  (gnu@cygnus.com)
11902
11903         * gdbint.texinfo:  Improve release doc slightly.
11904
11905 Fri Sep 11 01:34:25 1992  John Gilmore  (gnu@sphagnum.cygnus.com)
11906
11907         * gdbint.texinfo:  Improve doc of GDB config macros.
11908
11909 Wed Sep  9 16:52:06 1992  John Gilmore  (gnu@cygnus.com)
11910
11911         * stabs.texinfo:  Remove Bothner's changes for C++ nested types.
11912         These will be reinserted when examined.
11913
11914 Mon Aug 24 01:17:55 1992  John Gilmore  (gnu@cygnus.com)
11915
11916         * gdbint.texinfo:  Make a start at documenting all the #if macros
11917         in GDB.  At least list them all, and start separating them into
11918         host-specific and target-specific.
11919
11920 Tue Aug 18 15:59:13 1992  Roland H. Pesch  (pesch@fowanton.cygnus.com)
11921
11922         * gdbinv-s.m4.in: refrain from using @cartouche for just a few
11923         examples (not consistent w others).
11924         gdb.texinfo: issue disclaimer paragraph on cmdline options only
11925         for generic vn of doc
11926
11927 Tue Aug 18 14:53:27 1992  Ian Lance Taylor  (ian@cygnus.com)
11928
11929         * Makefile.in: always create installation directories.
11930
11931 Tue Aug 18 14:11:50 1992  Roland H. Pesch  (pesch@fowanton.cygnus.com)
11932
11933         * gdb.texinfo: in h8 config, do not describe searching commands.
11934
11935 Mon Aug 17 18:07:59 1992  Roland H. Pesch  (pesch@fowanton.cygnus.com)
11936
11937         * gdb.texinfo, none.m4, h8.m4, gdbinv-s.m4.in: improve H8/300
11938           conditionals; introduce a few generic switches that may be
11939           useful for other cross-dev or dos-hosted configs.
11940
11941         * gdb.texinfo: fix typo in "info reg" description
11942
11943 Sun Aug 16 01:16:18 1992  John Gilmore  (gnu@cygnus.com)
11944
11945         * stabs.texinfo:  Minor updates from running TeX over it.
11946         * Makefile.in (stabs.dvi, stabs.ps):  Add.
11947
11948 Sat Aug 15 20:52:24 1992  Per Bothner  (bothner@rtl.cygnus.com)
11949
11950         * stabs.texinfo:  Stabs documentation, written by Julia Menapace.
11951         First pass at converting it to texinfo.
11952
11953 Sat Aug 15 03:14:59 1992  John Gilmore  (gnu@cygnus.com)
11954
11955         * gdb.texinfo, refcard.tex:  Document mult args on `info reg'.
11956         * Makefile.in (refcard.ps, lrefcard.ps):  Add missing $(srdir).
11957
11958 Fri Aug 14 21:08:47 1992  John Gilmore  (gnu@cygnus.com)
11959
11960         * gdbint.texinfo:  Add section on partial symbol tables.
11961
11962 Sat Jun 20 16:31:10 1992  John Gilmore  (gnu at cygnus.com)
11963
11964         * gdb.texinfo:  document `set remotedebug' and `set
11965         rstack_high_address'.
11966
11967 Thu May 14 17:09:48 1992  Roland H. Pesch  (pesch@fowanton.cygnus.com)
11968
11969         * gdb.texinfo: slight expansion of new text on reading info files
11970         * gdbinv-s.m4.in: correct and expand info on cross-debugging
11971         H8/300 from DOS.
11972
11973 Tue May 12 12:22:47 1992  John Gilmore  (gnu at cygnus.com)
11974
11975         * gdb.texinfo:  `info user' => `show user'.  Noticed by David Taylor.
11976
11977 Mon May 11 19:06:27 1992  John Gilmore  (gnu at cygnus.com)
11978
11979         * gdb.texinfo:  Say how to read the `info' files.
11980
11981 Tue May  5 12:11:38 1992  K. Richard Pixley  (rich@cygnus.com)
11982
11983         * Makefile.in: gm4 -> m4.
11984
11985 Fri Apr 10 17:50:43 1992  John Gilmore  (gnu at rtl.cygnus.com)
11986
11987         * gdb.texinfo:  Update for GDB-4.5.  Move `Formatting
11988         Documentation' ahead of `Installing GDB' to match README.
11989         Update shared library doc, -readnow and -mapped, and directory
11990         structure (add glob and mmalloc).  Update configure doc.
11991
11992 Tue Mar 24 23:28:38 1992  K. Richard Pixley  (rich@cygnus.com)
11993
11994         * Makefile.in: remove $(srcdir) from gdb.info rule.
11995
11996 Sat Mar  7 18:44:50 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
11997
11998         * Makefile.in: commented out gdb-all.texinfo rule.  This is
11999           temporary.
12000
12001 Wed Feb 26 18:04:40 1992  K. Richard Pixley  (rich@cygnus.com)
12002
12003         * Makefile.in, configure.in: removed traces of namesubdir,
12004           -subdirs, $(subdir), $(unsubdir), some rcs triggers.  Forced
12005           copyrights to '92, '13, changed some from Cygnus to FSF.
12006
12007 Fri Dec 13 09:47:31 1991  John Gilmore  (gnu at cygnus.com)
12008
12009         * gdb.texinfo:  Improve how we ask for bug reports.
12010
12011 Tue Dec 10 04:07:21 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
12012
12013         * Makefile.in: infodir belongs in datadir.
12014
12015 Fri Dec  6 23:57:34 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
12016
12017         * Makefile.in: remove spaces following hyphens, bsd make can't
12018           cope.  install using INSTALL_DATA.  added clean-info.  added
12019           standards.text support.
12020
12021 Thu Dec  5 22:46:12 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
12022
12023         * Makefile.in: idestdir and ddestdir go away.  Added copyrights
12024           and shift gpl to v2.  Added ChangeLog if it didn't exist. docdir
12025           and mandir now keyed off datadir by default.
12026
12027 \f
12028 Local Variables:
12029 mode: change-log
12030 left-margin: 8
12031 fill-column: 74
12032 version-control: never
12033 coding: utf-8
12034 End: