594f926e8925d22404d34a9d9e466bd07d20e7e6
[external/binutils.git] / gdb / doc / ChangeLog
1 2016-05-24  Tom Tromey  <tom@tromey.com>
2
3         PR gdb/19194:
4         * gdb.texinfo (gdb man): Fix typo.
5
6 2016-05-17  Tom Tromey  <tom@tromey.com>
7
8         * gdb.texinfo (Supported Languages): Mention Rust.  Update menu.
9         (Rust): New node.
10
11 2016-05-17  Tom Tromey  <tom@tromey.com>
12
13         * gdb.texinfo (Maintenance Commands): Document "maint selftest".
14
15 2016-04-27  Yao Qi  <yao.qi@linaro.org>
16
17         * gdb.texinfo (tfind): Complete doc about tfind without
18         argument.
19
20 2016-04-13  Antoine Tremblay  <antoine.tremblay@ericsson.com>
21
22         * agentexpr.texi (byte): Fix zero_ext description.
23
24 2016-03-31  Pedro Alves  <palves@redhat.com>
25
26         * gdb.texinfo (M32R/SDI): Delete node.
27         (MIPS Embedded): Remove references to the MIPS remote debugging
28         protocol, PMON and variants, and the associated commands.
29
30 2016-03-15  Doug Evans  <dje@google.com>
31
32         * gdb.texinfo (Target Descriptions): New menu item "Enum Target Types".
33         (Target Description Format): Mention enum types.  Update docs on
34         flags types.
35         (Predefined Target Types): Add "bool".
36         (Enum Target Types): New node.
37
38 2016-03-15  Pedro Alves  <palves@redhat.com>
39
40         * gdb.texinfo (Tracepoint Actions): Fix typo.
41
42 2016-03-15  Pedro Alves  <palves@redhat.com>
43             Andreas Arnez  <arnez@linux.vnet.ibm.com>
44             Marcin Kościelnicki  <koriakin@0x04.net>
45
46         * gdb.texinfo (Tracepoint Actions): Document possible
47         unreliability of '$_ret'.
48
49 2016-03-11  Andrew Burgess  <andrew.burgess@embecosm.com>
50
51         * gdb.texinfo (Symbols): Document new 'maint info line-table'
52         command.
53
54 2016-03-10  Simon Marchi  <simon.marchi@polymtl.ca>
55
56         * gdb.texinfo (Convenience Functions): Document $_as_string.
57
58 2016-02-23  Doug Evans  <dje@google.com>
59
60         * gdb.texinfo (Skipping Over Functions and Files): Document new
61         options to "skip" command.  Update docs of output of "info skip".
62
63 2016-02-18  Walfred Tedeschi  <walfred.tedeschi@intel.com>
64
65         * gdb.texinfo (Signals): Add bound violation display hints for
66         a SIGSEGV.
67
68 2016-02-18  Marcin Kościelnicki  <koriakin@0x04.net>
69
70         * gdb.texinfo (Trace File Format): Add documentation for description
71         section lines.
72
73 2016-02-10  Marcin Kościelnicki  <koriakin@0x04.net>
74
75         * gdb.texinfo (Trace File Format): Remove misleading information
76         about register block ordering.
77
78 2016-02-01  Doug Evans  <dje@google.com>
79
80         * gdb.texinfo (Value Sizes): Fix typo.
81
82 2016-02-01  Doug Evans  <dje@google.com>
83
84         * gdb.texinfo (Skipping Over Functions and Files): Fix typo.
85
86 2016-02-01  Andrew Burgess  <andrew.burgess@embecosm.com>
87
88         * gdb.texinfo (Value Sizes): New section.
89         (Data): Add the 'Value Sizes' node to the menu.
90
91 2016-01-26  John Baldwin  <jhb@FreeBSD.org>
92
93         * gdb.texinfo (Debugging Output): Fix subject verb disagreements.
94
95 2016-01-19  John Baldwin  <jhb@FreeBSD.org>
96
97         * gdb.texinfo (Debugging Output): Document "set/show debug fbsd-lwp".
98
99 2016-01-18  Pedro Alves  <palves@redhat.com>
100
101         * gdb.texinfo (Threads): Mention that GDB displays the ID and name
102         of the thread that hit a breakpoint or received a signal.
103
104 2016-01-15  Pedro Alves  <palves@redhat.com>
105
106         * gdb.texinfo (Threads) <thread ID lists>: Document star ranges.
107
108 2016-01-13  Pedro Alves  <palves@redhat.com>
109
110         * gdb.texinfo (Threads): Document the $_gthread convenience
111         variable.
112         (Convenience Vars): Likewise.
113
114 2016-01-13  Pedro Alves  <palves@redhat.com>
115
116         * gdb.texinfo (Threads): Document "info threads -gid".
117
118 2016-01-13  Pedro Alves  <palves@redhat.com>
119
120         * python.texi (Breakpoints In Python) <Breakpoint.thread>: Add
121         anchor.
122         (Threads In Python): Document new InferiorThread.global_num
123         attribute.
124
125 2016-01-07  Pedro Alves  <palves@redhat.com>
126
127         * gdb.texinfo (Threads): Document per-inferior thread IDs,
128         qualified thread IDs, global thread IDs and thread ID lists.
129         (Set Watchpoints, Thread-Specific Breakpoints): Adjust to refer to
130         thread IDs.
131         (Convenience Vars): Document the $_thread convenience variable.
132         (Ada Tasks): Adjust to refer to thread IDs.
133         (GDB/MI Async Records, GDB/MI Thread Commands, GDB/MI Ada Tasking
134         Commands, GDB/MI Variable Objects): Update to mention global
135         thread IDs.
136         * guile.texi (Breakpoints In Guile)
137         <breakpoint-thread/set-breakpoint-thread breakpoint>: Mention
138         global thread IDs instead of thread IDs.
139         * python.texi (Threads In Python): Adjust documentation of
140         InferiorThread.num.
141         (Breakpoint.thread): Mention global thread IDs instead of thread
142         IDs.
143
144 2016-01-13  Pedro Alves  <palves@redhat.com>
145
146         * python.texi (Threads In Python): Document
147         InferiorThread.inferior.
148
149 2016-01-13  Pedro Alves  <palves@redhat.com>
150
151         * gdb.texinfo (Inferiors and Programs): Document the $_inferior
152         convenience variable.
153         (Convenience Vars): Likewise.
154
155 2016-01-12  Josh Stone  <jistone@redhat.com>
156             Philippe Waroquiers  <philippe.waroquiers@skynet.be>
157
158         * gdb.texinfo (Remote Configuration): List the QCatchSyscalls packet.
159         (Stop Reply Packets): List the syscall entry and return stop reasons.
160         (General Query Packets): Describe QCatchSyscalls, and add it to the
161         table and the detailed list of stub features.
162
163 2016-01-12  Pedro Alves  <palves@redhat.com>
164
165         Remove use of the registered trademark symbol throughout.
166
167 2016-01-12  Yao Qi  <yao.qi@linaro.org>
168
169         * gdb.texinfo (Interrupts): Update the document on handling
170         interrupt when program is stopped.
171
172 2015-12-11  Don Breazeal  <donb@codesourcery.com>
173
174         * gdb.texinfo (Forks): Correct Linux kernel version where
175         fork and exec events are supported, add notes about support
176         of these events in target remote mode.
177         (Connecting): Reorganize and clarify distinctions between
178         target remote, extended-remote, and multiprocess.
179         Reorganize related text from separate sections into new
180         sections.
181         (Server): Note effects of target extended-remote mode.
182         Delete section on Multi-Process Mode for gdbserver.
183         Move some text to "Connecting" node.
184
185 2015-12-10  Pedro Alves  <palves@redhat.com>
186
187         * gdb.texinfo (Threads): Replace warning with explanation
188         about single-threaded programs.
189
190 2015-12-10  Pedro Alves  <palves@redhat.com>
191
192         * gdb.texinfo (Threads): Remove mention of SGI.
193         (Forks): Remove mention of HP-UX.
194         (Breakpoints): Remove mention of HP-UX.
195         (Set Watchpoints) <hardware watchpoints>: Don't mention HP-UX.
196         Reword in terms of architectures.
197         (Set Catchpoints) <catch exec, catch fork, catch vfork>: Don't
198         mention supported systems.
199         (Convenience Vars): Don't mention HP-UX.
200         (Jumping): Remove mention of HP-UX in comment.
201         (Files) <shared libraries>: Update supported shared library types
202         list.  Remove mention of HP-UX.
203         (Native): Remove HP-UX subsection.
204         (SVR4 Process Information): Remove mention of HP-UX.
205
206 2015-12-10  Pedro Alves  <palves@redhat.com>
207
208         * gdb.texinfo (Stack): Reorder menu.
209
210 2015-12-09  Luis Machado  <lgustavo@codesourcery.com>
211
212         * gdb.texinfo (GDB/MI Variable Objects): Update text to mention
213         -var-set-format's new zero-hexadecimal format.
214
215 2015-12-08  Pierre-Marie de Rodat  <derodat@adacore.com>
216
217         * gdb.texinfo (Ada Mode Into): Move overloading support
218         description to its own node.
219         (Overloading support for Ada): New node.
220
221 2015-11-30  Pedro Alves  <palves@redhat.com>
222
223         PR 14618
224         * gdb.texinfo (Stop Reply Packets): Document the N stop reply.
225         (Remote Configuration): Add the "set/show remote
226         no-resumed-stop-reply" to the available settings table.
227         (General Query Packets): Document the "no-resumed" qSupported
228         feature.
229
230 2015-11-30  Pedro Alves  <palves@redhat.com>
231
232         * gdb.texinfo (Remote Configuration): List "set/show remote
233         thread-events" command in configuration table.
234         (Stop Reply Packets): Document "T05 create" stop
235         reason and 'w' stop reply.
236         (General Query Packets): Document QThreadEvents packet.  Document
237         QThreadEvents qSupported feature.
238
239 2015-11-30  Pedro Alves  <palves@redhat.com>
240
241         * gdb.texinfo (Bootstrapping): Add "interrupting remote targets"
242         anchor.
243         (Packets): Document vCtrlC.
244
245 2015-11-26  Simon Marchi  <simon.marchi@ericsson.com>
246
247         * gdb.texinfo (Thread List Format): Mention thread names.
248
249 2015-11-24  Pedro Alves  <palves@redhat.com>
250
251         PR 17539
252         * gdb.texinfo (Inferiors and Programs): Adjust "maint info
253         program-spaces" example to ascending order listing.
254         (Threads): Adjust "info threads" example to ascending order
255         listing.
256         (Forks): Adjust "info inferiors" example to ascending order
257         listing.
258
259 2015-11-04  Markus Metzger  <markus.t.metzger@intel.com>
260
261         * gdb.texinfo (Process Record and Replay): Document "record
262         instruction-history" modifiers.
263
264 2015-10-12  Andrew Burgess  <andrew.burgess@embecosm.com>
265
266         * gdb.texinfo (Frames): Remove 'frame' and 'select-frame'
267         description.
268         (Frame Filter Management): Move to later in the 'Examining the
269         Stack' chapter.
270         (Selection): Add entry for 'select-frame'.
271
272 2015-09-25  Doug Evans  <dje@google.com>
273
274         * gdb.texinfo (Process Record and Replay): Fix syntax of
275         "record instruction-history begin, end" and
276         "record function-call-history begin, end".
277
278 2015-09-22  Simon Marchi  <simon.marchi@ericsson.com>
279
280         * gdb.texinfo (Specifying Source Directories): Fix
281         substitute-path example.
282
283 2015-09-18  Markus Metzger  <markus.t.metzger@intel.com>
284
285         * gdb.texinfo (All-Stop Mode): Describe new scheduler-locking mode.
286
287 2015-09-15  Pedro Alves  <palves@redhat.com>
288
289         PR remote/18965
290         * gdb.texinfo (Stop Reply Packets): Revert previous change to
291         the vforkdone description.
292
293 2015-09-15  Pedro Alves  <palves@redhat.com>
294
295         PR remote/18965
296         * gdb.texinfo (Stop Reply Packets): Explain that vforkdone's 'r'
297         part indicates the thread ID of the parent process.
298
299 2015-09-15  Yao Qi  <yao.qi@linaro.org>
300
301         * gdb.texinfo (General Query Packets): Add vContSupported to
302         tables of 'gdbfeatures' and 'stub features' supported in the
303         qSupported packet, as well as to the list containing stub
304         feature details.
305
306 2015-09-11  Don Breazeal  <donb@codesourcery.com>
307
308         * gdb.texinfo (Remote Configuration): Add exec event
309         feature to table of packet settings.
310         (Stop Reply Packets): Add exec events to the list of stop
311         reasons.
312         (General Query Packets): Add exec events to tables of
313         'gdbfeatures' and 'stub features' supported in the qSupported
314         packet, as well as to the list containing stub feature
315         details.
316
317 2015-08-24  Pedro Alves  <palves@redhat.com>
318
319         * gdb.texinfo (Remote Configuration): Document the "set/show
320         remote multiprocess-extensions-packet" commands.
321
322 2015-08-24  Pedro Alves  <palves@redhat.com>
323
324         * gdb.texinfo (Embedded Processors) <ARM>: Remove references to RDI.
325         <M32R>: Remove references to M32R/D.
326         <M68K>: Remove references to target dbug.
327         <MIPS Embedded>: Remove references to target r3900 and target
328         array.
329         <PowerPC Embedded>: Remove references to target dink32 and target
330         ppcbug, target sds
331         <PA, Sparclet, Sparclite, Z8000>: Delete nodes.
332
333 2015-08-18  Andrew Burgess  <andrew.burgess@embecosm.com>
334
335         * gdb.texinfo (GDB Files): Add 'File Caching' menu entry.
336
337 2015-08-18  Andrew Burgess  <andrew.burgess@embecosm.com>
338
339         * gdb.texinfo (File Caching): Document "set/show debug bfd-cache".
340
341 2015-08-18  Andrew Burgess  <andrew.burgess@embecosm.com>
342
343         * gdb.texinfo (Maintenance Commands): Move documentation of "main
344         info bfds" to...
345         (File Caching): A New section.  Outline bfd caching, and add new
346         description for "main set/show bfd-sharing".
347
348 2015-08-14  Doug Evans  <xdje42@gmail.com>
349
350         * gdb.texinfo (Machine Code): Update docs for mixed source/assembly
351         disassembly.
352         (GDB/MI Data Manipulation): Update docs for new disassembly modes.
353
354 2015-08-11  Keith Seitz  <keiths@redhat.com>
355
356         * gdb.texinfo (Thread-Specific Breakpoints, Printing Source Lines):
357         Use "location(s)"instead of "linespec(s)".
358         (Specifying a Location): Rewrite.
359         Add subsections describing linespec, address, and explicit locations.
360         Add node/menu for each subsection.
361         (Source and Machine Code, C Preprocessor Macros)
362         (Create and Delete Trace points)
363         (Extensions for Ada Tasks): Use "location(s)" instead of "linespec(s)".
364         (Continuing at a Different Address): Remove "linespec" examples.
365         Add reference to "Specify a Location"
366         (The -break-insert Command): Rewrite.  Add anchor.
367         Add reference to appropriate manual section discussing locations.
368         (The -dprintf-insert Command): Refer to -break-insert for
369         specification of 'location'.
370
371 2015-08-07  Pedro Alves  <palves@redhat.com>
372
373         * gdb.texinfo (Maintenance Commands): Document "maint set/show
374         target-non-stop".
375
376 2015-08-07  Markus Metzger  <markus.t.metzger@intel.com>
377
378         * gdb.texinfo (Process Record and Replay): Document prefixing of
379         speculatively executed instructions in the "record instruction-history"
380         command.
381
382 2015-07-20  Doug Evans  <dje@google.com>
383
384         * Makefile.in (STABS_DOC_BUILD_INCLUDES): Add gdb-cfg.texi, GDBvn.texi.
385
386 2015-07-16  Doug Evans  <dje@google.com>
387
388         * stabs.texinfo: @include gdb-cfg.texi.
389
390 2015-07-15  Jan Kratochvil  <jan.kratochvil@redhat.com>
391
392         Revert the previous 2 commits:
393         gdbserver build-id attribute generator
394         Validate symbol file using build-id
395
396 2015-07-15  Jan Kratochvil  <jan.kratochvil@redhat.com>
397
398         * gdb.texinfo (Files): Add 'set validate-build-id'
399         and 'show validate-build-id'.
400
401 2015-07-15  Aleksandar Ristovski  <aristovski@qnx.com
402             Jan Kratochvil  <jan.kratochvil@redhat.com>
403
404         gdbserver build-id attribute generator.
405         * gdb.texinfo (Library List Format for SVR4 Targets): Add
406         'build-id' in description, example, new attribute in dtd.
407
408 2015-07-08  Andrew Burgess  <andrew.burgess@embecosm.com>
409
410         * gdb.texinfo (Selection): Update documentation for 'frame'
411         command.
412
413 2015-07-02  Markus Metzger  <markus.t.metzger@intel.com>
414
415         * gdb.texinfo (Maintenance Commands): Document "maint btrace"
416         commands.
417
418 2015-07-02  Markus Metzger  <markus.t.metzger@intel.com>
419
420         * gdb.texinfo (Process Record and Replay): Spell out that variables
421         and registers are not available during btrace replay.
422         Describe the new "record btrace pt" command.
423         Describe the new "set|show record btrace pt buffer-size" options.
424         (General Query Packets): Describe the new Qbtrace:pt and
425         Qbtrace-conf:pt:size packets.
426         Expand "bts" to "Branch Trace Store".
427         Update the branch trace DTD.
428
429 2015-06-26  Patrick Palka  <patrick@parcs.ath.cx>
430
431         * gdb.texinfo (Command History): Document the new option
432         "history remove-duplicates".
433
434 2015-06-19  Doug Evans  <dje@google.com>
435
436         * stabs.texinfo (ELF Linker Relocation): Mention Sun stabs is no
437         longer supported.
438
439 2015-06-17  Patrick Palka  <patrick@parcs.ath.cx>
440
441         * gdb.texinfo (Command History): Mention that setting
442         GDBHISTSIZE to the empty string disables history truncation.
443
444 2015-06-17  Patrick Palka  <patrick@parcs.ath.cx>
445
446         PR gdb/16999
447         * gdb.texinfo (Command History): Mention new GDBHISTSIZE
448         behavior.
449
450 2015-06-17  Patrick Palka  <patrick@parcs.ath.cx>
451
452         * gdb.texinfo (Command History): Replace occurrences of HISTSIZE
453         with GDBHISTSIZE.
454
455 2015-06-15  Simon Marchi  <simon.marchi@ericsson.com>
456
457         * gdb.texinfo (GDB/MI Data Manipulation): Clarify usage of
458         bytes and memory units for -data-{read,write}-memory-bytes.
459         (Packets): Same for m, M and X packets.
460         * python.texi (Inferiors In Python): Same for read_memory and
461         write_memory.
462
463 2015-06-10  Jon Turney  <jon.turney@dronecode.org.uk>
464
465         * gdb.texinfo (Separate Debug Files): Document that PE is also
466         supported.
467
468 2015-06-13  Andrew Burgess  <andrew.burgess@embecosm.com>
469
470         * gdb.texinfo (TUI Commands): Bring all 'tui reg' commands into a
471         single table entry.
472
473 2015-06-10  Walfred Tedeschi  <walfred.tedeschi@intel.com>
474
475         * gdb.textinfo (i386): Fix "@end table" end and "@table" placement.
476
477
478 2015-06-10  Gary Benson <gbenson@redhat.com>
479
480         * gdb.texinfo (Remote Configuration): Document the
481         "set/show remote hostio-setfs-packet" command.
482         (Host I/O Packets): Document the vFile:setfs packet.
483
484 2015-06-10  Gary Benson <gbenson@redhat.com>
485
486         * gdb.texinfo (Debugging Output): Document the "set/show debug
487         linux-namespaces" command.
488
489 2015-06-10  Walfred Tedeschi  <walfred.tedeschi@intel.com>
490             Mircea Gherzan  <mircea.gherzan@intel.com>
491
492         * gdb.texinfo (i386): Add documentation about "show mpx bound"
493         and "set mpx bound".
494
495 2015-05-27  Doug Evans  <dje@google.com>
496
497         * gdb.texinfo (Debugging Output): Mention set/show debug dwarf-line.
498
499 2015-05-26  Doug Evans  <dje@google.com>
500
501         * gdb.texinfo (Debugging Output): Update for DWARF "set debug"
502         command renamings.
503         (Maintenance Commands): Update for DWARF "set debug" command renamings.
504
505 2015-05-26  Andrew Burgess  <andrew.burgess@embecosm.com>
506
507         * gdb.texinfo (TUI Commands): Add 'tui reg prev' details.
508
509 2015-05-22  Andrew Burgess  <andrew.burgess@embecosm.com>
510
511         * gdb.texinfo (TUI): Include 'tui enable' in the introduction.
512         (TUI Commands): Add 'tui enable' and 'tui disable' details.
513
514 2015-05-16  Doug Evans  <xdje42@gmail.com>
515
516         * guile.texi (Memory Ports in Guile): Document support for unbuffered
517         memory ports.
518
519 2015-05-16  Jan Kratochvil  <jan.kratochvil@redhat.com>
520
521         * gdb.texinfo (Compiling and Injecting Code): Add compile print.
522
523 2015-05-12  Don Breazeal  <donb@codesourcery.com>
524
525         * gdb.texinfo (Forks): Note that fork debugging is
526         supported in extended mode.
527         (Remote Configuration): Add fork event features to table
528         of packet settings.
529         (Stop Reply Packets): Add fork events to list of stop reasons.
530         (General Query Packets): Add fork events to tables of
531         'gdbfeatures' and 'stub features' supported in the qSupported
532         packet, as well as to the list containing stub feature
533         details.
534
535 2015-05-12  Gary Benson <gbenson@redhat.com>
536
537         * gdb.texinfo (General Query Packets): Document
538         qXfer:exec-file:read with empty annex.
539
540 2015-05-09  Siva Chandra Reddy  <sivachandra@google.com>
541
542         * python.texi (Values From Inferior): Add descriptions of new
543         methods gdb.Value.reference_value and gdb.Value.const_value.
544
545 2015-05-06  Joel Brobecker  <brobecker@adacore.com>
546
547         * gdb.texinfo (Files): Add "info dll" documentation.
548         (Cygwin Native): Remove "info dll" documentation.
549
550 2015-04-29  Doug Evans  <dje@google.com>
551
552         * python.texi (Xmethod API) <gdb.XMethodWorker.get_result_type>:
553         Document.
554         (Writing an Xmethod): Add get_result_type to example.
555
556 2015-04-28  Sasha Smundak  <asmundak@google.com>
557
558         * python.texi: New method documented.
559
560 2015-04-24  Andrew Burgess  <andrew.burgess@embecosm.com>
561
562         * gdb.texinfo (Dump/Restore Files): Add detail about verilog dump
563         format.
564
565 2015-04-24  Doug Evans  <dje@google.com>
566
567         * python.texi (Xmethods In Python): Fix name of method to call the
568         xmethod.
569
570 2015-04-17  Gary Benson <gbenson@redhat.com>
571
572         * gdb.texinfo (Connecting to a Remote Target): Mention that
573         GDB can access program files from remote targets that support
574         qXfer:exec-file:read and Host I/O packets.
575
576 2015-04-17  Gary Benson <gbenson@redhat.com>
577
578         * gdb.texinfo (Remote Configuration): Document the "set/show
579         remote pid-to-exec-file-packet" command.
580         (General Query Packets): Document the qXfer:exec-file:read
581         qSupported features.  Document the qXfer:exec-file:read packet.
582
583 2015-04-17  Gary Benson <gbenson@redhat.com>
584
585         * gdb.texinfo (set sysroot): Document that "set sysroot" also
586         applies to executable paths if supplied to GDB as absolute.
587
588 2015-04-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
589
590         * gdb.texinfo (Mode Options): Remove -xdb.
591
592 2015-04-10  Jan Kratochvil  <jan.kratochvil@redhat.com>
593             Eli Zaretskii  <eliz@gnu.org>
594
595         * gdb.texinfo (Compiling and Injecting Code): Describe set debug
596         compile, show debug compile.  New subsection Compilation options for
597         the compile command.  New subsection Compiler search for the compile
598         command.
599
600 2015-04-09  Andy Wingo  <wingo@igalia.com>
601
602         * guile.texi (Frames In Guile): Describe frame-read-register.
603
604 2015-04-02  Gary Benson <gbenson@redhat.com>
605
606         * gdb.texinfo (set sysroot): Document "target:".
607
608 2015-04-01  Sasha Smundak  <asmundak@google.com>
609
610         * doc/python.texi (Writing a Frame Unwinder in Python): Add
611         section.
612
613 2015-03-31  Sergio Durigan Junior  <sergiodj@redhat.com>
614
615         PR corefiles/16092
616         * gdb.texinfo (gcore): Mention new command 'set
617         use-coredump-filter'.
618         (set use-coredump-filter): Document new command.
619
620 2015-03-31  Antoine Tremblay  <antoine.tremblay@ericsson.com>
621
622         * gdb.texinfo (Operating System Auxiliary Information): Add info os cpus
623         documentation, reorder the info os entries in alphabetical order.
624
625 2015-03-26  Simon Marchi  <simon.marchi@ericsson.com>
626
627         * gdb.texinfo (GDB/MI Data Manipulation): Fix copy-paste typo in
628         -data-write-memory-bytes.
629
630 2015-03-24  Pedro Alves  <palves@redhat.com>
631
632         * gdb.texinfo (test_step) <set scheduler-locking step>: No longer
633         mention that threads may sometimes run unlocked.
634
635 2015-03-23  Yurij Grechishhev  <yurij.grechishhev@gmail.com>
636
637         * gdb.texinfo (Remote configuration): Document "set/show
638         serial parity" command.
639
640 2015-03-18  Gary Benson <gbenson@redhat.com>
641
642         * gdb.texinfo (General Query Packets): Remove documentation
643         for now-removed vFile:fstat qSupported features.
644
645 2015-03-11  Gary Benson <gbenson@redhat.com>
646
647         * gdb.texinfo (Remote Configuration): Document the
648         "set/show remote hostio-fstat-packet" command.
649         (General Query Packets): Document the vFile:fstat
650         qSupported features.
651         (Host I/O Packets): Document the vFile:fstat packet.
652
653 2015-03-11  Andy Wingo  <wingo@igalia.com>
654
655         * guile.texi (Objfiles In Guile): Document objfile-progspace.
656
657 2015-03-04  Pedro Alves  <palves@redhat.com>
658
659         * gdb.texinfo (Remote Configuration): Document the "set/show
660         remote swbreak-feature-packet" and "set/show remote
661         hwbreak-feature-packet" commands.
662         (Packets) <Z0>: Add cross link to the "swbreak" stop reason's
663         decription.
664         (Stop Reply Packets): Document the swbreak and hwbreak stop
665         reasons.
666         (General Query Packets): Document the swbreak and hwbreak
667         qSupported features.
668         (Remote Non-Stop): Explain that swbreak and hwbreak are required.
669
670 2015-03-03  Philippe Proulx  <eeppeliteloop@gmail.com>
671
672         * gdb.texinfo (gdb/mi Async Records): Fix duplicate syscall-entry
673         under *stopped.
674
675 2015-03-02  Doug Evans  <xdje42@gmail.com>
676
677         * gdb.texinfo (Specify Location): Fix syntax of filename:function.
678
679 2015-03-02  Andreas Arnez  <arnez@linux.vnet.ibm.com>
680
681         * gdb.texinfo (S/390 and System z Features): Describe new feature
682         "org.gnu.gdb.s390.vx".
683
684 2015-02-23  Sergio Durigan Junior  <sergiodj@redhat.com>
685
686         PR gdb/18008
687         * gdb.texinfo (maint internal-error, maint internal-warning, maint
688         demangler-warning): Fix typo ("problam").
689
690 2015-02-19  David Taylor  <dtaylor@emc.com>
691
692         * agentexpr.texi (Bytecode Descriptions): Fix summary line for setv.
693
694 2015-02-17  Jose E. Marchesi  <jose.marchesi@oracle.com>
695
696         * gdb.texinfo (Static Probe Points): Add cindex `static probe
697         point, DTrace'.
698         (Static Probe Points): Modified to cover DTrace probes in addition
699         to SystemTap probes.  Also modified to cover the `enable probe'
700         and `disable probe' commands.
701
702 2015-02-17  Jose E. Marchesi  <jose.marchesi@oracle.com>
703
704         * gdb.texinfo (Static Probe Points): Cover the `enable probe' and
705         `disable probe' commands.
706
707 2015-02-12  David Taylor  <dtaylor@emc.com>
708
709         * gdb.texinfo (Tracepoint Packets): Document the builtin and name
710         fields of the QTDV packet.
711
712 2015-02-09  Markus Metzger  <markus.t.metzger@intel.com>
713
714         * gdb.texinfo (Branch Trace Configuration Format): Add size.
715         (Process Record and Replay): Describe new set|show commands.
716         (General Query Packets): Describe Qbtrace-conf:bts:size packet.
717
718 2015-02-09  Markus Metzger  <markus.t.metzger@intel.com>
719
720         * gdb.texinfo (Process Record and Replay): Describe the "record
721         btrace bts" command.
722         (General Query Packets): Describe qXfer:btrace-conf:read packet.
723         (Branch Trace Configuration Format): New.
724
725 2015-01-31  Gary Benson <gbenson@redhat.com>
726             Doug Evans  <dje@google.com>
727
728         * gdb.texinfo (Command Completion): Document new
729         "set/show max-completions" option.
730
731 2015-01-31  Doug Evans  <xdje42@gmail.com>
732
733         * gdb.texinfo (Symbols): Document new commands
734         "maint print symbol-cache", "maint print symbol-cache-statistics",
735         "maint flush-symbol-cache".  Document new option
736         "maint set symbol-cache-size".
737
738 2015-01-31  Doug Evans  <xdje42@gmail.com>
739
740         * gdb.texinfo (dotdebug_gdb_scripts section): Update docs to
741         distinguish script files vs inlined scripts.
742         * python.texi (Python Auto-loading): Ditto.
743
744 2015-01-30  Doug Evans  <dje@google.com>
745
746         * gdb.texinfo (Symbols) <info source>: Output now contains producer
747         string if present.
748
749 2015-01-27  Doug Evans  <dje@google.com>
750
751         * python.texi (Objfiles In Python): Document Objfile.username.
752
753 2015-01-27  Doug Evans  <dje@google.com>
754
755         * python.texi (Objfiles In Python) <Objfile.filename>: Improve docs.
756         * guile.texi (Objfiles In Guile) <objfile-filename>: Improve docs.
757
758 2015-01-22  Jan Kratochvil  <jan.kratochvil@redhat.com>
759
760         * gdb.texinfo (Threads): Describe -ascending for thread apply all.
761
762 2015-01-16  Eli Zaretskii  <eliz@gnu.org>
763
764         * doc/gdb.texinfo (TUI Commands): Document the possible
765         values of NAME argument to 'winheight' command.  Explain the
766         effect of 'tabset' setting better.
767
768 2015-01-11  Doug Evans  <xdje42@gmail.com>
769
770         PR gdb/15830
771         * gdb.texinfo (Debugging C Plus Plus): Mention "demangle".
772         (Symbols): Ditto.
773         (Maintenance Commands): Delete docs for "maint demangle".
774
775 2014-12-31  Joel Brobecker  <brobecker@adacore.com>
776
777         * gdb.texinfo (Files): Remove documentation of the
778         "add-shared-symbol-files" and "assf" commands.
779         (Cygwin Native): Remove documentation of the "dll-symbols"
780         command.
781
782 2014-12-17  Doug Evans  <xdje42@gmail.com>
783
784         * gdb.texinfo (Debugging Output): Document "debug symbol-lookup".
785
786 2014-12-12  Phil Muldoon  <pmuldoon@redhat.com>
787             Jan Kratochvil  <jan.kratochvil@redhat.com>
788
789         * gdb.texinfo (Altering): Update.
790         (Compiling and Injecting Code): New node.
791
792 2014-12-12  Doug Evans  <dje@google.com>
793
794         * python.texi (Objfiles In Python): Document gdb.lookup_objfile.
795
796 2014-12-12  Andreas Arnez  <arnez@linux.vnet.ibm.com>
797
798         * gdb.texinfo: Document "maint print user-registers".
799
800 2014-12-08  Doug Evans  <dje@google.com>
801
802         * python.texi (Objfiles In Python): Document Objfile.owner.
803
804 2014-12-04  Doug Evans  <dje@google.com>
805
806         * python.texi (Objfiles In Python): Document
807         Objfile.add_separate_debug_file.
808
809 2014-12-04  Doug Evans  <dje@google.com>
810
811         * python.texi (Objfiles In Python): Document Objfile.build_id.
812
813 2014-12-02  Nick Bull  <nicholaspbull@gmail.com>
814
815         * python.texi (Events In Python): Document new events
816         InferiorCallPreEvent, InferiorCallPostEvent, MemoryChangedEvent
817         and RegisterChangedEvent.
818
819 2014-11-30  Jan Kratochvil  <jan.kratochvil@redhat.com>
820
821         Add add-auto-load-scripts-directory.
822         * gdb.texinfo (Auto-loading): Add add-auto-load-scripts-directory link.
823         (objfile-gdbdotext file): Add add-auto-load-scripts-directory.
824
825 2014-11-30  Jan Kratochvil  <jan.kratochvil@redhat.com>
826
827         * gdb.texinfo (Auto-loading safe path): Fix add-auto-load-safe-path
828         description typo.
829
830 2014-10-30  Doug Evans  <dje@google.com>
831
832         * python.texi (Progspaces In Python): Document ability to add
833         random attributes to gdb.Progspace objects.
834         (Objfiles In Python): Document ability to add random attributes to
835         gdb.objfile objects.
836
837 2014-10-27  Pedro Alves  <palves@redhat.com>
838
839         * gdb.texinfo (Continuing and Stepping): Add cross reference to
840         info on stepping and signal handlers.
841         (Signals): Explain stepping and signal handlers.  Add context
842         index entry, and cross references.
843
844 2014-10-20  Simon Marchi  <simon.marchi@ericsson.com>
845
846         * python.texi (Breakpoints In Python): Add parenthesis after
847         Breakpoint.delete.  Clarify Breakpoint.enabled description so
848         that it contains "disable".
849
850 2014-10-17  Doug Evans  <dje@google.com>
851
852         * python.texi (Events In Python): Document clear_objfiles event.
853
854 2014-10-17  Doug Evans  <dje@google.com>
855
856         * python.texi (Objfiles In Python): Document new progspace attribute.
857
858 2014-10-17  Pedro Alves  <palves@redhat.com>
859
860         * gdb.texinfo (Ada Tasks and Core Files): Delete mention of Tru64.
861         (SVR4 Process Information): Delete mention of OSF/1.
862
863 2014-10-01  Simon Marchi  <simon.marchi@ericsson.com>
864
865         * gdb.texinfo (Miscellaneous gdb/mi Commands): Document new
866         exit-code field in -list-thread-groups output.
867
868 2014-09-22  Jan-Benedict Glaw  <jbglaw@lug-owl.de>
869
870         * gdb.texinfo (Set Breaks): Add missing "@end table".
871
872 2014-09-22  Pedro Alves  <palves@redhat.com>
873
874         * gdb.texinfo (Set Breaks): Document that "set breakpoint
875         always-inserted off" is the default mode now.  Delete
876         documentation of "set breakpoint always-inserted auto".
877
878 2014-09-18  Doug Evans  <dje@google.com>
879
880         * python.texi (Symbol Tables In Python): Document "producer"
881         attribute of gdb.Symtab objects.
882
883 2014-09-16  Pedro Alves  <palves@redhat.com>
884
885         * gdb.texinfo (Starting) <run command>: Don't mention VxWorks.
886         (Embedded OS): Remove VxWorks menu entry.
887         (VxWorks): Remove node.
888
889 2014-09-13  Doug Evans  <xdje42@gmail.com>
890
891         * gdb.texinfo (Signaling): Document new queue-signal command.
892
893 2014-09-06  Doug Evans  <xdje42@gmail.com>
894
895         PR 15276
896         * gdb.texinfo (Convenience Funs): Document $_caller_is,
897         $_caller_matches, $_any_caller_is, $_any_caller_matches.
898
899 2014-09-03  Justin Lebar <jlebar@google.com>
900
901         * python.texi (Types In Python): Type.template_argument(n) returns a
902         gdb.Value or a gdb.Type and throws an exception if n is out of
903         range.
904
905 2014-09-03  Sasha Smundak  <asmundak@google.com>
906
907         * python.texi (Frames in Python): Add read_register description.
908
909 2014-08-04  Tom Tromey  <tromey@redhat.com>
910
911         * gdb.texinfo (Debugging Output): Update for change to "set debug
912         target".
913
914 2014-08-01  Masaki Muranaka  <monaka@monami-software.com>
915
916         Pushed by Joel Brobecker  <brobecker@adacore.com>.
917         * Makefile.in (transform): New variable.
918         (install-man1, install-man5): Apply $(transform) to man file names.
919
920 2014-07-26  Doug Evans  <xdje42@gmail.com>
921
922         PR guile/17177
923         * guile.texi (Guile Pretty Printing API): Fix typo.
924         Document set-pretty-printers!, pretty-printers.
925         (Selecting Guile Pretty-Printers): Update.
926         Mention program-space based pretty-printers.
927
928 2014-07-25  Pedro Alves  <palves@redhat.com>
929             Eli Zaretskii  <eliz@gnu.org>
930
931         * gdb.texinfo (Signaling) <signal command>: Explain what happens
932         with multi-threaded programs.
933
934 2014-06-27  Yao Qi  <yao@codesourcery.com>
935
936         * gdb.texinfo (Maintenance Commands): Update the output of
937         'maint print dummy-frames' command.
938
939 2014-06-24  Eli Zaretskii  <eliz@gnu.org>
940
941         * gdb.texinfo (Screen Size): Improve indexing.
942
943 2014-06-19  Gary Benson  <gbenson@redhat.com>
944
945         * gdb.texinfo (Maintenance Commands): Document new
946         "maint set/show catch-demangler-crashes" option.
947
948 2014-06-19  Gary Benson  <gbenson@redhat.com>
949
950         * gdb.texinfo (Maintenance Commands): Document new
951         "maint demangler-warning" command and new
952         "maint set/show demangler-warning" option.
953
954 2014-06-09  Siva Chandra Reddy  <sivachandra@google.com>
955
956         * python.texi (Xmethod API): Add space before the opening
957         parenthesis in function descriptions.
958
959 2014-06-06  Doug Evans  <xdje42@gmail.com>
960
961         * guile.texi (Guile Configuration): Document guile-data-directory.
962
963 2014-06-06  Mingjie Xing  <mingjie.xing@gmail.com>
964
965         * gdb.texinfo (Invoking GDB): Add -q and --quiet.
966
967 2014-06-04  Doug Evans  <xdje42@gmail.com>
968
969         * guile.texi (Breakpoints In Guile): Update.
970
971 2014-06-03  Joel Brobecker  <brobecker@adacore.com>
972
973         * python.texi (Xmethod API): Fix reference to "Progspaces In
974         Python".
975
976 2014-06-03  Siva Chandra Reddy  <sivachandra@google.com>
977
978         *  python.texi (Xmethods In Python, XMethod API)
979         (Writing an Xmethod): New nodes.
980         (Python API): New menu entries "Xmethods In Python",
981         "Xmethod API", "Writing an Xmethod".
982
983 2014-06-02  Doug Evans  <xdje42@gmail.com>
984
985         * guile.texi (Guile API): Add entry for Parameters In Guile.
986         (GDB Scheme Data Types): Mention <gdb:parameter> object.
987         (Parameters In Guile): New node.
988
989 2014-06-02  Doug Evans  <xdje42@gmail.com>
990
991         * guile.texi (Guile API): Add entry for Commands In Guile.
992         (Basic Guile) <parse-and-eval>: Add reference.
993         (Basic Guile) <string->argv>: Move definition to Commands In Guile.
994         (GDB Scheme Data Types): Mention <gdb:command> object.
995         (Commands In Guile): New node.
996
997 2014-06-02  Doug Evans  <xdje42@gmail.com>
998
999         * guile.texi (Guile API): Add entry for Progspaces In Guile.
1000         (GDB Scheme Data Types): Mention <gdb:progspace> object.
1001         (Progspaces In Guile): New node.
1002
1003 2014-05-30  Andrew Burgess  <aburgess@broadcom.com>
1004
1005         * guile.texi (Frames In Guile): Mention FRAME_UNWIND_MEMORY_ERROR.
1006         * python.texi (Frames In Python): Mention
1007         gdb.FRAME_UNWIND_MEMORY_ERROR.
1008
1009 2014-05-29  Pedro Alves  <palves@redhat.com>
1010             Tom Tromey  <tromey@redhat.com>
1011
1012         * gdb.texinfo (Non-Stop Mode): Remove "set target-async 1"
1013         from example.
1014         (Asynchronous and non-stop modes): Document '-gdb-set mi-async'.
1015         Mention that target-async is now deprecated.
1016         (Maintenance Commands): Document maint set/show target-async.
1017
1018 2014-05-29  Pedro Alves  <palves@redhat.com>
1019
1020         * observer.texi (sync_execution_done, command_error): New
1021         subjects.
1022
1023 2014-05-29  Pedro Alves  <palves@redhat.com>
1024
1025         PR gdb/13860
1026         * observer.texi (signal_received, end_stepping_range)
1027         (signal_exited, exited, no_history): New observer subjects.
1028
1029 2014-05-26  Andy Wingo  <wingo@igalia.com>
1030
1031         * guile.texi (GDB Scheme Data Types): Remove documentation for
1032         removed interfaces.  Update spelling of gdb-object-kind.
1033
1034 2014-05-26  Andy Wingo  <wingo@igalia.com>
1035
1036         * guile.texi (Basic Guile): Fix some typos.
1037
1038 2014-05-26  Andy Wingo  <wingo@igalia.com>
1039
1040         * guile.texi (Writing a Guile Pretty-Printer)
1041         (Guile Types Module): Fix excess parentheses in use-modules forms.
1042
1043 2014-05-24  Eli Zaretskii  <eliz@gnu.org>
1044
1045         * guile.texi (Types In Guile, Basic Guile, Frames In Guile)
1046         (Breakpoints In Guile, Guile Printing Module)
1047         (Guile Exception Handling, Values From Inferior In Guile)
1048         (Objfiles In Guile, Breakpoints In Guile, Memory Ports in Guile):
1049         Don't use @var at the beginning of a sentence.
1050
1051         * gdb.texinfo (Frame Filter Management, Trace Files)
1052         (C Operators, Ada Tasks, Calling, Bootstrapping, ARM)
1053         (PowerPC Embedded, Define, Annotations for Running)
1054         (IPA Protocol Commands, Packets, General Query Packets)
1055         (Tracepoint Packets, Notification Packets, Environment)
1056         (Inferiors and Programs, Set Breaks, Set Catchpoints)
1057         (Continuing and Stepping, Signals, Thread-Specific Breakpoints)
1058         (Frames, Backtrace, Selection, Expressions, Registers)
1059         (Trace State Variables, Built-In Func/Proc, Signaling, Files)
1060         (Numbers, GDB/MI Async Records, GDB/MI Data Manipulation)
1061         (Source Annotations, Using JIT Debug Info Readers, Packets)
1062         (Stop Reply Packets, Host I/O Packets)
1063         (Target Description Format): Don't use @var at the beginning of a
1064         sentence.
1065
1066         * python.texi (Basic Python, Types In Python)
1067         (Commands In Python, Frames In Python, Line Tables In Python)
1068         (Breakpoints In Python, gdb.printing, gdb.types)
1069         (Type Printing API): Don't use @var at the beginning of a
1070         sentence.
1071
1072 2014-05-23  Markus Metzger  <markus.t.metzger@intel.com>
1073
1074         * gdb.texinfo (Process Record and Replay): Document "set/show btrace
1075         replay-memory-access".
1076
1077 2014-05-21  Pedro Alves  <palves@redhat.com>
1078
1079         * gdb.texinfo (Starting): Document "set/show
1080         auto-connect-native-target".
1081         (Target Commands): Document "target native".
1082
1083 2014-05-20  Pedro Alves  <palves@redhat.com>
1084
1085         * gdb.texinfo (Memory) <compare-sections>: Generalize comments to
1086         not be remote specific.  Add cross reference to the qCRC packet.
1087         (Separate Debug Files): Update cross reference to the qCRC packet.
1088         (General Query Packets) <qCRC packet>: Add anchor.
1089
1090 2014-05-17  Doug Evans  <xdje42@gmail.com>
1091
1092         Copy over changes from guile.texi.
1093         * python.texi (Basic Python) <gdb.execute>: Add text.
1094         (Basic Python) <gdb.post_event>: Remove "main" from "main GDB thread".
1095         (Values From Inferior) <Python string>: Add text.
1096         (Values From Inferior) <Value.string>: Clarify string length handling.
1097         (Pretty Printing API): Add cindex.
1098         (Types In Python) <TYPE_CODE_*>: Use vtable instead of table.
1099         Remove unnecessary index of gdb.TYPE_CODE_*.  Replace @findex with
1100         @vindex.
1101         (Commands In Python) <COMPLETE_*>: Similarly.
1102         (Symbols In Python) <SYMBOL_*>: Similarly.
1103         (Breakpoints In Python) <WP_*>: Similarly.
1104         (Breakpoints In Python) <BP_*>: Similarly.
1105
1106 2014-05-17  David Taylor <dtaylor@emc.com>
1107
1108         * gdb.texinfo (General Query Packets): Add a note about thread IDs
1109         mentioned in the qfThreadInfo reply.
1110
1111 2014-05-16  Doug Evans  <dje@google.com>
1112
1113         * gdb.texinfo (Mode Options): Add -D.
1114
1115 2014-05-09  Samuel Bronson  <naesten@gmail.com>
1116
1117         * Makefile.in (PACKAGE): Copy from ../Makefile.in in case of
1118         "make -C".
1119
1120 2014-04-29  Tom Tromey  <tromey@redhat.com>
1121
1122         * gdb.texinfo (Debugging Output): Rename to "set debug varobj" and
1123         "show debug varobj".
1124
1125 2014-05-01  David Taylor  <dtaylor@emc.com>
1126
1127         * gdb.texinfo (compare-sections): Document the new -r (read-only)
1128         option.
1129
1130 2014-04-24  Michael Sturm  <michael.sturm@mintel.com>
1131             Walfred Tedeschi  <walfred.tedeschi@intel.com>
1132
1133         * gdb.texinfo (i386 Features): Add description of AVX512
1134         registers.
1135
1136 2014-03-31  Doug Evans  <dje@google.com>
1137
1138         * gdb.texinfo (Symbols): Document set/show print symbol-loading.
1139
1140 2014-03-30  Doug Evans  <dje@google.com>
1141
1142         * gdb.texinfo (Non-Stop Mode): Remove trailing whitespace.
1143         (Background Execution): Ditto.
1144
1145 2014-03-21  Pedro Alves  <palves@redhat.com>
1146             Stan Shebs  <stan@codesourcery.com>
1147             Hui Zhu  <hui@codesourcery.com>
1148
1149         * gdb.texinfo (Packets): Add anchor to "? packet".
1150         Remove fixme and update introduction of "k packet".
1151         Add anchor to "vKill packet".
1152
1153 2014-03-12  Stan Shebs  <stan@codesourcery.com>
1154
1155         * Doxyfile-gdb-api.in (INPUT): Add gdbtypes.h.
1156
1157 2014-02-26  Ludovic Courtès  <ludo@gnu.org>
1158
1159         * guile.texi (Basic Guile): Document 'history-append!'.
1160
1161 2014-02-20  Joel Brobecker  <brobecker@adacore.com>
1162
1163         * gdb.texinfo (Files): Document "add-shared-symbol-files"
1164         and "assf" as being deprecated.
1165         (Cygwin Native): Likewise for "dll-symbols".
1166         (Non-debug DLL Symbols): Remove reference to "dll-symbols"
1167         as a way to force the loading of symbols from a DLL.
1168
1169 2014-02-19  Siva Chandra Reddy  <sivachandra@google.com>
1170
1171         * python.texi (Values From Inferior): Add description about the
1172         new feature.
1173
1174 2014-02-17  Doug Evans  <xdje42@gmail.com>
1175
1176         * Makefile.in (GDB_DOC_FILES): Add python.texi.
1177         * gdb.texinfo (Python): Moved to ...
1178         * python.texi: ... here.  New file.
1179
1180 2014-02-17  Ludovic Courtès  <ludo@gnu.org>
1181
1182         * guile.texi (Writing a Guile Pretty-Printer) <example>:
1183         Remove 'string-begins-with' procedure.  Add 'pretty-printer'
1184         parameter to 'str-lookup-function' procedure.  Look for
1185         the "std::string<" prefix.
1186         (Frames In Guile): Add 'frame' parameter to 'frame-read-var'.
1187         Adjust description.
1188
1189 2014-02-11  Tejas Belagod  <tejas.belagod@arm.com>
1190
1191         * guile.texi (Values From Inferior In Guile): Remove stray
1192         parantheses for deffn.
1193         (Disassembly In Guile): Ditto.
1194
1195 2014-02-10  Stan Shebs  <stan@codesourcery.com>
1196
1197         Add Doxygen support.
1198         * Makefile.in (doxy): New action, generates Doxygen files.
1199         (DOXYGEN): New.
1200         (doxyedit): New.
1201         * Doxyfile-base.in: New file.
1202         * Doxyfile-gdb-api.in: New file.
1203         * Doxyfile-gdb-xref.in: New file.
1204         * Doxyfile-gdbserver.in: New file.
1205         * doxy-index.in: New file.
1206         * filter-for-doxygen: New file.
1207         * filter-params.pl: New file.
1208
1209 2014-02-10  Doug Evans  <xdje42@gmail.com>
1210
1211         * Makefile.in (GDB_DOC_FILES): Add guile.texi.
1212         * gdb.texinfo (Auto-loading): Add set/show auto-load guile-scripts.
1213         (Extending GDB): New menu entries Guile, Multiple Extension Languages.
1214         (Guile docs): Include guile.texi.
1215         (objfile-gdbdotext file): Add objfile-gdb.scm.
1216         (dotdebug_gdb_scripts section): Mention Guile scripts.
1217         (Multiple Extension Languages): New node.
1218         * guile.texi: New file.
1219
1220 2014-01-28  Joel Brobecker  <brobecker@adacore.com>
1221
1222         * gdb.texinfo (Ada Glitches): Document the new "maint ada set/show
1223         ignore-descriptive-types". commands.
1224
1225 2014-01-22  Doug Evans  <dje@google.com>
1226
1227         * gdb.texinfo (Server): Mention --debug-format=all|none|timestamp.
1228         (gdbserver man): Ditto.
1229
1230 2014-01-16  Markus Metzger  <markus.t.metzger@intel.com>
1231
1232         * gdb.texinfo: Document limited reverse/replay support
1233         for target record-btrace.
1234
1235 2014-01-16  Markus Metzger  <markus.t.metzger@intel.com>
1236
1237         * gdb.texinfo (Process Record and Replay): Update documentation.
1238
1239 2014-01-16  Markus Metzger  <markus.t.metzger@intel.com>
1240
1241         * gdb.texinfo (Process Record and Replay): Document new /c
1242         modifier accepted by "record function-call-history".
1243         Add /i modifier to "record function-call-history" example.
1244
1245 2014-01-15  Yuanhui Zhang  <asmwarrior@gmail.com>
1246             Joel Brobecker  <brobecker@adacore.com>
1247
1248         * gdb.texinfo (GDB/MI Output Syntax): Add some missing "nl"
1249         markers.  Remove one that was misplaced.
1250
1251 2014-01-10  Pedro Alves  <palves@redhat.com>
1252
1253         * gdb.texinfo (Your Program's Environment) <set environment>:
1254         Mention the shell, and point at 'set exec-wrapper'.
1255
1256 2014-01-07  Joel Brobecker  <brobecker@adacore.com>
1257
1258         * gdb.texinfo (Types In Python): Document new attribute Types.name.
1259
1260 2013-12-30  Joel Brobecker  <brobecker@adacore.com>
1261
1262         * gdb.texinfo (Types In Python): Clarify the documentation
1263         of attribute gdb.Field.bitpos.
1264
1265 2013-12-28  Joel Brobecker  <brobecker@adacore.com>
1266
1267         * gdb.texinfo (Types In Python): Fix the documentation of
1268         attribute "bitpos" in class gdb.Field for enum types.  Add
1269         documentation for attribute "enumval" in that same class.
1270
1271 2013-12-28  Joel Brobecker  <brobecker@adacore.com>
1272
1273         * gdb.texinfo (GDB/MI Support Commands): Change @table into
1274         @ftable.
1275
1276 2013-12-23  Doug Evans  <xdje42@gmail.com>
1277
1278         * gdb.texinfo (Auto-loading): Move menu up.  Move discussion of
1279         auto-loaded objfile scripts and .debug_gdb_scripts section to their
1280         corresponding section in Extending GDB.
1281         (Extending GDB): Move menu up.  New menu item "Auto-loading
1282         extensions".
1283         (Sequences): New menu item "Auto-loading sequences".
1284         (Auto-loading sequences): New node.
1285         (Python): Rename section from Scripting GDB to Extending GDB.
1286         (Python Auto-loading): Update xref, refer to "Auto-loading extensions".
1287         Move docs on ways to auto-load extensions to ...
1288         (Auto-loading extensions): ... here.  New node.
1289
1290 2013-12-23  Joel Brobecker  <brobecker@adacore.com>
1291
1292         * gdb.texinfo (GDB/MI): Add "GDB/MI Support Commands" entry
1293         in menu.
1294         (GDB/MI Variable Objects): Adjust reference to "-list-features"
1295         command, now in a new node.
1296         (GDB/MI Support Commands): New node, with its contents being
1297         extracted from the "GDB/MI Miscellaneous Commands" node.
1298         A small paragraph introducing the section is also added at
1299         the start.
1300         (GDB/MI Miscellaneous Commands): Delete the description of the
1301         -info-gdb-mi-command, -list-features and -list-target-features
1302         commands, now hosted in the "GDB/MI Support Commands" node.
1303
1304 2013-12-12  Siva Chandra Reddy  <sivachandra@google.com>
1305
1306         PR python/16113
1307         * gdb.texinfo (Values From Inferior): Add a note about using
1308         gdb.Field objects as subscripts on gdb.Value objects.
1309         (Types In Python): Add description about the new attribute
1310         "parent_type" of gdb.Field objects.
1311
1312 2013-12-12  Joel Brobecker  <brobecker@adacore.com>
1313
1314         * gdb.texinfo (GDB/MI Miscellaneous Commands): Add @cindex
1315         entry for section docuumenting the -list-features GDB/MI command.
1316
1317 2013-12-10  Joel Brobecker  <brobecker@adacore.com>
1318
1319         * gdb.texinfo (GDB/MI Miscellaneous Commands): Document the new
1320         "exec-run-start-option" entry in the output of the "-list-features"
1321         command.
1322
1323 2013-12-04  Eli Zaretskii  <eliz@gnu.org>
1324
1325         * gdb.texinfo (i386): Fix yesterday's commit.
1326
1327 2013-12-03  Tom Tromey  <tromey@redhat.com>
1328
1329         * gdb.texinfo (Set Catchpoints): Add @kindex for each command
1330         documented here.
1331
1332 2013-12-03  Tom Tromey  <tromey@redhat.com>
1333
1334         * gdb.texinfo (@direntry): Add menu item for gdbserver.
1335
1336 2013-12-03  Walfred Tedeschi  <walfred.tedeschi@intel.com>
1337
1338         * gdb.texinfo (i386 Features): Add MPX feature registers.
1339         (x86 Specific featuresx86 Architecture-specific Issues): Adds
1340         a subsubsection for MPX and describes the display of the
1341         boundary registers.
1342
1343 2013-12-03  Joel Brobecker  <brobecker@adacore.com>
1344
1345         * gdb.texinfo (GDB/MI Miscellaneous Commands): Remove the
1346         documentation of the "ada-exceptions" entry.
1347
1348 2013-12-03  Joel Brobecker  <brobecker@adacore.com>
1349
1350         * gdb.texinfo (GDB/MI Result Records): Fix the syntax of the
1351         "^error" result record concerning the error message.  Document
1352         the error code that may also be part of that result record.
1353         (GDB/MI Miscellaneous Commands): Document the
1354         "undefined-command-error-code" element in the output of
1355         the "-list-features" GDB/MI command.
1356
1357 2013-12-03  Joel Brobecker  <brobecker@adacore.com>
1358
1359         * gdb.texinfo (GDB/MI Miscellaneous Commands): Document
1360         the new -info-gdb-mi-command GDB/MI command.  Document
1361         the meaning of "-info-gdb-mi-command" in the output of
1362         -list-features.
1363
1364 2013-11-29  Pedro Alves  <palves@redhat.com>
1365
1366         * gdb.texinfo (Frames In Python) <gdb.FRAME_UNWIND_NULL_ID>:
1367         Update comment.
1368
1369 2013-11-24  Yao Qi  <yao@codesourcery.com>
1370
1371         * gdb.texinfo (Caching Remote Data): Document new
1372         "set/show stack-cache" option.
1373
1374 2013-11-24  Yao Qi  <yao@codesourcery.com>
1375
1376         * gdb.texinfo (Caching Target Data): Replace "ON" with "on".
1377         (Maintenance Commands): Replace "ON" and "OFF" with "on" and
1378         "off" respectively.
1379
1380 2013-11-23  Yao Qi  <yao@codesourcery.com>
1381
1382         * gdb.texinfo (GDB/MI Variable Objects): Add the description
1383         of "displayhint" to the table about child results.
1384
1385 2013-11-21  Yao Qi  <yao@codesourcery.com>
1386
1387         * gdb.texinfo (GDB/MI Variable Objects): Add attribute
1388         'dynamic' for the output of command -var-list-children.
1389
1390 2013-11-21  Yao Qi  <yao@codesourcery.com>
1391
1392         * gdb.texinfo (Caching Target Data): Remove "see" before
1393         @pxref.
1394
1395 2013-11-20  Yao Qi  <yao@codesourcery.com>
1396
1397         * gdb.texinfo (Caching Target Data): Update doc for
1398         per-address-space dcache.
1399
1400 2013-11-20  Yao Qi  <yao@codesourcery.com>
1401
1402         * gdb.texinfo (Data): Rename menu item.
1403         (Caching Remote Data): Rename to ...
1404         (Caching Target Data): ... it.  Update.
1405
1406 2013-11-18  Joel Brobecker  <brobecker@adacore.com>
1407
1408         * gdb.texinfo (GDB/MI Miscellaneous Commands): Document the new
1409         "language-option" entry in the output of the "-list-features"
1410         command.
1411
1412 2013-11-15  Tom Tromey  <tromey@redhat.com>
1413
1414         * gdb.texinfo (Variables): Note gdb rules for ambiguous cases.
1415         Add example.
1416
1417 2013-11-14  Tom Tromey  <tromey@redhat.com>
1418
1419         * gdb.texinfo (Breakpoints In Python): Replace "as" with "in".
1420
1421 2013-11-14  Joel Brobecker  <brobecker@adacore.com>
1422
1423         * gdb.texinfo (Show): Add xref anchor for "show language" command.
1424         (Context management): Place current subsection text into its own
1425         subsubsection.  Add new subsubsection describing the "--language"
1426         command option.
1427
1428 2013-11-13  Joel Brobecker  <brobecker@adacore.com>
1429
1430         * gdb.texinfo (GDB/MI Miscellaneous Commands): Delete
1431         the documentation of "info-ada-exceptions" in the output
1432         of the "-list-features" command.  Add the documentation
1433         of the "ada-exception" entry instead.
1434
1435 2013-11-12  Joel Brobecker  <brobecker@adacore.com>
1436
1437
1438         * gdb.texinfo (GDB/MI Miscellaneous Commands): Fix the first
1439         word of a couple of sentences to start with a capital letter.
1440
1441 2013-11-12  Joel Brobecker  <brobecker@adacore.com>
1442
1443         * gdb.texinfo (Ada): Add entry in menu for new "Ada Exceptions" node.
1444         (Ada Exceptions): New node.
1445         (GDB/MI): Add entry in menu for new "GDB/MI Ada Exceptions
1446         Commands" node.
1447         (GDB/MI Ada Exceptions Commands): New node.
1448         (GDB/MI Miscellaneous Commands): Document new "info-ada-exceptions"
1449         field in the output of the "-list-features" command.
1450         * NEWS: Add entry for the new "info exceptions" CLI command,
1451         and for the new "-info-ada-exceptions" GDB/MI command.
1452
1453 2013-11-11  Phil Muldoon  <pmuldoon@redhat.com>
1454
1455         * gdb.texinfo (Symbol Tables In Python): Add linetable method entry.
1456         (Line Tables In Python): New node.
1457
1458 2013-11-08  Doug Evans  <dje@google.com>
1459
1460         * gdb.texinfo (Debugging Output): Update text for
1461         "set debug dwarf2-read".
1462
1463 2013-11-08  Doug Evans  <dje@google.com>
1464
1465         * gdb.texinfo (Debugging Output): Update text for
1466         "set debug symtab-create".
1467
1468 2013-11-07  Phil Muldoon  <pmuldoon@redhat.com>
1469
1470         * gdb.texinfo (Commands In Python): Document COMPLETE_EXPRESSION
1471         constant.
1472
1473 2013-11-07  Phil Muldoon  <pmuldoon@redhat.com>
1474
1475         * gdb.texinfo (Breakpoints In Python): Document temporary
1476         option in breakpoint constructor, and add documentation to the
1477         temporary attribute.
1478
1479 2013-11-07  Yao Qi  <yao@codesourcery.com>
1480
1481         * gdb.texinfo (GDB/MI Variable Objects): Update doc about the
1482         output of "-var-info-expression".
1483
1484 2013-11-06  Pedro Alves  <palves@redhat.com>
1485
1486         * gdb.texinfo (Starting) <set/show startup-with-shell>: Mention
1487         non-interactive mode.
1488         (Environment) <shell startup files warning>: Mention
1489         non-interactive mode.  Mention .zshenv for Z shell, and talk about
1490         BASH_ENV instead of .bashrc for BASH.
1491
1492 2013-10-29  Nicolas Blanc  <nicolas.blanc@intel.com>
1493
1494         * gdb.texinfo (Commands to Specify Files): Add description
1495         of the remove-symbol-file command.
1496         * observer.texi: New free_objfile event
1497
1498 2013-10-24  Pedro Alves  <palves@redhat.com>
1499
1500         * gdb.texinfo (Starting): Document set/show startup-with-shell.
1501
1502 2013-10-11  Joel Brobecker  <brobecker@adacore.com>
1503
1504         * gdb.texinfo (Shared Library GDB/MI Catchpoint Commands):
1505         New subsection inside which the "-catch-load" and "-catch-unload"
1506         commands documentation is now placed.
1507         (Ada Exception GDB/MI Catchpoint Commands): New subsection
1508         documenting the "-catch-assert" and "-catch-exception" new
1509         GDB/MI commands.
1510
1511 2013-10-10  Joel Brobecker  <brobecker@adacore.com>
1512
1513         * gdb.texinfo (Connecting): Remove unnecessary @w{}.
1514
1515 2013-10-10  Joel Brobecker  <brobecker@adacore.com>
1516
1517         * gdb.texinfo (Connecting): Replace "set remotebaud" by "set
1518         serial baud".
1519         (Remote Configuration): Replace "set remotebaud" by "set serial
1520         baud".  Replace "show remotebaud" by "show serial baud".
1521
1522 2013-10-07  Pedro Alves  <palves@redhat.com>
1523
1524         PR breakpoints/11568
1525         * gdb.texinfo (Thread-Specific Breakpoints): Mention what happens
1526         when the thread is removed from the thread list.
1527
1528 2013-10-06  Sergio Durigan Junior  <sergiodj@redhat.com>
1529
1530         * gdb.texinfo (Convenience Variables): Document $_exitsignal.
1531         Update entry for $_exitcode.
1532
1533 2013-10-04  Joel Brobecker  <brobecker@adacore.com>
1534
1535         * gdb.texinfo (GDB/MI Program Execution): Document "-exec-run"'s
1536         new "--start" option.
1537
1538 2013-10-02  Pedro Alves  <palves@redhat.com>
1539
1540         * gdb.texinfo (Registers): Expand description of saved registers
1541         in frames.  Explain <not saved>.
1542
1543 2013-09-25  Doug Evans  <dje@google.com>
1544
1545         * gdb.texinfo (Debugging Output): Document set/show debug symfile.
1546
1547 2013-09-16  Stan Shebs  <stan@codesourcery.com>
1548
1549         Remove the internals manual gdbint.texinfo.
1550         * Makefile.in (INFO_DEPS): Remove gdbint.info.
1551         (PDFFILES): Remove gdbint.pdf.
1552         (HTMLFILES): Remove gdbint/index.html.
1553         (HTMLFILES_INSTALL): Remove gdbint.
1554         (GDBINT_DOC_FILES): Remove.
1555         (dvi): Remove gdbint.dvi.
1556         (ps): Remove gdbint.ps.
1557         * gdbint.texinfo: Remove file.
1558         * gdb.texinfo (Maintenance Commands): Remove reference to gdbint.
1559
1560 2013-09-16  Sergio Durigan Junior  <sergiodj@redhat.com>
1561
1562         * gdb.texinfo (Convenience Functions): Mention new convenience
1563         function $_isvoid.
1564
1565 2013-09-13  Andreas Arnez  <arnez@linux.vnet.ibm.com>
1566
1567         * gdb.texinfo (Decimal Floating Point format): Mention S/390.
1568         (Standard Target Features): Add new node to menu.
1569         (S/390 and System z Features): New node.
1570
1571 2013-09-13  Sanimir Agovic  <sanimir.agovic@intel.com>
1572
1573         * gdb.texinfo (GDB/MI Miscellaneous Commands): Use
1574         -list-target-features in the example.
1575
1576 2013-09-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
1577
1578         * gdb.texinfo (MiniDebugInfo): Prepare file debug and use it to create
1579         mini_debuginfo.  Strip binary before adding mini_debuginfo to it.
1580
1581 2013-09-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
1582
1583         Sync documentation with gdb.base/gnu-debugdata.exp.
1584         * gdb.texinfo (MiniDebugInfo): Add comment and "D" in the example.
1585
1586 2013-09-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
1587
1588         * gdb.texinfo (MiniDebugInfo): Fix two trailing dots.
1589
1590 2013-08-27  Pedro Alves  <pedro@codesourcery.com>
1591             Yao Qi  <yao@codesourcery.com>
1592
1593         * gdb.texinfo (GDB/MI Stack Manipulation) <-stack-list-locals>:
1594         Document new --skip-unavailable option.
1595         <-stack-list-variables>: Document new --skip-unavailable option.
1596
1597 2013-08-26  Doug Evans  <dje@google.com>
1598
1599         * gdb.texinfo (Maintenance Commands): "maint print objfiles" now takes
1600         an optional regexp.
1601
1602 2013-08-13  Tom Tromey  <tromey@redhat.com>
1603
1604         * gdbint.texinfo (Testsuite): Use @table, not @itemize.
1605         Document GDB_PARALLEL and GDB_INOTIFY.
1606
1607 2013-08-09  Stan Shebs  <stan@codesourcery.com>
1608
1609         * LRS: Remove file, describes a long-abandoned live-range
1610         splitting extension to stabs.
1611
1612 2013-07-25  Andrew Burgess  <aburgess@broadcom.com>
1613
1614         * gdb.texinfo (Output Formats): Mention the new 'z' formatter.
1615
1616 2013-07-17  Doug Evans  <dje@google.com>
1617
1618         * gdb.texinfo (Print Settings): Document "print raw frame-arguments".
1619
1620 2013-07-02  Tom Tromey  <tromey@redhat.com>
1621
1622         * gdb.texinfo (Target Commands): Don't mention "target nrom".
1623
1624 2013-06-28  Tom Tromey  <tromey@redhat.com>
1625
1626         * Makefile.in (version.subst): Use version.in, not
1627         common/version.in.
1628         * gdbint.texinfo (Versions and Branches, Releasing GDB):
1629         Likewise.
1630
1631 2013-06-27  Pedro Alves  <palves@redhat.com>
1632
1633         * gdbint.texinfo (Algorithms) <Stepping over runtime loader
1634         dynamic symbol resolution code>: New section, based on infrun.c
1635         comment.
1636
1637 2013-06-26  Tom Tromey  <tromey@redhat.com>
1638
1639         * gdbint.texinfo (Versions and Branches): Use common/version.in.
1640         Update.
1641         (Releasing GDB): Likewise.
1642
1643 2013-06-26  Pedro Alves  <pedro@codesourcery.com>
1644             Yao Qi  <yao@codesourcery.com>
1645
1646         * gdb.texinfo (GDB/MI Tracepoint Commands): Document
1647         -trace-frame-collected.
1648
1649 2013-06-26  Pedro Alves  <pedro@codesourcery.com>
1650
1651         * gdb.texinfo (Traceframe Info Format): Document tvar element
1652         and its attributes.
1653
1654 2013-06-25  Yao Qi  <yao@codesourcery.com>
1655
1656         * gdbint.texinfo (Testsuite): Document 'gdb,predefined_tsv'.
1657
1658 2013-06-24  Tom Tromey  <tromey@redhat.com>
1659
1660         * Makefile.in (POD2MAN1, POD2MAN5): Use version.subst.
1661         (GDBvn.texi): Use version.subst.
1662         (version.subst): New target.
1663         (mostlyclean): Remove version.subst.
1664
1665 2013-06-20  Pedro Alves  <pedro@codesourcery.com>
1666
1667         * gdb.texinfo (GDB/MI Data Manipulation)
1668         <-data-list-register-values>: Document the --skip-unavailable
1669         option.
1670
1671 2013-06-07  Yao Qi  <yao@codesourcery.com>
1672
1673         * gdb.texinfo (Symbols): Add kindex and cindex for
1674         'maint print msymbols'.
1675
1676 2013-06-05  Simon Marchi  <simon.marchi@ericsson.com>  (tiny change)
1677
1678         * gdb.texinfo (Miscellaneous gdb/mi Commands): Fix -add-inferior
1679         response field name (thread-group to inferior).
1680
1681 2013-06-04 Gary Benson  <gbenson@redhat.com>
1682
1683         * gdb.texinfo (General Query Packets/qSupported): Added
1684         "qXfer:libraries-svr4:read" and "augmented-libraries-svr4-read".
1685         to the table of currently defined stub features.
1686         Added a more detailed entry for "augmented-libraries-svr4-read".
1687         (General Query Packets/qXfer:libraries-svr4:read): Documented
1688         the augmented form of this packet.
1689
1690 2013-05-23  Joel Brobecker  <brobecker@adacore.com>
1691
1692         * gdb.texinfo (System-wide Configuration Scripts): Renames
1693         "Installed System-wide Configuration Scripts". Add associated
1694         @menu block.
1695
1696 2013-05-23  Yao Qi  <yao@codesourcery.com>
1697             Pedro Alves  <palves@redhat.com>
1698
1699         * gdb.texinfo (Packets): Document 'vCont;r'.
1700         (Continuing and Stepping): Document target-assisted range
1701         stepping, and the 'set range-stepping' and 'show range-stepping'
1702         commands.
1703
1704 2013-05-23  Joel Brobecker  <brobecker@adacore.com>
1705
1706         * gdb.texinfo (Installed System-wide Configuration Scripts):
1707         Add subsection describing the scripts now available under
1708         the data-dir's system-gdbbinit subdirectory.
1709         * NEWS: Add entry announcing the availability of system-wide
1710         configuration scripts for ElinOS and Wind River Linux.
1711
1712 2013-05-21  Hui Zhu  <hui@codesourcery.com>
1713
1714         * gdb.texinfo (GDB/MI Breakpoint Commands): Describe the
1715         "-dprintf-insert" command.
1716
1717 2013-05-17  Doug Evans  <dje@google.com>
1718
1719         * gdb.texinfo (Maintenance Commands): Update doc for
1720         "maint check-psymtabs".  Add doc for "maint check-symtabs",
1721         "maint expand-symtabs".
1722
1723 2013-05-15  Markus Metzger  <markus.t.metzger@intel.com>
1724
1725         * gdb.texinfo (Process Record and Replay): Document the
1726         "record goto" command and its sub-commands.
1727
1728 2013-05-10 Phil Muldoon  <pmuldoon@redhat.com>
1729
1730         * gdb.texinfo (Backtrace): Add "no-filter" argument.
1731         (Python API): Add Frame Filters API, Frame Wrapper API,
1732         Writing a Frame Filter/Wrapper, Managing Management of Frame
1733         Filters chapter entries.
1734         (Frame Filters API): New Node.
1735         (Frame Wrapper API): New Node.
1736         (Writing a Frame Filter): New Node.
1737         (Managing Frame Filters): New Node.
1738         (Progspaces In Python): Add note about frame_filters attribute.
1739         (Objfiles in Python): Ditto.
1740         (GDB/MI Stack Manipulation): Add -enable-frame-filters command,
1741         @anchors and --no-frame-filters option to -stack-list-variables,
1742         -stack-list-frames, -stack-list-locals and -stack-list-arguments
1743         commands.
1744
1745 2013-05-08  Joel Brobecker  <brobecker@adacore.com>
1746
1747         * gdbint.texinfo (Native Debugging): Add "AIX Shared Library
1748         Support" subsection documenting the XML format used to transfer
1749         shared library info on AIX.
1750
1751 2013-05-08  Joel Brobecker  <brobecker@adacore.com>
1752
1753         * gdb.texinfo (Debugging Output): Add documentation of
1754         "set debug aix-solib" and "show debug aix-solib" commands.
1755
1756 2013-05-06  Sandra Loosemore  <sandra@codesourcery.com>
1757
1758         * gdb.texinfo (Nios II): New section.
1759         (Nios II Features): New section.
1760
1761 2013-05-06  Joel Brobecker  <brobecker@adacore.com>
1762
1763         * gdbint.texinfo (Algorithms): Remove entries documenting
1764         DEPRECATED_IBM6000_TARGET, SOLIB_ADD, and
1765         SOLIB_CREATE_INFERIOR_HOOK.
1766
1767 2013-04-29  Tom Tromey  <tromey@redhat.com>
1768
1769         PR python/14204:
1770         * gdb.texinfo (Python API): Fix menu entry.
1771         (Blocks In Python): Fix subsubsection text.  Rewrite intro.
1772         Define global and static block.  Add example.  Clarify
1773         block relationship for inline functions.
1774
1775 2013-04-29  Tom Tromey  <tromey@redhat.com>
1776
1777         * gdb.texinfo (Python API): Mention Python help and keyword
1778         arguments.  Move pagination text to Basic Python.
1779         (Basic Python): Put pagination text here.  Document
1780         close-on-exec, SIGCHLD, and SIGINT.
1781
1782 2013-04-19  Pedro Alves  <palves@redhat.com>
1783
1784         * gdbint.texinfo (Misc Guidelines) <Compiler Warnings>: Write
1785         "signedness" instead of "signness".
1786
1787 2013-04-19  Pedro Alves  <palves@redhat.com>
1788
1789         * gdbint.texinfo (Misc Guidelines) <Compiler Warnings>: Replace
1790         -Wno-pointer-sign text with text on -Wpointer-sign.
1791
1792 2013-04-16  Tom Tromey  <tromey@redhat.com>
1793
1794         * gdb.texinfo (Set Catchpoints): Mention earliest version of
1795         GCC that has the SDT probe points.
1796
1797 2013-04-15  Tom Tromey  <tromey@redhat.com>
1798
1799         * gdb.texinfo (Set Catchpoints): Document regexp syntax for
1800         exception catchpoints.
1801
1802 2013-04-15  Tom Tromey  <tromey@redhat.com>
1803
1804         * gdb.texinfo (Set Catchpoints): Document $_exception.
1805         (Convenience Vars): Mention $_exception.
1806
1807 2013-04-15  Tom Tromey  <tromey@redhat.com>
1808
1809         * gdb.texinfo (Set Catchpoints): Reorganize exception
1810         catchpoints.  Document "catch rethrow".
1811         (Debugging C Plus Plus): Mention "catch rethrow".
1812
1813 2013-04-15  Tom Tromey  <tromey@redhat.com>
1814
1815         * gdb.texinfo (Set Catchpoints): Remove obsolete text.
1816
1817 2013-04-12  Jan Kratochvil  <jan.kratochvil@redhat.com>
1818             Eli Zaretskii  <eliz@gnu.org>
1819
1820         * gdb.texinfo (Auto-loading safe path): Add quick -iex using command
1821         line below the sample output.
1822
1823 2013-04-12  Eli Zaretskii  <eliz@gnu.org>
1824
1825         * gdb.texinfo (Mode Options): Document '-configuration'.
1826         (Help): Document "show configuration".
1827         (Bug Reporting): Add requirements to include the configuration
1828         details in bug reports.
1829
1830 2013-04-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
1831
1832         * Makefile.in (MAN1S): Add gcore.1.
1833         Remove "Host, target, and site specific Makefile fragments" comment.
1834         (@host_makefile_frag@, HAVE_NATIVE_GCORE_TARGET): New.
1835         (install-man1, uninstall-man1): Conditionalize gcore.1.
1836         (gcore.1): New.
1837         * gdb.texinfo (Man Pages): Add gcore man.
1838         (gcore man): New node.
1839
1840 2013-04-10  Pedro Alves  <palves@redhat.com>
1841
1842         * gdb.texinfo (Process Record and Replay): Document that "set
1843         record full insn-number-max", "set record
1844         instruction-history-size" and "set record
1845         function-call-history-size" accept "unlimited".
1846         (Backtrace): Document that "set backtrace limit" accepts
1847         "unlimited".
1848         (List): Document that "set listsize" accepts "unlimited".
1849         (Print Settings)" Document that "set print max-symbolic-offset",
1850         "set print elements" and "set print repeats" accept "unlimited".
1851         (Starting and Stopping Trace Experiments): Document that "set
1852         trace-buffer-size" accepts "unlimited".
1853         (Remote Configuration): Document that "set tcp connect-timeout"
1854         accepts "unlimited".
1855         (Command History): Document that "set history size" accepts
1856         "unlimited".
1857         (Screen Size): Document that "set height" and "set width" accepts
1858         "unlimited".  Adjust "set pagination"'s description to suggest
1859         "set height unlimited" instead of "set height 0".
1860
1861 2013-04-10  Yao Qi  <yao@codesourcery.com>
1862
1863         * gdb.texinfo (Trace Files): Add "target ctf".
1864
1865 2013-04-06  Jan Kratochvil  <jan.kratochvil@redhat.com>
1866
1867         * Makefile.in (POD2MAN1, POD2MAN5): Replace $(VERSION) by ../version.in.
1868
1869         * Makefile.in (install-man1, install-man5, uninstall-man1)
1870         (uninstall-man5): Replace $(MANS) by $(MAN1S) and $(MAN5S) respectively.
1871
1872         * Makefile.in (gdb.1, gdbserver.1, gdbinit.5): Use $(srcdir).
1873
1874 2013-04-06  Jan Kratochvil  <jan.kratochvil@redhat.com>
1875             Eli Zaretskii  <eliz@gnu.org>
1876
1877         * gdb.texinfo (gdbserver man): Rename tty to comm.  Swap --attach
1878         parameters order.  Remove "On some targets" for --attach.  Document the
1879         --multi parameter and extended-remote command.  Document all the
1880         options.
1881
1882 2013-04-05  Jan Kratochvil  <jan.kratochvil@redhat.com>
1883
1884         * gdb.texinfo (gdb man): Mention option -p.  Include Fortran to
1885         the list of supported languages.
1886
1887 2013-04-05  Jan Kratochvil  <jan.kratochvil@redhat.com>
1888
1889         Convert man pages to texinfo, new gdbinit.5 texinfo page.
1890         * Makefile.in (mandir, man1dir, man5dir, SYSTEM_GDBINIT, MANCONF,
1891         (TEXI2POD, POD2MAN1, POD2MAN5, MAN1S, MAN5S, MANS, man): New.
1892         (diststuff): Add man.
1893         (install-man, install-man1, install-man5, uninstall-man, uninstall-man1)
1894         (uninstall-man5): New.
1895         (STAGESTUFF): Add *.1 and *.5.
1896         (GDBvn.texi): Add SYSTEM_GDBINIT.
1897         (gdb.1, gdbserver.1, gdbinit.5): New.
1898         (maintainer-clean realclean): Add $(MANS).
1899         (install): Add install-man.
1900         (uninstall): Add uninstall-man.
1901         * gdb.texinfo (@include gdb-cfg.texi): Wrap it by @c man begin INCLUDE.
1902         (@copying): Wrap it by @c man begin COPYRIGHT.
1903         (Top): Add Man Pages.
1904         (Man Pages, gdb man, gdbserver man, gdbinit man): New.
1905
1906 2013-04-02  Pedro Alves  <palves@redhat.com>
1907
1908         * gdb.texinfo (Debugging Output): Document "set/show debug
1909         aarch64", "set/show debug coff-pe-read" and "set/show debug
1910         mach-o".
1911
1912 2013-04-02  Pedro Alves  <palves@redhat.com>
1913
1914         * gdb.texinfo (Remote Configuration) <set remote @var{name}-packet
1915         table>: Add entry for "trace-buffer-size".
1916
1917 2013-03-28  Pedro Alves  <palves@redhat.com>
1918
1919         * gdb.texinfo (Remote Configuration) <set remote @var{name}-packet
1920         table>: Add entry for "trace-status".
1921
1922 2013-03-28  Eli Zaretskii  <eliz@gnu.org>
1923
1924         * gdb.texinfo (Maintenance Commands): Use @enumerate, not "@table
1925         @bullet", which is invalid (makeinfo 5.1 barfs).
1926
1927 2013-03-28  Pedro Alves  <palves@redhat.com>
1928
1929         PR gdb/15294
1930
1931         * gdb.texinfo (List) <set listsize>: Adjust to document that
1932         listsize 0 means no limit, and remove mention of -1.
1933
1934 2013-03-22  Yao Qi  <yao@codesourcery.com>
1935
1936         * gdb.texinfo (Embedded Processors): Remove menu item
1937         "OpenRISC 1000".
1938         (OpenRISC 1000): Remove.
1939
1940 2013-03-21  Doug Evans  <dje@google.com>
1941
1942         * gdb.texinfo (Maintenance Commands): Add docs for
1943         "mt set per-command {space,time,symtab} {on,off}".
1944
1945 2013-03-14  Hui Zhu  <hui@codesourcery.com>
1946             Yao Qi  <yao@codesourcery.com>
1947
1948         * gdb.texinfo (Trace Files): Add "tsave -ctf".
1949
1950 2013-03-13  Keith Seitz  <keiths@redhat.com>
1951
1952         * gdb.texinfo (Maintenance Commands): Add missing ')' for
1953         "maint agent" reference to Dynamic printf.
1954
1955 2013-03-11  Eli Zaretskii  <eliz@gnu.org>
1956
1957         * gdb.texinfo (General Query Packets): Don't use colon in index
1958         entries visible to Info format.
1959
1960 2013-03-11  Markus Metzger  <markus.t.metzger@intel.com>
1961
1962         * gdb.texinfo (Process Record and Replay): Document record
1963         changes.
1964
1965 2013-03-11  Markus Metzger  <markus.t.metzger@intel.com>
1966
1967         * gdb.texinfo (Requirements): List qXfer:btrace:read requiring expat.
1968         (General Query Packets): Describe Qbtrace:bts, Qbtrace:off, and
1969         qXfer:btrace:read.
1970
1971 2013-03-09  Eli Zaretskii  <eliz@gnu.org>
1972
1973         * gdb.texinfo (General Query Packets, Tracepoint Packets): Don't
1974         use colons in @anchor and @cindex entries.
1975
1976 2013-03-09  Hafiz Abid Qadeer  <abidh@codesourcery.com>
1977
1978         * gdb.texinfo (QTBuffer:size): Add cindex and anchor.
1979
1980 2013-03-08  Stan Shebs  <stan@codesourcery.com>
1981             Hafiz Abid Qadeer  <abidh@codesourcery.com>
1982
1983         * gdb.texinfo (Starting and Stopping Trace Experiments): Document
1984         trace-buffer-size set and show commands.
1985         (Tracepoint Packets): Document QTBuffer:size.
1986         (General Query Packets): Document QTBuffer:size.
1987
1988 2013-02-21  Tom Tromey  <tromey@redhat.com>
1989
1990         * gdb.texinfo: Remove bad @syncodeindex.
1991         (Values From Inferior, Types In Python, Inferiors In Python)
1992         (Events In Python, Threads In Python, Frames In Python, Blocks In
1993         Python, Symbols In Python, Symbol Tables In Python): Remove
1994         @tables.
1995         (Packets, General Query Packets, Tracepoint Packets)
1996         (Host I/O Packets): Use @w{} for empty @item.
1997
1998 2013-02-20  Siva Chandra Reddy <sivachandra@google.com>
1999
2000         * gdb.texinfo (Architectures In Python): Add description about
2001         the new method gdb.Architecture.disassemble.
2002
2003 2013-02-15  Pedro Alves  <pedro@codesourcery.com>
2004             Hafiz Abid Qadeer  <abidh@codesourcery.com>
2005
2006         * gdb.texinfo (GDB/MI Tracepoint Commands) <-trace-status>:
2007         Document the "trace-file" field.
2008
2009 2013-02-07  Doug Evans  <dje@google.com>
2010
2011         * gdb.texinfo (Machine Code): Clarify argument to disassemble
2012         command.
2013
2014 2013-02-06  Yao Qi  <yao@codesourcery.com>
2015
2016         * gdb.texinfo (GDB/MI Async Records): Document new MI
2017         notification "=tsv-modified".  Update the document of MI
2018         notification "=tsv-created".
2019         * observer.texi (GDB Observers): New observer tsv_modified.
2020         Update observer tsv_created and tsv_delete.
2021
2022 2013-02-05  Yufeng Zhang  <yufeng.zhang@arm.com>
2023
2024         * gdb.texinfo (AArch64 Features): New section; document
2025         org.gnu.gdb.aarch64.core and org.gnu.gdb.aarch64.fpu.
2026         (Architectures): Add new AArch64 section to document AArch64
2027         architecture specific commands.
2028         (ABI): Add description of the new OS ABI "Newlib" and its influence
2029         on the longjmp handling.
2030
2031 2013-02-03  Eldar Gaynetdinov <hal9000ed2k@gmail.com>
2032             Jan Kratochvil  <jan.kratochvil@redhat.com>
2033
2034         * gdb.texinfo (Backtrace): Added description of 'filename-display'
2035         variable in 'set/show backtrace' section.
2036
2037 2013-01-31  Tom Tromey  <tromey@redhat.com>
2038
2039         * gdb.texinfo (Target Commands): Fix typo.
2040
2041 2013-01-23  Siva Chandra Reddy  <sivachandra@google.com>
2042
2043         * doc/gdb.texinfo (Architectures In Python): New sub-sub-section
2044         describing the gdb.Architecture class.
2045         (Frames In Python): Add description about the new method
2046         gdb.Frame.architecture().
2047
2048 2013-01-23  Doug Evans  <dje@google.com>
2049
2050         * gdb.texinfo (Index Section Format): Document .gdb_index version 8.
2051
2052 2013-01-21  Marc Khouzam  <marc.khouzam@ericsson.com>
2053
2054         * gdb.texinfo (GDB/MI Breakpoint Commands): Document new
2055         'thread-groups' field when printing a breakpoint in MI.
2056
2057 2012-01-17  Sanjoy Das <sanjoy@playingwithpointers.com>
2058         * gdb.texinfo (Using JIT Debug Info Readers): Change documentation
2059         to reflect that jit-reader-load now supports absolute file-names.
2060
2061 2013-01-16  Tom Tromey  <tromey@redhat.com>
2062
2063         * gdb.texinfo (Set Catchpoints): Document "catch signal".
2064         (Signals): Likewise.
2065
2066 2013-01-16  Tom Tromey  <tromey@redhat.com>
2067
2068         * gdb.texinfo (GDB/MI Breakpoint Information): Document
2069         "catch-type" field.
2070         (GDB/MI Catchpoint Commands): Add "catch-type" to examples.
2071
2072 2013-01-07  Tom Tromey  <tromey@redhat.com>
2073
2074         * gdb.texinfo (Mode Options): Don't mention -epoch.
2075         (Data, Emacs): Remove obsolete comments.
2076
2077 2013-01-02  Tom Tromey  <tromey@redhat.com>
2078
2079         * gdb.texinfo (GDB/MI Output Records): Update menu.
2080         (GDB/MI Breakpoint Information): New node.
2081         (GDB/MI Breakpoint Commands) <-break-info>: Link to new node.
2082         <-break-insert>: Likewise.
2083
2084 2012-12-31  Yao Qi  <yao@codesourcery.com>
2085
2086         * gdb.texinfo (Remote Non-Stop): Move paragraphs to ...
2087         (Packets): Move "vStopped" packet to ...
2088         (Notification Packets): ... here.  Describe the components
2089         of notification.  Add a table of supported notifications.
2090         Add an example on the process of he async notification.
2091
2092 2012-12-25  Jan Kratochvil  <jan.kratochvil@redhat.com>
2093
2094         * gdb.texinfo (GDB/MI Data Manipulation) (fullname): Make it always
2095         present.
2096         (GDB/MI File Commands) (-file-list-exec-source-files): Make the
2097         fullname output always present.
2098
2099 2012-12-23  Pierre Muller  <muller@sourceware.org>
2100
2101         * gdbint.texinfo (Function prototypes): Require use of "extern"
2102         modifier for function prototypes in headers.
2103
2104 2012-12-19  Joel Brobecker  <brobecker@adacore.com>
2105
2106         * refcard.tex: Update copyright notice to GPL v3 or later.
2107         Update contact info.
2108
2109 2012-12-16  Jan Kratochvil  <jan.kratochvil@redhat.com>
2110
2111         * gdbint.texinfo (Coding Standards) (C Usage): New rule for 0 vs. NULL.
2112
2113 2012-12-15  Yao Qi  <yao@codesourcery.com>
2114
2115         * gdb.texinfo (Debugging Output): Document 'set debug
2116         notification' and 'show debug notification'.
2117
2118 2012-12-15  Yao Qi  <yao@codesourcery.com>
2119
2120         * gdb.texinfo (Listing Tracepoints): New item and example about
2121         'installed on target' output.
2122         Add more in the example about 'installed on target'.
2123         (GDB/MI Breakpoint Commands): Doc about 'installed field.
2124
2125 2012-12-14  Tom Tromey  <tromey@redhat.com>
2126
2127         * gdb.texinfo (SVR4 Process Information): Mention core files.
2128
2129 2012-12-12 Mircea Gherzan <mircea.gherzan@intel.com>
2130
2131         * gdb.texinfo (GDB/MI Catchpoint Commands): New section.
2132
2133 2012-12-11  Pedro Alves  <palves@redhat.com>
2134
2135         * gdb.texinfo: Remove all mentions of Unixware throughout.
2136
2137 2012-12-09  Jan Kratochvil  <jan.kratochvil@redhat.com>
2138
2139         * gdbint.texinfo (Host Definition): Remove CC_HAS_LONG_LONG.
2140
2141 2012-11-29  Tom Tromey  <tromey@redhat.com>
2142
2143         * gdb.texinfo (SVR4 Process Information): Document missing
2144         "info proc" subcommands.
2145
2146 2012-11-29  Yao Qi  <yao@codesourcery.com>
2147
2148         PR gdb/1477.
2149         * gdb.texinfo (Print Settings): Correct the default 'demangle-style'
2150         to 'auto' instead of 'gnu'.
2151
2152 2012-11-26  Tom Tromey  <tromey@redhat.com>
2153
2154         * gdb.texinfo (MiniDebugInfo): New node.
2155         (GDB Files): Update.
2156
2157 2012-11-16  Doug Evans  <dje@google.com>
2158
2159         * gdb.texinfo (System-wide configuration): If the system-wide init
2160         file lives in the data-directory, and --data-directory is provided,
2161         look for it there.
2162
2163 2012-11-15  Tom Tromey  <tromey@redhat.com>
2164
2165         * gdb.texinfo (Signaling): Fix typo.
2166
2167 2012-11-13  Giuseppe Montalto  <giuseppe.montalto@st.com>
2168
2169         * gdb.texinfo (GDB/MI Data Manipulation): Document new optional
2170         parameter "count" of -data-write-memory-bytes, and add an example.
2171
2172 2012-11-12  Tom Tromey  <tromey@redhat.com>
2173
2174         * gdb.texinfo (Symbols): Document "info type-printers",
2175         "enable type-printer" and "disable type-printer".
2176         (Python API): Add new node to menu.
2177         (Type Printing API): New node.
2178         (Progspaces In Python): Document type_printers field.
2179         (Objfiles In Python): Likewise.
2180         (gdb.types) <get_type_recognizers, apply_type_recognizers,
2181         register_type_printer, TypePrinter>: Document.
2182
2183 2012-11-12  Tom Tromey  <tromey@redhat.com>
2184
2185         * gdb.texinfo (Symbols): Document "set print type methods",
2186         "set print type typedefs", and flags to ptype and whatis.
2187
2188 2012-11-09  Andrew Burgess  <aburgess@broadcom.com>
2189
2190         * gdb.texinfo (GDB/MI Data Manipulation): Add fullname field to
2191         the example -data-disassemble output.  Extend the description of
2192         the -data-disassemble results to document all fields.  Document
2193         the cli disassemble command as being related to -data-disassemble.
2194
2195 2012-11-09  Yao Qi  <yao@codesourcery.com>
2196
2197         PR gdb/14777.
2198         * gdb.texinfo (OS Information): Remove doc on command
2199         'info udot'.
2200
2201 2012-11-08  Joel Brobecker  <brobecker@adacore.com>
2202
2203         * gdb.texinfo (Startup): Minor rewording, and clarify scope of
2204         gdb.ini warning for Windows port.
2205
2206 2012-11-08  Yao Qi  <yao@codesourcery.com>
2207
2208         * gdb.texinfo (Search): Add kindex for 'fo'.
2209
2210 2012-11-05  Tom Tromey  <tromey@redhat.com>
2211
2212         PR python/14802:
2213         * gdb.texinfo (Functions In Python): Add example.
2214
2215 2012-11-03  Yao Qi  <yao@codesourcery.com>
2216
2217         * observer.texi (GDB Observers): Remove observer
2218         'tracepoint_modified', 'tracepoint_created' and
2219         'tracepoint_deleted'.
2220
2221 2012-10-26  Tom Tromey  <tromey@redhat.com>
2222
2223         * gdb.texinfo (General Query Packets): Use @itemx for QAgent.
2224
2225 2012-10-25  Tom Tromey  <tromey@redhat.com>
2226
2227         * gdb.texinfo (General Query Packets): Use @itemx.
2228
2229 2012-10-17  Yao Qi  <yao@codesourcery.com>
2230
2231         * observer.texi (GDB Observers): Update observer
2232         'memory_changed'.
2233         * gdb.texinfo (GDB/MI Async Records): Document for
2234         "memory-changed" notification.
2235
2236 2012-10-15  Doug Evans  <dje@google.com>
2237
2238         * gdb.texinfo (Mode Options): Document -nh.
2239         Elaborate on docs for -nx.
2240
2241 2012-09-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
2242
2243         * observer.texi (memory_changed): Expand parameter LEN to ssize_t.
2244
2245 2012-09-21  Yao Qi  <yao@codesourcery.com>
2246             Pedro Alves  <palves@redhat.com>
2247
2248         * gdb.texinfo (GDB/MI Async Records): Document notification
2249         'record-started' and 'record-stopped'.
2250         * observer.texi (GDB Observers): New observer 'record-changed'.
2251
2252 2012-09-19  Thomas Schwinge  <thomas@codesourcery.com>
2253
2254         * gdb.texinfo: Document the removal of SH's 'regs' command.
2255
2256 2012-09-18  Sergio Durigan Junior  <sergiodj@redhat.com>
2257
2258         * gdb.texinfo (jump): Mention new alias `j' for `jump'.
2259
2260 2012-09-18  Yao Qi  <yao@codesourcery.com>
2261
2262         * gdb.texinfo (GDB/MI Async Records): Document new MI
2263         notifications '=tsv-created' and '=tsv-deleted'.
2264         * observer.texi (GDB Observers): New observer tsv_created and
2265         tsv_deleted.
2266
2267 2012-09-18  Yao Qi  <yao@codesourcery.com>
2268
2269         * observer.texi (GDB Observers): New observer 'traceframe_changed'.
2270         * gdb.texinfo (GDB/MI Async Records): Mention new MI notification
2271         '=traceframe-changed'.
2272
2273 2012-09-17  Yao Qi  <yao@codesourcery.com>
2274
2275         * gdb.texinfo (List): Describe the meaning of 0 and -1 in
2276         'set listsize'.
2277
2278 2012-09-13  Jan Kratochvil  <jan.kratochvil@redhat.com>
2279             Eli Zaretskii  <eliz@gnu.org>
2280
2281         * gdbint.texinfo (Defining Other Architecture Features): Clarify *pcptr
2282         encoding for gdbarch_breakpoint_from_pc, bp_addr for
2283         gdbarch_push_dummy_call and bp_addr for gdbarch_push_dummy_code.
2284
2285 2012-08-27  Jan Kratochvil  <jan.kratochvil@redhat.com>
2286
2287         * gdb.texinfo (objfile-gdb.py file): New paragraph for .exe stripping.
2288
2289 2012-08-23  Khoo Yit Phang <khooyp@cs.umd.edu>
2290
2291         Document how to return from "python-interactive" to GDB.
2292         * gdb.texinfo (Python Commands): Update documentation.
2293
2294 2012-08-22  Khoo Yit Phang <khooyp@cs.umd.edu>
2295
2296         Add a new "python-interactive" command that starts a standard
2297         Python interactive prompt with "pi" as alias, and add "py" as
2298         an alias to "python".
2299         * gdb.texinfo (Python Commands): Document the new commands.
2300
2301 2012-08-22  Tom Tromey  <tromey@redhat.com>
2302
2303         * gdbint.texinfo (Host Definition): Remove documentation for
2304         SIGWINCH_HANDLER and SIGWINCH_HANDLER_BODY.
2305
2306 2012-08-17  Keith Seitz  <keiths@redhat.com>
2307
2308         PR c++/13356
2309         * gdb.texinfo (Type and Range Checking): Remove warning.
2310         Remove spurious commas.
2311         Update text and examples for re-implementation of set/show
2312         check type.
2313         (C and C++ Type and Range Checks): Likewise.
2314
2315 2012-08-16  Yao Qi  <yao@codesourcery.com>
2316
2317         * gdb.texinfo (Types In Python): Mention gdb.TYPE_CODE_BITSTRING
2318         is deprecated.
2319
2320 2012-08-13  Doug Evans  <dje@google.com>
2321
2322         * gdb.texinfo (Convenience Vars): Update text for "show convenience"
2323         to include functions.
2324
2325 2012-08-10  Doug Evans  <dje@google.com>
2326
2327         * gdb.texinfo (Convenience Funs): New node.
2328         (Types In Python): Document Type.vector.
2329
2330 2012-08-09  Yao Qi  <yao@codesourcery.com>
2331
2332         * observer.texi: New observer command_param_changed.
2333         * gdb.texinfo (GDB/MI Async Records): Doc for '=cmd-param-changed'.
2334
2335 2012-08-07  Jan Kratochvil  <jan.kratochvil@redhat.com>
2336
2337         * gdbint.texinfo (Debugging GDB): In section
2338         'Debugging @value{GDBN} with itself' change .gdbinit for gdb-gdb.gdb.
2339         Mention also gdb-gdb.py.
2340
2341 2012-08-07  Yao Qi  <yao@codesourcery.com>
2342
2343         Revert the folloing patch:
2344         2012-08-06  Yao Qi  <yao@codesourcery.com>
2345         * gdb.texinfo (Remote Configuration): Add kindex for 'set
2346         remote hardware-watchpoint-limit' and 'set
2347         remote hardware-breakpoint-limit'.
2348
2349 2012-08-06  Nathaniel Flath  <flat0103@gmail.com>
2350
2351         * gdb.texinfo (Working Directory): Added information about new
2352         default argument for 'cd' command.
2353
2354 2012-08-06  Yao Qi  <yao@codesourcery.com>
2355
2356         * gdb.texinfo (Remote Configuration): Add kindex for 'set
2357         remote hardware-watchpoint-limit' and 'set
2358         remote hardware-breakpoint-limit'.
2359
2360 2012-08-06  Yao Qi  <yao@codesourcery.com>
2361
2362         Fix PR14371.
2363
2364         * gdb.texinfo (GDB/MI Async Records): Fix the doc for
2365         '=breakpoint-deleted'.
2366
2367 2012-08-02  Yao Qi  <yao@codesourcery.com>
2368
2369         * gdb.texinfo (Native): Remove node Neutrino.
2370
2371 2012-07-27  Yao Qi  <yao@codesourcery.com>
2372
2373         * gdb.texinfo (IPA Protocol Commands): Document new command
2374         'close'.
2375
2376 2012-07-25  Tom Tromey  <tromey@redhat.com>
2377
2378         * gdb.texinfo (Maintenance Commands): Document maint info bfds.
2379
2380 2012-07-20  Doug Evans  <dje@google.com>
2381
2382         * gdb.texinfo (Mode Options): Delete --use-deprecated-index-sections.
2383         (Index Files): Document how to control the use of deprecated index
2384         sections.
2385         (Index Section Format): Replace --use-deprecated-index-sections with
2386         "set use-deprecated-index-sections on".
2387
2388 2012-07-12  Eli Zaretskii  <eliz@gnu.org>
2389
2390         * gdbint.texinfo: Remove @syncodeindex directives that put all the
2391         indices into a single node "Index".  Instead, join function and
2392         variable indices into a single index, separate from the concept
2393         index.  Requested in
2394         http://sourceware.org/ml/gdb-patches/2012-07/msg00146.html.
2395         (Top): Update the top-level menu: instead of one "Index" there are
2396         now separate entries "Concept Index" and "Function and Variable
2397         Index".
2398         (Concept Index, Function and Variable Index): New nodes.
2399         (Index): Node deleted.
2400
2401 2012-07-05  Hui Zhu  <hui_zhu@mentor.com>
2402
2403         * gdb.texinfo (Maintenance Commands): Change help for "maint agent"
2404         and "maint agent-eval".
2405
2406 2012-07-03  Eli Zaretskii  <eliz@gnu.org>
2407
2408         * gdb.texinfo: Separate the index into 2 indices, cp and fn, to
2409         avoid file-name clashes between Index.html and index.html on
2410         case-insensitive filesystems.  See the discussion starting in
2411         http://sourceware.org/ml/gdb-patches/2012-06/msg00457.html for the
2412         details of the problem.
2413         (Top): Update the master menu for the above.
2414         (Concept Index, Command and Variable Index): New nodes, instead of
2415         the old "Index" node that was deleted.  All cross-references
2416         updated.
2417
2418 2012-07-02  Stan Shebs  <stan@codesourcery.com>
2419
2420         * gdb.texinfo (Dynamic Printf): Mention agent style and
2421         disconnected dprintf.
2422         (Maintenance Commands): Describe maint agent-printf.
2423         (General Query Packets): Mention BreakpointCommands feature.
2424         (Packets): Document commands extension to Z0 packet.
2425         * agentexpr.texi (Bytecode Descriptions): Document printf
2426         bytecode.
2427
2428 2012-07-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
2429
2430         * gdb.texinfo (File Options): Change -ix and -iex commands that apply
2431         only after gdbinit files.
2432         (Startup): Move -iex and -iex commands down after gdbinit files.
2433
2434 2012-07-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
2435
2436         * gdb.texinfo (Auto-loading safe path): Note the shell wildcard
2437         possibility.
2438
2439 2012-06-29  Tom Tromey  <tromey@redhat.com>
2440
2441         * gdb.texinfo (Index Section Format): Update for version 7.
2442
2443 2012-06-28  Stan Shebs  <stan@codesourcery.com>
2444
2445         * gdb.texinfo (Miscellaneous GDB/MI Commands): Update -info-os
2446         example, add note about title column.
2447
2448 2012-06-26  Siva Chandra Reddy  <sivachandra@google.com>
2449
2450         * gdb.texinfo (Symbol Tables In Python): Add description about
2451         the new 'last' attribute of gdb.Symtab_and line.
2452
2453 2012-06-26  Siva Chandra Reddy  <sivachandra@google.com>
2454
2455         * gdb.texinfo (Symbol Tables In Python): Correct the description
2456         of the 'pc' attribute of gdb.Symtab_and_line.
2457
2458 2012-06-26  Doug Evans  <dje@google.com>
2459
2460         * gdb.texinfo (Debugging Output): Document debug options dwarf2-read
2461         and symtab-create.
2462
2463 2012-06-25  Keith Seitz  <keiths@redhat.com>
2464
2465         * gdb.texinfo (GDB/MI Breakpoint Commands): Remove "-r" option
2466         from example.  Remove "rbreak" from list of corresponding
2467         gdb commands.
2468
2469 2012-06-23  Doug Evans  <dje@google.com>
2470
2471         * gdb.texinfo (Index Section Format): Document version 7 format.
2472
2473 2012-06-22  Yao Qi  <yao@codesourcery.com>
2474
2475         * gdb.texinfo: Add missing cindex for some packets.
2476
2477 2012-06-20  Keith Seitz  <keiths@redhat.com>
2478
2479         * gdb.texinfo (GDB/MI Breakpoint Commands): Re-order options
2480         for -break-insert and document -p.
2481
2482 2012-06-20  Yao Qi  <yao@codesourcery.com>
2483
2484         * gdb.texinfo (Inferiors In Python): Replace "gdb.read_memory"
2485         and "gdb.write_memory" with "Inferior.read_memory" and
2486         "Inferior.write_memory".
2487
2488 2012-06-15  Patrice Dumas  <pertusus@free.fr>  (tiny change)
2489
2490         * gdb.texinfo (Summary): Add a link to "Free Documentation".
2491         (Free Documentation): Add @node line.
2492         (Continuing and Stepping) <advance location>: Use @item instead of
2493         @itemx.
2494         (Reverse Execution) <set exec-direction reverse>: Use @item instead of
2495         @itemx.
2496         (Embedded Processors): Put the link to "PA" to its correct place,
2497         according to document structure.
2498         (Python API): Put the link to "Lazy Strings In Python" to its
2499         correct place.
2500         (Index): Use @@ in @tex block to get a literal @.
2501
2502         * gdbint.texinfo: Fix the @subtitle line.
2503
2504         * stabs.texinfo (Top): Put the link to "Symbol Types Index" to its
2505         correct place.
2506
2507 2012-06-08  Yao Qi  <yao@codesourcery.com>
2508
2509         * gdb.texinfo (In-Process Agent): Add 'In-Process Agent
2510         Protocol'.
2511         (In-Process Agent Protocol, IPA Protocol Objects)
2512         (IPA Protocol Commands): New nodes.
2513         (Tracepoint Packets): Add anchors.
2514
2515 2012-06-06  Thomas Schwinge  <thomas@codesourcery.com>
2516
2517         * gdb.texinfo: Document the deprecation of SH's 'regs' command.
2518
2519 2012-06-06  Yao Qi  <yao@codesourcery.com>
2520
2521         * gdb.texinfo: Update copyright year.
2522
2523 2012-05-23  Stan Shebs  <stan@codesourcery.com>
2524             Kwok Cheung Yeung  <kcy@codesourcery.com>
2525
2526         * gdb.texinfo (Miscellaneous GDB/MI Commands): Document -info-os.
2527
2528 2012-05-20  Jan Kratochvil  <jan.kratochvil@redhat.com>
2529
2530         * gdb.texinfo (Separate Debug Files): New anchor debug-file-directory.
2531         Mention also --with-separate-debug-dir.
2532         (Auto-loading): Prepend $debugdir in the sample output.
2533         (Auto-loading safe path): Likewise.  Mention also $debugdir for the
2534         auto-load safe-path variable.
2535         (objfile-gdb.py file): Remove the extra debug-file-directory paragraph.
2536         Mention also $debugdir for 'set auto-load scripts-directory'.
2537
2538 2012-05-19  Eli Zaretskii  <eliz@gnu.org>
2539
2540         * gdb.texinfo (Continuing and Stepping, Selection, Byte Order)
2541         (MIPS Embedded, MIPS, MIPS Register packet Format)
2542         (Target Descriptions, MIPS Features): Use @acronym{MIPS} where
2543         appropriate.
2544
2545 2012-05-18  Sandra Loosemore  <sandra@codesourcery.com>
2546             Maciej W. Rozycki  <macro@codesourcery.com>
2547
2548         * gdb.texinfo (MIPS): Document "set mips compression" and "show
2549         mips compression".
2550         (MIPS Breakpoint Kinds): New subsubsection.
2551
2552 2012-05-18  Eli Zaretskii  <eliz@gnu.org>
2553
2554         * gdb.texinfo (Architecture-Specific Protocol Details): Define
2555         nodes for subsections.  Add @acronym mark-ups and adjust
2556         formatting.
2557
2558 2012-05-18  Jan Kratochvil  <jan.kratochvil@redhat.com>
2559
2560         Rename $ddir to $datadir.
2561         * gdb.texinfo (Auto-loading, Auto-loading safe path)
2562         (objfile-gdb.py file): Rename $ddir to $datadir.
2563
2564 2012-05-18  Tom Tromey  <tromey@redhat.com>
2565
2566         * gdb.texinfo (Print Settings): Document 'set print symbol'.
2567
2568 2012-05-14  Stan Shebs  <stan@codesourcery.com>
2569
2570         * gdb.texinfo (Dynamic Printf): New subsection.
2571
2572 2012-05-13  Siva Chandra Reddy  <sivachandra@google.com>
2573
2574         * gdb.texinfo (Basic Python): Add description about the function
2575         gdb.find_pc_line
2576
2577 2012-05-12  Jan Kratochvil  <jan.kratochvil@redhat.com>
2578             Eli Zaretskii  <eliz@gnu.org>
2579
2580         * gdb.texinfo (Separate Debug Files): Use plural form for global
2581         debugging information directory.
2582
2583 2012-05-11  Stan Shebs  <stan@codesourcery.com>
2584             Kwok Cheung Yeung  <kcy@codesourcery.com>
2585
2586         * gdb.texinfo (Operating System Auxiliary Information): Document new
2587         'info os' subcommands.
2588
2589 2012-05-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
2590
2591         * gdb.texinfo (Auto-loading, Init File in the Current Directory)
2592         (libthread_db.so.1 file, objfile-gdb.gdb file, objfile-gdb.py file)
2593         (dotdebug_gdb_scripts section): Add reference
2594         to 'Auto-loading safe path'.
2595
2596 2012-05-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
2597
2598         Implement multi-component --with-auto-load-dir.
2599         * gdb.texinfo (Auto-loading): New references
2600         for 'set auto-load scripts-directory'
2601         and 'show auto-load scripts-directory'.
2602         (Auto-loading safe path): Describe the new default.  Move $ddir
2603         substituation reference to 'objfile-gdb.py file'.
2604         (objfile-gdb.py file): Describe script-name alias.  Change real-name to
2605         script-name.  Describe new 'set auto-load scripts-directory'
2606         and 'show auto-load scripts-directory'.
2607
2608 2012-05-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
2609
2610         Provide $ddir substitution for --with-auto-load-safe-path.
2611         * gdb.texinfo (Auto-loading): Replace /usr/local by $ddir/auto-load.
2612         (Auto-loading safe path): Likewise.  Mention the default value,
2613         $ddir substitution, --with-auto-load-safe-path and
2614         --without-auto-load-safe-path.
2615         * observer.texi (gdb_datadir_changed): New.
2616
2617 2012-05-09  Jan Kratochvil  <jan.kratochvil@redhat.com>
2618
2619         * gdb.texinfo (Auto-loading): Wrap too long lines in @smallexample.
2620         Twice.
2621
2622         * gdb.texinfo (Separate Debug Files, Auto-loading safe path): Replace
2623         directory separator by path separator.
2624
2625 2012-05-06  Jan Kratochvil  <jan.kratochvil@redhat.com>
2626
2627         * gdb.texinfo (Auto-loading safe path): Make 'directories'
2628         for 'set auto-load safe-path' optional.  Mention if it is omitted.
2629         Change disabling security protection condition to "/", twice.
2630
2631 2012-05-03  Siva Chandra Reddy  <sivachandra@google.com>
2632
2633         * gdb.texinfo (Symbol Tables In Python): Add documentation about
2634         the new methods global_block and static_block on gdb.Symtab
2635         objects.
2636
2637 2012-05-02  Siva Chandra Reddy  <sivachandra@google.com>
2638
2639         * gdb.texinfo (Blocks In Python): Add a note saying that future
2640         improvements to GDB and its infrastructure can move symbols
2641         across blocks within a symbol table.
2642
2643 2012-04-29  Yao Qi  <yao@codesourcery.com>
2644
2645         * gdb.texinfo (Architectures): Remove menu entry `A29K'.
2646         (A29K): Remove.
2647
2648 2012-04-27  Sergio Durigan Junior  <sergiodj@redhat.com>
2649             Tom Tromey  <tromey@redhat.com>
2650
2651         * gdb.texinfo (Static Probe Points): New entry, explaining SystemTap
2652         and generic static probe support on GDB.
2653
2654 2012-04-25  Doug Evans  <dje@google.com>
2655
2656         * gdb.texinfo (Go): Fix thinko.
2657
2658         * gdb.texinfo (Supported Languages): Add Go.
2659         (Go): New node.
2660
2661 2012-04-25  Yao Qi  <yao@codesourcery.com>
2662
2663         * gdbint.texinfo (Testsuite): New section `Board settings'.
2664
2665 2012-04-23  Jan Kratochvil  <jan.kratochvil@redhat.com>
2666
2667         * gdb.texinfo (Auto-loading safe path): Remove trailing [@dots{}].
2668         Three times.
2669
2670         * gdb.texinfo (Auto-loading safe path): Add trailing @dots{}.
2671         Three times.
2672
2673 2012-04-22  Jan Kratochvil  <jan.kratochvil@redhat.com>
2674
2675         * gdb.texinfo (Auto-loading safe path): Replace @itemize @bullet
2676         by @table @asis.  Fix formatting of one item.
2677
2678 2012-04-18  Jan Kratochvil  <jan.kratochvil@redhat.com>
2679
2680         * gdb.texinfo (Auto-loading verbose mode): Fix smallexample typo.
2681
2682 2012-04-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
2683
2684         New option "set debug auto-load".
2685         * gdb.texinfo (Auto-loading): New menu item for auto-load verbose mode.
2686         (auto-load verbose mode): New node.
2687
2688 2012-04-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
2689
2690         New option "set auto-load safe-path".
2691         * gdb.texinfo (Auto-loading): Extend the "show auto-load"
2692         and "info auto-load" examples for safe-path.  Put there also references
2693         for "set auto-load safe-path" and "show auto-load safe-path".
2694         New menu item for Auto-loading safe path.
2695         (Auto-loading safe path): New node.
2696         (Python Auto-loading): Update the expected output from "Missing"
2697         to "No".
2698
2699 2012-04-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
2700
2701         auto-load: Implementation.
2702         * gdb.texinfo (Mode Options): New anchor for -nx.
2703         (Startup): New anchors for Option -init-eval-command,
2704         Home Directory Init File
2705         and Init File in the Current Directory during Startup.
2706         Mention set auto-load local-gdbinit with a reference.
2707         Change the sample code to "set auto-load python-scripts".
2708         (Threads): New anchor set libthread-db-search-path.
2709         Provide references to libthread_db.so.1 file.
2710         (Controlling GDB): New menu item for Auto-loading.
2711         (Auto-loading, Init File in the Current Directory)
2712         (libthread_db.so.1 file, objfile-gdb.gdb file): New nodes.
2713         (Python): Rename the menu item Auto-loading to Python Auto-loading.
2714         (Writing a Pretty-Printer, Objfiles In Python): Update the renamed
2715         reference.
2716         (Auto-loading): Rename to ...
2717         (Python Auto-loading): ... here.  Change "set auto-load-scripts" to
2718         "set auto-load python-scripts", new anchor for it.  Change
2719         "show auto-load-scripts" to "show auto-load python-scripts", new anchor
2720         for it.  Change "info auto-load-scripts"
2721         to "info auto-load python-scripts", new anchor for it.  Change "scripts"
2722         to "Python scripts".
2723
2724 2012-04-14  Anton Gorenkov <xgsa@yandex.ru>
2725
2726         PR mi/13393
2727         * gdb.texinfo (Print Settings): Extend the description for "set print
2728         object".
2729         (GDB/MI Variable Objects): Extend the description for -var-create and
2730         -var-list-children.
2731
2732 2012-04-11  Siva Chandra Reddy  <sivachandra@google.com>
2733
2734         * gdb.texinfo (Examining Data): Document the 'explore' command.
2735
2736 2012-03-28  Joel Brobecker  <brobecker@adacore.com>
2737
2738         * gdb.texinfo (GDB/MI Variable Objects): Document what happens
2739         to the children of a varobj and its update range when -var-update
2740         returns that the varobj's type changed.
2741
2742 2012-03-27  Jan Kratochvil  <jan.kratochvil@redhat.com>
2743
2744         * gdb.texinfo (Auto-loading): Move @menu to the end of @node.
2745         Create two new links fir 'objfile-gdb.py file'
2746         and 'dotdebug_gdb_scripts section'.
2747
2748 2012-03-27  Jan Kratochvil  <jan.kratochvil@redhat.com>
2749
2750         * gdb.texinfo (Auto-loading): Rename node reference
2751         '.debug_gdb_scripts section' to 'dotdebug_gdb_scripts section'.
2752         Twice.
2753         (.debug_gdb_scripts section): Rename the node ...
2754         (dotdebug_gdb_scripts section): ... here.
2755         (Maintenance Commands): Also rename this node reference.
2756
2757 2012-03-22  Siva Chandra Reddy  <sivachandra@google.com>
2758
2759         * gdb.texinfo (Python API/Values From Inferior): Add description
2760         about the new method Value.referenced_value.  Add description on
2761         how Value.dereference is different (and similar) to
2762         Value.referenced_value.
2763
2764 2012-03-19  Jan Kratochvil  <jan.kratochvil@redhat.com>
2765
2766         * gdb.texinfo (File Options): Describe --init-command=FILE, -ix and
2767         --init-eval-command=COMMAND, -iex.
2768         (Startup): Describe -iex and -ix.  Simplify the example
2769         for "set auto-load-scripts off".
2770
2771 2012-03-16  Gary Benson  <gbenson@redhat.com>
2772
2773         PR breakpoints/10738
2774         * gdb.texinfo (Inline Functions): Remove the now-unnecessary @item
2775         stating that GDB cannot set breakpoints on inlined functions.
2776         (Mode Options): Document --use-deprecated-index-sections.
2777         (Index Section Format): Document new index section version format.
2778
2779 2012-03-15  Tom Tromey  <tromey@redhat.com>
2780
2781         * gdb.texinfo (Debugging C Plus Plus): Document "info vtbl".
2782
2783 2012-03-13  Doug Evans  <dje@google.com>
2784
2785         * gdb.texinfo (Help): Change apropos example to use "alias" instead
2786         of "reload".
2787         (Symbols): Delete docs for set/show symbol-reloading.
2788         * gdbint.texinfo (Defining Other Architecture Features): Delete
2789         SYMBOL_RELOADING_DEFAULT.
2790         * refcard.tex: Delete reference to symbol-reloading.
2791
2792 2012-03-07  Pedro Alves  <palves@redhat.com>
2793
2794         * gdb.texinfo (General Query Packets): Document new
2795         QProgramSignals packet.
2796         * gdb.texinfo (Remote configuration): Mention
2797         "program-signals-packet".
2798
2799 2012-03-05  Tristan Gingold  <gingold@adacore.com>
2800
2801         * gdb.texinfo (General Query Packets): Document xfer:uib:read.
2802
2803 2012-03-03  Yao Qi  <yao@codesourcery.com>
2804
2805         * gdb.texinfo (In-Process Agent): New node.
2806         Document new commands.
2807         (General Query Packets): Add packet `QAgent'.
2808
2809 2012-03-01  Maciej W. Rozycki  <macro@codesourcery.com>
2810
2811         * gdb.texinfo (MIPS Features): Add org.gnu.gdb.mips.dsp.
2812
2813 2012-03-01  Scott J. Goldman <scottjg@vmware.com>
2814
2815         * gdb.texinfo (Commands In Python): Put example python macro in
2816         COMMAND_USER category rather than COMMAND_OBSCURE.
2817         Document gdb.COMMAND_USER.
2818         (User-defined Commands): Update documentation to clarify
2819         "set/show max-user-call-depth" and "show user" don't apply to python
2820         commands.  Update documentation to clarify "help user-defined" may
2821         also include python commands defined as COMMAND_USER.
2822
2823 2012-02-25  Jan Kratochvil  <jan.kratochvil@redhat.com>
2824
2825         * gdb.texinfo (Startup): Add option -ex description to the option -x
2826         description.
2827
2828 2012-02-24  Luis Machado  <lgustavo@codesourcery.com>
2829
2830         * gdb.texinfo (Setting Breakpoints): Mention and explain the
2831         condition-evaluation breakpoint parameter.
2832         Mention condition-evaluation mode being shown in "info break".
2833         (Break Conditions): Add description for target-side
2834         conditional breakpoints.
2835         (Remote Configuration): Mention conditional-breakpoints-packet.
2836         (Packets): Add cond-expr parameter to Z0/Z1 packets and explain
2837         cond-expr.
2838         (General Query Packets): Mention new ConditionalBreakpoint feature.
2839
2840 2012-02-22  Tom Tromey  <tromey@redhat.com>
2841
2842         * gdb.texinfo (Blocks In Python): Clarify block iteration.
2843
2844 2012-02-17  Tom Tromey  <tromey@redhat.com>
2845
2846         PR python/10753:
2847         * gdb.texinfo (objfile-gdb.py file): Fix location of auto-load
2848         directory.
2849
2850 2012-02-14  Stan Shebs  <stan@codesourcery.com>
2851
2852         * gdb.texinfo (Disabling Breakpoints): Document enable count.
2853
2854 2012-02-13  Pedro Alves  <palves@redhat.com>
2855
2856         * gdb.texinfo (MIPS boards): Refer to mips-elf instead of
2857         mips-idt-ecoff.
2858
2859 2012-02-09  Yao Qi  <yao@codesourcery.com>
2860
2861         * gdb.texinfo (Symbols In Python): Add missing `@end defvar'.
2862
2863 2012-02-07  Tom Tromey  <tromey@redhat.com>
2864
2865         * gdb.texinfo (Symbols In Python): Document Symbol.needs_frame and
2866         Symbol.value.
2867
2868 2012-02-07  Tom Tromey  <tromey@redhat.com>
2869
2870         * gdb.texinfo (Symbols In Python): Document Symbol.line.
2871
2872 2012-01-27  Thomas Schwinge  <thomas@codesourcery.com>
2873
2874         * gdb.textinfo (Packets): Move vCont paragraph to the correct place.
2875
2876 2012-01-24  Tom Tromey  <tromey@redhat.com>
2877
2878         * gdb.texinfo (Set Catchpoints): Document "catch load" and "catch
2879         unload".
2880         (Files): Mention new catch commands.
2881         (GDB/MI Async Records): Likewise.
2882
2883 2012-01-24  Gary Benson  <gbenson@redhat.com>
2884
2885         Delete #if 0'd out code.
2886         * gdb.texinfo (Frame Info): Remove "info catch".
2887
2888 2012-01-20  Ulrich Weigand  <ulrich.weigand@linaro.org>
2889
2890         * gdb.texinfo (Remote Configuration): Document
2891         "set remote hostio-readlink-packet" command.
2892         (General Query Packets): Document vFile:readlink packet.
2893
2894 2012-01-16  Tom Tromey  <tromey@redhat.com>
2895
2896         * gdb.texinfo (Specify Location): Document relative file name
2897         handling.
2898
2899 2012-01-16  Tom Tromey  <tromey@redhat.com>
2900
2901         * gdb.texinfo (gdb.printing): Document FlagEnumerationPrinter.
2902
2903 2012-01-13  Jan Kratochvil  <jan.kratochvil@redhat.com>
2904             Eli Zaretskii  <eliz@gnu.org>
2905
2906         * gdbint.texinfo (Coding Standards): Require braces for two lines of
2907         code.
2908
2909 2012-01-11  Paul Hilfinger  <hilfingr@adacore.com>
2910
2911         * gdb.texinfo (Variables): Document use of :: for non-static
2912         variables.
2913
2914 2012-01-05  Joel Brobecker  <brobecker@adacore.com>
2915
2916         * gdbint.texinfo (Start of New Year Procedure): Update
2917         to replace use of copyright.sh by use of copyright.py.
2918
2919 2012-01-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
2920
2921         Remove the gdbtui binary.
2922         * all-cfg.texi (GDBTUI): Remove.
2923         * gdb.texinfo (Mode Options): Remove the GDBTUI reference.
2924         (TUI): Remove GDBTUI pindex.  Remove the GDBTUI reference.
2925         * gdbint.texinfo (Testsuite): Replace `gdbtui' by `gdb -tui'.
2926
2927 2011-12-23  Kevin Pouget  <kevin.pouget@st.com>
2928
2929         Introduce gdb.FinishBreakpoint in Python.
2930         * gdb.texinfo (Finish Breakpoints in Python): New subsection.
2931         (Python API): Add menu entry for Finish Breakpoints.
2932
2933 2011-12-19  Jan Kratochvil  <jan.kratochvil@redhat.com>
2934
2935         * gdbint.texinfo (Testsuite): Describe KFAIL and XFAIL in Writing
2936         tests.
2937
2938 2011-12-16  Doug Evans  <dje@google.com>
2939
2940         * gdb.texinfo (Server): Document -/stdio argument to gdbserver.
2941
2942 2011-12-16  Phil Muldoon  <pmuldoon@redhat.com>
2943
2944         * gdb.texinfo (Python Commands): Remove "maint set/show print
2945         stack".  Add documentation for "set/show python print-stack".
2946
2947 2011-12-14  Pedro Alves  <pedro@codesourcery.com>
2948
2949         * gdb.texinfo (Implementing a Remote Stub): Explain that you
2950         should transfer control to the stub in the startup code instead of
2951         in main.  Mention the need to get past the initial breakpoint.
2952
2953 2011-12-06  Tom Tromey  <tromey@redhat.com>
2954
2955         * gdb.texinfo (Set Breaks): Update for new behavior.
2956
2957 2011-12-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
2958
2959         * gdb.texinfo (Requirements, Remote Protocol): Reference also `Library
2960         List Format for SVR4 Targets'.
2961         (General Query Packets): New item qXfer:libraries-svr4:read.
2962         (Library List Format for SVR4 Targets): New node.
2963
2964 2011-12-01  Tom Tromey  <tromey@redhat.com>
2965
2966         * gdb.texinfo (Writing a Pretty-Printer): Use append method, not
2967         add.
2968
2969 2011-11-22  Tom Tromey  <tromey@redhat.com>
2970
2971         * gdb.texinfo (GDB/MI Async Records): Document new *stopped
2972         reasons.
2973
2974 2011-11-20  Stan Shebs  <stan@codesourcery.com>
2975
2976         * gdb.texinfo (Starting and Stopping Trace Experiments): Document
2977         note-related options and variables.
2978         (Tracepoint Packets): Document packet changes.
2979
2980 2011-11-20  Sanjoy Das  <sdas@igalia.com>
2981
2982         * gdb.texinfo (JIT Interface): Add documentation on writing and
2983         usind JIT debug info readers.
2984         (Custom Debug Info, Using JIT Debug Info Readers, Writing JIT
2985         Debug Info Readers): New nodes.
2986
2987 2011-11-18  Yao Qi  <yao@codesourcery.com>
2988
2989         * gdb.texinfo (Create and Delete Tracepoints): Mention pending
2990         tracepoint.
2991
2992 2011-11-15  Doug Evans  <dje@google.com>
2993
2994         * gdb.texinfo (Files): Document basenames-may-differ.
2995
2996 2011-11-14  Doug Evans  <dje@google.com>
2997
2998         * gdb.texinfo (Shell Commands): Document "!".
2999
3000 2011-11-14  Stan Shebs  <stan@codesourcery.com>
3001             Kwok Cheung Yeung  <kcy@codesourcery.com>
3002
3003         * gdb.texinfo (Create and Delete Tracepoints): Describe what is
3004         needed to get shorter fast tracepoints.
3005         (Tracepoint Packets): Document new qTMinFTPILen packet.
3006
3007 2011-11-14  Yao Qi  <yao@codesourcery.com>
3008
3009         * gdb.texinfo (Create and Delete Tracepoints): Describe changed
3010         behavior of tracepoint.
3011         (General Query Packets): New feature InstallInTrace.
3012         (Remote Configuration): Document "set remote
3013         install-in-trace-packet".
3014
3015 2011-11-12  Matt Rice  <ratmice@gmail.com>
3016
3017         * gdb.texinfo (C Preprocessor Macros): Remove info definitions.
3018         Add arguments to info macro.
3019
3020 2011-11-10  Tom Tromey  <tromey@redhat.com>
3021
3022         * gdb.texinfo (Compilation): Don't mention -gdwarf-2.  Link to GCC
3023         manual.
3024         (Variables): Don't mention -gdwarf-2.  Link to Compilation node.
3025         (Macros): Add a footnote.
3026         (C): Remove paragraph about compiler options.
3027         (C Constants): Mention wide character and string constants.
3028         (C Plus Plus Expressions): Update compiler option advice.  Mention
3029         using declarations.  Mention ADL.  Remove old HP compiler
3030         information.
3031
3032 2011-11-10  Tom Tromey  <tromey@redhat.com>
3033
3034         PR c++/9257:
3035         * gdb.texinfo (Print Settings): Add an extra note about the need
3036         for a vtable.
3037
3038 2011-11-08  Maciej W. Rozycki  <macro@codesourcery.com>
3039
3040         * gdb.texinfo (MIPS): Remove duplicate "auto" reference from
3041         "set mips abi" documentation.
3042
3043 2011-11-04  Doug Evans  <dje@google.com>
3044
3045         * gdb.texinfo (Maintenance Commands): Update docs of "maint time".
3046
3047 2011-11-03  Tom Tromey  <tromey@redhat.com>
3048
3049         * gdb.texinfo (Stopping): Add menu entry.
3050         (Continuing and Stepping): Restore @node.  Use @section, not
3051         @subsection.
3052
3053 2011-11-03  Maciej W. Rozycki  <macro@codesourcery.com>
3054
3055         * gdb.texinfo (Skipping Over Functions and Files): Remove node
3056         designation.  Fix "Specify Location" cross-reference.
3057
3058 2011-11-02  Stan Shebs  <stan@codesourcery.com>
3059
3060         * gdb.texinfo (Tracepoint Action Lists): Document collect/s.
3061         (General Query Packets): Describe tracenz feature.
3062         * agentexpr.texi (Bytecode Descriptions): Describe tracenz.
3063
3064 2011-10-28  Paul Koning  <paul_koning@dell.com>
3065
3066         * gdb.texinfo (gdb.types): Rename deepitems to deep_items.
3067
3068 2011-10-27  Kevin Pouget  <kevin.pouget@st.com>
3069
3070         * gdb.texinfo ((Frames In Python): Document
3071         gdb.FRAME_UNWIND_FIRST_ERROR contant.
3072
3073 2011-10-26  Paul Koning  <paul_koning@dell.com>
3074
3075         * gdb.texinfo (gdb.types): Document new deepitems function.
3076
3077 2011-10-25  Paul Koning  <paul_koning@dell.com>
3078
3079         PR python/13327
3080
3081         * gdb.texinfo (Values From Inferior): Add is_lazy attribute,
3082         fetch_lazy method.
3083
3084 2011-10-20  Phil Muldoon  <pmuldoon@redhat.com>
3085
3086         PR python/12656
3087
3088         * gdb.texinfo (Blocks In Python): Document is_static, is_global,
3089         global_block, static_block function.
3090
3091 2011-10-19  Tom Tromey  <tromey@redhat.com>
3092
3093         * gdb.texinfo (Commands In Python): Add missing "@"s.
3094
3095 2011-10-13  Kevin Pouget  <kevin.pouget@st.com>
3096
3097         PR python/13285 Document named constants for frame unwind stop reasons
3098         * gdb.texinfo (Frames In Python): Document gdb.FRAME_UNWIND_*
3099         constants.
3100
3101 2011-10-12  Jan Kratochvil  <jan.kratochvil@redhat.com>
3102
3103         Fix compatibility with texinfo versions older than 4.12.
3104         * Makefile.in (MAKEINFO): Set to @MAKEINFO@.
3105         (MAKEINFOFLAGS, MAKEINFO_EXTRA_FLAGS, MAKEINFO_CMD): New.
3106         (MAKEHTMLFLAGS): Use MAKEINFO_CMD.
3107         (gdb.info, gdbint.info, stabs.info, annotate.info): Use MAKEINFO_CMD.
3108         * gdb.texinfo (Tail Call Frames): Convert @arrow{} to @click, when possible.
3109         Make the conversion conditional on HAVE_MAKEINFO_CLICK, using variables
3110         CALLSEQ1A, CALLSEQ1B, CALLSEQ2A and CALLSEQ2B.
3111
3112 2011-10-09  Doug Evans  <dje@google.com>
3113
3114         * gdb.texinfo (Extending GDB): Document alias command.
3115
3116 2011-10-09  Jan Kratochvil  <jan.kratochvil@redhat.com>
3117
3118         Support @entry in input expressions.
3119         * gdb.texinfo (Variables): Describe @entry names suffix.
3120         (Print Settings): Add anchor for `set print entry-values'.
3121
3122 2011-10-09  Jan Kratochvil  <jan.kratochvil@redhat.com>
3123             Eli Zaretskii  <eliz@gnu.org>
3124
3125         Display @entry parameter values (without references).
3126         * gdb.texinfo (Tail Call Frames): Add anchor.  Add self tail call
3127         example.
3128         (Print Settings): New description of set print entry-values and show
3129         print entry-values.
3130
3131 2011-10-09  Jan Kratochvil  <jan.kratochvil@redhat.com>
3132             Eli Zaretskii  <eliz@gnu.org>
3133
3134         Recognize virtual tail call frames.
3135         * gdb.texinfo (Optimized Code): Add reference to Tail Call Frames.
3136         (Tail Call Frames): New node.
3137         (Frames In Python): Add gdb.TAILCALL_FRAME.
3138
3139 2011-10-07  Doug Evans  <dje@google.com>
3140
3141         * gdb.texinfo (gdb.printing): Document new `replace' arg to
3142         register_pretty_printer.
3143
3144 2011-10-07  Phil Muldoon  <pmuldoon@redhat.com>
3145
3146         PR python/12930
3147         PR python/12802
3148
3149         * gdb.texinfo (Breakpoints In Python): Clarify behavior in the
3150         stop method.
3151
3152 2011-10-07  Ulrich Weigand  <ulrich.weigand@linaro.org>
3153
3154         * gdb.texinfo (Starting your Program): "set disable-randomization"
3155         is no longer Linux-specific.
3156         (Remote Configuration): Document "set remote
3157         disable-randomization-packet".
3158         (General Query Packets): Document "QDisableRandomization" packet
3159         and add it to "qSupported" list.
3160
3161 2011-10-07  Kevin Pouget  <kevin.pouget@st.com>
3162
3163         Allow Python notification of new object-file loadings.
3164         * gdb.texinfo (Events In Python): Document `gdb.NewObjFileEvent'
3165         event type.
3166
3167 2011-10-04  Kevin Pouget  <kevin.pouget@st.com>
3168
3169         PR python/12691: Add the inferior to Python exited event
3170         * gdb.texinfo (Events In Python): Describe exited inferior attribute.
3171
3172 2011-10-03  Joel Brobecker  <brobecker@adacore.com>
3173
3174         * gdb.texinfo (GDB/MI Miscellaneous Commands): Minor
3175         rephasing.
3176
3177 2011-10-03  Joel Brobecker  <brobecker@adacore.com>
3178
3179         * gdb.texinfo (GDB/MI Ada Tasking Commands): New node.
3180         (GDB/MI Miscellaneous Commands): Add `ada-task-info'
3181         as possible feature returned by the `-list-features'
3182         command.
3183
3184 2011-09-28  Paul Koning  <paul_koning@dell.com>
3185
3186         * gdb.texinfo (gdb.Type): Document field access by dictionary
3187         key syntax.
3188
3189 2011-09-28  Yao Qi  <yao@codesourcery.com>
3190
3191         * gdb.texinfo (Files): Update options for `add-symbol-file'.
3192         Add one space after option `-s'.  Remove @r{} markup.
3193
3194 2011-09-27  Stan Shebs  <stan@codesourcery.com>
3195
3196         * gdb.texinfo (Tracepoint Action Lists): Document $_ret.
3197
3198 2011-09-16  Hui Zhu  <teawater@gmail.com>
3199
3200         * gdb.texinfo (Tracepoint Restrictions): Change *$esp@300
3201         to *(unsigned char *)$esp@300.
3202
3203 2011-09-15  Paul Koning  <paul_koning@dell.com>
3204
3205         * gdb.texinfo: Make style of Python functions and methods match
3206         the syntax of Python.  Also put class and module names explicitly
3207         on function, member, and variable names, matching Python
3208         documentation conventions.
3209
3210 2011-09-15  Kevin Pouget  <kevin.pouget@st.com>
3211
3212         PR Python/12692 Add gdb.selected_inferior() to Python interface.
3213         * gdb.texinfo (Inferiors In Python): Describe new
3214         gdb.selected_inferior() function.
3215
3216 2011-09-15  Kevin Pouget  <kevin.pouget@st.com>
3217
3218         Handle multiple breakpoint hits in Python interface:
3219         * gdb.texinfo (Events In Python): New function documentation:
3220         gdb.BreakpointEvent.breakpoints. Indicate that
3221         gdb.BreakpointEvent.breakpoint is now deprecated.
3222
3223 2011-09-04  Joel Brobecker  <brobecker@adacore.com>
3224
3225         * gdb.texinfo: Set EDITION to "Tenth" and change ISBN.
3226
3227 2011-08-25  Andrew Oakley  <andrew@ado.is-a-geek.net>
3228
3229         * gdb.texinfo (Types In Python): Document 'bitpos' for enums.
3230
3231 2011-08-17  Phil Muldoon  <pmuldoon@redhat.com>
3232
3233         * gdb.texinfo (Prompt): Add set/show extended-prompt
3234         documentation
3235         (Basic Python): Add prompt_hook anchor.
3236         (Python modules): Reword module text to reflect multiple modules.
3237         (gdb.prompt): Document gdb.prompt module.
3238
3239 2011-08-14  Yao Qi  <yao@codesourcery.com>
3240
3241         * gdb.texinfo (General Query Packets): Document qXfer:fdpic:read packet.
3242
3243 2011-08-14  Yao Qi  <yao@codesourcery.com>
3244
3245         * gdb.texinfo (Standard Target Features): Document C6x features.
3246         (TIC6x Features): New node.
3247
3248 2011-08-12  Doug Evans  <dje@google.com>
3249
3250         * gdb.texinfo (Symbols In Python): Document symbol.type.
3251
3252 2011-08-09  Phil Muldoon  <pmuldoon@redhat.com>
3253
3254         * gdb.texinfo (Python): Document command and function
3255         auto-loading.
3256
3257 2011-07-26  Jan Kratochvil  <jan.kratochvil@redhat.com>
3258             Eli Zaretskii  <eliz@gnu.org>
3259
3260         * gdb.texinfo (whatis, ptype): Highlight their differences.  Describe
3261         typedefs unrolling.  Extend the sample code by an inner typedef and
3262         outer typedefs unrolling.
3263
3264 2011-07-26  Paul Pluzhnikov  <ppluzhnikov@google.com>
3265
3266         * gdb.texinfo (Caching Remote Data): Document {set,show} dcache
3267         size and line-size.
3268
3269 2011-07-21  Matt Rice  <ratmice@gmail.com>
3270
3271         PR macros/12999
3272         * gdb.texinfo (Macros): Add info definitions and info macros commands.
3273         Update text and cindex entries for info macro command.
3274
3275 2011-07-21  Phil Muldoon  <pmuldoon@redhat.com>
3276
3277         * observer.texi (GDB Observers): Add before_prompt observer.
3278         * gdb.texinfo (Basic Python): Add documentation for prompt
3279         substitution.
3280
3281 2011-07-11  Phil Muldoon  <pmuldoon@redhat.com>
3282
3283         PR python/12438
3284         * gdb.texinfo (Python Commands): Add deprecate note to maint
3285           set/show python print-stack.  Document set/show python
3286           print-backtrace.
3287
3288 2011-07-05  Thiago Jung Bauermann  <bauerman.ibm.com>
3289
3290         * gdb.texinfo: Fix typos.
3291
3292 2011-07-01  Tom Tromey  <tromey@redhat.com>
3293
3294         * gdb.texinfo (Debugging Output): Document set debug
3295         check-physname.
3296
3297 2011-06-29  Tom Tromey  <tromey@redhat.com>
3298
3299         * gdb.texinfo (GDB/MI Miscellaneous Commands): Document
3300         breakpoint-notifications feature.
3301
3302 2011-06-29  Ulrich Weigand  <ulrich.weigand@linaro.org>
3303
3304         * gdb.texinfo (Target Description): Remove warning about
3305         possibly unstable format.
3306
3307 2011-06-03  Tom Tromey  <tromey@redhat.com>
3308
3309         * gdb.texinfo (GDB/MI Async Records): Document 'exit-code' field.
3310         (Events In Python): Note that exit_code is optional.
3311
3312 2011-05-17  Pedro Alves  <pedro@codesourcery.com>
3313
3314         * gdb.texinfo (Remote Protocol) <Overview>: Mention vCont is
3315         required for multi-threading support.
3316         (Remote Protocol) <Packets>: Mention that 'c', 's', 'C', 'S' and
3317         Hc are deprecated for multi-threading debugging.  Point readers at
3318         the vCont packet.
3319
3320 2011-05-15  Doug Evans  <dje@google.com>
3321
3322         * gdb.texinfo (Auto-loading): Document printing of missing scripts.
3323
3324 2011-05-13  Doug Evans  <dje@google.com>
3325
3326         * gdb.texinfo (Threads): Document $sdir,$pdir.
3327         (Server): Document $pdir exception.
3328
3329         * gdb.texinfo (Auto-loading): Document "info auto-load-scripts".
3330
3331         * gdb.texinfo (Threads): Clarify default value for
3332         libthread-db-search-path.
3333
3334         * gdb.texinfo (Completion): Update example.
3335         (Debugging Output): Delete `set/show debug lin-lwp-async'.
3336
3337 2011-05-12  Kwok Cheung Yeung  <kcy@codesourcery.com>
3338
3339         * gdb.texinfo: Document change in the behaviour of the enable and
3340         disable GDB commands when applied to tracepoints.
3341         Document the EnableDisableTracepoints remote stub feature.
3342         Document QTEnable and QTDisable in the list of tracepoint packets.
3343
3344 2011-05-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
3345
3346         * Makefile.in (GDB_DOC_SOURCE_INCLUDES): Rename inc-hist.texinfo to
3347         hsuser.texi.
3348         * gdb.texinfo <!SYSTEM_READLINE>: Rename inc-hist.texinfo inclusion and
3349         comment to hsuser.texi.  Change rluser.texi name in the comment.
3350
3351 2011-05-10  Doug Evans  <dje@google.com>
3352
3353         * gdb.texinfo (Threads): If an empty path is provided for
3354         libthread-db-search-path it is reset to its default value.
3355         (Server): Ditto.
3356
3357 2011-05-09  Doug Evans  <dje@google.com>
3358
3359         * gdb.texinfo (Requirements): Fix typo.  Mention --with-iconv-bin.
3360
3361 2011-05-06  Sergio Durigan Junior  <sergiodj@linux.vnet.ibm.com>
3362             Thiago Jung Bauermann  <bauerman@br.ibm.com>
3363
3364         Implement support for PowerPC BookE masked watchpoints.
3365         * gdb.texinfo (Set Watchpoints): Document mask parameter.
3366         (PowerPC Embedded): Mention support of masked watchpoints.
3367
3368 2011-05-03  Joel Brobecker  <brobecker@adacore.com>
3369
3370         * gdb.texinfo (In Memoriam): Replace litteral uses of `GDB' with
3371         `@value{GDBN}'.
3372
3373 2011-05-03  Joel Brobecker  <brobecker@adacore.com>
3374
3375         * gdb.texinfo (titlepage): Remove dedication.
3376         (In Memoriam): New appendix.
3377
3378 2011-04-27  Jan Kratochvil  <jan.kratochvil@redhat.com>
3379             Eli Zaretskii  <eliz@gnu.org>
3380
3381         * gdb.texinfo (Index Section Format): Change the version to 5.
3382         Describe the different formula.
3383
3384 2011-04-24  Jan Kratochvil  <jan.kratochvil@redhat.com>
3385             Eli Zaretskii  <eliz@gnu.org>
3386
3387         * gdb.texinfo (Starting and Stopping Trace Experiments): New anchor
3388         for disconnected tracing.
3389         (Multi-Process Mode for @code{gdbserver}): Mention --multi and
3390         extended-remote relationship.  Mention --once.
3391         (TCP port allocation lifecycle of @code{gdbserver}): New.
3392
3393 2011-04-23  Eli Zaretskii  <eliz@gnu.org>
3394
3395         * gdb.texinfo (Server): Improve indexing.  Index all optional
3396         switches to gdbserver.
3397
3398 2011-04-20  Tom Tromey  <tromey@redhat.com>
3399
3400         * gdb.texinfo (Index Section Format): New node.
3401         (Top): Add new node to menu.
3402
3403 2011-04-20  Pedro Alves  <pedro@codesourcery.com>
3404
3405         * gdb.texinfo (Maintenance Commands): Document `maint print
3406         remote-registers'.
3407
3408 2011-04-20  Tom Tromey  <tromey@redhat.com>
3409
3410         * gdb.texinfo (Trace File Format): Move node later.
3411
3412 2011-04-19  Tom Tromey  <tromey@redhat.com>
3413
3414         * gdbint.texinfo (Register Information Functions): Remove
3415         duplicate "the".
3416         * gdb.texinfo (Emacs): Remove duplicate "to".
3417         (GDB/MI Variable Objects): Remove duplicate "the".
3418         (General Query Packets): Likewise.
3419
3420 2011-04-02  Joel Brobecker  <brobecker@adacore.com>
3421
3422         * gdb.texinfo (GDB/MI Output Records): Fix menu entry for
3423         "GDB/MI Ada Exception Information" node.
3424
3425 2011-04-01  Joel Brobecker  <brobecker@adacore.com>
3426
3427         * gdb.texinfo (GDB/MI Ada Exception Information): Document
3428         the "exception-name" field in the *stopped async record.
3429
3430 2011-03-31  Thiago Jung Bauermann  <bauerman@br.ibm.com>
3431             Sergio Durigan Junior  <sergiodj@linux.vnet.ibm.com>
3432
3433         Implement support for PowerPC BookE ranged breakpoints.
3434         * gdb.texinfo (PowerPC Embedded): Document ranged breakpoints.
3435
3436 2011-03-28  Tom Tromey  <tromey@redhat.com>
3437
3438         * gdb.texinfo (Set Tracepoints): Fix typo.
3439
3440 2011-03-24  Tom Tromey  <tromey@redhat.com>
3441
3442         * gdb.texinfo (Specify Location): Document `function:label'
3443         linespec.
3444
3445 2011-03-18  Phil Muldoon  <pmuldoon@redhat.com>
3446
3447         PR python/12149
3448
3449         * gdb.texinfo (Basic Python): Update gdb.write and flush text.
3450
3451 2011-03-17  Phil Muldoon  <pmuldoon@redhat.com>
3452
3453         * gdb.texinfo (Blocks In Python): Add is_valid method description.
3454         (Inferiors In Python): Likewise.
3455         (Threads In Python): Likewise.
3456         (Symbols In Python): Likewise.
3457         (Objfiles In Python): Likewise.
3458         (Symbol Tables In Python): Likewise.
3459
3460 2011-03-15  Pedro Alves  <pedro@codesourcery.com>
3461
3462         * gdb.texinfo (Auto Display) <undisplay, enable display, disable
3463         display>: Explain that the commands accept number ranges.
3464
3465 2011-03-14  Phil Muldoon  <pmuldoon@redhat.com>
3466
3467         * gdb.texinfo (Breakpoints In Python): Add description and example
3468         of Python stop function operation.
3469
3470 2011-03-10  Phil Muldoon  <pmuldoon@redhat.com>
3471
3472         * gdb.texinfo (Parameters In Python): Document get_set_string and
3473         get_show_string methods.
3474
3475 2011-02-28  Jan Kratochvil  <jan.kratochvil@redhat.com>
3476
3477         * gdb.texinfo (Tracepoint Conditions): Fix missing parenthesis.
3478
3479         * gdb.texinfo (Starting and Stopping Trace Experiments): Fix
3480         circular-trace-buffer name.
3481
3482 2011-02-28  Joel Brobecker  <brobecker@adacore.com>
3483
3484         * gdb.texinfo (Inferiors and Programs): Fix small error introduced
3485         in the previous change.
3486
3487 2011-02-27  Michael Snyder  <msnyder@vmware.com>
3488
3489         * gdb.texinfo (Inferiors and Programs): Update commands to show
3490         that they can accept multiple arguments.
3491
3492 2011-02-24  Joel Brobecker  <brobecker@adacore.com>
3493
3494         Revert the following patch (code patch was not approved):
3495         2011-02-21  Hui Zhu  <teawater@gmail.com>
3496         * agentexpr.texi (bytecode descriptions): add printf.
3497         * gdb.texinfo (tracepoint action lists): add printf.
3498
3499 2011-02-23  Doug Evans  <dje@google.com>
3500
3501         * gdb.texinfo (Symbols In Python): Fix mention of C++, use C@t{++}.
3502
3503 2011-02-23  Michael Snyder  <msnyder@vmware.com>
3504
3505         * gdb.texinfo (Set Breaks): Add @dots{} to arguments of info break.
3506         (Set Watchpoints): Add @dots{} to argument of info watchpoints.
3507         (Listing Tracepoints): Add @dots{} to argument of info tracepoints.
3508
3509 2011-02-22  Doug Evans  <dje@google.com>
3510
3511         * gdb.texinfo (Symbols In Python): Document lookup_global_symbol.
3512         Clarify behaviour of lookup_symbol when `block' argument is omitted,
3513         add description of result, fix @defun formatting.
3514
3515 2011-02-21  Hui Zhu  <teawater@gmail.com>
3516
3517         * agentexpr.texi (Bytecode Descriptions): Add printf.
3518         * gdb.texinfo (Tracepoint Action Lists): Add printf.
3519
3520 2011-02-18  Tom Tromey  <tromey@redhat.com>
3521
3522         * agentexpr.texi (Bytecode Descriptions): Document pick and rot.
3523
3524 2011-02-14  Michael Snyder  <msnyder@vmware.com>
3525
3526         * gdb.texinfo (threads): Document argument for "info threads" cmd.
3527         Document new command "thread find".
3528
3529 2011-02-14  Michael Snyder  <msnyder@vmware.com>
3530
3531         * gdb.texinfo (Threads): Update example of new thread message.
3532
3533 2011-02-14  Pedro Alves  <pedro@codesourcery.com>
3534
3535         * gdb.texinfo (Remote Configuration): Mention set/show remote
3536         traceframe-info.
3537         (Tools/Packages Optional for Building GDB): Mention that expat is
3538         used for traceframe info.
3539         (Remote Protocol) <Menu>: Add "Traceframe Info Format".
3540         (General Query Packets) <qSupported>: Describe the
3541         qXfer:traceframe-info:read feature.
3542         (qXfer::read): Describe qXfer:traceframe-info:read.
3543         (Traceframe Info Format): New section.
3544
3545 2011-02-04  Pedro Alves  <pedro@codesourcery.com>
3546
3547         * gdbint.texinfo (Formatting): Mention some formatting guidelines
3548         for casts and unary operators.
3549
3550 2011-02-04  Tom Tromey  <tromey@redhat.com>
3551
3552         * gdb.texinfo (GDB/MI Async Records): Document that symbols-loaded
3553         is not useful.
3554
3555 2011-01-25  Pedro Alves  <pedro@codesourcery.com>
3556
3557         * gdb.texinfo: s/value optimized out/optimized out/g
3558
3559 2011-01-21  Joel Brobecker  <brobecker@adacore.com>
3560
3561         * gdb.texinfo (Other Misc Settings): Rework part of the
3562         documentation of the "set interactive mode" command.
3563
3564 2011-01-19  Tom Tromey  <tromey@redhat.com>
3565
3566         * gdb.texinfo (Threads): Document thread name output and `thread
3567         name' command.
3568         (Threads In Python): Document Thread.name attribute.
3569         (GDB/MI Thread Commands): Document thread attributes.
3570
3571 2011-01-12  Andrew Burgess  <aburgess@broadcom.com>
3572
3573         * gdb.texinfo (GDB/MI Data Manipulation): Update to reflect
3574         changes in mi/mi-cmd-disas.c
3575
3576 2011-01-12  Tom Tromey  <tromey@redhat.com>
3577
3578         * gdb.texinfo (Threads): Remove duplicate text.  Update examples.
3579         Fix "thread apply" text.
3580
3581 2011-01-11  Sergio Durigan Junior  <sergiodj@linux.vnet.ibm.com>
3582             Thiago Jung Bauermann  <bauerman@br.ibm.com>
3583
3584         Implement support for PowerPC BookE ranged watchpoints.
3585         * gdb.texinfo (PowerPC Embedded): Document ranged watchpoints and
3586         the "set powerpc exact-watchpoints" flag.
3587
3588 2011-01-07  Tom Tromey  <tromey@redhat.com>
3589
3590         * gdb.texinfo (Python API): Add descriptions to @menu items.
3591
3592 2011-01-06  Tom Tromey  <tromey@redhat.com>
3593
3594         * gdb.texinfo (Frames In Python): Document gdb.newest_thread.
3595
3596 2010-01-06  Paul Pluzhnikov  <ppluzhnikov@google.com>
3597
3598         * gdb.texinfo (Debugging Output): Document "set debug jit".
3599
3600 2011-01-06  Tom Tromey  <tromey@redhat.com>
3601
3602         PR python/12133:
3603         * gdb.texinfo (Frames In Python): Document various frame
3604         constants.
3605
3606 2011-01-05  Joel Brobecker  <brobecker@adacore.com>
3607
3608         * doc/agentexpr.texi, doc/all-cfg.texi, doc/annotate.texinfo,
3609         doc/gdb.texinfo, doc/gdbint.texinfo, doc/observer.texi,
3610         doc/refcard.tex, doc/stabs.texinfo: Copyright year update.
3611
3612 2011-01-03  Jan Kratochvil  <jan.kratochvil@redhat.com>
3613
3614         * Makefile.in (diststuff): Remove gdb-cfg.texi and GDBvn.texi.
3615         (clean): Add GDBvn.texi.
3616
3617 2010-12-29  Joel Brobecker  <brobecker@adacore.com>
3618
3619         * gdb.texinfo (Ada Glitches): Remove paragraph describing the
3620         occasional case where the debugger prints an array address
3621         instead of the array itself.
3622
3623 2010-12-23  Pedro Alves  <pedro@codesourcery.com>
3624
3625         * gdb.texinfo (Packets) <read registers packet>: Document support
3626         for registers that were not collected.
3627
3628 2010-12-15  Doug Evans  <dje@google.com>
3629
3630         * gdb.texinfo (Startup): Document auto-loading of scripts during
3631         startup.
3632         (Auto-loading): Delete "maint set python auto-load on|off".
3633         Add "set auto-load-scripts on|off".
3634
3635 2010-12-07  Doug Evans  <dje@google.com>
3636
3637         * gdb.texinfo (Mode Options): Document -data-directory.
3638         (Data Files): Add reference to -data-directory.
3639
3640 2010-11-29  Doug Evans  <dje@google.com>
3641
3642         * gdb.texinfo (Pretty-Printer Introduction): Change
3643         printer-name:subprinter-name to printer-name;subprinter-name.
3644
3645 2010-11-29  Phil Muldoon  <pmuldoon@redhat.com>
3646
3647         PR python/12199
3648
3649         * gdb.texinfo (Breakpoints In Python): Document "delete" method.
3650
3651 2010-11-23  Tom Tromey  <tromey@redhat.com>
3652
3653         * gdb.texinfo (Top): Check SYSTEM_READLINE.
3654         (Editing): Likewise.
3655         (Command History): Likewise.
3656         (TUI Keys): Likewise.
3657         (Bug Reporting): Conditionally include rluser.texi and
3658         inc-history.texinfo.
3659         * Makefile.in (READLINE_TEXI_INCFLAG): New variable.
3660         (GDB_DOC_SOURCE_INCLUDES): Add comment.
3661         (GDBvn.texi): Set SYSTEM_READLINE when appropriate.
3662         (gdb.dvi): Use READLINE_TEXI_INCFLAG.
3663         (gdb.pdf): Likewise.
3664         (gdb.info): Likewise.
3665         (gdb/index.html): Likewise.
3666
3667 2010-11-23  Tom Tromey  <tromey@redhat.com>
3668
3669         * Makefile.in (Makefile): Run ../config.status.
3670         (distclean): Update.
3671         * configure: Remove.
3672         * configure.ac: Remove.
3673
3674 2010-11-12  Tom Tromey  <tromey@redhat.com>
3675
3676         * gdb.texinfo (Basic Python): Update.  Add xref.
3677         (Exception Handling): Document new exception classes.
3678         (Types In Python): Update.
3679         (Frames In Python): Update.
3680
3681 2010-11-11  Phil Muldoon  <pmuldoon@redhat.com>
3682
3683         * gdb.texinfo (Breakpoints In Python): Document "internal"
3684         parameter, and visible attribute.
3685
3686 2010-11-05  Doug Evans  <dje@google.com>
3687
3688         * gdb.texinfo (Source Path): Document "set directories".
3689
3690 2010-11-05  Ken Werner  <ken.werner@de.ibm.com>
3691
3692         * gdb.texinfo: (Summary) Add mention about OpenCL C language support.
3693         (OpenCL C): New node.
3694
3695 2010-11-02  Doug Evans  <dje@google.com>
3696
3697         * gdb.texinfo (Pretty Printing): Expand into three sections,
3698         introduction, example, and commands.
3699         (Python API): Delete section Disabling Pretty-Printers, merge into
3700         Selecting Pretty-Printers.
3701         (Writing a Pretty-Printer): New section.  Move the pretty-printer
3702         example here, and reformat to match python coding style.  Add a second
3703         example using the gdb.printing module.
3704         (Python modules): Add gdb.printing.
3705
3706 2010-10-29  Doug Evans  <dje@google.com>
3707
3708         * gdb.texinfo (Python): Fix long line.
3709
3710 2010-10-20  Doug Evans  <dje@google.com>
3711
3712         * gdbint.texinfo (Misc Guidelines): Renamed from Coding.
3713         All references updated.  Correct sections marked as subsections.
3714         (Coding Standards): New chapter.  Move the coding standard related
3715         subsections here.  Add section on Python coding standards.
3716
3717 2010-10-13  Doug Evans  <dje@google.com>
3718
3719         * gdb.texinfo (Python): Add "Python modules".
3720         (Types in Python): Add reference to gdb.types section.
3721         (Python modules): New node.
3722
3723 2010-10-11  Doug Evans  <dje@google.com>
3724
3725         * gdb.texinfo (Values From Inferior): Add reference to "Types in
3726         Python" from gdb.Value.type description.
3727
3728 2010-09-28  Joel Brobecker  <brobecker@adacore.com>
3729
3730         * gdb.texinfo (Ravenscar Profile): New node.
3731
3732 2010-09-22  Tom Tromey  <tromey@redhat.com>
3733
3734         * gdb.texinfo (Values From Inferior): Mention Value.__init__.
3735
3736 2010-09-22  Eli Zaretskii  <eliz@gnu.org>
3737
3738         * gdb.texinfo (Values From Inferior): Clarify that
3739         value.dynamic_type works only in C++ programs with RTTI.
3740
3741 2010-09-15  Paul Bolle  <pebolle@tiscali.nl>
3742
3743         * gdb.texinfo (Character Sets): Correctly reference host-charset
3744         in example.
3745
3746 2010-09-13  Tom Tromey  <tromey@redhat.com>
3747
3748         * gdb.texinfo (GDB/MI Stack Manipulation) <-stack-list-frames>:
3749         Document "fullname" and "from".
3750
3751 2010-09-01  Marc Khouzam  <marc.khouzam@ericsson.com>
3752
3753         * gdb.texinfo (GDB/MI Miscellaneous Commands): Document new
3754         feature `reverse' output by -list-target-features.
3755
3756 2010-08-31  H.J. Lu  <hongjiu.lu@intel.com>
3757
3758         * gdb.texinfo (i386 Features): Remove an extra "@item".
3759
3760 2010-08-30  Tom Tromey  <tromey@redhat.com>
3761
3762         PR python/11792:
3763         * gdb.texinfo (Values From Inferior): Document dynamic_type.
3764
3765 2010-08-24  Daniel Jacobowitz  <dan@codesourcery.com>
3766
3767         * gdb.texinfo (ARM Features): Document
3768         org.gnu.gdb.arm.m-profile.
3769
3770 2010-08-23  Tom Tromey  <tromey@redhat.com>
3771
3772         PR python/11145:
3773         * gdb.texinfo (Values From Inferior): Document dynamic_cast and
3774         reinterpret_cast methods.
3775
3776 2010-08-23  Tom Tromey  <tromey@redhat.com>
3777
3778         PR python/11915:
3779         * gdb.texinfo (Types In Python): Document array method.
3780
3781 2010-08-18  Thiago Jung Bauermann  <bauerman@br.ibm.com>
3782
3783         * gdb.texinfo (PowerPC Embedded): Mention support for the DVC register.
3784
3785 2010-08-16   Tom Tromey  <tromey@redhat.com>
3786
3787         * gdb.texinfo (Set Watchpoints): Document -location option.
3788
3789 2010-08-13  Doug Evans  <dje@google.com>
3790
3791         * gdb.texinfo (.debug_gdb_scripts section): Fix typo.
3792
3793 2010-08-13  Vladimir Prus  <vladimir@codesourcery.com>
3794
3795         * gdb.texinfo (GDB/MI Data Manipulation): Document
3796         -data-read-memory-raw and -data-write-memory-raw.
3797
3798 2010-08-11  Tom Tromey  <tromey@redhat.com>
3799             Phil Muldoon <pmuldoon@redhat.com>
3800
3801         * gdb.texinfo (Basic Python): Describe post_event API.
3802
3803 2010-08-11  Phil Muldoon  <pmuldoon@redhat.com>
3804
3805         * gdb.texinfo (Basic Python): Describe solib_address and
3806         decode_line Python APIs
3807
3808 2010-08-10  Tom Tromey  <tromey@redhat.com>
3809
3810         * gdb.texinfo (Pretty Printing API): Document
3811         gdb.default_visualizer.
3812
3813 2010-08-10  Tom Tromey  <tromey@redhat.com>
3814
3815         Revert gdb-add-index addition:
3816         * gdb.texinfo (Index Files): Don't document gdb-add-index.
3817
3818 2010-08-07  Jan Kratochvil  <jan.kratochvil@redhat.com>
3819             Eli Zaretskii <eliz@gnu.org>
3820
3821         * gdb.texinfo (Mode Options) <-batch>
3822         (Basic Python) <gdb.execute>: Describe setting width and height.
3823
3824 2010-07-31  Paul Pluzhnikov  <ppluzhnikov@google.com>
3825
3826         * gdb.texinfo (Threads): Document 'debug libthread-db'.
3827
3828 2010-07-30  Tom Tromey  <tromey@redhat.com>
3829
3830         * gdb.texinfo (Index Files): Mention gdb-add-index.
3831
3832 2010-07-30  Hui Zhu  <teawater@gmail.com>
3833
3834         * gdb.texinfo (Inferiors and Programs): Update the introduce of
3835         "detach inferior" and "kill inferior".
3836
3837 2010-07-28  CHENG Renquan  <rqcheng@smu.edu.sg>
3838
3839         * gdb.texinfo (Machine Code): Update description of two forms of
3840         arguments, and add new example to demonstrate the new form.
3841
3842 2010-07-27  Phil Muldoon  <pmuldoon@redhat.com>
3843
3844         * gdb.texinfo (Values From Inferior): Add value inferior function
3845         call description.
3846
3847 2010-07-19  Jan Kratochvil  <jan.kratochvil@redhat.com>
3848
3849         * gdb.texinfo (Active Targets): Fix wrong comma placement.
3850
3851 2010-07-19  Jan Kratochvil  <jan.kratochvil@redhat.com>
3852             Eli Zaretskii  <eliz@gnu.org>
3853
3854         Make core files the process_stratum.
3855         * gdb.texinfo (Active Targets): Remove core_stratum.  Include
3856         record_stratum example.
3857
3858 2010-07-13  Tom Tromey  <tromey@redhat.com>
3859
3860         * gdb.texinfo (Index Files): New node.
3861
3862 2010-07-13  Tom Tromey  <tromey@redhat.com>
3863
3864         * gdb.texinfo (GDB/MI Variable Objects): Remove extra 'for'.
3865
3866 2010-07-13  Tom Tromey  <tromey@redhat.com>
3867
3868         * gdb.texinfo (Specify Location): Document labels.
3869
3870 2010-07-01  Pedro Alves  <pedro@codesourcery.com>
3871
3872         * gdb.texinfo (Create and Delete Tracepoints): Add more index
3873         entries for fast tracepoints and static tracepoints.
3874
3875 2010-07-01  Pedro Alves  <pedro@codesourcery.com>
3876
3877         * gdb.texinfo (General Query Packets) <qfThreadInfo,
3878         qsThreadInfo>: Spell out `l' as ell.
3879
3880 2010-07-01  Pedro Alves  <pedro@codesourcery.com>
3881
3882         * gdb.texinfo (Convenience Variables): Document $_sdata.
3883         (Commands to Set Tracepoints): Describe static tracepoints.  Add
3884         `Listing Static Tracepoint Markers' menu entry.  Document
3885         "strace".
3886         (Tracepoint Action Lists): Document collecting $_sdata.
3887         (Listing Static Tracepoint Markers): New subsection.
3888         (Tracepoints support in gdbserver): Mention static tracepoints.
3889         (remote packets, enabling and disabling): Mention
3890         read-sdata-object.
3891         (General Query Packets) <qSupported>: Document qXfer:sdata:read
3892         and StaticTracepoint.
3893         Mention qTfSTM, qTsSTM and qTSTMat as tracepoint packets.
3894         Document qXfer:sdata:read.
3895         (Tracepoint packets): Document qTfSTM, qTsSTM and qTSTMat.
3896
3897 2010-06-29  Joel Brobecker  <brobecker@adacore.com>
3898
3899         * gdb.texinfo (Threads In Python): Fix unmatched @end table.
3900
3901 2010-06-28  Phil Muldoon  <pmuldoon@redhat.com>
3902             Tom Tromey  <tromey@redhat.com>
3903             Thiago Jung Bauermann  <bauerman@br.ibm.com>
3904
3905         * gdb.texinfo (Inferiors In Python): New node.
3906         * gdb.texinfo (Threads In Python): New node.
3907
3908 2010-06-28  Joel Brobecker  <brobecker@adacore.com>
3909
3910         * gdb.texinfo (Python): Document what the python directory is
3911         and what its location is.
3912         (Basic Python): Document the gdb.PYTHONDIR constant.
3913
3914 2010-06-25  Tom Tromey  <tromey@redhat.com>
3915
3916         PR python/10808:
3917         * gdb.texinfo (Basic Python): Document new gdb.execute argument.
3918
3919 2010-06-24  Hui Zhu  <teawater@gmail.com>
3920
3921         * gdb.texinfo: (Commands for Controlled Output): Add
3922         documentation for command "eval".
3923
3924 2010-06-21  Stan Shebs  <stan@codesourcery.com>
3925
3926         * gdb.texinfo: Add explicit @node and @appendix for GFDL.
3927         * annotate.texinfo: Ditto.
3928         * gdbint.texinfo: Ditto.
3929         * stabs.texinfo: Ditto.
3930
3931 2010-06-22  Hui Zhu  <teawater@gmail.com>
3932
3933         * gdb.texinfo: (Process Record and Replay): Add documentation
3934         for command "set record memory-query".
3935
3936 2010-06-21  Stan Shebs  <stan@codesourcery.com>
3937
3938         * gdb.texinfo: Relicense under GFDL version 1.3.
3939         * annotate.texinfo: Relicense under GFDL version 1.3.
3940         * gdbint.texinfo: Relicense under GFDL version 1.3.
3941         * stabs.texinfo: Relicense under GFDL version 1.3.
3942         * fdl.texi: Update to version 1.3.
3943
3944 2010-06-18  Stan Shebs  <stan@codesourcery.com>
3945
3946         * gdb.texinfo (Operating System Auxiliary Information): Describe
3947         "info os" when no arguments given.
3948
3949         * gdb.texinfo (Debugging Programs with Multiple Threads): Describe
3950         $_thread.
3951
3952 2010-06-18  Hui Zhu  <teawater@gmail.com>
3953
3954         * gdb.texinfo: (Process Record and Replay): Add documentation
3955         for commands "record save" and "record restore".
3956
3957 2010-06-16  Jan Kratochvil  <jan.kratochvil@redhat.com>
3958
3959         * gdb.texinfo: Include information about the correct use
3960         of addresses in the `watch' command.
3961
3962 2010-06-11  Stan Shebs  <stan@codesourcery.com>
3963
3964         * gdb.texinfo (Observer Mode): New section.
3965         (General Query Packets): Document QAllow.
3966
3967 2010-06-04  Doug Evans  <dje@google.com>
3968
3969         * gdb.texinfo (Python API): New node `Disabling Pretty-Printers'.
3970
3971 2010-06-03  Doug Evans  <dje@google.com>
3972
3973         * gdbint.texinfo (Coding): Add subsection on command names.
3974
3975 2010-06-02  Tom Tromey  <tromey@redhat.com>
3976
3977         * gdb.texinfo (Maintenance Commands): Document maint set dwarf2
3978         always-disassemble.
3979
3980 2010-06-01  Pedro Alves  <pedro@codesourcery.com>
3981
3982         * gdb.texinfo (Set Tracepoints): Mention tracepoints support in
3983         gdbserver, and add cross reference.
3984         (Tracepoints support in gdbserver): New subsection.
3985
3986 2010-05-26  Pedro Alves  <pedro@codesourcery.com>
3987
3988         * gdb.texinfo (General Query Packets) <qSupported>: Describe the
3989         `qRelocInsn' feature.
3990         (Relocate instruction reply packet): New subsection
3991         of `Tracepoint Packets'.
3992         (Tracepoint Packets): Mention that packets QTDP and QTStart
3993         support the qRelocInsn request, and add cross reference to new
3994         subsection.
3995
3996 2010-05-25  Doug Evans  <dje@google.com>
3997
3998         * gdb.texinfo (Exception Handling): Document gdb.GdbError.
3999         (Commands In Python): Document gdb.string_to_argv.
4000
4001 2010-05-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
4002
4003         * gdbint.texinfo (Host Definition): Remove items NORETURN and
4004         ATTR_NORETURN.
4005
4006 2010-04-29  Phil Muldoon  <pmuldoon@redhat.com>
4007             Tom Tromey  <tromey@redhat.com>
4008             Thiago Jung Bauermann  <bauerman@br.ibm.com>
4009
4010         * gdb.texinfo (Parameters In Python): New Node.
4011
4012 2010-04-29  Mihail Zenkov  <mihail.zenkov@gmail.com>
4013
4014         * gdb.texinfo: (Summary) Add mention about D language support.
4015         (Filenames): Add D suffixes.
4016         (D): New node.
4017
4018 2010-04-26  Pierre Muller  <muller@ics.u-strasbg.fr>
4019
4020         * gdbint.texinfo (CANNOT_STEP_HW_WATCHPOINTS): Remove explanation
4021         of macro deleted from GDB code.
4022
4023 2010-04-24  Pedro Alves  <pedro@codesourcery.com>
4024
4025         * gdb.texinfo (Commands to specify files): Describe what how GDB
4026         looks up DOS-based filesystem paths on the system root.  Document
4027         the new `set/show target-file-system-kind' commands.
4028
4029 2010-04-23  Doug Evans  <dje@google.com>
4030
4031         * gdb.texinfo (Python): Move Auto-loading section here ...
4032         (Python API): from here.
4033         (Auto-loading): Add docs for .debug_gdb_scripts auto-loaded scripts.
4034         (Maintenance Commands): Add docs for "maint print section-scripts".
4035
4036 2010-04-20  Chris Moller  <cmoller@redhat.com>
4037
4038         * gdb.texinfo (Setting Breakpoints): Added description of
4039         filename-qualified rbreak.
4040         * refcard.tex (Breakpoints and Watchpoints): Added brief
4041         description of filename-qualified rbreak.
4042
4043 2010-04-22  Jan Kratochvil  <jan.kratochvil@redhat.com>
4044
4045         * gdb.texinfo (Data): New @menu reference to Pretty Printing.
4046         (Python API): Change the reference to Pretty Printing API.
4047         (Pretty Printing): Move the user part under the Data node.  Reformat
4048         the sample output to 72 columns.  Create a new reference to Pretty
4049         Printing API.  Rename the API part ...
4050         (Pretty Printing API): To a new node name.
4051         (Selecting Pretty-Printers, Progspaces In Python, Objfiles In Python)
4052         (GDB/MI Variable Objects): Change references to Pretty Printing API.
4053
4054 2010-04-21  Stan Shebs  <stan@codesourcery.com>
4055
4056         * gdb.texinfo (Tracepoint Actions): Mention synonymy of actions
4057         and commands.
4058         (Listing Tracepoints): Update to reflect current behavior.
4059
4060 2010-04-22  Pierre Muller  <muller@ics.u-strasbg.fr>
4061
4062         * gdb.texinfo (Examining memory): Update for change in string
4063         display with explicit size.
4064
4065 2010-04-19  Pedro Alves  <pedro@codesourcery.com>
4066
4067         PR breakpoints/8554.
4068
4069         * gdb.texinfo (Save Breakpoints): New node.
4070         (save-tracepoints): Rename to ...
4071         (save tracepoints): ... this.  Mention that `save-tracepoints' is
4072         a deprecated alias to `save tracepoints'.
4073
4074 2010-04-16  Pierre Muller  <muller@ics.u-strasbg.fr>
4075
4076         * gdb.texinfo ($_tlb): Document new automatic convinience variable.
4077         (info w32 thread-information-block): Document new command.
4078         (qGetTIBAddress): Document new gdbserver query.
4079         (maint set/show show-all-tib): Document new command.
4080
4081 2010-04-15  Doug Evans  <dje@google.com>
4082
4083         * gdb.texinfo (Python API): Add progspaces section.
4084         (Selecting Pretty-Printers): Progspace pretty-printers are
4085         searched too.
4086         (Progspaces In Python): New section.
4087
4088         * gdb.texinfo (Command Files): Add docs for new "source -s" option.
4089
4090 2010-04-14  Phil Muldoon  <pmuldoon@redhat.com>
4091
4092         * gdb.texinfo (Pretty Printing): Document behaviour when to_string
4093         returns None.
4094
4095 2010-04-09  Stan Shebs  <stan@codesourcery.com>
4096
4097         * gdb.texinfo (gdb/mi Tracepoint Commands) <-trace-status>:
4098         Describe the `frames-created' field, tweak grammar.
4099
4100 2010-04-09  Pedro Alves  <pedro@codesourcery.com>
4101
4102         * gdb.texinfo (gdb/mi Tracepoint Commands) <-trace-status>:
4103         Describe the `circular' and `disconnected' fields.
4104
4105 2010-04-09  H.J. Lu  <hongjiu.lu@intel.com>
4106
4107         * gdb.texinfo (maint print registers): Mention unavailable and
4108         invisible registers.
4109
4110 2010-04-09  Phil Muldoon  <pmuldoon@redhat.com>
4111             Thiago Jung Bauermann  <bauerman@br.ibm.com>
4112             Tom Tromey  <tromey@redhat.com>
4113
4114         * gdb.texinfo (Breakpoints In Python): New Node.
4115
4116 2010-04-08  Stan Shebs  <stan@codesourcery.com>
4117
4118         * gdb.texinfo (Tracepoint Packets): Describe disconn and circular
4119         trace status fields.
4120
4121 2010-04-08  H.J. Lu  <hongjiu.lu@intel.com>
4122
4123         * gdb.texinfo (i386 Features): Make org.gnu.gdb.i386.avx
4124         optional.  Make org.gnu.gdb.i386.avx requires
4125         org.gnu.gdb.i386.avx.
4126
4127 2010-04-08  Doug Evans  <dje@google.com>
4128
4129         * gdb.texinfo (Command Files): Document that gdb skips $cdir in
4130         search path, and document that gdb only scans the search path if
4131         the script's path doesn't specify a directory.
4132
4133 2010-04-05  Doug Evans  <dje@google.com>
4134
4135         * gdb.texinfo (maint show python auto-load): Fix typo.
4136
4137 2010-04-04  Stan Shebs  <stan@codesourcery.com>
4138
4139         * gdb.texinfo (Setting Breakpoints): "info watch" no longer a synonym.
4140         (Setting Watchpoints): Update description of "info watch".
4141         (Disabling Breakpoints): Only "info break" lists all.
4142
4143         * gdb.texinfo (Tracepoint Restrictions): Document PC inference.
4144         (tdump): Explain how tdump works.
4145
4146 2010-04-01  Pedro Alves  <pedro@codesourcery.com>
4147
4148         * gdb.texinfo (Break Commands): Clarify `commands' changes, and
4149         add cross reference.
4150
4151 2010-03-31  Pedro Alves  <pedro@codesourcery.com>
4152
4153         * gdb.texinfo (TUI Commands): Mention that in some cases, these
4154         commands error out.
4155
4156 2010-03-30  H.J. Lu  <hongjiu.lu@intel.com>
4157
4158         * gdb.texinfo (i386 Features): Add org.gnu.gdb.i386.avx.
4159
4160 2010-03-30  H.J. Lu  <hongjiu.lu@intel.com>
4161
4162         * gdb.texinfo (General Query Packets): Add xmlRegisters.
4163
4164 2010-03-29  Stan Shebs  <stan@codesourcery.com>
4165             Nathan Sidwell  <nathan@codesourcery.com>
4166
4167         * gdb.texinfo (GDB/MI Tracepoint Commands): Add notes about the
4168         GDBN equivalent.
4169         (Set Tracepoints): Remove mention that conditional tracepoints
4170         don't exist.
4171         (Tracepoint Actions): Clarify when while-stepping collection
4172         happens, note that while-stepping does not automatically collect
4173         $pc.
4174
4175 2010-03-29  Stan Shebs  <stan@codesourcery.com>
4176
4177         * gdb.texinfo (Tracepoint Packets): Describe QTDPsrc.
4178         (General Query Packets): Describe TracepointSource.
4179
4180 2010-03-27  Matt Rice  <ratmice@gmail.com>
4181
4182         * gdb.texinfo (ARM): Document arguments to "target sim".
4183         (Set Catchpoints): Use @dots{} instead of @r{...}.
4184
4185 2010-03-26  Pedro Alves  <pedro@codesourcery.com>
4186
4187         * gdb.texinfo (Tracepoint Packets): Remove mention that
4188         terror:string may be plain text, and drop mention of X prefix.
4189
4190 2010-03-26  Vladimir Prus  <vladimir@codesourcery.com>
4191
4192         * gdb.texinfo (GDB/MI Tracepoint Commands): Add comma after @xref.
4193
4194 2010-03-24  Stan Shebs  <stan@codesourcery.com>
4195
4196         * gdb.texinfo (Tracepoint Packets): Document trace error status.
4197
4198 2010-03-24  Tom Tromey  <tromey@redhat.com>
4199
4200         PR breakpoints/9352:
4201         * gdb.texinfo (Break Commands): Update.
4202
4203 2010-03-24  Vladimir Prus  <vladimir@codesourcery.com>
4204
4205         * gdb.texinfo (GDB/MI Tracepoint Commands): Document MI tracepoint
4206         commands.
4207
4208 2010-03-16  Stan Shebs  <stan@codesourcery.com>
4209
4210         * gdb.texinfo (Starting and Stopping Trace Experiments): Describe
4211         circular-trace-buffer.
4212         (Tracepoint Packets): Describe QTBuffer, and details of the
4213         qTStatus reply.
4214
4215 2010-03-12  Stan Shebs  <stan@codesourcery.com>
4216             Nathan Sidwell  <nathan@codesourcery.com>
4217
4218         * gdb.texinfo (Tracepoint Actions): Clarify that while-stepping is
4219         doing instruction stepping.
4220         (Tracepoint Restrictions): New node.
4221
4222 2010-03-10  Tom Tromey  <tromey@redhat.com>
4223
4224         * gdbint.texinfo (Symbol Handling): Update.
4225
4226 2010-03-08  Tom Tromey  <tromey@redhat.com>
4227
4228         PR cli/9591:
4229         * gdb.texinfo (Mode Options): Mention lack of pagination and
4230         confirmation with --batch.
4231         (Screen Size): Mention --batch.
4232         (Messages/Warnings): Likewise.
4233
4234 2010-03-05  Tom Tromey  <tromey@redhat.com>
4235
4236         * gdb.texinfo (Basic Python): Document target_charset and
4237         target_wide_charset.
4238
4239 2010-03-05  Tom Tromey  <tromey@redhat.com>
4240
4241         * gdb.texinfo (Data): Link to pretty-printing.
4242         (Output Formats): Likewise.  Correct text.
4243
4244 2010-03-01  Daniel Jacobowitz  <dan@codesourcery.com>
4245
4246         * gdb.texinfo (Types): Describe <struct> and <flags>.
4247
4248 2010-02-28  Phil Muldoon  <pmuldoon@redhat.com>
4249
4250         * gdb.texinfo (Frames In Python): Add block parameter and
4251         description to read_var text.
4252
4253 2010-02-26  Phil Muldoon  <pmuldoon@redhat.com>
4254             Tom Tromey  <tromey@redhat.com>
4255
4256         * gdb.texinfo (Types In Python): Describe block argument in
4257         template_argument and gdb.lookup_type.
4258
4259 2010-02-24  Tom Tromey  <tromey@redhat.com>
4260
4261         * gdb.texinfo (Cygwin Native): Fix typo.
4262
4263 2010-02-24  Phil Muldoon  <pmuldoon@redhat.com>
4264
4265         * gdb.texinfo (Frames In Python): Add block, find_sal, function
4266         and select method descriptions.
4267         (Python API): Add Blocks In Python, Symbols in Python and Symbol
4268         Tables in Python to menu.
4269         (Blocks In Python): New node.
4270         (Symbols In Python): New node.
4271         (Symbol Tables in Python): New node.
4272
4273 2010-02-24  Vladimir Prus  <vladimir@codesourcery.com>
4274
4275         Multiexec MI
4276
4277         gdb/
4278         * breakpoint.c (clear_syscall_counts): Take struct inferior*.
4279
4280         gdb/doc/
4281         * gdb.texinfo (GDB/MI Command Syntax): Document notification
4282         changes.
4283         (GDB/MI Program Execution): Document current behaviour of
4284         --all and --thread-group.
4285         (GDB/MI Miscellaneous Commands): Document -add-inferior and
4286         -remove-inferior.
4287         * observer.texi (inferior_added, inferior_removed): New
4288         observers.
4289
4290 2010-02-19  Tom Tromey  <tromey@redhat.com>
4291
4292         * gdbint.texinfo (Getting Started): Fix @node.
4293         (Debugging GDB): Likewise.
4294
4295 2010-02-13  Joel Brobecker  <brobecker@adacore.com>
4296
4297         * gdbint.texinfo (Testsuite): New section "Testsuite Configuration",
4298         documenting the gdb_test_timeout variable.
4299
4300 2010-02-12  Jakob Engblom  <jakob@virtutech.com>
4301
4302         * gdb.texinfo (MI commands): Added documentation of --reverse
4303         option to a set of MI commands. Restructured documentation of MI
4304         commands --exec-continue to reflect the complexity of reverse
4305         execution.
4306
4307 2010-02-12  Pedro Alves  <pedro@codesourcery.com>
4308
4309         * gdb.texinfo (Using the Collected Data): Specify that the address
4310         range of `tfind outsize' is exclusive, and that the address range
4311         of `tfind range' is inclusive.
4312         (Tracepoint Packets): Specify that the address range of
4313         `QTFrame:range' is inclusive, and that the address range of
4314         `QTFrame:outside' is exclusive
4315
4316 2010-02-12  Vladimir Prus  <vladimir@codesourcery.com>
4317
4318         * gdb.texinfo (GDB/MI Result Records): Clarify ^running.
4319
4320 2010-02-10  Tom Tromey  <tromey@redhat.com>
4321
4322         * gdb.texinfo (Debugging Output): Document set debug parser and
4323         show debug parser.
4324
4325 2010-02-09  H.J. Lu  <hongjiu.lu@intel.com>
4326
4327         * gdb.texinfo (Predefined Target Types): Add i387_ext,
4328         i386_eflags and i386_mxcsr.
4329
4330 2010-02-08  H.J. Lu  <hongjiu.lu@intel.com>
4331
4332         * gdb.texinfo: Document i386 target features.
4333
4334 2010-02-05  Doug Evans  <dje@google.com>
4335
4336         * gdbint.texinfo (Testsuite): Add a new section to document the
4337         various DejaGnu variables that may be overridden.
4338         Document INTERNAL_GDBFLAGS.
4339
4340 2010-02-04  Tom Tromey  <tromey@redhat.com>
4341
4342         PR cli/8830:
4343         * gdb.texinfo (Files): -readnow comes before the filename for file
4344         and symbol-file.
4345
4346 2010-02-01  Daniel Jacobowitz  <dan@codesourcery.com>
4347
4348         * gdb.texinfo (Architecture-Specific Protocol Details): New section.
4349         Document ARM breakpoint types.
4350         (Register Packet Format): Move into the new section.
4351         (Packets): Describe the KIND argument for Z0, z0, Z1, and z1 packets.
4352
4353 2010-01-21  Joel Brobecker  <brobecker@adacore.com>
4354
4355         * gdb.texinfo (File Options): Adjust the documentation of this
4356         switch to refer to the "source" command rather than partially
4357         duplicating some of the relevant information.
4358         (Extending GDB): Introduce and document the set/show script-extension
4359         setting.
4360         (Command Files): Add note explaining that the "source" command
4361         is also used to evalute scripts written in other languages.
4362         Remove the short slightly incorrect reference to sourcing Python
4363         scripts.
4364         (Python Commands): Document how to execute a Python script from GDB.
4365
4366 2010-01-19  Joel Brobecker  <brobecker@adacore.com>
4367
4368         * gdb.texinfo (Command Files): Fix typo.
4369
4370 2010-01-18  Tom Tromey  <tromey@redhat.com>
4371
4372         * gdb.texinfo (File Options): Document -x on .py files.
4373         (Command Files): Document handling of Python scripts.
4374
4375 2010-01-18  Jie Zhang  <jie.zhang@analog.com>
4376
4377         * Makefile.in (ANNOTATE_DOC_BUILD_INCLUDES): Add GDBvn.texi.
4378
4379 2010-01-15  Stan Shebs  <stan@codesourcery.com>
4380
4381         * gdb.texinfo (Trace Files): New section.
4382         (Tracepoint Packets): Document QTSave and qTBuffer.
4383         (Trace File Format): New appendix.
4384
4385 2010-01-13  Phil Muldoon  <pmuldoon@redhat.com>
4386
4387         * gdb.texinfo (Values From Inferior): Document lazy_string value
4388         method.
4389         (Python API): Add Lazy strings menu item.
4390         (Lazy Strings In Python): New node.
4391
4392 2010-01-13  Vladimir Prus  <vladimir@codesourcery.com>
4393
4394         * gdb.texinfo (GDB/MI Thread Information): New.
4395         (GDB/MI Async Records): Document the core field in *stopped.
4396         (GDB/MI Miscellaneous Commands): Expand -list-thread-groups
4397         documentation
4398         (Process list): Document that osdata document may contain
4399         threads.
4400         (Remote Serial Protocol): Document qXfer:threads.
4401
4402 2010-01-06  Stan Shebs  <stan@codesourcery.com>
4403
4404         * gdb.texinfo (Starting and Stopping Trace Experiments): Document
4405         disconnected tracing.
4406         (Tracepoint Packets): Document new protocol.
4407
4408 2010-01-05  Stan Shebs  <stan@codesourcery.com>
4409
4410         * gdb.texinfo (Create and Delete Tracepoints): Describe fast
4411         tracepoints.
4412         (Tracepoint Packets): Describe remote protocol for fast
4413         tracepoints.
4414
4415 2010-01-01  Joel Brobecker  <brobecker@adacore.com>
4416
4417         Update the "Start of New Year Procedure".
4418         * gdbint.texinfo: Add the list of files that need to be updated
4419         manually.  Minor reformatting.
4420
4421 2010-01-01  Joel Brobecker  <brobecker@adacore.com>
4422
4423         * refcard.tex: Update copyright year in header and text.
4424
4425 2010-01-01  Joel Brobecker  <brobecker@adacore.com>
4426
4427         * agentexpr.texi: Add 2010 to the list of copyright years.
4428         * annotate.texinfo: Likewise.
4429         * gdb.texinfo: Likewise.
4430         * gdbint.texinfo: Likewise.
4431         * observer.texi: Likewise.
4432         * stabs.texinfo: Likewise.
4433
4434 2009-12-31  Stan Shebs  <stan@codesourcery.com>
4435
4436         * gdb.texinfo (Tracepoint Actions): Describe teval.
4437
4438 2009-12-29  Stan Shebs  <stan@codesourcery.com>
4439
4440         * gdb.texinfo (Tracepoint Actions): Describe default-collect.
4441
4442 2009-12-28  Stan Shebs  <stan@codesourcery.com>
4443
4444         * gdb.texinfo (Trace State Variables): New section.
4445         (Tracepoint Packets): Describe trace state variable packets.
4446         * agentexpr.texi (Bytecode Descriptions): Describe trace state
4447         variable bytecodes.
4448
4449 2009-12-28  Daniel Jacobowitz  <dan@codesourcery.com>
4450
4451         * gdb.texinfo (Symbols): "info variables" prints definitions, not
4452         declarations.
4453
4454 2009-12-21  Vladimir Prus  <vladimir@codesourcery.com>
4455
4456         * gdb.texinfo (GDB/MI Miscellaneous Commands): Clarify that
4457         -gdb-exit behaviour.
4458
4459 2009-12-20  Joel Brobecker  <brobecker@adacore.com>
4460
4461         * gpl.texi: Update to version 3 of the GPL.
4462
4463 2009-12-20  Joel Brobecker  <brobecker@adacore.com>
4464
4465         * Makefile.in: Update copyright header.
4466         * observer.texi: Fix the copyright header of the generated files.
4467
4468 2009-12-08  Phil Muldoon  <pmuldoon@redhat.com>
4469
4470         * gdb.texinfo (Types In Python): Describe range function.
4471
4472 2009-12-03  Richard Ward  <richard.j.ward1@googlemail.com>
4473
4474         * gdb.texinfo (Types In Python): Describe "is_base_class".
4475
4476 2009-12-03  Tom Tromey  <tromey@redhat.com>
4477
4478         * gdb.texinfo (Basic Python): Document gdb.parse_and_eval.
4479
4480 2009-12-02  Paul Pluzhnikov  <ppluzhnikov@google.com>
4481
4482         * observer.texi: New memory_changed observer.
4483
4484 2009-12-01  Tom Tromey  <tromey@redhat.com>
4485
4486         * gdb.texinfo (Reverse Execution): Fix typo.
4487
4488 2009-11-24  Daniel Jacobowitz  <dan@codesourcery.com>
4489
4490         PR gdb/8704
4491
4492         * gdb.texinfo (Thread-Specific Breakpoints): Thread specifiers
4493         are allowed after the breakpoint condition.
4494
4495 2009-11-23  Tom Tromey  <tromey@redhat.com>
4496
4497         PR python/10782:
4498         * gdb.texinfo (Types In Python): Document Type.pointer.
4499
4500 2009-11-23  Paul Pluzhnikov  <ppluzhnikov@google.com>
4501
4502         * gdb.texinfo (Machine Code): Adjust.
4503
4504 2009-11-11  Pedro Alves  <pedro@codesourcery.com>
4505
4506         * agentexpr.texi (Tracing On Symmetrix): Delete section.
4507         (Using Agent Expressions): Delete cross reference.
4508
4509 2009-11-07  Joel Brobecker  <brobecker@adacore.com>
4510
4511         * gdbint.texinfo, stabs.texinfo: Move the @setchapternewpage
4512         and @settitle directives up to help makeinfo find them.
4513
4514 2009-11-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
4515
4516         * gdb.texinfo (set debug-file-directory, show debug-file-directory)
4517         (Auto-loading): Use plural and note one can use multiple components now.
4518
4519 2009-11-01  Vladimir Prus  <vladimir@codesourcery.com>
4520
4521         * gdb.texinfo (GDB/MI Stack Manipulation): Make
4522         -stack-list-arguments have the same documentation for parameter
4523         as -stack-list-locals. Add comas.
4524
4525 2009-10-27  Tom Tromey <tromey@redhat.com>
4526             Eli Zaretskii <eliz@gnu.org>
4527
4528         PR python/10781
4529
4530         * gdb.texinfo (Values From Inferior): Document cast method.
4531
4532 2009-10-22  Paul Pluzhnikov  <ppluzhnikov@google.com>
4533
4534         * gdb.texinfo (Machine Code): Mention function name in disasssembly
4535         and adjust example.
4536
4537 2009-10-22  Michael Snyder  <msnyder@vmware.com>
4538
4539         * gdb.texinfo (Process Record and Replay): Document new form of
4540         info record command.  Also document the new save and restore
4541         commands.
4542
4543 2009-10-21  Paul Pluzhnikov  <ppluzhnikov@google.com>
4544
4545         * gdb.texinfo (Machine Code): Mention current pc marker.
4546         (Memory): Likewise.
4547
4548 2009-10-19  Pedro Alves  <pedro@codesourcery.com>
4549             Stan Shebs  <stan@codesourcery.com>
4550
4551         * observer.texi (new_inferior): Rename to...
4552         (inferior_appeared): ... this.
4553
4554         * gdb.texinfo (Inferiors): Rename node to ...
4555         (Inferiors and Programs): ... this.  Mention running multiple
4556         programs in the same debug session.
4557         <info inferiors>: Mention the new 'Executable' column if "info
4558         inferiors".  Update examples.  Document the "add-inferior",
4559         "clone-inferior", "remove-inferior" and "maint info
4560         program-spaces" commands.
4561         (Process): Rename node to...
4562         (Forks): ... this.  Document "set|show follow-exec-mode".
4563
4564 2009-10-11  Michael Snyder  <msnyder@vmware.com>
4565
4566         * gdb.texinfo (ReverseStep): Show default as "unsupported".
4567         (ReverseContinue): Ditto.
4568
4569 2009-10-08  Paul Pluzhnikov  <ppluzhnikov@google.com>
4570
4571         * gdb.texinfo (Server): Document libthread-db-search-path.
4572
4573 2009-10-08  Jan Kratochvil  <jan.kratochvil@redhat.com>
4574
4575         * gdbint.texinfo (i386_stopped_by_hwbp): Remove.
4576
4577 2009-10-06  Michael Eager  <eager@eagercon.com>
4578
4579         * gdb.texinfo (Contributors): Add self for Xilinx MicroBlaze.
4580         (Embedded Processors): Add MicroBlaze.
4581         (MicroBlaze): New.  Describe Xilinx MicroBlaze
4582
4583 2009-10-04  Pedro Alves  <pedro@codesourcery.com>
4584
4585         * gdb.texinfo (Remote Protocol): Don't mention vCont;T.
4586
4587 2009-09-26  Pierre Muller  <muller@ics.u-strasbg.fr>
4588
4589         * gdb.texinfo (Cygwin Native): Mention support for Ctrl-BREAK.
4590
4591 2009-09-23  Joel Brobecker  <brobecker@adacore.com>
4592
4593         * observer.texi (solib_unloaded): Document explicitly the fact that
4594         this observer is called before the associated symbols are unloaded.
4595
4596 2009-09-19  Vladimir Prus  <vladimir@codesourcery.com>
4597
4598         * gdb.texinfo (GDB/MI Stack Manipulation): Document
4599         -stack-list-variables.
4600
4601 2009-09-18  Tom Tromey  <tromey@redhat.com>
4602
4603         * gdb.texinfo (GDB/MI Variable Objects): -enable-pretty-printing
4604         is experimental.
4605
4606 2009-09-17  Paul Pluzhnikov  <ppluzhnikov@google.com>
4607
4608         * gdb.texinfo (convenince variables): Mention
4609         $_siginfo could be empty.
4610
4611 2009-09-15  Tom Tromey  <tromey@redhat.com>
4612
4613         * gdb.texinfo (GDB/MI Variable Objects): Document
4614         -enable-pretty-printing, -var-set-update-range, dynamic varobjs.
4615         Expand -var-update documentation.
4616
4617 2009-09-14  Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
4618
4619         * gdb.texinfo (Set Catchpoints): Documentation about the catch syscall
4620         feature.
4621
4622 2009-09-13  Daniel Jacobowitz  <dan@codesourcery.com>
4623
4624         * gdbint.texinfo (Unwinding the Frame ID): Reference outer_frame_id.
4625
4626 2009-09-10  Michael Snyder  <msnyder@vmware.com>
4627
4628         * gdb.texinfo (qSupported): Mention new ReverseContinue and
4629         ReverseStep replies to the qSupported query.
4630
4631 2009-09-10  Joel Brobecker  <brobecker@adacore.com>
4632
4633         Add documentation for set/show interactive-mode.
4634         * gdb.texinfo (Other Misc Settings): New node.
4635
4636 2009-09-01  Doug Evans  <dje@google.com>
4637
4638         * gdb.texinfo (Caching Data of Remote Targets): Add note on
4639         non-stop mode's affect on remote caching.
4640
4641 2009-08-31  Jacob Potter  <jdpotter@google.com>
4642             Doug Evans  <dje@google.com>
4643
4644         * gdb.texinfo (Caching Data of Remote Targets): Update text.
4645         Mark `set/show remotecache' options as obsolete.
4646         Document new `set/show stack-cache' option.
4647         Update text for `info dcache'.
4648
4649 2009-08-27  Doug Evans  <dje@google.com>
4650
4651         * gdb.texinfo (Symbols): Delete `set print symbol-loading'.
4652         (Files): Add note on new optional regex arg to `info sharedlibrary'.
4653
4654 2009-08-26  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4655
4656         * gdbint.texinfo (Releasing GDB): Fix confusing sentence
4657         about autoconf.
4658
4659 2009-08-25  Pedro Alves  <pedro@codesourcery.com>
4660
4661         * gdb.texinfo (Debugging Multiple Inferiors): Add "info inferiors"
4662         small example, and describe its columns.  Replace "inferior-id" by
4663         "infno" throughout.
4664
4665 2009-08-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4666
4667         * gdbint.texinfo (Releasing GDB): Point to
4668         README-maintainer-mode file for required autoconf version.
4669         * configure.ac: Do not substitute datarootdir, htmldir,
4670         pdfdir, docdir.  Do not process --with-datarootdir,
4671         --with-htmldir, --with-pdfdir, --with-docdir.
4672         * configure: Regenerate.
4673
4674         * configure: Regenerate.
4675
4676 2009-08-20  Reid Kleckner  <reid@kleckner.net>
4677
4678         * gdb.texinfo: Add chapter on JIT interface.
4679
4680 2009-08-07  Nick Roberts  <nickrob@snap.net.nz>
4681
4682         * gdb.texinfo (Server Prefix): Explain that server prefix suppresses
4683         confirmation request.
4684
4685 2009-08-05  Jeremy Bennett  <jeremy.bennett@embecosm.com>
4686
4687         * gdb.texinfo (Separate Debug Files, Remote Protocol): Clarified
4688         CRC definitions.
4689
4690 2009-08-03  Vladimir Prus  <vladimir@codesourcery.com>
4691
4692         * gdb.texinfo (GDB/MI Breakpoint Commands): Document
4693         -break-commands.
4694
4695 2009-07-31  Ulrich Weigand  <uweigand@de.ibm.com>
4696
4697         * gdb.texinfo (Cell Broadband Engine SPU architecture): Document the
4698         "set spu auto-flush-cache" and "show spu auto-flush-cache" commands.
4699
4700 2009-07-31  Ulrich Weigand  <uweigand@de.ibm.com>
4701
4702         * gdb.texinfo (Cell Broadband Engine SPU architecture): Document the
4703         "set spu stop-on-load" and "show spu stop-on-load" commands.
4704
4705 2009-07-31  Ulrich Weigand  <uweigand@de.ibm.com>
4706
4707         * gdb.texinfo (Target Descriptions): Document <compatible> element.
4708
4709 2009-07-28  Daniel Jacobowitz  <dan@codesourcery.com>
4710
4711         * gdb.texinfo (ARM Features): Document org.gnu.gdb.arm.vfp and
4712         org.gnu.gdb.arm.neon.
4713
4714 2009-07-20  Pedro Alves  <pedro@codesourcery.com>
4715
4716         * gdb.texinfo (Target Description Format): Mention the new <osabi>
4717         optional element.
4718         (subsection OS ABI): New subsection.
4719
4720 2009-07-14  Stan Shebs  <stan@codesourcery.com>
4721
4722         * gdb.texinfo (Tracepoint Conditions): New section.
4723         (General Query Packets): Describe ConditionalTracepoints.
4724         (Tracepoint Packets): Describe condition field.
4725         (Maintenance Commands): Describe maint agent-eval.
4726         * agentexpr.texi (Using Agent Expressions): Mention eval usage.
4727
4728 2009-07-11  Hui Zhu  <teawater@gmail.com>
4729
4730         * gdb.texinfo (disassemble): Add a new modifier /r
4731         to "disassemble" command to make it print the raw instructions
4732         in hex as well as in symbolic form.
4733
4734 2009-07-09  Tom Tromey  <tromey@redhat.com>
4735
4736         * gdbint.texinfo (Testsuite): Document parallel make check.
4737
4738 2009-07-09  Tom Tromey  <tromey@redhat.com>
4739
4740         * gdbint.texinfo (Testsuite): Document test transcripts.
4741
4742 2009-07-10  Phil Muldoon  <pmuldoon@redhat.com>
4743
4744         * gdb.texinfo (Values From Inferior): Add length parameter
4745         description.
4746
4747 2009-07-04  Chris Genly  <chris@genly.us>
4748
4749         * gdb.texinfo (GDB/MI Variable Objects): Document child definition
4750         in -var-list-children.  Fix example according to what the code
4751         does.
4752
4753 2009-07-02  Pedro Alves  <pedro@codesourcery.com>
4754
4755         * gdb.texinfo (Debugging multiple inferiors): Document the
4756         "inferior", "detach inferior" and "kill inferior" commands.
4757         (Debugging Programs with Multiple Processes): Adjust to mention
4758         generic "inferior" commands.  Delete mention of "detach fork" and
4759         "delete fork".  Cross reference to "Debugging multiple inferiors"
4760         section.
4761
4762 2009-07-02  Ulrich Weigand  <uweigand@de.ibm.com>
4763
4764         * gdbint.texinfo (Item Output Functions): Update signature
4765         for ui_out_field_core_addr.
4766
4767 2009-07-02  Ulrich Weigand  <uweigand@de.ibm.com>
4768
4769         * gdbint.texinfo (Examples of Use of @code{ui_out} functions):
4770         Update example code extrated from breakpoint.c.
4771
4772 2009-06-28  Paul Pluzhnikov  <ppluzhnikov@google.com>
4773
4774         * gdb.texinfo (GDB/MI Program Context): @ignore unimplemented
4775         MI commands.
4776         (GDB/MI Symbol Query): Likewise.
4777         (GDB/MI File Commands): Likewise.
4778         (GDB/MI File Transfer Commands): Likewise.
4779         (GDB/MI Target Manipulation): Likewise.
4780         (GDB/MI Miscellaneous Commands): Likewise.
4781
4782 2009-06-27  Daniel Jacobowitz  <dan@codesourcery.com>
4783
4784         * gdb.texinfo (Debugging Optimized Code): New chapter.
4785         (Compiling for Debugging): Reference it.  Move some
4786         text to the new section.
4787
4788 2009-06-15  Phil Muldoon  <pmuldoon@redhat.com>
4789
4790         * doc/gdb.texinfo (Calling): Document
4791         set-unwind-on-terminating-exception usage.
4792
4793 2009-06-11  Pedro Alves  <pedro@codesourcery.com>
4794
4795         * gdb.texinfo (All-Stop): Document new 'set schedule-multiple'
4796         command.
4797
4798 2009-06-07  Pedro Alves  <pedro@codesourcery.com>
4799
4800         * gdbint.texinfo (TARGET_HAS_HARDWARE_WATCHPOINTS): Delete all
4801         references.
4802
4803 2009-06-04  Ulrich Weigand  <uweigand@de.ibm.com>
4804
4805         * gdbint.texinfo: Rename formal parameters to gdbarch function
4806         protoypes from "current_gdbarch" to "gdbarch".
4807
4808 2009-05-28  Tom Tromey  <tromey@redhat.com>
4809
4810         * gdb.texinfo (Basic Python): Change get_parameter to parameter.
4811
4812 2009-05-27  Tom Tromey  <tromey@redhat.com>
4813
4814         * gdb.texinfo (GDB/MI Miscellaneous Commands): Document "python"
4815         feature.
4816         (GDB/MI Variable Objects): Document -var-set-visualizer.
4817
4818 2009-04-02  Tom Tromey  <tromey@redhat.com>
4819
4820         * gdb.texinfo (GDB/MI Miscellaneous Commands): Document "python"
4821         feature.
4822         (GDB/MI Variable Objects): Document -var-set-visualizer.
4823
4824 2009-05-27  Tom Tromey  <tromey@redhat.com>
4825             Thiago Jung Bauermann  <bauerman@br.ibm.com>
4826             Phil Muldoon  <pmuldoon@redhat.com>
4827
4828         * gdb.texinfo (Objfiles In Python): Reference pretty printing.
4829         (Pretty Printing): New node.
4830         (Selecting Pretty-Printers): Likewise.
4831         (Python API): Update.
4832         (Output Formats): Document /r format.
4833
4834 2009-05-27  Thiago Jung Bauermann  <bauerman@br.ibm.com>
4835             Tom Tromey  <tromey@redhat.com>
4836
4837         * gdb.texinfo (Types In Python): New node.
4838         (Values From Inferior): "type" is now an attribute.
4839         (Python API): Update.
4840
4841 2009-05-27  Tom Tromey  <tromey@redhat.com>
4842             Thiago Jung Bauermann  <bauerman@br.ibm.com>
4843             Phil Muldoon  <pmuldoon@redhat.com>
4844
4845         * gdb.texinfo: Add @syncodeindex for `tp'.
4846         (Python API): Update.
4847         (Auto-loading): New node.
4848         (Objfiles In Python): New node.
4849
4850 2009-05-15  Paul Pluzhnikov  <ppluzhnikov@google.com>
4851
4852         * gdb.texinfo (Threads): Document libthread-db-search-path.
4853
4854 2009-05-15  Nick Roberts  <nickrob@snap.net.nz>
4855
4856         * gdb.texinfo (GDB/MI General Design): Break up into four nodes.
4857
4858 2009-05-12  Pedro Alves  <pedro@codesourcery.com>
4859
4860         * gdb.texinfo: Document 'set/show debug gnu-nat'.  Replace 'maint
4861         show-debug-regs' docs by 'maint set show-debug-regs' and 'maint
4862         show show-debug-regs' docs.
4863
4864 2009-05-08  Eli Zaretskii  <eliz@gnu.org>
4865
4866         * gdb.texinfo (Process Record and Replay): Add description of
4867         reverse execution.
4868
4869 2009-05-07  Joel Brobecker  <brobecker@adacore.com>
4870
4871         * gdbint.texinfo (Adding support for debugging core files): New node.
4872         (Native Debugging): Remove the ``Native core file Support'' section.
4873
4874 2009-05-01  Eli Zaretskii  <eliz@gnu.org>
4875
4876         * gdb.texinfo (Process Record and Replay): Improve and clarify.
4877         Add index entries.
4878
4879 2009-04-30  Hui Zhu  <teawater@gmail.com>
4880             Michael Snyder  <msnyder@vmware.com>
4881
4882         * gdb.texinfo: (Process Record and Replay): Add documentation for
4883         process record and replay.
4884
4885 2009-04-29  Jan Kratochvil  <jan.kratochvil@redhat.com>
4886
4887         * gdb.texinfo (Macros): Note command-line for `info macro'.  Append
4888         a new part on command-line defined macros.
4889
4890 2009-04-25  Eli Zaretskii  <eliz@gnu.org>
4891
4892         * gdb.texinfo (Machine Code) <disassemble-next-line>: Improve and
4893         clarify the wording.
4894
4895 2009-04-23  Tom Tromey  <tromey@redhat.com>
4896
4897         * gdb.texinfo (Data Files): New node.
4898         (GDB Files): Update menu.
4899
4900 2009-04-23  Joel Brobecker  <brobecker@adacore.com>
4901
4902         * gdbint.texinfo (Defining Other Architecture Features): Remove
4903         entry for PROCESS_LINENUMBER_HOOK.
4904
4905 2009-04-22  Vladimir Prus  <vladimir@codesourcery.com>
4906
4907         * gdb.texinfo (GDB/MI Program Execution): Document -exec-jump.
4908
4909 2009-04-22  Hui Zhu  <teawater@gmail.com>
4910
4911         * gdb.texinfo (disassemble-next-line): Set the default of
4912         disassemble-next-line to off.
4913
4914 2009-04-21  Joseph Myers  <joseph@codesourcery.com>
4915
4916         * configure.ac (--with-datarootdir, --with-docdir, --with-pdfdir,
4917         --with-htmldir): New.
4918         * configure: Regenerate.
4919         * Makefile.in (datarootdir, docdir): Define.
4920         (gdb.dvi, gdb.pdf): Use same -I options as for building gdb.info
4921         instead of $(SET_TEXINPUTS).
4922         (gdbint.dvi, gdbint.pdf): Use same -I options as for building
4923         gdbint.info instead of $(SET_TEXINPUTS).
4924         (gdbint/index.html): Use same -I options as for building
4925         gdbint.info.
4926         (stabs.dvi, stabs.pdf): Use same -I options as for building
4927         stabs.info instead of $(SET_TEXINPUTS).
4928         (stabs/index.html): Use same -I options as for building
4929         stabs.info.
4930         (annotate.dvi, annotate.pdf): Use same -I options as for building
4931         annotate.info instead of $(SET_TEXINPUTS).
4932         (annotate/index.html): Use same -I options as for building
4933         annotate.info.
4934
4935 2009-04-21  David Daney  <ddaney@caviumnetworks.com>
4936
4937         * gdb.texinfo (maint show-debug-regs): Remove mention of x86.
4938
4939 2009-04-21  Joseph Myers  <joseph@codesourcery.com>
4940
4941         * gdb.texinfo (Source Path): Document --with-relocated-sources.
4942
4943 2009-04-18  Carlos O'Donell  <carlos@codesourcery.com>
4944             Joseph Myers  <joseph@codesourcery.com>
4945
4946         * Makefile.in (MAKEHTML): Set to makeinfo --html.
4947         (MAKEHTMLFLAGS): Set to empty.
4948         (html__strip_dir): Define.
4949         (HTMLFILES): Define.
4950         (HTMLFILES_INSTALL): Define.
4951         (install-html): Copy new automake rule.
4952         (html): Depend on $(HTMLFILES).
4953         (gdb_toc.html): Rename to gdb/index.html.
4954         (gdbint_toc.html): Rename to gdbint/index.html.
4955         (stabs_toc.html): Rename to stabs/index.html.
4956         (annotate_toc.html): Rename to annotate/index.html.
4957
4958 2009-04-17  Carlos O'Donell  <carlos@codesourcery.com>
4959
4960         * Makefile.in: Set pdfdir and htmldir from configure
4961         substitutions.
4962         * configure.ac: AC_SUBST datarootdir, docdir, htmldir, pdfdir.
4963         * configure: Regenerate.
4964
4965 2009-04-16  Joel Brobecker  <brobecker@adacore.com>
4966
4967         * gdbint.texinfo (Native Debugging): Remove entry for PROC_NAME_FMT.
4968         This macro is no longer used.
4969
4970 2009-04-15  Tom Tromey  <tromey@redhat.com>
4971
4972         * gdb.texinfo (Character Sets): Document default character set.
4973
4974 2009-04-14  Pierre Muller  <muller@ics.u-strasbg.fr>
4975
4976         * gdbint.texinfo: Change server name from sources.redhat.com to
4977         sourceware.org throughout.
4978
4979 2009-04-09  Joel Brobecker  <brobecker@adacore.com>
4980
4981         * gdb.texinfo (Set Breaks): Rewrite a paragraph to avoid a warning
4982         about a missing dot or coma after @xref.
4983
4984 2009-04-02  Joel Brobecker  <brobecker@adacore.com>
4985
4986         * gdb.texinfo (Backtrace): Add a parameter in frame 1 of the first
4987         example, and add a small explanation about it.
4988         (Print Settings): Change the documentation of the "set print
4989         frame-arguments" to reflect the fact that the default is now "scalars".
4990
4991 2009-04-02  Joel Brobecker  <brobecker@adacore.com>
4992
4993         * gdb.texinfo (Print Settings): Add kindex for command "set
4994         print frame-arguments".
4995
4996 2009-03-31  Joel Brobecker  <brobecker@adacore.com>
4997
4998         * gdb.texinfo (Ada Tasks): Add documentation about task-specific
4999         breakpoints.
5000         (Set Breaks): Add reference to thread-specific and task-specific
5001         breakpoints.
5002
5003 2009-03-31  Joel Brobecker  <brobecker@adacore.com>
5004
5005         * gdb.texinfo (Ada Tasks): Remove the documentation about
5006         the "Running" state, as this state has been eliminated.
5007         Now all runnable tasks are shown as "Runnable".
5008
5009 2009-03-30  Stan Shebs  <stan@codesourcery.com>
5010
5011         * gdb.texinfo (Tracepoints): Describe tracepoints as a
5012         special case of breakpoints.
5013         (Enable and Disable Tracepoints): Mention deprecation.
5014         (Listing Tracepoints): Update description and example.
5015
5016 2009-03-30  Thiago Jung Bauermann  <bauerman@br.ibm.com>
5017
5018         * gdb.texinfo (Frames in Python): New node.
5019         (Python API): Update.
5020
5021 2009-03-29  Thiago Jung Bauermann  <bauerman@br.ibm.com>
5022
5023         * gdb.texinfo (Values From Inferior): Change gdb.Value.address
5024         from a method to an attribute.
5025
5026 2009-03-26  Thiago Jung Bauermann  <bauerman@br.ibm.com>
5027
5028         * gdb.texinfo (Values From Inferior): Document is_optimized_out
5029         attribute.
5030
5031 2009-03-25  Pedro Alves  <pedro@codesourcery.com>
5032
5033         * observer.texi (thread_exit): Add "silent" parameter.
5034
5035 2009-03-22  Pedro Alves  <pedro@codesourcery.com>
5036
5037         * observer.texi (about_to_proceed): New.
5038
5039 2009-03-21  Jeremy Bennett  <jeremy.bennett@embecosm.com>
5040
5041         * gdbint.texinfo (everywhere): Use braces {} in @deftypeXX type
5042         field throughout to handle types with spaces in them.  Fix typos
5043         found by aspell.
5044         (Summary, Requirements, Contributors): New first chapter,
5045         "Summary" added, old Requirements section moved there, and new
5046         section, "Contributors" added.
5047         (Initializing a New Architecture, Register Representation)
5048         (Frame Interpretation, Inferior Call Setup, Adding a New Target)
5049         (Porting gdb): These sections extended and updated.
5050         (Compiler Characteristics): This section (empty) deleted.
5051         (Defining Other Architecture Features): This section renamed and
5052         duplicate material removed from (formerly "Target Conditionals").
5053         Use braces {} in @deftypeXX type field throughout to handle types
5054         with spaces in them. Typos found by aspell fixed.
5055
5056         * stack_frame.svg: New file, source of image for gdbint.texinfo.
5057         * stack_frame.pdf: Version of image for PDF output.
5058         * stack_frame.png: Version of image for HTML output and for Emacs.
5059         * stack_frame.txt: Version of image for Info output.
5060         * stack_frame.eps: Version of image for TeX DVI output.
5061
5062 2009-03-21  Eli Zaretskii  <eliz@gnu.org>
5063
5064         * gdb.texinfo (Character Sets): Fix last change.
5065
5066 2009-03-21  Thiago Jung Bauermann  <bauerman@br.ibm.com>
5067
5068         * gdb.texinfo (Values From Inferior): Fix optional arguments
5069         markup.
5070         (Commands In Python): Adjust argument names of gdb.Command.__init__
5071         to what the function accepts as keywords.
5072
5073 2008-03-20  Tom Tromey  <tromey@redhat.com>
5074
5075         * gdb.texinfo (Convenience Vars): Document convenience functions.
5076         (Functions In Python): New node.
5077         (Python API): Update.
5078
5079 2009-03-20  Tom Tromey  <tromey@redhat.com>
5080
5081         * gdb.texinfo (Character Sets): Remove obsolete text.  Document
5082         set target-wide-charset.
5083         (Requirements): Mention iconv.
5084
5085 2009-03-17  Hui Zhu  <teawater@gmail.com>
5086
5087         * gdb.texinfo: Change the introduce of "disassemble-next-line".
5088
5089 2009-03-17  Hui Zhu  <teawater@gmail.com>
5090
5091         * gdb.texinfo: Add documentation for disassemble-next-line.
5092
5093 2009-03-16  Thiago Jung Bauermann  <bauerman@br.ibm.com>
5094
5095         * gdb.texinfo (Commands In Python): Remove tindex entries.
5096
5097 2009-03-15  Jan Kratochvil  <jan.kratochvil@redhat.com>
5098
5099         * gdb.texinfo (Returning): New description for missing debug info.
5100
5101 2009-03-14  Pedro Alves  <pedro@codesourcery.com>
5102
5103         * gdb.texinfo (Remote Configuration): Document query-attached.
5104         (General Query Packets): Document qAttached.
5105
5106 2009-03-05  Pedro Alves  <pedro@codesourcery.com>
5107
5108         * gdb.texinfo (Background Execution): Better describe the set
5109         target-async command.
5110         (Maintenance Commands): Delete description of the `maint set/show
5111         linux-async' and `maint set/show remote-async' commands.
5112
5113 2009-02-18  Vladimir Prus  <vladimir@codesourcery.com>
5114
5115         * gdb.texinfo (GDB/MI Async Records): Add double-spaces
5116         between sentences.
5117
5118 2009-02-18  Vladimir Prus  <vladimir@codesourcery.com>
5119
5120         * gdb.texinfo (GDB/MI Async Records): Document the
5121         =library-loaded and =library-unloaded notifications.
5122
5123 2009-02-17  Vladimir Prus  <vladimir@codesourcery.com>
5124
5125         * observer.texi (test_notification): New observer.
5126
5127 2009-02-14  Vladimir Prus  <vladimir@codesourcery.com>
5128
5129         * observer.texi: Add parameter 'print_frame' to normal_stop
5130         observer.
5131
5132 2009-02-07  Eli Zaretskii  <eliz@gnu.org>
5133
5134         * gdb.texinfo (Basic Python): Fix change from 2009-02-04.
5135         (Commands In Python): Fix COMMAND_* constants in last change.  Use
5136         @kbd for interactive input.  Add cross-references and index
5137         entries.
5138
5139 2009-02-06  Pedro Alves  <pedro@codesourcery.com>
5140
5141         * gdb.texinfo (Signals): Document $_siginfo.
5142         (Convenience Variables): Mention $_siginfo.
5143         (Remote Configuration): Document qXfer:siginfo:read,
5144         qXfer:siginfo:write packets, and the read-siginfo-object,
5145         write-siginfo-object commands.
5146
5147 2009-02-06  Pedro Alves  <pedro@codesourcery.com>
5148
5149         * gdbint.texinfo (Values): New chapter.
5150
5151 2009-02-06  Tom Tromey  <tromey@redhat.com>
5152
5153         * gdb.texinfo (Python API): Add entry for Commands In Python.
5154         (Commands In Python): New node.
5155
5156 2009-02-05  Tom Tromey  <tromey@redhat.com>
5157
5158         * gdb.texinfo (Values From Inferior): Document Value.string.
5159
5160 2009-02-05  Tom Tromey  <tromey@redhat.com>
5161
5162         * gdb.texinfo (Basic Python): Document execute's from_tty
5163         argument.
5164
5165 2009-02-04  Tom Tromey  <tromey@redhat.com>
5166
5167         * gdb.texinfo (Basic Python): Document gdb.history.
5168
5169 2009-01-30  Vladimir Prus  <vladimir@codesourcery.com>
5170
5171         * gdb.texinfo (GDB/MI Thread Commands): Document the
5172         'current-thread-id' field.  Remove the example with zero threads,
5173         since current GDB won't ever report that if there's inferior.
5174
5175 2009-01-30  Vladimir Prus  <vladimir@codesourcery.com>
5176
5177         * gdb.texinfo (GDB/MI Breakpoint Commands): Document the -d
5178         option to -break-insert.
5179
5180 2009-01-28  Daniel Jacobowitz  <dan@codesourcery.com>
5181             Jerome Guitton  <guitton@adacore.com>
5182
5183         * gdb.texinfo (Startup): Document --with-system-gdbinit.
5184         (System-wide configuration): New section.
5185
5186 2009-01-26  Pedro Alves  <pedro@codesourcery.com>
5187
5188         PR gdb/7580:
5189         * gdb.texinfo (Maintenance Commands): Document "maint set|show
5190         internal-error|internal-warning quit|corefile ask|yes|no".
5191
5192 2009-01-26  Pedro Alves  <pedro@codesourcery.com>
5193
5194         * gdb.texinfo (Using the `gdbserver' Program): Document
5195         --remote-debug.
5196
5197 2009-01-23  Doug Evans  <dje@google.com>
5198
5199         * gdb.texinfo: Add nexti to list of commands that support
5200         background execution.
5201
5202 2009-01-14  Daniel Jacobowitz  <dan@codesourcery.com>
5203
5204         * gdb.texinfo (Define, Hooks): Document prefix command support.
5205
5206 2009-01-14  Joseph Myers  <joseph@codesourcery.com>
5207             Carlos O'Donell  <carlos@codesourcery.com>
5208
5209         Fixes for makeinfo --html.
5210
5211         * annotate.texinfo: Use @copying and @insertcopying.  Use
5212         @ifnottex in place of @ifinfo.
5213         * gdb.texinfo: Use @copying and @insertcopying.  Use @ifnottex in
5214         place of @ifinfo.  Use @ifnotinfo for one index entry.
5215         * gdbint.texinfo: Use @copying and @insertcopying.  Use @ifnottex
5216         in place of @ifinfo.
5217         * stabs.texinfo: Use @copying and @insertcopying.  Use @ifnottex
5218         in place of @ifinfo.  Include contents at start unconditionally.
5219
5220 2009-01-13  Pedro Alves  <pedro@codesourcery.com>
5221
5222         * gdb.texinfo (General Query Packets): Remove @var{} around the
5223         "spu" literal string.
5224
5225 2009-01-07  Pedro Alves  <pedro@codesourcery.com>
5226
5227         * gdb.texinfo (Error in Breakpoints): Delete mention of "The same
5228         program may be running in another process" errors.
5229         * gdbint.texinfo (Native Conditionals): Delete
5230         ONE_PROCESS_WRITETEXT description.
5231
5232 2009-01-07  Joel Brobecker  <brobecker@adacore.com>
5233
5234         * gdbint.texinfo (Start of New Year Procedure): Add the "coding"
5235         emacs local variable to be placed at the end of the ChangeLog.
5236         Add server.c and gdbreplay.c to the list of files where the
5237         copyright year needs to be updated.
5238
5239 2009-01-06  Sandra Loosemore  <sandra@codesourcery.com>
5240
5241         * gdb.texinfo (Remote Configuration): Document new
5242         "set/show tcp auto-retry" and "set/show tcp connect-timeout"
5243         commands.
5244
5245 2008-12-28  Pedro Alves  <pedro@codesourcery.com>
5246
5247         * gdbint.texinfo (gdbarch_cannot_fetch_register): Don't mention
5248         FETCH_INFERIOR_REGISTERS.
5249         (Native Conditionals): Remove obsolete CHILD_PREPARE_TO_STORE,
5250         FETCH_INFERIOR_REGISTERS descriptions.  Remove
5251         gdbarch_get_longjmp_target descrition, since already described in
5252         Target Conditionals.  Move gdbarch_fp0_regnum description to ...
5253         (Target Conditionals): ... here.
5254
5255 2008-12-16  Joel Brobecker  <brobecker@adacore.com>
5256
5257         * gdb.texinfo (Omissions from Ada): Add missing GDB prompt in
5258         examples.
5259         (Additions to Ada): Likewise.  Add the missing opening and closing
5260         parenthesis of the GDB prompt in one of the examples.
5261
5262 2008-12-14  Joel Brobecker  <brobecker@adacore.com>
5263
5264         * gdb.texinfo (Omissions from Ada): Remove incorrect documentation
5265         about the result of 'Address not being of type System.Address.
5266         This problem has been fixed a while ago.
5267
5268 2008-12-02  Vladimir Prus  <vladimir@codesourcery.com>
5269
5270         MI non-stop and multiprocess docs.
5271
5272         * gdb.texinfo (GDB/MI): New section 'GDB/MI General Design'
5273         (GDB/MI Output Records): New section 'GDB/MI Frame Information'
5274         Adjust documentation for *stopped, document =thread-created,
5275         =thread-exited, =thread-group-created and =thread-group-exited.
5276         (GDB/MI Thread Commands): Document the 'state' field in
5277         -thread-info output.
5278         (GDB/MI Program Execution): Mention --all and --thread-group
5279         options.
5280         (GDB/MI Variable Objects): Describe floating and fixed variable
5281         objects.
5282         (GDB/MI Miscellaneous Commands): Document -list-thread-groups.
5283
5284 2008-12-02  Vladimir Prus  <vladimir@codesourcery.com>
5285
5286         * gdb.texinfo (Operating System Information): New appendix.
5287         (Operating System Auxiliary Information): Document 'info os processes'
5288         (Remote Configuration): Document 'osdata'
5289         (General Query Packets): Document qXfer:osdata:read.
5290
5291 2008-11-27  Tristan Gingold  <gingold@adacore.com>
5292
5293         * gdb.texinfo (Darwin): Document Darwin specific features.
5294
5295 2008-11-25  Jan Kratochvil  <jan.kratochvil@redhat.com>
5296
5297         * gdbint.texinfo (Target Conditionals): Extend the
5298         gdbarch_breakpoint_from_pc description.
5299
5300 2008-11-22  Vladimir Prus  <vladimir@codesourcery.com>
5301
5302         * gdb.texinfo (M68K Features): Fix typo.
5303
5304 2008-11-18  Paul Pluzhnikov  <ppluzhnikov@google.com>
5305
5306         * gdb.texinfo (Symbols): Mention printing containing
5307         image name in "info symbol".
5308         (Maint translate-address): Likewise.
5309
5310 2008-11-18  Joel Brobecker  <brobecker@adacore.com>
5311
5312         * gdb.texinfo (Set Catchpoints): Remove the documentation of
5313         commands "catch load" and "catch unload".
5314
5315 2008-11-17  Vladimir Prus  <vladimir@codesourcery.com>
5316
5317         * gdb.texinfo (GDB/MI Async Records): Document
5318         =thread-selected.
5319
5320 2008-11-17  Vladimir Prus  <vladimir@codesourcery.com>
5321
5322         * observer.texi (new_inferior, inferior_exit): New observers.
5323
5324 2008-10-27  Pedro Alves  <pedro@codesourcery.com>
5325
5326         * gdbint.texinfo (Adding a New Target): Don't mention TDEPFILES,
5327         .mt files, TM_CLIBS or TM_CDEPS.
5328         (x86 Watchpoints): Don't mention TDEPFILES.
5329
5330 2008-10-24  Sandra Loosemore  <sandra@codesourcery.com>
5331
5332         * gdb.texinfo (Remote Protocol): Add new nodes to menu.
5333         (Overview): Mention notifications and non-stop mode behavior.
5334         (Packets): Update documentation of ?, vAttach, vCont, and vRun
5335         with non-stop mode behavior.  Add vStopped description.
5336         (Stop Reply Packets):  Update list of packets that return
5337         stop replies.  Mention non-stop behavior.
5338         (General Query Packets): Document QNonStop packet and associated
5339         qSupported query response.
5340         (Interrupts): Clarify multi-threaded behavior.  Mention non-stop
5341         behavior.
5342         (Notification Packets): New section.
5343         (Remote Non-Stop): New section.
5344         (File-I/O Overview): Mention non-stop behavior.
5345
5346 2008-10-24  Hui Zhu  <teawater@gmail.com>
5347             Pedro Alves  <pedro@codesourcery.com>
5348
5349         * gdb.texinfo (displaced-stepping): Describe the auto mode
5350         setting, and say it's the default.  This is now a mainstream
5351         setting instead of a maintenance setting.
5352
5353 2008-10-23  Pedro Alves  <pedro@codesourcery.com>
5354
5355         * observer.texi (thread_stop_requested): New.
5356
5357 2008-10-22  Joel Brobecker  <brobecker@adacore.com>
5358
5359         * gdb.texinfo (Ada Tasks, Ada Tasks and Core Files): New nodes.
5360         (Patching): Replace incorrect usage of @samp by @kbd.
5361
5362 2008-10-17  Michael Snyder  <msnyder@vmware.com>
5363
5364         * gdb.texinfo: Add documentation for reverse execution.
5365
5366 2008-10-16  Thiago Jung Bauermann  <bauerman@br.ibm.com>
5367             Eli Zaretskii  <eliz@gnu.org>
5368
5369         * gdb.texinfo. (Values From Inferior): New subsubsection.
5370
5371 2008-10-06  Doug Evans  <dje@google.com>
5372
5373         * gdb.texinfo (set debug dwarf2-die): Document it.
5374
5375 2008-10-01  Joel Brobecker  <brobecker@adacore.com>
5376
5377         * gdb.texinfo (catch) [exception]: Document how to insert
5378         a breakpoint on user-defined exceptions when the exception
5379         name is identical to one of the language-defined ones.
5380
5381 2008-09-27  Tom Tromey  <tromey@redhat.com>
5382
5383         * gdb.texinfo (Macros): Remove text about stringification,
5384         varargs, and splicing.
5385
5386 2008-09-27  Tom Tromey  <tromey@redhat.com>
5387
5388         * gdbint.texinfo (Language Support): Remove text about omitting
5389         support for a language.
5390
5391 2008-09-23  Doug Evans  <dje@google.com>
5392
5393         * gdb.texinfo (info dcache): Update.
5394
5395 2008-09-22  Sandra Loosemore  <sandra@codesourcery.com>
5396
5397         * gdb.texinfo (Packets): Add info on thread-id syntax and
5398         multiprocess extensions.
5399         <D>: Document multiprocess form of packet.
5400         <H>: Use thread-id syntax.
5401         <T>: Likewise.
5402         <vCont>: Likewise.  Note this is required for multiprocess.
5403         <vKill>: New packet.
5404         (Stop Reply Packets) <T>: Use thread-id syntax.
5405         <W>: Document multiprocess form of reply.
5406         <X>: Likewise.
5407         (General Query Packets) <qC>: Use thread-id syntax.
5408         <qfThreadInfo>: Likewise.
5409         <qGetTLSAddr>: Likewise.
5410         <qP>: Likewise.
5411         <qSupported>: Add "multiprocess" feature.
5412         <qThreadExtraInfo>: Use thread-id syntax.
5413
5414 2008-09-22  Stan Shebs  <stan@codesourcery.com>
5415
5416         * gdb.texinfo (Inferiors): New section.
5417
5418 2008-09-12  Pedro Alves  <pedro@codesourcery.com>
5419
5420         * gdbint.texinfo (Native Debugging): Mention NAT_GENERATED_FILES.
5421
5422 2008-09-11  Ulrich Weigand  <uweigand@de.ibm.com>
5423
5424         * gdbint.texinfo (Target Conditionals): Remove documentation
5425         for gdbarch_name_of_malloc.
5426
5427 2008-09-03  Angela Marie Thomas <angela@releasedominatrix.com>
5428
5429         * gdb.texinfo (Interrupts): Mention TCP interface for
5430         sending BREAK.
5431
5432 2008-08-26  Ulrich Weigand  <uweigand@de.ibm.com>
5433
5434         * gdb.texinfo (Commands to Specify Files): Document "remote:"
5435         argument prefix to "set sysroot".
5436
5437 2008-08-21  Paul N. Hilfinger  <hilfinger@adacore.com>
5438
5439         * gdb.texinfo (Omissions from Ada): Describe new treatment of True
5440         and False.
5441
5442 2008-08-20  Vladimir Prus  <vladimir@codesourcery.com>
5443
5444         * gdb.textinfo (GDB/MI Miscellaneous Commands): Use @table
5445         for possible features of -list-features.
5446
5447 2008-08-19  Vladimir Prus  <vladimir@codesourcery.com>
5448
5449         * gdb.texinfo (Background execution): Adjust example
5450         (GDB/MI Miscellaneous Commands): Document -list-target-features.
5451
5452 2008-08-19  Vladimir Prus  <vladimir@codesourcery.com>
5453
5454         * doc/gdb.texinfo (PowerPC): Fix typo.
5455         (PowerPC features): Fix typo.
5456
5457 2008-08-18  Pedro Alves  <pedro@codesourcery.com>
5458
5459         * observer.texi (thread_ptid_changed): New.
5460
5461 2008-08-18  Luis Machado  <luisgpm@br.ibm.com>
5462
5463         * doc/gdb.texinfo (PowerPC): Mention Extended FPR's for POWER7.
5464         (PowerPC features): Mention feature set for VSX registers.
5465
5466 2008-08-13  Joel Brobecker  <brobecker@adacore.com>
5467
5468         * gdb.texinfo (Ada Mode Intro): Improve the documentation regarding
5469         the direct visibility of all names in user-written packages.
5470
5471 2008-08-13  Pedro Alves  <pedro@codesourcery.com>
5472
5473         * gdb.texinfo (breakpoint always-inserted) Describe the auto mode
5474         setting, and make it the default.
5475         (Non-Stop Mode): Remove "set breakpoints always-inserted 1" from
5476         non-stop script example.
5477
5478 2008-08-12  Thiago Jung Bauermann  <bauerman@br.ibm.com>
5479
5480         * gdbint.texinfo (Raw and Virtual Register Representations): Fix
5481         reference to the "Using Different Register and Memory Data
5482         Representation" section.
5483
5484 2008-08-12  Sandra Loosemore  <sandra@codesourcery.com>
5485
5486         * gdb.texinfo (Remote Configuration): Document set remote noack-packet.
5487         (Remote Protocol): Add Packet Acknowledgment to menu.
5488         (Overview): Mention +/- can be disabled, and point to new section
5489         where this is discussed in detail.
5490         (General Query Packets): Document QStartNoAckMode packet, and
5491         corresponding qSupported reply.
5492         (Packet Acknowledgment): New section.
5493
5494 2008-08-11  Sandra Loosemore  <sandra@codesourcery.com>
5495             Pedro Alves  <pedro@codesourcery.com>
5496
5497         * gdb.texinfo (Threads): Move paragraph about automatic thread
5498         selection to All-Stop Mode subsection.
5499         (Thread Stops): Reorganize existing material into subsections.
5500         Add introductory blurb and menu.
5501         (Non-Stop Mode): New subsection.
5502         (Background Execution): New subsection.
5503         (Maintenance Commands): Add cross-references from async mode
5504         commands to the new Background Execution section.
5505
5506 2008-08-06  Tom Tromey  <tromey@redhat.com>
5507
5508         * gdb.texinfo (Extending GDB): New chapter.
5509         (Sequences): Demoted chapter, now a section under the new
5510         Extending GDB chapter.
5511         (Python): New section.
5512
5513 2008-07-31  Stan Shebs  <stan@codesourcery.com>
5514
5515         * gdbint.texinfo: Remove FUNCTION_EPILOGUE_SIZE.
5516
5517 2008-07-29  Stan Shebs  <stan@codesourcery.com>
5518
5519         * gdbint.texinfo: General round of cleanup and minor
5520         clarifications.
5521         (Breakpoint Handling): Remove mention of BREAKPOINT macro.
5522         (Longjmp Support): Update description to reflect how it is done
5523         for targets without using native header.
5524         (Symbol Handling): Add a little more general explanation.
5525         (COFF, ELF): Mention stabs encapsulation.
5526         (DWARF 3): New section.
5527         (Adding a New Host): Scrub out some obsolete bits.
5528         (Generic Host Support Files): Mention ser-pipe.c, ser-mingw.c.
5529         (Host Conditionals): Remove descriptions of NO_STD_REGS,
5530         HAVE_MMAP, HAVE_TERMIO, INT_MAX etc, LONGEST, HAVE_LONG_DOUBLE,
5531         PRINTF_HAS_LONG_DOUBLE, SCANF_HAS_LONG_DOUBLE, L_SET, SEEK_CUR,
5532         SEEK_SET, STOP_SIGNAL, USG.
5533         (Raw and Virtual Register Representations): Ditto for
5534         DEPRECATED_REGISTER_RAW_SIZE, DEPRECATED_REGISTER_VIRTUAL_SIZE,
5535         DEPRECATED_REGISTER_VIRTUAL_TYPE, REGISTER_CONVERT_TO_TYPE.
5536         (Target Conditionals): Ditto for DEPRECATED_FP_REGNUM,
5537         DEPRECATED_FRAMELESS_FUNCTION_INVOCATION, DEPRECATED_FRAME_CHAIN,
5538         DEPRECATED_FRAME_CHAIN_VALID, DEPRECATED_FRAME_INIT_SAVED_REGS,
5539         DEPRECATED_FRAME_SAVED_PC, DEPRECATED_FUNCTION_START_OFFSET,
5540         DEPRECATED_REGISTER_VIRTUAL_SIZE,
5541         DEPRECATED_REGISTER_VIRTUAL_TYPE,
5542         DEPRECATED_USE_STRUCT_CONVENTION.
5543         Describe gdbarch_deprecated_fp_regnum.
5544         Update description of gdbarch_print_insn.
5545         (Adding a New Target): Scrub out obsolete bits.
5546         (Obsolete Conditionals): Remove entire section.
5547
5548 2008-07-25  Tom Tromey  <tromey@redhat.com>
5549
5550         * observer.texi (GDB Observers): Document new observers:
5551         breakpoint_created, breakpoint_deleted, breakpoint_modified,
5552         tracepoint_created, tracepoint_deleted, tracepoint_modified,
5553         architecture_changed.
5554
5555 2008-07-21  Stan Shebs  <stan@codesourcery.com>
5556
5557         * gdbint.texinfo: Refer to target_so_ops.in_dynsym_resolve_code
5558         instead of IN_SOLIB_DYNSYM_RESOLVE_CODE.
5559
5560 2008-07-21  Tom Tromey  <tromey@redhat.com>
5561
5562         * observer.texi (GDB Observers): Remove obsolete comment.
5563         <executable_changed>: Remove argument.
5564
5565 2008-07-18  Tom Tromey  <tromey@redhat.com>
5566
5567         * gdb.texinfo (Macros): Update.  Use @code rather than @command.
5568
5569 2008-07-10  Doug Evans  <dje@google.com>
5570
5571         * doc/gdb.texinfo: Document "set print symbol-loading on|off".
5572
5573 2008-07-10  Jan Kratochvil  <jan.kratochvil@redhat.com>
5574
5575         * gdb.texinfo (Starting): Document "set disable-randomization".
5576
5577 2008-07-07  Andreas Schwab  <schwab@suse.de>
5578
5579         * gdb.texinfo (GDB/MI Target Manipulation): Fix last change.
5580
5581 2008-07-06  Vladimir Prus  <vladimir@codesourcery.com>
5582
5583         * gdb.texinfo (GDB/MI Target Manipulation): Add
5584         example of -target-attach.
5585
5586 2008-06-10  Vladimir Prus  <vladimir@codesourcery.com>
5587
5588         * observer.texi (target_resumed): New observer.
5589         * gdb.texinfo (GDB/MI Output Records): Document *running.
5590
5591 2008-06-06  Tom Tromey  <tromey@redhat.com>
5592
5593         * gdb.texinfo (Completion): Add field name example.
5594
5595 2008-06-06  Marc Khouzam  <marc.khouzam@ericsson.com>
5596
5597         * gdb.texinfo (GDB/MI Program Context): Added example
5598         to -exec-arguments
5599
5600 2008-06-05  Nick Roberts  <nickrob@snap.net.nz>
5601
5602         * annotate.texinfo (Multi-threaded Apps): Add entry for thread-changed
5603         annotation.
5604
5605 2008-06-05  Vladimir Prus  <vladimir@codesourcery.com>
5606             Nathan Sidwell  <nathan@codesourcery.com>
5607             Joseph Myers  <joseph@codesourcery.com>
5608
5609         * configure.ac: Include ../../config/acx.m4.  Use ACX_PKGVERSION
5610         and ACX_BUGURL.
5611         * configure: Regenerate.
5612         * Makefile.in (PKGVERSION, BUGURL_TEXI): Define.
5613         (GDBvn.texi): Define VERSION_PACKAGE, BUGURL and BUGURL_DEFAULT.
5614         * gdb.texinfo: Use VERSION_PACKAGE and BUGURL.  Remove
5615         mailing-list-specific text about bug reporting unless
5616         BUGURL_DEFAULT.
5617
5618 2008-06-05  Pedro Alves  <pedro@codesourcery.com>
5619
5620         * gdb.texinfo (-target-select): Remove reference to target async.
5621         (Maintenance Commands): Document "maint set/show remote-async".
5622
5623 2008-06-04  Marc Khouzam  <marc.khouzam@ericsson.com>
5624
5625         * gdb.texinfo (GDB/MI File Transfer Commands): Typo
5626         in -target-file-get section.
5627
5628 2008-05-22  Pedro Alves  <pedro@codesourcery.com>
5629
5630         * gdb.texinfo (vAttach, vRun): Re-remove requirement of the stub
5631         killing the inferior when it is already debugging a process.
5632
5633 2008-05-21  Joel Brobecker  <brobecker@adacore.com>
5634
5635         * gdb.texinfo (Continuing and Stepping): Document the new "fin"
5636         abbreviation for "finish".
5637
5638 2008-05-21  Nick Roberts  <nickrob@snap.net.nz>
5639
5640         * annotate.texinfo (Multi-threaded Apps): New node for new annotation.
5641
5642 2008-05-15  Daniel Jacobowitz  <dan@codesourcery.com>
5643
5644         * gdbint.texinfo (Target Conditionals): Delete entry for
5645         gdbarch_dwarf_reg_to_regnum.
5646
5647 2008-05-09  Doug Evans  <dje@google.com>
5648
5649         * gdb.texinfo: Document "find" command, qSearch:memory packet.
5650
5651 2008-05-05  Doug Evans  <dje@google.com>
5652
5653         * gdb.texinfo (disassemble): Document /m modifier.
5654
5655 2008-05-05  Vladimir Prus  <vladimir@codesourcery.com>
5656
5657         * gdb.texinfo (Maintenance Commands): Clarify that "maint time"
5658         will not report the time of commands that run the target.
5659
5660 2008-05-03  Vladimir Prus  <vladimir@codesourcery.com>
5661
5662         * gdb.texinfo (GDB/MI Output Records): Add
5663         missing semicolon.
5664
5665 2008-05-03  Vladimir Prus  <vladimir@codesourcery.com>
5666
5667         * gdb.texinfo (GDB/MI Output Records):
5668         Document =thread-create and =thread-exited.
5669
5670 2008-05-03  Vladimir Prus  <vladimir@codesourcery.com>
5671
5672         * gdb.texinfo (GDB/MI Development and Front Ends):
5673         Remove mention of dmi-discuss.
5674
5675 2008-05-03  Pedro Alves  <pedro@codesourcery.com>
5676
5677         * observer.texi (thread_exit): New.
5678
5679 2008-05-02  Pedro Alves  <pedro@codesourcery.com>
5680
5681         * gdb.texinfo (Debugging Output): Document "set/show debug
5682         displaced".
5683         (Maintenance Commands): Document "maint set/show
5684         can-use-displaced-stepping".
5685
5686 2008-05-02  Daniel Jacobowitz  <dan@codesourcery.com>
5687
5688         * gdb.texinfo (ARM): Document set/show arm fallback-mode
5689         and set/show arm force-mode.
5690
5691 2008-05-02  Andreas Schwab  <schwab@suse.de>
5692
5693         * gdbint.texinfo (Algorithms): Describe
5694         target_watchpoint_addr_within_range.
5695
5696 2008-04-30  Daniel Jacobowitz  <dan@codesourcery.com>
5697
5698         * gdbint.texinfo (Stack Frames): New chapter.
5699         (Algorithms): Move Frames text to the new chapter.
5700         (Target Conditionals): Delete SAVE_DUMMY_FRAME_TOS.  Document
5701         gdbarch_dummy_id instead of gdbarch_unwind_dummy_id.
5702
5703 2008-04-24  Vladimir Prus  <vladimir@codesourcery.com>
5704
5705         * gdb.texinfo (GDB/MI Output Syntax): Clarify that async
5706         output does not necessary include any tokens.
5707
5708 2008-04-22  Corinna Vinschen  <vinschen@redhat.com>
5709
5710         * gdb.texinfo (Set SH Calling convention): New @item.
5711         (Show SH Calling convention): Ditto.
5712
5713 2008-04-22  Markus Deuling  <deuling@de.ibm.com>
5714
5715         * gdb.texinfo (Fortran Operators): Describe '%' operator.
5716
5717 2008-04-20  Eli Zaretskii  <eliz@gnu.org>
5718
5719         * gdb.texinfo (Set Breaks): Mention that multiple location
5720         breakpoints need line number info.  Add index entries.
5721
5722 2008-04-19  Craig Silverstein  <csilvers@google.com>
5723
5724         * gdb.texinfo (Requirements): Add an optional requirement on
5725         zlib.
5726         * gdbint.texinfo (Debugging File Formats): Add new subsection for
5727         Compressed DWARF 2.
5728
5729 2008-04-16  Aleksandar Ristovski  <aristovski@qnx.com>
5730
5731         * gdb.texinfo (GDB/MI Simple Examples): Added 'disp' field to the
5732         sample output for 'stopped,reason="breakpoint-hit"' message.
5733         (GDB/MI Program Execution): Likewise.
5734
5735 2008-04-09  Marc Khouzam  <marc.khouzam@ericsson.com>
5736
5737         * gdb.texinfo (GDB/MI Variable Objects): Add anchor to
5738         -var-set-format.  Add -f option to -var-evaluate-expression.
5739
5740 2008-04-03  Joel Brobecker  <brobecker@adacore.com>
5741
5742         * gdb.texinfo (Breakpoint Menus): Delete. Contents moved inside
5743         new node "Ambiguous Expressions".  Replace references to this
5744         node by references to "Ambiguous Expressions" throughout.
5745         (Ambiguous Expressions): New node.
5746
5747 2008-03-26  Daniel Jacobowitz  <dan@codesourcery.com>
5748
5749         * gdb.texinfo (MIPS Features, PowerPC Features): Add @node.
5750
5751 2008-03-21  Pedro Alves  <pedro@codesourcery.com>
5752
5753         * gdb.texinfo (Debugging Output): Document
5754         "set/show debug lin-lwp-async".
5755         (Maintenance Commands): Document "maint set/show linux-async".
5756
5757 2008-03-21  Daniel Jacobowitz  <dan@codesourcery.com>
5758
5759         * gdb.texinfo (Expressions): Update description of malloced arrays.
5760
5761 2008-03-15  Vladimir Prus  <vladimir@codesourcery.com>
5762
5763         * gdb.texinfo (Thread Commands): Document
5764         -thread-info.  Remove -thread-list-all-threads.
5765
5766 2008-03-14  Pedro Alves  <pedro@codesourcery.com>
5767             Sandra Loosemore  <sandra@codesourcery.com>
5768
5769         * gdb.texinfo (Library List Format): Update to mention the
5770         possibility to pass section addresses instead of segment
5771         addresses.
5772
5773 2008-03-10  Daniel Jacobowitz  <dan@codesourcery.com>
5774
5775         * gdb.texinfo (Starting): Document "set exec-wrapper".
5776         (Server): Document gdbserver --wrapper.
5777
5778 2008-03-03  Daniel Jacobowitz  <dan@codesourcery.com>
5779
5780         * gdb.texinfo (Set Watchpoints): Mention watchpoints on
5781         unreadable memory.  Delete obsolete SPARClite reference.
5782
5783 2008-02-28  Daniel Jacobowitz  <dan@codesourcery.com>
5784
5785         * gdb.texinfo (Starting): Mention always-running targets.
5786         (Target Commands): Add an anchor for load.
5787         (Connecting): Explain continue instead of run.
5788
5789 2008-02-27  Daniel Jacobowitz  <dan@codesourcery.com>
5790
5791         * gdb.texinfo (Debugging Output): Document "set debug timestamp".
5792
5793 2008-02-26  Nick Roberts  <nickrob@snap.net.nz>
5794
5795         * gdb.texinfo (Set Breaks): Revert description of Enb column of
5796         breakpoint table.
5797
5798 2008-02-19  Pedro Alves  <pedro@codesourcery.com>
5799
5800         * gdb.texinfo (vAttach, vRun): Remove requirement of the stub
5801         killing the inferior when it is already debugging a process.
5802
5803 2008-02-13  Markus Deuling  <deuling@de.ibm.com>
5804
5805         * gdbint.texinfo (Build Script): New section. Mention new build script
5806         gdb_buildall.sh.
5807
5808 2008-02-01  Jim Blandy  <jimb@red-bean.com>
5809
5810         * gdb.texinfo (Help): Summarize 'info args' correctly.
5811
5812 2008-01-30  Thiago Jung Bauermann  <bauerman@br.ibm.com>
5813
5814         * gdb.texinfo: (Decimal Floating Point): Mention pseudo-registers
5815         available in PowerPC architecture.
5816         (Embedded Processors): Change node name of PowerPC item in menu.
5817         (PowerPC): Rename to...
5818         (PowerPC Embedded): this.
5819         (Architectures): Add new PowerPC item in menu.
5820         (PowerPC): New node.
5821
5822 2008-01-30  Daniel Jacobowitz  <dan@codesourcery.com>
5823
5824         * gdb.texinfo (Multi-Process Mode for gdbserver): Use @kbd for
5825         commands.
5826
5827 2008-01-30  Daniel Jacobowitz  <dan@codesourcery.com>
5828
5829         * gdb.texinfo (Setting Catchpoints): Mention features
5830         supported on GNU/Linux.
5831
5832 2008-01-30  Nick Roberts  <nickrob@snap.net.nz>
5833
5834         * gdb.texinfo (GDB/MI File Commands): Describe new output
5835         field for MI command -file-list-exec-source-file.
5836
5837 2008-01-29  Daniel Jacobowitz  <dan@codesourcery.com>
5838
5839         * gdb.texinfo (Using the `gdbserver' Program): Add security
5840         warning.  Rearrange into subsections and subsubsections.  Document
5841         --multi and --debug.  Correct --with-sysroot typo.  Update --attach
5842         usage.  Make load reference clearer.  Document monitor exit.
5843         (Remote Configuration): Document set remote exec-file, attach-packet,
5844         and run-packet.
5845         (Packets): Document vAttach and vRun.
5846
5847 2008-01-29  Nick Roberts  <nickrob@snap.net.nz>
5848
5849         * gdb.texinfo (Processes): Mention process command.
5850         detach-on-follow -> detach-on-fork.
5851
5852 2008-01-28  Daniel Jacobowitz  <dan@codesourcery.com>
5853
5854         * gdbint.texinfo (Native Conditionals): Remove
5855         SHELL_COMMAND_CONCAT and SHELL_FILE.
5856
5857 2008-01-26  Eli Zaretskii  <eliz@gnu.org>
5858
5859         * gdb.texinfo (Specify Location): Improve wording.
5860
5861 2008-01-23  Chris Demetriou  <cgd@google.com>
5862
5863         * gdb.texinfo (Threads): Document new "set print thread-events"
5864         and "show print thread-events" commands.
5865
5866 2008-01-19  Eli Zaretskii  <eliz@gnu.org>
5867
5868         * gdb.texinfo (Specify Location): New section.
5869         (Delete Breaks, Edit, Set Breaks): Remove description of
5870         locations.  Instead, add a reference to "Specify Location".
5871         (Machine Code, Jumping, Thread Stops, Continuing and Stepping)
5872         (Symbols): Refer to "Specify Location" for the valid forms of
5873         linespecs and locations.
5874
5875 2008-01-18  Markus Deuling  <deuling@de.ibm.com>
5876
5877         * gdbint.texinfo (Target Conditionals): Replace the description of
5878         BITS_BIG_ENDIAN with a description of gdbarch_bits_big_endian.
5879
5880 2008-01-12  Paul Hilfinger  <hilfinger@adacore.com>
5881
5882         * gdb.texinfo (C Operators): Remove incorrect parenthetical comment
5883         about &&var, which is rejected by the expression parser.
5884
5885 2008-01-09  Luis Machado  <luisgpm@br.ibm.com>
5886
5887         * gdb.texinfo (Output): Update documentation on using printf with DFP
5888         types.
5889
5890 2008-01-07  Thiago Jung Bauermann  <bauerman@br.ibm.com>
5891
5892         * gdb.texinfo (C and C++): Add Decimal Floating Point format
5893         subsubsection.
5894         (Decimal Floating Point format): New subsubsection.
5895
5896 2008-01-05  Pedro Alves  <pedro@codesourcery.com>
5897
5898         * gdb.texinfo (File Options): Remove mention of the attempt to
5899         open a core file with the -p option.  Don't list -c as a valid
5900         option to attach to a process.
5901
5902 2008-01-05  Pedro Alves  <pedro@codesourcery.com>
5903
5904         * gdbint.texinfo (Host Conditionals): Remove mention of
5905         ALIGN_STACK_ON_ENTRY.
5906
5907 2008-01-05  Joel Brobecker  <brobecker@adacore.com>
5908
5909         * gdbint.texinfo (Start of New Year Procedure): Add item
5910         describing how to update the source and documentation copyright
5911         notices.
5912
5913 2007-12-18  Jim Blandy  <jimb@codesourcery.com>
5914
5915         * gdb.texinfo (Set Watchpoints): Integrate per-thread
5916         watchpoint explanation into the main description of the watchpoint
5917         command; update synopses of 'watch', 'rwatch', and 'awatch'
5918         commands.
5919
5920 2007-12-18  Vladimir Prus  <vladimir@codesourcery.com>
5921
5922         * gdb.texinfo (Miscellaneous gdb/mi Commands):
5923         Document 'pending-breakpoints' feature of
5924         -list-features.
5925
5926 2007-12-17  Luis Machado  <luisgpm@br.ibm.com>
5927
5928         * gdb.texinfo: Add new parameter's description.
5929
5930 2007-12-16  Daniel Jacobowitz  <dan@codesourcery.com>
5931
5932         * gdb.texinfo (Overview): Clarify run-length encoding
5933         example.  Remove the restriction on "+" and "-" characters.
5934
5935 2007-12-15  Eli Zaretskii  <eliz@gnu.org>
5936
5937         * gdb.texinfo (Host I/O Packets): Fix xref syntax.
5938
5939 2007-12-14  Vladimir Prus  <vladimir@codesourcery.com>
5940
5941         * gdb.texinfo (GDB/MI Breakpoint Commands): Document
5942         the -f option for -break-insert, remove -r option,
5943         and clarify specification of location.
5944
5945 2007-11-30  Daniel Jacobowitz  <dan@codesourcery.com>
5946
5947         * gdb.texinfo (Debugging Programs with Multiple Processes): Correct
5948         formatting.
5949         (Remote Debugging): Add File Transfer section.
5950         (Remote Configuration): Document Host I/O packets.
5951         (GDB/MI): Add GDB/MI File Transfer Commands section.
5952         (Host I/O Packets): New section in "Remote Protocol".
5953         (Packets): Add vFile.
5954
5955 2007-11-17  Eli Zaretskii  <eliz@gnu.org>
5956
5957         * gdb.texinfo (Set Breaks, Disabling): Clarify behavior of
5958         breakpoints with multiple locations.
5959         (Breakpoint Menus): Improve wording.
5960         (Output): Fix last change.
5961
5962 2007-11-17  Ulrich Weigand  <uweigand@de.ibm.com>
5963
5964         * Makefile.in (Makefile): Do not depend on target_makefile_frag.
5965
5966 2007-11-15  Doug Evans  <dje@google.com>
5967
5968         * gdb.texinfo (Symbols): Update output of "maint info symtabs".
5969
5970 2007-11-15  Vladimir Prus  <vladimir@codesourcery.com>
5971
5972         * gdbint.texinfo (Native Conditionals): Remove
5973         mention of CLEAR_SOLIB.
5974
5975 2007-11-11  Joel Brobecker  <brobecker@adacore.com>
5976
5977         * gdb.texinfo (Print Settings): Add documentation for "set/show
5978         print frame-arguments".
5979
5980 2007-11-05  Luis Machado  <luisgpm@br.ibm.com>
5981
5982         * gdb.texinfo (Output): Update printf command's description.
5983
5984 2007-10-30  Daniel Jacobowitz  <dan@codesourcery.com>
5985
5986         * gdb.texinfo (PowerPC): Document "set powerpc vector-abi" and "set
5987         powerpc soft-float".
5988
5989 2007-10-24  Daniel Jacobowitz  <dan@codesourcery.com>
5990
5991         * gdb.texinfo (Files): Correct formatting.  Mention Expat
5992         requirement.
5993         (Requirements for Building GDB): Expand the list of Expat
5994         uses.
5995         (Library List Format, Memory Map Format): Mention Expat.
5996         (Target Descriptions): Update Expat wording.
5997
5998 2007-10-24  Daniel Jacobowitz  <dan@codesourcery.com>
5999
6000         * gdbint.texinfo (Register and Memory Data, Target Conditionals):
6001         Document that gdbarch_convert_register_p should return zero for no-op
6002         conversions.
6003
6004 2007-10-22  Ulrich Weigand  <uweigand@de.ibm.com>
6005
6006         * gdbint.texi (Compiler Characteristics): Move documentation
6007         of set_gdbarch_sofun_address_maybe_missing back to ...
6008         (Target Conditionals): ... here to fix build break.
6009
6010 2007-10-19  Ulrich Weigand  <uweigand@de.ibm.com>
6011
6012         * gdbint.texi (Target Conditionals): Remove documentation of
6013         SOFUN_ADDRESS_MAYBE_MISSING, replaced by ...
6014         (Compiler Characteristics): ... documentation of
6015         set_gdbarch_sofun_address_maybe_missing.
6016
6017 2007-10-17  Daniel Jacobowitz  <dan@codesourcery.com>
6018
6019         * gdbint.texinfo (Target Conditionals): Use
6020         frame_unwind_register_unsigned in examples instead of
6021         frame_unwind_unsigned_register.
6022
6023 2007-10-15  Daniel Jacobowitz  <dan@codesourcery.com>
6024
6025         * gdb.texinfo (Predefined Target Types): Add int128
6026         and uint128.
6027         (Standard Target Features): Add PowerPC features.
6028
6029 2007-10-15  Daniel Jacobowitz  <dan@codesourcery.com>
6030
6031         * gdb.texinfo (Maintenance Commands): Document "maint print c-tdesc".
6032
6033 2007-10-12  Ulrich Weigand  <uweigand@de.ibm.com>
6034
6035         * gdbint.texi (Target Conditionals): Remove documentation
6036         of and references to DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS,
6037         gdbarch_extract_return_value, and gdbarch_store_return_value.
6038
6039 2007-10-12  Ulrich Weigand  <uweigand@de.ibm.com>
6040
6041         * gdbint.texi (Target Conditionals): Remove documentation of
6042         and references to DEPRECATED_REG_STRUCT_HAS_ADDR.
6043
6044 2007-10-11  Kazu Hirata  <kazu@codesourcery.com>
6045
6046         * gdb.texinfo: Mention that inaccessible-by-default is on by
6047         default.
6048
6049 2007-10-11  Daniel Jacobowitz  <dan@codesourcery.com>
6050
6051         * gdbint.texinfo (Target Conditionals): Remove VARIABLES_INSIDE_BLOCK.
6052
6053 2007-09-30  Daniel Jacobowitz  <dan@codesourcery.com>
6054
6055         * gdb.texinfo (Setting Watchpoints): Adjust warning text about
6056         multi-threaded watchpoints.
6057         * gdbint.texinfo (Watchpoints): Describe how watchpoints are
6058         checked.  Describe sticky notification.  Expand description
6059         of steppable and continuable watchpoints.
6060         (Watchpoints and Threads): New subsection.
6061
6062 2007-09-28  Vladimir Prus  <vladimir@codesourcery.com>
6063
6064         * gdb.texinfo (Setting Breakpoints): Revise
6065         documentation for pending breakpoints.  Document
6066         breakpoints with multiple locations.
6067
6068 2007-09-19  Vladimir Prus  <vladimir@codesourcery.com>
6069
6070         * gdb.texinfo (Miscellaneous gdb/mi Commands):
6071         Document -list-features.
6072
6073 2007-09-15  Eli Zaretskii  <eliz@gnu.org>
6074
6075         * gdb.texinfo (Output): Spell out which features of C's printf are
6076         not supported by GDB's printf.
6077         (Separate Debug Files): More accurate wording regarding build ID
6078         and a reference to the ld manual rather than the Fedora wiki.
6079
6080 2007-09-04  Daniel Jacobowitz  <dan@codesourcery.com>
6081             Jim Blandy  <jimb@codesourcery.com>
6082
6083         * gdb.texinfo (Output Formats): Update 'c' description.  Describe 's'.
6084         (Examining Memory): Update mentions of the 's' format.
6085         (Automatic Display): Likewise.
6086
6087 2007-09-02  Daniel Jacobowitz  <dan@codesourcery.com>
6088
6089         * gdb.texinfo: Update the FSF's Back-Cover Text.
6090
6091 2007-09-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
6092             Eli Zaretskii  <eliz@gnu.org>
6093
6094         * gdb.texinfo (Separate Debug Files): Cosmetic quoting removal.
6095         Fixed the ``build ID'' name.  New binaries build instructions for the
6096         build ID inclusion.  Explain how the commands are specific to the build
6097         ID vs. debug link.
6098
6099 2007-09-01  Eli Zaretskii  <eliz@gnu.org>
6100
6101         * gdb.texinfo (Separate Debug Files): Fix last change.  Add
6102         indexing for ``build ID'' support.
6103
6104 2007-09-01  Jan Kratochvil  <jan.kratochvil@redhat.com>
6105
6106         * gdb.texinfo (Separate Debug Files): Included a BUILD ID description.
6107         Enlisted BUILD ID to the debug file searching example.
6108         Included a BUILD ID `.note.gnu.build-id' section description.
6109         Updated/added the debug files splitting instructions for OBJCOPY.
6110
6111 2007-08-31  Vladimir Prus  <vladimir@codesourcery.com>
6112
6113         * gdb.texinfo (Variable Objects): Adjust docs
6114         for -var-info-expression and document
6115         -var-info-path-expression.
6116
6117 2007-08-20  Jim Blandy  <jimb@codesourcery.com>
6118
6119         * gdb.texinfo (Top): Dedicate manual to the memory of Fred Fish.
6120         (title page): Include the dedication in the printed manual, as a
6121         separate page after the copyright notice.
6122
6123         * gdb.texinfo (The F Reply Packet): Avoid confusing texi2html:
6124         don't break a @var across a line.
6125
6126 2007-07-25  Maciej W. Rozycki  <macro@mips.com>
6127
6128         * Makefile.in (MAKEHTMLFLAGS): Also search the current directory
6129         for include files.
6130
6131 2007-07-12  Nick Roberts  <nickrob@snap.net.nz>
6132
6133         * gdb.texinfo (Server Prefix): New node.  Adapt from existing node
6134         in annotate.texinfo.
6135         (Command History): Link to new node.
6136
6137 2007-07-05  Markus Deuling  <deuling@de.ibm.com>
6138
6139         * gdbint.texinfo (PC_LOAD_SEGMENT): Remove description.
6140
6141 2007-07-05  Eli Zaretskii  <eliz@gnu.org>
6142
6143         * gdbint.texinfo (Target Conditionals): Fix last change.
6144
6145 2007-07-03  Markus Deuling  <deuling@de.ibm.com>
6146
6147         * gdb.texinfo: Replace following macros by their appropriate gdbarch
6148         routines:
6149         (TARGET_CHAR_SIGNED, CALL_DUMMY_LOCATION, CANNOT_FETCH_REGISTER)
6150         (CANNOT_STORE_REGISTER, GET_LONGJMP_TARGET, POINTER_TO_ADDRESS)
6151         (ADDRESS_TO_POINTER, INNER_THAN, FRAME_NUM_ARGS)
6152         (HAVE_NONSTEPPABLE_WATCHPOINT, TARGET_SHORT_BIT, TARGET_INT_BIT)
6153         (TARGET_LONG_BIT, TARGET_LONG_LONG_BIT, TARGET_FLOAT_BIT)
6154         (TARGET_DOUBLE_BIT, TARGET_LONG_DOUBLE_BIT, TARGET_PTR_BIT
6155         (TARGET_ADDR_BIT, SP_REGNUM, PC_REGNUM, PS_REGNUM, FP0_REGNUM)
6156         (STAB_REG_TO_REGNUM, ECOFF_REG_TO_REGNUM, DWARF_REG_TO_REGNUM)
6157         (SDB_REG_TO_REGNUM, DWARF2_REG_TO_REGNUM, BELIEVE_PCC_PROMOTION)
6158         (CONVERT_REGISTER_P, REGISTER_TO_VALUE, VALUE_TO_REGISTER)
6159         (POINTER_TO_ADDRESS, ADDRESS_TO_POINTER, EXTRACT_RETURN_VALUE)
6160         (STORE_RETURN_VALUE, SKIP_PROLOGUE, MEMORY_INSERT_BREAKPOINT)
6161         (BREAKPOINT_FROM_PC, MEMORY_REMOVE_BREAKPOINT, DECR_PC_AFTER_BREAK)
6162         (ADDR_BITS_REMOVE, TARGET_PRINT_INSN, SKIP_TRAMPOLINE_CODE)
6163         (IN_SOLIB_RETURN_TRAMPOLINE, NAME_OF_MALLOC, ADDRESS_CLASS_TYPE_FLAGS)
6164         (ADDRESS_CLASS_TYPE_FLAGS_TO_NAME, ADDRESS_CLASS_TYPE_FLAGS_P).
6165         (ADDRESS_CLASS_NAME_to_TYPE_FLAGS, ADJUST_BREAKPOINT_ADDRESS)
6166         (PRINT_FLOAT_INFO, PRINT_VECTOR_INFO, INTEGER_TO_ADDRESS)
6167         (SKIP_PERMANENT_BREAKPOINT, TARGET_VIRTUAL_FRAME_POINTER)
6168         (SOFTWARE_SINGLE_STEP_P)
6169
6170         (push_dummy_call, stabs_argument_has_addr, unwind_sp, unwind_pc)
6171         (print_registers_info, push_dummy_code, unwind_dummy_id): Rework
6172
6173         (REGISTER_CONVERT_TO_TYPE, END_OF_TEXT_DEFAULT, GDB_MULTI_ARCH)
6174         (GDB_TARGET_IS_HPPA, DEPRECATED_GET_SAVED_REGISTER)
6175         (SYMBOLS_CAN_START_WITH_DOLLAR, DEPRECATED_INIT_EXTRA_FRAME_INFO)
6176         (DEPRECATED_INIT_FRAME_PC, DEPRECATED_SIGTRAMP_START)
6177         (IN_SOLIB_CALL_TRAMPOLINE, NO_HIF_SUPPORT, REGISTER_CONVERTIBLE)
6178         (DEPRECATED_REGISTER_RAW_SIZE, PARM_BOUNDARY, DEPRECATED_STACK_ALIGN)
6179         (PROLOGUE_FIRSTLINE_OVERLAP, DEPRECATED_POP_FRAME, STEP_SKIPS_DELAY)
6180         (TARGET_COMPLEX_BIT, TARGET_DOUBLE_COMPLEX_BIT)
6181         (OS9K_VARIABLES_INSIDE_BLOCK, KERNEL_U_ADDR, KERNEL_U_ADDR_HPUX)
6182         (REGISTER_U_ADDR, U_REGS_OFFSET, DEBUG_PTRACE): Remove description.
6183
6184         (Converting an existing Target Architecture to Multi-arch): Remove
6185          section.
6186
6187         (gdbarch_unwind_pc, gdbarch_unwind_sp): Renew code example.
6188         (gdbarch_addr_bits_remove): Add code example.
6189
6190         * gdb.texinfo: Replace REGISTER_NAME by gdbarch_register_name.
6191
6192 2007-07-02  Daniel Jacobowitz  <dan@codesourcery.com>
6193
6194         * gdb.texinfo (Remote Configuration): Document library-info-packet.
6195         Add other missing entries.  Adjust the table size to fit.
6196         (Stop Reply Packets): Use @itemize instead of @enumerate.  Document
6197         stop reasons including the new "library" event.
6198         (General Query Packets): Adjust table widths for qSupported.  Mention
6199         qXfer:libraries:read reply to qSupported and document the new packet.
6200         (Library List Format): New section.
6201
6202 2007-07-01  Jan Kratochvil  <jan.kratochvil@redhat.com>
6203
6204         * gdb.texinfo (Attach): Fixed GDB exit inferior detachment.
6205
6206 2007-06-28  Michael Snyder  <msnyder@svkmacdonelllnx>
6207
6208         * gdbint.texinfo (Table, Tuple and List Functions) Fix typo.
6209
6210 2007-06-25  Nick Roberts  <nickrob@snap.net.nz>
6211
6212         * gdbint.texinfo (Register and Memory Data): Break sections
6213         into nodes and add a menu.
6214
6215 2007-06-21  Maciej W. Rozycki  <macro@mips.com>
6216
6217         * gdb.texinfo (Examining Memory): Document the new behaviour.
6218
6219 2007-06-21  Vladimir Prus  <vladimir@codesourcery.com>
6220
6221         * gdb.texinfo (Standard Target Features): Document
6222         m68k features.
6223
6224 2007-06-18  Daniel Jacobowitz  <dan@codesourcery.com>
6225
6226         * gdb.texinfo (General Query Packets): Document qOffsets changes.
6227
6228 2007-06-13  Daniel Jacobowitz  <dan@codesourcery.com>
6229
6230         * gdb.texinfo (Target Description Format): Add version attribute
6231         for <target>.
6232
6233 2007-06-13  Daniel Jacobowitz  <dan@codesourcery.com>
6234
6235         * gdb.texinfo (MIPS Features): Document org.gnu.gdb.mips.linux.
6236
6237 2007-06-13  Daniel Jacobowitz  <dan@codesourcery.com>
6238
6239         * gdb.texinfo (MIPS Features): New subsection.
6240
6241 2007-06-12  Ulrich Weigand  <uweigand@de.ibm.com>
6242             Markus Deuling  <deuling@de.ibm.com>
6243
6244         * gdb.texinfo (General Query Packets): Document qXfer:spu:read
6245         and qXfer:spu:write packets and mention them under qSupported.
6246
6247 2007-06-12  Ulrich Weigand  <uweigand@de.ibm.com>
6248             Markus Deuling  <deuling@de.ibm.com>
6249
6250         * gdb.texinfo (Architectures): Add new SPU section to document
6251         Cell Broadband Engine SPU architecture specific commands.
6252
6253 2007-06-09  Vladimir Prus  <vladimir@codesourcery.com>
6254
6255         * gdb.texinfo (GDB/MI Variable Objects): Editorial
6256         comments.
6257
6258 2007-06-07  Nick Roberts  <nickrob@snap.net.nz>
6259
6260         * gdb.texinfo (Emacs): Describe GDB under Emacs 22.1.
6261
6262 2007-05-29  Jim Blandy  <jimb@codesourcery.com>
6263
6264         * gdb.texinfo (Overview): Doc fix.
6265
6266 2007-05-22  Maciej W. Rozycki  <macro@mips.com>
6267
6268         * gdb.texinfo (Remote Configuration): Document "set/show
6269         remoteflow".
6270
6271 2007-05-16  Daniel Jacobowitz  <dan@codesourcery.com>
6272
6273         * gdb.texinfo (MIPS): Remove documentation for set mips
6274         saved-gpreg-size, show mips saved-gpreg-size, and set mips
6275         stack-arg-size.
6276
6277 2007-05-14  Bob Wilson  <bob.wilson@acm.org>
6278
6279         * all-cfg.texi (GDBTUI): New.
6280         * gdb.texinfo (Mode Options): Use GDBTUI variable.
6281         (TUI, TUI Overview, TUI Keys, TUI Single Key Mode, TUI Commands)
6282         (TUI Configuration): Edit to improve clarity and fix problems of
6283         both style and content.
6284
6285 2007-05-11  Ulrich Weigand  <uweigand@de.ibm.com>
6286
6287         * observer.texi (GDB Observers): New observer "new_objfile".
6288
6289 2007-05-08  Ulrich Weigand  <uweigand@de.ibm.com>
6290
6291         * gdbint.texinfo (Native Conditionals): Remove USE_PROC_FS.
6292
6293 2007-04-14  Vladimir Prus  <vladimir@codesourcery.com>
6294
6295         * gdb.texinfo (GDB/MI Variable Objects): Document
6296         frozen variables objects.
6297
6298 2007-04-13  Daniel Jacobowitz  <dan@codesourcery.com>
6299
6300         * gdb.texinfo (Memory): Reference Remote Debugging chapter.
6301         (Character Sets, Caching Data of Remote Targets): Likewise.
6302         (Targets): Delete Remote node.  Move its text...
6303         (Debugging Remote Programs): ...to here.  Delete description
6304         of the "remote" command.
6305         (Remote configuration): Delete description of "set remotedevice"
6306         and "show remotedevice".
6307         (Embedded Processors): Delete H8/300, H8/500, and SH nodes.
6308
6309 2007-04-11  Bob Wilson  <bob.wilson@acm.org>
6310
6311         * gdb.texinfo (Contributors, Continuing and Stepping)
6312         (Fortran Defaults, HPPA, TUI, TUI Commands, Configure Options)
6313         (General Query Packets, File-I/O Remote Protocol Extension)
6314         (Protocol Basics, The F Reply Packet, Write)
6315         (Protocol-specific Representation of Datatypes, Memory Transfer):
6316         Fix hyphenation, punctuation and grammar problems.
6317         (Cygwin Native): Likewise.  Also fix misuse of @pxref and use
6318         'section' instead of 'subsection' in the text.
6319         (Non-debug DLL Symbols): Avoid 'subsubsection' in the text.
6320         (i386): Remove period from section name.
6321         (Installing GDB, Requirements, Running Configure,  Separate Objdir)
6322         (Config Names, Configure Options): Use @file{configure}.
6323
6324 2007-04-11  Daniel Jacobowitz  <dan@codesourcery.com>
6325
6326         * gdbint.texinfo (Writing Tests): Mention gdb_test_multiple
6327         and tab expansion.
6328
6329 2007-04-10  Daniel Jacobowitz  <dan@codesourcery.com>
6330
6331         * gdbint.texinfo (SOM): Correct location of the SOM reader.
6332
6333 2007-04-02  Bob Wilson  <bob.wilson@acm.org>
6334
6335         * gdb.texinfo: Consistently capitalize all significant words in
6336         node names, chapter titles, section titles, and headings.  Update
6337         cross references to match.
6338         (Starting and Stopping Trace Experiment): Make node name plural.
6339         (Breakpoint related warnings): Hyphenate "Breakpoint-related".
6340
6341 2007-03-30  Pedro Alves  <pedro_alves@portugalmail.pt>
6342
6343         * gdb.texinfo (WinCE): Delete obsolete subsection.
6344
6345 2007-03-30  Daniel Jacobowitz  <dan@codesourcery.com>
6346
6347         * gdb.texinfo (M68K): Remove obsolete ROM monitors.
6348         * gdbint.texinfo (DWARF 1): Delete section and other dwarfread.c
6349         references.
6350
6351 2007-03-30  Daniel Jacobowitz  <dan@codesourcery.com>
6352
6353         * gdb.texinfo (Startup): Delete references to some alternate
6354         names for .gdbinit.
6355         (Thread): Remove LynxOS reference.
6356         (Tandem ST2000): Delete target-specific documentation.
6357         * gdbint.texinfo (Symbol Handling): Remove mention of NLM.
6358         (Target Architecture Definition): Remove mention of GDB_OSABI_NETWARE
6359         and GDB_OSABI_LYNXOS.
6360
6361 2007-03-29  Ulrich Weigand  <uweigand@de.ibm.com>
6362
6363         * gdbint.texi (Native Conditionals): Remove PTRACE_ARG3_TYPE.
6364
6365 2007-03-27  Ulrich Weigand  <uweigand@de.ibm.com>
6366
6367         * gdbint.texinfo (Target Conditionals): Remove mention of
6368         DEPRECATED_REMOTE_BREAKPOINT, DEPRECATED_BIG_REMOTE_BREAKPOINT,
6369         and DEPRECATED_LITTLE_REMOTE_BREAKPOINT.
6370
6371 2007-03-27  Brooks Moses  <brooks.moses@codesourcery.com>
6372
6373         * Makefile.in: Add "pdfdir" installation
6374         directory, PDFTEX macro, support for "install-pdf" target,
6375         and rules for making a pdf version of refcard.texi.
6376         * refcard.tex: Specify paper size for PDF output.
6377
6378 2007-03-26  Bob Wilson  <bob.wilson@acm.org>
6379
6380         * gdb.texinfo (Omissions from Ada, Additions to Ada): Wrap long lines.
6381
6382 2007-03-26  Bob Wilson  <bob.wilson@acm.org>
6383
6384         * gdb.texinfo (Invoking GDB): Use @value{GDBP}.
6385         (Source Path, Character Sets, Macros, Define)
6386         (GDB/MI Result Records, GDB/MI Simple Examples)
6387         (GDB/MI Program Execution, GDB/MI File Commands)
6388         (Maintenance Commands, Packets, File-I/O Overview): Use @value{GDBN}.
6389         (Bug Reporting): Use @value{GCC}.
6390
6391 2007-03-26  Bob Wilson  <bob.wilson@acm.org>
6392
6393         * gdb.texinfo (Help): Fix formatting of examples.
6394         (Variables): Use @ifnotinfo instead of @iftex.
6395         (Non-debug DLL symbols): Use @ref instead of @pxref.
6396         (Sparclet File): Use @samp instead of quotes.
6397
6398 2007-03-26  Bob Wilson  <bob.wilson@acm.org>
6399
6400         * gdb.texinfo (Variables, C): Update cross reference to GCC docs.
6401
6402 2007-03-26  Bob Wilson  <bob.wilson@acm.org>
6403
6404         * gdb.texinfo (Top): Move TUI and Annotations menu entries to match
6405         the order of the nodes.
6406         (C Operators, C Constants, Debugging C): Remove extra menus.
6407         (Method Names in Commands): Do not specify next/prev/up nodes.
6408
6409 2007-03-26  Bob Wilson  <bob.wilson@acm.org>
6410
6411         * gdb.texinfo (File Options): Add missing parenthesis.
6412         (Breakpoints, Special Fortran commands, PowerPC): Fix typos.
6413
6414 2007-02-26  Daniel Jacobowitz  <dan@codesourcery.com>
6415
6416         * gdb.texinfo (Monitor commands for gdbserver): New subsection.
6417
6418 2007-02-26  Daniel Jacobowitz  <dan@codesourcery.com>
6419
6420         * gdb.texinfo (Standard Target Features): Mention
6421         case insensitivity.
6422         (ARM Features): Describe org.gnu.gdb.xscale.iwmmxt.
6423
6424 2007-02-18  Nick Roberts  <nickrob@snap.net.nz>
6425
6426         * gdb.texinfo (Top): Put Appendix A after numbered sections.
6427         (Files): Add section name to argument list for pxref.
6428         (Non-debug DLL symbols): Don't use `see' for pxref.
6429         (Embedded Processors): Fix typo.
6430         (GDB/MI Breakpoint Commands): Execution commands generate
6431         *stopped not ^done.
6432
6433 2007-02-13  Nick Roberts  <nickrob@snap.net.nz>
6434
6435         * gdb.texinfo (GDB/MI Variable Objects): Describe meanings of
6436         values for in_scope.  Mention that only root variables can be
6437         updated.
6438         (GDB/MI Development and Front Ends): Explain new values may be
6439         added to existing fields.
6440
6441 2007-02-08  Daniel Jacobowitz  <dan@codesourcery.com>
6442
6443         * gdb.texinfo (-target-disconnect): Use @smallexample.
6444         (Requirements): Add anchor for Expat.  Update description.
6445         (Target Descriptions): Mention Expat.
6446         (Target Description Format): Document new elements.  Use
6447         @smallexample.
6448         (Predefined Target Types, Standard Target Features): New sections.
6449         * gdbint.texinfo (Target Descriptions): New section.
6450
6451 2007-02-07  Daniel Jacobowitz  <dan@codesourcery.com>
6452
6453         * gdb.texinfo (Target Description Format): Add section on XInclude.
6454
6455 2006-02-03  Nick Roberts  <nickrob@snap.net.nz>
6456
6457         * gdb.texinfo (GDB/MI Miscellaneous Commands): Describe the new
6458         command -enable-timings.
6459
6460 2007-02-02  Markus Deuling  <deuling@de.ibm.com>  (tiny change)
6461
6462         * gdbint.texinfo (Operation System ABI Variant Handling): Update
6463         descriptions for new/deleted elements in gdb_osabi.  Add missing
6464         description for function generic_elf_osabi_sniff_abi_tag_sections.
6465
6466 2007-01-29  Joel Brobecker  <brobecker@adacore.com>
6467
6468         * gdb.texinfo (Maintenance Commands): Add documentation for
6469         the new "maint print target-stack" command.
6470
6471 2007-01-26  Jan Kratochvil <jan.kratochvil@redhat.com>
6472             Eli Zaretskii  <eliz@gnu.org>
6473
6474         * gdb.texinfo: Describe CHAR array vs. string identification rules.
6475
6476 2007-01-26  Eli Zaretskii  <eliz@gnu.org>
6477
6478         * gdb.texinfo (Compilation, Files, Bootstrapping, Bug Reporting):
6479         Use @value{NGCC} instead of @value{GCC}.
6480
6481 2007-01-20  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
6482
6483         * agentexpr.texi: Fix typos.
6484         * annotate.texinfo: Likewise.
6485         * gdb.texinfo: Likewise.
6486         * gdbint.texinfo: Likewise.
6487         * observer.texi: Likewise.
6488         * stabs.texinfo: Likewise.
6489
6490 2007-01-20  Markus Deuling  <deuling@de.ibm.com>  (tiny change)
6491
6492         * gdbint.texinfo (Support Libraries): Remove mmalloc
6493         entry.  Describe readline library.
6494
6495 2007-01-09  Daniel Jacobowitz  <dan@codesourcery.com>
6496
6497         * gdb.texinfo (Target Descriptions): New section.
6498         (General Query Packets): Add QPassSignals anchor.  Mention
6499         qXfer:features:read under qSupported.  Expand mentions of
6500         qXfer:memory-map:read and QPassSignals.  Document
6501         qXfer:features:read.
6502
6503 2007-01-08  Daniel Jacobowitz  <dan@codesourcery.com>
6504
6505         * gdb.texinfo (Commands to specify files): Describe
6506         "set sysroot" and "show sysroot".
6507         (Using the `gdbserver' program): Lowercase argument
6508         to @var.  Expand description of setting up GDB on the
6509         host.
6510
6511 2007-01-05  Joel Brobecker  <brobecker@adacore.com>
6512
6513         * gdb.texinfo (Set Catchpoints): Add documentation for the new
6514         catch exception, catch exception unhandled, and catch assert
6515         commands.
6516
6517 2007-01-04  Daniel Jacobowitz  <dan@codesourcery.com>
6518
6519         * gdb.texinfo (Debugging Output): Document "set debug xml"
6520         and "show debug xml".
6521
6522 2007-01-04  Daniel Jacobowitz  <dan@codesourcery.com>
6523
6524         * gdbint.texinfo (Compiler Warnings): Update for -Wall use.
6525
6526 2007-01-01  Joel Brobecker  <brobecker@adacore.com>
6527
6528         * gdbint.texinfo (Start of New Year Procedure): Add missing item.
6529
6530 2006-12-08  Vladimir Prus  <vladimir@codesourcery.com>
6531
6532         * gdb.texinfo (GDB/MI Variable Objects): Wrap historical
6533         note in @ignore, to be removed later if nobody complains.
6534
6535 2006-12-04  Nick Roberts  <nickrob@snap.net.nz>
6536
6537         * gdb.texinfo (GDB/MI Variable Objects): Describe -c option
6538         of -var-delete.
6539
6540 2006-11-22  Vladimir Prus  <vladimir@codesourcery.com>
6541
6542         * gdb.texinfo (Setting breakpoints): Document
6543         automatic software/hardware breakpoint usage and
6544         the "set breakpoint auto-hw" command.
6545
6546 2006-11-21  Vladimir Prus  <vladimir@codesourcery.com>
6547
6548         * gdb.texinfo (Memory Access Checking): New.
6549
6550 2006-11-16  Daniel Jacobowitz  <dan@codesourcery.com>
6551
6552         * gdb.texinfo (Remote configuration): Mention
6553         "pass-signals-packet".
6554         (General Query Packets): Document QPassSignals.  Fix
6555         a typo.
6556
6557 2006-11-14  Maxim Grigoriev  <maxim@tensilica.com>
6558
6559         * gdb.texinfo (Contributors): Add contributors of Xtensa port.
6560
6561 2006-11-14  Daniel Jacobowitz  <dan@codesourcery.com>
6562
6563         * gdb.texinfo (Remote configuration): Rewrite documentation for
6564         packet configuration commands.
6565         (OS Information): Adjust reference to qXfer:auxv:read.
6566         (General Query Packets): Remove references to read-aux-vector-packet
6567         and set remote get-thread-local-storage-address.
6568
6569 2006-11-10  Daniel Jacobowitz  <dan@codesourcery.com>
6570
6571         * gdbint.texinfo (Target Architecture Definition): Add new
6572         Initializing a New Architecture section.
6573
6574 2006-10-31  David Taylor  <dtaylor@emc.com>
6575
6576         * stabs.texinfo (Macro define and undefine): New node describing
6577         stabs for #define and #undef.
6578
6579 2006-10-27  Andreas Schwab  <schwab@suse.de>
6580
6581         * gdb.texinfo (Processes): Rename "detach-fork" to "detach fork".
6582
6583 2006-10-21  Eli Zaretskii  <eliz@gnu.org>
6584
6585         * gdb.texinfo (Breakpoints, Set Watchpoints): Elaborate and
6586         clarify on the possible meanings of ``expression'' watched by
6587         watchpoints.  Add indexing.
6588         (Prompting, Errors, Invalidation, Annotations for Running)
6589         (Source Annotations): Fix index entries by adding "annotation" to
6590         them, to discriminate from index entries that point to the more
6591         general topic descriptions.
6592
6593 2006-10-17  Daniel Jacobowitz  <dan@codesourcery.com>
6594
6595         * gdbint.texinfo (Target Vector Definition): Move most
6596         content into Existing Targets.  Add a menu.
6597         (Existing Targets): New section, moved from Target Vector
6598         Definition.  Use @subsection.
6599         (Managing Execution State): New section.
6600
6601 2006-10-16  Bob Wilson  <bob.wilson@acm.org>
6602
6603         * gdb.texinfo (ST2000): Use Ctrl- instead of C-.
6604
6605 2006-10-15  Eli Zaretskii  <eliz@gnu.org>
6606
6607         * gdb.texinfo (Sample Session, Invocation, Quitting GDB)
6608         (Command Syntax, Signals, Backtrace, Connecting)
6609         (Remote configuration, Renesas Boards, Console I/O): Fix last
6610         change: use Ctrl- instead of C-, except wrt Emacs.
6611         (File-I/O Examples): Put Ctrl-c in @kbd.
6612         (Cygwin Native, File-I/O Overview, The Ctrl-C message)
6613         (Console I/O): Use @samp with Ctrl-.
6614         (Signals, Set Breaks, Set Watchpoints): Document optional
6615         arguments to `info signals'  `handle', `info breakpoints', and
6616         `info watchpoints'.
6617
6618 2006-10-14  Eli Zaretskii  <eliz@gnu.org>
6619
6620         * gdb.texinfo (Backtrace): Fix last change.
6621
6622 2006-10-14  Nick Roberts  <nickrob@snap.net.nz>
6623
6624         * gdb.texinfo (Backtrace): Order correctly and add other cases.
6625
6626 2006-10-10  Bob Wilson  <bob.wilson@acm.org>
6627
6628         * gdb.texinfo (Command Syntax, Connecting, Remote configuration)
6629         (Renesas Boards, ST2000, TUI Keys, TUI Single Key Mode)
6630         (TUI Commands, Emacs, Console I/O): Fix @key and @kbd usage.
6631
6632 2006-09-21  Vladimir Prus  <vladimir@codesourcery.com>
6633             Daniel Jacobowitz  <dan@codesourcery.com>
6634
6635         * gdb.texinfo (Packets): Document vFlashErase,
6636         vFlashWrite and vFlashDone packets.
6637         (General Query Packets): Document qXfer:memory-map:read.
6638         Add a new feature for qXfer:memory-map:read.
6639         (Memory map format): New section.
6640         (Target Commands): Mention that gdb can write flash.
6641
6642 2006-09-21  Vladimir Prus  <vladimir@codesourcery.com>
6643             Daniel Jacobowitz  <dan@codesourcery.com>
6644
6645         * gdb.texinfo (Memory Region Attributes): Mention target-supplied
6646         memory regions and "mem auto".
6647
6648 2006-09-21  Nathan Sidwell  <nathan@codesourcery.com>
6649
6650         * gdbint.texinfo (Array Containers): New section.
6651
6652 2006-09-17  Vladimir Prus  <vladimir@codesourcery.com>
6653
6654         * gdb.texinfo (GDB/MI Stack Manipulation): Mention that
6655         -stack-list-arguments HIGH_FRAME argument can be larger then the
6656         actual number of frames.
6657
6658 2006-09-07  Vladimir Prus  <vladimir@codesourcery.com>
6659
6660         * gdb.texinfo (GDB/MI Stack Manipulation): Mention that
6661         -stack-list-locals HIGH_FRAME argument can be larger then the
6662         actual number of frames.
6663
6664 2006-09-02  Bob Wilson  <bob.wilson@acm.org>
6665
6666         * gdb.texinfo (Packets, Stop Reply Packets, General Query Packets,
6667         Register Packet Format, Tracepoint Packets): Fix spelling errors.
6668
6669 2006-09-02  Eli Zaretskii  <eliz@gnu.org>
6670
6671         * gdbint.texinfo (Overall Structure): New section "Source Tree
6672         Structure".
6673
6674 2006-08-17  Jim Blandy  <jimb@codesourcery.com>
6675
6676         * gdb.texinfo (Stop Reply Packets): Note similarity of 'S' and 'T'
6677         responses.
6678
6679 2006-08-08  Joel Brobecker  <brobecker@adacore.com>
6680
6681         * gdb.texinfo (Source Path): Add documentation for new
6682         substitute-path commands.
6683
6684 2006-08-08  Daniel Jacobowitz  <dan@codesourcery.com>
6685
6686         * gdb.texinfo (Installing GDB): Update menu.  Move text to...
6687         (Running Configure): ...here.
6688         (Requirements): New node.  Mention expat.
6689
6690 2006-08-08  Vladimir Prus  <vladimir@codesourcery.com>
6691
6692         * gdb.texinfo (Target Commands): Remove
6693         'set download-write-size' and 'show download-write-size'.
6694
6695 2006-08-01  Daniel Jacobowitz  <dan@codesourcery.com>
6696
6697         * stabs.texinfo (Member Type Descriptor): Correct example for
6698         pointer to member types.
6699
6700 2006-07-21  Andrew Stubbs  <andrew.stubbs@st.com>
6701
6702         * gdb.texinfo (Optional warnings and messages): Add
6703         'set/show trace-commands'.
6704         (Command files): Add '-v' to source command.
6705
6706 2006-07-12  Daniel Jacobowitz  <dan@codesourcery.com>
6707
6708         * gdb.texinfo (OS Information): Update qPart reference to
6709         qXfer.
6710         (Remote configuration): Likewise.
6711         (Overview): Move @cindex to the start of a paragraph.  Talk
6712         about binary data encoding.
6713         (Packets): Refer to the overview for the details of the X
6714         packet encoding.
6715         (General Query Packets): Remove qPart description.  Add qXfer
6716         description.  Add an anchor to qSupported.  Correct feature
6717         table title.  Add a new feature for qXfer:auxv:read.
6718         (Interrupts): Add a missing parenthesis.
6719
6720 2006-07-05  Daniel Jacobowitz  <dan@codesourcery.com>
6721
6722         * gdb.texinfo (KOD): Remove node.
6723         (GDB/MI Kod Commands): Remove commented out node.
6724
6725 2006-07-01  Eli Zaretskii  <eliz@gnu.org>
6726
6727         * gdb.texinfo (GDB/MI Output Syntax, GDB/MI Simple Examples)
6728         (GDB/MI Breakpoint Commands, GDB/MI Program Context)
6729         (GDB/MI Thread Commands, GDB/MI Program Execution)
6730         (GDB/MI Stack Manipulation, GDB/MI Variable Objects)
6731         (GDB/MI Data Manipulation, GDB/MI Symbol Query)
6732         (GDB/MI File Commands, GDB/MI Target Manipulation)
6733         (GDB/MI Miscellaneous Commands): Change (@value{GDBP})->(gdb),
6734         since the MI prompt is hard-wired into the code.
6735
6736 2006-07-01  Nick Roberts  <nickrob@snap.net.nz>
6737
6738         * gdb.texinfo (GDB/MI Compatibility with CLI): Qualify more carefully.
6739         (GDB/MI Simple Examples): Use @subheading for "A Bad Command".
6740         (GDB/MI Data Manipulation): Remove description of unimplemented
6741         display related commands as variable objects perform this function
6742         and are superior: -display-delete, -display-disable,
6743         -display-enable, -display-insert and -display-list.  Move
6744         -environment-cd, -environment-directory, -environment-path
6745         and -environment-pwd to "Program Context".
6746         (GDB/MI Program Control): Rename to "Program Execution".  Move
6747         -exec-arguments -exec-abort to...
6748         (GDB/MI Program Context): ...here.  New node split from "Data
6749          Manipulation".
6750
6751 2006-06-21  Daniel Jacobowitz  <dan@codesourcery.com>
6752
6753         * gdb.texinfo (Remote configuration): Document set / show
6754         remote supported-packets.
6755         (General Query Packets): Document qSupported packet.
6756
6757 2006-06-10  Sandra Loosemore <sandra@codesourcery.com>
6758
6759         * gdb.texinfo (File-I/O overview): Copy edit for grammar, spelling,
6760         and font markup.
6761         (Protocol basics): Likewise.
6762         (The F request packet): Likewise.
6763         (The F reply packet): Likewise.
6764         (Memory transfer): Move this node to be a subsubsection of
6765         "Protocol specific representation of datatypes".
6766         (The Ctrl-C message): More copy editing.
6767         (Console I/O): Likewise.
6768         (The isatty call): Delete this node, and merge its content into
6769         the "isatty" node.  Fixed references elsewhere.
6770         (The system call): Delete this node, and merge its content into
6771         the "system" node.  Fixed references elsewhere.
6772         (open): Reformat to use @table, and add appropriate font markup.
6773         (close): Likewise.
6774         (read): Likewise.
6775         (write): Likewise.
6776         (lseek): Likewise.
6777         (rename): Likewise.
6778         (unlink): Likewise.
6779         (stat/fstat): Likewise.
6780         (gettimeofday): Likewise.
6781         (isatty): Likewise.
6782         (system): Likewise, plus minor changes to fix confusing wording.
6783         (Integral datatypes): Fix font markup.
6784         (Pointer values): Likewise.
6785         (struct stat): Fix markup to use @table, plus minor copy editing.
6786         (struct timeval): Fix font markup, plus minor copy editing.
6787         (Constants): Minor copy editing.
6788         (Errno values): Add font markup.
6789         (File-I/O Examples): Likewise.
6790
6791 2006-06-10  Nick Roberts  <nickrob@snap.net.nz>
6792
6793         * gdb.texinfo (GDB/MI): Remove duplicate acknowledgements.
6794         (GDB/MI Simple Examples): Move node up one level.  Use real
6795         examples.
6796         (GDB/MI Compatibility with CLI): Update.
6797         (GDB/MI Result Records): Add "connected" and "exit" result
6798         classes.
6799         (GDB/MI Stream Records): Clarify target output.
6800         (GDB/MI Command Description Format): Modify example description.
6801         (GDB/MI Breakpoint Table Commands): Rename to...
6802         (GDB/MI Breakpoint Commands): ...this
6803         (GDB/MI Breakpoint Commands): Add optional thread field.
6804         (GDB/MI Program Control): Add an introduction.  Move "Program
6805         termination" examples into exec-run description.
6806         (GDB/MI File Commands): Mention similar CLI commands.
6807         (GDB/MI Miscellaneous Commands): Move to end.  Mention "show version"
6808         is similar to "-gdb-version".
6809
6810 2006-06-09  Eli Zaretskii  <eliz@gnu.org>
6811
6812         * gdb.texinfo (Symbols): Fix "(gdb)"=>"(@value{GDBP})".
6813
6814 2006-06-02  Nick Roberts  <nickrob@snap.net.nz>
6815
6816         * gdb.texinfo (GDB/MI Development and Front Ends): Use
6817         sourceware.org for mailing lists.
6818         (GDB/MI File Commands): New node split from Program Control.
6819
6820 2006-06-01  Nick Roberts  <nickrob@snap.net.nz>
6821
6822         * gdb.texinfo (GDB/MI Development and Front Ends): New node.
6823
6824 2006-05-22  Eli Zaretskii  <eliz@gnu.org>
6825
6826         * gdb.texinfo (Cygwin Native): Fix last change.
6827
6828 2006-05-22  Christopher Faylor  <cgf@timesys.com>
6829
6830         * gdb.texinfo (Cygwin Native): Document set/show cygwin-exceptions.
6831
6832 2006-05-15  Nick Roberts  <nickrob@snap.net.nz>
6833
6834         * gdbint.texinfo (Algorithms): Correct spelling and punctuation.
6835         (Releasing GDB, Testsuite): Remove details for including DejaGnu.
6836
6837 2006-05-14  Daniel Jacobowitz  <dan@codesourcery.com>
6838
6839         * gdb.texinfo (General Query Packets): Recommend not starting
6840         new packets with qC and clarify.
6841
6842 2006-05-13  Gaius Mulley  <gaius@glam.ac.uk>
6843
6844         * gdb.texinfo (M2 Types): New section.
6845
6846 2006-05-10  Daniel Jacobowitz  <dan@codesourcery.com>
6847
6848         * agentexpr.texi: Add a copyright and license notice.
6849         * observer.texi: Likewise, with GPL clause for function prototypes.
6850         Remove trailing whitespace.
6851
6852 2006-05-05  Jim Blandy  <jimb@codesourcery.com>
6853
6854         * gdb.texinfo (General Query Packets): Document conventions for
6855         terminating packet names, and their violations.
6856
6857 2006-05-05  Daniel Jacobowitz  <dan@codesourcery.com>
6858
6859         * Makefile.in (GDB_DOC_SOURCE_INCLUDES): Update for readline 5.1.
6860         * gdb.texinfo: Likewise.
6861
6862 2006-05-05  Daniel Jacobowitz  <dan@codesourcery.com>
6863
6864         * gdb.texinfo (Remote Configuration): Remove "set remotedebug"
6865         and "show remotedebug".
6866         (Debugging Output): Add additional index entries.
6867
6868 2006-04-27  Michael Snyder  <msnyder@redhat.com>
6869
6870         * gdb.texinfo (delete-fork): Command renamed to "delete fork".
6871
6872 2006-04-22  Andrew Cagney  <cagney@redhat.com>
6873
6874         * gdb.texinfo (Contributors): Credit frame unwinder contributors.
6875         * gdbint.texinfo (Algorithms): Fix errors in frame documentation.
6876
6877 2006-04-18  Daniel Jacobowitz  <dan@codesourcery.com>
6878
6879         * gdbint.texinfo (x86 Watchpoints, Target Conditionals): Update insert
6880         and remove breakpoint prototypes.
6881         (Watchpoints): Move description of target_insert_hw_breakpoint and
6882         target_remove_hw_breakpoint ...
6883         (Breakpoints): ... to here.  Document target_insert_breakpoint and
6884         target_remove_breakpoint.
6885
6886 2006-04-17  Jim Blandy  <jimb@codesourcery.com>
6887
6888         * gdb.texinfo (Packets): Note that 'addr' arguments to s, S, c,
6889         and C packets are optional.
6890
6891 2006-04-14  Frederic Riss  <frederic.riss@st.com>
6892
6893         * gdb.texinfo (Specifying source directories): Update the description
6894         of the source file search to reflect the fact that the source path
6895         always contains at least $cdir and $cwd.
6896
6897 2006-03-31  Michael Snyder  <msnyder@redhat.com>
6898
6899         * gdb.texinfo: Update copyright dates.
6900
6901 2006-03-31  Eli Zaretskii  <eliz@gnu.org>
6902
6903         * gdb.texinfo (Overview): Add an index entry to "empty response".
6904
6905 2006-03-28  Jim Blandy  <jimb@codesourcery.com>
6906
6907         * gdbint.texinfo (Prologue Analysis): New section.
6908
6909 2006-03-07  Jim Blandy  <jimb@red-bean.com>
6910
6911         * gdb.texinfo (Connecting): Document 'target remote pipe'.
6912
6913         * gdb.texinfo (Target Commands): Update text describing how to
6914         specify a target.  Refer to the detailed section on remote
6915         debugging, not the brief mention.
6916
6917         * gdb.texinfo (Connecting): Organize the different 'target remote'
6918         connection methods into a table.  Add a 'target remote' index
6919         entry. (!!!)
6920
6921 2006-02-17  Fred Fish  <fnf@specifix.com>
6922
6923         * gdb.texinfo (Symbols): Update descriptions of 'whatis' and
6924         'ptype' commands to reflect the fact that the only significant
6925         difference between them is that ptype prints the complete type
6926         description instead of just the name.
6927
6928 2006-02-13  Wu Zhou  <woodzltc@cn.ibm.com>
6929
6930         * gdbint.texinfo (Watchpoints): Delete
6931         TARGET_REGION_SIZE_OK_FOR_HW_WATCHPOINT.
6932
6933 2006-02-10  Nick Roberts  <nickrob@snap.net.nz>
6934
6935         * gdb.texinfo (GDB/MI Breakpoint Table Commands): Add fullname and
6936         times fields where needed.  Fix typos.  Update general form given
6937         for output of -break-insert.
6938         (GDB/MI): Abbreviate some unnecessarily long fullnames.
6939
6940 2006-02-06  Daniel Jacobowitz  <dan@codesourcery.com>
6941
6942         * gdbint.texinfo (Symbol Handling): Add a section
6943         on memory management.
6944
6945 2006-02-06  Vladimir Prus  <ghost@cs.msu.su>
6946
6947         * gdb.texinfo (Breakpoint table commands): Document the fullname
6948         field in -break-list output.
6949
6950 2006-02-03  Eli Zaretskii  <eliz@gnu.org>
6951
6952         * gdb.texinfo (Cygwin Native): Fix typos.  Clarify the types of
6953         debugging information produced by the various "set debug..."
6954         options.
6955
6956 2006-02-01  Daniel Jacobowitz  <dan@codesourcery.com>
6957
6958         * gdb.texinfo (Files): Remove obsolete bits from the description
6959         of "symbol-file".
6960
6961 2006-01-25  Jim Blandy  <jimb@redhat.com>
6962
6963         * gdbint.texinfo (Testsuite): Explain how to run selected tests.
6964
6965 2006-01-24  Jim Blandy  <jimb@redhat.com>
6966
6967         * gdbint.texinfo (Frames): Document the basics of GDB's register
6968         unwinding model, and explain the existence of the "sentinel" frame.
6969
6970 2006-01-23  Andrew Stubbs  <andrew.stubbs@st.com>
6971
6972         * gdb.texinfo (Choosing files): Mention that -directory is used
6973         for script files.
6974         (Specifying source directories): Likewise.
6975         (Command files): Explain how script files are found.
6976
6977 2006-01-21  Eli Zaretskii  <eliz@gnu.org>
6978
6979         * gdb.texinfo (Backtrace): Describe how to get backtrace of all
6980         the threads in a multi-threaded program.
6981         (Threads): The threadno argument of "thread apply" can be a range
6982         of numbers.
6983
6984 2006-01-18  Jim Blandy  <jimb@redhat.com>
6985
6986         * gdbint.texinfo (Coding): Add entry for -Wno-pointer-sign to list
6987         of warning flags.
6988
6989 2006-01-13  Eli Zaretskii  <eliz@gnu.org>
6990
6991         * gdb.texinfo (Sequences): Improve menu annotations.
6992         (Define): Add index entries for arguments of user-defined
6993         commands.  Move the description of flow-control commands...
6994         (Command Files): ...to here.  Document loop_break and
6995         loop_continue.
6996         (Define, Command Files): Document `end' and add index entries for
6997         it.
6998
6999 2006-01-04  Michael Snyder  <msnyder@redhat.com>
7000
7001         * gdb.texinfo: Add documentation for linux-fork.
7002         * gdbint.texinfo: Add internal documentation for checkpoints.
7003
7004 2006-01-02  Paul N. Hilfinger  <hilfinger@gnat.com>
7005
7006         * gdb.texinfo (Omissions from Ada): Document that there is now
7007         limited aggregate support.
7008
7009 2005-12-28  Eli Zaretskii  <eliz@gnu.org>
7010
7011         * gdb.texinfo (Registers): Describe how to refer to SSE and MMX
7012         registers and the likes.
7013
7014 2005-12-24  Eli Zaretskii  <eliz@gnu.org>
7015
7016         * gdb.texinfo (Target Commands, Bug Reporting, File Options)
7017         (Symbols): Fix usage of "e.g.".
7018         (Memory Region Attributes): Fix usage of "etc."
7019
7020         * gdbint.texinfo (libgdb, Symbol Handling, Native Debugging)
7021         (Coding): Fix usage of "e.g.".
7022
7023 2005-12-23  Eli Zaretskii  <eliz@gnu.org>
7024
7025         * stabs.texinfo:
7026         * refcard.tex:
7027         * gpl.texi:
7028         * gdbint.texinfo:
7029         * gdb.texinfo:
7030         * gdb-cfg.texi:
7031         * fdl.texi:
7032         * annotate.texinfo:
7033         * all-cfg.texi:
7034         * Makefile.in: Add (C) after Copyright.  Update the FSF
7035         address.
7036
7037 2005-12-03  Eli Zaretskii  <eliz@gnu.org>
7038
7039         * gdb.texinfo (Connecting): Explain that `monitor' is a way to
7040         extend GDB with commands for external monitor.
7041
7042 2005-12-02  Andrew Stubbs  <andrew.stubbs@st.com>
7043
7044         * gdb.texinfo (Convenience variables): Add init-if-undefined command.
7045
7046 2005-11-25  Joel Brobecker  <brobecker@adacore.com>
7047
7048         * gdbint.texinfo (Start of New Year Procedure): New chapter.
7049
7050 2005-11-21  Jim Blandy  <jimb@redhat.com>
7051
7052         * gdb.texinfo (Tracepoint Packets): Document restrictions on
7053         placement of 'R' actions in tracepoint action packets; document
7054         dependence of 'X' and 'M' actions on a preceding 'R' action for
7055         their registers.
7056
7057 2005-11-19  Jim Blandy  <jimb@redhat.com>
7058
7059         * gdb.texinfo (Tracepoint Packets): New node.
7060         (General Query Packets): Add entries for the tracepoint packets,
7061         referring to the "Tracepoint Packets" node.
7062         (Tracepoints): Add reference to "Tracepoint Packets".
7063
7064 2005-11-18  Kevin Buettner  <kevinb@redhat.com>
7065
7066         * gdb.texinfo (set remotebreak): Add anchor.
7067         (X packet): Likewise.
7068         (Remote Protocol): Add new section `Interrupts' and new index
7069         entry `interrupts (remote protocol)'.
7070
7071 2005-11-18  Jim Blandy  <jimb@redhat.com>
7072
7073         * gdb.texinfo (Packets): Move information out of 'q' and 'Q'
7074         entries into the General Query Packets section.  Add a
7075         cross-reference to that section.  Drop description of replies, as
7076         these are covered in the descriptions of each packet.
7077         (General Query Packets): Add introductory text.  Explain naming
7078         conventions, and how the end of a name is recognized.
7079
7080 2005-11-17  Kevin Buettner  <kevinb@redhat.com>
7081
7082         * gdb.texinfo (Remote configuration): Fix typo in description of
7083         "set remotebreak" command.
7084
7085 2005-11-16  Jim Blandy  <jimb@redhat.com>
7086
7087         * gdb.texinfo (Packets, Stop Reply Packets)
7088         (General Query Packets): Various formatting cleanups.
7089         - Use @samp for packet contents.
7090         - Drop summaries from packet @item lines; the same information appears
7091           immediately below in the description.
7092         - Delete paragraph breaks after packet @item commands, so that the
7093           description appears directly to the right of the packet prototype
7094           in the printed manual, if it fits.
7095         - Place spaces in packet prototypes between @vars and non-@var
7096           letters, and explain that they're just for formatting.
7097         - Use @dots{} instead of '...'.
7098         - Fix uses of @code where @var was needed.
7099         - Replace "deprecated" markers with English text spelling out the
7100           packet's status and the preferred alternatives.
7101         - Remove "(reserved)" markers on 'A' and 'I' packets; it's unclear
7102           what this ever meant.
7103         - Remove "(draft)" markers on 'i' packets; nobody has commented on
7104           this for a long time.
7105         - Remove "(draft)" markers on 'z' and 'Z' packets; these have been
7106           implemented several times, and have been in use for years.
7107
7108 2005-11-15  Jim Blandy  <jimb@redhat.com>
7109
7110         * gdb.texinfo (Packets): Add index entries for 'm' packet
7111         disclaimers.
7112
7113         * gdb.texinfo (Packets): Clarify lack of restrictions on behavior
7114         of stub when processing an 'm' packet.
7115
7116         * gdb.texinfo (Packets): Mention that packets beginning with
7117         letters are reserved once, at the top, instead of actually listing
7118         them all and saying "reserved".
7119
7120 2005-11-15  Andrew Stubbs  <andrew.stubbs@st.com>
7121
7122         * gdb.texinfo (User-defined commands): Add $argc. Add missing 'end'.
7123         Change @var{$arg0 to @code{$arg0.
7124
7125 2005-11-14  Wu Zhou  <woodzltc@cn.ibm.com>
7126
7127         * gdb.texinfo (Fortran): Add some words about Fortran debugging.
7128
7129 2005-11-12  Jim Blandy  <jimb@redhat.com>
7130
7131         * gdb.texinfo (General Query Packets): Put packets in alphabetical
7132         order.  Remove extraneous 'z'.
7133
7134 2005-11-07  Andrew Stubbs  <andrew.stubbs@st.com>
7135
7136         * gdb.texinfo (Choosing files): Add --eval-command.
7137
7138 2005-11-04  Andrew Stubbs  <andrew.stubbs@st.com>
7139
7140         * gdb.texinfo (Choosing modes): Add --return-child-result.
7141
7142
7143 2005-11-01  Andrew Stubbs  <andrew.stubbs@st.com>
7144
7145         * gdb.texinfo (Choosing modes): Add --batch-silent.
7146
7147 2005-10-28  Eli Zaretskii  <eliz@gnu.org>
7148
7149         * gdb.texinfo (GDB/MI Variable Objects): Fix @pxref usage under
7150         "The -var-update Command".
7151
7152 2005-10-03  Joel Brobecker  <brobecker@adacore.com>
7153
7154         * gdb.texinfo (Print Settings): Add documentation for set/show
7155         print array-indexes.
7156
7157 2005-09-17  Daniel Jacobowitz  <dan@codesourcery.com>
7158
7159         * gdb.texinfo (Contributors): Thank Andrew Cagney for releases
7160         6.2 and 6.3.
7161
7162 2005-08-27  Eli Zaretskii  <eliz@gnu.org>
7163
7164         * gdb.texinfo (File Options): Don't document --mapped, it's gone
7165         since 19-Jan-2004.
7166         (Files): Likewise.
7167         (Variables, Symbols): Document the "<incomplete type>" message and
7168         its reasons.
7169
7170 2005-08-01  Fred Fish  <fnf@specifix.com>
7171
7172         * gdb.texinfo (SETUP_ARBITRARY_FRAME): Remove obsolete reference.
7173
7174 2005-07-15  Nick Roberts  <nickrob@snap.net.nz>
7175
7176         * gdb.texinfo (GDB/MI Variable Objects): Describe print-values
7177         option for -var-list-children and -var-update.
7178         (GDB/MI Stack Manipulation): Simplify description of
7179         print-values option for -stack-list-locals.
7180         (GDB/MI Command Description Format): Clarify.
7181         (Mode Options): Spelling of superseded.
7182
7183 2005-07-12  Bob Rossi  <bob@brasko.net>
7184
7185         * gdb.texinfo (GDB/MI Miscellaneous Commands): Fix -inferior-tty-show
7186         corresponding GDB command comment.
7187
7188 2005-07-06  Bob Rossi  <bob@brasko.net>
7189
7190         * gdb.texinfo (GDB/MI Miscellaneous Commands): Add -inferior-tty-set
7191         and -inferior-tty-show.
7192         (Input/Output): Document "set/show inferior-tty" and tty alias.
7193
7194 2005-07-02  Nathan J. Williams  <nathanw@wasabisystems.com>
7195
7196         * gdb.texinfo (Packets): Change description of 'D' packet to note
7197         that GDB does wait for a response.
7198
7199 2005-06-22  Nick Roberts  <nickrob@snap.net.nz>
7200
7201         * gdb.texinfo (History) Rename "Command History".
7202         (Command History): Move node "Server Prefix" from section on
7203         Annotations here.
7204
7205 2005-06-19  Nick Roberts  <nickrob@snap.net.nz>
7206
7207         * gdb.texinfo (GDB/MI Stack Manipulation):
7208         Re-instate -stack-info-frame with example.  Say that it gets
7209         info on selected frame, not current frame.
7210
7211 2005-06-18  Eli Zaretskii  <eliz@gnu.org>
7212
7213         * gdb.texinfo (Server): Clarify that `file' should be used before
7214         connecting to the server.
7215         (Files): Add an xref to the above description.
7216         (Output Formats): More detailed description of the `c' format.
7217         (Memory): List explicitly all the formats supported by `x'.
7218         (Threads): Add an @cindex entry for "thread apply".
7219         (Files): Document the possibility of loading unlinked object
7220         files.  Add more indexing for solib-absolute-prefix and
7221         --with-sysroot.
7222         (Machine Code): Document possible problems with locations in
7223         shared libraries.
7224         (Backtrace): Document that free-standing environments do not need
7225         to have a `main' function.
7226
7227 2005-06-18  Nick Roberts  <nickrob@snap.net.nz>
7228
7229         * gdb.texinfo (GDB/MI Stack Manipulation): Remove reference to
7230         -stack-info-frame.
7231
7232 2005-06-07  Andrew Cagney  <cagney@gnu.org>
7233
7234         * gdb.texinfo (Contributors): Note the original multi-arch
7235         contributors.
7236
7237 2005-06-03  Eli Zaretskii  <eliz@gnu.org>
7238
7239         * gdb.texinfo (Registers): Add index entries for the standard
7240         registers.
7241         (Frames): Add cross-reference from frame pointer description to
7242         the Registers node.
7243         (Annotations Overview): Fix the reference to GDB name.
7244
7245 2005-06-01  Eli Zaretskii  <eliz@gnu.org>
7246
7247         * gdb.texinfo (Set Watchpoints): Remove @vindex entry for
7248         can-use-hw-watchpoints.
7249
7250 2005-05-28  Bob Rossi  <bob@brasko.net>
7251
7252         * gdb.texinfo (GDB/MI Out-of-band Records): Add bullet enumerating
7253         the possible reasons why an exec async record would be returned to FE.
7254
7255 2005-05-26  Andrew Cagney  <cagney@gnu.org>
7256
7257         * gdb.texinfo: Note that Elena Zannoni, Fernando Nasser, and
7258         Andrew Cagney implemented the original GDB/MI.
7259
7260 2005-05-23  Orjan Friberg  <orjanf@axis.com>
7261
7262         * gdb.texinfo (CRIS): Update the cris-version and cris-dwarf2-cfi
7263         documentation.  Add documentation for cris-mode.
7264
7265 2005-05-20  Eli Zaretskii  <eliz@gnu.org>
7266
7267         * gdb.texinfo (Numbers): Explain the example and make the wording
7268         more acurate.
7269
7270 2005-05-17  Daniel Jacobowitz  <dan@codesourcery.com>
7271             Dennis Brueni  <dennis@slickedit.com>
7272
7273         * gdb.texinfo (GDB/MI Breakpoint Table Commands)
7274         (GDB/MI Data Manipulation, GDB/MI Program Control)
7275         (GDB/MI Stack Manipulation): Update examples to include the fullname
7276         attribute in stack frames.
7277
7278 2005-05-12  Eli Zaretskii  <eliz@gnu.org>
7279
7280         * gdb.texinfo (Startup): Fix last change.  Treat gdb.ini like we
7281         do with other non-standard names of init files.
7282
7283 2005-05-11  Eli Zaretskii  <eliz@gnu.org>
7284
7285         * gdb.texinfo (Command Files): Move the description of the startup
7286         from here...
7287         (Startup): ...to this new subsection of the Invocation chapter.
7288         Rearrange the description of init files more logically and add a
7289         cross-reference to "Command Files".  Document the special gdbinit
7290         name for CISCO 68k.  Expand the description of what GDB does
7291         during startup.
7292         (History): Add index entry for HISTSIZE.
7293
7294 2005-05-02  Mark Kettenis  <kettenis@gnu.org>
7295
7296         * gdb.texinfo (Files): Remove documentation for auto-solib-limit.
7297
7298 2005-05-02  Eli Zaretskii  <eliz@gnu.org>
7299
7300         * gdb.texinfo (SVR4 Process Information, The isatty call)
7301         (The system call): Don't use foo(N) notation for man pages and
7302         functions.
7303         (Compilation, DJGPP Native): Improve wording.
7304
7305 2005-04-27  Eli Zaretskii  <eliz@gnu.org>
7306
7307         * gdb.texinfo (Backtrace): Describe backtraces with arguments that
7308         were optimized away.
7309
7310 2005-04-22  Eli Zaretskii  <eliz@gnu.org>
7311
7312         * gdb.texinfo (Remote configuration): Document "set/show
7313         get-thread-local-storage-address".  Add cross-reference to the
7314         description of the qGetTLSAddr packet.
7315         (General Query Packets): Mention "set remote
7316         get-thread-local-storage-address" and add a reference to its
7317         description.
7318
7319 2005-04-19  Nick Roberts  <nickrob@snap.net.nz>
7320
7321         * gdb.texinfo (Backtrace): Describe 'bt full'.
7322
7323 2005-04-17  Nick Roberts  <nickrob@snap.net.nz>
7324
7325         * gdb.texinfo (Mode Options): Fix typo.
7326         (GDB/MI): Describe how to invoke GDB/MI.
7327
7328 2005-04-16  Eli Zaretskii  <eliz@gnu.org>
7329
7330         * gdb.texinfo (OS Information): Renamed from Auxiliary Vector; all
7331         references changed.  Add description of "info udot".
7332         (Files): Document "set/show stop-on-solib-events".
7333         (M32R/D): Document "set/show download-path", "set/show
7334         board-address", "set/show server-address", "upload", "tload".
7335         Document "sdireset", "sdistatus", "debug_chaos", "use_debug_dma",
7336         "use_mon_code", "use_ib_break", "use_dbt_break".
7337         (Maintenance Commands): Improve indexing.
7338         (Target Commands): Document "set/show hash", "set/show debug
7339         monitor".
7340         (SVR4 Process Information): Document "info pidlist" and "info
7341         meminfo".  Document "set/show procfs-tarce" and "set/show
7342         procfs-file".  Document "proc-trace-*" and "proc-untrace-*".
7343         (Symbols, The Print Command with Objective-C): Improve indexing.
7344         (Objective-C): Add references to "info classes" and "info
7345         selectors".
7346         (Debugging Output): Improve wording.  Document "set/show debug
7347         solib-frv".  Fix "set/show debugvarobj".
7348         (Set Breaks): Add index entry for "hardware breakpoints".
7349         (Renesas ICE): Document "e7000", "ftplogin", "ftpload", "drain",
7350         and "set/show usehardbreakpoints".
7351         (MIPS Embedded): Document "se/show syn-garbage-limit", "set/show
7352         monitor-prompt", "set/show monitor-warnings", "pmon".
7353         (ARM): Document "rdilogfile", "rdilogenable", "set/show
7354         rdiromatzero", "set/show rdiheartbeat".
7355         (PowerPC): Document SDS-specific commands "set/show sdstimeout",
7356         "sds".
7357         (Embedded Processors): Document the "sim" command.
7358         (Remote): Document the "remote" command.
7359         (DJGPP Native): Document the "info serial" command.
7360         (Threads): Document "maint info sol-threads".
7361         (Files): Document "nosharedlibrary", "add-symbol-file-from-memory".
7362         (Set Breaks): Improve indexing.
7363         (Command Syntax): Add a reference to dont-repeat.
7364         (Define): Document "dont-repeat".
7365         (TUI Commands): Document "tabset".
7366         (WinCE): New subsection.  Document "set/show remotedirectory",
7367         "set/show remoteupload", "set/show remoteaddhost".
7368
7369 2005-04-15  Eli Zaretskii  <eliz@gnu.org>
7370
7371         * gdb.texinfo (Hurd Native): New subsection, documents
7372         Hurd-specific commands.
7373         (Maintenance Commands): Add cross-reference to "Debugging Output".
7374         (Debugging Output): Document "set/show debug lin-lwp".
7375         (MIPS): Improve documentation of heuristic-fence-post.  Document
7376         "set/show mips abi", "set/show mips saved-gpreg-size", "set/show
7377         mips stack-arg-size", "set/show mips mask-address", "set/show mips
7378         remote-mips64-transfers-32bit-regs", "set/show debug mips".
7379         (ARM): Document ARM-specific commands.
7380         (AVR): New section.  Document "info io_registers".
7381         (CRIS): New section.  Document "set/show cris-version" and
7382         "set/show cris-dwarf2-cfi".
7383         (HPPA): New section.  Document "set/show debug hppa" and "maint
7384         print unwind".
7385         (Neutrino): New subsection.  Document "set/show debug nto-debug".
7386         (Super-H): New section.  Document the "regs" command.
7387         (Debugging Output): Document "set/show debug aix-thread".
7388
7389 2005-04-09  Eli Zaretskii  <eliz@gnu.org>
7390
7391         * gdb.texinfo (Print Settings): Document "set/show print
7392         pascal_static-members", "set print repeats", "show print
7393         null-stop".  Improve indexing.  Fix documentation of "set print
7394         union".
7395         (Pascal): New section.
7396         (Supported languages): Rename from "Support"; all references
7397         updated.  Add a menu item for Pascal.
7398         (Numbers): Document "set radix.
7399         (Screen Size): Document "set/show pagination".
7400         (MIPS Embedded): Remove "set processor" documentation.
7401         (Remote configuration): Document "set/show X/P/Z-packet",
7402         "set/show read-aux-vector-packet", "set/show remote
7403         symbol-lookup-packet", "set/show remote verbose-resume-packet",
7404         "set/show remoteaddresssize", "set/show remotebaud", "set/show
7405         remotedebug", "set/show remotebreak", "set/show remotedevice",
7406         "set/show remotelogfile".
7407         (Auxiliary Vector): Add reference to the description of the
7408         read-aux-vector-packet setting.
7409         (Set Watchpoints): Add a cross-reference to "set remote
7410         hardware-breakpoint-limit".
7411         (General Query Packets): Add indexing of requests and
7412         cross-references to related commands in "Remote configuration".
7413         (File-I/O Overview, The system call): Fix wording and typos.
7414         (Thread Stops): Add index entries.
7415         (Continuing and Stepping): Document "show step-mode".
7416         (i386): New node.  Document "set/show struct-convention".
7417         (Files): Document "show trust-readonly-sections".
7418         (Calling): Document "set/show unwindonsignal".
7419         (Messages/Warnings): Add index entries.
7420         (Maintenance Commands): Document "set/show watchdog".
7421         (Annotations Overview): Document "show annotate".
7422         (Set Watchpoints): Add index entries.
7423         (Symbols): Fix doc of case-sensitive.
7424         (ABI): Document "show coerce-float-to-double".
7425         (Convenience Vars, Help): Improve indexing.
7426         (Machine Code): Document "show disassembly-flavor".
7427         (Debugging C plus plus): Document "show overload-resolution".
7428         (Value History, Signaling): Add index entries.
7429
7430 2005-04-08  Eli Zaretskii  <eliz@gnu.org>
7431
7432         * gdb.texinfo (Show): Move @kindex entries to their proper places.
7433         (Processes): Fix wording.
7434         (History, List, Logging output, Define, Symbols, Print Settings):
7435         Improve indexing.
7436
7437 2005-04-03  Eli Zaretskii  <eliz@gnu.org>
7438
7439         * gdb.texinfo (Targets): Document "set/show architecture".  Remove
7440         redundant index entry for "target" command.
7441         (Backtrace): Add index entries.
7442         (Symbols, Fortran): Document the "set case-sensitive" command.
7443         (DJGPP Native): Document "set com1base", "set com1irq", etc.
7444         (Print Settings): Add index entry for "set demangle-style".
7445         (Target Commands): Document "set download-write-size".
7446         (Debugging Output): Document "set exec-done-display".
7447
7448 2005-04-02  Eli Zaretskii  <eliz@gnu.org>
7449
7450         * gdb.texinfo (Files): Fix the name and documentation of
7451         add-shared-symbol-files.  Document its alias assf.  Update the
7452         list of OSs where GDB supports shared libraries.  Fix markup.
7453         (Continuing and Stepping): Add reference to @var{location} in the
7454         text.
7455         (Dump/Restore Files): Fix reference to @{filename}.
7456         (Help): Fix wording.
7457         (Attach): Ditto.
7458         (Set Watchpoints): Ditto.
7459         (Backtrace): Remove redundant index entries.  Improve index
7460         entries.
7461         (Delete Breaks): Fix wording.
7462         (Memory): Document the compare-sections command.
7463         (Memory Region Attributes): Improve wording.
7464         (Disabling): Improve wording.
7465         (Fortran): New subsection.  Document the "info common" command.
7466         (Help): Document aliases "info copying" and "info warranty".
7467         (Caching Remote Data): New section.  Document the "set/show
7468         remotecache" and "info dcache" commands.
7469         (Show): Fix wording of the documentation of the "set
7470         extension-language" command.
7471         (Signals): Add index entry for "info handle".
7472         (Memory Region Attributes): Fix punctuation.
7473         (Symbols): Change the arg name to "location" and refer to it in
7474         the text.  Fix wording of "info types" doc.
7475         (Threads): Fix usage of @enumerate @item's.
7476         (Listing Tracepoints): Add index entry for "info tp".
7477         (Set Watchpoints): Add xref to "info break" description.
7478         (Macros): Add an index entry for "macro exp1".  Document the
7479         "macro list" command.
7480         (Maintenance Commands): Document "flushregs", "maint agent",
7481         "maint check-symtabs", "maint cplus", "maint demangle", "maint
7482         deprecate", "maint undeprecate", "maint dump-me", "maint packet",
7483         "maint print architecture", "maint print objfiles", "maint print
7484         statistics", "maint print type", "maint show-debug-regs", "maint
7485         space", "maint time", and "maint translate-address".
7486         (Connecting): Document the "monitor" command.
7487         (Annotations Overview): Describe the "set annotate" command.
7488
7489 2005-04-01  Eli Zaretskii  <eliz@gnu.org>
7490
7491         * gdb.texinfo (Set Watchpoints): Document can-use-hw-watchpoints.
7492         Rearrange index entries and improve wording about support for
7493         hardware watchpoints.
7494
7495 2005-03-10  Bob Rossi  <bob@brasko.net>
7496
7497         * gdb.texinfo: Update copyright
7498
7499 2005-02-09  Theodore A. Roth  <troth@openavr.org>
7500
7501         * gdb.texinfo (General Query Packets): Fix texinfo compile warning and
7502         error.
7503
7504 2005-02-03  Kevin Buettner  <kevinb@redhat.com>
7505
7506         * gdb.texinfo (General Query Packets): Document qGetTLSAddr packet.
7507
7508 2005-01-17  Michael Snyder  <msnyder@redhat.com>
7509
7510         * gdb.texinfo: Fix spelling, infinte  ->  infinite.
7511
7512 2005-01-08  Mark Kettenis  <kettenis@gnu.org>
7513
7514         * observer.texi (GDB Observers): Document "solib_loaded".
7515
7516 2005-01-07  Andrew Cagney  <cagney@gnu.org>
7517
7518         * configure.ac: Rename configure.in, require autoconf 2.59.
7519         * configure: Re-generate.
7520
7521         * configure.in: Replace configdirs with multiple references to
7522         AC_CONFIG_SUBDIRS.
7523         * configure: Re-generate.
7524
7525 2005-01-04  Andrew Cagney  <cagney@gnu.org>
7526
7527         * gdbint.texinfo (Versions and Branches): Make the date (YYYYMMDD)
7528         part of the version number.
7529
7530 2004-12-24  Mark Kettenis  <kettenis@gnu.org>
7531
7532         * gdbint.texinfo (Algorithms): Remove description of
7533         TARGET_DISABLE_HW_WATCHPOINTS and TARGET_ENABLE_HW_WATCHPOINTS.
7534
7535 2004-12-07  Jim Blandy  <jimb@redhat.com>
7536
7537         * gdb.texinfo (General Query Packets): Specify that thread ID's in
7538         the 'qC' and 'qThreadInfo' packets are unsigned hexidecimal
7539         numbers.
7540
7541 2004-12-07  Andreas Schwab  <schwab@suse.de>
7542
7543         * gdb.texinfo (Mode Options): Document -l option.
7544
7545 2004-12-04  Eli Zaretskii  <eliz@gnu.org>
7546
7547         * gdbint.texinfo (Algorithms): More accurate description of
7548         STOPPED_BY_WATCHPOINT.  Point out that target_stopped_data_address
7549         is not needed unless data-read and data-access watchpoints are
7550         supported.  Add a description of how GDB checks whether the
7551         inferior stopped because a watchpoint was hit.
7552
7553 2004-11-23  Eli Zaretskii  <eliz@gnu.org>
7554
7555         * gdb.texinfo (Files): Add cross-reference to description of
7556         -readnow command-line switch.
7557
7558 2004-11-10  Randolph Chung  <tausq@debian.org>
7559
7560         * gdb.texinfo: Document set/show backtrace past-entry commands.
7561         Rearrange index entries for set/show backtrace past-main.
7562
7563 2004-11-10  Jon Beniston <jon@beniston.com>
7564
7565         Committed by Andrew Cagney  <cagney@gnu.org>.
7566         * gdb.texinfo (Remote Serial Protocol): Further describe
7567         binary transfer escaping mechanism .
7568
7569 2004-11-08  Randolph Chung  <tausq@debian.org>
7570
7571         * gdb.texinfo (inferior_debugging info): Document "set debug infrun"
7572         and "show debug infrun".  Add index entries.
7573
7574 2004-10-23  Eli Zaretskii  <eliz@gnu.org>
7575
7576         * gdb.texinfo (SVR4 Process Information): Document subcommands of
7577         "info proc" that are already implemented.  Add index entries.
7578         (Working Directory): Add a cross-reference to "info proc" command.
7579         (Files): Add a tip for decreasing memory used for symtabs from
7580         shared libraries.
7581         (Starting): Fix whitespace; make "elaboration" stand out where it
7582         is first used, and add an index entry for the term.
7583         (Calling): Expand and elaborate text.  Add "print".  Add the
7584         description of problems with weak aliases.
7585         (Core File Generation): New section.
7586
7587 2004-10-12  Andrew Cagney  <cagney@gnu.org>
7588
7589         * gdbint.texinfo (Versions and Branches): New chapter.
7590         (Releasing GDB): Delete "Versions and Branches" section.
7591         (Top): Add "Versions and Branches".
7592
7593 2004-10-08  Eli Zaretskii  <eliz@gnu.org>
7594
7595         * gdb.texinfo (Editing, History): Add cross-references to the
7596         included Readline and History user documentation.  Remove
7597         references to the symbol have-readline-appendices which is unused
7598         and undefined.
7599         (History): Fix indexing.
7600
7601 2004-10-08  Jeff Johnston  <jjohnstn@redhat.com>
7602
7603         * gdbint.texinfo (target_stopped_data_address): Update to
7604         new prototype.
7605         (i386_stopped_data_address): Update prototype and description.
7606         (i386_stopped_by_watchpoint): New function and description.
7607
7608 2004-10-03  Paul N. Hilfinger  <hilfinger@gnat.com>
7609
7610         * gdb.texinfo (Filenames): Add Ada suffixes.
7611         (Ada) New section.
7612
7613 2004-09-27  Andrew Cagney  <cagney@gnu.org>
7614             Robert Picco  <Robert.Picco@hp.com>
7615
7616         * gdb.texinfo (Packets): Document the "p" packet.
7617
7618 2004-09-21  Jason Molenda  (jmolenda@apple.com)
7619
7620         * gdb.texinfo (Paths and Names of the Source Files): Document the
7621         meaning of values in the 'desc' field of a SO stab.
7622
7623 2004-09-20  Daniel Jacobowitz  <dan@debian.org>
7624
7625         * gdb.texinfo (Maintenance Commands): Document "maint set dwarf2
7626         max-cache-age" and "maint show dwarf2 max-cache-age".
7627
7628 2004-09-16  Eli Zaretskii  <eliz@gnu.org>
7629
7630         * gdb.texinfo (Set Breaks): Add index entry for setting
7631         breakpoints on overloaded C++ functions that are not members of
7632         any classes.  Add an example and an index entry for setting
7633         breakpoints on all program functions.
7634         (Character Sets, Macros, Overlay Commands)
7635         (Non-debug DLL symbols, GDB/MI Output Syntax)
7636         (Annotations Overview, Maintenance Commands, File-I/O Overview):
7637         Use "(@value{GDBP})" instead of a literal "(gdb)".
7638
7639 2004-09-12  Andrew Cagney  <cagney@gnu.org>
7640
7641         * gdbint.texinfo (Native Debugging): Delete description of
7642         FILES_INFO_HOOK.
7643
7644 2004-09-11  Paul Hilfinger  <hilfinger@gnat.com>
7645
7646         * gdbint.texinfo (User Interface): Change local_hex_string_custom
7647         to hex_string_custom (not historically correct, but more
7648         understandable, given the current code).
7649
7650 2004-09-03  Andrew Cagney  <cagney@gnu.org>
7651
7652         * gdbint.texinfo (Native Debugging): Delete SVR4_SHARED_LIBS.
7653
7654 2004-09-01  Jeff Johnston  <jjohnstn@redhat.com>
7655
7656         * observer.texi (solib_unloaded): New observer.
7657
7658 2004-08-24  Andrew Cagney  <cagney@gnu.org>
7659
7660         * gdbint.texinfo (Target Architecture Definition): Add missing
7661         comma.
7662
7663 2004-08-20  Michael Chastain  <mec.gnu@mindspring.com>
7664
7665         * (Using the Testsuite): build != host is supported,
7666         but some test scripts do not support build != host.
7667
7668 2004-08-14  Mark Kettenis  <kettenis@gnu.org>
7669
7670         * gdbint.texinfo (Host Definition): Delete description of
7671         FCLOSE_PROVIDED and GETENV_PROVIDED.
7672
7673 2004-08-05  Mark Kettenis  <kettenis@chello.nl>
7674
7675         * gdbint.texinfo (Host Definition): Delete description of
7676         NO_SYS_FILE.
7677         (Native Debugging): Delete description of KERNEL_U_ADDR_BSD and
7678         PTRACE_FP_BUG.
7679
7680 2004-08-05  Andrew Cagney  <cagney@gnu.org>
7681
7682         * gdbint.texinfo (Target Architecture Definition): Delete
7683         reference to deprecated_read_fp.
7684
7685 2004-08-02  Andrew Cagney  <cagney@gnu.org>
7686
7687         * gdbint.texinfo (Target Architecture Definition): Delete
7688         description of DEPRECATED_REGISTER_BYTES.
7689
7690 2004-07-30  Baurjan Ismagulov  <ibr@ata.cs.hun.edu.tr>
7691
7692         * gdb.texinfo (Source Path): Document the new behavior of
7693         searching for the source files.
7694
7695 2004-07-17  Eli Zaretskii  <eliz@gnu.org>
7696
7697         * gdb.texinfo (Edit): Fix markup of EDITOR and improve wording.
7698         (Search, Expressions, Arrays, Variables, Data, Machine Code)
7699         (Auto Display): Improve indexing.
7700
7701 2004-07-16  Andrew Cagney  <cagney@gnu.org>
7702
7703         * gdb.texinfo (Mode Options): Delete documentation on "-async" and
7704         "-noasync".
7705
7706 2004-07-09  Eli Zaretskii  <eliz@gnu.org>
7707
7708         * gdb.texinfo: Fix @kindex entries so that multiple commands that
7709         have the same prefix have only their prefix in the index.
7710
7711 2004-07-03  Mark Kettenis  <kettenis@gnu.org>
7712
7713         * gdb.texinfo (BSD libkvm Interface): New node (section)
7714         (Native): Add it to the menu.
7715
7716 2004-07-01  Mark Kettenis  <kettenis@gnu.org>
7717
7718         * gdbint.texinfo (Target Architecture Definition): Remove
7719         PCC_SOL_BROKEN.
7720
7721 2004-06-24  Mark Kettenis  <kettenis@gnu.org>
7722
7723         * gdbint.texinfo (Target Architecture Definition): Remove
7724         SUN_FIXED_LBRAC_BUG.
7725
7726 2004-06-26  Andrew Cagney  <cagney@gnu.org>
7727
7728         * gdbint.texinfo (Coding): Replace xasprintf with xstrprintf.
7729
7730 2004-06-20  Andrew Cagney  <cagney@gnu.org>
7731
7732         * gdbint.texinfo (Target Architecture Definition): Deprecate
7733         USE_STRUCT_CONVENTION.
7734
7735 2004-06-19  Michael Chastain  <mec.gnu@mindspring.com>
7736
7737         gdb.texinfo (Bug Reporting): Mention session recording,
7738         with the script command or Emacs.
7739
7740 2004-06-18  Andrew Cagney  <cagney@gnu.org>
7741
7742         * gdbint.texinfo (Target Architecture Definition): Deprecate
7743         FUNCTION_START_OFFSET.
7744
7745 2004-06-14  Andrew Cagney  <cagney@gnu.org>
7746
7747         Based on changes from Karl Berry.
7748         * gdb.texinfo: Do not use @sc in a direntry.
7749         * stabs.texinfo: Change @dircateogry to "Software development".
7750         * gdbint.texinfo, gdb.texinfo, annotate.texinfo: Ditto.
7751
7752 2004-06-13  Andrew Cagney  <cagney@gnu.org>
7753
7754         * gdbint.texinfo (Target Architecture Definition): Delete
7755         description of RETURN_VALUE_ON_STACK.
7756
7757 2004-06-09  Andrew Cagney  <cagney@gnu.org>
7758
7759         * gdbint.texinfo (Native Debugging): Restore "@table @code"
7760         deleted by previous patch.
7761
7762 2004-06-08  Andrew Cagney  <cagney@gnu.org>
7763
7764         * gdbint.texinfo (Native Debugging): Delete documentation on
7765         ATTACH_DETACH.
7766
7767 2004-06-06  Randolph Chung  <tausq@debian.org>
7768
7769         * gdb.texinfo (push_dummy_call): Use @code{struct value}.
7770
7771 2004-06-06  Randolph Chung  <tausq@debian.org>
7772
7773         * gdb.texinfo (push_dummy_call): Update argument list to match
7774         the new push_dummy_call method signature.  Describe the function
7775         argument.
7776
7777 2004-05-24  Joel Brobecker  <brobecker@gnat.com>
7778
7779         * gdb.texinfo (Starting): Document new start command.
7780
7781 2004-05-21  Andrew Cagney  <cagney@redhat.com>
7782
7783         * observer.texi (GDB Observers): Document "inferior_created".
7784
7785 2004-05-08  Andrew Cagney  <cagney@redhat.com>
7786
7787         * gdbint.texinfo (Target Architecture Definition): Delete
7788         description of DO_DEFERRED_STORES.
7789
7790         * gdbint.texinfo (Target Architecture Definition): Delete
7791         references to DEPRECATED_FIX_CALL_DUMMY.
7792
7793         * gdbint.texinfo (Target Architecture Definition): Delete
7794         description of DEPRECATED_CALL_DUMMY_WORDS,
7795         DEPRECATED_SIZEOF_CALL_DUMMY_WORDS, and CALL_DUMMY.
7796
7797         * gdbint.texinfo (Target Architecture Definition): Delete
7798         description of DEPRECATED_PUSH_DUMMY_FRAME.
7799
7800         * gdbint.texinfo (Target Architecture Definition): Delete
7801         reference to DEPRECATED_CALL_DUMMY_BREAKPOINT_OFFSET.
7802
7803 2004-05-07  Andrew Cagney  <cagney@redhat.com>
7804
7805         * observer.texi (GDB Observers): Add "Debugging" section.  Include
7806         cross reference to "set/show debug observer".
7807         * gdb.texinfo (Debugging Output): Document "set/show debug
7808         observer".
7809
7810 2004-05-01  Andrew Cagney  <cagney@redhat.com>
7811
7812         * gdbint.texinfo (Target Architecture Definition): Delete
7813         description of DEPRECATED_PC_IN_SIGTRAMP.
7814
7815 2004-04-30  Andrew Cagney  <cagney@redhat.com>
7816
7817         * gdbint.texinfo (Target Architecture Definition): Delete
7818         documentation for BELIEVE_PCC_PROMOTION_TYPE, no longer defined.
7819
7820 2004-04-30  Orjan Friberg  <orjanf@axis.com>
7821
7822         * observer.texi (GDB Observers): Correct spelling.
7823
7824 2004-04-26  Orjan Friberg  <orjanf@axis.com>
7825
7826         * observer.texi (GDB Observers): Add target_changed event.
7827
7828 2004-04-08  Andrew Cagney  <cagney@redhat.com>
7829
7830         * observer.texi (GDB Observers): Rework, provide generic observer
7831         definitions and then a list of observable events.
7832
7833 2004-04-04  Andrew Cagney  <cagney@redhat.com>
7834
7835         * gdbint.texinfo (Host Definition): Delete reference to
7836         NO_SIGINTERRUPT.
7837
7838 2004-04-02  Andrew Cagney  <cagney@redhat.com>
7839
7840         * gdbint.texinfo (Target Architecture Definition): Delete
7841         reference to DEPRECATED_CALL_DUMMY_LENGTH.
7842
7843 2004-03-28  Stephane Carrez  <stcarrez@nerim.fr>
7844
7845         * gdb.texinfo (TUI Commands): Document tui reg commands.
7846
7847 2004-03-26  Andrew Cagney  <cagney@redhat.com>
7848
7849         * gdb.texinfo (TUI): Delete reference to --enable-tui.  Mention
7850         "gdbtui".
7851         (Mode Options): Mention "gdbtui".  Use "Text" not "Terminal".
7852         (Contributors): Mention both Text and Terminal User Interface.
7853
7854 2004-03-23  Andrew Cagney  <cagney@redhat.com>
7855
7856         * gdbint.texinfo (Target Architecture Definition): Deprecate
7857         references to SIGTRAMP_START and SIGTRAMP_END.
7858
7859 2004-03-23  Andrew Cagney  <cagney@redhat.com>
7860
7861         * gdbint.texinfo (Target Architecture Definition): Deprecate
7862         references to PC_IN_SIGTRAMP.
7863
7864 2004-03-19  Andrew Cagney  <cagney@redhat.com>
7865
7866         * gdbint.texinfo (Target Architecture Definition): Delete
7867         reference to GDB_TARGET_IS_HPPA.
7868
7869 2004-03-18  Andrew Cagney  <cagney@redhat.com>
7870
7871         * gdbint.texinfo (Coding): Update section on gdbarch_data,
7872         describe pre_init and post_init.
7873
7874 2004-03-09  Daniel Jacobowitz  <drow@mvista.com>
7875
7876         * gdb.texinfo (Debugging Output): Document values for "set debug
7877         target".
7878
7879 2004-02-28  Andrew Cagney  <cagney@redhat.com>
7880
7881         * gdb.texinfo (Contributors): Mention GDB 6.1 release engineer.
7882
7883 2004-02-26  Jeff Johnston  <jjohnstn@redhat.com>
7884
7885         * gdb.texinfo (breakpoints): Add information about the
7886         new "set breakpoint pending" and "show breakpoint pending"
7887         commands.
7888
7889 2004-02-26  Andrew Cagney  <cagney@redhat.com>
7890
7891         * gdbint.texinfo (Coding): Document use of gdbarch_obstack_zalloc
7892         in Per-architecture module data section.
7893
7894 2004-02-25  Roland McGrath  <roland@redhat.com>
7895
7896         * gdb.texinfo (General Query Packets): Document qPart:... packets.
7897
7898 2004-02-24  Andrew Cagney  <cagney@redhat.com>
7899
7900         * annotate.texinfo: Wrap fdl.texi include in raise/lower sections.
7901         * gdb.texinfo, gdbint.texinfo, stabs.texinfo: Ditto.
7902         * fdl.texi: Import Version 1.2, November 2002.
7903
7904 2004-02-17  Andrew Cagney  <cagney@redhat.com>
7905
7906         * gdb.texinfo (Mode Options): Note that "mi1" is deprecated.
7907
7908 2004-02-16  Andrew Cagney  <cagney@redhat.com>
7909
7910         * gdbint.texinfo (Target Architecture Definition): Deprecate
7911         FRAMELESS_FUNCTION_INVOCATION.
7912
7913 2004-02-16  Andrew Cagney  <cagney@redhat.com>
7914
7915         * gdbint.texinfo (Coding): Mention -Wunused-function.
7916
7917 2004-02-14  Andrew Cagney  <cagney@redhat.com>
7918
7919         * gdbint.texinfo (Target Architecture Definition): Delete
7920         description of DEPRECATED_CALL_DUMMY_STACK_ADJUST.
7921
7922 2004-02-12  Elena Zannoni  <ezannoni@redhat.com>
7923
7924         * gdb.texinfo: Properly quote the name "C++".
7925         * gdbint.texinfo: Ditto.
7926         * stabs.texinfo: Ditto.
7927
7928 2004-02-11  Elena Zannoni  <ezannoni@redhat.com>
7929
7930         * gdbint.texinfo (Support Libraries): Add doco about obstacks and
7931         minimal information about libiberty.
7932
7933 2004-02-06  Michael Chastain  <mec.gnu@mindspring.com>
7934
7935         * gdb.texinfo (Auxiliary Vector): Fix thinko with @value{GDBN}.
7936
7937 2004-02-04  Roland McGrath  <roland@redhat.com>
7938
7939         * gdb.texinfo (Auxiliary Vector): New node (section).
7940         (Data): Add it to the menu.
7941
7942 2004-02-02  Jeff Johnston  <jjohnstn@redhat.com>
7943
7944         * gdb.texinfo (Breakpoints): Add information about pending
7945         breakpoint support.
7946
7947 2004-01-26  Andrew Cagney  <cagney@redhat.com>
7948
7949         * gdb.texinfo (Overview): Delete references to the cisco protocol
7950         including the "N" response.
7951
7952 2004-01-26  Andrew Cagney  <cagney@redhat.com>
7953
7954         * gdbint.texinfo (Target Architecture Definition): Rename
7955         EXTRACT_STRUCT_VALUE_ADDRESS to
7956         DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS.
7957
7958 2004-01-24  Eli Zaretskii  <eliz@gnu.org>
7959
7960         * gdb.texinfo (KOD): Document "show os".  Add index entries for
7961         "set/show os" and "info cisco" commands.
7962
7963 2004-01-21  Eli Zaretskii  <eliz@gnu.org>
7964
7965         * Makefile.in (install-info): Prepend $(DESTDIR) to $(infodir).
7966
7967 2004-01-19  Michael Chastain  <mec.gnu@mindspring.com>
7968
7969         * gdbint.texinfo: Delete USE_MMALLOC, NO_MMCHECK, MMCHECK_FORCE,
7970         MMAP_BASE_ADDRESS, MMAP_INCREMENT.
7971
7972 2004-01-19  Nick Roberts  <nick@nick.uklinux.net>
7973
7974         * gdb.texinfo (GDB/MI Stack Manipulation): Describe extension to
7975         -stack-list-locals.
7976         (GDB/MI Variable Objects): Describe extension to
7977         -var-list-children.
7978
7979 2004-01-17  Daniel Jacobowitz  <drow@mvista.com>
7980
7981         * gdbint.texinfo (DECR_PC_AFTER_HW_BREAK): Don't document.
7982
7983 2004-01-17  Andrew Cagney  <cagney@redhat.com>
7984
7985         * gdbint.texinfo (Target Architecture Definition): Delete
7986         documentation on DEPRECATED_NPC_REGNUM.
7987
7988 2004-01-13  Daniel Jacobowitz  <drow@mvista.com>
7989
7990         * gdb.texinfo: Update copyright year.  Mention that set
7991         follow-fork-mode is supported on GNU/Linux.  Remove documentation of
7992         "set follow-fork-mode ask".
7993
7994 2004-01-13  Andrew Cagney  <cagney@redhat.com>
7995
7996         * gdbint.texinfo: Update copyright year.
7997         (Coding): Add -Wunused-label to list of -Werror warnings.
7998
7999 2004-01-08  Jason Molenda  <jmolenda@apple.com>
8000             Eli Zaretskii  <eliz@gnu.org>
8001
8002         * gdb.texinfo: Update copyright.
8003         (Objective-C): "methodName" typeo fixed.  Add @code/@var markup
8004         around names, as appropriate.  Minor syntax cleanup of
8005         _NSPrintForDebugger explanation.  Two spaces after periods.
8006         GDBN used instead of lit. "gdb".  Index entries added for
8007         print-object and _NSPrintForDebugger.  @noindent added in one spot.
8008
8009 2003-11-11  Elena Zannoni  <ezannoni@redhat.com>
8010
8011         * stabs.texinfo: Add dircategory and direntry commands.
8012         * annotate.texinfo: Ditto.
8013
8014 2003-11-10  Andrew Cagney  <cagney@redhat.com>
8015
8016         * gdbint.texinfo (Target Architecture Definition): Replace the
8017         return_value method's "inval" and "outval" parameters with
8018         "readbuf" and "writebuf".
8019
8020 2003-10-28  Jim Blandy  <jimb@redhat.com>
8021
8022         * gdb.texinfo (The F request packet, The F reply packet): Renamed
8023         from "The `F' request packet" and "The `F' reply packet", to make
8024         texi2dvi happy.
8025         (File-I/O remote protocol extension): Update menu entries, too.
8026
8027 2003-10-26  Michael Chastain  <mec@shout.net>
8028
8029         * gdb.texinfo (Thread Stops): Document the issue with
8030         premature return from system calls in multi-threaded programs.
8031
8032 2003-10-24  Andrew Cagney  <cagney@redhat.com>
8033
8034         * annotate.texinfo: Fix "fortunatly"[sic].
8035
8036 2003-10-23  Kei Sakamoto  <sakamoto.kei@renesas.com>
8037
8038         * gdb.texinfo (Contributors to GDB): Replace "Renesas"
8039         with "Hitachi" and "Mitsubishi".
8040
8041 2003-10-20  Andrew Cagney  <cagney@redhat.com>
8042
8043         * gdbint.texinfo (Target Architecture Definition): Document
8044         gdbarch_return_value.  Add cross references from
8045         USE_STRUCT_CONVENTION, EXTRACT_RETURN_VALUE, and
8046         STORE_RETURN_VALUE, and from/to EXTRACT_STRUCT_VALUE_ADDRESS.
8047
8048 2003-10-18  Mark Kettenis  <kettenis@gnu.org>
8049
8050         * gdbint.texinfo (Target Architecture Definition): Document
8051         regset_from_core_section.
8052
8053 2003-10-16  Kei Sakamot Sakamoto  <sakamoto.kei@renesas.com>
8054
8055         * gdb.texinfo (M32R/D): Mention m32rsdi target.
8056
8057 2003-10-15  Kevin Buettner  <kevinb@redhat.com>
8058
8059         From Anthony Green  <green@redhat.com>:
8060         * gdb.texinfo (Breakpoints related warnings): Insert into menu.
8061
8062 2003-10-14  Kevin Buettner  <kevinb@redhat.com>
8063
8064         * gdb.texinfo (Breakpoint related warnings): New node.
8065         * gdbint.texinfo (ADJUST_BREAKPOINT_ADDRESS): Document.
8066
8067 2003-10-13  Daniel Jacobowitz  <drow@mvista.com>
8068
8069         * gdb.texinfo (Remote Protocol): Document v and vCont.
8070
8071 2003-10-10  Kei Sakamoto  <sakamoto.kei@renesas.com>
8072
8073         * gdb.texinfo: Replace "Hitachi" and "Mitsubishi" with "Renesas".
8074         * gdbint.texinfo: Ditto.
8075
8076 2003-10-09  Andrew Cagney  <cagney@redhat.com>
8077
8078         From 2003-09-18 David Anderson <davea@sgi.com>:
8079         * gdb.texinfo (GDB/MI Symbol Query): Replace "comamnd" with
8080         "command".
8081
8082 2003-10-03  Andrew Cagney  <cagney@redhat.com>
8083
8084         * gdbint.texinfo (Target Architecture Definition): Deprecate
8085         IBM6000_TARGET.  Mention that it implies an RS/6000 system and not
8086         just target.
8087
8088 2003-10-02  Andrew Cagney  <cagney@redhat.com>
8089
8090         * gdbint.texinfo (Target Architecture Definition): Rename
8091         REGISTER_RAW_SIZE to DEPRECATED_REGISTER_RAW_SIZE.
8092         * gdb.texinfo (Packets, Stop Reply Packets): Ditto.
8093         * gdbint.texinfo (Target Architecture Definition): Rename
8094
8095 2003-09-30  Andrew Cagney  <cagney@redhat.com>
8096
8097         REGISTER_VIRTUAL_SIZE to DEPRECATED_REGISTER_VIRTUAL_SIZE.
8098         (Target Architecture Definition):
8099
8100         * gdbint.texinfo (Target Architecture Definition): Rename
8101         REGISTER_VIRTUAL_TYPE to DEPRECATED_REGISTER_VIRTUAL_TYPE.
8102
8103 2003-09-29  Andrew Cagney  <cagney@redhat.com>
8104
8105         * gdbint.texinfo (Target Architecture Definition): Delete
8106         documentation for NEED_TEXT_START_END.
8107
8108         * gdbint.texinfo (Target Architecture Definition): Rename
8109         NPC_REGNUM to DEPRECATED_NPC_REGNUM.  Add cross reference to
8110         TARGET_WRITE_PC.
8111
8112 2003-09-22  Michael Chastain  <mec@shout.net>
8113
8114         * gdbint.texinfo (Testsuite Organization): Change gdb.c++ to gdb.cp.
8115
8116 2003-09-21  Anthony Green  <green@redhat.com>
8117
8118         * gdbint.texinfo (Target Architecture Definition): Fix typos.
8119
8120 2003-09-21  Mark Kettenis  <kettenis@gnu.org>
8121
8122         * gdbint.texinfo (Target Architecture Definition): Document
8123         stabs_argument_has_addr.
8124
8125 2003-09-18  Andrew Cagney  <cagney@redhat.com>
8126
8127         * gdbint.texinfo (Target Architecture Definition): Delete
8128         documentation on REGISTER_NAMES.
8129
8130 2003-09-13  Mark Kettenis  <kettenis@gnu.org>
8131
8132         * gdbint.texinfo (Target Architecture Definition): Replace
8133         REG_STRUCT_HAS_ADDR with DEPRECATED_REG_STRUCT_HAS_ADDR.
8134
8135 2003-09-11  Andrew Cagney  <cagney@redhat.com>
8136
8137         * gdbint.texinfo (Target Architecture Definition): Replace
8138         STACK_ALIGN with DEPRECATED_STACK_ALIGN.
8139
8140 2003-08-18  Andrew Cagney  <cagney@redhat.com>
8141
8142         * gdbint.texinfo (Target Architecture Definition): Document
8143         "frame_red_zone_size".
8144
8145 2003-08-09  Andrew Cagney  <cagney@redhat.com>
8146
8147         * gdb.texinfo (Backtrace): Replace "set/show backtrace-below-main"
8148         with "set/show backtrace past-main" and "set/show backtrace
8149         limit".
8150
8151 2003-08-08  H.J. Lu  <hongjiu.lu@intel.com>
8152
8153         * Makefile.in (install-info): Support DESTDIR.
8154         (install-html): Likewise.
8155
8156 2003-08-07  Andrew Cagney  <cagney@redhat.com>
8157
8158         Patch from Nick Roberts.
8159         * gdb.texinfo (Using GDB under GNU Emacs): Fix/update key
8160         bindings.  Remove description of send-gdb-command.
8161
8162 2003-08-07  Andrew Cagney  <cagney@redhat.com>
8163
8164         * gdb.texinfo (Mode Options): Mention that "mi2" was included in
8165         GDB 6.0.
8166
8167 2003-08-06  Andrew Cagney  <cagney@redhat.com>
8168
8169         * gdb.texinfo (Mode Options): Mention that level three is the
8170         highest available and that level 2 is deprecated.
8171         (Annotations Overview): Mention annotation levels. Cross reference
8172         to "Limitations of the Annotation Interface" in annotate.texi.
8173         (TODO, Value Annotations, Frame Annotations): Delete section.
8174         (Displays, Breakpoint Info): Delete.
8175
8176 2003-08-04  Andrew Cagney  <cagney@redhat.com>
8177
8178         * agentexpr.texi: Delete @bye.
8179         * Makefile.in (STABS_DOC_SOURCE_INCLUDES): Add "fdl.texi"
8180         (stabs.info): Add $(srcdir) to include search path.
8181         (html): Depend on "annotate_toc.html", and not "annotate.html".
8182         * stabs.texinfo: Ditto.  Include "fdl.texi".
8183         * gdbint.texinfo: Update copyright statement's list of invariant
8184         sections.
8185
8186 2003-07-28  Andrew Cagney  <cagney@redhat.com>
8187
8188         * Makefile.in (INFO_DEPS): Add annotate.info.
8189         (dvi, ps, html, pdf): Add annotate.
8190         (ANNOTATE_DOC_SOURCE_INCLUDES): New macro.
8191         (ANNOTATE_DOC_BUILD_INCLUDES): New macro.
8192         (ANNOTATE_DOC_FILES): New macro.
8193         (ANNOTATE_TEX_TMPS): New macro.
8194         (annotate.info, annotate_toc.html): Specify dependencies.
8195         (annotate.ps, annotate.pdf, annotate.dvi): Ditto.
8196         * annotate.texinfo: Rename annotate.texi.  Get building.  Add
8197         "Migrating to GDB/MI" and "Limitations of the Annotation
8198         Interface" chapters.  Mention why it is not part of the user
8199         guide.  Update copyright notice.  Include "fdl.texi".
8200
8201 2003-07-26  Stephane Carrez  <stcarrez@nerim.fr>
8202
8203         * gdb.texinfo (TUI Keys): Document C-x o key to switch active window.
8204
8205 2003-07-24  Daniel Jacobowitz  <drow@mvista.com>
8206
8207         * gdbint.texinfo (libgdb components): Correct a GDB to GDBN.
8208
8209 2003-07-24  Daniel Jacobowitz  <drow@mvista.com>
8210
8211         * gdb.texinfo (Server): Mention pidof.
8212
8213 2003-07-22  Andrew Cagney  <cagney@redhat.com>
8214
8215         * gdbint.texinfo (Coding): Add -Wformat-nonliteral to -Werror
8216         list.
8217
8218 2003-06-28  Daniel Jacobowitz  <drow@mvista.com>
8219
8220         * gdb.texinfo (Logging output): New chapter.
8221
8222 2003-06-24  Joel Brobecker  <brobecker@gnat.com>
8223
8224         * gdb.texinfo (Unsupported languages): New section.
8225         (Languages): Add link to new section.
8226
8227 2003-06-22  Andrew Cagney  <cagney@redhat.com>
8228
8229         * gdb.texinfo (Contributors): Mention 6.0 release engineer.
8230
8231 2003-06-22  Daniel Jacobowitz  <drow@mvista.com>
8232
8233         * gdbint.texinfo (Coding): Clarify use of gdb_XXX.h headers.
8234
8235 2003-06-22  Daniel Jacobowitz  <drow@mvista.com>
8236
8237         * Makefile.in (SFILES_INCLUDED): Add agentexpr.texi.
8238         * agentexpr.texi: Retitle section, and change it to an appendix.
8239         Comment out texinfo initialization.  Factor a @var{} into two
8240         pieces to prevent makeinfo warnings.
8241         * gdb.texinfo: Add Agent Expressions appendix.
8242
8243 2003-06-19  Daniel Jacobowitz  <drow@mvista.com>
8244
8245         * gdbint.texinfo (Native Conditionals): Remove PREPARE_TO_PROCEED.
8246
8247 2003-06-18  Daniel Jacobowitz  <drow@mvista.com>
8248
8249         * gdb.texinfo (Remote Debugging): New section "Connecting to a
8250         remote target".  Document the "detach" and "disconnect" commands.
8251         (Server, Netware, Debug Session): Reference "Connecting to a
8252         remote target".
8253         (GDB/MI Target Manipulation): Document "-target-disconnect".
8254
8255 2003-06-13  Andrew Cagney  <cagney@redhat.com>
8256
8257         * gdbint.texinfo (Target Architecture Definition): Deprecate
8258         REMOTE_BREAKPOINT, LITTLE_REMOTE_BREAKPOINT, and
8259         BIG_REMOTE_BREAKPOINT.  Cross reference BREAKPOINT_FROM_PC.
8260
8261 2003-06-09  Jim Blandy  <jimb@redhat.com>
8262
8263         * gdb.texinfo (Separate Debug Files): Remove extra semicolon.
8264
8265 2003-06-08  Andrew Cagney  <cagney@redhat.com>
8266
8267         * gdbint.texinfo (Target Architecture Definition): Delete
8268         documentation on FRAME_ARGS_ADDRESS_CORRECT.
8269
8270 2003-06-08  Andrew Cagney  <cagney@redhat.com>
8271
8272         * gdbint.texinfo (Target Architecture Definition): Document
8273         "unwind_sp".  Cross reference "unwind_sp" and TARGET_READ_SP.
8274
8275 2003-06-07  Adam Fedor  <fedor@gnu.org>
8276
8277         * gdb.texinfo: Add Objective-C documentation.
8278
8279 2003-06-01  Andrew Cagney  <cagney@redhat.com>
8280
8281         * gdbint.texinfo (Target Architecture Definition): Add "func_addr"
8282         parameter to "push_dummy_call".  Rename "dummy_addr" to "bp_addr".
8283
8284 2003-05-21  Andrew Cagney  <cagney@redhat.com>
8285
8286         * gdbint.texinfo (Target Architecture Definition): Delete
8287         references to "extract_address" and "store_address".
8288
8289 2003-05-16  Andrew Cagney  <cagney@redhat.com>
8290
8291         * gdbint.texinfo (Target Architecture Definition): Replace
8292         REGISTER_BYTES with DEPRECATED_REGISTER_BYTES.  Fix typo,
8293         DEPRECATED_REGISTER_SIZE instead of REGISTER_BYTE.
8294
8295 2003-05-14  Theodore A. Roth  <troth@openavr.org>
8296
8297         * gdbint.texinfo (Breakpoint Handling): Correct a double negative.
8298
8299 2003-05-10  H.J. Lu <hongjiu.lu@intel.com>
8300
8301         * Makefile.in (gdb-cfg.texi): Replace $$LN_S with $(LN_S).
8302         (gdb.dvi): Likewise.
8303         (gdb.pdf): Likewise.
8304         (links2roff): Likewise.
8305
8306 2003-05-08  Jim Blandy  <jimb@redhat.com>
8307
8308         * gdb.texinfo (Dump/Restore Files): Update documentation for
8309         'dump', 'append', and 'restore': note that format argument is
8310         optional; simplify presentation of the command variants; and be
8311         more precise about the formats.
8312
8313 2003-05-07  Jim Blandy  <jimb@redhat.com>
8314
8315         * gdb.texinfo (Symbols): Update documentation: 'maint list
8316         symtabs' and 'maint list psymtabs' have been renamed 'maint info
8317         symtabs' and 'maint info psymtabs'.
8318
8319 2003-05-05  Andrew Cagney  <cagney@redhat.com>
8320
8321         * gdbint.texinfo (Target Architecture Definition): Make
8322         CALL_DUMMY_WORDS, SIZEOF_CALL_DUMMY_WORDS, CALL_DUMMY_LENGTH,
8323         FIX_CALL_DUMMY, CALL_DUMMY_BREAKPOINT_OFFSET and
8324         CALL_DUMMY_BREAKPOINT_OFFSET deprecated.
8325
8326 2003-05-04  Andrew Cagney  <cagney@redhat.com>
8327
8328         * gdb.texinfo (Maintenance Commands): Document "maint print
8329         dummy-frames".
8330
8331 2003-05-04  Andrew Cagney  <cagney@redhat.com>
8332
8333         * gdb.texinfo (GDB/MI Symbol Query): Use @{ and @}.
8334
8335 2003-05-03  J. Brobecker  <brobecker@gnat.com>
8336
8337         Thierry Schneider  <tpschneider1@yahoo.com>
8338         * gdb.texinfo (section GDB/MI Symbol Query): Add documentation
8339         for new MI command.
8340
8341 2003-05-03  Andrew Cagney  <cagney@redhat.com>
8342
8343         * gdbint.texinfo (Target Architecture Definition): Document
8344         push_dummy_code.  Add cross references.
8345
8346 2003-05-02  Elena Zannoni  <ezannoni@redhat.com>
8347
8348         * gdb.texinfo (Character Sets): Update to reflect new behavior of
8349         set/show charsets commands.
8350
8351 2003-04-28  Andrew Cagney  <cagney@redhat.com>
8352
8353         * gdbint.texinfo (Target Architecture Definition): Replace
8354         read_fp, TARGET_READ_FP and FP_REGNUM, with deprecated_read_fp,
8355         DEPRECATED_TARGET_READ_FP and DEPRECATED_REGNUM.
8356
8357 2003-04-28  Andrew Cagney  <cagney@redhat.com>
8358
8359         * gdbint.texinfo (Target Architecture Definition): Rename
8360         "tm_print_insn" to "deprecated_tm_print_insn".
8361
8362 2003-04-09  Jim Blandy  <jimb@redhat.com>
8363
8364         * gdb.texinfo (Symbols): Document 'maint list symtabs' and 'maint
8365         list psymtabs'.
8366
8367 2003-04-08  Andrew Cagney  <cagney@redhat.com>
8368
8369         * gdbint.texinfo (Target Architecture Definition): Delete
8370         references to EXTRA_FRAME_INFO.
8371
8372 2003-04-08  Andrew Cagney  <cagney@redhat.com>
8373
8374         * gdbint.texinfo (Target Architecture Definition): Delete
8375         PRINT_TYPELESS_INTEGER.
8376
8377 2003-04-02  J. Brobecker  <brobecker@gnat.com>
8378
8379         * observer.texi (GDB Observers): Adjust the documentation for the
8380         normal_stop notification to better describe reality. Fix a couple
8381         of minor typos.
8382
8383 2003-04-02  Bob Rossi  <bob_rossi@cox.net>
8384
8385         * gdb.texinfo (GDB/MI Program Control): Add
8386         '-file-list-exec-source-file'
8387
8388 2003-03-31  Andrew Cagney  <cagney@redhat.com>
8389
8390         * gdbint.texinfo (Target Architecture Definition): Delete
8391         references to CALL_DUMMY_P.
8392
8393 2003-03-30  Andrew Cagney  <cagney@redhat.com>
8394
8395         * gdbint.texinfo (Target Architecture Definition): Remove
8396         reference to TARGET_WRITE_SP.
8397
8398 2003-03-27  Andrew Cagney  <cagney@redhat.com>
8399
8400         * gdbint.texinfo (Target Architecture Definition): Remove
8401         references to write_sp.
8402
8403 2003-03-27  Andrew Cagney  <cagney@redhat.com>
8404
8405         * gdb.texinfo (GDB/MI Variable Objects): Replace @include with
8406         chapter body.  Use @smallexample instead of @example.
8407         (Annotations): Ditto.
8408         * Makefile.in (GDB_DOC_SOURCE_INCLUDES): Remove gdbmi.texinfo and
8409         annotate.texi.
8410
8411 2003-03-26  Andrew Cagney  <cagney@redhat.com>
8412
8413         * gdbint.texinfo (Target Architecture Definition): Replace
8414         PUSH_ARGUMENTS with push_dummy_call, add gdbarch, regcache and
8415         dummy_addr parameters.
8416
8417 2003-03-25  Andrew Cagney  <cagney@redhat.com>
8418
8419         * gdbint.texinfo (Target Architecture Definition): Delete
8420         reference to CALL_DUMMY_STACK_ADJUST_P.  Rename
8421         CALL_DUMMY_STACK_ADJUST to DEPRECATED_CALL_DUMMY_STACK_ADJUST.
8422         Add reference to PUSH_ARGUMENTS.
8423
8424 2003-03-23  Andrew Cagney  <cagney@redhat.com>
8425
8426         * gdbint.texinfo (Algorithms, Target Architecture Definition):
8427         Deprecate FRAME_CHAIN and FRAME_CHAIN_VALID.
8428
8429 2003-03-18  J. Brobecker  <brobecker@gnat.com>
8430
8431         * gdbint.texinfo (Algorithms): Add new section describing the
8432         Observer paradigm.
8433         (Top): Add menu entry to new observer appendix.
8434         * observer.texi: New file.
8435         * Makefile.in (GDBINT_DOC_SOURCE_INCLUDES): Add dependency on
8436         new observer.texi file.
8437
8438 2003-03-17  Andrew Cagney  <cagney@redhat.com>
8439
8440         * gdb.texinfo (DATE): Delete.  Remove date from titles.  Mention
8441         that GNU Press update the manual version number.
8442
8443 2003-03-12  Andrew Cagney  <cagney@redhat.com>
8444
8445         * gdbint.texinfo (Target Architecture Definition): Delete
8446         references to get_saved_register.  Rename GET_SAVED_REGISTER to
8447         DEPRECATED_GET_SAVED_REGISTER.
8448
8449 2003-03-13  Andrew Cagney  <cagney@redhat.com>
8450
8451         * gdbint.texinfo (Target Architecture Definition): Replace
8452         POP_FRAME with DEPRECATED_POP_FRAME.  Update description.
8453
8454 2003-03-12  Andrew Cagney  <cagney@redhat.com>
8455
8456         * gdbint.texinfo (Target Architecture Definition): Rename
8457         FRAME_SAVED_PC to DEPRECATED_FRAME_SAVED_PC.
8458
8459 2003-03-10  Corinna Vinschen  <vinschen@redhat.com>
8460
8461         * gdb.texinfo: Add File-I/O documentation.
8462
8463 2003-03-10  Andrew Cagney  <cagney@redhat.com>
8464
8465         * gdbint.texinfo (Target Architecture Definition): Cross reference
8466         FRAME_SAVED_PC to unwind_pc.  Document unwind_pc.
8467
8468 2003-03-07  Andrew Cagney  <cagney@redhat.com>
8469
8470         * gdb.texinfo (Debugging Output): Mention the "set/show debug
8471         frame" command.
8472
8473 2003-03-05  Andrew Cagney  <cagney@redhat.com>
8474
8475         * gdbint.texinfo (Target Architecture Definition): Document
8476         unwind_dummy_id.  Cross reference unwind_dummy_id and
8477         SAVE_DUMMY_FRAME_TOS.
8478
8479 2003-03-05  James Ingham <jingham@apple.com>
8480             Daniel Jacobowitz  <drow@mvista.com>
8481
8482         * gdb.texinfo (Configuring the current ABI): Document "set cp-abi"
8483         and "show cp-abi".
8484
8485 2003-03-03  Andrew Cagney  <cagney@redhat.com>
8486
8487         * gdbint.texinfo (Target Architecture Definition): Document
8488         register_type.
8489
8490 2003-03-03  Andrew Cagney  <cagney@redhat.com>
8491
8492         * stabs.texinfo (Structures): Use @samp and separate @var's
8493         instead of a single @var containing a comma separated list.
8494         (Unions): Ditto.
8495
8496 2003-03-02  Daniel Jacobowitz  <drow@mvista.com>
8497
8498         * Makefile.in (distclean): Remove config.log.
8499
8500 2003-03-01  Andrew Cagney  <cagney@redhat.com>
8501
8502         * gdbint.texinfo (Target Architecture Definition): Rename
8503         FRAME_INIT_SAVED_REGS to DEPRECATED_FRAME_INIT_SAVED_REGS.
8504
8505 2003-03-01  Andrew Cagney  <cagney@redhat.com>
8506
8507         * gdbint.texinfo: Rename INIT_EXTRA_FRAME_INFO to
8508         DEPRECATED_INIT_EXTRA_FRAME_INFO.
8509
8510 2003-02-23  Raoul Gough  <RaoulGough@yahoo.co.uk>
8511
8512         * gdb.texinfo (Cygwin Native): Links to Non-debug DLL symbols.
8513         (Non-debug DLL symbols): New node, describing the minimal symbols
8514         loaded from DLLs without real debugging symbols.
8515
8516 2003-02-20  Andrew Cagney  <ac131313@redhat.com>
8517
8518         * gdb.texinfo (Set Breaks): Add cross reference to "set remote
8519         hardware-breakpoint-limit".
8520         (Set Watchpoints): Add cross reference to "set remote
8521         hardware-watchpoint-limit".
8522         (Remote configuration options): New section.
8523
8524 2003-02-04  Andrew Cagney  <ac131313@redhat.com>
8525
8526         * gdbint.texinfo (Target Architecture Definition): Delete
8527         descrption of IS_TRAPPED_INTERNALVAR.
8528
8529         From Keith Seitz <keiths@redhat.com>:
8530         * gdb.texinfo (Interpreters): New chapter.  Refer the command-line
8531         option "-i"/"--interpreter" to this chapter.  Include index
8532         entries.
8533
8534 2003-02-04  David Carlton  <carlton@math.stanford.edu>
8535
8536         * gdb.texinfo (C@t{++}): Recommend DWARF 2, then stabs+.
8537         (Variables): Recommend stabs+ and DWARF 2.
8538         (C plus plus expressions): Correct info about
8539         compiler versions, debug formats.
8540         (Contributors): Change 'DWARF2' to 'DWARF 2'.
8541         PR symtab/874.
8542
8543 2003-02-01  Andrew Cagney  <ac131313@redhat.com>
8544
8545         * gdbint.texinfo (Target Architecture Definition): Delete
8546         description of ADDITIONAL_OPTIONS, ADDITIONAL_OPTION_CASES,
8547         ADDITIONAL_OPTION_HANDLER, and ADDITIONAL_OPTION_HELP, and
8548         BEFORE_MAIN_LOOP_HOOK, and DBX_PARM_SYMBOL_CLASS along with
8549         references to nindy and i960.
8550         * gdb.texinfo (i960): Delete all references to i960 and nindy.
8551
8552 2003-02-01  Andrew Cagney  <ac131313@redhat.com>
8553
8554         * gdbint.texinfo (Target Architecture Definition): Delete
8555         FLOAT_INFO.
8556
8557 2003-01-30  Andrew Cagney  <ac131313@redhat.com>
8558
8559         * stabs.texinfo (Member Type Descriptor): Clarify description of
8560         `@'.  Suggested by Ben Hutchings.
8561
8562 2003-01-29  Andrew Cagney  <ac131313@redhat.com>
8563
8564         * gdb.texinfo (M68K): Delete reference to es1800.
8565
8566 2003-01-29  Andrew Cagney  <ac131313@redhat.com>
8567
8568         * gdb.texinfo (Maintenance Commands): Document `maint print
8569         reggroups' and `maint print register-groups'.
8570         * gdbint.texinfo (Target Architecture Definition): Document
8571         register_reggroup_p.
8572
8573 2003-01-23  Jim Blandy  <jimb@redhat.com>
8574
8575         * gdb.texinfo (Separate Debug Files): New section.
8576
8577 2003-01-22  Daniel Jacobowitz  <drow@mvista.com>
8578
8579         * gdb.texinfo (Maintenance Commands): Add "maint set profile"
8580         and "maint show profile".
8581
8582 2003-01-16  Michael Chastain  <mec@shout.net>
8583
8584         * gdb.texinfo (Installing GDB): Warn against
8585         ".../gdb-VERSION/gdb/configure".
8586         (Separate Objdir): Likewise.
8587
8588 2003-01-15  Andrew Cagney  <ac131313@redhat.com>
8589
8590         * gdbint.texinfo (Target Architecture Definition): Delete
8591         definition of PRINT_REGISTER_HOOK.
8592
8593 2003-01-15  Elena Zannoni  <ezannoni@redhat.com>
8594
8595         (OpenRISC 1000): Fix formatting of command names.
8596
8597 2003-01-15  Elena Zannoni  <ezannoni@redhat.com>
8598
8599         * gdb.texinfo (Continuing and Stepping): Add new command
8600         'advance'. Clarify behavior of 'until'.
8601
8602 2003-01-13  Daniel Jacobowitz  <drow@mvista.com>
8603
8604         * gdb.texinfo (Files): Document solib-absolute-prefix and
8605         solib-search-path.
8606
8607 2003-01-09  Michael Chastain  <mec@shout.net>
8608
8609         * gdbint.texinfo (Configuring @value{GDBN} for Release): Delete.
8610         (Create a Release): Add new instructions for new @file{src-release}.
8611         Document existing instructions for @file{Makefile.in} as
8612         being for @value{GDBN} 5.3.1 or earlier.
8613
8614 2003-01-09  Andrew Cagney  <ac131313@redhat.com>
8615
8616         * gdbint.texinfo (Target Architecture Definition): Mention
8617         frame_saved_regs_zalloc and frame_extra_info_zalloc as the way to
8618         allocate memory.
8619
8620 2003-01-04  Daniel Jacobowitz  <drow@mvista.com>
8621
8622         * gdb.texinfo (Controlling GDB): Add @kindex for
8623         "show osabi".
8624         (Backtraces): Add @kindex's for backtrace-below-main.
8625
8626 2003-01-04  Daniel Jacobowitz  <drow@mvista.com>
8627
8628         * gdb.texinfo (Controlling GDB): Document "set osabi".
8629
8630 2003-01-04  Daniel Jacobowitz  <drow@mvista.com>
8631
8632         * gdb.texinfo (Backtraces): Document "set backtrace-below-main".
8633         * gdbint.texinfo (FRAME_CHAIN_VALID): Update documentation.
8634
8635 2003-01-04  Daniel Jacobowitz  <drow@mvista.com>
8636
8637         * gdb.texinfo (Controlling GDB): Add ABI section.  Document
8638         "set coerce-float-to-double".
8639         * gdbint.texinfo (COERCE_FLOAT_TO_DOUBLE): Remove documentation.
8640
8641 2003-01-02  Andrew Cagney  <ac131313@redhat.com>
8642
8643         * stabs.texinfo: Remove obsolete text.
8644         * gdbint.texinfo: Ditto.
8645         * gdb.texinfo: Ditto.
8646
8647 2002-12-22  Mark Kettenis  <kettenis@gnu.org>
8648
8649         * gdbint.texinfo (Target Architecture Definition): Update
8650         description of gdbarch_register_osabi.
8651
8652 2002-12-20  Kazu Hirata  <kazu@cs.umass.edu>
8653
8654         * agentexpr.texi: Fix typos.
8655         * annotate.texi: Likewise.
8656         * fdl.texi: Likewise.
8657
8658 2002-12-10  Andrew Cagney  <cagney@redhat.com>
8659
8660         * gdbint.texinfo (Algorithms): Replace INIT_FRAME_PC with
8661         DEPRECATED_INIT_FRAME_PC.
8662
8663 2002-12-01  Andrew Cagney  <ac131313@redhat.com>
8664
8665         * gdbint.texinfo (Target Architecture Definition): Delete
8666         PC_IN_CALL_DUMMY.
8667
8668 2002-11-28  Andrew Cagney  <ac131313@redhat.com>
8669
8670         * gdbint.texinfo (Host Definition): Delete documentation on
8671         USE_GENERIC_DUMMY_FRAMES.
8672
8673 2002-11-26  Elena Zannoni  <ezannoni@redhat.com>
8674
8675         Fix PR gdb/723 and PR gdb/245.
8676         * Makefile.in (install-info): Run the install-info command as part
8677         of the post install steps only.
8678         (uninstall-info): New target.
8679         (uninstall): New target.
8680
8681 2002-11-22  Elena Zannoni  <ezannoni@redhat.com>
8682
8683         * Makefile.in (install): Make install do some real work.
8684
8685 2002-11-19  Andrew Cagney  <ac131313@redhat.com>
8686
8687         Fix POSIX problem reported by Paul Eggert.
8688         * Makefile.in (GDBvn.texi): Use `sed q' instead of `head -1'.
8689         Fix PR gdb/527.
8690
8691 2002-10-26  Andrew Cagney  <cagney@redhat.com>
8692
8693         * gdbint.texinfo (Target Architecture Definition): Delete
8694         definition of DO_REGISTERS_INFO.
8695
8696 2002-10-18  Kevin Buettner  <kevinb@redhat.com>
8697
8698         * gdbint.texinfo (Address Classes): Fix problems with insertion
8699         of ``{'' and ``}'' in example.
8700
8701 2002-10-17  Kevin Buettner  <kevinb@redhat.com>
8702
8703         * gdbint.texinfo (Address Classes): New section.
8704         (Target Conditionals): Document ADDRESS_CLASS_NAME_TO_TYPE_FLAGS,
8705         ADDRESS_CLASS_NAME_TO_TYPE_FLAGS_P, ADDRESS_CLASS_TYPE_FLAGS,
8706         ADDRESS_CLASS_TYPE_FLAGS_P, ADDRESS_CLASS_TYPE_FLAGS_TO_NAME, and
8707         ADDRESS_CLASS_TYPE_FLAGS_TO_NAME_P.
8708
8709 2002-10-11  Klee Dienes  <kdienes@apple.com>
8710
8711         * gdb.texinfo (Registers): Mention vector registers as well as
8712         floating registers in the documentation for 'info registers' and
8713         'info all-registers'.
8714
8715 2002-10-11  Daniel Jacobowitz  <drow@mvista.com>
8716
8717         * gdbint.texinfo (CPLUS_MARKER): Remove item.
8718
8719 2002-10-03  Jeff Johnston  <jjohnstn@redhat.com>
8720
8721         * gdbint.texinfo (Item Output Functions): Add new ui_out_field_fmt_int
8722         interface definition.
8723
8724 2002-10-03  Marko Mlinar   <markom@opencores.org>
8725
8726         * gdb.texinfo (Target Commands): Add or1k target specific
8727         commands.
8728         * gdb.texinfo (Contributors): Add myself to the contributors list.
8729
8730 2002-10-01  Andrew Cagney  <ac131313@redhat.com>
8731
8732         * gdb.texinfo (Mode Options): Update --interpreter option.  "mi2"
8733         and "mi1" instead of "mi1" and "mi0".
8734
8735 2002-09-29  Hans-Peter Nilsson  <hp@bitrange.com>
8736
8737         * gdb.texinfo (Packets): Fix typos "alligned".
8738         Correct z3/Z3 description.  Correct z4/Z4 title.
8739
8740 2002-09-27  Andrew Cagney  <ac131313@redhat.com>
8741
8742         * all-cfg.texi: Use @sc for GDB and GCC.  Update copyright.
8743
8744 2002-09-25  Kevin Buettner  <kevinb@redhat.com>
8745
8746         * gdb.texinfo: Use GNU/Linux instead of Linux.
8747
8748 2002-09-25  Andrew Cagney  <ac131313@redhat.com>
8749
8750         * gdb.texinfo (Packets): Replace @samp{} with ``an empty string''.
8751
8752 2002-09-24  Andrew Cagney  <ac131313@redhat.com>
8753
8754         * gdb.texinfo: Replace @example with @smallexample.
8755
8756 2002-09-20  Kevin Buettner  <kevinb@redhat.com>
8757
8758         From Eli Zaretskii  <eliz@gnu.org>:
8759         * gdb.texinfo (Character Sets): Use @smallexample instead of
8760         @example.  Use GNU/Linux instead of Linux.
8761
8762 2002-09-20  Jim Blandy  <jimb@redhat.com>
8763
8764         * gdb.texinfo: Add character set documentation.
8765
8766 2002-09-19  Andrew Cagney  <ac131313@redhat.com>
8767
8768         * gdb.texinfo (Packets): Revise `z' and `Z' packet documentation.
8769         (Packets): Add cross reference from `b' packet to `z' packets.
8770
8771 2002-09-19  Andrew Cagney  <ac131313@redhat.com>
8772
8773         * gdb.texinfo (Maintenance Commands): Document ``maint
8774         internal-error'' and ``maint internal-warning''.
8775
8776         * gdbint.texinfo (Target Architecture Definition): Revise
8777         description of STACK_ALIGN.  Add description of FRAME_ALIGN.
8778
8779 2002-09-19  Joel Brobecker  <brobecker@gnat.com>
8780
8781         * gdbint.texinfo (Target Conditionals): Document the new
8782         NAME_OF_MALLOC macro.
8783
8784 2002-09-05  Andrew Cagney  <ac131313@redhat.com>
8785
8786         * gdb.texinfo (Contributors): Mention 5.2 and 5.3 release
8787         engineer.
8788
8789 2002-09-02  Stephane Carrez  <stcarrez@nerim.fr>
8790
8791         * gdb.texinfo (TUI Overview): Document status line fields.
8792
8793 2002-09-02  Stephane Carrez  <stcarrez@nerim.fr>
8794
8795         * gdb.texinfo (TUI Commands): Document info win command.
8796
8797 2002-09-01  Stephane Carrez  <stcarrez@nerim.fr>
8798
8799         * gdb.texinfo (TUI Overview): Document breakpoint markers.
8800
8801 2002-09-01  Stephane Carrez  <stcarrez@nerim.fr>
8802
8803         * gdb.texinfo (TUI Single Key Mode): Document new SingleKey mode.
8804         (TUI Keys): Likewise.
8805
8806 2002-08-25  Andrew Cagney  <ac131313@redhat.com>
8807
8808         * gdb.texinfo (Examples): Use ``->'' for a packet send and ``<-''
8809         for a packet receive.
8810
8811 2002-08-25  Andrew Cagney  <ac131313@redhat.com>
8812
8813         * Makefile.in (clean): Move to end of file.
8814         (distclean, maintainer-clean, realclean): Ditto.
8815         (mostlyclean): Move rule to end of file.  Use GDB_TEX_TMPS,
8816         GDBINT_TEX_TMPS, STABS_TEX_TMPS.
8817         (gdb.dvi, gdb.pdf): Do not cleanup TeX temp files after texi2dvi.
8818         (gdbint.dvi, gdbint.pdf, stabs.dvi, stabs.pdf): Ditto.
8819
8820 2002-08-24  Andrew Cagney  <ac131313@redhat.com>
8821
8822         * Makefile.in (GDBINT_TEX_TMPS): Define.
8823         (gdbint.dvi, gdbint.pdf): Use
8824         (GDB_TEX_TMPS): Define.
8825         (gdb.dvi, gdb.pdf): Use.
8826         (STABS_TEX_TMPS): Define.
8827         (stabs.dvi, stabs.pdf): Use.
8828         (GDB_DOC_SOURCE_INCLUDES): New macros.
8829         (GDB_DOC_BUILD_INCLUDES, GDB_DOC_FILES): New macros.
8830         (GDBINT_DOC_FILES_INCLUDES): New macros.
8831         (GDBINT_DOC_BUILD_INCLUDES): New macros.
8832         (GDBINT_DOC_FILES, STABS_DOC_SOURCE_INCLUDES): New macros.
8833         (STABS_DOC_BUILD_INCLUDES, STABS_DOC_FILES): New macros.
8834         (SFILES_DOC, SFILES_INCLUDED, SFILES_LOCAL): Delete macros.
8835         (links2roff): Replace SFILES_INCLUDED with
8836         GDB_DOC_SOURCE_INCLUDES.
8837         (gdb.dvi, gdb_toc.html, gdb.pdf, gdb.info): Update dependencies.
8838         (gdb.me, gdb.mm, gdb.ms): Update dependencies.
8839         (gdbint.dvi, gdbint_toc.html, gdbint.pdf, gdbint.info): Update
8840         dependencies.
8841         (stabs.info, stabs_toc.html, stabs.pdf, stabs.dvi): Update
8842         dependencies.
8843         (gdbmi.texinfo): Delete rule.
8844         (inc-hist.texinfo): Delete rule.
8845         (rluser.texinfo): Delete rule.
8846
8847 2002-08-23  Andrew Cagney  <cagney@redhat.com>
8848
8849         * gdbint.texinfo (Target Architecture Definition): Update
8850         STORE_RETURN_VALUE, mention regcache.
8851
8852 2002-08-21  Andrew Cagney  <ac131313@redhat.com>
8853
8854         * gdbint.texinfo (Target Architecture Definition): Document
8855         print_registers_info.  Note that DO_REGISTERS_INFO is deprecated.
8856
8857 2002-08-19  Andrew Cagney  <ac131313@redhat.com>
8858
8859         * gdb.texinfo (Remote Protocol): Reformat.  Use cross references.
8860         Fix minor typos.  Add index entries.
8861
8862 2002-08-18  Andrew Cagney  <ac131313@redhat.com>
8863
8864         * gdb.texinfo (Data): Add ``Vector Unit'' to menu.
8865
8866 2002-08-15  Andrew Cagney  <ac131313@redhat.com>
8867
8868         * gdbint.texinfo (Target Architecture Definition): Document
8869         PRINT_VECTOR_INFO.
8870         * gdb.texinfo (Vector Unit): Document "info vectors" command.
8871
8872 2002-08-13  Andrew Cagney  <ac131313@redhat.com>
8873
8874         * gdb.texinfo (Maintenance Commands): Document "maint print
8875         registers", "maint print raw-registers" and "maint print
8876         cooked-registers".
8877
8878 2002-08-08  Grace Sainsbury  <graces@redhat.com>
8879
8880         From Mark Salter:
8881         * gdb.texinfo (Protocol): Document T packet extension to
8882         allow watchpoint address reporting.
8883
8884 2002-08-03  Andrew Cagney  <ac131313@redhat.com>
8885
8886         * gdb.texinfo (Dump/Restore Files): Move `[]' to outside of @var.
8887
8888 2002-08-01  Andrew Cagney  <cagney@redhat.com>
8889
8890         * stabs.texinfo, gdb.texinfo, gdbint.texinfo: Obsolete references
8891         to CHILL.
8892
8893 2002-08-01  Andrew Cagney  <ac131313@redhat.com>
8894
8895         * gdbint.texinfo (Coding): Revise section "Include Files".
8896
8897 2002-07-24  Andrew Cagney  <cagney@redhat.com>
8898
8899         * gdbint.texinfo: Obsolete references to m88k.
8900         * gdb.texinfo: Ditto.
8901
8902 2002-07-10  Joel Brobecker  <brobecker@gnat.com>
8903
8904         * gdbint.texinfo (Create a release candiate): Add the location
8905         where the proper version of autoconf can be retrieved.
8906
8907 2002-07-09  Don Howard  <dhoward@redhat.com>
8908
8909         * gdb.texinfo (Command Files): Further describe the behavior of
8910         sourced command files.
8911
8912 2002-06-27  Andrew Cagney  <ac131313@redhat.com>
8913
8914         * gdbint.texinfo (User Interface): ISO C rather than ISO-C.
8915         (Coding): Clarify ISO C version that GDB assumes.
8916
8917 2002-06-26  Tom Tromey  <tromey@redhat.com>
8918
8919         * gdbint.texinfo (User Interface): Mention add_setshow_cmd and
8920         add_setshow_cmd_full.
8921
8922 2002-06-25  Don Howard  <dhoward@redhat.com>
8923
8924         * gdb.texinfo (Memory Region Attributes): Document new behavior
8925         for 'mem' command.
8926
8927 2002-06-11  Jim Blandy  <jimb@redhat.com>
8928
8929         * gdb.texinfo (Symbols): Update documentation for `info source'
8930         command.
8931
8932         * gdb.texinfo (Macros): Call the command `info macro', not
8933         `show macro'.
8934
8935 2002-06-09  Andrew Cagney  <ac131313@redhat.com>
8936
8937         * gdbint.texinfo (Coding): Add section ``Per-architecture module
8938         data''.
8939
8940 2002-06-09  Mark Kettenis  <kettenis@gnu.org>
8941
8942         * gdbint.texinfo (Target Architecture Definition): Document
8943         GDB_OSABI_GO32 and GDB_OSABI_NETWARE.
8944
8945 2002-06-08  Andrew Cagney  <ac131313@redhat.com>
8946
8947         * gdbint.texinfo (Releasing GDB): Fix typos in @itemize @bullet
8948         lists.
8949
8950 2002-06-08  Andrew Cagney  <ac131313@redhat.com>
8951
8952         * gdbint.texinfo (Releasing GDB): Revise the section ``Cut the
8953         Branch''.
8954
8955 2002-06-01  Andrew Cagney  <ac131313@redhat.com>
8956
8957         * gdbint.texinfo (Target Architecture Definition): Add section
8958         ``Converting an existing Target Architecture to Multi-arch''.
8959
8960 2002-05-30  Andrew Cagney  <ac131313@redhat.com>
8961
8962         * gdbint.texinfo (Releasing GDB): Rename ``Obsoleting any code''
8963         to ``Obsoleting code''.  Revise.
8964
8965 2002-05-17  Jim Blandy  <jimb@redhat.com>
8966
8967         * gdb.texinfo (C Preprocessor Macros): New chapter.
8968         Include it in the main menu.
8969         (Contributors): Credit Jim Blandy with macro support.
8970         (Compilation): Explain how to get macro information into the
8971         executable.
8972         (Expressions): Note that preprocessor macros are expanded.
8973
8974 2002-05-14  Daniel Jacobowitz  <drow@mvista.com>
8975
8976         * gdb.texinfo (Debug Session): Document new `udp:' and `tcp:'
8977         options for `target remote'.
8978
8979 2002-05-13  Andrew Cagney  <ac131313@redhat.com>
8980
8981         * gdbint.texinfo (Target Architecture Definition): Delete
8982         documentation on NNPC_REGNUM.
8983
8984 2002-05-11  Andrew Cagney  <ac131313@redhat.com>
8985
8986         * gdbint.texinfo (Target Architecture Definition): Document
8987         REGISTER_TO_VALUE and VALUE_TO_REGISTER and CONVERT_REGISTER_P.
8988         (Target Architecture Definition): Revise section `Using Different
8989         Register and Memory Data Representations'.  Add section `Raw and
8990         Virtual Register Representations'.
8991
8992 2002-05-11  Andrew Cagney  <ac131313@redhat.com>
8993
8994         * gdbint.texinfo (Target Architecture Definition): Mention
8995         defaults for REGISTER_VIRTUAL_SIZE and REGISTER_RAW_SIZE.
8996         (Target Architecture Definition): Mention same.  Add references to
8997         web pages.
8998
8999 2002-05-08  Michael Snyder  <msnyder@redhat.com>
9000
9001         * stabs.texinfo (Attributes): Document new "vector" attribute.
9002
9003 2002-05-04  Andrew Cagney  <ac131313@redhat.com>
9004
9005         * gdbint.texinfo (Releasing GDB): Revise `Create a Release'.
9006
9007 2002-05-04  Andrew Cagney  <ac131313@redhat.com>
9008
9009         * gdb.texinfo: Delete obsolete references to a29k.
9010
9011 2002-04-24  Andrew Cagney  <ac131313@redhat.com>
9012
9013         * gdbint.texinfo (Target Architecture Definition): Replace
9014         IN_SIGTRAMP with PC_IN_SIGTRAMP.
9015
9016 2002-04-24  David S. Miller  <davem@redhat.com>
9017
9018         * gdbint.texinfo (REGISTER_IN_WINDOW): Delete definition.
9019
9020 2002-04-21  David S. Miller  <davem@redhat.com>
9021
9022         * gdbint.texinfo (SKIP_PROLOGUE_FRAMELESS_P): Delete definition.
9023
9024 2002-04-21  Andrew Cagney  <ac131313@redhat.com>
9025
9026         * gdbint.texinfo (Target Architecture Definition): Delete
9027         definition of HAVE_REGISTER_WINDOWS.
9028
9029 2002-04-19  Eli Zaretskii  <eliz@gnu.org>
9030
9031         * gdbint.texinfo (Releasing GDB, Coding): Fix typos.  Reported by
9032         "Theodore A. Roth" <troth@verinet.com>.
9033
9034 2002-04-15  Don Howard  <dhoward@redhat.com>
9035
9036         From Eli Zaretskii <eliz@gnu.org>
9037         * gdb.texinfo (show max-user-call-depth): Correct formatting.
9038         Provide a better explaination of this feature.
9039
9040 2002-04-14  Andrew Cagney  <ac131313@redhat.com>
9041
9042         * gdbint.texinfo (Target Architecture Definition): Remove
9043         FRAME_CHAIN_COMBINE.
9044
9045 2002-04-12  Michael Chastain  <mec@shout.net>
9046
9047         * gdbint.texinfo (Obsolete Conditionals): Remove reference to
9048         REG_STACK_SEGMENT.
9049
9050 2002-04-09  Michael Chastain  <mec@shout.net>
9051
9052         * gdbint.texinfo (Obsolete Conditionals): Remove references to
9053         PYRAMID_* macros.
9054
9055 2002-04-07  Andrew Cagney  <ac131313@redhat.com>
9056
9057         * gdb.texinfo (Bug Reporting): Document that the web is the
9058         prefered way of submitting bug reports.
9059         (Bug Reporting): Delete the s-mail address as the last resort.
9060
9061 2002-04-05  Andrew Cagney  <ac131313@redhat.com>
9062
9063         * gdbint.texinfo (Target Architecture Definition): Delete
9064         references to TARGET_WRITE_FP and write_fp.
9065
9066 2002-03-27  Michael Snyder  <msnyder@redhat.com>
9067
9068         * gdb.texinfo: Document new commands dump, append, and restore.
9069
9070 2002-03-27  Andrew Cagney  <ac131313@redhat.com>
9071
9072         * gdbint.texinfo (Releasing GDB): Revise the section `Before the
9073         Branch'.
9074
9075 2002-03-18  Andrew Cagney  <ac131313@redhat.com>
9076
9077         * gdb.texinfo: Change all examples to @smallexample.
9078         * gdbint.texinfo: Ditto.
9079
9080 2002-03-18  Andrew Cagney  <ac131313@redhat.com>
9081
9082         * gdbint.texinfo (Releasing GDB): Add section ``Versions and
9083         Branches''.
9084
9085 2002-03-18  Andrew Cagney  <ac131313@redhat.com>
9086
9087         * gdbint.texinfo (Releasing GDB): Add the section``Branch Commit
9088         Policy''.
9089
9090 2002-03-04  Fred Fish  <fnf@redhat.com>
9091
9092         * gdbint.texinfo: Fix a bunch of typos (alsways, mirrorred,
9093         expresson, suports, dependant, trhe, perhaphs, situtations,
9094         explictily, taged, oportunity, unfortunatly).
9095
9096 2002-02-24  Andrew Cagney  <ac131313@redhat.com>
9097
9098         * Makefile.in (gdb.info): Add explicit path to gdb.texinfo.
9099         Remove reference to 3.12.
9100
9101 2002-02-23  Andrew Cagney  <ac131313@redhat.com>
9102
9103         * gdbint.texinfo: Include fdl.texi.
9104         (Top): Add GNU Free Documentation License.
9105         * Makefile.in (SFILES_INCLUDED): Add gpl.texi.
9106         (gdbint.dvi, gdbint.pdf, gdbint.info): Add dependency on fdl.texi.
9107         (gdbint_toc.html): Add dependency on gdb-cfg.texi and fdl.texi.
9108         (gdbint.info): Add srcdir to include path.
9109         * gdb.texinfo: Include gpl.texi.
9110         (Top): Add Copying.
9111         * gpl.texi: New file.
9112
9113 2002-02-23  Andrew Cagney  <ac131313@redhat.com>
9114
9115         * gdbint.texinfo (Debugging GDB): Remove references to cygnus.com.
9116
9117 2002-02-19  Pierre Muller  <muller@ics.u-strasbg.fr>
9118
9119         * gdb.texinfo: Document Cygwin native specific commands.
9120
9121 2002-02-15  Daniel Jacobowitz  <drow@mvista.com>
9122
9123         * gdb.texinfo: Document gdbserver ``--attach'' command.
9124
9125 2002-02-07  Michael Snyder  <msnyder@redhat.com>
9126
9127         * gdb.texinfo (overlays): Change @var(_ovly_debug_event)
9128         to @code(_ovly_debug_event).
9129
9130 2002-02-07  Andrew Cagney  <ac131313@redhat.com>
9131
9132         * gdb.texinfo (How Overlays Work): Shrink the overlay diagram.
9133
9134 2002-02-06  Michael Snyder  <msnyder@redhat.com>
9135
9136         * gdb.texinfo (overlays): Mention new magic symbol
9137         '_ovly_debug_event', which allows GDB to keep better track
9138         of overlays.
9139
9140 2002-02-03  Eli Zaretskii  <eliz@gnu.org>
9141
9142         * gdb.texinfo (Memory Region Attributes): Fix the wording.
9143         Suggested by Dmitry Sivachenko.
9144
9145         * (<many nodes>): Fix the spelling and punctuation of "i.e.".
9146
9147 2002-02-01  Michael Snyder  <msnyder@redhat.com>
9148
9149         * gdb.texinfo (set trust-readonly): Change value{gdbn} to value{GDBN}.
9150
9151 2002-01-30  Michael Snyder  <msnyder@redhat.com>
9152
9153         * gdb.texinfo: (remote protocol): Gramatical fix-up.
9154         (set trust-readonly-sections): Document.
9155
9156 2002-01-29  Andrew Cagney  <ac131313@redhat.com>
9157
9158         * gdbint.texinfo (Releasing GDB): Revise and update.
9159
9160 2002-01-28  Andrew Cagney  <ac131313@redhat.com>
9161
9162         * gdbint.texinfo (Target Architecture Definition): Delete
9163         description of TARGET_BYTE_ORDER_DEFAULT.
9164
9165 2002-01-27  Eli Zaretskii  <eliz@gnu.org>
9166
9167         * gdb.texinfo: Fix typos and markup.  From Dmitry Sivachenko
9168         <mitya@cavia.pp.ru>.
9169
9170 2002-01-23  Andrew Cagney  <ac131313@redhat.com>
9171
9172         * libgdb.texinfo: Delete file.
9173
9174 2002-01-22  Andrew Cagney  <ac131313@redhat.com>
9175
9176         * gdb.texinfo: Remove makeinfo 3.12 hacks.
9177         * gdbint.texinfo: Ditto.
9178
9179 Tue Jan 22 11:57:38 2002  Andrew Cagney  <cagney@redhat.com>
9180
9181         * gdb.texinfo: Fix typo ``Remove' -> ``Remote''.
9182
9183 2002-01-22  Andrew Cagney  <ac131313@redhat.com>
9184
9185         * Makefile.in: Update copyright.
9186         (TEXI2DVI): Define.
9187         (gdb.dvi, gdb.pdf, stabs.dvi, stabs.pdf): Use TEXI2DVI.
9188         (gdbint.dvi, gdbint.pdf): Use TEXI2DVI.  Add dependency on
9189         gdb-cfg.texi.
9190         (TEXINDEX, PDFTEX): Delete makefile variables.
9191
9192 2002-01-22  Andrew Cagney  <ac131313@redhat.com>
9193
9194         * gdb.texinfo (Protocol): Move section to appendix.
9195
9196 2002-01-21  Andrew Cagney  <ac131313@redhat.com>
9197
9198         * gdb.texinfo (Remote Debugging): Create a menu.
9199         (Top): Add ``Remote Debugging'' to menu.
9200
9201 2002-01-21  Andrew Cagney  <ac131313@redhat.com>
9202
9203         * gdb.texinfo (Remote): Move the sub-section ``The GDB remote
9204         serial protocol'' from here.
9205         (Remote Debugging): To here.  New chapter.
9206
9207 2002-01-20  Andrew Cagney  <ac131313@redhat.com>
9208
9209         * gdbint.texinfo (Target Architecture Definition): Delete
9210         description of TARGET_BYTE_ORDER_SELECTABLE_P.
9211
9212 2002-01-20  Andrew Cagney  <ac131313@redhat.com>
9213
9214         * gdbint.texinfo (Host Definition): Revise.  xm-xyz.h and xyz.mh
9215         are no longer needed.
9216         (Porting GDB): Add maintainer note about configure.host.
9217
9218 2002-01-20  Andrew Cagney  <ac131313@redhat.com>
9219
9220         * gdbint.texinfo (Target Architecture Definition): Remove
9221         definition of IEEE_FLOAT.
9222
9223 2002-01-20  Eli Zaretskii  <eliz@gnu.org>
9224
9225         * gdb.texinfo: Beautify copyright years; fix a typo.
9226         (DJGPP Native): Fix overfull hboxes in examples.  From Brian Youmans
9227         <3diff@gnu.org>
9228
9229 2002-01-19  Andrew Cagney  <ac131313@redhat.com>
9230
9231         * gdbint.texinfo (Host Definition): Remove references to
9232         MALLOC_INCOMPATIBLE.
9233
9234 2002-01-17  Andrew Cagney  <ac131313@redhat.com>
9235
9236         * gdbint.texinfo (Host Definition): Remove references to XDEPFILES
9237         and xyz-xdep.o.
9238
9239 2002-01-17  Andrew Cagney  <ac131313@redhat.com>
9240
9241         * gdb.texinfo (Maintenance Commands): Add appendix.
9242         (Set Breaks): Copy ``maint info breakpoint'' doco to
9243         ``Maintenance Commands'' appendix.  Add reference.
9244
9245 2002-01-17  Andrew Cagney  <ac131313@redhat.com>
9246
9247         * fdl.texi: Remove next/prev from @node.
9248
9249 2002-01-17  Eli Zaretskii  <eliz@gnu.org>
9250
9251         * gdb.texinfo: @include fdl.texi.  Fixes for overfull hboxes and
9252         for monstrous @multitable (from Brian Youmans).
9253
9254         * fdl.texi: New file.
9255
9256         * Makefile.in (SFILES_INCLUDED): Add fdl.texi.
9257
9258 2002-01-15  Andrew Cagney  <ac131313@redhat.com>
9259
9260         * gdbint.texinfo (Releasing GDB): New chapter.
9261
9262 2002-01-14  Andrew Cagney  <ac131313@redhat.com>
9263
9264         * gdb.texinfo (Embedded Processors, Calling program functions):
9265         Obsolete references to a29k.
9266
9267 2002-01-13  Andrew Cagney  <ac131313@redhat.com>
9268
9269         * gdbint.texinfo (Coding): Review Cleanups section.  Examples
9270         examples.  Document that a code-block should do or discard its
9271         cleanups before exit.
9272
9273 2002-01-11  Michael Snyder  <msnyder@redhat.com>
9274
9275         * gdb.texinfo (Choosing files): Change @samp to @file.
9276
9277 2002-01-05  Michael Snyder  <msnyder@redhat.com>
9278
9279         * gdb.texinfo (--pid): Document new command line option (attach).
9280
9281 2002-01-07  Eli Zaretskii  <eliz@gnu.org>
9282
9283         * gdb.texinfo (Tracepoints): Clarify that tracepoints need support
9284         in the stub.
9285
9286 2002-01-04  Andrew Cagney  <ac131313@redhat.com>
9287
9288         * gdbint.texinfo (Target Architecture Definition): Replace
9289         BIG_ENDIAN with BFD_ENDIAN_BIG.
9290
9291 2002-01-03  Andrew Cagney  <ac131313@redhat.com>
9292
9293         * gdbint.texinfo (Target Architecture Definition): Replace
9294         value_ptr with struct value pointer.
9295
9296 2002-01-02  Eli Zaretskii  <eliz@gnu.org>
9297
9298         * gdb.texinfo (Free Software): Fix wording.
9299
9300 2001-12-31  Eli Zaretskii  <eliz@gnu.org>
9301
9302         * gdb.texinfo (Free Software): New section ``Free Software Needs
9303         Free Documentation''.
9304
9305 2001-12-30  Eli Zaretskii  <eliz@gnu.org>
9306
9307         * stabs.texinfo:
9308         * gdb.texinfo:
9309         * gdbint.texinfo:
9310         * libgdb.texinfo:
9311         * annotate.texi: Fix the application of GFDL in the Copyright notice.
9312
9313 2001-12-29  Michael Snyder  <msnyder@redhat.com>
9314
9315         * gdb.texinfo (maint info sections): Fix typo.
9316
9317 2001-12-26  Michael Snyder  <msnyder@redhat.com>
9318
9319         * gdb.texinfo (maint info sections): Document.
9320
9321         * gdb.texinfo (info proc): Comment out documentation for
9322         'info proc' sub-options that are currently not implemented.
9323
9324 2001-12-20  Jim Blandy  <jimb@redhat.com>
9325
9326         * gdbint.texinfo (TARGET_CHAR_SIGNED): Document.
9327
9328 2001-12-15  Andrew Cagney  <ac131313@redhat.com>
9329
9330         * gdbint.texinfo (Target Architecture Definition): Replace
9331         LITTLE_ENDIAN with BFD_ENDIAN_LITTLE.
9332
9333 2001-12-01  Andrew Cagney  <ac131313@redhat.com>
9334
9335         * gdbint.texinfo (Host Definition): Delete documentation on
9336         HOST_BYTE_ORDER.
9337
9338 2001-11-30  Jim Blandy  <jimb@redhat.com>
9339
9340         * gdb.texinfo (Overlays): New chapter, documenting GDB's
9341         overlay support.  Add to top-level menu.
9342
9343 2001-11-26  Tom Tromey  <tromey@redhat.com>
9344
9345         * gdb.texinfo (Command Syntax): Document C-o binding.
9346
9347 2001-07-26  Christopher Faylor  <cgf@redhat.com>
9348
9349         * gdb.texinfo (Options): Eliminate attempt to explain .gdbinit/gdb.ini
9350         use since it is described in the referenced section.
9351
9352         From Eli Zaretskii <eliz@gnu.org>
9353         * gdb.texinfo (Command Files): Reword to make gdb.ini requirement
9354         clearer when using DJGPP.
9355
9356 2001-11-24  Christopher Faylor  <cgf@redhat.com>
9357
9358         * gdb.texinfo (File Options): Change description of -nx and gdb.ini to
9359         specifically refer to MS-DOS.
9360         (command files): Mention gdb.ini is only used on MS-DOS.
9361
9362 2001-11-21  Tom Tromey  <tromey@redhat.com>
9363
9364         * gdb.texinfo (Invoking GDB): Document --args.
9365         (Mode Options): Likewise.
9366
9367 2001-11-21  Jim Blandy  <jimb@redhat.com>
9368
9369         * gdbint.texinfo (TARGET_RANGE_PROFITABLE_FOR_HW_WATCHPOINT):
9370         Delete documentation; this macro has been removed from the
9371         sources.
9372
9373 2001-11-13  Jim Blandy  <jimb@redhat.com>
9374
9375         * gdbint.texinfo (COERCE_FLOAT_TO_DOUBLE): Clarify.
9376
9377 2001-11-06  Corinna Vinschen  <vinschen@redhat.com>
9378
9379         * gdb.texinfo (gdbarch_in_function_epilogue_p): Add documentation.
9380
9381 2001-11-05  Michael Snyder  <msnyder@redhat.com>
9382
9383         * gdb.texinfo (info functions): Document use of backslash to
9384         quote regexp chars in function names such as "operator*()".
9385
9386 2001-11-01  Fred Fish  <fnf@redhat.com>
9387
9388         * gdbint.texinfo (SOLIB_ADD): Document additional new
9389         "readsyms" arg.
9390
9391 2001-10-30  Don Howard  <dhoward@redhat.com>
9392
9393         * gdb.texinfo: (Command Files) Added documentation for the
9394         behavior of gdb with input redirected from a file.
9395
9396 2001-10-28  Fred Fish  <fnf@redhat.com>
9397
9398         * gdb.texinfo (auto-solib-add): Change docs to match
9399         implementation change.
9400         (auto-solib-limit): Add docs for new variable.
9401
9402 2001-10-15  Andrew Cagney  <ac131313@redhat.com>
9403
9404         * gdbint.texinfo (Target Architecture Definition): Function
9405         value_as_pointer renamed to value_as_address.
9406
9407 2001-10-15  Andrew Cagney  <ac131313@redhat.com>
9408
9409         * gdbint.texinfo (Target Architecture Definition): Default
9410         POINTER_TO_ADDRESS functions assume unsigned addresses.
9411         (INTEGER_TO_ADDRESS): Document.  Derive pragmatics section from a
9412         posting by Jim Blandy.
9413
9414 2001-10-12  Jim Blandy  <jimb@redhat.com>
9415
9416         * Makefile.in (MAKEHTMLFLAGS): Remove -glossary; the most recent
9417         version of texi2html (1.64) doesn't support this flag any more.
9418
9419 2001-09-08  Mark Kettenis  <kettenis@gnu.org>
9420
9421         * gdbint.texinfo (Host Definition): Remove description of
9422         MEM_FNS_DECLARED.
9423
9424         * gdbint.texinfo (Host Definition): Remove description of R_OK.
9425
9426         * gdbint.texinfo (Host Definition): Remove description of
9427         HAVE_SIGSETMASK.
9428
9429 2001-09-04  Elena Zannoni  <ezannoni@redhat.com>
9430
9431         * gdbint.texinfo (Target Architecture Definition): Add
9432         explanation of TARGET_PRINT_INSN macro.
9433
9434 2001-08-30  Jim Blandy  <jimb@redhat.com>
9435
9436         * gdb.texinfo (`add-symbol-file'): Correct synopsis.
9437         Explain what it means to load relocatable files.
9438
9439 2001-08-28  Jim Blandy  <jimb@redhat.com>
9440
9441         * gdbint.texinfo: Bring the HTML `top' menu into sync with the
9442         info `top' menu.
9443
9444 Wed Aug 15 10:47:28 2001  Christopher Faylor <cgf@cygnus.com>
9445
9446         * gdbint.texinfo: Add a cautionary note about macro use.
9447
9448 2001-08-02  Corinna Vinschen  <vinschen@redhat.com>
9449
9450         * gdb.texinfo: Explain omitting the hostname in the
9451         `target remote' command.
9452
9453 2001-07-30  Daniel Jacobowitz  <drow@mvista.com>
9454
9455         * gdbint.texinfo: Remove extraneous START-INFO-DIR-ENTRY
9456         and END-INFO-DIR-ENTRY.
9457
9458 2001-07-28  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
9459
9460         * gdb.texinfo (TUI Configuration): Rename tui configuration variables.
9461
9462 2001-07-25  Andrew Cagney  <ac131313@redhat.com>
9463
9464         * gdbint.texinfo (libgdb): Rewrite.
9465
9466 2001-07-26  Eli Zaretskii  <eliz@gnu.org>
9467
9468         * Makefile.in (gdbgui.dvi, gdb-gui, gdbgui.info): Targets deleted.
9469
9470 2001-07-24  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
9471
9472         * gdb.texinfo (TUI): New chapter, document the TUI.
9473         (Mode Options): Document the -tui option.
9474
9475 2001-07-23  Mark Kettenis  <kettenis@gnu.org>
9476
9477         * gdbint.texinfo (Host Definition): Remove description of
9478         NEED_POSIX_SETPGID.
9479
9480 2001-07-23  Eli Zaretskii  <eliz@gnu.org>
9481
9482         * gdb.tex (DJGPP Native): New node, with descriptions of
9483         DJGPP-specific commands.
9484
9485 2001-07-19  John R. Moore  <jmoore@redhat.com>
9486
9487         * gdbint.texinfo: Three misspellings.
9488
9489 2001-07-06  Andrew Cagney  <ac131313@redhat.com>
9490
9491         * Makefile.in (refcard.dvi): Rewrite to avoid problems with empty
9492         `test` expressions on bash.  Problem reported by Colin Walters.
9493
9494 2001-07-04  Andrew Cagney  <ac131313@redhat.com>
9495
9496         * gdbint.texinfo (User Interface): Update ui-out documentation to
9497         refelect recent UI/MI updates.
9498
9499 2001-07-04  Andrew Cagney  <ac131313@redhat.com>
9500
9501         * gdb.texinfo (Mode Options): Mention the mi0 and mi1
9502         interpreters.
9503
9504 2001-06-15  Andrew Cagney  <ac131313@redhat.com>
9505
9506         * gdbint.texinfo (Target Architecture Definition): GDBARCH is a C
9507         structure and not macros.
9508         (Host Definition): Document that much of this chapter is obsolete.
9509         (Target Architecture Definition): Update list of files that make
9510         up a target architecture.
9511         (Coding): Update.
9512
9513 2001-06-28  Andrew Cagney  <ac131313@redhat.com>
9514
9515         * gdbint.texinfo (Target Architecture Definition): Update
9516         EXTRACT_STRUCT_VALUE_ADDRESS and EXTRACT_STRUCT_VALUE_ADDRESS_P.
9517         The latter has been changed to a true predicate.
9518
9519 2001-06-17  Eli Zaretskii  <eliz@gnu.org>
9520
9521         * annotate.texi: Add @noindent where needed.  From Dmitry
9522         Sivachenko <dima@Chg.RU>.
9523         * gdb.texinfo: Indexing fix.  From Dmitry Sivachenko.
9524
9525 2001-06-16  Andrew Cagney  <ac131313@redhat.com>
9526
9527         * gdb.texinfo (Protocol): Fix typo.  Extra parenthesis.
9528
9529 2001-06-14  Andrew Cagney  <ac131313@redhat.com>
9530
9531         * gdb.texinfo (Remote Protocol): Document that the ``!'' packet
9532         returns ``OK''.  Document that the ``R'' packet does not reply.
9533
9534 2001-06-13  Michael Snyder  <msnyder@redhat.com>
9535
9536         * gdb.texinfo (Protocol): Add doc for new packet "qSymbol:".
9537
9538 2001-06-13  Eli Zaretskii  <eliz@gnu.org>
9539
9540         * gdb.texinfo (Signals): Clarify the default setting of signal
9541         handling.
9542
9543 2001-05-14  Andrew Cagney  <ac131313@redhat.com>
9544
9545         * gdbint.texinfo (CLEAR_DEFERRED_STORES): Delete stray @item
9546         (FRAME_ARGS_ADDRESS_CORRECT): Ditto.
9547
9548 2001-05-12  Andrew Cagney  <ac131313@redhat.com>
9549
9550         * Makefile.in (GDBvn.texi): Set GDBVN from ../version.in.
9551
9552 2001-05-10  Eli Zaretskii  <eliz@gnu.org>
9553
9554         * gdbint.texinfo (Clean Design and Portable Implementation):
9555         Renamed from "Clean Design".
9556         (Clean Design and Portable Implementation): Document portable
9557         methods of handling file names, and the associated macros.
9558
9559 2001-04-02  Eli Zaretskii  <eliz@gnu.org>
9560
9561         * gdb.texinfo (Tracepoint Actions): Mention the "info scope"
9562         command and provide a cross-reference to its description.
9563         (Symbols): Note that "info scope" is useful for trace experiments.
9564
9565 2001-04-01  Eli Zaretskii  <eliz@gnu.org>
9566
9567         * gdb.texinfo (Symbols): Document "info scope".
9568         (Tracepoints): New chapter.
9569         (Contributors): Update for v5.1.
9570         <All nodes>: Change "C++" to "C@t{++}".
9571
9572         * gdbint.texinfo (User Interface): A new section about ui_out
9573         functions, based on text written by Fernando Nasser.
9574
9575         * stabs.texinfo: Change Permissions to GFDL.  Update Copyright.
9576
9577 2001-03-26  Eli Zaretskii  <eliz@gnu.org>
9578
9579         * gdb.texinfo: Change Permissions to GFDL.  Update Copyright.
9580
9581         * gdbint.texinfo: Change Permissions to GFDL.  Update Copyright.
9582
9583         * gdbgui.texinfo: Change Permissions to GFDL.  Update Copyright.
9584         Replace "GDB" with "@value{GDBN}".  Fix markup.
9585
9586         * annotate.texi: Change Permissions to GFDL.  Update Copyright.
9587
9588         * gdb.texinfo (Output Formats): Mention "info symbol" and provide
9589         a cross-reference to its description.
9590         (Symbols): Document "info symbol".
9591
9592 2001-03-21  Eli Zaretskii  <eliz@gnu.org>
9593
9594         * gdbint.texinfo (Algorithms): New section "Watchpoints" and new
9595         subsection "x86 Watchpoints".
9596         (Target Architecture Definition): Document the macros
9597         I386_USE_GENERIC_WATCHPOINTS and TARGET_HAS_HARDWARE_WATCHPOINTS.
9598         (Native Debugging): Document I386_USE_GENERIC_WATCHPOINTS.
9599
9600 2001-03-20  Andrew Cagney  <ac131313@redhat.com>
9601
9602         * gdbint.texinfo (Target Architecture Definition): Update
9603         definition of SOFTWARE_SINGLE_STEP_P to include empty parameter
9604         list.
9605
9606 2001-03-06  Kevin Buettner  <kevinb@redhat.com>
9607
9608         * Makefile.in, all-cfg.texi, annotate.texi, gdb.texinfo,
9609         gdbint.texinfo, refcard.tex: Update/correct copyright notices.
9610
9611 2001-02-21  Eli Zaretskii  <eliz@gnu.org>
9612
9613         * gdb.texinfo (Signals): Document "ignore", "noignore", and "all".
9614
9615 2001-02-11  Eli Zaretskii  <eliz@gnu.org>
9616
9617         * gdb.texinfo (Environment): Document that `path' does not change
9618         the value of PATH in GDB's own environment (it did in the past,
9619         but that was changed on March 15, 1994).  Reported by Doug Evans
9620         <dje@transmeta.com>.
9621
9622         * gdbint.texinfo: Fix up @itemize lists so that @item is alone on
9623         its line.  Fix markup of commands and macros.  Add an Index node
9624         and index entries.
9625
9626 2001-01-23  J.T. Conklin  <jtc@redback.com>
9627
9628         * gdb.texinfo (Memory region attributes): New manual section.
9629
9630 2001-01-04  Nicholas Duffek  <nsd@redhat.com>
9631
9632         * gdbint.texinfo (POP_FRAME): Document use by return_command.
9633
9634 2000-12-25  Eli Zaretskii  <eliz@gnu.org>
9635
9636         * refcard.tex: Version and copyright fixed.  From Phil Edwards
9637         <pedwards@disaster.jaj.com>.
9638
9639 Thu Nov 30 16:57:19 2000  Andrew Cagney  <cagney@b1.cygnus.com>
9640
9641         * gdbint.texinfo (ECOFF_REG_TO_REGNUM, DWARF_REG_TO_REGNUM,
9642         DWARF2_REG_TO_REGNUM): Document.
9643
9644 Mon Nov 20 21:29:35 2000  Andrew Cagney  <cagney@b1.cygnus.com>
9645
9646         * gdbint.texinfo (Coding): Update current value of
9647         --enable-build-warnings.  Mention --enable-gdb-build-warnings.
9648
9649 2000-11-19  Eli Zaretskii  <eliz@gnu.org>
9650
9651         * gdb.texinfo (Continuing and Stepping):  Fixed markup and typos,
9652         as suggested by Dmitry Sivachenko <dima@Chg.RU>.
9653
9654 2000-11-10  Christopher Faylor <cgf@cygnus.com>
9655
9656         * gdb.texinfo: Document new 'set step-mode' command.
9657
9658 2000-10-16  Eli Zaretskii  <eliz@gnu.org>
9659
9660         * gdb.texinfo (Contributors, MIPS Embedded): Minor spelling
9661         changes from Dmitry Sivachenko <dima@Chg.RU>.
9662
9663 2000-09-26  Eli Zaretskii  <eliz@gnu.org>
9664
9665         * gdb.texinfo (Hooks): Document the new post-hook functionality.
9666         From Steven Johnson <sbjohnson@ozemail.com.au>.
9667
9668 2000-08-10  Mark Kettenis  <kettenis@gnu.org>
9669
9670         * gdbint.texinfo (Overall Structure): Spelling fix.
9671
9672 2000-08-10  Eli Zaretskii  <eliz@gnu.org>
9673
9674         * gdbint.texinfo (Target Architecture Definition): Document that
9675         REGISTER_CONVERT_TO_VIRTUAL should only be called on a register
9676         for which REGISTER_CONVERTIBLE returns a zero value.
9677
9678 2000-07-08  Christopher Faylor <cgf@cygnus.com>
9679
9680         * Makefile.in (install-info): Find files to install in either the
9681         build or source directories (adapted from Makefile.am).
9682
9683 2000-07-07  Nicholas Duffek  <nsd@redhat.com>
9684
9685         * stabs.texinfo: Fix spelling errors.
9686         (String Field): FILE-NUMBER starts from 0, not 1.
9687
9688 2000-07-05  Eli Zaretskii <eliz@gnu.org>
9689
9690         * refcard.tex: Remove \centerline from the blurb.  Patch from
9691         Brian Youmans.
9692
9693 2000-06-25  Eli Zaretskii <eliz@gnu.org>
9694
9695         * Makefile.in (install-info): Support installation from outside of
9696         the source directory.  Reported by Mark Harig
9697         <markh@frazier.landmark.com>.
9698
9699 2000-06-20  J.T. Conklin  <jtc@redback.com>
9700
9701         * gdb.texinfo: Fix typo, $bpnum is set to last breakpoint number.
9702
9703 Fri May 26 15:55:33 2000  Andrew Cagney  <cagney@b1.cygnus.com>
9704
9705         * Makefile.in (pdf, gdbint.pdf, gdb.pdf, stabs.pdf): New targets.
9706         Generate using pdftex.
9707         (PDFTEX): Define.
9708         (STAGESTUFF, maintainer-clean realclean): Add *.pdf.
9709         (gdb.texinfo, gdbint.texinfo, stabs.texinfo): When TeX insert the
9710         @contents at the start.
9711
9712 2000-05-24  Eli Zaretskii  <eliz@gnu.org>
9713
9714         * gdb.texinfo: Remove duplicate @syncodeindex.  From Brian
9715         Youmans.
9716
9717 Wed May 24 21:27:58 2000  Andrew Cagney  <cagney@b1.cygnus.com>
9718
9719         From Brian Youmans:
9720         * gdb.texinfo: Fix ``et al.''.
9721
9722 Tue May 23 22:57:41 2000  Andrew Cagney  <cagney@b1.cygnus.com>
9723
9724         * Makefile.in (refcard.dvi): Remove quotes around REFEDITS in for
9725         loop.
9726
9727 2000-05-19  Jimmy Guo  <guo@cup.hp.com>
9728
9729         * configure: Regenerate.
9730
9731 2000-05-17  Eli Zaretskii  <eliz@gnu.org>
9732
9733         * Makefile.in (install-info): Run install-info on installed Info
9734         files.
9735
9736 Fri May 12 20:18:04 2000  Andrew Cagney  <cagney@b1.cygnus.com>
9737
9738         * gdb.texinfo: Add Stan Shebs, et.al. as authors.  Mention
9739         Andrew Cagney.
9740
9741 2000-05-09  Eli Zaretskii  <eliz@gnu.org>
9742
9743         * gdb.texinfo: Proofreading changes from Brian Youmans.
9744
9745 2000-05-01  Nick Duffek  <nsd@cygnus.com>
9746
9747         * gdb.texinfo (Command Files): Mention -x, use @enumerate for
9748         startup sequence, minor edits.
9749
9750 2000-05-01  Eli Zaretskii  <eliz@gnu.org>
9751
9752         * annotate.texi: Remove "@syncodeindex fn cp", it causes grief in
9753         TeX.
9754
9755         * gdb.texinfo: Add "@syncodeindex fn cp".  Convert all entries
9756         "@kindex f" into "@kindex f (foo)", otherwise we get index entries
9757         like `n' and `s' which look weird.  Convert some of the @kindex to
9758         @vindex, when they refer to variables, not commands.
9759
9760 Sat Apr 29 17:01:04 2000  Andrew Cagney  <cagney@b1.cygnus.com>
9761
9762         * gdbint.texinfo (Hints): Do not use @value{GDBN in @nodes.
9763
9764 2000-04-23  Eli Zaretskii  <eliz@gnu.org>
9765
9766         * Makefile.in (GDBMI_DIR): New variable.
9767         (SET_TEXINPUTS): Add $(GDBMI_DIR).
9768         (SFILES_DOC): Add $(GDBMI_DIR)/gdbmi.texinfo.
9769         (gdbmi.texinfo): New target, for texi2roff.
9770         (gdb.me, gdb.ms, gdb.mm): Depend on gdbmi.texinfo.
9771         (gdb.info, gdb_toc.html): Add "-I ${GDBMI_DIR}".
9772
9773         * gdb.texinfo (Top): Add GDB/MI to the main menu and @include
9774         gdbmi.texinfo.
9775         (Mode Options): Add xref to GDB/MI docs and remove a FIXME
9776         comment.
9777
9778 2000-04-17  Elena Zannoni  <ezannoni@kwikemart.cygnus.com>
9779
9780         * gdb.texinfo (Files): Update description of add-symbol-file
9781         command.
9782
9783 2000-04-17  Eli Zaretskii  <eliz@gnu.org>
9784
9785         * gdb.texinfo (Porting GDB): Don't use @value in the node name, it
9786         prevents the build (and is generally a Bad Idea).
9787
9788 2000-04-17  Eli Zaretskii  <eliz@gnu.org>
9789
9790         * gdb.texinfo (Protocol): Prevent makeinfo from complaining about
9791         a comma inside @var.
9792         (Command Files): Index markup changes from Dmitry Sivachenko
9793         <dima@Chg.RU>.
9794
9795 2000-04-16  Eli Zaretskii  <eliz@gnu.org>
9796
9797         * Makefile.in (LN_S): Define.
9798         (gdb-cfg.texi, gdb.dvi, links2roff, inc-hist.texinfo): Don't
9799         invoke "ln -s" unless it is known to work.
9800
9801         * configure.in (AC_PROG_LN_S): Add.
9802
9803 2000-04-14  Jim Blandy  <jimb@redhat.com>
9804
9805         * gdbint.texinfo (Pointers Are Not Always Addresses): New manual
9806         section.
9807         (Target Conditionals): Document ADDRESS_TO_POINTER,
9808         POINTER_TO_ADDRESS.
9809
9810 2000-04-11  Daniel Berlin  <dan@cgsoftware.com>
9811
9812         * gdbint.texinfo: Replaced GDB with @value{GDBN}, @include
9813         gdb-cfg.texi to get the value.
9814
9815 2000-04-10  Jim Blandy  <jimb@redhat.com>
9816
9817         * gdbint.texinfo (Target Architecture Definition): Fix
9818         cross-references.
9819
9820 2000-04-08  Jim Blandy  <jimb@redhat.com>
9821
9822         * gdbint.texinfo (Using Different Register and Memory Data
9823         Representations): New section.
9824         (REGISTER_CONVERTIBLE, REGISTER_RAW_SIZE, REGISTER_VIRTUAL_SIZE,
9825         REGISTER_VIRTUAL_TYPE, REGISTER_CONVERT_TO_VIRTUAL,
9826         REGISTER_CONVERT_TO_RAW): Document.
9827
9828 Mon Apr  3 19:16:32 2000  Andrew Cagney  <cagney@b1.cygnus.com>
9829
9830         * gdb.texinfo (Protocol): Deprecate the sequence-id.  Add cindex
9831         for acknowledgments.
9832
9833 Tue Mar 28 18:28:45 2000  Andrew Cagney  <cagney@b1.cygnus.com>
9834
9835         * gdb.texinfo (Protocol): Replace ``qfThreadExtraInfo'' with
9836         qThreadExtraInfo.
9837
9838 2000-03-28  J.T. Conklin  <jtc@redback.com>
9839
9840         * gdb.texinfo: Clarify which remote debug protocol commands are
9841         required and which are optional.
9842
9843 Tue Mar 28 16:06:22 2000  Andrew Cagney  <cagney@b1.cygnus.com>
9844
9845         * gdb.texinfo: Revert remainder of Fri Mar 24 18:06:34 2000 Andrew
9846         Cagney <cagney@b1.cygnus.com>.  Move @chapter and @node entries
9847         back to annotate.texi, rluser.texinfo and inc-hist.texinfo.
9848         * annotate.texi: Update.
9849
9850 2000-03-28  Stan Shebs  <shebs@apple.com>
9851
9852         * gdb.texinfo: Update dates, bump to Eighth Edition (note
9853         expectation of additional changes before release), update
9854         ISBN, add copy of top-level menu for @ifhtml, remove explicit
9855         node links, rephrase and/or shorten lines to fix formatting
9856         problem in both regular and @smallbook formats.
9857         * annotate.texi: Shorten lines in example, use smallexample
9858         consistently everywhere.
9859         * Makefile.in: Add comment about texinfo 4.0 html generation.
9860         (SFILES_INCLUDED): Add annotate.texi.
9861
9862 2000-03-27  Daniel Berlin  <dan@cgsoftware.com>
9863
9864         * gdb.texinfo (Debugging Output): Added new section, documenting
9865         the "set/show debug" commands.
9866
9867 Fri Mar 24 18:06:34 2000  Andrew Cagney  <cagney@b1.cygnus.com>
9868
9869         * annotate.texi (Annotations): When GDBN omit @chapter and @node
9870         entry.
9871
9872         * gdb.texinfo: Check for @ifinfo instead of @ifnottex.
9873         (rluser.texinfo, inc-hist.texinfo, annotate.texi): Add local
9874         @chapter and @node entries.
9875
9876         * gdb.texinfo: Link all top-level nodes.
9877
9878 Fri Mar 24 17:56:48 2000  Andrew Cagney  <cagney@b1.cygnus.com>
9879
9880         * Makefile.in (install-info): Create $(infodir) before installing
9881         files.
9882
9883 2000-03-23  Fernando Nasser  <fnasser@totem.to.cygnus.com>
9884
9885         From David Whedon <dwhedon@gordian.com>
9886         * gdbint.texinfo : Added paragraphs about command deprecation.
9887
9888 2000-03-22  Daniel Berlin  <dan@cgsoftware.com>
9889
9890       * gdb.texinfo: Add documentation for the apropos command.
9891
9892 2000-03-20  Michael Snyder  <msnyder@cleaver.cygnus.com>
9893
9894         * gdb.texinfo: Add new queries ThreadInfo and ThreadExtraInfo.
9895
9896 2000-03-20  Michael Snyder  <msnyder@cleaver.cygnus.com>
9897
9898         * gdb.texinfo: Add white space to prevent overprinting in
9899         two places.
9900
9901 2000-03-17  Stan Shebs  <shebs@apple.com>
9902
9903         * gdb.texinfo: Many minor changes from Dmitry Sivachenko
9904         <dima@Chg.RU>, also clarification of allowed content for
9905         string constants.
9906
9907 2000-03-16  Eli Zaretskii <eliz@gnu.org>
9908
9909         * gdb.texinfo (main menu): Add Annotations.
9910         (File Options): Add @cindex entries for each command-line option.
9911         Document --epoch, --annotate, --async, --interpreter, --write,
9912         --statistics, and --version.
9913
9914         * annotate.texi: Convert to a chapter.  Use @value{GDBN} instead
9915         of GDB.
9916
9917 2000-02-23  Jim Blandy  <jimb@redhat.com>
9918
9919         * gdbint.texinfo (FUNCTION_START_OFFSET): Document.
9920
9921 2000-02-22  Jim Blandy  <jimb@redhat.com>
9922
9923         * gdbint.texinfo: Document COERCE_FLOAT_TO_DOUBLE --- the new form.
9924
9925 2000-02-15  Jason Molenda  (jsm@bugshack.cygnus.com)
9926
9927         * Makefile.in (diststuff): New target.
9928
9929 2000-02-15  Kevin Buettner  <kevinb@redhat.com>
9930
9931         * agentexpr.texi: Fix wording regarding Intel's IA-64
9932         architecture.  [From Jim Wilson.]
9933
9934 2000-01-16  Tom Tromey  <tromey@cygnus.com>
9935
9936         * gdb.texinfo (Breakpoints): Mention breakpoint ranges.
9937         (Delete Breaks): Mention range arguments.
9938         (Disabling): Likewise.
9939
9940 2000-01-05  Dmitry Sivachenko <dima@Chg.RU>
9941
9942         * gdb.texinfo:  Wrap "ASCII" in @sc{}; clarify a few sentences.
9943
9944 Wed Dec  8 19:53:08 1999  Andrew Cagney  <cagney@b1.cygnus.com>
9945
9946         * gdbint.texinfo (FRAME_CHAIN_VALID): Add the generic frame-chain
9947         valid functions.
9948
9949 1999-11-05  Stan Shebs  <shebs@andros.cygnus.com>
9950
9951         * gdb.texinfo: Clarify regular expressions used in rbreak.
9952
9953 1999-10-15  Kevin Buettner  <kevinb@cygnus.com>
9954
9955         * gdbint.texinfo (MEMORY_INSERT_BREAKPOINT,
9956         MEMORY_REMOVE_BREAKPOINT):  Document.
9957
9958 Thu Oct 14 21:17:17 1999  Andrew Cagney  <cagney@b1.cygnus.com>
9959
9960         * gdb.texinfo (remote): Document how GDB ignores the qOffsets BSS
9961         offset re-using the DATA offset instead.
9962
9963 1999-10-11  Jim Kingdon  <kingdon@redhat.com>
9964
9965         * gdbint.texinfo (Target Architecture Definition): Add PARM_BOUNDARY.
9966
9967 1999-10-05  Stan Shebs  <shebs@andros.cygnus.com>
9968
9969         From Dmitry Sivachenko <demon@gpad.ac.ru>:
9970         * gdb.texinfo: Use GDBP and GDBN everywhere, fix a couple other
9971         typos.
9972
9973         * gdb.texinfo: Various minor wording and formatting improvements,
9974         mentions of additional command-line options.
9975
9976 1999-09-30  Fred Fish  <fnf@cygnus.com>
9977
9978         * gdb.texinfo:  Document additional forms of specifying section
9979         names and addresses for the add-symbol-file command.
9980
9981 1999-09-14  Michael Snyder  <msnyder@cleaver.cygnus.com>
9982
9983         * gdbint.texinfo: Fix typo, add the word "have".
9984
9985 1999-09-14  Jim Blandy  <jimb@cris.red-bean.com>
9986
9987         * gdbint.texinfo (Target Architecture Definition): Document the
9988         SKIP_PERMANENT_BREAKPOINT macro.
9989
9990 1999-09-07  Stan Shebs  <shebs@andros.cygnus.com>
9991
9992         * gdb.texinfo: Fiks speling errers.
9993
9994         * gdb.texinfo: Fix uses of @multitable.
9995
9996         From Eli Zaretskii  <eliz@gnu.org>:
9997         * gdb.texinfo: Include details specific to DOS host, clarify
9998         some confusing language, fix @ref/@xref/@pxref usages, add
9999         comments about using with optimization, add more indexing,
10000         fix info about disassembly-flavor.
10001
10002 Tue Sep  7 09:11:24 1999  Kevin Buettner  <kevinb@cygnus.com>
10003
10004         * gdbint.texinfo (IN_SOLIB_DYNSYM_RESOLVE_CODE,
10005         SKIP_SOLIB_RESOLVER): Define.
10006
10007 Fri Sep  3 18:05:14 1999  Andrew Cagney  <cagney@b1.cygnus.com>
10008
10009         * gdb.texinfo (Protocol): Review.  Add tables describing ``q'' and
10010         ``g'' packets.
10011
10012 1999-08-30  Stan Shebs  <shebs@andros.cygnus.com>
10013
10014         * gdb.texinfo: Create a new "Configurations" chapter with
10015         platform-specific info, inline remote.texi and move sections of it
10016         into the new chapter, move bits about info proc, heuristic search,
10017         and register stack into the new chapter.
10018         * remote.texi: Remove, now part of gdb.texinfo.
10019         * Makefile.in (SFILES_INCLUDED): Remove ref to remote.texi.
10020
10021 1999-08-27  Jason Molenda  (jsm@bugshack.cygnus.com)
10022
10023         * gdbint.texinfo (GDB_TARGET_IS_SUN3, GDB_TARGET_IS_SUN386,
10024         GDB_TARGET_IS_MACH386): These kludges have gone away.
10025
10026 Wed Aug 25 10:47:03 1999  Andrew Cagney  <cagney@b1.cygnus.com>
10027
10028         * gdbint.texinfo (Target Architecture Definition): Mention
10029         TDEPLIBS.
10030
10031 1999-08-20  Stan Shebs  <shebs@andros.cygnus.com>
10032
10033         * gdb.texinfo: Remove remaining "HPPA" conditionals, rewrite
10034         surrounding text to fit HP-UX bits into general info.
10035         (HPPA-cfg.texi): Remove, no longer useful.
10036
10037         * gdb.texinfo: Remove explicit links from @node lines, remove
10038         HP-added "Detailed Node Listing" from main menu which confuses
10039         things.
10040
10041         From Dmitry Sivachenko <dima@Chg.RU>:
10042         * gdb.texinfo: Use @value{GDBN} instead of plain GDB, fix grouping
10043         in description of `set environment'.
10044
10045 1999-08-17  Stan Shebs  <shebs@andros.cygnus.com>
10046
10047         * gdbint.texinfo: Update coding standard to allow pure ANSI/ISO C.
10048
10049 1999-08-12  Ben Elliston  <bje@cygnus.com>
10050
10051         * gdbint.texinfo (Breakpoint Handling): Add missing words.
10052
10053 1999-08-10  Eli Zaretskii  <eliz@gnu.org>
10054
10055         * gdb.texinfo (Set Watchpoints): Explain some subtleties about
10056         watch, awatch, and rwatch.  Explain why the latter two cannot be
10057         set as software watchpoints.  Document that watchpoints for local
10058         variables are deleted when the debuggee terminates.
10059
10060 Wed Aug 11 13:18:14 1999  Andrew Cagney  <cagney@amy.cygnus.com>
10061
10062         * remote.texi (Protocol): Further clarification of the "qRcmd"
10063         packet.  Allow E.. response packet.  "qRcmd" packet is no longer
10064         reserved.
10065
10066 1999-08-10  Elena Zannoni  <ezannoni@kwikemart.cygnus.com>
10067
10068         * Makefile.in: Rename inc-hist.texi to inc-hist.texinfo.
10069         * gdb.texinfo: Ditto.
10070
10071 1999-08-06  Tom Tromey  <tromey@cygnus.com>
10072
10073         * gdb.texinfo (KOD): New node.
10074
10075 Fri Aug  6 17:05:48 1999  Andrew Cagney  <cagney@b1.cygnus.com>
10076
10077         * remote.texi (Rcmd): Fix minor formatting typos.
10078
10079 Thu Aug  5 17:57:41 1999  Andrew Cagney  <cagney@b1.cygnus.com>
10080
10081         * remote.texi (protocol qRcmd): Allow ``OK'' and ``O...'' response
10082         packets.
10083
10084 1999-07-14  Jim Blandy  <jimb@zwingli.cygnus.com>
10085
10086         * gdbint.texinfo (PREPARE_TO_PROCEED, ADDR_BITS_REMOVE): Doc
10087         fixes.
10088
10089 Tue Jun 29 11:43:55 1999  Andrew Cagney  <cagney@b1.cygnus.com>
10090
10091         * gdbint.texinfo (SAVE_DUMMY_FRAME_TOS): Define.
10092
10093 Fri Jun 25 11:47:06 1999  Andrew Cagney  <cagney@b1.cygnus.com>
10094
10095         * remote.texi (Communication Protocol): ``v'' is in use. Fix
10096         numerous formatting errors.  Clarify ``i''.  Mark ``i'', ``Z'',
10097         ``z'' and ``qRcmd'' as draft instead of reserved.  Identify
10098         packets that are not supported on all hosts. Expand examples.
10099         Spell check.
10100
10101 1999-06-24  Jason Molenda  (jsm@bugshack.cygnus.com)
10102
10103         * Makefile.in: Recognize html, install-html.  Add targets
10104         to build HTML versions of documentation via texi2html.
10105
10106 Thu Jun 24 15:59:03 1999  Stan Shebs  <shebs@andros.cygnus.com>
10107
10108         * gdbint.texinfo (Testsuite): New chapter, information about the
10109         testsuite.
10110
10111 Fri Jun 25 02:40:34 1999  Andrew Cagney  <cagney@b1.cygnus.com>
10112
10113         * remote.texi (Communication Protocol): Rewrite.
10114
10115 Thu Jun 24 16:59:54 1999  Andrew Cagney  <cagney@b1.cygnus.com>
10116
10117         * stabs.texinfo: Fix uses of xref.
10118
10119 Thu Jun 17 17:23:25 1999  Stan Shebs  <shebs@andros.cygnus.com>
10120
10121         * gdbint.texinfo: Add an anti-printf exhortation, and update the
10122         info about patch submission.
10123
10124 Mon Jun  7 15:49:40 1999  Stan Shebs  <shebs@andros.cygnus.com>
10125
10126         From Per Bothner  <bothner@cygnus.com>:
10127         * gdb.texinfo: Document Chill support.
10128
10129 Fri Jun  4 16:58:22 1999  Andrew Cagney  <cagney@b1.cygnus.com>
10130
10131         * gdbint.texinfo (SP_REGNUM, FP_REGNUM, PC_REGNUM): Add reference
10132         to corresponding TARGET_READ_reg TARGET_WRITE_reg macros.
10133         Document that the value should be greater-than or equal-to zero.
10134         (NO_STD_REGS): Document. Deprecate.
10135
10136 Tue Jun  1 15:04:15 1999  Andrew Cagney  <cagney@b1.cygnus.com>
10137
10138         * gdbint.texinfo (TARGET_COMPLEX_BIT, TARGET_DOUBLE_COMPLEX_BIT):
10139         Document that these are not used.
10140
10141 Thu May 27 09:28:15 1999  Andrew Cagney  <cagney@b1.cygnus.com>
10142
10143         * gdbint.texinfo (EXTRACT_STRUCT_VALUE_ADDRESS_P): Document.
10144
10145 Mon May 24 10:07:39 1999  Andrew Cagney  <cagney@b1.cygnus.com>
10146
10147         * gdbint.texinfo (FRAME_NUM_ARGS): Update definition.  Parameter
10148         numargs was dropped.
10149
10150 Thu May 20 12:26:59 1999  Andrew Cagney  <cagney@b1.cygnus.com>
10151
10152         * gdbint.texinfo (FRAMELESS_FUNCTION_INVOCATION): Update.
10153
10154 Tue Apr 27 19:14:20 1999  Andrew Cagney  <cagney@b1.cygnus.com>
10155
10156         * gdbint.texinfo (SKIP_PROLOGUE, SKIP_PROLOGUE_FRAMELESS_P):
10157         Update.
10158
10159 Thu Apr 22 13:07:37 1999  Andrew Cagney  <cagney@b1.cygnus.com>
10160
10161         * gdbint.texinfo (USE_GENERIC_DUMMY_FRAMES): Document.
10162         (GET_SAVED_REGISTER): Update, not just the a29k uses this.
10163
10164 Wed Apr 21 13:59:01 1999  Dave Brolley  <brolley@cygnus.com>
10165
10166         * gdbint.texinfo: Fix typos: $ -> @.
10167
10168 Tue Apr 20 11:59:38 1999  Andrew Cagney  <cagney@b1.cygnus.com>
10169
10170         * gdbint.texinfo (REGISTER_NAMES, BREAKPOINT, BIG_BREAKPOINT,
10171         LITTLE_BREAKPOINT, LITTLE_REMOTE_BREAKPOINT,
10172         BIG_REMOTE_BREAKPOINT): Deprecate in favor of REGISTER_NAME and
10173         BREAKPOINT_FROM_PC.
10174
10175 Mon Apr 12 16:00:44 1999  Andrew Cagney  <cagney@b1.cygnus.com>
10176
10177         * gdbint.texinfo (CALL_DUMMY_STACK_ADJUST_P,
10178         CALL_DUMMY_STACK_ADJUST): Document.
10179
10180 Thu Apr  8 17:23:15 1999  Andrew Cagney  <cagney@b1.cygnus.com>
10181
10182         * gdbint.texinfo (CALL_DUMMY_P, CALL_DUMMY_WORDS,
10183         SIZEOF_CALL_DUMMY_WORDS, CALL_DUMMY): Define.
10184
10185 1999-04-02  Stan Shebs  <shebs@andros.cygnus.com>
10186
10187         * gdbint.texinfo (MAINTENANCE_CMDS): Remove ref, since it no
10188         longer exists.
10189
10190 Tue Mar  9 19:25:11 1999  Stan Shebs  <shebs@andros.cygnus.com>
10191
10192         * gdb.texinfo, remote.texi, all-cfg.texi, HPPA-cfg.texi: Remove
10193         nearly all @ifset/@ifclear conditionals; nobody uses them, and
10194         they make the manual source incomprehensible.
10195         * h8-cfg.texi: Remove, hasn't been used in years.
10196
10197 Thu Feb 11 18:00:59 1999  Stan Shebs  <shebs@andros.cygnus.com>
10198
10199         * gdb.texinfo: Update the credits.
10200
10201 Mon Feb  8 17:33:57 1999  Stan Shebs  <shebs@andros.cygnus.com>
10202
10203         * gdb.texinfo: Fix mistakes noticed in printout of last
10204         draft, add Alpha to discussion of heuristic fence post.
10205
10206 Fri Feb  5 17:20:00 1999  Stan Shebs  <shebs@andros.cygnus.com>
10207
10208         * gdb.texinfo, remote.texi: Many changes; update to Seventh
10209         Edition, merge some HP changes into mainline, describe some
10210         previously undocumented features, describe more of the target
10211         commands available, eliminate obsolete section on renamed
10212         commands.
10213         * all-cfg.texi, HPPA-cfg.texi: Remove some obsolete conditionals.
10214
10215 Wed Jan 20 17:47:45 1999  Stan Shebs  <shebs@andros.cygnus.com>
10216
10217         * gdb.texinfo: Make many HPPA conditionals unconditional,
10218         including catchpoint description, since now on for all configs.
10219         * all-cfg.texi: @clear HPPA, since is mainly for very HP-specific
10220         specializations.
10221
10222 Thu Jan 14 17:10:12 1999  Stan Shebs  <shebs@andros.cygnus.com>
10223
10224         * Makefile.in (GDBvn.texi): Fix match expression to work with
10225         current format of VERSION in gdb/Makefile.in.
10226         * gdb.texinfo: Fix node ref to match new readline.
10227
10228 Wed Jan 13 10:38:40 1999  Edith Epstein  <eepstein@sophia.cygnus.com>
10229
10230         * gdb.texinfo: Changes made as part of a project to merge in
10231           changes made by HP. Documentation makes extensive use of
10232           @ifclear HPPA and @ifset HPPA. The HP manual omits doumentation
10233           on remote debugging. There are differences in documentation
10234           (HP vs.  non-HP) on C++ support (aCC vs. gnu gcc++). Also,
10235           the HP manual discusses catchpoints, hardware watchpoints, and
10236           some HPUX specific limitations for shared library support.
10237
10238           There are also a number of @node changes.
10239
10240 1999-01-12  Jason Molenda  (jsm@bugshack.cygnus.com)
10241
10242         * gdbint.texinfo (Formatting): Disambiguate a sentence.
10243         (C Usage): Same.
10244
10245 Wed Jan  6 11:55:34 1999  David Taylor  <taylor@texas.cygnus.com>
10246
10247         The following changes were made by Edith Epstein
10248         <eepstein@cygnus.com> as part of a project to merge in changes
10249         made by HP.
10250
10251         * HPPA-cfg.texi: new file.
10252
10253         * all-cfg.texi: set HPPA for HP PA-RISC targets.
10254
10255         * refcard.tex: change documentation about catch.
10256           removed info catch.
10257
10258 Mon Jan  4 18:29:18 1999  Stan Shebs  <shebs@andros.cygnus.com>
10259
10260         * gdbint.texinfo: Expand on GDB's coding standards,
10261         specify the use of arg names with prototypes.
10262
10263 1998-12-14  J.T. Conklin  <jtc@redbacknetworks.com>
10264
10265         * gdb.texinfo: Fix tipo.
10266
10267 Sun Dec 13 10:27:59 1998  Andrew Cagney  <cagney@b1.cygnus.com>
10268
10269         * gdbint.texinfo: Document TARGET_BYTE_ORDER_DEFAULT and
10270         TARGET_BYTE_ORDER_SELECTABLE_P.
10271
10272 Thu Dec 10 16:07:09 1998  Andrew Cagney  <cagney@b1.cygnus.com>
10273
10274         * gdbint.texinfo (FRAME_FIND_SAVED_REGS): Document.
10275
10276 1998-12-09  Jim Blandy  <jimb@zwingli.cygnus.com>
10277
10278         * agentexpr.texi: New file.
10279
10280 Wed Dec  9 21:13:57 1998  Andrew Cagney  <cagney@chook>
10281
10282         * gdbint.texinfo (REGISTER_NAME): Replace REGISTER_NAMES.
10283
10284 1998-12-03  J.T. Conklin  <jtc@redbacknetworks.com>
10285
10286         * remote.texi: Changed wording that implied that the GDB remote
10287         protocol caches register values instead of GDB itself.
10288
10289 Tue Dec  1 17:45:43 1998  Stan Shebs  <shebs@andros.cygnus.com>
10290
10291         * gdbint.texinfo: Add some info about symbol readers.
10292         (CHILL_PRODUCER, etc): Comment out descriptions, not useful.
10293         (IN_SOLIB_CALL_TRAMPOLINE): Rename info from IN_SOLIB_TRAMPOLINE.
10294         (IN_SOLIB_RETURN_TRAMPOLINE): Describe.
10295         (KERNEL_DEBUGGING, MIPSEL): No info about these, remove.
10296
10297 Mon Nov 30 11:32:21 1998  Andrew Cagney  <cagney@chook>
10298
10299         * gdbint.texinfo (FRAME_CHAIN_VALID_ALTERNATE):
10300
10301 Sat Nov 28 13:45:53 1998  Andrew Cagney  <cagney@b1.cygnus.com>
10302
10303         * gdbint.texinfo (INNER_THAN): Update, now takes parameters.
10304
10305 Fri Nov 27 12:39:45 1998  Andrew Cagney  <cagney@chook>
10306
10307         * gdbint.texinfo (NO_SINGLE_STEP): Replace with
10308         SOFTWARE_SINGLE_STEP_P and SOFTWARE_SINGLE_STEP.
10309
10310 Wed Oct 14 10:02:40 1998  Andrew Cagney  <cagney@b1.cygnus.com>
10311
10312         * gdbint.texinfo: Fix minor typos.
10313
10314 Wed Sep 30 18:03:19 1998  Stan Shebs  <shebs@andros.cygnus.com>
10315
10316         * gdbint.texinfo: Complete overhaul.  Group descriptions more
10317         logically, add more info on generic algorithms, remove much
10318         obsolete and/or wrong material.
10319
10320 Fri Jul 24 17:51:38 1998  Ian Lance Taylor  <ian@cygnus.com>
10321
10322         * stabs.texinfo (Method Type Descriptor): Expand and correct.
10323
10324 Mon May  4 10:37:12 1998  Brian Youmans (3diff@gnu.org)
10325
10326         * refcard.tex:  Copyright, address updates.
10327
10328 Tue Apr 21 18:09:56 1998  Stan Shebs  <shebs@andros.cygnus.com>
10329
10330         * gdb.texinfo (EDITION, DATE): Update and change to use ordinals
10331         for the edition instead of confusing GDB-version-like numbers.
10332
10333 Mon Apr 13 14:05:00 1998  Fred Fish  <fnf@cygnus.com>
10334
10335         * gdb.texinfo (hbreak, watch): Fix typo, "date" -> "data".
10336
10337 Thu Apr  2 16:52:44 1998  Jason Molenda  (crash@bugshack.cygnus.com)
10338
10339         * LRS: Reformat a bit to keep text under 80 columns.
10340
10341 Thu Apr  2 16:10:36 1998  Stan Shebs  <shebs@andros.cygnus.com>
10342
10343         * gdb.texinfo: Add some credits, mention bug monitor.
10344         * remote.texi: Mention mips monitor targets.
10345         * gdbint.texinfo: Describe SP_REGNUM, STEP_SKIPS_DELAY.
10346
10347 Mon Feb  2 17:13:03 1998  Stan Shebs  <shebs@andros.cygnus.com>
10348
10349         * gdbint.texinfo: Remove obsolete mentions of pinsn.c and opcode.h
10350         files, finish sorting of host vs target vs native macros, describe
10351         some more of them.
10352
10353 Tue Jan 13 16:44:50 1998  Fred Fish  <fnf@cygnus.com>
10354
10355         * gdbint.texinfo (Host Conditionals): Document change from
10356         using NO_MMALLOC to it's inverse, USE_MMALLOC.
10357
10358 Mon Nov 24 13:55:21 1997  Andrew Cagney  <cagney@b1.cygnus.com>
10359
10360         * gdbint.texinfo (Host Conditionals): Document
10361         PRINTF_HAS_LONG_DOUBLE, SCANF_HAS_LONG_DOUBLE, HAVE_LONG_DOUBLE.
10362
10363 Fri Jul  4 14:52:31 1997  Ian Lance Taylor  <ian@cygnus.com>
10364
10365         * gdbint.texinfo (Host Conditionals): Add CRLF_SOURCE_LINES.
10366         Document LSEEK_NOT_LINEAR.
10367
10368 Tue Mar 25 14:44:09 1997  Ian Lance Taylor  <ian@cygnus.com>
10369
10370         * stabs.texinfo (Stab Section Basics): Make it clear that only
10371         some versions of the GNU linker remove the leading N_UNDF symbol.
10372
10373 Thu Feb 27 17:45:19 1997  Ian Lance Taylor  <ian@cygnus.com>
10374
10375         * stabs.texinfo (String Field): Document type number pairs here,
10376         instead of in the Sun specific section.
10377         (Include Files): The GNU linker supports the N_BINCL
10378         optimization.  Clarify the N_BINCL value, and what it is used
10379         for.
10380         (Procedures): Document N_FUN with an empty string to mark the end
10381         of a function.
10382         (Typedefs): Mention that Sun compilers may use N_GSYM for a type.
10383         (Sun Differences): Remove this node, as the information is now
10384         elsewhere in the main document.
10385         (Stab Section Basics): Mention that the GNU linker may optimize
10386         stabs and remove the leading N_UNDF symbol.
10387
10388 Mon Dec  9 12:23:32 1996  Roland Pesch  <roland@wrs.com>
10389
10390         * gdb.texinfo, refcard.tex: Restore author credit
10391
10392 Wed Oct  2 22:01:36 1996  Fred Fish  <fnf@fishfood.ninemoons.com>
10393
10394         * gdbint.texinfo (SIGTRAMP_START, SIGTRAMP_END): Update
10395         documentation to account for START and END macros taking
10396         one arg.
10397
10398 Thu Aug 22 17:59:03 1996  Fred Fish  <fnf@cygnus.com>
10399
10400         From: Eberhard Mattes <mattes@azu.informatik.uni-stuttgart.de>
10401         * gdb.texinfo (Frames): Fix typo.
10402
10403 Tue Jul 23 10:06:20 1996  Fred Fish  <fnf@cygnus.com>
10404
10405         * gdbint.texinfo (NO_SINGLE_STEP): Document that single_step takes
10406         a target_signal as arg type, not a pid.
10407
10408 Fri Jul 12 11:10:05 1996  Stu Grossman  (grossman@critters.cygnus.com)
10409
10410         * gdb.texinfo:  Document `set assembly-language'.
10411
10412 Thu Jul 11 13:50:28 1996  Stan Shebs  <shebs@andros.cygnus.com>
10413
10414         * remote.texi: Update list of stubs in the GDB distribution.
10415
10416 Fri Jul  5 15:38:54 1996  Fred Fish  <fnf@cygnus.com>
10417
10418         * gdbint.texinfo (NO_MMCHECK): Renamed from NO_MMALLOC_CHECK.
10419         Also document that some systems can use mmalloc but must define
10420         this if their C runtime allocates memory that is later freed.
10421         (MMCHECK_FORCE): Document new macro.
10422
10423 Fri Jun 28 22:17:10 1996  Dawn Perchik  <dawn@cygnus.com>
10424
10425         * remote.texi: Add documentation for target Sparclet.
10426
10427 Mon Jun 24 18:12:22 1996  Jason Molenda  (crash@godzilla.cygnus.co.jp)
10428
10429         * Makefile.in (srcdir, VPATH, prefix, infodir, INSTALL,
10430         INSTALL_PROGRAM, INSTALL_DATA): Use autoconf set values.
10431         * configure.in: Rewritten for autoconf.
10432         * configure: New.
10433
10434 Mon Jun 17 10:43:41 1996  Fred Fish  <fnf@cygnus.com>
10435
10436         * Makefile.in (DVIPS): New define, set to dvips.
10437         (dvi): Add stabs.dvi.
10438         (ps): New target.
10439         (all-doc): Depend on info, dvi, and ps targets.
10440         (STAGESTUFF): Add *.ps and *.dvi files.
10441         (clean-info, clean-dvi): Remove.
10442         (mostlyclean): Does not depend upon clean-info or clean-dvi,
10443         rules completely rewritten.
10444         (maintainer-clean): Remove clean-info and clean-dvi
10445         dependencies and put their actions in the rules.
10446         (gdb.ps): New target
10447         (gdb.dvi, gdbgui.dvi, gdbint.dvi, stabs.dvi): Remove
10448         intermediate TeX files, whether they have 2 or 3 character
10449         extensions.
10450         (gdbint.ps): Add target and rules.
10451         (gdb-internals): Delete unused target.
10452         (Makefile): Depends upon config.status also.
10453
10454 Sat Mar 30 15:46:58 1996  Fred Fish  <fnf@cygnus.com>
10455
10456         * gdbint.texinfo (CC_HAS_LONG_LONG): Clarify when/how this is
10457         set.
10458
10459 Sat Mar 16 15:10:20 1996  Fred Fish  <fnf@cygnus.com>
10460
10461         From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>
10462         * gdb.texinfo (Expressions): Fix erroneous array constant example.
10463
10464 Sat Mar 16 13:28:45 1996  Fred Fish  <fnf@cygnus.com>
10465
10466         * gdb.texinfo: Add missing "@bullet" to some "@itemize" commands.
10467
10468 Sat Feb 10 03:28:36 1996  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
10469
10470         * gdb.texinfo (Print settings):  Document
10471         `set/show print static-members' commands.
10472
10473 Wed Jan 10 14:16:37 1996  Fred Fish  <fnf@cygnus.com>
10474
10475         * gdbint.texinfo (Native): Document name change, coredep.c to
10476         core-aout.c.
10477
10478 Wed Dec 13 12:35:28 1995  Ian Lance Taylor  <ian@cygnus.com>
10479
10480         * stabs.texinfo (Include Files): Document the values the SunOS4
10481         linker creates for N_BINCL/N_EINCL/N_EXCL stabs.
10482
10483 Fri Dec  8 21:08:44 1995  Fred Fish  <fnf@cygnus.com>
10484
10485         * gdbint.texinfo (Releases): Change gdb.tar.Z to gdb.tar.gz.
10486         Fix typo.
10487
10488 Fri Dec  1 11:07:50 1995  Fred Fish  <fnf@cygnus.com>
10489
10490         * gdbint.texinfo (Releases): Make "gdb.tar.gz" rather than
10491         "gdb.tar.Z".
10492
10493 Wed Sep 20 13:14:10 1995  Ian Lance Taylor  <ian@cygnus.com>
10494
10495         * Makefile.in (maintainer-clean): New target, synonym for
10496         realclean.
10497
10498 Thu Aug  3 10:45:37 1995  Fred Fish  <fnf@cygnus.com>
10499
10500         * Update all FSF addresses except those in COPYING* files.
10501
10502 Wed Jul 19 18:43:03 1995  Stan Shebs  <shebs@andros.cygnus.com>
10503
10504         From Richard Earnshaw (rearnsha@armltd.co.uk):
10505         * gdb.texinfo (convenience variables): Document $_exitcode.
10506         (quit): Document optional expression to use as exit code.
10507
10508 Thu Jun 22 21:27:33 1995  Victoria Mixon  <victoria@cygnus.com>
10509
10510         * gdb.texinfo, remote.texi: Brought up to date with various
10511         GDB changes.
10512
10513 Tue Jun 20 14:35:38 1995  Stan Shebs  <shebs@andros.cygnus.com>
10514
10515         * gdb.texinfo: Update dates and versions, fix comments about
10516         hardware watchpoints in future releases and about the
10517         sharedlibrary command.
10518
10519 Mon May  8 09:30:36 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
10520
10521         * stabs.texinfo: Remove node `XCOFF differences'.  Describe value of
10522         C_FUN stab.  Other cleanups.
10523
10524 Wed Apr 19 07:02:19 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
10525
10526         * remote.texi (Bootstrapping): Clarify that flush_i_cache is only
10527         for the sparc stub.
10528
10529 Tue Apr 11 11:41:49 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
10530
10531         * annotate.texi: Clarify which addresses have differing formats
10532         depending on the language and which do not.
10533
10534 Tue Mar 28 16:56:22 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
10535
10536         * remote.texi (NetWare): Changed example to use BOARD= instead of
10537           NODE= argument to reflect correspoding change to gdbserve.nlm.
10538
10539 Fri Mar 17 06:47:02 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
10540
10541         * stabs.texinfo (Negative Type Numbers): Mention the fact that
10542         GDB, as well as AIX dbx, supports the size type attribute.
10543
10544 Thu Mar 16 12:11:32 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
10545
10546         * stabs.texinfo (Negative Type Numbers): Document types -31 to -34.
10547
10548 Mon Mar 13 16:49:13 1995  Per Bothner  <bothner@kalessin.cygnus.com>
10549
10550         * gdb.texinfo (Define):  Document $arg0... arguments to commands,
10551         and new 'if' and 'while' commands.
10552
10553 Fri Feb 17 15:24:35 1995  Per Bothner  <bothner@kalessin.cygnus.com>
10554
10555         * gdb.texinfo (Artificial arrays):  Note use of coerce-to-array-type.
10556
10557 Wed Feb 15 11:59:18 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
10558
10559         * all-cfg.texi: New flag, GDBSERVE, for NetWare's gdbserve.nlm.
10560         * remote.texi (NetWare): New node, how to use gdbserve.nlm on
10561           NetWare targets.  Mostly stolen from the Server node.
10562
10563 Fri Feb 10 20:20:08 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
10564
10565         * gdb.texinfo (Setting): Talk about the language of a source file
10566         versus the working language.  The old documentation did not match
10567         what GDB did.
10568
10569 Wed Feb  1 20:26:36 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
10570
10571         * stabs.texinfo (Source Files): Document N_SO used to mark the end
10572         of a source file.
10573
10574 Mon Jan 23 14:23:37 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
10575
10576         * gdb.texinfo (Processes): New node.
10577
10578 Tue Jan 17 14:09:03 1995  Ian Lance Taylor  <ian@sanguine.cygnus.com>
10579
10580         * remote.texi: Update documentation of set/show mipsfpu.
10581
10582 Fri Jan  6 17:17:28 1995  Stan Shebs  <shebs@andros.cygnus.com>
10583
10584         * gdbgui.texinfo: New file, manual for GUI (gdbtk) users.
10585         * Makefile.in (gdbgui.dvi, gdbgui.info): New actions.
10586
10587 Sun Sep  4 16:47:21 1994  Stan Shebs  (shebs@andros.cygnus.com)
10588
10589         * gdbint.texinfo: Removed mentions of some incorrectly placed and
10590         obsolete conditionals, described some others.
10591
10592 Mon Aug  1 15:42:39 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
10593
10594         * gdbint.texinfo: Remove references to BROKEN_LARGE_ALLOCA and
10595         SET_STACK_LIMIT_HUGE; they were removed from GDB 14 May 1994.
10596
10597 Mon Aug  1 15:12:02 1994  Stan Shebs  (shebs@andros.cygnus.com)
10598
10599         * gdbint.texinfo: Put regex conditionals in their own table.
10600
10601 Tue Jul 26 18:32:52 1994  Stan Shebs  (shebs@andros.cygnus.com)
10602
10603         * gdbint.texinfo: Removed mentions of many obsolete conditionals,
10604         described or fixed the descriptions of many others.
10605
10606 Sun Jul 17 14:14:03 1994  Stan Shebs  (shebs@andros.cygnus.com)
10607
10608         * gdb.texinfo: Add some more credits.
10609         * gdbint.texinfo: Capitalize GDB consistently, describe some
10610         macros and remove some.
10611
10612 Thu Jul 14 18:43:17 1994  Stan Shebs  (shebs@andros.cygnus.com)
10613
10614         * gdbint.texinfo: Removed mentions of many incorrectly placed and
10615         obsolete conditionals, described some others.
10616
10617 Tue Jul 12 12:23:15 1994  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
10618
10619         * gdb.texinfo (help targets):  Changed to `help target', which
10620         is the correct gdb command.
10621
10622 Wed Jun 22 18:00:51 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
10623
10624         * annotate.texi (TODO): New node, for keeping track of annotations
10625         suggested but not yet implemented.
10626
10627 Wed Jun  1 16:10:45 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
10628
10629         * stabs.texinfo (Statics): Value of xcoff C_BSTAT points to
10630         another symbol, it is not the address itself.
10631
10632 Thu May  5 20:23:36 1994  Stan Shebs  (shebs@andros.cygnus.com)
10633
10634         * stabs.texinfo (Stab Section Basics): Add comment about alignment
10635         of stabs-in-coff sections.
10636
10637 Wed May  4 06:26:11 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
10638
10639         * annotate.texi: Change edition to 0.5 and date to May 1994.
10640         Add index.
10641         (Frames): New node, for frame annotation.
10642         (Displays): New node, for display annotation.
10643
10644         * remote.texi (MIPS Remote): Say that set timeout doesn't apply
10645         when waiting for your program to stop.
10646
10647 Fri Apr 29 18:24:46 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
10648
10649         * annotate.texi (Breakpoint Info): Document annotation of header
10650         fields and record annotation.
10651
10652 Thu Apr 28 07:44:28 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
10653
10654         * annotate.texi: New file, to document annotations.
10655
10656 Thu Apr 21 14:20:51 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
10657
10658         * Makefile.in (clean): Don't remove GDBvn.texi (apparently on Jan
10659         16 I meant to make this change but did not).  Do remove gdb-cfg.texi.
10660
10661 Wed Apr 20 11:22:48 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
10662
10663         * stabs.texinfo (Stab Section Basics): Say what is in .stab
10664         section, and say n_strx field is compilation unit relative.
10665         * stabs.texinfo: Don't use @code for a.out when it is the name of
10666         an object file format.
10667
10668 Wed Apr 13 20:29:54 1994  Jim Kingdon  (kingdon@deneb.cygnus.com)
10669
10670         * gdb.texinfo: Refer to file names, not path names, per rms
10671         convention.
10672         (Arguments): Fix typo.
10673
10674 Thu Mar 24 08:09:12 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
10675
10676         * stabs.texinfo (Global Variables): Talk about stabs in files
10677         where variables are referenced, but not defined.
10678
10679 Wed Mar 23 07:16:36 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
10680
10681         * stabs.texinfo: Move stuff on @ and # type descriptors from node
10682         Cplusplus to new nodes Member Type Descriptor and Method Type
10683         Descriptor.  Re-write stuff for #.
10684
10685 Wed Mar 16 08:20:19 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
10686
10687         * gdb.texinfo (Print Settings): Don't document "set print
10688         fast-symbolic-addr off".  The bug which it worked around was fixed
10689         on 25 Feb 94 in coffread.c, so I'm nuking the command.
10690
10691         * stabs.texinfo (Alternate Entry Points): New node, rewritten from
10692         N_ENTRY node.
10693
10694         * stabs.texinfo (Type Descriptors): Add 'Y' type descriptor.
10695
10696 Tue Mar 15 08:43:02 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
10697
10698         * gdbint.texinfo (Host Conditionals, Target Conditionals): Remove
10699         references to ieee-float.c.
10700
10701 Fri Mar 11 08:09:40 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
10702
10703         * gdb.texinfo (Set Breaks): Update documentation for tbreak to
10704         match what the code actually does.
10705
10706 Wed Mar  9 19:43:05 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
10707
10708         * stabs.texinfo (Symbol Descriptors): Add OS9000 symbol descriptor s.
10709
10710 Tue Mar  1 17:04:43 1994  Jim Kingdon  (kingdon@deneb.cygnus.com)
10711
10712         * stabs.texinfo (Type Descriptors): Add OS9000 type descriptors c,
10713         i, and b.
10714
10715 Wed Feb 23 10:44:18 1994  Jim Kingdon  (kingdon@rtl.cygnus.com)
10716
10717         * stabs.texinfo: Document N_RBRAC as function relative for COFF as
10718         well as for ELF and SOM.  Unify the descriptions of ELF and SOM
10719         as "stabs in sections" rather than just saying "ELF and SOM".
10720         Also make that stuff apply to COFF.
10721
10722 Fri Feb 18 08:25:58 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
10723
10724         * gdb.texinfo (Formatting Documentation): Change GhostScript to
10725         Ghostscript.
10726
10727 Fri Feb  4 06:31:31 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
10728
10729         * gdb.texinfo (Continuing and Stepping): When talking about "step"
10730         versus functions without line numbers, also mention stepping into
10731         them as well as "step" when you are in them.  Tell the user how to
10732         deal with the situation.  Add comment about "debugging information".
10733
10734 Thu Feb  3 11:39:59 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
10735
10736         * stabs.texinfo (Enumerations): Document restriction on where
10737         enumeration types can appear and still win with GDB.
10738
10739 Wed Feb  2 11:29:17 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
10740
10741         * stabs.texinfo (Negative Type Numbers): Document format for type
10742         -16.
10743
10744 Thu Jan 27 16:53:56 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
10745
10746         * gdb.texinfo (Selection, Frame Info): Update information about
10747         arbitrary frame specficiations.
10748
10749 Wed Jan 26 15:31:57 1994  Roland H. Pesch  (pesch@fowanton.cygnus.com)
10750
10751         * gdb.texinfo, remote.texi: general editing pass prior to Net release
10752
10753 Tue Jan 25 12:12:04 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
10754
10755         * stabs.texinfo (String Field): Discuss continuing stabs with ?.
10756
10757 Wed Jan 19 06:39:24 1994  David J. Mackenzie  (djm@thepub.cygnus.com)
10758
10759         * stabs.texinfo (Non-Stab Symbol Types): Mention N_SET* | N_EXT.
10760
10761 Sun Jan 16 12:43:32 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
10762
10763         * stabs.texinfo: Re-do stuff about C_BSTAT and move from XCOFF
10764         Differences node to Statics node.
10765         (Statics): Discuss XCOFF use of V symbol descriptor.
10766
10767         * Makefile.in: Remove refcard.dvi and GDBvn.texi in realclean,
10768         not clean.
10769
10770 Wed Jan 12 21:29:54 1994  John Gilmore  (gnu@cygnus.com)
10771
10772         * gdb.texinfo (Print Settings): Document `set print
10773         fast-symbolic-addr' and improve the doc for some other
10774         `set print's.
10775
10776 Mon Jan  3 17:23:07 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
10777
10778         * stabs.texinfo (String Field): Talk about defining several type
10779         numbers at once.
10780         Fix lint regarding changing node ELF Transformations to
10781         ELF and SOM Transformations.
10782
10783 Fri Dec 31 00:42:43 1993  John Gilmore  (gnu@cygnus.com)
10784
10785         * stabs.texinfo:  Insert Peter Kessler's name as inventor (I think).
10786
10787 Tue Dec 28 09:30:40 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
10788
10789         * stabs.texinfo (Cross-References): `::' is for nested types only
10790         within <>.
10791         (Structures): Document static members.
10792
10793 Mon Dec 27 13:55:04 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
10794
10795         * stabs.texinfo: Document S type attribute.
10796
10797 Sun Dec 26 20:46:36 1993  Jeffrey A. Law  (law@snake.cs.utah.edu)
10798
10799         * stabs.texinfo: Add notes about stabs-in-som where appropriate.
10800
10801 Fri Dec  3 19:13:19 1993  John Gilmore  (gnu@cygnus.com)
10802
10803         * gdbint.texinfo:  Fix a few typos.
10804
10805 Sun Nov 28 18:06:25 1993  Roland H. Pesch  (pesch@fowanton.cygnus.com)
10806
10807         * gdb.texinfo, remote.texi: formatting improvements
10808
10809         * gdb.texinfo (New Features): mention threads.
10810         (Summary, C): fix xrefs in newly contributed text.
10811         (Threads): index entries, clarifications, example
10812         (passim): minor typos fixed, phrasing improvements
10813
10814         * remote.texi (Bootstrapping): rephrase text on ^C and add index
10815         entries; (Server): explain use of gdbserver w/real-time systems,
10816         add example of conflicting TCP port; (MIPS Remote) break up
10817         running text into table, highlighting commands, and add example.
10818
10819 Wed Nov 24 14:15:56 1993  Roland H. Pesch  (pesch@fowanton.cygnus.com)
10820
10821         * refcard.tex: avoid bad linebreaks even when REFEDITS=psrc.sed
10822
10823 Fri Nov 12 16:10:58 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
10824
10825         * stabs.texinfo (Nested Symbols): New node.
10826         (String Field, Symbol Descriptors, Cross-References): Refer to it.
10827
10828 Thu Nov 11 13:26:45 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
10829
10830         * stabs.texinfo (Stabs in ELF): Clarify how Bbss.bss work with respect
10831         to picking which Bbss.bss symbol to use, and (because there seems to
10832         be no good way of doing it) re-write some of the text to make it
10833         sound like Bbss.bss isn't such a great idea after all (as currently
10834         designed).
10835
10836         * gdb.texinfo (C): In addition to saying people have to use g++ for
10837         good results, say they have to use stabs.  Specifically say cfront
10838         doesn't work well.
10839         (Summary): Merge in information on Modula-2, Pascal, and Chill from
10840         the gdb README.  Add xrefs to places where the support for the various
10841         languages is described in detail.
10842
10843 Mon Nov  8 11:47:34 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
10844
10845         * stabs.texinfo: Clean up stuff about visibility and virtual
10846         characters.
10847
10848         * stabs.texinfo (N_M2C): Cite Sun doc.
10849
10850 Fri Nov  5 16:27:27 1993  Roland H. Pesch  (pesch@fowanton.cygnus.com)
10851
10852         * gdb.texinfo: updates re threads.
10853         * remote.texinfo: avoid index entries starting with digits.
10854
10855 Tue Nov  2 09:08:37 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
10856
10857         * stabs.texinfo (Enumerations): Talk about large, negative and
10858         octal values.  Clean up cross reference to type attributes.
10859         (String Field): Say that GDB 4.11 supports size attribute.
10860
10861 Sun Oct 31 13:31:10 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
10862
10863         * remote.texi (VxWorks Remote): Clarify that rebuilding VxWorks kernel
10864         is a mandatory step.  Make the stuff about that more concise.
10865
10866 Wed Oct 27 00:25:46 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
10867
10868         * stabs.texinfo (Class Names): New node.
10869
10870         * gdb.texinfo (Command Files): Explain order of init file reading.
10871
10872         * remote.texi (Bootstrapping): Talk about getting the serial driver
10873         to deal with ^C sent by gdb to stop the remote system.
10874
10875 Mon Oct 25 03:25:41 1993  Tom Lord  (lord@cygnus.com)
10876
10877         * libgdb.texinfo (I/O): incorporated better phrasing from rich.
10878
10879         * libgdb.texinfo (Defining Commands): made the DOC arg
10880         to gdb_define_app_command a char * instead of char **
10881         per a suggestion from kingdon.
10882
10883         * libgdb.texinfo: total rewrite from a different starting
10884         premise.
10885
10886 Wed Oct 20 18:07:44 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
10887
10888         * stabs.texinfo (Local Variable Parameters): Re-write paragraph on
10889         floats passed as doubles (to improve clarity).
10890
10891 Tue Oct 19 14:21:18 1993  Roland H. Pesch  (pesch@fowanton.cygnus.com)
10892
10893         * gdb.texinfo (Source Path): index entries for $cwd, $pdir
10894
10895         * a4rc.sed: update to work with Andreas Vogel papersize params
10896
10897         * refcard.tex: use Andreas Vogel simplifications of papersize
10898         params; remove useless version info; update copyright date.
10899
10900 Tue Oct 19 10:46:22 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
10901
10902         * gdb.texinfo (Symbols): Add class NAME to doc for ptype.
10903
10904 Tue Oct 12 09:11:45 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
10905
10906         * gdb.texinfo (Files): Say what address the load command loads it at.
10907
10908         * stabs.texinfo (Common Blocks): Minor cleanups.
10909
10910         * stabs.texinfo: Update ld stabs in elf relocation to reflect the fact
10911         that Sun has backed away from the linker kludge and thus the relevant
10912         issue is changes to the SunPRO tools, not the Solaris linker.
10913
10914         * stabs.texinfo (Traditional Integer Types): Clean up description
10915         of octal bounds a little bit.  Document extra leading zeroes.
10916
10917 Thu Oct  7 16:15:37 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
10918
10919         * gdb.texinfo (Signaling): Update for symbolic symbol names
10920         and add a section explaining the difference between the GDB
10921         signal command and the shell kill utility.
10922
10923 Wed Oct  6 13:23:01 1993  Tom Lord  (lord@rtl.cygnus.com)
10924
10925         * libgdb.texinfo: added `@' to braces that were unescaped.
10926
10927 Mon Oct  4 10:42:18 1993  Tom Lord  (lord@rtl.cygnus.com)
10928
10929         * libgdb.texinfo: new file.  Spec for the gdb library.
10930
10931 Sun Oct  3 15:26:56 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
10932
10933         * stabs.texinfo (Include Files): Fix typo (start -> end).
10934
10935 Thu Sep 30 18:24:56 1993  Roland H. Pesch  (pesch@fowanton.cygnus.com)
10936
10937         * gdb.texinfo, remote.texi: assorted small improvements, mostly
10938         from Melissa at FSF's editing pass.
10939
10940 Thu Sep 30 11:54:38 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
10941
10942         * gdb.texinfo: Remove stuff about ar and 14 character filenames.
10943         I believe this was fixed by the 13 Sep 89 change to print_frame_info.
10944         Also, modern versions of ar like BSD 4.4 or SVR4 don't have this bug.
10945
10946 Wed Sep 22 21:22:11 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
10947
10948         * remote.texi (Bootstrapping): Discuss 386 call gates.
10949
10950 Sat Sep 18 17:10:44 1993  Jim Kingdon  (kingdon@poseidon.cygnus.com)
10951
10952         * stabs.texinfo (Based Variables): New node.
10953
10954 Thu Sep 16 17:48:55 1993  Jim Kingdon  (kingdon@cirdan.cygnus.com)
10955
10956         * stabs.texinfo (Negative Type Numbers): Re-write discussions of
10957         names, sizes, and formats to suggest how not to lose.
10958
10959 Sat Sep 11 09:35:11 1993  Jim Kingdon  (kingdon@poseidon.cygnus.com)
10960
10961         * stabs.texinfo (Methods): Fix typo.
10962
10963 Fri Sep 10 06:34:20 1993  David J. Mackenzie  (djm@thepub.cygnus.com)
10964
10965         * gdb.texinfo: Fix a few typos.
10966
10967 Wed Sep  8 09:11:52 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
10968
10969         * gdb.texinfo: Clarify how well it works with Fortran.
10970
10971         * stabs.texinfo (Stabs In ELF, Statics, ELF Transformations):
10972         More on relocating stabs in ELF files.
10973
10974 Tue Sep  7 13:45:02 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
10975
10976         * stabs.texinfo (Stabs In ELF): Talk about N_FUN value.
10977
10978 Mon Sep  6 19:23:18 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
10979
10980         * stabs.texinfo (Local Variable Parameters): Talk about nameless
10981         parameters on VAX.
10982
10983 Fri Sep  3 17:06:08 1993  Roland H. Pesch  (pesch@fowanton.cygnus.com)
10984
10985         * gdb.texinfo: @up/@down -> @raisesections/@lowersections
10986
10987 Fri Sep  3 12:04:15 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
10988
10989         * stabs.texinfo: Make info author notice match the TeX author notice.
10990
10991 Tue Aug 31 13:21:06 1993  David J. Mackenzie  (djm@thepub.cygnus.com)
10992
10993         * stabs.texinfo: Initial-caps all words in node names and
10994         non-trivial words in section names.
10995
10996 Mon Aug 30 11:13:16 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
10997
10998         * stabs.texinfo: Many minor cleanups.
10999
11000         * stabs.texinfo: Remove @deffn except from Expanded Reference node.
11001
11002 Sat Aug 28 12:08:09 1993  David J. MacKenzie  (djm@edison.eng.umd.edu)
11003
11004         * stabs.texinfo: Remove full description of big example.
11005         It's not really helpful; just use pieces of it where appropriate.
11006         Add more Texinfo formatting directives (@samp, etc.).
11007         Use @deffn to define stab types.
11008         Eliminate some wordiness.  Break up some nodes.
11009         Add an (alphabetized) index of symbol types.
11010         Use consistent capitalization style in node and section names.
11011
11012 Thu Aug 26 06:36:31 1993  Fred Fish  (fnf@deneb.cygnus.com)
11013
11014         * gdb.texinfo:  Change typo "Two two" to "The two".
11015
11016 Sun Aug 22 12:15:18 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
11017
11018         * stabs.texinfo (XCOFF-differences): Remove references to
11019         non-existent types N_DECL and N_RPSYM.
11020
11021         * stabs.texinfo (String Field): Say that type attributes bug is
11022         fixed in GDB 4.10, since it is.
11023
11024         * stabs.texinfo: Clean up djm cleanups, and more cleanups of my own.
11025
11026 Sat Aug 21 04:32:28 1993  David MacKenzie  (djm@cygnus.com)
11027
11028         * stabs.texinfo: Formatting cleanups.
11029
11030 Fri Aug 20 20:49:53 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
11031
11032         * stabs.texinfo: When explaining the n_type of a stab, standardize
11033         how we do it ('#' as a comment indicator, "36 is N_FUN" as text,
11034         no tabs, use @r).
11035         (Global Variables): Clean up.
11036
11037 Tue Aug 17 15:57:27 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
11038
11039         * stabs.texinfo (Stack Variables): Re-write.
11040
11041 Mon Aug 16 21:20:08 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
11042
11043         * stabs.texinfo (Stabs-in-elf): Talk about getting the start
11044         addresses of a source file.  Also revise formatting.
11045         Change "object module" or "object file" to "source file".
11046         Various: Miscellaneous cleanups.
11047
11048 Thu Aug 12 15:11:51 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
11049
11050         * stabs.texinfo: Point to mangling info in gcc's gpcompare.texi.
11051
11052 Tue Aug 10 16:57:49 1993  Stan Shebs  (shebs@rtl.cygnus.com)
11053
11054         * gdbint.texinfo: Removed many nonsensical machine-collected
11055         host and target conditionals, described some of the remainder.
11056
11057 Tue Aug 10 13:28:30 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
11058
11059         * gdbint.texinfo (Getting Started): Use @itemize, not @table.
11060
11061         * gdbint.texinfo (Top): Add name to @top line, and re-write the
11062         paragraph which follows.
11063
11064         * gdbint.texinfo (Host): Use @code not @samp for Makefile
11065         variables.  Looks better and avoids overful hbox.
11066
11067 Fri Jul 30 18:26:21 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
11068
11069         * stabs.texinfo (Procedures): Improve stuff on nested functions.
11070
11071 Thu Jul 29 15:10:58 1993  Roland H. Pesch  (pesch@fowanton.cygnus.com)
11072
11073         * remote.texi: (MIPS Remote) clearer doc for set/show timeout,
11074         retransmit-timeout
11075
11076 Thu Jul 29 13:16:09 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
11077
11078         * gdbint.texinfo: Update statement about `some ancient Unix
11079         systems, like Ultrix 4.0' to Ultrix 4.2.
11080
11081 Wed Jul 28 15:26:53 1993  Roland H. Pesch  (pesch@el_bosque.cygnus.com)
11082
11083         * h8-cfg.texi, all-cfg.texi: new flag GDBSERVER
11084
11085         * Makefile.in: depend on remote.texi rather than gdbinv-s.texi
11086
11087         * remote.texi: (Server) New node on gdbserver.  (Remote Serial,
11088         ST2000 Remote, MIPS Remote): mention `host:port' syntax for TCP.
11089
11090         * remote.texi: new name for former gdbinv-s.texi
11091
11092         * gdb.texinfo: use remote.texi rather than gdbinv-s.texi
11093
11094 Wed Jul 28 08:26:24 1993  Ian Lance Taylor  (ian@cygnus.com)
11095
11096         * gdbinv-s.texi: Documented timeout and retransmit-timeout
11097         variables for MIPS remote debugging protocol.
11098
11099 Mon Jul 26 13:00:09 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
11100
11101         * stabs.texinfo (Negative Type Numbers): FORTRAN LOGICAL fix.
11102
11103 Tue Jul 20 16:30:41 1993  Jim Kingdon  (kingdon@deneb.cygnus.com)
11104
11105         * Makefile.in (refcard.dvi): Use srcdir where necessary.
11106
11107 Mon Jul 19 12:02:50 1993  Roland H. Pesch  (pesch@cygnus.com)
11108
11109         * gdb.texinfo: repair conditional bugs in text markup
11110
11111 Fri Jul 16 18:57:50 1993  Roland H. Pesch  (pesch@fowanton.cygnus.com)
11112
11113         * gdb.texinfo, all-cfg.texi, h8-cfg.texi: introduce MOD2 switch
11114         to select Modula-2 material.
11115
11116 Thu Jul 15 13:15:01 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
11117
11118         * stabs.texinfo: Cleanups regarding statics.
11119
11120         * gdbinv-s.texi (Bootstrapping): Document exceptionHandler.
11121         (Debug Session): Mention exceptionHandler.  Add xref to Bootstrapping.
11122
11123 Mon Jul 12 13:37:02 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
11124
11125         * stabs.texinfo: N_MAIN is sometimes used for C.
11126
11127 Fri Jul  9 09:47:02 1993  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
11128
11129         * gdbint.texinfo (Host, Target Conditionals): Remove TM_FILE_OVERRIDE.
11130
11131 Tue Jul  6 12:41:28 1993  John Gilmore  (gnu@cygnus.com)
11132
11133         * gdbint.texinfo (Target Conditionals): Remove NO_TYPEDEFS,
11134         removed from the code by Kingdon.
11135
11136 Tue Jul  6 12:24:34 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
11137
11138         * gdb.texinfo (Break Commands): Remove stuff about flushing terminal
11139         input when evaluating breakpoint conditions; the bug has been fixed.
11140
11141         * gdb.texinfo (Continuing and Stepping): Argument to "continue"
11142         sets the ignore count to N-1, not to N.
11143
11144 Thu Jul  1 14:57:42 1993  Roland H. Pesch  (pesch@fowanton.cygnus.com)
11145
11146         * refcard.tex (\hoffset): correct longstanding error to match
11147           intended offset; avoids cutting off edge on some printers
11148
11149 Wed Jun 30 18:23:06 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
11150
11151         * stabs.texinfo (Parameters): Say that order of stabs is significant.
11152
11153 Fri Jun 25 21:34:52 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
11154
11155         * stabs.texinfo (Common Blocks): Say what Sun FORTRAN does.
11156
11157 Fri Jun 25 16:15:10 1993  Roland H. Pesch  (pesch@fowanton.cygnus.com)
11158
11159         * Makefile.in: (REFEDITS) new var to control whether PS or CM
11160         fonts and whether US or A4 paper for GDB refcard; (refcard.dvi)
11161         collect sed edits if any, apply to refcard before formatting;
11162         (refcard.ps) stop implying PS fonts if PS output requested;
11163         (lrefcard.ps) delete extra target for variant PS fonts
11164
11165         * refcard.tex: parametrize papersize dependent info, collect
11166           in easily replaced spot
11167
11168         * a4rc.sed: new file, edits to refcard for A4 paper
11169
11170 Fri Jun 25 14:21:46 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
11171
11172         * stabs.texinfo (Negative Type Numbers): Type -16 is 4 bytes.
11173
11174 Wed Jun 23 15:02:50 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
11175
11176         * stabs.texinfo (Negative Type Numbers): Minor character cleanups.
11177
11178 Tue Jun 22 16:31:52 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
11179
11180         * stabs.texinfo: Express disapproval of 'D' symbol descriptor
11181         politely rather than rudely.
11182
11183 Fri Jun 18 19:42:09 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
11184
11185         * stabs.texinfo: Document common blocks.
11186
11187 Fri Jun 18 12:12:57 1993  Fred Fish  (fnf@cygnus.com)
11188
11189         * stabs.texinfo:  Add some basic info about stabs-in-elf.
11190
11191 Fri Jun 18 13:57:09 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
11192
11193         * stabs.texinfo (Top): Minor cleanup.
11194
11195 Mon Jun 14 16:16:51 1993  david d `zoo' zuhn  (zoo at rtl.cygnus.com)
11196
11197         * Makefile.in (install-info): remove parentdir support
11198
11199 Tue Jun 15 18:11:39 1993  Roland H. Pesch  (pesch@fowanton.cygnus.com)
11200
11201         * gdb.texinfo (Copying): delete this node and references to it;
11202         RMS says this manual need not carry GPL. (passim): Improvements
11203         from last round at FSF, largely due to Ian Taylor review, and
11204         minor formatting improvements.
11205
11206         * gdbinv-s.texi (passim): Improvements from last round at FSF,
11207         largely due to Ian Taylor review. (Debug Session): minor edits to
11208         new text.
11209
11210 Sun Jun 13 12:52:39 1993  Jim Kingdon  (kingdon@cygnus.com)
11211
11212         * Makefile.in (realclean): Remove info and dvi files too.
11213
11214 Sat Jun 12 16:09:22 1993  Jim Kingdon  (kingdon@cygnus.com)
11215
11216         * {all,h8}-config.texi: Rename to *-cfg.texi for 14 char filenames.
11217         * Makefile.in: Change accordingly.  gdb-config.texi -> gdb-cfg.texi.
11218         * gdb.texinfo: Change accordingly.
11219
11220         * stabs.texinfo: Clean up N_{L,R}BRAC.  Discuss what addresses of
11221         N_{L,R}BRAC,N_SLINE are relative to.
11222
11223 Fri Jun 11 15:15:55 1993  Jim Kingdon  (kingdon@cygnus.com)
11224
11225         * Makefile.in (GDBvn.texi): Update atomically.
11226
11227 Wed Jun  9 10:58:16 1993  Jim Kingdon  (kingdon@cygnus.com)
11228
11229         * gdbinv-s.texi (Debug Session): Document exceptionHook.
11230
11231 Tue Jun  8 13:42:04 1993  Jim Kingdon  (kingdon@cygnus.com)
11232
11233         * gdb.texinfo (Print Settings): Move all stuff relating to symbolic
11234         addresses together.  Also motivate the set print symbol-filename
11235         command and suggest other solutions.
11236
11237 Tue Jun  1 22:46:43 1993  Fred Fish  (fnf@cygnus.com)
11238
11239         * gdb.texinfo (set print elements):  Note that the number of
11240         elements is set to unlimited by "set print elements 0".
11241
11242 Mon May 31 08:06:55 1993  Jim Kingdon  (kingdon@cygnus.com)
11243
11244         * stabs.texinfo (Builtin Type Descriptors): Try to clarify what
11245         NF_LDOUBLE means.
11246         (Stab Types): Include Solaris stab types.
11247         (Procedures): Document Solaris extensions.
11248
11249 Thu May 27 06:20:42 1993  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
11250
11251         * gdb.texinfo:  Add `set print symbol-filename' doc.
11252
11253 Wed May 26 00:26:42 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
11254
11255         * stabs.texinfo (Arrays): Talk about type definition vs. type
11256         information.
11257
11258         * stabs.texinfo (Builtin Type Descriptors): Talk about omitting
11259         the trailing semicolon.
11260
11261 Tue May 25 14:49:42 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
11262
11263         * stabs.texinfo (Line Numbers, Source Files): Re-write these two nodes
11264         and merge in other parts of the document addressing these subjects.
11265         gdbint.texinfo (XCOFF): Remove info which is now in stabs.texinfo.
11266
11267         * stabs.texinfo (Subranges, Arrays): Try to explain about the semicolon
11268         at the end of a range type.
11269
11270         * stabs.texinfo (Subranges): "A offset" and "T offset" are not
11271         AIX extensions.
11272
11273 Mon May 24 09:00:33 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
11274
11275         * stabs.texinfo (Stabs Format):  Misc fixes.
11276
11277 Sat May 22 10:40:56 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
11278
11279         * stabs.texinfo (Constants):  Allow an `e' constant to be non-enum.
11280         (Traditional builtin types): Document convex convention for long long.
11281         (Negative builtin types): Discuss type names, and misc fixes.
11282
11283 Fri May 21 11:20:31 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
11284
11285         * stabs.texinfo (Builtin Type Descriptors): Document the floating
11286         point types used with @samp{R} type descriptor.
11287         (Symbol Descriptors): Describe how to handle conflict between
11288         different meanings of @samp{P} symbol descriptor.
11289
11290 Thu May 20 13:35:10 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
11291
11292         * stabs.texinfo: Remove node Quick Reference and put its children
11293         directly under the main menu.
11294
11295         * stabs.texinfo: Many more changes to bring it into line with
11296         AIX documentation and reality.  I think it now has all the
11297         information from the AIX documentation, except that I burned
11298         out when I got to variant records (Pascal and Modula-2) and
11299         all the COBOL types.  Oh well, we can add them later when we're
11300         worrying more about those languages.
11301
11302         * stabs.texinfo (Automatic variables): Talk about what it means
11303         to omit the symbol descriptor.
11304
11305 Tue May 18 17:59:18 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
11306
11307         * stabs.texinfo (Parameters): Add "(sometimes)" when describing
11308         gcc2 behavior with promoted args.
11309
11310 Fri May 14 21:35:29 1993  Roland H. Pesch  (pesch@fowanton.cygnus.com)
11311
11312         * gdb.texinfo: include readline appendices in info version of manual
11313
11314 Fri May  7 11:56:18 1993  Roland H. Pesch  (pesch@fowanton.cygnus.com)
11315
11316         * gdbinv-s.texi (Remote Serial): describe new ^C behavior in
11317         target remote.
11318
11319         * gdb.texinfo (Machine Code): more index entries for disassemble
11320
11321 Fri May  7 10:12:30 1993  Fred Fish  (fnf@cygnus.com)
11322
11323         * Clarify the intended use of the gdb-testers and gdb-patches
11324         mailing lists, and shrink gzip comment.
11325
11326 Thu May  6 16:39:50 1993  Roland H. Pesch  (pesch@fowanton.cygnus.com)
11327
11328         * gdb.texinfo (Shell Commands): do not mention SHELL env var in
11329         DOSHOST configuration of manual.
11330
11331         * gdb.texinfo (MIPS Stack): new node.
11332
11333         * all-config.texi (MIPS) new switch.
11334
11335         * gdbinv-s.texi (Nindy Options) Remove two instances of future
11336         tense; (MIPS Remote) new node.
11337
11338         * gdb.texinfo (passim) rephrases to work around makeinfo @value
11339         bug; (Environment) less passive, other small cleanups in text about
11340         .cshrc/.bashrc; (Invoking GDB) new MIPS Remote menu entry;
11341         (Remote) new MIPS Remote menu entry.
11342
11343 Thu Apr 29 09:36:25 1993  Jim Kingdon  (kingdon@cygnus.com)
11344
11345         * stabs.texinfo: Many changes to include information from the
11346         AIX documentation.
11347
11348         * gdb.texinfo (Environment): Mention pitfall with .cshrc.
11349
11350 Tue Apr 27 14:02:57 1993  Jim Kingdon  (kingdon@cygnus.com)
11351
11352         * gdbint.texinfo (new node Debugging GDB, elsewhere):
11353         Move a bunch of information from ../README.
11354         (Getting Started): New node.
11355
11356 Fri Apr 23 17:21:13 1993  Roland H. Pesch  (pesch@fowanton.cygnus.com)
11357
11358         * gdbinv-s.texi, gdb.texinfo: include Hitachi SH target
11359
11360         * gdb.texinfo: advance manual revision dates to present
11361
11362         * gdbinv-s.texi, gdb.texinfo, all-config.texi, h8-config.texi:
11363         stop using silly Roman numerals in @set variable names
11364
11365 Fri Apr 23 07:30:01 1993  Jim Kingdon  (kingdon@cygnus.com)
11366
11367         * stabs.texinfo (Parameters): Keep trying to get this right.
11368
11369 Wed Apr 21 15:18:47 1993  Jim Kingdon  (kingdon@cygnus.com)
11370
11371         * stabs.texinfo (Parameters): More on "local parameters".
11372
11373 Mon Apr 19 08:00:51 1993  Jim Kingdon  (kingdon@cygnus.com)
11374
11375         * stabs.texinfo (Parameters): Re-do "local parameters" section.
11376
11377 Sun Apr 18 09:47:45 1993  Jim Kingdon  (kingdon@cygnus.com)
11378
11379         * stabs.texinfo (Symbol descriptors): Re-do using @table and @xref.
11380         (Parameters): Rewrite.
11381         (xcoff-differences, Sun-differences): Minor changes.
11382
11383 Thu Apr 15 02:35:24 1993  John Gilmore  (gnu@cacophony.cygnus.com)
11384
11385         * stabs.texinfo:  Minor cleanup.
11386
11387 Wed Apr 14 17:31:00 1993  Jim Kingdon  (kingdon@cygnus.com)
11388
11389         * gdbint.texinfo: Minor xcoff stuff.
11390
11391 Wed Apr  7 14:11:07 1993  Fred Fish  (fnf@cygnus.com)
11392
11393         * gdbint.texinfo:  Update for new config directory structure.
11394         Add info about internal type data structures.
11395
11396 Mon Apr  5 09:06:30 1993  Ian Lance Taylor  (ian@cygnus.com)
11397
11398         * Makefile.in (SFILES_INCLUDED): gdb-config.texi is no longer in
11399         $(srcdir).
11400         (gdb-config.texi): Depend on file in $(srcdir).
11401
11402 Fri Apr  2 16:55:13 1993  Jim Kingdon  (kingdon@cygnus.com)
11403
11404         * stabs.texinfo: Fixes about N_SO.
11405
11406 Fri Mar 26 18:00:35 1993  Roland H. Pesch  (pesch@fowanton.cygnus.com)
11407
11408         * gdb.texinfo: include list of nonstandard init file names
11409
11410         * *-config.texi: new switch GENERIC for text that applies *only*
11411         to (usual) multiple-target version of manual
11412
11413         * gdb.texinfo, gdbinv-s.texi: Update conditional markup to correct
11414         h8 config
11415
11416         * gdb.texinfo: depend on latest fixed makeinfo, use conditionals
11417         in menus (rather than conditionally selected multiple alternative
11418         menus).
11419
11420         * Makefile.in: define and use DOC_CONFIG var to select
11421         configuration for GDB user manual.
11422
11423         * gdb-config.texi: delete from repository, generate from Makefile.
11424
11425         * all-config.texi: normal `generic' configuration file, formerly
11426         stored as gdb-config.texi
11427
11428 Wed Mar 24 14:03:19 1993  david d `zoo' zuhn  (zoo at poseidon.cygnus.com)
11429
11430         * Makefile.in: add dvi target to build all .dvi files
11431
11432 Tue Mar 23 16:03:24 1993  Roland H. Pesch  (pesch@fowanton.cygnus.com)
11433
11434         * gdb.texinfo, gdvinv-s.texinfo: formatting improvements.
11435
11436 Fri Mar 19 21:46:50 1993  John Gilmore  (gnu@cygnus.com)
11437
11438         * gdbint.texinfo:  Doc NO_MMALLOC and NO_MMALLOC_CHECK as
11439         host conditionals.
11440         * stabs.texinfo:  More array fixes inspired by Jim's.
11441
11442 Fri Mar 19 10:23:34 1993  Jim Kingdon  (kingdon@cygnus.com)
11443
11444         * stabs.texinfo: Fixes re arrays and continuations.
11445
11446         * gdbint.texinfo: Add XCOFF node.
11447
11448 Mon Mar  8 15:52:18 1993  John Gilmore  (gnu@cygnus.com)
11449
11450         * gdb.texinfo:  Add `set print max-symbolic-offset' doc.
11451
11452 Sun Feb 21 17:09:38 1993  Per Bothner  (bothner@rtl.cygnus.com)
11453
11454         * stabs.texinfo:  Fix for array types to mention lower bounds.
11455
11456 Thu Feb 18 01:19:49 1993  John Gilmore  (gnu@cygnus.com)
11457
11458         * gdbint.texinfo:  Update PTRACE_ARG3_TYPE doc, pull PT_*.
11459
11460 Wed Feb 17 08:15:24 1993  John Gilmore  (gnu@cygnus.com)
11461
11462         * gdbint.texinfo:  Remove SET_STACK_LIMIT_HUGE from target defines.
11463
11464 Thu Feb 11 10:38:40 1993  John Gilmore  (gnu@cygnus.com)
11465
11466         * gdbint.texinfo:  Fix thinko (NM_FILE => NAT_FILE).  Found
11467         by Michael Ben-Gershon <mybg@CS.HUJI.AC.IL>.
11468
11469 Wed Feb 10 23:59:19 1993  John Gilmore  (gnu@cygnus.com)
11470
11471         * gdbint.texinfo:  Eliminate IBM6000_HOST, document IBM6000_TARGET.
11472
11473 Tue Feb  9 18:26:21 1993  Roland H. Pesch  (pesch@fowanton.cygnus.com)
11474
11475         * gdb.texinfo, gdbinv-s.texi: misc updates
11476
11477 Sat Feb  6 10:25:47 1993  John Gilmore  (gnu@cygnus.com)
11478
11479         * gdbint.texinfo:  Brief documentation for longjmp support,
11480         from an email msg by Stu.
11481
11482 Fri Feb  5 14:10:15 1993  John Gilmore  (gnu@cygnus.com)
11483
11484         * stabs.texinfo:  Fix description of floating point "range"
11485         types (which really define basic types).  Reported by Jim Meehan,
11486         <meehan@src.dec.com>.
11487
11488         * gdbint.texinfo:  Remove COFF_NO_LONG_FILE_NAMES define, now gone.
11489
11490 Thu Feb  4 13:56:46 1993  Ian Lance Taylor  (ian@cygnus.com)
11491
11492         * gdbint.texinfo: Slightly expand section on supporting a new
11493         object file format.
11494
11495 Thu Feb  4 01:49:04 1993  John Gilmore  (gnu@cygnus.com)
11496
11497         * Makefile.in (refcard.ps, lrefcard.ps):  Remove psref.tex
11498         intermediate file.
11499
11500 Tue Feb  2 12:18:06 1993  Roland H. Pesch  (pesch@fowanton.cygnus.com)
11501
11502         * gdb.texinfo, gdbinv-s.texi: miscellaneous stylistic cleanups
11503
11504 Mon Feb  1 15:35:47 1993  Roland H. Pesch  (pesch@fowanton.cygnus.com)
11505
11506         * gdbinv-s.texi: z8000 simulator target name is just "sim"
11507
11508         * gdbinv-s.texi:  Mention that Z8000 simulator can simulate Z8001
11509         as well as Z8002.
11510
11511 Sat Nov 28 06:51:35 1992  John Gilmore  (gnu@cygnus.com)
11512
11513         * gdbint.texinfo:  Add sections on clean design and on how to send
11514         in changes.
11515
11516 Mon Nov  9 23:57:02 1992  John Gilmore  (gnu@cygnus.com)
11517
11518         * gdbint.texinfo:  Add how to declare the result of make_cleanup.
11519
11520 Mon Oct 26 11:09:47 1992  John Gilmore  (gnu@cygnus.com)
11521
11522         * gdb.texinfo:  Fix typo, reported by Karl Berry.
11523
11524 Fri Oct 23 00:41:21 1992  John Gilmore  (gnu@cygnus.com)
11525
11526         * gdb.texinfo:  Add opcodes dir to GDB distribution description.
11527
11528 Sat Oct 10 18:04:58 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
11529
11530         * gdbint.texinfo: fixed a stray email address (needs @@),
11531         added @table @code to node "Native Conditionals"
11532
11533 Tue Sep 22 00:34:15 1992  John Gilmore  (gnu@cygnus.com)
11534
11535         * gdbint.texinfo:  Describe coding style of GDB.
11536
11537 Mon Sep 21 19:32:16 1992  John Gilmore  (gnu@cygnus.com)
11538
11539         * stabs.texinfo:  Minor wording changes.
11540
11541 Tue Sep 15 02:57:09 1992  John Gilmore  (gnu@cygnus.com)
11542
11543         * gdbint.texinfo:  Improve release doc slightly.
11544
11545 Fri Sep 11 01:34:25 1992  John Gilmore  (gnu@sphagnum.cygnus.com)
11546
11547         * gdbint.texinfo:  Improve doc of GDB config macros.
11548
11549 Wed Sep  9 16:52:06 1992  John Gilmore  (gnu@cygnus.com)
11550
11551         * stabs.texinfo:  Remove Bothner's changes for C++ nested types.
11552         These will be reinserted when examined.
11553
11554 Mon Aug 24 01:17:55 1992  John Gilmore  (gnu@cygnus.com)
11555
11556         * gdbint.texinfo:  Make a start at documenting all the #if macros
11557         in GDB.  At least list them all, and start separating them into
11558         host-specific and target-specific.
11559
11560 Tue Aug 18 15:59:13 1992  Roland H. Pesch  (pesch@fowanton.cygnus.com)
11561
11562         * gdbinv-s.m4.in: refrain from using @cartouche for just a few
11563         examples (not consistent w others).
11564         gdb.texinfo: issue disclaimer paragraph on cmdline options only
11565         for generic vn of doc
11566
11567 Tue Aug 18 14:53:27 1992  Ian Lance Taylor  (ian@cygnus.com)
11568
11569         * Makefile.in: always create installation directories.
11570
11571 Tue Aug 18 14:11:50 1992  Roland H. Pesch  (pesch@fowanton.cygnus.com)
11572
11573         * gdb.texinfo: in h8 config, do not describe searching commands.
11574
11575 Mon Aug 17 18:07:59 1992  Roland H. Pesch  (pesch@fowanton.cygnus.com)
11576
11577         * gdb.texinfo, none.m4, h8.m4, gdbinv-s.m4.in: improve H8/300
11578           conditionals; introduce a few generic switches that may be
11579           useful for other cross-dev or dos-hosted configs.
11580
11581         * gdb.texinfo: fix typo in "info reg" description
11582
11583 Sun Aug 16 01:16:18 1992  John Gilmore  (gnu@cygnus.com)
11584
11585         * stabs.texinfo:  Minor updates from running TeX over it.
11586         * Makefile.in (stabs.dvi, stabs.ps):  Add.
11587
11588 Sat Aug 15 20:52:24 1992  Per Bothner  (bothner@rtl.cygnus.com)
11589
11590         * stabs.texinfo:  Stabs documentation, written by Julia Menapace.
11591         First pass at converting it to texinfo.
11592
11593 Sat Aug 15 03:14:59 1992  John Gilmore  (gnu@cygnus.com)
11594
11595         * gdb.texinfo, refcard.tex:  Document mult args on `info reg'.
11596         * Makefile.in (refcard.ps, lrefcard.ps):  Add missing $(srdir).
11597
11598 Fri Aug 14 21:08:47 1992  John Gilmore  (gnu@cygnus.com)
11599
11600         * gdbint.texinfo:  Add section on partial symbol tables.
11601
11602 Sat Jun 20 16:31:10 1992  John Gilmore  (gnu at cygnus.com)
11603
11604         * gdb.texinfo:  document `set remotedebug' and `set
11605         rstack_high_address'.
11606
11607 Thu May 14 17:09:48 1992  Roland H. Pesch  (pesch@fowanton.cygnus.com)
11608
11609         * gdb.texinfo: slight expansion of new text on reading info files
11610         * gdbinv-s.m4.in: correct and expand info on cross-debugging
11611         H8/300 from DOS.
11612
11613 Tue May 12 12:22:47 1992  John Gilmore  (gnu at cygnus.com)
11614
11615         * gdb.texinfo:  `info user' => `show user'.  Noticed by David Taylor.
11616
11617 Mon May 11 19:06:27 1992  John Gilmore  (gnu at cygnus.com)
11618
11619         * gdb.texinfo:  Say how to read the `info' files.
11620
11621 Tue May  5 12:11:38 1992  K. Richard Pixley  (rich@cygnus.com)
11622
11623         * Makefile.in: gm4 -> m4.
11624
11625 Fri Apr 10 17:50:43 1992  John Gilmore  (gnu at rtl.cygnus.com)
11626
11627         * gdb.texinfo:  Update for GDB-4.5.  Move `Formatting
11628         Documentation' ahead of `Installing GDB' to match README.
11629         Update shared library doc, -readnow and -mapped, and directory
11630         structure (add glob and mmalloc).  Update configure doc.
11631
11632 Tue Mar 24 23:28:38 1992  K. Richard Pixley  (rich@cygnus.com)
11633
11634         * Makefile.in: remove $(srcdir) from gdb.info rule.
11635
11636 Sat Mar  7 18:44:50 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
11637
11638         * Makefile.in: commented out gdb-all.texinfo rule.  This is
11639           temporary.
11640
11641 Wed Feb 26 18:04:40 1992  K. Richard Pixley  (rich@cygnus.com)
11642
11643         * Makefile.in, configure.in: removed traces of namesubdir,
11644           -subdirs, $(subdir), $(unsubdir), some rcs triggers.  Forced
11645           copyrights to '92, '13, changed some from Cygnus to FSF.
11646
11647 Fri Dec 13 09:47:31 1991  John Gilmore  (gnu at cygnus.com)
11648
11649         * gdb.texinfo:  Improve how we ask for bug reports.
11650
11651 Tue Dec 10 04:07:21 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
11652
11653         * Makefile.in: infodir belongs in datadir.
11654
11655 Fri Dec  6 23:57:34 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
11656
11657         * Makefile.in: remove spaces following hyphens, bsd make can't
11658           cope.  install using INSTALL_DATA.  added clean-info.  added
11659           standards.text support.
11660
11661 Thu Dec  5 22:46:12 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
11662
11663         * Makefile.in: idestdir and ddestdir go away.  Added copyrights
11664           and shift gpl to v2.  Added ChangeLog if it didn't exist. docdir
11665           and mandir now keyed off datadir by default.
11666
11667 \f
11668 Local Variables:
11669 mode: change-log
11670 left-margin: 8
11671 fill-column: 74
11672 version-control: never
11673 End: