Python: Move and rename gdb.BtraceFunction
[external/binutils.git] / gdb / doc / ChangeLog
1 2017-05-01  Tim Wiederhake  <tim.wiederhake@intel.com>
2
3         * python.texi (Recording in Python): Replace gdb.BtraceFunction with
4         gdb.RecordFunctionSegment.  Rename prev_sibling and next_sibling to
5         prev and next.
6
7 2017-05-01  Tim Wiederhake  <tim.wiederhake@intel.com>
8
9         * python.texi (Recording in Python): Replace gdb.BtraceInstruction with
10         gdb.RecordInstruction
11
12 2017-05-01  Tim Wiederhake  <tim.wiederhake@intel.com>
13
14         * python.texi (Recording in Python): Add documentation for
15         gdb.RecordGap and remove documentation of special cases for
16         gdb.BtraceInstruction.
17
18 2017-05-01  Tim Wiederhake  <tim.wiederhake@intel.com>
19
20         * python.texi (Recording in Python): Remove Record.ptid defvar.
21
22 2017-04-21  Simon Marchi  <simon.marchi@ericsson.com>
23
24         * gdb.texinfo (GDB/MI Thread Information): Add missing
25         fields, re-word some things.
26         (GDB/MI Thread Commands): Describe fields found in the output of
27         -thread-info, remove description of fields in the
28         thread output tuple, replace with a cross-reference to "GDB/MI
29         Thread Information".
30
31 2017-04-21  Simon Marchi  <simon.marchi@ericsson.com>
32
33         * gdb.texinfo (GDB/MI Thread Commands): Remove "current" field
34         from -thread-info output.
35
36 2017-03-28  Anton Kolesov  <anton.kolesov@synopsys.com>
37
38         * gdb.texinfo (Synopsys ARC): Document "set debug arc 2".
39
40 2017-03-28  Anton Kolesov  <anton.kolesov@synopsys.com>
41
42         * gdb.texinfo (Synopsys ARC): Add "maint print arc arc-instruction".
43
44 2017-03-22  Yao Qi  <yao.qi@linaro.org>
45
46         * python.texi (Inferiors In Python): Remove @code from Python.
47
48 2017-03-21  Tim Wiederhake  <tim.wiederhake@intel.com>
49
50         * python.texi (Recordings In Python): Document return type of
51         gdb.BtraceInstruction.data.
52
53 2017-03-20  Marc-Andre Laperle  <marc-andre.laperle@ericsson.com>
54
55         * gdb.texinfo (gdb/mi Symbol Query Commands): Document new MI
56         command file-list-shared-libraries
57         (GDB/MI Async Records): Update documentation of library-loaded with new
58         field.
59
60 2017-03-16  Doug Evans  <dje@google.com>
61
62         * guile.texi (Lazy Strings In Guile): Mention arrays.
63         * python.texi (Lazy Strings In Python): Ditto.
64
65 2017-03-08  Jiong Wang  <jiong.wang@arm.com>
66
67         * gdb.texinfo (Memory Protection Extensions): Add missing escape
68         character "@".
69
70 2017-03-07  Walfred Tedeschi <walfred.tedeschi@intel.com>
71
72         * Memory Protection Extensions: Add information about inferior
73         calls.
74
75 2017-02-20  Jan Kratochvil  <jan.kratochvil@redhat.com>
76
77         * gdb.texinfo (Print Settings, Tail Call Frames): Rename DW_OP_GNU_*,
78         DW_TAG_GNU_* and DW_AT_GNU_*.
79
80 2017-02-14  Tim Wiederhake  <tim.wiederhake@intel.com>
81
82         * python.texi (Recordings In Python): New section.
83
84 2017-02-14  Tom Tromey  <tom@tromey.com>
85
86         PR python/13598:
87         * python.texi (Events In Python): Document events.before_prompt.
88
89 2017-02-13  Luis Machado  <lgustavo@codesourcery.com>
90
91         * gdb.texinfo (Target Commands): Document the optional offset
92         argument for the load command.
93
94 2017-02-10  Martin Galvan  <martingalvan@sourceware.org>
95
96         PR gdb/21122
97         * gdb.texinfo (Breakpoints): Reword documentation to speak in terms of
98         space-separated breakpoint lists.  Also add a missing @table command
99         and @cindex for breakpoint lists.
100
101 2017-02-06  Ivo Raisr  <ivo.raisr@oracle.com>
102
103         PR tdep/20936
104         * gdb.texinfo: (Standard Target Features): Document SPARC features.
105         (Sparc Features): New node.
106
107 2017-01-27  Walfred Tedeschi  <walfred.tedeschi@intel.com>
108
109         * gdb.texinfo (i386 Features): Add system segment registers
110         as feature.
111
112 2017-01-24  Simon Marchi  <simon.marchi@ericsson.com>
113
114         * python.texi (Events In Python): Fix typo.
115
116 2017-01-20  Mike Wrighton  <mike_wrighton@codesourcery.com>
117             Luis Machado  <lgustavo@codesourcery.com>
118
119         * gdb.texinfo (-target-flash-erase): New MI command description.
120         (flash-erase): New CLI command description.
121
122 2017-01-04  John Baldwin  <jhb@FreeBSD.org>
123
124         * gdb.texinfo (Contributors): Add SRI International and University
125         of Cambridge for FreeBSD/mips.
126
127 2016-12-22  Doug Evans  <xdje42@gmail.com>
128
129         * gdb.texinfo (Symbols): Update docs for symbol printing maintenance
130         commands.
131
132 2016-12-02  Pedro Alves  <palves@redhat.com>
133
134         * gdb.texinfo (User-defined Commands): Limit on number of
135         arguments passed to user-defined commands removed; update.
136
137 2016-12-02  Pedro Alves  <palves@redhat.com>
138
139         PR cli/20559
140         * gdb.texinfo (Define): Add example of using "eval" to process a
141         variable number of arguments.
142         (Output) <eval>: Add anchor.
143
144 2016-11-30  Simon Marchi  <simon.marchi@polymtl.ca>
145
146         * Makefile.in: Likewise.
147
148 2016-11-18  Andreas Arnez  <arnez@linux.vnet.ibm.com>
149
150         * gdb.texinfo (GDB/MI Async Records): Add missing comma after
151         xref.
152
153 2016-10-29  Pedro Alves  <palves@redhat.com>
154
155         * gdb.texinfo (Packets) <vCont>: Remove mention of default
156         actions.
157
158 2016-10-26  Pedro Alves  <palves@redhat.com>
159
160         * gdb.texinfo (Packets): Clarify vCont packets with multiple
161         actions that match a thread, and what happens when an action
162         matches a thread that is already running.
163
164 2016-10-14  Simon Marchi  <simon.marchi@ericsson.com>
165
166         * gdb.texinfo (Using Trace Files): Fix typo.
167         (GDB/MI Tracepoint Commands): Likewise.
168
169 2016-10-14  Simon Marchi  <simon.marchi@ericsson.com>
170
171         * gdb.texinfo (GDB/MI Tracepoint Commands): Document -ctf switch
172         of -trace-save.
173
174 2016-10-06  Tom Tromey  <tom@tromey.com>
175
176         * guile.texi (Types In Guile): Remove Java mentions.
177         * python.texi (Types In Python): Remove Java mentions.
178         * gdb.texinfo (Address Locations, Supported Languages)
179         (Index Section Format): Remove Java mentions.
180
181 2016-08-15  Doug Evans  <dje@google.com>
182
183         * gdb.texinfo (Target Description Format): Update docs on "end"
184         field spec and field default type.
185
186 2016-10-03  Antoine Tremblay  <antoine.tremblay@ericsson.com>
187 2016-10-03  Simon Marchi  <simon.marchi@ericsson.com>
188
189         PR gdb/20487
190         * gdb.texinfo (Context management): Update mention of frame
191         change notifications.
192         (gdb/mi Async Records): Document frame field in
193         =thread-select event.
194         * observer.texi (GDB Observers): New user_selected_context_changed
195         observer.
196
197 2016-09-28  Tom Tromey  <tom@tromey.com>
198
199         * gdb.texinfo (Packets) <z0>: Use "software breakpoint" rather
200         than "memory breakpoint".  Further document "kind".  Move
201         protocol-details link earlier.
202         <z1>: Document the cmd_list argument.  Fix typo.
203         <g>: Remove incorrect sentence.
204         (Stop Reply Packets): Document "OK" response to requests when in
205         non-stop mode.
206         <swbreak>: Use "software breakpoint" rather than "memory
207         breakpoint".
208         <create>: Document that "R" is ignored.
209         <W, X, w>: Document formatting of "AA".
210         (Notification Packets): Use "%Stop", not "%%Stop".
211
212 2016-09-21  Anton Kolesov  <anton.kolesov@synopsys.com>
213
214         * gdb.texinfo (Embedded Processors): Document ARC.
215         (Synopsys ARC): New section.
216         (Standard Target Features): Document ARC features.
217         (ARC Features): New section.
218
219 2016-09-21  Simon Marchi  <simon.marchi@ericsson.com>
220
221         * .gitignore: New file.
222
223 2016-08-24  Simon Marchi  <simon.marchi@ericsson.com>
224
225         * gdb.texinfo (Input/Output): Mention possibility to unset
226         inferior-tty.
227
228 2016-07-25  Tim Wiederhake  <tim.wiederhake@intel.com>
229
230         * gdb.texinfo: Resume btrace on reconnect.
231
232 2016-07-23  Gabriel Krisman Bertazi  <gabriel@krisman.be>
233
234         * gdb.texinfo (Set Catchpoints): Add 'group' argument to catch
235         syscall.
236
237 2016-06-30  Руслан Ижбулатов  <lrn1986@gmail.com>
238
239         * gdb.texinfo (Cygwin Native): Document the new 'signal-event'
240         command.
241
242 2016-07-13  Tom Tromey  <tom@tromey.com>
243
244         PR python/15620, PR python/18620:
245         * python.texi (Events In Python): Document new breakpoint events.
246
247 2016-07-13  Tom Tromey  <tom@tromey.com>
248
249         PR python/17698:
250         * python.texi (Breakpoints In Python): Document
251         Breakpoint.pending.
252
253 2016-07-13  Tom Tromey  <tom@tromey.com>
254
255         * python.texi (Breakpoints In Python): Move table of types and
256         table of watchpoint types earlier in node.
257
258 2016-07-12  Tom Tromey  <tom@tromey.com>
259
260         PR python/19293:
261         * python.texi (Frames In Python): Document
262         gdb.invalidate_cached_frames.
263
264 2016-06-21  Pedro Alves  <palves@redhat.com>
265
266         * gdb.texinfo (Interpreters): Update intepreter-exec section,
267         document new-ui and explain use case.
268
269 2016-06-17  Yan-Ting Lin  <currygt52@gmail.com>
270
271         * gdb.texinfo (Standard Target Features): Document NDS32 features.
272         (NDS32 Features): New Section.
273
274 2016-06-09  Toshihito Kikuchi  <k.toshihito@yahoo.de>
275
276         * gdb.texinfo (Examining Memory): Document negative repeat
277         count in the 'x' command.
278
279 2016-06-06  Simon Marchi  <simon.marchi@ericsson.com>
280
281         * gdb.texinfo (GDB/MI Async Records): Document method and
282         format fields in =record-started.
283         * observer.texi (record_changed): Add method and format
284         parameters.
285
286 2016-05-27  Eli Zaretskii  <eliz@gnu.org>
287
288         * gdb.texinfo (General Query Packets): Move the description of the
289         response before the long list of the specific 'read' and 'write'
290         requests.
291
292 2016-05-23  Tom Tromey  <tom@tromey.com>
293
294         * python.texi (Basic Python): Document gdb.breakpoints return.
295
296 2016-05-24  Tom Tromey  <tom@tromey.com>
297
298         PR gdb/19194:
299         * gdb.texinfo (gdb man): Fix typo.
300
301 2016-05-17  Tom Tromey  <tom@tromey.com>
302
303         * gdb.texinfo (Supported Languages): Mention Rust.  Update menu.
304         (Rust): New node.
305
306 2016-05-17  Tom Tromey  <tom@tromey.com>
307
308         * gdb.texinfo (Maintenance Commands): Document "maint selftest".
309
310 2016-04-27  Yao Qi  <yao.qi@linaro.org>
311
312         * gdb.texinfo (tfind): Complete doc about tfind without
313         argument.
314
315 2016-04-13  Antoine Tremblay  <antoine.tremblay@ericsson.com>
316
317         * agentexpr.texi (byte): Fix zero_ext description.
318
319 2016-03-31  Pedro Alves  <palves@redhat.com>
320
321         * gdb.texinfo (M32R/SDI): Delete node.
322         (MIPS Embedded): Remove references to the MIPS remote debugging
323         protocol, PMON and variants, and the associated commands.
324
325 2016-03-15  Doug Evans  <dje@google.com>
326
327         * gdb.texinfo (Target Descriptions): New menu item "Enum Target Types".
328         (Target Description Format): Mention enum types.  Update docs on
329         flags types.
330         (Predefined Target Types): Add "bool".
331         (Enum Target Types): New node.
332
333 2016-03-15  Pedro Alves  <palves@redhat.com>
334
335         * gdb.texinfo (Tracepoint Actions): Fix typo.
336
337 2016-03-15  Pedro Alves  <palves@redhat.com>
338             Andreas Arnez  <arnez@linux.vnet.ibm.com>
339             Marcin Kościelnicki  <koriakin@0x04.net>
340
341         * gdb.texinfo (Tracepoint Actions): Document possible
342         unreliability of '$_ret'.
343
344 2016-03-11  Andrew Burgess  <andrew.burgess@embecosm.com>
345
346         * gdb.texinfo (Symbols): Document new 'maint info line-table'
347         command.
348
349 2016-03-10  Simon Marchi  <simon.marchi@polymtl.ca>
350
351         * gdb.texinfo (Convenience Functions): Document $_as_string.
352
353 2016-02-23  Doug Evans  <dje@google.com>
354
355         * gdb.texinfo (Skipping Over Functions and Files): Document new
356         options to "skip" command.  Update docs of output of "info skip".
357
358 2016-02-18  Walfred Tedeschi  <walfred.tedeschi@intel.com>
359
360         * gdb.texinfo (Signals): Add bound violation display hints for
361         a SIGSEGV.
362
363 2016-02-18  Marcin Kościelnicki  <koriakin@0x04.net>
364
365         * gdb.texinfo (Trace File Format): Add documentation for description
366         section lines.
367
368 2016-02-10  Marcin Kościelnicki  <koriakin@0x04.net>
369
370         * gdb.texinfo (Trace File Format): Remove misleading information
371         about register block ordering.
372
373 2016-02-01  Doug Evans  <dje@google.com>
374
375         * gdb.texinfo (Value Sizes): Fix typo.
376
377 2016-02-01  Doug Evans  <dje@google.com>
378
379         * gdb.texinfo (Skipping Over Functions and Files): Fix typo.
380
381 2016-02-01  Andrew Burgess  <andrew.burgess@embecosm.com>
382
383         * gdb.texinfo (Value Sizes): New section.
384         (Data): Add the 'Value Sizes' node to the menu.
385
386 2016-01-26  John Baldwin  <jhb@FreeBSD.org>
387
388         * gdb.texinfo (Debugging Output): Fix subject verb disagreements.
389
390 2016-01-19  John Baldwin  <jhb@FreeBSD.org>
391
392         * gdb.texinfo (Debugging Output): Document "set/show debug fbsd-lwp".
393
394 2016-01-18  Pedro Alves  <palves@redhat.com>
395
396         * gdb.texinfo (Threads): Mention that GDB displays the ID and name
397         of the thread that hit a breakpoint or received a signal.
398
399 2016-01-15  Pedro Alves  <palves@redhat.com>
400
401         * gdb.texinfo (Threads) <thread ID lists>: Document star ranges.
402
403 2016-01-13  Pedro Alves  <palves@redhat.com>
404
405         * gdb.texinfo (Threads): Document the $_gthread convenience
406         variable.
407         (Convenience Vars): Likewise.
408
409 2016-01-13  Pedro Alves  <palves@redhat.com>
410
411         * gdb.texinfo (Threads): Document "info threads -gid".
412
413 2016-01-13  Pedro Alves  <palves@redhat.com>
414
415         * python.texi (Breakpoints In Python) <Breakpoint.thread>: Add
416         anchor.
417         (Threads In Python): Document new InferiorThread.global_num
418         attribute.
419
420 2016-01-07  Pedro Alves  <palves@redhat.com>
421
422         * gdb.texinfo (Threads): Document per-inferior thread IDs,
423         qualified thread IDs, global thread IDs and thread ID lists.
424         (Set Watchpoints, Thread-Specific Breakpoints): Adjust to refer to
425         thread IDs.
426         (Convenience Vars): Document the $_thread convenience variable.
427         (Ada Tasks): Adjust to refer to thread IDs.
428         (GDB/MI Async Records, GDB/MI Thread Commands, GDB/MI Ada Tasking
429         Commands, GDB/MI Variable Objects): Update to mention global
430         thread IDs.
431         * guile.texi (Breakpoints In Guile)
432         <breakpoint-thread/set-breakpoint-thread breakpoint>: Mention
433         global thread IDs instead of thread IDs.
434         * python.texi (Threads In Python): Adjust documentation of
435         InferiorThread.num.
436         (Breakpoint.thread): Mention global thread IDs instead of thread
437         IDs.
438
439 2016-01-13  Pedro Alves  <palves@redhat.com>
440
441         * python.texi (Threads In Python): Document
442         InferiorThread.inferior.
443
444 2016-01-13  Pedro Alves  <palves@redhat.com>
445
446         * gdb.texinfo (Inferiors and Programs): Document the $_inferior
447         convenience variable.
448         (Convenience Vars): Likewise.
449
450 2016-01-12  Josh Stone  <jistone@redhat.com>
451             Philippe Waroquiers  <philippe.waroquiers@skynet.be>
452
453         * gdb.texinfo (Remote Configuration): List the QCatchSyscalls packet.
454         (Stop Reply Packets): List the syscall entry and return stop reasons.
455         (General Query Packets): Describe QCatchSyscalls, and add it to the
456         table and the detailed list of stub features.
457
458 2016-01-12  Pedro Alves  <palves@redhat.com>
459
460         Remove use of the registered trademark symbol throughout.
461
462 2016-01-12  Yao Qi  <yao.qi@linaro.org>
463
464         * gdb.texinfo (Interrupts): Update the document on handling
465         interrupt when program is stopped.
466
467 2015-12-11  Don Breazeal  <donb@codesourcery.com>
468
469         * gdb.texinfo (Forks): Correct Linux kernel version where
470         fork and exec events are supported, add notes about support
471         of these events in target remote mode.
472         (Connecting): Reorganize and clarify distinctions between
473         target remote, extended-remote, and multiprocess.
474         Reorganize related text from separate sections into new
475         sections.
476         (Server): Note effects of target extended-remote mode.
477         Delete section on Multi-Process Mode for gdbserver.
478         Move some text to "Connecting" node.
479
480 2015-12-10  Pedro Alves  <palves@redhat.com>
481
482         * gdb.texinfo (Threads): Replace warning with explanation
483         about single-threaded programs.
484
485 2015-12-10  Pedro Alves  <palves@redhat.com>
486
487         * gdb.texinfo (Threads): Remove mention of SGI.
488         (Forks): Remove mention of HP-UX.
489         (Breakpoints): Remove mention of HP-UX.
490         (Set Watchpoints) <hardware watchpoints>: Don't mention HP-UX.
491         Reword in terms of architectures.
492         (Set Catchpoints) <catch exec, catch fork, catch vfork>: Don't
493         mention supported systems.
494         (Convenience Vars): Don't mention HP-UX.
495         (Jumping): Remove mention of HP-UX in comment.
496         (Files) <shared libraries>: Update supported shared library types
497         list.  Remove mention of HP-UX.
498         (Native): Remove HP-UX subsection.
499         (SVR4 Process Information): Remove mention of HP-UX.
500
501 2015-12-10  Pedro Alves  <palves@redhat.com>
502
503         * gdb.texinfo (Stack): Reorder menu.
504
505 2015-12-09  Luis Machado  <lgustavo@codesourcery.com>
506
507         * gdb.texinfo (GDB/MI Variable Objects): Update text to mention
508         -var-set-format's new zero-hexadecimal format.
509
510 2015-12-08  Pierre-Marie de Rodat  <derodat@adacore.com>
511
512         * gdb.texinfo (Ada Mode Into): Move overloading support
513         description to its own node.
514         (Overloading support for Ada): New node.
515
516 2015-11-30  Pedro Alves  <palves@redhat.com>
517
518         PR 14618
519         * gdb.texinfo (Stop Reply Packets): Document the N stop reply.
520         (Remote Configuration): Add the "set/show remote
521         no-resumed-stop-reply" to the available settings table.
522         (General Query Packets): Document the "no-resumed" qSupported
523         feature.
524
525 2015-11-30  Pedro Alves  <palves@redhat.com>
526
527         * gdb.texinfo (Remote Configuration): List "set/show remote
528         thread-events" command in configuration table.
529         (Stop Reply Packets): Document "T05 create" stop
530         reason and 'w' stop reply.
531         (General Query Packets): Document QThreadEvents packet.  Document
532         QThreadEvents qSupported feature.
533
534 2015-11-30  Pedro Alves  <palves@redhat.com>
535
536         * gdb.texinfo (Bootstrapping): Add "interrupting remote targets"
537         anchor.
538         (Packets): Document vCtrlC.
539
540 2015-11-26  Simon Marchi  <simon.marchi@ericsson.com>
541
542         * gdb.texinfo (Thread List Format): Mention thread names.
543
544 2015-11-24  Pedro Alves  <palves@redhat.com>
545
546         PR 17539
547         * gdb.texinfo (Inferiors and Programs): Adjust "maint info
548         program-spaces" example to ascending order listing.
549         (Threads): Adjust "info threads" example to ascending order
550         listing.
551         (Forks): Adjust "info inferiors" example to ascending order
552         listing.
553
554 2015-11-04  Markus Metzger  <markus.t.metzger@intel.com>
555
556         * gdb.texinfo (Process Record and Replay): Document "record
557         instruction-history" modifiers.
558
559 2015-10-12  Andrew Burgess  <andrew.burgess@embecosm.com>
560
561         * gdb.texinfo (Frames): Remove 'frame' and 'select-frame'
562         description.
563         (Frame Filter Management): Move to later in the 'Examining the
564         Stack' chapter.
565         (Selection): Add entry for 'select-frame'.
566
567 2015-09-25  Doug Evans  <dje@google.com>
568
569         * gdb.texinfo (Process Record and Replay): Fix syntax of
570         "record instruction-history begin, end" and
571         "record function-call-history begin, end".
572
573 2015-09-22  Simon Marchi  <simon.marchi@ericsson.com>
574
575         * gdb.texinfo (Specifying Source Directories): Fix
576         substitute-path example.
577
578 2015-09-18  Markus Metzger  <markus.t.metzger@intel.com>
579
580         * gdb.texinfo (All-Stop Mode): Describe new scheduler-locking mode.
581
582 2015-09-15  Pedro Alves  <palves@redhat.com>
583
584         PR remote/18965
585         * gdb.texinfo (Stop Reply Packets): Revert previous change to
586         the vforkdone description.
587
588 2015-09-15  Pedro Alves  <palves@redhat.com>
589
590         PR remote/18965
591         * gdb.texinfo (Stop Reply Packets): Explain that vforkdone's 'r'
592         part indicates the thread ID of the parent process.
593
594 2015-09-15  Yao Qi  <yao.qi@linaro.org>
595
596         * gdb.texinfo (General Query Packets): Add vContSupported to
597         tables of 'gdbfeatures' and 'stub features' supported in the
598         qSupported packet, as well as to the list containing stub
599         feature details.
600
601 2015-09-11  Don Breazeal  <donb@codesourcery.com>
602
603         * gdb.texinfo (Remote Configuration): Add exec event
604         feature to table of packet settings.
605         (Stop Reply Packets): Add exec events to the list of stop
606         reasons.
607         (General Query Packets): Add exec events to tables of
608         'gdbfeatures' and 'stub features' supported in the qSupported
609         packet, as well as to the list containing stub feature
610         details.
611
612 2015-08-24  Pedro Alves  <palves@redhat.com>
613
614         * gdb.texinfo (Remote Configuration): Document the "set/show
615         remote multiprocess-extensions-packet" commands.
616
617 2015-08-24  Pedro Alves  <palves@redhat.com>
618
619         * gdb.texinfo (Embedded Processors) <ARM>: Remove references to RDI.
620         <M32R>: Remove references to M32R/D.
621         <M68K>: Remove references to target dbug.
622         <MIPS Embedded>: Remove references to target r3900 and target
623         array.
624         <PowerPC Embedded>: Remove references to target dink32 and target
625         ppcbug, target sds
626         <PA, Sparclet, Sparclite, Z8000>: Delete nodes.
627
628 2015-08-18  Andrew Burgess  <andrew.burgess@embecosm.com>
629
630         * gdb.texinfo (GDB Files): Add 'File Caching' menu entry.
631
632 2015-08-18  Andrew Burgess  <andrew.burgess@embecosm.com>
633
634         * gdb.texinfo (File Caching): Document "set/show debug bfd-cache".
635
636 2015-08-18  Andrew Burgess  <andrew.burgess@embecosm.com>
637
638         * gdb.texinfo (Maintenance Commands): Move documentation of "main
639         info bfds" to...
640         (File Caching): A New section.  Outline bfd caching, and add new
641         description for "main set/show bfd-sharing".
642
643 2015-08-14  Doug Evans  <xdje42@gmail.com>
644
645         * gdb.texinfo (Machine Code): Update docs for mixed source/assembly
646         disassembly.
647         (GDB/MI Data Manipulation): Update docs for new disassembly modes.
648
649 2015-08-11  Keith Seitz  <keiths@redhat.com>
650
651         * gdb.texinfo (Thread-Specific Breakpoints, Printing Source Lines):
652         Use "location(s)"instead of "linespec(s)".
653         (Specifying a Location): Rewrite.
654         Add subsections describing linespec, address, and explicit locations.
655         Add node/menu for each subsection.
656         (Source and Machine Code, C Preprocessor Macros)
657         (Create and Delete Trace points)
658         (Extensions for Ada Tasks): Use "location(s)" instead of "linespec(s)".
659         (Continuing at a Different Address): Remove "linespec" examples.
660         Add reference to "Specify a Location"
661         (The -break-insert Command): Rewrite.  Add anchor.
662         Add reference to appropriate manual section discussing locations.
663         (The -dprintf-insert Command): Refer to -break-insert for
664         specification of 'location'.
665
666 2015-08-07  Pedro Alves  <palves@redhat.com>
667
668         * gdb.texinfo (Maintenance Commands): Document "maint set/show
669         target-non-stop".
670
671 2015-08-07  Markus Metzger  <markus.t.metzger@intel.com>
672
673         * gdb.texinfo (Process Record and Replay): Document prefixing of
674         speculatively executed instructions in the "record instruction-history"
675         command.
676
677 2015-07-20  Doug Evans  <dje@google.com>
678
679         * Makefile.in (STABS_DOC_BUILD_INCLUDES): Add gdb-cfg.texi, GDBvn.texi.
680
681 2015-07-16  Doug Evans  <dje@google.com>
682
683         * stabs.texinfo: @include gdb-cfg.texi.
684
685 2015-07-15  Jan Kratochvil  <jan.kratochvil@redhat.com>
686
687         Revert the previous 2 commits:
688         gdbserver build-id attribute generator
689         Validate symbol file using build-id
690
691 2015-07-15  Jan Kratochvil  <jan.kratochvil@redhat.com>
692
693         * gdb.texinfo (Files): Add 'set validate-build-id'
694         and 'show validate-build-id'.
695
696 2015-07-15  Aleksandar Ristovski  <aristovski@qnx.com
697             Jan Kratochvil  <jan.kratochvil@redhat.com>
698
699         gdbserver build-id attribute generator.
700         * gdb.texinfo (Library List Format for SVR4 Targets): Add
701         'build-id' in description, example, new attribute in dtd.
702
703 2015-07-08  Andrew Burgess  <andrew.burgess@embecosm.com>
704
705         * gdb.texinfo (Selection): Update documentation for 'frame'
706         command.
707
708 2015-07-02  Markus Metzger  <markus.t.metzger@intel.com>
709
710         * gdb.texinfo (Maintenance Commands): Document "maint btrace"
711         commands.
712
713 2015-07-02  Markus Metzger  <markus.t.metzger@intel.com>
714
715         * gdb.texinfo (Process Record and Replay): Spell out that variables
716         and registers are not available during btrace replay.
717         Describe the new "record btrace pt" command.
718         Describe the new "set|show record btrace pt buffer-size" options.
719         (General Query Packets): Describe the new Qbtrace:pt and
720         Qbtrace-conf:pt:size packets.
721         Expand "bts" to "Branch Trace Store".
722         Update the branch trace DTD.
723
724 2015-06-26  Patrick Palka  <patrick@parcs.ath.cx>
725
726         * gdb.texinfo (Command History): Document the new option
727         "history remove-duplicates".
728
729 2015-06-19  Doug Evans  <dje@google.com>
730
731         * stabs.texinfo (ELF Linker Relocation): Mention Sun stabs is no
732         longer supported.
733
734 2015-06-17  Patrick Palka  <patrick@parcs.ath.cx>
735
736         * gdb.texinfo (Command History): Mention that setting
737         GDBHISTSIZE to the empty string disables history truncation.
738
739 2015-06-17  Patrick Palka  <patrick@parcs.ath.cx>
740
741         PR gdb/16999
742         * gdb.texinfo (Command History): Mention new GDBHISTSIZE
743         behavior.
744
745 2015-06-17  Patrick Palka  <patrick@parcs.ath.cx>
746
747         * gdb.texinfo (Command History): Replace occurrences of HISTSIZE
748         with GDBHISTSIZE.
749
750 2015-06-15  Simon Marchi  <simon.marchi@ericsson.com>
751
752         * gdb.texinfo (GDB/MI Data Manipulation): Clarify usage of
753         bytes and memory units for -data-{read,write}-memory-bytes.
754         (Packets): Same for m, M and X packets.
755         * python.texi (Inferiors In Python): Same for read_memory and
756         write_memory.
757
758 2015-06-10  Jon Turney  <jon.turney@dronecode.org.uk>
759
760         * gdb.texinfo (Separate Debug Files): Document that PE is also
761         supported.
762
763 2015-06-13  Andrew Burgess  <andrew.burgess@embecosm.com>
764
765         * gdb.texinfo (TUI Commands): Bring all 'tui reg' commands into a
766         single table entry.
767
768 2015-06-10  Walfred Tedeschi  <walfred.tedeschi@intel.com>
769
770         * gdb.textinfo (i386): Fix "@end table" end and "@table" placement.
771
772
773 2015-06-10  Gary Benson <gbenson@redhat.com>
774
775         * gdb.texinfo (Remote Configuration): Document the
776         "set/show remote hostio-setfs-packet" command.
777         (Host I/O Packets): Document the vFile:setfs packet.
778
779 2015-06-10  Gary Benson <gbenson@redhat.com>
780
781         * gdb.texinfo (Debugging Output): Document the "set/show debug
782         linux-namespaces" command.
783
784 2015-06-10  Walfred Tedeschi  <walfred.tedeschi@intel.com>
785             Mircea Gherzan  <mircea.gherzan@intel.com>
786
787         * gdb.texinfo (i386): Add documentation about "show mpx bound"
788         and "set mpx bound".
789
790 2015-05-27  Doug Evans  <dje@google.com>
791
792         * gdb.texinfo (Debugging Output): Mention set/show debug dwarf-line.
793
794 2015-05-26  Doug Evans  <dje@google.com>
795
796         * gdb.texinfo (Debugging Output): Update for DWARF "set debug"
797         command renamings.
798         (Maintenance Commands): Update for DWARF "set debug" command renamings.
799
800 2015-05-26  Andrew Burgess  <andrew.burgess@embecosm.com>
801
802         * gdb.texinfo (TUI Commands): Add 'tui reg prev' details.
803
804 2015-05-22  Andrew Burgess  <andrew.burgess@embecosm.com>
805
806         * gdb.texinfo (TUI): Include 'tui enable' in the introduction.
807         (TUI Commands): Add 'tui enable' and 'tui disable' details.
808
809 2015-05-16  Doug Evans  <xdje42@gmail.com>
810
811         * guile.texi (Memory Ports in Guile): Document support for unbuffered
812         memory ports.
813
814 2015-05-16  Jan Kratochvil  <jan.kratochvil@redhat.com>
815
816         * gdb.texinfo (Compiling and Injecting Code): Add compile print.
817
818 2015-05-12  Don Breazeal  <donb@codesourcery.com>
819
820         * gdb.texinfo (Forks): Note that fork debugging is
821         supported in extended mode.
822         (Remote Configuration): Add fork event features to table
823         of packet settings.
824         (Stop Reply Packets): Add fork events to list of stop reasons.
825         (General Query Packets): Add fork events to tables of
826         'gdbfeatures' and 'stub features' supported in the qSupported
827         packet, as well as to the list containing stub feature
828         details.
829
830 2015-05-12  Gary Benson <gbenson@redhat.com>
831
832         * gdb.texinfo (General Query Packets): Document
833         qXfer:exec-file:read with empty annex.
834
835 2015-05-09  Siva Chandra Reddy  <sivachandra@google.com>
836
837         * python.texi (Values From Inferior): Add descriptions of new
838         methods gdb.Value.reference_value and gdb.Value.const_value.
839
840 2015-05-06  Joel Brobecker  <brobecker@adacore.com>
841
842         * gdb.texinfo (Files): Add "info dll" documentation.
843         (Cygwin Native): Remove "info dll" documentation.
844
845 2015-04-29  Doug Evans  <dje@google.com>
846
847         * python.texi (Xmethod API) <gdb.XMethodWorker.get_result_type>:
848         Document.
849         (Writing an Xmethod): Add get_result_type to example.
850
851 2015-04-28  Sasha Smundak  <asmundak@google.com>
852
853         * python.texi: New method documented.
854
855 2015-04-24  Andrew Burgess  <andrew.burgess@embecosm.com>
856
857         * gdb.texinfo (Dump/Restore Files): Add detail about verilog dump
858         format.
859
860 2015-04-24  Doug Evans  <dje@google.com>
861
862         * python.texi (Xmethods In Python): Fix name of method to call the
863         xmethod.
864
865 2015-04-17  Gary Benson <gbenson@redhat.com>
866
867         * gdb.texinfo (Connecting to a Remote Target): Mention that
868         GDB can access program files from remote targets that support
869         qXfer:exec-file:read and Host I/O packets.
870
871 2015-04-17  Gary Benson <gbenson@redhat.com>
872
873         * gdb.texinfo (Remote Configuration): Document the "set/show
874         remote pid-to-exec-file-packet" command.
875         (General Query Packets): Document the qXfer:exec-file:read
876         qSupported features.  Document the qXfer:exec-file:read packet.
877
878 2015-04-17  Gary Benson <gbenson@redhat.com>
879
880         * gdb.texinfo (set sysroot): Document that "set sysroot" also
881         applies to executable paths if supplied to GDB as absolute.
882
883 2015-04-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
884
885         * gdb.texinfo (Mode Options): Remove -xdb.
886
887 2015-04-10  Jan Kratochvil  <jan.kratochvil@redhat.com>
888             Eli Zaretskii  <eliz@gnu.org>
889
890         * gdb.texinfo (Compiling and Injecting Code): Describe set debug
891         compile, show debug compile.  New subsection Compilation options for
892         the compile command.  New subsection Compiler search for the compile
893         command.
894
895 2015-04-09  Andy Wingo  <wingo@igalia.com>
896
897         * guile.texi (Frames In Guile): Describe frame-read-register.
898
899 2015-04-02  Gary Benson <gbenson@redhat.com>
900
901         * gdb.texinfo (set sysroot): Document "target:".
902
903 2015-04-01  Sasha Smundak  <asmundak@google.com>
904
905         * doc/python.texi (Writing a Frame Unwinder in Python): Add
906         section.
907
908 2015-03-31  Sergio Durigan Junior  <sergiodj@redhat.com>
909
910         PR corefiles/16092
911         * gdb.texinfo (gcore): Mention new command 'set
912         use-coredump-filter'.
913         (set use-coredump-filter): Document new command.
914
915 2015-03-31  Antoine Tremblay  <antoine.tremblay@ericsson.com>
916
917         * gdb.texinfo (Operating System Auxiliary Information): Add info os cpus
918         documentation, reorder the info os entries in alphabetical order.
919
920 2015-03-26  Simon Marchi  <simon.marchi@ericsson.com>
921
922         * gdb.texinfo (GDB/MI Data Manipulation): Fix copy-paste typo in
923         -data-write-memory-bytes.
924
925 2015-03-24  Pedro Alves  <palves@redhat.com>
926
927         * gdb.texinfo (test_step) <set scheduler-locking step>: No longer
928         mention that threads may sometimes run unlocked.
929
930 2015-03-23  Yurij Grechishhev  <yurij.grechishhev@gmail.com>
931
932         * gdb.texinfo (Remote configuration): Document "set/show
933         serial parity" command.
934
935 2015-03-18  Gary Benson <gbenson@redhat.com>
936
937         * gdb.texinfo (General Query Packets): Remove documentation
938         for now-removed vFile:fstat qSupported features.
939
940 2015-03-11  Gary Benson <gbenson@redhat.com>
941
942         * gdb.texinfo (Remote Configuration): Document the
943         "set/show remote hostio-fstat-packet" command.
944         (General Query Packets): Document the vFile:fstat
945         qSupported features.
946         (Host I/O Packets): Document the vFile:fstat packet.
947
948 2015-03-11  Andy Wingo  <wingo@igalia.com>
949
950         * guile.texi (Objfiles In Guile): Document objfile-progspace.
951
952 2015-03-04  Pedro Alves  <palves@redhat.com>
953
954         * gdb.texinfo (Remote Configuration): Document the "set/show
955         remote swbreak-feature-packet" and "set/show remote
956         hwbreak-feature-packet" commands.
957         (Packets) <Z0>: Add cross link to the "swbreak" stop reason's
958         decription.
959         (Stop Reply Packets): Document the swbreak and hwbreak stop
960         reasons.
961         (General Query Packets): Document the swbreak and hwbreak
962         qSupported features.
963         (Remote Non-Stop): Explain that swbreak and hwbreak are required.
964
965 2015-03-03  Philippe Proulx  <eeppeliteloop@gmail.com>
966
967         * gdb.texinfo (gdb/mi Async Records): Fix duplicate syscall-entry
968         under *stopped.
969
970 2015-03-02  Doug Evans  <xdje42@gmail.com>
971
972         * gdb.texinfo (Specify Location): Fix syntax of filename:function.
973
974 2015-03-02  Andreas Arnez  <arnez@linux.vnet.ibm.com>
975
976         * gdb.texinfo (S/390 and System z Features): Describe new feature
977         "org.gnu.gdb.s390.vx".
978
979 2015-02-23  Sergio Durigan Junior  <sergiodj@redhat.com>
980
981         PR gdb/18008
982         * gdb.texinfo (maint internal-error, maint internal-warning, maint
983         demangler-warning): Fix typo ("problam").
984
985 2015-02-19  David Taylor  <dtaylor@emc.com>
986
987         * agentexpr.texi (Bytecode Descriptions): Fix summary line for setv.
988
989 2015-02-17  Jose E. Marchesi  <jose.marchesi@oracle.com>
990
991         * gdb.texinfo (Static Probe Points): Add cindex `static probe
992         point, DTrace'.
993         (Static Probe Points): Modified to cover DTrace probes in addition
994         to SystemTap probes.  Also modified to cover the `enable probe'
995         and `disable probe' commands.
996
997 2015-02-17  Jose E. Marchesi  <jose.marchesi@oracle.com>
998
999         * gdb.texinfo (Static Probe Points): Cover the `enable probe' and
1000         `disable probe' commands.
1001
1002 2015-02-12  David Taylor  <dtaylor@emc.com>
1003
1004         * gdb.texinfo (Tracepoint Packets): Document the builtin and name
1005         fields of the QTDV packet.
1006
1007 2015-02-09  Markus Metzger  <markus.t.metzger@intel.com>
1008
1009         * gdb.texinfo (Branch Trace Configuration Format): Add size.
1010         (Process Record and Replay): Describe new set|show commands.
1011         (General Query Packets): Describe Qbtrace-conf:bts:size packet.
1012
1013 2015-02-09  Markus Metzger  <markus.t.metzger@intel.com>
1014
1015         * gdb.texinfo (Process Record and Replay): Describe the "record
1016         btrace bts" command.
1017         (General Query Packets): Describe qXfer:btrace-conf:read packet.
1018         (Branch Trace Configuration Format): New.
1019
1020 2015-01-31  Gary Benson <gbenson@redhat.com>
1021             Doug Evans  <dje@google.com>
1022
1023         * gdb.texinfo (Command Completion): Document new
1024         "set/show max-completions" option.
1025
1026 2015-01-31  Doug Evans  <xdje42@gmail.com>
1027
1028         * gdb.texinfo (Symbols): Document new commands
1029         "maint print symbol-cache", "maint print symbol-cache-statistics",
1030         "maint flush-symbol-cache".  Document new option
1031         "maint set symbol-cache-size".
1032
1033 2015-01-31  Doug Evans  <xdje42@gmail.com>
1034
1035         * gdb.texinfo (dotdebug_gdb_scripts section): Update docs to
1036         distinguish script files vs inlined scripts.
1037         * python.texi (Python Auto-loading): Ditto.
1038
1039 2015-01-30  Doug Evans  <dje@google.com>
1040
1041         * gdb.texinfo (Symbols) <info source>: Output now contains producer
1042         string if present.
1043
1044 2015-01-27  Doug Evans  <dje@google.com>
1045
1046         * python.texi (Objfiles In Python): Document Objfile.username.
1047
1048 2015-01-27  Doug Evans  <dje@google.com>
1049
1050         * python.texi (Objfiles In Python) <Objfile.filename>: Improve docs.
1051         * guile.texi (Objfiles In Guile) <objfile-filename>: Improve docs.
1052
1053 2015-01-22  Jan Kratochvil  <jan.kratochvil@redhat.com>
1054
1055         * gdb.texinfo (Threads): Describe -ascending for thread apply all.
1056
1057 2015-01-16  Eli Zaretskii  <eliz@gnu.org>
1058
1059         * doc/gdb.texinfo (TUI Commands): Document the possible
1060         values of NAME argument to 'winheight' command.  Explain the
1061         effect of 'tabset' setting better.
1062
1063 2015-01-11  Doug Evans  <xdje42@gmail.com>
1064
1065         PR gdb/15830
1066         * gdb.texinfo (Debugging C Plus Plus): Mention "demangle".
1067         (Symbols): Ditto.
1068         (Maintenance Commands): Delete docs for "maint demangle".
1069
1070 2014-12-31  Joel Brobecker  <brobecker@adacore.com>
1071
1072         * gdb.texinfo (Files): Remove documentation of the
1073         "add-shared-symbol-files" and "assf" commands.
1074         (Cygwin Native): Remove documentation of the "dll-symbols"
1075         command.
1076
1077 2014-12-17  Doug Evans  <xdje42@gmail.com>
1078
1079         * gdb.texinfo (Debugging Output): Document "debug symbol-lookup".
1080
1081 2014-12-12  Phil Muldoon  <pmuldoon@redhat.com>
1082             Jan Kratochvil  <jan.kratochvil@redhat.com>
1083
1084         * gdb.texinfo (Altering): Update.
1085         (Compiling and Injecting Code): New node.
1086
1087 2014-12-12  Doug Evans  <dje@google.com>
1088
1089         * python.texi (Objfiles In Python): Document gdb.lookup_objfile.
1090
1091 2014-12-12  Andreas Arnez  <arnez@linux.vnet.ibm.com>
1092
1093         * gdb.texinfo: Document "maint print user-registers".
1094
1095 2014-12-08  Doug Evans  <dje@google.com>
1096
1097         * python.texi (Objfiles In Python): Document Objfile.owner.
1098
1099 2014-12-04  Doug Evans  <dje@google.com>
1100
1101         * python.texi (Objfiles In Python): Document
1102         Objfile.add_separate_debug_file.
1103
1104 2014-12-04  Doug Evans  <dje@google.com>
1105
1106         * python.texi (Objfiles In Python): Document Objfile.build_id.
1107
1108 2014-12-02  Nick Bull  <nicholaspbull@gmail.com>
1109
1110         * python.texi (Events In Python): Document new events
1111         InferiorCallPreEvent, InferiorCallPostEvent, MemoryChangedEvent
1112         and RegisterChangedEvent.
1113
1114 2014-11-30  Jan Kratochvil  <jan.kratochvil@redhat.com>
1115
1116         Add add-auto-load-scripts-directory.
1117         * gdb.texinfo (Auto-loading): Add add-auto-load-scripts-directory link.
1118         (objfile-gdbdotext file): Add add-auto-load-scripts-directory.
1119
1120 2014-11-30  Jan Kratochvil  <jan.kratochvil@redhat.com>
1121
1122         * gdb.texinfo (Auto-loading safe path): Fix add-auto-load-safe-path
1123         description typo.
1124
1125 2014-10-30  Doug Evans  <dje@google.com>
1126
1127         * python.texi (Progspaces In Python): Document ability to add
1128         random attributes to gdb.Progspace objects.
1129         (Objfiles In Python): Document ability to add random attributes to
1130         gdb.objfile objects.
1131
1132 2014-10-27  Pedro Alves  <palves@redhat.com>
1133
1134         * gdb.texinfo (Continuing and Stepping): Add cross reference to
1135         info on stepping and signal handlers.
1136         (Signals): Explain stepping and signal handlers.  Add context
1137         index entry, and cross references.
1138
1139 2014-10-20  Simon Marchi  <simon.marchi@ericsson.com>
1140
1141         * python.texi (Breakpoints In Python): Add parenthesis after
1142         Breakpoint.delete.  Clarify Breakpoint.enabled description so
1143         that it contains "disable".
1144
1145 2014-10-17  Doug Evans  <dje@google.com>
1146
1147         * python.texi (Events In Python): Document clear_objfiles event.
1148
1149 2014-10-17  Doug Evans  <dje@google.com>
1150
1151         * python.texi (Objfiles In Python): Document new progspace attribute.
1152
1153 2014-10-17  Pedro Alves  <palves@redhat.com>
1154
1155         * gdb.texinfo (Ada Tasks and Core Files): Delete mention of Tru64.
1156         (SVR4 Process Information): Delete mention of OSF/1.
1157
1158 2014-10-01  Simon Marchi  <simon.marchi@ericsson.com>
1159
1160         * gdb.texinfo (Miscellaneous gdb/mi Commands): Document new
1161         exit-code field in -list-thread-groups output.
1162
1163 2014-09-22  Jan-Benedict Glaw  <jbglaw@lug-owl.de>
1164
1165         * gdb.texinfo (Set Breaks): Add missing "@end table".
1166
1167 2014-09-22  Pedro Alves  <palves@redhat.com>
1168
1169         * gdb.texinfo (Set Breaks): Document that "set breakpoint
1170         always-inserted off" is the default mode now.  Delete
1171         documentation of "set breakpoint always-inserted auto".
1172
1173 2014-09-18  Doug Evans  <dje@google.com>
1174
1175         * python.texi (Symbol Tables In Python): Document "producer"
1176         attribute of gdb.Symtab objects.
1177
1178 2014-09-16  Pedro Alves  <palves@redhat.com>
1179
1180         * gdb.texinfo (Starting) <run command>: Don't mention VxWorks.
1181         (Embedded OS): Remove VxWorks menu entry.
1182         (VxWorks): Remove node.
1183
1184 2014-09-13  Doug Evans  <xdje42@gmail.com>
1185
1186         * gdb.texinfo (Signaling): Document new queue-signal command.
1187
1188 2014-09-06  Doug Evans  <xdje42@gmail.com>
1189
1190         PR 15276
1191         * gdb.texinfo (Convenience Funs): Document $_caller_is,
1192         $_caller_matches, $_any_caller_is, $_any_caller_matches.
1193
1194 2014-09-03  Justin Lebar <jlebar@google.com>
1195
1196         * python.texi (Types In Python): Type.template_argument(n) returns a
1197         gdb.Value or a gdb.Type and throws an exception if n is out of
1198         range.
1199
1200 2014-09-03  Sasha Smundak  <asmundak@google.com>
1201
1202         * python.texi (Frames in Python): Add read_register description.
1203
1204 2014-08-04  Tom Tromey  <tromey@redhat.com>
1205
1206         * gdb.texinfo (Debugging Output): Update for change to "set debug
1207         target".
1208
1209 2014-08-01  Masaki Muranaka  <monaka@monami-software.com>
1210
1211         Pushed by Joel Brobecker  <brobecker@adacore.com>.
1212         * Makefile.in (transform): New variable.
1213         (install-man1, install-man5): Apply $(transform) to man file names.
1214
1215 2014-07-26  Doug Evans  <xdje42@gmail.com>
1216
1217         PR guile/17177
1218         * guile.texi (Guile Pretty Printing API): Fix typo.
1219         Document set-pretty-printers!, pretty-printers.
1220         (Selecting Guile Pretty-Printers): Update.
1221         Mention program-space based pretty-printers.
1222
1223 2014-07-25  Pedro Alves  <palves@redhat.com>
1224             Eli Zaretskii  <eliz@gnu.org>
1225
1226         * gdb.texinfo (Signaling) <signal command>: Explain what happens
1227         with multi-threaded programs.
1228
1229 2014-06-27  Yao Qi  <yao@codesourcery.com>
1230
1231         * gdb.texinfo (Maintenance Commands): Update the output of
1232         'maint print dummy-frames' command.
1233
1234 2014-06-24  Eli Zaretskii  <eliz@gnu.org>
1235
1236         * gdb.texinfo (Screen Size): Improve indexing.
1237
1238 2014-06-19  Gary Benson  <gbenson@redhat.com>
1239
1240         * gdb.texinfo (Maintenance Commands): Document new
1241         "maint set/show catch-demangler-crashes" option.
1242
1243 2014-06-19  Gary Benson  <gbenson@redhat.com>
1244
1245         * gdb.texinfo (Maintenance Commands): Document new
1246         "maint demangler-warning" command and new
1247         "maint set/show demangler-warning" option.
1248
1249 2014-06-09  Siva Chandra Reddy  <sivachandra@google.com>
1250
1251         * python.texi (Xmethod API): Add space before the opening
1252         parenthesis in function descriptions.
1253
1254 2014-06-06  Doug Evans  <xdje42@gmail.com>
1255
1256         * guile.texi (Guile Configuration): Document guile-data-directory.
1257
1258 2014-06-06  Mingjie Xing  <mingjie.xing@gmail.com>
1259
1260         * gdb.texinfo (Invoking GDB): Add -q and --quiet.
1261
1262 2014-06-04  Doug Evans  <xdje42@gmail.com>
1263
1264         * guile.texi (Breakpoints In Guile): Update.
1265
1266 2014-06-03  Joel Brobecker  <brobecker@adacore.com>
1267
1268         * python.texi (Xmethod API): Fix reference to "Progspaces In
1269         Python".
1270
1271 2014-06-03  Siva Chandra Reddy  <sivachandra@google.com>
1272
1273         *  python.texi (Xmethods In Python, XMethod API)
1274         (Writing an Xmethod): New nodes.
1275         (Python API): New menu entries "Xmethods In Python",
1276         "Xmethod API", "Writing an Xmethod".
1277
1278 2014-06-02  Doug Evans  <xdje42@gmail.com>
1279
1280         * guile.texi (Guile API): Add entry for Parameters In Guile.
1281         (GDB Scheme Data Types): Mention <gdb:parameter> object.
1282         (Parameters In Guile): New node.
1283
1284 2014-06-02  Doug Evans  <xdje42@gmail.com>
1285
1286         * guile.texi (Guile API): Add entry for Commands In Guile.
1287         (Basic Guile) <parse-and-eval>: Add reference.
1288         (Basic Guile) <string->argv>: Move definition to Commands In Guile.
1289         (GDB Scheme Data Types): Mention <gdb:command> object.
1290         (Commands In Guile): New node.
1291
1292 2014-06-02  Doug Evans  <xdje42@gmail.com>
1293
1294         * guile.texi (Guile API): Add entry for Progspaces In Guile.
1295         (GDB Scheme Data Types): Mention <gdb:progspace> object.
1296         (Progspaces In Guile): New node.
1297
1298 2014-05-30  Andrew Burgess  <aburgess@broadcom.com>
1299
1300         * guile.texi (Frames In Guile): Mention FRAME_UNWIND_MEMORY_ERROR.
1301         * python.texi (Frames In Python): Mention
1302         gdb.FRAME_UNWIND_MEMORY_ERROR.
1303
1304 2014-05-29  Pedro Alves  <palves@redhat.com>
1305             Tom Tromey  <tromey@redhat.com>
1306
1307         * gdb.texinfo (Non-Stop Mode): Remove "set target-async 1"
1308         from example.
1309         (Asynchronous and non-stop modes): Document '-gdb-set mi-async'.
1310         Mention that target-async is now deprecated.
1311         (Maintenance Commands): Document maint set/show target-async.
1312
1313 2014-05-29  Pedro Alves  <palves@redhat.com>
1314
1315         * observer.texi (sync_execution_done, command_error): New
1316         subjects.
1317
1318 2014-05-29  Pedro Alves  <palves@redhat.com>
1319
1320         PR gdb/13860
1321         * observer.texi (signal_received, end_stepping_range)
1322         (signal_exited, exited, no_history): New observer subjects.
1323
1324 2014-05-26  Andy Wingo  <wingo@igalia.com>
1325
1326         * guile.texi (GDB Scheme Data Types): Remove documentation for
1327         removed interfaces.  Update spelling of gdb-object-kind.
1328
1329 2014-05-26  Andy Wingo  <wingo@igalia.com>
1330
1331         * guile.texi (Basic Guile): Fix some typos.
1332
1333 2014-05-26  Andy Wingo  <wingo@igalia.com>
1334
1335         * guile.texi (Writing a Guile Pretty-Printer)
1336         (Guile Types Module): Fix excess parentheses in use-modules forms.
1337
1338 2014-05-24  Eli Zaretskii  <eliz@gnu.org>
1339
1340         * guile.texi (Types In Guile, Basic Guile, Frames In Guile)
1341         (Breakpoints In Guile, Guile Printing Module)
1342         (Guile Exception Handling, Values From Inferior In Guile)
1343         (Objfiles In Guile, Breakpoints In Guile, Memory Ports in Guile):
1344         Don't use @var at the beginning of a sentence.
1345
1346         * gdb.texinfo (Frame Filter Management, Trace Files)
1347         (C Operators, Ada Tasks, Calling, Bootstrapping, ARM)
1348         (PowerPC Embedded, Define, Annotations for Running)
1349         (IPA Protocol Commands, Packets, General Query Packets)
1350         (Tracepoint Packets, Notification Packets, Environment)
1351         (Inferiors and Programs, Set Breaks, Set Catchpoints)
1352         (Continuing and Stepping, Signals, Thread-Specific Breakpoints)
1353         (Frames, Backtrace, Selection, Expressions, Registers)
1354         (Trace State Variables, Built-In Func/Proc, Signaling, Files)
1355         (Numbers, GDB/MI Async Records, GDB/MI Data Manipulation)
1356         (Source Annotations, Using JIT Debug Info Readers, Packets)
1357         (Stop Reply Packets, Host I/O Packets)
1358         (Target Description Format): Don't use @var at the beginning of a
1359         sentence.
1360
1361         * python.texi (Basic Python, Types In Python)
1362         (Commands In Python, Frames In Python, Line Tables In Python)
1363         (Breakpoints In Python, gdb.printing, gdb.types)
1364         (Type Printing API): Don't use @var at the beginning of a
1365         sentence.
1366
1367 2014-05-23  Markus Metzger  <markus.t.metzger@intel.com>
1368
1369         * gdb.texinfo (Process Record and Replay): Document "set/show btrace
1370         replay-memory-access".
1371
1372 2014-05-21  Pedro Alves  <palves@redhat.com>
1373
1374         * gdb.texinfo (Starting): Document "set/show
1375         auto-connect-native-target".
1376         (Target Commands): Document "target native".
1377
1378 2014-05-20  Pedro Alves  <palves@redhat.com>
1379
1380         * gdb.texinfo (Memory) <compare-sections>: Generalize comments to
1381         not be remote specific.  Add cross reference to the qCRC packet.
1382         (Separate Debug Files): Update cross reference to the qCRC packet.
1383         (General Query Packets) <qCRC packet>: Add anchor.
1384
1385 2014-05-17  Doug Evans  <xdje42@gmail.com>
1386
1387         Copy over changes from guile.texi.
1388         * python.texi (Basic Python) <gdb.execute>: Add text.
1389         (Basic Python) <gdb.post_event>: Remove "main" from "main GDB thread".
1390         (Values From Inferior) <Python string>: Add text.
1391         (Values From Inferior) <Value.string>: Clarify string length handling.
1392         (Pretty Printing API): Add cindex.
1393         (Types In Python) <TYPE_CODE_*>: Use vtable instead of table.
1394         Remove unnecessary index of gdb.TYPE_CODE_*.  Replace @findex with
1395         @vindex.
1396         (Commands In Python) <COMPLETE_*>: Similarly.
1397         (Symbols In Python) <SYMBOL_*>: Similarly.
1398         (Breakpoints In Python) <WP_*>: Similarly.
1399         (Breakpoints In Python) <BP_*>: Similarly.
1400
1401 2014-05-17  David Taylor <dtaylor@emc.com>
1402
1403         * gdb.texinfo (General Query Packets): Add a note about thread IDs
1404         mentioned in the qfThreadInfo reply.
1405
1406 2014-05-16  Doug Evans  <dje@google.com>
1407
1408         * gdb.texinfo (Mode Options): Add -D.
1409
1410 2014-05-09  Samuel Bronson  <naesten@gmail.com>
1411
1412         * Makefile.in (PACKAGE): Copy from ../Makefile.in in case of
1413         "make -C".
1414
1415 2014-04-29  Tom Tromey  <tromey@redhat.com>
1416
1417         * gdb.texinfo (Debugging Output): Rename to "set debug varobj" and
1418         "show debug varobj".
1419
1420 2014-05-01  David Taylor  <dtaylor@emc.com>
1421
1422         * gdb.texinfo (compare-sections): Document the new -r (read-only)
1423         option.
1424
1425 2014-04-24  Michael Sturm  <michael.sturm@mintel.com>
1426             Walfred Tedeschi  <walfred.tedeschi@intel.com>
1427
1428         * gdb.texinfo (i386 Features): Add description of AVX512
1429         registers.
1430
1431 2014-03-31  Doug Evans  <dje@google.com>
1432
1433         * gdb.texinfo (Symbols): Document set/show print symbol-loading.
1434
1435 2014-03-30  Doug Evans  <dje@google.com>
1436
1437         * gdb.texinfo (Non-Stop Mode): Remove trailing whitespace.
1438         (Background Execution): Ditto.
1439
1440 2014-03-21  Pedro Alves  <palves@redhat.com>
1441             Stan Shebs  <stan@codesourcery.com>
1442             Hui Zhu  <hui@codesourcery.com>
1443
1444         * gdb.texinfo (Packets): Add anchor to "? packet".
1445         Remove fixme and update introduction of "k packet".
1446         Add anchor to "vKill packet".
1447
1448 2014-03-12  Stan Shebs  <stan@codesourcery.com>
1449
1450         * Doxyfile-gdb-api.in (INPUT): Add gdbtypes.h.
1451
1452 2014-02-26  Ludovic Courtès  <ludo@gnu.org>
1453
1454         * guile.texi (Basic Guile): Document 'history-append!'.
1455
1456 2014-02-20  Joel Brobecker  <brobecker@adacore.com>
1457
1458         * gdb.texinfo (Files): Document "add-shared-symbol-files"
1459         and "assf" as being deprecated.
1460         (Cygwin Native): Likewise for "dll-symbols".
1461         (Non-debug DLL Symbols): Remove reference to "dll-symbols"
1462         as a way to force the loading of symbols from a DLL.
1463
1464 2014-02-19  Siva Chandra Reddy  <sivachandra@google.com>
1465
1466         * python.texi (Values From Inferior): Add description about the
1467         new feature.
1468
1469 2014-02-17  Doug Evans  <xdje42@gmail.com>
1470
1471         * Makefile.in (GDB_DOC_FILES): Add python.texi.
1472         * gdb.texinfo (Python): Moved to ...
1473         * python.texi: ... here.  New file.
1474
1475 2014-02-17  Ludovic Courtès  <ludo@gnu.org>
1476
1477         * guile.texi (Writing a Guile Pretty-Printer) <example>:
1478         Remove 'string-begins-with' procedure.  Add 'pretty-printer'
1479         parameter to 'str-lookup-function' procedure.  Look for
1480         the "std::string<" prefix.
1481         (Frames In Guile): Add 'frame' parameter to 'frame-read-var'.
1482         Adjust description.
1483
1484 2014-02-11  Tejas Belagod  <tejas.belagod@arm.com>
1485
1486         * guile.texi (Values From Inferior In Guile): Remove stray
1487         parantheses for deffn.
1488         (Disassembly In Guile): Ditto.
1489
1490 2014-02-10  Stan Shebs  <stan@codesourcery.com>
1491
1492         Add Doxygen support.
1493         * Makefile.in (doxy): New action, generates Doxygen files.
1494         (DOXYGEN): New.
1495         (doxyedit): New.
1496         * Doxyfile-base.in: New file.
1497         * Doxyfile-gdb-api.in: New file.
1498         * Doxyfile-gdb-xref.in: New file.
1499         * Doxyfile-gdbserver.in: New file.
1500         * doxy-index.in: New file.
1501         * filter-for-doxygen: New file.
1502         * filter-params.pl: New file.
1503
1504 2014-02-10  Doug Evans  <xdje42@gmail.com>
1505
1506         * Makefile.in (GDB_DOC_FILES): Add guile.texi.
1507         * gdb.texinfo (Auto-loading): Add set/show auto-load guile-scripts.
1508         (Extending GDB): New menu entries Guile, Multiple Extension Languages.
1509         (Guile docs): Include guile.texi.
1510         (objfile-gdbdotext file): Add objfile-gdb.scm.
1511         (dotdebug_gdb_scripts section): Mention Guile scripts.
1512         (Multiple Extension Languages): New node.
1513         * guile.texi: New file.
1514
1515 2014-01-28  Joel Brobecker  <brobecker@adacore.com>
1516
1517         * gdb.texinfo (Ada Glitches): Document the new "maint ada set/show
1518         ignore-descriptive-types". commands.
1519
1520 2014-01-22  Doug Evans  <dje@google.com>
1521
1522         * gdb.texinfo (Server): Mention --debug-format=all|none|timestamp.
1523         (gdbserver man): Ditto.
1524
1525 2014-01-16  Markus Metzger  <markus.t.metzger@intel.com>
1526
1527         * gdb.texinfo: Document limited reverse/replay support
1528         for target record-btrace.
1529
1530 2014-01-16  Markus Metzger  <markus.t.metzger@intel.com>
1531
1532         * gdb.texinfo (Process Record and Replay): Update documentation.
1533
1534 2014-01-16  Markus Metzger  <markus.t.metzger@intel.com>
1535
1536         * gdb.texinfo (Process Record and Replay): Document new /c
1537         modifier accepted by "record function-call-history".
1538         Add /i modifier to "record function-call-history" example.
1539
1540 2014-01-15  Yuanhui Zhang  <asmwarrior@gmail.com>
1541             Joel Brobecker  <brobecker@adacore.com>
1542
1543         * gdb.texinfo (GDB/MI Output Syntax): Add some missing "nl"
1544         markers.  Remove one that was misplaced.
1545
1546 2014-01-10  Pedro Alves  <palves@redhat.com>
1547
1548         * gdb.texinfo (Your Program's Environment) <set environment>:
1549         Mention the shell, and point at 'set exec-wrapper'.
1550
1551 2014-01-07  Joel Brobecker  <brobecker@adacore.com>
1552
1553         * gdb.texinfo (Types In Python): Document new attribute Types.name.
1554
1555 2013-12-30  Joel Brobecker  <brobecker@adacore.com>
1556
1557         * gdb.texinfo (Types In Python): Clarify the documentation
1558         of attribute gdb.Field.bitpos.
1559
1560 2013-12-28  Joel Brobecker  <brobecker@adacore.com>
1561
1562         * gdb.texinfo (Types In Python): Fix the documentation of
1563         attribute "bitpos" in class gdb.Field for enum types.  Add
1564         documentation for attribute "enumval" in that same class.
1565
1566 2013-12-28  Joel Brobecker  <brobecker@adacore.com>
1567
1568         * gdb.texinfo (GDB/MI Support Commands): Change @table into
1569         @ftable.
1570
1571 2013-12-23  Doug Evans  <xdje42@gmail.com>
1572
1573         * gdb.texinfo (Auto-loading): Move menu up.  Move discussion of
1574         auto-loaded objfile scripts and .debug_gdb_scripts section to their
1575         corresponding section in Extending GDB.
1576         (Extending GDB): Move menu up.  New menu item "Auto-loading
1577         extensions".
1578         (Sequences): New menu item "Auto-loading sequences".
1579         (Auto-loading sequences): New node.
1580         (Python): Rename section from Scripting GDB to Extending GDB.
1581         (Python Auto-loading): Update xref, refer to "Auto-loading extensions".
1582         Move docs on ways to auto-load extensions to ...
1583         (Auto-loading extensions): ... here.  New node.
1584
1585 2013-12-23  Joel Brobecker  <brobecker@adacore.com>
1586
1587         * gdb.texinfo (GDB/MI): Add "GDB/MI Support Commands" entry
1588         in menu.
1589         (GDB/MI Variable Objects): Adjust reference to "-list-features"
1590         command, now in a new node.
1591         (GDB/MI Support Commands): New node, with its contents being
1592         extracted from the "GDB/MI Miscellaneous Commands" node.
1593         A small paragraph introducing the section is also added at
1594         the start.
1595         (GDB/MI Miscellaneous Commands): Delete the description of the
1596         -info-gdb-mi-command, -list-features and -list-target-features
1597         commands, now hosted in the "GDB/MI Support Commands" node.
1598
1599 2013-12-12  Siva Chandra Reddy  <sivachandra@google.com>
1600
1601         PR python/16113
1602         * gdb.texinfo (Values From Inferior): Add a note about using
1603         gdb.Field objects as subscripts on gdb.Value objects.
1604         (Types In Python): Add description about the new attribute
1605         "parent_type" of gdb.Field objects.
1606
1607 2013-12-12  Joel Brobecker  <brobecker@adacore.com>
1608
1609         * gdb.texinfo (GDB/MI Miscellaneous Commands): Add @cindex
1610         entry for section docuumenting the -list-features GDB/MI command.
1611
1612 2013-12-10  Joel Brobecker  <brobecker@adacore.com>
1613
1614         * gdb.texinfo (GDB/MI Miscellaneous Commands): Document the new
1615         "exec-run-start-option" entry in the output of the "-list-features"
1616         command.
1617
1618 2013-12-04  Eli Zaretskii  <eliz@gnu.org>
1619
1620         * gdb.texinfo (i386): Fix yesterday's commit.
1621
1622 2013-12-03  Tom Tromey  <tromey@redhat.com>
1623
1624         * gdb.texinfo (Set Catchpoints): Add @kindex for each command
1625         documented here.
1626
1627 2013-12-03  Tom Tromey  <tromey@redhat.com>
1628
1629         * gdb.texinfo (@direntry): Add menu item for gdbserver.
1630
1631 2013-12-03  Walfred Tedeschi  <walfred.tedeschi@intel.com>
1632
1633         * gdb.texinfo (i386 Features): Add MPX feature registers.
1634         (x86 Specific featuresx86 Architecture-specific Issues): Adds
1635         a subsubsection for MPX and describes the display of the
1636         boundary registers.
1637
1638 2013-12-03  Joel Brobecker  <brobecker@adacore.com>
1639
1640         * gdb.texinfo (GDB/MI Miscellaneous Commands): Remove the
1641         documentation of the "ada-exceptions" entry.
1642
1643 2013-12-03  Joel Brobecker  <brobecker@adacore.com>
1644
1645         * gdb.texinfo (GDB/MI Result Records): Fix the syntax of the
1646         "^error" result record concerning the error message.  Document
1647         the error code that may also be part of that result record.
1648         (GDB/MI Miscellaneous Commands): Document the
1649         "undefined-command-error-code" element in the output of
1650         the "-list-features" GDB/MI command.
1651
1652 2013-12-03  Joel Brobecker  <brobecker@adacore.com>
1653
1654         * gdb.texinfo (GDB/MI Miscellaneous Commands): Document
1655         the new -info-gdb-mi-command GDB/MI command.  Document
1656         the meaning of "-info-gdb-mi-command" in the output of
1657         -list-features.
1658
1659 2013-11-29  Pedro Alves  <palves@redhat.com>
1660
1661         * gdb.texinfo (Frames In Python) <gdb.FRAME_UNWIND_NULL_ID>:
1662         Update comment.
1663
1664 2013-11-24  Yao Qi  <yao@codesourcery.com>
1665
1666         * gdb.texinfo (Caching Remote Data): Document new
1667         "set/show stack-cache" option.
1668
1669 2013-11-24  Yao Qi  <yao@codesourcery.com>
1670
1671         * gdb.texinfo (Caching Target Data): Replace "ON" with "on".
1672         (Maintenance Commands): Replace "ON" and "OFF" with "on" and
1673         "off" respectively.
1674
1675 2013-11-23  Yao Qi  <yao@codesourcery.com>
1676
1677         * gdb.texinfo (GDB/MI Variable Objects): Add the description
1678         of "displayhint" to the table about child results.
1679
1680 2013-11-21  Yao Qi  <yao@codesourcery.com>
1681
1682         * gdb.texinfo (GDB/MI Variable Objects): Add attribute
1683         'dynamic' for the output of command -var-list-children.
1684
1685 2013-11-21  Yao Qi  <yao@codesourcery.com>
1686
1687         * gdb.texinfo (Caching Target Data): Remove "see" before
1688         @pxref.
1689
1690 2013-11-20  Yao Qi  <yao@codesourcery.com>
1691
1692         * gdb.texinfo (Caching Target Data): Update doc for
1693         per-address-space dcache.
1694
1695 2013-11-20  Yao Qi  <yao@codesourcery.com>
1696
1697         * gdb.texinfo (Data): Rename menu item.
1698         (Caching Remote Data): Rename to ...
1699         (Caching Target Data): ... it.  Update.
1700
1701 2013-11-18  Joel Brobecker  <brobecker@adacore.com>
1702
1703         * gdb.texinfo (GDB/MI Miscellaneous Commands): Document the new
1704         "language-option" entry in the output of the "-list-features"
1705         command.
1706
1707 2013-11-15  Tom Tromey  <tromey@redhat.com>
1708
1709         * gdb.texinfo (Variables): Note gdb rules for ambiguous cases.
1710         Add example.
1711
1712 2013-11-14  Tom Tromey  <tromey@redhat.com>
1713
1714         * gdb.texinfo (Breakpoints In Python): Replace "as" with "in".
1715
1716 2013-11-14  Joel Brobecker  <brobecker@adacore.com>
1717
1718         * gdb.texinfo (Show): Add xref anchor for "show language" command.
1719         (Context management): Place current subsection text into its own
1720         subsubsection.  Add new subsubsection describing the "--language"
1721         command option.
1722
1723 2013-11-13  Joel Brobecker  <brobecker@adacore.com>
1724
1725         * gdb.texinfo (GDB/MI Miscellaneous Commands): Delete
1726         the documentation of "info-ada-exceptions" in the output
1727         of the "-list-features" command.  Add the documentation
1728         of the "ada-exception" entry instead.
1729
1730 2013-11-12  Joel Brobecker  <brobecker@adacore.com>
1731
1732
1733         * gdb.texinfo (GDB/MI Miscellaneous Commands): Fix the first
1734         word of a couple of sentences to start with a capital letter.
1735
1736 2013-11-12  Joel Brobecker  <brobecker@adacore.com>
1737
1738         * gdb.texinfo (Ada): Add entry in menu for new "Ada Exceptions" node.
1739         (Ada Exceptions): New node.
1740         (GDB/MI): Add entry in menu for new "GDB/MI Ada Exceptions
1741         Commands" node.
1742         (GDB/MI Ada Exceptions Commands): New node.
1743         (GDB/MI Miscellaneous Commands): Document new "info-ada-exceptions"
1744         field in the output of the "-list-features" command.
1745         * NEWS: Add entry for the new "info exceptions" CLI command,
1746         and for the new "-info-ada-exceptions" GDB/MI command.
1747
1748 2013-11-11  Phil Muldoon  <pmuldoon@redhat.com>
1749
1750         * gdb.texinfo (Symbol Tables In Python): Add linetable method entry.
1751         (Line Tables In Python): New node.
1752
1753 2013-11-08  Doug Evans  <dje@google.com>
1754
1755         * gdb.texinfo (Debugging Output): Update text for
1756         "set debug dwarf2-read".
1757
1758 2013-11-08  Doug Evans  <dje@google.com>
1759
1760         * gdb.texinfo (Debugging Output): Update text for
1761         "set debug symtab-create".
1762
1763 2013-11-07  Phil Muldoon  <pmuldoon@redhat.com>
1764
1765         * gdb.texinfo (Commands In Python): Document COMPLETE_EXPRESSION
1766         constant.
1767
1768 2013-11-07  Phil Muldoon  <pmuldoon@redhat.com>
1769
1770         * gdb.texinfo (Breakpoints In Python): Document temporary
1771         option in breakpoint constructor, and add documentation to the
1772         temporary attribute.
1773
1774 2013-11-07  Yao Qi  <yao@codesourcery.com>
1775
1776         * gdb.texinfo (GDB/MI Variable Objects): Update doc about the
1777         output of "-var-info-expression".
1778
1779 2013-11-06  Pedro Alves  <palves@redhat.com>
1780
1781         * gdb.texinfo (Starting) <set/show startup-with-shell>: Mention
1782         non-interactive mode.
1783         (Environment) <shell startup files warning>: Mention
1784         non-interactive mode.  Mention .zshenv for Z shell, and talk about
1785         BASH_ENV instead of .bashrc for BASH.
1786
1787 2013-10-29  Nicolas Blanc  <nicolas.blanc@intel.com>
1788
1789         * gdb.texinfo (Commands to Specify Files): Add description
1790         of the remove-symbol-file command.
1791         * observer.texi: New free_objfile event
1792
1793 2013-10-24  Pedro Alves  <palves@redhat.com>
1794
1795         * gdb.texinfo (Starting): Document set/show startup-with-shell.
1796
1797 2013-10-11  Joel Brobecker  <brobecker@adacore.com>
1798
1799         * gdb.texinfo (Shared Library GDB/MI Catchpoint Commands):
1800         New subsection inside which the "-catch-load" and "-catch-unload"
1801         commands documentation is now placed.
1802         (Ada Exception GDB/MI Catchpoint Commands): New subsection
1803         documenting the "-catch-assert" and "-catch-exception" new
1804         GDB/MI commands.
1805
1806 2013-10-10  Joel Brobecker  <brobecker@adacore.com>
1807
1808         * gdb.texinfo (Connecting): Remove unnecessary @w{}.
1809
1810 2013-10-10  Joel Brobecker  <brobecker@adacore.com>
1811
1812         * gdb.texinfo (Connecting): Replace "set remotebaud" by "set
1813         serial baud".
1814         (Remote Configuration): Replace "set remotebaud" by "set serial
1815         baud".  Replace "show remotebaud" by "show serial baud".
1816
1817 2013-10-07  Pedro Alves  <palves@redhat.com>
1818
1819         PR breakpoints/11568
1820         * gdb.texinfo (Thread-Specific Breakpoints): Mention what happens
1821         when the thread is removed from the thread list.
1822
1823 2013-10-06  Sergio Durigan Junior  <sergiodj@redhat.com>
1824
1825         * gdb.texinfo (Convenience Variables): Document $_exitsignal.
1826         Update entry for $_exitcode.
1827
1828 2013-10-04  Joel Brobecker  <brobecker@adacore.com>
1829
1830         * gdb.texinfo (GDB/MI Program Execution): Document "-exec-run"'s
1831         new "--start" option.
1832
1833 2013-10-02  Pedro Alves  <palves@redhat.com>
1834
1835         * gdb.texinfo (Registers): Expand description of saved registers
1836         in frames.  Explain <not saved>.
1837
1838 2013-09-25  Doug Evans  <dje@google.com>
1839
1840         * gdb.texinfo (Debugging Output): Document set/show debug symfile.
1841
1842 2013-09-16  Stan Shebs  <stan@codesourcery.com>
1843
1844         Remove the internals manual gdbint.texinfo.
1845         * Makefile.in (INFO_DEPS): Remove gdbint.info.
1846         (PDFFILES): Remove gdbint.pdf.
1847         (HTMLFILES): Remove gdbint/index.html.
1848         (HTMLFILES_INSTALL): Remove gdbint.
1849         (GDBINT_DOC_FILES): Remove.
1850         (dvi): Remove gdbint.dvi.
1851         (ps): Remove gdbint.ps.
1852         * gdbint.texinfo: Remove file.
1853         * gdb.texinfo (Maintenance Commands): Remove reference to gdbint.
1854
1855 2013-09-16  Sergio Durigan Junior  <sergiodj@redhat.com>
1856
1857         * gdb.texinfo (Convenience Functions): Mention new convenience
1858         function $_isvoid.
1859
1860 2013-09-13  Andreas Arnez  <arnez@linux.vnet.ibm.com>
1861
1862         * gdb.texinfo (Decimal Floating Point format): Mention S/390.
1863         (Standard Target Features): Add new node to menu.
1864         (S/390 and System z Features): New node.
1865
1866 2013-09-13  Sanimir Agovic  <sanimir.agovic@intel.com>
1867
1868         * gdb.texinfo (GDB/MI Miscellaneous Commands): Use
1869         -list-target-features in the example.
1870
1871 2013-09-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
1872
1873         * gdb.texinfo (MiniDebugInfo): Prepare file debug and use it to create
1874         mini_debuginfo.  Strip binary before adding mini_debuginfo to it.
1875
1876 2013-09-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
1877
1878         Sync documentation with gdb.base/gnu-debugdata.exp.
1879         * gdb.texinfo (MiniDebugInfo): Add comment and "D" in the example.
1880
1881 2013-09-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
1882
1883         * gdb.texinfo (MiniDebugInfo): Fix two trailing dots.
1884
1885 2013-08-27  Pedro Alves  <pedro@codesourcery.com>
1886             Yao Qi  <yao@codesourcery.com>
1887
1888         * gdb.texinfo (GDB/MI Stack Manipulation) <-stack-list-locals>:
1889         Document new --skip-unavailable option.
1890         <-stack-list-variables>: Document new --skip-unavailable option.
1891
1892 2013-08-26  Doug Evans  <dje@google.com>
1893
1894         * gdb.texinfo (Maintenance Commands): "maint print objfiles" now takes
1895         an optional regexp.
1896
1897 2013-08-13  Tom Tromey  <tromey@redhat.com>
1898
1899         * gdbint.texinfo (Testsuite): Use @table, not @itemize.
1900         Document GDB_PARALLEL and GDB_INOTIFY.
1901
1902 2013-08-09  Stan Shebs  <stan@codesourcery.com>
1903
1904         * LRS: Remove file, describes a long-abandoned live-range
1905         splitting extension to stabs.
1906
1907 2013-07-25  Andrew Burgess  <aburgess@broadcom.com>
1908
1909         * gdb.texinfo (Output Formats): Mention the new 'z' formatter.
1910
1911 2013-07-17  Doug Evans  <dje@google.com>
1912
1913         * gdb.texinfo (Print Settings): Document "print raw frame-arguments".
1914
1915 2013-07-02  Tom Tromey  <tromey@redhat.com>
1916
1917         * gdb.texinfo (Target Commands): Don't mention "target nrom".
1918
1919 2013-06-28  Tom Tromey  <tromey@redhat.com>
1920
1921         * Makefile.in (version.subst): Use version.in, not
1922         common/version.in.
1923         * gdbint.texinfo (Versions and Branches, Releasing GDB):
1924         Likewise.
1925
1926 2013-06-27  Pedro Alves  <palves@redhat.com>
1927
1928         * gdbint.texinfo (Algorithms) <Stepping over runtime loader
1929         dynamic symbol resolution code>: New section, based on infrun.c
1930         comment.
1931
1932 2013-06-26  Tom Tromey  <tromey@redhat.com>
1933
1934         * gdbint.texinfo (Versions and Branches): Use common/version.in.
1935         Update.
1936         (Releasing GDB): Likewise.
1937
1938 2013-06-26  Pedro Alves  <pedro@codesourcery.com>
1939             Yao Qi  <yao@codesourcery.com>
1940
1941         * gdb.texinfo (GDB/MI Tracepoint Commands): Document
1942         -trace-frame-collected.
1943
1944 2013-06-26  Pedro Alves  <pedro@codesourcery.com>
1945
1946         * gdb.texinfo (Traceframe Info Format): Document tvar element
1947         and its attributes.
1948
1949 2013-06-25  Yao Qi  <yao@codesourcery.com>
1950
1951         * gdbint.texinfo (Testsuite): Document 'gdb,predefined_tsv'.
1952
1953 2013-06-24  Tom Tromey  <tromey@redhat.com>
1954
1955         * Makefile.in (POD2MAN1, POD2MAN5): Use version.subst.
1956         (GDBvn.texi): Use version.subst.
1957         (version.subst): New target.
1958         (mostlyclean): Remove version.subst.
1959
1960 2013-06-20  Pedro Alves  <pedro@codesourcery.com>
1961
1962         * gdb.texinfo (GDB/MI Data Manipulation)
1963         <-data-list-register-values>: Document the --skip-unavailable
1964         option.
1965
1966 2013-06-07  Yao Qi  <yao@codesourcery.com>
1967
1968         * gdb.texinfo (Symbols): Add kindex and cindex for
1969         'maint print msymbols'.
1970
1971 2013-06-05  Simon Marchi  <simon.marchi@ericsson.com>  (tiny change)
1972
1973         * gdb.texinfo (Miscellaneous gdb/mi Commands): Fix -add-inferior
1974         response field name (thread-group to inferior).
1975
1976 2013-06-04 Gary Benson  <gbenson@redhat.com>
1977
1978         * gdb.texinfo (General Query Packets/qSupported): Added
1979         "qXfer:libraries-svr4:read" and "augmented-libraries-svr4-read".
1980         to the table of currently defined stub features.
1981         Added a more detailed entry for "augmented-libraries-svr4-read".
1982         (General Query Packets/qXfer:libraries-svr4:read): Documented
1983         the augmented form of this packet.
1984
1985 2013-05-23  Joel Brobecker  <brobecker@adacore.com>
1986
1987         * gdb.texinfo (System-wide Configuration Scripts): Renames
1988         "Installed System-wide Configuration Scripts". Add associated
1989         @menu block.
1990
1991 2013-05-23  Yao Qi  <yao@codesourcery.com>
1992             Pedro Alves  <palves@redhat.com>
1993
1994         * gdb.texinfo (Packets): Document 'vCont;r'.
1995         (Continuing and Stepping): Document target-assisted range
1996         stepping, and the 'set range-stepping' and 'show range-stepping'
1997         commands.
1998
1999 2013-05-23  Joel Brobecker  <brobecker@adacore.com>
2000
2001         * gdb.texinfo (Installed System-wide Configuration Scripts):
2002         Add subsection describing the scripts now available under
2003         the data-dir's system-gdbbinit subdirectory.
2004         * NEWS: Add entry announcing the availability of system-wide
2005         configuration scripts for ElinOS and Wind River Linux.
2006
2007 2013-05-21  Hui Zhu  <hui@codesourcery.com>
2008
2009         * gdb.texinfo (GDB/MI Breakpoint Commands): Describe the
2010         "-dprintf-insert" command.
2011
2012 2013-05-17  Doug Evans  <dje@google.com>
2013
2014         * gdb.texinfo (Maintenance Commands): Update doc for
2015         "maint check-psymtabs".  Add doc for "maint check-symtabs",
2016         "maint expand-symtabs".
2017
2018 2013-05-15  Markus Metzger  <markus.t.metzger@intel.com>
2019
2020         * gdb.texinfo (Process Record and Replay): Document the
2021         "record goto" command and its sub-commands.
2022
2023 2013-05-10 Phil Muldoon  <pmuldoon@redhat.com>
2024
2025         * gdb.texinfo (Backtrace): Add "no-filter" argument.
2026         (Python API): Add Frame Filters API, Frame Wrapper API,
2027         Writing a Frame Filter/Wrapper, Managing Management of Frame
2028         Filters chapter entries.
2029         (Frame Filters API): New Node.
2030         (Frame Wrapper API): New Node.
2031         (Writing a Frame Filter): New Node.
2032         (Managing Frame Filters): New Node.
2033         (Progspaces In Python): Add note about frame_filters attribute.
2034         (Objfiles in Python): Ditto.
2035         (GDB/MI Stack Manipulation): Add -enable-frame-filters command,
2036         @anchors and --no-frame-filters option to -stack-list-variables,
2037         -stack-list-frames, -stack-list-locals and -stack-list-arguments
2038         commands.
2039
2040 2013-05-08  Joel Brobecker  <brobecker@adacore.com>
2041
2042         * gdbint.texinfo (Native Debugging): Add "AIX Shared Library
2043         Support" subsection documenting the XML format used to transfer
2044         shared library info on AIX.
2045
2046 2013-05-08  Joel Brobecker  <brobecker@adacore.com>
2047
2048         * gdb.texinfo (Debugging Output): Add documentation of
2049         "set debug aix-solib" and "show debug aix-solib" commands.
2050
2051 2013-05-06  Sandra Loosemore  <sandra@codesourcery.com>
2052
2053         * gdb.texinfo (Nios II): New section.
2054         (Nios II Features): New section.
2055
2056 2013-05-06  Joel Brobecker  <brobecker@adacore.com>
2057
2058         * gdbint.texinfo (Algorithms): Remove entries documenting
2059         DEPRECATED_IBM6000_TARGET, SOLIB_ADD, and
2060         SOLIB_CREATE_INFERIOR_HOOK.
2061
2062 2013-04-29  Tom Tromey  <tromey@redhat.com>
2063
2064         PR python/14204:
2065         * gdb.texinfo (Python API): Fix menu entry.
2066         (Blocks In Python): Fix subsubsection text.  Rewrite intro.
2067         Define global and static block.  Add example.  Clarify
2068         block relationship for inline functions.
2069
2070 2013-04-29  Tom Tromey  <tromey@redhat.com>
2071
2072         * gdb.texinfo (Python API): Mention Python help and keyword
2073         arguments.  Move pagination text to Basic Python.
2074         (Basic Python): Put pagination text here.  Document
2075         close-on-exec, SIGCHLD, and SIGINT.
2076
2077 2013-04-19  Pedro Alves  <palves@redhat.com>
2078
2079         * gdbint.texinfo (Misc Guidelines) <Compiler Warnings>: Write
2080         "signedness" instead of "signness".
2081
2082 2013-04-19  Pedro Alves  <palves@redhat.com>
2083
2084         * gdbint.texinfo (Misc Guidelines) <Compiler Warnings>: Replace
2085         -Wno-pointer-sign text with text on -Wpointer-sign.
2086
2087 2013-04-16  Tom Tromey  <tromey@redhat.com>
2088
2089         * gdb.texinfo (Set Catchpoints): Mention earliest version of
2090         GCC that has the SDT probe points.
2091
2092 2013-04-15  Tom Tromey  <tromey@redhat.com>
2093
2094         * gdb.texinfo (Set Catchpoints): Document regexp syntax for
2095         exception catchpoints.
2096
2097 2013-04-15  Tom Tromey  <tromey@redhat.com>
2098
2099         * gdb.texinfo (Set Catchpoints): Document $_exception.
2100         (Convenience Vars): Mention $_exception.
2101
2102 2013-04-15  Tom Tromey  <tromey@redhat.com>
2103
2104         * gdb.texinfo (Set Catchpoints): Reorganize exception
2105         catchpoints.  Document "catch rethrow".
2106         (Debugging C Plus Plus): Mention "catch rethrow".
2107
2108 2013-04-15  Tom Tromey  <tromey@redhat.com>
2109
2110         * gdb.texinfo (Set Catchpoints): Remove obsolete text.
2111
2112 2013-04-12  Jan Kratochvil  <jan.kratochvil@redhat.com>
2113             Eli Zaretskii  <eliz@gnu.org>
2114
2115         * gdb.texinfo (Auto-loading safe path): Add quick -iex using command
2116         line below the sample output.
2117
2118 2013-04-12  Eli Zaretskii  <eliz@gnu.org>
2119
2120         * gdb.texinfo (Mode Options): Document '-configuration'.
2121         (Help): Document "show configuration".
2122         (Bug Reporting): Add requirements to include the configuration
2123         details in bug reports.
2124
2125 2013-04-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
2126
2127         * Makefile.in (MAN1S): Add gcore.1.
2128         Remove "Host, target, and site specific Makefile fragments" comment.
2129         (@host_makefile_frag@, HAVE_NATIVE_GCORE_TARGET): New.
2130         (install-man1, uninstall-man1): Conditionalize gcore.1.
2131         (gcore.1): New.
2132         * gdb.texinfo (Man Pages): Add gcore man.
2133         (gcore man): New node.
2134
2135 2013-04-10  Pedro Alves  <palves@redhat.com>
2136
2137         * gdb.texinfo (Process Record and Replay): Document that "set
2138         record full insn-number-max", "set record
2139         instruction-history-size" and "set record
2140         function-call-history-size" accept "unlimited".
2141         (Backtrace): Document that "set backtrace limit" accepts
2142         "unlimited".
2143         (List): Document that "set listsize" accepts "unlimited".
2144         (Print Settings)" Document that "set print max-symbolic-offset",
2145         "set print elements" and "set print repeats" accept "unlimited".
2146         (Starting and Stopping Trace Experiments): Document that "set
2147         trace-buffer-size" accepts "unlimited".
2148         (Remote Configuration): Document that "set tcp connect-timeout"
2149         accepts "unlimited".
2150         (Command History): Document that "set history size" accepts
2151         "unlimited".
2152         (Screen Size): Document that "set height" and "set width" accepts
2153         "unlimited".  Adjust "set pagination"'s description to suggest
2154         "set height unlimited" instead of "set height 0".
2155
2156 2013-04-10  Yao Qi  <yao@codesourcery.com>
2157
2158         * gdb.texinfo (Trace Files): Add "target ctf".
2159
2160 2013-04-06  Jan Kratochvil  <jan.kratochvil@redhat.com>
2161
2162         * Makefile.in (POD2MAN1, POD2MAN5): Replace $(VERSION) by ../version.in.
2163
2164         * Makefile.in (install-man1, install-man5, uninstall-man1)
2165         (uninstall-man5): Replace $(MANS) by $(MAN1S) and $(MAN5S) respectively.
2166
2167         * Makefile.in (gdb.1, gdbserver.1, gdbinit.5): Use $(srcdir).
2168
2169 2013-04-06  Jan Kratochvil  <jan.kratochvil@redhat.com>
2170             Eli Zaretskii  <eliz@gnu.org>
2171
2172         * gdb.texinfo (gdbserver man): Rename tty to comm.  Swap --attach
2173         parameters order.  Remove "On some targets" for --attach.  Document the
2174         --multi parameter and extended-remote command.  Document all the
2175         options.
2176
2177 2013-04-05  Jan Kratochvil  <jan.kratochvil@redhat.com>
2178
2179         * gdb.texinfo (gdb man): Mention option -p.  Include Fortran to
2180         the list of supported languages.
2181
2182 2013-04-05  Jan Kratochvil  <jan.kratochvil@redhat.com>
2183
2184         Convert man pages to texinfo, new gdbinit.5 texinfo page.
2185         * Makefile.in (mandir, man1dir, man5dir, SYSTEM_GDBINIT, MANCONF,
2186         (TEXI2POD, POD2MAN1, POD2MAN5, MAN1S, MAN5S, MANS, man): New.
2187         (diststuff): Add man.
2188         (install-man, install-man1, install-man5, uninstall-man, uninstall-man1)
2189         (uninstall-man5): New.
2190         (STAGESTUFF): Add *.1 and *.5.
2191         (GDBvn.texi): Add SYSTEM_GDBINIT.
2192         (gdb.1, gdbserver.1, gdbinit.5): New.
2193         (maintainer-clean realclean): Add $(MANS).
2194         (install): Add install-man.
2195         (uninstall): Add uninstall-man.
2196         * gdb.texinfo (@include gdb-cfg.texi): Wrap it by @c man begin INCLUDE.
2197         (@copying): Wrap it by @c man begin COPYRIGHT.
2198         (Top): Add Man Pages.
2199         (Man Pages, gdb man, gdbserver man, gdbinit man): New.
2200
2201 2013-04-02  Pedro Alves  <palves@redhat.com>
2202
2203         * gdb.texinfo (Debugging Output): Document "set/show debug
2204         aarch64", "set/show debug coff-pe-read" and "set/show debug
2205         mach-o".
2206
2207 2013-04-02  Pedro Alves  <palves@redhat.com>
2208
2209         * gdb.texinfo (Remote Configuration) <set remote @var{name}-packet
2210         table>: Add entry for "trace-buffer-size".
2211
2212 2013-03-28  Pedro Alves  <palves@redhat.com>
2213
2214         * gdb.texinfo (Remote Configuration) <set remote @var{name}-packet
2215         table>: Add entry for "trace-status".
2216
2217 2013-03-28  Eli Zaretskii  <eliz@gnu.org>
2218
2219         * gdb.texinfo (Maintenance Commands): Use @enumerate, not "@table
2220         @bullet", which is invalid (makeinfo 5.1 barfs).
2221
2222 2013-03-28  Pedro Alves  <palves@redhat.com>
2223
2224         PR gdb/15294
2225
2226         * gdb.texinfo (List) <set listsize>: Adjust to document that
2227         listsize 0 means no limit, and remove mention of -1.
2228
2229 2013-03-22  Yao Qi  <yao@codesourcery.com>
2230
2231         * gdb.texinfo (Embedded Processors): Remove menu item
2232         "OpenRISC 1000".
2233         (OpenRISC 1000): Remove.
2234
2235 2013-03-21  Doug Evans  <dje@google.com>
2236
2237         * gdb.texinfo (Maintenance Commands): Add docs for
2238         "mt set per-command {space,time,symtab} {on,off}".
2239
2240 2013-03-14  Hui Zhu  <hui@codesourcery.com>
2241             Yao Qi  <yao@codesourcery.com>
2242
2243         * gdb.texinfo (Trace Files): Add "tsave -ctf".
2244
2245 2013-03-13  Keith Seitz  <keiths@redhat.com>
2246
2247         * gdb.texinfo (Maintenance Commands): Add missing ')' for
2248         "maint agent" reference to Dynamic printf.
2249
2250 2013-03-11  Eli Zaretskii  <eliz@gnu.org>
2251
2252         * gdb.texinfo (General Query Packets): Don't use colon in index
2253         entries visible to Info format.
2254
2255 2013-03-11  Markus Metzger  <markus.t.metzger@intel.com>
2256
2257         * gdb.texinfo (Process Record and Replay): Document record
2258         changes.
2259
2260 2013-03-11  Markus Metzger  <markus.t.metzger@intel.com>
2261
2262         * gdb.texinfo (Requirements): List qXfer:btrace:read requiring expat.
2263         (General Query Packets): Describe Qbtrace:bts, Qbtrace:off, and
2264         qXfer:btrace:read.
2265
2266 2013-03-09  Eli Zaretskii  <eliz@gnu.org>
2267
2268         * gdb.texinfo (General Query Packets, Tracepoint Packets): Don't
2269         use colons in @anchor and @cindex entries.
2270
2271 2013-03-09  Hafiz Abid Qadeer  <abidh@codesourcery.com>
2272
2273         * gdb.texinfo (QTBuffer:size): Add cindex and anchor.
2274
2275 2013-03-08  Stan Shebs  <stan@codesourcery.com>
2276             Hafiz Abid Qadeer  <abidh@codesourcery.com>
2277
2278         * gdb.texinfo (Starting and Stopping Trace Experiments): Document
2279         trace-buffer-size set and show commands.
2280         (Tracepoint Packets): Document QTBuffer:size.
2281         (General Query Packets): Document QTBuffer:size.
2282
2283 2013-02-21  Tom Tromey  <tromey@redhat.com>
2284
2285         * gdb.texinfo: Remove bad @syncodeindex.
2286         (Values From Inferior, Types In Python, Inferiors In Python)
2287         (Events In Python, Threads In Python, Frames In Python, Blocks In
2288         Python, Symbols In Python, Symbol Tables In Python): Remove
2289         @tables.
2290         (Packets, General Query Packets, Tracepoint Packets)
2291         (Host I/O Packets): Use @w{} for empty @item.
2292
2293 2013-02-20  Siva Chandra Reddy <sivachandra@google.com>
2294
2295         * gdb.texinfo (Architectures In Python): Add description about
2296         the new method gdb.Architecture.disassemble.
2297
2298 2013-02-15  Pedro Alves  <pedro@codesourcery.com>
2299             Hafiz Abid Qadeer  <abidh@codesourcery.com>
2300
2301         * gdb.texinfo (GDB/MI Tracepoint Commands) <-trace-status>:
2302         Document the "trace-file" field.
2303
2304 2013-02-07  Doug Evans  <dje@google.com>
2305
2306         * gdb.texinfo (Machine Code): Clarify argument to disassemble
2307         command.
2308
2309 2013-02-06  Yao Qi  <yao@codesourcery.com>
2310
2311         * gdb.texinfo (GDB/MI Async Records): Document new MI
2312         notification "=tsv-modified".  Update the document of MI
2313         notification "=tsv-created".
2314         * observer.texi (GDB Observers): New observer tsv_modified.
2315         Update observer tsv_created and tsv_delete.
2316
2317 2013-02-05  Yufeng Zhang  <yufeng.zhang@arm.com>
2318
2319         * gdb.texinfo (AArch64 Features): New section; document
2320         org.gnu.gdb.aarch64.core and org.gnu.gdb.aarch64.fpu.
2321         (Architectures): Add new AArch64 section to document AArch64
2322         architecture specific commands.
2323         (ABI): Add description of the new OS ABI "Newlib" and its influence
2324         on the longjmp handling.
2325
2326 2013-02-03  Eldar Gaynetdinov <hal9000ed2k@gmail.com>
2327             Jan Kratochvil  <jan.kratochvil@redhat.com>
2328
2329         * gdb.texinfo (Backtrace): Added description of 'filename-display'
2330         variable in 'set/show backtrace' section.
2331
2332 2013-01-31  Tom Tromey  <tromey@redhat.com>
2333
2334         * gdb.texinfo (Target Commands): Fix typo.
2335
2336 2013-01-23  Siva Chandra Reddy  <sivachandra@google.com>
2337
2338         * doc/gdb.texinfo (Architectures In Python): New sub-sub-section
2339         describing the gdb.Architecture class.
2340         (Frames In Python): Add description about the new method
2341         gdb.Frame.architecture().
2342
2343 2013-01-23  Doug Evans  <dje@google.com>
2344
2345         * gdb.texinfo (Index Section Format): Document .gdb_index version 8.
2346
2347 2013-01-21  Marc Khouzam  <marc.khouzam@ericsson.com>
2348
2349         * gdb.texinfo (GDB/MI Breakpoint Commands): Document new
2350         'thread-groups' field when printing a breakpoint in MI.
2351
2352 2012-01-17  Sanjoy Das <sanjoy@playingwithpointers.com>
2353         * gdb.texinfo (Using JIT Debug Info Readers): Change documentation
2354         to reflect that jit-reader-load now supports absolute file-names.
2355
2356 2013-01-16  Tom Tromey  <tromey@redhat.com>
2357
2358         * gdb.texinfo (Set Catchpoints): Document "catch signal".
2359         (Signals): Likewise.
2360
2361 2013-01-16  Tom Tromey  <tromey@redhat.com>
2362
2363         * gdb.texinfo (GDB/MI Breakpoint Information): Document
2364         "catch-type" field.
2365         (GDB/MI Catchpoint Commands): Add "catch-type" to examples.
2366
2367 2013-01-07  Tom Tromey  <tromey@redhat.com>
2368
2369         * gdb.texinfo (Mode Options): Don't mention -epoch.
2370         (Data, Emacs): Remove obsolete comments.
2371
2372 2013-01-02  Tom Tromey  <tromey@redhat.com>
2373
2374         * gdb.texinfo (GDB/MI Output Records): Update menu.
2375         (GDB/MI Breakpoint Information): New node.
2376         (GDB/MI Breakpoint Commands) <-break-info>: Link to new node.
2377         <-break-insert>: Likewise.
2378
2379 2012-12-31  Yao Qi  <yao@codesourcery.com>
2380
2381         * gdb.texinfo (Remote Non-Stop): Move paragraphs to ...
2382         (Packets): Move "vStopped" packet to ...
2383         (Notification Packets): ... here.  Describe the components
2384         of notification.  Add a table of supported notifications.
2385         Add an example on the process of he async notification.
2386
2387 2012-12-25  Jan Kratochvil  <jan.kratochvil@redhat.com>
2388
2389         * gdb.texinfo (GDB/MI Data Manipulation) (fullname): Make it always
2390         present.
2391         (GDB/MI File Commands) (-file-list-exec-source-files): Make the
2392         fullname output always present.
2393
2394 2012-12-23  Pierre Muller  <muller@sourceware.org>
2395
2396         * gdbint.texinfo (Function prototypes): Require use of "extern"
2397         modifier for function prototypes in headers.
2398
2399 2012-12-19  Joel Brobecker  <brobecker@adacore.com>
2400
2401         * refcard.tex: Update copyright notice to GPL v3 or later.
2402         Update contact info.
2403
2404 2012-12-16  Jan Kratochvil  <jan.kratochvil@redhat.com>
2405
2406         * gdbint.texinfo (Coding Standards) (C Usage): New rule for 0 vs. NULL.
2407
2408 2012-12-15  Yao Qi  <yao@codesourcery.com>
2409
2410         * gdb.texinfo (Debugging Output): Document 'set debug
2411         notification' and 'show debug notification'.
2412
2413 2012-12-15  Yao Qi  <yao@codesourcery.com>
2414
2415         * gdb.texinfo (Listing Tracepoints): New item and example about
2416         'installed on target' output.
2417         Add more in the example about 'installed on target'.
2418         (GDB/MI Breakpoint Commands): Doc about 'installed field.
2419
2420 2012-12-14  Tom Tromey  <tromey@redhat.com>
2421
2422         * gdb.texinfo (SVR4 Process Information): Mention core files.
2423
2424 2012-12-12 Mircea Gherzan <mircea.gherzan@intel.com>
2425
2426         * gdb.texinfo (GDB/MI Catchpoint Commands): New section.
2427
2428 2012-12-11  Pedro Alves  <palves@redhat.com>
2429
2430         * gdb.texinfo: Remove all mentions of Unixware throughout.
2431
2432 2012-12-09  Jan Kratochvil  <jan.kratochvil@redhat.com>
2433
2434         * gdbint.texinfo (Host Definition): Remove CC_HAS_LONG_LONG.
2435
2436 2012-11-29  Tom Tromey  <tromey@redhat.com>
2437
2438         * gdb.texinfo (SVR4 Process Information): Document missing
2439         "info proc" subcommands.
2440
2441 2012-11-29  Yao Qi  <yao@codesourcery.com>
2442
2443         PR gdb/1477.
2444         * gdb.texinfo (Print Settings): Correct the default 'demangle-style'
2445         to 'auto' instead of 'gnu'.
2446
2447 2012-11-26  Tom Tromey  <tromey@redhat.com>
2448
2449         * gdb.texinfo (MiniDebugInfo): New node.
2450         (GDB Files): Update.
2451
2452 2012-11-16  Doug Evans  <dje@google.com>
2453
2454         * gdb.texinfo (System-wide configuration): If the system-wide init
2455         file lives in the data-directory, and --data-directory is provided,
2456         look for it there.
2457
2458 2012-11-15  Tom Tromey  <tromey@redhat.com>
2459
2460         * gdb.texinfo (Signaling): Fix typo.
2461
2462 2012-11-13  Giuseppe Montalto  <giuseppe.montalto@st.com>
2463
2464         * gdb.texinfo (GDB/MI Data Manipulation): Document new optional
2465         parameter "count" of -data-write-memory-bytes, and add an example.
2466
2467 2012-11-12  Tom Tromey  <tromey@redhat.com>
2468
2469         * gdb.texinfo (Symbols): Document "info type-printers",
2470         "enable type-printer" and "disable type-printer".
2471         (Python API): Add new node to menu.
2472         (Type Printing API): New node.
2473         (Progspaces In Python): Document type_printers field.
2474         (Objfiles In Python): Likewise.
2475         (gdb.types) <get_type_recognizers, apply_type_recognizers,
2476         register_type_printer, TypePrinter>: Document.
2477
2478 2012-11-12  Tom Tromey  <tromey@redhat.com>
2479
2480         * gdb.texinfo (Symbols): Document "set print type methods",
2481         "set print type typedefs", and flags to ptype and whatis.
2482
2483 2012-11-09  Andrew Burgess  <aburgess@broadcom.com>
2484
2485         * gdb.texinfo (GDB/MI Data Manipulation): Add fullname field to
2486         the example -data-disassemble output.  Extend the description of
2487         the -data-disassemble results to document all fields.  Document
2488         the cli disassemble command as being related to -data-disassemble.
2489
2490 2012-11-09  Yao Qi  <yao@codesourcery.com>
2491
2492         PR gdb/14777.
2493         * gdb.texinfo (OS Information): Remove doc on command
2494         'info udot'.
2495
2496 2012-11-08  Joel Brobecker  <brobecker@adacore.com>
2497
2498         * gdb.texinfo (Startup): Minor rewording, and clarify scope of
2499         gdb.ini warning for Windows port.
2500
2501 2012-11-08  Yao Qi  <yao@codesourcery.com>
2502
2503         * gdb.texinfo (Search): Add kindex for 'fo'.
2504
2505 2012-11-05  Tom Tromey  <tromey@redhat.com>
2506
2507         PR python/14802:
2508         * gdb.texinfo (Functions In Python): Add example.
2509
2510 2012-11-03  Yao Qi  <yao@codesourcery.com>
2511
2512         * observer.texi (GDB Observers): Remove observer
2513         'tracepoint_modified', 'tracepoint_created' and
2514         'tracepoint_deleted'.
2515
2516 2012-10-26  Tom Tromey  <tromey@redhat.com>
2517
2518         * gdb.texinfo (General Query Packets): Use @itemx for QAgent.
2519
2520 2012-10-25  Tom Tromey  <tromey@redhat.com>
2521
2522         * gdb.texinfo (General Query Packets): Use @itemx.
2523
2524 2012-10-17  Yao Qi  <yao@codesourcery.com>
2525
2526         * observer.texi (GDB Observers): Update observer
2527         'memory_changed'.
2528         * gdb.texinfo (GDB/MI Async Records): Document for
2529         "memory-changed" notification.
2530
2531 2012-10-15  Doug Evans  <dje@google.com>
2532
2533         * gdb.texinfo (Mode Options): Document -nh.
2534         Elaborate on docs for -nx.
2535
2536 2012-09-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
2537
2538         * observer.texi (memory_changed): Expand parameter LEN to ssize_t.
2539
2540 2012-09-21  Yao Qi  <yao@codesourcery.com>
2541             Pedro Alves  <palves@redhat.com>
2542
2543         * gdb.texinfo (GDB/MI Async Records): Document notification
2544         'record-started' and 'record-stopped'.
2545         * observer.texi (GDB Observers): New observer 'record-changed'.
2546
2547 2012-09-19  Thomas Schwinge  <thomas@codesourcery.com>
2548
2549         * gdb.texinfo: Document the removal of SH's 'regs' command.
2550
2551 2012-09-18  Sergio Durigan Junior  <sergiodj@redhat.com>
2552
2553         * gdb.texinfo (jump): Mention new alias `j' for `jump'.
2554
2555 2012-09-18  Yao Qi  <yao@codesourcery.com>
2556
2557         * gdb.texinfo (GDB/MI Async Records): Document new MI
2558         notifications '=tsv-created' and '=tsv-deleted'.
2559         * observer.texi (GDB Observers): New observer tsv_created and
2560         tsv_deleted.
2561
2562 2012-09-18  Yao Qi  <yao@codesourcery.com>
2563
2564         * observer.texi (GDB Observers): New observer 'traceframe_changed'.
2565         * gdb.texinfo (GDB/MI Async Records): Mention new MI notification
2566         '=traceframe-changed'.
2567
2568 2012-09-17  Yao Qi  <yao@codesourcery.com>
2569
2570         * gdb.texinfo (List): Describe the meaning of 0 and -1 in
2571         'set listsize'.
2572
2573 2012-09-13  Jan Kratochvil  <jan.kratochvil@redhat.com>
2574             Eli Zaretskii  <eliz@gnu.org>
2575
2576         * gdbint.texinfo (Defining Other Architecture Features): Clarify *pcptr
2577         encoding for gdbarch_breakpoint_from_pc, bp_addr for
2578         gdbarch_push_dummy_call and bp_addr for gdbarch_push_dummy_code.
2579
2580 2012-08-27  Jan Kratochvil  <jan.kratochvil@redhat.com>
2581
2582         * gdb.texinfo (objfile-gdb.py file): New paragraph for .exe stripping.
2583
2584 2012-08-23  Khoo Yit Phang <khooyp@cs.umd.edu>
2585
2586         Document how to return from "python-interactive" to GDB.
2587         * gdb.texinfo (Python Commands): Update documentation.
2588
2589 2012-08-22  Khoo Yit Phang <khooyp@cs.umd.edu>
2590
2591         Add a new "python-interactive" command that starts a standard
2592         Python interactive prompt with "pi" as alias, and add "py" as
2593         an alias to "python".
2594         * gdb.texinfo (Python Commands): Document the new commands.
2595
2596 2012-08-22  Tom Tromey  <tromey@redhat.com>
2597
2598         * gdbint.texinfo (Host Definition): Remove documentation for
2599         SIGWINCH_HANDLER and SIGWINCH_HANDLER_BODY.
2600
2601 2012-08-17  Keith Seitz  <keiths@redhat.com>
2602
2603         PR c++/13356
2604         * gdb.texinfo (Type and Range Checking): Remove warning.
2605         Remove spurious commas.
2606         Update text and examples for re-implementation of set/show
2607         check type.
2608         (C and C++ Type and Range Checks): Likewise.
2609
2610 2012-08-16  Yao Qi  <yao@codesourcery.com>
2611
2612         * gdb.texinfo (Types In Python): Mention gdb.TYPE_CODE_BITSTRING
2613         is deprecated.
2614
2615 2012-08-13  Doug Evans  <dje@google.com>
2616
2617         * gdb.texinfo (Convenience Vars): Update text for "show convenience"
2618         to include functions.
2619
2620 2012-08-10  Doug Evans  <dje@google.com>
2621
2622         * gdb.texinfo (Convenience Funs): New node.
2623         (Types In Python): Document Type.vector.
2624
2625 2012-08-09  Yao Qi  <yao@codesourcery.com>
2626
2627         * observer.texi: New observer command_param_changed.
2628         * gdb.texinfo (GDB/MI Async Records): Doc for '=cmd-param-changed'.
2629
2630 2012-08-07  Jan Kratochvil  <jan.kratochvil@redhat.com>
2631
2632         * gdbint.texinfo (Debugging GDB): In section
2633         'Debugging @value{GDBN} with itself' change .gdbinit for gdb-gdb.gdb.
2634         Mention also gdb-gdb.py.
2635
2636 2012-08-07  Yao Qi  <yao@codesourcery.com>
2637
2638         Revert the folloing patch:
2639         2012-08-06  Yao Qi  <yao@codesourcery.com>
2640         * gdb.texinfo (Remote Configuration): Add kindex for 'set
2641         remote hardware-watchpoint-limit' and 'set
2642         remote hardware-breakpoint-limit'.
2643
2644 2012-08-06  Nathaniel Flath  <flat0103@gmail.com>
2645
2646         * gdb.texinfo (Working Directory): Added information about new
2647         default argument for 'cd' command.
2648
2649 2012-08-06  Yao Qi  <yao@codesourcery.com>
2650
2651         * gdb.texinfo (Remote Configuration): Add kindex for 'set
2652         remote hardware-watchpoint-limit' and 'set
2653         remote hardware-breakpoint-limit'.
2654
2655 2012-08-06  Yao Qi  <yao@codesourcery.com>
2656
2657         Fix PR14371.
2658
2659         * gdb.texinfo (GDB/MI Async Records): Fix the doc for
2660         '=breakpoint-deleted'.
2661
2662 2012-08-02  Yao Qi  <yao@codesourcery.com>
2663
2664         * gdb.texinfo (Native): Remove node Neutrino.
2665
2666 2012-07-27  Yao Qi  <yao@codesourcery.com>
2667
2668         * gdb.texinfo (IPA Protocol Commands): Document new command
2669         'close'.
2670
2671 2012-07-25  Tom Tromey  <tromey@redhat.com>
2672
2673         * gdb.texinfo (Maintenance Commands): Document maint info bfds.
2674
2675 2012-07-20  Doug Evans  <dje@google.com>
2676
2677         * gdb.texinfo (Mode Options): Delete --use-deprecated-index-sections.
2678         (Index Files): Document how to control the use of deprecated index
2679         sections.
2680         (Index Section Format): Replace --use-deprecated-index-sections with
2681         "set use-deprecated-index-sections on".
2682
2683 2012-07-12  Eli Zaretskii  <eliz@gnu.org>
2684
2685         * gdbint.texinfo: Remove @syncodeindex directives that put all the
2686         indices into a single node "Index".  Instead, join function and
2687         variable indices into a single index, separate from the concept
2688         index.  Requested in
2689         http://sourceware.org/ml/gdb-patches/2012-07/msg00146.html.
2690         (Top): Update the top-level menu: instead of one "Index" there are
2691         now separate entries "Concept Index" and "Function and Variable
2692         Index".
2693         (Concept Index, Function and Variable Index): New nodes.
2694         (Index): Node deleted.
2695
2696 2012-07-05  Hui Zhu  <hui_zhu@mentor.com>
2697
2698         * gdb.texinfo (Maintenance Commands): Change help for "maint agent"
2699         and "maint agent-eval".
2700
2701 2012-07-03  Eli Zaretskii  <eliz@gnu.org>
2702
2703         * gdb.texinfo: Separate the index into 2 indices, cp and fn, to
2704         avoid file-name clashes between Index.html and index.html on
2705         case-insensitive filesystems.  See the discussion starting in
2706         http://sourceware.org/ml/gdb-patches/2012-06/msg00457.html for the
2707         details of the problem.
2708         (Top): Update the master menu for the above.
2709         (Concept Index, Command and Variable Index): New nodes, instead of
2710         the old "Index" node that was deleted.  All cross-references
2711         updated.
2712
2713 2012-07-02  Stan Shebs  <stan@codesourcery.com>
2714
2715         * gdb.texinfo (Dynamic Printf): Mention agent style and
2716         disconnected dprintf.
2717         (Maintenance Commands): Describe maint agent-printf.
2718         (General Query Packets): Mention BreakpointCommands feature.
2719         (Packets): Document commands extension to Z0 packet.
2720         * agentexpr.texi (Bytecode Descriptions): Document printf
2721         bytecode.
2722
2723 2012-07-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
2724
2725         * gdb.texinfo (File Options): Change -ix and -iex commands that apply
2726         only after gdbinit files.
2727         (Startup): Move -iex and -iex commands down after gdbinit files.
2728
2729 2012-07-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
2730
2731         * gdb.texinfo (Auto-loading safe path): Note the shell wildcard
2732         possibility.
2733
2734 2012-06-29  Tom Tromey  <tromey@redhat.com>
2735
2736         * gdb.texinfo (Index Section Format): Update for version 7.
2737
2738 2012-06-28  Stan Shebs  <stan@codesourcery.com>
2739
2740         * gdb.texinfo (Miscellaneous GDB/MI Commands): Update -info-os
2741         example, add note about title column.
2742
2743 2012-06-26  Siva Chandra Reddy  <sivachandra@google.com>
2744
2745         * gdb.texinfo (Symbol Tables In Python): Add description about
2746         the new 'last' attribute of gdb.Symtab_and line.
2747
2748 2012-06-26  Siva Chandra Reddy  <sivachandra@google.com>
2749
2750         * gdb.texinfo (Symbol Tables In Python): Correct the description
2751         of the 'pc' attribute of gdb.Symtab_and_line.
2752
2753 2012-06-26  Doug Evans  <dje@google.com>
2754
2755         * gdb.texinfo (Debugging Output): Document debug options dwarf2-read
2756         and symtab-create.
2757
2758 2012-06-25  Keith Seitz  <keiths@redhat.com>
2759
2760         * gdb.texinfo (GDB/MI Breakpoint Commands): Remove "-r" option
2761         from example.  Remove "rbreak" from list of corresponding
2762         gdb commands.
2763
2764 2012-06-23  Doug Evans  <dje@google.com>
2765
2766         * gdb.texinfo (Index Section Format): Document version 7 format.
2767
2768 2012-06-22  Yao Qi  <yao@codesourcery.com>
2769
2770         * gdb.texinfo: Add missing cindex for some packets.
2771
2772 2012-06-20  Keith Seitz  <keiths@redhat.com>
2773
2774         * gdb.texinfo (GDB/MI Breakpoint Commands): Re-order options
2775         for -break-insert and document -p.
2776
2777 2012-06-20  Yao Qi  <yao@codesourcery.com>
2778
2779         * gdb.texinfo (Inferiors In Python): Replace "gdb.read_memory"
2780         and "gdb.write_memory" with "Inferior.read_memory" and
2781         "Inferior.write_memory".
2782
2783 2012-06-15  Patrice Dumas  <pertusus@free.fr>  (tiny change)
2784
2785         * gdb.texinfo (Summary): Add a link to "Free Documentation".
2786         (Free Documentation): Add @node line.
2787         (Continuing and Stepping) <advance location>: Use @item instead of
2788         @itemx.
2789         (Reverse Execution) <set exec-direction reverse>: Use @item instead of
2790         @itemx.
2791         (Embedded Processors): Put the link to "PA" to its correct place,
2792         according to document structure.
2793         (Python API): Put the link to "Lazy Strings In Python" to its
2794         correct place.
2795         (Index): Use @@ in @tex block to get a literal @.
2796
2797         * gdbint.texinfo: Fix the @subtitle line.
2798
2799         * stabs.texinfo (Top): Put the link to "Symbol Types Index" to its
2800         correct place.
2801
2802 2012-06-08  Yao Qi  <yao@codesourcery.com>
2803
2804         * gdb.texinfo (In-Process Agent): Add 'In-Process Agent
2805         Protocol'.
2806         (In-Process Agent Protocol, IPA Protocol Objects)
2807         (IPA Protocol Commands): New nodes.
2808         (Tracepoint Packets): Add anchors.
2809
2810 2012-06-06  Thomas Schwinge  <thomas@codesourcery.com>
2811
2812         * gdb.texinfo: Document the deprecation of SH's 'regs' command.
2813
2814 2012-06-06  Yao Qi  <yao@codesourcery.com>
2815
2816         * gdb.texinfo: Update copyright year.
2817
2818 2012-05-23  Stan Shebs  <stan@codesourcery.com>
2819             Kwok Cheung Yeung  <kcy@codesourcery.com>
2820
2821         * gdb.texinfo (Miscellaneous GDB/MI Commands): Document -info-os.
2822
2823 2012-05-20  Jan Kratochvil  <jan.kratochvil@redhat.com>
2824
2825         * gdb.texinfo (Separate Debug Files): New anchor debug-file-directory.
2826         Mention also --with-separate-debug-dir.
2827         (Auto-loading): Prepend $debugdir in the sample output.
2828         (Auto-loading safe path): Likewise.  Mention also $debugdir for the
2829         auto-load safe-path variable.
2830         (objfile-gdb.py file): Remove the extra debug-file-directory paragraph.
2831         Mention also $debugdir for 'set auto-load scripts-directory'.
2832
2833 2012-05-19  Eli Zaretskii  <eliz@gnu.org>
2834
2835         * gdb.texinfo (Continuing and Stepping, Selection, Byte Order)
2836         (MIPS Embedded, MIPS, MIPS Register packet Format)
2837         (Target Descriptions, MIPS Features): Use @acronym{MIPS} where
2838         appropriate.
2839
2840 2012-05-18  Sandra Loosemore  <sandra@codesourcery.com>
2841             Maciej W. Rozycki  <macro@codesourcery.com>
2842
2843         * gdb.texinfo (MIPS): Document "set mips compression" and "show
2844         mips compression".
2845         (MIPS Breakpoint Kinds): New subsubsection.
2846
2847 2012-05-18  Eli Zaretskii  <eliz@gnu.org>
2848
2849         * gdb.texinfo (Architecture-Specific Protocol Details): Define
2850         nodes for subsections.  Add @acronym mark-ups and adjust
2851         formatting.
2852
2853 2012-05-18  Jan Kratochvil  <jan.kratochvil@redhat.com>
2854
2855         Rename $ddir to $datadir.
2856         * gdb.texinfo (Auto-loading, Auto-loading safe path)
2857         (objfile-gdb.py file): Rename $ddir to $datadir.
2858
2859 2012-05-18  Tom Tromey  <tromey@redhat.com>
2860
2861         * gdb.texinfo (Print Settings): Document 'set print symbol'.
2862
2863 2012-05-14  Stan Shebs  <stan@codesourcery.com>
2864
2865         * gdb.texinfo (Dynamic Printf): New subsection.
2866
2867 2012-05-13  Siva Chandra Reddy  <sivachandra@google.com>
2868
2869         * gdb.texinfo (Basic Python): Add description about the function
2870         gdb.find_pc_line
2871
2872 2012-05-12  Jan Kratochvil  <jan.kratochvil@redhat.com>
2873             Eli Zaretskii  <eliz@gnu.org>
2874
2875         * gdb.texinfo (Separate Debug Files): Use plural form for global
2876         debugging information directory.
2877
2878 2012-05-11  Stan Shebs  <stan@codesourcery.com>
2879             Kwok Cheung Yeung  <kcy@codesourcery.com>
2880
2881         * gdb.texinfo (Operating System Auxiliary Information): Document new
2882         'info os' subcommands.
2883
2884 2012-05-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
2885
2886         * gdb.texinfo (Auto-loading, Init File in the Current Directory)
2887         (libthread_db.so.1 file, objfile-gdb.gdb file, objfile-gdb.py file)
2888         (dotdebug_gdb_scripts section): Add reference
2889         to 'Auto-loading safe path'.
2890
2891 2012-05-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
2892
2893         Implement multi-component --with-auto-load-dir.
2894         * gdb.texinfo (Auto-loading): New references
2895         for 'set auto-load scripts-directory'
2896         and 'show auto-load scripts-directory'.
2897         (Auto-loading safe path): Describe the new default.  Move $ddir
2898         substituation reference to 'objfile-gdb.py file'.
2899         (objfile-gdb.py file): Describe script-name alias.  Change real-name to
2900         script-name.  Describe new 'set auto-load scripts-directory'
2901         and 'show auto-load scripts-directory'.
2902
2903 2012-05-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
2904
2905         Provide $ddir substitution for --with-auto-load-safe-path.
2906         * gdb.texinfo (Auto-loading): Replace /usr/local by $ddir/auto-load.
2907         (Auto-loading safe path): Likewise.  Mention the default value,
2908         $ddir substitution, --with-auto-load-safe-path and
2909         --without-auto-load-safe-path.
2910         * observer.texi (gdb_datadir_changed): New.
2911
2912 2012-05-09  Jan Kratochvil  <jan.kratochvil@redhat.com>
2913
2914         * gdb.texinfo (Auto-loading): Wrap too long lines in @smallexample.
2915         Twice.
2916
2917         * gdb.texinfo (Separate Debug Files, Auto-loading safe path): Replace
2918         directory separator by path separator.
2919
2920 2012-05-06  Jan Kratochvil  <jan.kratochvil@redhat.com>
2921
2922         * gdb.texinfo (Auto-loading safe path): Make 'directories'
2923         for 'set auto-load safe-path' optional.  Mention if it is omitted.
2924         Change disabling security protection condition to "/", twice.
2925
2926 2012-05-03  Siva Chandra Reddy  <sivachandra@google.com>
2927
2928         * gdb.texinfo (Symbol Tables In Python): Add documentation about
2929         the new methods global_block and static_block on gdb.Symtab
2930         objects.
2931
2932 2012-05-02  Siva Chandra Reddy  <sivachandra@google.com>
2933
2934         * gdb.texinfo (Blocks In Python): Add a note saying that future
2935         improvements to GDB and its infrastructure can move symbols
2936         across blocks within a symbol table.
2937
2938 2012-04-29  Yao Qi  <yao@codesourcery.com>
2939
2940         * gdb.texinfo (Architectures): Remove menu entry `A29K'.
2941         (A29K): Remove.
2942
2943 2012-04-27  Sergio Durigan Junior  <sergiodj@redhat.com>
2944             Tom Tromey  <tromey@redhat.com>
2945
2946         * gdb.texinfo (Static Probe Points): New entry, explaining SystemTap
2947         and generic static probe support on GDB.
2948
2949 2012-04-25  Doug Evans  <dje@google.com>
2950
2951         * gdb.texinfo (Go): Fix thinko.
2952
2953         * gdb.texinfo (Supported Languages): Add Go.
2954         (Go): New node.
2955
2956 2012-04-25  Yao Qi  <yao@codesourcery.com>
2957
2958         * gdbint.texinfo (Testsuite): New section `Board settings'.
2959
2960 2012-04-23  Jan Kratochvil  <jan.kratochvil@redhat.com>
2961
2962         * gdb.texinfo (Auto-loading safe path): Remove trailing [@dots{}].
2963         Three times.
2964
2965         * gdb.texinfo (Auto-loading safe path): Add trailing @dots{}.
2966         Three times.
2967
2968 2012-04-22  Jan Kratochvil  <jan.kratochvil@redhat.com>
2969
2970         * gdb.texinfo (Auto-loading safe path): Replace @itemize @bullet
2971         by @table @asis.  Fix formatting of one item.
2972
2973 2012-04-18  Jan Kratochvil  <jan.kratochvil@redhat.com>
2974
2975         * gdb.texinfo (Auto-loading verbose mode): Fix smallexample typo.
2976
2977 2012-04-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
2978
2979         New option "set debug auto-load".
2980         * gdb.texinfo (Auto-loading): New menu item for auto-load verbose mode.
2981         (auto-load verbose mode): New node.
2982
2983 2012-04-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
2984
2985         New option "set auto-load safe-path".
2986         * gdb.texinfo (Auto-loading): Extend the "show auto-load"
2987         and "info auto-load" examples for safe-path.  Put there also references
2988         for "set auto-load safe-path" and "show auto-load safe-path".
2989         New menu item for Auto-loading safe path.
2990         (Auto-loading safe path): New node.
2991         (Python Auto-loading): Update the expected output from "Missing"
2992         to "No".
2993
2994 2012-04-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
2995
2996         auto-load: Implementation.
2997         * gdb.texinfo (Mode Options): New anchor for -nx.
2998         (Startup): New anchors for Option -init-eval-command,
2999         Home Directory Init File
3000         and Init File in the Current Directory during Startup.
3001         Mention set auto-load local-gdbinit with a reference.
3002         Change the sample code to "set auto-load python-scripts".
3003         (Threads): New anchor set libthread-db-search-path.
3004         Provide references to libthread_db.so.1 file.
3005         (Controlling GDB): New menu item for Auto-loading.
3006         (Auto-loading, Init File in the Current Directory)
3007         (libthread_db.so.1 file, objfile-gdb.gdb file): New nodes.
3008         (Python): Rename the menu item Auto-loading to Python Auto-loading.
3009         (Writing a Pretty-Printer, Objfiles In Python): Update the renamed
3010         reference.
3011         (Auto-loading): Rename to ...
3012         (Python Auto-loading): ... here.  Change "set auto-load-scripts" to
3013         "set auto-load python-scripts", new anchor for it.  Change
3014         "show auto-load-scripts" to "show auto-load python-scripts", new anchor
3015         for it.  Change "info auto-load-scripts"
3016         to "info auto-load python-scripts", new anchor for it.  Change "scripts"
3017         to "Python scripts".
3018
3019 2012-04-14  Anton Gorenkov <xgsa@yandex.ru>
3020
3021         PR mi/13393
3022         * gdb.texinfo (Print Settings): Extend the description for "set print
3023         object".
3024         (GDB/MI Variable Objects): Extend the description for -var-create and
3025         -var-list-children.
3026
3027 2012-04-11  Siva Chandra Reddy  <sivachandra@google.com>
3028
3029         * gdb.texinfo (Examining Data): Document the 'explore' command.
3030
3031 2012-03-28  Joel Brobecker  <brobecker@adacore.com>
3032
3033         * gdb.texinfo (GDB/MI Variable Objects): Document what happens
3034         to the children of a varobj and its update range when -var-update
3035         returns that the varobj's type changed.
3036
3037 2012-03-27  Jan Kratochvil  <jan.kratochvil@redhat.com>
3038
3039         * gdb.texinfo (Auto-loading): Move @menu to the end of @node.
3040         Create two new links fir 'objfile-gdb.py file'
3041         and 'dotdebug_gdb_scripts section'.
3042
3043 2012-03-27  Jan Kratochvil  <jan.kratochvil@redhat.com>
3044
3045         * gdb.texinfo (Auto-loading): Rename node reference
3046         '.debug_gdb_scripts section' to 'dotdebug_gdb_scripts section'.
3047         Twice.
3048         (.debug_gdb_scripts section): Rename the node ...
3049         (dotdebug_gdb_scripts section): ... here.
3050         (Maintenance Commands): Also rename this node reference.
3051
3052 2012-03-22  Siva Chandra Reddy  <sivachandra@google.com>
3053
3054         * gdb.texinfo (Python API/Values From Inferior): Add description
3055         about the new method Value.referenced_value.  Add description on
3056         how Value.dereference is different (and similar) to
3057         Value.referenced_value.
3058
3059 2012-03-19  Jan Kratochvil  <jan.kratochvil@redhat.com>
3060
3061         * gdb.texinfo (File Options): Describe --init-command=FILE, -ix and
3062         --init-eval-command=COMMAND, -iex.
3063         (Startup): Describe -iex and -ix.  Simplify the example
3064         for "set auto-load-scripts off".
3065
3066 2012-03-16  Gary Benson  <gbenson@redhat.com>
3067
3068         PR breakpoints/10738
3069         * gdb.texinfo (Inline Functions): Remove the now-unnecessary @item
3070         stating that GDB cannot set breakpoints on inlined functions.
3071         (Mode Options): Document --use-deprecated-index-sections.
3072         (Index Section Format): Document new index section version format.
3073
3074 2012-03-15  Tom Tromey  <tromey@redhat.com>
3075
3076         * gdb.texinfo (Debugging C Plus Plus): Document "info vtbl".
3077
3078 2012-03-13  Doug Evans  <dje@google.com>
3079
3080         * gdb.texinfo (Help): Change apropos example to use "alias" instead
3081         of "reload".
3082         (Symbols): Delete docs for set/show symbol-reloading.
3083         * gdbint.texinfo (Defining Other Architecture Features): Delete
3084         SYMBOL_RELOADING_DEFAULT.
3085         * refcard.tex: Delete reference to symbol-reloading.
3086
3087 2012-03-07  Pedro Alves  <palves@redhat.com>
3088
3089         * gdb.texinfo (General Query Packets): Document new
3090         QProgramSignals packet.
3091         * gdb.texinfo (Remote configuration): Mention
3092         "program-signals-packet".
3093
3094 2012-03-05  Tristan Gingold  <gingold@adacore.com>
3095
3096         * gdb.texinfo (General Query Packets): Document xfer:uib:read.
3097
3098 2012-03-03  Yao Qi  <yao@codesourcery.com>
3099
3100         * gdb.texinfo (In-Process Agent): New node.
3101         Document new commands.
3102         (General Query Packets): Add packet `QAgent'.
3103
3104 2012-03-01  Maciej W. Rozycki  <macro@codesourcery.com>
3105
3106         * gdb.texinfo (MIPS Features): Add org.gnu.gdb.mips.dsp.
3107
3108 2012-03-01  Scott J. Goldman <scottjg@vmware.com>
3109
3110         * gdb.texinfo (Commands In Python): Put example python macro in
3111         COMMAND_USER category rather than COMMAND_OBSCURE.
3112         Document gdb.COMMAND_USER.
3113         (User-defined Commands): Update documentation to clarify
3114         "set/show max-user-call-depth" and "show user" don't apply to python
3115         commands.  Update documentation to clarify "help user-defined" may
3116         also include python commands defined as COMMAND_USER.
3117
3118 2012-02-25  Jan Kratochvil  <jan.kratochvil@redhat.com>
3119
3120         * gdb.texinfo (Startup): Add option -ex description to the option -x
3121         description.
3122
3123 2012-02-24  Luis Machado  <lgustavo@codesourcery.com>
3124
3125         * gdb.texinfo (Setting Breakpoints): Mention and explain the
3126         condition-evaluation breakpoint parameter.
3127         Mention condition-evaluation mode being shown in "info break".
3128         (Break Conditions): Add description for target-side
3129         conditional breakpoints.
3130         (Remote Configuration): Mention conditional-breakpoints-packet.
3131         (Packets): Add cond-expr parameter to Z0/Z1 packets and explain
3132         cond-expr.
3133         (General Query Packets): Mention new ConditionalBreakpoint feature.
3134
3135 2012-02-22  Tom Tromey  <tromey@redhat.com>
3136
3137         * gdb.texinfo (Blocks In Python): Clarify block iteration.
3138
3139 2012-02-17  Tom Tromey  <tromey@redhat.com>
3140
3141         PR python/10753:
3142         * gdb.texinfo (objfile-gdb.py file): Fix location of auto-load
3143         directory.
3144
3145 2012-02-14  Stan Shebs  <stan@codesourcery.com>
3146
3147         * gdb.texinfo (Disabling Breakpoints): Document enable count.
3148
3149 2012-02-13  Pedro Alves  <palves@redhat.com>
3150
3151         * gdb.texinfo (MIPS boards): Refer to mips-elf instead of
3152         mips-idt-ecoff.
3153
3154 2012-02-09  Yao Qi  <yao@codesourcery.com>
3155
3156         * gdb.texinfo (Symbols In Python): Add missing `@end defvar'.
3157
3158 2012-02-07  Tom Tromey  <tromey@redhat.com>
3159
3160         * gdb.texinfo (Symbols In Python): Document Symbol.needs_frame and
3161         Symbol.value.
3162
3163 2012-02-07  Tom Tromey  <tromey@redhat.com>
3164
3165         * gdb.texinfo (Symbols In Python): Document Symbol.line.
3166
3167 2012-01-27  Thomas Schwinge  <thomas@codesourcery.com>
3168
3169         * gdb.textinfo (Packets): Move vCont paragraph to the correct place.
3170
3171 2012-01-24  Tom Tromey  <tromey@redhat.com>
3172
3173         * gdb.texinfo (Set Catchpoints): Document "catch load" and "catch
3174         unload".
3175         (Files): Mention new catch commands.
3176         (GDB/MI Async Records): Likewise.
3177
3178 2012-01-24  Gary Benson  <gbenson@redhat.com>
3179
3180         Delete #if 0'd out code.
3181         * gdb.texinfo (Frame Info): Remove "info catch".
3182
3183 2012-01-20  Ulrich Weigand  <ulrich.weigand@linaro.org>
3184
3185         * gdb.texinfo (Remote Configuration): Document
3186         "set remote hostio-readlink-packet" command.
3187         (General Query Packets): Document vFile:readlink packet.
3188
3189 2012-01-16  Tom Tromey  <tromey@redhat.com>
3190
3191         * gdb.texinfo (Specify Location): Document relative file name
3192         handling.
3193
3194 2012-01-16  Tom Tromey  <tromey@redhat.com>
3195
3196         * gdb.texinfo (gdb.printing): Document FlagEnumerationPrinter.
3197
3198 2012-01-13  Jan Kratochvil  <jan.kratochvil@redhat.com>
3199             Eli Zaretskii  <eliz@gnu.org>
3200
3201         * gdbint.texinfo (Coding Standards): Require braces for two lines of
3202         code.
3203
3204 2012-01-11  Paul Hilfinger  <hilfingr@adacore.com>
3205
3206         * gdb.texinfo (Variables): Document use of :: for non-static
3207         variables.
3208
3209 2012-01-05  Joel Brobecker  <brobecker@adacore.com>
3210
3211         * gdbint.texinfo (Start of New Year Procedure): Update
3212         to replace use of copyright.sh by use of copyright.py.
3213
3214 2012-01-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
3215
3216         Remove the gdbtui binary.
3217         * all-cfg.texi (GDBTUI): Remove.
3218         * gdb.texinfo (Mode Options): Remove the GDBTUI reference.
3219         (TUI): Remove GDBTUI pindex.  Remove the GDBTUI reference.
3220         * gdbint.texinfo (Testsuite): Replace `gdbtui' by `gdb -tui'.
3221
3222 2011-12-23  Kevin Pouget  <kevin.pouget@st.com>
3223
3224         Introduce gdb.FinishBreakpoint in Python.
3225         * gdb.texinfo (Finish Breakpoints in Python): New subsection.
3226         (Python API): Add menu entry for Finish Breakpoints.
3227
3228 2011-12-19  Jan Kratochvil  <jan.kratochvil@redhat.com>
3229
3230         * gdbint.texinfo (Testsuite): Describe KFAIL and XFAIL in Writing
3231         tests.
3232
3233 2011-12-16  Doug Evans  <dje@google.com>
3234
3235         * gdb.texinfo (Server): Document -/stdio argument to gdbserver.
3236
3237 2011-12-16  Phil Muldoon  <pmuldoon@redhat.com>
3238
3239         * gdb.texinfo (Python Commands): Remove "maint set/show print
3240         stack".  Add documentation for "set/show python print-stack".
3241
3242 2011-12-14  Pedro Alves  <pedro@codesourcery.com>
3243
3244         * gdb.texinfo (Implementing a Remote Stub): Explain that you
3245         should transfer control to the stub in the startup code instead of
3246         in main.  Mention the need to get past the initial breakpoint.
3247
3248 2011-12-06  Tom Tromey  <tromey@redhat.com>
3249
3250         * gdb.texinfo (Set Breaks): Update for new behavior.
3251
3252 2011-12-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
3253
3254         * gdb.texinfo (Requirements, Remote Protocol): Reference also `Library
3255         List Format for SVR4 Targets'.
3256         (General Query Packets): New item qXfer:libraries-svr4:read.
3257         (Library List Format for SVR4 Targets): New node.
3258
3259 2011-12-01  Tom Tromey  <tromey@redhat.com>
3260
3261         * gdb.texinfo (Writing a Pretty-Printer): Use append method, not
3262         add.
3263
3264 2011-11-22  Tom Tromey  <tromey@redhat.com>
3265
3266         * gdb.texinfo (GDB/MI Async Records): Document new *stopped
3267         reasons.
3268
3269 2011-11-20  Stan Shebs  <stan@codesourcery.com>
3270
3271         * gdb.texinfo (Starting and Stopping Trace Experiments): Document
3272         note-related options and variables.
3273         (Tracepoint Packets): Document packet changes.
3274
3275 2011-11-20  Sanjoy Das  <sdas@igalia.com>
3276
3277         * gdb.texinfo (JIT Interface): Add documentation on writing and
3278         usind JIT debug info readers.
3279         (Custom Debug Info, Using JIT Debug Info Readers, Writing JIT
3280         Debug Info Readers): New nodes.
3281
3282 2011-11-18  Yao Qi  <yao@codesourcery.com>
3283
3284         * gdb.texinfo (Create and Delete Tracepoints): Mention pending
3285         tracepoint.
3286
3287 2011-11-15  Doug Evans  <dje@google.com>
3288
3289         * gdb.texinfo (Files): Document basenames-may-differ.
3290
3291 2011-11-14  Doug Evans  <dje@google.com>
3292
3293         * gdb.texinfo (Shell Commands): Document "!".
3294
3295 2011-11-14  Stan Shebs  <stan@codesourcery.com>
3296             Kwok Cheung Yeung  <kcy@codesourcery.com>
3297
3298         * gdb.texinfo (Create and Delete Tracepoints): Describe what is
3299         needed to get shorter fast tracepoints.
3300         (Tracepoint Packets): Document new qTMinFTPILen packet.
3301
3302 2011-11-14  Yao Qi  <yao@codesourcery.com>
3303
3304         * gdb.texinfo (Create and Delete Tracepoints): Describe changed
3305         behavior of tracepoint.
3306         (General Query Packets): New feature InstallInTrace.
3307         (Remote Configuration): Document "set remote
3308         install-in-trace-packet".
3309
3310 2011-11-12  Matt Rice  <ratmice@gmail.com>
3311
3312         * gdb.texinfo (C Preprocessor Macros): Remove info definitions.
3313         Add arguments to info macro.
3314
3315 2011-11-10  Tom Tromey  <tromey@redhat.com>
3316
3317         * gdb.texinfo (Compilation): Don't mention -gdwarf-2.  Link to GCC
3318         manual.
3319         (Variables): Don't mention -gdwarf-2.  Link to Compilation node.
3320         (Macros): Add a footnote.
3321         (C): Remove paragraph about compiler options.
3322         (C Constants): Mention wide character and string constants.
3323         (C Plus Plus Expressions): Update compiler option advice.  Mention
3324         using declarations.  Mention ADL.  Remove old HP compiler
3325         information.
3326
3327 2011-11-10  Tom Tromey  <tromey@redhat.com>
3328
3329         PR c++/9257:
3330         * gdb.texinfo (Print Settings): Add an extra note about the need
3331         for a vtable.
3332
3333 2011-11-08  Maciej W. Rozycki  <macro@codesourcery.com>
3334
3335         * gdb.texinfo (MIPS): Remove duplicate "auto" reference from
3336         "set mips abi" documentation.
3337
3338 2011-11-04  Doug Evans  <dje@google.com>
3339
3340         * gdb.texinfo (Maintenance Commands): Update docs of "maint time".
3341
3342 2011-11-03  Tom Tromey  <tromey@redhat.com>
3343
3344         * gdb.texinfo (Stopping): Add menu entry.
3345         (Continuing and Stepping): Restore @node.  Use @section, not
3346         @subsection.
3347
3348 2011-11-03  Maciej W. Rozycki  <macro@codesourcery.com>
3349
3350         * gdb.texinfo (Skipping Over Functions and Files): Remove node
3351         designation.  Fix "Specify Location" cross-reference.
3352
3353 2011-11-02  Stan Shebs  <stan@codesourcery.com>
3354
3355         * gdb.texinfo (Tracepoint Action Lists): Document collect/s.
3356         (General Query Packets): Describe tracenz feature.
3357         * agentexpr.texi (Bytecode Descriptions): Describe tracenz.
3358
3359 2011-10-28  Paul Koning  <paul_koning@dell.com>
3360
3361         * gdb.texinfo (gdb.types): Rename deepitems to deep_items.
3362
3363 2011-10-27  Kevin Pouget  <kevin.pouget@st.com>
3364
3365         * gdb.texinfo ((Frames In Python): Document
3366         gdb.FRAME_UNWIND_FIRST_ERROR contant.
3367
3368 2011-10-26  Paul Koning  <paul_koning@dell.com>
3369
3370         * gdb.texinfo (gdb.types): Document new deepitems function.
3371
3372 2011-10-25  Paul Koning  <paul_koning@dell.com>
3373
3374         PR python/13327
3375
3376         * gdb.texinfo (Values From Inferior): Add is_lazy attribute,
3377         fetch_lazy method.
3378
3379 2011-10-20  Phil Muldoon  <pmuldoon@redhat.com>
3380
3381         PR python/12656
3382
3383         * gdb.texinfo (Blocks In Python): Document is_static, is_global,
3384         global_block, static_block function.
3385
3386 2011-10-19  Tom Tromey  <tromey@redhat.com>
3387
3388         * gdb.texinfo (Commands In Python): Add missing "@"s.
3389
3390 2011-10-13  Kevin Pouget  <kevin.pouget@st.com>
3391
3392         PR python/13285 Document named constants for frame unwind stop reasons
3393         * gdb.texinfo (Frames In Python): Document gdb.FRAME_UNWIND_*
3394         constants.
3395
3396 2011-10-12  Jan Kratochvil  <jan.kratochvil@redhat.com>
3397
3398         Fix compatibility with texinfo versions older than 4.12.
3399         * Makefile.in (MAKEINFO): Set to @MAKEINFO@.
3400         (MAKEINFOFLAGS, MAKEINFO_EXTRA_FLAGS, MAKEINFO_CMD): New.
3401         (MAKEHTMLFLAGS): Use MAKEINFO_CMD.
3402         (gdb.info, gdbint.info, stabs.info, annotate.info): Use MAKEINFO_CMD.
3403         * gdb.texinfo (Tail Call Frames): Convert @arrow{} to @click, when possible.
3404         Make the conversion conditional on HAVE_MAKEINFO_CLICK, using variables
3405         CALLSEQ1A, CALLSEQ1B, CALLSEQ2A and CALLSEQ2B.
3406
3407 2011-10-09  Doug Evans  <dje@google.com>
3408
3409         * gdb.texinfo (Extending GDB): Document alias command.
3410
3411 2011-10-09  Jan Kratochvil  <jan.kratochvil@redhat.com>
3412
3413         Support @entry in input expressions.
3414         * gdb.texinfo (Variables): Describe @entry names suffix.
3415         (Print Settings): Add anchor for `set print entry-values'.
3416
3417 2011-10-09  Jan Kratochvil  <jan.kratochvil@redhat.com>
3418             Eli Zaretskii  <eliz@gnu.org>
3419
3420         Display @entry parameter values (without references).
3421         * gdb.texinfo (Tail Call Frames): Add anchor.  Add self tail call
3422         example.
3423         (Print Settings): New description of set print entry-values and show
3424         print entry-values.
3425
3426 2011-10-09  Jan Kratochvil  <jan.kratochvil@redhat.com>
3427             Eli Zaretskii  <eliz@gnu.org>
3428
3429         Recognize virtual tail call frames.
3430         * gdb.texinfo (Optimized Code): Add reference to Tail Call Frames.
3431         (Tail Call Frames): New node.
3432         (Frames In Python): Add gdb.TAILCALL_FRAME.
3433
3434 2011-10-07  Doug Evans  <dje@google.com>
3435
3436         * gdb.texinfo (gdb.printing): Document new `replace' arg to
3437         register_pretty_printer.
3438
3439 2011-10-07  Phil Muldoon  <pmuldoon@redhat.com>
3440
3441         PR python/12930
3442         PR python/12802
3443
3444         * gdb.texinfo (Breakpoints In Python): Clarify behavior in the
3445         stop method.
3446
3447 2011-10-07  Ulrich Weigand  <ulrich.weigand@linaro.org>
3448
3449         * gdb.texinfo (Starting your Program): "set disable-randomization"
3450         is no longer Linux-specific.
3451         (Remote Configuration): Document "set remote
3452         disable-randomization-packet".
3453         (General Query Packets): Document "QDisableRandomization" packet
3454         and add it to "qSupported" list.
3455
3456 2011-10-07  Kevin Pouget  <kevin.pouget@st.com>
3457
3458         Allow Python notification of new object-file loadings.
3459         * gdb.texinfo (Events In Python): Document `gdb.NewObjFileEvent'
3460         event type.
3461
3462 2011-10-04  Kevin Pouget  <kevin.pouget@st.com>
3463
3464         PR python/12691: Add the inferior to Python exited event
3465         * gdb.texinfo (Events In Python): Describe exited inferior attribute.
3466
3467 2011-10-03  Joel Brobecker  <brobecker@adacore.com>
3468
3469         * gdb.texinfo (GDB/MI Miscellaneous Commands): Minor
3470         rephasing.
3471
3472 2011-10-03  Joel Brobecker  <brobecker@adacore.com>
3473
3474         * gdb.texinfo (GDB/MI Ada Tasking Commands): New node.
3475         (GDB/MI Miscellaneous Commands): Add `ada-task-info'
3476         as possible feature returned by the `-list-features'
3477         command.
3478
3479 2011-09-28  Paul Koning  <paul_koning@dell.com>
3480
3481         * gdb.texinfo (gdb.Type): Document field access by dictionary
3482         key syntax.
3483
3484 2011-09-28  Yao Qi  <yao@codesourcery.com>
3485
3486         * gdb.texinfo (Files): Update options for `add-symbol-file'.
3487         Add one space after option `-s'.  Remove @r{} markup.
3488
3489 2011-09-27  Stan Shebs  <stan@codesourcery.com>
3490
3491         * gdb.texinfo (Tracepoint Action Lists): Document $_ret.
3492
3493 2011-09-16  Hui Zhu  <teawater@gmail.com>
3494
3495         * gdb.texinfo (Tracepoint Restrictions): Change *$esp@300
3496         to *(unsigned char *)$esp@300.
3497
3498 2011-09-15  Paul Koning  <paul_koning@dell.com>
3499
3500         * gdb.texinfo: Make style of Python functions and methods match
3501         the syntax of Python.  Also put class and module names explicitly
3502         on function, member, and variable names, matching Python
3503         documentation conventions.
3504
3505 2011-09-15  Kevin Pouget  <kevin.pouget@st.com>
3506
3507         PR Python/12692 Add gdb.selected_inferior() to Python interface.
3508         * gdb.texinfo (Inferiors In Python): Describe new
3509         gdb.selected_inferior() function.
3510
3511 2011-09-15  Kevin Pouget  <kevin.pouget@st.com>
3512
3513         Handle multiple breakpoint hits in Python interface:
3514         * gdb.texinfo (Events In Python): New function documentation:
3515         gdb.BreakpointEvent.breakpoints. Indicate that
3516         gdb.BreakpointEvent.breakpoint is now deprecated.
3517
3518 2011-09-04  Joel Brobecker  <brobecker@adacore.com>
3519
3520         * gdb.texinfo: Set EDITION to "Tenth" and change ISBN.
3521
3522 2011-08-25  Andrew Oakley  <andrew@ado.is-a-geek.net>
3523
3524         * gdb.texinfo (Types In Python): Document 'bitpos' for enums.
3525
3526 2011-08-17  Phil Muldoon  <pmuldoon@redhat.com>
3527
3528         * gdb.texinfo (Prompt): Add set/show extended-prompt
3529         documentation
3530         (Basic Python): Add prompt_hook anchor.
3531         (Python modules): Reword module text to reflect multiple modules.
3532         (gdb.prompt): Document gdb.prompt module.
3533
3534 2011-08-14  Yao Qi  <yao@codesourcery.com>
3535
3536         * gdb.texinfo (General Query Packets): Document qXfer:fdpic:read packet.
3537
3538 2011-08-14  Yao Qi  <yao@codesourcery.com>
3539
3540         * gdb.texinfo (Standard Target Features): Document C6x features.
3541         (TIC6x Features): New node.
3542
3543 2011-08-12  Doug Evans  <dje@google.com>
3544
3545         * gdb.texinfo (Symbols In Python): Document symbol.type.
3546
3547 2011-08-09  Phil Muldoon  <pmuldoon@redhat.com>
3548
3549         * gdb.texinfo (Python): Document command and function
3550         auto-loading.
3551
3552 2011-07-26  Jan Kratochvil  <jan.kratochvil@redhat.com>
3553             Eli Zaretskii  <eliz@gnu.org>
3554
3555         * gdb.texinfo (whatis, ptype): Highlight their differences.  Describe
3556         typedefs unrolling.  Extend the sample code by an inner typedef and
3557         outer typedefs unrolling.
3558
3559 2011-07-26  Paul Pluzhnikov  <ppluzhnikov@google.com>
3560
3561         * gdb.texinfo (Caching Remote Data): Document {set,show} dcache
3562         size and line-size.
3563
3564 2011-07-21  Matt Rice  <ratmice@gmail.com>
3565
3566         PR macros/12999
3567         * gdb.texinfo (Macros): Add info definitions and info macros commands.
3568         Update text and cindex entries for info macro command.
3569
3570 2011-07-21  Phil Muldoon  <pmuldoon@redhat.com>
3571
3572         * observer.texi (GDB Observers): Add before_prompt observer.
3573         * gdb.texinfo (Basic Python): Add documentation for prompt
3574         substitution.
3575
3576 2011-07-11  Phil Muldoon  <pmuldoon@redhat.com>
3577
3578         PR python/12438
3579         * gdb.texinfo (Python Commands): Add deprecate note to maint
3580           set/show python print-stack.  Document set/show python
3581           print-backtrace.
3582
3583 2011-07-05  Thiago Jung Bauermann  <bauerman.ibm.com>
3584
3585         * gdb.texinfo: Fix typos.
3586
3587 2011-07-01  Tom Tromey  <tromey@redhat.com>
3588
3589         * gdb.texinfo (Debugging Output): Document set debug
3590         check-physname.
3591
3592 2011-06-29  Tom Tromey  <tromey@redhat.com>
3593
3594         * gdb.texinfo (GDB/MI Miscellaneous Commands): Document
3595         breakpoint-notifications feature.
3596
3597 2011-06-29  Ulrich Weigand  <ulrich.weigand@linaro.org>
3598
3599         * gdb.texinfo (Target Description): Remove warning about
3600         possibly unstable format.
3601
3602 2011-06-03  Tom Tromey  <tromey@redhat.com>
3603
3604         * gdb.texinfo (GDB/MI Async Records): Document 'exit-code' field.
3605         (Events In Python): Note that exit_code is optional.
3606
3607 2011-05-17  Pedro Alves  <pedro@codesourcery.com>
3608
3609         * gdb.texinfo (Remote Protocol) <Overview>: Mention vCont is
3610         required for multi-threading support.
3611         (Remote Protocol) <Packets>: Mention that 'c', 's', 'C', 'S' and
3612         Hc are deprecated for multi-threading debugging.  Point readers at
3613         the vCont packet.
3614
3615 2011-05-15  Doug Evans  <dje@google.com>
3616
3617         * gdb.texinfo (Auto-loading): Document printing of missing scripts.
3618
3619 2011-05-13  Doug Evans  <dje@google.com>
3620
3621         * gdb.texinfo (Threads): Document $sdir,$pdir.
3622         (Server): Document $pdir exception.
3623
3624         * gdb.texinfo (Auto-loading): Document "info auto-load-scripts".
3625
3626         * gdb.texinfo (Threads): Clarify default value for
3627         libthread-db-search-path.
3628
3629         * gdb.texinfo (Completion): Update example.
3630         (Debugging Output): Delete `set/show debug lin-lwp-async'.
3631
3632 2011-05-12  Kwok Cheung Yeung  <kcy@codesourcery.com>
3633
3634         * gdb.texinfo: Document change in the behaviour of the enable and
3635         disable GDB commands when applied to tracepoints.
3636         Document the EnableDisableTracepoints remote stub feature.
3637         Document QTEnable and QTDisable in the list of tracepoint packets.
3638
3639 2011-05-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
3640
3641         * Makefile.in (GDB_DOC_SOURCE_INCLUDES): Rename inc-hist.texinfo to
3642         hsuser.texi.
3643         * gdb.texinfo <!SYSTEM_READLINE>: Rename inc-hist.texinfo inclusion and
3644         comment to hsuser.texi.  Change rluser.texi name in the comment.
3645
3646 2011-05-10  Doug Evans  <dje@google.com>
3647
3648         * gdb.texinfo (Threads): If an empty path is provided for
3649         libthread-db-search-path it is reset to its default value.
3650         (Server): Ditto.
3651
3652 2011-05-09  Doug Evans  <dje@google.com>
3653
3654         * gdb.texinfo (Requirements): Fix typo.  Mention --with-iconv-bin.
3655
3656 2011-05-06  Sergio Durigan Junior  <sergiodj@linux.vnet.ibm.com>
3657             Thiago Jung Bauermann  <bauerman@br.ibm.com>
3658
3659         Implement support for PowerPC BookE masked watchpoints.
3660         * gdb.texinfo (Set Watchpoints): Document mask parameter.
3661         (PowerPC Embedded): Mention support of masked watchpoints.
3662
3663 2011-05-03  Joel Brobecker  <brobecker@adacore.com>
3664
3665         * gdb.texinfo (In Memoriam): Replace litteral uses of `GDB' with
3666         `@value{GDBN}'.
3667
3668 2011-05-03  Joel Brobecker  <brobecker@adacore.com>
3669
3670         * gdb.texinfo (titlepage): Remove dedication.
3671         (In Memoriam): New appendix.
3672
3673 2011-04-27  Jan Kratochvil  <jan.kratochvil@redhat.com>
3674             Eli Zaretskii  <eliz@gnu.org>
3675
3676         * gdb.texinfo (Index Section Format): Change the version to 5.
3677         Describe the different formula.
3678
3679 2011-04-24  Jan Kratochvil  <jan.kratochvil@redhat.com>
3680             Eli Zaretskii  <eliz@gnu.org>
3681
3682         * gdb.texinfo (Starting and Stopping Trace Experiments): New anchor
3683         for disconnected tracing.
3684         (Multi-Process Mode for @code{gdbserver}): Mention --multi and
3685         extended-remote relationship.  Mention --once.
3686         (TCP port allocation lifecycle of @code{gdbserver}): New.
3687
3688 2011-04-23  Eli Zaretskii  <eliz@gnu.org>
3689
3690         * gdb.texinfo (Server): Improve indexing.  Index all optional
3691         switches to gdbserver.
3692
3693 2011-04-20  Tom Tromey  <tromey@redhat.com>
3694
3695         * gdb.texinfo (Index Section Format): New node.
3696         (Top): Add new node to menu.
3697
3698 2011-04-20  Pedro Alves  <pedro@codesourcery.com>
3699
3700         * gdb.texinfo (Maintenance Commands): Document `maint print
3701         remote-registers'.
3702
3703 2011-04-20  Tom Tromey  <tromey@redhat.com>
3704
3705         * gdb.texinfo (Trace File Format): Move node later.
3706
3707 2011-04-19  Tom Tromey  <tromey@redhat.com>
3708
3709         * gdbint.texinfo (Register Information Functions): Remove
3710         duplicate "the".
3711         * gdb.texinfo (Emacs): Remove duplicate "to".
3712         (GDB/MI Variable Objects): Remove duplicate "the".
3713         (General Query Packets): Likewise.
3714
3715 2011-04-02  Joel Brobecker  <brobecker@adacore.com>
3716
3717         * gdb.texinfo (GDB/MI Output Records): Fix menu entry for
3718         "GDB/MI Ada Exception Information" node.
3719
3720 2011-04-01  Joel Brobecker  <brobecker@adacore.com>
3721
3722         * gdb.texinfo (GDB/MI Ada Exception Information): Document
3723         the "exception-name" field in the *stopped async record.
3724
3725 2011-03-31  Thiago Jung Bauermann  <bauerman@br.ibm.com>
3726             Sergio Durigan Junior  <sergiodj@linux.vnet.ibm.com>
3727
3728         Implement support for PowerPC BookE ranged breakpoints.
3729         * gdb.texinfo (PowerPC Embedded): Document ranged breakpoints.
3730
3731 2011-03-28  Tom Tromey  <tromey@redhat.com>
3732
3733         * gdb.texinfo (Set Tracepoints): Fix typo.
3734
3735 2011-03-24  Tom Tromey  <tromey@redhat.com>
3736
3737         * gdb.texinfo (Specify Location): Document `function:label'
3738         linespec.
3739
3740 2011-03-18  Phil Muldoon  <pmuldoon@redhat.com>
3741
3742         PR python/12149
3743
3744         * gdb.texinfo (Basic Python): Update gdb.write and flush text.
3745
3746 2011-03-17  Phil Muldoon  <pmuldoon@redhat.com>
3747
3748         * gdb.texinfo (Blocks In Python): Add is_valid method description.
3749         (Inferiors In Python): Likewise.
3750         (Threads In Python): Likewise.
3751         (Symbols In Python): Likewise.
3752         (Objfiles In Python): Likewise.
3753         (Symbol Tables In Python): Likewise.
3754
3755 2011-03-15  Pedro Alves  <pedro@codesourcery.com>
3756
3757         * gdb.texinfo (Auto Display) <undisplay, enable display, disable
3758         display>: Explain that the commands accept number ranges.
3759
3760 2011-03-14  Phil Muldoon  <pmuldoon@redhat.com>
3761
3762         * gdb.texinfo (Breakpoints In Python): Add description and example
3763         of Python stop function operation.
3764
3765 2011-03-10  Phil Muldoon  <pmuldoon@redhat.com>
3766
3767         * gdb.texinfo (Parameters In Python): Document get_set_string and
3768         get_show_string methods.
3769
3770 2011-02-28  Jan Kratochvil  <jan.kratochvil@redhat.com>
3771
3772         * gdb.texinfo (Tracepoint Conditions): Fix missing parenthesis.
3773
3774         * gdb.texinfo (Starting and Stopping Trace Experiments): Fix
3775         circular-trace-buffer name.
3776
3777 2011-02-28  Joel Brobecker  <brobecker@adacore.com>
3778
3779         * gdb.texinfo (Inferiors and Programs): Fix small error introduced
3780         in the previous change.
3781
3782 2011-02-27  Michael Snyder  <msnyder@vmware.com>
3783
3784         * gdb.texinfo (Inferiors and Programs): Update commands to show
3785         that they can accept multiple arguments.
3786
3787 2011-02-24  Joel Brobecker  <brobecker@adacore.com>
3788
3789         Revert the following patch (code patch was not approved):
3790         2011-02-21  Hui Zhu  <teawater@gmail.com>
3791         * agentexpr.texi (bytecode descriptions): add printf.
3792         * gdb.texinfo (tracepoint action lists): add printf.
3793
3794 2011-02-23  Doug Evans  <dje@google.com>
3795
3796         * gdb.texinfo (Symbols In Python): Fix mention of C++, use C@t{++}.
3797
3798 2011-02-23  Michael Snyder  <msnyder@vmware.com>
3799
3800         * gdb.texinfo (Set Breaks): Add @dots{} to arguments of info break.
3801         (Set Watchpoints): Add @dots{} to argument of info watchpoints.
3802         (Listing Tracepoints): Add @dots{} to argument of info tracepoints.
3803
3804 2011-02-22  Doug Evans  <dje@google.com>
3805
3806         * gdb.texinfo (Symbols In Python): Document lookup_global_symbol.
3807         Clarify behaviour of lookup_symbol when `block' argument is omitted,
3808         add description of result, fix @defun formatting.
3809
3810 2011-02-21  Hui Zhu  <teawater@gmail.com>
3811
3812         * agentexpr.texi (Bytecode Descriptions): Add printf.
3813         * gdb.texinfo (Tracepoint Action Lists): Add printf.
3814
3815 2011-02-18  Tom Tromey  <tromey@redhat.com>
3816
3817         * agentexpr.texi (Bytecode Descriptions): Document pick and rot.
3818
3819 2011-02-14  Michael Snyder  <msnyder@vmware.com>
3820
3821         * gdb.texinfo (threads): Document argument for "info threads" cmd.
3822         Document new command "thread find".
3823
3824 2011-02-14  Michael Snyder  <msnyder@vmware.com>
3825
3826         * gdb.texinfo (Threads): Update example of new thread message.
3827
3828 2011-02-14  Pedro Alves  <pedro@codesourcery.com>
3829
3830         * gdb.texinfo (Remote Configuration): Mention set/show remote
3831         traceframe-info.
3832         (Tools/Packages Optional for Building GDB): Mention that expat is
3833         used for traceframe info.
3834         (Remote Protocol) <Menu>: Add "Traceframe Info Format".
3835         (General Query Packets) <qSupported>: Describe the
3836         qXfer:traceframe-info:read feature.
3837         (qXfer::read): Describe qXfer:traceframe-info:read.
3838         (Traceframe Info Format): New section.
3839
3840 2011-02-04  Pedro Alves  <pedro@codesourcery.com>
3841
3842         * gdbint.texinfo (Formatting): Mention some formatting guidelines
3843         for casts and unary operators.
3844
3845 2011-02-04  Tom Tromey  <tromey@redhat.com>
3846
3847         * gdb.texinfo (GDB/MI Async Records): Document that symbols-loaded
3848         is not useful.
3849
3850 2011-01-25  Pedro Alves  <pedro@codesourcery.com>
3851
3852         * gdb.texinfo: s/value optimized out/optimized out/g
3853
3854 2011-01-21  Joel Brobecker  <brobecker@adacore.com>
3855
3856         * gdb.texinfo (Other Misc Settings): Rework part of the
3857         documentation of the "set interactive mode" command.
3858
3859 2011-01-19  Tom Tromey  <tromey@redhat.com>
3860
3861         * gdb.texinfo (Threads): Document thread name output and `thread
3862         name' command.
3863         (Threads In Python): Document Thread.name attribute.
3864         (GDB/MI Thread Commands): Document thread attributes.
3865
3866 2011-01-12  Andrew Burgess  <aburgess@broadcom.com>
3867
3868         * gdb.texinfo (GDB/MI Data Manipulation): Update to reflect
3869         changes in mi/mi-cmd-disas.c
3870
3871 2011-01-12  Tom Tromey  <tromey@redhat.com>
3872
3873         * gdb.texinfo (Threads): Remove duplicate text.  Update examples.
3874         Fix "thread apply" text.
3875
3876 2011-01-11  Sergio Durigan Junior  <sergiodj@linux.vnet.ibm.com>
3877             Thiago Jung Bauermann  <bauerman@br.ibm.com>
3878
3879         Implement support for PowerPC BookE ranged watchpoints.
3880         * gdb.texinfo (PowerPC Embedded): Document ranged watchpoints and
3881         the "set powerpc exact-watchpoints" flag.
3882
3883 2011-01-07  Tom Tromey  <tromey@redhat.com>
3884
3885         * gdb.texinfo (Python API): Add descriptions to @menu items.
3886
3887 2011-01-06  Tom Tromey  <tromey@redhat.com>
3888
3889         * gdb.texinfo (Frames In Python): Document gdb.newest_thread.
3890
3891 2010-01-06  Paul Pluzhnikov  <ppluzhnikov@google.com>
3892
3893         * gdb.texinfo (Debugging Output): Document "set debug jit".
3894
3895 2011-01-06  Tom Tromey  <tromey@redhat.com>
3896
3897         PR python/12133:
3898         * gdb.texinfo (Frames In Python): Document various frame
3899         constants.
3900
3901 2011-01-05  Joel Brobecker  <brobecker@adacore.com>
3902
3903         * doc/agentexpr.texi, doc/all-cfg.texi, doc/annotate.texinfo,
3904         doc/gdb.texinfo, doc/gdbint.texinfo, doc/observer.texi,
3905         doc/refcard.tex, doc/stabs.texinfo: Copyright year update.
3906
3907 2011-01-03  Jan Kratochvil  <jan.kratochvil@redhat.com>
3908
3909         * Makefile.in (diststuff): Remove gdb-cfg.texi and GDBvn.texi.
3910         (clean): Add GDBvn.texi.
3911
3912 2010-12-29  Joel Brobecker  <brobecker@adacore.com>
3913
3914         * gdb.texinfo (Ada Glitches): Remove paragraph describing the
3915         occasional case where the debugger prints an array address
3916         instead of the array itself.
3917
3918 2010-12-23  Pedro Alves  <pedro@codesourcery.com>
3919
3920         * gdb.texinfo (Packets) <read registers packet>: Document support
3921         for registers that were not collected.
3922
3923 2010-12-15  Doug Evans  <dje@google.com>
3924
3925         * gdb.texinfo (Startup): Document auto-loading of scripts during
3926         startup.
3927         (Auto-loading): Delete "maint set python auto-load on|off".
3928         Add "set auto-load-scripts on|off".
3929
3930 2010-12-07  Doug Evans  <dje@google.com>
3931
3932         * gdb.texinfo (Mode Options): Document -data-directory.
3933         (Data Files): Add reference to -data-directory.
3934
3935 2010-11-29  Doug Evans  <dje@google.com>
3936
3937         * gdb.texinfo (Pretty-Printer Introduction): Change
3938         printer-name:subprinter-name to printer-name;subprinter-name.
3939
3940 2010-11-29  Phil Muldoon  <pmuldoon@redhat.com>
3941
3942         PR python/12199
3943
3944         * gdb.texinfo (Breakpoints In Python): Document "delete" method.
3945
3946 2010-11-23  Tom Tromey  <tromey@redhat.com>
3947
3948         * gdb.texinfo (Top): Check SYSTEM_READLINE.
3949         (Editing): Likewise.
3950         (Command History): Likewise.
3951         (TUI Keys): Likewise.
3952         (Bug Reporting): Conditionally include rluser.texi and
3953         inc-history.texinfo.
3954         * Makefile.in (READLINE_TEXI_INCFLAG): New variable.
3955         (GDB_DOC_SOURCE_INCLUDES): Add comment.
3956         (GDBvn.texi): Set SYSTEM_READLINE when appropriate.
3957         (gdb.dvi): Use READLINE_TEXI_INCFLAG.
3958         (gdb.pdf): Likewise.
3959         (gdb.info): Likewise.
3960         (gdb/index.html): Likewise.
3961
3962 2010-11-23  Tom Tromey  <tromey@redhat.com>
3963
3964         * Makefile.in (Makefile): Run ../config.status.
3965         (distclean): Update.
3966         * configure: Remove.
3967         * configure.ac: Remove.
3968
3969 2010-11-12  Tom Tromey  <tromey@redhat.com>
3970
3971         * gdb.texinfo (Basic Python): Update.  Add xref.
3972         (Exception Handling): Document new exception classes.
3973         (Types In Python): Update.
3974         (Frames In Python): Update.
3975
3976 2010-11-11  Phil Muldoon  <pmuldoon@redhat.com>
3977
3978         * gdb.texinfo (Breakpoints In Python): Document "internal"
3979         parameter, and visible attribute.
3980
3981 2010-11-05  Doug Evans  <dje@google.com>
3982
3983         * gdb.texinfo (Source Path): Document "set directories".
3984
3985 2010-11-05  Ken Werner  <ken.werner@de.ibm.com>
3986
3987         * gdb.texinfo: (Summary) Add mention about OpenCL C language support.
3988         (OpenCL C): New node.
3989
3990 2010-11-02  Doug Evans  <dje@google.com>
3991
3992         * gdb.texinfo (Pretty Printing): Expand into three sections,
3993         introduction, example, and commands.
3994         (Python API): Delete section Disabling Pretty-Printers, merge into
3995         Selecting Pretty-Printers.
3996         (Writing a Pretty-Printer): New section.  Move the pretty-printer
3997         example here, and reformat to match python coding style.  Add a second
3998         example using the gdb.printing module.
3999         (Python modules): Add gdb.printing.
4000
4001 2010-10-29  Doug Evans  <dje@google.com>
4002
4003         * gdb.texinfo (Python): Fix long line.
4004
4005 2010-10-20  Doug Evans  <dje@google.com>
4006
4007         * gdbint.texinfo (Misc Guidelines): Renamed from Coding.
4008         All references updated.  Correct sections marked as subsections.
4009         (Coding Standards): New chapter.  Move the coding standard related
4010         subsections here.  Add section on Python coding standards.
4011
4012 2010-10-13  Doug Evans  <dje@google.com>
4013
4014         * gdb.texinfo (Python): Add "Python modules".
4015         (Types in Python): Add reference to gdb.types section.
4016         (Python modules): New node.
4017
4018 2010-10-11  Doug Evans  <dje@google.com>
4019
4020         * gdb.texinfo (Values From Inferior): Add reference to "Types in
4021         Python" from gdb.Value.type description.
4022
4023 2010-09-28  Joel Brobecker  <brobecker@adacore.com>
4024
4025         * gdb.texinfo (Ravenscar Profile): New node.
4026
4027 2010-09-22  Tom Tromey  <tromey@redhat.com>
4028
4029         * gdb.texinfo (Values From Inferior): Mention Value.__init__.
4030
4031 2010-09-22  Eli Zaretskii  <eliz@gnu.org>
4032
4033         * gdb.texinfo (Values From Inferior): Clarify that
4034         value.dynamic_type works only in C++ programs with RTTI.
4035
4036 2010-09-15  Paul Bolle  <pebolle@tiscali.nl>
4037
4038         * gdb.texinfo (Character Sets): Correctly reference host-charset
4039         in example.
4040
4041 2010-09-13  Tom Tromey  <tromey@redhat.com>
4042
4043         * gdb.texinfo (GDB/MI Stack Manipulation) <-stack-list-frames>:
4044         Document "fullname" and "from".
4045
4046 2010-09-01  Marc Khouzam  <marc.khouzam@ericsson.com>
4047
4048         * gdb.texinfo (GDB/MI Miscellaneous Commands): Document new
4049         feature `reverse' output by -list-target-features.
4050
4051 2010-08-31  H.J. Lu  <hongjiu.lu@intel.com>
4052
4053         * gdb.texinfo (i386 Features): Remove an extra "@item".
4054
4055 2010-08-30  Tom Tromey  <tromey@redhat.com>
4056
4057         PR python/11792:
4058         * gdb.texinfo (Values From Inferior): Document dynamic_type.
4059
4060 2010-08-24  Daniel Jacobowitz  <dan@codesourcery.com>
4061
4062         * gdb.texinfo (ARM Features): Document
4063         org.gnu.gdb.arm.m-profile.
4064
4065 2010-08-23  Tom Tromey  <tromey@redhat.com>
4066
4067         PR python/11145:
4068         * gdb.texinfo (Values From Inferior): Document dynamic_cast and
4069         reinterpret_cast methods.
4070
4071 2010-08-23  Tom Tromey  <tromey@redhat.com>
4072
4073         PR python/11915:
4074         * gdb.texinfo (Types In Python): Document array method.
4075
4076 2010-08-18  Thiago Jung Bauermann  <bauerman@br.ibm.com>
4077
4078         * gdb.texinfo (PowerPC Embedded): Mention support for the DVC register.
4079
4080 2010-08-16   Tom Tromey  <tromey@redhat.com>
4081
4082         * gdb.texinfo (Set Watchpoints): Document -location option.
4083
4084 2010-08-13  Doug Evans  <dje@google.com>
4085
4086         * gdb.texinfo (.debug_gdb_scripts section): Fix typo.
4087
4088 2010-08-13  Vladimir Prus  <vladimir@codesourcery.com>
4089
4090         * gdb.texinfo (GDB/MI Data Manipulation): Document
4091         -data-read-memory-raw and -data-write-memory-raw.
4092
4093 2010-08-11  Tom Tromey  <tromey@redhat.com>
4094             Phil Muldoon <pmuldoon@redhat.com>
4095
4096         * gdb.texinfo (Basic Python): Describe post_event API.
4097
4098 2010-08-11  Phil Muldoon  <pmuldoon@redhat.com>
4099
4100         * gdb.texinfo (Basic Python): Describe solib_address and
4101         decode_line Python APIs
4102
4103 2010-08-10  Tom Tromey  <tromey@redhat.com>
4104
4105         * gdb.texinfo (Pretty Printing API): Document
4106         gdb.default_visualizer.
4107
4108 2010-08-10  Tom Tromey  <tromey@redhat.com>
4109
4110         Revert gdb-add-index addition:
4111         * gdb.texinfo (Index Files): Don't document gdb-add-index.
4112
4113 2010-08-07  Jan Kratochvil  <jan.kratochvil@redhat.com>
4114             Eli Zaretskii <eliz@gnu.org>
4115
4116         * gdb.texinfo (Mode Options) <-batch>
4117         (Basic Python) <gdb.execute>: Describe setting width and height.
4118
4119 2010-07-31  Paul Pluzhnikov  <ppluzhnikov@google.com>
4120
4121         * gdb.texinfo (Threads): Document 'debug libthread-db'.
4122
4123 2010-07-30  Tom Tromey  <tromey@redhat.com>
4124
4125         * gdb.texinfo (Index Files): Mention gdb-add-index.
4126
4127 2010-07-30  Hui Zhu  <teawater@gmail.com>
4128
4129         * gdb.texinfo (Inferiors and Programs): Update the introduce of
4130         "detach inferior" and "kill inferior".
4131
4132 2010-07-28  CHENG Renquan  <rqcheng@smu.edu.sg>
4133
4134         * gdb.texinfo (Machine Code): Update description of two forms of
4135         arguments, and add new example to demonstrate the new form.
4136
4137 2010-07-27  Phil Muldoon  <pmuldoon@redhat.com>
4138
4139         * gdb.texinfo (Values From Inferior): Add value inferior function
4140         call description.
4141
4142 2010-07-19  Jan Kratochvil  <jan.kratochvil@redhat.com>
4143
4144         * gdb.texinfo (Active Targets): Fix wrong comma placement.
4145
4146 2010-07-19  Jan Kratochvil  <jan.kratochvil@redhat.com>
4147             Eli Zaretskii  <eliz@gnu.org>
4148
4149         Make core files the process_stratum.
4150         * gdb.texinfo (Active Targets): Remove core_stratum.  Include
4151         record_stratum example.
4152
4153 2010-07-13  Tom Tromey  <tromey@redhat.com>
4154
4155         * gdb.texinfo (Index Files): New node.
4156
4157 2010-07-13  Tom Tromey  <tromey@redhat.com>
4158
4159         * gdb.texinfo (GDB/MI Variable Objects): Remove extra 'for'.
4160
4161 2010-07-13  Tom Tromey  <tromey@redhat.com>
4162
4163         * gdb.texinfo (Specify Location): Document labels.
4164
4165 2010-07-01  Pedro Alves  <pedro@codesourcery.com>
4166
4167         * gdb.texinfo (Create and Delete Tracepoints): Add more index
4168         entries for fast tracepoints and static tracepoints.
4169
4170 2010-07-01  Pedro Alves  <pedro@codesourcery.com>
4171
4172         * gdb.texinfo (General Query Packets) <qfThreadInfo,
4173         qsThreadInfo>: Spell out `l' as ell.
4174
4175 2010-07-01  Pedro Alves  <pedro@codesourcery.com>
4176
4177         * gdb.texinfo (Convenience Variables): Document $_sdata.
4178         (Commands to Set Tracepoints): Describe static tracepoints.  Add
4179         `Listing Static Tracepoint Markers' menu entry.  Document
4180         "strace".
4181         (Tracepoint Action Lists): Document collecting $_sdata.
4182         (Listing Static Tracepoint Markers): New subsection.
4183         (Tracepoints support in gdbserver): Mention static tracepoints.
4184         (remote packets, enabling and disabling): Mention
4185         read-sdata-object.
4186         (General Query Packets) <qSupported>: Document qXfer:sdata:read
4187         and StaticTracepoint.
4188         Mention qTfSTM, qTsSTM and qTSTMat as tracepoint packets.
4189         Document qXfer:sdata:read.
4190         (Tracepoint packets): Document qTfSTM, qTsSTM and qTSTMat.
4191
4192 2010-06-29  Joel Brobecker  <brobecker@adacore.com>
4193
4194         * gdb.texinfo (Threads In Python): Fix unmatched @end table.
4195
4196 2010-06-28  Phil Muldoon  <pmuldoon@redhat.com>
4197             Tom Tromey  <tromey@redhat.com>
4198             Thiago Jung Bauermann  <bauerman@br.ibm.com>
4199
4200         * gdb.texinfo (Inferiors In Python): New node.
4201         * gdb.texinfo (Threads In Python): New node.
4202
4203 2010-06-28  Joel Brobecker  <brobecker@adacore.com>
4204
4205         * gdb.texinfo (Python): Document what the python directory is
4206         and what its location is.
4207         (Basic Python): Document the gdb.PYTHONDIR constant.
4208
4209 2010-06-25  Tom Tromey  <tromey@redhat.com>
4210
4211         PR python/10808:
4212         * gdb.texinfo (Basic Python): Document new gdb.execute argument.
4213
4214 2010-06-24  Hui Zhu  <teawater@gmail.com>
4215
4216         * gdb.texinfo: (Commands for Controlled Output): Add
4217         documentation for command "eval".
4218
4219 2010-06-21  Stan Shebs  <stan@codesourcery.com>
4220
4221         * gdb.texinfo: Add explicit @node and @appendix for GFDL.
4222         * annotate.texinfo: Ditto.
4223         * gdbint.texinfo: Ditto.
4224         * stabs.texinfo: Ditto.
4225
4226 2010-06-22  Hui Zhu  <teawater@gmail.com>
4227
4228         * gdb.texinfo: (Process Record and Replay): Add documentation
4229         for command "set record memory-query".
4230
4231 2010-06-21  Stan Shebs  <stan@codesourcery.com>
4232
4233         * gdb.texinfo: Relicense under GFDL version 1.3.
4234         * annotate.texinfo: Relicense under GFDL version 1.3.
4235         * gdbint.texinfo: Relicense under GFDL version 1.3.
4236         * stabs.texinfo: Relicense under GFDL version 1.3.
4237         * fdl.texi: Update to version 1.3.
4238
4239 2010-06-18  Stan Shebs  <stan@codesourcery.com>
4240
4241         * gdb.texinfo (Operating System Auxiliary Information): Describe
4242         "info os" when no arguments given.
4243
4244         * gdb.texinfo (Debugging Programs with Multiple Threads): Describe
4245         $_thread.
4246
4247 2010-06-18  Hui Zhu  <teawater@gmail.com>
4248
4249         * gdb.texinfo: (Process Record and Replay): Add documentation
4250         for commands "record save" and "record restore".
4251
4252 2010-06-16  Jan Kratochvil  <jan.kratochvil@redhat.com>
4253
4254         * gdb.texinfo: Include information about the correct use
4255         of addresses in the `watch' command.
4256
4257 2010-06-11  Stan Shebs  <stan@codesourcery.com>
4258
4259         * gdb.texinfo (Observer Mode): New section.
4260         (General Query Packets): Document QAllow.
4261
4262 2010-06-04  Doug Evans  <dje@google.com>
4263
4264         * gdb.texinfo (Python API): New node `Disabling Pretty-Printers'.
4265
4266 2010-06-03  Doug Evans  <dje@google.com>
4267
4268         * gdbint.texinfo (Coding): Add subsection on command names.
4269
4270 2010-06-02  Tom Tromey  <tromey@redhat.com>
4271
4272         * gdb.texinfo (Maintenance Commands): Document maint set dwarf2
4273         always-disassemble.
4274
4275 2010-06-01  Pedro Alves  <pedro@codesourcery.com>
4276
4277         * gdb.texinfo (Set Tracepoints): Mention tracepoints support in
4278         gdbserver, and add cross reference.
4279         (Tracepoints support in gdbserver): New subsection.
4280
4281 2010-05-26  Pedro Alves  <pedro@codesourcery.com>
4282
4283         * gdb.texinfo (General Query Packets) <qSupported>: Describe the
4284         `qRelocInsn' feature.
4285         (Relocate instruction reply packet): New subsection
4286         of `Tracepoint Packets'.
4287         (Tracepoint Packets): Mention that packets QTDP and QTStart
4288         support the qRelocInsn request, and add cross reference to new
4289         subsection.
4290
4291 2010-05-25  Doug Evans  <dje@google.com>
4292
4293         * gdb.texinfo (Exception Handling): Document gdb.GdbError.
4294         (Commands In Python): Document gdb.string_to_argv.
4295
4296 2010-05-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
4297
4298         * gdbint.texinfo (Host Definition): Remove items NORETURN and
4299         ATTR_NORETURN.
4300
4301 2010-04-29  Phil Muldoon  <pmuldoon@redhat.com>
4302             Tom Tromey  <tromey@redhat.com>
4303             Thiago Jung Bauermann  <bauerman@br.ibm.com>
4304
4305         * gdb.texinfo (Parameters In Python): New Node.
4306
4307 2010-04-29  Mihail Zenkov  <mihail.zenkov@gmail.com>
4308
4309         * gdb.texinfo: (Summary) Add mention about D language support.
4310         (Filenames): Add D suffixes.
4311         (D): New node.
4312
4313 2010-04-26  Pierre Muller  <muller@ics.u-strasbg.fr>
4314
4315         * gdbint.texinfo (CANNOT_STEP_HW_WATCHPOINTS): Remove explanation
4316         of macro deleted from GDB code.
4317
4318 2010-04-24  Pedro Alves  <pedro@codesourcery.com>
4319
4320         * gdb.texinfo (Commands to specify files): Describe what how GDB
4321         looks up DOS-based filesystem paths on the system root.  Document
4322         the new `set/show target-file-system-kind' commands.
4323
4324 2010-04-23  Doug Evans  <dje@google.com>
4325
4326         * gdb.texinfo (Python): Move Auto-loading section here ...
4327         (Python API): from here.
4328         (Auto-loading): Add docs for .debug_gdb_scripts auto-loaded scripts.
4329         (Maintenance Commands): Add docs for "maint print section-scripts".
4330
4331 2010-04-20  Chris Moller  <cmoller@redhat.com>
4332
4333         * gdb.texinfo (Setting Breakpoints): Added description of
4334         filename-qualified rbreak.
4335         * refcard.tex (Breakpoints and Watchpoints): Added brief
4336         description of filename-qualified rbreak.
4337
4338 2010-04-22  Jan Kratochvil  <jan.kratochvil@redhat.com>
4339
4340         * gdb.texinfo (Data): New @menu reference to Pretty Printing.
4341         (Python API): Change the reference to Pretty Printing API.
4342         (Pretty Printing): Move the user part under the Data node.  Reformat
4343         the sample output to 72 columns.  Create a new reference to Pretty
4344         Printing API.  Rename the API part ...
4345         (Pretty Printing API): To a new node name.
4346         (Selecting Pretty-Printers, Progspaces In Python, Objfiles In Python)
4347         (GDB/MI Variable Objects): Change references to Pretty Printing API.
4348
4349 2010-04-21  Stan Shebs  <stan@codesourcery.com>
4350
4351         * gdb.texinfo (Tracepoint Actions): Mention synonymy of actions
4352         and commands.
4353         (Listing Tracepoints): Update to reflect current behavior.
4354
4355 2010-04-22  Pierre Muller  <muller@ics.u-strasbg.fr>
4356
4357         * gdb.texinfo (Examining memory): Update for change in string
4358         display with explicit size.
4359
4360 2010-04-19  Pedro Alves  <pedro@codesourcery.com>
4361
4362         PR breakpoints/8554.
4363
4364         * gdb.texinfo (Save Breakpoints): New node.
4365         (save-tracepoints): Rename to ...
4366         (save tracepoints): ... this.  Mention that `save-tracepoints' is
4367         a deprecated alias to `save tracepoints'.
4368
4369 2010-04-16  Pierre Muller  <muller@ics.u-strasbg.fr>
4370
4371         * gdb.texinfo ($_tlb): Document new automatic convinience variable.
4372         (info w32 thread-information-block): Document new command.
4373         (qGetTIBAddress): Document new gdbserver query.
4374         (maint set/show show-all-tib): Document new command.
4375
4376 2010-04-15  Doug Evans  <dje@google.com>
4377
4378         * gdb.texinfo (Python API): Add progspaces section.
4379         (Selecting Pretty-Printers): Progspace pretty-printers are
4380         searched too.
4381         (Progspaces In Python): New section.
4382
4383         * gdb.texinfo (Command Files): Add docs for new "source -s" option.
4384
4385 2010-04-14  Phil Muldoon  <pmuldoon@redhat.com>
4386
4387         * gdb.texinfo (Pretty Printing): Document behaviour when to_string
4388         returns None.
4389
4390 2010-04-09  Stan Shebs  <stan@codesourcery.com>
4391
4392         * gdb.texinfo (gdb/mi Tracepoint Commands) <-trace-status>:
4393         Describe the `frames-created' field, tweak grammar.
4394
4395 2010-04-09  Pedro Alves  <pedro@codesourcery.com>
4396
4397         * gdb.texinfo (gdb/mi Tracepoint Commands) <-trace-status>:
4398         Describe the `circular' and `disconnected' fields.
4399
4400 2010-04-09  H.J. Lu  <hongjiu.lu@intel.com>
4401
4402         * gdb.texinfo (maint print registers): Mention unavailable and
4403         invisible registers.
4404
4405 2010-04-09  Phil Muldoon  <pmuldoon@redhat.com>
4406             Thiago Jung Bauermann  <bauerman@br.ibm.com>
4407             Tom Tromey  <tromey@redhat.com>
4408
4409         * gdb.texinfo (Breakpoints In Python): New Node.
4410
4411 2010-04-08  Stan Shebs  <stan@codesourcery.com>
4412
4413         * gdb.texinfo (Tracepoint Packets): Describe disconn and circular
4414         trace status fields.
4415
4416 2010-04-08  H.J. Lu  <hongjiu.lu@intel.com>
4417
4418         * gdb.texinfo (i386 Features): Make org.gnu.gdb.i386.avx
4419         optional.  Make org.gnu.gdb.i386.avx requires
4420         org.gnu.gdb.i386.avx.
4421
4422 2010-04-08  Doug Evans  <dje@google.com>
4423
4424         * gdb.texinfo (Command Files): Document that gdb skips $cdir in
4425         search path, and document that gdb only scans the search path if
4426         the script's path doesn't specify a directory.
4427
4428 2010-04-05  Doug Evans  <dje@google.com>
4429
4430         * gdb.texinfo (maint show python auto-load): Fix typo.
4431
4432 2010-04-04  Stan Shebs  <stan@codesourcery.com>
4433
4434         * gdb.texinfo (Setting Breakpoints): "info watch" no longer a synonym.
4435         (Setting Watchpoints): Update description of "info watch".
4436         (Disabling Breakpoints): Only "info break" lists all.
4437
4438         * gdb.texinfo (Tracepoint Restrictions): Document PC inference.
4439         (tdump): Explain how tdump works.
4440
4441 2010-04-01  Pedro Alves  <pedro@codesourcery.com>
4442
4443         * gdb.texinfo (Break Commands): Clarify `commands' changes, and
4444         add cross reference.
4445
4446 2010-03-31  Pedro Alves  <pedro@codesourcery.com>
4447
4448         * gdb.texinfo (TUI Commands): Mention that in some cases, these
4449         commands error out.
4450
4451 2010-03-30  H.J. Lu  <hongjiu.lu@intel.com>
4452
4453         * gdb.texinfo (i386 Features): Add org.gnu.gdb.i386.avx.
4454
4455 2010-03-30  H.J. Lu  <hongjiu.lu@intel.com>
4456
4457         * gdb.texinfo (General Query Packets): Add xmlRegisters.
4458
4459 2010-03-29  Stan Shebs  <stan@codesourcery.com>
4460             Nathan Sidwell  <nathan@codesourcery.com>
4461
4462         * gdb.texinfo (GDB/MI Tracepoint Commands): Add notes about the
4463         GDBN equivalent.
4464         (Set Tracepoints): Remove mention that conditional tracepoints
4465         don't exist.
4466         (Tracepoint Actions): Clarify when while-stepping collection
4467         happens, note that while-stepping does not automatically collect
4468         $pc.
4469
4470 2010-03-29  Stan Shebs  <stan@codesourcery.com>
4471
4472         * gdb.texinfo (Tracepoint Packets): Describe QTDPsrc.
4473         (General Query Packets): Describe TracepointSource.
4474
4475 2010-03-27  Matt Rice  <ratmice@gmail.com>
4476
4477         * gdb.texinfo (ARM): Document arguments to "target sim".
4478         (Set Catchpoints): Use @dots{} instead of @r{...}.
4479
4480 2010-03-26  Pedro Alves  <pedro@codesourcery.com>
4481
4482         * gdb.texinfo (Tracepoint Packets): Remove mention that
4483         terror:string may be plain text, and drop mention of X prefix.
4484
4485 2010-03-26  Vladimir Prus  <vladimir@codesourcery.com>
4486
4487         * gdb.texinfo (GDB/MI Tracepoint Commands): Add comma after @xref.
4488
4489 2010-03-24  Stan Shebs  <stan@codesourcery.com>
4490
4491         * gdb.texinfo (Tracepoint Packets): Document trace error status.
4492
4493 2010-03-24  Tom Tromey  <tromey@redhat.com>
4494
4495         PR breakpoints/9352:
4496         * gdb.texinfo (Break Commands): Update.
4497
4498 2010-03-24  Vladimir Prus  <vladimir@codesourcery.com>
4499
4500         * gdb.texinfo (GDB/MI Tracepoint Commands): Document MI tracepoint
4501         commands.
4502
4503 2010-03-16  Stan Shebs  <stan@codesourcery.com>
4504
4505         * gdb.texinfo (Starting and Stopping Trace Experiments): Describe
4506         circular-trace-buffer.
4507         (Tracepoint Packets): Describe QTBuffer, and details of the
4508         qTStatus reply.
4509
4510 2010-03-12  Stan Shebs  <stan@codesourcery.com>
4511             Nathan Sidwell  <nathan@codesourcery.com>
4512
4513         * gdb.texinfo (Tracepoint Actions): Clarify that while-stepping is
4514         doing instruction stepping.
4515         (Tracepoint Restrictions): New node.
4516
4517 2010-03-10  Tom Tromey  <tromey@redhat.com>
4518
4519         * gdbint.texinfo (Symbol Handling): Update.
4520
4521 2010-03-08  Tom Tromey  <tromey@redhat.com>
4522
4523         PR cli/9591:
4524         * gdb.texinfo (Mode Options): Mention lack of pagination and
4525         confirmation with --batch.
4526         (Screen Size): Mention --batch.
4527         (Messages/Warnings): Likewise.
4528
4529 2010-03-05  Tom Tromey  <tromey@redhat.com>
4530
4531         * gdb.texinfo (Basic Python): Document target_charset and
4532         target_wide_charset.
4533
4534 2010-03-05  Tom Tromey  <tromey@redhat.com>
4535
4536         * gdb.texinfo (Data): Link to pretty-printing.
4537         (Output Formats): Likewise.  Correct text.
4538
4539 2010-03-01  Daniel Jacobowitz  <dan@codesourcery.com>
4540
4541         * gdb.texinfo (Types): Describe <struct> and <flags>.
4542
4543 2010-02-28  Phil Muldoon  <pmuldoon@redhat.com>
4544
4545         * gdb.texinfo (Frames In Python): Add block parameter and
4546         description to read_var text.
4547
4548 2010-02-26  Phil Muldoon  <pmuldoon@redhat.com>
4549             Tom Tromey  <tromey@redhat.com>
4550
4551         * gdb.texinfo (Types In Python): Describe block argument in
4552         template_argument and gdb.lookup_type.
4553
4554 2010-02-24  Tom Tromey  <tromey@redhat.com>
4555
4556         * gdb.texinfo (Cygwin Native): Fix typo.
4557
4558 2010-02-24  Phil Muldoon  <pmuldoon@redhat.com>
4559
4560         * gdb.texinfo (Frames In Python): Add block, find_sal, function
4561         and select method descriptions.
4562         (Python API): Add Blocks In Python, Symbols in Python and Symbol
4563         Tables in Python to menu.
4564         (Blocks In Python): New node.
4565         (Symbols In Python): New node.
4566         (Symbol Tables in Python): New node.
4567
4568 2010-02-24  Vladimir Prus  <vladimir@codesourcery.com>
4569
4570         Multiexec MI
4571
4572         gdb/
4573         * breakpoint.c (clear_syscall_counts): Take struct inferior*.
4574
4575         gdb/doc/
4576         * gdb.texinfo (GDB/MI Command Syntax): Document notification
4577         changes.
4578         (GDB/MI Program Execution): Document current behaviour of
4579         --all and --thread-group.
4580         (GDB/MI Miscellaneous Commands): Document -add-inferior and
4581         -remove-inferior.
4582         * observer.texi (inferior_added, inferior_removed): New
4583         observers.
4584
4585 2010-02-19  Tom Tromey  <tromey@redhat.com>
4586
4587         * gdbint.texinfo (Getting Started): Fix @node.
4588         (Debugging GDB): Likewise.
4589
4590 2010-02-13  Joel Brobecker  <brobecker@adacore.com>
4591
4592         * gdbint.texinfo (Testsuite): New section "Testsuite Configuration",
4593         documenting the gdb_test_timeout variable.
4594
4595 2010-02-12  Jakob Engblom  <jakob@virtutech.com>
4596
4597         * gdb.texinfo (MI commands): Added documentation of --reverse
4598         option to a set of MI commands. Restructured documentation of MI
4599         commands --exec-continue to reflect the complexity of reverse
4600         execution.
4601
4602 2010-02-12  Pedro Alves  <pedro@codesourcery.com>
4603
4604         * gdb.texinfo (Using the Collected Data): Specify that the address
4605         range of `tfind outsize' is exclusive, and that the address range
4606         of `tfind range' is inclusive.
4607         (Tracepoint Packets): Specify that the address range of
4608         `QTFrame:range' is inclusive, and that the address range of
4609         `QTFrame:outside' is exclusive
4610
4611 2010-02-12  Vladimir Prus  <vladimir@codesourcery.com>
4612
4613         * gdb.texinfo (GDB/MI Result Records): Clarify ^running.
4614
4615 2010-02-10  Tom Tromey  <tromey@redhat.com>
4616
4617         * gdb.texinfo (Debugging Output): Document set debug parser and
4618         show debug parser.
4619
4620 2010-02-09  H.J. Lu  <hongjiu.lu@intel.com>
4621
4622         * gdb.texinfo (Predefined Target Types): Add i387_ext,
4623         i386_eflags and i386_mxcsr.
4624
4625 2010-02-08  H.J. Lu  <hongjiu.lu@intel.com>
4626
4627         * gdb.texinfo: Document i386 target features.
4628
4629 2010-02-05  Doug Evans  <dje@google.com>
4630
4631         * gdbint.texinfo (Testsuite): Add a new section to document the
4632         various DejaGnu variables that may be overridden.
4633         Document INTERNAL_GDBFLAGS.
4634
4635 2010-02-04  Tom Tromey  <tromey@redhat.com>
4636
4637         PR cli/8830:
4638         * gdb.texinfo (Files): -readnow comes before the filename for file
4639         and symbol-file.
4640
4641 2010-02-01  Daniel Jacobowitz  <dan@codesourcery.com>
4642
4643         * gdb.texinfo (Architecture-Specific Protocol Details): New section.
4644         Document ARM breakpoint types.
4645         (Register Packet Format): Move into the new section.
4646         (Packets): Describe the KIND argument for Z0, z0, Z1, and z1 packets.
4647
4648 2010-01-21  Joel Brobecker  <brobecker@adacore.com>
4649
4650         * gdb.texinfo (File Options): Adjust the documentation of this
4651         switch to refer to the "source" command rather than partially
4652         duplicating some of the relevant information.
4653         (Extending GDB): Introduce and document the set/show script-extension
4654         setting.
4655         (Command Files): Add note explaining that the "source" command
4656         is also used to evalute scripts written in other languages.
4657         Remove the short slightly incorrect reference to sourcing Python
4658         scripts.
4659         (Python Commands): Document how to execute a Python script from GDB.
4660
4661 2010-01-19  Joel Brobecker  <brobecker@adacore.com>
4662
4663         * gdb.texinfo (Command Files): Fix typo.
4664
4665 2010-01-18  Tom Tromey  <tromey@redhat.com>
4666
4667         * gdb.texinfo (File Options): Document -x on .py files.
4668         (Command Files): Document handling of Python scripts.
4669
4670 2010-01-18  Jie Zhang  <jie.zhang@analog.com>
4671
4672         * Makefile.in (ANNOTATE_DOC_BUILD_INCLUDES): Add GDBvn.texi.
4673
4674 2010-01-15  Stan Shebs  <stan@codesourcery.com>
4675
4676         * gdb.texinfo (Trace Files): New section.
4677         (Tracepoint Packets): Document QTSave and qTBuffer.
4678         (Trace File Format): New appendix.
4679
4680 2010-01-13  Phil Muldoon  <pmuldoon@redhat.com>
4681
4682         * gdb.texinfo (Values From Inferior): Document lazy_string value
4683         method.
4684         (Python API): Add Lazy strings menu item.
4685         (Lazy Strings In Python): New node.
4686
4687 2010-01-13  Vladimir Prus  <vladimir@codesourcery.com>
4688
4689         * gdb.texinfo (GDB/MI Thread Information): New.
4690         (GDB/MI Async Records): Document the core field in *stopped.
4691         (GDB/MI Miscellaneous Commands): Expand -list-thread-groups
4692         documentation
4693         (Process list): Document that osdata document may contain
4694         threads.
4695         (Remote Serial Protocol): Document qXfer:threads.
4696
4697 2010-01-06  Stan Shebs  <stan@codesourcery.com>
4698
4699         * gdb.texinfo (Starting and Stopping Trace Experiments): Document
4700         disconnected tracing.
4701         (Tracepoint Packets): Document new protocol.
4702
4703 2010-01-05  Stan Shebs  <stan@codesourcery.com>
4704
4705         * gdb.texinfo (Create and Delete Tracepoints): Describe fast
4706         tracepoints.
4707         (Tracepoint Packets): Describe remote protocol for fast
4708         tracepoints.
4709
4710 2010-01-01  Joel Brobecker  <brobecker@adacore.com>
4711
4712         Update the "Start of New Year Procedure".
4713         * gdbint.texinfo: Add the list of files that need to be updated
4714         manually.  Minor reformatting.
4715
4716 2010-01-01  Joel Brobecker  <brobecker@adacore.com>
4717
4718         * refcard.tex: Update copyright year in header and text.
4719
4720 2010-01-01  Joel Brobecker  <brobecker@adacore.com>
4721
4722         * agentexpr.texi: Add 2010 to the list of copyright years.
4723         * annotate.texinfo: Likewise.
4724         * gdb.texinfo: Likewise.
4725         * gdbint.texinfo: Likewise.
4726         * observer.texi: Likewise.
4727         * stabs.texinfo: Likewise.
4728
4729 2009-12-31  Stan Shebs  <stan@codesourcery.com>
4730
4731         * gdb.texinfo (Tracepoint Actions): Describe teval.
4732
4733 2009-12-29  Stan Shebs  <stan@codesourcery.com>
4734
4735         * gdb.texinfo (Tracepoint Actions): Describe default-collect.
4736
4737 2009-12-28  Stan Shebs  <stan@codesourcery.com>
4738
4739         * gdb.texinfo (Trace State Variables): New section.
4740         (Tracepoint Packets): Describe trace state variable packets.
4741         * agentexpr.texi (Bytecode Descriptions): Describe trace state
4742         variable bytecodes.
4743
4744 2009-12-28  Daniel Jacobowitz  <dan@codesourcery.com>
4745
4746         * gdb.texinfo (Symbols): "info variables" prints definitions, not
4747         declarations.
4748
4749 2009-12-21  Vladimir Prus  <vladimir@codesourcery.com>
4750
4751         * gdb.texinfo (GDB/MI Miscellaneous Commands): Clarify that
4752         -gdb-exit behaviour.
4753
4754 2009-12-20  Joel Brobecker  <brobecker@adacore.com>
4755
4756         * gpl.texi: Update to version 3 of the GPL.
4757
4758 2009-12-20  Joel Brobecker  <brobecker@adacore.com>
4759
4760         * Makefile.in: Update copyright header.
4761         * observer.texi: Fix the copyright header of the generated files.
4762
4763 2009-12-08  Phil Muldoon  <pmuldoon@redhat.com>
4764
4765         * gdb.texinfo (Types In Python): Describe range function.
4766
4767 2009-12-03  Richard Ward  <richard.j.ward1@googlemail.com>
4768
4769         * gdb.texinfo (Types In Python): Describe "is_base_class".
4770
4771 2009-12-03  Tom Tromey  <tromey@redhat.com>
4772
4773         * gdb.texinfo (Basic Python): Document gdb.parse_and_eval.
4774
4775 2009-12-02  Paul Pluzhnikov  <ppluzhnikov@google.com>
4776
4777         * observer.texi: New memory_changed observer.
4778
4779 2009-12-01  Tom Tromey  <tromey@redhat.com>
4780
4781         * gdb.texinfo (Reverse Execution): Fix typo.
4782
4783 2009-11-24  Daniel Jacobowitz  <dan@codesourcery.com>
4784
4785         PR gdb/8704
4786
4787         * gdb.texinfo (Thread-Specific Breakpoints): Thread specifiers
4788         are allowed after the breakpoint condition.
4789
4790 2009-11-23  Tom Tromey  <tromey@redhat.com>
4791
4792         PR python/10782:
4793         * gdb.texinfo (Types In Python): Document Type.pointer.
4794
4795 2009-11-23  Paul Pluzhnikov  <ppluzhnikov@google.com>
4796
4797         * gdb.texinfo (Machine Code): Adjust.
4798
4799 2009-11-11  Pedro Alves  <pedro@codesourcery.com>
4800
4801         * agentexpr.texi (Tracing On Symmetrix): Delete section.
4802         (Using Agent Expressions): Delete cross reference.
4803
4804 2009-11-07  Joel Brobecker  <brobecker@adacore.com>
4805
4806         * gdbint.texinfo, stabs.texinfo: Move the @setchapternewpage
4807         and @settitle directives up to help makeinfo find them.
4808
4809 2009-11-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
4810
4811         * gdb.texinfo (set debug-file-directory, show debug-file-directory)
4812         (Auto-loading): Use plural and note one can use multiple components now.
4813
4814 2009-11-01  Vladimir Prus  <vladimir@codesourcery.com>
4815
4816         * gdb.texinfo (GDB/MI Stack Manipulation): Make
4817         -stack-list-arguments have the same documentation for parameter
4818         as -stack-list-locals. Add comas.
4819
4820 2009-10-27  Tom Tromey <tromey@redhat.com>
4821             Eli Zaretskii <eliz@gnu.org>
4822
4823         PR python/10781
4824
4825         * gdb.texinfo (Values From Inferior): Document cast method.
4826
4827 2009-10-22  Paul Pluzhnikov  <ppluzhnikov@google.com>
4828
4829         * gdb.texinfo (Machine Code): Mention function name in disasssembly
4830         and adjust example.
4831
4832 2009-10-22  Michael Snyder  <msnyder@vmware.com>
4833
4834         * gdb.texinfo (Process Record and Replay): Document new form of
4835         info record command.  Also document the new save and restore
4836         commands.
4837
4838 2009-10-21  Paul Pluzhnikov  <ppluzhnikov@google.com>
4839
4840         * gdb.texinfo (Machine Code): Mention current pc marker.
4841         (Memory): Likewise.
4842
4843 2009-10-19  Pedro Alves  <pedro@codesourcery.com>
4844             Stan Shebs  <stan@codesourcery.com>
4845
4846         * observer.texi (new_inferior): Rename to...
4847         (inferior_appeared): ... this.
4848
4849         * gdb.texinfo (Inferiors): Rename node to ...
4850         (Inferiors and Programs): ... this.  Mention running multiple
4851         programs in the same debug session.
4852         <info inferiors>: Mention the new 'Executable' column if "info
4853         inferiors".  Update examples.  Document the "add-inferior",
4854         "clone-inferior", "remove-inferior" and "maint info
4855         program-spaces" commands.
4856         (Process): Rename node to...
4857         (Forks): ... this.  Document "set|show follow-exec-mode".
4858
4859 2009-10-11  Michael Snyder  <msnyder@vmware.com>
4860
4861         * gdb.texinfo (ReverseStep): Show default as "unsupported".
4862         (ReverseContinue): Ditto.
4863
4864 2009-10-08  Paul Pluzhnikov  <ppluzhnikov@google.com>
4865
4866         * gdb.texinfo (Server): Document libthread-db-search-path.
4867
4868 2009-10-08  Jan Kratochvil  <jan.kratochvil@redhat.com>
4869
4870         * gdbint.texinfo (i386_stopped_by_hwbp): Remove.
4871
4872 2009-10-06  Michael Eager  <eager@eagercon.com>
4873
4874         * gdb.texinfo (Contributors): Add self for Xilinx MicroBlaze.
4875         (Embedded Processors): Add MicroBlaze.
4876         (MicroBlaze): New.  Describe Xilinx MicroBlaze
4877
4878 2009-10-04  Pedro Alves  <pedro@codesourcery.com>
4879
4880         * gdb.texinfo (Remote Protocol): Don't mention vCont;T.
4881
4882 2009-09-26  Pierre Muller  <muller@ics.u-strasbg.fr>
4883
4884         * gdb.texinfo (Cygwin Native): Mention support for Ctrl-BREAK.
4885
4886 2009-09-23  Joel Brobecker  <brobecker@adacore.com>
4887
4888         * observer.texi (solib_unloaded): Document explicitly the fact that
4889         this observer is called before the associated symbols are unloaded.
4890
4891 2009-09-19  Vladimir Prus  <vladimir@codesourcery.com>
4892
4893         * gdb.texinfo (GDB/MI Stack Manipulation): Document
4894         -stack-list-variables.
4895
4896 2009-09-18  Tom Tromey  <tromey@redhat.com>
4897
4898         * gdb.texinfo (GDB/MI Variable Objects): -enable-pretty-printing
4899         is experimental.
4900
4901 2009-09-17  Paul Pluzhnikov  <ppluzhnikov@google.com>
4902
4903         * gdb.texinfo (convenince variables): Mention
4904         $_siginfo could be empty.
4905
4906 2009-09-15  Tom Tromey  <tromey@redhat.com>
4907
4908         * gdb.texinfo (GDB/MI Variable Objects): Document
4909         -enable-pretty-printing, -var-set-update-range, dynamic varobjs.
4910         Expand -var-update documentation.
4911
4912 2009-09-14  Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
4913
4914         * gdb.texinfo (Set Catchpoints): Documentation about the catch syscall
4915         feature.
4916
4917 2009-09-13  Daniel Jacobowitz  <dan@codesourcery.com>
4918
4919         * gdbint.texinfo (Unwinding the Frame ID): Reference outer_frame_id.
4920
4921 2009-09-10  Michael Snyder  <msnyder@vmware.com>
4922
4923         * gdb.texinfo (qSupported): Mention new ReverseContinue and
4924         ReverseStep replies to the qSupported query.
4925
4926 2009-09-10  Joel Brobecker  <brobecker@adacore.com>
4927
4928         Add documentation for set/show interactive-mode.
4929         * gdb.texinfo (Other Misc Settings): New node.
4930
4931 2009-09-01  Doug Evans  <dje@google.com>
4932
4933         * gdb.texinfo (Caching Data of Remote Targets): Add note on
4934         non-stop mode's affect on remote caching.
4935
4936 2009-08-31  Jacob Potter  <jdpotter@google.com>
4937             Doug Evans  <dje@google.com>
4938
4939         * gdb.texinfo (Caching Data of Remote Targets): Update text.
4940         Mark `set/show remotecache' options as obsolete.
4941         Document new `set/show stack-cache' option.
4942         Update text for `info dcache'.
4943
4944 2009-08-27  Doug Evans  <dje@google.com>
4945
4946         * gdb.texinfo (Symbols): Delete `set print symbol-loading'.
4947         (Files): Add note on new optional regex arg to `info sharedlibrary'.
4948
4949 2009-08-26  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4950
4951         * gdbint.texinfo (Releasing GDB): Fix confusing sentence
4952         about autoconf.
4953
4954 2009-08-25  Pedro Alves  <pedro@codesourcery.com>
4955
4956         * gdb.texinfo (Debugging Multiple Inferiors): Add "info inferiors"
4957         small example, and describe its columns.  Replace "inferior-id" by
4958         "infno" throughout.
4959
4960 2009-08-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4961
4962         * gdbint.texinfo (Releasing GDB): Point to
4963         README-maintainer-mode file for required autoconf version.
4964         * configure.ac: Do not substitute datarootdir, htmldir,
4965         pdfdir, docdir.  Do not process --with-datarootdir,
4966         --with-htmldir, --with-pdfdir, --with-docdir.
4967         * configure: Regenerate.
4968
4969         * configure: Regenerate.
4970
4971 2009-08-20  Reid Kleckner  <reid@kleckner.net>
4972
4973         * gdb.texinfo: Add chapter on JIT interface.
4974
4975 2009-08-07  Nick Roberts  <nickrob@snap.net.nz>
4976
4977         * gdb.texinfo (Server Prefix): Explain that server prefix suppresses
4978         confirmation request.
4979
4980 2009-08-05  Jeremy Bennett  <jeremy.bennett@embecosm.com>
4981
4982         * gdb.texinfo (Separate Debug Files, Remote Protocol): Clarified
4983         CRC definitions.
4984
4985 2009-08-03  Vladimir Prus  <vladimir@codesourcery.com>
4986
4987         * gdb.texinfo (GDB/MI Breakpoint Commands): Document
4988         -break-commands.
4989
4990 2009-07-31  Ulrich Weigand  <uweigand@de.ibm.com>
4991
4992         * gdb.texinfo (Cell Broadband Engine SPU architecture): Document the
4993         "set spu auto-flush-cache" and "show spu auto-flush-cache" commands.
4994
4995 2009-07-31  Ulrich Weigand  <uweigand@de.ibm.com>
4996
4997         * gdb.texinfo (Cell Broadband Engine SPU architecture): Document the
4998         "set spu stop-on-load" and "show spu stop-on-load" commands.
4999
5000 2009-07-31  Ulrich Weigand  <uweigand@de.ibm.com>
5001
5002         * gdb.texinfo (Target Descriptions): Document <compatible> element.
5003
5004 2009-07-28  Daniel Jacobowitz  <dan@codesourcery.com>
5005
5006         * gdb.texinfo (ARM Features): Document org.gnu.gdb.arm.vfp and
5007         org.gnu.gdb.arm.neon.
5008
5009 2009-07-20  Pedro Alves  <pedro@codesourcery.com>
5010
5011         * gdb.texinfo (Target Description Format): Mention the new <osabi>
5012         optional element.
5013         (subsection OS ABI): New subsection.
5014
5015 2009-07-14  Stan Shebs  <stan@codesourcery.com>
5016
5017         * gdb.texinfo (Tracepoint Conditions): New section.
5018         (General Query Packets): Describe ConditionalTracepoints.
5019         (Tracepoint Packets): Describe condition field.
5020         (Maintenance Commands): Describe maint agent-eval.
5021         * agentexpr.texi (Using Agent Expressions): Mention eval usage.
5022
5023 2009-07-11  Hui Zhu  <teawater@gmail.com>
5024
5025         * gdb.texinfo (disassemble): Add a new modifier /r
5026         to "disassemble" command to make it print the raw instructions
5027         in hex as well as in symbolic form.
5028
5029 2009-07-09  Tom Tromey  <tromey@redhat.com>
5030
5031         * gdbint.texinfo (Testsuite): Document parallel make check.
5032
5033 2009-07-09  Tom Tromey  <tromey@redhat.com>
5034
5035         * gdbint.texinfo (Testsuite): Document test transcripts.
5036
5037 2009-07-10  Phil Muldoon  <pmuldoon@redhat.com>
5038
5039         * gdb.texinfo (Values From Inferior): Add length parameter
5040         description.
5041
5042 2009-07-04  Chris Genly  <chris@genly.us>
5043
5044         * gdb.texinfo (GDB/MI Variable Objects): Document child definition
5045         in -var-list-children.  Fix example according to what the code
5046         does.
5047
5048 2009-07-02  Pedro Alves  <pedro@codesourcery.com>
5049
5050         * gdb.texinfo (Debugging multiple inferiors): Document the
5051         "inferior", "detach inferior" and "kill inferior" commands.
5052         (Debugging Programs with Multiple Processes): Adjust to mention
5053         generic "inferior" commands.  Delete mention of "detach fork" and
5054         "delete fork".  Cross reference to "Debugging multiple inferiors"
5055         section.
5056
5057 2009-07-02  Ulrich Weigand  <uweigand@de.ibm.com>
5058
5059         * gdbint.texinfo (Item Output Functions): Update signature
5060         for ui_out_field_core_addr.
5061
5062 2009-07-02  Ulrich Weigand  <uweigand@de.ibm.com>
5063
5064         * gdbint.texinfo (Examples of Use of @code{ui_out} functions):
5065         Update example code extrated from breakpoint.c.
5066
5067 2009-06-28  Paul Pluzhnikov  <ppluzhnikov@google.com>
5068
5069         * gdb.texinfo (GDB/MI Program Context): @ignore unimplemented
5070         MI commands.
5071         (GDB/MI Symbol Query): Likewise.
5072         (GDB/MI File Commands): Likewise.
5073         (GDB/MI File Transfer Commands): Likewise.
5074         (GDB/MI Target Manipulation): Likewise.
5075         (GDB/MI Miscellaneous Commands): Likewise.
5076
5077 2009-06-27  Daniel Jacobowitz  <dan@codesourcery.com>
5078
5079         * gdb.texinfo (Debugging Optimized Code): New chapter.
5080         (Compiling for Debugging): Reference it.  Move some
5081         text to the new section.
5082
5083 2009-06-15  Phil Muldoon  <pmuldoon@redhat.com>
5084
5085         * doc/gdb.texinfo (Calling): Document
5086         set-unwind-on-terminating-exception usage.
5087
5088 2009-06-11  Pedro Alves  <pedro@codesourcery.com>
5089
5090         * gdb.texinfo (All-Stop): Document new 'set schedule-multiple'
5091         command.
5092
5093 2009-06-07  Pedro Alves  <pedro@codesourcery.com>
5094
5095         * gdbint.texinfo (TARGET_HAS_HARDWARE_WATCHPOINTS): Delete all
5096         references.
5097
5098 2009-06-04  Ulrich Weigand  <uweigand@de.ibm.com>
5099
5100         * gdbint.texinfo: Rename formal parameters to gdbarch function
5101         protoypes from "current_gdbarch" to "gdbarch".
5102
5103 2009-05-28  Tom Tromey  <tromey@redhat.com>
5104
5105         * gdb.texinfo (Basic Python): Change get_parameter to parameter.
5106
5107 2009-05-27  Tom Tromey  <tromey@redhat.com>
5108
5109         * gdb.texinfo (GDB/MI Miscellaneous Commands): Document "python"
5110         feature.
5111         (GDB/MI Variable Objects): Document -var-set-visualizer.
5112
5113 2009-04-02  Tom Tromey  <tromey@redhat.com>
5114
5115         * gdb.texinfo (GDB/MI Miscellaneous Commands): Document "python"
5116         feature.
5117         (GDB/MI Variable Objects): Document -var-set-visualizer.
5118
5119 2009-05-27  Tom Tromey  <tromey@redhat.com>
5120             Thiago Jung Bauermann  <bauerman@br.ibm.com>
5121             Phil Muldoon  <pmuldoon@redhat.com>
5122
5123         * gdb.texinfo (Objfiles In Python): Reference pretty printing.
5124         (Pretty Printing): New node.
5125         (Selecting Pretty-Printers): Likewise.
5126         (Python API): Update.
5127         (Output Formats): Document /r format.
5128
5129 2009-05-27  Thiago Jung Bauermann  <bauerman@br.ibm.com>
5130             Tom Tromey  <tromey@redhat.com>
5131
5132         * gdb.texinfo (Types In Python): New node.
5133         (Values From Inferior): "type" is now an attribute.
5134         (Python API): Update.
5135
5136 2009-05-27  Tom Tromey  <tromey@redhat.com>
5137             Thiago Jung Bauermann  <bauerman@br.ibm.com>
5138             Phil Muldoon  <pmuldoon@redhat.com>
5139
5140         * gdb.texinfo: Add @syncodeindex for `tp'.
5141         (Python API): Update.
5142         (Auto-loading): New node.
5143         (Objfiles In Python): New node.
5144
5145 2009-05-15  Paul Pluzhnikov  <ppluzhnikov@google.com>
5146
5147         * gdb.texinfo (Threads): Document libthread-db-search-path.
5148
5149 2009-05-15  Nick Roberts  <nickrob@snap.net.nz>
5150
5151         * gdb.texinfo (GDB/MI General Design): Break up into four nodes.
5152
5153 2009-05-12  Pedro Alves  <pedro@codesourcery.com>
5154
5155         * gdb.texinfo: Document 'set/show debug gnu-nat'.  Replace 'maint
5156         show-debug-regs' docs by 'maint set show-debug-regs' and 'maint
5157         show show-debug-regs' docs.
5158
5159 2009-05-08  Eli Zaretskii  <eliz@gnu.org>
5160
5161         * gdb.texinfo (Process Record and Replay): Add description of
5162         reverse execution.
5163
5164 2009-05-07  Joel Brobecker  <brobecker@adacore.com>
5165
5166         * gdbint.texinfo (Adding support for debugging core files): New node.
5167         (Native Debugging): Remove the ``Native core file Support'' section.
5168
5169 2009-05-01  Eli Zaretskii  <eliz@gnu.org>
5170
5171         * gdb.texinfo (Process Record and Replay): Improve and clarify.
5172         Add index entries.
5173
5174 2009-04-30  Hui Zhu  <teawater@gmail.com>
5175             Michael Snyder  <msnyder@vmware.com>
5176
5177         * gdb.texinfo: (Process Record and Replay): Add documentation for
5178         process record and replay.
5179
5180 2009-04-29  Jan Kratochvil  <jan.kratochvil@redhat.com>
5181
5182         * gdb.texinfo (Macros): Note command-line for `info macro'.  Append
5183         a new part on command-line defined macros.
5184
5185 2009-04-25  Eli Zaretskii  <eliz@gnu.org>
5186
5187         * gdb.texinfo (Machine Code) <disassemble-next-line>: Improve and
5188         clarify the wording.
5189
5190 2009-04-23  Tom Tromey  <tromey@redhat.com>
5191
5192         * gdb.texinfo (Data Files): New node.
5193         (GDB Files): Update menu.
5194
5195 2009-04-23  Joel Brobecker  <brobecker@adacore.com>
5196
5197         * gdbint.texinfo (Defining Other Architecture Features): Remove
5198         entry for PROCESS_LINENUMBER_HOOK.
5199
5200 2009-04-22  Vladimir Prus  <vladimir@codesourcery.com>
5201
5202         * gdb.texinfo (GDB/MI Program Execution): Document -exec-jump.
5203
5204 2009-04-22  Hui Zhu  <teawater@gmail.com>
5205
5206         * gdb.texinfo (disassemble-next-line): Set the default of
5207         disassemble-next-line to off.
5208
5209 2009-04-21  Joseph Myers  <joseph@codesourcery.com>
5210
5211         * configure.ac (--with-datarootdir, --with-docdir, --with-pdfdir,
5212         --with-htmldir): New.
5213         * configure: Regenerate.
5214         * Makefile.in (datarootdir, docdir): Define.
5215         (gdb.dvi, gdb.pdf): Use same -I options as for building gdb.info
5216         instead of $(SET_TEXINPUTS).
5217         (gdbint.dvi, gdbint.pdf): Use same -I options as for building
5218         gdbint.info instead of $(SET_TEXINPUTS).
5219         (gdbint/index.html): Use same -I options as for building
5220         gdbint.info.
5221         (stabs.dvi, stabs.pdf): Use same -I options as for building
5222         stabs.info instead of $(SET_TEXINPUTS).
5223         (stabs/index.html): Use same -I options as for building
5224         stabs.info.
5225         (annotate.dvi, annotate.pdf): Use same -I options as for building
5226         annotate.info instead of $(SET_TEXINPUTS).
5227         (annotate/index.html): Use same -I options as for building
5228         annotate.info.
5229
5230 2009-04-21  David Daney  <ddaney@caviumnetworks.com>
5231
5232         * gdb.texinfo (maint show-debug-regs): Remove mention of x86.
5233
5234 2009-04-21  Joseph Myers  <joseph@codesourcery.com>
5235
5236         * gdb.texinfo (Source Path): Document --with-relocated-sources.
5237
5238 2009-04-18  Carlos O'Donell  <carlos@codesourcery.com>
5239             Joseph Myers  <joseph@codesourcery.com>
5240
5241         * Makefile.in (MAKEHTML): Set to makeinfo --html.
5242         (MAKEHTMLFLAGS): Set to empty.
5243         (html__strip_dir): Define.
5244         (HTMLFILES): Define.
5245         (HTMLFILES_INSTALL): Define.
5246         (install-html): Copy new automake rule.
5247         (html): Depend on $(HTMLFILES).
5248         (gdb_toc.html): Rename to gdb/index.html.
5249         (gdbint_toc.html): Rename to gdbint/index.html.
5250         (stabs_toc.html): Rename to stabs/index.html.
5251         (annotate_toc.html): Rename to annotate/index.html.
5252
5253 2009-04-17  Carlos O'Donell  <carlos@codesourcery.com>
5254
5255         * Makefile.in: Set pdfdir and htmldir from configure
5256         substitutions.
5257         * configure.ac: AC_SUBST datarootdir, docdir, htmldir, pdfdir.
5258         * configure: Regenerate.
5259
5260 2009-04-16  Joel Brobecker  <brobecker@adacore.com>
5261
5262         * gdbint.texinfo (Native Debugging): Remove entry for PROC_NAME_FMT.
5263         This macro is no longer used.
5264
5265 2009-04-15  Tom Tromey  <tromey@redhat.com>
5266
5267         * gdb.texinfo (Character Sets): Document default character set.
5268
5269 2009-04-14  Pierre Muller  <muller@ics.u-strasbg.fr>
5270
5271         * gdbint.texinfo: Change server name from sources.redhat.com to
5272         sourceware.org throughout.
5273
5274 2009-04-09  Joel Brobecker  <brobecker@adacore.com>
5275
5276         * gdb.texinfo (Set Breaks): Rewrite a paragraph to avoid a warning
5277         about a missing dot or coma after @xref.
5278
5279 2009-04-02  Joel Brobecker  <brobecker@adacore.com>
5280
5281         * gdb.texinfo (Backtrace): Add a parameter in frame 1 of the first
5282         example, and add a small explanation about it.
5283         (Print Settings): Change the documentation of the "set print
5284         frame-arguments" to reflect the fact that the default is now "scalars".
5285
5286 2009-04-02  Joel Brobecker  <brobecker@adacore.com>
5287
5288         * gdb.texinfo (Print Settings): Add kindex for command "set
5289         print frame-arguments".
5290
5291 2009-03-31  Joel Brobecker  <brobecker@adacore.com>
5292
5293         * gdb.texinfo (Ada Tasks): Add documentation about task-specific
5294         breakpoints.
5295         (Set Breaks): Add reference to thread-specific and task-specific
5296         breakpoints.
5297
5298 2009-03-31  Joel Brobecker  <brobecker@adacore.com>
5299
5300         * gdb.texinfo (Ada Tasks): Remove the documentation about
5301         the "Running" state, as this state has been eliminated.
5302         Now all runnable tasks are shown as "Runnable".
5303
5304 2009-03-30  Stan Shebs  <stan@codesourcery.com>
5305
5306         * gdb.texinfo (Tracepoints): Describe tracepoints as a
5307         special case of breakpoints.
5308         (Enable and Disable Tracepoints): Mention deprecation.
5309         (Listing Tracepoints): Update description and example.
5310
5311 2009-03-30  Thiago Jung Bauermann  <bauerman@br.ibm.com>
5312
5313         * gdb.texinfo (Frames in Python): New node.
5314         (Python API): Update.
5315
5316 2009-03-29  Thiago Jung Bauermann  <bauerman@br.ibm.com>
5317
5318         * gdb.texinfo (Values From Inferior): Change gdb.Value.address
5319         from a method to an attribute.
5320
5321 2009-03-26  Thiago Jung Bauermann  <bauerman@br.ibm.com>
5322
5323         * gdb.texinfo (Values From Inferior): Document is_optimized_out
5324         attribute.
5325
5326 2009-03-25  Pedro Alves  <pedro@codesourcery.com>
5327
5328         * observer.texi (thread_exit): Add "silent" parameter.
5329
5330 2009-03-22  Pedro Alves  <pedro@codesourcery.com>
5331
5332         * observer.texi (about_to_proceed): New.
5333
5334 2009-03-21  Jeremy Bennett  <jeremy.bennett@embecosm.com>
5335
5336         * gdbint.texinfo (everywhere): Use braces {} in @deftypeXX type
5337         field throughout to handle types with spaces in them.  Fix typos
5338         found by aspell.
5339         (Summary, Requirements, Contributors): New first chapter,
5340         "Summary" added, old Requirements section moved there, and new
5341         section, "Contributors" added.
5342         (Initializing a New Architecture, Register Representation)
5343         (Frame Interpretation, Inferior Call Setup, Adding a New Target)
5344         (Porting gdb): These sections extended and updated.
5345         (Compiler Characteristics): This section (empty) deleted.
5346         (Defining Other Architecture Features): This section renamed and
5347         duplicate material removed from (formerly "Target Conditionals").
5348         Use braces {} in @deftypeXX type field throughout to handle types
5349         with spaces in them. Typos found by aspell fixed.
5350
5351         * stack_frame.svg: New file, source of image for gdbint.texinfo.
5352         * stack_frame.pdf: Version of image for PDF output.
5353         * stack_frame.png: Version of image for HTML output and for Emacs.
5354         * stack_frame.txt: Version of image for Info output.
5355         * stack_frame.eps: Version of image for TeX DVI output.
5356
5357 2009-03-21  Eli Zaretskii  <eliz@gnu.org>
5358
5359         * gdb.texinfo (Character Sets): Fix last change.
5360
5361 2009-03-21  Thiago Jung Bauermann  <bauerman@br.ibm.com>
5362
5363         * gdb.texinfo (Values From Inferior): Fix optional arguments
5364         markup.
5365         (Commands In Python): Adjust argument names of gdb.Command.__init__
5366         to what the function accepts as keywords.
5367
5368 2008-03-20  Tom Tromey  <tromey@redhat.com>
5369
5370         * gdb.texinfo (Convenience Vars): Document convenience functions.
5371         (Functions In Python): New node.
5372         (Python API): Update.
5373
5374 2009-03-20  Tom Tromey  <tromey@redhat.com>
5375
5376         * gdb.texinfo (Character Sets): Remove obsolete text.  Document
5377         set target-wide-charset.
5378         (Requirements): Mention iconv.
5379
5380 2009-03-17  Hui Zhu  <teawater@gmail.com>
5381
5382         * gdb.texinfo: Change the introduce of "disassemble-next-line".
5383
5384 2009-03-17  Hui Zhu  <teawater@gmail.com>
5385
5386         * gdb.texinfo: Add documentation for disassemble-next-line.
5387
5388 2009-03-16  Thiago Jung Bauermann  <bauerman@br.ibm.com>
5389
5390         * gdb.texinfo (Commands In Python): Remove tindex entries.
5391
5392 2009-03-15  Jan Kratochvil  <jan.kratochvil@redhat.com>
5393
5394         * gdb.texinfo (Returning): New description for missing debug info.
5395
5396 2009-03-14  Pedro Alves  <pedro@codesourcery.com>
5397
5398         * gdb.texinfo (Remote Configuration): Document query-attached.
5399         (General Query Packets): Document qAttached.
5400
5401 2009-03-05  Pedro Alves  <pedro@codesourcery.com>
5402
5403         * gdb.texinfo (Background Execution): Better describe the set
5404         target-async command.
5405         (Maintenance Commands): Delete description of the `maint set/show
5406         linux-async' and `maint set/show remote-async' commands.
5407
5408 2009-02-18  Vladimir Prus  <vladimir@codesourcery.com>
5409
5410         * gdb.texinfo (GDB/MI Async Records): Add double-spaces
5411         between sentences.
5412
5413 2009-02-18  Vladimir Prus  <vladimir@codesourcery.com>
5414
5415         * gdb.texinfo (GDB/MI Async Records): Document the
5416         =library-loaded and =library-unloaded notifications.
5417
5418 2009-02-17  Vladimir Prus  <vladimir@codesourcery.com>
5419
5420         * observer.texi (test_notification): New observer.
5421
5422 2009-02-14  Vladimir Prus  <vladimir@codesourcery.com>
5423
5424         * observer.texi: Add parameter 'print_frame' to normal_stop
5425         observer.
5426
5427 2009-02-07  Eli Zaretskii  <eliz@gnu.org>
5428
5429         * gdb.texinfo (Basic Python): Fix change from 2009-02-04.
5430         (Commands In Python): Fix COMMAND_* constants in last change.  Use
5431         @kbd for interactive input.  Add cross-references and index
5432         entries.
5433
5434 2009-02-06  Pedro Alves  <pedro@codesourcery.com>
5435
5436         * gdb.texinfo (Signals): Document $_siginfo.
5437         (Convenience Variables): Mention $_siginfo.
5438         (Remote Configuration): Document qXfer:siginfo:read,
5439         qXfer:siginfo:write packets, and the read-siginfo-object,
5440         write-siginfo-object commands.
5441
5442 2009-02-06  Pedro Alves  <pedro@codesourcery.com>
5443
5444         * gdbint.texinfo (Values): New chapter.
5445
5446 2009-02-06  Tom Tromey  <tromey@redhat.com>
5447
5448         * gdb.texinfo (Python API): Add entry for Commands In Python.
5449         (Commands In Python): New node.
5450
5451 2009-02-05  Tom Tromey  <tromey@redhat.com>
5452
5453         * gdb.texinfo (Values From Inferior): Document Value.string.
5454
5455 2009-02-05  Tom Tromey  <tromey@redhat.com>
5456
5457         * gdb.texinfo (Basic Python): Document execute's from_tty
5458         argument.
5459
5460 2009-02-04  Tom Tromey  <tromey@redhat.com>
5461
5462         * gdb.texinfo (Basic Python): Document gdb.history.
5463
5464 2009-01-30  Vladimir Prus  <vladimir@codesourcery.com>
5465
5466         * gdb.texinfo (GDB/MI Thread Commands): Document the
5467         'current-thread-id' field.  Remove the example with zero threads,
5468         since current GDB won't ever report that if there's inferior.
5469
5470 2009-01-30  Vladimir Prus  <vladimir@codesourcery.com>
5471
5472         * gdb.texinfo (GDB/MI Breakpoint Commands): Document the -d
5473         option to -break-insert.
5474
5475 2009-01-28  Daniel Jacobowitz  <dan@codesourcery.com>
5476             Jerome Guitton  <guitton@adacore.com>
5477
5478         * gdb.texinfo (Startup): Document --with-system-gdbinit.
5479         (System-wide configuration): New section.
5480
5481 2009-01-26  Pedro Alves  <pedro@codesourcery.com>
5482
5483         PR gdb/7580:
5484         * gdb.texinfo (Maintenance Commands): Document "maint set|show
5485         internal-error|internal-warning quit|corefile ask|yes|no".
5486
5487 2009-01-26  Pedro Alves  <pedro@codesourcery.com>
5488
5489         * gdb.texinfo (Using the `gdbserver' Program): Document
5490         --remote-debug.
5491
5492 2009-01-23  Doug Evans  <dje@google.com>
5493
5494         * gdb.texinfo: Add nexti to list of commands that support
5495         background execution.
5496
5497 2009-01-14  Daniel Jacobowitz  <dan@codesourcery.com>
5498
5499         * gdb.texinfo (Define, Hooks): Document prefix command support.
5500
5501 2009-01-14  Joseph Myers  <joseph@codesourcery.com>
5502             Carlos O'Donell  <carlos@codesourcery.com>
5503
5504         Fixes for makeinfo --html.
5505
5506         * annotate.texinfo: Use @copying and @insertcopying.  Use
5507         @ifnottex in place of @ifinfo.
5508         * gdb.texinfo: Use @copying and @insertcopying.  Use @ifnottex in
5509         place of @ifinfo.  Use @ifnotinfo for one index entry.
5510         * gdbint.texinfo: Use @copying and @insertcopying.  Use @ifnottex
5511         in place of @ifinfo.
5512         * stabs.texinfo: Use @copying and @insertcopying.  Use @ifnottex
5513         in place of @ifinfo.  Include contents at start unconditionally.
5514
5515 2009-01-13  Pedro Alves  <pedro@codesourcery.com>
5516
5517         * gdb.texinfo (General Query Packets): Remove @var{} around the
5518         "spu" literal string.
5519
5520 2009-01-07  Pedro Alves  <pedro@codesourcery.com>
5521
5522         * gdb.texinfo (Error in Breakpoints): Delete mention of "The same
5523         program may be running in another process" errors.
5524         * gdbint.texinfo (Native Conditionals): Delete
5525         ONE_PROCESS_WRITETEXT description.
5526
5527 2009-01-07  Joel Brobecker  <brobecker@adacore.com>
5528
5529         * gdbint.texinfo (Start of New Year Procedure): Add the "coding"
5530         emacs local variable to be placed at the end of the ChangeLog.
5531         Add server.c and gdbreplay.c to the list of files where the
5532         copyright year needs to be updated.
5533
5534 2009-01-06  Sandra Loosemore  <sandra@codesourcery.com>
5535
5536         * gdb.texinfo (Remote Configuration): Document new
5537         "set/show tcp auto-retry" and "set/show tcp connect-timeout"
5538         commands.
5539
5540 2008-12-28  Pedro Alves  <pedro@codesourcery.com>
5541
5542         * gdbint.texinfo (gdbarch_cannot_fetch_register): Don't mention
5543         FETCH_INFERIOR_REGISTERS.
5544         (Native Conditionals): Remove obsolete CHILD_PREPARE_TO_STORE,
5545         FETCH_INFERIOR_REGISTERS descriptions.  Remove
5546         gdbarch_get_longjmp_target descrition, since already described in
5547         Target Conditionals.  Move gdbarch_fp0_regnum description to ...
5548         (Target Conditionals): ... here.
5549
5550 2008-12-16  Joel Brobecker  <brobecker@adacore.com>
5551
5552         * gdb.texinfo (Omissions from Ada): Add missing GDB prompt in
5553         examples.
5554         (Additions to Ada): Likewise.  Add the missing opening and closing
5555         parenthesis of the GDB prompt in one of the examples.
5556
5557 2008-12-14  Joel Brobecker  <brobecker@adacore.com>
5558
5559         * gdb.texinfo (Omissions from Ada): Remove incorrect documentation
5560         about the result of 'Address not being of type System.Address.
5561         This problem has been fixed a while ago.
5562
5563 2008-12-02  Vladimir Prus  <vladimir@codesourcery.com>
5564
5565         MI non-stop and multiprocess docs.
5566
5567         * gdb.texinfo (GDB/MI): New section 'GDB/MI General Design'
5568         (GDB/MI Output Records): New section 'GDB/MI Frame Information'
5569         Adjust documentation for *stopped, document =thread-created,
5570         =thread-exited, =thread-group-created and =thread-group-exited.
5571         (GDB/MI Thread Commands): Document the 'state' field in
5572         -thread-info output.
5573         (GDB/MI Program Execution): Mention --all and --thread-group
5574         options.
5575         (GDB/MI Variable Objects): Describe floating and fixed variable
5576         objects.
5577         (GDB/MI Miscellaneous Commands): Document -list-thread-groups.
5578
5579 2008-12-02  Vladimir Prus  <vladimir@codesourcery.com>
5580
5581         * gdb.texinfo (Operating System Information): New appendix.
5582         (Operating System Auxiliary Information): Document 'info os processes'
5583         (Remote Configuration): Document 'osdata'
5584         (General Query Packets): Document qXfer:osdata:read.
5585
5586 2008-11-27  Tristan Gingold  <gingold@adacore.com>
5587
5588         * gdb.texinfo (Darwin): Document Darwin specific features.
5589
5590 2008-11-25  Jan Kratochvil  <jan.kratochvil@redhat.com>
5591
5592         * gdbint.texinfo (Target Conditionals): Extend the
5593         gdbarch_breakpoint_from_pc description.
5594
5595 2008-11-22  Vladimir Prus  <vladimir@codesourcery.com>
5596
5597         * gdb.texinfo (M68K Features): Fix typo.
5598
5599 2008-11-18  Paul Pluzhnikov  <ppluzhnikov@google.com>
5600
5601         * gdb.texinfo (Symbols): Mention printing containing
5602         image name in "info symbol".
5603         (Maint translate-address): Likewise.
5604
5605 2008-11-18  Joel Brobecker  <brobecker@adacore.com>
5606
5607         * gdb.texinfo (Set Catchpoints): Remove the documentation of
5608         commands "catch load" and "catch unload".
5609
5610 2008-11-17  Vladimir Prus  <vladimir@codesourcery.com>
5611
5612         * gdb.texinfo (GDB/MI Async Records): Document
5613         =thread-selected.
5614
5615 2008-11-17  Vladimir Prus  <vladimir@codesourcery.com>
5616
5617         * observer.texi (new_inferior, inferior_exit): New observers.
5618
5619 2008-10-27  Pedro Alves  <pedro@codesourcery.com>
5620
5621         * gdbint.texinfo (Adding a New Target): Don't mention TDEPFILES,
5622         .mt files, TM_CLIBS or TM_CDEPS.
5623         (x86 Watchpoints): Don't mention TDEPFILES.
5624
5625 2008-10-24  Sandra Loosemore  <sandra@codesourcery.com>
5626
5627         * gdb.texinfo (Remote Protocol): Add new nodes to menu.
5628         (Overview): Mention notifications and non-stop mode behavior.
5629         (Packets): Update documentation of ?, vAttach, vCont, and vRun
5630         with non-stop mode behavior.  Add vStopped description.
5631         (Stop Reply Packets):  Update list of packets that return
5632         stop replies.  Mention non-stop behavior.
5633         (General Query Packets): Document QNonStop packet and associated
5634         qSupported query response.
5635         (Interrupts): Clarify multi-threaded behavior.  Mention non-stop
5636         behavior.
5637         (Notification Packets): New section.
5638         (Remote Non-Stop): New section.
5639         (File-I/O Overview): Mention non-stop behavior.
5640
5641 2008-10-24  Hui Zhu  <teawater@gmail.com>
5642             Pedro Alves  <pedro@codesourcery.com>
5643
5644         * gdb.texinfo (displaced-stepping): Describe the auto mode
5645         setting, and say it's the default.  This is now a mainstream
5646         setting instead of a maintenance setting.
5647
5648 2008-10-23  Pedro Alves  <pedro@codesourcery.com>
5649
5650         * observer.texi (thread_stop_requested): New.
5651
5652 2008-10-22  Joel Brobecker  <brobecker@adacore.com>
5653
5654         * gdb.texinfo (Ada Tasks, Ada Tasks and Core Files): New nodes.
5655         (Patching): Replace incorrect usage of @samp by @kbd.
5656
5657 2008-10-17  Michael Snyder  <msnyder@vmware.com>
5658
5659         * gdb.texinfo: Add documentation for reverse execution.
5660
5661 2008-10-16  Thiago Jung Bauermann  <bauerman@br.ibm.com>
5662             Eli Zaretskii  <eliz@gnu.org>
5663
5664         * gdb.texinfo. (Values From Inferior): New subsubsection.
5665
5666 2008-10-06  Doug Evans  <dje@google.com>
5667
5668         * gdb.texinfo (set debug dwarf2-die): Document it.
5669
5670 2008-10-01  Joel Brobecker  <brobecker@adacore.com>
5671
5672         * gdb.texinfo (catch) [exception]: Document how to insert
5673         a breakpoint on user-defined exceptions when the exception
5674         name is identical to one of the language-defined ones.
5675
5676 2008-09-27  Tom Tromey  <tromey@redhat.com>
5677
5678         * gdb.texinfo (Macros): Remove text about stringification,
5679         varargs, and splicing.
5680
5681 2008-09-27  Tom Tromey  <tromey@redhat.com>
5682
5683         * gdbint.texinfo (Language Support): Remove text about omitting
5684         support for a language.
5685
5686 2008-09-23  Doug Evans  <dje@google.com>
5687
5688         * gdb.texinfo (info dcache): Update.
5689
5690 2008-09-22  Sandra Loosemore  <sandra@codesourcery.com>
5691
5692         * gdb.texinfo (Packets): Add info on thread-id syntax and
5693         multiprocess extensions.
5694         <D>: Document multiprocess form of packet.
5695         <H>: Use thread-id syntax.
5696         <T>: Likewise.
5697         <vCont>: Likewise.  Note this is required for multiprocess.
5698         <vKill>: New packet.
5699         (Stop Reply Packets) <T>: Use thread-id syntax.
5700         <W>: Document multiprocess form of reply.
5701         <X>: Likewise.
5702         (General Query Packets) <qC>: Use thread-id syntax.
5703         <qfThreadInfo>: Likewise.
5704         <qGetTLSAddr>: Likewise.
5705         <qP>: Likewise.
5706         <qSupported>: Add "multiprocess" feature.
5707         <qThreadExtraInfo>: Use thread-id syntax.
5708
5709 2008-09-22  Stan Shebs  <stan@codesourcery.com>
5710
5711         * gdb.texinfo (Inferiors): New section.
5712
5713 2008-09-12  Pedro Alves  <pedro@codesourcery.com>
5714
5715         * gdbint.texinfo (Native Debugging): Mention NAT_GENERATED_FILES.
5716
5717 2008-09-11  Ulrich Weigand  <uweigand@de.ibm.com>
5718
5719         * gdbint.texinfo (Target Conditionals): Remove documentation
5720         for gdbarch_name_of_malloc.
5721
5722 2008-09-03  Angela Marie Thomas <angela@releasedominatrix.com>
5723
5724         * gdb.texinfo (Interrupts): Mention TCP interface for
5725         sending BREAK.
5726
5727 2008-08-26  Ulrich Weigand  <uweigand@de.ibm.com>
5728
5729         * gdb.texinfo (Commands to Specify Files): Document "remote:"
5730         argument prefix to "set sysroot".
5731
5732 2008-08-21  Paul N. Hilfinger  <hilfinger@adacore.com>
5733
5734         * gdb.texinfo (Omissions from Ada): Describe new treatment of True
5735         and False.
5736
5737 2008-08-20  Vladimir Prus  <vladimir@codesourcery.com>
5738
5739         * gdb.textinfo (GDB/MI Miscellaneous Commands): Use @table
5740         for possible features of -list-features.
5741
5742 2008-08-19  Vladimir Prus  <vladimir@codesourcery.com>
5743
5744         * gdb.texinfo (Background execution): Adjust example
5745         (GDB/MI Miscellaneous Commands): Document -list-target-features.
5746
5747 2008-08-19  Vladimir Prus  <vladimir@codesourcery.com>
5748
5749         * doc/gdb.texinfo (PowerPC): Fix typo.
5750         (PowerPC features): Fix typo.
5751
5752 2008-08-18  Pedro Alves  <pedro@codesourcery.com>
5753
5754         * observer.texi (thread_ptid_changed): New.
5755
5756 2008-08-18  Luis Machado  <luisgpm@br.ibm.com>
5757
5758         * doc/gdb.texinfo (PowerPC): Mention Extended FPR's for POWER7.
5759         (PowerPC features): Mention feature set for VSX registers.
5760
5761 2008-08-13  Joel Brobecker  <brobecker@adacore.com>
5762
5763         * gdb.texinfo (Ada Mode Intro): Improve the documentation regarding
5764         the direct visibility of all names in user-written packages.
5765
5766 2008-08-13  Pedro Alves  <pedro@codesourcery.com>
5767
5768         * gdb.texinfo (breakpoint always-inserted) Describe the auto mode
5769         setting, and make it the default.
5770         (Non-Stop Mode): Remove "set breakpoints always-inserted 1" from
5771         non-stop script example.
5772
5773 2008-08-12  Thiago Jung Bauermann  <bauerman@br.ibm.com>
5774
5775         * gdbint.texinfo (Raw and Virtual Register Representations): Fix
5776         reference to the "Using Different Register and Memory Data
5777         Representation" section.
5778
5779 2008-08-12  Sandra Loosemore  <sandra@codesourcery.com>
5780
5781         * gdb.texinfo (Remote Configuration): Document set remote noack-packet.
5782         (Remote Protocol): Add Packet Acknowledgment to menu.
5783         (Overview): Mention +/- can be disabled, and point to new section
5784         where this is discussed in detail.
5785         (General Query Packets): Document QStartNoAckMode packet, and
5786         corresponding qSupported reply.
5787         (Packet Acknowledgment): New section.
5788
5789 2008-08-11  Sandra Loosemore  <sandra@codesourcery.com>
5790             Pedro Alves  <pedro@codesourcery.com>
5791
5792         * gdb.texinfo (Threads): Move paragraph about automatic thread
5793         selection to All-Stop Mode subsection.
5794         (Thread Stops): Reorganize existing material into subsections.
5795         Add introductory blurb and menu.
5796         (Non-Stop Mode): New subsection.
5797         (Background Execution): New subsection.
5798         (Maintenance Commands): Add cross-references from async mode
5799         commands to the new Background Execution section.
5800
5801 2008-08-06  Tom Tromey  <tromey@redhat.com>
5802
5803         * gdb.texinfo (Extending GDB): New chapter.
5804         (Sequences): Demoted chapter, now a section under the new
5805         Extending GDB chapter.
5806         (Python): New section.
5807
5808 2008-07-31  Stan Shebs  <stan@codesourcery.com>
5809
5810         * gdbint.texinfo: Remove FUNCTION_EPILOGUE_SIZE.
5811
5812 2008-07-29  Stan Shebs  <stan@codesourcery.com>
5813
5814         * gdbint.texinfo: General round of cleanup and minor
5815         clarifications.
5816         (Breakpoint Handling): Remove mention of BREAKPOINT macro.
5817         (Longjmp Support): Update description to reflect how it is done
5818         for targets without using native header.
5819         (Symbol Handling): Add a little more general explanation.
5820         (COFF, ELF): Mention stabs encapsulation.
5821         (DWARF 3): New section.
5822         (Adding a New Host): Scrub out some obsolete bits.
5823         (Generic Host Support Files): Mention ser-pipe.c, ser-mingw.c.
5824         (Host Conditionals): Remove descriptions of NO_STD_REGS,
5825         HAVE_MMAP, HAVE_TERMIO, INT_MAX etc, LONGEST, HAVE_LONG_DOUBLE,
5826         PRINTF_HAS_LONG_DOUBLE, SCANF_HAS_LONG_DOUBLE, L_SET, SEEK_CUR,
5827         SEEK_SET, STOP_SIGNAL, USG.
5828         (Raw and Virtual Register Representations): Ditto for
5829         DEPRECATED_REGISTER_RAW_SIZE, DEPRECATED_REGISTER_VIRTUAL_SIZE,
5830         DEPRECATED_REGISTER_VIRTUAL_TYPE, REGISTER_CONVERT_TO_TYPE.
5831         (Target Conditionals): Ditto for DEPRECATED_FP_REGNUM,
5832         DEPRECATED_FRAMELESS_FUNCTION_INVOCATION, DEPRECATED_FRAME_CHAIN,
5833         DEPRECATED_FRAME_CHAIN_VALID, DEPRECATED_FRAME_INIT_SAVED_REGS,
5834         DEPRECATED_FRAME_SAVED_PC, DEPRECATED_FUNCTION_START_OFFSET,
5835         DEPRECATED_REGISTER_VIRTUAL_SIZE,
5836         DEPRECATED_REGISTER_VIRTUAL_TYPE,
5837         DEPRECATED_USE_STRUCT_CONVENTION.
5838         Describe gdbarch_deprecated_fp_regnum.
5839         Update description of gdbarch_print_insn.
5840         (Adding a New Target): Scrub out obsolete bits.
5841         (Obsolete Conditionals): Remove entire section.
5842
5843 2008-07-25  Tom Tromey  <tromey@redhat.com>
5844
5845         * observer.texi (GDB Observers): Document new observers:
5846         breakpoint_created, breakpoint_deleted, breakpoint_modified,
5847         tracepoint_created, tracepoint_deleted, tracepoint_modified,
5848         architecture_changed.
5849
5850 2008-07-21  Stan Shebs  <stan@codesourcery.com>
5851
5852         * gdbint.texinfo: Refer to target_so_ops.in_dynsym_resolve_code
5853         instead of IN_SOLIB_DYNSYM_RESOLVE_CODE.
5854
5855 2008-07-21  Tom Tromey  <tromey@redhat.com>
5856
5857         * observer.texi (GDB Observers): Remove obsolete comment.
5858         <executable_changed>: Remove argument.
5859
5860 2008-07-18  Tom Tromey  <tromey@redhat.com>
5861
5862         * gdb.texinfo (Macros): Update.  Use @code rather than @command.
5863
5864 2008-07-10  Doug Evans  <dje@google.com>
5865
5866         * doc/gdb.texinfo: Document "set print symbol-loading on|off".
5867
5868 2008-07-10  Jan Kratochvil  <jan.kratochvil@redhat.com>
5869
5870         * gdb.texinfo (Starting): Document "set disable-randomization".
5871
5872 2008-07-07  Andreas Schwab  <schwab@suse.de>
5873
5874         * gdb.texinfo (GDB/MI Target Manipulation): Fix last change.
5875
5876 2008-07-06  Vladimir Prus  <vladimir@codesourcery.com>
5877
5878         * gdb.texinfo (GDB/MI Target Manipulation): Add
5879         example of -target-attach.
5880
5881 2008-06-10  Vladimir Prus  <vladimir@codesourcery.com>
5882
5883         * observer.texi (target_resumed): New observer.
5884         * gdb.texinfo (GDB/MI Output Records): Document *running.
5885
5886 2008-06-06  Tom Tromey  <tromey@redhat.com>
5887
5888         * gdb.texinfo (Completion): Add field name example.
5889
5890 2008-06-06  Marc Khouzam  <marc.khouzam@ericsson.com>
5891
5892         * gdb.texinfo (GDB/MI Program Context): Added example
5893         to -exec-arguments
5894
5895 2008-06-05  Nick Roberts  <nickrob@snap.net.nz>
5896
5897         * annotate.texinfo (Multi-threaded Apps): Add entry for thread-changed
5898         annotation.
5899
5900 2008-06-05  Vladimir Prus  <vladimir@codesourcery.com>
5901             Nathan Sidwell  <nathan@codesourcery.com>
5902             Joseph Myers  <joseph@codesourcery.com>
5903
5904         * configure.ac: Include ../../config/acx.m4.  Use ACX_PKGVERSION
5905         and ACX_BUGURL.
5906         * configure: Regenerate.
5907         * Makefile.in (PKGVERSION, BUGURL_TEXI): Define.
5908         (GDBvn.texi): Define VERSION_PACKAGE, BUGURL and BUGURL_DEFAULT.
5909         * gdb.texinfo: Use VERSION_PACKAGE and BUGURL.  Remove
5910         mailing-list-specific text about bug reporting unless
5911         BUGURL_DEFAULT.
5912
5913 2008-06-05  Pedro Alves  <pedro@codesourcery.com>
5914
5915         * gdb.texinfo (-target-select): Remove reference to target async.
5916         (Maintenance Commands): Document "maint set/show remote-async".
5917
5918 2008-06-04  Marc Khouzam  <marc.khouzam@ericsson.com>
5919
5920         * gdb.texinfo (GDB/MI File Transfer Commands): Typo
5921         in -target-file-get section.
5922
5923 2008-05-22  Pedro Alves  <pedro@codesourcery.com>
5924
5925         * gdb.texinfo (vAttach, vRun): Re-remove requirement of the stub
5926         killing the inferior when it is already debugging a process.
5927
5928 2008-05-21  Joel Brobecker  <brobecker@adacore.com>
5929
5930         * gdb.texinfo (Continuing and Stepping): Document the new "fin"
5931         abbreviation for "finish".
5932
5933 2008-05-21  Nick Roberts  <nickrob@snap.net.nz>
5934
5935         * annotate.texinfo (Multi-threaded Apps): New node for new annotation.
5936
5937 2008-05-15  Daniel Jacobowitz  <dan@codesourcery.com>
5938
5939         * gdbint.texinfo (Target Conditionals): Delete entry for
5940         gdbarch_dwarf_reg_to_regnum.
5941
5942 2008-05-09  Doug Evans  <dje@google.com>
5943
5944         * gdb.texinfo: Document "find" command, qSearch:memory packet.
5945
5946 2008-05-05  Doug Evans  <dje@google.com>
5947
5948         * gdb.texinfo (disassemble): Document /m modifier.
5949
5950 2008-05-05  Vladimir Prus  <vladimir@codesourcery.com>
5951
5952         * gdb.texinfo (Maintenance Commands): Clarify that "maint time"
5953         will not report the time of commands that run the target.
5954
5955 2008-05-03  Vladimir Prus  <vladimir@codesourcery.com>
5956
5957         * gdb.texinfo (GDB/MI Output Records): Add
5958         missing semicolon.
5959
5960 2008-05-03  Vladimir Prus  <vladimir@codesourcery.com>
5961
5962         * gdb.texinfo (GDB/MI Output Records):
5963         Document =thread-create and =thread-exited.
5964
5965 2008-05-03  Vladimir Prus  <vladimir@codesourcery.com>
5966
5967         * gdb.texinfo (GDB/MI Development and Front Ends):
5968         Remove mention of dmi-discuss.
5969
5970 2008-05-03  Pedro Alves  <pedro@codesourcery.com>
5971
5972         * observer.texi (thread_exit): New.
5973
5974 2008-05-02  Pedro Alves  <pedro@codesourcery.com>
5975
5976         * gdb.texinfo (Debugging Output): Document "set/show debug
5977         displaced".
5978         (Maintenance Commands): Document "maint set/show
5979         can-use-displaced-stepping".
5980
5981 2008-05-02  Daniel Jacobowitz  <dan@codesourcery.com>
5982
5983         * gdb.texinfo (ARM): Document set/show arm fallback-mode
5984         and set/show arm force-mode.
5985
5986 2008-05-02  Andreas Schwab  <schwab@suse.de>
5987
5988         * gdbint.texinfo (Algorithms): Describe
5989         target_watchpoint_addr_within_range.
5990
5991 2008-04-30  Daniel Jacobowitz  <dan@codesourcery.com>
5992
5993         * gdbint.texinfo (Stack Frames): New chapter.
5994         (Algorithms): Move Frames text to the new chapter.
5995         (Target Conditionals): Delete SAVE_DUMMY_FRAME_TOS.  Document
5996         gdbarch_dummy_id instead of gdbarch_unwind_dummy_id.
5997
5998 2008-04-24  Vladimir Prus  <vladimir@codesourcery.com>
5999
6000         * gdb.texinfo (GDB/MI Output Syntax): Clarify that async
6001         output does not necessary include any tokens.
6002
6003 2008-04-22  Corinna Vinschen  <vinschen@redhat.com>
6004
6005         * gdb.texinfo (Set SH Calling convention): New @item.
6006         (Show SH Calling convention): Ditto.
6007
6008 2008-04-22  Markus Deuling  <deuling@de.ibm.com>
6009
6010         * gdb.texinfo (Fortran Operators): Describe '%' operator.
6011
6012 2008-04-20  Eli Zaretskii  <eliz@gnu.org>
6013
6014         * gdb.texinfo (Set Breaks): Mention that multiple location
6015         breakpoints need line number info.  Add index entries.
6016
6017 2008-04-19  Craig Silverstein  <csilvers@google.com>
6018
6019         * gdb.texinfo (Requirements): Add an optional requirement on
6020         zlib.
6021         * gdbint.texinfo (Debugging File Formats): Add new subsection for
6022         Compressed DWARF 2.
6023
6024 2008-04-16  Aleksandar Ristovski  <aristovski@qnx.com>
6025
6026         * gdb.texinfo (GDB/MI Simple Examples): Added 'disp' field to the
6027         sample output for 'stopped,reason="breakpoint-hit"' message.
6028         (GDB/MI Program Execution): Likewise.
6029
6030 2008-04-09  Marc Khouzam  <marc.khouzam@ericsson.com>
6031
6032         * gdb.texinfo (GDB/MI Variable Objects): Add anchor to
6033         -var-set-format.  Add -f option to -var-evaluate-expression.
6034
6035 2008-04-03  Joel Brobecker  <brobecker@adacore.com>
6036
6037         * gdb.texinfo (Breakpoint Menus): Delete. Contents moved inside
6038         new node "Ambiguous Expressions".  Replace references to this
6039         node by references to "Ambiguous Expressions" throughout.
6040         (Ambiguous Expressions): New node.
6041
6042 2008-03-26  Daniel Jacobowitz  <dan@codesourcery.com>
6043
6044         * gdb.texinfo (MIPS Features, PowerPC Features): Add @node.
6045
6046 2008-03-21  Pedro Alves  <pedro@codesourcery.com>
6047
6048         * gdb.texinfo (Debugging Output): Document
6049         "set/show debug lin-lwp-async".
6050         (Maintenance Commands): Document "maint set/show linux-async".
6051
6052 2008-03-21  Daniel Jacobowitz  <dan@codesourcery.com>
6053
6054         * gdb.texinfo (Expressions): Update description of malloced arrays.
6055
6056 2008-03-15  Vladimir Prus  <vladimir@codesourcery.com>
6057
6058         * gdb.texinfo (Thread Commands): Document
6059         -thread-info.  Remove -thread-list-all-threads.
6060
6061 2008-03-14  Pedro Alves  <pedro@codesourcery.com>
6062             Sandra Loosemore  <sandra@codesourcery.com>
6063
6064         * gdb.texinfo (Library List Format): Update to mention the
6065         possibility to pass section addresses instead of segment
6066         addresses.
6067
6068 2008-03-10  Daniel Jacobowitz  <dan@codesourcery.com>
6069
6070         * gdb.texinfo (Starting): Document "set exec-wrapper".
6071         (Server): Document gdbserver --wrapper.
6072
6073 2008-03-03  Daniel Jacobowitz  <dan@codesourcery.com>
6074
6075         * gdb.texinfo (Set Watchpoints): Mention watchpoints on
6076         unreadable memory.  Delete obsolete SPARClite reference.
6077
6078 2008-02-28  Daniel Jacobowitz  <dan@codesourcery.com>
6079
6080         * gdb.texinfo (Starting): Mention always-running targets.
6081         (Target Commands): Add an anchor for load.
6082         (Connecting): Explain continue instead of run.
6083
6084 2008-02-27  Daniel Jacobowitz  <dan@codesourcery.com>
6085
6086         * gdb.texinfo (Debugging Output): Document "set debug timestamp".
6087
6088 2008-02-26  Nick Roberts  <nickrob@snap.net.nz>
6089
6090         * gdb.texinfo (Set Breaks): Revert description of Enb column of
6091         breakpoint table.
6092
6093 2008-02-19  Pedro Alves  <pedro@codesourcery.com>
6094
6095         * gdb.texinfo (vAttach, vRun): Remove requirement of the stub
6096         killing the inferior when it is already debugging a process.
6097
6098 2008-02-13  Markus Deuling  <deuling@de.ibm.com>
6099
6100         * gdbint.texinfo (Build Script): New section. Mention new build script
6101         gdb_buildall.sh.
6102
6103 2008-02-01  Jim Blandy  <jimb@red-bean.com>
6104
6105         * gdb.texinfo (Help): Summarize 'info args' correctly.
6106
6107 2008-01-30  Thiago Jung Bauermann  <bauerman@br.ibm.com>
6108
6109         * gdb.texinfo: (Decimal Floating Point): Mention pseudo-registers
6110         available in PowerPC architecture.
6111         (Embedded Processors): Change node name of PowerPC item in menu.
6112         (PowerPC): Rename to...
6113         (PowerPC Embedded): this.
6114         (Architectures): Add new PowerPC item in menu.
6115         (PowerPC): New node.
6116
6117 2008-01-30  Daniel Jacobowitz  <dan@codesourcery.com>
6118
6119         * gdb.texinfo (Multi-Process Mode for gdbserver): Use @kbd for
6120         commands.
6121
6122 2008-01-30  Daniel Jacobowitz  <dan@codesourcery.com>
6123
6124         * gdb.texinfo (Setting Catchpoints): Mention features
6125         supported on GNU/Linux.
6126
6127 2008-01-30  Nick Roberts  <nickrob@snap.net.nz>
6128
6129         * gdb.texinfo (GDB/MI File Commands): Describe new output
6130         field for MI command -file-list-exec-source-file.
6131
6132 2008-01-29  Daniel Jacobowitz  <dan@codesourcery.com>
6133
6134         * gdb.texinfo (Using the `gdbserver' Program): Add security
6135         warning.  Rearrange into subsections and subsubsections.  Document
6136         --multi and --debug.  Correct --with-sysroot typo.  Update --attach
6137         usage.  Make load reference clearer.  Document monitor exit.
6138         (Remote Configuration): Document set remote exec-file, attach-packet,
6139         and run-packet.
6140         (Packets): Document vAttach and vRun.
6141
6142 2008-01-29  Nick Roberts  <nickrob@snap.net.nz>
6143
6144         * gdb.texinfo (Processes): Mention process command.
6145         detach-on-follow -> detach-on-fork.
6146
6147 2008-01-28  Daniel Jacobowitz  <dan@codesourcery.com>
6148
6149         * gdbint.texinfo (Native Conditionals): Remove
6150         SHELL_COMMAND_CONCAT and SHELL_FILE.
6151
6152 2008-01-26  Eli Zaretskii  <eliz@gnu.org>
6153
6154         * gdb.texinfo (Specify Location): Improve wording.
6155
6156 2008-01-23  Chris Demetriou  <cgd@google.com>
6157
6158         * gdb.texinfo (Threads): Document new "set print thread-events"
6159         and "show print thread-events" commands.
6160
6161 2008-01-19  Eli Zaretskii  <eliz@gnu.org>
6162
6163         * gdb.texinfo (Specify Location): New section.
6164         (Delete Breaks, Edit, Set Breaks): Remove description of
6165         locations.  Instead, add a reference to "Specify Location".
6166         (Machine Code, Jumping, Thread Stops, Continuing and Stepping)
6167         (Symbols): Refer to "Specify Location" for the valid forms of
6168         linespecs and locations.
6169
6170 2008-01-18  Markus Deuling  <deuling@de.ibm.com>
6171
6172         * gdbint.texinfo (Target Conditionals): Replace the description of
6173         BITS_BIG_ENDIAN with a description of gdbarch_bits_big_endian.
6174
6175 2008-01-12  Paul Hilfinger  <hilfinger@adacore.com>
6176
6177         * gdb.texinfo (C Operators): Remove incorrect parenthetical comment
6178         about &&var, which is rejected by the expression parser.
6179
6180 2008-01-09  Luis Machado  <luisgpm@br.ibm.com>
6181
6182         * gdb.texinfo (Output): Update documentation on using printf with DFP
6183         types.
6184
6185 2008-01-07  Thiago Jung Bauermann  <bauerman@br.ibm.com>
6186
6187         * gdb.texinfo (C and C++): Add Decimal Floating Point format
6188         subsubsection.
6189         (Decimal Floating Point format): New subsubsection.
6190
6191 2008-01-05  Pedro Alves  <pedro@codesourcery.com>
6192
6193         * gdb.texinfo (File Options): Remove mention of the attempt to
6194         open a core file with the -p option.  Don't list -c as a valid
6195         option to attach to a process.
6196
6197 2008-01-05  Pedro Alves  <pedro@codesourcery.com>
6198
6199         * gdbint.texinfo (Host Conditionals): Remove mention of
6200         ALIGN_STACK_ON_ENTRY.
6201
6202 2008-01-05  Joel Brobecker  <brobecker@adacore.com>
6203
6204         * gdbint.texinfo (Start of New Year Procedure): Add item
6205         describing how to update the source and documentation copyright
6206         notices.
6207
6208 2007-12-18  Jim Blandy  <jimb@codesourcery.com>
6209
6210         * gdb.texinfo (Set Watchpoints): Integrate per-thread
6211         watchpoint explanation into the main description of the watchpoint
6212         command; update synopses of 'watch', 'rwatch', and 'awatch'
6213         commands.
6214
6215 2007-12-18  Vladimir Prus  <vladimir@codesourcery.com>
6216
6217         * gdb.texinfo (Miscellaneous gdb/mi Commands):
6218         Document 'pending-breakpoints' feature of
6219         -list-features.
6220
6221 2007-12-17  Luis Machado  <luisgpm@br.ibm.com>
6222
6223         * gdb.texinfo: Add new parameter's description.
6224
6225 2007-12-16  Daniel Jacobowitz  <dan@codesourcery.com>
6226
6227         * gdb.texinfo (Overview): Clarify run-length encoding
6228         example.  Remove the restriction on "+" and "-" characters.
6229
6230 2007-12-15  Eli Zaretskii  <eliz@gnu.org>
6231
6232         * gdb.texinfo (Host I/O Packets): Fix xref syntax.
6233
6234 2007-12-14  Vladimir Prus  <vladimir@codesourcery.com>
6235
6236         * gdb.texinfo (GDB/MI Breakpoint Commands): Document
6237         the -f option for -break-insert, remove -r option,
6238         and clarify specification of location.
6239
6240 2007-11-30  Daniel Jacobowitz  <dan@codesourcery.com>
6241
6242         * gdb.texinfo (Debugging Programs with Multiple Processes): Correct
6243         formatting.
6244         (Remote Debugging): Add File Transfer section.
6245         (Remote Configuration): Document Host I/O packets.
6246         (GDB/MI): Add GDB/MI File Transfer Commands section.
6247         (Host I/O Packets): New section in "Remote Protocol".
6248         (Packets): Add vFile.
6249
6250 2007-11-17  Eli Zaretskii  <eliz@gnu.org>
6251
6252         * gdb.texinfo (Set Breaks, Disabling): Clarify behavior of
6253         breakpoints with multiple locations.
6254         (Breakpoint Menus): Improve wording.
6255         (Output): Fix last change.
6256
6257 2007-11-17  Ulrich Weigand  <uweigand@de.ibm.com>
6258
6259         * Makefile.in (Makefile): Do not depend on target_makefile_frag.
6260
6261 2007-11-15  Doug Evans  <dje@google.com>
6262
6263         * gdb.texinfo (Symbols): Update output of "maint info symtabs".
6264
6265 2007-11-15  Vladimir Prus  <vladimir@codesourcery.com>
6266
6267         * gdbint.texinfo (Native Conditionals): Remove
6268         mention of CLEAR_SOLIB.
6269
6270 2007-11-11  Joel Brobecker  <brobecker@adacore.com>
6271
6272         * gdb.texinfo (Print Settings): Add documentation for "set/show
6273         print frame-arguments".
6274
6275 2007-11-05  Luis Machado  <luisgpm@br.ibm.com>
6276
6277         * gdb.texinfo (Output): Update printf command's description.
6278
6279 2007-10-30  Daniel Jacobowitz  <dan@codesourcery.com>
6280
6281         * gdb.texinfo (PowerPC): Document "set powerpc vector-abi" and "set
6282         powerpc soft-float".
6283
6284 2007-10-24  Daniel Jacobowitz  <dan@codesourcery.com>
6285
6286         * gdb.texinfo (Files): Correct formatting.  Mention Expat
6287         requirement.
6288         (Requirements for Building GDB): Expand the list of Expat
6289         uses.
6290         (Library List Format, Memory Map Format): Mention Expat.
6291         (Target Descriptions): Update Expat wording.
6292
6293 2007-10-24  Daniel Jacobowitz  <dan@codesourcery.com>
6294
6295         * gdbint.texinfo (Register and Memory Data, Target Conditionals):
6296         Document that gdbarch_convert_register_p should return zero for no-op
6297         conversions.
6298
6299 2007-10-22  Ulrich Weigand  <uweigand@de.ibm.com>
6300
6301         * gdbint.texi (Compiler Characteristics): Move documentation
6302         of set_gdbarch_sofun_address_maybe_missing back to ...
6303         (Target Conditionals): ... here to fix build break.
6304
6305 2007-10-19  Ulrich Weigand  <uweigand@de.ibm.com>
6306
6307         * gdbint.texi (Target Conditionals): Remove documentation of
6308         SOFUN_ADDRESS_MAYBE_MISSING, replaced by ...
6309         (Compiler Characteristics): ... documentation of
6310         set_gdbarch_sofun_address_maybe_missing.
6311
6312 2007-10-17  Daniel Jacobowitz  <dan@codesourcery.com>
6313
6314         * gdbint.texinfo (Target Conditionals): Use
6315         frame_unwind_register_unsigned in examples instead of
6316         frame_unwind_unsigned_register.
6317
6318 2007-10-15  Daniel Jacobowitz  <dan@codesourcery.com>
6319
6320         * gdb.texinfo (Predefined Target Types): Add int128
6321         and uint128.
6322         (Standard Target Features): Add PowerPC features.
6323
6324 2007-10-15  Daniel Jacobowitz  <dan@codesourcery.com>
6325
6326         * gdb.texinfo (Maintenance Commands): Document "maint print c-tdesc".
6327
6328 2007-10-12  Ulrich Weigand  <uweigand@de.ibm.com>
6329
6330         * gdbint.texi (Target Conditionals): Remove documentation
6331         of and references to DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS,
6332         gdbarch_extract_return_value, and gdbarch_store_return_value.
6333
6334 2007-10-12  Ulrich Weigand  <uweigand@de.ibm.com>
6335
6336         * gdbint.texi (Target Conditionals): Remove documentation of
6337         and references to DEPRECATED_REG_STRUCT_HAS_ADDR.
6338
6339 2007-10-11  Kazu Hirata  <kazu@codesourcery.com>
6340
6341         * gdb.texinfo: Mention that inaccessible-by-default is on by
6342         default.
6343
6344 2007-10-11  Daniel Jacobowitz  <dan@codesourcery.com>
6345
6346         * gdbint.texinfo (Target Conditionals): Remove VARIABLES_INSIDE_BLOCK.
6347
6348 2007-09-30  Daniel Jacobowitz  <dan@codesourcery.com>
6349
6350         * gdb.texinfo (Setting Watchpoints): Adjust warning text about
6351         multi-threaded watchpoints.
6352         * gdbint.texinfo (Watchpoints): Describe how watchpoints are
6353         checked.  Describe sticky notification.  Expand description
6354         of steppable and continuable watchpoints.
6355         (Watchpoints and Threads): New subsection.
6356
6357 2007-09-28  Vladimir Prus  <vladimir@codesourcery.com>
6358
6359         * gdb.texinfo (Setting Breakpoints): Revise
6360         documentation for pending breakpoints.  Document
6361         breakpoints with multiple locations.
6362
6363 2007-09-19  Vladimir Prus  <vladimir@codesourcery.com>
6364
6365         * gdb.texinfo (Miscellaneous gdb/mi Commands):
6366         Document -list-features.
6367
6368 2007-09-15  Eli Zaretskii  <eliz@gnu.org>
6369
6370         * gdb.texinfo (Output): Spell out which features of C's printf are
6371         not supported by GDB's printf.
6372         (Separate Debug Files): More accurate wording regarding build ID
6373         and a reference to the ld manual rather than the Fedora wiki.
6374
6375 2007-09-04  Daniel Jacobowitz  <dan@codesourcery.com>
6376             Jim Blandy  <jimb@codesourcery.com>
6377
6378         * gdb.texinfo (Output Formats): Update 'c' description.  Describe 's'.
6379         (Examining Memory): Update mentions of the 's' format.
6380         (Automatic Display): Likewise.
6381
6382 2007-09-02  Daniel Jacobowitz  <dan@codesourcery.com>
6383
6384         * gdb.texinfo: Update the FSF's Back-Cover Text.
6385
6386 2007-09-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
6387             Eli Zaretskii  <eliz@gnu.org>
6388
6389         * gdb.texinfo (Separate Debug Files): Cosmetic quoting removal.
6390         Fixed the ``build ID'' name.  New binaries build instructions for the
6391         build ID inclusion.  Explain how the commands are specific to the build
6392         ID vs. debug link.
6393
6394 2007-09-01  Eli Zaretskii  <eliz@gnu.org>
6395
6396         * gdb.texinfo (Separate Debug Files): Fix last change.  Add
6397         indexing for ``build ID'' support.
6398
6399 2007-09-01  Jan Kratochvil  <jan.kratochvil@redhat.com>
6400
6401         * gdb.texinfo (Separate Debug Files): Included a BUILD ID description.
6402         Enlisted BUILD ID to the debug file searching example.
6403         Included a BUILD ID `.note.gnu.build-id' section description.
6404         Updated/added the debug files splitting instructions for OBJCOPY.
6405
6406 2007-08-31  Vladimir Prus  <vladimir@codesourcery.com>
6407
6408         * gdb.texinfo (Variable Objects): Adjust docs
6409         for -var-info-expression and document
6410         -var-info-path-expression.
6411
6412 2007-08-20  Jim Blandy  <jimb@codesourcery.com>
6413
6414         * gdb.texinfo (Top): Dedicate manual to the memory of Fred Fish.
6415         (title page): Include the dedication in the printed manual, as a
6416         separate page after the copyright notice.
6417
6418         * gdb.texinfo (The F Reply Packet): Avoid confusing texi2html:
6419         don't break a @var across a line.
6420
6421 2007-07-25  Maciej W. Rozycki  <macro@mips.com>
6422
6423         * Makefile.in (MAKEHTMLFLAGS): Also search the current directory
6424         for include files.
6425
6426 2007-07-12  Nick Roberts  <nickrob@snap.net.nz>
6427
6428         * gdb.texinfo (Server Prefix): New node.  Adapt from existing node
6429         in annotate.texinfo.
6430         (Command History): Link to new node.
6431
6432 2007-07-05  Markus Deuling  <deuling@de.ibm.com>
6433
6434         * gdbint.texinfo (PC_LOAD_SEGMENT): Remove description.
6435
6436 2007-07-05  Eli Zaretskii  <eliz@gnu.org>
6437
6438         * gdbint.texinfo (Target Conditionals): Fix last change.
6439
6440 2007-07-03  Markus Deuling  <deuling@de.ibm.com>
6441
6442         * gdb.texinfo: Replace following macros by their appropriate gdbarch
6443         routines:
6444         (TARGET_CHAR_SIGNED, CALL_DUMMY_LOCATION, CANNOT_FETCH_REGISTER)
6445         (CANNOT_STORE_REGISTER, GET_LONGJMP_TARGET, POINTER_TO_ADDRESS)
6446         (ADDRESS_TO_POINTER, INNER_THAN, FRAME_NUM_ARGS)
6447         (HAVE_NONSTEPPABLE_WATCHPOINT, TARGET_SHORT_BIT, TARGET_INT_BIT)
6448         (TARGET_LONG_BIT, TARGET_LONG_LONG_BIT, TARGET_FLOAT_BIT)
6449         (TARGET_DOUBLE_BIT, TARGET_LONG_DOUBLE_BIT, TARGET_PTR_BIT
6450         (TARGET_ADDR_BIT, SP_REGNUM, PC_REGNUM, PS_REGNUM, FP0_REGNUM)
6451         (STAB_REG_TO_REGNUM, ECOFF_REG_TO_REGNUM, DWARF_REG_TO_REGNUM)
6452         (SDB_REG_TO_REGNUM, DWARF2_REG_TO_REGNUM, BELIEVE_PCC_PROMOTION)
6453         (CONVERT_REGISTER_P, REGISTER_TO_VALUE, VALUE_TO_REGISTER)
6454         (POINTER_TO_ADDRESS, ADDRESS_TO_POINTER, EXTRACT_RETURN_VALUE)
6455         (STORE_RETURN_VALUE, SKIP_PROLOGUE, MEMORY_INSERT_BREAKPOINT)
6456         (BREAKPOINT_FROM_PC, MEMORY_REMOVE_BREAKPOINT, DECR_PC_AFTER_BREAK)
6457         (ADDR_BITS_REMOVE, TARGET_PRINT_INSN, SKIP_TRAMPOLINE_CODE)
6458         (IN_SOLIB_RETURN_TRAMPOLINE, NAME_OF_MALLOC, ADDRESS_CLASS_TYPE_FLAGS)
6459         (ADDRESS_CLASS_TYPE_FLAGS_TO_NAME, ADDRESS_CLASS_TYPE_FLAGS_P).
6460         (ADDRESS_CLASS_NAME_to_TYPE_FLAGS, ADJUST_BREAKPOINT_ADDRESS)
6461         (PRINT_FLOAT_INFO, PRINT_VECTOR_INFO, INTEGER_TO_ADDRESS)
6462         (SKIP_PERMANENT_BREAKPOINT, TARGET_VIRTUAL_FRAME_POINTER)
6463         (SOFTWARE_SINGLE_STEP_P)
6464
6465         (push_dummy_call, stabs_argument_has_addr, unwind_sp, unwind_pc)
6466         (print_registers_info, push_dummy_code, unwind_dummy_id): Rework
6467
6468         (REGISTER_CONVERT_TO_TYPE, END_OF_TEXT_DEFAULT, GDB_MULTI_ARCH)
6469         (GDB_TARGET_IS_HPPA, DEPRECATED_GET_SAVED_REGISTER)
6470         (SYMBOLS_CAN_START_WITH_DOLLAR, DEPRECATED_INIT_EXTRA_FRAME_INFO)
6471         (DEPRECATED_INIT_FRAME_PC, DEPRECATED_SIGTRAMP_START)
6472         (IN_SOLIB_CALL_TRAMPOLINE, NO_HIF_SUPPORT, REGISTER_CONVERTIBLE)
6473         (DEPRECATED_REGISTER_RAW_SIZE, PARM_BOUNDARY, DEPRECATED_STACK_ALIGN)
6474         (PROLOGUE_FIRSTLINE_OVERLAP, DEPRECATED_POP_FRAME, STEP_SKIPS_DELAY)
6475         (TARGET_COMPLEX_BIT, TARGET_DOUBLE_COMPLEX_BIT)
6476         (OS9K_VARIABLES_INSIDE_BLOCK, KERNEL_U_ADDR, KERNEL_U_ADDR_HPUX)
6477         (REGISTER_U_ADDR, U_REGS_OFFSET, DEBUG_PTRACE): Remove description.
6478
6479         (Converting an existing Target Architecture to Multi-arch): Remove
6480          section.
6481
6482         (gdbarch_unwind_pc, gdbarch_unwind_sp): Renew code example.
6483         (gdbarch_addr_bits_remove): Add code example.
6484
6485         * gdb.texinfo: Replace REGISTER_NAME by gdbarch_register_name.
6486
6487 2007-07-02  Daniel Jacobowitz  <dan@codesourcery.com>
6488
6489         * gdb.texinfo (Remote Configuration): Document library-info-packet.
6490         Add other missing entries.  Adjust the table size to fit.
6491         (Stop Reply Packets): Use @itemize instead of @enumerate.  Document
6492         stop reasons including the new "library" event.
6493         (General Query Packets): Adjust table widths for qSupported.  Mention
6494         qXfer:libraries:read reply to qSupported and document the new packet.
6495         (Library List Format): New section.
6496
6497 2007-07-01  Jan Kratochvil  <jan.kratochvil@redhat.com>
6498
6499         * gdb.texinfo (Attach): Fixed GDB exit inferior detachment.
6500
6501 2007-06-28  Michael Snyder  <msnyder@svkmacdonelllnx>
6502
6503         * gdbint.texinfo (Table, Tuple and List Functions) Fix typo.
6504
6505 2007-06-25  Nick Roberts  <nickrob@snap.net.nz>
6506
6507         * gdbint.texinfo (Register and Memory Data): Break sections
6508         into nodes and add a menu.
6509
6510 2007-06-21  Maciej W. Rozycki  <macro@mips.com>
6511
6512         * gdb.texinfo (Examining Memory): Document the new behaviour.
6513
6514 2007-06-21  Vladimir Prus  <vladimir@codesourcery.com>
6515
6516         * gdb.texinfo (Standard Target Features): Document
6517         m68k features.
6518
6519 2007-06-18  Daniel Jacobowitz  <dan@codesourcery.com>
6520
6521         * gdb.texinfo (General Query Packets): Document qOffsets changes.
6522
6523 2007-06-13  Daniel Jacobowitz  <dan@codesourcery.com>
6524
6525         * gdb.texinfo (Target Description Format): Add version attribute
6526         for <target>.
6527
6528 2007-06-13  Daniel Jacobowitz  <dan@codesourcery.com>
6529
6530         * gdb.texinfo (MIPS Features): Document org.gnu.gdb.mips.linux.
6531
6532 2007-06-13  Daniel Jacobowitz  <dan@codesourcery.com>
6533
6534         * gdb.texinfo (MIPS Features): New subsection.
6535
6536 2007-06-12  Ulrich Weigand  <uweigand@de.ibm.com>
6537             Markus Deuling  <deuling@de.ibm.com>
6538
6539         * gdb.texinfo (General Query Packets): Document qXfer:spu:read
6540         and qXfer:spu:write packets and mention them under qSupported.
6541
6542 2007-06-12  Ulrich Weigand  <uweigand@de.ibm.com>
6543             Markus Deuling  <deuling@de.ibm.com>
6544
6545         * gdb.texinfo (Architectures): Add new SPU section to document
6546         Cell Broadband Engine SPU architecture specific commands.
6547
6548 2007-06-09  Vladimir Prus  <vladimir@codesourcery.com>
6549
6550         * gdb.texinfo (GDB/MI Variable Objects): Editorial
6551         comments.
6552
6553 2007-06-07  Nick Roberts  <nickrob@snap.net.nz>
6554
6555         * gdb.texinfo (Emacs): Describe GDB under Emacs 22.1.
6556
6557 2007-05-29  Jim Blandy  <jimb@codesourcery.com>
6558
6559         * gdb.texinfo (Overview): Doc fix.
6560
6561 2007-05-22  Maciej W. Rozycki  <macro@mips.com>
6562
6563         * gdb.texinfo (Remote Configuration): Document "set/show
6564         remoteflow".
6565
6566 2007-05-16  Daniel Jacobowitz  <dan@codesourcery.com>
6567
6568         * gdb.texinfo (MIPS): Remove documentation for set mips
6569         saved-gpreg-size, show mips saved-gpreg-size, and set mips
6570         stack-arg-size.
6571
6572 2007-05-14  Bob Wilson  <bob.wilson@acm.org>
6573
6574         * all-cfg.texi (GDBTUI): New.
6575         * gdb.texinfo (Mode Options): Use GDBTUI variable.
6576         (TUI, TUI Overview, TUI Keys, TUI Single Key Mode, TUI Commands)
6577         (TUI Configuration): Edit to improve clarity and fix problems of
6578         both style and content.
6579
6580 2007-05-11  Ulrich Weigand  <uweigand@de.ibm.com>
6581
6582         * observer.texi (GDB Observers): New observer "new_objfile".
6583
6584 2007-05-08  Ulrich Weigand  <uweigand@de.ibm.com>
6585
6586         * gdbint.texinfo (Native Conditionals): Remove USE_PROC_FS.
6587
6588 2007-04-14  Vladimir Prus  <vladimir@codesourcery.com>
6589
6590         * gdb.texinfo (GDB/MI Variable Objects): Document
6591         frozen variables objects.
6592
6593 2007-04-13  Daniel Jacobowitz  <dan@codesourcery.com>
6594
6595         * gdb.texinfo (Memory): Reference Remote Debugging chapter.
6596         (Character Sets, Caching Data of Remote Targets): Likewise.
6597         (Targets): Delete Remote node.  Move its text...
6598         (Debugging Remote Programs): ...to here.  Delete description
6599         of the "remote" command.
6600         (Remote configuration): Delete description of "set remotedevice"
6601         and "show remotedevice".
6602         (Embedded Processors): Delete H8/300, H8/500, and SH nodes.
6603
6604 2007-04-11  Bob Wilson  <bob.wilson@acm.org>
6605
6606         * gdb.texinfo (Contributors, Continuing and Stepping)
6607         (Fortran Defaults, HPPA, TUI, TUI Commands, Configure Options)
6608         (General Query Packets, File-I/O Remote Protocol Extension)
6609         (Protocol Basics, The F Reply Packet, Write)
6610         (Protocol-specific Representation of Datatypes, Memory Transfer):
6611         Fix hyphenation, punctuation and grammar problems.
6612         (Cygwin Native): Likewise.  Also fix misuse of @pxref and use
6613         'section' instead of 'subsection' in the text.
6614         (Non-debug DLL Symbols): Avoid 'subsubsection' in the text.
6615         (i386): Remove period from section name.
6616         (Installing GDB, Requirements, Running Configure,  Separate Objdir)
6617         (Config Names, Configure Options): Use @file{configure}.
6618
6619 2007-04-11  Daniel Jacobowitz  <dan@codesourcery.com>
6620
6621         * gdbint.texinfo (Writing Tests): Mention gdb_test_multiple
6622         and tab expansion.
6623
6624 2007-04-10  Daniel Jacobowitz  <dan@codesourcery.com>
6625
6626         * gdbint.texinfo (SOM): Correct location of the SOM reader.
6627
6628 2007-04-02  Bob Wilson  <bob.wilson@acm.org>
6629
6630         * gdb.texinfo: Consistently capitalize all significant words in
6631         node names, chapter titles, section titles, and headings.  Update
6632         cross references to match.
6633         (Starting and Stopping Trace Experiment): Make node name plural.
6634         (Breakpoint related warnings): Hyphenate "Breakpoint-related".
6635
6636 2007-03-30  Pedro Alves  <pedro_alves@portugalmail.pt>
6637
6638         * gdb.texinfo (WinCE): Delete obsolete subsection.
6639
6640 2007-03-30  Daniel Jacobowitz  <dan@codesourcery.com>
6641
6642         * gdb.texinfo (M68K): Remove obsolete ROM monitors.
6643         * gdbint.texinfo (DWARF 1): Delete section and other dwarfread.c
6644         references.
6645
6646 2007-03-30  Daniel Jacobowitz  <dan@codesourcery.com>
6647
6648         * gdb.texinfo (Startup): Delete references to some alternate
6649         names for .gdbinit.
6650         (Thread): Remove LynxOS reference.
6651         (Tandem ST2000): Delete target-specific documentation.
6652         * gdbint.texinfo (Symbol Handling): Remove mention of NLM.
6653         (Target Architecture Definition): Remove mention of GDB_OSABI_NETWARE
6654         and GDB_OSABI_LYNXOS.
6655
6656 2007-03-29  Ulrich Weigand  <uweigand@de.ibm.com>
6657
6658         * gdbint.texi (Native Conditionals): Remove PTRACE_ARG3_TYPE.
6659
6660 2007-03-27  Ulrich Weigand  <uweigand@de.ibm.com>
6661
6662         * gdbint.texinfo (Target Conditionals): Remove mention of
6663         DEPRECATED_REMOTE_BREAKPOINT, DEPRECATED_BIG_REMOTE_BREAKPOINT,
6664         and DEPRECATED_LITTLE_REMOTE_BREAKPOINT.
6665
6666 2007-03-27  Brooks Moses  <brooks.moses@codesourcery.com>
6667
6668         * Makefile.in: Add "pdfdir" installation
6669         directory, PDFTEX macro, support for "install-pdf" target,
6670         and rules for making a pdf version of refcard.texi.
6671         * refcard.tex: Specify paper size for PDF output.
6672
6673 2007-03-26  Bob Wilson  <bob.wilson@acm.org>
6674
6675         * gdb.texinfo (Omissions from Ada, Additions to Ada): Wrap long lines.
6676
6677 2007-03-26  Bob Wilson  <bob.wilson@acm.org>
6678
6679         * gdb.texinfo (Invoking GDB): Use @value{GDBP}.
6680         (Source Path, Character Sets, Macros, Define)
6681         (GDB/MI Result Records, GDB/MI Simple Examples)
6682         (GDB/MI Program Execution, GDB/MI File Commands)
6683         (Maintenance Commands, Packets, File-I/O Overview): Use @value{GDBN}.
6684         (Bug Reporting): Use @value{GCC}.
6685
6686 2007-03-26  Bob Wilson  <bob.wilson@acm.org>
6687
6688         * gdb.texinfo (Help): Fix formatting of examples.
6689         (Variables): Use @ifnotinfo instead of @iftex.
6690         (Non-debug DLL symbols): Use @ref instead of @pxref.
6691         (Sparclet File): Use @samp instead of quotes.
6692
6693 2007-03-26  Bob Wilson  <bob.wilson@acm.org>
6694
6695         * gdb.texinfo (Variables, C): Update cross reference to GCC docs.
6696
6697 2007-03-26  Bob Wilson  <bob.wilson@acm.org>
6698
6699         * gdb.texinfo (Top): Move TUI and Annotations menu entries to match
6700         the order of the nodes.
6701         (C Operators, C Constants, Debugging C): Remove extra menus.
6702         (Method Names in Commands): Do not specify next/prev/up nodes.
6703
6704 2007-03-26  Bob Wilson  <bob.wilson@acm.org>
6705
6706         * gdb.texinfo (File Options): Add missing parenthesis.
6707         (Breakpoints, Special Fortran commands, PowerPC): Fix typos.
6708
6709 2007-02-26  Daniel Jacobowitz  <dan@codesourcery.com>
6710
6711         * gdb.texinfo (Monitor commands for gdbserver): New subsection.
6712
6713 2007-02-26  Daniel Jacobowitz  <dan@codesourcery.com>
6714
6715         * gdb.texinfo (Standard Target Features): Mention
6716         case insensitivity.
6717         (ARM Features): Describe org.gnu.gdb.xscale.iwmmxt.
6718
6719 2007-02-18  Nick Roberts  <nickrob@snap.net.nz>
6720
6721         * gdb.texinfo (Top): Put Appendix A after numbered sections.
6722         (Files): Add section name to argument list for pxref.
6723         (Non-debug DLL symbols): Don't use `see' for pxref.
6724         (Embedded Processors): Fix typo.
6725         (GDB/MI Breakpoint Commands): Execution commands generate
6726         *stopped not ^done.
6727
6728 2007-02-13  Nick Roberts  <nickrob@snap.net.nz>
6729
6730         * gdb.texinfo (GDB/MI Variable Objects): Describe meanings of
6731         values for in_scope.  Mention that only root variables can be
6732         updated.
6733         (GDB/MI Development and Front Ends): Explain new values may be
6734         added to existing fields.
6735
6736 2007-02-08  Daniel Jacobowitz  <dan@codesourcery.com>
6737
6738         * gdb.texinfo (-target-disconnect): Use @smallexample.
6739         (Requirements): Add anchor for Expat.  Update description.
6740         (Target Descriptions): Mention Expat.
6741         (Target Description Format): Document new elements.  Use
6742         @smallexample.
6743         (Predefined Target Types, Standard Target Features): New sections.
6744         * gdbint.texinfo (Target Descriptions): New section.
6745
6746 2007-02-07  Daniel Jacobowitz  <dan@codesourcery.com>
6747
6748         * gdb.texinfo (Target Description Format): Add section on XInclude.
6749
6750 2006-02-03  Nick Roberts  <nickrob@snap.net.nz>
6751
6752         * gdb.texinfo (GDB/MI Miscellaneous Commands): Describe the new
6753         command -enable-timings.
6754
6755 2007-02-02  Markus Deuling  <deuling@de.ibm.com>  (tiny change)
6756
6757         * gdbint.texinfo (Operation System ABI Variant Handling): Update
6758         descriptions for new/deleted elements in gdb_osabi.  Add missing
6759         description for function generic_elf_osabi_sniff_abi_tag_sections.
6760
6761 2007-01-29  Joel Brobecker  <brobecker@adacore.com>
6762
6763         * gdb.texinfo (Maintenance Commands): Add documentation for
6764         the new "maint print target-stack" command.
6765
6766 2007-01-26  Jan Kratochvil <jan.kratochvil@redhat.com>
6767             Eli Zaretskii  <eliz@gnu.org>
6768
6769         * gdb.texinfo: Describe CHAR array vs. string identification rules.
6770
6771 2007-01-26  Eli Zaretskii  <eliz@gnu.org>
6772
6773         * gdb.texinfo (Compilation, Files, Bootstrapping, Bug Reporting):
6774         Use @value{NGCC} instead of @value{GCC}.
6775
6776 2007-01-20  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
6777
6778         * agentexpr.texi: Fix typos.
6779         * annotate.texinfo: Likewise.
6780         * gdb.texinfo: Likewise.
6781         * gdbint.texinfo: Likewise.
6782         * observer.texi: Likewise.
6783         * stabs.texinfo: Likewise.
6784
6785 2007-01-20  Markus Deuling  <deuling@de.ibm.com>  (tiny change)
6786
6787         * gdbint.texinfo (Support Libraries): Remove mmalloc
6788         entry.  Describe readline library.
6789
6790 2007-01-09  Daniel Jacobowitz  <dan@codesourcery.com>
6791
6792         * gdb.texinfo (Target Descriptions): New section.
6793         (General Query Packets): Add QPassSignals anchor.  Mention
6794         qXfer:features:read under qSupported.  Expand mentions of
6795         qXfer:memory-map:read and QPassSignals.  Document
6796         qXfer:features:read.
6797
6798 2007-01-08  Daniel Jacobowitz  <dan@codesourcery.com>
6799
6800         * gdb.texinfo (Commands to specify files): Describe
6801         "set sysroot" and "show sysroot".
6802         (Using the `gdbserver' program): Lowercase argument
6803         to @var.  Expand description of setting up GDB on the
6804         host.
6805
6806 2007-01-05  Joel Brobecker  <brobecker@adacore.com>
6807
6808         * gdb.texinfo (Set Catchpoints): Add documentation for the new
6809         catch exception, catch exception unhandled, and catch assert
6810         commands.
6811
6812 2007-01-04  Daniel Jacobowitz  <dan@codesourcery.com>
6813
6814         * gdb.texinfo (Debugging Output): Document "set debug xml"
6815         and "show debug xml".
6816
6817 2007-01-04  Daniel Jacobowitz  <dan@codesourcery.com>
6818
6819         * gdbint.texinfo (Compiler Warnings): Update for -Wall use.
6820
6821 2007-01-01  Joel Brobecker  <brobecker@adacore.com>
6822
6823         * gdbint.texinfo (Start of New Year Procedure): Add missing item.
6824
6825 2006-12-08  Vladimir Prus  <vladimir@codesourcery.com>
6826
6827         * gdb.texinfo (GDB/MI Variable Objects): Wrap historical
6828         note in @ignore, to be removed later if nobody complains.
6829
6830 2006-12-04  Nick Roberts  <nickrob@snap.net.nz>
6831
6832         * gdb.texinfo (GDB/MI Variable Objects): Describe -c option
6833         of -var-delete.
6834
6835 2006-11-22  Vladimir Prus  <vladimir@codesourcery.com>
6836
6837         * gdb.texinfo (Setting breakpoints): Document
6838         automatic software/hardware breakpoint usage and
6839         the "set breakpoint auto-hw" command.
6840
6841 2006-11-21  Vladimir Prus  <vladimir@codesourcery.com>
6842
6843         * gdb.texinfo (Memory Access Checking): New.
6844
6845 2006-11-16  Daniel Jacobowitz  <dan@codesourcery.com>
6846
6847         * gdb.texinfo (Remote configuration): Mention
6848         "pass-signals-packet".
6849         (General Query Packets): Document QPassSignals.  Fix
6850         a typo.
6851
6852 2006-11-14  Maxim Grigoriev  <maxim@tensilica.com>
6853
6854         * gdb.texinfo (Contributors): Add contributors of Xtensa port.
6855
6856 2006-11-14  Daniel Jacobowitz  <dan@codesourcery.com>
6857
6858         * gdb.texinfo (Remote configuration): Rewrite documentation for
6859         packet configuration commands.
6860         (OS Information): Adjust reference to qXfer:auxv:read.
6861         (General Query Packets): Remove references to read-aux-vector-packet
6862         and set remote get-thread-local-storage-address.
6863
6864 2006-11-10  Daniel Jacobowitz  <dan@codesourcery.com>
6865
6866         * gdbint.texinfo (Target Architecture Definition): Add new
6867         Initializing a New Architecture section.
6868
6869 2006-10-31  David Taylor  <dtaylor@emc.com>
6870
6871         * stabs.texinfo (Macro define and undefine): New node describing
6872         stabs for #define and #undef.
6873
6874 2006-10-27  Andreas Schwab  <schwab@suse.de>
6875
6876         * gdb.texinfo (Processes): Rename "detach-fork" to "detach fork".
6877
6878 2006-10-21  Eli Zaretskii  <eliz@gnu.org>
6879
6880         * gdb.texinfo (Breakpoints, Set Watchpoints): Elaborate and
6881         clarify on the possible meanings of ``expression'' watched by
6882         watchpoints.  Add indexing.
6883         (Prompting, Errors, Invalidation, Annotations for Running)
6884         (Source Annotations): Fix index entries by adding "annotation" to
6885         them, to discriminate from index entries that point to the more
6886         general topic descriptions.
6887
6888 2006-10-17  Daniel Jacobowitz  <dan@codesourcery.com>
6889
6890         * gdbint.texinfo (Target Vector Definition): Move most
6891         content into Existing Targets.  Add a menu.
6892         (Existing Targets): New section, moved from Target Vector
6893         Definition.  Use @subsection.
6894         (Managing Execution State): New section.
6895
6896 2006-10-16  Bob Wilson  <bob.wilson@acm.org>
6897
6898         * gdb.texinfo (ST2000): Use Ctrl- instead of C-.
6899
6900 2006-10-15  Eli Zaretskii  <eliz@gnu.org>
6901
6902         * gdb.texinfo (Sample Session, Invocation, Quitting GDB)
6903         (Command Syntax, Signals, Backtrace, Connecting)
6904         (Remote configuration, Renesas Boards, Console I/O): Fix last
6905         change: use Ctrl- instead of C-, except wrt Emacs.
6906         (File-I/O Examples): Put Ctrl-c in @kbd.
6907         (Cygwin Native, File-I/O Overview, The Ctrl-C message)
6908         (Console I/O): Use @samp with Ctrl-.
6909         (Signals, Set Breaks, Set Watchpoints): Document optional
6910         arguments to `info signals'  `handle', `info breakpoints', and
6911         `info watchpoints'.
6912
6913 2006-10-14  Eli Zaretskii  <eliz@gnu.org>
6914
6915         * gdb.texinfo (Backtrace): Fix last change.
6916
6917 2006-10-14  Nick Roberts  <nickrob@snap.net.nz>
6918
6919         * gdb.texinfo (Backtrace): Order correctly and add other cases.
6920
6921 2006-10-10  Bob Wilson  <bob.wilson@acm.org>
6922
6923         * gdb.texinfo (Command Syntax, Connecting, Remote configuration)
6924         (Renesas Boards, ST2000, TUI Keys, TUI Single Key Mode)
6925         (TUI Commands, Emacs, Console I/O): Fix @key and @kbd usage.
6926
6927 2006-09-21  Vladimir Prus  <vladimir@codesourcery.com>
6928             Daniel Jacobowitz  <dan@codesourcery.com>
6929
6930         * gdb.texinfo (Packets): Document vFlashErase,
6931         vFlashWrite and vFlashDone packets.
6932         (General Query Packets): Document qXfer:memory-map:read.
6933         Add a new feature for qXfer:memory-map:read.
6934         (Memory map format): New section.
6935         (Target Commands): Mention that gdb can write flash.
6936
6937 2006-09-21  Vladimir Prus  <vladimir@codesourcery.com>
6938             Daniel Jacobowitz  <dan@codesourcery.com>
6939
6940         * gdb.texinfo (Memory Region Attributes): Mention target-supplied
6941         memory regions and "mem auto".
6942
6943 2006-09-21  Nathan Sidwell  <nathan@codesourcery.com>
6944
6945         * gdbint.texinfo (Array Containers): New section.
6946
6947 2006-09-17  Vladimir Prus  <vladimir@codesourcery.com>
6948
6949         * gdb.texinfo (GDB/MI Stack Manipulation): Mention that
6950         -stack-list-arguments HIGH_FRAME argument can be larger then the
6951         actual number of frames.
6952
6953 2006-09-07  Vladimir Prus  <vladimir@codesourcery.com>
6954
6955         * gdb.texinfo (GDB/MI Stack Manipulation): Mention that
6956         -stack-list-locals HIGH_FRAME argument can be larger then the
6957         actual number of frames.
6958
6959 2006-09-02  Bob Wilson  <bob.wilson@acm.org>
6960
6961         * gdb.texinfo (Packets, Stop Reply Packets, General Query Packets,
6962         Register Packet Format, Tracepoint Packets): Fix spelling errors.
6963
6964 2006-09-02  Eli Zaretskii  <eliz@gnu.org>
6965
6966         * gdbint.texinfo (Overall Structure): New section "Source Tree
6967         Structure".
6968
6969 2006-08-17  Jim Blandy  <jimb@codesourcery.com>
6970
6971         * gdb.texinfo (Stop Reply Packets): Note similarity of 'S' and 'T'
6972         responses.
6973
6974 2006-08-08  Joel Brobecker  <brobecker@adacore.com>
6975
6976         * gdb.texinfo (Source Path): Add documentation for new
6977         substitute-path commands.
6978
6979 2006-08-08  Daniel Jacobowitz  <dan@codesourcery.com>
6980
6981         * gdb.texinfo (Installing GDB): Update menu.  Move text to...
6982         (Running Configure): ...here.
6983         (Requirements): New node.  Mention expat.
6984
6985 2006-08-08  Vladimir Prus  <vladimir@codesourcery.com>
6986
6987         * gdb.texinfo (Target Commands): Remove
6988         'set download-write-size' and 'show download-write-size'.
6989
6990 2006-08-01  Daniel Jacobowitz  <dan@codesourcery.com>
6991
6992         * stabs.texinfo (Member Type Descriptor): Correct example for
6993         pointer to member types.
6994
6995 2006-07-21  Andrew Stubbs  <andrew.stubbs@st.com>
6996
6997         * gdb.texinfo (Optional warnings and messages): Add
6998         'set/show trace-commands'.
6999         (Command files): Add '-v' to source command.
7000
7001 2006-07-12  Daniel Jacobowitz  <dan@codesourcery.com>
7002
7003         * gdb.texinfo (OS Information): Update qPart reference to
7004         qXfer.
7005         (Remote configuration): Likewise.
7006         (Overview): Move @cindex to the start of a paragraph.  Talk
7007         about binary data encoding.
7008         (Packets): Refer to the overview for the details of the X
7009         packet encoding.
7010         (General Query Packets): Remove qPart description.  Add qXfer
7011         description.  Add an anchor to qSupported.  Correct feature
7012         table title.  Add a new feature for qXfer:auxv:read.
7013         (Interrupts): Add a missing parenthesis.
7014
7015 2006-07-05  Daniel Jacobowitz  <dan@codesourcery.com>
7016
7017         * gdb.texinfo (KOD): Remove node.
7018         (GDB/MI Kod Commands): Remove commented out node.
7019
7020 2006-07-01  Eli Zaretskii  <eliz@gnu.org>
7021
7022         * gdb.texinfo (GDB/MI Output Syntax, GDB/MI Simple Examples)
7023         (GDB/MI Breakpoint Commands, GDB/MI Program Context)
7024         (GDB/MI Thread Commands, GDB/MI Program Execution)
7025         (GDB/MI Stack Manipulation, GDB/MI Variable Objects)
7026         (GDB/MI Data Manipulation, GDB/MI Symbol Query)
7027         (GDB/MI File Commands, GDB/MI Target Manipulation)
7028         (GDB/MI Miscellaneous Commands): Change (@value{GDBP})->(gdb),
7029         since the MI prompt is hard-wired into the code.
7030
7031 2006-07-01  Nick Roberts  <nickrob@snap.net.nz>
7032
7033         * gdb.texinfo (GDB/MI Compatibility with CLI): Qualify more carefully.
7034         (GDB/MI Simple Examples): Use @subheading for "A Bad Command".
7035         (GDB/MI Data Manipulation): Remove description of unimplemented
7036         display related commands as variable objects perform this function
7037         and are superior: -display-delete, -display-disable,
7038         -display-enable, -display-insert and -display-list.  Move
7039         -environment-cd, -environment-directory, -environment-path
7040         and -environment-pwd to "Program Context".
7041         (GDB/MI Program Control): Rename to "Program Execution".  Move
7042         -exec-arguments -exec-abort to...
7043         (GDB/MI Program Context): ...here.  New node split from "Data
7044          Manipulation".
7045
7046 2006-06-21  Daniel Jacobowitz  <dan@codesourcery.com>
7047
7048         * gdb.texinfo (Remote configuration): Document set / show
7049         remote supported-packets.
7050         (General Query Packets): Document qSupported packet.
7051
7052 2006-06-10  Sandra Loosemore <sandra@codesourcery.com>
7053
7054         * gdb.texinfo (File-I/O overview): Copy edit for grammar, spelling,
7055         and font markup.
7056         (Protocol basics): Likewise.
7057         (The F request packet): Likewise.
7058         (The F reply packet): Likewise.
7059         (Memory transfer): Move this node to be a subsubsection of
7060         "Protocol specific representation of datatypes".
7061         (The Ctrl-C message): More copy editing.
7062         (Console I/O): Likewise.
7063         (The isatty call): Delete this node, and merge its content into
7064         the "isatty" node.  Fixed references elsewhere.
7065         (The system call): Delete this node, and merge its content into
7066         the "system" node.  Fixed references elsewhere.
7067         (open): Reformat to use @table, and add appropriate font markup.
7068         (close): Likewise.
7069         (read): Likewise.
7070         (write): Likewise.
7071         (lseek): Likewise.
7072         (rename): Likewise.
7073         (unlink): Likewise.
7074         (stat/fstat): Likewise.
7075         (gettimeofday): Likewise.
7076         (isatty): Likewise.
7077         (system): Likewise, plus minor changes to fix confusing wording.
7078         (Integral datatypes): Fix font markup.
7079         (Pointer values): Likewise.
7080         (struct stat): Fix markup to use @table, plus minor copy editing.
7081         (struct timeval): Fix font markup, plus minor copy editing.
7082         (Constants): Minor copy editing.
7083         (Errno values): Add font markup.
7084         (File-I/O Examples): Likewise.
7085
7086 2006-06-10  Nick Roberts  <nickrob@snap.net.nz>
7087
7088         * gdb.texinfo (GDB/MI): Remove duplicate acknowledgements.
7089         (GDB/MI Simple Examples): Move node up one level.  Use real
7090         examples.
7091         (GDB/MI Compatibility with CLI): Update.
7092         (GDB/MI Result Records): Add "connected" and "exit" result
7093         classes.
7094         (GDB/MI Stream Records): Clarify target output.
7095         (GDB/MI Command Description Format): Modify example description.
7096         (GDB/MI Breakpoint Table Commands): Rename to...
7097         (GDB/MI Breakpoint Commands): ...this
7098         (GDB/MI Breakpoint Commands): Add optional thread field.
7099         (GDB/MI Program Control): Add an introduction.  Move "Program
7100         termination" examples into exec-run description.
7101         (GDB/MI File Commands): Mention similar CLI commands.
7102         (GDB/MI Miscellaneous Commands): Move to end.  Mention "show version"
7103         is similar to "-gdb-version".
7104
7105 2006-06-09  Eli Zaretskii  <eliz@gnu.org>
7106
7107         * gdb.texinfo (Symbols): Fix "(gdb)"=>"(@value{GDBP})".
7108
7109 2006-06-02  Nick Roberts  <nickrob@snap.net.nz>
7110
7111         * gdb.texinfo (GDB/MI Development and Front Ends): Use
7112         sourceware.org for mailing lists.
7113         (GDB/MI File Commands): New node split from Program Control.
7114
7115 2006-06-01  Nick Roberts  <nickrob@snap.net.nz>
7116
7117         * gdb.texinfo (GDB/MI Development and Front Ends): New node.
7118
7119 2006-05-22  Eli Zaretskii  <eliz@gnu.org>
7120
7121         * gdb.texinfo (Cygwin Native): Fix last change.
7122
7123 2006-05-22  Christopher Faylor  <cgf@timesys.com>
7124
7125         * gdb.texinfo (Cygwin Native): Document set/show cygwin-exceptions.
7126
7127 2006-05-15  Nick Roberts  <nickrob@snap.net.nz>
7128
7129         * gdbint.texinfo (Algorithms): Correct spelling and punctuation.
7130         (Releasing GDB, Testsuite): Remove details for including DejaGnu.
7131
7132 2006-05-14  Daniel Jacobowitz  <dan@codesourcery.com>
7133
7134         * gdb.texinfo (General Query Packets): Recommend not starting
7135         new packets with qC and clarify.
7136
7137 2006-05-13  Gaius Mulley  <gaius@glam.ac.uk>
7138
7139         * gdb.texinfo (M2 Types): New section.
7140
7141 2006-05-10  Daniel Jacobowitz  <dan@codesourcery.com>
7142
7143         * agentexpr.texi: Add a copyright and license notice.
7144         * observer.texi: Likewise, with GPL clause for function prototypes.
7145         Remove trailing whitespace.
7146
7147 2006-05-05  Jim Blandy  <jimb@codesourcery.com>
7148
7149         * gdb.texinfo (General Query Packets): Document conventions for
7150         terminating packet names, and their violations.
7151
7152 2006-05-05  Daniel Jacobowitz  <dan@codesourcery.com>
7153
7154         * Makefile.in (GDB_DOC_SOURCE_INCLUDES): Update for readline 5.1.
7155         * gdb.texinfo: Likewise.
7156
7157 2006-05-05  Daniel Jacobowitz  <dan@codesourcery.com>
7158
7159         * gdb.texinfo (Remote Configuration): Remove "set remotedebug"
7160         and "show remotedebug".
7161         (Debugging Output): Add additional index entries.
7162
7163 2006-04-27  Michael Snyder  <msnyder@redhat.com>
7164
7165         * gdb.texinfo (delete-fork): Command renamed to "delete fork".
7166
7167 2006-04-22  Andrew Cagney  <cagney@redhat.com>
7168
7169         * gdb.texinfo (Contributors): Credit frame unwinder contributors.
7170         * gdbint.texinfo (Algorithms): Fix errors in frame documentation.
7171
7172 2006-04-18  Daniel Jacobowitz  <dan@codesourcery.com>
7173
7174         * gdbint.texinfo (x86 Watchpoints, Target Conditionals): Update insert
7175         and remove breakpoint prototypes.
7176         (Watchpoints): Move description of target_insert_hw_breakpoint and
7177         target_remove_hw_breakpoint ...
7178         (Breakpoints): ... to here.  Document target_insert_breakpoint and
7179         target_remove_breakpoint.
7180
7181 2006-04-17  Jim Blandy  <jimb@codesourcery.com>
7182
7183         * gdb.texinfo (Packets): Note that 'addr' arguments to s, S, c,
7184         and C packets are optional.
7185
7186 2006-04-14  Frederic Riss  <frederic.riss@st.com>
7187
7188         * gdb.texinfo (Specifying source directories): Update the description
7189         of the source file search to reflect the fact that the source path
7190         always contains at least $cdir and $cwd.
7191
7192 2006-03-31  Michael Snyder  <msnyder@redhat.com>
7193
7194         * gdb.texinfo: Update copyright dates.
7195
7196 2006-03-31  Eli Zaretskii  <eliz@gnu.org>
7197
7198         * gdb.texinfo (Overview): Add an index entry to "empty response".
7199
7200 2006-03-28  Jim Blandy  <jimb@codesourcery.com>
7201
7202         * gdbint.texinfo (Prologue Analysis): New section.
7203
7204 2006-03-07  Jim Blandy  <jimb@red-bean.com>
7205
7206         * gdb.texinfo (Connecting): Document 'target remote pipe'.
7207
7208         * gdb.texinfo (Target Commands): Update text describing how to
7209         specify a target.  Refer to the detailed section on remote
7210         debugging, not the brief mention.
7211
7212         * gdb.texinfo (Connecting): Organize the different 'target remote'
7213         connection methods into a table.  Add a 'target remote' index
7214         entry. (!!!)
7215
7216 2006-02-17  Fred Fish  <fnf@specifix.com>
7217
7218         * gdb.texinfo (Symbols): Update descriptions of 'whatis' and
7219         'ptype' commands to reflect the fact that the only significant
7220         difference between them is that ptype prints the complete type
7221         description instead of just the name.
7222
7223 2006-02-13  Wu Zhou  <woodzltc@cn.ibm.com>
7224
7225         * gdbint.texinfo (Watchpoints): Delete
7226         TARGET_REGION_SIZE_OK_FOR_HW_WATCHPOINT.
7227
7228 2006-02-10  Nick Roberts  <nickrob@snap.net.nz>
7229
7230         * gdb.texinfo (GDB/MI Breakpoint Table Commands): Add fullname and
7231         times fields where needed.  Fix typos.  Update general form given
7232         for output of -break-insert.
7233         (GDB/MI): Abbreviate some unnecessarily long fullnames.
7234
7235 2006-02-06  Daniel Jacobowitz  <dan@codesourcery.com>
7236
7237         * gdbint.texinfo (Symbol Handling): Add a section
7238         on memory management.
7239
7240 2006-02-06  Vladimir Prus  <ghost@cs.msu.su>
7241
7242         * gdb.texinfo (Breakpoint table commands): Document the fullname
7243         field in -break-list output.
7244
7245 2006-02-03  Eli Zaretskii  <eliz@gnu.org>
7246
7247         * gdb.texinfo (Cygwin Native): Fix typos.  Clarify the types of
7248         debugging information produced by the various "set debug..."
7249         options.
7250
7251 2006-02-01  Daniel Jacobowitz  <dan@codesourcery.com>
7252
7253         * gdb.texinfo (Files): Remove obsolete bits from the description
7254         of "symbol-file".
7255
7256 2006-01-25  Jim Blandy  <jimb@redhat.com>
7257
7258         * gdbint.texinfo (Testsuite): Explain how to run selected tests.
7259
7260 2006-01-24  Jim Blandy  <jimb@redhat.com>
7261
7262         * gdbint.texinfo (Frames): Document the basics of GDB's register
7263         unwinding model, and explain the existence of the "sentinel" frame.
7264
7265 2006-01-23  Andrew Stubbs  <andrew.stubbs@st.com>
7266
7267         * gdb.texinfo (Choosing files): Mention that -directory is used
7268         for script files.
7269         (Specifying source directories): Likewise.
7270         (Command files): Explain how script files are found.
7271
7272 2006-01-21  Eli Zaretskii  <eliz@gnu.org>
7273
7274         * gdb.texinfo (Backtrace): Describe how to get backtrace of all
7275         the threads in a multi-threaded program.
7276         (Threads): The threadno argument of "thread apply" can be a range
7277         of numbers.
7278
7279 2006-01-18  Jim Blandy  <jimb@redhat.com>
7280
7281         * gdbint.texinfo (Coding): Add entry for -Wno-pointer-sign to list
7282         of warning flags.
7283
7284 2006-01-13  Eli Zaretskii  <eliz@gnu.org>
7285
7286         * gdb.texinfo (Sequences): Improve menu annotations.
7287         (Define): Add index entries for arguments of user-defined
7288         commands.  Move the description of flow-control commands...
7289         (Command Files): ...to here.  Document loop_break and
7290         loop_continue.
7291         (Define, Command Files): Document `end' and add index entries for
7292         it.
7293
7294 2006-01-04  Michael Snyder  <msnyder@redhat.com>
7295
7296         * gdb.texinfo: Add documentation for linux-fork.
7297         * gdbint.texinfo: Add internal documentation for checkpoints.
7298
7299 2006-01-02  Paul N. Hilfinger  <hilfinger@gnat.com>
7300
7301         * gdb.texinfo (Omissions from Ada): Document that there is now
7302         limited aggregate support.
7303
7304 2005-12-28  Eli Zaretskii  <eliz@gnu.org>
7305
7306         * gdb.texinfo (Registers): Describe how to refer to SSE and MMX
7307         registers and the likes.
7308
7309 2005-12-24  Eli Zaretskii  <eliz@gnu.org>
7310
7311         * gdb.texinfo (Target Commands, Bug Reporting, File Options)
7312         (Symbols): Fix usage of "e.g.".
7313         (Memory Region Attributes): Fix usage of "etc."
7314
7315         * gdbint.texinfo (libgdb, Symbol Handling, Native Debugging)
7316         (Coding): Fix usage of "e.g.".
7317
7318 2005-12-23  Eli Zaretskii  <eliz@gnu.org>
7319
7320         * stabs.texinfo:
7321         * refcard.tex:
7322         * gpl.texi:
7323         * gdbint.texinfo:
7324         * gdb.texinfo:
7325         * gdb-cfg.texi:
7326         * fdl.texi:
7327         * annotate.texinfo:
7328         * all-cfg.texi:
7329         * Makefile.in: Add (C) after Copyright.  Update the FSF
7330         address.
7331
7332 2005-12-03  Eli Zaretskii  <eliz@gnu.org>
7333
7334         * gdb.texinfo (Connecting): Explain that `monitor' is a way to
7335         extend GDB with commands for external monitor.
7336
7337 2005-12-02  Andrew Stubbs  <andrew.stubbs@st.com>
7338
7339         * gdb.texinfo (Convenience variables): Add init-if-undefined command.
7340
7341 2005-11-25  Joel Brobecker  <brobecker@adacore.com>
7342
7343         * gdbint.texinfo (Start of New Year Procedure): New chapter.
7344
7345 2005-11-21  Jim Blandy  <jimb@redhat.com>
7346
7347         * gdb.texinfo (Tracepoint Packets): Document restrictions on
7348         placement of 'R' actions in tracepoint action packets; document
7349         dependence of 'X' and 'M' actions on a preceding 'R' action for
7350         their registers.
7351
7352 2005-11-19  Jim Blandy  <jimb@redhat.com>
7353
7354         * gdb.texinfo (Tracepoint Packets): New node.
7355         (General Query Packets): Add entries for the tracepoint packets,
7356         referring to the "Tracepoint Packets" node.
7357         (Tracepoints): Add reference to "Tracepoint Packets".
7358
7359 2005-11-18  Kevin Buettner  <kevinb@redhat.com>
7360
7361         * gdb.texinfo (set remotebreak): Add anchor.
7362         (X packet): Likewise.
7363         (Remote Protocol): Add new section `Interrupts' and new index
7364         entry `interrupts (remote protocol)'.
7365
7366 2005-11-18  Jim Blandy  <jimb@redhat.com>
7367
7368         * gdb.texinfo (Packets): Move information out of 'q' and 'Q'
7369         entries into the General Query Packets section.  Add a
7370         cross-reference to that section.  Drop description of replies, as
7371         these are covered in the descriptions of each packet.
7372         (General Query Packets): Add introductory text.  Explain naming
7373         conventions, and how the end of a name is recognized.
7374
7375 2005-11-17  Kevin Buettner  <kevinb@redhat.com>
7376
7377         * gdb.texinfo (Remote configuration): Fix typo in description of
7378         "set remotebreak" command.
7379
7380 2005-11-16  Jim Blandy  <jimb@redhat.com>
7381
7382         * gdb.texinfo (Packets, Stop Reply Packets)
7383         (General Query Packets): Various formatting cleanups.
7384         - Use @samp for packet contents.
7385         - Drop summaries from packet @item lines; the same information appears
7386           immediately below in the description.
7387         - Delete paragraph breaks after packet @item commands, so that the
7388           description appears directly to the right of the packet prototype
7389           in the printed manual, if it fits.
7390         - Place spaces in packet prototypes between @vars and non-@var
7391           letters, and explain that they're just for formatting.
7392         - Use @dots{} instead of '...'.
7393         - Fix uses of @code where @var was needed.
7394         - Replace "deprecated" markers with English text spelling out the
7395           packet's status and the preferred alternatives.
7396         - Remove "(reserved)" markers on 'A' and 'I' packets; it's unclear
7397           what this ever meant.
7398         - Remove "(draft)" markers on 'i' packets; nobody has commented on
7399           this for a long time.
7400         - Remove "(draft)" markers on 'z' and 'Z' packets; these have been
7401           implemented several times, and have been in use for years.
7402
7403 2005-11-15  Jim Blandy  <jimb@redhat.com>
7404
7405         * gdb.texinfo (Packets): Add index entries for 'm' packet
7406         disclaimers.
7407
7408         * gdb.texinfo (Packets): Clarify lack of restrictions on behavior
7409         of stub when processing an 'm' packet.
7410
7411         * gdb.texinfo (Packets): Mention that packets beginning with
7412         letters are reserved once, at the top, instead of actually listing
7413         them all and saying "reserved".
7414
7415 2005-11-15  Andrew Stubbs  <andrew.stubbs@st.com>
7416
7417         * gdb.texinfo (User-defined commands): Add $argc. Add missing 'end'.
7418         Change @var{$arg0 to @code{$arg0.
7419
7420 2005-11-14  Wu Zhou  <woodzltc@cn.ibm.com>
7421
7422         * gdb.texinfo (Fortran): Add some words about Fortran debugging.
7423
7424 2005-11-12  Jim Blandy  <jimb@redhat.com>
7425
7426         * gdb.texinfo (General Query Packets): Put packets in alphabetical
7427         order.  Remove extraneous 'z'.
7428
7429 2005-11-07  Andrew Stubbs  <andrew.stubbs@st.com>
7430
7431         * gdb.texinfo (Choosing files): Add --eval-command.
7432
7433 2005-11-04  Andrew Stubbs  <andrew.stubbs@st.com>
7434
7435         * gdb.texinfo (Choosing modes): Add --return-child-result.
7436
7437
7438 2005-11-01  Andrew Stubbs  <andrew.stubbs@st.com>
7439
7440         * gdb.texinfo (Choosing modes): Add --batch-silent.
7441
7442 2005-10-28  Eli Zaretskii  <eliz@gnu.org>
7443
7444         * gdb.texinfo (GDB/MI Variable Objects): Fix @pxref usage under
7445         "The -var-update Command".
7446
7447 2005-10-03  Joel Brobecker  <brobecker@adacore.com>
7448
7449         * gdb.texinfo (Print Settings): Add documentation for set/show
7450         print array-indexes.
7451
7452 2005-09-17  Daniel Jacobowitz  <dan@codesourcery.com>
7453
7454         * gdb.texinfo (Contributors): Thank Andrew Cagney for releases
7455         6.2 and 6.3.
7456
7457 2005-08-27  Eli Zaretskii  <eliz@gnu.org>
7458
7459         * gdb.texinfo (File Options): Don't document --mapped, it's gone
7460         since 19-Jan-2004.
7461         (Files): Likewise.
7462         (Variables, Symbols): Document the "<incomplete type>" message and
7463         its reasons.
7464
7465 2005-08-01  Fred Fish  <fnf@specifix.com>
7466
7467         * gdb.texinfo (SETUP_ARBITRARY_FRAME): Remove obsolete reference.
7468
7469 2005-07-15  Nick Roberts  <nickrob@snap.net.nz>
7470
7471         * gdb.texinfo (GDB/MI Variable Objects): Describe print-values
7472         option for -var-list-children and -var-update.
7473         (GDB/MI Stack Manipulation): Simplify description of
7474         print-values option for -stack-list-locals.
7475         (GDB/MI Command Description Format): Clarify.
7476         (Mode Options): Spelling of superseded.
7477
7478 2005-07-12  Bob Rossi  <bob@brasko.net>
7479
7480         * gdb.texinfo (GDB/MI Miscellaneous Commands): Fix -inferior-tty-show
7481         corresponding GDB command comment.
7482
7483 2005-07-06  Bob Rossi  <bob@brasko.net>
7484
7485         * gdb.texinfo (GDB/MI Miscellaneous Commands): Add -inferior-tty-set
7486         and -inferior-tty-show.
7487         (Input/Output): Document "set/show inferior-tty" and tty alias.
7488
7489 2005-07-02  Nathan J. Williams  <nathanw@wasabisystems.com>
7490
7491         * gdb.texinfo (Packets): Change description of 'D' packet to note
7492         that GDB does wait for a response.
7493
7494 2005-06-22  Nick Roberts  <nickrob@snap.net.nz>
7495
7496         * gdb.texinfo (History) Rename "Command History".
7497         (Command History): Move node "Server Prefix" from section on
7498         Annotations here.
7499
7500 2005-06-19  Nick Roberts  <nickrob@snap.net.nz>
7501
7502         * gdb.texinfo (GDB/MI Stack Manipulation):
7503         Re-instate -stack-info-frame with example.  Say that it gets
7504         info on selected frame, not current frame.
7505
7506 2005-06-18  Eli Zaretskii  <eliz@gnu.org>
7507
7508         * gdb.texinfo (Server): Clarify that `file' should be used before
7509         connecting to the server.
7510         (Files): Add an xref to the above description.
7511         (Output Formats): More detailed description of the `c' format.
7512         (Memory): List explicitly all the formats supported by `x'.
7513         (Threads): Add an @cindex entry for "thread apply".
7514         (Files): Document the possibility of loading unlinked object
7515         files.  Add more indexing for solib-absolute-prefix and
7516         --with-sysroot.
7517         (Machine Code): Document possible problems with locations in
7518         shared libraries.
7519         (Backtrace): Document that free-standing environments do not need
7520         to have a `main' function.
7521
7522 2005-06-18  Nick Roberts  <nickrob@snap.net.nz>
7523
7524         * gdb.texinfo (GDB/MI Stack Manipulation): Remove reference to
7525         -stack-info-frame.
7526
7527 2005-06-07  Andrew Cagney  <cagney@gnu.org>
7528
7529         * gdb.texinfo (Contributors): Note the original multi-arch
7530         contributors.
7531
7532 2005-06-03  Eli Zaretskii  <eliz@gnu.org>
7533
7534         * gdb.texinfo (Registers): Add index entries for the standard
7535         registers.
7536         (Frames): Add cross-reference from frame pointer description to
7537         the Registers node.
7538         (Annotations Overview): Fix the reference to GDB name.
7539
7540 2005-06-01  Eli Zaretskii  <eliz@gnu.org>
7541
7542         * gdb.texinfo (Set Watchpoints): Remove @vindex entry for
7543         can-use-hw-watchpoints.
7544
7545 2005-05-28  Bob Rossi  <bob@brasko.net>
7546
7547         * gdb.texinfo (GDB/MI Out-of-band Records): Add bullet enumerating
7548         the possible reasons why an exec async record would be returned to FE.
7549
7550 2005-05-26  Andrew Cagney  <cagney@gnu.org>
7551
7552         * gdb.texinfo: Note that Elena Zannoni, Fernando Nasser, and
7553         Andrew Cagney implemented the original GDB/MI.
7554
7555 2005-05-23  Orjan Friberg  <orjanf@axis.com>
7556
7557         * gdb.texinfo (CRIS): Update the cris-version and cris-dwarf2-cfi
7558         documentation.  Add documentation for cris-mode.
7559
7560 2005-05-20  Eli Zaretskii  <eliz@gnu.org>
7561
7562         * gdb.texinfo (Numbers): Explain the example and make the wording
7563         more acurate.
7564
7565 2005-05-17  Daniel Jacobowitz  <dan@codesourcery.com>
7566             Dennis Brueni  <dennis@slickedit.com>
7567
7568         * gdb.texinfo (GDB/MI Breakpoint Table Commands)
7569         (GDB/MI Data Manipulation, GDB/MI Program Control)
7570         (GDB/MI Stack Manipulation): Update examples to include the fullname
7571         attribute in stack frames.
7572
7573 2005-05-12  Eli Zaretskii  <eliz@gnu.org>
7574
7575         * gdb.texinfo (Startup): Fix last change.  Treat gdb.ini like we
7576         do with other non-standard names of init files.
7577
7578 2005-05-11  Eli Zaretskii  <eliz@gnu.org>
7579
7580         * gdb.texinfo (Command Files): Move the description of the startup
7581         from here...
7582         (Startup): ...to this new subsection of the Invocation chapter.
7583         Rearrange the description of init files more logically and add a
7584         cross-reference to "Command Files".  Document the special gdbinit
7585         name for CISCO 68k.  Expand the description of what GDB does
7586         during startup.
7587         (History): Add index entry for HISTSIZE.
7588
7589 2005-05-02  Mark Kettenis  <kettenis@gnu.org>
7590
7591         * gdb.texinfo (Files): Remove documentation for auto-solib-limit.
7592
7593 2005-05-02  Eli Zaretskii  <eliz@gnu.org>
7594
7595         * gdb.texinfo (SVR4 Process Information, The isatty call)
7596         (The system call): Don't use foo(N) notation for man pages and
7597         functions.
7598         (Compilation, DJGPP Native): Improve wording.
7599
7600 2005-04-27  Eli Zaretskii  <eliz@gnu.org>
7601
7602         * gdb.texinfo (Backtrace): Describe backtraces with arguments that
7603         were optimized away.
7604
7605 2005-04-22  Eli Zaretskii  <eliz@gnu.org>
7606
7607         * gdb.texinfo (Remote configuration): Document "set/show
7608         get-thread-local-storage-address".  Add cross-reference to the
7609         description of the qGetTLSAddr packet.
7610         (General Query Packets): Mention "set remote
7611         get-thread-local-storage-address" and add a reference to its
7612         description.
7613
7614 2005-04-19  Nick Roberts  <nickrob@snap.net.nz>
7615
7616         * gdb.texinfo (Backtrace): Describe 'bt full'.
7617
7618 2005-04-17  Nick Roberts  <nickrob@snap.net.nz>
7619
7620         * gdb.texinfo (Mode Options): Fix typo.
7621         (GDB/MI): Describe how to invoke GDB/MI.
7622
7623 2005-04-16  Eli Zaretskii  <eliz@gnu.org>
7624
7625         * gdb.texinfo (OS Information): Renamed from Auxiliary Vector; all
7626         references changed.  Add description of "info udot".
7627         (Files): Document "set/show stop-on-solib-events".
7628         (M32R/D): Document "set/show download-path", "set/show
7629         board-address", "set/show server-address", "upload", "tload".
7630         Document "sdireset", "sdistatus", "debug_chaos", "use_debug_dma",
7631         "use_mon_code", "use_ib_break", "use_dbt_break".
7632         (Maintenance Commands): Improve indexing.
7633         (Target Commands): Document "set/show hash", "set/show debug
7634         monitor".
7635         (SVR4 Process Information): Document "info pidlist" and "info
7636         meminfo".  Document "set/show procfs-tarce" and "set/show
7637         procfs-file".  Document "proc-trace-*" and "proc-untrace-*".
7638         (Symbols, The Print Command with Objective-C): Improve indexing.
7639         (Objective-C): Add references to "info classes" and "info
7640         selectors".
7641         (Debugging Output): Improve wording.  Document "set/show debug
7642         solib-frv".  Fix "set/show debugvarobj".
7643         (Set Breaks): Add index entry for "hardware breakpoints".
7644         (Renesas ICE): Document "e7000", "ftplogin", "ftpload", "drain",
7645         and "set/show usehardbreakpoints".
7646         (MIPS Embedded): Document "se/show syn-garbage-limit", "set/show
7647         monitor-prompt", "set/show monitor-warnings", "pmon".
7648         (ARM): Document "rdilogfile", "rdilogenable", "set/show
7649         rdiromatzero", "set/show rdiheartbeat".
7650         (PowerPC): Document SDS-specific commands "set/show sdstimeout",
7651         "sds".
7652         (Embedded Processors): Document the "sim" command.
7653         (Remote): Document the "remote" command.
7654         (DJGPP Native): Document the "info serial" command.
7655         (Threads): Document "maint info sol-threads".
7656         (Files): Document "nosharedlibrary", "add-symbol-file-from-memory".
7657         (Set Breaks): Improve indexing.
7658         (Command Syntax): Add a reference to dont-repeat.
7659         (Define): Document "dont-repeat".
7660         (TUI Commands): Document "tabset".
7661         (WinCE): New subsection.  Document "set/show remotedirectory",
7662         "set/show remoteupload", "set/show remoteaddhost".
7663
7664 2005-04-15  Eli Zaretskii  <eliz@gnu.org>
7665
7666         * gdb.texinfo (Hurd Native): New subsection, documents
7667         Hurd-specific commands.
7668         (Maintenance Commands): Add cross-reference to "Debugging Output".
7669         (Debugging Output): Document "set/show debug lin-lwp".
7670         (MIPS): Improve documentation of heuristic-fence-post.  Document
7671         "set/show mips abi", "set/show mips saved-gpreg-size", "set/show
7672         mips stack-arg-size", "set/show mips mask-address", "set/show mips
7673         remote-mips64-transfers-32bit-regs", "set/show debug mips".
7674         (ARM): Document ARM-specific commands.
7675         (AVR): New section.  Document "info io_registers".
7676         (CRIS): New section.  Document "set/show cris-version" and
7677         "set/show cris-dwarf2-cfi".
7678         (HPPA): New section.  Document "set/show debug hppa" and "maint
7679         print unwind".
7680         (Neutrino): New subsection.  Document "set/show debug nto-debug".
7681         (Super-H): New section.  Document the "regs" command.
7682         (Debugging Output): Document "set/show debug aix-thread".
7683
7684 2005-04-09  Eli Zaretskii  <eliz@gnu.org>
7685
7686         * gdb.texinfo (Print Settings): Document "set/show print
7687         pascal_static-members", "set print repeats", "show print
7688         null-stop".  Improve indexing.  Fix documentation of "set print
7689         union".
7690         (Pascal): New section.
7691         (Supported languages): Rename from "Support"; all references
7692         updated.  Add a menu item for Pascal.
7693         (Numbers): Document "set radix.
7694         (Screen Size): Document "set/show pagination".
7695         (MIPS Embedded): Remove "set processor" documentation.
7696         (Remote configuration): Document "set/show X/P/Z-packet",
7697         "set/show read-aux-vector-packet", "set/show remote
7698         symbol-lookup-packet", "set/show remote verbose-resume-packet",
7699         "set/show remoteaddresssize", "set/show remotebaud", "set/show
7700         remotedebug", "set/show remotebreak", "set/show remotedevice",
7701         "set/show remotelogfile".
7702         (Auxiliary Vector): Add reference to the description of the
7703         read-aux-vector-packet setting.
7704         (Set Watchpoints): Add a cross-reference to "set remote
7705         hardware-breakpoint-limit".
7706         (General Query Packets): Add indexing of requests and
7707         cross-references to related commands in "Remote configuration".
7708         (File-I/O Overview, The system call): Fix wording and typos.
7709         (Thread Stops): Add index entries.
7710         (Continuing and Stepping): Document "show step-mode".
7711         (i386): New node.  Document "set/show struct-convention".
7712         (Files): Document "show trust-readonly-sections".
7713         (Calling): Document "set/show unwindonsignal".
7714         (Messages/Warnings): Add index entries.
7715         (Maintenance Commands): Document "set/show watchdog".
7716         (Annotations Overview): Document "show annotate".
7717         (Set Watchpoints): Add index entries.
7718         (Symbols): Fix doc of case-sensitive.
7719         (ABI): Document "show coerce-float-to-double".
7720         (Convenience Vars, Help): Improve indexing.
7721         (Machine Code): Document "show disassembly-flavor".
7722         (Debugging C plus plus): Document "show overload-resolution".
7723         (Value History, Signaling): Add index entries.
7724
7725 2005-04-08  Eli Zaretskii  <eliz@gnu.org>
7726
7727         * gdb.texinfo (Show): Move @kindex entries to their proper places.
7728         (Processes): Fix wording.
7729         (History, List, Logging output, Define, Symbols, Print Settings):
7730         Improve indexing.
7731
7732 2005-04-03  Eli Zaretskii  <eliz@gnu.org>
7733
7734         * gdb.texinfo (Targets): Document "set/show architecture".  Remove
7735         redundant index entry for "target" command.
7736         (Backtrace): Add index entries.
7737         (Symbols, Fortran): Document the "set case-sensitive" command.
7738         (DJGPP Native): Document "set com1base", "set com1irq", etc.
7739         (Print Settings): Add index entry for "set demangle-style".
7740         (Target Commands): Document "set download-write-size".
7741         (Debugging Output): Document "set exec-done-display".
7742
7743 2005-04-02  Eli Zaretskii  <eliz@gnu.org>
7744
7745         * gdb.texinfo (Files): Fix the name and documentation of
7746         add-shared-symbol-files.  Document its alias assf.  Update the
7747         list of OSs where GDB supports shared libraries.  Fix markup.
7748         (Continuing and Stepping): Add reference to @var{location} in the
7749         text.
7750         (Dump/Restore Files): Fix reference to @{filename}.
7751         (Help): Fix wording.
7752         (Attach): Ditto.
7753         (Set Watchpoints): Ditto.
7754         (Backtrace): Remove redundant index entries.  Improve index
7755         entries.
7756         (Delete Breaks): Fix wording.
7757         (Memory): Document the compare-sections command.
7758         (Memory Region Attributes): Improve wording.
7759         (Disabling): Improve wording.
7760         (Fortran): New subsection.  Document the "info common" command.
7761         (Help): Document aliases "info copying" and "info warranty".
7762         (Caching Remote Data): New section.  Document the "set/show
7763         remotecache" and "info dcache" commands.
7764         (Show): Fix wording of the documentation of the "set
7765         extension-language" command.
7766         (Signals): Add index entry for "info handle".
7767         (Memory Region Attributes): Fix punctuation.
7768         (Symbols): Change the arg name to "location" and refer to it in
7769         the text.  Fix wording of "info types" doc.
7770         (Threads): Fix usage of @enumerate @item's.
7771         (Listing Tracepoints): Add index entry for "info tp".
7772         (Set Watchpoints): Add xref to "info break" description.
7773         (Macros): Add an index entry for "macro exp1".  Document the
7774         "macro list" command.
7775         (Maintenance Commands): Document "flushregs", "maint agent",
7776         "maint check-symtabs", "maint cplus", "maint demangle", "maint
7777         deprecate", "maint undeprecate", "maint dump-me", "maint packet",
7778         "maint print architecture", "maint print objfiles", "maint print
7779         statistics", "maint print type", "maint show-debug-regs", "maint
7780         space", "maint time", and "maint translate-address".
7781         (Connecting): Document the "monitor" command.
7782         (Annotations Overview): Describe the "set annotate" command.
7783
7784 2005-04-01  Eli Zaretskii  <eliz@gnu.org>
7785
7786         * gdb.texinfo (Set Watchpoints): Document can-use-hw-watchpoints.
7787         Rearrange index entries and improve wording about support for
7788         hardware watchpoints.
7789
7790 2005-03-10  Bob Rossi  <bob@brasko.net>
7791
7792         * gdb.texinfo: Update copyright
7793
7794 2005-02-09  Theodore A. Roth  <troth@openavr.org>
7795
7796         * gdb.texinfo (General Query Packets): Fix texinfo compile warning and
7797         error.
7798
7799 2005-02-03  Kevin Buettner  <kevinb@redhat.com>
7800
7801         * gdb.texinfo (General Query Packets): Document qGetTLSAddr packet.
7802
7803 2005-01-17  Michael Snyder  <msnyder@redhat.com>
7804
7805         * gdb.texinfo: Fix spelling, infinte  ->  infinite.
7806
7807 2005-01-08  Mark Kettenis  <kettenis@gnu.org>
7808
7809         * observer.texi (GDB Observers): Document "solib_loaded".
7810
7811 2005-01-07  Andrew Cagney  <cagney@gnu.org>
7812
7813         * configure.ac: Rename configure.in, require autoconf 2.59.
7814         * configure: Re-generate.
7815
7816         * configure.in: Replace configdirs with multiple references to
7817         AC_CONFIG_SUBDIRS.
7818         * configure: Re-generate.
7819
7820 2005-01-04  Andrew Cagney  <cagney@gnu.org>
7821
7822         * gdbint.texinfo (Versions and Branches): Make the date (YYYYMMDD)
7823         part of the version number.
7824
7825 2004-12-24  Mark Kettenis  <kettenis@gnu.org>
7826
7827         * gdbint.texinfo (Algorithms): Remove description of
7828         TARGET_DISABLE_HW_WATCHPOINTS and TARGET_ENABLE_HW_WATCHPOINTS.
7829
7830 2004-12-07  Jim Blandy  <jimb@redhat.com>
7831
7832         * gdb.texinfo (General Query Packets): Specify that thread ID's in
7833         the 'qC' and 'qThreadInfo' packets are unsigned hexidecimal
7834         numbers.
7835
7836 2004-12-07  Andreas Schwab  <schwab@suse.de>
7837
7838         * gdb.texinfo (Mode Options): Document -l option.
7839
7840 2004-12-04  Eli Zaretskii  <eliz@gnu.org>
7841
7842         * gdbint.texinfo (Algorithms): More accurate description of
7843         STOPPED_BY_WATCHPOINT.  Point out that target_stopped_data_address
7844         is not needed unless data-read and data-access watchpoints are
7845         supported.  Add a description of how GDB checks whether the
7846         inferior stopped because a watchpoint was hit.
7847
7848 2004-11-23  Eli Zaretskii  <eliz@gnu.org>
7849
7850         * gdb.texinfo (Files): Add cross-reference to description of
7851         -readnow command-line switch.
7852
7853 2004-11-10  Randolph Chung  <tausq@debian.org>
7854
7855         * gdb.texinfo: Document set/show backtrace past-entry commands.
7856         Rearrange index entries for set/show backtrace past-main.
7857
7858 2004-11-10  Jon Beniston <jon@beniston.com>
7859
7860         Committed by Andrew Cagney  <cagney@gnu.org>.
7861         * gdb.texinfo (Remote Serial Protocol): Further describe
7862         binary transfer escaping mechanism .
7863
7864 2004-11-08  Randolph Chung  <tausq@debian.org>
7865
7866         * gdb.texinfo (inferior_debugging info): Document "set debug infrun"
7867         and "show debug infrun".  Add index entries.
7868
7869 2004-10-23  Eli Zaretskii  <eliz@gnu.org>
7870
7871         * gdb.texinfo (SVR4 Process Information): Document subcommands of
7872         "info proc" that are already implemented.  Add index entries.
7873         (Working Directory): Add a cross-reference to "info proc" command.
7874         (Files): Add a tip for decreasing memory used for symtabs from
7875         shared libraries.
7876         (Starting): Fix whitespace; make "elaboration" stand out where it
7877         is first used, and add an index entry for the term.
7878         (Calling): Expand and elaborate text.  Add "print".  Add the
7879         description of problems with weak aliases.
7880         (Core File Generation): New section.
7881
7882 2004-10-12  Andrew Cagney  <cagney@gnu.org>
7883
7884         * gdbint.texinfo (Versions and Branches): New chapter.
7885         (Releasing GDB): Delete "Versions and Branches" section.
7886         (Top): Add "Versions and Branches".
7887
7888 2004-10-08  Eli Zaretskii  <eliz@gnu.org>
7889
7890         * gdb.texinfo (Editing, History): Add cross-references to the
7891         included Readline and History user documentation.  Remove
7892         references to the symbol have-readline-appendices which is unused
7893         and undefined.
7894         (History): Fix indexing.
7895
7896 2004-10-08  Jeff Johnston  <jjohnstn@redhat.com>
7897
7898         * gdbint.texinfo (target_stopped_data_address): Update to
7899         new prototype.
7900         (i386_stopped_data_address): Update prototype and description.
7901         (i386_stopped_by_watchpoint): New function and description.
7902
7903 2004-10-03  Paul N. Hilfinger  <hilfinger@gnat.com>
7904
7905         * gdb.texinfo (Filenames): Add Ada suffixes.
7906         (Ada) New section.
7907
7908 2004-09-27  Andrew Cagney  <cagney@gnu.org>
7909             Robert Picco  <Robert.Picco@hp.com>
7910
7911         * gdb.texinfo (Packets): Document the "p" packet.
7912
7913 2004-09-21  Jason Molenda  (jmolenda@apple.com)
7914
7915         * gdb.texinfo (Paths and Names of the Source Files): Document the
7916         meaning of values in the 'desc' field of a SO stab.
7917
7918 2004-09-20  Daniel Jacobowitz  <dan@debian.org>
7919
7920         * gdb.texinfo (Maintenance Commands): Document "maint set dwarf2
7921         max-cache-age" and "maint show dwarf2 max-cache-age".
7922
7923 2004-09-16  Eli Zaretskii  <eliz@gnu.org>
7924
7925         * gdb.texinfo (Set Breaks): Add index entry for setting
7926         breakpoints on overloaded C++ functions that are not members of
7927         any classes.  Add an example and an index entry for setting
7928         breakpoints on all program functions.
7929         (Character Sets, Macros, Overlay Commands)
7930         (Non-debug DLL symbols, GDB/MI Output Syntax)
7931         (Annotations Overview, Maintenance Commands, File-I/O Overview):
7932         Use "(@value{GDBP})" instead of a literal "(gdb)".
7933
7934 2004-09-12  Andrew Cagney  <cagney@gnu.org>
7935
7936         * gdbint.texinfo (Native Debugging): Delete description of
7937         FILES_INFO_HOOK.
7938
7939 2004-09-11  Paul Hilfinger  <hilfinger@gnat.com>
7940
7941         * gdbint.texinfo (User Interface): Change local_hex_string_custom
7942         to hex_string_custom (not historically correct, but more
7943         understandable, given the current code).
7944
7945 2004-09-03  Andrew Cagney  <cagney@gnu.org>
7946
7947         * gdbint.texinfo (Native Debugging): Delete SVR4_SHARED_LIBS.
7948
7949 2004-09-01  Jeff Johnston  <jjohnstn@redhat.com>
7950
7951         * observer.texi (solib_unloaded): New observer.
7952
7953 2004-08-24  Andrew Cagney  <cagney@gnu.org>
7954
7955         * gdbint.texinfo (Target Architecture Definition): Add missing
7956         comma.
7957
7958 2004-08-20  Michael Chastain  <mec.gnu@mindspring.com>
7959
7960         * (Using the Testsuite): build != host is supported,
7961         but some test scripts do not support build != host.
7962
7963 2004-08-14  Mark Kettenis  <kettenis@gnu.org>
7964
7965         * gdbint.texinfo (Host Definition): Delete description of
7966         FCLOSE_PROVIDED and GETENV_PROVIDED.
7967
7968 2004-08-05  Mark Kettenis  <kettenis@chello.nl>
7969
7970         * gdbint.texinfo (Host Definition): Delete description of
7971         NO_SYS_FILE.
7972         (Native Debugging): Delete description of KERNEL_U_ADDR_BSD and
7973         PTRACE_FP_BUG.
7974
7975 2004-08-05  Andrew Cagney  <cagney@gnu.org>
7976
7977         * gdbint.texinfo (Target Architecture Definition): Delete
7978         reference to deprecated_read_fp.
7979
7980 2004-08-02  Andrew Cagney  <cagney@gnu.org>
7981
7982         * gdbint.texinfo (Target Architecture Definition): Delete
7983         description of DEPRECATED_REGISTER_BYTES.
7984
7985 2004-07-30  Baurjan Ismagulov  <ibr@ata.cs.hun.edu.tr>
7986
7987         * gdb.texinfo (Source Path): Document the new behavior of
7988         searching for the source files.
7989
7990 2004-07-17  Eli Zaretskii  <eliz@gnu.org>
7991
7992         * gdb.texinfo (Edit): Fix markup of EDITOR and improve wording.
7993         (Search, Expressions, Arrays, Variables, Data, Machine Code)
7994         (Auto Display): Improve indexing.
7995
7996 2004-07-16  Andrew Cagney  <cagney@gnu.org>
7997
7998         * gdb.texinfo (Mode Options): Delete documentation on "-async" and
7999         "-noasync".
8000
8001 2004-07-09  Eli Zaretskii  <eliz@gnu.org>
8002
8003         * gdb.texinfo: Fix @kindex entries so that multiple commands that
8004         have the same prefix have only their prefix in the index.
8005
8006 2004-07-03  Mark Kettenis  <kettenis@gnu.org>
8007
8008         * gdb.texinfo (BSD libkvm Interface): New node (section)
8009         (Native): Add it to the menu.
8010
8011 2004-07-01  Mark Kettenis  <kettenis@gnu.org>
8012
8013         * gdbint.texinfo (Target Architecture Definition): Remove
8014         PCC_SOL_BROKEN.
8015
8016 2004-06-24  Mark Kettenis  <kettenis@gnu.org>
8017
8018         * gdbint.texinfo (Target Architecture Definition): Remove
8019         SUN_FIXED_LBRAC_BUG.
8020
8021 2004-06-26  Andrew Cagney  <cagney@gnu.org>
8022
8023         * gdbint.texinfo (Coding): Replace xasprintf with xstrprintf.
8024
8025 2004-06-20  Andrew Cagney  <cagney@gnu.org>
8026
8027         * gdbint.texinfo (Target Architecture Definition): Deprecate
8028         USE_STRUCT_CONVENTION.
8029
8030 2004-06-19  Michael Chastain  <mec.gnu@mindspring.com>
8031
8032         gdb.texinfo (Bug Reporting): Mention session recording,
8033         with the script command or Emacs.
8034
8035 2004-06-18  Andrew Cagney  <cagney@gnu.org>
8036
8037         * gdbint.texinfo (Target Architecture Definition): Deprecate
8038         FUNCTION_START_OFFSET.
8039
8040 2004-06-14  Andrew Cagney  <cagney@gnu.org>
8041
8042         Based on changes from Karl Berry.
8043         * gdb.texinfo: Do not use @sc in a direntry.
8044         * stabs.texinfo: Change @dircateogry to "Software development".
8045         * gdbint.texinfo, gdb.texinfo, annotate.texinfo: Ditto.
8046
8047 2004-06-13  Andrew Cagney  <cagney@gnu.org>
8048
8049         * gdbint.texinfo (Target Architecture Definition): Delete
8050         description of RETURN_VALUE_ON_STACK.
8051
8052 2004-06-09  Andrew Cagney  <cagney@gnu.org>
8053
8054         * gdbint.texinfo (Native Debugging): Restore "@table @code"
8055         deleted by previous patch.
8056
8057 2004-06-08  Andrew Cagney  <cagney@gnu.org>
8058
8059         * gdbint.texinfo (Native Debugging): Delete documentation on
8060         ATTACH_DETACH.
8061
8062 2004-06-06  Randolph Chung  <tausq@debian.org>
8063
8064         * gdb.texinfo (push_dummy_call): Use @code{struct value}.
8065
8066 2004-06-06  Randolph Chung  <tausq@debian.org>
8067
8068         * gdb.texinfo (push_dummy_call): Update argument list to match
8069         the new push_dummy_call method signature.  Describe the function
8070         argument.
8071
8072 2004-05-24  Joel Brobecker  <brobecker@gnat.com>
8073
8074         * gdb.texinfo (Starting): Document new start command.
8075
8076 2004-05-21  Andrew Cagney  <cagney@redhat.com>
8077
8078         * observer.texi (GDB Observers): Document "inferior_created".
8079
8080 2004-05-08  Andrew Cagney  <cagney@redhat.com>
8081
8082         * gdbint.texinfo (Target Architecture Definition): Delete
8083         description of DO_DEFERRED_STORES.
8084
8085         * gdbint.texinfo (Target Architecture Definition): Delete
8086         references to DEPRECATED_FIX_CALL_DUMMY.
8087
8088         * gdbint.texinfo (Target Architecture Definition): Delete
8089         description of DEPRECATED_CALL_DUMMY_WORDS,
8090         DEPRECATED_SIZEOF_CALL_DUMMY_WORDS, and CALL_DUMMY.
8091
8092         * gdbint.texinfo (Target Architecture Definition): Delete
8093         description of DEPRECATED_PUSH_DUMMY_FRAME.
8094
8095         * gdbint.texinfo (Target Architecture Definition): Delete
8096         reference to DEPRECATED_CALL_DUMMY_BREAKPOINT_OFFSET.
8097
8098 2004-05-07  Andrew Cagney  <cagney@redhat.com>
8099
8100         * observer.texi (GDB Observers): Add "Debugging" section.  Include
8101         cross reference to "set/show debug observer".
8102         * gdb.texinfo (Debugging Output): Document "set/show debug
8103         observer".
8104
8105 2004-05-01  Andrew Cagney  <cagney@redhat.com>
8106
8107         * gdbint.texinfo (Target Architecture Definition): Delete
8108         description of DEPRECATED_PC_IN_SIGTRAMP.
8109
8110 2004-04-30  Andrew Cagney  <cagney@redhat.com>
8111
8112         * gdbint.texinfo (Target Architecture Definition): Delete
8113         documentation for BELIEVE_PCC_PROMOTION_TYPE, no longer defined.
8114
8115 2004-04-30  Orjan Friberg  <orjanf@axis.com>
8116
8117         * observer.texi (GDB Observers): Correct spelling.
8118
8119 2004-04-26  Orjan Friberg  <orjanf@axis.com>
8120
8121         * observer.texi (GDB Observers): Add target_changed event.
8122
8123 2004-04-08  Andrew Cagney  <cagney@redhat.com>
8124
8125         * observer.texi (GDB Observers): Rework, provide generic observer
8126         definitions and then a list of observable events.
8127
8128 2004-04-04  Andrew Cagney  <cagney@redhat.com>
8129
8130         * gdbint.texinfo (Host Definition): Delete reference to
8131         NO_SIGINTERRUPT.
8132
8133 2004-04-02  Andrew Cagney  <cagney@redhat.com>
8134
8135         * gdbint.texinfo (Target Architecture Definition): Delete
8136         reference to DEPRECATED_CALL_DUMMY_LENGTH.
8137
8138 2004-03-28  Stephane Carrez  <stcarrez@nerim.fr>
8139
8140         * gdb.texinfo (TUI Commands): Document tui reg commands.
8141
8142 2004-03-26  Andrew Cagney  <cagney@redhat.com>
8143
8144         * gdb.texinfo (TUI): Delete reference to --enable-tui.  Mention
8145         "gdbtui".
8146         (Mode Options): Mention "gdbtui".  Use "Text" not "Terminal".
8147         (Contributors): Mention both Text and Terminal User Interface.
8148
8149 2004-03-23  Andrew Cagney  <cagney@redhat.com>
8150
8151         * gdbint.texinfo (Target Architecture Definition): Deprecate
8152         references to SIGTRAMP_START and SIGTRAMP_END.
8153
8154 2004-03-23  Andrew Cagney  <cagney@redhat.com>
8155
8156         * gdbint.texinfo (Target Architecture Definition): Deprecate
8157         references to PC_IN_SIGTRAMP.
8158
8159 2004-03-19  Andrew Cagney  <cagney@redhat.com>
8160
8161         * gdbint.texinfo (Target Architecture Definition): Delete
8162         reference to GDB_TARGET_IS_HPPA.
8163
8164 2004-03-18  Andrew Cagney  <cagney@redhat.com>
8165
8166         * gdbint.texinfo (Coding): Update section on gdbarch_data,
8167         describe pre_init and post_init.
8168
8169 2004-03-09  Daniel Jacobowitz  <drow@mvista.com>
8170
8171         * gdb.texinfo (Debugging Output): Document values for "set debug
8172         target".
8173
8174 2004-02-28  Andrew Cagney  <cagney@redhat.com>
8175
8176         * gdb.texinfo (Contributors): Mention GDB 6.1 release engineer.
8177
8178 2004-02-26  Jeff Johnston  <jjohnstn@redhat.com>
8179
8180         * gdb.texinfo (breakpoints): Add information about the
8181         new "set breakpoint pending" and "show breakpoint pending"
8182         commands.
8183
8184 2004-02-26  Andrew Cagney  <cagney@redhat.com>
8185
8186         * gdbint.texinfo (Coding): Document use of gdbarch_obstack_zalloc
8187         in Per-architecture module data section.
8188
8189 2004-02-25  Roland McGrath  <roland@redhat.com>
8190
8191         * gdb.texinfo (General Query Packets): Document qPart:... packets.
8192
8193 2004-02-24  Andrew Cagney  <cagney@redhat.com>
8194
8195         * annotate.texinfo: Wrap fdl.texi include in raise/lower sections.
8196         * gdb.texinfo, gdbint.texinfo, stabs.texinfo: Ditto.
8197         * fdl.texi: Import Version 1.2, November 2002.
8198
8199 2004-02-17  Andrew Cagney  <cagney@redhat.com>
8200
8201         * gdb.texinfo (Mode Options): Note that "mi1" is deprecated.
8202
8203 2004-02-16  Andrew Cagney  <cagney@redhat.com>
8204
8205         * gdbint.texinfo (Target Architecture Definition): Deprecate
8206         FRAMELESS_FUNCTION_INVOCATION.
8207
8208 2004-02-16  Andrew Cagney  <cagney@redhat.com>
8209
8210         * gdbint.texinfo (Coding): Mention -Wunused-function.
8211
8212 2004-02-14  Andrew Cagney  <cagney@redhat.com>
8213
8214         * gdbint.texinfo (Target Architecture Definition): Delete
8215         description of DEPRECATED_CALL_DUMMY_STACK_ADJUST.
8216
8217 2004-02-12  Elena Zannoni  <ezannoni@redhat.com>
8218
8219         * gdb.texinfo: Properly quote the name "C++".
8220         * gdbint.texinfo: Ditto.
8221         * stabs.texinfo: Ditto.
8222
8223 2004-02-11  Elena Zannoni  <ezannoni@redhat.com>
8224
8225         * gdbint.texinfo (Support Libraries): Add doco about obstacks and
8226         minimal information about libiberty.
8227
8228 2004-02-06  Michael Chastain  <mec.gnu@mindspring.com>
8229
8230         * gdb.texinfo (Auxiliary Vector): Fix thinko with @value{GDBN}.
8231
8232 2004-02-04  Roland McGrath  <roland@redhat.com>
8233
8234         * gdb.texinfo (Auxiliary Vector): New node (section).
8235         (Data): Add it to the menu.
8236
8237 2004-02-02  Jeff Johnston  <jjohnstn@redhat.com>
8238
8239         * gdb.texinfo (Breakpoints): Add information about pending
8240         breakpoint support.
8241
8242 2004-01-26  Andrew Cagney  <cagney@redhat.com>
8243
8244         * gdb.texinfo (Overview): Delete references to the cisco protocol
8245         including the "N" response.
8246
8247 2004-01-26  Andrew Cagney  <cagney@redhat.com>
8248
8249         * gdbint.texinfo (Target Architecture Definition): Rename
8250         EXTRACT_STRUCT_VALUE_ADDRESS to
8251         DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS.
8252
8253 2004-01-24  Eli Zaretskii  <eliz@gnu.org>
8254
8255         * gdb.texinfo (KOD): Document "show os".  Add index entries for
8256         "set/show os" and "info cisco" commands.
8257
8258 2004-01-21  Eli Zaretskii  <eliz@gnu.org>
8259
8260         * Makefile.in (install-info): Prepend $(DESTDIR) to $(infodir).
8261
8262 2004-01-19  Michael Chastain  <mec.gnu@mindspring.com>
8263
8264         * gdbint.texinfo: Delete USE_MMALLOC, NO_MMCHECK, MMCHECK_FORCE,
8265         MMAP_BASE_ADDRESS, MMAP_INCREMENT.
8266
8267 2004-01-19  Nick Roberts  <nick@nick.uklinux.net>
8268
8269         * gdb.texinfo (GDB/MI Stack Manipulation): Describe extension to
8270         -stack-list-locals.
8271         (GDB/MI Variable Objects): Describe extension to
8272         -var-list-children.
8273
8274 2004-01-17  Daniel Jacobowitz  <drow@mvista.com>
8275
8276         * gdbint.texinfo (DECR_PC_AFTER_HW_BREAK): Don't document.
8277
8278 2004-01-17  Andrew Cagney  <cagney@redhat.com>
8279
8280         * gdbint.texinfo (Target Architecture Definition): Delete
8281         documentation on DEPRECATED_NPC_REGNUM.
8282
8283 2004-01-13  Daniel Jacobowitz  <drow@mvista.com>
8284
8285         * gdb.texinfo: Update copyright year.  Mention that set
8286         follow-fork-mode is supported on GNU/Linux.  Remove documentation of
8287         "set follow-fork-mode ask".
8288
8289 2004-01-13  Andrew Cagney  <cagney@redhat.com>
8290
8291         * gdbint.texinfo: Update copyright year.
8292         (Coding): Add -Wunused-label to list of -Werror warnings.
8293
8294 2004-01-08  Jason Molenda  <jmolenda@apple.com>
8295             Eli Zaretskii  <eliz@gnu.org>
8296
8297         * gdb.texinfo: Update copyright.
8298         (Objective-C): "methodName" typeo fixed.  Add @code/@var markup
8299         around names, as appropriate.  Minor syntax cleanup of
8300         _NSPrintForDebugger explanation.  Two spaces after periods.
8301         GDBN used instead of lit. "gdb".  Index entries added for
8302         print-object and _NSPrintForDebugger.  @noindent added in one spot.
8303
8304 2003-11-11  Elena Zannoni  <ezannoni@redhat.com>
8305
8306         * stabs.texinfo: Add dircategory and direntry commands.
8307         * annotate.texinfo: Ditto.
8308
8309 2003-11-10  Andrew Cagney  <cagney@redhat.com>
8310
8311         * gdbint.texinfo (Target Architecture Definition): Replace the
8312         return_value method's "inval" and "outval" parameters with
8313         "readbuf" and "writebuf".
8314
8315 2003-10-28  Jim Blandy  <jimb@redhat.com>
8316
8317         * gdb.texinfo (The F request packet, The F reply packet): Renamed
8318         from "The `F' request packet" and "The `F' reply packet", to make
8319         texi2dvi happy.
8320         (File-I/O remote protocol extension): Update menu entries, too.
8321
8322 2003-10-26  Michael Chastain  <mec@shout.net>
8323
8324         * gdb.texinfo (Thread Stops): Document the issue with
8325         premature return from system calls in multi-threaded programs.
8326
8327 2003-10-24  Andrew Cagney  <cagney@redhat.com>
8328
8329         * annotate.texinfo: Fix "fortunatly"[sic].
8330
8331 2003-10-23  Kei Sakamoto  <sakamoto.kei@renesas.com>
8332
8333         * gdb.texinfo (Contributors to GDB): Replace "Renesas"
8334         with "Hitachi" and "Mitsubishi".
8335
8336 2003-10-20  Andrew Cagney  <cagney@redhat.com>
8337
8338         * gdbint.texinfo (Target Architecture Definition): Document
8339         gdbarch_return_value.  Add cross references from
8340         USE_STRUCT_CONVENTION, EXTRACT_RETURN_VALUE, and
8341         STORE_RETURN_VALUE, and from/to EXTRACT_STRUCT_VALUE_ADDRESS.
8342
8343 2003-10-18  Mark Kettenis  <kettenis@gnu.org>
8344
8345         * gdbint.texinfo (Target Architecture Definition): Document
8346         regset_from_core_section.
8347
8348 2003-10-16  Kei Sakamot Sakamoto  <sakamoto.kei@renesas.com>
8349
8350         * gdb.texinfo (M32R/D): Mention m32rsdi target.
8351
8352 2003-10-15  Kevin Buettner  <kevinb@redhat.com>
8353
8354         From Anthony Green  <green@redhat.com>:
8355         * gdb.texinfo (Breakpoints related warnings): Insert into menu.
8356
8357 2003-10-14  Kevin Buettner  <kevinb@redhat.com>
8358
8359         * gdb.texinfo (Breakpoint related warnings): New node.
8360         * gdbint.texinfo (ADJUST_BREAKPOINT_ADDRESS): Document.
8361
8362 2003-10-13  Daniel Jacobowitz  <drow@mvista.com>
8363
8364         * gdb.texinfo (Remote Protocol): Document v and vCont.
8365
8366 2003-10-10  Kei Sakamoto  <sakamoto.kei@renesas.com>
8367
8368         * gdb.texinfo: Replace "Hitachi" and "Mitsubishi" with "Renesas".
8369         * gdbint.texinfo: Ditto.
8370
8371 2003-10-09  Andrew Cagney  <cagney@redhat.com>
8372
8373         From 2003-09-18 David Anderson <davea@sgi.com>:
8374         * gdb.texinfo (GDB/MI Symbol Query): Replace "comamnd" with
8375         "command".
8376
8377 2003-10-03  Andrew Cagney  <cagney@redhat.com>
8378
8379         * gdbint.texinfo (Target Architecture Definition): Deprecate
8380         IBM6000_TARGET.  Mention that it implies an RS/6000 system and not
8381         just target.
8382
8383 2003-10-02  Andrew Cagney  <cagney@redhat.com>
8384
8385         * gdbint.texinfo (Target Architecture Definition): Rename
8386         REGISTER_RAW_SIZE to DEPRECATED_REGISTER_RAW_SIZE.
8387         * gdb.texinfo (Packets, Stop Reply Packets): Ditto.
8388         * gdbint.texinfo (Target Architecture Definition): Rename
8389
8390 2003-09-30  Andrew Cagney  <cagney@redhat.com>
8391
8392         REGISTER_VIRTUAL_SIZE to DEPRECATED_REGISTER_VIRTUAL_SIZE.
8393         (Target Architecture Definition):
8394
8395         * gdbint.texinfo (Target Architecture Definition): Rename
8396         REGISTER_VIRTUAL_TYPE to DEPRECATED_REGISTER_VIRTUAL_TYPE.
8397
8398 2003-09-29  Andrew Cagney  <cagney@redhat.com>
8399
8400         * gdbint.texinfo (Target Architecture Definition): Delete
8401         documentation for NEED_TEXT_START_END.
8402
8403         * gdbint.texinfo (Target Architecture Definition): Rename
8404         NPC_REGNUM to DEPRECATED_NPC_REGNUM.  Add cross reference to
8405         TARGET_WRITE_PC.
8406
8407 2003-09-22  Michael Chastain  <mec@shout.net>
8408
8409         * gdbint.texinfo (Testsuite Organization): Change gdb.c++ to gdb.cp.
8410
8411 2003-09-21  Anthony Green  <green@redhat.com>
8412
8413         * gdbint.texinfo (Target Architecture Definition): Fix typos.
8414
8415 2003-09-21  Mark Kettenis  <kettenis@gnu.org>
8416
8417         * gdbint.texinfo (Target Architecture Definition): Document
8418         stabs_argument_has_addr.
8419
8420 2003-09-18  Andrew Cagney  <cagney@redhat.com>
8421
8422         * gdbint.texinfo (Target Architecture Definition): Delete
8423         documentation on REGISTER_NAMES.
8424
8425 2003-09-13  Mark Kettenis  <kettenis@gnu.org>
8426
8427         * gdbint.texinfo (Target Architecture Definition): Replace
8428         REG_STRUCT_HAS_ADDR with DEPRECATED_REG_STRUCT_HAS_ADDR.
8429
8430 2003-09-11  Andrew Cagney  <cagney@redhat.com>
8431
8432         * gdbint.texinfo (Target Architecture Definition): Replace
8433         STACK_ALIGN with DEPRECATED_STACK_ALIGN.
8434
8435 2003-08-18  Andrew Cagney  <cagney@redhat.com>
8436
8437         * gdbint.texinfo (Target Architecture Definition): Document
8438         "frame_red_zone_size".
8439
8440 2003-08-09  Andrew Cagney  <cagney@redhat.com>
8441
8442         * gdb.texinfo (Backtrace): Replace "set/show backtrace-below-main"
8443         with "set/show backtrace past-main" and "set/show backtrace
8444         limit".
8445
8446 2003-08-08  H.J. Lu  <hongjiu.lu@intel.com>
8447
8448         * Makefile.in (install-info): Support DESTDIR.
8449         (install-html): Likewise.
8450
8451 2003-08-07  Andrew Cagney  <cagney@redhat.com>
8452
8453         Patch from Nick Roberts.
8454         * gdb.texinfo (Using GDB under GNU Emacs): Fix/update key
8455         bindings.  Remove description of send-gdb-command.
8456
8457 2003-08-07  Andrew Cagney  <cagney@redhat.com>
8458
8459         * gdb.texinfo (Mode Options): Mention that "mi2" was included in
8460         GDB 6.0.
8461
8462 2003-08-06  Andrew Cagney  <cagney@redhat.com>
8463
8464         * gdb.texinfo (Mode Options): Mention that level three is the
8465         highest available and that level 2 is deprecated.
8466         (Annotations Overview): Mention annotation levels. Cross reference
8467         to "Limitations of the Annotation Interface" in annotate.texi.
8468         (TODO, Value Annotations, Frame Annotations): Delete section.
8469         (Displays, Breakpoint Info): Delete.
8470
8471 2003-08-04  Andrew Cagney  <cagney@redhat.com>
8472
8473         * agentexpr.texi: Delete @bye.
8474         * Makefile.in (STABS_DOC_SOURCE_INCLUDES): Add "fdl.texi"
8475         (stabs.info): Add $(srcdir) to include search path.
8476         (html): Depend on "annotate_toc.html", and not "annotate.html".
8477         * stabs.texinfo: Ditto.  Include "fdl.texi".
8478         * gdbint.texinfo: Update copyright statement's list of invariant
8479         sections.
8480
8481 2003-07-28  Andrew Cagney  <cagney@redhat.com>
8482
8483         * Makefile.in (INFO_DEPS): Add annotate.info.
8484         (dvi, ps, html, pdf): Add annotate.
8485         (ANNOTATE_DOC_SOURCE_INCLUDES): New macro.
8486         (ANNOTATE_DOC_BUILD_INCLUDES): New macro.
8487         (ANNOTATE_DOC_FILES): New macro.
8488         (ANNOTATE_TEX_TMPS): New macro.
8489         (annotate.info, annotate_toc.html): Specify dependencies.
8490         (annotate.ps, annotate.pdf, annotate.dvi): Ditto.
8491         * annotate.texinfo: Rename annotate.texi.  Get building.  Add
8492         "Migrating to GDB/MI" and "Limitations of the Annotation
8493         Interface" chapters.  Mention why it is not part of the user
8494         guide.  Update copyright notice.  Include "fdl.texi".
8495
8496 2003-07-26  Stephane Carrez  <stcarrez@nerim.fr>
8497
8498         * gdb.texinfo (TUI Keys): Document C-x o key to switch active window.
8499
8500 2003-07-24  Daniel Jacobowitz  <drow@mvista.com>
8501
8502         * gdbint.texinfo (libgdb components): Correct a GDB to GDBN.
8503
8504 2003-07-24  Daniel Jacobowitz  <drow@mvista.com>
8505
8506         * gdb.texinfo (Server): Mention pidof.
8507
8508 2003-07-22  Andrew Cagney  <cagney@redhat.com>
8509
8510         * gdbint.texinfo (Coding): Add -Wformat-nonliteral to -Werror
8511         list.
8512
8513 2003-06-28  Daniel Jacobowitz  <drow@mvista.com>
8514
8515         * gdb.texinfo (Logging output): New chapter.
8516
8517 2003-06-24  Joel Brobecker  <brobecker@gnat.com>
8518
8519         * gdb.texinfo (Unsupported languages): New section.
8520         (Languages): Add link to new section.
8521
8522 2003-06-22  Andrew Cagney  <cagney@redhat.com>
8523
8524         * gdb.texinfo (Contributors): Mention 6.0 release engineer.
8525
8526 2003-06-22  Daniel Jacobowitz  <drow@mvista.com>
8527
8528         * gdbint.texinfo (Coding): Clarify use of gdb_XXX.h headers.
8529
8530 2003-06-22  Daniel Jacobowitz  <drow@mvista.com>
8531
8532         * Makefile.in (SFILES_INCLUDED): Add agentexpr.texi.
8533         * agentexpr.texi: Retitle section, and change it to an appendix.
8534         Comment out texinfo initialization.  Factor a @var{} into two
8535         pieces to prevent makeinfo warnings.
8536         * gdb.texinfo: Add Agent Expressions appendix.
8537
8538 2003-06-19  Daniel Jacobowitz  <drow@mvista.com>
8539
8540         * gdbint.texinfo (Native Conditionals): Remove PREPARE_TO_PROCEED.
8541
8542 2003-06-18  Daniel Jacobowitz  <drow@mvista.com>
8543
8544         * gdb.texinfo (Remote Debugging): New section "Connecting to a
8545         remote target".  Document the "detach" and "disconnect" commands.
8546         (Server, Netware, Debug Session): Reference "Connecting to a
8547         remote target".
8548         (GDB/MI Target Manipulation): Document "-target-disconnect".
8549
8550 2003-06-13  Andrew Cagney  <cagney@redhat.com>
8551
8552         * gdbint.texinfo (Target Architecture Definition): Deprecate
8553         REMOTE_BREAKPOINT, LITTLE_REMOTE_BREAKPOINT, and
8554         BIG_REMOTE_BREAKPOINT.  Cross reference BREAKPOINT_FROM_PC.
8555
8556 2003-06-09  Jim Blandy  <jimb@redhat.com>
8557
8558         * gdb.texinfo (Separate Debug Files): Remove extra semicolon.
8559
8560 2003-06-08  Andrew Cagney  <cagney@redhat.com>
8561
8562         * gdbint.texinfo (Target Architecture Definition): Delete
8563         documentation on FRAME_ARGS_ADDRESS_CORRECT.
8564
8565 2003-06-08  Andrew Cagney  <cagney@redhat.com>
8566
8567         * gdbint.texinfo (Target Architecture Definition): Document
8568         "unwind_sp".  Cross reference "unwind_sp" and TARGET_READ_SP.
8569
8570 2003-06-07  Adam Fedor  <fedor@gnu.org>
8571
8572         * gdb.texinfo: Add Objective-C documentation.
8573
8574 2003-06-01  Andrew Cagney  <cagney@redhat.com>
8575
8576         * gdbint.texinfo (Target Architecture Definition): Add "func_addr"
8577         parameter to "push_dummy_call".  Rename "dummy_addr" to "bp_addr".
8578
8579 2003-05-21  Andrew Cagney  <cagney@redhat.com>
8580
8581         * gdbint.texinfo (Target Architecture Definition): Delete
8582         references to "extract_address" and "store_address".
8583
8584 2003-05-16  Andrew Cagney  <cagney@redhat.com>
8585
8586         * gdbint.texinfo (Target Architecture Definition): Replace
8587         REGISTER_BYTES with DEPRECATED_REGISTER_BYTES.  Fix typo,
8588         DEPRECATED_REGISTER_SIZE instead of REGISTER_BYTE.
8589
8590 2003-05-14  Theodore A. Roth  <troth@openavr.org>
8591
8592         * gdbint.texinfo (Breakpoint Handling): Correct a double negative.
8593
8594 2003-05-10  H.J. Lu <hongjiu.lu@intel.com>
8595
8596         * Makefile.in (gdb-cfg.texi): Replace $$LN_S with $(LN_S).
8597         (gdb.dvi): Likewise.
8598         (gdb.pdf): Likewise.
8599         (links2roff): Likewise.
8600
8601 2003-05-08  Jim Blandy  <jimb@redhat.com>
8602
8603         * gdb.texinfo (Dump/Restore Files): Update documentation for
8604         'dump', 'append', and 'restore': note that format argument is
8605         optional; simplify presentation of the command variants; and be
8606         more precise about the formats.
8607
8608 2003-05-07  Jim Blandy  <jimb@redhat.com>
8609
8610         * gdb.texinfo (Symbols): Update documentation: 'maint list
8611         symtabs' and 'maint list psymtabs' have been renamed 'maint info
8612         symtabs' and 'maint info psymtabs'.
8613
8614 2003-05-05  Andrew Cagney  <cagney@redhat.com>
8615
8616         * gdbint.texinfo (Target Architecture Definition): Make
8617         CALL_DUMMY_WORDS, SIZEOF_CALL_DUMMY_WORDS, CALL_DUMMY_LENGTH,
8618         FIX_CALL_DUMMY, CALL_DUMMY_BREAKPOINT_OFFSET and
8619         CALL_DUMMY_BREAKPOINT_OFFSET deprecated.
8620
8621 2003-05-04  Andrew Cagney  <cagney@redhat.com>
8622
8623         * gdb.texinfo (Maintenance Commands): Document "maint print
8624         dummy-frames".
8625
8626 2003-05-04  Andrew Cagney  <cagney@redhat.com>
8627
8628         * gdb.texinfo (GDB/MI Symbol Query): Use @{ and @}.
8629
8630 2003-05-03  J. Brobecker  <brobecker@gnat.com>
8631
8632         Thierry Schneider  <tpschneider1@yahoo.com>
8633         * gdb.texinfo (section GDB/MI Symbol Query): Add documentation
8634         for new MI command.
8635
8636 2003-05-03  Andrew Cagney  <cagney@redhat.com>
8637
8638         * gdbint.texinfo (Target Architecture Definition): Document
8639         push_dummy_code.  Add cross references.
8640
8641 2003-05-02  Elena Zannoni  <ezannoni@redhat.com>
8642
8643         * gdb.texinfo (Character Sets): Update to reflect new behavior of
8644         set/show charsets commands.
8645
8646 2003-04-28  Andrew Cagney  <cagney@redhat.com>
8647
8648         * gdbint.texinfo (Target Architecture Definition): Replace
8649         read_fp, TARGET_READ_FP and FP_REGNUM, with deprecated_read_fp,
8650         DEPRECATED_TARGET_READ_FP and DEPRECATED_REGNUM.
8651
8652 2003-04-28  Andrew Cagney  <cagney@redhat.com>
8653
8654         * gdbint.texinfo (Target Architecture Definition): Rename
8655         "tm_print_insn" to "deprecated_tm_print_insn".
8656
8657 2003-04-09  Jim Blandy  <jimb@redhat.com>
8658
8659         * gdb.texinfo (Symbols): Document 'maint list symtabs' and 'maint
8660         list psymtabs'.
8661
8662 2003-04-08  Andrew Cagney  <cagney@redhat.com>
8663
8664         * gdbint.texinfo (Target Architecture Definition): Delete
8665         references to EXTRA_FRAME_INFO.
8666
8667 2003-04-08  Andrew Cagney  <cagney@redhat.com>
8668
8669         * gdbint.texinfo (Target Architecture Definition): Delete
8670         PRINT_TYPELESS_INTEGER.
8671
8672 2003-04-02  J. Brobecker  <brobecker@gnat.com>
8673
8674         * observer.texi (GDB Observers): Adjust the documentation for the
8675         normal_stop notification to better describe reality. Fix a couple
8676         of minor typos.
8677
8678 2003-04-02  Bob Rossi  <bob_rossi@cox.net>
8679
8680         * gdb.texinfo (GDB/MI Program Control): Add
8681         '-file-list-exec-source-file'
8682
8683 2003-03-31  Andrew Cagney  <cagney@redhat.com>
8684
8685         * gdbint.texinfo (Target Architecture Definition): Delete
8686         references to CALL_DUMMY_P.
8687
8688 2003-03-30  Andrew Cagney  <cagney@redhat.com>
8689
8690         * gdbint.texinfo (Target Architecture Definition): Remove
8691         reference to TARGET_WRITE_SP.
8692
8693 2003-03-27  Andrew Cagney  <cagney@redhat.com>
8694
8695         * gdbint.texinfo (Target Architecture Definition): Remove
8696         references to write_sp.
8697
8698 2003-03-27  Andrew Cagney  <cagney@redhat.com>
8699
8700         * gdb.texinfo (GDB/MI Variable Objects): Replace @include with
8701         chapter body.  Use @smallexample instead of @example.
8702         (Annotations): Ditto.
8703         * Makefile.in (GDB_DOC_SOURCE_INCLUDES): Remove gdbmi.texinfo and
8704         annotate.texi.
8705
8706 2003-03-26  Andrew Cagney  <cagney@redhat.com>
8707
8708         * gdbint.texinfo (Target Architecture Definition): Replace
8709         PUSH_ARGUMENTS with push_dummy_call, add gdbarch, regcache and
8710         dummy_addr parameters.
8711
8712 2003-03-25  Andrew Cagney  <cagney@redhat.com>
8713
8714         * gdbint.texinfo (Target Architecture Definition): Delete
8715         reference to CALL_DUMMY_STACK_ADJUST_P.  Rename
8716         CALL_DUMMY_STACK_ADJUST to DEPRECATED_CALL_DUMMY_STACK_ADJUST.
8717         Add reference to PUSH_ARGUMENTS.
8718
8719 2003-03-23  Andrew Cagney  <cagney@redhat.com>
8720
8721         * gdbint.texinfo (Algorithms, Target Architecture Definition):
8722         Deprecate FRAME_CHAIN and FRAME_CHAIN_VALID.
8723
8724 2003-03-18  J. Brobecker  <brobecker@gnat.com>
8725
8726         * gdbint.texinfo (Algorithms): Add new section describing the
8727         Observer paradigm.
8728         (Top): Add menu entry to new observer appendix.
8729         * observer.texi: New file.
8730         * Makefile.in (GDBINT_DOC_SOURCE_INCLUDES): Add dependency on
8731         new observer.texi file.
8732
8733 2003-03-17  Andrew Cagney  <cagney@redhat.com>
8734
8735         * gdb.texinfo (DATE): Delete.  Remove date from titles.  Mention
8736         that GNU Press update the manual version number.
8737
8738 2003-03-12  Andrew Cagney  <cagney@redhat.com>
8739
8740         * gdbint.texinfo (Target Architecture Definition): Delete
8741         references to get_saved_register.  Rename GET_SAVED_REGISTER to
8742         DEPRECATED_GET_SAVED_REGISTER.
8743
8744 2003-03-13  Andrew Cagney  <cagney@redhat.com>
8745
8746         * gdbint.texinfo (Target Architecture Definition): Replace
8747         POP_FRAME with DEPRECATED_POP_FRAME.  Update description.
8748
8749 2003-03-12  Andrew Cagney  <cagney@redhat.com>
8750
8751         * gdbint.texinfo (Target Architecture Definition): Rename
8752         FRAME_SAVED_PC to DEPRECATED_FRAME_SAVED_PC.
8753
8754 2003-03-10  Corinna Vinschen  <vinschen@redhat.com>
8755
8756         * gdb.texinfo: Add File-I/O documentation.
8757
8758 2003-03-10  Andrew Cagney  <cagney@redhat.com>
8759
8760         * gdbint.texinfo (Target Architecture Definition): Cross reference
8761         FRAME_SAVED_PC to unwind_pc.  Document unwind_pc.
8762
8763 2003-03-07  Andrew Cagney  <cagney@redhat.com>
8764
8765         * gdb.texinfo (Debugging Output): Mention the "set/show debug
8766         frame" command.
8767
8768 2003-03-05  Andrew Cagney  <cagney@redhat.com>
8769
8770         * gdbint.texinfo (Target Architecture Definition): Document
8771         unwind_dummy_id.  Cross reference unwind_dummy_id and
8772         SAVE_DUMMY_FRAME_TOS.
8773
8774 2003-03-05  James Ingham <jingham@apple.com>
8775             Daniel Jacobowitz  <drow@mvista.com>
8776
8777         * gdb.texinfo (Configuring the current ABI): Document "set cp-abi"
8778         and "show cp-abi".
8779
8780 2003-03-03  Andrew Cagney  <cagney@redhat.com>
8781
8782         * gdbint.texinfo (Target Architecture Definition): Document
8783         register_type.
8784
8785 2003-03-03  Andrew Cagney  <cagney@redhat.com>
8786
8787         * stabs.texinfo (Structures): Use @samp and separate @var's
8788         instead of a single @var containing a comma separated list.
8789         (Unions): Ditto.
8790
8791 2003-03-02  Daniel Jacobowitz  <drow@mvista.com>
8792
8793         * Makefile.in (distclean): Remove config.log.
8794
8795 2003-03-01  Andrew Cagney  <cagney@redhat.com>
8796
8797         * gdbint.texinfo (Target Architecture Definition): Rename
8798         FRAME_INIT_SAVED_REGS to DEPRECATED_FRAME_INIT_SAVED_REGS.
8799
8800 2003-03-01  Andrew Cagney  <cagney@redhat.com>
8801
8802         * gdbint.texinfo: Rename INIT_EXTRA_FRAME_INFO to
8803         DEPRECATED_INIT_EXTRA_FRAME_INFO.
8804
8805 2003-02-23  Raoul Gough  <RaoulGough@yahoo.co.uk>
8806
8807         * gdb.texinfo (Cygwin Native): Links to Non-debug DLL symbols.
8808         (Non-debug DLL symbols): New node, describing the minimal symbols
8809         loaded from DLLs without real debugging symbols.
8810
8811 2003-02-20  Andrew Cagney  <ac131313@redhat.com>
8812
8813         * gdb.texinfo (Set Breaks): Add cross reference to "set remote
8814         hardware-breakpoint-limit".
8815         (Set Watchpoints): Add cross reference to "set remote
8816         hardware-watchpoint-limit".
8817         (Remote configuration options): New section.
8818
8819 2003-02-04  Andrew Cagney  <ac131313@redhat.com>
8820
8821         * gdbint.texinfo (Target Architecture Definition): Delete
8822         descrption of IS_TRAPPED_INTERNALVAR.
8823
8824         From Keith Seitz <keiths@redhat.com>:
8825         * gdb.texinfo (Interpreters): New chapter.  Refer the command-line
8826         option "-i"/"--interpreter" to this chapter.  Include index
8827         entries.
8828
8829 2003-02-04  David Carlton  <carlton@math.stanford.edu>
8830
8831         * gdb.texinfo (C@t{++}): Recommend DWARF 2, then stabs+.
8832         (Variables): Recommend stabs+ and DWARF 2.
8833         (C plus plus expressions): Correct info about
8834         compiler versions, debug formats.
8835         (Contributors): Change 'DWARF2' to 'DWARF 2'.
8836         PR symtab/874.
8837
8838 2003-02-01  Andrew Cagney  <ac131313@redhat.com>
8839
8840         * gdbint.texinfo (Target Architecture Definition): Delete
8841         description of ADDITIONAL_OPTIONS, ADDITIONAL_OPTION_CASES,
8842         ADDITIONAL_OPTION_HANDLER, and ADDITIONAL_OPTION_HELP, and
8843         BEFORE_MAIN_LOOP_HOOK, and DBX_PARM_SYMBOL_CLASS along with
8844         references to nindy and i960.
8845         * gdb.texinfo (i960): Delete all references to i960 and nindy.
8846
8847 2003-02-01  Andrew Cagney  <ac131313@redhat.com>
8848
8849         * gdbint.texinfo (Target Architecture Definition): Delete
8850         FLOAT_INFO.
8851
8852 2003-01-30  Andrew Cagney  <ac131313@redhat.com>
8853
8854         * stabs.texinfo (Member Type Descriptor): Clarify description of
8855         `@'.  Suggested by Ben Hutchings.
8856
8857 2003-01-29  Andrew Cagney  <ac131313@redhat.com>
8858
8859         * gdb.texinfo (M68K): Delete reference to es1800.
8860
8861 2003-01-29  Andrew Cagney  <ac131313@redhat.com>
8862
8863         * gdb.texinfo (Maintenance Commands): Document `maint print
8864         reggroups' and `maint print register-groups'.
8865         * gdbint.texinfo (Target Architecture Definition): Document
8866         register_reggroup_p.
8867
8868 2003-01-23  Jim Blandy  <jimb@redhat.com>
8869
8870         * gdb.texinfo (Separate Debug Files): New section.
8871
8872 2003-01-22  Daniel Jacobowitz  <drow@mvista.com>
8873
8874         * gdb.texinfo (Maintenance Commands): Add "maint set profile"
8875         and "maint show profile".
8876
8877 2003-01-16  Michael Chastain  <mec@shout.net>
8878
8879         * gdb.texinfo (Installing GDB): Warn against
8880         ".../gdb-VERSION/gdb/configure".
8881         (Separate Objdir): Likewise.
8882
8883 2003-01-15  Andrew Cagney  <ac131313@redhat.com>
8884
8885         * gdbint.texinfo (Target Architecture Definition): Delete
8886         definition of PRINT_REGISTER_HOOK.
8887
8888 2003-01-15  Elena Zannoni  <ezannoni@redhat.com>
8889
8890         (OpenRISC 1000): Fix formatting of command names.
8891
8892 2003-01-15  Elena Zannoni  <ezannoni@redhat.com>
8893
8894         * gdb.texinfo (Continuing and Stepping): Add new command
8895         'advance'. Clarify behavior of 'until'.
8896
8897 2003-01-13  Daniel Jacobowitz  <drow@mvista.com>
8898
8899         * gdb.texinfo (Files): Document solib-absolute-prefix and
8900         solib-search-path.
8901
8902 2003-01-09  Michael Chastain  <mec@shout.net>
8903
8904         * gdbint.texinfo (Configuring @value{GDBN} for Release): Delete.
8905         (Create a Release): Add new instructions for new @file{src-release}.
8906         Document existing instructions for @file{Makefile.in} as
8907         being for @value{GDBN} 5.3.1 or earlier.
8908
8909 2003-01-09  Andrew Cagney  <ac131313@redhat.com>
8910
8911         * gdbint.texinfo (Target Architecture Definition): Mention
8912         frame_saved_regs_zalloc and frame_extra_info_zalloc as the way to
8913         allocate memory.
8914
8915 2003-01-04  Daniel Jacobowitz  <drow@mvista.com>
8916
8917         * gdb.texinfo (Controlling GDB): Add @kindex for
8918         "show osabi".
8919         (Backtraces): Add @kindex's for backtrace-below-main.
8920
8921 2003-01-04  Daniel Jacobowitz  <drow@mvista.com>
8922
8923         * gdb.texinfo (Controlling GDB): Document "set osabi".
8924
8925 2003-01-04  Daniel Jacobowitz  <drow@mvista.com>
8926
8927         * gdb.texinfo (Backtraces): Document "set backtrace-below-main".
8928         * gdbint.texinfo (FRAME_CHAIN_VALID): Update documentation.
8929
8930 2003-01-04  Daniel Jacobowitz  <drow@mvista.com>
8931
8932         * gdb.texinfo (Controlling GDB): Add ABI section.  Document
8933         "set coerce-float-to-double".
8934         * gdbint.texinfo (COERCE_FLOAT_TO_DOUBLE): Remove documentation.
8935
8936 2003-01-02  Andrew Cagney  <ac131313@redhat.com>
8937
8938         * stabs.texinfo: Remove obsolete text.
8939         * gdbint.texinfo: Ditto.
8940         * gdb.texinfo: Ditto.
8941
8942 2002-12-22  Mark Kettenis  <kettenis@gnu.org>
8943
8944         * gdbint.texinfo (Target Architecture Definition): Update
8945         description of gdbarch_register_osabi.
8946
8947 2002-12-20  Kazu Hirata  <kazu@cs.umass.edu>
8948
8949         * agentexpr.texi: Fix typos.
8950         * annotate.texi: Likewise.
8951         * fdl.texi: Likewise.
8952
8953 2002-12-10  Andrew Cagney  <cagney@redhat.com>
8954
8955         * gdbint.texinfo (Algorithms): Replace INIT_FRAME_PC with
8956         DEPRECATED_INIT_FRAME_PC.
8957
8958 2002-12-01  Andrew Cagney  <ac131313@redhat.com>
8959
8960         * gdbint.texinfo (Target Architecture Definition): Delete
8961         PC_IN_CALL_DUMMY.
8962
8963 2002-11-28  Andrew Cagney  <ac131313@redhat.com>
8964
8965         * gdbint.texinfo (Host Definition): Delete documentation on
8966         USE_GENERIC_DUMMY_FRAMES.
8967
8968 2002-11-26  Elena Zannoni  <ezannoni@redhat.com>
8969
8970         Fix PR gdb/723 and PR gdb/245.
8971         * Makefile.in (install-info): Run the install-info command as part
8972         of the post install steps only.
8973         (uninstall-info): New target.
8974         (uninstall): New target.
8975
8976 2002-11-22  Elena Zannoni  <ezannoni@redhat.com>
8977
8978         * Makefile.in (install): Make install do some real work.
8979
8980 2002-11-19  Andrew Cagney  <ac131313@redhat.com>
8981
8982         Fix POSIX problem reported by Paul Eggert.
8983         * Makefile.in (GDBvn.texi): Use `sed q' instead of `head -1'.
8984         Fix PR gdb/527.
8985
8986 2002-10-26  Andrew Cagney  <cagney@redhat.com>
8987
8988         * gdbint.texinfo (Target Architecture Definition): Delete
8989         definition of DO_REGISTERS_INFO.
8990
8991 2002-10-18  Kevin Buettner  <kevinb@redhat.com>
8992
8993         * gdbint.texinfo (Address Classes): Fix problems with insertion
8994         of ``{'' and ``}'' in example.
8995
8996 2002-10-17  Kevin Buettner  <kevinb@redhat.com>
8997
8998         * gdbint.texinfo (Address Classes): New section.
8999         (Target Conditionals): Document ADDRESS_CLASS_NAME_TO_TYPE_FLAGS,
9000         ADDRESS_CLASS_NAME_TO_TYPE_FLAGS_P, ADDRESS_CLASS_TYPE_FLAGS,
9001         ADDRESS_CLASS_TYPE_FLAGS_P, ADDRESS_CLASS_TYPE_FLAGS_TO_NAME, and
9002         ADDRESS_CLASS_TYPE_FLAGS_TO_NAME_P.
9003
9004 2002-10-11  Klee Dienes  <kdienes@apple.com>
9005
9006         * gdb.texinfo (Registers): Mention vector registers as well as
9007         floating registers in the documentation for 'info registers' and
9008         'info all-registers'.
9009
9010 2002-10-11  Daniel Jacobowitz  <drow@mvista.com>
9011
9012         * gdbint.texinfo (CPLUS_MARKER): Remove item.
9013
9014 2002-10-03  Jeff Johnston  <jjohnstn@redhat.com>
9015
9016         * gdbint.texinfo (Item Output Functions): Add new ui_out_field_fmt_int
9017         interface definition.
9018
9019 2002-10-03  Marko Mlinar   <markom@opencores.org>
9020
9021         * gdb.texinfo (Target Commands): Add or1k target specific
9022         commands.
9023         * gdb.texinfo (Contributors): Add myself to the contributors list.
9024
9025 2002-10-01  Andrew Cagney  <ac131313@redhat.com>
9026
9027         * gdb.texinfo (Mode Options): Update --interpreter option.  "mi2"
9028         and "mi1" instead of "mi1" and "mi0".
9029
9030 2002-09-29  Hans-Peter Nilsson  <hp@bitrange.com>
9031
9032         * gdb.texinfo (Packets): Fix typos "alligned".
9033         Correct z3/Z3 description.  Correct z4/Z4 title.
9034
9035 2002-09-27  Andrew Cagney  <ac131313@redhat.com>
9036
9037         * all-cfg.texi: Use @sc for GDB and GCC.  Update copyright.
9038
9039 2002-09-25  Kevin Buettner  <kevinb@redhat.com>
9040
9041         * gdb.texinfo: Use GNU/Linux instead of Linux.
9042
9043 2002-09-25  Andrew Cagney  <ac131313@redhat.com>
9044
9045         * gdb.texinfo (Packets): Replace @samp{} with ``an empty string''.
9046
9047 2002-09-24  Andrew Cagney  <ac131313@redhat.com>
9048
9049         * gdb.texinfo: Replace @example with @smallexample.
9050
9051 2002-09-20  Kevin Buettner  <kevinb@redhat.com>
9052
9053         From Eli Zaretskii  <eliz@gnu.org>:
9054         * gdb.texinfo (Character Sets): Use @smallexample instead of
9055         @example.  Use GNU/Linux instead of Linux.
9056
9057 2002-09-20  Jim Blandy  <jimb@redhat.com>
9058
9059         * gdb.texinfo: Add character set documentation.
9060
9061 2002-09-19  Andrew Cagney  <ac131313@redhat.com>
9062
9063         * gdb.texinfo (Packets): Revise `z' and `Z' packet documentation.
9064         (Packets): Add cross reference from `b' packet to `z' packets.
9065
9066 2002-09-19  Andrew Cagney  <ac131313@redhat.com>
9067
9068         * gdb.texinfo (Maintenance Commands): Document ``maint
9069         internal-error'' and ``maint internal-warning''.
9070
9071         * gdbint.texinfo (Target Architecture Definition): Revise
9072         description of STACK_ALIGN.  Add description of FRAME_ALIGN.
9073
9074 2002-09-19  Joel Brobecker  <brobecker@gnat.com>
9075
9076         * gdbint.texinfo (Target Conditionals): Document the new
9077         NAME_OF_MALLOC macro.
9078
9079 2002-09-05  Andrew Cagney  <ac131313@redhat.com>
9080
9081         * gdb.texinfo (Contributors): Mention 5.2 and 5.3 release
9082         engineer.
9083
9084 2002-09-02  Stephane Carrez  <stcarrez@nerim.fr>
9085
9086         * gdb.texinfo (TUI Overview): Document status line fields.
9087
9088 2002-09-02  Stephane Carrez  <stcarrez@nerim.fr>
9089
9090         * gdb.texinfo (TUI Commands): Document info win command.
9091
9092 2002-09-01  Stephane Carrez  <stcarrez@nerim.fr>
9093
9094         * gdb.texinfo (TUI Overview): Document breakpoint markers.
9095
9096 2002-09-01  Stephane Carrez  <stcarrez@nerim.fr>
9097
9098         * gdb.texinfo (TUI Single Key Mode): Document new SingleKey mode.
9099         (TUI Keys): Likewise.
9100
9101 2002-08-25  Andrew Cagney  <ac131313@redhat.com>
9102
9103         * gdb.texinfo (Examples): Use ``->'' for a packet send and ``<-''
9104         for a packet receive.
9105
9106 2002-08-25  Andrew Cagney  <ac131313@redhat.com>
9107
9108         * Makefile.in (clean): Move to end of file.
9109         (distclean, maintainer-clean, realclean): Ditto.
9110         (mostlyclean): Move rule to end of file.  Use GDB_TEX_TMPS,
9111         GDBINT_TEX_TMPS, STABS_TEX_TMPS.
9112         (gdb.dvi, gdb.pdf): Do not cleanup TeX temp files after texi2dvi.
9113         (gdbint.dvi, gdbint.pdf, stabs.dvi, stabs.pdf): Ditto.
9114
9115 2002-08-24  Andrew Cagney  <ac131313@redhat.com>
9116
9117         * Makefile.in (GDBINT_TEX_TMPS): Define.
9118         (gdbint.dvi, gdbint.pdf): Use
9119         (GDB_TEX_TMPS): Define.
9120         (gdb.dvi, gdb.pdf): Use.
9121         (STABS_TEX_TMPS): Define.
9122         (stabs.dvi, stabs.pdf): Use.
9123         (GDB_DOC_SOURCE_INCLUDES): New macros.
9124         (GDB_DOC_BUILD_INCLUDES, GDB_DOC_FILES): New macros.
9125         (GDBINT_DOC_FILES_INCLUDES): New macros.
9126         (GDBINT_DOC_BUILD_INCLUDES): New macros.
9127         (GDBINT_DOC_FILES, STABS_DOC_SOURCE_INCLUDES): New macros.
9128         (STABS_DOC_BUILD_INCLUDES, STABS_DOC_FILES): New macros.
9129         (SFILES_DOC, SFILES_INCLUDED, SFILES_LOCAL): Delete macros.
9130         (links2roff): Replace SFILES_INCLUDED with
9131         GDB_DOC_SOURCE_INCLUDES.
9132         (gdb.dvi, gdb_toc.html, gdb.pdf, gdb.info): Update dependencies.
9133         (gdb.me, gdb.mm, gdb.ms): Update dependencies.
9134         (gdbint.dvi, gdbint_toc.html, gdbint.pdf, gdbint.info): Update
9135         dependencies.
9136         (stabs.info, stabs_toc.html, stabs.pdf, stabs.dvi): Update
9137         dependencies.
9138         (gdbmi.texinfo): Delete rule.
9139         (inc-hist.texinfo): Delete rule.
9140         (rluser.texinfo): Delete rule.
9141
9142 2002-08-23  Andrew Cagney  <cagney@redhat.com>
9143
9144         * gdbint.texinfo (Target Architecture Definition): Update
9145         STORE_RETURN_VALUE, mention regcache.
9146
9147 2002-08-21  Andrew Cagney  <ac131313@redhat.com>
9148
9149         * gdbint.texinfo (Target Architecture Definition): Document
9150         print_registers_info.  Note that DO_REGISTERS_INFO is deprecated.
9151
9152 2002-08-19  Andrew Cagney  <ac131313@redhat.com>
9153
9154         * gdb.texinfo (Remote Protocol): Reformat.  Use cross references.
9155         Fix minor typos.  Add index entries.
9156
9157 2002-08-18  Andrew Cagney  <ac131313@redhat.com>
9158
9159         * gdb.texinfo (Data): Add ``Vector Unit'' to menu.
9160
9161 2002-08-15  Andrew Cagney  <ac131313@redhat.com>
9162
9163         * gdbint.texinfo (Target Architecture Definition): Document
9164         PRINT_VECTOR_INFO.
9165         * gdb.texinfo (Vector Unit): Document "info vectors" command.
9166
9167 2002-08-13  Andrew Cagney  <ac131313@redhat.com>
9168
9169         * gdb.texinfo (Maintenance Commands): Document "maint print
9170         registers", "maint print raw-registers" and "maint print
9171         cooked-registers".
9172
9173 2002-08-08  Grace Sainsbury  <graces@redhat.com>
9174
9175         From Mark Salter:
9176         * gdb.texinfo (Protocol): Document T packet extension to
9177         allow watchpoint address reporting.
9178
9179 2002-08-03  Andrew Cagney  <ac131313@redhat.com>
9180
9181         * gdb.texinfo (Dump/Restore Files): Move `[]' to outside of @var.
9182
9183 2002-08-01  Andrew Cagney  <cagney@redhat.com>
9184
9185         * stabs.texinfo, gdb.texinfo, gdbint.texinfo: Obsolete references
9186         to CHILL.
9187
9188 2002-08-01  Andrew Cagney  <ac131313@redhat.com>
9189
9190         * gdbint.texinfo (Coding): Revise section "Include Files".
9191
9192 2002-07-24  Andrew Cagney  <cagney@redhat.com>
9193
9194         * gdbint.texinfo: Obsolete references to m88k.
9195         * gdb.texinfo: Ditto.
9196
9197 2002-07-10  Joel Brobecker  <brobecker@gnat.com>
9198
9199         * gdbint.texinfo (Create a release candiate): Add the location
9200         where the proper version of autoconf can be retrieved.
9201
9202 2002-07-09  Don Howard  <dhoward@redhat.com>
9203
9204         * gdb.texinfo (Command Files): Further describe the behavior of
9205         sourced command files.
9206
9207 2002-06-27  Andrew Cagney  <ac131313@redhat.com>
9208
9209         * gdbint.texinfo (User Interface): ISO C rather than ISO-C.
9210         (Coding): Clarify ISO C version that GDB assumes.
9211
9212 2002-06-26  Tom Tromey  <tromey@redhat.com>
9213
9214         * gdbint.texinfo (User Interface): Mention add_setshow_cmd and
9215         add_setshow_cmd_full.
9216
9217 2002-06-25  Don Howard  <dhoward@redhat.com>
9218
9219         * gdb.texinfo (Memory Region Attributes): Document new behavior
9220         for 'mem' command.
9221
9222 2002-06-11  Jim Blandy  <jimb@redhat.com>
9223
9224         * gdb.texinfo (Symbols): Update documentation for `info source'
9225         command.
9226
9227         * gdb.texinfo (Macros): Call the command `info macro', not
9228         `show macro'.
9229
9230 2002-06-09  Andrew Cagney  <ac131313@redhat.com>
9231
9232         * gdbint.texinfo (Coding): Add section ``Per-architecture module
9233         data''.
9234
9235 2002-06-09  Mark Kettenis  <kettenis@gnu.org>
9236
9237         * gdbint.texinfo (Target Architecture Definition): Document
9238         GDB_OSABI_GO32 and GDB_OSABI_NETWARE.
9239
9240 2002-06-08  Andrew Cagney  <ac131313@redhat.com>
9241
9242         * gdbint.texinfo (Releasing GDB): Fix typos in @itemize @bullet
9243         lists.
9244
9245 2002-06-08  Andrew Cagney  <ac131313@redhat.com>
9246
9247         * gdbint.texinfo (Releasing GDB): Revise the section ``Cut the
9248         Branch''.
9249
9250 2002-06-01  Andrew Cagney  <ac131313@redhat.com>
9251
9252         * gdbint.texinfo (Target Architecture Definition): Add section
9253         ``Converting an existing Target Architecture to Multi-arch''.
9254
9255 2002-05-30  Andrew Cagney  <ac131313@redhat.com>
9256
9257         * gdbint.texinfo (Releasing GDB): Rename ``Obsoleting any code''
9258         to ``Obsoleting code''.  Revise.
9259
9260 2002-05-17  Jim Blandy  <jimb@redhat.com>
9261
9262         * gdb.texinfo (C Preprocessor Macros): New chapter.
9263         Include it in the main menu.
9264         (Contributors): Credit Jim Blandy with macro support.
9265         (Compilation): Explain how to get macro information into the
9266         executable.
9267         (Expressions): Note that preprocessor macros are expanded.
9268
9269 2002-05-14  Daniel Jacobowitz  <drow@mvista.com>
9270
9271         * gdb.texinfo (Debug Session): Document new `udp:' and `tcp:'
9272         options for `target remote'.
9273
9274 2002-05-13  Andrew Cagney  <ac131313@redhat.com>
9275
9276         * gdbint.texinfo (Target Architecture Definition): Delete
9277         documentation on NNPC_REGNUM.
9278
9279 2002-05-11  Andrew Cagney  <ac131313@redhat.com>
9280
9281         * gdbint.texinfo (Target Architecture Definition): Document
9282         REGISTER_TO_VALUE and VALUE_TO_REGISTER and CONVERT_REGISTER_P.
9283         (Target Architecture Definition): Revise section `Using Different
9284         Register and Memory Data Representations'.  Add section `Raw and
9285         Virtual Register Representations'.
9286
9287 2002-05-11  Andrew Cagney  <ac131313@redhat.com>
9288
9289         * gdbint.texinfo (Target Architecture Definition): Mention
9290         defaults for REGISTER_VIRTUAL_SIZE and REGISTER_RAW_SIZE.
9291         (Target Architecture Definition): Mention same.  Add references to
9292         web pages.
9293
9294 2002-05-08  Michael Snyder  <msnyder@redhat.com>
9295
9296         * stabs.texinfo (Attributes): Document new "vector" attribute.
9297
9298 2002-05-04  Andrew Cagney  <ac131313@redhat.com>
9299
9300         * gdbint.texinfo (Releasing GDB): Revise `Create a Release'.
9301
9302 2002-05-04  Andrew Cagney  <ac131313@redhat.com>
9303
9304         * gdb.texinfo: Delete obsolete references to a29k.
9305
9306 2002-04-24  Andrew Cagney  <ac131313@redhat.com>
9307
9308         * gdbint.texinfo (Target Architecture Definition): Replace
9309         IN_SIGTRAMP with PC_IN_SIGTRAMP.
9310
9311 2002-04-24  David S. Miller  <davem@redhat.com>
9312
9313         * gdbint.texinfo (REGISTER_IN_WINDOW): Delete definition.
9314
9315 2002-04-21  David S. Miller  <davem@redhat.com>
9316
9317         * gdbint.texinfo (SKIP_PROLOGUE_FRAMELESS_P): Delete definition.
9318
9319 2002-04-21  Andrew Cagney  <ac131313@redhat.com>
9320
9321         * gdbint.texinfo (Target Architecture Definition): Delete
9322         definition of HAVE_REGISTER_WINDOWS.
9323
9324 2002-04-19  Eli Zaretskii  <eliz@gnu.org>
9325
9326         * gdbint.texinfo (Releasing GDB, Coding): Fix typos.  Reported by
9327         "Theodore A. Roth" <troth@verinet.com>.
9328
9329 2002-04-15  Don Howard  <dhoward@redhat.com>
9330
9331         From Eli Zaretskii <eliz@gnu.org>
9332         * gdb.texinfo (show max-user-call-depth): Correct formatting.
9333         Provide a better explaination of this feature.
9334
9335 2002-04-14  Andrew Cagney  <ac131313@redhat.com>
9336
9337         * gdbint.texinfo (Target Architecture Definition): Remove
9338         FRAME_CHAIN_COMBINE.
9339
9340 2002-04-12  Michael Chastain  <mec@shout.net>
9341
9342         * gdbint.texinfo (Obsolete Conditionals): Remove reference to
9343         REG_STACK_SEGMENT.
9344
9345 2002-04-09  Michael Chastain  <mec@shout.net>
9346
9347         * gdbint.texinfo (Obsolete Conditionals): Remove references to
9348         PYRAMID_* macros.
9349
9350 2002-04-07  Andrew Cagney  <ac131313@redhat.com>
9351
9352         * gdb.texinfo (Bug Reporting): Document that the web is the
9353         prefered way of submitting bug reports.
9354         (Bug Reporting): Delete the s-mail address as the last resort.
9355
9356 2002-04-05  Andrew Cagney  <ac131313@redhat.com>
9357
9358         * gdbint.texinfo (Target Architecture Definition): Delete
9359         references to TARGET_WRITE_FP and write_fp.
9360
9361 2002-03-27  Michael Snyder  <msnyder@redhat.com>
9362
9363         * gdb.texinfo: Document new commands dump, append, and restore.
9364
9365 2002-03-27  Andrew Cagney  <ac131313@redhat.com>
9366
9367         * gdbint.texinfo (Releasing GDB): Revise the section `Before the
9368         Branch'.
9369
9370 2002-03-18  Andrew Cagney  <ac131313@redhat.com>
9371
9372         * gdb.texinfo: Change all examples to @smallexample.
9373         * gdbint.texinfo: Ditto.
9374
9375 2002-03-18  Andrew Cagney  <ac131313@redhat.com>
9376
9377         * gdbint.texinfo (Releasing GDB): Add section ``Versions and
9378         Branches''.
9379
9380 2002-03-18  Andrew Cagney  <ac131313@redhat.com>
9381
9382         * gdbint.texinfo (Releasing GDB): Add the section``Branch Commit
9383         Policy''.
9384
9385 2002-03-04  Fred Fish  <fnf@redhat.com>
9386
9387         * gdbint.texinfo: Fix a bunch of typos (alsways, mirrorred,
9388         expresson, suports, dependant, trhe, perhaphs, situtations,
9389         explictily, taged, oportunity, unfortunatly).
9390
9391 2002-02-24  Andrew Cagney  <ac131313@redhat.com>
9392
9393         * Makefile.in (gdb.info): Add explicit path to gdb.texinfo.
9394         Remove reference to 3.12.
9395
9396 2002-02-23  Andrew Cagney  <ac131313@redhat.com>
9397
9398         * gdbint.texinfo: Include fdl.texi.
9399         (Top): Add GNU Free Documentation License.
9400         * Makefile.in (SFILES_INCLUDED): Add gpl.texi.
9401         (gdbint.dvi, gdbint.pdf, gdbint.info): Add dependency on fdl.texi.
9402         (gdbint_toc.html): Add dependency on gdb-cfg.texi and fdl.texi.
9403         (gdbint.info): Add srcdir to include path.
9404         * gdb.texinfo: Include gpl.texi.
9405         (Top): Add Copying.
9406         * gpl.texi: New file.
9407
9408 2002-02-23  Andrew Cagney  <ac131313@redhat.com>
9409
9410         * gdbint.texinfo (Debugging GDB): Remove references to cygnus.com.
9411
9412 2002-02-19  Pierre Muller  <muller@ics.u-strasbg.fr>
9413
9414         * gdb.texinfo: Document Cygwin native specific commands.
9415
9416 2002-02-15  Daniel Jacobowitz  <drow@mvista.com>
9417
9418         * gdb.texinfo: Document gdbserver ``--attach'' command.
9419
9420 2002-02-07  Michael Snyder  <msnyder@redhat.com>
9421
9422         * gdb.texinfo (overlays): Change @var(_ovly_debug_event)
9423         to @code(_ovly_debug_event).
9424
9425 2002-02-07  Andrew Cagney  <ac131313@redhat.com>
9426
9427         * gdb.texinfo (How Overlays Work): Shrink the overlay diagram.
9428
9429 2002-02-06  Michael Snyder  <msnyder@redhat.com>
9430
9431         * gdb.texinfo (overlays): Mention new magic symbol
9432         '_ovly_debug_event', which allows GDB to keep better track
9433         of overlays.
9434
9435 2002-02-03  Eli Zaretskii  <eliz@gnu.org>
9436
9437         * gdb.texinfo (Memory Region Attributes): Fix the wording.
9438         Suggested by Dmitry Sivachenko.
9439
9440         * (<many nodes>): Fix the spelling and punctuation of "i.e.".
9441
9442 2002-02-01  Michael Snyder  <msnyder@redhat.com>
9443
9444         * gdb.texinfo (set trust-readonly): Change value{gdbn} to value{GDBN}.
9445
9446 2002-01-30  Michael Snyder  <msnyder@redhat.com>
9447
9448         * gdb.texinfo: (remote protocol): Gramatical fix-up.
9449         (set trust-readonly-sections): Document.
9450
9451 2002-01-29  Andrew Cagney  <ac131313@redhat.com>
9452
9453         * gdbint.texinfo (Releasing GDB): Revise and update.
9454
9455 2002-01-28  Andrew Cagney  <ac131313@redhat.com>
9456
9457         * gdbint.texinfo (Target Architecture Definition): Delete
9458         description of TARGET_BYTE_ORDER_DEFAULT.
9459
9460 2002-01-27  Eli Zaretskii  <eliz@gnu.org>
9461
9462         * gdb.texinfo: Fix typos and markup.  From Dmitry Sivachenko
9463         <mitya@cavia.pp.ru>.
9464
9465 2002-01-23  Andrew Cagney  <ac131313@redhat.com>
9466
9467         * libgdb.texinfo: Delete file.
9468
9469 2002-01-22  Andrew Cagney  <ac131313@redhat.com>
9470
9471         * gdb.texinfo: Remove makeinfo 3.12 hacks.
9472         * gdbint.texinfo: Ditto.
9473
9474 Tue Jan 22 11:57:38 2002  Andrew Cagney  <cagney@redhat.com>
9475
9476         * gdb.texinfo: Fix typo ``Remove' -> ``Remote''.
9477
9478 2002-01-22  Andrew Cagney  <ac131313@redhat.com>
9479
9480         * Makefile.in: Update copyright.
9481         (TEXI2DVI): Define.
9482         (gdb.dvi, gdb.pdf, stabs.dvi, stabs.pdf): Use TEXI2DVI.
9483         (gdbint.dvi, gdbint.pdf): Use TEXI2DVI.  Add dependency on
9484         gdb-cfg.texi.
9485         (TEXINDEX, PDFTEX): Delete makefile variables.
9486
9487 2002-01-22  Andrew Cagney  <ac131313@redhat.com>
9488
9489         * gdb.texinfo (Protocol): Move section to appendix.
9490
9491 2002-01-21  Andrew Cagney  <ac131313@redhat.com>
9492
9493         * gdb.texinfo (Remote Debugging): Create a menu.
9494         (Top): Add ``Remote Debugging'' to menu.
9495
9496 2002-01-21  Andrew Cagney  <ac131313@redhat.com>
9497
9498         * gdb.texinfo (Remote): Move the sub-section ``The GDB remote
9499         serial protocol'' from here.
9500         (Remote Debugging): To here.  New chapter.
9501
9502 2002-01-20  Andrew Cagney  <ac131313@redhat.com>
9503
9504         * gdbint.texinfo (Target Architecture Definition): Delete
9505         description of TARGET_BYTE_ORDER_SELECTABLE_P.
9506
9507 2002-01-20  Andrew Cagney  <ac131313@redhat.com>
9508
9509         * gdbint.texinfo (Host Definition): Revise.  xm-xyz.h and xyz.mh
9510         are no longer needed.
9511         (Porting GDB): Add maintainer note about configure.host.
9512
9513 2002-01-20  Andrew Cagney  <ac131313@redhat.com>
9514
9515         * gdbint.texinfo (Target Architecture Definition): Remove
9516         definition of IEEE_FLOAT.
9517
9518 2002-01-20  Eli Zaretskii  <eliz@gnu.org>
9519
9520         * gdb.texinfo: Beautify copyright years; fix a typo.
9521         (DJGPP Native): Fix overfull hboxes in examples.  From Brian Youmans
9522         <3diff@gnu.org>
9523
9524 2002-01-19  Andrew Cagney  <ac131313@redhat.com>
9525
9526         * gdbint.texinfo (Host Definition): Remove references to
9527         MALLOC_INCOMPATIBLE.
9528
9529 2002-01-17  Andrew Cagney  <ac131313@redhat.com>
9530
9531         * gdbint.texinfo (Host Definition): Remove references to XDEPFILES
9532         and xyz-xdep.o.
9533
9534 2002-01-17  Andrew Cagney  <ac131313@redhat.com>
9535
9536         * gdb.texinfo (Maintenance Commands): Add appendix.
9537         (Set Breaks): Copy ``maint info breakpoint'' doco to
9538         ``Maintenance Commands'' appendix.  Add reference.
9539
9540 2002-01-17  Andrew Cagney  <ac131313@redhat.com>
9541
9542         * fdl.texi: Remove next/prev from @node.
9543
9544 2002-01-17  Eli Zaretskii  <eliz@gnu.org>
9545
9546         * gdb.texinfo: @include fdl.texi.  Fixes for overfull hboxes and
9547         for monstrous @multitable (from Brian Youmans).
9548
9549         * fdl.texi: New file.
9550
9551         * Makefile.in (SFILES_INCLUDED): Add fdl.texi.
9552
9553 2002-01-15  Andrew Cagney  <ac131313@redhat.com>
9554
9555         * gdbint.texinfo (Releasing GDB): New chapter.
9556
9557 2002-01-14  Andrew Cagney  <ac131313@redhat.com>
9558
9559         * gdb.texinfo (Embedded Processors, Calling program functions):
9560         Obsolete references to a29k.
9561
9562 2002-01-13  Andrew Cagney  <ac131313@redhat.com>
9563
9564         * gdbint.texinfo (Coding): Review Cleanups section.  Examples
9565         examples.  Document that a code-block should do or discard its
9566         cleanups before exit.
9567
9568 2002-01-11  Michael Snyder  <msnyder@redhat.com>
9569
9570         * gdb.texinfo (Choosing files): Change @samp to @file.
9571
9572 2002-01-05  Michael Snyder  <msnyder@redhat.com>
9573
9574         * gdb.texinfo (--pid): Document new command line option (attach).
9575
9576 2002-01-07  Eli Zaretskii  <eliz@gnu.org>
9577
9578         * gdb.texinfo (Tracepoints): Clarify that tracepoints need support
9579         in the stub.
9580
9581 2002-01-04  Andrew Cagney  <ac131313@redhat.com>
9582
9583         * gdbint.texinfo (Target Architecture Definition): Replace
9584         BIG_ENDIAN with BFD_ENDIAN_BIG.
9585
9586 2002-01-03  Andrew Cagney  <ac131313@redhat.com>
9587
9588         * gdbint.texinfo (Target Architecture Definition): Replace
9589         value_ptr with struct value pointer.
9590
9591 2002-01-02  Eli Zaretskii  <eliz@gnu.org>
9592
9593         * gdb.texinfo (Free Software): Fix wording.
9594
9595 2001-12-31  Eli Zaretskii  <eliz@gnu.org>
9596
9597         * gdb.texinfo (Free Software): New section ``Free Software Needs
9598         Free Documentation''.
9599
9600 2001-12-30  Eli Zaretskii  <eliz@gnu.org>
9601
9602         * stabs.texinfo:
9603         * gdb.texinfo:
9604         * gdbint.texinfo:
9605         * libgdb.texinfo:
9606         * annotate.texi: Fix the application of GFDL in the Copyright notice.
9607
9608 2001-12-29  Michael Snyder  <msnyder@redhat.com>
9609
9610         * gdb.texinfo (maint info sections): Fix typo.
9611
9612 2001-12-26  Michael Snyder  <msnyder@redhat.com>
9613
9614         * gdb.texinfo (maint info sections): Document.
9615
9616         * gdb.texinfo (info proc): Comment out documentation for
9617         'info proc' sub-options that are currently not implemented.
9618
9619 2001-12-20  Jim Blandy  <jimb@redhat.com>
9620
9621         * gdbint.texinfo (TARGET_CHAR_SIGNED): Document.
9622
9623 2001-12-15  Andrew Cagney  <ac131313@redhat.com>
9624
9625         * gdbint.texinfo (Target Architecture Definition): Replace
9626         LITTLE_ENDIAN with BFD_ENDIAN_LITTLE.
9627
9628 2001-12-01  Andrew Cagney  <ac131313@redhat.com>
9629
9630         * gdbint.texinfo (Host Definition): Delete documentation on
9631         HOST_BYTE_ORDER.
9632
9633 2001-11-30  Jim Blandy  <jimb@redhat.com>
9634
9635         * gdb.texinfo (Overlays): New chapter, documenting GDB's
9636         overlay support.  Add to top-level menu.
9637
9638 2001-11-26  Tom Tromey  <tromey@redhat.com>
9639
9640         * gdb.texinfo (Command Syntax): Document C-o binding.
9641
9642 2001-07-26  Christopher Faylor  <cgf@redhat.com>
9643
9644         * gdb.texinfo (Options): Eliminate attempt to explain .gdbinit/gdb.ini
9645         use since it is described in the referenced section.
9646
9647         From Eli Zaretskii <eliz@gnu.org>
9648         * gdb.texinfo (Command Files): Reword to make gdb.ini requirement
9649         clearer when using DJGPP.
9650
9651 2001-11-24  Christopher Faylor  <cgf@redhat.com>
9652
9653         * gdb.texinfo (File Options): Change description of -nx and gdb.ini to
9654         specifically refer to MS-DOS.
9655         (command files): Mention gdb.ini is only used on MS-DOS.
9656
9657 2001-11-21  Tom Tromey  <tromey@redhat.com>
9658
9659         * gdb.texinfo (Invoking GDB): Document --args.
9660         (Mode Options): Likewise.
9661
9662 2001-11-21  Jim Blandy  <jimb@redhat.com>
9663
9664         * gdbint.texinfo (TARGET_RANGE_PROFITABLE_FOR_HW_WATCHPOINT):
9665         Delete documentation; this macro has been removed from the
9666         sources.
9667
9668 2001-11-13  Jim Blandy  <jimb@redhat.com>
9669
9670         * gdbint.texinfo (COERCE_FLOAT_TO_DOUBLE): Clarify.
9671
9672 2001-11-06  Corinna Vinschen  <vinschen@redhat.com>
9673
9674         * gdb.texinfo (gdbarch_in_function_epilogue_p): Add documentation.
9675
9676 2001-11-05  Michael Snyder  <msnyder@redhat.com>
9677
9678         * gdb.texinfo (info functions): Document use of backslash to
9679         quote regexp chars in function names such as "operator*()".
9680
9681 2001-11-01  Fred Fish  <fnf@redhat.com>
9682
9683         * gdbint.texinfo (SOLIB_ADD): Document additional new
9684         "readsyms" arg.
9685
9686 2001-10-30  Don Howard  <dhoward@redhat.com>
9687
9688         * gdb.texinfo: (Command Files) Added documentation for the
9689         behavior of gdb with input redirected from a file.
9690
9691 2001-10-28  Fred Fish  <fnf@redhat.com>
9692
9693         * gdb.texinfo (auto-solib-add): Change docs to match
9694         implementation change.
9695         (auto-solib-limit): Add docs for new variable.
9696
9697 2001-10-15  Andrew Cagney  <ac131313@redhat.com>
9698
9699         * gdbint.texinfo (Target Architecture Definition): Function
9700         value_as_pointer renamed to value_as_address.
9701
9702 2001-10-15  Andrew Cagney  <ac131313@redhat.com>
9703
9704         * gdbint.texinfo (Target Architecture Definition): Default
9705         POINTER_TO_ADDRESS functions assume unsigned addresses.
9706         (INTEGER_TO_ADDRESS): Document.  Derive pragmatics section from a
9707         posting by Jim Blandy.
9708
9709 2001-10-12  Jim Blandy  <jimb@redhat.com>
9710
9711         * Makefile.in (MAKEHTMLFLAGS): Remove -glossary; the most recent
9712         version of texi2html (1.64) doesn't support this flag any more.
9713
9714 2001-09-08  Mark Kettenis  <kettenis@gnu.org>
9715
9716         * gdbint.texinfo (Host Definition): Remove description of
9717         MEM_FNS_DECLARED.
9718
9719         * gdbint.texinfo (Host Definition): Remove description of R_OK.
9720
9721         * gdbint.texinfo (Host Definition): Remove description of
9722         HAVE_SIGSETMASK.
9723
9724 2001-09-04  Elena Zannoni  <ezannoni@redhat.com>
9725
9726         * gdbint.texinfo (Target Architecture Definition): Add
9727         explanation of TARGET_PRINT_INSN macro.
9728
9729 2001-08-30  Jim Blandy  <jimb@redhat.com>
9730
9731         * gdb.texinfo (`add-symbol-file'): Correct synopsis.
9732         Explain what it means to load relocatable files.
9733
9734 2001-08-28  Jim Blandy  <jimb@redhat.com>
9735
9736         * gdbint.texinfo: Bring the HTML `top' menu into sync with the
9737         info `top' menu.
9738
9739 Wed Aug 15 10:47:28 2001  Christopher Faylor <cgf@cygnus.com>
9740
9741         * gdbint.texinfo: Add a cautionary note about macro use.
9742
9743 2001-08-02  Corinna Vinschen  <vinschen@redhat.com>
9744
9745         * gdb.texinfo: Explain omitting the hostname in the
9746         `target remote' command.
9747
9748 2001-07-30  Daniel Jacobowitz  <drow@mvista.com>
9749
9750         * gdbint.texinfo: Remove extraneous START-INFO-DIR-ENTRY
9751         and END-INFO-DIR-ENTRY.
9752
9753 2001-07-28  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
9754
9755         * gdb.texinfo (TUI Configuration): Rename tui configuration variables.
9756
9757 2001-07-25  Andrew Cagney  <ac131313@redhat.com>
9758
9759         * gdbint.texinfo (libgdb): Rewrite.
9760
9761 2001-07-26  Eli Zaretskii  <eliz@gnu.org>
9762
9763         * Makefile.in (gdbgui.dvi, gdb-gui, gdbgui.info): Targets deleted.
9764
9765 2001-07-24  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
9766
9767         * gdb.texinfo (TUI): New chapter, document the TUI.
9768         (Mode Options): Document the -tui option.
9769
9770 2001-07-23  Mark Kettenis  <kettenis@gnu.org>
9771
9772         * gdbint.texinfo (Host Definition): Remove description of
9773         NEED_POSIX_SETPGID.
9774
9775 2001-07-23  Eli Zaretskii  <eliz@gnu.org>
9776
9777         * gdb.tex (DJGPP Native): New node, with descriptions of
9778         DJGPP-specific commands.
9779
9780 2001-07-19  John R. Moore  <jmoore@redhat.com>
9781
9782         * gdbint.texinfo: Three misspellings.
9783
9784 2001-07-06  Andrew Cagney  <ac131313@redhat.com>
9785
9786         * Makefile.in (refcard.dvi): Rewrite to avoid problems with empty
9787         `test` expressions on bash.  Problem reported by Colin Walters.
9788
9789 2001-07-04  Andrew Cagney  <ac131313@redhat.com>
9790
9791         * gdbint.texinfo (User Interface): Update ui-out documentation to
9792         refelect recent UI/MI updates.
9793
9794 2001-07-04  Andrew Cagney  <ac131313@redhat.com>
9795
9796         * gdb.texinfo (Mode Options): Mention the mi0 and mi1
9797         interpreters.
9798
9799 2001-06-15  Andrew Cagney  <ac131313@redhat.com>
9800
9801         * gdbint.texinfo (Target Architecture Definition): GDBARCH is a C
9802         structure and not macros.
9803         (Host Definition): Document that much of this chapter is obsolete.
9804         (Target Architecture Definition): Update list of files that make
9805         up a target architecture.
9806         (Coding): Update.
9807
9808 2001-06-28  Andrew Cagney  <ac131313@redhat.com>
9809
9810         * gdbint.texinfo (Target Architecture Definition): Update
9811         EXTRACT_STRUCT_VALUE_ADDRESS and EXTRACT_STRUCT_VALUE_ADDRESS_P.
9812         The latter has been changed to a true predicate.
9813
9814 2001-06-17  Eli Zaretskii  <eliz@gnu.org>
9815
9816         * annotate.texi: Add @noindent where needed.  From Dmitry
9817         Sivachenko <dima@Chg.RU>.
9818         * gdb.texinfo: Indexing fix.  From Dmitry Sivachenko.
9819
9820 2001-06-16  Andrew Cagney  <ac131313@redhat.com>
9821
9822         * gdb.texinfo (Protocol): Fix typo.  Extra parenthesis.
9823
9824 2001-06-14  Andrew Cagney  <ac131313@redhat.com>
9825
9826         * gdb.texinfo (Remote Protocol): Document that the ``!'' packet
9827         returns ``OK''.  Document that the ``R'' packet does not reply.
9828
9829 2001-06-13  Michael Snyder  <msnyder@redhat.com>
9830
9831         * gdb.texinfo (Protocol): Add doc for new packet "qSymbol:".
9832
9833 2001-06-13  Eli Zaretskii  <eliz@gnu.org>
9834
9835         * gdb.texinfo (Signals): Clarify the default setting of signal
9836         handling.
9837
9838 2001-05-14  Andrew Cagney  <ac131313@redhat.com>
9839
9840         * gdbint.texinfo (CLEAR_DEFERRED_STORES): Delete stray @item
9841         (FRAME_ARGS_ADDRESS_CORRECT): Ditto.
9842
9843 2001-05-12  Andrew Cagney  <ac131313@redhat.com>
9844
9845         * Makefile.in (GDBvn.texi): Set GDBVN from ../version.in.
9846
9847 2001-05-10  Eli Zaretskii  <eliz@gnu.org>
9848
9849         * gdbint.texinfo (Clean Design and Portable Implementation):
9850         Renamed from "Clean Design".
9851         (Clean Design and Portable Implementation): Document portable
9852         methods of handling file names, and the associated macros.
9853
9854 2001-04-02  Eli Zaretskii  <eliz@gnu.org>
9855
9856         * gdb.texinfo (Tracepoint Actions): Mention the "info scope"
9857         command and provide a cross-reference to its description.
9858         (Symbols): Note that "info scope" is useful for trace experiments.
9859
9860 2001-04-01  Eli Zaretskii  <eliz@gnu.org>
9861
9862         * gdb.texinfo (Symbols): Document "info scope".
9863         (Tracepoints): New chapter.
9864         (Contributors): Update for v5.1.
9865         <All nodes>: Change "C++" to "C@t{++}".
9866
9867         * gdbint.texinfo (User Interface): A new section about ui_out
9868         functions, based on text written by Fernando Nasser.
9869
9870         * stabs.texinfo: Change Permissions to GFDL.  Update Copyright.
9871
9872 2001-03-26  Eli Zaretskii  <eliz@gnu.org>
9873
9874         * gdb.texinfo: Change Permissions to GFDL.  Update Copyright.
9875
9876         * gdbint.texinfo: Change Permissions to GFDL.  Update Copyright.
9877
9878         * gdbgui.texinfo: Change Permissions to GFDL.  Update Copyright.
9879         Replace "GDB" with "@value{GDBN}".  Fix markup.
9880
9881         * annotate.texi: Change Permissions to GFDL.  Update Copyright.
9882
9883         * gdb.texinfo (Output Formats): Mention "info symbol" and provide
9884         a cross-reference to its description.
9885         (Symbols): Document "info symbol".
9886
9887 2001-03-21  Eli Zaretskii  <eliz@gnu.org>
9888
9889         * gdbint.texinfo (Algorithms): New section "Watchpoints" and new
9890         subsection "x86 Watchpoints".
9891         (Target Architecture Definition): Document the macros
9892         I386_USE_GENERIC_WATCHPOINTS and TARGET_HAS_HARDWARE_WATCHPOINTS.
9893         (Native Debugging): Document I386_USE_GENERIC_WATCHPOINTS.
9894
9895 2001-03-20  Andrew Cagney  <ac131313@redhat.com>
9896
9897         * gdbint.texinfo (Target Architecture Definition): Update
9898         definition of SOFTWARE_SINGLE_STEP_P to include empty parameter
9899         list.
9900
9901 2001-03-06  Kevin Buettner  <kevinb@redhat.com>
9902
9903         * Makefile.in, all-cfg.texi, annotate.texi, gdb.texinfo,
9904         gdbint.texinfo, refcard.tex: Update/correct copyright notices.
9905
9906 2001-02-21  Eli Zaretskii  <eliz@gnu.org>
9907
9908         * gdb.texinfo (Signals): Document "ignore", "noignore", and "all".
9909
9910 2001-02-11  Eli Zaretskii  <eliz@gnu.org>
9911
9912         * gdb.texinfo (Environment): Document that `path' does not change
9913         the value of PATH in GDB's own environment (it did in the past,
9914         but that was changed on March 15, 1994).  Reported by Doug Evans
9915         <dje@transmeta.com>.
9916
9917         * gdbint.texinfo: Fix up @itemize lists so that @item is alone on
9918         its line.  Fix markup of commands and macros.  Add an Index node
9919         and index entries.
9920
9921 2001-01-23  J.T. Conklin  <jtc@redback.com>
9922
9923         * gdb.texinfo (Memory region attributes): New manual section.
9924
9925 2001-01-04  Nicholas Duffek  <nsd@redhat.com>
9926
9927         * gdbint.texinfo (POP_FRAME): Document use by return_command.
9928
9929 2000-12-25  Eli Zaretskii  <eliz@gnu.org>
9930
9931         * refcard.tex: Version and copyright fixed.  From Phil Edwards
9932         <pedwards@disaster.jaj.com>.
9933
9934 Thu Nov 30 16:57:19 2000  Andrew Cagney  <cagney@b1.cygnus.com>
9935
9936         * gdbint.texinfo (ECOFF_REG_TO_REGNUM, DWARF_REG_TO_REGNUM,
9937         DWARF2_REG_TO_REGNUM): Document.
9938
9939 Mon Nov 20 21:29:35 2000  Andrew Cagney  <cagney@b1.cygnus.com>
9940
9941         * gdbint.texinfo (Coding): Update current value of
9942         --enable-build-warnings.  Mention --enable-gdb-build-warnings.
9943
9944 2000-11-19  Eli Zaretskii  <eliz@gnu.org>
9945
9946         * gdb.texinfo (Continuing and Stepping):  Fixed markup and typos,
9947         as suggested by Dmitry Sivachenko <dima@Chg.RU>.
9948
9949 2000-11-10  Christopher Faylor <cgf@cygnus.com>
9950
9951         * gdb.texinfo: Document new 'set step-mode' command.
9952
9953 2000-10-16  Eli Zaretskii  <eliz@gnu.org>
9954
9955         * gdb.texinfo (Contributors, MIPS Embedded): Minor spelling
9956         changes from Dmitry Sivachenko <dima@Chg.RU>.
9957
9958 2000-09-26  Eli Zaretskii  <eliz@gnu.org>
9959
9960         * gdb.texinfo (Hooks): Document the new post-hook functionality.
9961         From Steven Johnson <sbjohnson@ozemail.com.au>.
9962
9963 2000-08-10  Mark Kettenis  <kettenis@gnu.org>
9964
9965         * gdbint.texinfo (Overall Structure): Spelling fix.
9966
9967 2000-08-10  Eli Zaretskii  <eliz@gnu.org>
9968
9969         * gdbint.texinfo (Target Architecture Definition): Document that
9970         REGISTER_CONVERT_TO_VIRTUAL should only be called on a register
9971         for which REGISTER_CONVERTIBLE returns a zero value.
9972
9973 2000-07-08  Christopher Faylor <cgf@cygnus.com>
9974
9975         * Makefile.in (install-info): Find files to install in either the
9976         build or source directories (adapted from Makefile.am).
9977
9978 2000-07-07  Nicholas Duffek  <nsd@redhat.com>
9979
9980         * stabs.texinfo: Fix spelling errors.
9981         (String Field): FILE-NUMBER starts from 0, not 1.
9982
9983 2000-07-05  Eli Zaretskii <eliz@gnu.org>
9984
9985         * refcard.tex: Remove \centerline from the blurb.  Patch from
9986         Brian Youmans.
9987
9988 2000-06-25  Eli Zaretskii <eliz@gnu.org>
9989
9990         * Makefile.in (install-info): Support installation from outside of
9991         the source directory.  Reported by Mark Harig
9992         <markh@frazier.landmark.com>.
9993
9994 2000-06-20  J.T. Conklin  <jtc@redback.com>
9995
9996         * gdb.texinfo: Fix typo, $bpnum is set to last breakpoint number.
9997
9998 Fri May 26 15:55:33 2000  Andrew Cagney  <cagney@b1.cygnus.com>
9999
10000         * Makefile.in (pdf, gdbint.pdf, gdb.pdf, stabs.pdf): New targets.
10001         Generate using pdftex.
10002         (PDFTEX): Define.
10003         (STAGESTUFF, maintainer-clean realclean): Add *.pdf.
10004         (gdb.texinfo, gdbint.texinfo, stabs.texinfo): When TeX insert the
10005         @contents at the start.
10006
10007 2000-05-24  Eli Zaretskii  <eliz@gnu.org>
10008
10009         * gdb.texinfo: Remove duplicate @syncodeindex.  From Brian
10010         Youmans.
10011
10012 Wed May 24 21:27:58 2000  Andrew Cagney  <cagney@b1.cygnus.com>
10013
10014         From Brian Youmans:
10015         * gdb.texinfo: Fix ``et al.''.
10016
10017 Tue May 23 22:57:41 2000  Andrew Cagney  <cagney@b1.cygnus.com>
10018
10019         * Makefile.in (refcard.dvi): Remove quotes around REFEDITS in for
10020         loop.
10021
10022 2000-05-19  Jimmy Guo  <guo@cup.hp.com>
10023
10024         * configure: Regenerate.
10025
10026 2000-05-17  Eli Zaretskii  <eliz@gnu.org>
10027
10028         * Makefile.in (install-info): Run install-info on installed Info
10029         files.
10030
10031 Fri May 12 20:18:04 2000  Andrew Cagney  <cagney@b1.cygnus.com>
10032
10033         * gdb.texinfo: Add Stan Shebs, et.al. as authors.  Mention
10034         Andrew Cagney.
10035
10036 2000-05-09  Eli Zaretskii  <eliz@gnu.org>
10037
10038         * gdb.texinfo: Proofreading changes from Brian Youmans.
10039
10040 2000-05-01  Nick Duffek  <nsd@cygnus.com>
10041
10042         * gdb.texinfo (Command Files): Mention -x, use @enumerate for
10043         startup sequence, minor edits.
10044
10045 2000-05-01  Eli Zaretskii  <eliz@gnu.org>
10046
10047         * annotate.texi: Remove "@syncodeindex fn cp", it causes grief in
10048         TeX.
10049
10050         * gdb.texinfo: Add "@syncodeindex fn cp".  Convert all entries
10051         "@kindex f" into "@kindex f (foo)", otherwise we get index entries
10052         like `n' and `s' which look weird.  Convert some of the @kindex to
10053         @vindex, when they refer to variables, not commands.
10054
10055 Sat Apr 29 17:01:04 2000  Andrew Cagney  <cagney@b1.cygnus.com>
10056
10057         * gdbint.texinfo (Hints): Do not use @value{GDBN in @nodes.
10058
10059 2000-04-23  Eli Zaretskii  <eliz@gnu.org>
10060
10061         * Makefile.in (GDBMI_DIR): New variable.
10062         (SET_TEXINPUTS): Add $(GDBMI_DIR).
10063         (SFILES_DOC): Add $(GDBMI_DIR)/gdbmi.texinfo.
10064         (gdbmi.texinfo): New target, for texi2roff.
10065         (gdb.me, gdb.ms, gdb.mm): Depend on gdbmi.texinfo.
10066         (gdb.info, gdb_toc.html): Add "-I ${GDBMI_DIR}".
10067
10068         * gdb.texinfo (Top): Add GDB/MI to the main menu and @include
10069         gdbmi.texinfo.
10070         (Mode Options): Add xref to GDB/MI docs and remove a FIXME
10071         comment.
10072
10073 2000-04-17  Elena Zannoni  <ezannoni@kwikemart.cygnus.com>
10074
10075         * gdb.texinfo (Files): Update description of add-symbol-file
10076         command.
10077
10078 2000-04-17  Eli Zaretskii  <eliz@gnu.org>
10079
10080         * gdb.texinfo (Porting GDB): Don't use @value in the node name, it
10081         prevents the build (and is generally a Bad Idea).
10082
10083 2000-04-17  Eli Zaretskii  <eliz@gnu.org>
10084
10085         * gdb.texinfo (Protocol): Prevent makeinfo from complaining about
10086         a comma inside @var.
10087         (Command Files): Index markup changes from Dmitry Sivachenko
10088         <dima@Chg.RU>.
10089
10090 2000-04-16  Eli Zaretskii  <eliz@gnu.org>
10091
10092         * Makefile.in (LN_S): Define.
10093         (gdb-cfg.texi, gdb.dvi, links2roff, inc-hist.texinfo): Don't
10094         invoke "ln -s" unless it is known to work.
10095
10096         * configure.in (AC_PROG_LN_S): Add.
10097
10098 2000-04-14  Jim Blandy  <jimb@redhat.com>
10099
10100         * gdbint.texinfo (Pointers Are Not Always Addresses): New manual
10101         section.
10102         (Target Conditionals): Document ADDRESS_TO_POINTER,
10103         POINTER_TO_ADDRESS.
10104
10105 2000-04-11  Daniel Berlin  <dan@cgsoftware.com>
10106
10107         * gdbint.texinfo: Replaced GDB with @value{GDBN}, @include
10108         gdb-cfg.texi to get the value.
10109
10110 2000-04-10  Jim Blandy  <jimb@redhat.com>
10111
10112         * gdbint.texinfo (Target Architecture Definition): Fix
10113         cross-references.
10114
10115 2000-04-08  Jim Blandy  <jimb@redhat.com>
10116
10117         * gdbint.texinfo (Using Different Register and Memory Data
10118         Representations): New section.
10119         (REGISTER_CONVERTIBLE, REGISTER_RAW_SIZE, REGISTER_VIRTUAL_SIZE,
10120         REGISTER_VIRTUAL_TYPE, REGISTER_CONVERT_TO_VIRTUAL,
10121         REGISTER_CONVERT_TO_RAW): Document.
10122
10123 Mon Apr  3 19:16:32 2000  Andrew Cagney  <cagney@b1.cygnus.com>
10124
10125         * gdb.texinfo (Protocol): Deprecate the sequence-id.  Add cindex
10126         for acknowledgments.
10127
10128 Tue Mar 28 18:28:45 2000  Andrew Cagney  <cagney@b1.cygnus.com>
10129
10130         * gdb.texinfo (Protocol): Replace ``qfThreadExtraInfo'' with
10131         qThreadExtraInfo.
10132
10133 2000-03-28  J.T. Conklin  <jtc@redback.com>
10134
10135         * gdb.texinfo: Clarify which remote debug protocol commands are
10136         required and which are optional.
10137
10138 Tue Mar 28 16:06:22 2000  Andrew Cagney  <cagney@b1.cygnus.com>
10139
10140         * gdb.texinfo: Revert remainder of Fri Mar 24 18:06:34 2000 Andrew
10141         Cagney <cagney@b1.cygnus.com>.  Move @chapter and @node entries
10142         back to annotate.texi, rluser.texinfo and inc-hist.texinfo.
10143         * annotate.texi: Update.
10144
10145 2000-03-28  Stan Shebs  <shebs@apple.com>
10146
10147         * gdb.texinfo: Update dates, bump to Eighth Edition (note
10148         expectation of additional changes before release), update
10149         ISBN, add copy of top-level menu for @ifhtml, remove explicit
10150         node links, rephrase and/or shorten lines to fix formatting
10151         problem in both regular and @smallbook formats.
10152         * annotate.texi: Shorten lines in example, use smallexample
10153         consistently everywhere.
10154         * Makefile.in: Add comment about texinfo 4.0 html generation.
10155         (SFILES_INCLUDED): Add annotate.texi.
10156
10157 2000-03-27  Daniel Berlin  <dan@cgsoftware.com>
10158
10159         * gdb.texinfo (Debugging Output): Added new section, documenting
10160         the "set/show debug" commands.
10161
10162 Fri Mar 24 18:06:34 2000  Andrew Cagney  <cagney@b1.cygnus.com>
10163
10164         * annotate.texi (Annotations): When GDBN omit @chapter and @node
10165         entry.
10166
10167         * gdb.texinfo: Check for @ifinfo instead of @ifnottex.
10168         (rluser.texinfo, inc-hist.texinfo, annotate.texi): Add local
10169         @chapter and @node entries.
10170
10171         * gdb.texinfo: Link all top-level nodes.
10172
10173 Fri Mar 24 17:56:48 2000  Andrew Cagney  <cagney@b1.cygnus.com>
10174
10175         * Makefile.in (install-info): Create $(infodir) before installing
10176         files.
10177
10178 2000-03-23  Fernando Nasser  <fnasser@totem.to.cygnus.com>
10179
10180         From David Whedon <dwhedon@gordian.com>
10181         * gdbint.texinfo : Added paragraphs about command deprecation.
10182
10183 2000-03-22  Daniel Berlin  <dan@cgsoftware.com>
10184
10185       * gdb.texinfo: Add documentation for the apropos command.
10186
10187 2000-03-20  Michael Snyder  <msnyder@cleaver.cygnus.com>
10188
10189         * gdb.texinfo: Add new queries ThreadInfo and ThreadExtraInfo.
10190
10191 2000-03-20  Michael Snyder  <msnyder@cleaver.cygnus.com>
10192
10193         * gdb.texinfo: Add white space to prevent overprinting in
10194         two places.
10195
10196 2000-03-17  Stan Shebs  <shebs@apple.com>
10197
10198         * gdb.texinfo: Many minor changes from Dmitry Sivachenko
10199         <dima@Chg.RU>, also clarification of allowed content for
10200         string constants.
10201
10202 2000-03-16  Eli Zaretskii <eliz@gnu.org>
10203
10204         * gdb.texinfo (main menu): Add Annotations.
10205         (File Options): Add @cindex entries for each command-line option.
10206         Document --epoch, --annotate, --async, --interpreter, --write,
10207         --statistics, and --version.
10208
10209         * annotate.texi: Convert to a chapter.  Use @value{GDBN} instead
10210         of GDB.
10211
10212 2000-02-23  Jim Blandy  <jimb@redhat.com>
10213
10214         * gdbint.texinfo (FUNCTION_START_OFFSET): Document.
10215
10216 2000-02-22  Jim Blandy  <jimb@redhat.com>
10217
10218         * gdbint.texinfo: Document COERCE_FLOAT_TO_DOUBLE --- the new form.
10219
10220 2000-02-15  Jason Molenda  (jsm@bugshack.cygnus.com)
10221
10222         * Makefile.in (diststuff): New target.
10223
10224 2000-02-15  Kevin Buettner  <kevinb@redhat.com>
10225
10226         * agentexpr.texi: Fix wording regarding Intel's IA-64
10227         architecture.  [From Jim Wilson.]
10228
10229 2000-01-16  Tom Tromey  <tromey@cygnus.com>
10230
10231         * gdb.texinfo (Breakpoints): Mention breakpoint ranges.
10232         (Delete Breaks): Mention range arguments.
10233         (Disabling): Likewise.
10234
10235 2000-01-05  Dmitry Sivachenko <dima@Chg.RU>
10236
10237         * gdb.texinfo:  Wrap "ASCII" in @sc{}; clarify a few sentences.
10238
10239 Wed Dec  8 19:53:08 1999  Andrew Cagney  <cagney@b1.cygnus.com>
10240
10241         * gdbint.texinfo (FRAME_CHAIN_VALID): Add the generic frame-chain
10242         valid functions.
10243
10244 1999-11-05  Stan Shebs  <shebs@andros.cygnus.com>
10245
10246         * gdb.texinfo: Clarify regular expressions used in rbreak.
10247
10248 1999-10-15  Kevin Buettner  <kevinb@cygnus.com>
10249
10250         * gdbint.texinfo (MEMORY_INSERT_BREAKPOINT,
10251         MEMORY_REMOVE_BREAKPOINT):  Document.
10252
10253 Thu Oct 14 21:17:17 1999  Andrew Cagney  <cagney@b1.cygnus.com>
10254
10255         * gdb.texinfo (remote): Document how GDB ignores the qOffsets BSS
10256         offset re-using the DATA offset instead.
10257
10258 1999-10-11  Jim Kingdon  <kingdon@redhat.com>
10259
10260         * gdbint.texinfo (Target Architecture Definition): Add PARM_BOUNDARY.
10261
10262 1999-10-05  Stan Shebs  <shebs@andros.cygnus.com>
10263
10264         From Dmitry Sivachenko <demon@gpad.ac.ru>:
10265         * gdb.texinfo: Use GDBP and GDBN everywhere, fix a couple other
10266         typos.
10267
10268         * gdb.texinfo: Various minor wording and formatting improvements,
10269         mentions of additional command-line options.
10270
10271 1999-09-30  Fred Fish  <fnf@cygnus.com>
10272
10273         * gdb.texinfo:  Document additional forms of specifying section
10274         names and addresses for the add-symbol-file command.
10275
10276 1999-09-14  Michael Snyder  <msnyder@cleaver.cygnus.com>
10277
10278         * gdbint.texinfo: Fix typo, add the word "have".
10279
10280 1999-09-14  Jim Blandy  <jimb@cris.red-bean.com>
10281
10282         * gdbint.texinfo (Target Architecture Definition): Document the
10283         SKIP_PERMANENT_BREAKPOINT macro.
10284
10285 1999-09-07  Stan Shebs  <shebs@andros.cygnus.com>
10286
10287         * gdb.texinfo: Fiks speling errers.
10288
10289         * gdb.texinfo: Fix uses of @multitable.
10290
10291         From Eli Zaretskii  <eliz@gnu.org>:
10292         * gdb.texinfo: Include details specific to DOS host, clarify
10293         some confusing language, fix @ref/@xref/@pxref usages, add
10294         comments about using with optimization, add more indexing,
10295         fix info about disassembly-flavor.
10296
10297 Tue Sep  7 09:11:24 1999  Kevin Buettner  <kevinb@cygnus.com>
10298
10299         * gdbint.texinfo (IN_SOLIB_DYNSYM_RESOLVE_CODE,
10300         SKIP_SOLIB_RESOLVER): Define.
10301
10302 Fri Sep  3 18:05:14 1999  Andrew Cagney  <cagney@b1.cygnus.com>
10303
10304         * gdb.texinfo (Protocol): Review.  Add tables describing ``q'' and
10305         ``g'' packets.
10306
10307 1999-08-30  Stan Shebs  <shebs@andros.cygnus.com>
10308
10309         * gdb.texinfo: Create a new "Configurations" chapter with
10310         platform-specific info, inline remote.texi and move sections of it
10311         into the new chapter, move bits about info proc, heuristic search,
10312         and register stack into the new chapter.
10313         * remote.texi: Remove, now part of gdb.texinfo.
10314         * Makefile.in (SFILES_INCLUDED): Remove ref to remote.texi.
10315
10316 1999-08-27  Jason Molenda  (jsm@bugshack.cygnus.com)
10317
10318         * gdbint.texinfo (GDB_TARGET_IS_SUN3, GDB_TARGET_IS_SUN386,
10319         GDB_TARGET_IS_MACH386): These kludges have gone away.
10320
10321 Wed Aug 25 10:47:03 1999  Andrew Cagney  <cagney@b1.cygnus.com>
10322
10323         * gdbint.texinfo (Target Architecture Definition): Mention
10324         TDEPLIBS.
10325
10326 1999-08-20  Stan Shebs  <shebs@andros.cygnus.com>
10327
10328         * gdb.texinfo: Remove remaining "HPPA" conditionals, rewrite
10329         surrounding text to fit HP-UX bits into general info.
10330         (HPPA-cfg.texi): Remove, no longer useful.
10331
10332         * gdb.texinfo: Remove explicit links from @node lines, remove
10333         HP-added "Detailed Node Listing" from main menu which confuses
10334         things.
10335
10336         From Dmitry Sivachenko <dima@Chg.RU>:
10337         * gdb.texinfo: Use @value{GDBN} instead of plain GDB, fix grouping
10338         in description of `set environment'.
10339
10340 1999-08-17  Stan Shebs  <shebs@andros.cygnus.com>
10341
10342         * gdbint.texinfo: Update coding standard to allow pure ANSI/ISO C.
10343
10344 1999-08-12  Ben Elliston  <bje@cygnus.com>
10345
10346         * gdbint.texinfo (Breakpoint Handling): Add missing words.
10347
10348 1999-08-10  Eli Zaretskii  <eliz@gnu.org>
10349
10350         * gdb.texinfo (Set Watchpoints): Explain some subtleties about
10351         watch, awatch, and rwatch.  Explain why the latter two cannot be
10352         set as software watchpoints.  Document that watchpoints for local
10353         variables are deleted when the debuggee terminates.
10354
10355 Wed Aug 11 13:18:14 1999  Andrew Cagney  <cagney@amy.cygnus.com>
10356
10357         * remote.texi (Protocol): Further clarification of the "qRcmd"
10358         packet.  Allow E.. response packet.  "qRcmd" packet is no longer
10359         reserved.
10360
10361 1999-08-10  Elena Zannoni  <ezannoni@kwikemart.cygnus.com>
10362
10363         * Makefile.in: Rename inc-hist.texi to inc-hist.texinfo.
10364         * gdb.texinfo: Ditto.
10365
10366 1999-08-06  Tom Tromey  <tromey@cygnus.com>
10367
10368         * gdb.texinfo (KOD): New node.
10369
10370 Fri Aug  6 17:05:48 1999  Andrew Cagney  <cagney@b1.cygnus.com>
10371
10372         * remote.texi (Rcmd): Fix minor formatting typos.
10373
10374 Thu Aug  5 17:57:41 1999  Andrew Cagney  <cagney@b1.cygnus.com>
10375
10376         * remote.texi (protocol qRcmd): Allow ``OK'' and ``O...'' response
10377         packets.
10378
10379 1999-07-14  Jim Blandy  <jimb@zwingli.cygnus.com>
10380
10381         * gdbint.texinfo (PREPARE_TO_PROCEED, ADDR_BITS_REMOVE): Doc
10382         fixes.
10383
10384 Tue Jun 29 11:43:55 1999  Andrew Cagney  <cagney@b1.cygnus.com>
10385
10386         * gdbint.texinfo (SAVE_DUMMY_FRAME_TOS): Define.
10387
10388 Fri Jun 25 11:47:06 1999  Andrew Cagney  <cagney@b1.cygnus.com>
10389
10390         * remote.texi (Communication Protocol): ``v'' is in use. Fix
10391         numerous formatting errors.  Clarify ``i''.  Mark ``i'', ``Z'',
10392         ``z'' and ``qRcmd'' as draft instead of reserved.  Identify
10393         packets that are not supported on all hosts. Expand examples.
10394         Spell check.
10395
10396 1999-06-24  Jason Molenda  (jsm@bugshack.cygnus.com)
10397
10398         * Makefile.in: Recognize html, install-html.  Add targets
10399         to build HTML versions of documentation via texi2html.
10400
10401 Thu Jun 24 15:59:03 1999  Stan Shebs  <shebs@andros.cygnus.com>
10402
10403         * gdbint.texinfo (Testsuite): New chapter, information about the
10404         testsuite.
10405
10406 Fri Jun 25 02:40:34 1999  Andrew Cagney  <cagney@b1.cygnus.com>
10407
10408         * remote.texi (Communication Protocol): Rewrite.
10409
10410 Thu Jun 24 16:59:54 1999  Andrew Cagney  <cagney@b1.cygnus.com>
10411
10412         * stabs.texinfo: Fix uses of xref.
10413
10414 Thu Jun 17 17:23:25 1999  Stan Shebs  <shebs@andros.cygnus.com>
10415
10416         * gdbint.texinfo: Add an anti-printf exhortation, and update the
10417         info about patch submission.
10418
10419 Mon Jun  7 15:49:40 1999  Stan Shebs  <shebs@andros.cygnus.com>
10420
10421         From Per Bothner  <bothner@cygnus.com>:
10422         * gdb.texinfo: Document Chill support.
10423
10424 Fri Jun  4 16:58:22 1999  Andrew Cagney  <cagney@b1.cygnus.com>
10425
10426         * gdbint.texinfo (SP_REGNUM, FP_REGNUM, PC_REGNUM): Add reference
10427         to corresponding TARGET_READ_reg TARGET_WRITE_reg macros.
10428         Document that the value should be greater-than or equal-to zero.
10429         (NO_STD_REGS): Document. Deprecate.
10430
10431 Tue Jun  1 15:04:15 1999  Andrew Cagney  <cagney@b1.cygnus.com>
10432
10433         * gdbint.texinfo (TARGET_COMPLEX_BIT, TARGET_DOUBLE_COMPLEX_BIT):
10434         Document that these are not used.
10435
10436 Thu May 27 09:28:15 1999  Andrew Cagney  <cagney@b1.cygnus.com>
10437
10438         * gdbint.texinfo (EXTRACT_STRUCT_VALUE_ADDRESS_P): Document.
10439
10440 Mon May 24 10:07:39 1999  Andrew Cagney  <cagney@b1.cygnus.com>
10441
10442         * gdbint.texinfo (FRAME_NUM_ARGS): Update definition.  Parameter
10443         numargs was dropped.
10444
10445 Thu May 20 12:26:59 1999  Andrew Cagney  <cagney@b1.cygnus.com>
10446
10447         * gdbint.texinfo (FRAMELESS_FUNCTION_INVOCATION): Update.
10448
10449 Tue Apr 27 19:14:20 1999  Andrew Cagney  <cagney@b1.cygnus.com>
10450
10451         * gdbint.texinfo (SKIP_PROLOGUE, SKIP_PROLOGUE_FRAMELESS_P):
10452         Update.
10453
10454 Thu Apr 22 13:07:37 1999  Andrew Cagney  <cagney@b1.cygnus.com>
10455
10456         * gdbint.texinfo (USE_GENERIC_DUMMY_FRAMES): Document.
10457         (GET_SAVED_REGISTER): Update, not just the a29k uses this.
10458
10459 Wed Apr 21 13:59:01 1999  Dave Brolley  <brolley@cygnus.com>
10460
10461         * gdbint.texinfo: Fix typos: $ -> @.
10462
10463 Tue Apr 20 11:59:38 1999  Andrew Cagney  <cagney@b1.cygnus.com>
10464
10465         * gdbint.texinfo (REGISTER_NAMES, BREAKPOINT, BIG_BREAKPOINT,
10466         LITTLE_BREAKPOINT, LITTLE_REMOTE_BREAKPOINT,
10467         BIG_REMOTE_BREAKPOINT): Deprecate in favor of REGISTER_NAME and
10468         BREAKPOINT_FROM_PC.
10469
10470 Mon Apr 12 16:00:44 1999  Andrew Cagney  <cagney@b1.cygnus.com>
10471
10472         * gdbint.texinfo (CALL_DUMMY_STACK_ADJUST_P,
10473         CALL_DUMMY_STACK_ADJUST): Document.
10474
10475 Thu Apr  8 17:23:15 1999  Andrew Cagney  <cagney@b1.cygnus.com>
10476
10477         * gdbint.texinfo (CALL_DUMMY_P, CALL_DUMMY_WORDS,
10478         SIZEOF_CALL_DUMMY_WORDS, CALL_DUMMY): Define.
10479
10480 1999-04-02  Stan Shebs  <shebs@andros.cygnus.com>
10481
10482         * gdbint.texinfo (MAINTENANCE_CMDS): Remove ref, since it no
10483         longer exists.
10484
10485 Tue Mar  9 19:25:11 1999  Stan Shebs  <shebs@andros.cygnus.com>
10486
10487         * gdb.texinfo, remote.texi, all-cfg.texi, HPPA-cfg.texi: Remove
10488         nearly all @ifset/@ifclear conditionals; nobody uses them, and
10489         they make the manual source incomprehensible.
10490         * h8-cfg.texi: Remove, hasn't been used in years.
10491
10492 Thu Feb 11 18:00:59 1999  Stan Shebs  <shebs@andros.cygnus.com>
10493
10494         * gdb.texinfo: Update the credits.
10495
10496 Mon Feb  8 17:33:57 1999  Stan Shebs  <shebs@andros.cygnus.com>
10497
10498         * gdb.texinfo: Fix mistakes noticed in printout of last
10499         draft, add Alpha to discussion of heuristic fence post.
10500
10501 Fri Feb  5 17:20:00 1999  Stan Shebs  <shebs@andros.cygnus.com>
10502
10503         * gdb.texinfo, remote.texi: Many changes; update to Seventh
10504         Edition, merge some HP changes into mainline, describe some
10505         previously undocumented features, describe more of the target
10506         commands available, eliminate obsolete section on renamed
10507         commands.
10508         * all-cfg.texi, HPPA-cfg.texi: Remove some obsolete conditionals.
10509
10510 Wed Jan 20 17:47:45 1999  Stan Shebs  <shebs@andros.cygnus.com>
10511
10512         * gdb.texinfo: Make many HPPA conditionals unconditional,
10513         including catchpoint description, since now on for all configs.
10514         * all-cfg.texi: @clear HPPA, since is mainly for very HP-specific
10515         specializations.
10516
10517 Thu Jan 14 17:10:12 1999  Stan Shebs  <shebs@andros.cygnus.com>
10518
10519         * Makefile.in (GDBvn.texi): Fix match expression to work with
10520         current format of VERSION in gdb/Makefile.in.
10521         * gdb.texinfo: Fix node ref to match new readline.
10522
10523 Wed Jan 13 10:38:40 1999  Edith Epstein  <eepstein@sophia.cygnus.com>
10524
10525         * gdb.texinfo: Changes made as part of a project to merge in
10526           changes made by HP. Documentation makes extensive use of
10527           @ifclear HPPA and @ifset HPPA. The HP manual omits doumentation
10528           on remote debugging. There are differences in documentation
10529           (HP vs.  non-HP) on C++ support (aCC vs. gnu gcc++). Also,
10530           the HP manual discusses catchpoints, hardware watchpoints, and
10531           some HPUX specific limitations for shared library support.
10532
10533           There are also a number of @node changes.
10534
10535 1999-01-12  Jason Molenda  (jsm@bugshack.cygnus.com)
10536
10537         * gdbint.texinfo (Formatting): Disambiguate a sentence.
10538         (C Usage): Same.
10539
10540 Wed Jan  6 11:55:34 1999  David Taylor  <taylor@texas.cygnus.com>
10541
10542         The following changes were made by Edith Epstein
10543         <eepstein@cygnus.com> as part of a project to merge in changes
10544         made by HP.
10545
10546         * HPPA-cfg.texi: new file.
10547
10548         * all-cfg.texi: set HPPA for HP PA-RISC targets.
10549
10550         * refcard.tex: change documentation about catch.
10551           removed info catch.
10552
10553 Mon Jan  4 18:29:18 1999  Stan Shebs  <shebs@andros.cygnus.com>
10554
10555         * gdbint.texinfo: Expand on GDB's coding standards,
10556         specify the use of arg names with prototypes.
10557
10558 1998-12-14  J.T. Conklin  <jtc@redbacknetworks.com>
10559
10560         * gdb.texinfo: Fix tipo.
10561
10562 Sun Dec 13 10:27:59 1998  Andrew Cagney  <cagney@b1.cygnus.com>
10563
10564         * gdbint.texinfo: Document TARGET_BYTE_ORDER_DEFAULT and
10565         TARGET_BYTE_ORDER_SELECTABLE_P.
10566
10567 Thu Dec 10 16:07:09 1998  Andrew Cagney  <cagney@b1.cygnus.com>
10568
10569         * gdbint.texinfo (FRAME_FIND_SAVED_REGS): Document.
10570
10571 1998-12-09  Jim Blandy  <jimb@zwingli.cygnus.com>
10572
10573         * agentexpr.texi: New file.
10574
10575 Wed Dec  9 21:13:57 1998  Andrew Cagney  <cagney@chook>
10576
10577         * gdbint.texinfo (REGISTER_NAME): Replace REGISTER_NAMES.
10578
10579 1998-12-03  J.T. Conklin  <jtc@redbacknetworks.com>
10580
10581         * remote.texi: Changed wording that implied that the GDB remote
10582         protocol caches register values instead of GDB itself.
10583
10584 Tue Dec  1 17:45:43 1998  Stan Shebs  <shebs@andros.cygnus.com>
10585
10586         * gdbint.texinfo: Add some info about symbol readers.
10587         (CHILL_PRODUCER, etc): Comment out descriptions, not useful.
10588         (IN_SOLIB_CALL_TRAMPOLINE): Rename info from IN_SOLIB_TRAMPOLINE.
10589         (IN_SOLIB_RETURN_TRAMPOLINE): Describe.
10590         (KERNEL_DEBUGGING, MIPSEL): No info about these, remove.
10591
10592 Mon Nov 30 11:32:21 1998  Andrew Cagney  <cagney@chook>
10593
10594         * gdbint.texinfo (FRAME_CHAIN_VALID_ALTERNATE):
10595
10596 Sat Nov 28 13:45:53 1998  Andrew Cagney  <cagney@b1.cygnus.com>
10597
10598         * gdbint.texinfo (INNER_THAN): Update, now takes parameters.
10599
10600 Fri Nov 27 12:39:45 1998  Andrew Cagney  <cagney@chook>
10601
10602         * gdbint.texinfo (NO_SINGLE_STEP): Replace with
10603         SOFTWARE_SINGLE_STEP_P and SOFTWARE_SINGLE_STEP.
10604
10605 Wed Oct 14 10:02:40 1998  Andrew Cagney  <cagney@b1.cygnus.com>
10606
10607         * gdbint.texinfo: Fix minor typos.
10608
10609 Wed Sep 30 18:03:19 1998  Stan Shebs  <shebs@andros.cygnus.com>
10610
10611         * gdbint.texinfo: Complete overhaul.  Group descriptions more
10612         logically, add more info on generic algorithms, remove much
10613         obsolete and/or wrong material.
10614
10615 Fri Jul 24 17:51:38 1998  Ian Lance Taylor  <ian@cygnus.com>
10616
10617         * stabs.texinfo (Method Type Descriptor): Expand and correct.
10618
10619 Mon May  4 10:37:12 1998  Brian Youmans (3diff@gnu.org)
10620
10621         * refcard.tex:  Copyright, address updates.
10622
10623 Tue Apr 21 18:09:56 1998  Stan Shebs  <shebs@andros.cygnus.com>
10624
10625         * gdb.texinfo (EDITION, DATE): Update and change to use ordinals
10626         for the edition instead of confusing GDB-version-like numbers.
10627
10628 Mon Apr 13 14:05:00 1998  Fred Fish  <fnf@cygnus.com>
10629
10630         * gdb.texinfo (hbreak, watch): Fix typo, "date" -> "data".
10631
10632 Thu Apr  2 16:52:44 1998  Jason Molenda  (crash@bugshack.cygnus.com)
10633
10634         * LRS: Reformat a bit to keep text under 80 columns.
10635
10636 Thu Apr  2 16:10:36 1998  Stan Shebs  <shebs@andros.cygnus.com>
10637
10638         * gdb.texinfo: Add some credits, mention bug monitor.
10639         * remote.texi: Mention mips monitor targets.
10640         * gdbint.texinfo: Describe SP_REGNUM, STEP_SKIPS_DELAY.
10641
10642 Mon Feb  2 17:13:03 1998  Stan Shebs  <shebs@andros.cygnus.com>
10643
10644         * gdbint.texinfo: Remove obsolete mentions of pinsn.c and opcode.h
10645         files, finish sorting of host vs target vs native macros, describe
10646         some more of them.
10647
10648 Tue Jan 13 16:44:50 1998  Fred Fish  <fnf@cygnus.com>
10649
10650         * gdbint.texinfo (Host Conditionals): Document change from
10651         using NO_MMALLOC to it's inverse, USE_MMALLOC.
10652
10653 Mon Nov 24 13:55:21 1997  Andrew Cagney  <cagney@b1.cygnus.com>
10654
10655         * gdbint.texinfo (Host Conditionals): Document
10656         PRINTF_HAS_LONG_DOUBLE, SCANF_HAS_LONG_DOUBLE, HAVE_LONG_DOUBLE.
10657
10658 Fri Jul  4 14:52:31 1997  Ian Lance Taylor  <ian@cygnus.com>
10659
10660         * gdbint.texinfo (Host Conditionals): Add CRLF_SOURCE_LINES.
10661         Document LSEEK_NOT_LINEAR.
10662
10663 Tue Mar 25 14:44:09 1997  Ian Lance Taylor  <ian@cygnus.com>
10664
10665         * stabs.texinfo (Stab Section Basics): Make it clear that only
10666         some versions of the GNU linker remove the leading N_UNDF symbol.
10667
10668 Thu Feb 27 17:45:19 1997  Ian Lance Taylor  <ian@cygnus.com>
10669
10670         * stabs.texinfo (String Field): Document type number pairs here,
10671         instead of in the Sun specific section.
10672         (Include Files): The GNU linker supports the N_BINCL
10673         optimization.  Clarify the N_BINCL value, and what it is used
10674         for.
10675         (Procedures): Document N_FUN with an empty string to mark the end
10676         of a function.
10677         (Typedefs): Mention that Sun compilers may use N_GSYM for a type.
10678         (Sun Differences): Remove this node, as the information is now
10679         elsewhere in the main document.
10680         (Stab Section Basics): Mention that the GNU linker may optimize
10681         stabs and remove the leading N_UNDF symbol.
10682
10683 Mon Dec  9 12:23:32 1996  Roland Pesch  <roland@wrs.com>
10684
10685         * gdb.texinfo, refcard.tex: Restore author credit
10686
10687 Wed Oct  2 22:01:36 1996  Fred Fish  <fnf@fishfood.ninemoons.com>
10688
10689         * gdbint.texinfo (SIGTRAMP_START, SIGTRAMP_END): Update
10690         documentation to account for START and END macros taking
10691         one arg.
10692
10693 Thu Aug 22 17:59:03 1996  Fred Fish  <fnf@cygnus.com>
10694
10695         From: Eberhard Mattes <mattes@azu.informatik.uni-stuttgart.de>
10696         * gdb.texinfo (Frames): Fix typo.
10697
10698 Tue Jul 23 10:06:20 1996  Fred Fish  <fnf@cygnus.com>
10699
10700         * gdbint.texinfo (NO_SINGLE_STEP): Document that single_step takes
10701         a target_signal as arg type, not a pid.
10702
10703 Fri Jul 12 11:10:05 1996  Stu Grossman  (grossman@critters.cygnus.com)
10704
10705         * gdb.texinfo:  Document `set assembly-language'.
10706
10707 Thu Jul 11 13:50:28 1996  Stan Shebs  <shebs@andros.cygnus.com>
10708
10709         * remote.texi: Update list of stubs in the GDB distribution.
10710
10711 Fri Jul  5 15:38:54 1996  Fred Fish  <fnf@cygnus.com>
10712
10713         * gdbint.texinfo (NO_MMCHECK): Renamed from NO_MMALLOC_CHECK.
10714         Also document that some systems can use mmalloc but must define
10715         this if their C runtime allocates memory that is later freed.
10716         (MMCHECK_FORCE): Document new macro.
10717
10718 Fri Jun 28 22:17:10 1996  Dawn Perchik  <dawn@cygnus.com>
10719
10720         * remote.texi: Add documentation for target Sparclet.
10721
10722 Mon Jun 24 18:12:22 1996  Jason Molenda  (crash@godzilla.cygnus.co.jp)
10723
10724         * Makefile.in (srcdir, VPATH, prefix, infodir, INSTALL,
10725         INSTALL_PROGRAM, INSTALL_DATA): Use autoconf set values.
10726         * configure.in: Rewritten for autoconf.
10727         * configure: New.
10728
10729 Mon Jun 17 10:43:41 1996  Fred Fish  <fnf@cygnus.com>
10730
10731         * Makefile.in (DVIPS): New define, set to dvips.
10732         (dvi): Add stabs.dvi.
10733         (ps): New target.
10734         (all-doc): Depend on info, dvi, and ps targets.
10735         (STAGESTUFF): Add *.ps and *.dvi files.
10736         (clean-info, clean-dvi): Remove.
10737         (mostlyclean): Does not depend upon clean-info or clean-dvi,
10738         rules completely rewritten.
10739         (maintainer-clean): Remove clean-info and clean-dvi
10740         dependencies and put their actions in the rules.
10741         (gdb.ps): New target
10742         (gdb.dvi, gdbgui.dvi, gdbint.dvi, stabs.dvi): Remove
10743         intermediate TeX files, whether they have 2 or 3 character
10744         extensions.
10745         (gdbint.ps): Add target and rules.
10746         (gdb-internals): Delete unused target.
10747         (Makefile): Depends upon config.status also.
10748
10749 Sat Mar 30 15:46:58 1996  Fred Fish  <fnf@cygnus.com>
10750
10751         * gdbint.texinfo (CC_HAS_LONG_LONG): Clarify when/how this is
10752         set.
10753
10754 Sat Mar 16 15:10:20 1996  Fred Fish  <fnf@cygnus.com>
10755
10756         From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>
10757         * gdb.texinfo (Expressions): Fix erroneous array constant example.
10758
10759 Sat Mar 16 13:28:45 1996  Fred Fish  <fnf@cygnus.com>
10760
10761         * gdb.texinfo: Add missing "@bullet" to some "@itemize" commands.
10762
10763 Sat Feb 10 03:28:36 1996  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
10764
10765         * gdb.texinfo (Print settings):  Document
10766         `set/show print static-members' commands.
10767
10768 Wed Jan 10 14:16:37 1996  Fred Fish  <fnf@cygnus.com>
10769
10770         * gdbint.texinfo (Native): Document name change, coredep.c to
10771         core-aout.c.
10772
10773 Wed Dec 13 12:35:28 1995  Ian Lance Taylor  <ian@cygnus.com>
10774
10775         * stabs.texinfo (Include Files): Document the values the SunOS4
10776         linker creates for N_BINCL/N_EINCL/N_EXCL stabs.
10777
10778 Fri Dec  8 21:08:44 1995  Fred Fish  <fnf@cygnus.com>
10779
10780         * gdbint.texinfo (Releases): Change gdb.tar.Z to gdb.tar.gz.
10781         Fix typo.
10782
10783 Fri Dec  1 11:07:50 1995  Fred Fish  <fnf@cygnus.com>
10784
10785         * gdbint.texinfo (Releases): Make "gdb.tar.gz" rather than
10786         "gdb.tar.Z".
10787
10788 Wed Sep 20 13:14:10 1995  Ian Lance Taylor  <ian@cygnus.com>
10789
10790         * Makefile.in (maintainer-clean): New target, synonym for
10791         realclean.
10792
10793 Thu Aug  3 10:45:37 1995  Fred Fish  <fnf@cygnus.com>
10794
10795         * Update all FSF addresses except those in COPYING* files.
10796
10797 Wed Jul 19 18:43:03 1995  Stan Shebs  <shebs@andros.cygnus.com>
10798
10799         From Richard Earnshaw (rearnsha@armltd.co.uk):
10800         * gdb.texinfo (convenience variables): Document $_exitcode.
10801         (quit): Document optional expression to use as exit code.
10802
10803 Thu Jun 22 21:27:33 1995  Victoria Mixon  <victoria@cygnus.com>
10804
10805         * gdb.texinfo, remote.texi: Brought up to date with various
10806         GDB changes.
10807
10808 Tue Jun 20 14:35:38 1995  Stan Shebs  <shebs@andros.cygnus.com>
10809
10810         * gdb.texinfo: Update dates and versions, fix comments about
10811         hardware watchpoints in future releases and about the
10812         sharedlibrary command.
10813
10814 Mon May  8 09:30:36 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
10815
10816         * stabs.texinfo: Remove node `XCOFF differences'.  Describe value of
10817         C_FUN stab.  Other cleanups.
10818
10819 Wed Apr 19 07:02:19 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
10820
10821         * remote.texi (Bootstrapping): Clarify that flush_i_cache is only
10822         for the sparc stub.
10823
10824 Tue Apr 11 11:41:49 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
10825
10826         * annotate.texi: Clarify which addresses have differing formats
10827         depending on the language and which do not.
10828
10829 Tue Mar 28 16:56:22 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
10830
10831         * remote.texi (NetWare): Changed example to use BOARD= instead of
10832           NODE= argument to reflect correspoding change to gdbserve.nlm.
10833
10834 Fri Mar 17 06:47:02 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
10835
10836         * stabs.texinfo (Negative Type Numbers): Mention the fact that
10837         GDB, as well as AIX dbx, supports the size type attribute.
10838
10839 Thu Mar 16 12:11:32 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
10840
10841         * stabs.texinfo (Negative Type Numbers): Document types -31 to -34.
10842
10843 Mon Mar 13 16:49:13 1995  Per Bothner  <bothner@kalessin.cygnus.com>
10844
10845         * gdb.texinfo (Define):  Document $arg0... arguments to commands,
10846         and new 'if' and 'while' commands.
10847
10848 Fri Feb 17 15:24:35 1995  Per Bothner  <bothner@kalessin.cygnus.com>
10849
10850         * gdb.texinfo (Artificial arrays):  Note use of coerce-to-array-type.
10851
10852 Wed Feb 15 11:59:18 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
10853
10854         * all-cfg.texi: New flag, GDBSERVE, for NetWare's gdbserve.nlm.
10855         * remote.texi (NetWare): New node, how to use gdbserve.nlm on
10856           NetWare targets.  Mostly stolen from the Server node.
10857
10858 Fri Feb 10 20:20:08 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
10859
10860         * gdb.texinfo (Setting): Talk about the language of a source file
10861         versus the working language.  The old documentation did not match
10862         what GDB did.
10863
10864 Wed Feb  1 20:26:36 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
10865
10866         * stabs.texinfo (Source Files): Document N_SO used to mark the end
10867         of a source file.
10868
10869 Mon Jan 23 14:23:37 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
10870
10871         * gdb.texinfo (Processes): New node.
10872
10873 Tue Jan 17 14:09:03 1995  Ian Lance Taylor  <ian@sanguine.cygnus.com>
10874
10875         * remote.texi: Update documentation of set/show mipsfpu.
10876
10877 Fri Jan  6 17:17:28 1995  Stan Shebs  <shebs@andros.cygnus.com>
10878
10879         * gdbgui.texinfo: New file, manual for GUI (gdbtk) users.
10880         * Makefile.in (gdbgui.dvi, gdbgui.info): New actions.
10881
10882 Sun Sep  4 16:47:21 1994  Stan Shebs  (shebs@andros.cygnus.com)
10883
10884         * gdbint.texinfo: Removed mentions of some incorrectly placed and
10885         obsolete conditionals, described some others.
10886
10887 Mon Aug  1 15:42:39 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
10888
10889         * gdbint.texinfo: Remove references to BROKEN_LARGE_ALLOCA and
10890         SET_STACK_LIMIT_HUGE; they were removed from GDB 14 May 1994.
10891
10892 Mon Aug  1 15:12:02 1994  Stan Shebs  (shebs@andros.cygnus.com)
10893
10894         * gdbint.texinfo: Put regex conditionals in their own table.
10895
10896 Tue Jul 26 18:32:52 1994  Stan Shebs  (shebs@andros.cygnus.com)
10897
10898         * gdbint.texinfo: Removed mentions of many obsolete conditionals,
10899         described or fixed the descriptions of many others.
10900
10901 Sun Jul 17 14:14:03 1994  Stan Shebs  (shebs@andros.cygnus.com)
10902
10903         * gdb.texinfo: Add some more credits.
10904         * gdbint.texinfo: Capitalize GDB consistently, describe some
10905         macros and remove some.
10906
10907 Thu Jul 14 18:43:17 1994  Stan Shebs  (shebs@andros.cygnus.com)
10908
10909         * gdbint.texinfo: Removed mentions of many incorrectly placed and
10910         obsolete conditionals, described some others.
10911
10912 Tue Jul 12 12:23:15 1994  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
10913
10914         * gdb.texinfo (help targets):  Changed to `help target', which
10915         is the correct gdb command.
10916
10917 Wed Jun 22 18:00:51 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
10918
10919         * annotate.texi (TODO): New node, for keeping track of annotations
10920         suggested but not yet implemented.
10921
10922 Wed Jun  1 16:10:45 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
10923
10924         * stabs.texinfo (Statics): Value of xcoff C_BSTAT points to
10925         another symbol, it is not the address itself.
10926
10927 Thu May  5 20:23:36 1994  Stan Shebs  (shebs@andros.cygnus.com)
10928
10929         * stabs.texinfo (Stab Section Basics): Add comment about alignment
10930         of stabs-in-coff sections.
10931
10932 Wed May  4 06:26:11 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
10933
10934         * annotate.texi: Change edition to 0.5 and date to May 1994.
10935         Add index.
10936         (Frames): New node, for frame annotation.
10937         (Displays): New node, for display annotation.
10938
10939         * remote.texi (MIPS Remote): Say that set timeout doesn't apply
10940         when waiting for your program to stop.
10941
10942 Fri Apr 29 18:24:46 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
10943
10944         * annotate.texi (Breakpoint Info): Document annotation of header
10945         fields and record annotation.
10946
10947 Thu Apr 28 07:44:28 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
10948
10949         * annotate.texi: New file, to document annotations.
10950
10951 Thu Apr 21 14:20:51 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
10952
10953         * Makefile.in (clean): Don't remove GDBvn.texi (apparently on Jan
10954         16 I meant to make this change but did not).  Do remove gdb-cfg.texi.
10955
10956 Wed Apr 20 11:22:48 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
10957
10958         * stabs.texinfo (Stab Section Basics): Say what is in .stab
10959         section, and say n_strx field is compilation unit relative.
10960         * stabs.texinfo: Don't use @code for a.out when it is the name of
10961         an object file format.
10962
10963 Wed Apr 13 20:29:54 1994  Jim Kingdon  (kingdon@deneb.cygnus.com)
10964
10965         * gdb.texinfo: Refer to file names, not path names, per rms
10966         convention.
10967         (Arguments): Fix typo.
10968
10969 Thu Mar 24 08:09:12 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
10970
10971         * stabs.texinfo (Global Variables): Talk about stabs in files
10972         where variables are referenced, but not defined.
10973
10974 Wed Mar 23 07:16:36 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
10975
10976         * stabs.texinfo: Move stuff on @ and # type descriptors from node
10977         Cplusplus to new nodes Member Type Descriptor and Method Type
10978         Descriptor.  Re-write stuff for #.
10979
10980 Wed Mar 16 08:20:19 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
10981
10982         * gdb.texinfo (Print Settings): Don't document "set print
10983         fast-symbolic-addr off".  The bug which it worked around was fixed
10984         on 25 Feb 94 in coffread.c, so I'm nuking the command.
10985
10986         * stabs.texinfo (Alternate Entry Points): New node, rewritten from
10987         N_ENTRY node.
10988
10989         * stabs.texinfo (Type Descriptors): Add 'Y' type descriptor.
10990
10991 Tue Mar 15 08:43:02 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
10992
10993         * gdbint.texinfo (Host Conditionals, Target Conditionals): Remove
10994         references to ieee-float.c.
10995
10996 Fri Mar 11 08:09:40 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
10997
10998         * gdb.texinfo (Set Breaks): Update documentation for tbreak to
10999         match what the code actually does.
11000
11001 Wed Mar  9 19:43:05 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
11002
11003         * stabs.texinfo (Symbol Descriptors): Add OS9000 symbol descriptor s.
11004
11005 Tue Mar  1 17:04:43 1994  Jim Kingdon  (kingdon@deneb.cygnus.com)
11006
11007         * stabs.texinfo (Type Descriptors): Add OS9000 type descriptors c,
11008         i, and b.
11009
11010 Wed Feb 23 10:44:18 1994  Jim Kingdon  (kingdon@rtl.cygnus.com)
11011
11012         * stabs.texinfo: Document N_RBRAC as function relative for COFF as
11013         well as for ELF and SOM.  Unify the descriptions of ELF and SOM
11014         as "stabs in sections" rather than just saying "ELF and SOM".
11015         Also make that stuff apply to COFF.
11016
11017 Fri Feb 18 08:25:58 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
11018
11019         * gdb.texinfo (Formatting Documentation): Change GhostScript to
11020         Ghostscript.
11021
11022 Fri Feb  4 06:31:31 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
11023
11024         * gdb.texinfo (Continuing and Stepping): When talking about "step"
11025         versus functions without line numbers, also mention stepping into
11026         them as well as "step" when you are in them.  Tell the user how to
11027         deal with the situation.  Add comment about "debugging information".
11028
11029 Thu Feb  3 11:39:59 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
11030
11031         * stabs.texinfo (Enumerations): Document restriction on where
11032         enumeration types can appear and still win with GDB.
11033
11034 Wed Feb  2 11:29:17 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
11035
11036         * stabs.texinfo (Negative Type Numbers): Document format for type
11037         -16.
11038
11039 Thu Jan 27 16:53:56 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
11040
11041         * gdb.texinfo (Selection, Frame Info): Update information about
11042         arbitrary frame specficiations.
11043
11044 Wed Jan 26 15:31:57 1994  Roland H. Pesch  (pesch@fowanton.cygnus.com)
11045
11046         * gdb.texinfo, remote.texi: general editing pass prior to Net release
11047
11048 Tue Jan 25 12:12:04 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
11049
11050         * stabs.texinfo (String Field): Discuss continuing stabs with ?.
11051
11052 Wed Jan 19 06:39:24 1994  David J. Mackenzie  (djm@thepub.cygnus.com)
11053
11054         * stabs.texinfo (Non-Stab Symbol Types): Mention N_SET* | N_EXT.
11055
11056 Sun Jan 16 12:43:32 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
11057
11058         * stabs.texinfo: Re-do stuff about C_BSTAT and move from XCOFF
11059         Differences node to Statics node.
11060         (Statics): Discuss XCOFF use of V symbol descriptor.
11061
11062         * Makefile.in: Remove refcard.dvi and GDBvn.texi in realclean,
11063         not clean.
11064
11065 Wed Jan 12 21:29:54 1994  John Gilmore  (gnu@cygnus.com)
11066
11067         * gdb.texinfo (Print Settings): Document `set print
11068         fast-symbolic-addr' and improve the doc for some other
11069         `set print's.
11070
11071 Mon Jan  3 17:23:07 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
11072
11073         * stabs.texinfo (String Field): Talk about defining several type
11074         numbers at once.
11075         Fix lint regarding changing node ELF Transformations to
11076         ELF and SOM Transformations.
11077
11078 Fri Dec 31 00:42:43 1993  John Gilmore  (gnu@cygnus.com)
11079
11080         * stabs.texinfo:  Insert Peter Kessler's name as inventor (I think).
11081
11082 Tue Dec 28 09:30:40 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
11083
11084         * stabs.texinfo (Cross-References): `::' is for nested types only
11085         within <>.
11086         (Structures): Document static members.
11087
11088 Mon Dec 27 13:55:04 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
11089
11090         * stabs.texinfo: Document S type attribute.
11091
11092 Sun Dec 26 20:46:36 1993  Jeffrey A. Law  (law@snake.cs.utah.edu)
11093
11094         * stabs.texinfo: Add notes about stabs-in-som where appropriate.
11095
11096 Fri Dec  3 19:13:19 1993  John Gilmore  (gnu@cygnus.com)
11097
11098         * gdbint.texinfo:  Fix a few typos.
11099
11100 Sun Nov 28 18:06:25 1993  Roland H. Pesch  (pesch@fowanton.cygnus.com)
11101
11102         * gdb.texinfo, remote.texi: formatting improvements
11103
11104         * gdb.texinfo (New Features): mention threads.
11105         (Summary, C): fix xrefs in newly contributed text.
11106         (Threads): index entries, clarifications, example
11107         (passim): minor typos fixed, phrasing improvements
11108
11109         * remote.texi (Bootstrapping): rephrase text on ^C and add index
11110         entries; (Server): explain use of gdbserver w/real-time systems,
11111         add example of conflicting TCP port; (MIPS Remote) break up
11112         running text into table, highlighting commands, and add example.
11113
11114 Wed Nov 24 14:15:56 1993  Roland H. Pesch  (pesch@fowanton.cygnus.com)
11115
11116         * refcard.tex: avoid bad linebreaks even when REFEDITS=psrc.sed
11117
11118 Fri Nov 12 16:10:58 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
11119
11120         * stabs.texinfo (Nested Symbols): New node.
11121         (String Field, Symbol Descriptors, Cross-References): Refer to it.
11122
11123 Thu Nov 11 13:26:45 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
11124
11125         * stabs.texinfo (Stabs in ELF): Clarify how Bbss.bss work with respect
11126         to picking which Bbss.bss symbol to use, and (because there seems to
11127         be no good way of doing it) re-write some of the text to make it
11128         sound like Bbss.bss isn't such a great idea after all (as currently
11129         designed).
11130
11131         * gdb.texinfo (C): In addition to saying people have to use g++ for
11132         good results, say they have to use stabs.  Specifically say cfront
11133         doesn't work well.
11134         (Summary): Merge in information on Modula-2, Pascal, and Chill from
11135         the gdb README.  Add xrefs to places where the support for the various
11136         languages is described in detail.
11137
11138 Mon Nov  8 11:47:34 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
11139
11140         * stabs.texinfo: Clean up stuff about visibility and virtual
11141         characters.
11142
11143         * stabs.texinfo (N_M2C): Cite Sun doc.
11144
11145 Fri Nov  5 16:27:27 1993  Roland H. Pesch  (pesch@fowanton.cygnus.com)
11146
11147         * gdb.texinfo: updates re threads.
11148         * remote.texinfo: avoid index entries starting with digits.
11149
11150 Tue Nov  2 09:08:37 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
11151
11152         * stabs.texinfo (Enumerations): Talk about large, negative and
11153         octal values.  Clean up cross reference to type attributes.
11154         (String Field): Say that GDB 4.11 supports size attribute.
11155
11156 Sun Oct 31 13:31:10 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
11157
11158         * remote.texi (VxWorks Remote): Clarify that rebuilding VxWorks kernel
11159         is a mandatory step.  Make the stuff about that more concise.
11160
11161 Wed Oct 27 00:25:46 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
11162
11163         * stabs.texinfo (Class Names): New node.
11164
11165         * gdb.texinfo (Command Files): Explain order of init file reading.
11166
11167         * remote.texi (Bootstrapping): Talk about getting the serial driver
11168         to deal with ^C sent by gdb to stop the remote system.
11169
11170 Mon Oct 25 03:25:41 1993  Tom Lord  (lord@cygnus.com)
11171
11172         * libgdb.texinfo (I/O): incorporated better phrasing from rich.
11173
11174         * libgdb.texinfo (Defining Commands): made the DOC arg
11175         to gdb_define_app_command a char * instead of char **
11176         per a suggestion from kingdon.
11177
11178         * libgdb.texinfo: total rewrite from a different starting
11179         premise.
11180
11181 Wed Oct 20 18:07:44 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
11182
11183         * stabs.texinfo (Local Variable Parameters): Re-write paragraph on
11184         floats passed as doubles (to improve clarity).
11185
11186 Tue Oct 19 14:21:18 1993  Roland H. Pesch  (pesch@fowanton.cygnus.com)
11187
11188         * gdb.texinfo (Source Path): index entries for $cwd, $pdir
11189
11190         * a4rc.sed: update to work with Andreas Vogel papersize params
11191
11192         * refcard.tex: use Andreas Vogel simplifications of papersize
11193         params; remove useless version info; update copyright date.
11194
11195 Tue Oct 19 10:46:22 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
11196
11197         * gdb.texinfo (Symbols): Add class NAME to doc for ptype.
11198
11199 Tue Oct 12 09:11:45 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
11200
11201         * gdb.texinfo (Files): Say what address the load command loads it at.
11202
11203         * stabs.texinfo (Common Blocks): Minor cleanups.
11204
11205         * stabs.texinfo: Update ld stabs in elf relocation to reflect the fact
11206         that Sun has backed away from the linker kludge and thus the relevant
11207         issue is changes to the SunPRO tools, not the Solaris linker.
11208
11209         * stabs.texinfo (Traditional Integer Types): Clean up description
11210         of octal bounds a little bit.  Document extra leading zeroes.
11211
11212 Thu Oct  7 16:15:37 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
11213
11214         * gdb.texinfo (Signaling): Update for symbolic symbol names
11215         and add a section explaining the difference between the GDB
11216         signal command and the shell kill utility.
11217
11218 Wed Oct  6 13:23:01 1993  Tom Lord  (lord@rtl.cygnus.com)
11219
11220         * libgdb.texinfo: added `@' to braces that were unescaped.
11221
11222 Mon Oct  4 10:42:18 1993  Tom Lord  (lord@rtl.cygnus.com)
11223
11224         * libgdb.texinfo: new file.  Spec for the gdb library.
11225
11226 Sun Oct  3 15:26:56 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
11227
11228         * stabs.texinfo (Include Files): Fix typo (start -> end).
11229
11230 Thu Sep 30 18:24:56 1993  Roland H. Pesch  (pesch@fowanton.cygnus.com)
11231
11232         * gdb.texinfo, remote.texi: assorted small improvements, mostly
11233         from Melissa at FSF's editing pass.
11234
11235 Thu Sep 30 11:54:38 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
11236
11237         * gdb.texinfo: Remove stuff about ar and 14 character filenames.
11238         I believe this was fixed by the 13 Sep 89 change to print_frame_info.
11239         Also, modern versions of ar like BSD 4.4 or SVR4 don't have this bug.
11240
11241 Wed Sep 22 21:22:11 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
11242
11243         * remote.texi (Bootstrapping): Discuss 386 call gates.
11244
11245 Sat Sep 18 17:10:44 1993  Jim Kingdon  (kingdon@poseidon.cygnus.com)
11246
11247         * stabs.texinfo (Based Variables): New node.
11248
11249 Thu Sep 16 17:48:55 1993  Jim Kingdon  (kingdon@cirdan.cygnus.com)
11250
11251         * stabs.texinfo (Negative Type Numbers): Re-write discussions of
11252         names, sizes, and formats to suggest how not to lose.
11253
11254 Sat Sep 11 09:35:11 1993  Jim Kingdon  (kingdon@poseidon.cygnus.com)
11255
11256         * stabs.texinfo (Methods): Fix typo.
11257
11258 Fri Sep 10 06:34:20 1993  David J. Mackenzie  (djm@thepub.cygnus.com)
11259
11260         * gdb.texinfo: Fix a few typos.
11261
11262 Wed Sep  8 09:11:52 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
11263
11264         * gdb.texinfo: Clarify how well it works with Fortran.
11265
11266         * stabs.texinfo (Stabs In ELF, Statics, ELF Transformations):
11267         More on relocating stabs in ELF files.
11268
11269 Tue Sep  7 13:45:02 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
11270
11271         * stabs.texinfo (Stabs In ELF): Talk about N_FUN value.
11272
11273 Mon Sep  6 19:23:18 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
11274
11275         * stabs.texinfo (Local Variable Parameters): Talk about nameless
11276         parameters on VAX.
11277
11278 Fri Sep  3 17:06:08 1993  Roland H. Pesch  (pesch@fowanton.cygnus.com)
11279
11280         * gdb.texinfo: @up/@down -> @raisesections/@lowersections
11281
11282 Fri Sep  3 12:04:15 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
11283
11284         * stabs.texinfo: Make info author notice match the TeX author notice.
11285
11286 Tue Aug 31 13:21:06 1993  David J. Mackenzie  (djm@thepub.cygnus.com)
11287
11288         * stabs.texinfo: Initial-caps all words in node names and
11289         non-trivial words in section names.
11290
11291 Mon Aug 30 11:13:16 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
11292
11293         * stabs.texinfo: Many minor cleanups.
11294
11295         * stabs.texinfo: Remove @deffn except from Expanded Reference node.
11296
11297 Sat Aug 28 12:08:09 1993  David J. MacKenzie  (djm@edison.eng.umd.edu)
11298
11299         * stabs.texinfo: Remove full description of big example.
11300         It's not really helpful; just use pieces of it where appropriate.
11301         Add more Texinfo formatting directives (@samp, etc.).
11302         Use @deffn to define stab types.
11303         Eliminate some wordiness.  Break up some nodes.
11304         Add an (alphabetized) index of symbol types.
11305         Use consistent capitalization style in node and section names.
11306
11307 Thu Aug 26 06:36:31 1993  Fred Fish  (fnf@deneb.cygnus.com)
11308
11309         * gdb.texinfo:  Change typo "Two two" to "The two".
11310
11311 Sun Aug 22 12:15:18 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
11312
11313         * stabs.texinfo (XCOFF-differences): Remove references to
11314         non-existent types N_DECL and N_RPSYM.
11315
11316         * stabs.texinfo (String Field): Say that type attributes bug is
11317         fixed in GDB 4.10, since it is.
11318
11319         * stabs.texinfo: Clean up djm cleanups, and more cleanups of my own.
11320
11321 Sat Aug 21 04:32:28 1993  David MacKenzie  (djm@cygnus.com)
11322
11323         * stabs.texinfo: Formatting cleanups.
11324
11325 Fri Aug 20 20:49:53 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
11326
11327         * stabs.texinfo: When explaining the n_type of a stab, standardize
11328         how we do it ('#' as a comment indicator, "36 is N_FUN" as text,
11329         no tabs, use @r).
11330         (Global Variables): Clean up.
11331
11332 Tue Aug 17 15:57:27 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
11333
11334         * stabs.texinfo (Stack Variables): Re-write.
11335
11336 Mon Aug 16 21:20:08 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
11337
11338         * stabs.texinfo (Stabs-in-elf): Talk about getting the start
11339         addresses of a source file.  Also revise formatting.
11340         Change "object module" or "object file" to "source file".
11341         Various: Miscellaneous cleanups.
11342
11343 Thu Aug 12 15:11:51 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
11344
11345         * stabs.texinfo: Point to mangling info in gcc's gpcompare.texi.
11346
11347 Tue Aug 10 16:57:49 1993  Stan Shebs  (shebs@rtl.cygnus.com)
11348
11349         * gdbint.texinfo: Removed many nonsensical machine-collected
11350         host and target conditionals, described some of the remainder.
11351
11352 Tue Aug 10 13:28:30 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
11353
11354         * gdbint.texinfo (Getting Started): Use @itemize, not @table.
11355
11356         * gdbint.texinfo (Top): Add name to @top line, and re-write the
11357         paragraph which follows.
11358
11359         * gdbint.texinfo (Host): Use @code not @samp for Makefile
11360         variables.  Looks better and avoids overful hbox.
11361
11362 Fri Jul 30 18:26:21 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
11363
11364         * stabs.texinfo (Procedures): Improve stuff on nested functions.
11365
11366 Thu Jul 29 15:10:58 1993  Roland H. Pesch  (pesch@fowanton.cygnus.com)
11367
11368         * remote.texi: (MIPS Remote) clearer doc for set/show timeout,
11369         retransmit-timeout
11370
11371 Thu Jul 29 13:16:09 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
11372
11373         * gdbint.texinfo: Update statement about `some ancient Unix
11374         systems, like Ultrix 4.0' to Ultrix 4.2.
11375
11376 Wed Jul 28 15:26:53 1993  Roland H. Pesch  (pesch@el_bosque.cygnus.com)
11377
11378         * h8-cfg.texi, all-cfg.texi: new flag GDBSERVER
11379
11380         * Makefile.in: depend on remote.texi rather than gdbinv-s.texi
11381
11382         * remote.texi: (Server) New node on gdbserver.  (Remote Serial,
11383         ST2000 Remote, MIPS Remote): mention `host:port' syntax for TCP.
11384
11385         * remote.texi: new name for former gdbinv-s.texi
11386
11387         * gdb.texinfo: use remote.texi rather than gdbinv-s.texi
11388
11389 Wed Jul 28 08:26:24 1993  Ian Lance Taylor  (ian@cygnus.com)
11390
11391         * gdbinv-s.texi: Documented timeout and retransmit-timeout
11392         variables for MIPS remote debugging protocol.
11393
11394 Mon Jul 26 13:00:09 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
11395
11396         * stabs.texinfo (Negative Type Numbers): FORTRAN LOGICAL fix.
11397
11398 Tue Jul 20 16:30:41 1993  Jim Kingdon  (kingdon@deneb.cygnus.com)
11399
11400         * Makefile.in (refcard.dvi): Use srcdir where necessary.
11401
11402 Mon Jul 19 12:02:50 1993  Roland H. Pesch  (pesch@cygnus.com)
11403
11404         * gdb.texinfo: repair conditional bugs in text markup
11405
11406 Fri Jul 16 18:57:50 1993  Roland H. Pesch  (pesch@fowanton.cygnus.com)
11407
11408         * gdb.texinfo, all-cfg.texi, h8-cfg.texi: introduce MOD2 switch
11409         to select Modula-2 material.
11410
11411 Thu Jul 15 13:15:01 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
11412
11413         * stabs.texinfo: Cleanups regarding statics.
11414
11415         * gdbinv-s.texi (Bootstrapping): Document exceptionHandler.
11416         (Debug Session): Mention exceptionHandler.  Add xref to Bootstrapping.
11417
11418 Mon Jul 12 13:37:02 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
11419
11420         * stabs.texinfo: N_MAIN is sometimes used for C.
11421
11422 Fri Jul  9 09:47:02 1993  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
11423
11424         * gdbint.texinfo (Host, Target Conditionals): Remove TM_FILE_OVERRIDE.
11425
11426 Tue Jul  6 12:41:28 1993  John Gilmore  (gnu@cygnus.com)
11427
11428         * gdbint.texinfo (Target Conditionals): Remove NO_TYPEDEFS,
11429         removed from the code by Kingdon.
11430
11431 Tue Jul  6 12:24:34 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
11432
11433         * gdb.texinfo (Break Commands): Remove stuff about flushing terminal
11434         input when evaluating breakpoint conditions; the bug has been fixed.
11435
11436         * gdb.texinfo (Continuing and Stepping): Argument to "continue"
11437         sets the ignore count to N-1, not to N.
11438
11439 Thu Jul  1 14:57:42 1993  Roland H. Pesch  (pesch@fowanton.cygnus.com)
11440
11441         * refcard.tex (\hoffset): correct longstanding error to match
11442           intended offset; avoids cutting off edge on some printers
11443
11444 Wed Jun 30 18:23:06 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
11445
11446         * stabs.texinfo (Parameters): Say that order of stabs is significant.
11447
11448 Fri Jun 25 21:34:52 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
11449
11450         * stabs.texinfo (Common Blocks): Say what Sun FORTRAN does.
11451
11452 Fri Jun 25 16:15:10 1993  Roland H. Pesch  (pesch@fowanton.cygnus.com)
11453
11454         * Makefile.in: (REFEDITS) new var to control whether PS or CM
11455         fonts and whether US or A4 paper for GDB refcard; (refcard.dvi)
11456         collect sed edits if any, apply to refcard before formatting;
11457         (refcard.ps) stop implying PS fonts if PS output requested;
11458         (lrefcard.ps) delete extra target for variant PS fonts
11459
11460         * refcard.tex: parametrize papersize dependent info, collect
11461           in easily replaced spot
11462
11463         * a4rc.sed: new file, edits to refcard for A4 paper
11464
11465 Fri Jun 25 14:21:46 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
11466
11467         * stabs.texinfo (Negative Type Numbers): Type -16 is 4 bytes.
11468
11469 Wed Jun 23 15:02:50 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
11470
11471         * stabs.texinfo (Negative Type Numbers): Minor character cleanups.
11472
11473 Tue Jun 22 16:31:52 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
11474
11475         * stabs.texinfo: Express disapproval of 'D' symbol descriptor
11476         politely rather than rudely.
11477
11478 Fri Jun 18 19:42:09 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
11479
11480         * stabs.texinfo: Document common blocks.
11481
11482 Fri Jun 18 12:12:57 1993  Fred Fish  (fnf@cygnus.com)
11483
11484         * stabs.texinfo:  Add some basic info about stabs-in-elf.
11485
11486 Fri Jun 18 13:57:09 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
11487
11488         * stabs.texinfo (Top): Minor cleanup.
11489
11490 Mon Jun 14 16:16:51 1993  david d `zoo' zuhn  (zoo at rtl.cygnus.com)
11491
11492         * Makefile.in (install-info): remove parentdir support
11493
11494 Tue Jun 15 18:11:39 1993  Roland H. Pesch  (pesch@fowanton.cygnus.com)
11495
11496         * gdb.texinfo (Copying): delete this node and references to it;
11497         RMS says this manual need not carry GPL. (passim): Improvements
11498         from last round at FSF, largely due to Ian Taylor review, and
11499         minor formatting improvements.
11500
11501         * gdbinv-s.texi (passim): Improvements from last round at FSF,
11502         largely due to Ian Taylor review. (Debug Session): minor edits to
11503         new text.
11504
11505 Sun Jun 13 12:52:39 1993  Jim Kingdon  (kingdon@cygnus.com)
11506
11507         * Makefile.in (realclean): Remove info and dvi files too.
11508
11509 Sat Jun 12 16:09:22 1993  Jim Kingdon  (kingdon@cygnus.com)
11510
11511         * {all,h8}-config.texi: Rename to *-cfg.texi for 14 char filenames.
11512         * Makefile.in: Change accordingly.  gdb-config.texi -> gdb-cfg.texi.
11513         * gdb.texinfo: Change accordingly.
11514
11515         * stabs.texinfo: Clean up N_{L,R}BRAC.  Discuss what addresses of
11516         N_{L,R}BRAC,N_SLINE are relative to.
11517
11518 Fri Jun 11 15:15:55 1993  Jim Kingdon  (kingdon@cygnus.com)
11519
11520         * Makefile.in (GDBvn.texi): Update atomically.
11521
11522 Wed Jun  9 10:58:16 1993  Jim Kingdon  (kingdon@cygnus.com)
11523
11524         * gdbinv-s.texi (Debug Session): Document exceptionHook.
11525
11526 Tue Jun  8 13:42:04 1993  Jim Kingdon  (kingdon@cygnus.com)
11527
11528         * gdb.texinfo (Print Settings): Move all stuff relating to symbolic
11529         addresses together.  Also motivate the set print symbol-filename
11530         command and suggest other solutions.
11531
11532 Tue Jun  1 22:46:43 1993  Fred Fish  (fnf@cygnus.com)
11533
11534         * gdb.texinfo (set print elements):  Note that the number of
11535         elements is set to unlimited by "set print elements 0".
11536
11537 Mon May 31 08:06:55 1993  Jim Kingdon  (kingdon@cygnus.com)
11538
11539         * stabs.texinfo (Builtin Type Descriptors): Try to clarify what
11540         NF_LDOUBLE means.
11541         (Stab Types): Include Solaris stab types.
11542         (Procedures): Document Solaris extensions.
11543
11544 Thu May 27 06:20:42 1993  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
11545
11546         * gdb.texinfo:  Add `set print symbol-filename' doc.
11547
11548 Wed May 26 00:26:42 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
11549
11550         * stabs.texinfo (Arrays): Talk about type definition vs. type
11551         information.
11552
11553         * stabs.texinfo (Builtin Type Descriptors): Talk about omitting
11554         the trailing semicolon.
11555
11556 Tue May 25 14:49:42 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
11557
11558         * stabs.texinfo (Line Numbers, Source Files): Re-write these two nodes
11559         and merge in other parts of the document addressing these subjects.
11560         gdbint.texinfo (XCOFF): Remove info which is now in stabs.texinfo.
11561
11562         * stabs.texinfo (Subranges, Arrays): Try to explain about the semicolon
11563         at the end of a range type.
11564
11565         * stabs.texinfo (Subranges): "A offset" and "T offset" are not
11566         AIX extensions.
11567
11568 Mon May 24 09:00:33 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
11569
11570         * stabs.texinfo (Stabs Format):  Misc fixes.
11571
11572 Sat May 22 10:40:56 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
11573
11574         * stabs.texinfo (Constants):  Allow an `e' constant to be non-enum.
11575         (Traditional builtin types): Document convex convention for long long.
11576         (Negative builtin types): Discuss type names, and misc fixes.
11577
11578 Fri May 21 11:20:31 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
11579
11580         * stabs.texinfo (Builtin Type Descriptors): Document the floating
11581         point types used with @samp{R} type descriptor.
11582         (Symbol Descriptors): Describe how to handle conflict between
11583         different meanings of @samp{P} symbol descriptor.
11584
11585 Thu May 20 13:35:10 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
11586
11587         * stabs.texinfo: Remove node Quick Reference and put its children
11588         directly under the main menu.
11589
11590         * stabs.texinfo: Many more changes to bring it into line with
11591         AIX documentation and reality.  I think it now has all the
11592         information from the AIX documentation, except that I burned
11593         out when I got to variant records (Pascal and Modula-2) and
11594         all the COBOL types.  Oh well, we can add them later when we're
11595         worrying more about those languages.
11596
11597         * stabs.texinfo (Automatic variables): Talk about what it means
11598         to omit the symbol descriptor.
11599
11600 Tue May 18 17:59:18 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
11601
11602         * stabs.texinfo (Parameters): Add "(sometimes)" when describing
11603         gcc2 behavior with promoted args.
11604
11605 Fri May 14 21:35:29 1993  Roland H. Pesch  (pesch@fowanton.cygnus.com)
11606
11607         * gdb.texinfo: include readline appendices in info version of manual
11608
11609 Fri May  7 11:56:18 1993  Roland H. Pesch  (pesch@fowanton.cygnus.com)
11610
11611         * gdbinv-s.texi (Remote Serial): describe new ^C behavior in
11612         target remote.
11613
11614         * gdb.texinfo (Machine Code): more index entries for disassemble
11615
11616 Fri May  7 10:12:30 1993  Fred Fish  (fnf@cygnus.com)
11617
11618         * Clarify the intended use of the gdb-testers and gdb-patches
11619         mailing lists, and shrink gzip comment.
11620
11621 Thu May  6 16:39:50 1993  Roland H. Pesch  (pesch@fowanton.cygnus.com)
11622
11623         * gdb.texinfo (Shell Commands): do not mention SHELL env var in
11624         DOSHOST configuration of manual.
11625
11626         * gdb.texinfo (MIPS Stack): new node.
11627
11628         * all-config.texi (MIPS) new switch.
11629
11630         * gdbinv-s.texi (Nindy Options) Remove two instances of future
11631         tense; (MIPS Remote) new node.
11632
11633         * gdb.texinfo (passim) rephrases to work around makeinfo @value
11634         bug; (Environment) less passive, other small cleanups in text about
11635         .cshrc/.bashrc; (Invoking GDB) new MIPS Remote menu entry;
11636         (Remote) new MIPS Remote menu entry.
11637
11638 Thu Apr 29 09:36:25 1993  Jim Kingdon  (kingdon@cygnus.com)
11639
11640         * stabs.texinfo: Many changes to include information from the
11641         AIX documentation.
11642
11643         * gdb.texinfo (Environment): Mention pitfall with .cshrc.
11644
11645 Tue Apr 27 14:02:57 1993  Jim Kingdon  (kingdon@cygnus.com)
11646
11647         * gdbint.texinfo (new node Debugging GDB, elsewhere):
11648         Move a bunch of information from ../README.
11649         (Getting Started): New node.
11650
11651 Fri Apr 23 17:21:13 1993  Roland H. Pesch  (pesch@fowanton.cygnus.com)
11652
11653         * gdbinv-s.texi, gdb.texinfo: include Hitachi SH target
11654
11655         * gdb.texinfo: advance manual revision dates to present
11656
11657         * gdbinv-s.texi, gdb.texinfo, all-config.texi, h8-config.texi:
11658         stop using silly Roman numerals in @set variable names
11659
11660 Fri Apr 23 07:30:01 1993  Jim Kingdon  (kingdon@cygnus.com)
11661
11662         * stabs.texinfo (Parameters): Keep trying to get this right.
11663
11664 Wed Apr 21 15:18:47 1993  Jim Kingdon  (kingdon@cygnus.com)
11665
11666         * stabs.texinfo (Parameters): More on "local parameters".
11667
11668 Mon Apr 19 08:00:51 1993  Jim Kingdon  (kingdon@cygnus.com)
11669
11670         * stabs.texinfo (Parameters): Re-do "local parameters" section.
11671
11672 Sun Apr 18 09:47:45 1993  Jim Kingdon  (kingdon@cygnus.com)
11673
11674         * stabs.texinfo (Symbol descriptors): Re-do using @table and @xref.
11675         (Parameters): Rewrite.
11676         (xcoff-differences, Sun-differences): Minor changes.
11677
11678 Thu Apr 15 02:35:24 1993  John Gilmore  (gnu@cacophony.cygnus.com)
11679
11680         * stabs.texinfo:  Minor cleanup.
11681
11682 Wed Apr 14 17:31:00 1993  Jim Kingdon  (kingdon@cygnus.com)
11683
11684         * gdbint.texinfo: Minor xcoff stuff.
11685
11686 Wed Apr  7 14:11:07 1993  Fred Fish  (fnf@cygnus.com)
11687
11688         * gdbint.texinfo:  Update for new config directory structure.
11689         Add info about internal type data structures.
11690
11691 Mon Apr  5 09:06:30 1993  Ian Lance Taylor  (ian@cygnus.com)
11692
11693         * Makefile.in (SFILES_INCLUDED): gdb-config.texi is no longer in
11694         $(srcdir).
11695         (gdb-config.texi): Depend on file in $(srcdir).
11696
11697 Fri Apr  2 16:55:13 1993  Jim Kingdon  (kingdon@cygnus.com)
11698
11699         * stabs.texinfo: Fixes about N_SO.
11700
11701 Fri Mar 26 18:00:35 1993  Roland H. Pesch  (pesch@fowanton.cygnus.com)
11702
11703         * gdb.texinfo: include list of nonstandard init file names
11704
11705         * *-config.texi: new switch GENERIC for text that applies *only*
11706         to (usual) multiple-target version of manual
11707
11708         * gdb.texinfo, gdbinv-s.texi: Update conditional markup to correct
11709         h8 config
11710
11711         * gdb.texinfo: depend on latest fixed makeinfo, use conditionals
11712         in menus (rather than conditionally selected multiple alternative
11713         menus).
11714
11715         * Makefile.in: define and use DOC_CONFIG var to select
11716         configuration for GDB user manual.
11717
11718         * gdb-config.texi: delete from repository, generate from Makefile.
11719
11720         * all-config.texi: normal `generic' configuration file, formerly
11721         stored as gdb-config.texi
11722
11723 Wed Mar 24 14:03:19 1993  david d `zoo' zuhn  (zoo at poseidon.cygnus.com)
11724
11725         * Makefile.in: add dvi target to build all .dvi files
11726
11727 Tue Mar 23 16:03:24 1993  Roland H. Pesch  (pesch@fowanton.cygnus.com)
11728
11729         * gdb.texinfo, gdvinv-s.texinfo: formatting improvements.
11730
11731 Fri Mar 19 21:46:50 1993  John Gilmore  (gnu@cygnus.com)
11732
11733         * gdbint.texinfo:  Doc NO_MMALLOC and NO_MMALLOC_CHECK as
11734         host conditionals.
11735         * stabs.texinfo:  More array fixes inspired by Jim's.
11736
11737 Fri Mar 19 10:23:34 1993  Jim Kingdon  (kingdon@cygnus.com)
11738
11739         * stabs.texinfo: Fixes re arrays and continuations.
11740
11741         * gdbint.texinfo: Add XCOFF node.
11742
11743 Mon Mar  8 15:52:18 1993  John Gilmore  (gnu@cygnus.com)
11744
11745         * gdb.texinfo:  Add `set print max-symbolic-offset' doc.
11746
11747 Sun Feb 21 17:09:38 1993  Per Bothner  (bothner@rtl.cygnus.com)
11748
11749         * stabs.texinfo:  Fix for array types to mention lower bounds.
11750
11751 Thu Feb 18 01:19:49 1993  John Gilmore  (gnu@cygnus.com)
11752
11753         * gdbint.texinfo:  Update PTRACE_ARG3_TYPE doc, pull PT_*.
11754
11755 Wed Feb 17 08:15:24 1993  John Gilmore  (gnu@cygnus.com)
11756
11757         * gdbint.texinfo:  Remove SET_STACK_LIMIT_HUGE from target defines.
11758
11759 Thu Feb 11 10:38:40 1993  John Gilmore  (gnu@cygnus.com)
11760
11761         * gdbint.texinfo:  Fix thinko (NM_FILE => NAT_FILE).  Found
11762         by Michael Ben-Gershon <mybg@CS.HUJI.AC.IL>.
11763
11764 Wed Feb 10 23:59:19 1993  John Gilmore  (gnu@cygnus.com)
11765
11766         * gdbint.texinfo:  Eliminate IBM6000_HOST, document IBM6000_TARGET.
11767
11768 Tue Feb  9 18:26:21 1993  Roland H. Pesch  (pesch@fowanton.cygnus.com)
11769
11770         * gdb.texinfo, gdbinv-s.texi: misc updates
11771
11772 Sat Feb  6 10:25:47 1993  John Gilmore  (gnu@cygnus.com)
11773
11774         * gdbint.texinfo:  Brief documentation for longjmp support,
11775         from an email msg by Stu.
11776
11777 Fri Feb  5 14:10:15 1993  John Gilmore  (gnu@cygnus.com)
11778
11779         * stabs.texinfo:  Fix description of floating point "range"
11780         types (which really define basic types).  Reported by Jim Meehan,
11781         <meehan@src.dec.com>.
11782
11783         * gdbint.texinfo:  Remove COFF_NO_LONG_FILE_NAMES define, now gone.
11784
11785 Thu Feb  4 13:56:46 1993  Ian Lance Taylor  (ian@cygnus.com)
11786
11787         * gdbint.texinfo: Slightly expand section on supporting a new
11788         object file format.
11789
11790 Thu Feb  4 01:49:04 1993  John Gilmore  (gnu@cygnus.com)
11791
11792         * Makefile.in (refcard.ps, lrefcard.ps):  Remove psref.tex
11793         intermediate file.
11794
11795 Tue Feb  2 12:18:06 1993  Roland H. Pesch  (pesch@fowanton.cygnus.com)
11796
11797         * gdb.texinfo, gdbinv-s.texi: miscellaneous stylistic cleanups
11798
11799 Mon Feb  1 15:35:47 1993  Roland H. Pesch  (pesch@fowanton.cygnus.com)
11800
11801         * gdbinv-s.texi: z8000 simulator target name is just "sim"
11802
11803         * gdbinv-s.texi:  Mention that Z8000 simulator can simulate Z8001
11804         as well as Z8002.
11805
11806 Sat Nov 28 06:51:35 1992  John Gilmore  (gnu@cygnus.com)
11807
11808         * gdbint.texinfo:  Add sections on clean design and on how to send
11809         in changes.
11810
11811 Mon Nov  9 23:57:02 1992  John Gilmore  (gnu@cygnus.com)
11812
11813         * gdbint.texinfo:  Add how to declare the result of make_cleanup.
11814
11815 Mon Oct 26 11:09:47 1992  John Gilmore  (gnu@cygnus.com)
11816
11817         * gdb.texinfo:  Fix typo, reported by Karl Berry.
11818
11819 Fri Oct 23 00:41:21 1992  John Gilmore  (gnu@cygnus.com)
11820
11821         * gdb.texinfo:  Add opcodes dir to GDB distribution description.
11822
11823 Sat Oct 10 18:04:58 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
11824
11825         * gdbint.texinfo: fixed a stray email address (needs @@),
11826         added @table @code to node "Native Conditionals"
11827
11828 Tue Sep 22 00:34:15 1992  John Gilmore  (gnu@cygnus.com)
11829
11830         * gdbint.texinfo:  Describe coding style of GDB.
11831
11832 Mon Sep 21 19:32:16 1992  John Gilmore  (gnu@cygnus.com)
11833
11834         * stabs.texinfo:  Minor wording changes.
11835
11836 Tue Sep 15 02:57:09 1992  John Gilmore  (gnu@cygnus.com)
11837
11838         * gdbint.texinfo:  Improve release doc slightly.
11839
11840 Fri Sep 11 01:34:25 1992  John Gilmore  (gnu@sphagnum.cygnus.com)
11841
11842         * gdbint.texinfo:  Improve doc of GDB config macros.
11843
11844 Wed Sep  9 16:52:06 1992  John Gilmore  (gnu@cygnus.com)
11845
11846         * stabs.texinfo:  Remove Bothner's changes for C++ nested types.
11847         These will be reinserted when examined.
11848
11849 Mon Aug 24 01:17:55 1992  John Gilmore  (gnu@cygnus.com)
11850
11851         * gdbint.texinfo:  Make a start at documenting all the #if macros
11852         in GDB.  At least list them all, and start separating them into
11853         host-specific and target-specific.
11854
11855 Tue Aug 18 15:59:13 1992  Roland H. Pesch  (pesch@fowanton.cygnus.com)
11856
11857         * gdbinv-s.m4.in: refrain from using @cartouche for just a few
11858         examples (not consistent w others).
11859         gdb.texinfo: issue disclaimer paragraph on cmdline options only
11860         for generic vn of doc
11861
11862 Tue Aug 18 14:53:27 1992  Ian Lance Taylor  (ian@cygnus.com)
11863
11864         * Makefile.in: always create installation directories.
11865
11866 Tue Aug 18 14:11:50 1992  Roland H. Pesch  (pesch@fowanton.cygnus.com)
11867
11868         * gdb.texinfo: in h8 config, do not describe searching commands.
11869
11870 Mon Aug 17 18:07:59 1992  Roland H. Pesch  (pesch@fowanton.cygnus.com)
11871
11872         * gdb.texinfo, none.m4, h8.m4, gdbinv-s.m4.in: improve H8/300
11873           conditionals; introduce a few generic switches that may be
11874           useful for other cross-dev or dos-hosted configs.
11875
11876         * gdb.texinfo: fix typo in "info reg" description
11877
11878 Sun Aug 16 01:16:18 1992  John Gilmore  (gnu@cygnus.com)
11879
11880         * stabs.texinfo:  Minor updates from running TeX over it.
11881         * Makefile.in (stabs.dvi, stabs.ps):  Add.
11882
11883 Sat Aug 15 20:52:24 1992  Per Bothner  (bothner@rtl.cygnus.com)
11884
11885         * stabs.texinfo:  Stabs documentation, written by Julia Menapace.
11886         First pass at converting it to texinfo.
11887
11888 Sat Aug 15 03:14:59 1992  John Gilmore  (gnu@cygnus.com)
11889
11890         * gdb.texinfo, refcard.tex:  Document mult args on `info reg'.
11891         * Makefile.in (refcard.ps, lrefcard.ps):  Add missing $(srdir).
11892
11893 Fri Aug 14 21:08:47 1992  John Gilmore  (gnu@cygnus.com)
11894
11895         * gdbint.texinfo:  Add section on partial symbol tables.
11896
11897 Sat Jun 20 16:31:10 1992  John Gilmore  (gnu at cygnus.com)
11898
11899         * gdb.texinfo:  document `set remotedebug' and `set
11900         rstack_high_address'.
11901
11902 Thu May 14 17:09:48 1992  Roland H. Pesch  (pesch@fowanton.cygnus.com)
11903
11904         * gdb.texinfo: slight expansion of new text on reading info files
11905         * gdbinv-s.m4.in: correct and expand info on cross-debugging
11906         H8/300 from DOS.
11907
11908 Tue May 12 12:22:47 1992  John Gilmore  (gnu at cygnus.com)
11909
11910         * gdb.texinfo:  `info user' => `show user'.  Noticed by David Taylor.
11911
11912 Mon May 11 19:06:27 1992  John Gilmore  (gnu at cygnus.com)
11913
11914         * gdb.texinfo:  Say how to read the `info' files.
11915
11916 Tue May  5 12:11:38 1992  K. Richard Pixley  (rich@cygnus.com)
11917
11918         * Makefile.in: gm4 -> m4.
11919
11920 Fri Apr 10 17:50:43 1992  John Gilmore  (gnu at rtl.cygnus.com)
11921
11922         * gdb.texinfo:  Update for GDB-4.5.  Move `Formatting
11923         Documentation' ahead of `Installing GDB' to match README.
11924         Update shared library doc, -readnow and -mapped, and directory
11925         structure (add glob and mmalloc).  Update configure doc.
11926
11927 Tue Mar 24 23:28:38 1992  K. Richard Pixley  (rich@cygnus.com)
11928
11929         * Makefile.in: remove $(srcdir) from gdb.info rule.
11930
11931 Sat Mar  7 18:44:50 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
11932
11933         * Makefile.in: commented out gdb-all.texinfo rule.  This is
11934           temporary.
11935
11936 Wed Feb 26 18:04:40 1992  K. Richard Pixley  (rich@cygnus.com)
11937
11938         * Makefile.in, configure.in: removed traces of namesubdir,
11939           -subdirs, $(subdir), $(unsubdir), some rcs triggers.  Forced
11940           copyrights to '92, '13, changed some from Cygnus to FSF.
11941
11942 Fri Dec 13 09:47:31 1991  John Gilmore  (gnu at cygnus.com)
11943
11944         * gdb.texinfo:  Improve how we ask for bug reports.
11945
11946 Tue Dec 10 04:07:21 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
11947
11948         * Makefile.in: infodir belongs in datadir.
11949
11950 Fri Dec  6 23:57:34 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
11951
11952         * Makefile.in: remove spaces following hyphens, bsd make can't
11953           cope.  install using INSTALL_DATA.  added clean-info.  added
11954           standards.text support.
11955
11956 Thu Dec  5 22:46:12 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
11957
11958         * Makefile.in: idestdir and ddestdir go away.  Added copyrights
11959           and shift gpl to v2.  Added ChangeLog if it didn't exist. docdir
11960           and mandir now keyed off datadir by default.
11961
11962 \f
11963 Local Variables:
11964 mode: change-log
11965 left-margin: 8
11966 fill-column: 74
11967 version-control: never
11968 coding: utf-8
11969 End: