Rearrange Python breakpoint node in documentation
[external/binutils.git] / gdb / doc / ChangeLog
1 2016-07-13  Tom Tromey  <tom@tromey.com>
2
3         * python.texi (Breakpoints In Python): Move table of types and
4         table of watchpoint types earlier in node.
5
6 2016-07-12  Tom Tromey  <tom@tromey.com>
7
8         PR python/19293:
9         * python.texi (Frames In Python): Document
10         gdb.invalidate_cached_frames.
11
12 2016-06-21  Pedro Alves  <palves@redhat.com>
13
14         * gdb.texinfo (Interpreters): Update intepreter-exec section,
15         document new-ui and explain use case.
16
17 2016-06-17  Yan-Ting Lin  <currygt52@gmail.com>
18
19         * gdb.texinfo (Standard Target Features): Document NDS32 features.
20         (NDS32 Features): New Section.
21
22 2016-06-09  Toshihito Kikuchi  <k.toshihito@yahoo.de>
23
24         * gdb.texinfo (Examining Memory): Document negative repeat
25         count in the 'x' command.
26
27 2016-06-06  Simon Marchi  <simon.marchi@ericsson.com>
28
29         * gdb.texinfo (GDB/MI Async Records): Document method and
30         format fields in =record-started.
31         * observer.texi (record_changed): Add method and format
32         parameters.
33
34 2016-05-27  Eli Zaretskii  <eliz@gnu.org>
35
36         * gdb.texinfo (General Query Packets): Move the description of the
37         response before the long list of the specific 'read' and 'write'
38         requests.
39
40 2016-05-23  Tom Tromey  <tom@tromey.com>
41
42         * python.texi (Basic Python): Document gdb.breakpoints return.
43
44 2016-05-24  Tom Tromey  <tom@tromey.com>
45
46         PR gdb/19194:
47         * gdb.texinfo (gdb man): Fix typo.
48
49 2016-05-17  Tom Tromey  <tom@tromey.com>
50
51         * gdb.texinfo (Supported Languages): Mention Rust.  Update menu.
52         (Rust): New node.
53
54 2016-05-17  Tom Tromey  <tom@tromey.com>
55
56         * gdb.texinfo (Maintenance Commands): Document "maint selftest".
57
58 2016-04-27  Yao Qi  <yao.qi@linaro.org>
59
60         * gdb.texinfo (tfind): Complete doc about tfind without
61         argument.
62
63 2016-04-13  Antoine Tremblay  <antoine.tremblay@ericsson.com>
64
65         * agentexpr.texi (byte): Fix zero_ext description.
66
67 2016-03-31  Pedro Alves  <palves@redhat.com>
68
69         * gdb.texinfo (M32R/SDI): Delete node.
70         (MIPS Embedded): Remove references to the MIPS remote debugging
71         protocol, PMON and variants, and the associated commands.
72
73 2016-03-15  Doug Evans  <dje@google.com>
74
75         * gdb.texinfo (Target Descriptions): New menu item "Enum Target Types".
76         (Target Description Format): Mention enum types.  Update docs on
77         flags types.
78         (Predefined Target Types): Add "bool".
79         (Enum Target Types): New node.
80
81 2016-03-15  Pedro Alves  <palves@redhat.com>
82
83         * gdb.texinfo (Tracepoint Actions): Fix typo.
84
85 2016-03-15  Pedro Alves  <palves@redhat.com>
86             Andreas Arnez  <arnez@linux.vnet.ibm.com>
87             Marcin Kościelnicki  <koriakin@0x04.net>
88
89         * gdb.texinfo (Tracepoint Actions): Document possible
90         unreliability of '$_ret'.
91
92 2016-03-11  Andrew Burgess  <andrew.burgess@embecosm.com>
93
94         * gdb.texinfo (Symbols): Document new 'maint info line-table'
95         command.
96
97 2016-03-10  Simon Marchi  <simon.marchi@polymtl.ca>
98
99         * gdb.texinfo (Convenience Functions): Document $_as_string.
100
101 2016-02-23  Doug Evans  <dje@google.com>
102
103         * gdb.texinfo (Skipping Over Functions and Files): Document new
104         options to "skip" command.  Update docs of output of "info skip".
105
106 2016-02-18  Walfred Tedeschi  <walfred.tedeschi@intel.com>
107
108         * gdb.texinfo (Signals): Add bound violation display hints for
109         a SIGSEGV.
110
111 2016-02-18  Marcin Kościelnicki  <koriakin@0x04.net>
112
113         * gdb.texinfo (Trace File Format): Add documentation for description
114         section lines.
115
116 2016-02-10  Marcin Kościelnicki  <koriakin@0x04.net>
117
118         * gdb.texinfo (Trace File Format): Remove misleading information
119         about register block ordering.
120
121 2016-02-01  Doug Evans  <dje@google.com>
122
123         * gdb.texinfo (Value Sizes): Fix typo.
124
125 2016-02-01  Doug Evans  <dje@google.com>
126
127         * gdb.texinfo (Skipping Over Functions and Files): Fix typo.
128
129 2016-02-01  Andrew Burgess  <andrew.burgess@embecosm.com>
130
131         * gdb.texinfo (Value Sizes): New section.
132         (Data): Add the 'Value Sizes' node to the menu.
133
134 2016-01-26  John Baldwin  <jhb@FreeBSD.org>
135
136         * gdb.texinfo (Debugging Output): Fix subject verb disagreements.
137
138 2016-01-19  John Baldwin  <jhb@FreeBSD.org>
139
140         * gdb.texinfo (Debugging Output): Document "set/show debug fbsd-lwp".
141
142 2016-01-18  Pedro Alves  <palves@redhat.com>
143
144         * gdb.texinfo (Threads): Mention that GDB displays the ID and name
145         of the thread that hit a breakpoint or received a signal.
146
147 2016-01-15  Pedro Alves  <palves@redhat.com>
148
149         * gdb.texinfo (Threads) <thread ID lists>: Document star ranges.
150
151 2016-01-13  Pedro Alves  <palves@redhat.com>
152
153         * gdb.texinfo (Threads): Document the $_gthread convenience
154         variable.
155         (Convenience Vars): Likewise.
156
157 2016-01-13  Pedro Alves  <palves@redhat.com>
158
159         * gdb.texinfo (Threads): Document "info threads -gid".
160
161 2016-01-13  Pedro Alves  <palves@redhat.com>
162
163         * python.texi (Breakpoints In Python) <Breakpoint.thread>: Add
164         anchor.
165         (Threads In Python): Document new InferiorThread.global_num
166         attribute.
167
168 2016-01-07  Pedro Alves  <palves@redhat.com>
169
170         * gdb.texinfo (Threads): Document per-inferior thread IDs,
171         qualified thread IDs, global thread IDs and thread ID lists.
172         (Set Watchpoints, Thread-Specific Breakpoints): Adjust to refer to
173         thread IDs.
174         (Convenience Vars): Document the $_thread convenience variable.
175         (Ada Tasks): Adjust to refer to thread IDs.
176         (GDB/MI Async Records, GDB/MI Thread Commands, GDB/MI Ada Tasking
177         Commands, GDB/MI Variable Objects): Update to mention global
178         thread IDs.
179         * guile.texi (Breakpoints In Guile)
180         <breakpoint-thread/set-breakpoint-thread breakpoint>: Mention
181         global thread IDs instead of thread IDs.
182         * python.texi (Threads In Python): Adjust documentation of
183         InferiorThread.num.
184         (Breakpoint.thread): Mention global thread IDs instead of thread
185         IDs.
186
187 2016-01-13  Pedro Alves  <palves@redhat.com>
188
189         * python.texi (Threads In Python): Document
190         InferiorThread.inferior.
191
192 2016-01-13  Pedro Alves  <palves@redhat.com>
193
194         * gdb.texinfo (Inferiors and Programs): Document the $_inferior
195         convenience variable.
196         (Convenience Vars): Likewise.
197
198 2016-01-12  Josh Stone  <jistone@redhat.com>
199             Philippe Waroquiers  <philippe.waroquiers@skynet.be>
200
201         * gdb.texinfo (Remote Configuration): List the QCatchSyscalls packet.
202         (Stop Reply Packets): List the syscall entry and return stop reasons.
203         (General Query Packets): Describe QCatchSyscalls, and add it to the
204         table and the detailed list of stub features.
205
206 2016-01-12  Pedro Alves  <palves@redhat.com>
207
208         Remove use of the registered trademark symbol throughout.
209
210 2016-01-12  Yao Qi  <yao.qi@linaro.org>
211
212         * gdb.texinfo (Interrupts): Update the document on handling
213         interrupt when program is stopped.
214
215 2015-12-11  Don Breazeal  <donb@codesourcery.com>
216
217         * gdb.texinfo (Forks): Correct Linux kernel version where
218         fork and exec events are supported, add notes about support
219         of these events in target remote mode.
220         (Connecting): Reorganize and clarify distinctions between
221         target remote, extended-remote, and multiprocess.
222         Reorganize related text from separate sections into new
223         sections.
224         (Server): Note effects of target extended-remote mode.
225         Delete section on Multi-Process Mode for gdbserver.
226         Move some text to "Connecting" node.
227
228 2015-12-10  Pedro Alves  <palves@redhat.com>
229
230         * gdb.texinfo (Threads): Replace warning with explanation
231         about single-threaded programs.
232
233 2015-12-10  Pedro Alves  <palves@redhat.com>
234
235         * gdb.texinfo (Threads): Remove mention of SGI.
236         (Forks): Remove mention of HP-UX.
237         (Breakpoints): Remove mention of HP-UX.
238         (Set Watchpoints) <hardware watchpoints>: Don't mention HP-UX.
239         Reword in terms of architectures.
240         (Set Catchpoints) <catch exec, catch fork, catch vfork>: Don't
241         mention supported systems.
242         (Convenience Vars): Don't mention HP-UX.
243         (Jumping): Remove mention of HP-UX in comment.
244         (Files) <shared libraries>: Update supported shared library types
245         list.  Remove mention of HP-UX.
246         (Native): Remove HP-UX subsection.
247         (SVR4 Process Information): Remove mention of HP-UX.
248
249 2015-12-10  Pedro Alves  <palves@redhat.com>
250
251         * gdb.texinfo (Stack): Reorder menu.
252
253 2015-12-09  Luis Machado  <lgustavo@codesourcery.com>
254
255         * gdb.texinfo (GDB/MI Variable Objects): Update text to mention
256         -var-set-format's new zero-hexadecimal format.
257
258 2015-12-08  Pierre-Marie de Rodat  <derodat@adacore.com>
259
260         * gdb.texinfo (Ada Mode Into): Move overloading support
261         description to its own node.
262         (Overloading support for Ada): New node.
263
264 2015-11-30  Pedro Alves  <palves@redhat.com>
265
266         PR 14618
267         * gdb.texinfo (Stop Reply Packets): Document the N stop reply.
268         (Remote Configuration): Add the "set/show remote
269         no-resumed-stop-reply" to the available settings table.
270         (General Query Packets): Document the "no-resumed" qSupported
271         feature.
272
273 2015-11-30  Pedro Alves  <palves@redhat.com>
274
275         * gdb.texinfo (Remote Configuration): List "set/show remote
276         thread-events" command in configuration table.
277         (Stop Reply Packets): Document "T05 create" stop
278         reason and 'w' stop reply.
279         (General Query Packets): Document QThreadEvents packet.  Document
280         QThreadEvents qSupported feature.
281
282 2015-11-30  Pedro Alves  <palves@redhat.com>
283
284         * gdb.texinfo (Bootstrapping): Add "interrupting remote targets"
285         anchor.
286         (Packets): Document vCtrlC.
287
288 2015-11-26  Simon Marchi  <simon.marchi@ericsson.com>
289
290         * gdb.texinfo (Thread List Format): Mention thread names.
291
292 2015-11-24  Pedro Alves  <palves@redhat.com>
293
294         PR 17539
295         * gdb.texinfo (Inferiors and Programs): Adjust "maint info
296         program-spaces" example to ascending order listing.
297         (Threads): Adjust "info threads" example to ascending order
298         listing.
299         (Forks): Adjust "info inferiors" example to ascending order
300         listing.
301
302 2015-11-04  Markus Metzger  <markus.t.metzger@intel.com>
303
304         * gdb.texinfo (Process Record and Replay): Document "record
305         instruction-history" modifiers.
306
307 2015-10-12  Andrew Burgess  <andrew.burgess@embecosm.com>
308
309         * gdb.texinfo (Frames): Remove 'frame' and 'select-frame'
310         description.
311         (Frame Filter Management): Move to later in the 'Examining the
312         Stack' chapter.
313         (Selection): Add entry for 'select-frame'.
314
315 2015-09-25  Doug Evans  <dje@google.com>
316
317         * gdb.texinfo (Process Record and Replay): Fix syntax of
318         "record instruction-history begin, end" and
319         "record function-call-history begin, end".
320
321 2015-09-22  Simon Marchi  <simon.marchi@ericsson.com>
322
323         * gdb.texinfo (Specifying Source Directories): Fix
324         substitute-path example.
325
326 2015-09-18  Markus Metzger  <markus.t.metzger@intel.com>
327
328         * gdb.texinfo (All-Stop Mode): Describe new scheduler-locking mode.
329
330 2015-09-15  Pedro Alves  <palves@redhat.com>
331
332         PR remote/18965
333         * gdb.texinfo (Stop Reply Packets): Revert previous change to
334         the vforkdone description.
335
336 2015-09-15  Pedro Alves  <palves@redhat.com>
337
338         PR remote/18965
339         * gdb.texinfo (Stop Reply Packets): Explain that vforkdone's 'r'
340         part indicates the thread ID of the parent process.
341
342 2015-09-15  Yao Qi  <yao.qi@linaro.org>
343
344         * gdb.texinfo (General Query Packets): Add vContSupported to
345         tables of 'gdbfeatures' and 'stub features' supported in the
346         qSupported packet, as well as to the list containing stub
347         feature details.
348
349 2015-09-11  Don Breazeal  <donb@codesourcery.com>
350
351         * gdb.texinfo (Remote Configuration): Add exec event
352         feature to table of packet settings.
353         (Stop Reply Packets): Add exec events to the list of stop
354         reasons.
355         (General Query Packets): Add exec events to tables of
356         'gdbfeatures' and 'stub features' supported in the qSupported
357         packet, as well as to the list containing stub feature
358         details.
359
360 2015-08-24  Pedro Alves  <palves@redhat.com>
361
362         * gdb.texinfo (Remote Configuration): Document the "set/show
363         remote multiprocess-extensions-packet" commands.
364
365 2015-08-24  Pedro Alves  <palves@redhat.com>
366
367         * gdb.texinfo (Embedded Processors) <ARM>: Remove references to RDI.
368         <M32R>: Remove references to M32R/D.
369         <M68K>: Remove references to target dbug.
370         <MIPS Embedded>: Remove references to target r3900 and target
371         array.
372         <PowerPC Embedded>: Remove references to target dink32 and target
373         ppcbug, target sds
374         <PA, Sparclet, Sparclite, Z8000>: Delete nodes.
375
376 2015-08-18  Andrew Burgess  <andrew.burgess@embecosm.com>
377
378         * gdb.texinfo (GDB Files): Add 'File Caching' menu entry.
379
380 2015-08-18  Andrew Burgess  <andrew.burgess@embecosm.com>
381
382         * gdb.texinfo (File Caching): Document "set/show debug bfd-cache".
383
384 2015-08-18  Andrew Burgess  <andrew.burgess@embecosm.com>
385
386         * gdb.texinfo (Maintenance Commands): Move documentation of "main
387         info bfds" to...
388         (File Caching): A New section.  Outline bfd caching, and add new
389         description for "main set/show bfd-sharing".
390
391 2015-08-14  Doug Evans  <xdje42@gmail.com>
392
393         * gdb.texinfo (Machine Code): Update docs for mixed source/assembly
394         disassembly.
395         (GDB/MI Data Manipulation): Update docs for new disassembly modes.
396
397 2015-08-11  Keith Seitz  <keiths@redhat.com>
398
399         * gdb.texinfo (Thread-Specific Breakpoints, Printing Source Lines):
400         Use "location(s)"instead of "linespec(s)".
401         (Specifying a Location): Rewrite.
402         Add subsections describing linespec, address, and explicit locations.
403         Add node/menu for each subsection.
404         (Source and Machine Code, C Preprocessor Macros)
405         (Create and Delete Trace points)
406         (Extensions for Ada Tasks): Use "location(s)" instead of "linespec(s)".
407         (Continuing at a Different Address): Remove "linespec" examples.
408         Add reference to "Specify a Location"
409         (The -break-insert Command): Rewrite.  Add anchor.
410         Add reference to appropriate manual section discussing locations.
411         (The -dprintf-insert Command): Refer to -break-insert for
412         specification of 'location'.
413
414 2015-08-07  Pedro Alves  <palves@redhat.com>
415
416         * gdb.texinfo (Maintenance Commands): Document "maint set/show
417         target-non-stop".
418
419 2015-08-07  Markus Metzger  <markus.t.metzger@intel.com>
420
421         * gdb.texinfo (Process Record and Replay): Document prefixing of
422         speculatively executed instructions in the "record instruction-history"
423         command.
424
425 2015-07-20  Doug Evans  <dje@google.com>
426
427         * Makefile.in (STABS_DOC_BUILD_INCLUDES): Add gdb-cfg.texi, GDBvn.texi.
428
429 2015-07-16  Doug Evans  <dje@google.com>
430
431         * stabs.texinfo: @include gdb-cfg.texi.
432
433 2015-07-15  Jan Kratochvil  <jan.kratochvil@redhat.com>
434
435         Revert the previous 2 commits:
436         gdbserver build-id attribute generator
437         Validate symbol file using build-id
438
439 2015-07-15  Jan Kratochvil  <jan.kratochvil@redhat.com>
440
441         * gdb.texinfo (Files): Add 'set validate-build-id'
442         and 'show validate-build-id'.
443
444 2015-07-15  Aleksandar Ristovski  <aristovski@qnx.com
445             Jan Kratochvil  <jan.kratochvil@redhat.com>
446
447         gdbserver build-id attribute generator.
448         * gdb.texinfo (Library List Format for SVR4 Targets): Add
449         'build-id' in description, example, new attribute in dtd.
450
451 2015-07-08  Andrew Burgess  <andrew.burgess@embecosm.com>
452
453         * gdb.texinfo (Selection): Update documentation for 'frame'
454         command.
455
456 2015-07-02  Markus Metzger  <markus.t.metzger@intel.com>
457
458         * gdb.texinfo (Maintenance Commands): Document "maint btrace"
459         commands.
460
461 2015-07-02  Markus Metzger  <markus.t.metzger@intel.com>
462
463         * gdb.texinfo (Process Record and Replay): Spell out that variables
464         and registers are not available during btrace replay.
465         Describe the new "record btrace pt" command.
466         Describe the new "set|show record btrace pt buffer-size" options.
467         (General Query Packets): Describe the new Qbtrace:pt and
468         Qbtrace-conf:pt:size packets.
469         Expand "bts" to "Branch Trace Store".
470         Update the branch trace DTD.
471
472 2015-06-26  Patrick Palka  <patrick@parcs.ath.cx>
473
474         * gdb.texinfo (Command History): Document the new option
475         "history remove-duplicates".
476
477 2015-06-19  Doug Evans  <dje@google.com>
478
479         * stabs.texinfo (ELF Linker Relocation): Mention Sun stabs is no
480         longer supported.
481
482 2015-06-17  Patrick Palka  <patrick@parcs.ath.cx>
483
484         * gdb.texinfo (Command History): Mention that setting
485         GDBHISTSIZE to the empty string disables history truncation.
486
487 2015-06-17  Patrick Palka  <patrick@parcs.ath.cx>
488
489         PR gdb/16999
490         * gdb.texinfo (Command History): Mention new GDBHISTSIZE
491         behavior.
492
493 2015-06-17  Patrick Palka  <patrick@parcs.ath.cx>
494
495         * gdb.texinfo (Command History): Replace occurrences of HISTSIZE
496         with GDBHISTSIZE.
497
498 2015-06-15  Simon Marchi  <simon.marchi@ericsson.com>
499
500         * gdb.texinfo (GDB/MI Data Manipulation): Clarify usage of
501         bytes and memory units for -data-{read,write}-memory-bytes.
502         (Packets): Same for m, M and X packets.
503         * python.texi (Inferiors In Python): Same for read_memory and
504         write_memory.
505
506 2015-06-10  Jon Turney  <jon.turney@dronecode.org.uk>
507
508         * gdb.texinfo (Separate Debug Files): Document that PE is also
509         supported.
510
511 2015-06-13  Andrew Burgess  <andrew.burgess@embecosm.com>
512
513         * gdb.texinfo (TUI Commands): Bring all 'tui reg' commands into a
514         single table entry.
515
516 2015-06-10  Walfred Tedeschi  <walfred.tedeschi@intel.com>
517
518         * gdb.textinfo (i386): Fix "@end table" end and "@table" placement.
519
520
521 2015-06-10  Gary Benson <gbenson@redhat.com>
522
523         * gdb.texinfo (Remote Configuration): Document the
524         "set/show remote hostio-setfs-packet" command.
525         (Host I/O Packets): Document the vFile:setfs packet.
526
527 2015-06-10  Gary Benson <gbenson@redhat.com>
528
529         * gdb.texinfo (Debugging Output): Document the "set/show debug
530         linux-namespaces" command.
531
532 2015-06-10  Walfred Tedeschi  <walfred.tedeschi@intel.com>
533             Mircea Gherzan  <mircea.gherzan@intel.com>
534
535         * gdb.texinfo (i386): Add documentation about "show mpx bound"
536         and "set mpx bound".
537
538 2015-05-27  Doug Evans  <dje@google.com>
539
540         * gdb.texinfo (Debugging Output): Mention set/show debug dwarf-line.
541
542 2015-05-26  Doug Evans  <dje@google.com>
543
544         * gdb.texinfo (Debugging Output): Update for DWARF "set debug"
545         command renamings.
546         (Maintenance Commands): Update for DWARF "set debug" command renamings.
547
548 2015-05-26  Andrew Burgess  <andrew.burgess@embecosm.com>
549
550         * gdb.texinfo (TUI Commands): Add 'tui reg prev' details.
551
552 2015-05-22  Andrew Burgess  <andrew.burgess@embecosm.com>
553
554         * gdb.texinfo (TUI): Include 'tui enable' in the introduction.
555         (TUI Commands): Add 'tui enable' and 'tui disable' details.
556
557 2015-05-16  Doug Evans  <xdje42@gmail.com>
558
559         * guile.texi (Memory Ports in Guile): Document support for unbuffered
560         memory ports.
561
562 2015-05-16  Jan Kratochvil  <jan.kratochvil@redhat.com>
563
564         * gdb.texinfo (Compiling and Injecting Code): Add compile print.
565
566 2015-05-12  Don Breazeal  <donb@codesourcery.com>
567
568         * gdb.texinfo (Forks): Note that fork debugging is
569         supported in extended mode.
570         (Remote Configuration): Add fork event features to table
571         of packet settings.
572         (Stop Reply Packets): Add fork events to list of stop reasons.
573         (General Query Packets): Add fork events to tables of
574         'gdbfeatures' and 'stub features' supported in the qSupported
575         packet, as well as to the list containing stub feature
576         details.
577
578 2015-05-12  Gary Benson <gbenson@redhat.com>
579
580         * gdb.texinfo (General Query Packets): Document
581         qXfer:exec-file:read with empty annex.
582
583 2015-05-09  Siva Chandra Reddy  <sivachandra@google.com>
584
585         * python.texi (Values From Inferior): Add descriptions of new
586         methods gdb.Value.reference_value and gdb.Value.const_value.
587
588 2015-05-06  Joel Brobecker  <brobecker@adacore.com>
589
590         * gdb.texinfo (Files): Add "info dll" documentation.
591         (Cygwin Native): Remove "info dll" documentation.
592
593 2015-04-29  Doug Evans  <dje@google.com>
594
595         * python.texi (Xmethod API) <gdb.XMethodWorker.get_result_type>:
596         Document.
597         (Writing an Xmethod): Add get_result_type to example.
598
599 2015-04-28  Sasha Smundak  <asmundak@google.com>
600
601         * python.texi: New method documented.
602
603 2015-04-24  Andrew Burgess  <andrew.burgess@embecosm.com>
604
605         * gdb.texinfo (Dump/Restore Files): Add detail about verilog dump
606         format.
607
608 2015-04-24  Doug Evans  <dje@google.com>
609
610         * python.texi (Xmethods In Python): Fix name of method to call the
611         xmethod.
612
613 2015-04-17  Gary Benson <gbenson@redhat.com>
614
615         * gdb.texinfo (Connecting to a Remote Target): Mention that
616         GDB can access program files from remote targets that support
617         qXfer:exec-file:read and Host I/O packets.
618
619 2015-04-17  Gary Benson <gbenson@redhat.com>
620
621         * gdb.texinfo (Remote Configuration): Document the "set/show
622         remote pid-to-exec-file-packet" command.
623         (General Query Packets): Document the qXfer:exec-file:read
624         qSupported features.  Document the qXfer:exec-file:read packet.
625
626 2015-04-17  Gary Benson <gbenson@redhat.com>
627
628         * gdb.texinfo (set sysroot): Document that "set sysroot" also
629         applies to executable paths if supplied to GDB as absolute.
630
631 2015-04-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
632
633         * gdb.texinfo (Mode Options): Remove -xdb.
634
635 2015-04-10  Jan Kratochvil  <jan.kratochvil@redhat.com>
636             Eli Zaretskii  <eliz@gnu.org>
637
638         * gdb.texinfo (Compiling and Injecting Code): Describe set debug
639         compile, show debug compile.  New subsection Compilation options for
640         the compile command.  New subsection Compiler search for the compile
641         command.
642
643 2015-04-09  Andy Wingo  <wingo@igalia.com>
644
645         * guile.texi (Frames In Guile): Describe frame-read-register.
646
647 2015-04-02  Gary Benson <gbenson@redhat.com>
648
649         * gdb.texinfo (set sysroot): Document "target:".
650
651 2015-04-01  Sasha Smundak  <asmundak@google.com>
652
653         * doc/python.texi (Writing a Frame Unwinder in Python): Add
654         section.
655
656 2015-03-31  Sergio Durigan Junior  <sergiodj@redhat.com>
657
658         PR corefiles/16092
659         * gdb.texinfo (gcore): Mention new command 'set
660         use-coredump-filter'.
661         (set use-coredump-filter): Document new command.
662
663 2015-03-31  Antoine Tremblay  <antoine.tremblay@ericsson.com>
664
665         * gdb.texinfo (Operating System Auxiliary Information): Add info os cpus
666         documentation, reorder the info os entries in alphabetical order.
667
668 2015-03-26  Simon Marchi  <simon.marchi@ericsson.com>
669
670         * gdb.texinfo (GDB/MI Data Manipulation): Fix copy-paste typo in
671         -data-write-memory-bytes.
672
673 2015-03-24  Pedro Alves  <palves@redhat.com>
674
675         * gdb.texinfo (test_step) <set scheduler-locking step>: No longer
676         mention that threads may sometimes run unlocked.
677
678 2015-03-23  Yurij Grechishhev  <yurij.grechishhev@gmail.com>
679
680         * gdb.texinfo (Remote configuration): Document "set/show
681         serial parity" command.
682
683 2015-03-18  Gary Benson <gbenson@redhat.com>
684
685         * gdb.texinfo (General Query Packets): Remove documentation
686         for now-removed vFile:fstat qSupported features.
687
688 2015-03-11  Gary Benson <gbenson@redhat.com>
689
690         * gdb.texinfo (Remote Configuration): Document the
691         "set/show remote hostio-fstat-packet" command.
692         (General Query Packets): Document the vFile:fstat
693         qSupported features.
694         (Host I/O Packets): Document the vFile:fstat packet.
695
696 2015-03-11  Andy Wingo  <wingo@igalia.com>
697
698         * guile.texi (Objfiles In Guile): Document objfile-progspace.
699
700 2015-03-04  Pedro Alves  <palves@redhat.com>
701
702         * gdb.texinfo (Remote Configuration): Document the "set/show
703         remote swbreak-feature-packet" and "set/show remote
704         hwbreak-feature-packet" commands.
705         (Packets) <Z0>: Add cross link to the "swbreak" stop reason's
706         decription.
707         (Stop Reply Packets): Document the swbreak and hwbreak stop
708         reasons.
709         (General Query Packets): Document the swbreak and hwbreak
710         qSupported features.
711         (Remote Non-Stop): Explain that swbreak and hwbreak are required.
712
713 2015-03-03  Philippe Proulx  <eeppeliteloop@gmail.com>
714
715         * gdb.texinfo (gdb/mi Async Records): Fix duplicate syscall-entry
716         under *stopped.
717
718 2015-03-02  Doug Evans  <xdje42@gmail.com>
719
720         * gdb.texinfo (Specify Location): Fix syntax of filename:function.
721
722 2015-03-02  Andreas Arnez  <arnez@linux.vnet.ibm.com>
723
724         * gdb.texinfo (S/390 and System z Features): Describe new feature
725         "org.gnu.gdb.s390.vx".
726
727 2015-02-23  Sergio Durigan Junior  <sergiodj@redhat.com>
728
729         PR gdb/18008
730         * gdb.texinfo (maint internal-error, maint internal-warning, maint
731         demangler-warning): Fix typo ("problam").
732
733 2015-02-19  David Taylor  <dtaylor@emc.com>
734
735         * agentexpr.texi (Bytecode Descriptions): Fix summary line for setv.
736
737 2015-02-17  Jose E. Marchesi  <jose.marchesi@oracle.com>
738
739         * gdb.texinfo (Static Probe Points): Add cindex `static probe
740         point, DTrace'.
741         (Static Probe Points): Modified to cover DTrace probes in addition
742         to SystemTap probes.  Also modified to cover the `enable probe'
743         and `disable probe' commands.
744
745 2015-02-17  Jose E. Marchesi  <jose.marchesi@oracle.com>
746
747         * gdb.texinfo (Static Probe Points): Cover the `enable probe' and
748         `disable probe' commands.
749
750 2015-02-12  David Taylor  <dtaylor@emc.com>
751
752         * gdb.texinfo (Tracepoint Packets): Document the builtin and name
753         fields of the QTDV packet.
754
755 2015-02-09  Markus Metzger  <markus.t.metzger@intel.com>
756
757         * gdb.texinfo (Branch Trace Configuration Format): Add size.
758         (Process Record and Replay): Describe new set|show commands.
759         (General Query Packets): Describe Qbtrace-conf:bts:size packet.
760
761 2015-02-09  Markus Metzger  <markus.t.metzger@intel.com>
762
763         * gdb.texinfo (Process Record and Replay): Describe the "record
764         btrace bts" command.
765         (General Query Packets): Describe qXfer:btrace-conf:read packet.
766         (Branch Trace Configuration Format): New.
767
768 2015-01-31  Gary Benson <gbenson@redhat.com>
769             Doug Evans  <dje@google.com>
770
771         * gdb.texinfo (Command Completion): Document new
772         "set/show max-completions" option.
773
774 2015-01-31  Doug Evans  <xdje42@gmail.com>
775
776         * gdb.texinfo (Symbols): Document new commands
777         "maint print symbol-cache", "maint print symbol-cache-statistics",
778         "maint flush-symbol-cache".  Document new option
779         "maint set symbol-cache-size".
780
781 2015-01-31  Doug Evans  <xdje42@gmail.com>
782
783         * gdb.texinfo (dotdebug_gdb_scripts section): Update docs to
784         distinguish script files vs inlined scripts.
785         * python.texi (Python Auto-loading): Ditto.
786
787 2015-01-30  Doug Evans  <dje@google.com>
788
789         * gdb.texinfo (Symbols) <info source>: Output now contains producer
790         string if present.
791
792 2015-01-27  Doug Evans  <dje@google.com>
793
794         * python.texi (Objfiles In Python): Document Objfile.username.
795
796 2015-01-27  Doug Evans  <dje@google.com>
797
798         * python.texi (Objfiles In Python) <Objfile.filename>: Improve docs.
799         * guile.texi (Objfiles In Guile) <objfile-filename>: Improve docs.
800
801 2015-01-22  Jan Kratochvil  <jan.kratochvil@redhat.com>
802
803         * gdb.texinfo (Threads): Describe -ascending for thread apply all.
804
805 2015-01-16  Eli Zaretskii  <eliz@gnu.org>
806
807         * doc/gdb.texinfo (TUI Commands): Document the possible
808         values of NAME argument to 'winheight' command.  Explain the
809         effect of 'tabset' setting better.
810
811 2015-01-11  Doug Evans  <xdje42@gmail.com>
812
813         PR gdb/15830
814         * gdb.texinfo (Debugging C Plus Plus): Mention "demangle".
815         (Symbols): Ditto.
816         (Maintenance Commands): Delete docs for "maint demangle".
817
818 2014-12-31  Joel Brobecker  <brobecker@adacore.com>
819
820         * gdb.texinfo (Files): Remove documentation of the
821         "add-shared-symbol-files" and "assf" commands.
822         (Cygwin Native): Remove documentation of the "dll-symbols"
823         command.
824
825 2014-12-17  Doug Evans  <xdje42@gmail.com>
826
827         * gdb.texinfo (Debugging Output): Document "debug symbol-lookup".
828
829 2014-12-12  Phil Muldoon  <pmuldoon@redhat.com>
830             Jan Kratochvil  <jan.kratochvil@redhat.com>
831
832         * gdb.texinfo (Altering): Update.
833         (Compiling and Injecting Code): New node.
834
835 2014-12-12  Doug Evans  <dje@google.com>
836
837         * python.texi (Objfiles In Python): Document gdb.lookup_objfile.
838
839 2014-12-12  Andreas Arnez  <arnez@linux.vnet.ibm.com>
840
841         * gdb.texinfo: Document "maint print user-registers".
842
843 2014-12-08  Doug Evans  <dje@google.com>
844
845         * python.texi (Objfiles In Python): Document Objfile.owner.
846
847 2014-12-04  Doug Evans  <dje@google.com>
848
849         * python.texi (Objfiles In Python): Document
850         Objfile.add_separate_debug_file.
851
852 2014-12-04  Doug Evans  <dje@google.com>
853
854         * python.texi (Objfiles In Python): Document Objfile.build_id.
855
856 2014-12-02  Nick Bull  <nicholaspbull@gmail.com>
857
858         * python.texi (Events In Python): Document new events
859         InferiorCallPreEvent, InferiorCallPostEvent, MemoryChangedEvent
860         and RegisterChangedEvent.
861
862 2014-11-30  Jan Kratochvil  <jan.kratochvil@redhat.com>
863
864         Add add-auto-load-scripts-directory.
865         * gdb.texinfo (Auto-loading): Add add-auto-load-scripts-directory link.
866         (objfile-gdbdotext file): Add add-auto-load-scripts-directory.
867
868 2014-11-30  Jan Kratochvil  <jan.kratochvil@redhat.com>
869
870         * gdb.texinfo (Auto-loading safe path): Fix add-auto-load-safe-path
871         description typo.
872
873 2014-10-30  Doug Evans  <dje@google.com>
874
875         * python.texi (Progspaces In Python): Document ability to add
876         random attributes to gdb.Progspace objects.
877         (Objfiles In Python): Document ability to add random attributes to
878         gdb.objfile objects.
879
880 2014-10-27  Pedro Alves  <palves@redhat.com>
881
882         * gdb.texinfo (Continuing and Stepping): Add cross reference to
883         info on stepping and signal handlers.
884         (Signals): Explain stepping and signal handlers.  Add context
885         index entry, and cross references.
886
887 2014-10-20  Simon Marchi  <simon.marchi@ericsson.com>
888
889         * python.texi (Breakpoints In Python): Add parenthesis after
890         Breakpoint.delete.  Clarify Breakpoint.enabled description so
891         that it contains "disable".
892
893 2014-10-17  Doug Evans  <dje@google.com>
894
895         * python.texi (Events In Python): Document clear_objfiles event.
896
897 2014-10-17  Doug Evans  <dje@google.com>
898
899         * python.texi (Objfiles In Python): Document new progspace attribute.
900
901 2014-10-17  Pedro Alves  <palves@redhat.com>
902
903         * gdb.texinfo (Ada Tasks and Core Files): Delete mention of Tru64.
904         (SVR4 Process Information): Delete mention of OSF/1.
905
906 2014-10-01  Simon Marchi  <simon.marchi@ericsson.com>
907
908         * gdb.texinfo (Miscellaneous gdb/mi Commands): Document new
909         exit-code field in -list-thread-groups output.
910
911 2014-09-22  Jan-Benedict Glaw  <jbglaw@lug-owl.de>
912
913         * gdb.texinfo (Set Breaks): Add missing "@end table".
914
915 2014-09-22  Pedro Alves  <palves@redhat.com>
916
917         * gdb.texinfo (Set Breaks): Document that "set breakpoint
918         always-inserted off" is the default mode now.  Delete
919         documentation of "set breakpoint always-inserted auto".
920
921 2014-09-18  Doug Evans  <dje@google.com>
922
923         * python.texi (Symbol Tables In Python): Document "producer"
924         attribute of gdb.Symtab objects.
925
926 2014-09-16  Pedro Alves  <palves@redhat.com>
927
928         * gdb.texinfo (Starting) <run command>: Don't mention VxWorks.
929         (Embedded OS): Remove VxWorks menu entry.
930         (VxWorks): Remove node.
931
932 2014-09-13  Doug Evans  <xdje42@gmail.com>
933
934         * gdb.texinfo (Signaling): Document new queue-signal command.
935
936 2014-09-06  Doug Evans  <xdje42@gmail.com>
937
938         PR 15276
939         * gdb.texinfo (Convenience Funs): Document $_caller_is,
940         $_caller_matches, $_any_caller_is, $_any_caller_matches.
941
942 2014-09-03  Justin Lebar <jlebar@google.com>
943
944         * python.texi (Types In Python): Type.template_argument(n) returns a
945         gdb.Value or a gdb.Type and throws an exception if n is out of
946         range.
947
948 2014-09-03  Sasha Smundak  <asmundak@google.com>
949
950         * python.texi (Frames in Python): Add read_register description.
951
952 2014-08-04  Tom Tromey  <tromey@redhat.com>
953
954         * gdb.texinfo (Debugging Output): Update for change to "set debug
955         target".
956
957 2014-08-01  Masaki Muranaka  <monaka@monami-software.com>
958
959         Pushed by Joel Brobecker  <brobecker@adacore.com>.
960         * Makefile.in (transform): New variable.
961         (install-man1, install-man5): Apply $(transform) to man file names.
962
963 2014-07-26  Doug Evans  <xdje42@gmail.com>
964
965         PR guile/17177
966         * guile.texi (Guile Pretty Printing API): Fix typo.
967         Document set-pretty-printers!, pretty-printers.
968         (Selecting Guile Pretty-Printers): Update.
969         Mention program-space based pretty-printers.
970
971 2014-07-25  Pedro Alves  <palves@redhat.com>
972             Eli Zaretskii  <eliz@gnu.org>
973
974         * gdb.texinfo (Signaling) <signal command>: Explain what happens
975         with multi-threaded programs.
976
977 2014-06-27  Yao Qi  <yao@codesourcery.com>
978
979         * gdb.texinfo (Maintenance Commands): Update the output of
980         'maint print dummy-frames' command.
981
982 2014-06-24  Eli Zaretskii  <eliz@gnu.org>
983
984         * gdb.texinfo (Screen Size): Improve indexing.
985
986 2014-06-19  Gary Benson  <gbenson@redhat.com>
987
988         * gdb.texinfo (Maintenance Commands): Document new
989         "maint set/show catch-demangler-crashes" option.
990
991 2014-06-19  Gary Benson  <gbenson@redhat.com>
992
993         * gdb.texinfo (Maintenance Commands): Document new
994         "maint demangler-warning" command and new
995         "maint set/show demangler-warning" option.
996
997 2014-06-09  Siva Chandra Reddy  <sivachandra@google.com>
998
999         * python.texi (Xmethod API): Add space before the opening
1000         parenthesis in function descriptions.
1001
1002 2014-06-06  Doug Evans  <xdje42@gmail.com>
1003
1004         * guile.texi (Guile Configuration): Document guile-data-directory.
1005
1006 2014-06-06  Mingjie Xing  <mingjie.xing@gmail.com>
1007
1008         * gdb.texinfo (Invoking GDB): Add -q and --quiet.
1009
1010 2014-06-04  Doug Evans  <xdje42@gmail.com>
1011
1012         * guile.texi (Breakpoints In Guile): Update.
1013
1014 2014-06-03  Joel Brobecker  <brobecker@adacore.com>
1015
1016         * python.texi (Xmethod API): Fix reference to "Progspaces In
1017         Python".
1018
1019 2014-06-03  Siva Chandra Reddy  <sivachandra@google.com>
1020
1021         *  python.texi (Xmethods In Python, XMethod API)
1022         (Writing an Xmethod): New nodes.
1023         (Python API): New menu entries "Xmethods In Python",
1024         "Xmethod API", "Writing an Xmethod".
1025
1026 2014-06-02  Doug Evans  <xdje42@gmail.com>
1027
1028         * guile.texi (Guile API): Add entry for Parameters In Guile.
1029         (GDB Scheme Data Types): Mention <gdb:parameter> object.
1030         (Parameters In Guile): New node.
1031
1032 2014-06-02  Doug Evans  <xdje42@gmail.com>
1033
1034         * guile.texi (Guile API): Add entry for Commands In Guile.
1035         (Basic Guile) <parse-and-eval>: Add reference.
1036         (Basic Guile) <string->argv>: Move definition to Commands In Guile.
1037         (GDB Scheme Data Types): Mention <gdb:command> object.
1038         (Commands In Guile): New node.
1039
1040 2014-06-02  Doug Evans  <xdje42@gmail.com>
1041
1042         * guile.texi (Guile API): Add entry for Progspaces In Guile.
1043         (GDB Scheme Data Types): Mention <gdb:progspace> object.
1044         (Progspaces In Guile): New node.
1045
1046 2014-05-30  Andrew Burgess  <aburgess@broadcom.com>
1047
1048         * guile.texi (Frames In Guile): Mention FRAME_UNWIND_MEMORY_ERROR.
1049         * python.texi (Frames In Python): Mention
1050         gdb.FRAME_UNWIND_MEMORY_ERROR.
1051
1052 2014-05-29  Pedro Alves  <palves@redhat.com>
1053             Tom Tromey  <tromey@redhat.com>
1054
1055         * gdb.texinfo (Non-Stop Mode): Remove "set target-async 1"
1056         from example.
1057         (Asynchronous and non-stop modes): Document '-gdb-set mi-async'.
1058         Mention that target-async is now deprecated.
1059         (Maintenance Commands): Document maint set/show target-async.
1060
1061 2014-05-29  Pedro Alves  <palves@redhat.com>
1062
1063         * observer.texi (sync_execution_done, command_error): New
1064         subjects.
1065
1066 2014-05-29  Pedro Alves  <palves@redhat.com>
1067
1068         PR gdb/13860
1069         * observer.texi (signal_received, end_stepping_range)
1070         (signal_exited, exited, no_history): New observer subjects.
1071
1072 2014-05-26  Andy Wingo  <wingo@igalia.com>
1073
1074         * guile.texi (GDB Scheme Data Types): Remove documentation for
1075         removed interfaces.  Update spelling of gdb-object-kind.
1076
1077 2014-05-26  Andy Wingo  <wingo@igalia.com>
1078
1079         * guile.texi (Basic Guile): Fix some typos.
1080
1081 2014-05-26  Andy Wingo  <wingo@igalia.com>
1082
1083         * guile.texi (Writing a Guile Pretty-Printer)
1084         (Guile Types Module): Fix excess parentheses in use-modules forms.
1085
1086 2014-05-24  Eli Zaretskii  <eliz@gnu.org>
1087
1088         * guile.texi (Types In Guile, Basic Guile, Frames In Guile)
1089         (Breakpoints In Guile, Guile Printing Module)
1090         (Guile Exception Handling, Values From Inferior In Guile)
1091         (Objfiles In Guile, Breakpoints In Guile, Memory Ports in Guile):
1092         Don't use @var at the beginning of a sentence.
1093
1094         * gdb.texinfo (Frame Filter Management, Trace Files)
1095         (C Operators, Ada Tasks, Calling, Bootstrapping, ARM)
1096         (PowerPC Embedded, Define, Annotations for Running)
1097         (IPA Protocol Commands, Packets, General Query Packets)
1098         (Tracepoint Packets, Notification Packets, Environment)
1099         (Inferiors and Programs, Set Breaks, Set Catchpoints)
1100         (Continuing and Stepping, Signals, Thread-Specific Breakpoints)
1101         (Frames, Backtrace, Selection, Expressions, Registers)
1102         (Trace State Variables, Built-In Func/Proc, Signaling, Files)
1103         (Numbers, GDB/MI Async Records, GDB/MI Data Manipulation)
1104         (Source Annotations, Using JIT Debug Info Readers, Packets)
1105         (Stop Reply Packets, Host I/O Packets)
1106         (Target Description Format): Don't use @var at the beginning of a
1107         sentence.
1108
1109         * python.texi (Basic Python, Types In Python)
1110         (Commands In Python, Frames In Python, Line Tables In Python)
1111         (Breakpoints In Python, gdb.printing, gdb.types)
1112         (Type Printing API): Don't use @var at the beginning of a
1113         sentence.
1114
1115 2014-05-23  Markus Metzger  <markus.t.metzger@intel.com>
1116
1117         * gdb.texinfo (Process Record and Replay): Document "set/show btrace
1118         replay-memory-access".
1119
1120 2014-05-21  Pedro Alves  <palves@redhat.com>
1121
1122         * gdb.texinfo (Starting): Document "set/show
1123         auto-connect-native-target".
1124         (Target Commands): Document "target native".
1125
1126 2014-05-20  Pedro Alves  <palves@redhat.com>
1127
1128         * gdb.texinfo (Memory) <compare-sections>: Generalize comments to
1129         not be remote specific.  Add cross reference to the qCRC packet.
1130         (Separate Debug Files): Update cross reference to the qCRC packet.
1131         (General Query Packets) <qCRC packet>: Add anchor.
1132
1133 2014-05-17  Doug Evans  <xdje42@gmail.com>
1134
1135         Copy over changes from guile.texi.
1136         * python.texi (Basic Python) <gdb.execute>: Add text.
1137         (Basic Python) <gdb.post_event>: Remove "main" from "main GDB thread".
1138         (Values From Inferior) <Python string>: Add text.
1139         (Values From Inferior) <Value.string>: Clarify string length handling.
1140         (Pretty Printing API): Add cindex.
1141         (Types In Python) <TYPE_CODE_*>: Use vtable instead of table.
1142         Remove unnecessary index of gdb.TYPE_CODE_*.  Replace @findex with
1143         @vindex.
1144         (Commands In Python) <COMPLETE_*>: Similarly.
1145         (Symbols In Python) <SYMBOL_*>: Similarly.
1146         (Breakpoints In Python) <WP_*>: Similarly.
1147         (Breakpoints In Python) <BP_*>: Similarly.
1148
1149 2014-05-17  David Taylor <dtaylor@emc.com>
1150
1151         * gdb.texinfo (General Query Packets): Add a note about thread IDs
1152         mentioned in the qfThreadInfo reply.
1153
1154 2014-05-16  Doug Evans  <dje@google.com>
1155
1156         * gdb.texinfo (Mode Options): Add -D.
1157
1158 2014-05-09  Samuel Bronson  <naesten@gmail.com>
1159
1160         * Makefile.in (PACKAGE): Copy from ../Makefile.in in case of
1161         "make -C".
1162
1163 2014-04-29  Tom Tromey  <tromey@redhat.com>
1164
1165         * gdb.texinfo (Debugging Output): Rename to "set debug varobj" and
1166         "show debug varobj".
1167
1168 2014-05-01  David Taylor  <dtaylor@emc.com>
1169
1170         * gdb.texinfo (compare-sections): Document the new -r (read-only)
1171         option.
1172
1173 2014-04-24  Michael Sturm  <michael.sturm@mintel.com>
1174             Walfred Tedeschi  <walfred.tedeschi@intel.com>
1175
1176         * gdb.texinfo (i386 Features): Add description of AVX512
1177         registers.
1178
1179 2014-03-31  Doug Evans  <dje@google.com>
1180
1181         * gdb.texinfo (Symbols): Document set/show print symbol-loading.
1182
1183 2014-03-30  Doug Evans  <dje@google.com>
1184
1185         * gdb.texinfo (Non-Stop Mode): Remove trailing whitespace.
1186         (Background Execution): Ditto.
1187
1188 2014-03-21  Pedro Alves  <palves@redhat.com>
1189             Stan Shebs  <stan@codesourcery.com>
1190             Hui Zhu  <hui@codesourcery.com>
1191
1192         * gdb.texinfo (Packets): Add anchor to "? packet".
1193         Remove fixme and update introduction of "k packet".
1194         Add anchor to "vKill packet".
1195
1196 2014-03-12  Stan Shebs  <stan@codesourcery.com>
1197
1198         * Doxyfile-gdb-api.in (INPUT): Add gdbtypes.h.
1199
1200 2014-02-26  Ludovic Courtès  <ludo@gnu.org>
1201
1202         * guile.texi (Basic Guile): Document 'history-append!'.
1203
1204 2014-02-20  Joel Brobecker  <brobecker@adacore.com>
1205
1206         * gdb.texinfo (Files): Document "add-shared-symbol-files"
1207         and "assf" as being deprecated.
1208         (Cygwin Native): Likewise for "dll-symbols".
1209         (Non-debug DLL Symbols): Remove reference to "dll-symbols"
1210         as a way to force the loading of symbols from a DLL.
1211
1212 2014-02-19  Siva Chandra Reddy  <sivachandra@google.com>
1213
1214         * python.texi (Values From Inferior): Add description about the
1215         new feature.
1216
1217 2014-02-17  Doug Evans  <xdje42@gmail.com>
1218
1219         * Makefile.in (GDB_DOC_FILES): Add python.texi.
1220         * gdb.texinfo (Python): Moved to ...
1221         * python.texi: ... here.  New file.
1222
1223 2014-02-17  Ludovic Courtès  <ludo@gnu.org>
1224
1225         * guile.texi (Writing a Guile Pretty-Printer) <example>:
1226         Remove 'string-begins-with' procedure.  Add 'pretty-printer'
1227         parameter to 'str-lookup-function' procedure.  Look for
1228         the "std::string<" prefix.
1229         (Frames In Guile): Add 'frame' parameter to 'frame-read-var'.
1230         Adjust description.
1231
1232 2014-02-11  Tejas Belagod  <tejas.belagod@arm.com>
1233
1234         * guile.texi (Values From Inferior In Guile): Remove stray
1235         parantheses for deffn.
1236         (Disassembly In Guile): Ditto.
1237
1238 2014-02-10  Stan Shebs  <stan@codesourcery.com>
1239
1240         Add Doxygen support.
1241         * Makefile.in (doxy): New action, generates Doxygen files.
1242         (DOXYGEN): New.
1243         (doxyedit): New.
1244         * Doxyfile-base.in: New file.
1245         * Doxyfile-gdb-api.in: New file.
1246         * Doxyfile-gdb-xref.in: New file.
1247         * Doxyfile-gdbserver.in: New file.
1248         * doxy-index.in: New file.
1249         * filter-for-doxygen: New file.
1250         * filter-params.pl: New file.
1251
1252 2014-02-10  Doug Evans  <xdje42@gmail.com>
1253
1254         * Makefile.in (GDB_DOC_FILES): Add guile.texi.
1255         * gdb.texinfo (Auto-loading): Add set/show auto-load guile-scripts.
1256         (Extending GDB): New menu entries Guile, Multiple Extension Languages.
1257         (Guile docs): Include guile.texi.
1258         (objfile-gdbdotext file): Add objfile-gdb.scm.
1259         (dotdebug_gdb_scripts section): Mention Guile scripts.
1260         (Multiple Extension Languages): New node.
1261         * guile.texi: New file.
1262
1263 2014-01-28  Joel Brobecker  <brobecker@adacore.com>
1264
1265         * gdb.texinfo (Ada Glitches): Document the new "maint ada set/show
1266         ignore-descriptive-types". commands.
1267
1268 2014-01-22  Doug Evans  <dje@google.com>
1269
1270         * gdb.texinfo (Server): Mention --debug-format=all|none|timestamp.
1271         (gdbserver man): Ditto.
1272
1273 2014-01-16  Markus Metzger  <markus.t.metzger@intel.com>
1274
1275         * gdb.texinfo: Document limited reverse/replay support
1276         for target record-btrace.
1277
1278 2014-01-16  Markus Metzger  <markus.t.metzger@intel.com>
1279
1280         * gdb.texinfo (Process Record and Replay): Update documentation.
1281
1282 2014-01-16  Markus Metzger  <markus.t.metzger@intel.com>
1283
1284         * gdb.texinfo (Process Record and Replay): Document new /c
1285         modifier accepted by "record function-call-history".
1286         Add /i modifier to "record function-call-history" example.
1287
1288 2014-01-15  Yuanhui Zhang  <asmwarrior@gmail.com>
1289             Joel Brobecker  <brobecker@adacore.com>
1290
1291         * gdb.texinfo (GDB/MI Output Syntax): Add some missing "nl"
1292         markers.  Remove one that was misplaced.
1293
1294 2014-01-10  Pedro Alves  <palves@redhat.com>
1295
1296         * gdb.texinfo (Your Program's Environment) <set environment>:
1297         Mention the shell, and point at 'set exec-wrapper'.
1298
1299 2014-01-07  Joel Brobecker  <brobecker@adacore.com>
1300
1301         * gdb.texinfo (Types In Python): Document new attribute Types.name.
1302
1303 2013-12-30  Joel Brobecker  <brobecker@adacore.com>
1304
1305         * gdb.texinfo (Types In Python): Clarify the documentation
1306         of attribute gdb.Field.bitpos.
1307
1308 2013-12-28  Joel Brobecker  <brobecker@adacore.com>
1309
1310         * gdb.texinfo (Types In Python): Fix the documentation of
1311         attribute "bitpos" in class gdb.Field for enum types.  Add
1312         documentation for attribute "enumval" in that same class.
1313
1314 2013-12-28  Joel Brobecker  <brobecker@adacore.com>
1315
1316         * gdb.texinfo (GDB/MI Support Commands): Change @table into
1317         @ftable.
1318
1319 2013-12-23  Doug Evans  <xdje42@gmail.com>
1320
1321         * gdb.texinfo (Auto-loading): Move menu up.  Move discussion of
1322         auto-loaded objfile scripts and .debug_gdb_scripts section to their
1323         corresponding section in Extending GDB.
1324         (Extending GDB): Move menu up.  New menu item "Auto-loading
1325         extensions".
1326         (Sequences): New menu item "Auto-loading sequences".
1327         (Auto-loading sequences): New node.
1328         (Python): Rename section from Scripting GDB to Extending GDB.
1329         (Python Auto-loading): Update xref, refer to "Auto-loading extensions".
1330         Move docs on ways to auto-load extensions to ...
1331         (Auto-loading extensions): ... here.  New node.
1332
1333 2013-12-23  Joel Brobecker  <brobecker@adacore.com>
1334
1335         * gdb.texinfo (GDB/MI): Add "GDB/MI Support Commands" entry
1336         in menu.
1337         (GDB/MI Variable Objects): Adjust reference to "-list-features"
1338         command, now in a new node.
1339         (GDB/MI Support Commands): New node, with its contents being
1340         extracted from the "GDB/MI Miscellaneous Commands" node.
1341         A small paragraph introducing the section is also added at
1342         the start.
1343         (GDB/MI Miscellaneous Commands): Delete the description of the
1344         -info-gdb-mi-command, -list-features and -list-target-features
1345         commands, now hosted in the "GDB/MI Support Commands" node.
1346
1347 2013-12-12  Siva Chandra Reddy  <sivachandra@google.com>
1348
1349         PR python/16113
1350         * gdb.texinfo (Values From Inferior): Add a note about using
1351         gdb.Field objects as subscripts on gdb.Value objects.
1352         (Types In Python): Add description about the new attribute
1353         "parent_type" of gdb.Field objects.
1354
1355 2013-12-12  Joel Brobecker  <brobecker@adacore.com>
1356
1357         * gdb.texinfo (GDB/MI Miscellaneous Commands): Add @cindex
1358         entry for section docuumenting the -list-features GDB/MI command.
1359
1360 2013-12-10  Joel Brobecker  <brobecker@adacore.com>
1361
1362         * gdb.texinfo (GDB/MI Miscellaneous Commands): Document the new
1363         "exec-run-start-option" entry in the output of the "-list-features"
1364         command.
1365
1366 2013-12-04  Eli Zaretskii  <eliz@gnu.org>
1367
1368         * gdb.texinfo (i386): Fix yesterday's commit.
1369
1370 2013-12-03  Tom Tromey  <tromey@redhat.com>
1371
1372         * gdb.texinfo (Set Catchpoints): Add @kindex for each command
1373         documented here.
1374
1375 2013-12-03  Tom Tromey  <tromey@redhat.com>
1376
1377         * gdb.texinfo (@direntry): Add menu item for gdbserver.
1378
1379 2013-12-03  Walfred Tedeschi  <walfred.tedeschi@intel.com>
1380
1381         * gdb.texinfo (i386 Features): Add MPX feature registers.
1382         (x86 Specific featuresx86 Architecture-specific Issues): Adds
1383         a subsubsection for MPX and describes the display of the
1384         boundary registers.
1385
1386 2013-12-03  Joel Brobecker  <brobecker@adacore.com>
1387
1388         * gdb.texinfo (GDB/MI Miscellaneous Commands): Remove the
1389         documentation of the "ada-exceptions" entry.
1390
1391 2013-12-03  Joel Brobecker  <brobecker@adacore.com>
1392
1393         * gdb.texinfo (GDB/MI Result Records): Fix the syntax of the
1394         "^error" result record concerning the error message.  Document
1395         the error code that may also be part of that result record.
1396         (GDB/MI Miscellaneous Commands): Document the
1397         "undefined-command-error-code" element in the output of
1398         the "-list-features" GDB/MI command.
1399
1400 2013-12-03  Joel Brobecker  <brobecker@adacore.com>
1401
1402         * gdb.texinfo (GDB/MI Miscellaneous Commands): Document
1403         the new -info-gdb-mi-command GDB/MI command.  Document
1404         the meaning of "-info-gdb-mi-command" in the output of
1405         -list-features.
1406
1407 2013-11-29  Pedro Alves  <palves@redhat.com>
1408
1409         * gdb.texinfo (Frames In Python) <gdb.FRAME_UNWIND_NULL_ID>:
1410         Update comment.
1411
1412 2013-11-24  Yao Qi  <yao@codesourcery.com>
1413
1414         * gdb.texinfo (Caching Remote Data): Document new
1415         "set/show stack-cache" option.
1416
1417 2013-11-24  Yao Qi  <yao@codesourcery.com>
1418
1419         * gdb.texinfo (Caching Target Data): Replace "ON" with "on".
1420         (Maintenance Commands): Replace "ON" and "OFF" with "on" and
1421         "off" respectively.
1422
1423 2013-11-23  Yao Qi  <yao@codesourcery.com>
1424
1425         * gdb.texinfo (GDB/MI Variable Objects): Add the description
1426         of "displayhint" to the table about child results.
1427
1428 2013-11-21  Yao Qi  <yao@codesourcery.com>
1429
1430         * gdb.texinfo (GDB/MI Variable Objects): Add attribute
1431         'dynamic' for the output of command -var-list-children.
1432
1433 2013-11-21  Yao Qi  <yao@codesourcery.com>
1434
1435         * gdb.texinfo (Caching Target Data): Remove "see" before
1436         @pxref.
1437
1438 2013-11-20  Yao Qi  <yao@codesourcery.com>
1439
1440         * gdb.texinfo (Caching Target Data): Update doc for
1441         per-address-space dcache.
1442
1443 2013-11-20  Yao Qi  <yao@codesourcery.com>
1444
1445         * gdb.texinfo (Data): Rename menu item.
1446         (Caching Remote Data): Rename to ...
1447         (Caching Target Data): ... it.  Update.
1448
1449 2013-11-18  Joel Brobecker  <brobecker@adacore.com>
1450
1451         * gdb.texinfo (GDB/MI Miscellaneous Commands): Document the new
1452         "language-option" entry in the output of the "-list-features"
1453         command.
1454
1455 2013-11-15  Tom Tromey  <tromey@redhat.com>
1456
1457         * gdb.texinfo (Variables): Note gdb rules for ambiguous cases.
1458         Add example.
1459
1460 2013-11-14  Tom Tromey  <tromey@redhat.com>
1461
1462         * gdb.texinfo (Breakpoints In Python): Replace "as" with "in".
1463
1464 2013-11-14  Joel Brobecker  <brobecker@adacore.com>
1465
1466         * gdb.texinfo (Show): Add xref anchor for "show language" command.
1467         (Context management): Place current subsection text into its own
1468         subsubsection.  Add new subsubsection describing the "--language"
1469         command option.
1470
1471 2013-11-13  Joel Brobecker  <brobecker@adacore.com>
1472
1473         * gdb.texinfo (GDB/MI Miscellaneous Commands): Delete
1474         the documentation of "info-ada-exceptions" in the output
1475         of the "-list-features" command.  Add the documentation
1476         of the "ada-exception" entry instead.
1477
1478 2013-11-12  Joel Brobecker  <brobecker@adacore.com>
1479
1480
1481         * gdb.texinfo (GDB/MI Miscellaneous Commands): Fix the first
1482         word of a couple of sentences to start with a capital letter.
1483
1484 2013-11-12  Joel Brobecker  <brobecker@adacore.com>
1485
1486         * gdb.texinfo (Ada): Add entry in menu for new "Ada Exceptions" node.
1487         (Ada Exceptions): New node.
1488         (GDB/MI): Add entry in menu for new "GDB/MI Ada Exceptions
1489         Commands" node.
1490         (GDB/MI Ada Exceptions Commands): New node.
1491         (GDB/MI Miscellaneous Commands): Document new "info-ada-exceptions"
1492         field in the output of the "-list-features" command.
1493         * NEWS: Add entry for the new "info exceptions" CLI command,
1494         and for the new "-info-ada-exceptions" GDB/MI command.
1495
1496 2013-11-11  Phil Muldoon  <pmuldoon@redhat.com>
1497
1498         * gdb.texinfo (Symbol Tables In Python): Add linetable method entry.
1499         (Line Tables In Python): New node.
1500
1501 2013-11-08  Doug Evans  <dje@google.com>
1502
1503         * gdb.texinfo (Debugging Output): Update text for
1504         "set debug dwarf2-read".
1505
1506 2013-11-08  Doug Evans  <dje@google.com>
1507
1508         * gdb.texinfo (Debugging Output): Update text for
1509         "set debug symtab-create".
1510
1511 2013-11-07  Phil Muldoon  <pmuldoon@redhat.com>
1512
1513         * gdb.texinfo (Commands In Python): Document COMPLETE_EXPRESSION
1514         constant.
1515
1516 2013-11-07  Phil Muldoon  <pmuldoon@redhat.com>
1517
1518         * gdb.texinfo (Breakpoints In Python): Document temporary
1519         option in breakpoint constructor, and add documentation to the
1520         temporary attribute.
1521
1522 2013-11-07  Yao Qi  <yao@codesourcery.com>
1523
1524         * gdb.texinfo (GDB/MI Variable Objects): Update doc about the
1525         output of "-var-info-expression".
1526
1527 2013-11-06  Pedro Alves  <palves@redhat.com>
1528
1529         * gdb.texinfo (Starting) <set/show startup-with-shell>: Mention
1530         non-interactive mode.
1531         (Environment) <shell startup files warning>: Mention
1532         non-interactive mode.  Mention .zshenv for Z shell, and talk about
1533         BASH_ENV instead of .bashrc for BASH.
1534
1535 2013-10-29  Nicolas Blanc  <nicolas.blanc@intel.com>
1536
1537         * gdb.texinfo (Commands to Specify Files): Add description
1538         of the remove-symbol-file command.
1539         * observer.texi: New free_objfile event
1540
1541 2013-10-24  Pedro Alves  <palves@redhat.com>
1542
1543         * gdb.texinfo (Starting): Document set/show startup-with-shell.
1544
1545 2013-10-11  Joel Brobecker  <brobecker@adacore.com>
1546
1547         * gdb.texinfo (Shared Library GDB/MI Catchpoint Commands):
1548         New subsection inside which the "-catch-load" and "-catch-unload"
1549         commands documentation is now placed.
1550         (Ada Exception GDB/MI Catchpoint Commands): New subsection
1551         documenting the "-catch-assert" and "-catch-exception" new
1552         GDB/MI commands.
1553
1554 2013-10-10  Joel Brobecker  <brobecker@adacore.com>
1555
1556         * gdb.texinfo (Connecting): Remove unnecessary @w{}.
1557
1558 2013-10-10  Joel Brobecker  <brobecker@adacore.com>
1559
1560         * gdb.texinfo (Connecting): Replace "set remotebaud" by "set
1561         serial baud".
1562         (Remote Configuration): Replace "set remotebaud" by "set serial
1563         baud".  Replace "show remotebaud" by "show serial baud".
1564
1565 2013-10-07  Pedro Alves  <palves@redhat.com>
1566
1567         PR breakpoints/11568
1568         * gdb.texinfo (Thread-Specific Breakpoints): Mention what happens
1569         when the thread is removed from the thread list.
1570
1571 2013-10-06  Sergio Durigan Junior  <sergiodj@redhat.com>
1572
1573         * gdb.texinfo (Convenience Variables): Document $_exitsignal.
1574         Update entry for $_exitcode.
1575
1576 2013-10-04  Joel Brobecker  <brobecker@adacore.com>
1577
1578         * gdb.texinfo (GDB/MI Program Execution): Document "-exec-run"'s
1579         new "--start" option.
1580
1581 2013-10-02  Pedro Alves  <palves@redhat.com>
1582
1583         * gdb.texinfo (Registers): Expand description of saved registers
1584         in frames.  Explain <not saved>.
1585
1586 2013-09-25  Doug Evans  <dje@google.com>
1587
1588         * gdb.texinfo (Debugging Output): Document set/show debug symfile.
1589
1590 2013-09-16  Stan Shebs  <stan@codesourcery.com>
1591
1592         Remove the internals manual gdbint.texinfo.
1593         * Makefile.in (INFO_DEPS): Remove gdbint.info.
1594         (PDFFILES): Remove gdbint.pdf.
1595         (HTMLFILES): Remove gdbint/index.html.
1596         (HTMLFILES_INSTALL): Remove gdbint.
1597         (GDBINT_DOC_FILES): Remove.
1598         (dvi): Remove gdbint.dvi.
1599         (ps): Remove gdbint.ps.
1600         * gdbint.texinfo: Remove file.
1601         * gdb.texinfo (Maintenance Commands): Remove reference to gdbint.
1602
1603 2013-09-16  Sergio Durigan Junior  <sergiodj@redhat.com>
1604
1605         * gdb.texinfo (Convenience Functions): Mention new convenience
1606         function $_isvoid.
1607
1608 2013-09-13  Andreas Arnez  <arnez@linux.vnet.ibm.com>
1609
1610         * gdb.texinfo (Decimal Floating Point format): Mention S/390.
1611         (Standard Target Features): Add new node to menu.
1612         (S/390 and System z Features): New node.
1613
1614 2013-09-13  Sanimir Agovic  <sanimir.agovic@intel.com>
1615
1616         * gdb.texinfo (GDB/MI Miscellaneous Commands): Use
1617         -list-target-features in the example.
1618
1619 2013-09-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
1620
1621         * gdb.texinfo (MiniDebugInfo): Prepare file debug and use it to create
1622         mini_debuginfo.  Strip binary before adding mini_debuginfo to it.
1623
1624 2013-09-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
1625
1626         Sync documentation with gdb.base/gnu-debugdata.exp.
1627         * gdb.texinfo (MiniDebugInfo): Add comment and "D" in the example.
1628
1629 2013-09-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
1630
1631         * gdb.texinfo (MiniDebugInfo): Fix two trailing dots.
1632
1633 2013-08-27  Pedro Alves  <pedro@codesourcery.com>
1634             Yao Qi  <yao@codesourcery.com>
1635
1636         * gdb.texinfo (GDB/MI Stack Manipulation) <-stack-list-locals>:
1637         Document new --skip-unavailable option.
1638         <-stack-list-variables>: Document new --skip-unavailable option.
1639
1640 2013-08-26  Doug Evans  <dje@google.com>
1641
1642         * gdb.texinfo (Maintenance Commands): "maint print objfiles" now takes
1643         an optional regexp.
1644
1645 2013-08-13  Tom Tromey  <tromey@redhat.com>
1646
1647         * gdbint.texinfo (Testsuite): Use @table, not @itemize.
1648         Document GDB_PARALLEL and GDB_INOTIFY.
1649
1650 2013-08-09  Stan Shebs  <stan@codesourcery.com>
1651
1652         * LRS: Remove file, describes a long-abandoned live-range
1653         splitting extension to stabs.
1654
1655 2013-07-25  Andrew Burgess  <aburgess@broadcom.com>
1656
1657         * gdb.texinfo (Output Formats): Mention the new 'z' formatter.
1658
1659 2013-07-17  Doug Evans  <dje@google.com>
1660
1661         * gdb.texinfo (Print Settings): Document "print raw frame-arguments".
1662
1663 2013-07-02  Tom Tromey  <tromey@redhat.com>
1664
1665         * gdb.texinfo (Target Commands): Don't mention "target nrom".
1666
1667 2013-06-28  Tom Tromey  <tromey@redhat.com>
1668
1669         * Makefile.in (version.subst): Use version.in, not
1670         common/version.in.
1671         * gdbint.texinfo (Versions and Branches, Releasing GDB):
1672         Likewise.
1673
1674 2013-06-27  Pedro Alves  <palves@redhat.com>
1675
1676         * gdbint.texinfo (Algorithms) <Stepping over runtime loader
1677         dynamic symbol resolution code>: New section, based on infrun.c
1678         comment.
1679
1680 2013-06-26  Tom Tromey  <tromey@redhat.com>
1681
1682         * gdbint.texinfo (Versions and Branches): Use common/version.in.
1683         Update.
1684         (Releasing GDB): Likewise.
1685
1686 2013-06-26  Pedro Alves  <pedro@codesourcery.com>
1687             Yao Qi  <yao@codesourcery.com>
1688
1689         * gdb.texinfo (GDB/MI Tracepoint Commands): Document
1690         -trace-frame-collected.
1691
1692 2013-06-26  Pedro Alves  <pedro@codesourcery.com>
1693
1694         * gdb.texinfo (Traceframe Info Format): Document tvar element
1695         and its attributes.
1696
1697 2013-06-25  Yao Qi  <yao@codesourcery.com>
1698
1699         * gdbint.texinfo (Testsuite): Document 'gdb,predefined_tsv'.
1700
1701 2013-06-24  Tom Tromey  <tromey@redhat.com>
1702
1703         * Makefile.in (POD2MAN1, POD2MAN5): Use version.subst.
1704         (GDBvn.texi): Use version.subst.
1705         (version.subst): New target.
1706         (mostlyclean): Remove version.subst.
1707
1708 2013-06-20  Pedro Alves  <pedro@codesourcery.com>
1709
1710         * gdb.texinfo (GDB/MI Data Manipulation)
1711         <-data-list-register-values>: Document the --skip-unavailable
1712         option.
1713
1714 2013-06-07  Yao Qi  <yao@codesourcery.com>
1715
1716         * gdb.texinfo (Symbols): Add kindex and cindex for
1717         'maint print msymbols'.
1718
1719 2013-06-05  Simon Marchi  <simon.marchi@ericsson.com>  (tiny change)
1720
1721         * gdb.texinfo (Miscellaneous gdb/mi Commands): Fix -add-inferior
1722         response field name (thread-group to inferior).
1723
1724 2013-06-04 Gary Benson  <gbenson@redhat.com>
1725
1726         * gdb.texinfo (General Query Packets/qSupported): Added
1727         "qXfer:libraries-svr4:read" and "augmented-libraries-svr4-read".
1728         to the table of currently defined stub features.
1729         Added a more detailed entry for "augmented-libraries-svr4-read".
1730         (General Query Packets/qXfer:libraries-svr4:read): Documented
1731         the augmented form of this packet.
1732
1733 2013-05-23  Joel Brobecker  <brobecker@adacore.com>
1734
1735         * gdb.texinfo (System-wide Configuration Scripts): Renames
1736         "Installed System-wide Configuration Scripts". Add associated
1737         @menu block.
1738
1739 2013-05-23  Yao Qi  <yao@codesourcery.com>
1740             Pedro Alves  <palves@redhat.com>
1741
1742         * gdb.texinfo (Packets): Document 'vCont;r'.
1743         (Continuing and Stepping): Document target-assisted range
1744         stepping, and the 'set range-stepping' and 'show range-stepping'
1745         commands.
1746
1747 2013-05-23  Joel Brobecker  <brobecker@adacore.com>
1748
1749         * gdb.texinfo (Installed System-wide Configuration Scripts):
1750         Add subsection describing the scripts now available under
1751         the data-dir's system-gdbbinit subdirectory.
1752         * NEWS: Add entry announcing the availability of system-wide
1753         configuration scripts for ElinOS and Wind River Linux.
1754
1755 2013-05-21  Hui Zhu  <hui@codesourcery.com>
1756
1757         * gdb.texinfo (GDB/MI Breakpoint Commands): Describe the
1758         "-dprintf-insert" command.
1759
1760 2013-05-17  Doug Evans  <dje@google.com>
1761
1762         * gdb.texinfo (Maintenance Commands): Update doc for
1763         "maint check-psymtabs".  Add doc for "maint check-symtabs",
1764         "maint expand-symtabs".
1765
1766 2013-05-15  Markus Metzger  <markus.t.metzger@intel.com>
1767
1768         * gdb.texinfo (Process Record and Replay): Document the
1769         "record goto" command and its sub-commands.
1770
1771 2013-05-10 Phil Muldoon  <pmuldoon@redhat.com>
1772
1773         * gdb.texinfo (Backtrace): Add "no-filter" argument.
1774         (Python API): Add Frame Filters API, Frame Wrapper API,
1775         Writing a Frame Filter/Wrapper, Managing Management of Frame
1776         Filters chapter entries.
1777         (Frame Filters API): New Node.
1778         (Frame Wrapper API): New Node.
1779         (Writing a Frame Filter): New Node.
1780         (Managing Frame Filters): New Node.
1781         (Progspaces In Python): Add note about frame_filters attribute.
1782         (Objfiles in Python): Ditto.
1783         (GDB/MI Stack Manipulation): Add -enable-frame-filters command,
1784         @anchors and --no-frame-filters option to -stack-list-variables,
1785         -stack-list-frames, -stack-list-locals and -stack-list-arguments
1786         commands.
1787
1788 2013-05-08  Joel Brobecker  <brobecker@adacore.com>
1789
1790         * gdbint.texinfo (Native Debugging): Add "AIX Shared Library
1791         Support" subsection documenting the XML format used to transfer
1792         shared library info on AIX.
1793
1794 2013-05-08  Joel Brobecker  <brobecker@adacore.com>
1795
1796         * gdb.texinfo (Debugging Output): Add documentation of
1797         "set debug aix-solib" and "show debug aix-solib" commands.
1798
1799 2013-05-06  Sandra Loosemore  <sandra@codesourcery.com>
1800
1801         * gdb.texinfo (Nios II): New section.
1802         (Nios II Features): New section.
1803
1804 2013-05-06  Joel Brobecker  <brobecker@adacore.com>
1805
1806         * gdbint.texinfo (Algorithms): Remove entries documenting
1807         DEPRECATED_IBM6000_TARGET, SOLIB_ADD, and
1808         SOLIB_CREATE_INFERIOR_HOOK.
1809
1810 2013-04-29  Tom Tromey  <tromey@redhat.com>
1811
1812         PR python/14204:
1813         * gdb.texinfo (Python API): Fix menu entry.
1814         (Blocks In Python): Fix subsubsection text.  Rewrite intro.
1815         Define global and static block.  Add example.  Clarify
1816         block relationship for inline functions.
1817
1818 2013-04-29  Tom Tromey  <tromey@redhat.com>
1819
1820         * gdb.texinfo (Python API): Mention Python help and keyword
1821         arguments.  Move pagination text to Basic Python.
1822         (Basic Python): Put pagination text here.  Document
1823         close-on-exec, SIGCHLD, and SIGINT.
1824
1825 2013-04-19  Pedro Alves  <palves@redhat.com>
1826
1827         * gdbint.texinfo (Misc Guidelines) <Compiler Warnings>: Write
1828         "signedness" instead of "signness".
1829
1830 2013-04-19  Pedro Alves  <palves@redhat.com>
1831
1832         * gdbint.texinfo (Misc Guidelines) <Compiler Warnings>: Replace
1833         -Wno-pointer-sign text with text on -Wpointer-sign.
1834
1835 2013-04-16  Tom Tromey  <tromey@redhat.com>
1836
1837         * gdb.texinfo (Set Catchpoints): Mention earliest version of
1838         GCC that has the SDT probe points.
1839
1840 2013-04-15  Tom Tromey  <tromey@redhat.com>
1841
1842         * gdb.texinfo (Set Catchpoints): Document regexp syntax for
1843         exception catchpoints.
1844
1845 2013-04-15  Tom Tromey  <tromey@redhat.com>
1846
1847         * gdb.texinfo (Set Catchpoints): Document $_exception.
1848         (Convenience Vars): Mention $_exception.
1849
1850 2013-04-15  Tom Tromey  <tromey@redhat.com>
1851
1852         * gdb.texinfo (Set Catchpoints): Reorganize exception
1853         catchpoints.  Document "catch rethrow".
1854         (Debugging C Plus Plus): Mention "catch rethrow".
1855
1856 2013-04-15  Tom Tromey  <tromey@redhat.com>
1857
1858         * gdb.texinfo (Set Catchpoints): Remove obsolete text.
1859
1860 2013-04-12  Jan Kratochvil  <jan.kratochvil@redhat.com>
1861             Eli Zaretskii  <eliz@gnu.org>
1862
1863         * gdb.texinfo (Auto-loading safe path): Add quick -iex using command
1864         line below the sample output.
1865
1866 2013-04-12  Eli Zaretskii  <eliz@gnu.org>
1867
1868         * gdb.texinfo (Mode Options): Document '-configuration'.
1869         (Help): Document "show configuration".
1870         (Bug Reporting): Add requirements to include the configuration
1871         details in bug reports.
1872
1873 2013-04-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
1874
1875         * Makefile.in (MAN1S): Add gcore.1.
1876         Remove "Host, target, and site specific Makefile fragments" comment.
1877         (@host_makefile_frag@, HAVE_NATIVE_GCORE_TARGET): New.
1878         (install-man1, uninstall-man1): Conditionalize gcore.1.
1879         (gcore.1): New.
1880         * gdb.texinfo (Man Pages): Add gcore man.
1881         (gcore man): New node.
1882
1883 2013-04-10  Pedro Alves  <palves@redhat.com>
1884
1885         * gdb.texinfo (Process Record and Replay): Document that "set
1886         record full insn-number-max", "set record
1887         instruction-history-size" and "set record
1888         function-call-history-size" accept "unlimited".
1889         (Backtrace): Document that "set backtrace limit" accepts
1890         "unlimited".
1891         (List): Document that "set listsize" accepts "unlimited".
1892         (Print Settings)" Document that "set print max-symbolic-offset",
1893         "set print elements" and "set print repeats" accept "unlimited".
1894         (Starting and Stopping Trace Experiments): Document that "set
1895         trace-buffer-size" accepts "unlimited".
1896         (Remote Configuration): Document that "set tcp connect-timeout"
1897         accepts "unlimited".
1898         (Command History): Document that "set history size" accepts
1899         "unlimited".
1900         (Screen Size): Document that "set height" and "set width" accepts
1901         "unlimited".  Adjust "set pagination"'s description to suggest
1902         "set height unlimited" instead of "set height 0".
1903
1904 2013-04-10  Yao Qi  <yao@codesourcery.com>
1905
1906         * gdb.texinfo (Trace Files): Add "target ctf".
1907
1908 2013-04-06  Jan Kratochvil  <jan.kratochvil@redhat.com>
1909
1910         * Makefile.in (POD2MAN1, POD2MAN5): Replace $(VERSION) by ../version.in.
1911
1912         * Makefile.in (install-man1, install-man5, uninstall-man1)
1913         (uninstall-man5): Replace $(MANS) by $(MAN1S) and $(MAN5S) respectively.
1914
1915         * Makefile.in (gdb.1, gdbserver.1, gdbinit.5): Use $(srcdir).
1916
1917 2013-04-06  Jan Kratochvil  <jan.kratochvil@redhat.com>
1918             Eli Zaretskii  <eliz@gnu.org>
1919
1920         * gdb.texinfo (gdbserver man): Rename tty to comm.  Swap --attach
1921         parameters order.  Remove "On some targets" for --attach.  Document the
1922         --multi parameter and extended-remote command.  Document all the
1923         options.
1924
1925 2013-04-05  Jan Kratochvil  <jan.kratochvil@redhat.com>
1926
1927         * gdb.texinfo (gdb man): Mention option -p.  Include Fortran to
1928         the list of supported languages.
1929
1930 2013-04-05  Jan Kratochvil  <jan.kratochvil@redhat.com>
1931
1932         Convert man pages to texinfo, new gdbinit.5 texinfo page.
1933         * Makefile.in (mandir, man1dir, man5dir, SYSTEM_GDBINIT, MANCONF,
1934         (TEXI2POD, POD2MAN1, POD2MAN5, MAN1S, MAN5S, MANS, man): New.
1935         (diststuff): Add man.
1936         (install-man, install-man1, install-man5, uninstall-man, uninstall-man1)
1937         (uninstall-man5): New.
1938         (STAGESTUFF): Add *.1 and *.5.
1939         (GDBvn.texi): Add SYSTEM_GDBINIT.
1940         (gdb.1, gdbserver.1, gdbinit.5): New.
1941         (maintainer-clean realclean): Add $(MANS).
1942         (install): Add install-man.
1943         (uninstall): Add uninstall-man.
1944         * gdb.texinfo (@include gdb-cfg.texi): Wrap it by @c man begin INCLUDE.
1945         (@copying): Wrap it by @c man begin COPYRIGHT.
1946         (Top): Add Man Pages.
1947         (Man Pages, gdb man, gdbserver man, gdbinit man): New.
1948
1949 2013-04-02  Pedro Alves  <palves@redhat.com>
1950
1951         * gdb.texinfo (Debugging Output): Document "set/show debug
1952         aarch64", "set/show debug coff-pe-read" and "set/show debug
1953         mach-o".
1954
1955 2013-04-02  Pedro Alves  <palves@redhat.com>
1956
1957         * gdb.texinfo (Remote Configuration) <set remote @var{name}-packet
1958         table>: Add entry for "trace-buffer-size".
1959
1960 2013-03-28  Pedro Alves  <palves@redhat.com>
1961
1962         * gdb.texinfo (Remote Configuration) <set remote @var{name}-packet
1963         table>: Add entry for "trace-status".
1964
1965 2013-03-28  Eli Zaretskii  <eliz@gnu.org>
1966
1967         * gdb.texinfo (Maintenance Commands): Use @enumerate, not "@table
1968         @bullet", which is invalid (makeinfo 5.1 barfs).
1969
1970 2013-03-28  Pedro Alves  <palves@redhat.com>
1971
1972         PR gdb/15294
1973
1974         * gdb.texinfo (List) <set listsize>: Adjust to document that
1975         listsize 0 means no limit, and remove mention of -1.
1976
1977 2013-03-22  Yao Qi  <yao@codesourcery.com>
1978
1979         * gdb.texinfo (Embedded Processors): Remove menu item
1980         "OpenRISC 1000".
1981         (OpenRISC 1000): Remove.
1982
1983 2013-03-21  Doug Evans  <dje@google.com>
1984
1985         * gdb.texinfo (Maintenance Commands): Add docs for
1986         "mt set per-command {space,time,symtab} {on,off}".
1987
1988 2013-03-14  Hui Zhu  <hui@codesourcery.com>
1989             Yao Qi  <yao@codesourcery.com>
1990
1991         * gdb.texinfo (Trace Files): Add "tsave -ctf".
1992
1993 2013-03-13  Keith Seitz  <keiths@redhat.com>
1994
1995         * gdb.texinfo (Maintenance Commands): Add missing ')' for
1996         "maint agent" reference to Dynamic printf.
1997
1998 2013-03-11  Eli Zaretskii  <eliz@gnu.org>
1999
2000         * gdb.texinfo (General Query Packets): Don't use colon in index
2001         entries visible to Info format.
2002
2003 2013-03-11  Markus Metzger  <markus.t.metzger@intel.com>
2004
2005         * gdb.texinfo (Process Record and Replay): Document record
2006         changes.
2007
2008 2013-03-11  Markus Metzger  <markus.t.metzger@intel.com>
2009
2010         * gdb.texinfo (Requirements): List qXfer:btrace:read requiring expat.
2011         (General Query Packets): Describe Qbtrace:bts, Qbtrace:off, and
2012         qXfer:btrace:read.
2013
2014 2013-03-09  Eli Zaretskii  <eliz@gnu.org>
2015
2016         * gdb.texinfo (General Query Packets, Tracepoint Packets): Don't
2017         use colons in @anchor and @cindex entries.
2018
2019 2013-03-09  Hafiz Abid Qadeer  <abidh@codesourcery.com>
2020
2021         * gdb.texinfo (QTBuffer:size): Add cindex and anchor.
2022
2023 2013-03-08  Stan Shebs  <stan@codesourcery.com>
2024             Hafiz Abid Qadeer  <abidh@codesourcery.com>
2025
2026         * gdb.texinfo (Starting and Stopping Trace Experiments): Document
2027         trace-buffer-size set and show commands.
2028         (Tracepoint Packets): Document QTBuffer:size.
2029         (General Query Packets): Document QTBuffer:size.
2030
2031 2013-02-21  Tom Tromey  <tromey@redhat.com>
2032
2033         * gdb.texinfo: Remove bad @syncodeindex.
2034         (Values From Inferior, Types In Python, Inferiors In Python)
2035         (Events In Python, Threads In Python, Frames In Python, Blocks In
2036         Python, Symbols In Python, Symbol Tables In Python): Remove
2037         @tables.
2038         (Packets, General Query Packets, Tracepoint Packets)
2039         (Host I/O Packets): Use @w{} for empty @item.
2040
2041 2013-02-20  Siva Chandra Reddy <sivachandra@google.com>
2042
2043         * gdb.texinfo (Architectures In Python): Add description about
2044         the new method gdb.Architecture.disassemble.
2045
2046 2013-02-15  Pedro Alves  <pedro@codesourcery.com>
2047             Hafiz Abid Qadeer  <abidh@codesourcery.com>
2048
2049         * gdb.texinfo (GDB/MI Tracepoint Commands) <-trace-status>:
2050         Document the "trace-file" field.
2051
2052 2013-02-07  Doug Evans  <dje@google.com>
2053
2054         * gdb.texinfo (Machine Code): Clarify argument to disassemble
2055         command.
2056
2057 2013-02-06  Yao Qi  <yao@codesourcery.com>
2058
2059         * gdb.texinfo (GDB/MI Async Records): Document new MI
2060         notification "=tsv-modified".  Update the document of MI
2061         notification "=tsv-created".
2062         * observer.texi (GDB Observers): New observer tsv_modified.
2063         Update observer tsv_created and tsv_delete.
2064
2065 2013-02-05  Yufeng Zhang  <yufeng.zhang@arm.com>
2066
2067         * gdb.texinfo (AArch64 Features): New section; document
2068         org.gnu.gdb.aarch64.core and org.gnu.gdb.aarch64.fpu.
2069         (Architectures): Add new AArch64 section to document AArch64
2070         architecture specific commands.
2071         (ABI): Add description of the new OS ABI "Newlib" and its influence
2072         on the longjmp handling.
2073
2074 2013-02-03  Eldar Gaynetdinov <hal9000ed2k@gmail.com>
2075             Jan Kratochvil  <jan.kratochvil@redhat.com>
2076
2077         * gdb.texinfo (Backtrace): Added description of 'filename-display'
2078         variable in 'set/show backtrace' section.
2079
2080 2013-01-31  Tom Tromey  <tromey@redhat.com>
2081
2082         * gdb.texinfo (Target Commands): Fix typo.
2083
2084 2013-01-23  Siva Chandra Reddy  <sivachandra@google.com>
2085
2086         * doc/gdb.texinfo (Architectures In Python): New sub-sub-section
2087         describing the gdb.Architecture class.
2088         (Frames In Python): Add description about the new method
2089         gdb.Frame.architecture().
2090
2091 2013-01-23  Doug Evans  <dje@google.com>
2092
2093         * gdb.texinfo (Index Section Format): Document .gdb_index version 8.
2094
2095 2013-01-21  Marc Khouzam  <marc.khouzam@ericsson.com>
2096
2097         * gdb.texinfo (GDB/MI Breakpoint Commands): Document new
2098         'thread-groups' field when printing a breakpoint in MI.
2099
2100 2012-01-17  Sanjoy Das <sanjoy@playingwithpointers.com>
2101         * gdb.texinfo (Using JIT Debug Info Readers): Change documentation
2102         to reflect that jit-reader-load now supports absolute file-names.
2103
2104 2013-01-16  Tom Tromey  <tromey@redhat.com>
2105
2106         * gdb.texinfo (Set Catchpoints): Document "catch signal".
2107         (Signals): Likewise.
2108
2109 2013-01-16  Tom Tromey  <tromey@redhat.com>
2110
2111         * gdb.texinfo (GDB/MI Breakpoint Information): Document
2112         "catch-type" field.
2113         (GDB/MI Catchpoint Commands): Add "catch-type" to examples.
2114
2115 2013-01-07  Tom Tromey  <tromey@redhat.com>
2116
2117         * gdb.texinfo (Mode Options): Don't mention -epoch.
2118         (Data, Emacs): Remove obsolete comments.
2119
2120 2013-01-02  Tom Tromey  <tromey@redhat.com>
2121
2122         * gdb.texinfo (GDB/MI Output Records): Update menu.
2123         (GDB/MI Breakpoint Information): New node.
2124         (GDB/MI Breakpoint Commands) <-break-info>: Link to new node.
2125         <-break-insert>: Likewise.
2126
2127 2012-12-31  Yao Qi  <yao@codesourcery.com>
2128
2129         * gdb.texinfo (Remote Non-Stop): Move paragraphs to ...
2130         (Packets): Move "vStopped" packet to ...
2131         (Notification Packets): ... here.  Describe the components
2132         of notification.  Add a table of supported notifications.
2133         Add an example on the process of he async notification.
2134
2135 2012-12-25  Jan Kratochvil  <jan.kratochvil@redhat.com>
2136
2137         * gdb.texinfo (GDB/MI Data Manipulation) (fullname): Make it always
2138         present.
2139         (GDB/MI File Commands) (-file-list-exec-source-files): Make the
2140         fullname output always present.
2141
2142 2012-12-23  Pierre Muller  <muller@sourceware.org>
2143
2144         * gdbint.texinfo (Function prototypes): Require use of "extern"
2145         modifier for function prototypes in headers.
2146
2147 2012-12-19  Joel Brobecker  <brobecker@adacore.com>
2148
2149         * refcard.tex: Update copyright notice to GPL v3 or later.
2150         Update contact info.
2151
2152 2012-12-16  Jan Kratochvil  <jan.kratochvil@redhat.com>
2153
2154         * gdbint.texinfo (Coding Standards) (C Usage): New rule for 0 vs. NULL.
2155
2156 2012-12-15  Yao Qi  <yao@codesourcery.com>
2157
2158         * gdb.texinfo (Debugging Output): Document 'set debug
2159         notification' and 'show debug notification'.
2160
2161 2012-12-15  Yao Qi  <yao@codesourcery.com>
2162
2163         * gdb.texinfo (Listing Tracepoints): New item and example about
2164         'installed on target' output.
2165         Add more in the example about 'installed on target'.
2166         (GDB/MI Breakpoint Commands): Doc about 'installed field.
2167
2168 2012-12-14  Tom Tromey  <tromey@redhat.com>
2169
2170         * gdb.texinfo (SVR4 Process Information): Mention core files.
2171
2172 2012-12-12 Mircea Gherzan <mircea.gherzan@intel.com>
2173
2174         * gdb.texinfo (GDB/MI Catchpoint Commands): New section.
2175
2176 2012-12-11  Pedro Alves  <palves@redhat.com>
2177
2178         * gdb.texinfo: Remove all mentions of Unixware throughout.
2179
2180 2012-12-09  Jan Kratochvil  <jan.kratochvil@redhat.com>
2181
2182         * gdbint.texinfo (Host Definition): Remove CC_HAS_LONG_LONG.
2183
2184 2012-11-29  Tom Tromey  <tromey@redhat.com>
2185
2186         * gdb.texinfo (SVR4 Process Information): Document missing
2187         "info proc" subcommands.
2188
2189 2012-11-29  Yao Qi  <yao@codesourcery.com>
2190
2191         PR gdb/1477.
2192         * gdb.texinfo (Print Settings): Correct the default 'demangle-style'
2193         to 'auto' instead of 'gnu'.
2194
2195 2012-11-26  Tom Tromey  <tromey@redhat.com>
2196
2197         * gdb.texinfo (MiniDebugInfo): New node.
2198         (GDB Files): Update.
2199
2200 2012-11-16  Doug Evans  <dje@google.com>
2201
2202         * gdb.texinfo (System-wide configuration): If the system-wide init
2203         file lives in the data-directory, and --data-directory is provided,
2204         look for it there.
2205
2206 2012-11-15  Tom Tromey  <tromey@redhat.com>
2207
2208         * gdb.texinfo (Signaling): Fix typo.
2209
2210 2012-11-13  Giuseppe Montalto  <giuseppe.montalto@st.com>
2211
2212         * gdb.texinfo (GDB/MI Data Manipulation): Document new optional
2213         parameter "count" of -data-write-memory-bytes, and add an example.
2214
2215 2012-11-12  Tom Tromey  <tromey@redhat.com>
2216
2217         * gdb.texinfo (Symbols): Document "info type-printers",
2218         "enable type-printer" and "disable type-printer".
2219         (Python API): Add new node to menu.
2220         (Type Printing API): New node.
2221         (Progspaces In Python): Document type_printers field.
2222         (Objfiles In Python): Likewise.
2223         (gdb.types) <get_type_recognizers, apply_type_recognizers,
2224         register_type_printer, TypePrinter>: Document.
2225
2226 2012-11-12  Tom Tromey  <tromey@redhat.com>
2227
2228         * gdb.texinfo (Symbols): Document "set print type methods",
2229         "set print type typedefs", and flags to ptype and whatis.
2230
2231 2012-11-09  Andrew Burgess  <aburgess@broadcom.com>
2232
2233         * gdb.texinfo (GDB/MI Data Manipulation): Add fullname field to
2234         the example -data-disassemble output.  Extend the description of
2235         the -data-disassemble results to document all fields.  Document
2236         the cli disassemble command as being related to -data-disassemble.
2237
2238 2012-11-09  Yao Qi  <yao@codesourcery.com>
2239
2240         PR gdb/14777.
2241         * gdb.texinfo (OS Information): Remove doc on command
2242         'info udot'.
2243
2244 2012-11-08  Joel Brobecker  <brobecker@adacore.com>
2245
2246         * gdb.texinfo (Startup): Minor rewording, and clarify scope of
2247         gdb.ini warning for Windows port.
2248
2249 2012-11-08  Yao Qi  <yao@codesourcery.com>
2250
2251         * gdb.texinfo (Search): Add kindex for 'fo'.
2252
2253 2012-11-05  Tom Tromey  <tromey@redhat.com>
2254
2255         PR python/14802:
2256         * gdb.texinfo (Functions In Python): Add example.
2257
2258 2012-11-03  Yao Qi  <yao@codesourcery.com>
2259
2260         * observer.texi (GDB Observers): Remove observer
2261         'tracepoint_modified', 'tracepoint_created' and
2262         'tracepoint_deleted'.
2263
2264 2012-10-26  Tom Tromey  <tromey@redhat.com>
2265
2266         * gdb.texinfo (General Query Packets): Use @itemx for QAgent.
2267
2268 2012-10-25  Tom Tromey  <tromey@redhat.com>
2269
2270         * gdb.texinfo (General Query Packets): Use @itemx.
2271
2272 2012-10-17  Yao Qi  <yao@codesourcery.com>
2273
2274         * observer.texi (GDB Observers): Update observer
2275         'memory_changed'.
2276         * gdb.texinfo (GDB/MI Async Records): Document for
2277         "memory-changed" notification.
2278
2279 2012-10-15  Doug Evans  <dje@google.com>
2280
2281         * gdb.texinfo (Mode Options): Document -nh.
2282         Elaborate on docs for -nx.
2283
2284 2012-09-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
2285
2286         * observer.texi (memory_changed): Expand parameter LEN to ssize_t.
2287
2288 2012-09-21  Yao Qi  <yao@codesourcery.com>
2289             Pedro Alves  <palves@redhat.com>
2290
2291         * gdb.texinfo (GDB/MI Async Records): Document notification
2292         'record-started' and 'record-stopped'.
2293         * observer.texi (GDB Observers): New observer 'record-changed'.
2294
2295 2012-09-19  Thomas Schwinge  <thomas@codesourcery.com>
2296
2297         * gdb.texinfo: Document the removal of SH's 'regs' command.
2298
2299 2012-09-18  Sergio Durigan Junior  <sergiodj@redhat.com>
2300
2301         * gdb.texinfo (jump): Mention new alias `j' for `jump'.
2302
2303 2012-09-18  Yao Qi  <yao@codesourcery.com>
2304
2305         * gdb.texinfo (GDB/MI Async Records): Document new MI
2306         notifications '=tsv-created' and '=tsv-deleted'.
2307         * observer.texi (GDB Observers): New observer tsv_created and
2308         tsv_deleted.
2309
2310 2012-09-18  Yao Qi  <yao@codesourcery.com>
2311
2312         * observer.texi (GDB Observers): New observer 'traceframe_changed'.
2313         * gdb.texinfo (GDB/MI Async Records): Mention new MI notification
2314         '=traceframe-changed'.
2315
2316 2012-09-17  Yao Qi  <yao@codesourcery.com>
2317
2318         * gdb.texinfo (List): Describe the meaning of 0 and -1 in
2319         'set listsize'.
2320
2321 2012-09-13  Jan Kratochvil  <jan.kratochvil@redhat.com>
2322             Eli Zaretskii  <eliz@gnu.org>
2323
2324         * gdbint.texinfo (Defining Other Architecture Features): Clarify *pcptr
2325         encoding for gdbarch_breakpoint_from_pc, bp_addr for
2326         gdbarch_push_dummy_call and bp_addr for gdbarch_push_dummy_code.
2327
2328 2012-08-27  Jan Kratochvil  <jan.kratochvil@redhat.com>
2329
2330         * gdb.texinfo (objfile-gdb.py file): New paragraph for .exe stripping.
2331
2332 2012-08-23  Khoo Yit Phang <khooyp@cs.umd.edu>
2333
2334         Document how to return from "python-interactive" to GDB.
2335         * gdb.texinfo (Python Commands): Update documentation.
2336
2337 2012-08-22  Khoo Yit Phang <khooyp@cs.umd.edu>
2338
2339         Add a new "python-interactive" command that starts a standard
2340         Python interactive prompt with "pi" as alias, and add "py" as
2341         an alias to "python".
2342         * gdb.texinfo (Python Commands): Document the new commands.
2343
2344 2012-08-22  Tom Tromey  <tromey@redhat.com>
2345
2346         * gdbint.texinfo (Host Definition): Remove documentation for
2347         SIGWINCH_HANDLER and SIGWINCH_HANDLER_BODY.
2348
2349 2012-08-17  Keith Seitz  <keiths@redhat.com>
2350
2351         PR c++/13356
2352         * gdb.texinfo (Type and Range Checking): Remove warning.
2353         Remove spurious commas.
2354         Update text and examples for re-implementation of set/show
2355         check type.
2356         (C and C++ Type and Range Checks): Likewise.
2357
2358 2012-08-16  Yao Qi  <yao@codesourcery.com>
2359
2360         * gdb.texinfo (Types In Python): Mention gdb.TYPE_CODE_BITSTRING
2361         is deprecated.
2362
2363 2012-08-13  Doug Evans  <dje@google.com>
2364
2365         * gdb.texinfo (Convenience Vars): Update text for "show convenience"
2366         to include functions.
2367
2368 2012-08-10  Doug Evans  <dje@google.com>
2369
2370         * gdb.texinfo (Convenience Funs): New node.
2371         (Types In Python): Document Type.vector.
2372
2373 2012-08-09  Yao Qi  <yao@codesourcery.com>
2374
2375         * observer.texi: New observer command_param_changed.
2376         * gdb.texinfo (GDB/MI Async Records): Doc for '=cmd-param-changed'.
2377
2378 2012-08-07  Jan Kratochvil  <jan.kratochvil@redhat.com>
2379
2380         * gdbint.texinfo (Debugging GDB): In section
2381         'Debugging @value{GDBN} with itself' change .gdbinit for gdb-gdb.gdb.
2382         Mention also gdb-gdb.py.
2383
2384 2012-08-07  Yao Qi  <yao@codesourcery.com>
2385
2386         Revert the folloing patch:
2387         2012-08-06  Yao Qi  <yao@codesourcery.com>
2388         * gdb.texinfo (Remote Configuration): Add kindex for 'set
2389         remote hardware-watchpoint-limit' and 'set
2390         remote hardware-breakpoint-limit'.
2391
2392 2012-08-06  Nathaniel Flath  <flat0103@gmail.com>
2393
2394         * gdb.texinfo (Working Directory): Added information about new
2395         default argument for 'cd' command.
2396
2397 2012-08-06  Yao Qi  <yao@codesourcery.com>
2398
2399         * gdb.texinfo (Remote Configuration): Add kindex for 'set
2400         remote hardware-watchpoint-limit' and 'set
2401         remote hardware-breakpoint-limit'.
2402
2403 2012-08-06  Yao Qi  <yao@codesourcery.com>
2404
2405         Fix PR14371.
2406
2407         * gdb.texinfo (GDB/MI Async Records): Fix the doc for
2408         '=breakpoint-deleted'.
2409
2410 2012-08-02  Yao Qi  <yao@codesourcery.com>
2411
2412         * gdb.texinfo (Native): Remove node Neutrino.
2413
2414 2012-07-27  Yao Qi  <yao@codesourcery.com>
2415
2416         * gdb.texinfo (IPA Protocol Commands): Document new command
2417         'close'.
2418
2419 2012-07-25  Tom Tromey  <tromey@redhat.com>
2420
2421         * gdb.texinfo (Maintenance Commands): Document maint info bfds.
2422
2423 2012-07-20  Doug Evans  <dje@google.com>
2424
2425         * gdb.texinfo (Mode Options): Delete --use-deprecated-index-sections.
2426         (Index Files): Document how to control the use of deprecated index
2427         sections.
2428         (Index Section Format): Replace --use-deprecated-index-sections with
2429         "set use-deprecated-index-sections on".
2430
2431 2012-07-12  Eli Zaretskii  <eliz@gnu.org>
2432
2433         * gdbint.texinfo: Remove @syncodeindex directives that put all the
2434         indices into a single node "Index".  Instead, join function and
2435         variable indices into a single index, separate from the concept
2436         index.  Requested in
2437         http://sourceware.org/ml/gdb-patches/2012-07/msg00146.html.
2438         (Top): Update the top-level menu: instead of one "Index" there are
2439         now separate entries "Concept Index" and "Function and Variable
2440         Index".
2441         (Concept Index, Function and Variable Index): New nodes.
2442         (Index): Node deleted.
2443
2444 2012-07-05  Hui Zhu  <hui_zhu@mentor.com>
2445
2446         * gdb.texinfo (Maintenance Commands): Change help for "maint agent"
2447         and "maint agent-eval".
2448
2449 2012-07-03  Eli Zaretskii  <eliz@gnu.org>
2450
2451         * gdb.texinfo: Separate the index into 2 indices, cp and fn, to
2452         avoid file-name clashes between Index.html and index.html on
2453         case-insensitive filesystems.  See the discussion starting in
2454         http://sourceware.org/ml/gdb-patches/2012-06/msg00457.html for the
2455         details of the problem.
2456         (Top): Update the master menu for the above.
2457         (Concept Index, Command and Variable Index): New nodes, instead of
2458         the old "Index" node that was deleted.  All cross-references
2459         updated.
2460
2461 2012-07-02  Stan Shebs  <stan@codesourcery.com>
2462
2463         * gdb.texinfo (Dynamic Printf): Mention agent style and
2464         disconnected dprintf.
2465         (Maintenance Commands): Describe maint agent-printf.
2466         (General Query Packets): Mention BreakpointCommands feature.
2467         (Packets): Document commands extension to Z0 packet.
2468         * agentexpr.texi (Bytecode Descriptions): Document printf
2469         bytecode.
2470
2471 2012-07-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
2472
2473         * gdb.texinfo (File Options): Change -ix and -iex commands that apply
2474         only after gdbinit files.
2475         (Startup): Move -iex and -iex commands down after gdbinit files.
2476
2477 2012-07-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
2478
2479         * gdb.texinfo (Auto-loading safe path): Note the shell wildcard
2480         possibility.
2481
2482 2012-06-29  Tom Tromey  <tromey@redhat.com>
2483
2484         * gdb.texinfo (Index Section Format): Update for version 7.
2485
2486 2012-06-28  Stan Shebs  <stan@codesourcery.com>
2487
2488         * gdb.texinfo (Miscellaneous GDB/MI Commands): Update -info-os
2489         example, add note about title column.
2490
2491 2012-06-26  Siva Chandra Reddy  <sivachandra@google.com>
2492
2493         * gdb.texinfo (Symbol Tables In Python): Add description about
2494         the new 'last' attribute of gdb.Symtab_and line.
2495
2496 2012-06-26  Siva Chandra Reddy  <sivachandra@google.com>
2497
2498         * gdb.texinfo (Symbol Tables In Python): Correct the description
2499         of the 'pc' attribute of gdb.Symtab_and_line.
2500
2501 2012-06-26  Doug Evans  <dje@google.com>
2502
2503         * gdb.texinfo (Debugging Output): Document debug options dwarf2-read
2504         and symtab-create.
2505
2506 2012-06-25  Keith Seitz  <keiths@redhat.com>
2507
2508         * gdb.texinfo (GDB/MI Breakpoint Commands): Remove "-r" option
2509         from example.  Remove "rbreak" from list of corresponding
2510         gdb commands.
2511
2512 2012-06-23  Doug Evans  <dje@google.com>
2513
2514         * gdb.texinfo (Index Section Format): Document version 7 format.
2515
2516 2012-06-22  Yao Qi  <yao@codesourcery.com>
2517
2518         * gdb.texinfo: Add missing cindex for some packets.
2519
2520 2012-06-20  Keith Seitz  <keiths@redhat.com>
2521
2522         * gdb.texinfo (GDB/MI Breakpoint Commands): Re-order options
2523         for -break-insert and document -p.
2524
2525 2012-06-20  Yao Qi  <yao@codesourcery.com>
2526
2527         * gdb.texinfo (Inferiors In Python): Replace "gdb.read_memory"
2528         and "gdb.write_memory" with "Inferior.read_memory" and
2529         "Inferior.write_memory".
2530
2531 2012-06-15  Patrice Dumas  <pertusus@free.fr>  (tiny change)
2532
2533         * gdb.texinfo (Summary): Add a link to "Free Documentation".
2534         (Free Documentation): Add @node line.
2535         (Continuing and Stepping) <advance location>: Use @item instead of
2536         @itemx.
2537         (Reverse Execution) <set exec-direction reverse>: Use @item instead of
2538         @itemx.
2539         (Embedded Processors): Put the link to "PA" to its correct place,
2540         according to document structure.
2541         (Python API): Put the link to "Lazy Strings In Python" to its
2542         correct place.
2543         (Index): Use @@ in @tex block to get a literal @.
2544
2545         * gdbint.texinfo: Fix the @subtitle line.
2546
2547         * stabs.texinfo (Top): Put the link to "Symbol Types Index" to its
2548         correct place.
2549
2550 2012-06-08  Yao Qi  <yao@codesourcery.com>
2551
2552         * gdb.texinfo (In-Process Agent): Add 'In-Process Agent
2553         Protocol'.
2554         (In-Process Agent Protocol, IPA Protocol Objects)
2555         (IPA Protocol Commands): New nodes.
2556         (Tracepoint Packets): Add anchors.
2557
2558 2012-06-06  Thomas Schwinge  <thomas@codesourcery.com>
2559
2560         * gdb.texinfo: Document the deprecation of SH's 'regs' command.
2561
2562 2012-06-06  Yao Qi  <yao@codesourcery.com>
2563
2564         * gdb.texinfo: Update copyright year.
2565
2566 2012-05-23  Stan Shebs  <stan@codesourcery.com>
2567             Kwok Cheung Yeung  <kcy@codesourcery.com>
2568
2569         * gdb.texinfo (Miscellaneous GDB/MI Commands): Document -info-os.
2570
2571 2012-05-20  Jan Kratochvil  <jan.kratochvil@redhat.com>
2572
2573         * gdb.texinfo (Separate Debug Files): New anchor debug-file-directory.
2574         Mention also --with-separate-debug-dir.
2575         (Auto-loading): Prepend $debugdir in the sample output.
2576         (Auto-loading safe path): Likewise.  Mention also $debugdir for the
2577         auto-load safe-path variable.
2578         (objfile-gdb.py file): Remove the extra debug-file-directory paragraph.
2579         Mention also $debugdir for 'set auto-load scripts-directory'.
2580
2581 2012-05-19  Eli Zaretskii  <eliz@gnu.org>
2582
2583         * gdb.texinfo (Continuing and Stepping, Selection, Byte Order)
2584         (MIPS Embedded, MIPS, MIPS Register packet Format)
2585         (Target Descriptions, MIPS Features): Use @acronym{MIPS} where
2586         appropriate.
2587
2588 2012-05-18  Sandra Loosemore  <sandra@codesourcery.com>
2589             Maciej W. Rozycki  <macro@codesourcery.com>
2590
2591         * gdb.texinfo (MIPS): Document "set mips compression" and "show
2592         mips compression".
2593         (MIPS Breakpoint Kinds): New subsubsection.
2594
2595 2012-05-18  Eli Zaretskii  <eliz@gnu.org>
2596
2597         * gdb.texinfo (Architecture-Specific Protocol Details): Define
2598         nodes for subsections.  Add @acronym mark-ups and adjust
2599         formatting.
2600
2601 2012-05-18  Jan Kratochvil  <jan.kratochvil@redhat.com>
2602
2603         Rename $ddir to $datadir.
2604         * gdb.texinfo (Auto-loading, Auto-loading safe path)
2605         (objfile-gdb.py file): Rename $ddir to $datadir.
2606
2607 2012-05-18  Tom Tromey  <tromey@redhat.com>
2608
2609         * gdb.texinfo (Print Settings): Document 'set print symbol'.
2610
2611 2012-05-14  Stan Shebs  <stan@codesourcery.com>
2612
2613         * gdb.texinfo (Dynamic Printf): New subsection.
2614
2615 2012-05-13  Siva Chandra Reddy  <sivachandra@google.com>
2616
2617         * gdb.texinfo (Basic Python): Add description about the function
2618         gdb.find_pc_line
2619
2620 2012-05-12  Jan Kratochvil  <jan.kratochvil@redhat.com>
2621             Eli Zaretskii  <eliz@gnu.org>
2622
2623         * gdb.texinfo (Separate Debug Files): Use plural form for global
2624         debugging information directory.
2625
2626 2012-05-11  Stan Shebs  <stan@codesourcery.com>
2627             Kwok Cheung Yeung  <kcy@codesourcery.com>
2628
2629         * gdb.texinfo (Operating System Auxiliary Information): Document new
2630         'info os' subcommands.
2631
2632 2012-05-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
2633
2634         * gdb.texinfo (Auto-loading, Init File in the Current Directory)
2635         (libthread_db.so.1 file, objfile-gdb.gdb file, objfile-gdb.py file)
2636         (dotdebug_gdb_scripts section): Add reference
2637         to 'Auto-loading safe path'.
2638
2639 2012-05-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
2640
2641         Implement multi-component --with-auto-load-dir.
2642         * gdb.texinfo (Auto-loading): New references
2643         for 'set auto-load scripts-directory'
2644         and 'show auto-load scripts-directory'.
2645         (Auto-loading safe path): Describe the new default.  Move $ddir
2646         substituation reference to 'objfile-gdb.py file'.
2647         (objfile-gdb.py file): Describe script-name alias.  Change real-name to
2648         script-name.  Describe new 'set auto-load scripts-directory'
2649         and 'show auto-load scripts-directory'.
2650
2651 2012-05-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
2652
2653         Provide $ddir substitution for --with-auto-load-safe-path.
2654         * gdb.texinfo (Auto-loading): Replace /usr/local by $ddir/auto-load.
2655         (Auto-loading safe path): Likewise.  Mention the default value,
2656         $ddir substitution, --with-auto-load-safe-path and
2657         --without-auto-load-safe-path.
2658         * observer.texi (gdb_datadir_changed): New.
2659
2660 2012-05-09  Jan Kratochvil  <jan.kratochvil@redhat.com>
2661
2662         * gdb.texinfo (Auto-loading): Wrap too long lines in @smallexample.
2663         Twice.
2664
2665         * gdb.texinfo (Separate Debug Files, Auto-loading safe path): Replace
2666         directory separator by path separator.
2667
2668 2012-05-06  Jan Kratochvil  <jan.kratochvil@redhat.com>
2669
2670         * gdb.texinfo (Auto-loading safe path): Make 'directories'
2671         for 'set auto-load safe-path' optional.  Mention if it is omitted.
2672         Change disabling security protection condition to "/", twice.
2673
2674 2012-05-03  Siva Chandra Reddy  <sivachandra@google.com>
2675
2676         * gdb.texinfo (Symbol Tables In Python): Add documentation about
2677         the new methods global_block and static_block on gdb.Symtab
2678         objects.
2679
2680 2012-05-02  Siva Chandra Reddy  <sivachandra@google.com>
2681
2682         * gdb.texinfo (Blocks In Python): Add a note saying that future
2683         improvements to GDB and its infrastructure can move symbols
2684         across blocks within a symbol table.
2685
2686 2012-04-29  Yao Qi  <yao@codesourcery.com>
2687
2688         * gdb.texinfo (Architectures): Remove menu entry `A29K'.
2689         (A29K): Remove.
2690
2691 2012-04-27  Sergio Durigan Junior  <sergiodj@redhat.com>
2692             Tom Tromey  <tromey@redhat.com>
2693
2694         * gdb.texinfo (Static Probe Points): New entry, explaining SystemTap
2695         and generic static probe support on GDB.
2696
2697 2012-04-25  Doug Evans  <dje@google.com>
2698
2699         * gdb.texinfo (Go): Fix thinko.
2700
2701         * gdb.texinfo (Supported Languages): Add Go.
2702         (Go): New node.
2703
2704 2012-04-25  Yao Qi  <yao@codesourcery.com>
2705
2706         * gdbint.texinfo (Testsuite): New section `Board settings'.
2707
2708 2012-04-23  Jan Kratochvil  <jan.kratochvil@redhat.com>
2709
2710         * gdb.texinfo (Auto-loading safe path): Remove trailing [@dots{}].
2711         Three times.
2712
2713         * gdb.texinfo (Auto-loading safe path): Add trailing @dots{}.
2714         Three times.
2715
2716 2012-04-22  Jan Kratochvil  <jan.kratochvil@redhat.com>
2717
2718         * gdb.texinfo (Auto-loading safe path): Replace @itemize @bullet
2719         by @table @asis.  Fix formatting of one item.
2720
2721 2012-04-18  Jan Kratochvil  <jan.kratochvil@redhat.com>
2722
2723         * gdb.texinfo (Auto-loading verbose mode): Fix smallexample typo.
2724
2725 2012-04-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
2726
2727         New option "set debug auto-load".
2728         * gdb.texinfo (Auto-loading): New menu item for auto-load verbose mode.
2729         (auto-load verbose mode): New node.
2730
2731 2012-04-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
2732
2733         New option "set auto-load safe-path".
2734         * gdb.texinfo (Auto-loading): Extend the "show auto-load"
2735         and "info auto-load" examples for safe-path.  Put there also references
2736         for "set auto-load safe-path" and "show auto-load safe-path".
2737         New menu item for Auto-loading safe path.
2738         (Auto-loading safe path): New node.
2739         (Python Auto-loading): Update the expected output from "Missing"
2740         to "No".
2741
2742 2012-04-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
2743
2744         auto-load: Implementation.
2745         * gdb.texinfo (Mode Options): New anchor for -nx.
2746         (Startup): New anchors for Option -init-eval-command,
2747         Home Directory Init File
2748         and Init File in the Current Directory during Startup.
2749         Mention set auto-load local-gdbinit with a reference.
2750         Change the sample code to "set auto-load python-scripts".
2751         (Threads): New anchor set libthread-db-search-path.
2752         Provide references to libthread_db.so.1 file.
2753         (Controlling GDB): New menu item for Auto-loading.
2754         (Auto-loading, Init File in the Current Directory)
2755         (libthread_db.so.1 file, objfile-gdb.gdb file): New nodes.
2756         (Python): Rename the menu item Auto-loading to Python Auto-loading.
2757         (Writing a Pretty-Printer, Objfiles In Python): Update the renamed
2758         reference.
2759         (Auto-loading): Rename to ...
2760         (Python Auto-loading): ... here.  Change "set auto-load-scripts" to
2761         "set auto-load python-scripts", new anchor for it.  Change
2762         "show auto-load-scripts" to "show auto-load python-scripts", new anchor
2763         for it.  Change "info auto-load-scripts"
2764         to "info auto-load python-scripts", new anchor for it.  Change "scripts"
2765         to "Python scripts".
2766
2767 2012-04-14  Anton Gorenkov <xgsa@yandex.ru>
2768
2769         PR mi/13393
2770         * gdb.texinfo (Print Settings): Extend the description for "set print
2771         object".
2772         (GDB/MI Variable Objects): Extend the description for -var-create and
2773         -var-list-children.
2774
2775 2012-04-11  Siva Chandra Reddy  <sivachandra@google.com>
2776
2777         * gdb.texinfo (Examining Data): Document the 'explore' command.
2778
2779 2012-03-28  Joel Brobecker  <brobecker@adacore.com>
2780
2781         * gdb.texinfo (GDB/MI Variable Objects): Document what happens
2782         to the children of a varobj and its update range when -var-update
2783         returns that the varobj's type changed.
2784
2785 2012-03-27  Jan Kratochvil  <jan.kratochvil@redhat.com>
2786
2787         * gdb.texinfo (Auto-loading): Move @menu to the end of @node.
2788         Create two new links fir 'objfile-gdb.py file'
2789         and 'dotdebug_gdb_scripts section'.
2790
2791 2012-03-27  Jan Kratochvil  <jan.kratochvil@redhat.com>
2792
2793         * gdb.texinfo (Auto-loading): Rename node reference
2794         '.debug_gdb_scripts section' to 'dotdebug_gdb_scripts section'.
2795         Twice.
2796         (.debug_gdb_scripts section): Rename the node ...
2797         (dotdebug_gdb_scripts section): ... here.
2798         (Maintenance Commands): Also rename this node reference.
2799
2800 2012-03-22  Siva Chandra Reddy  <sivachandra@google.com>
2801
2802         * gdb.texinfo (Python API/Values From Inferior): Add description
2803         about the new method Value.referenced_value.  Add description on
2804         how Value.dereference is different (and similar) to
2805         Value.referenced_value.
2806
2807 2012-03-19  Jan Kratochvil  <jan.kratochvil@redhat.com>
2808
2809         * gdb.texinfo (File Options): Describe --init-command=FILE, -ix and
2810         --init-eval-command=COMMAND, -iex.
2811         (Startup): Describe -iex and -ix.  Simplify the example
2812         for "set auto-load-scripts off".
2813
2814 2012-03-16  Gary Benson  <gbenson@redhat.com>
2815
2816         PR breakpoints/10738
2817         * gdb.texinfo (Inline Functions): Remove the now-unnecessary @item
2818         stating that GDB cannot set breakpoints on inlined functions.
2819         (Mode Options): Document --use-deprecated-index-sections.
2820         (Index Section Format): Document new index section version format.
2821
2822 2012-03-15  Tom Tromey  <tromey@redhat.com>
2823
2824         * gdb.texinfo (Debugging C Plus Plus): Document "info vtbl".
2825
2826 2012-03-13  Doug Evans  <dje@google.com>
2827
2828         * gdb.texinfo (Help): Change apropos example to use "alias" instead
2829         of "reload".
2830         (Symbols): Delete docs for set/show symbol-reloading.
2831         * gdbint.texinfo (Defining Other Architecture Features): Delete
2832         SYMBOL_RELOADING_DEFAULT.
2833         * refcard.tex: Delete reference to symbol-reloading.
2834
2835 2012-03-07  Pedro Alves  <palves@redhat.com>
2836
2837         * gdb.texinfo (General Query Packets): Document new
2838         QProgramSignals packet.
2839         * gdb.texinfo (Remote configuration): Mention
2840         "program-signals-packet".
2841
2842 2012-03-05  Tristan Gingold  <gingold@adacore.com>
2843
2844         * gdb.texinfo (General Query Packets): Document xfer:uib:read.
2845
2846 2012-03-03  Yao Qi  <yao@codesourcery.com>
2847
2848         * gdb.texinfo (In-Process Agent): New node.
2849         Document new commands.
2850         (General Query Packets): Add packet `QAgent'.
2851
2852 2012-03-01  Maciej W. Rozycki  <macro@codesourcery.com>
2853
2854         * gdb.texinfo (MIPS Features): Add org.gnu.gdb.mips.dsp.
2855
2856 2012-03-01  Scott J. Goldman <scottjg@vmware.com>
2857
2858         * gdb.texinfo (Commands In Python): Put example python macro in
2859         COMMAND_USER category rather than COMMAND_OBSCURE.
2860         Document gdb.COMMAND_USER.
2861         (User-defined Commands): Update documentation to clarify
2862         "set/show max-user-call-depth" and "show user" don't apply to python
2863         commands.  Update documentation to clarify "help user-defined" may
2864         also include python commands defined as COMMAND_USER.
2865
2866 2012-02-25  Jan Kratochvil  <jan.kratochvil@redhat.com>
2867
2868         * gdb.texinfo (Startup): Add option -ex description to the option -x
2869         description.
2870
2871 2012-02-24  Luis Machado  <lgustavo@codesourcery.com>
2872
2873         * gdb.texinfo (Setting Breakpoints): Mention and explain the
2874         condition-evaluation breakpoint parameter.
2875         Mention condition-evaluation mode being shown in "info break".
2876         (Break Conditions): Add description for target-side
2877         conditional breakpoints.
2878         (Remote Configuration): Mention conditional-breakpoints-packet.
2879         (Packets): Add cond-expr parameter to Z0/Z1 packets and explain
2880         cond-expr.
2881         (General Query Packets): Mention new ConditionalBreakpoint feature.
2882
2883 2012-02-22  Tom Tromey  <tromey@redhat.com>
2884
2885         * gdb.texinfo (Blocks In Python): Clarify block iteration.
2886
2887 2012-02-17  Tom Tromey  <tromey@redhat.com>
2888
2889         PR python/10753:
2890         * gdb.texinfo (objfile-gdb.py file): Fix location of auto-load
2891         directory.
2892
2893 2012-02-14  Stan Shebs  <stan@codesourcery.com>
2894
2895         * gdb.texinfo (Disabling Breakpoints): Document enable count.
2896
2897 2012-02-13  Pedro Alves  <palves@redhat.com>
2898
2899         * gdb.texinfo (MIPS boards): Refer to mips-elf instead of
2900         mips-idt-ecoff.
2901
2902 2012-02-09  Yao Qi  <yao@codesourcery.com>
2903
2904         * gdb.texinfo (Symbols In Python): Add missing `@end defvar'.
2905
2906 2012-02-07  Tom Tromey  <tromey@redhat.com>
2907
2908         * gdb.texinfo (Symbols In Python): Document Symbol.needs_frame and
2909         Symbol.value.
2910
2911 2012-02-07  Tom Tromey  <tromey@redhat.com>
2912
2913         * gdb.texinfo (Symbols In Python): Document Symbol.line.
2914
2915 2012-01-27  Thomas Schwinge  <thomas@codesourcery.com>
2916
2917         * gdb.textinfo (Packets): Move vCont paragraph to the correct place.
2918
2919 2012-01-24  Tom Tromey  <tromey@redhat.com>
2920
2921         * gdb.texinfo (Set Catchpoints): Document "catch load" and "catch
2922         unload".
2923         (Files): Mention new catch commands.
2924         (GDB/MI Async Records): Likewise.
2925
2926 2012-01-24  Gary Benson  <gbenson@redhat.com>
2927
2928         Delete #if 0'd out code.
2929         * gdb.texinfo (Frame Info): Remove "info catch".
2930
2931 2012-01-20  Ulrich Weigand  <ulrich.weigand@linaro.org>
2932
2933         * gdb.texinfo (Remote Configuration): Document
2934         "set remote hostio-readlink-packet" command.
2935         (General Query Packets): Document vFile:readlink packet.
2936
2937 2012-01-16  Tom Tromey  <tromey@redhat.com>
2938
2939         * gdb.texinfo (Specify Location): Document relative file name
2940         handling.
2941
2942 2012-01-16  Tom Tromey  <tromey@redhat.com>
2943
2944         * gdb.texinfo (gdb.printing): Document FlagEnumerationPrinter.
2945
2946 2012-01-13  Jan Kratochvil  <jan.kratochvil@redhat.com>
2947             Eli Zaretskii  <eliz@gnu.org>
2948
2949         * gdbint.texinfo (Coding Standards): Require braces for two lines of
2950         code.
2951
2952 2012-01-11  Paul Hilfinger  <hilfingr@adacore.com>
2953
2954         * gdb.texinfo (Variables): Document use of :: for non-static
2955         variables.
2956
2957 2012-01-05  Joel Brobecker  <brobecker@adacore.com>
2958
2959         * gdbint.texinfo (Start of New Year Procedure): Update
2960         to replace use of copyright.sh by use of copyright.py.
2961
2962 2012-01-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
2963
2964         Remove the gdbtui binary.
2965         * all-cfg.texi (GDBTUI): Remove.
2966         * gdb.texinfo (Mode Options): Remove the GDBTUI reference.
2967         (TUI): Remove GDBTUI pindex.  Remove the GDBTUI reference.
2968         * gdbint.texinfo (Testsuite): Replace `gdbtui' by `gdb -tui'.
2969
2970 2011-12-23  Kevin Pouget  <kevin.pouget@st.com>
2971
2972         Introduce gdb.FinishBreakpoint in Python.
2973         * gdb.texinfo (Finish Breakpoints in Python): New subsection.
2974         (Python API): Add menu entry for Finish Breakpoints.
2975
2976 2011-12-19  Jan Kratochvil  <jan.kratochvil@redhat.com>
2977
2978         * gdbint.texinfo (Testsuite): Describe KFAIL and XFAIL in Writing
2979         tests.
2980
2981 2011-12-16  Doug Evans  <dje@google.com>
2982
2983         * gdb.texinfo (Server): Document -/stdio argument to gdbserver.
2984
2985 2011-12-16  Phil Muldoon  <pmuldoon@redhat.com>
2986
2987         * gdb.texinfo (Python Commands): Remove "maint set/show print
2988         stack".  Add documentation for "set/show python print-stack".
2989
2990 2011-12-14  Pedro Alves  <pedro@codesourcery.com>
2991
2992         * gdb.texinfo (Implementing a Remote Stub): Explain that you
2993         should transfer control to the stub in the startup code instead of
2994         in main.  Mention the need to get past the initial breakpoint.
2995
2996 2011-12-06  Tom Tromey  <tromey@redhat.com>
2997
2998         * gdb.texinfo (Set Breaks): Update for new behavior.
2999
3000 2011-12-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
3001
3002         * gdb.texinfo (Requirements, Remote Protocol): Reference also `Library
3003         List Format for SVR4 Targets'.
3004         (General Query Packets): New item qXfer:libraries-svr4:read.
3005         (Library List Format for SVR4 Targets): New node.
3006
3007 2011-12-01  Tom Tromey  <tromey@redhat.com>
3008
3009         * gdb.texinfo (Writing a Pretty-Printer): Use append method, not
3010         add.
3011
3012 2011-11-22  Tom Tromey  <tromey@redhat.com>
3013
3014         * gdb.texinfo (GDB/MI Async Records): Document new *stopped
3015         reasons.
3016
3017 2011-11-20  Stan Shebs  <stan@codesourcery.com>
3018
3019         * gdb.texinfo (Starting and Stopping Trace Experiments): Document
3020         note-related options and variables.
3021         (Tracepoint Packets): Document packet changes.
3022
3023 2011-11-20  Sanjoy Das  <sdas@igalia.com>
3024
3025         * gdb.texinfo (JIT Interface): Add documentation on writing and
3026         usind JIT debug info readers.
3027         (Custom Debug Info, Using JIT Debug Info Readers, Writing JIT
3028         Debug Info Readers): New nodes.
3029
3030 2011-11-18  Yao Qi  <yao@codesourcery.com>
3031
3032         * gdb.texinfo (Create and Delete Tracepoints): Mention pending
3033         tracepoint.
3034
3035 2011-11-15  Doug Evans  <dje@google.com>
3036
3037         * gdb.texinfo (Files): Document basenames-may-differ.
3038
3039 2011-11-14  Doug Evans  <dje@google.com>
3040
3041         * gdb.texinfo (Shell Commands): Document "!".
3042
3043 2011-11-14  Stan Shebs  <stan@codesourcery.com>
3044             Kwok Cheung Yeung  <kcy@codesourcery.com>
3045
3046         * gdb.texinfo (Create and Delete Tracepoints): Describe what is
3047         needed to get shorter fast tracepoints.
3048         (Tracepoint Packets): Document new qTMinFTPILen packet.
3049
3050 2011-11-14  Yao Qi  <yao@codesourcery.com>
3051
3052         * gdb.texinfo (Create and Delete Tracepoints): Describe changed
3053         behavior of tracepoint.
3054         (General Query Packets): New feature InstallInTrace.
3055         (Remote Configuration): Document "set remote
3056         install-in-trace-packet".
3057
3058 2011-11-12  Matt Rice  <ratmice@gmail.com>
3059
3060         * gdb.texinfo (C Preprocessor Macros): Remove info definitions.
3061         Add arguments to info macro.
3062
3063 2011-11-10  Tom Tromey  <tromey@redhat.com>
3064
3065         * gdb.texinfo (Compilation): Don't mention -gdwarf-2.  Link to GCC
3066         manual.
3067         (Variables): Don't mention -gdwarf-2.  Link to Compilation node.
3068         (Macros): Add a footnote.
3069         (C): Remove paragraph about compiler options.
3070         (C Constants): Mention wide character and string constants.
3071         (C Plus Plus Expressions): Update compiler option advice.  Mention
3072         using declarations.  Mention ADL.  Remove old HP compiler
3073         information.
3074
3075 2011-11-10  Tom Tromey  <tromey@redhat.com>
3076
3077         PR c++/9257:
3078         * gdb.texinfo (Print Settings): Add an extra note about the need
3079         for a vtable.
3080
3081 2011-11-08  Maciej W. Rozycki  <macro@codesourcery.com>
3082
3083         * gdb.texinfo (MIPS): Remove duplicate "auto" reference from
3084         "set mips abi" documentation.
3085
3086 2011-11-04  Doug Evans  <dje@google.com>
3087
3088         * gdb.texinfo (Maintenance Commands): Update docs of "maint time".
3089
3090 2011-11-03  Tom Tromey  <tromey@redhat.com>
3091
3092         * gdb.texinfo (Stopping): Add menu entry.
3093         (Continuing and Stepping): Restore @node.  Use @section, not
3094         @subsection.
3095
3096 2011-11-03  Maciej W. Rozycki  <macro@codesourcery.com>
3097
3098         * gdb.texinfo (Skipping Over Functions and Files): Remove node
3099         designation.  Fix "Specify Location" cross-reference.
3100
3101 2011-11-02  Stan Shebs  <stan@codesourcery.com>
3102
3103         * gdb.texinfo (Tracepoint Action Lists): Document collect/s.
3104         (General Query Packets): Describe tracenz feature.
3105         * agentexpr.texi (Bytecode Descriptions): Describe tracenz.
3106
3107 2011-10-28  Paul Koning  <paul_koning@dell.com>
3108
3109         * gdb.texinfo (gdb.types): Rename deepitems to deep_items.
3110
3111 2011-10-27  Kevin Pouget  <kevin.pouget@st.com>
3112
3113         * gdb.texinfo ((Frames In Python): Document
3114         gdb.FRAME_UNWIND_FIRST_ERROR contant.
3115
3116 2011-10-26  Paul Koning  <paul_koning@dell.com>
3117
3118         * gdb.texinfo (gdb.types): Document new deepitems function.
3119
3120 2011-10-25  Paul Koning  <paul_koning@dell.com>
3121
3122         PR python/13327
3123
3124         * gdb.texinfo (Values From Inferior): Add is_lazy attribute,
3125         fetch_lazy method.
3126
3127 2011-10-20  Phil Muldoon  <pmuldoon@redhat.com>
3128
3129         PR python/12656
3130
3131         * gdb.texinfo (Blocks In Python): Document is_static, is_global,
3132         global_block, static_block function.
3133
3134 2011-10-19  Tom Tromey  <tromey@redhat.com>
3135
3136         * gdb.texinfo (Commands In Python): Add missing "@"s.
3137
3138 2011-10-13  Kevin Pouget  <kevin.pouget@st.com>
3139
3140         PR python/13285 Document named constants for frame unwind stop reasons
3141         * gdb.texinfo (Frames In Python): Document gdb.FRAME_UNWIND_*
3142         constants.
3143
3144 2011-10-12  Jan Kratochvil  <jan.kratochvil@redhat.com>
3145
3146         Fix compatibility with texinfo versions older than 4.12.
3147         * Makefile.in (MAKEINFO): Set to @MAKEINFO@.
3148         (MAKEINFOFLAGS, MAKEINFO_EXTRA_FLAGS, MAKEINFO_CMD): New.
3149         (MAKEHTMLFLAGS): Use MAKEINFO_CMD.
3150         (gdb.info, gdbint.info, stabs.info, annotate.info): Use MAKEINFO_CMD.
3151         * gdb.texinfo (Tail Call Frames): Convert @arrow{} to @click, when possible.
3152         Make the conversion conditional on HAVE_MAKEINFO_CLICK, using variables
3153         CALLSEQ1A, CALLSEQ1B, CALLSEQ2A and CALLSEQ2B.
3154
3155 2011-10-09  Doug Evans  <dje@google.com>
3156
3157         * gdb.texinfo (Extending GDB): Document alias command.
3158
3159 2011-10-09  Jan Kratochvil  <jan.kratochvil@redhat.com>
3160
3161         Support @entry in input expressions.
3162         * gdb.texinfo (Variables): Describe @entry names suffix.
3163         (Print Settings): Add anchor for `set print entry-values'.
3164
3165 2011-10-09  Jan Kratochvil  <jan.kratochvil@redhat.com>
3166             Eli Zaretskii  <eliz@gnu.org>
3167
3168         Display @entry parameter values (without references).
3169         * gdb.texinfo (Tail Call Frames): Add anchor.  Add self tail call
3170         example.
3171         (Print Settings): New description of set print entry-values and show
3172         print entry-values.
3173
3174 2011-10-09  Jan Kratochvil  <jan.kratochvil@redhat.com>
3175             Eli Zaretskii  <eliz@gnu.org>
3176
3177         Recognize virtual tail call frames.
3178         * gdb.texinfo (Optimized Code): Add reference to Tail Call Frames.
3179         (Tail Call Frames): New node.
3180         (Frames In Python): Add gdb.TAILCALL_FRAME.
3181
3182 2011-10-07  Doug Evans  <dje@google.com>
3183
3184         * gdb.texinfo (gdb.printing): Document new `replace' arg to
3185         register_pretty_printer.
3186
3187 2011-10-07  Phil Muldoon  <pmuldoon@redhat.com>
3188
3189         PR python/12930
3190         PR python/12802
3191
3192         * gdb.texinfo (Breakpoints In Python): Clarify behavior in the
3193         stop method.
3194
3195 2011-10-07  Ulrich Weigand  <ulrich.weigand@linaro.org>
3196
3197         * gdb.texinfo (Starting your Program): "set disable-randomization"
3198         is no longer Linux-specific.
3199         (Remote Configuration): Document "set remote
3200         disable-randomization-packet".
3201         (General Query Packets): Document "QDisableRandomization" packet
3202         and add it to "qSupported" list.
3203
3204 2011-10-07  Kevin Pouget  <kevin.pouget@st.com>
3205
3206         Allow Python notification of new object-file loadings.
3207         * gdb.texinfo (Events In Python): Document `gdb.NewObjFileEvent'
3208         event type.
3209
3210 2011-10-04  Kevin Pouget  <kevin.pouget@st.com>
3211
3212         PR python/12691: Add the inferior to Python exited event
3213         * gdb.texinfo (Events In Python): Describe exited inferior attribute.
3214
3215 2011-10-03  Joel Brobecker  <brobecker@adacore.com>
3216
3217         * gdb.texinfo (GDB/MI Miscellaneous Commands): Minor
3218         rephasing.
3219
3220 2011-10-03  Joel Brobecker  <brobecker@adacore.com>
3221
3222         * gdb.texinfo (GDB/MI Ada Tasking Commands): New node.
3223         (GDB/MI Miscellaneous Commands): Add `ada-task-info'
3224         as possible feature returned by the `-list-features'
3225         command.
3226
3227 2011-09-28  Paul Koning  <paul_koning@dell.com>
3228
3229         * gdb.texinfo (gdb.Type): Document field access by dictionary
3230         key syntax.
3231
3232 2011-09-28  Yao Qi  <yao@codesourcery.com>
3233
3234         * gdb.texinfo (Files): Update options for `add-symbol-file'.
3235         Add one space after option `-s'.  Remove @r{} markup.
3236
3237 2011-09-27  Stan Shebs  <stan@codesourcery.com>
3238
3239         * gdb.texinfo (Tracepoint Action Lists): Document $_ret.
3240
3241 2011-09-16  Hui Zhu  <teawater@gmail.com>
3242
3243         * gdb.texinfo (Tracepoint Restrictions): Change *$esp@300
3244         to *(unsigned char *)$esp@300.
3245
3246 2011-09-15  Paul Koning  <paul_koning@dell.com>
3247
3248         * gdb.texinfo: Make style of Python functions and methods match
3249         the syntax of Python.  Also put class and module names explicitly
3250         on function, member, and variable names, matching Python
3251         documentation conventions.
3252
3253 2011-09-15  Kevin Pouget  <kevin.pouget@st.com>
3254
3255         PR Python/12692 Add gdb.selected_inferior() to Python interface.
3256         * gdb.texinfo (Inferiors In Python): Describe new
3257         gdb.selected_inferior() function.
3258
3259 2011-09-15  Kevin Pouget  <kevin.pouget@st.com>
3260
3261         Handle multiple breakpoint hits in Python interface:
3262         * gdb.texinfo (Events In Python): New function documentation:
3263         gdb.BreakpointEvent.breakpoints. Indicate that
3264         gdb.BreakpointEvent.breakpoint is now deprecated.
3265
3266 2011-09-04  Joel Brobecker  <brobecker@adacore.com>
3267
3268         * gdb.texinfo: Set EDITION to "Tenth" and change ISBN.
3269
3270 2011-08-25  Andrew Oakley  <andrew@ado.is-a-geek.net>
3271
3272         * gdb.texinfo (Types In Python): Document 'bitpos' for enums.
3273
3274 2011-08-17  Phil Muldoon  <pmuldoon@redhat.com>
3275
3276         * gdb.texinfo (Prompt): Add set/show extended-prompt
3277         documentation
3278         (Basic Python): Add prompt_hook anchor.
3279         (Python modules): Reword module text to reflect multiple modules.
3280         (gdb.prompt): Document gdb.prompt module.
3281
3282 2011-08-14  Yao Qi  <yao@codesourcery.com>
3283
3284         * gdb.texinfo (General Query Packets): Document qXfer:fdpic:read packet.
3285
3286 2011-08-14  Yao Qi  <yao@codesourcery.com>
3287
3288         * gdb.texinfo (Standard Target Features): Document C6x features.
3289         (TIC6x Features): New node.
3290
3291 2011-08-12  Doug Evans  <dje@google.com>
3292
3293         * gdb.texinfo (Symbols In Python): Document symbol.type.
3294
3295 2011-08-09  Phil Muldoon  <pmuldoon@redhat.com>
3296
3297         * gdb.texinfo (Python): Document command and function
3298         auto-loading.
3299
3300 2011-07-26  Jan Kratochvil  <jan.kratochvil@redhat.com>
3301             Eli Zaretskii  <eliz@gnu.org>
3302
3303         * gdb.texinfo (whatis, ptype): Highlight their differences.  Describe
3304         typedefs unrolling.  Extend the sample code by an inner typedef and
3305         outer typedefs unrolling.
3306
3307 2011-07-26  Paul Pluzhnikov  <ppluzhnikov@google.com>
3308
3309         * gdb.texinfo (Caching Remote Data): Document {set,show} dcache
3310         size and line-size.
3311
3312 2011-07-21  Matt Rice  <ratmice@gmail.com>
3313
3314         PR macros/12999
3315         * gdb.texinfo (Macros): Add info definitions and info macros commands.
3316         Update text and cindex entries for info macro command.
3317
3318 2011-07-21  Phil Muldoon  <pmuldoon@redhat.com>
3319
3320         * observer.texi (GDB Observers): Add before_prompt observer.
3321         * gdb.texinfo (Basic Python): Add documentation for prompt
3322         substitution.
3323
3324 2011-07-11  Phil Muldoon  <pmuldoon@redhat.com>
3325
3326         PR python/12438
3327         * gdb.texinfo (Python Commands): Add deprecate note to maint
3328           set/show python print-stack.  Document set/show python
3329           print-backtrace.
3330
3331 2011-07-05  Thiago Jung Bauermann  <bauerman.ibm.com>
3332
3333         * gdb.texinfo: Fix typos.
3334
3335 2011-07-01  Tom Tromey  <tromey@redhat.com>
3336
3337         * gdb.texinfo (Debugging Output): Document set debug
3338         check-physname.
3339
3340 2011-06-29  Tom Tromey  <tromey@redhat.com>
3341
3342         * gdb.texinfo (GDB/MI Miscellaneous Commands): Document
3343         breakpoint-notifications feature.
3344
3345 2011-06-29  Ulrich Weigand  <ulrich.weigand@linaro.org>
3346
3347         * gdb.texinfo (Target Description): Remove warning about
3348         possibly unstable format.
3349
3350 2011-06-03  Tom Tromey  <tromey@redhat.com>
3351
3352         * gdb.texinfo (GDB/MI Async Records): Document 'exit-code' field.
3353         (Events In Python): Note that exit_code is optional.
3354
3355 2011-05-17  Pedro Alves  <pedro@codesourcery.com>
3356
3357         * gdb.texinfo (Remote Protocol) <Overview>: Mention vCont is
3358         required for multi-threading support.
3359         (Remote Protocol) <Packets>: Mention that 'c', 's', 'C', 'S' and
3360         Hc are deprecated for multi-threading debugging.  Point readers at
3361         the vCont packet.
3362
3363 2011-05-15  Doug Evans  <dje@google.com>
3364
3365         * gdb.texinfo (Auto-loading): Document printing of missing scripts.
3366
3367 2011-05-13  Doug Evans  <dje@google.com>
3368
3369         * gdb.texinfo (Threads): Document $sdir,$pdir.
3370         (Server): Document $pdir exception.
3371
3372         * gdb.texinfo (Auto-loading): Document "info auto-load-scripts".
3373
3374         * gdb.texinfo (Threads): Clarify default value for
3375         libthread-db-search-path.
3376
3377         * gdb.texinfo (Completion): Update example.
3378         (Debugging Output): Delete `set/show debug lin-lwp-async'.
3379
3380 2011-05-12  Kwok Cheung Yeung  <kcy@codesourcery.com>
3381
3382         * gdb.texinfo: Document change in the behaviour of the enable and
3383         disable GDB commands when applied to tracepoints.
3384         Document the EnableDisableTracepoints remote stub feature.
3385         Document QTEnable and QTDisable in the list of tracepoint packets.
3386
3387 2011-05-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
3388
3389         * Makefile.in (GDB_DOC_SOURCE_INCLUDES): Rename inc-hist.texinfo to
3390         hsuser.texi.
3391         * gdb.texinfo <!SYSTEM_READLINE>: Rename inc-hist.texinfo inclusion and
3392         comment to hsuser.texi.  Change rluser.texi name in the comment.
3393
3394 2011-05-10  Doug Evans  <dje@google.com>
3395
3396         * gdb.texinfo (Threads): If an empty path is provided for
3397         libthread-db-search-path it is reset to its default value.
3398         (Server): Ditto.
3399
3400 2011-05-09  Doug Evans  <dje@google.com>
3401
3402         * gdb.texinfo (Requirements): Fix typo.  Mention --with-iconv-bin.
3403
3404 2011-05-06  Sergio Durigan Junior  <sergiodj@linux.vnet.ibm.com>
3405             Thiago Jung Bauermann  <bauerman@br.ibm.com>
3406
3407         Implement support for PowerPC BookE masked watchpoints.
3408         * gdb.texinfo (Set Watchpoints): Document mask parameter.
3409         (PowerPC Embedded): Mention support of masked watchpoints.
3410
3411 2011-05-03  Joel Brobecker  <brobecker@adacore.com>
3412
3413         * gdb.texinfo (In Memoriam): Replace litteral uses of `GDB' with
3414         `@value{GDBN}'.
3415
3416 2011-05-03  Joel Brobecker  <brobecker@adacore.com>
3417
3418         * gdb.texinfo (titlepage): Remove dedication.
3419         (In Memoriam): New appendix.
3420
3421 2011-04-27  Jan Kratochvil  <jan.kratochvil@redhat.com>
3422             Eli Zaretskii  <eliz@gnu.org>
3423
3424         * gdb.texinfo (Index Section Format): Change the version to 5.
3425         Describe the different formula.
3426
3427 2011-04-24  Jan Kratochvil  <jan.kratochvil@redhat.com>
3428             Eli Zaretskii  <eliz@gnu.org>
3429
3430         * gdb.texinfo (Starting and Stopping Trace Experiments): New anchor
3431         for disconnected tracing.
3432         (Multi-Process Mode for @code{gdbserver}): Mention --multi and
3433         extended-remote relationship.  Mention --once.
3434         (TCP port allocation lifecycle of @code{gdbserver}): New.
3435
3436 2011-04-23  Eli Zaretskii  <eliz@gnu.org>
3437
3438         * gdb.texinfo (Server): Improve indexing.  Index all optional
3439         switches to gdbserver.
3440
3441 2011-04-20  Tom Tromey  <tromey@redhat.com>
3442
3443         * gdb.texinfo (Index Section Format): New node.
3444         (Top): Add new node to menu.
3445
3446 2011-04-20  Pedro Alves  <pedro@codesourcery.com>
3447
3448         * gdb.texinfo (Maintenance Commands): Document `maint print
3449         remote-registers'.
3450
3451 2011-04-20  Tom Tromey  <tromey@redhat.com>
3452
3453         * gdb.texinfo (Trace File Format): Move node later.
3454
3455 2011-04-19  Tom Tromey  <tromey@redhat.com>
3456
3457         * gdbint.texinfo (Register Information Functions): Remove
3458         duplicate "the".
3459         * gdb.texinfo (Emacs): Remove duplicate "to".
3460         (GDB/MI Variable Objects): Remove duplicate "the".
3461         (General Query Packets): Likewise.
3462
3463 2011-04-02  Joel Brobecker  <brobecker@adacore.com>
3464
3465         * gdb.texinfo (GDB/MI Output Records): Fix menu entry for
3466         "GDB/MI Ada Exception Information" node.
3467
3468 2011-04-01  Joel Brobecker  <brobecker@adacore.com>
3469
3470         * gdb.texinfo (GDB/MI Ada Exception Information): Document
3471         the "exception-name" field in the *stopped async record.
3472
3473 2011-03-31  Thiago Jung Bauermann  <bauerman@br.ibm.com>
3474             Sergio Durigan Junior  <sergiodj@linux.vnet.ibm.com>
3475
3476         Implement support for PowerPC BookE ranged breakpoints.
3477         * gdb.texinfo (PowerPC Embedded): Document ranged breakpoints.
3478
3479 2011-03-28  Tom Tromey  <tromey@redhat.com>
3480
3481         * gdb.texinfo (Set Tracepoints): Fix typo.
3482
3483 2011-03-24  Tom Tromey  <tromey@redhat.com>
3484
3485         * gdb.texinfo (Specify Location): Document `function:label'
3486         linespec.
3487
3488 2011-03-18  Phil Muldoon  <pmuldoon@redhat.com>
3489
3490         PR python/12149
3491
3492         * gdb.texinfo (Basic Python): Update gdb.write and flush text.
3493
3494 2011-03-17  Phil Muldoon  <pmuldoon@redhat.com>
3495
3496         * gdb.texinfo (Blocks In Python): Add is_valid method description.
3497         (Inferiors In Python): Likewise.
3498         (Threads In Python): Likewise.
3499         (Symbols In Python): Likewise.
3500         (Objfiles In Python): Likewise.
3501         (Symbol Tables In Python): Likewise.
3502
3503 2011-03-15  Pedro Alves  <pedro@codesourcery.com>
3504
3505         * gdb.texinfo (Auto Display) <undisplay, enable display, disable
3506         display>: Explain that the commands accept number ranges.
3507
3508 2011-03-14  Phil Muldoon  <pmuldoon@redhat.com>
3509
3510         * gdb.texinfo (Breakpoints In Python): Add description and example
3511         of Python stop function operation.
3512
3513 2011-03-10  Phil Muldoon  <pmuldoon@redhat.com>
3514
3515         * gdb.texinfo (Parameters In Python): Document get_set_string and
3516         get_show_string methods.
3517
3518 2011-02-28  Jan Kratochvil  <jan.kratochvil@redhat.com>
3519
3520         * gdb.texinfo (Tracepoint Conditions): Fix missing parenthesis.
3521
3522         * gdb.texinfo (Starting and Stopping Trace Experiments): Fix
3523         circular-trace-buffer name.
3524
3525 2011-02-28  Joel Brobecker  <brobecker@adacore.com>
3526
3527         * gdb.texinfo (Inferiors and Programs): Fix small error introduced
3528         in the previous change.
3529
3530 2011-02-27  Michael Snyder  <msnyder@vmware.com>
3531
3532         * gdb.texinfo (Inferiors and Programs): Update commands to show
3533         that they can accept multiple arguments.
3534
3535 2011-02-24  Joel Brobecker  <brobecker@adacore.com>
3536
3537         Revert the following patch (code patch was not approved):
3538         2011-02-21  Hui Zhu  <teawater@gmail.com>
3539         * agentexpr.texi (bytecode descriptions): add printf.
3540         * gdb.texinfo (tracepoint action lists): add printf.
3541
3542 2011-02-23  Doug Evans  <dje@google.com>
3543
3544         * gdb.texinfo (Symbols In Python): Fix mention of C++, use C@t{++}.
3545
3546 2011-02-23  Michael Snyder  <msnyder@vmware.com>
3547
3548         * gdb.texinfo (Set Breaks): Add @dots{} to arguments of info break.
3549         (Set Watchpoints): Add @dots{} to argument of info watchpoints.
3550         (Listing Tracepoints): Add @dots{} to argument of info tracepoints.
3551
3552 2011-02-22  Doug Evans  <dje@google.com>
3553
3554         * gdb.texinfo (Symbols In Python): Document lookup_global_symbol.
3555         Clarify behaviour of lookup_symbol when `block' argument is omitted,
3556         add description of result, fix @defun formatting.
3557
3558 2011-02-21  Hui Zhu  <teawater@gmail.com>
3559
3560         * agentexpr.texi (Bytecode Descriptions): Add printf.
3561         * gdb.texinfo (Tracepoint Action Lists): Add printf.
3562
3563 2011-02-18  Tom Tromey  <tromey@redhat.com>
3564
3565         * agentexpr.texi (Bytecode Descriptions): Document pick and rot.
3566
3567 2011-02-14  Michael Snyder  <msnyder@vmware.com>
3568
3569         * gdb.texinfo (threads): Document argument for "info threads" cmd.
3570         Document new command "thread find".
3571
3572 2011-02-14  Michael Snyder  <msnyder@vmware.com>
3573
3574         * gdb.texinfo (Threads): Update example of new thread message.
3575
3576 2011-02-14  Pedro Alves  <pedro@codesourcery.com>
3577
3578         * gdb.texinfo (Remote Configuration): Mention set/show remote
3579         traceframe-info.
3580         (Tools/Packages Optional for Building GDB): Mention that expat is
3581         used for traceframe info.
3582         (Remote Protocol) <Menu>: Add "Traceframe Info Format".
3583         (General Query Packets) <qSupported>: Describe the
3584         qXfer:traceframe-info:read feature.
3585         (qXfer::read): Describe qXfer:traceframe-info:read.
3586         (Traceframe Info Format): New section.
3587
3588 2011-02-04  Pedro Alves  <pedro@codesourcery.com>
3589
3590         * gdbint.texinfo (Formatting): Mention some formatting guidelines
3591         for casts and unary operators.
3592
3593 2011-02-04  Tom Tromey  <tromey@redhat.com>
3594
3595         * gdb.texinfo (GDB/MI Async Records): Document that symbols-loaded
3596         is not useful.
3597
3598 2011-01-25  Pedro Alves  <pedro@codesourcery.com>
3599
3600         * gdb.texinfo: s/value optimized out/optimized out/g
3601
3602 2011-01-21  Joel Brobecker  <brobecker@adacore.com>
3603
3604         * gdb.texinfo (Other Misc Settings): Rework part of the
3605         documentation of the "set interactive mode" command.
3606
3607 2011-01-19  Tom Tromey  <tromey@redhat.com>
3608
3609         * gdb.texinfo (Threads): Document thread name output and `thread
3610         name' command.
3611         (Threads In Python): Document Thread.name attribute.
3612         (GDB/MI Thread Commands): Document thread attributes.
3613
3614 2011-01-12  Andrew Burgess  <aburgess@broadcom.com>
3615
3616         * gdb.texinfo (GDB/MI Data Manipulation): Update to reflect
3617         changes in mi/mi-cmd-disas.c
3618
3619 2011-01-12  Tom Tromey  <tromey@redhat.com>
3620
3621         * gdb.texinfo (Threads): Remove duplicate text.  Update examples.
3622         Fix "thread apply" text.
3623
3624 2011-01-11  Sergio Durigan Junior  <sergiodj@linux.vnet.ibm.com>
3625             Thiago Jung Bauermann  <bauerman@br.ibm.com>
3626
3627         Implement support for PowerPC BookE ranged watchpoints.
3628         * gdb.texinfo (PowerPC Embedded): Document ranged watchpoints and
3629         the "set powerpc exact-watchpoints" flag.
3630
3631 2011-01-07  Tom Tromey  <tromey@redhat.com>
3632
3633         * gdb.texinfo (Python API): Add descriptions to @menu items.
3634
3635 2011-01-06  Tom Tromey  <tromey@redhat.com>
3636
3637         * gdb.texinfo (Frames In Python): Document gdb.newest_thread.
3638
3639 2010-01-06  Paul Pluzhnikov  <ppluzhnikov@google.com>
3640
3641         * gdb.texinfo (Debugging Output): Document "set debug jit".
3642
3643 2011-01-06  Tom Tromey  <tromey@redhat.com>
3644
3645         PR python/12133:
3646         * gdb.texinfo (Frames In Python): Document various frame
3647         constants.
3648
3649 2011-01-05  Joel Brobecker  <brobecker@adacore.com>
3650
3651         * doc/agentexpr.texi, doc/all-cfg.texi, doc/annotate.texinfo,
3652         doc/gdb.texinfo, doc/gdbint.texinfo, doc/observer.texi,
3653         doc/refcard.tex, doc/stabs.texinfo: Copyright year update.
3654
3655 2011-01-03  Jan Kratochvil  <jan.kratochvil@redhat.com>
3656
3657         * Makefile.in (diststuff): Remove gdb-cfg.texi and GDBvn.texi.
3658         (clean): Add GDBvn.texi.
3659
3660 2010-12-29  Joel Brobecker  <brobecker@adacore.com>
3661
3662         * gdb.texinfo (Ada Glitches): Remove paragraph describing the
3663         occasional case where the debugger prints an array address
3664         instead of the array itself.
3665
3666 2010-12-23  Pedro Alves  <pedro@codesourcery.com>
3667
3668         * gdb.texinfo (Packets) <read registers packet>: Document support
3669         for registers that were not collected.
3670
3671 2010-12-15  Doug Evans  <dje@google.com>
3672
3673         * gdb.texinfo (Startup): Document auto-loading of scripts during
3674         startup.
3675         (Auto-loading): Delete "maint set python auto-load on|off".
3676         Add "set auto-load-scripts on|off".
3677
3678 2010-12-07  Doug Evans  <dje@google.com>
3679
3680         * gdb.texinfo (Mode Options): Document -data-directory.
3681         (Data Files): Add reference to -data-directory.
3682
3683 2010-11-29  Doug Evans  <dje@google.com>
3684
3685         * gdb.texinfo (Pretty-Printer Introduction): Change
3686         printer-name:subprinter-name to printer-name;subprinter-name.
3687
3688 2010-11-29  Phil Muldoon  <pmuldoon@redhat.com>
3689
3690         PR python/12199
3691
3692         * gdb.texinfo (Breakpoints In Python): Document "delete" method.
3693
3694 2010-11-23  Tom Tromey  <tromey@redhat.com>
3695
3696         * gdb.texinfo (Top): Check SYSTEM_READLINE.
3697         (Editing): Likewise.
3698         (Command History): Likewise.
3699         (TUI Keys): Likewise.
3700         (Bug Reporting): Conditionally include rluser.texi and
3701         inc-history.texinfo.
3702         * Makefile.in (READLINE_TEXI_INCFLAG): New variable.
3703         (GDB_DOC_SOURCE_INCLUDES): Add comment.
3704         (GDBvn.texi): Set SYSTEM_READLINE when appropriate.
3705         (gdb.dvi): Use READLINE_TEXI_INCFLAG.
3706         (gdb.pdf): Likewise.
3707         (gdb.info): Likewise.
3708         (gdb/index.html): Likewise.
3709
3710 2010-11-23  Tom Tromey  <tromey@redhat.com>
3711
3712         * Makefile.in (Makefile): Run ../config.status.
3713         (distclean): Update.
3714         * configure: Remove.
3715         * configure.ac: Remove.
3716
3717 2010-11-12  Tom Tromey  <tromey@redhat.com>
3718
3719         * gdb.texinfo (Basic Python): Update.  Add xref.
3720         (Exception Handling): Document new exception classes.
3721         (Types In Python): Update.
3722         (Frames In Python): Update.
3723
3724 2010-11-11  Phil Muldoon  <pmuldoon@redhat.com>
3725
3726         * gdb.texinfo (Breakpoints In Python): Document "internal"
3727         parameter, and visible attribute.
3728
3729 2010-11-05  Doug Evans  <dje@google.com>
3730
3731         * gdb.texinfo (Source Path): Document "set directories".
3732
3733 2010-11-05  Ken Werner  <ken.werner@de.ibm.com>
3734
3735         * gdb.texinfo: (Summary) Add mention about OpenCL C language support.
3736         (OpenCL C): New node.
3737
3738 2010-11-02  Doug Evans  <dje@google.com>
3739
3740         * gdb.texinfo (Pretty Printing): Expand into three sections,
3741         introduction, example, and commands.
3742         (Python API): Delete section Disabling Pretty-Printers, merge into
3743         Selecting Pretty-Printers.
3744         (Writing a Pretty-Printer): New section.  Move the pretty-printer
3745         example here, and reformat to match python coding style.  Add a second
3746         example using the gdb.printing module.
3747         (Python modules): Add gdb.printing.
3748
3749 2010-10-29  Doug Evans  <dje@google.com>
3750
3751         * gdb.texinfo (Python): Fix long line.
3752
3753 2010-10-20  Doug Evans  <dje@google.com>
3754
3755         * gdbint.texinfo (Misc Guidelines): Renamed from Coding.
3756         All references updated.  Correct sections marked as subsections.
3757         (Coding Standards): New chapter.  Move the coding standard related
3758         subsections here.  Add section on Python coding standards.
3759
3760 2010-10-13  Doug Evans  <dje@google.com>
3761
3762         * gdb.texinfo (Python): Add "Python modules".
3763         (Types in Python): Add reference to gdb.types section.
3764         (Python modules): New node.
3765
3766 2010-10-11  Doug Evans  <dje@google.com>
3767
3768         * gdb.texinfo (Values From Inferior): Add reference to "Types in
3769         Python" from gdb.Value.type description.
3770
3771 2010-09-28  Joel Brobecker  <brobecker@adacore.com>
3772
3773         * gdb.texinfo (Ravenscar Profile): New node.
3774
3775 2010-09-22  Tom Tromey  <tromey@redhat.com>
3776
3777         * gdb.texinfo (Values From Inferior): Mention Value.__init__.
3778
3779 2010-09-22  Eli Zaretskii  <eliz@gnu.org>
3780
3781         * gdb.texinfo (Values From Inferior): Clarify that
3782         value.dynamic_type works only in C++ programs with RTTI.
3783
3784 2010-09-15  Paul Bolle  <pebolle@tiscali.nl>
3785
3786         * gdb.texinfo (Character Sets): Correctly reference host-charset
3787         in example.
3788
3789 2010-09-13  Tom Tromey  <tromey@redhat.com>
3790
3791         * gdb.texinfo (GDB/MI Stack Manipulation) <-stack-list-frames>:
3792         Document "fullname" and "from".
3793
3794 2010-09-01  Marc Khouzam  <marc.khouzam@ericsson.com>
3795
3796         * gdb.texinfo (GDB/MI Miscellaneous Commands): Document new
3797         feature `reverse' output by -list-target-features.
3798
3799 2010-08-31  H.J. Lu  <hongjiu.lu@intel.com>
3800
3801         * gdb.texinfo (i386 Features): Remove an extra "@item".
3802
3803 2010-08-30  Tom Tromey  <tromey@redhat.com>
3804
3805         PR python/11792:
3806         * gdb.texinfo (Values From Inferior): Document dynamic_type.
3807
3808 2010-08-24  Daniel Jacobowitz  <dan@codesourcery.com>
3809
3810         * gdb.texinfo (ARM Features): Document
3811         org.gnu.gdb.arm.m-profile.
3812
3813 2010-08-23  Tom Tromey  <tromey@redhat.com>
3814
3815         PR python/11145:
3816         * gdb.texinfo (Values From Inferior): Document dynamic_cast and
3817         reinterpret_cast methods.
3818
3819 2010-08-23  Tom Tromey  <tromey@redhat.com>
3820
3821         PR python/11915:
3822         * gdb.texinfo (Types In Python): Document array method.
3823
3824 2010-08-18  Thiago Jung Bauermann  <bauerman@br.ibm.com>
3825
3826         * gdb.texinfo (PowerPC Embedded): Mention support for the DVC register.
3827
3828 2010-08-16   Tom Tromey  <tromey@redhat.com>
3829
3830         * gdb.texinfo (Set Watchpoints): Document -location option.
3831
3832 2010-08-13  Doug Evans  <dje@google.com>
3833
3834         * gdb.texinfo (.debug_gdb_scripts section): Fix typo.
3835
3836 2010-08-13  Vladimir Prus  <vladimir@codesourcery.com>
3837
3838         * gdb.texinfo (GDB/MI Data Manipulation): Document
3839         -data-read-memory-raw and -data-write-memory-raw.
3840
3841 2010-08-11  Tom Tromey  <tromey@redhat.com>
3842             Phil Muldoon <pmuldoon@redhat.com>
3843
3844         * gdb.texinfo (Basic Python): Describe post_event API.
3845
3846 2010-08-11  Phil Muldoon  <pmuldoon@redhat.com>
3847
3848         * gdb.texinfo (Basic Python): Describe solib_address and
3849         decode_line Python APIs
3850
3851 2010-08-10  Tom Tromey  <tromey@redhat.com>
3852
3853         * gdb.texinfo (Pretty Printing API): Document
3854         gdb.default_visualizer.
3855
3856 2010-08-10  Tom Tromey  <tromey@redhat.com>
3857
3858         Revert gdb-add-index addition:
3859         * gdb.texinfo (Index Files): Don't document gdb-add-index.
3860
3861 2010-08-07  Jan Kratochvil  <jan.kratochvil@redhat.com>
3862             Eli Zaretskii <eliz@gnu.org>
3863
3864         * gdb.texinfo (Mode Options) <-batch>
3865         (Basic Python) <gdb.execute>: Describe setting width and height.
3866
3867 2010-07-31  Paul Pluzhnikov  <ppluzhnikov@google.com>
3868
3869         * gdb.texinfo (Threads): Document 'debug libthread-db'.
3870
3871 2010-07-30  Tom Tromey  <tromey@redhat.com>
3872
3873         * gdb.texinfo (Index Files): Mention gdb-add-index.
3874
3875 2010-07-30  Hui Zhu  <teawater@gmail.com>
3876
3877         * gdb.texinfo (Inferiors and Programs): Update the introduce of
3878         "detach inferior" and "kill inferior".
3879
3880 2010-07-28  CHENG Renquan  <rqcheng@smu.edu.sg>
3881
3882         * gdb.texinfo (Machine Code): Update description of two forms of
3883         arguments, and add new example to demonstrate the new form.
3884
3885 2010-07-27  Phil Muldoon  <pmuldoon@redhat.com>
3886
3887         * gdb.texinfo (Values From Inferior): Add value inferior function
3888         call description.
3889
3890 2010-07-19  Jan Kratochvil  <jan.kratochvil@redhat.com>
3891
3892         * gdb.texinfo (Active Targets): Fix wrong comma placement.
3893
3894 2010-07-19  Jan Kratochvil  <jan.kratochvil@redhat.com>
3895             Eli Zaretskii  <eliz@gnu.org>
3896
3897         Make core files the process_stratum.
3898         * gdb.texinfo (Active Targets): Remove core_stratum.  Include
3899         record_stratum example.
3900
3901 2010-07-13  Tom Tromey  <tromey@redhat.com>
3902
3903         * gdb.texinfo (Index Files): New node.
3904
3905 2010-07-13  Tom Tromey  <tromey@redhat.com>
3906
3907         * gdb.texinfo (GDB/MI Variable Objects): Remove extra 'for'.
3908
3909 2010-07-13  Tom Tromey  <tromey@redhat.com>
3910
3911         * gdb.texinfo (Specify Location): Document labels.
3912
3913 2010-07-01  Pedro Alves  <pedro@codesourcery.com>
3914
3915         * gdb.texinfo (Create and Delete Tracepoints): Add more index
3916         entries for fast tracepoints and static tracepoints.
3917
3918 2010-07-01  Pedro Alves  <pedro@codesourcery.com>
3919
3920         * gdb.texinfo (General Query Packets) <qfThreadInfo,
3921         qsThreadInfo>: Spell out `l' as ell.
3922
3923 2010-07-01  Pedro Alves  <pedro@codesourcery.com>
3924
3925         * gdb.texinfo (Convenience Variables): Document $_sdata.
3926         (Commands to Set Tracepoints): Describe static tracepoints.  Add
3927         `Listing Static Tracepoint Markers' menu entry.  Document
3928         "strace".
3929         (Tracepoint Action Lists): Document collecting $_sdata.
3930         (Listing Static Tracepoint Markers): New subsection.
3931         (Tracepoints support in gdbserver): Mention static tracepoints.
3932         (remote packets, enabling and disabling): Mention
3933         read-sdata-object.
3934         (General Query Packets) <qSupported>: Document qXfer:sdata:read
3935         and StaticTracepoint.
3936         Mention qTfSTM, qTsSTM and qTSTMat as tracepoint packets.
3937         Document qXfer:sdata:read.
3938         (Tracepoint packets): Document qTfSTM, qTsSTM and qTSTMat.
3939
3940 2010-06-29  Joel Brobecker  <brobecker@adacore.com>
3941
3942         * gdb.texinfo (Threads In Python): Fix unmatched @end table.
3943
3944 2010-06-28  Phil Muldoon  <pmuldoon@redhat.com>
3945             Tom Tromey  <tromey@redhat.com>
3946             Thiago Jung Bauermann  <bauerman@br.ibm.com>
3947
3948         * gdb.texinfo (Inferiors In Python): New node.
3949         * gdb.texinfo (Threads In Python): New node.
3950
3951 2010-06-28  Joel Brobecker  <brobecker@adacore.com>
3952
3953         * gdb.texinfo (Python): Document what the python directory is
3954         and what its location is.
3955         (Basic Python): Document the gdb.PYTHONDIR constant.
3956
3957 2010-06-25  Tom Tromey  <tromey@redhat.com>
3958
3959         PR python/10808:
3960         * gdb.texinfo (Basic Python): Document new gdb.execute argument.
3961
3962 2010-06-24  Hui Zhu  <teawater@gmail.com>
3963
3964         * gdb.texinfo: (Commands for Controlled Output): Add
3965         documentation for command "eval".
3966
3967 2010-06-21  Stan Shebs  <stan@codesourcery.com>
3968
3969         * gdb.texinfo: Add explicit @node and @appendix for GFDL.
3970         * annotate.texinfo: Ditto.
3971         * gdbint.texinfo: Ditto.
3972         * stabs.texinfo: Ditto.
3973
3974 2010-06-22  Hui Zhu  <teawater@gmail.com>
3975
3976         * gdb.texinfo: (Process Record and Replay): Add documentation
3977         for command "set record memory-query".
3978
3979 2010-06-21  Stan Shebs  <stan@codesourcery.com>
3980
3981         * gdb.texinfo: Relicense under GFDL version 1.3.
3982         * annotate.texinfo: Relicense under GFDL version 1.3.
3983         * gdbint.texinfo: Relicense under GFDL version 1.3.
3984         * stabs.texinfo: Relicense under GFDL version 1.3.
3985         * fdl.texi: Update to version 1.3.
3986
3987 2010-06-18  Stan Shebs  <stan@codesourcery.com>
3988
3989         * gdb.texinfo (Operating System Auxiliary Information): Describe
3990         "info os" when no arguments given.
3991
3992         * gdb.texinfo (Debugging Programs with Multiple Threads): Describe
3993         $_thread.
3994
3995 2010-06-18  Hui Zhu  <teawater@gmail.com>
3996
3997         * gdb.texinfo: (Process Record and Replay): Add documentation
3998         for commands "record save" and "record restore".
3999
4000 2010-06-16  Jan Kratochvil  <jan.kratochvil@redhat.com>
4001
4002         * gdb.texinfo: Include information about the correct use
4003         of addresses in the `watch' command.
4004
4005 2010-06-11  Stan Shebs  <stan@codesourcery.com>
4006
4007         * gdb.texinfo (Observer Mode): New section.
4008         (General Query Packets): Document QAllow.
4009
4010 2010-06-04  Doug Evans  <dje@google.com>
4011
4012         * gdb.texinfo (Python API): New node `Disabling Pretty-Printers'.
4013
4014 2010-06-03  Doug Evans  <dje@google.com>
4015
4016         * gdbint.texinfo (Coding): Add subsection on command names.
4017
4018 2010-06-02  Tom Tromey  <tromey@redhat.com>
4019
4020         * gdb.texinfo (Maintenance Commands): Document maint set dwarf2
4021         always-disassemble.
4022
4023 2010-06-01  Pedro Alves  <pedro@codesourcery.com>
4024
4025         * gdb.texinfo (Set Tracepoints): Mention tracepoints support in
4026         gdbserver, and add cross reference.
4027         (Tracepoints support in gdbserver): New subsection.
4028
4029 2010-05-26  Pedro Alves  <pedro@codesourcery.com>
4030
4031         * gdb.texinfo (General Query Packets) <qSupported>: Describe the
4032         `qRelocInsn' feature.
4033         (Relocate instruction reply packet): New subsection
4034         of `Tracepoint Packets'.
4035         (Tracepoint Packets): Mention that packets QTDP and QTStart
4036         support the qRelocInsn request, and add cross reference to new
4037         subsection.
4038
4039 2010-05-25  Doug Evans  <dje@google.com>
4040
4041         * gdb.texinfo (Exception Handling): Document gdb.GdbError.
4042         (Commands In Python): Document gdb.string_to_argv.
4043
4044 2010-05-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
4045
4046         * gdbint.texinfo (Host Definition): Remove items NORETURN and
4047         ATTR_NORETURN.
4048
4049 2010-04-29  Phil Muldoon  <pmuldoon@redhat.com>
4050             Tom Tromey  <tromey@redhat.com>
4051             Thiago Jung Bauermann  <bauerman@br.ibm.com>
4052
4053         * gdb.texinfo (Parameters In Python): New Node.
4054
4055 2010-04-29  Mihail Zenkov  <mihail.zenkov@gmail.com>
4056
4057         * gdb.texinfo: (Summary) Add mention about D language support.
4058         (Filenames): Add D suffixes.
4059         (D): New node.
4060
4061 2010-04-26  Pierre Muller  <muller@ics.u-strasbg.fr>
4062
4063         * gdbint.texinfo (CANNOT_STEP_HW_WATCHPOINTS): Remove explanation
4064         of macro deleted from GDB code.
4065
4066 2010-04-24  Pedro Alves  <pedro@codesourcery.com>
4067
4068         * gdb.texinfo (Commands to specify files): Describe what how GDB
4069         looks up DOS-based filesystem paths on the system root.  Document
4070         the new `set/show target-file-system-kind' commands.
4071
4072 2010-04-23  Doug Evans  <dje@google.com>
4073
4074         * gdb.texinfo (Python): Move Auto-loading section here ...
4075         (Python API): from here.
4076         (Auto-loading): Add docs for .debug_gdb_scripts auto-loaded scripts.
4077         (Maintenance Commands): Add docs for "maint print section-scripts".
4078
4079 2010-04-20  Chris Moller  <cmoller@redhat.com>
4080
4081         * gdb.texinfo (Setting Breakpoints): Added description of
4082         filename-qualified rbreak.
4083         * refcard.tex (Breakpoints and Watchpoints): Added brief
4084         description of filename-qualified rbreak.
4085
4086 2010-04-22  Jan Kratochvil  <jan.kratochvil@redhat.com>
4087
4088         * gdb.texinfo (Data): New @menu reference to Pretty Printing.
4089         (Python API): Change the reference to Pretty Printing API.
4090         (Pretty Printing): Move the user part under the Data node.  Reformat
4091         the sample output to 72 columns.  Create a new reference to Pretty
4092         Printing API.  Rename the API part ...
4093         (Pretty Printing API): To a new node name.
4094         (Selecting Pretty-Printers, Progspaces In Python, Objfiles In Python)
4095         (GDB/MI Variable Objects): Change references to Pretty Printing API.
4096
4097 2010-04-21  Stan Shebs  <stan@codesourcery.com>
4098
4099         * gdb.texinfo (Tracepoint Actions): Mention synonymy of actions
4100         and commands.
4101         (Listing Tracepoints): Update to reflect current behavior.
4102
4103 2010-04-22  Pierre Muller  <muller@ics.u-strasbg.fr>
4104
4105         * gdb.texinfo (Examining memory): Update for change in string
4106         display with explicit size.
4107
4108 2010-04-19  Pedro Alves  <pedro@codesourcery.com>
4109
4110         PR breakpoints/8554.
4111
4112         * gdb.texinfo (Save Breakpoints): New node.
4113         (save-tracepoints): Rename to ...
4114         (save tracepoints): ... this.  Mention that `save-tracepoints' is
4115         a deprecated alias to `save tracepoints'.
4116
4117 2010-04-16  Pierre Muller  <muller@ics.u-strasbg.fr>
4118
4119         * gdb.texinfo ($_tlb): Document new automatic convinience variable.
4120         (info w32 thread-information-block): Document new command.
4121         (qGetTIBAddress): Document new gdbserver query.
4122         (maint set/show show-all-tib): Document new command.
4123
4124 2010-04-15  Doug Evans  <dje@google.com>
4125
4126         * gdb.texinfo (Python API): Add progspaces section.
4127         (Selecting Pretty-Printers): Progspace pretty-printers are
4128         searched too.
4129         (Progspaces In Python): New section.
4130
4131         * gdb.texinfo (Command Files): Add docs for new "source -s" option.
4132
4133 2010-04-14  Phil Muldoon  <pmuldoon@redhat.com>
4134
4135         * gdb.texinfo (Pretty Printing): Document behaviour when to_string
4136         returns None.
4137
4138 2010-04-09  Stan Shebs  <stan@codesourcery.com>
4139
4140         * gdb.texinfo (gdb/mi Tracepoint Commands) <-trace-status>:
4141         Describe the `frames-created' field, tweak grammar.
4142
4143 2010-04-09  Pedro Alves  <pedro@codesourcery.com>
4144
4145         * gdb.texinfo (gdb/mi Tracepoint Commands) <-trace-status>:
4146         Describe the `circular' and `disconnected' fields.
4147
4148 2010-04-09  H.J. Lu  <hongjiu.lu@intel.com>
4149
4150         * gdb.texinfo (maint print registers): Mention unavailable and
4151         invisible registers.
4152
4153 2010-04-09  Phil Muldoon  <pmuldoon@redhat.com>
4154             Thiago Jung Bauermann  <bauerman@br.ibm.com>
4155             Tom Tromey  <tromey@redhat.com>
4156
4157         * gdb.texinfo (Breakpoints In Python): New Node.
4158
4159 2010-04-08  Stan Shebs  <stan@codesourcery.com>
4160
4161         * gdb.texinfo (Tracepoint Packets): Describe disconn and circular
4162         trace status fields.
4163
4164 2010-04-08  H.J. Lu  <hongjiu.lu@intel.com>
4165
4166         * gdb.texinfo (i386 Features): Make org.gnu.gdb.i386.avx
4167         optional.  Make org.gnu.gdb.i386.avx requires
4168         org.gnu.gdb.i386.avx.
4169
4170 2010-04-08  Doug Evans  <dje@google.com>
4171
4172         * gdb.texinfo (Command Files): Document that gdb skips $cdir in
4173         search path, and document that gdb only scans the search path if
4174         the script's path doesn't specify a directory.
4175
4176 2010-04-05  Doug Evans  <dje@google.com>
4177
4178         * gdb.texinfo (maint show python auto-load): Fix typo.
4179
4180 2010-04-04  Stan Shebs  <stan@codesourcery.com>
4181
4182         * gdb.texinfo (Setting Breakpoints): "info watch" no longer a synonym.
4183         (Setting Watchpoints): Update description of "info watch".
4184         (Disabling Breakpoints): Only "info break" lists all.
4185
4186         * gdb.texinfo (Tracepoint Restrictions): Document PC inference.
4187         (tdump): Explain how tdump works.
4188
4189 2010-04-01  Pedro Alves  <pedro@codesourcery.com>
4190
4191         * gdb.texinfo (Break Commands): Clarify `commands' changes, and
4192         add cross reference.
4193
4194 2010-03-31  Pedro Alves  <pedro@codesourcery.com>
4195
4196         * gdb.texinfo (TUI Commands): Mention that in some cases, these
4197         commands error out.
4198
4199 2010-03-30  H.J. Lu  <hongjiu.lu@intel.com>
4200
4201         * gdb.texinfo (i386 Features): Add org.gnu.gdb.i386.avx.
4202
4203 2010-03-30  H.J. Lu  <hongjiu.lu@intel.com>
4204
4205         * gdb.texinfo (General Query Packets): Add xmlRegisters.
4206
4207 2010-03-29  Stan Shebs  <stan@codesourcery.com>
4208             Nathan Sidwell  <nathan@codesourcery.com>
4209
4210         * gdb.texinfo (GDB/MI Tracepoint Commands): Add notes about the
4211         GDBN equivalent.
4212         (Set Tracepoints): Remove mention that conditional tracepoints
4213         don't exist.
4214         (Tracepoint Actions): Clarify when while-stepping collection
4215         happens, note that while-stepping does not automatically collect
4216         $pc.
4217
4218 2010-03-29  Stan Shebs  <stan@codesourcery.com>
4219
4220         * gdb.texinfo (Tracepoint Packets): Describe QTDPsrc.
4221         (General Query Packets): Describe TracepointSource.
4222
4223 2010-03-27  Matt Rice  <ratmice@gmail.com>
4224
4225         * gdb.texinfo (ARM): Document arguments to "target sim".
4226         (Set Catchpoints): Use @dots{} instead of @r{...}.
4227
4228 2010-03-26  Pedro Alves  <pedro@codesourcery.com>
4229
4230         * gdb.texinfo (Tracepoint Packets): Remove mention that
4231         terror:string may be plain text, and drop mention of X prefix.
4232
4233 2010-03-26  Vladimir Prus  <vladimir@codesourcery.com>
4234
4235         * gdb.texinfo (GDB/MI Tracepoint Commands): Add comma after @xref.
4236
4237 2010-03-24  Stan Shebs  <stan@codesourcery.com>
4238
4239         * gdb.texinfo (Tracepoint Packets): Document trace error status.
4240
4241 2010-03-24  Tom Tromey  <tromey@redhat.com>
4242
4243         PR breakpoints/9352:
4244         * gdb.texinfo (Break Commands): Update.
4245
4246 2010-03-24  Vladimir Prus  <vladimir@codesourcery.com>
4247
4248         * gdb.texinfo (GDB/MI Tracepoint Commands): Document MI tracepoint
4249         commands.
4250
4251 2010-03-16  Stan Shebs  <stan@codesourcery.com>
4252
4253         * gdb.texinfo (Starting and Stopping Trace Experiments): Describe
4254         circular-trace-buffer.
4255         (Tracepoint Packets): Describe QTBuffer, and details of the
4256         qTStatus reply.
4257
4258 2010-03-12  Stan Shebs  <stan@codesourcery.com>
4259             Nathan Sidwell  <nathan@codesourcery.com>
4260
4261         * gdb.texinfo (Tracepoint Actions): Clarify that while-stepping is
4262         doing instruction stepping.
4263         (Tracepoint Restrictions): New node.
4264
4265 2010-03-10  Tom Tromey  <tromey@redhat.com>
4266
4267         * gdbint.texinfo (Symbol Handling): Update.
4268
4269 2010-03-08  Tom Tromey  <tromey@redhat.com>
4270
4271         PR cli/9591:
4272         * gdb.texinfo (Mode Options): Mention lack of pagination and
4273         confirmation with --batch.
4274         (Screen Size): Mention --batch.
4275         (Messages/Warnings): Likewise.
4276
4277 2010-03-05  Tom Tromey  <tromey@redhat.com>
4278
4279         * gdb.texinfo (Basic Python): Document target_charset and
4280         target_wide_charset.
4281
4282 2010-03-05  Tom Tromey  <tromey@redhat.com>
4283
4284         * gdb.texinfo (Data): Link to pretty-printing.
4285         (Output Formats): Likewise.  Correct text.
4286
4287 2010-03-01  Daniel Jacobowitz  <dan@codesourcery.com>
4288
4289         * gdb.texinfo (Types): Describe <struct> and <flags>.
4290
4291 2010-02-28  Phil Muldoon  <pmuldoon@redhat.com>
4292
4293         * gdb.texinfo (Frames In Python): Add block parameter and
4294         description to read_var text.
4295
4296 2010-02-26  Phil Muldoon  <pmuldoon@redhat.com>
4297             Tom Tromey  <tromey@redhat.com>
4298
4299         * gdb.texinfo (Types In Python): Describe block argument in
4300         template_argument and gdb.lookup_type.
4301
4302 2010-02-24  Tom Tromey  <tromey@redhat.com>
4303
4304         * gdb.texinfo (Cygwin Native): Fix typo.
4305
4306 2010-02-24  Phil Muldoon  <pmuldoon@redhat.com>
4307
4308         * gdb.texinfo (Frames In Python): Add block, find_sal, function
4309         and select method descriptions.
4310         (Python API): Add Blocks In Python, Symbols in Python and Symbol
4311         Tables in Python to menu.
4312         (Blocks In Python): New node.
4313         (Symbols In Python): New node.
4314         (Symbol Tables in Python): New node.
4315
4316 2010-02-24  Vladimir Prus  <vladimir@codesourcery.com>
4317
4318         Multiexec MI
4319
4320         gdb/
4321         * breakpoint.c (clear_syscall_counts): Take struct inferior*.
4322
4323         gdb/doc/
4324         * gdb.texinfo (GDB/MI Command Syntax): Document notification
4325         changes.
4326         (GDB/MI Program Execution): Document current behaviour of
4327         --all and --thread-group.
4328         (GDB/MI Miscellaneous Commands): Document -add-inferior and
4329         -remove-inferior.
4330         * observer.texi (inferior_added, inferior_removed): New
4331         observers.
4332
4333 2010-02-19  Tom Tromey  <tromey@redhat.com>
4334
4335         * gdbint.texinfo (Getting Started): Fix @node.
4336         (Debugging GDB): Likewise.
4337
4338 2010-02-13  Joel Brobecker  <brobecker@adacore.com>
4339
4340         * gdbint.texinfo (Testsuite): New section "Testsuite Configuration",
4341         documenting the gdb_test_timeout variable.
4342
4343 2010-02-12  Jakob Engblom  <jakob@virtutech.com>
4344
4345         * gdb.texinfo (MI commands): Added documentation of --reverse
4346         option to a set of MI commands. Restructured documentation of MI
4347         commands --exec-continue to reflect the complexity of reverse
4348         execution.
4349
4350 2010-02-12  Pedro Alves  <pedro@codesourcery.com>
4351
4352         * gdb.texinfo (Using the Collected Data): Specify that the address
4353         range of `tfind outsize' is exclusive, and that the address range
4354         of `tfind range' is inclusive.
4355         (Tracepoint Packets): Specify that the address range of
4356         `QTFrame:range' is inclusive, and that the address range of
4357         `QTFrame:outside' is exclusive
4358
4359 2010-02-12  Vladimir Prus  <vladimir@codesourcery.com>
4360
4361         * gdb.texinfo (GDB/MI Result Records): Clarify ^running.
4362
4363 2010-02-10  Tom Tromey  <tromey@redhat.com>
4364
4365         * gdb.texinfo (Debugging Output): Document set debug parser and
4366         show debug parser.
4367
4368 2010-02-09  H.J. Lu  <hongjiu.lu@intel.com>
4369
4370         * gdb.texinfo (Predefined Target Types): Add i387_ext,
4371         i386_eflags and i386_mxcsr.
4372
4373 2010-02-08  H.J. Lu  <hongjiu.lu@intel.com>
4374
4375         * gdb.texinfo: Document i386 target features.
4376
4377 2010-02-05  Doug Evans  <dje@google.com>
4378
4379         * gdbint.texinfo (Testsuite): Add a new section to document the
4380         various DejaGnu variables that may be overridden.
4381         Document INTERNAL_GDBFLAGS.
4382
4383 2010-02-04  Tom Tromey  <tromey@redhat.com>
4384
4385         PR cli/8830:
4386         * gdb.texinfo (Files): -readnow comes before the filename for file
4387         and symbol-file.
4388
4389 2010-02-01  Daniel Jacobowitz  <dan@codesourcery.com>
4390
4391         * gdb.texinfo (Architecture-Specific Protocol Details): New section.
4392         Document ARM breakpoint types.
4393         (Register Packet Format): Move into the new section.
4394         (Packets): Describe the KIND argument for Z0, z0, Z1, and z1 packets.
4395
4396 2010-01-21  Joel Brobecker  <brobecker@adacore.com>
4397
4398         * gdb.texinfo (File Options): Adjust the documentation of this
4399         switch to refer to the "source" command rather than partially
4400         duplicating some of the relevant information.
4401         (Extending GDB): Introduce and document the set/show script-extension
4402         setting.
4403         (Command Files): Add note explaining that the "source" command
4404         is also used to evalute scripts written in other languages.
4405         Remove the short slightly incorrect reference to sourcing Python
4406         scripts.
4407         (Python Commands): Document how to execute a Python script from GDB.
4408
4409 2010-01-19  Joel Brobecker  <brobecker@adacore.com>
4410
4411         * gdb.texinfo (Command Files): Fix typo.
4412
4413 2010-01-18  Tom Tromey  <tromey@redhat.com>
4414
4415         * gdb.texinfo (File Options): Document -x on .py files.
4416         (Command Files): Document handling of Python scripts.
4417
4418 2010-01-18  Jie Zhang  <jie.zhang@analog.com>
4419
4420         * Makefile.in (ANNOTATE_DOC_BUILD_INCLUDES): Add GDBvn.texi.
4421
4422 2010-01-15  Stan Shebs  <stan@codesourcery.com>
4423
4424         * gdb.texinfo (Trace Files): New section.
4425         (Tracepoint Packets): Document QTSave and qTBuffer.
4426         (Trace File Format): New appendix.
4427
4428 2010-01-13  Phil Muldoon  <pmuldoon@redhat.com>
4429
4430         * gdb.texinfo (Values From Inferior): Document lazy_string value
4431         method.
4432         (Python API): Add Lazy strings menu item.
4433         (Lazy Strings In Python): New node.
4434
4435 2010-01-13  Vladimir Prus  <vladimir@codesourcery.com>
4436
4437         * gdb.texinfo (GDB/MI Thread Information): New.
4438         (GDB/MI Async Records): Document the core field in *stopped.
4439         (GDB/MI Miscellaneous Commands): Expand -list-thread-groups
4440         documentation
4441         (Process list): Document that osdata document may contain
4442         threads.
4443         (Remote Serial Protocol): Document qXfer:threads.
4444
4445 2010-01-06  Stan Shebs  <stan@codesourcery.com>
4446
4447         * gdb.texinfo (Starting and Stopping Trace Experiments): Document
4448         disconnected tracing.
4449         (Tracepoint Packets): Document new protocol.
4450
4451 2010-01-05  Stan Shebs  <stan@codesourcery.com>
4452
4453         * gdb.texinfo (Create and Delete Tracepoints): Describe fast
4454         tracepoints.
4455         (Tracepoint Packets): Describe remote protocol for fast
4456         tracepoints.
4457
4458 2010-01-01  Joel Brobecker  <brobecker@adacore.com>
4459
4460         Update the "Start of New Year Procedure".
4461         * gdbint.texinfo: Add the list of files that need to be updated
4462         manually.  Minor reformatting.
4463
4464 2010-01-01  Joel Brobecker  <brobecker@adacore.com>
4465
4466         * refcard.tex: Update copyright year in header and text.
4467
4468 2010-01-01  Joel Brobecker  <brobecker@adacore.com>
4469
4470         * agentexpr.texi: Add 2010 to the list of copyright years.
4471         * annotate.texinfo: Likewise.
4472         * gdb.texinfo: Likewise.
4473         * gdbint.texinfo: Likewise.
4474         * observer.texi: Likewise.
4475         * stabs.texinfo: Likewise.
4476
4477 2009-12-31  Stan Shebs  <stan@codesourcery.com>
4478
4479         * gdb.texinfo (Tracepoint Actions): Describe teval.
4480
4481 2009-12-29  Stan Shebs  <stan@codesourcery.com>
4482
4483         * gdb.texinfo (Tracepoint Actions): Describe default-collect.
4484
4485 2009-12-28  Stan Shebs  <stan@codesourcery.com>
4486
4487         * gdb.texinfo (Trace State Variables): New section.
4488         (Tracepoint Packets): Describe trace state variable packets.
4489         * agentexpr.texi (Bytecode Descriptions): Describe trace state
4490         variable bytecodes.
4491
4492 2009-12-28  Daniel Jacobowitz  <dan@codesourcery.com>
4493
4494         * gdb.texinfo (Symbols): "info variables" prints definitions, not
4495         declarations.
4496
4497 2009-12-21  Vladimir Prus  <vladimir@codesourcery.com>
4498
4499         * gdb.texinfo (GDB/MI Miscellaneous Commands): Clarify that
4500         -gdb-exit behaviour.
4501
4502 2009-12-20  Joel Brobecker  <brobecker@adacore.com>
4503
4504         * gpl.texi: Update to version 3 of the GPL.
4505
4506 2009-12-20  Joel Brobecker  <brobecker@adacore.com>
4507
4508         * Makefile.in: Update copyright header.
4509         * observer.texi: Fix the copyright header of the generated files.
4510
4511 2009-12-08  Phil Muldoon  <pmuldoon@redhat.com>
4512
4513         * gdb.texinfo (Types In Python): Describe range function.
4514
4515 2009-12-03  Richard Ward  <richard.j.ward1@googlemail.com>
4516
4517         * gdb.texinfo (Types In Python): Describe "is_base_class".
4518
4519 2009-12-03  Tom Tromey  <tromey@redhat.com>
4520
4521         * gdb.texinfo (Basic Python): Document gdb.parse_and_eval.
4522
4523 2009-12-02  Paul Pluzhnikov  <ppluzhnikov@google.com>
4524
4525         * observer.texi: New memory_changed observer.
4526
4527 2009-12-01  Tom Tromey  <tromey@redhat.com>
4528
4529         * gdb.texinfo (Reverse Execution): Fix typo.
4530
4531 2009-11-24  Daniel Jacobowitz  <dan@codesourcery.com>
4532
4533         PR gdb/8704
4534
4535         * gdb.texinfo (Thread-Specific Breakpoints): Thread specifiers
4536         are allowed after the breakpoint condition.
4537
4538 2009-11-23  Tom Tromey  <tromey@redhat.com>
4539
4540         PR python/10782:
4541         * gdb.texinfo (Types In Python): Document Type.pointer.
4542
4543 2009-11-23  Paul Pluzhnikov  <ppluzhnikov@google.com>
4544
4545         * gdb.texinfo (Machine Code): Adjust.
4546
4547 2009-11-11  Pedro Alves  <pedro@codesourcery.com>
4548
4549         * agentexpr.texi (Tracing On Symmetrix): Delete section.
4550         (Using Agent Expressions): Delete cross reference.
4551
4552 2009-11-07  Joel Brobecker  <brobecker@adacore.com>
4553
4554         * gdbint.texinfo, stabs.texinfo: Move the @setchapternewpage
4555         and @settitle directives up to help makeinfo find them.
4556
4557 2009-11-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
4558
4559         * gdb.texinfo (set debug-file-directory, show debug-file-directory)
4560         (Auto-loading): Use plural and note one can use multiple components now.
4561
4562 2009-11-01  Vladimir Prus  <vladimir@codesourcery.com>
4563
4564         * gdb.texinfo (GDB/MI Stack Manipulation): Make
4565         -stack-list-arguments have the same documentation for parameter
4566         as -stack-list-locals. Add comas.
4567
4568 2009-10-27  Tom Tromey <tromey@redhat.com>
4569             Eli Zaretskii <eliz@gnu.org>
4570
4571         PR python/10781
4572
4573         * gdb.texinfo (Values From Inferior): Document cast method.
4574
4575 2009-10-22  Paul Pluzhnikov  <ppluzhnikov@google.com>
4576
4577         * gdb.texinfo (Machine Code): Mention function name in disasssembly
4578         and adjust example.
4579
4580 2009-10-22  Michael Snyder  <msnyder@vmware.com>
4581
4582         * gdb.texinfo (Process Record and Replay): Document new form of
4583         info record command.  Also document the new save and restore
4584         commands.
4585
4586 2009-10-21  Paul Pluzhnikov  <ppluzhnikov@google.com>
4587
4588         * gdb.texinfo (Machine Code): Mention current pc marker.
4589         (Memory): Likewise.
4590
4591 2009-10-19  Pedro Alves  <pedro@codesourcery.com>
4592             Stan Shebs  <stan@codesourcery.com>
4593
4594         * observer.texi (new_inferior): Rename to...
4595         (inferior_appeared): ... this.
4596
4597         * gdb.texinfo (Inferiors): Rename node to ...
4598         (Inferiors and Programs): ... this.  Mention running multiple
4599         programs in the same debug session.
4600         <info inferiors>: Mention the new 'Executable' column if "info
4601         inferiors".  Update examples.  Document the "add-inferior",
4602         "clone-inferior", "remove-inferior" and "maint info
4603         program-spaces" commands.
4604         (Process): Rename node to...
4605         (Forks): ... this.  Document "set|show follow-exec-mode".
4606
4607 2009-10-11  Michael Snyder  <msnyder@vmware.com>
4608
4609         * gdb.texinfo (ReverseStep): Show default as "unsupported".
4610         (ReverseContinue): Ditto.
4611
4612 2009-10-08  Paul Pluzhnikov  <ppluzhnikov@google.com>
4613
4614         * gdb.texinfo (Server): Document libthread-db-search-path.
4615
4616 2009-10-08  Jan Kratochvil  <jan.kratochvil@redhat.com>
4617
4618         * gdbint.texinfo (i386_stopped_by_hwbp): Remove.
4619
4620 2009-10-06  Michael Eager  <eager@eagercon.com>
4621
4622         * gdb.texinfo (Contributors): Add self for Xilinx MicroBlaze.
4623         (Embedded Processors): Add MicroBlaze.
4624         (MicroBlaze): New.  Describe Xilinx MicroBlaze
4625
4626 2009-10-04  Pedro Alves  <pedro@codesourcery.com>
4627
4628         * gdb.texinfo (Remote Protocol): Don't mention vCont;T.
4629
4630 2009-09-26  Pierre Muller  <muller@ics.u-strasbg.fr>
4631
4632         * gdb.texinfo (Cygwin Native): Mention support for Ctrl-BREAK.
4633
4634 2009-09-23  Joel Brobecker  <brobecker@adacore.com>
4635
4636         * observer.texi (solib_unloaded): Document explicitly the fact that
4637         this observer is called before the associated symbols are unloaded.
4638
4639 2009-09-19  Vladimir Prus  <vladimir@codesourcery.com>
4640
4641         * gdb.texinfo (GDB/MI Stack Manipulation): Document
4642         -stack-list-variables.
4643
4644 2009-09-18  Tom Tromey  <tromey@redhat.com>
4645
4646         * gdb.texinfo (GDB/MI Variable Objects): -enable-pretty-printing
4647         is experimental.
4648
4649 2009-09-17  Paul Pluzhnikov  <ppluzhnikov@google.com>
4650
4651         * gdb.texinfo (convenince variables): Mention
4652         $_siginfo could be empty.
4653
4654 2009-09-15  Tom Tromey  <tromey@redhat.com>
4655
4656         * gdb.texinfo (GDB/MI Variable Objects): Document
4657         -enable-pretty-printing, -var-set-update-range, dynamic varobjs.
4658         Expand -var-update documentation.
4659
4660 2009-09-14  Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
4661
4662         * gdb.texinfo (Set Catchpoints): Documentation about the catch syscall
4663         feature.
4664
4665 2009-09-13  Daniel Jacobowitz  <dan@codesourcery.com>
4666
4667         * gdbint.texinfo (Unwinding the Frame ID): Reference outer_frame_id.
4668
4669 2009-09-10  Michael Snyder  <msnyder@vmware.com>
4670
4671         * gdb.texinfo (qSupported): Mention new ReverseContinue and
4672         ReverseStep replies to the qSupported query.
4673
4674 2009-09-10  Joel Brobecker  <brobecker@adacore.com>
4675
4676         Add documentation for set/show interactive-mode.
4677         * gdb.texinfo (Other Misc Settings): New node.
4678
4679 2009-09-01  Doug Evans  <dje@google.com>
4680
4681         * gdb.texinfo (Caching Data of Remote Targets): Add note on
4682         non-stop mode's affect on remote caching.
4683
4684 2009-08-31  Jacob Potter  <jdpotter@google.com>
4685             Doug Evans  <dje@google.com>
4686
4687         * gdb.texinfo (Caching Data of Remote Targets): Update text.
4688         Mark `set/show remotecache' options as obsolete.
4689         Document new `set/show stack-cache' option.
4690         Update text for `info dcache'.
4691
4692 2009-08-27  Doug Evans  <dje@google.com>
4693
4694         * gdb.texinfo (Symbols): Delete `set print symbol-loading'.
4695         (Files): Add note on new optional regex arg to `info sharedlibrary'.
4696
4697 2009-08-26  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4698
4699         * gdbint.texinfo (Releasing GDB): Fix confusing sentence
4700         about autoconf.
4701
4702 2009-08-25  Pedro Alves  <pedro@codesourcery.com>
4703
4704         * gdb.texinfo (Debugging Multiple Inferiors): Add "info inferiors"
4705         small example, and describe its columns.  Replace "inferior-id" by
4706         "infno" throughout.
4707
4708 2009-08-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4709
4710         * gdbint.texinfo (Releasing GDB): Point to
4711         README-maintainer-mode file for required autoconf version.
4712         * configure.ac: Do not substitute datarootdir, htmldir,
4713         pdfdir, docdir.  Do not process --with-datarootdir,
4714         --with-htmldir, --with-pdfdir, --with-docdir.
4715         * configure: Regenerate.
4716
4717         * configure: Regenerate.
4718
4719 2009-08-20  Reid Kleckner  <reid@kleckner.net>
4720
4721         * gdb.texinfo: Add chapter on JIT interface.
4722
4723 2009-08-07  Nick Roberts  <nickrob@snap.net.nz>
4724
4725         * gdb.texinfo (Server Prefix): Explain that server prefix suppresses
4726         confirmation request.
4727
4728 2009-08-05  Jeremy Bennett  <jeremy.bennett@embecosm.com>
4729
4730         * gdb.texinfo (Separate Debug Files, Remote Protocol): Clarified
4731         CRC definitions.
4732
4733 2009-08-03  Vladimir Prus  <vladimir@codesourcery.com>
4734
4735         * gdb.texinfo (GDB/MI Breakpoint Commands): Document
4736         -break-commands.
4737
4738 2009-07-31  Ulrich Weigand  <uweigand@de.ibm.com>
4739
4740         * gdb.texinfo (Cell Broadband Engine SPU architecture): Document the
4741         "set spu auto-flush-cache" and "show spu auto-flush-cache" commands.
4742
4743 2009-07-31  Ulrich Weigand  <uweigand@de.ibm.com>
4744
4745         * gdb.texinfo (Cell Broadband Engine SPU architecture): Document the
4746         "set spu stop-on-load" and "show spu stop-on-load" commands.
4747
4748 2009-07-31  Ulrich Weigand  <uweigand@de.ibm.com>
4749
4750         * gdb.texinfo (Target Descriptions): Document <compatible> element.
4751
4752 2009-07-28  Daniel Jacobowitz  <dan@codesourcery.com>
4753
4754         * gdb.texinfo (ARM Features): Document org.gnu.gdb.arm.vfp and
4755         org.gnu.gdb.arm.neon.
4756
4757 2009-07-20  Pedro Alves  <pedro@codesourcery.com>
4758
4759         * gdb.texinfo (Target Description Format): Mention the new <osabi>
4760         optional element.
4761         (subsection OS ABI): New subsection.
4762
4763 2009-07-14  Stan Shebs  <stan@codesourcery.com>
4764
4765         * gdb.texinfo (Tracepoint Conditions): New section.
4766         (General Query Packets): Describe ConditionalTracepoints.
4767         (Tracepoint Packets): Describe condition field.
4768         (Maintenance Commands): Describe maint agent-eval.
4769         * agentexpr.texi (Using Agent Expressions): Mention eval usage.
4770
4771 2009-07-11  Hui Zhu  <teawater@gmail.com>
4772
4773         * gdb.texinfo (disassemble): Add a new modifier /r
4774         to "disassemble" command to make it print the raw instructions
4775         in hex as well as in symbolic form.
4776
4777 2009-07-09  Tom Tromey  <tromey@redhat.com>
4778
4779         * gdbint.texinfo (Testsuite): Document parallel make check.
4780
4781 2009-07-09  Tom Tromey  <tromey@redhat.com>
4782
4783         * gdbint.texinfo (Testsuite): Document test transcripts.
4784
4785 2009-07-10  Phil Muldoon  <pmuldoon@redhat.com>
4786
4787         * gdb.texinfo (Values From Inferior): Add length parameter
4788         description.
4789
4790 2009-07-04  Chris Genly  <chris@genly.us>
4791
4792         * gdb.texinfo (GDB/MI Variable Objects): Document child definition
4793         in -var-list-children.  Fix example according to what the code
4794         does.
4795
4796 2009-07-02  Pedro Alves  <pedro@codesourcery.com>
4797
4798         * gdb.texinfo (Debugging multiple inferiors): Document the
4799         "inferior", "detach inferior" and "kill inferior" commands.
4800         (Debugging Programs with Multiple Processes): Adjust to mention
4801         generic "inferior" commands.  Delete mention of "detach fork" and
4802         "delete fork".  Cross reference to "Debugging multiple inferiors"
4803         section.
4804
4805 2009-07-02  Ulrich Weigand  <uweigand@de.ibm.com>
4806
4807         * gdbint.texinfo (Item Output Functions): Update signature
4808         for ui_out_field_core_addr.
4809
4810 2009-07-02  Ulrich Weigand  <uweigand@de.ibm.com>
4811
4812         * gdbint.texinfo (Examples of Use of @code{ui_out} functions):
4813         Update example code extrated from breakpoint.c.
4814
4815 2009-06-28  Paul Pluzhnikov  <ppluzhnikov@google.com>
4816
4817         * gdb.texinfo (GDB/MI Program Context): @ignore unimplemented
4818         MI commands.
4819         (GDB/MI Symbol Query): Likewise.
4820         (GDB/MI File Commands): Likewise.
4821         (GDB/MI File Transfer Commands): Likewise.
4822         (GDB/MI Target Manipulation): Likewise.
4823         (GDB/MI Miscellaneous Commands): Likewise.
4824
4825 2009-06-27  Daniel Jacobowitz  <dan@codesourcery.com>
4826
4827         * gdb.texinfo (Debugging Optimized Code): New chapter.
4828         (Compiling for Debugging): Reference it.  Move some
4829         text to the new section.
4830
4831 2009-06-15  Phil Muldoon  <pmuldoon@redhat.com>
4832
4833         * doc/gdb.texinfo (Calling): Document
4834         set-unwind-on-terminating-exception usage.
4835
4836 2009-06-11  Pedro Alves  <pedro@codesourcery.com>
4837
4838         * gdb.texinfo (All-Stop): Document new 'set schedule-multiple'
4839         command.
4840
4841 2009-06-07  Pedro Alves  <pedro@codesourcery.com>
4842
4843         * gdbint.texinfo (TARGET_HAS_HARDWARE_WATCHPOINTS): Delete all
4844         references.
4845
4846 2009-06-04  Ulrich Weigand  <uweigand@de.ibm.com>
4847
4848         * gdbint.texinfo: Rename formal parameters to gdbarch function
4849         protoypes from "current_gdbarch" to "gdbarch".
4850
4851 2009-05-28  Tom Tromey  <tromey@redhat.com>
4852
4853         * gdb.texinfo (Basic Python): Change get_parameter to parameter.
4854
4855 2009-05-27  Tom Tromey  <tromey@redhat.com>
4856
4857         * gdb.texinfo (GDB/MI Miscellaneous Commands): Document "python"
4858         feature.
4859         (GDB/MI Variable Objects): Document -var-set-visualizer.
4860
4861 2009-04-02  Tom Tromey  <tromey@redhat.com>
4862
4863         * gdb.texinfo (GDB/MI Miscellaneous Commands): Document "python"
4864         feature.
4865         (GDB/MI Variable Objects): Document -var-set-visualizer.
4866
4867 2009-05-27  Tom Tromey  <tromey@redhat.com>
4868             Thiago Jung Bauermann  <bauerman@br.ibm.com>
4869             Phil Muldoon  <pmuldoon@redhat.com>
4870
4871         * gdb.texinfo (Objfiles In Python): Reference pretty printing.
4872         (Pretty Printing): New node.
4873         (Selecting Pretty-Printers): Likewise.
4874         (Python API): Update.
4875         (Output Formats): Document /r format.
4876
4877 2009-05-27  Thiago Jung Bauermann  <bauerman@br.ibm.com>
4878             Tom Tromey  <tromey@redhat.com>
4879
4880         * gdb.texinfo (Types In Python): New node.
4881         (Values From Inferior): "type" is now an attribute.
4882         (Python API): Update.
4883
4884 2009-05-27  Tom Tromey  <tromey@redhat.com>
4885             Thiago Jung Bauermann  <bauerman@br.ibm.com>
4886             Phil Muldoon  <pmuldoon@redhat.com>
4887
4888         * gdb.texinfo: Add @syncodeindex for `tp'.
4889         (Python API): Update.
4890         (Auto-loading): New node.
4891         (Objfiles In Python): New node.
4892
4893 2009-05-15  Paul Pluzhnikov  <ppluzhnikov@google.com>
4894
4895         * gdb.texinfo (Threads): Document libthread-db-search-path.
4896
4897 2009-05-15  Nick Roberts  <nickrob@snap.net.nz>
4898
4899         * gdb.texinfo (GDB/MI General Design): Break up into four nodes.
4900
4901 2009-05-12  Pedro Alves  <pedro@codesourcery.com>
4902
4903         * gdb.texinfo: Document 'set/show debug gnu-nat'.  Replace 'maint
4904         show-debug-regs' docs by 'maint set show-debug-regs' and 'maint
4905         show show-debug-regs' docs.
4906
4907 2009-05-08  Eli Zaretskii  <eliz@gnu.org>
4908
4909         * gdb.texinfo (Process Record and Replay): Add description of
4910         reverse execution.
4911
4912 2009-05-07  Joel Brobecker  <brobecker@adacore.com>
4913
4914         * gdbint.texinfo (Adding support for debugging core files): New node.
4915         (Native Debugging): Remove the ``Native core file Support'' section.
4916
4917 2009-05-01  Eli Zaretskii  <eliz@gnu.org>
4918
4919         * gdb.texinfo (Process Record and Replay): Improve and clarify.
4920         Add index entries.
4921
4922 2009-04-30  Hui Zhu  <teawater@gmail.com>
4923             Michael Snyder  <msnyder@vmware.com>
4924
4925         * gdb.texinfo: (Process Record and Replay): Add documentation for
4926         process record and replay.
4927
4928 2009-04-29  Jan Kratochvil  <jan.kratochvil@redhat.com>
4929
4930         * gdb.texinfo (Macros): Note command-line for `info macro'.  Append
4931         a new part on command-line defined macros.
4932
4933 2009-04-25  Eli Zaretskii  <eliz@gnu.org>
4934
4935         * gdb.texinfo (Machine Code) <disassemble-next-line>: Improve and
4936         clarify the wording.
4937
4938 2009-04-23  Tom Tromey  <tromey@redhat.com>
4939
4940         * gdb.texinfo (Data Files): New node.
4941         (GDB Files): Update menu.
4942
4943 2009-04-23  Joel Brobecker  <brobecker@adacore.com>
4944
4945         * gdbint.texinfo (Defining Other Architecture Features): Remove
4946         entry for PROCESS_LINENUMBER_HOOK.
4947
4948 2009-04-22  Vladimir Prus  <vladimir@codesourcery.com>
4949
4950         * gdb.texinfo (GDB/MI Program Execution): Document -exec-jump.
4951
4952 2009-04-22  Hui Zhu  <teawater@gmail.com>
4953
4954         * gdb.texinfo (disassemble-next-line): Set the default of
4955         disassemble-next-line to off.
4956
4957 2009-04-21  Joseph Myers  <joseph@codesourcery.com>
4958
4959         * configure.ac (--with-datarootdir, --with-docdir, --with-pdfdir,
4960         --with-htmldir): New.
4961         * configure: Regenerate.
4962         * Makefile.in (datarootdir, docdir): Define.
4963         (gdb.dvi, gdb.pdf): Use same -I options as for building gdb.info
4964         instead of $(SET_TEXINPUTS).
4965         (gdbint.dvi, gdbint.pdf): Use same -I options as for building
4966         gdbint.info instead of $(SET_TEXINPUTS).
4967         (gdbint/index.html): Use same -I options as for building
4968         gdbint.info.
4969         (stabs.dvi, stabs.pdf): Use same -I options as for building
4970         stabs.info instead of $(SET_TEXINPUTS).
4971         (stabs/index.html): Use same -I options as for building
4972         stabs.info.
4973         (annotate.dvi, annotate.pdf): Use same -I options as for building
4974         annotate.info instead of $(SET_TEXINPUTS).
4975         (annotate/index.html): Use same -I options as for building
4976         annotate.info.
4977
4978 2009-04-21  David Daney  <ddaney@caviumnetworks.com>
4979
4980         * gdb.texinfo (maint show-debug-regs): Remove mention of x86.
4981
4982 2009-04-21  Joseph Myers  <joseph@codesourcery.com>
4983
4984         * gdb.texinfo (Source Path): Document --with-relocated-sources.
4985
4986 2009-04-18  Carlos O'Donell  <carlos@codesourcery.com>
4987             Joseph Myers  <joseph@codesourcery.com>
4988
4989         * Makefile.in (MAKEHTML): Set to makeinfo --html.
4990         (MAKEHTMLFLAGS): Set to empty.
4991         (html__strip_dir): Define.
4992         (HTMLFILES): Define.
4993         (HTMLFILES_INSTALL): Define.
4994         (install-html): Copy new automake rule.
4995         (html): Depend on $(HTMLFILES).
4996         (gdb_toc.html): Rename to gdb/index.html.
4997         (gdbint_toc.html): Rename to gdbint/index.html.
4998         (stabs_toc.html): Rename to stabs/index.html.
4999         (annotate_toc.html): Rename to annotate/index.html.
5000
5001 2009-04-17  Carlos O'Donell  <carlos@codesourcery.com>
5002
5003         * Makefile.in: Set pdfdir and htmldir from configure
5004         substitutions.
5005         * configure.ac: AC_SUBST datarootdir, docdir, htmldir, pdfdir.
5006         * configure: Regenerate.
5007
5008 2009-04-16  Joel Brobecker  <brobecker@adacore.com>
5009
5010         * gdbint.texinfo (Native Debugging): Remove entry for PROC_NAME_FMT.
5011         This macro is no longer used.
5012
5013 2009-04-15  Tom Tromey  <tromey@redhat.com>
5014
5015         * gdb.texinfo (Character Sets): Document default character set.
5016
5017 2009-04-14  Pierre Muller  <muller@ics.u-strasbg.fr>
5018
5019         * gdbint.texinfo: Change server name from sources.redhat.com to
5020         sourceware.org throughout.
5021
5022 2009-04-09  Joel Brobecker  <brobecker@adacore.com>
5023
5024         * gdb.texinfo (Set Breaks): Rewrite a paragraph to avoid a warning
5025         about a missing dot or coma after @xref.
5026
5027 2009-04-02  Joel Brobecker  <brobecker@adacore.com>
5028
5029         * gdb.texinfo (Backtrace): Add a parameter in frame 1 of the first
5030         example, and add a small explanation about it.
5031         (Print Settings): Change the documentation of the "set print
5032         frame-arguments" to reflect the fact that the default is now "scalars".
5033
5034 2009-04-02  Joel Brobecker  <brobecker@adacore.com>
5035
5036         * gdb.texinfo (Print Settings): Add kindex for command "set
5037         print frame-arguments".
5038
5039 2009-03-31  Joel Brobecker  <brobecker@adacore.com>
5040
5041         * gdb.texinfo (Ada Tasks): Add documentation about task-specific
5042         breakpoints.
5043         (Set Breaks): Add reference to thread-specific and task-specific
5044         breakpoints.
5045
5046 2009-03-31  Joel Brobecker  <brobecker@adacore.com>
5047
5048         * gdb.texinfo (Ada Tasks): Remove the documentation about
5049         the "Running" state, as this state has been eliminated.
5050         Now all runnable tasks are shown as "Runnable".
5051
5052 2009-03-30  Stan Shebs  <stan@codesourcery.com>
5053
5054         * gdb.texinfo (Tracepoints): Describe tracepoints as a
5055         special case of breakpoints.
5056         (Enable and Disable Tracepoints): Mention deprecation.
5057         (Listing Tracepoints): Update description and example.
5058
5059 2009-03-30  Thiago Jung Bauermann  <bauerman@br.ibm.com>
5060
5061         * gdb.texinfo (Frames in Python): New node.
5062         (Python API): Update.
5063
5064 2009-03-29  Thiago Jung Bauermann  <bauerman@br.ibm.com>
5065
5066         * gdb.texinfo (Values From Inferior): Change gdb.Value.address
5067         from a method to an attribute.
5068
5069 2009-03-26  Thiago Jung Bauermann  <bauerman@br.ibm.com>
5070
5071         * gdb.texinfo (Values From Inferior): Document is_optimized_out
5072         attribute.
5073
5074 2009-03-25  Pedro Alves  <pedro@codesourcery.com>
5075
5076         * observer.texi (thread_exit): Add "silent" parameter.
5077
5078 2009-03-22  Pedro Alves  <pedro@codesourcery.com>
5079
5080         * observer.texi (about_to_proceed): New.
5081
5082 2009-03-21  Jeremy Bennett  <jeremy.bennett@embecosm.com>
5083
5084         * gdbint.texinfo (everywhere): Use braces {} in @deftypeXX type
5085         field throughout to handle types with spaces in them.  Fix typos
5086         found by aspell.
5087         (Summary, Requirements, Contributors): New first chapter,
5088         "Summary" added, old Requirements section moved there, and new
5089         section, "Contributors" added.
5090         (Initializing a New Architecture, Register Representation)
5091         (Frame Interpretation, Inferior Call Setup, Adding a New Target)
5092         (Porting gdb): These sections extended and updated.
5093         (Compiler Characteristics): This section (empty) deleted.
5094         (Defining Other Architecture Features): This section renamed and
5095         duplicate material removed from (formerly "Target Conditionals").
5096         Use braces {} in @deftypeXX type field throughout to handle types
5097         with spaces in them. Typos found by aspell fixed.
5098
5099         * stack_frame.svg: New file, source of image for gdbint.texinfo.
5100         * stack_frame.pdf: Version of image for PDF output.
5101         * stack_frame.png: Version of image for HTML output and for Emacs.
5102         * stack_frame.txt: Version of image for Info output.
5103         * stack_frame.eps: Version of image for TeX DVI output.
5104
5105 2009-03-21  Eli Zaretskii  <eliz@gnu.org>
5106
5107         * gdb.texinfo (Character Sets): Fix last change.
5108
5109 2009-03-21  Thiago Jung Bauermann  <bauerman@br.ibm.com>
5110
5111         * gdb.texinfo (Values From Inferior): Fix optional arguments
5112         markup.
5113         (Commands In Python): Adjust argument names of gdb.Command.__init__
5114         to what the function accepts as keywords.
5115
5116 2008-03-20  Tom Tromey  <tromey@redhat.com>
5117
5118         * gdb.texinfo (Convenience Vars): Document convenience functions.
5119         (Functions In Python): New node.
5120         (Python API): Update.
5121
5122 2009-03-20  Tom Tromey  <tromey@redhat.com>
5123
5124         * gdb.texinfo (Character Sets): Remove obsolete text.  Document
5125         set target-wide-charset.
5126         (Requirements): Mention iconv.
5127
5128 2009-03-17  Hui Zhu  <teawater@gmail.com>
5129
5130         * gdb.texinfo: Change the introduce of "disassemble-next-line".
5131
5132 2009-03-17  Hui Zhu  <teawater@gmail.com>
5133
5134         * gdb.texinfo: Add documentation for disassemble-next-line.
5135
5136 2009-03-16  Thiago Jung Bauermann  <bauerman@br.ibm.com>
5137
5138         * gdb.texinfo (Commands In Python): Remove tindex entries.
5139
5140 2009-03-15  Jan Kratochvil  <jan.kratochvil@redhat.com>
5141
5142         * gdb.texinfo (Returning): New description for missing debug info.
5143
5144 2009-03-14  Pedro Alves  <pedro@codesourcery.com>
5145
5146         * gdb.texinfo (Remote Configuration): Document query-attached.
5147         (General Query Packets): Document qAttached.
5148
5149 2009-03-05  Pedro Alves  <pedro@codesourcery.com>
5150
5151         * gdb.texinfo (Background Execution): Better describe the set
5152         target-async command.
5153         (Maintenance Commands): Delete description of the `maint set/show
5154         linux-async' and `maint set/show remote-async' commands.
5155
5156 2009-02-18  Vladimir Prus  <vladimir@codesourcery.com>
5157
5158         * gdb.texinfo (GDB/MI Async Records): Add double-spaces
5159         between sentences.
5160
5161 2009-02-18  Vladimir Prus  <vladimir@codesourcery.com>
5162
5163         * gdb.texinfo (GDB/MI Async Records): Document the
5164         =library-loaded and =library-unloaded notifications.
5165
5166 2009-02-17  Vladimir Prus  <vladimir@codesourcery.com>
5167
5168         * observer.texi (test_notification): New observer.
5169
5170 2009-02-14  Vladimir Prus  <vladimir@codesourcery.com>
5171
5172         * observer.texi: Add parameter 'print_frame' to normal_stop
5173         observer.
5174
5175 2009-02-07  Eli Zaretskii  <eliz@gnu.org>
5176
5177         * gdb.texinfo (Basic Python): Fix change from 2009-02-04.
5178         (Commands In Python): Fix COMMAND_* constants in last change.  Use
5179         @kbd for interactive input.  Add cross-references and index
5180         entries.
5181
5182 2009-02-06  Pedro Alves  <pedro@codesourcery.com>
5183
5184         * gdb.texinfo (Signals): Document $_siginfo.
5185         (Convenience Variables): Mention $_siginfo.
5186         (Remote Configuration): Document qXfer:siginfo:read,
5187         qXfer:siginfo:write packets, and the read-siginfo-object,
5188         write-siginfo-object commands.
5189
5190 2009-02-06  Pedro Alves  <pedro@codesourcery.com>
5191
5192         * gdbint.texinfo (Values): New chapter.
5193
5194 2009-02-06  Tom Tromey  <tromey@redhat.com>
5195
5196         * gdb.texinfo (Python API): Add entry for Commands In Python.
5197         (Commands In Python): New node.
5198
5199 2009-02-05  Tom Tromey  <tromey@redhat.com>
5200
5201         * gdb.texinfo (Values From Inferior): Document Value.string.
5202
5203 2009-02-05  Tom Tromey  <tromey@redhat.com>
5204
5205         * gdb.texinfo (Basic Python): Document execute's from_tty
5206         argument.
5207
5208 2009-02-04  Tom Tromey  <tromey@redhat.com>
5209
5210         * gdb.texinfo (Basic Python): Document gdb.history.
5211
5212 2009-01-30  Vladimir Prus  <vladimir@codesourcery.com>
5213
5214         * gdb.texinfo (GDB/MI Thread Commands): Document the
5215         'current-thread-id' field.  Remove the example with zero threads,
5216         since current GDB won't ever report that if there's inferior.
5217
5218 2009-01-30  Vladimir Prus  <vladimir@codesourcery.com>
5219
5220         * gdb.texinfo (GDB/MI Breakpoint Commands): Document the -d
5221         option to -break-insert.
5222
5223 2009-01-28  Daniel Jacobowitz  <dan@codesourcery.com>
5224             Jerome Guitton  <guitton@adacore.com>
5225
5226         * gdb.texinfo (Startup): Document --with-system-gdbinit.
5227         (System-wide configuration): New section.
5228
5229 2009-01-26  Pedro Alves  <pedro@codesourcery.com>
5230
5231         PR gdb/7580:
5232         * gdb.texinfo (Maintenance Commands): Document "maint set|show
5233         internal-error|internal-warning quit|corefile ask|yes|no".
5234
5235 2009-01-26  Pedro Alves  <pedro@codesourcery.com>
5236
5237         * gdb.texinfo (Using the `gdbserver' Program): Document
5238         --remote-debug.
5239
5240 2009-01-23  Doug Evans  <dje@google.com>
5241
5242         * gdb.texinfo: Add nexti to list of commands that support
5243         background execution.
5244
5245 2009-01-14  Daniel Jacobowitz  <dan@codesourcery.com>
5246
5247         * gdb.texinfo (Define, Hooks): Document prefix command support.
5248
5249 2009-01-14  Joseph Myers  <joseph@codesourcery.com>
5250             Carlos O'Donell  <carlos@codesourcery.com>
5251
5252         Fixes for makeinfo --html.
5253
5254         * annotate.texinfo: Use @copying and @insertcopying.  Use
5255         @ifnottex in place of @ifinfo.
5256         * gdb.texinfo: Use @copying and @insertcopying.  Use @ifnottex in
5257         place of @ifinfo.  Use @ifnotinfo for one index entry.
5258         * gdbint.texinfo: Use @copying and @insertcopying.  Use @ifnottex
5259         in place of @ifinfo.
5260         * stabs.texinfo: Use @copying and @insertcopying.  Use @ifnottex
5261         in place of @ifinfo.  Include contents at start unconditionally.
5262
5263 2009-01-13  Pedro Alves  <pedro@codesourcery.com>
5264
5265         * gdb.texinfo (General Query Packets): Remove @var{} around the
5266         "spu" literal string.
5267
5268 2009-01-07  Pedro Alves  <pedro@codesourcery.com>
5269
5270         * gdb.texinfo (Error in Breakpoints): Delete mention of "The same
5271         program may be running in another process" errors.
5272         * gdbint.texinfo (Native Conditionals): Delete
5273         ONE_PROCESS_WRITETEXT description.
5274
5275 2009-01-07  Joel Brobecker  <brobecker@adacore.com>
5276
5277         * gdbint.texinfo (Start of New Year Procedure): Add the "coding"
5278         emacs local variable to be placed at the end of the ChangeLog.
5279         Add server.c and gdbreplay.c to the list of files where the
5280         copyright year needs to be updated.
5281
5282 2009-01-06  Sandra Loosemore  <sandra@codesourcery.com>
5283
5284         * gdb.texinfo (Remote Configuration): Document new
5285         "set/show tcp auto-retry" and "set/show tcp connect-timeout"
5286         commands.
5287
5288 2008-12-28  Pedro Alves  <pedro@codesourcery.com>
5289
5290         * gdbint.texinfo (gdbarch_cannot_fetch_register): Don't mention
5291         FETCH_INFERIOR_REGISTERS.
5292         (Native Conditionals): Remove obsolete CHILD_PREPARE_TO_STORE,
5293         FETCH_INFERIOR_REGISTERS descriptions.  Remove
5294         gdbarch_get_longjmp_target descrition, since already described in
5295         Target Conditionals.  Move gdbarch_fp0_regnum description to ...
5296         (Target Conditionals): ... here.
5297
5298 2008-12-16  Joel Brobecker  <brobecker@adacore.com>
5299
5300         * gdb.texinfo (Omissions from Ada): Add missing GDB prompt in
5301         examples.
5302         (Additions to Ada): Likewise.  Add the missing opening and closing
5303         parenthesis of the GDB prompt in one of the examples.
5304
5305 2008-12-14  Joel Brobecker  <brobecker@adacore.com>
5306
5307         * gdb.texinfo (Omissions from Ada): Remove incorrect documentation
5308         about the result of 'Address not being of type System.Address.
5309         This problem has been fixed a while ago.
5310
5311 2008-12-02  Vladimir Prus  <vladimir@codesourcery.com>
5312
5313         MI non-stop and multiprocess docs.
5314
5315         * gdb.texinfo (GDB/MI): New section 'GDB/MI General Design'
5316         (GDB/MI Output Records): New section 'GDB/MI Frame Information'
5317         Adjust documentation for *stopped, document =thread-created,
5318         =thread-exited, =thread-group-created and =thread-group-exited.
5319         (GDB/MI Thread Commands): Document the 'state' field in
5320         -thread-info output.
5321         (GDB/MI Program Execution): Mention --all and --thread-group
5322         options.
5323         (GDB/MI Variable Objects): Describe floating and fixed variable
5324         objects.
5325         (GDB/MI Miscellaneous Commands): Document -list-thread-groups.
5326
5327 2008-12-02  Vladimir Prus  <vladimir@codesourcery.com>
5328
5329         * gdb.texinfo (Operating System Information): New appendix.
5330         (Operating System Auxiliary Information): Document 'info os processes'
5331         (Remote Configuration): Document 'osdata'
5332         (General Query Packets): Document qXfer:osdata:read.
5333
5334 2008-11-27  Tristan Gingold  <gingold@adacore.com>
5335
5336         * gdb.texinfo (Darwin): Document Darwin specific features.
5337
5338 2008-11-25  Jan Kratochvil  <jan.kratochvil@redhat.com>
5339
5340         * gdbint.texinfo (Target Conditionals): Extend the
5341         gdbarch_breakpoint_from_pc description.
5342
5343 2008-11-22  Vladimir Prus  <vladimir@codesourcery.com>
5344
5345         * gdb.texinfo (M68K Features): Fix typo.
5346
5347 2008-11-18  Paul Pluzhnikov  <ppluzhnikov@google.com>
5348
5349         * gdb.texinfo (Symbols): Mention printing containing
5350         image name in "info symbol".
5351         (Maint translate-address): Likewise.
5352
5353 2008-11-18  Joel Brobecker  <brobecker@adacore.com>
5354
5355         * gdb.texinfo (Set Catchpoints): Remove the documentation of
5356         commands "catch load" and "catch unload".
5357
5358 2008-11-17  Vladimir Prus  <vladimir@codesourcery.com>
5359
5360         * gdb.texinfo (GDB/MI Async Records): Document
5361         =thread-selected.
5362
5363 2008-11-17  Vladimir Prus  <vladimir@codesourcery.com>
5364
5365         * observer.texi (new_inferior, inferior_exit): New observers.
5366
5367 2008-10-27  Pedro Alves  <pedro@codesourcery.com>
5368
5369         * gdbint.texinfo (Adding a New Target): Don't mention TDEPFILES,
5370         .mt files, TM_CLIBS or TM_CDEPS.
5371         (x86 Watchpoints): Don't mention TDEPFILES.
5372
5373 2008-10-24  Sandra Loosemore  <sandra@codesourcery.com>
5374
5375         * gdb.texinfo (Remote Protocol): Add new nodes to menu.
5376         (Overview): Mention notifications and non-stop mode behavior.
5377         (Packets): Update documentation of ?, vAttach, vCont, and vRun
5378         with non-stop mode behavior.  Add vStopped description.
5379         (Stop Reply Packets):  Update list of packets that return
5380         stop replies.  Mention non-stop behavior.
5381         (General Query Packets): Document QNonStop packet and associated
5382         qSupported query response.
5383         (Interrupts): Clarify multi-threaded behavior.  Mention non-stop
5384         behavior.
5385         (Notification Packets): New section.
5386         (Remote Non-Stop): New section.
5387         (File-I/O Overview): Mention non-stop behavior.
5388
5389 2008-10-24  Hui Zhu  <teawater@gmail.com>
5390             Pedro Alves  <pedro@codesourcery.com>
5391
5392         * gdb.texinfo (displaced-stepping): Describe the auto mode
5393         setting, and say it's the default.  This is now a mainstream
5394         setting instead of a maintenance setting.
5395
5396 2008-10-23  Pedro Alves  <pedro@codesourcery.com>
5397
5398         * observer.texi (thread_stop_requested): New.
5399
5400 2008-10-22  Joel Brobecker  <brobecker@adacore.com>
5401
5402         * gdb.texinfo (Ada Tasks, Ada Tasks and Core Files): New nodes.
5403         (Patching): Replace incorrect usage of @samp by @kbd.
5404
5405 2008-10-17  Michael Snyder  <msnyder@vmware.com>
5406
5407         * gdb.texinfo: Add documentation for reverse execution.
5408
5409 2008-10-16  Thiago Jung Bauermann  <bauerman@br.ibm.com>
5410             Eli Zaretskii  <eliz@gnu.org>
5411
5412         * gdb.texinfo. (Values From Inferior): New subsubsection.
5413
5414 2008-10-06  Doug Evans  <dje@google.com>
5415
5416         * gdb.texinfo (set debug dwarf2-die): Document it.
5417
5418 2008-10-01  Joel Brobecker  <brobecker@adacore.com>
5419
5420         * gdb.texinfo (catch) [exception]: Document how to insert
5421         a breakpoint on user-defined exceptions when the exception
5422         name is identical to one of the language-defined ones.
5423
5424 2008-09-27  Tom Tromey  <tromey@redhat.com>
5425
5426         * gdb.texinfo (Macros): Remove text about stringification,
5427         varargs, and splicing.
5428
5429 2008-09-27  Tom Tromey  <tromey@redhat.com>
5430
5431         * gdbint.texinfo (Language Support): Remove text about omitting
5432         support for a language.
5433
5434 2008-09-23  Doug Evans  <dje@google.com>
5435
5436         * gdb.texinfo (info dcache): Update.
5437
5438 2008-09-22  Sandra Loosemore  <sandra@codesourcery.com>
5439
5440         * gdb.texinfo (Packets): Add info on thread-id syntax and
5441         multiprocess extensions.
5442         <D>: Document multiprocess form of packet.
5443         <H>: Use thread-id syntax.
5444         <T>: Likewise.
5445         <vCont>: Likewise.  Note this is required for multiprocess.
5446         <vKill>: New packet.
5447         (Stop Reply Packets) <T>: Use thread-id syntax.
5448         <W>: Document multiprocess form of reply.
5449         <X>: Likewise.
5450         (General Query Packets) <qC>: Use thread-id syntax.
5451         <qfThreadInfo>: Likewise.
5452         <qGetTLSAddr>: Likewise.
5453         <qP>: Likewise.
5454         <qSupported>: Add "multiprocess" feature.
5455         <qThreadExtraInfo>: Use thread-id syntax.
5456
5457 2008-09-22  Stan Shebs  <stan@codesourcery.com>
5458
5459         * gdb.texinfo (Inferiors): New section.
5460
5461 2008-09-12  Pedro Alves  <pedro@codesourcery.com>
5462
5463         * gdbint.texinfo (Native Debugging): Mention NAT_GENERATED_FILES.
5464
5465 2008-09-11  Ulrich Weigand  <uweigand@de.ibm.com>
5466
5467         * gdbint.texinfo (Target Conditionals): Remove documentation
5468         for gdbarch_name_of_malloc.
5469
5470 2008-09-03  Angela Marie Thomas <angela@releasedominatrix.com>
5471
5472         * gdb.texinfo (Interrupts): Mention TCP interface for
5473         sending BREAK.
5474
5475 2008-08-26  Ulrich Weigand  <uweigand@de.ibm.com>
5476
5477         * gdb.texinfo (Commands to Specify Files): Document "remote:"
5478         argument prefix to "set sysroot".
5479
5480 2008-08-21  Paul N. Hilfinger  <hilfinger@adacore.com>
5481
5482         * gdb.texinfo (Omissions from Ada): Describe new treatment of True
5483         and False.
5484
5485 2008-08-20  Vladimir Prus  <vladimir@codesourcery.com>
5486
5487         * gdb.textinfo (GDB/MI Miscellaneous Commands): Use @table
5488         for possible features of -list-features.
5489
5490 2008-08-19  Vladimir Prus  <vladimir@codesourcery.com>
5491
5492         * gdb.texinfo (Background execution): Adjust example
5493         (GDB/MI Miscellaneous Commands): Document -list-target-features.
5494
5495 2008-08-19  Vladimir Prus  <vladimir@codesourcery.com>
5496
5497         * doc/gdb.texinfo (PowerPC): Fix typo.
5498         (PowerPC features): Fix typo.
5499
5500 2008-08-18  Pedro Alves  <pedro@codesourcery.com>
5501
5502         * observer.texi (thread_ptid_changed): New.
5503
5504 2008-08-18  Luis Machado  <luisgpm@br.ibm.com>
5505
5506         * doc/gdb.texinfo (PowerPC): Mention Extended FPR's for POWER7.
5507         (PowerPC features): Mention feature set for VSX registers.
5508
5509 2008-08-13  Joel Brobecker  <brobecker@adacore.com>
5510
5511         * gdb.texinfo (Ada Mode Intro): Improve the documentation regarding
5512         the direct visibility of all names in user-written packages.
5513
5514 2008-08-13  Pedro Alves  <pedro@codesourcery.com>
5515
5516         * gdb.texinfo (breakpoint always-inserted) Describe the auto mode
5517         setting, and make it the default.
5518         (Non-Stop Mode): Remove "set breakpoints always-inserted 1" from
5519         non-stop script example.
5520
5521 2008-08-12  Thiago Jung Bauermann  <bauerman@br.ibm.com>
5522
5523         * gdbint.texinfo (Raw and Virtual Register Representations): Fix
5524         reference to the "Using Different Register and Memory Data
5525         Representation" section.
5526
5527 2008-08-12  Sandra Loosemore  <sandra@codesourcery.com>
5528
5529         * gdb.texinfo (Remote Configuration): Document set remote noack-packet.
5530         (Remote Protocol): Add Packet Acknowledgment to menu.
5531         (Overview): Mention +/- can be disabled, and point to new section
5532         where this is discussed in detail.
5533         (General Query Packets): Document QStartNoAckMode packet, and
5534         corresponding qSupported reply.
5535         (Packet Acknowledgment): New section.
5536
5537 2008-08-11  Sandra Loosemore  <sandra@codesourcery.com>
5538             Pedro Alves  <pedro@codesourcery.com>
5539
5540         * gdb.texinfo (Threads): Move paragraph about automatic thread
5541         selection to All-Stop Mode subsection.
5542         (Thread Stops): Reorganize existing material into subsections.
5543         Add introductory blurb and menu.
5544         (Non-Stop Mode): New subsection.
5545         (Background Execution): New subsection.
5546         (Maintenance Commands): Add cross-references from async mode
5547         commands to the new Background Execution section.
5548
5549 2008-08-06  Tom Tromey  <tromey@redhat.com>
5550
5551         * gdb.texinfo (Extending GDB): New chapter.
5552         (Sequences): Demoted chapter, now a section under the new
5553         Extending GDB chapter.
5554         (Python): New section.
5555
5556 2008-07-31  Stan Shebs  <stan@codesourcery.com>
5557
5558         * gdbint.texinfo: Remove FUNCTION_EPILOGUE_SIZE.
5559
5560 2008-07-29  Stan Shebs  <stan@codesourcery.com>
5561
5562         * gdbint.texinfo: General round of cleanup and minor
5563         clarifications.
5564         (Breakpoint Handling): Remove mention of BREAKPOINT macro.
5565         (Longjmp Support): Update description to reflect how it is done
5566         for targets without using native header.
5567         (Symbol Handling): Add a little more general explanation.
5568         (COFF, ELF): Mention stabs encapsulation.
5569         (DWARF 3): New section.
5570         (Adding a New Host): Scrub out some obsolete bits.
5571         (Generic Host Support Files): Mention ser-pipe.c, ser-mingw.c.
5572         (Host Conditionals): Remove descriptions of NO_STD_REGS,
5573         HAVE_MMAP, HAVE_TERMIO, INT_MAX etc, LONGEST, HAVE_LONG_DOUBLE,
5574         PRINTF_HAS_LONG_DOUBLE, SCANF_HAS_LONG_DOUBLE, L_SET, SEEK_CUR,
5575         SEEK_SET, STOP_SIGNAL, USG.
5576         (Raw and Virtual Register Representations): Ditto for
5577         DEPRECATED_REGISTER_RAW_SIZE, DEPRECATED_REGISTER_VIRTUAL_SIZE,
5578         DEPRECATED_REGISTER_VIRTUAL_TYPE, REGISTER_CONVERT_TO_TYPE.
5579         (Target Conditionals): Ditto for DEPRECATED_FP_REGNUM,
5580         DEPRECATED_FRAMELESS_FUNCTION_INVOCATION, DEPRECATED_FRAME_CHAIN,
5581         DEPRECATED_FRAME_CHAIN_VALID, DEPRECATED_FRAME_INIT_SAVED_REGS,
5582         DEPRECATED_FRAME_SAVED_PC, DEPRECATED_FUNCTION_START_OFFSET,
5583         DEPRECATED_REGISTER_VIRTUAL_SIZE,
5584         DEPRECATED_REGISTER_VIRTUAL_TYPE,
5585         DEPRECATED_USE_STRUCT_CONVENTION.
5586         Describe gdbarch_deprecated_fp_regnum.
5587         Update description of gdbarch_print_insn.
5588         (Adding a New Target): Scrub out obsolete bits.
5589         (Obsolete Conditionals): Remove entire section.
5590
5591 2008-07-25  Tom Tromey  <tromey@redhat.com>
5592
5593         * observer.texi (GDB Observers): Document new observers:
5594         breakpoint_created, breakpoint_deleted, breakpoint_modified,
5595         tracepoint_created, tracepoint_deleted, tracepoint_modified,
5596         architecture_changed.
5597
5598 2008-07-21  Stan Shebs  <stan@codesourcery.com>
5599
5600         * gdbint.texinfo: Refer to target_so_ops.in_dynsym_resolve_code
5601         instead of IN_SOLIB_DYNSYM_RESOLVE_CODE.
5602
5603 2008-07-21  Tom Tromey  <tromey@redhat.com>
5604
5605         * observer.texi (GDB Observers): Remove obsolete comment.
5606         <executable_changed>: Remove argument.
5607
5608 2008-07-18  Tom Tromey  <tromey@redhat.com>
5609
5610         * gdb.texinfo (Macros): Update.  Use @code rather than @command.
5611
5612 2008-07-10  Doug Evans  <dje@google.com>
5613
5614         * doc/gdb.texinfo: Document "set print symbol-loading on|off".
5615
5616 2008-07-10  Jan Kratochvil  <jan.kratochvil@redhat.com>
5617
5618         * gdb.texinfo (Starting): Document "set disable-randomization".
5619
5620 2008-07-07  Andreas Schwab  <schwab@suse.de>
5621
5622         * gdb.texinfo (GDB/MI Target Manipulation): Fix last change.
5623
5624 2008-07-06  Vladimir Prus  <vladimir@codesourcery.com>
5625
5626         * gdb.texinfo (GDB/MI Target Manipulation): Add
5627         example of -target-attach.
5628
5629 2008-06-10  Vladimir Prus  <vladimir@codesourcery.com>
5630
5631         * observer.texi (target_resumed): New observer.
5632         * gdb.texinfo (GDB/MI Output Records): Document *running.
5633
5634 2008-06-06  Tom Tromey  <tromey@redhat.com>
5635
5636         * gdb.texinfo (Completion): Add field name example.
5637
5638 2008-06-06  Marc Khouzam  <marc.khouzam@ericsson.com>
5639
5640         * gdb.texinfo (GDB/MI Program Context): Added example
5641         to -exec-arguments
5642
5643 2008-06-05  Nick Roberts  <nickrob@snap.net.nz>
5644
5645         * annotate.texinfo (Multi-threaded Apps): Add entry for thread-changed
5646         annotation.
5647
5648 2008-06-05  Vladimir Prus  <vladimir@codesourcery.com>
5649             Nathan Sidwell  <nathan@codesourcery.com>
5650             Joseph Myers  <joseph@codesourcery.com>
5651
5652         * configure.ac: Include ../../config/acx.m4.  Use ACX_PKGVERSION
5653         and ACX_BUGURL.
5654         * configure: Regenerate.
5655         * Makefile.in (PKGVERSION, BUGURL_TEXI): Define.
5656         (GDBvn.texi): Define VERSION_PACKAGE, BUGURL and BUGURL_DEFAULT.
5657         * gdb.texinfo: Use VERSION_PACKAGE and BUGURL.  Remove
5658         mailing-list-specific text about bug reporting unless
5659         BUGURL_DEFAULT.
5660
5661 2008-06-05  Pedro Alves  <pedro@codesourcery.com>
5662
5663         * gdb.texinfo (-target-select): Remove reference to target async.
5664         (Maintenance Commands): Document "maint set/show remote-async".
5665
5666 2008-06-04  Marc Khouzam  <marc.khouzam@ericsson.com>
5667
5668         * gdb.texinfo (GDB/MI File Transfer Commands): Typo
5669         in -target-file-get section.
5670
5671 2008-05-22  Pedro Alves  <pedro@codesourcery.com>
5672
5673         * gdb.texinfo (vAttach, vRun): Re-remove requirement of the stub
5674         killing the inferior when it is already debugging a process.
5675
5676 2008-05-21  Joel Brobecker  <brobecker@adacore.com>
5677
5678         * gdb.texinfo (Continuing and Stepping): Document the new "fin"
5679         abbreviation for "finish".
5680
5681 2008-05-21  Nick Roberts  <nickrob@snap.net.nz>
5682
5683         * annotate.texinfo (Multi-threaded Apps): New node for new annotation.
5684
5685 2008-05-15  Daniel Jacobowitz  <dan@codesourcery.com>
5686
5687         * gdbint.texinfo (Target Conditionals): Delete entry for
5688         gdbarch_dwarf_reg_to_regnum.
5689
5690 2008-05-09  Doug Evans  <dje@google.com>
5691
5692         * gdb.texinfo: Document "find" command, qSearch:memory packet.
5693
5694 2008-05-05  Doug Evans  <dje@google.com>
5695
5696         * gdb.texinfo (disassemble): Document /m modifier.
5697
5698 2008-05-05  Vladimir Prus  <vladimir@codesourcery.com>
5699
5700         * gdb.texinfo (Maintenance Commands): Clarify that "maint time"
5701         will not report the time of commands that run the target.
5702
5703 2008-05-03  Vladimir Prus  <vladimir@codesourcery.com>
5704
5705         * gdb.texinfo (GDB/MI Output Records): Add
5706         missing semicolon.
5707
5708 2008-05-03  Vladimir Prus  <vladimir@codesourcery.com>
5709
5710         * gdb.texinfo (GDB/MI Output Records):
5711         Document =thread-create and =thread-exited.
5712
5713 2008-05-03  Vladimir Prus  <vladimir@codesourcery.com>
5714
5715         * gdb.texinfo (GDB/MI Development and Front Ends):
5716         Remove mention of dmi-discuss.
5717
5718 2008-05-03  Pedro Alves  <pedro@codesourcery.com>
5719
5720         * observer.texi (thread_exit): New.
5721
5722 2008-05-02  Pedro Alves  <pedro@codesourcery.com>
5723
5724         * gdb.texinfo (Debugging Output): Document "set/show debug
5725         displaced".
5726         (Maintenance Commands): Document "maint set/show
5727         can-use-displaced-stepping".
5728
5729 2008-05-02  Daniel Jacobowitz  <dan@codesourcery.com>
5730
5731         * gdb.texinfo (ARM): Document set/show arm fallback-mode
5732         and set/show arm force-mode.
5733
5734 2008-05-02  Andreas Schwab  <schwab@suse.de>
5735
5736         * gdbint.texinfo (Algorithms): Describe
5737         target_watchpoint_addr_within_range.
5738
5739 2008-04-30  Daniel Jacobowitz  <dan@codesourcery.com>
5740
5741         * gdbint.texinfo (Stack Frames): New chapter.
5742         (Algorithms): Move Frames text to the new chapter.
5743         (Target Conditionals): Delete SAVE_DUMMY_FRAME_TOS.  Document
5744         gdbarch_dummy_id instead of gdbarch_unwind_dummy_id.
5745
5746 2008-04-24  Vladimir Prus  <vladimir@codesourcery.com>
5747
5748         * gdb.texinfo (GDB/MI Output Syntax): Clarify that async
5749         output does not necessary include any tokens.
5750
5751 2008-04-22  Corinna Vinschen  <vinschen@redhat.com>
5752
5753         * gdb.texinfo (Set SH Calling convention): New @item.
5754         (Show SH Calling convention): Ditto.
5755
5756 2008-04-22  Markus Deuling  <deuling@de.ibm.com>
5757
5758         * gdb.texinfo (Fortran Operators): Describe '%' operator.
5759
5760 2008-04-20  Eli Zaretskii  <eliz@gnu.org>
5761
5762         * gdb.texinfo (Set Breaks): Mention that multiple location
5763         breakpoints need line number info.  Add index entries.
5764
5765 2008-04-19  Craig Silverstein  <csilvers@google.com>
5766
5767         * gdb.texinfo (Requirements): Add an optional requirement on
5768         zlib.
5769         * gdbint.texinfo (Debugging File Formats): Add new subsection for
5770         Compressed DWARF 2.
5771
5772 2008-04-16  Aleksandar Ristovski  <aristovski@qnx.com>
5773
5774         * gdb.texinfo (GDB/MI Simple Examples): Added 'disp' field to the
5775         sample output for 'stopped,reason="breakpoint-hit"' message.
5776         (GDB/MI Program Execution): Likewise.
5777
5778 2008-04-09  Marc Khouzam  <marc.khouzam@ericsson.com>
5779
5780         * gdb.texinfo (GDB/MI Variable Objects): Add anchor to
5781         -var-set-format.  Add -f option to -var-evaluate-expression.
5782
5783 2008-04-03  Joel Brobecker  <brobecker@adacore.com>
5784
5785         * gdb.texinfo (Breakpoint Menus): Delete. Contents moved inside
5786         new node "Ambiguous Expressions".  Replace references to this
5787         node by references to "Ambiguous Expressions" throughout.
5788         (Ambiguous Expressions): New node.
5789
5790 2008-03-26  Daniel Jacobowitz  <dan@codesourcery.com>
5791
5792         * gdb.texinfo (MIPS Features, PowerPC Features): Add @node.
5793
5794 2008-03-21  Pedro Alves  <pedro@codesourcery.com>
5795
5796         * gdb.texinfo (Debugging Output): Document
5797         "set/show debug lin-lwp-async".
5798         (Maintenance Commands): Document "maint set/show linux-async".
5799
5800 2008-03-21  Daniel Jacobowitz  <dan@codesourcery.com>
5801
5802         * gdb.texinfo (Expressions): Update description of malloced arrays.
5803
5804 2008-03-15  Vladimir Prus  <vladimir@codesourcery.com>
5805
5806         * gdb.texinfo (Thread Commands): Document
5807         -thread-info.  Remove -thread-list-all-threads.
5808
5809 2008-03-14  Pedro Alves  <pedro@codesourcery.com>
5810             Sandra Loosemore  <sandra@codesourcery.com>
5811
5812         * gdb.texinfo (Library List Format): Update to mention the
5813         possibility to pass section addresses instead of segment
5814         addresses.
5815
5816 2008-03-10  Daniel Jacobowitz  <dan@codesourcery.com>
5817
5818         * gdb.texinfo (Starting): Document "set exec-wrapper".
5819         (Server): Document gdbserver --wrapper.
5820
5821 2008-03-03  Daniel Jacobowitz  <dan@codesourcery.com>
5822
5823         * gdb.texinfo (Set Watchpoints): Mention watchpoints on
5824         unreadable memory.  Delete obsolete SPARClite reference.
5825
5826 2008-02-28  Daniel Jacobowitz  <dan@codesourcery.com>
5827
5828         * gdb.texinfo (Starting): Mention always-running targets.
5829         (Target Commands): Add an anchor for load.
5830         (Connecting): Explain continue instead of run.
5831
5832 2008-02-27  Daniel Jacobowitz  <dan@codesourcery.com>
5833
5834         * gdb.texinfo (Debugging Output): Document "set debug timestamp".
5835
5836 2008-02-26  Nick Roberts  <nickrob@snap.net.nz>
5837
5838         * gdb.texinfo (Set Breaks): Revert description of Enb column of
5839         breakpoint table.
5840
5841 2008-02-19  Pedro Alves  <pedro@codesourcery.com>
5842
5843         * gdb.texinfo (vAttach, vRun): Remove requirement of the stub
5844         killing the inferior when it is already debugging a process.
5845
5846 2008-02-13  Markus Deuling  <deuling@de.ibm.com>
5847
5848         * gdbint.texinfo (Build Script): New section. Mention new build script
5849         gdb_buildall.sh.
5850
5851 2008-02-01  Jim Blandy  <jimb@red-bean.com>
5852
5853         * gdb.texinfo (Help): Summarize 'info args' correctly.
5854
5855 2008-01-30  Thiago Jung Bauermann  <bauerman@br.ibm.com>
5856
5857         * gdb.texinfo: (Decimal Floating Point): Mention pseudo-registers
5858         available in PowerPC architecture.
5859         (Embedded Processors): Change node name of PowerPC item in menu.
5860         (PowerPC): Rename to...
5861         (PowerPC Embedded): this.
5862         (Architectures): Add new PowerPC item in menu.
5863         (PowerPC): New node.
5864
5865 2008-01-30  Daniel Jacobowitz  <dan@codesourcery.com>
5866
5867         * gdb.texinfo (Multi-Process Mode for gdbserver): Use @kbd for
5868         commands.
5869
5870 2008-01-30  Daniel Jacobowitz  <dan@codesourcery.com>
5871
5872         * gdb.texinfo (Setting Catchpoints): Mention features
5873         supported on GNU/Linux.
5874
5875 2008-01-30  Nick Roberts  <nickrob@snap.net.nz>
5876
5877         * gdb.texinfo (GDB/MI File Commands): Describe new output
5878         field for MI command -file-list-exec-source-file.
5879
5880 2008-01-29  Daniel Jacobowitz  <dan@codesourcery.com>
5881
5882         * gdb.texinfo (Using the `gdbserver' Program): Add security
5883         warning.  Rearrange into subsections and subsubsections.  Document
5884         --multi and --debug.  Correct --with-sysroot typo.  Update --attach
5885         usage.  Make load reference clearer.  Document monitor exit.
5886         (Remote Configuration): Document set remote exec-file, attach-packet,
5887         and run-packet.
5888         (Packets): Document vAttach and vRun.
5889
5890 2008-01-29  Nick Roberts  <nickrob@snap.net.nz>
5891
5892         * gdb.texinfo (Processes): Mention process command.
5893         detach-on-follow -> detach-on-fork.
5894
5895 2008-01-28  Daniel Jacobowitz  <dan@codesourcery.com>
5896
5897         * gdbint.texinfo (Native Conditionals): Remove
5898         SHELL_COMMAND_CONCAT and SHELL_FILE.
5899
5900 2008-01-26  Eli Zaretskii  <eliz@gnu.org>
5901
5902         * gdb.texinfo (Specify Location): Improve wording.
5903
5904 2008-01-23  Chris Demetriou  <cgd@google.com>
5905
5906         * gdb.texinfo (Threads): Document new "set print thread-events"
5907         and "show print thread-events" commands.
5908
5909 2008-01-19  Eli Zaretskii  <eliz@gnu.org>
5910
5911         * gdb.texinfo (Specify Location): New section.
5912         (Delete Breaks, Edit, Set Breaks): Remove description of
5913         locations.  Instead, add a reference to "Specify Location".
5914         (Machine Code, Jumping, Thread Stops, Continuing and Stepping)
5915         (Symbols): Refer to "Specify Location" for the valid forms of
5916         linespecs and locations.
5917
5918 2008-01-18  Markus Deuling  <deuling@de.ibm.com>
5919
5920         * gdbint.texinfo (Target Conditionals): Replace the description of
5921         BITS_BIG_ENDIAN with a description of gdbarch_bits_big_endian.
5922
5923 2008-01-12  Paul Hilfinger  <hilfinger@adacore.com>
5924
5925         * gdb.texinfo (C Operators): Remove incorrect parenthetical comment
5926         about &&var, which is rejected by the expression parser.
5927
5928 2008-01-09  Luis Machado  <luisgpm@br.ibm.com>
5929
5930         * gdb.texinfo (Output): Update documentation on using printf with DFP
5931         types.
5932
5933 2008-01-07  Thiago Jung Bauermann  <bauerman@br.ibm.com>
5934
5935         * gdb.texinfo (C and C++): Add Decimal Floating Point format
5936         subsubsection.
5937         (Decimal Floating Point format): New subsubsection.
5938
5939 2008-01-05  Pedro Alves  <pedro@codesourcery.com>
5940
5941         * gdb.texinfo (File Options): Remove mention of the attempt to
5942         open a core file with the -p option.  Don't list -c as a valid
5943         option to attach to a process.
5944
5945 2008-01-05  Pedro Alves  <pedro@codesourcery.com>
5946
5947         * gdbint.texinfo (Host Conditionals): Remove mention of
5948         ALIGN_STACK_ON_ENTRY.
5949
5950 2008-01-05  Joel Brobecker  <brobecker@adacore.com>
5951
5952         * gdbint.texinfo (Start of New Year Procedure): Add item
5953         describing how to update the source and documentation copyright
5954         notices.
5955
5956 2007-12-18  Jim Blandy  <jimb@codesourcery.com>
5957
5958         * gdb.texinfo (Set Watchpoints): Integrate per-thread
5959         watchpoint explanation into the main description of the watchpoint
5960         command; update synopses of 'watch', 'rwatch', and 'awatch'
5961         commands.
5962
5963 2007-12-18  Vladimir Prus  <vladimir@codesourcery.com>
5964
5965         * gdb.texinfo (Miscellaneous gdb/mi Commands):
5966         Document 'pending-breakpoints' feature of
5967         -list-features.
5968
5969 2007-12-17  Luis Machado  <luisgpm@br.ibm.com>
5970
5971         * gdb.texinfo: Add new parameter's description.
5972
5973 2007-12-16  Daniel Jacobowitz  <dan@codesourcery.com>
5974
5975         * gdb.texinfo (Overview): Clarify run-length encoding
5976         example.  Remove the restriction on "+" and "-" characters.
5977
5978 2007-12-15  Eli Zaretskii  <eliz@gnu.org>
5979
5980         * gdb.texinfo (Host I/O Packets): Fix xref syntax.
5981
5982 2007-12-14  Vladimir Prus  <vladimir@codesourcery.com>
5983
5984         * gdb.texinfo (GDB/MI Breakpoint Commands): Document
5985         the -f option for -break-insert, remove -r option,
5986         and clarify specification of location.
5987
5988 2007-11-30  Daniel Jacobowitz  <dan@codesourcery.com>
5989
5990         * gdb.texinfo (Debugging Programs with Multiple Processes): Correct
5991         formatting.
5992         (Remote Debugging): Add File Transfer section.
5993         (Remote Configuration): Document Host I/O packets.
5994         (GDB/MI): Add GDB/MI File Transfer Commands section.
5995         (Host I/O Packets): New section in "Remote Protocol".
5996         (Packets): Add vFile.
5997
5998 2007-11-17  Eli Zaretskii  <eliz@gnu.org>
5999
6000         * gdb.texinfo (Set Breaks, Disabling): Clarify behavior of
6001         breakpoints with multiple locations.
6002         (Breakpoint Menus): Improve wording.
6003         (Output): Fix last change.
6004
6005 2007-11-17  Ulrich Weigand  <uweigand@de.ibm.com>
6006
6007         * Makefile.in (Makefile): Do not depend on target_makefile_frag.
6008
6009 2007-11-15  Doug Evans  <dje@google.com>
6010
6011         * gdb.texinfo (Symbols): Update output of "maint info symtabs".
6012
6013 2007-11-15  Vladimir Prus  <vladimir@codesourcery.com>
6014
6015         * gdbint.texinfo (Native Conditionals): Remove
6016         mention of CLEAR_SOLIB.
6017
6018 2007-11-11  Joel Brobecker  <brobecker@adacore.com>
6019
6020         * gdb.texinfo (Print Settings): Add documentation for "set/show
6021         print frame-arguments".
6022
6023 2007-11-05  Luis Machado  <luisgpm@br.ibm.com>
6024
6025         * gdb.texinfo (Output): Update printf command's description.
6026
6027 2007-10-30  Daniel Jacobowitz  <dan@codesourcery.com>
6028
6029         * gdb.texinfo (PowerPC): Document "set powerpc vector-abi" and "set
6030         powerpc soft-float".
6031
6032 2007-10-24  Daniel Jacobowitz  <dan@codesourcery.com>
6033
6034         * gdb.texinfo (Files): Correct formatting.  Mention Expat
6035         requirement.
6036         (Requirements for Building GDB): Expand the list of Expat
6037         uses.
6038         (Library List Format, Memory Map Format): Mention Expat.
6039         (Target Descriptions): Update Expat wording.
6040
6041 2007-10-24  Daniel Jacobowitz  <dan@codesourcery.com>
6042
6043         * gdbint.texinfo (Register and Memory Data, Target Conditionals):
6044         Document that gdbarch_convert_register_p should return zero for no-op
6045         conversions.
6046
6047 2007-10-22  Ulrich Weigand  <uweigand@de.ibm.com>
6048
6049         * gdbint.texi (Compiler Characteristics): Move documentation
6050         of set_gdbarch_sofun_address_maybe_missing back to ...
6051         (Target Conditionals): ... here to fix build break.
6052
6053 2007-10-19  Ulrich Weigand  <uweigand@de.ibm.com>
6054
6055         * gdbint.texi (Target Conditionals): Remove documentation of
6056         SOFUN_ADDRESS_MAYBE_MISSING, replaced by ...
6057         (Compiler Characteristics): ... documentation of
6058         set_gdbarch_sofun_address_maybe_missing.
6059
6060 2007-10-17  Daniel Jacobowitz  <dan@codesourcery.com>
6061
6062         * gdbint.texinfo (Target Conditionals): Use
6063         frame_unwind_register_unsigned in examples instead of
6064         frame_unwind_unsigned_register.
6065
6066 2007-10-15  Daniel Jacobowitz  <dan@codesourcery.com>
6067
6068         * gdb.texinfo (Predefined Target Types): Add int128
6069         and uint128.
6070         (Standard Target Features): Add PowerPC features.
6071
6072 2007-10-15  Daniel Jacobowitz  <dan@codesourcery.com>
6073
6074         * gdb.texinfo (Maintenance Commands): Document "maint print c-tdesc".
6075
6076 2007-10-12  Ulrich Weigand  <uweigand@de.ibm.com>
6077
6078         * gdbint.texi (Target Conditionals): Remove documentation
6079         of and references to DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS,
6080         gdbarch_extract_return_value, and gdbarch_store_return_value.
6081
6082 2007-10-12  Ulrich Weigand  <uweigand@de.ibm.com>
6083
6084         * gdbint.texi (Target Conditionals): Remove documentation of
6085         and references to DEPRECATED_REG_STRUCT_HAS_ADDR.
6086
6087 2007-10-11  Kazu Hirata  <kazu@codesourcery.com>
6088
6089         * gdb.texinfo: Mention that inaccessible-by-default is on by
6090         default.
6091
6092 2007-10-11  Daniel Jacobowitz  <dan@codesourcery.com>
6093
6094         * gdbint.texinfo (Target Conditionals): Remove VARIABLES_INSIDE_BLOCK.
6095
6096 2007-09-30  Daniel Jacobowitz  <dan@codesourcery.com>
6097
6098         * gdb.texinfo (Setting Watchpoints): Adjust warning text about
6099         multi-threaded watchpoints.
6100         * gdbint.texinfo (Watchpoints): Describe how watchpoints are
6101         checked.  Describe sticky notification.  Expand description
6102         of steppable and continuable watchpoints.
6103         (Watchpoints and Threads): New subsection.
6104
6105 2007-09-28  Vladimir Prus  <vladimir@codesourcery.com>
6106
6107         * gdb.texinfo (Setting Breakpoints): Revise
6108         documentation for pending breakpoints.  Document
6109         breakpoints with multiple locations.
6110
6111 2007-09-19  Vladimir Prus  <vladimir@codesourcery.com>
6112
6113         * gdb.texinfo (Miscellaneous gdb/mi Commands):
6114         Document -list-features.
6115
6116 2007-09-15  Eli Zaretskii  <eliz@gnu.org>
6117
6118         * gdb.texinfo (Output): Spell out which features of C's printf are
6119         not supported by GDB's printf.
6120         (Separate Debug Files): More accurate wording regarding build ID
6121         and a reference to the ld manual rather than the Fedora wiki.
6122
6123 2007-09-04  Daniel Jacobowitz  <dan@codesourcery.com>
6124             Jim Blandy  <jimb@codesourcery.com>
6125
6126         * gdb.texinfo (Output Formats): Update 'c' description.  Describe 's'.
6127         (Examining Memory): Update mentions of the 's' format.
6128         (Automatic Display): Likewise.
6129
6130 2007-09-02  Daniel Jacobowitz  <dan@codesourcery.com>
6131
6132         * gdb.texinfo: Update the FSF's Back-Cover Text.
6133
6134 2007-09-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
6135             Eli Zaretskii  <eliz@gnu.org>
6136
6137         * gdb.texinfo (Separate Debug Files): Cosmetic quoting removal.
6138         Fixed the ``build ID'' name.  New binaries build instructions for the
6139         build ID inclusion.  Explain how the commands are specific to the build
6140         ID vs. debug link.
6141
6142 2007-09-01  Eli Zaretskii  <eliz@gnu.org>
6143
6144         * gdb.texinfo (Separate Debug Files): Fix last change.  Add
6145         indexing for ``build ID'' support.
6146
6147 2007-09-01  Jan Kratochvil  <jan.kratochvil@redhat.com>
6148
6149         * gdb.texinfo (Separate Debug Files): Included a BUILD ID description.
6150         Enlisted BUILD ID to the debug file searching example.
6151         Included a BUILD ID `.note.gnu.build-id' section description.
6152         Updated/added the debug files splitting instructions for OBJCOPY.
6153
6154 2007-08-31  Vladimir Prus  <vladimir@codesourcery.com>
6155
6156         * gdb.texinfo (Variable Objects): Adjust docs
6157         for -var-info-expression and document
6158         -var-info-path-expression.
6159
6160 2007-08-20  Jim Blandy  <jimb@codesourcery.com>
6161
6162         * gdb.texinfo (Top): Dedicate manual to the memory of Fred Fish.
6163         (title page): Include the dedication in the printed manual, as a
6164         separate page after the copyright notice.
6165
6166         * gdb.texinfo (The F Reply Packet): Avoid confusing texi2html:
6167         don't break a @var across a line.
6168
6169 2007-07-25  Maciej W. Rozycki  <macro@mips.com>
6170
6171         * Makefile.in (MAKEHTMLFLAGS): Also search the current directory
6172         for include files.
6173
6174 2007-07-12  Nick Roberts  <nickrob@snap.net.nz>
6175
6176         * gdb.texinfo (Server Prefix): New node.  Adapt from existing node
6177         in annotate.texinfo.
6178         (Command History): Link to new node.
6179
6180 2007-07-05  Markus Deuling  <deuling@de.ibm.com>
6181
6182         * gdbint.texinfo (PC_LOAD_SEGMENT): Remove description.
6183
6184 2007-07-05  Eli Zaretskii  <eliz@gnu.org>
6185
6186         * gdbint.texinfo (Target Conditionals): Fix last change.
6187
6188 2007-07-03  Markus Deuling  <deuling@de.ibm.com>
6189
6190         * gdb.texinfo: Replace following macros by their appropriate gdbarch
6191         routines:
6192         (TARGET_CHAR_SIGNED, CALL_DUMMY_LOCATION, CANNOT_FETCH_REGISTER)
6193         (CANNOT_STORE_REGISTER, GET_LONGJMP_TARGET, POINTER_TO_ADDRESS)
6194         (ADDRESS_TO_POINTER, INNER_THAN, FRAME_NUM_ARGS)
6195         (HAVE_NONSTEPPABLE_WATCHPOINT, TARGET_SHORT_BIT, TARGET_INT_BIT)
6196         (TARGET_LONG_BIT, TARGET_LONG_LONG_BIT, TARGET_FLOAT_BIT)
6197         (TARGET_DOUBLE_BIT, TARGET_LONG_DOUBLE_BIT, TARGET_PTR_BIT
6198         (TARGET_ADDR_BIT, SP_REGNUM, PC_REGNUM, PS_REGNUM, FP0_REGNUM)
6199         (STAB_REG_TO_REGNUM, ECOFF_REG_TO_REGNUM, DWARF_REG_TO_REGNUM)
6200         (SDB_REG_TO_REGNUM, DWARF2_REG_TO_REGNUM, BELIEVE_PCC_PROMOTION)
6201         (CONVERT_REGISTER_P, REGISTER_TO_VALUE, VALUE_TO_REGISTER)
6202         (POINTER_TO_ADDRESS, ADDRESS_TO_POINTER, EXTRACT_RETURN_VALUE)
6203         (STORE_RETURN_VALUE, SKIP_PROLOGUE, MEMORY_INSERT_BREAKPOINT)
6204         (BREAKPOINT_FROM_PC, MEMORY_REMOVE_BREAKPOINT, DECR_PC_AFTER_BREAK)
6205         (ADDR_BITS_REMOVE, TARGET_PRINT_INSN, SKIP_TRAMPOLINE_CODE)
6206         (IN_SOLIB_RETURN_TRAMPOLINE, NAME_OF_MALLOC, ADDRESS_CLASS_TYPE_FLAGS)
6207         (ADDRESS_CLASS_TYPE_FLAGS_TO_NAME, ADDRESS_CLASS_TYPE_FLAGS_P).
6208         (ADDRESS_CLASS_NAME_to_TYPE_FLAGS, ADJUST_BREAKPOINT_ADDRESS)
6209         (PRINT_FLOAT_INFO, PRINT_VECTOR_INFO, INTEGER_TO_ADDRESS)
6210         (SKIP_PERMANENT_BREAKPOINT, TARGET_VIRTUAL_FRAME_POINTER)
6211         (SOFTWARE_SINGLE_STEP_P)
6212
6213         (push_dummy_call, stabs_argument_has_addr, unwind_sp, unwind_pc)
6214         (print_registers_info, push_dummy_code, unwind_dummy_id): Rework
6215
6216         (REGISTER_CONVERT_TO_TYPE, END_OF_TEXT_DEFAULT, GDB_MULTI_ARCH)
6217         (GDB_TARGET_IS_HPPA, DEPRECATED_GET_SAVED_REGISTER)
6218         (SYMBOLS_CAN_START_WITH_DOLLAR, DEPRECATED_INIT_EXTRA_FRAME_INFO)
6219         (DEPRECATED_INIT_FRAME_PC, DEPRECATED_SIGTRAMP_START)
6220         (IN_SOLIB_CALL_TRAMPOLINE, NO_HIF_SUPPORT, REGISTER_CONVERTIBLE)
6221         (DEPRECATED_REGISTER_RAW_SIZE, PARM_BOUNDARY, DEPRECATED_STACK_ALIGN)
6222         (PROLOGUE_FIRSTLINE_OVERLAP, DEPRECATED_POP_FRAME, STEP_SKIPS_DELAY)
6223         (TARGET_COMPLEX_BIT, TARGET_DOUBLE_COMPLEX_BIT)
6224         (OS9K_VARIABLES_INSIDE_BLOCK, KERNEL_U_ADDR, KERNEL_U_ADDR_HPUX)
6225         (REGISTER_U_ADDR, U_REGS_OFFSET, DEBUG_PTRACE): Remove description.
6226
6227         (Converting an existing Target Architecture to Multi-arch): Remove
6228          section.
6229
6230         (gdbarch_unwind_pc, gdbarch_unwind_sp): Renew code example.
6231         (gdbarch_addr_bits_remove): Add code example.
6232
6233         * gdb.texinfo: Replace REGISTER_NAME by gdbarch_register_name.
6234
6235 2007-07-02  Daniel Jacobowitz  <dan@codesourcery.com>
6236
6237         * gdb.texinfo (Remote Configuration): Document library-info-packet.
6238         Add other missing entries.  Adjust the table size to fit.
6239         (Stop Reply Packets): Use @itemize instead of @enumerate.  Document
6240         stop reasons including the new "library" event.
6241         (General Query Packets): Adjust table widths for qSupported.  Mention
6242         qXfer:libraries:read reply to qSupported and document the new packet.
6243         (Library List Format): New section.
6244
6245 2007-07-01  Jan Kratochvil  <jan.kratochvil@redhat.com>
6246
6247         * gdb.texinfo (Attach): Fixed GDB exit inferior detachment.
6248
6249 2007-06-28  Michael Snyder  <msnyder@svkmacdonelllnx>
6250
6251         * gdbint.texinfo (Table, Tuple and List Functions) Fix typo.
6252
6253 2007-06-25  Nick Roberts  <nickrob@snap.net.nz>
6254
6255         * gdbint.texinfo (Register and Memory Data): Break sections
6256         into nodes and add a menu.
6257
6258 2007-06-21  Maciej W. Rozycki  <macro@mips.com>
6259
6260         * gdb.texinfo (Examining Memory): Document the new behaviour.
6261
6262 2007-06-21  Vladimir Prus  <vladimir@codesourcery.com>
6263
6264         * gdb.texinfo (Standard Target Features): Document
6265         m68k features.
6266
6267 2007-06-18  Daniel Jacobowitz  <dan@codesourcery.com>
6268
6269         * gdb.texinfo (General Query Packets): Document qOffsets changes.
6270
6271 2007-06-13  Daniel Jacobowitz  <dan@codesourcery.com>
6272
6273         * gdb.texinfo (Target Description Format): Add version attribute
6274         for <target>.
6275
6276 2007-06-13  Daniel Jacobowitz  <dan@codesourcery.com>
6277
6278         * gdb.texinfo (MIPS Features): Document org.gnu.gdb.mips.linux.
6279
6280 2007-06-13  Daniel Jacobowitz  <dan@codesourcery.com>
6281
6282         * gdb.texinfo (MIPS Features): New subsection.
6283
6284 2007-06-12  Ulrich Weigand  <uweigand@de.ibm.com>
6285             Markus Deuling  <deuling@de.ibm.com>
6286
6287         * gdb.texinfo (General Query Packets): Document qXfer:spu:read
6288         and qXfer:spu:write packets and mention them under qSupported.
6289
6290 2007-06-12  Ulrich Weigand  <uweigand@de.ibm.com>
6291             Markus Deuling  <deuling@de.ibm.com>
6292
6293         * gdb.texinfo (Architectures): Add new SPU section to document
6294         Cell Broadband Engine SPU architecture specific commands.
6295
6296 2007-06-09  Vladimir Prus  <vladimir@codesourcery.com>
6297
6298         * gdb.texinfo (GDB/MI Variable Objects): Editorial
6299         comments.
6300
6301 2007-06-07  Nick Roberts  <nickrob@snap.net.nz>
6302
6303         * gdb.texinfo (Emacs): Describe GDB under Emacs 22.1.
6304
6305 2007-05-29  Jim Blandy  <jimb@codesourcery.com>
6306
6307         * gdb.texinfo (Overview): Doc fix.
6308
6309 2007-05-22  Maciej W. Rozycki  <macro@mips.com>
6310
6311         * gdb.texinfo (Remote Configuration): Document "set/show
6312         remoteflow".
6313
6314 2007-05-16  Daniel Jacobowitz  <dan@codesourcery.com>
6315
6316         * gdb.texinfo (MIPS): Remove documentation for set mips
6317         saved-gpreg-size, show mips saved-gpreg-size, and set mips
6318         stack-arg-size.
6319
6320 2007-05-14  Bob Wilson  <bob.wilson@acm.org>
6321
6322         * all-cfg.texi (GDBTUI): New.
6323         * gdb.texinfo (Mode Options): Use GDBTUI variable.
6324         (TUI, TUI Overview, TUI Keys, TUI Single Key Mode, TUI Commands)
6325         (TUI Configuration): Edit to improve clarity and fix problems of
6326         both style and content.
6327
6328 2007-05-11  Ulrich Weigand  <uweigand@de.ibm.com>
6329
6330         * observer.texi (GDB Observers): New observer "new_objfile".
6331
6332 2007-05-08  Ulrich Weigand  <uweigand@de.ibm.com>
6333
6334         * gdbint.texinfo (Native Conditionals): Remove USE_PROC_FS.
6335
6336 2007-04-14  Vladimir Prus  <vladimir@codesourcery.com>
6337
6338         * gdb.texinfo (GDB/MI Variable Objects): Document
6339         frozen variables objects.
6340
6341 2007-04-13  Daniel Jacobowitz  <dan@codesourcery.com>
6342
6343         * gdb.texinfo (Memory): Reference Remote Debugging chapter.
6344         (Character Sets, Caching Data of Remote Targets): Likewise.
6345         (Targets): Delete Remote node.  Move its text...
6346         (Debugging Remote Programs): ...to here.  Delete description
6347         of the "remote" command.
6348         (Remote configuration): Delete description of "set remotedevice"
6349         and "show remotedevice".
6350         (Embedded Processors): Delete H8/300, H8/500, and SH nodes.
6351
6352 2007-04-11  Bob Wilson  <bob.wilson@acm.org>
6353
6354         * gdb.texinfo (Contributors, Continuing and Stepping)
6355         (Fortran Defaults, HPPA, TUI, TUI Commands, Configure Options)
6356         (General Query Packets, File-I/O Remote Protocol Extension)
6357         (Protocol Basics, The F Reply Packet, Write)
6358         (Protocol-specific Representation of Datatypes, Memory Transfer):
6359         Fix hyphenation, punctuation and grammar problems.
6360         (Cygwin Native): Likewise.  Also fix misuse of @pxref and use
6361         'section' instead of 'subsection' in the text.
6362         (Non-debug DLL Symbols): Avoid 'subsubsection' in the text.
6363         (i386): Remove period from section name.
6364         (Installing GDB, Requirements, Running Configure,  Separate Objdir)
6365         (Config Names, Configure Options): Use @file{configure}.
6366
6367 2007-04-11  Daniel Jacobowitz  <dan@codesourcery.com>
6368
6369         * gdbint.texinfo (Writing Tests): Mention gdb_test_multiple
6370         and tab expansion.
6371
6372 2007-04-10  Daniel Jacobowitz  <dan@codesourcery.com>
6373
6374         * gdbint.texinfo (SOM): Correct location of the SOM reader.
6375
6376 2007-04-02  Bob Wilson  <bob.wilson@acm.org>
6377
6378         * gdb.texinfo: Consistently capitalize all significant words in
6379         node names, chapter titles, section titles, and headings.  Update
6380         cross references to match.
6381         (Starting and Stopping Trace Experiment): Make node name plural.
6382         (Breakpoint related warnings): Hyphenate "Breakpoint-related".
6383
6384 2007-03-30  Pedro Alves  <pedro_alves@portugalmail.pt>
6385
6386         * gdb.texinfo (WinCE): Delete obsolete subsection.
6387
6388 2007-03-30  Daniel Jacobowitz  <dan@codesourcery.com>
6389
6390         * gdb.texinfo (M68K): Remove obsolete ROM monitors.
6391         * gdbint.texinfo (DWARF 1): Delete section and other dwarfread.c
6392         references.
6393
6394 2007-03-30  Daniel Jacobowitz  <dan@codesourcery.com>
6395
6396         * gdb.texinfo (Startup): Delete references to some alternate
6397         names for .gdbinit.
6398         (Thread): Remove LynxOS reference.
6399         (Tandem ST2000): Delete target-specific documentation.
6400         * gdbint.texinfo (Symbol Handling): Remove mention of NLM.
6401         (Target Architecture Definition): Remove mention of GDB_OSABI_NETWARE
6402         and GDB_OSABI_LYNXOS.
6403
6404 2007-03-29  Ulrich Weigand  <uweigand@de.ibm.com>
6405
6406         * gdbint.texi (Native Conditionals): Remove PTRACE_ARG3_TYPE.
6407
6408 2007-03-27  Ulrich Weigand  <uweigand@de.ibm.com>
6409
6410         * gdbint.texinfo (Target Conditionals): Remove mention of
6411         DEPRECATED_REMOTE_BREAKPOINT, DEPRECATED_BIG_REMOTE_BREAKPOINT,
6412         and DEPRECATED_LITTLE_REMOTE_BREAKPOINT.
6413
6414 2007-03-27  Brooks Moses  <brooks.moses@codesourcery.com>
6415
6416         * Makefile.in: Add "pdfdir" installation
6417         directory, PDFTEX macro, support for "install-pdf" target,
6418         and rules for making a pdf version of refcard.texi.
6419         * refcard.tex: Specify paper size for PDF output.
6420
6421 2007-03-26  Bob Wilson  <bob.wilson@acm.org>
6422
6423         * gdb.texinfo (Omissions from Ada, Additions to Ada): Wrap long lines.
6424
6425 2007-03-26  Bob Wilson  <bob.wilson@acm.org>
6426
6427         * gdb.texinfo (Invoking GDB): Use @value{GDBP}.
6428         (Source Path, Character Sets, Macros, Define)
6429         (GDB/MI Result Records, GDB/MI Simple Examples)
6430         (GDB/MI Program Execution, GDB/MI File Commands)
6431         (Maintenance Commands, Packets, File-I/O Overview): Use @value{GDBN}.
6432         (Bug Reporting): Use @value{GCC}.
6433
6434 2007-03-26  Bob Wilson  <bob.wilson@acm.org>
6435
6436         * gdb.texinfo (Help): Fix formatting of examples.
6437         (Variables): Use @ifnotinfo instead of @iftex.
6438         (Non-debug DLL symbols): Use @ref instead of @pxref.
6439         (Sparclet File): Use @samp instead of quotes.
6440
6441 2007-03-26  Bob Wilson  <bob.wilson@acm.org>
6442
6443         * gdb.texinfo (Variables, C): Update cross reference to GCC docs.
6444
6445 2007-03-26  Bob Wilson  <bob.wilson@acm.org>
6446
6447         * gdb.texinfo (Top): Move TUI and Annotations menu entries to match
6448         the order of the nodes.
6449         (C Operators, C Constants, Debugging C): Remove extra menus.
6450         (Method Names in Commands): Do not specify next/prev/up nodes.
6451
6452 2007-03-26  Bob Wilson  <bob.wilson@acm.org>
6453
6454         * gdb.texinfo (File Options): Add missing parenthesis.
6455         (Breakpoints, Special Fortran commands, PowerPC): Fix typos.
6456
6457 2007-02-26  Daniel Jacobowitz  <dan@codesourcery.com>
6458
6459         * gdb.texinfo (Monitor commands for gdbserver): New subsection.
6460
6461 2007-02-26  Daniel Jacobowitz  <dan@codesourcery.com>
6462
6463         * gdb.texinfo (Standard Target Features): Mention
6464         case insensitivity.
6465         (ARM Features): Describe org.gnu.gdb.xscale.iwmmxt.
6466
6467 2007-02-18  Nick Roberts  <nickrob@snap.net.nz>
6468
6469         * gdb.texinfo (Top): Put Appendix A after numbered sections.
6470         (Files): Add section name to argument list for pxref.
6471         (Non-debug DLL symbols): Don't use `see' for pxref.
6472         (Embedded Processors): Fix typo.
6473         (GDB/MI Breakpoint Commands): Execution commands generate
6474         *stopped not ^done.
6475
6476 2007-02-13  Nick Roberts  <nickrob@snap.net.nz>
6477
6478         * gdb.texinfo (GDB/MI Variable Objects): Describe meanings of
6479         values for in_scope.  Mention that only root variables can be
6480         updated.
6481         (GDB/MI Development and Front Ends): Explain new values may be
6482         added to existing fields.
6483
6484 2007-02-08  Daniel Jacobowitz  <dan@codesourcery.com>
6485
6486         * gdb.texinfo (-target-disconnect): Use @smallexample.
6487         (Requirements): Add anchor for Expat.  Update description.
6488         (Target Descriptions): Mention Expat.
6489         (Target Description Format): Document new elements.  Use
6490         @smallexample.
6491         (Predefined Target Types, Standard Target Features): New sections.
6492         * gdbint.texinfo (Target Descriptions): New section.
6493
6494 2007-02-07  Daniel Jacobowitz  <dan@codesourcery.com>
6495
6496         * gdb.texinfo (Target Description Format): Add section on XInclude.
6497
6498 2006-02-03  Nick Roberts  <nickrob@snap.net.nz>
6499
6500         * gdb.texinfo (GDB/MI Miscellaneous Commands): Describe the new
6501         command -enable-timings.
6502
6503 2007-02-02  Markus Deuling  <deuling@de.ibm.com>  (tiny change)
6504
6505         * gdbint.texinfo (Operation System ABI Variant Handling): Update
6506         descriptions for new/deleted elements in gdb_osabi.  Add missing
6507         description for function generic_elf_osabi_sniff_abi_tag_sections.
6508
6509 2007-01-29  Joel Brobecker  <brobecker@adacore.com>
6510
6511         * gdb.texinfo (Maintenance Commands): Add documentation for
6512         the new "maint print target-stack" command.
6513
6514 2007-01-26  Jan Kratochvil <jan.kratochvil@redhat.com>
6515             Eli Zaretskii  <eliz@gnu.org>
6516
6517         * gdb.texinfo: Describe CHAR array vs. string identification rules.
6518
6519 2007-01-26  Eli Zaretskii  <eliz@gnu.org>
6520
6521         * gdb.texinfo (Compilation, Files, Bootstrapping, Bug Reporting):
6522         Use @value{NGCC} instead of @value{GCC}.
6523
6524 2007-01-20  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
6525
6526         * agentexpr.texi: Fix typos.
6527         * annotate.texinfo: Likewise.
6528         * gdb.texinfo: Likewise.
6529         * gdbint.texinfo: Likewise.
6530         * observer.texi: Likewise.
6531         * stabs.texinfo: Likewise.
6532
6533 2007-01-20  Markus Deuling  <deuling@de.ibm.com>  (tiny change)
6534
6535         * gdbint.texinfo (Support Libraries): Remove mmalloc
6536         entry.  Describe readline library.
6537
6538 2007-01-09  Daniel Jacobowitz  <dan@codesourcery.com>
6539
6540         * gdb.texinfo (Target Descriptions): New section.
6541         (General Query Packets): Add QPassSignals anchor.  Mention
6542         qXfer:features:read under qSupported.  Expand mentions of
6543         qXfer:memory-map:read and QPassSignals.  Document
6544         qXfer:features:read.
6545
6546 2007-01-08  Daniel Jacobowitz  <dan@codesourcery.com>
6547
6548         * gdb.texinfo (Commands to specify files): Describe
6549         "set sysroot" and "show sysroot".
6550         (Using the `gdbserver' program): Lowercase argument
6551         to @var.  Expand description of setting up GDB on the
6552         host.
6553
6554 2007-01-05  Joel Brobecker  <brobecker@adacore.com>
6555
6556         * gdb.texinfo (Set Catchpoints): Add documentation for the new
6557         catch exception, catch exception unhandled, and catch assert
6558         commands.
6559
6560 2007-01-04  Daniel Jacobowitz  <dan@codesourcery.com>
6561
6562         * gdb.texinfo (Debugging Output): Document "set debug xml"
6563         and "show debug xml".
6564
6565 2007-01-04  Daniel Jacobowitz  <dan@codesourcery.com>
6566
6567         * gdbint.texinfo (Compiler Warnings): Update for -Wall use.
6568
6569 2007-01-01  Joel Brobecker  <brobecker@adacore.com>
6570
6571         * gdbint.texinfo (Start of New Year Procedure): Add missing item.
6572
6573 2006-12-08  Vladimir Prus  <vladimir@codesourcery.com>
6574
6575         * gdb.texinfo (GDB/MI Variable Objects): Wrap historical
6576         note in @ignore, to be removed later if nobody complains.
6577
6578 2006-12-04  Nick Roberts  <nickrob@snap.net.nz>
6579
6580         * gdb.texinfo (GDB/MI Variable Objects): Describe -c option
6581         of -var-delete.
6582
6583 2006-11-22  Vladimir Prus  <vladimir@codesourcery.com>
6584
6585         * gdb.texinfo (Setting breakpoints): Document
6586         automatic software/hardware breakpoint usage and
6587         the "set breakpoint auto-hw" command.
6588
6589 2006-11-21  Vladimir Prus  <vladimir@codesourcery.com>
6590
6591         * gdb.texinfo (Memory Access Checking): New.
6592
6593 2006-11-16  Daniel Jacobowitz  <dan@codesourcery.com>
6594
6595         * gdb.texinfo (Remote configuration): Mention
6596         "pass-signals-packet".
6597         (General Query Packets): Document QPassSignals.  Fix
6598         a typo.
6599
6600 2006-11-14  Maxim Grigoriev  <maxim@tensilica.com>
6601
6602         * gdb.texinfo (Contributors): Add contributors of Xtensa port.
6603
6604 2006-11-14  Daniel Jacobowitz  <dan@codesourcery.com>
6605
6606         * gdb.texinfo (Remote configuration): Rewrite documentation for
6607         packet configuration commands.
6608         (OS Information): Adjust reference to qXfer:auxv:read.
6609         (General Query Packets): Remove references to read-aux-vector-packet
6610         and set remote get-thread-local-storage-address.
6611
6612 2006-11-10  Daniel Jacobowitz  <dan@codesourcery.com>
6613
6614         * gdbint.texinfo (Target Architecture Definition): Add new
6615         Initializing a New Architecture section.
6616
6617 2006-10-31  David Taylor  <dtaylor@emc.com>
6618
6619         * stabs.texinfo (Macro define and undefine): New node describing
6620         stabs for #define and #undef.
6621
6622 2006-10-27  Andreas Schwab  <schwab@suse.de>
6623
6624         * gdb.texinfo (Processes): Rename "detach-fork" to "detach fork".
6625
6626 2006-10-21  Eli Zaretskii  <eliz@gnu.org>
6627
6628         * gdb.texinfo (Breakpoints, Set Watchpoints): Elaborate and
6629         clarify on the possible meanings of ``expression'' watched by
6630         watchpoints.  Add indexing.
6631         (Prompting, Errors, Invalidation, Annotations for Running)
6632         (Source Annotations): Fix index entries by adding "annotation" to
6633         them, to discriminate from index entries that point to the more
6634         general topic descriptions.
6635
6636 2006-10-17  Daniel Jacobowitz  <dan@codesourcery.com>
6637
6638         * gdbint.texinfo (Target Vector Definition): Move most
6639         content into Existing Targets.  Add a menu.
6640         (Existing Targets): New section, moved from Target Vector
6641         Definition.  Use @subsection.
6642         (Managing Execution State): New section.
6643
6644 2006-10-16  Bob Wilson  <bob.wilson@acm.org>
6645
6646         * gdb.texinfo (ST2000): Use Ctrl- instead of C-.
6647
6648 2006-10-15  Eli Zaretskii  <eliz@gnu.org>
6649
6650         * gdb.texinfo (Sample Session, Invocation, Quitting GDB)
6651         (Command Syntax, Signals, Backtrace, Connecting)
6652         (Remote configuration, Renesas Boards, Console I/O): Fix last
6653         change: use Ctrl- instead of C-, except wrt Emacs.
6654         (File-I/O Examples): Put Ctrl-c in @kbd.
6655         (Cygwin Native, File-I/O Overview, The Ctrl-C message)
6656         (Console I/O): Use @samp with Ctrl-.
6657         (Signals, Set Breaks, Set Watchpoints): Document optional
6658         arguments to `info signals'  `handle', `info breakpoints', and
6659         `info watchpoints'.
6660
6661 2006-10-14  Eli Zaretskii  <eliz@gnu.org>
6662
6663         * gdb.texinfo (Backtrace): Fix last change.
6664
6665 2006-10-14  Nick Roberts  <nickrob@snap.net.nz>
6666
6667         * gdb.texinfo (Backtrace): Order correctly and add other cases.
6668
6669 2006-10-10  Bob Wilson  <bob.wilson@acm.org>
6670
6671         * gdb.texinfo (Command Syntax, Connecting, Remote configuration)
6672         (Renesas Boards, ST2000, TUI Keys, TUI Single Key Mode)
6673         (TUI Commands, Emacs, Console I/O): Fix @key and @kbd usage.
6674
6675 2006-09-21  Vladimir Prus  <vladimir@codesourcery.com>
6676             Daniel Jacobowitz  <dan@codesourcery.com>
6677
6678         * gdb.texinfo (Packets): Document vFlashErase,
6679         vFlashWrite and vFlashDone packets.
6680         (General Query Packets): Document qXfer:memory-map:read.
6681         Add a new feature for qXfer:memory-map:read.
6682         (Memory map format): New section.
6683         (Target Commands): Mention that gdb can write flash.
6684
6685 2006-09-21  Vladimir Prus  <vladimir@codesourcery.com>
6686             Daniel Jacobowitz  <dan@codesourcery.com>
6687
6688         * gdb.texinfo (Memory Region Attributes): Mention target-supplied
6689         memory regions and "mem auto".
6690
6691 2006-09-21  Nathan Sidwell  <nathan@codesourcery.com>
6692
6693         * gdbint.texinfo (Array Containers): New section.
6694
6695 2006-09-17  Vladimir Prus  <vladimir@codesourcery.com>
6696
6697         * gdb.texinfo (GDB/MI Stack Manipulation): Mention that
6698         -stack-list-arguments HIGH_FRAME argument can be larger then the
6699         actual number of frames.
6700
6701 2006-09-07  Vladimir Prus  <vladimir@codesourcery.com>
6702
6703         * gdb.texinfo (GDB/MI Stack Manipulation): Mention that
6704         -stack-list-locals HIGH_FRAME argument can be larger then the
6705         actual number of frames.
6706
6707 2006-09-02  Bob Wilson  <bob.wilson@acm.org>
6708
6709         * gdb.texinfo (Packets, Stop Reply Packets, General Query Packets,
6710         Register Packet Format, Tracepoint Packets): Fix spelling errors.
6711
6712 2006-09-02  Eli Zaretskii  <eliz@gnu.org>
6713
6714         * gdbint.texinfo (Overall Structure): New section "Source Tree
6715         Structure".
6716
6717 2006-08-17  Jim Blandy  <jimb@codesourcery.com>
6718
6719         * gdb.texinfo (Stop Reply Packets): Note similarity of 'S' and 'T'
6720         responses.
6721
6722 2006-08-08  Joel Brobecker  <brobecker@adacore.com>
6723
6724         * gdb.texinfo (Source Path): Add documentation for new
6725         substitute-path commands.
6726
6727 2006-08-08  Daniel Jacobowitz  <dan@codesourcery.com>
6728
6729         * gdb.texinfo (Installing GDB): Update menu.  Move text to...
6730         (Running Configure): ...here.
6731         (Requirements): New node.  Mention expat.
6732
6733 2006-08-08  Vladimir Prus  <vladimir@codesourcery.com>
6734
6735         * gdb.texinfo (Target Commands): Remove
6736         'set download-write-size' and 'show download-write-size'.
6737
6738 2006-08-01  Daniel Jacobowitz  <dan@codesourcery.com>
6739
6740         * stabs.texinfo (Member Type Descriptor): Correct example for
6741         pointer to member types.
6742
6743 2006-07-21  Andrew Stubbs  <andrew.stubbs@st.com>
6744
6745         * gdb.texinfo (Optional warnings and messages): Add
6746         'set/show trace-commands'.
6747         (Command files): Add '-v' to source command.
6748
6749 2006-07-12  Daniel Jacobowitz  <dan@codesourcery.com>
6750
6751         * gdb.texinfo (OS Information): Update qPart reference to
6752         qXfer.
6753         (Remote configuration): Likewise.
6754         (Overview): Move @cindex to the start of a paragraph.  Talk
6755         about binary data encoding.
6756         (Packets): Refer to the overview for the details of the X
6757         packet encoding.
6758         (General Query Packets): Remove qPart description.  Add qXfer
6759         description.  Add an anchor to qSupported.  Correct feature
6760         table title.  Add a new feature for qXfer:auxv:read.
6761         (Interrupts): Add a missing parenthesis.
6762
6763 2006-07-05  Daniel Jacobowitz  <dan@codesourcery.com>
6764
6765         * gdb.texinfo (KOD): Remove node.
6766         (GDB/MI Kod Commands): Remove commented out node.
6767
6768 2006-07-01  Eli Zaretskii  <eliz@gnu.org>
6769
6770         * gdb.texinfo (GDB/MI Output Syntax, GDB/MI Simple Examples)
6771         (GDB/MI Breakpoint Commands, GDB/MI Program Context)
6772         (GDB/MI Thread Commands, GDB/MI Program Execution)
6773         (GDB/MI Stack Manipulation, GDB/MI Variable Objects)
6774         (GDB/MI Data Manipulation, GDB/MI Symbol Query)
6775         (GDB/MI File Commands, GDB/MI Target Manipulation)
6776         (GDB/MI Miscellaneous Commands): Change (@value{GDBP})->(gdb),
6777         since the MI prompt is hard-wired into the code.
6778
6779 2006-07-01  Nick Roberts  <nickrob@snap.net.nz>
6780
6781         * gdb.texinfo (GDB/MI Compatibility with CLI): Qualify more carefully.
6782         (GDB/MI Simple Examples): Use @subheading for "A Bad Command".
6783         (GDB/MI Data Manipulation): Remove description of unimplemented
6784         display related commands as variable objects perform this function
6785         and are superior: -display-delete, -display-disable,
6786         -display-enable, -display-insert and -display-list.  Move
6787         -environment-cd, -environment-directory, -environment-path
6788         and -environment-pwd to "Program Context".
6789         (GDB/MI Program Control): Rename to "Program Execution".  Move
6790         -exec-arguments -exec-abort to...
6791         (GDB/MI Program Context): ...here.  New node split from "Data
6792          Manipulation".
6793
6794 2006-06-21  Daniel Jacobowitz  <dan@codesourcery.com>
6795
6796         * gdb.texinfo (Remote configuration): Document set / show
6797         remote supported-packets.
6798         (General Query Packets): Document qSupported packet.
6799
6800 2006-06-10  Sandra Loosemore <sandra@codesourcery.com>
6801
6802         * gdb.texinfo (File-I/O overview): Copy edit for grammar, spelling,
6803         and font markup.
6804         (Protocol basics): Likewise.
6805         (The F request packet): Likewise.
6806         (The F reply packet): Likewise.
6807         (Memory transfer): Move this node to be a subsubsection of
6808         "Protocol specific representation of datatypes".
6809         (The Ctrl-C message): More copy editing.
6810         (Console I/O): Likewise.
6811         (The isatty call): Delete this node, and merge its content into
6812         the "isatty" node.  Fixed references elsewhere.
6813         (The system call): Delete this node, and merge its content into
6814         the "system" node.  Fixed references elsewhere.
6815         (open): Reformat to use @table, and add appropriate font markup.
6816         (close): Likewise.
6817         (read): Likewise.
6818         (write): Likewise.
6819         (lseek): Likewise.
6820         (rename): Likewise.
6821         (unlink): Likewise.
6822         (stat/fstat): Likewise.
6823         (gettimeofday): Likewise.
6824         (isatty): Likewise.
6825         (system): Likewise, plus minor changes to fix confusing wording.
6826         (Integral datatypes): Fix font markup.
6827         (Pointer values): Likewise.
6828         (struct stat): Fix markup to use @table, plus minor copy editing.
6829         (struct timeval): Fix font markup, plus minor copy editing.
6830         (Constants): Minor copy editing.
6831         (Errno values): Add font markup.
6832         (File-I/O Examples): Likewise.
6833
6834 2006-06-10  Nick Roberts  <nickrob@snap.net.nz>
6835
6836         * gdb.texinfo (GDB/MI): Remove duplicate acknowledgements.
6837         (GDB/MI Simple Examples): Move node up one level.  Use real
6838         examples.
6839         (GDB/MI Compatibility with CLI): Update.
6840         (GDB/MI Result Records): Add "connected" and "exit" result
6841         classes.
6842         (GDB/MI Stream Records): Clarify target output.
6843         (GDB/MI Command Description Format): Modify example description.
6844         (GDB/MI Breakpoint Table Commands): Rename to...
6845         (GDB/MI Breakpoint Commands): ...this
6846         (GDB/MI Breakpoint Commands): Add optional thread field.
6847         (GDB/MI Program Control): Add an introduction.  Move "Program
6848         termination" examples into exec-run description.
6849         (GDB/MI File Commands): Mention similar CLI commands.
6850         (GDB/MI Miscellaneous Commands): Move to end.  Mention "show version"
6851         is similar to "-gdb-version".
6852
6853 2006-06-09  Eli Zaretskii  <eliz@gnu.org>
6854
6855         * gdb.texinfo (Symbols): Fix "(gdb)"=>"(@value{GDBP})".
6856
6857 2006-06-02  Nick Roberts  <nickrob@snap.net.nz>
6858
6859         * gdb.texinfo (GDB/MI Development and Front Ends): Use
6860         sourceware.org for mailing lists.
6861         (GDB/MI File Commands): New node split from Program Control.
6862
6863 2006-06-01  Nick Roberts  <nickrob@snap.net.nz>
6864
6865         * gdb.texinfo (GDB/MI Development and Front Ends): New node.
6866
6867 2006-05-22  Eli Zaretskii  <eliz@gnu.org>
6868
6869         * gdb.texinfo (Cygwin Native): Fix last change.
6870
6871 2006-05-22  Christopher Faylor  <cgf@timesys.com>
6872
6873         * gdb.texinfo (Cygwin Native): Document set/show cygwin-exceptions.
6874
6875 2006-05-15  Nick Roberts  <nickrob@snap.net.nz>
6876
6877         * gdbint.texinfo (Algorithms): Correct spelling and punctuation.
6878         (Releasing GDB, Testsuite): Remove details for including DejaGnu.
6879
6880 2006-05-14  Daniel Jacobowitz  <dan@codesourcery.com>
6881
6882         * gdb.texinfo (General Query Packets): Recommend not starting
6883         new packets with qC and clarify.
6884
6885 2006-05-13  Gaius Mulley  <gaius@glam.ac.uk>
6886
6887         * gdb.texinfo (M2 Types): New section.
6888
6889 2006-05-10  Daniel Jacobowitz  <dan@codesourcery.com>
6890
6891         * agentexpr.texi: Add a copyright and license notice.
6892         * observer.texi: Likewise, with GPL clause for function prototypes.
6893         Remove trailing whitespace.
6894
6895 2006-05-05  Jim Blandy  <jimb@codesourcery.com>
6896
6897         * gdb.texinfo (General Query Packets): Document conventions for
6898         terminating packet names, and their violations.
6899
6900 2006-05-05  Daniel Jacobowitz  <dan@codesourcery.com>
6901
6902         * Makefile.in (GDB_DOC_SOURCE_INCLUDES): Update for readline 5.1.
6903         * gdb.texinfo: Likewise.
6904
6905 2006-05-05  Daniel Jacobowitz  <dan@codesourcery.com>
6906
6907         * gdb.texinfo (Remote Configuration): Remove "set remotedebug"
6908         and "show remotedebug".
6909         (Debugging Output): Add additional index entries.
6910
6911 2006-04-27  Michael Snyder  <msnyder@redhat.com>
6912
6913         * gdb.texinfo (delete-fork): Command renamed to "delete fork".
6914
6915 2006-04-22  Andrew Cagney  <cagney@redhat.com>
6916
6917         * gdb.texinfo (Contributors): Credit frame unwinder contributors.
6918         * gdbint.texinfo (Algorithms): Fix errors in frame documentation.
6919
6920 2006-04-18  Daniel Jacobowitz  <dan@codesourcery.com>
6921
6922         * gdbint.texinfo (x86 Watchpoints, Target Conditionals): Update insert
6923         and remove breakpoint prototypes.
6924         (Watchpoints): Move description of target_insert_hw_breakpoint and
6925         target_remove_hw_breakpoint ...
6926         (Breakpoints): ... to here.  Document target_insert_breakpoint and
6927         target_remove_breakpoint.
6928
6929 2006-04-17  Jim Blandy  <jimb@codesourcery.com>
6930
6931         * gdb.texinfo (Packets): Note that 'addr' arguments to s, S, c,
6932         and C packets are optional.
6933
6934 2006-04-14  Frederic Riss  <frederic.riss@st.com>
6935
6936         * gdb.texinfo (Specifying source directories): Update the description
6937         of the source file search to reflect the fact that the source path
6938         always contains at least $cdir and $cwd.
6939
6940 2006-03-31  Michael Snyder  <msnyder@redhat.com>
6941
6942         * gdb.texinfo: Update copyright dates.
6943
6944 2006-03-31  Eli Zaretskii  <eliz@gnu.org>
6945
6946         * gdb.texinfo (Overview): Add an index entry to "empty response".
6947
6948 2006-03-28  Jim Blandy  <jimb@codesourcery.com>
6949
6950         * gdbint.texinfo (Prologue Analysis): New section.
6951
6952 2006-03-07  Jim Blandy  <jimb@red-bean.com>
6953
6954         * gdb.texinfo (Connecting): Document 'target remote pipe'.
6955
6956         * gdb.texinfo (Target Commands): Update text describing how to
6957         specify a target.  Refer to the detailed section on remote
6958         debugging, not the brief mention.
6959
6960         * gdb.texinfo (Connecting): Organize the different 'target remote'
6961         connection methods into a table.  Add a 'target remote' index
6962         entry. (!!!)
6963
6964 2006-02-17  Fred Fish  <fnf@specifix.com>
6965
6966         * gdb.texinfo (Symbols): Update descriptions of 'whatis' and
6967         'ptype' commands to reflect the fact that the only significant
6968         difference between them is that ptype prints the complete type
6969         description instead of just the name.
6970
6971 2006-02-13  Wu Zhou  <woodzltc@cn.ibm.com>
6972
6973         * gdbint.texinfo (Watchpoints): Delete
6974         TARGET_REGION_SIZE_OK_FOR_HW_WATCHPOINT.
6975
6976 2006-02-10  Nick Roberts  <nickrob@snap.net.nz>
6977
6978         * gdb.texinfo (GDB/MI Breakpoint Table Commands): Add fullname and
6979         times fields where needed.  Fix typos.  Update general form given
6980         for output of -break-insert.
6981         (GDB/MI): Abbreviate some unnecessarily long fullnames.
6982
6983 2006-02-06  Daniel Jacobowitz  <dan@codesourcery.com>
6984
6985         * gdbint.texinfo (Symbol Handling): Add a section
6986         on memory management.
6987
6988 2006-02-06  Vladimir Prus  <ghost@cs.msu.su>
6989
6990         * gdb.texinfo (Breakpoint table commands): Document the fullname
6991         field in -break-list output.
6992
6993 2006-02-03  Eli Zaretskii  <eliz@gnu.org>
6994
6995         * gdb.texinfo (Cygwin Native): Fix typos.  Clarify the types of
6996         debugging information produced by the various "set debug..."
6997         options.
6998
6999 2006-02-01  Daniel Jacobowitz  <dan@codesourcery.com>
7000
7001         * gdb.texinfo (Files): Remove obsolete bits from the description
7002         of "symbol-file".
7003
7004 2006-01-25  Jim Blandy  <jimb@redhat.com>
7005
7006         * gdbint.texinfo (Testsuite): Explain how to run selected tests.
7007
7008 2006-01-24  Jim Blandy  <jimb@redhat.com>
7009
7010         * gdbint.texinfo (Frames): Document the basics of GDB's register
7011         unwinding model, and explain the existence of the "sentinel" frame.
7012
7013 2006-01-23  Andrew Stubbs  <andrew.stubbs@st.com>
7014
7015         * gdb.texinfo (Choosing files): Mention that -directory is used
7016         for script files.
7017         (Specifying source directories): Likewise.
7018         (Command files): Explain how script files are found.
7019
7020 2006-01-21  Eli Zaretskii  <eliz@gnu.org>
7021
7022         * gdb.texinfo (Backtrace): Describe how to get backtrace of all
7023         the threads in a multi-threaded program.
7024         (Threads): The threadno argument of "thread apply" can be a range
7025         of numbers.
7026
7027 2006-01-18  Jim Blandy  <jimb@redhat.com>
7028
7029         * gdbint.texinfo (Coding): Add entry for -Wno-pointer-sign to list
7030         of warning flags.
7031
7032 2006-01-13  Eli Zaretskii  <eliz@gnu.org>
7033
7034         * gdb.texinfo (Sequences): Improve menu annotations.
7035         (Define): Add index entries for arguments of user-defined
7036         commands.  Move the description of flow-control commands...
7037         (Command Files): ...to here.  Document loop_break and
7038         loop_continue.
7039         (Define, Command Files): Document `end' and add index entries for
7040         it.
7041
7042 2006-01-04  Michael Snyder  <msnyder@redhat.com>
7043
7044         * gdb.texinfo: Add documentation for linux-fork.
7045         * gdbint.texinfo: Add internal documentation for checkpoints.
7046
7047 2006-01-02  Paul N. Hilfinger  <hilfinger@gnat.com>
7048
7049         * gdb.texinfo (Omissions from Ada): Document that there is now
7050         limited aggregate support.
7051
7052 2005-12-28  Eli Zaretskii  <eliz@gnu.org>
7053
7054         * gdb.texinfo (Registers): Describe how to refer to SSE and MMX
7055         registers and the likes.
7056
7057 2005-12-24  Eli Zaretskii  <eliz@gnu.org>
7058
7059         * gdb.texinfo (Target Commands, Bug Reporting, File Options)
7060         (Symbols): Fix usage of "e.g.".
7061         (Memory Region Attributes): Fix usage of "etc."
7062
7063         * gdbint.texinfo (libgdb, Symbol Handling, Native Debugging)
7064         (Coding): Fix usage of "e.g.".
7065
7066 2005-12-23  Eli Zaretskii  <eliz@gnu.org>
7067
7068         * stabs.texinfo:
7069         * refcard.tex:
7070         * gpl.texi:
7071         * gdbint.texinfo:
7072         * gdb.texinfo:
7073         * gdb-cfg.texi:
7074         * fdl.texi:
7075         * annotate.texinfo:
7076         * all-cfg.texi:
7077         * Makefile.in: Add (C) after Copyright.  Update the FSF
7078         address.
7079
7080 2005-12-03  Eli Zaretskii  <eliz@gnu.org>
7081
7082         * gdb.texinfo (Connecting): Explain that `monitor' is a way to
7083         extend GDB with commands for external monitor.
7084
7085 2005-12-02  Andrew Stubbs  <andrew.stubbs@st.com>
7086
7087         * gdb.texinfo (Convenience variables): Add init-if-undefined command.
7088
7089 2005-11-25  Joel Brobecker  <brobecker@adacore.com>
7090
7091         * gdbint.texinfo (Start of New Year Procedure): New chapter.
7092
7093 2005-11-21  Jim Blandy  <jimb@redhat.com>
7094
7095         * gdb.texinfo (Tracepoint Packets): Document restrictions on
7096         placement of 'R' actions in tracepoint action packets; document
7097         dependence of 'X' and 'M' actions on a preceding 'R' action for
7098         their registers.
7099
7100 2005-11-19  Jim Blandy  <jimb@redhat.com>
7101
7102         * gdb.texinfo (Tracepoint Packets): New node.
7103         (General Query Packets): Add entries for the tracepoint packets,
7104         referring to the "Tracepoint Packets" node.
7105         (Tracepoints): Add reference to "Tracepoint Packets".
7106
7107 2005-11-18  Kevin Buettner  <kevinb@redhat.com>
7108
7109         * gdb.texinfo (set remotebreak): Add anchor.
7110         (X packet): Likewise.
7111         (Remote Protocol): Add new section `Interrupts' and new index
7112         entry `interrupts (remote protocol)'.
7113
7114 2005-11-18  Jim Blandy  <jimb@redhat.com>
7115
7116         * gdb.texinfo (Packets): Move information out of 'q' and 'Q'
7117         entries into the General Query Packets section.  Add a
7118         cross-reference to that section.  Drop description of replies, as
7119         these are covered in the descriptions of each packet.
7120         (General Query Packets): Add introductory text.  Explain naming
7121         conventions, and how the end of a name is recognized.
7122
7123 2005-11-17  Kevin Buettner  <kevinb@redhat.com>
7124
7125         * gdb.texinfo (Remote configuration): Fix typo in description of
7126         "set remotebreak" command.
7127
7128 2005-11-16  Jim Blandy  <jimb@redhat.com>
7129
7130         * gdb.texinfo (Packets, Stop Reply Packets)
7131         (General Query Packets): Various formatting cleanups.
7132         - Use @samp for packet contents.
7133         - Drop summaries from packet @item lines; the same information appears
7134           immediately below in the description.
7135         - Delete paragraph breaks after packet @item commands, so that the
7136           description appears directly to the right of the packet prototype
7137           in the printed manual, if it fits.
7138         - Place spaces in packet prototypes between @vars and non-@var
7139           letters, and explain that they're just for formatting.
7140         - Use @dots{} instead of '...'.
7141         - Fix uses of @code where @var was needed.
7142         - Replace "deprecated" markers with English text spelling out the
7143           packet's status and the preferred alternatives.
7144         - Remove "(reserved)" markers on 'A' and 'I' packets; it's unclear
7145           what this ever meant.
7146         - Remove "(draft)" markers on 'i' packets; nobody has commented on
7147           this for a long time.
7148         - Remove "(draft)" markers on 'z' and 'Z' packets; these have been
7149           implemented several times, and have been in use for years.
7150
7151 2005-11-15  Jim Blandy  <jimb@redhat.com>
7152
7153         * gdb.texinfo (Packets): Add index entries for 'm' packet
7154         disclaimers.
7155
7156         * gdb.texinfo (Packets): Clarify lack of restrictions on behavior
7157         of stub when processing an 'm' packet.
7158
7159         * gdb.texinfo (Packets): Mention that packets beginning with
7160         letters are reserved once, at the top, instead of actually listing
7161         them all and saying "reserved".
7162
7163 2005-11-15  Andrew Stubbs  <andrew.stubbs@st.com>
7164
7165         * gdb.texinfo (User-defined commands): Add $argc. Add missing 'end'.
7166         Change @var{$arg0 to @code{$arg0.
7167
7168 2005-11-14  Wu Zhou  <woodzltc@cn.ibm.com>
7169
7170         * gdb.texinfo (Fortran): Add some words about Fortran debugging.
7171
7172 2005-11-12  Jim Blandy  <jimb@redhat.com>
7173
7174         * gdb.texinfo (General Query Packets): Put packets in alphabetical
7175         order.  Remove extraneous 'z'.
7176
7177 2005-11-07  Andrew Stubbs  <andrew.stubbs@st.com>
7178
7179         * gdb.texinfo (Choosing files): Add --eval-command.
7180
7181 2005-11-04  Andrew Stubbs  <andrew.stubbs@st.com>
7182
7183         * gdb.texinfo (Choosing modes): Add --return-child-result.
7184
7185
7186 2005-11-01  Andrew Stubbs  <andrew.stubbs@st.com>
7187
7188         * gdb.texinfo (Choosing modes): Add --batch-silent.
7189
7190 2005-10-28  Eli Zaretskii  <eliz@gnu.org>
7191
7192         * gdb.texinfo (GDB/MI Variable Objects): Fix @pxref usage under
7193         "The -var-update Command".
7194
7195 2005-10-03  Joel Brobecker  <brobecker@adacore.com>
7196
7197         * gdb.texinfo (Print Settings): Add documentation for set/show
7198         print array-indexes.
7199
7200 2005-09-17  Daniel Jacobowitz  <dan@codesourcery.com>
7201
7202         * gdb.texinfo (Contributors): Thank Andrew Cagney for releases
7203         6.2 and 6.3.
7204
7205 2005-08-27  Eli Zaretskii  <eliz@gnu.org>
7206
7207         * gdb.texinfo (File Options): Don't document --mapped, it's gone
7208         since 19-Jan-2004.
7209         (Files): Likewise.
7210         (Variables, Symbols): Document the "<incomplete type>" message and
7211         its reasons.
7212
7213 2005-08-01  Fred Fish  <fnf@specifix.com>
7214
7215         * gdb.texinfo (SETUP_ARBITRARY_FRAME): Remove obsolete reference.
7216
7217 2005-07-15  Nick Roberts  <nickrob@snap.net.nz>
7218
7219         * gdb.texinfo (GDB/MI Variable Objects): Describe print-values
7220         option for -var-list-children and -var-update.
7221         (GDB/MI Stack Manipulation): Simplify description of
7222         print-values option for -stack-list-locals.
7223         (GDB/MI Command Description Format): Clarify.
7224         (Mode Options): Spelling of superseded.
7225
7226 2005-07-12  Bob Rossi  <bob@brasko.net>
7227
7228         * gdb.texinfo (GDB/MI Miscellaneous Commands): Fix -inferior-tty-show
7229         corresponding GDB command comment.
7230
7231 2005-07-06  Bob Rossi  <bob@brasko.net>
7232
7233         * gdb.texinfo (GDB/MI Miscellaneous Commands): Add -inferior-tty-set
7234         and -inferior-tty-show.
7235         (Input/Output): Document "set/show inferior-tty" and tty alias.
7236
7237 2005-07-02  Nathan J. Williams  <nathanw@wasabisystems.com>
7238
7239         * gdb.texinfo (Packets): Change description of 'D' packet to note
7240         that GDB does wait for a response.
7241
7242 2005-06-22  Nick Roberts  <nickrob@snap.net.nz>
7243
7244         * gdb.texinfo (History) Rename "Command History".
7245         (Command History): Move node "Server Prefix" from section on
7246         Annotations here.
7247
7248 2005-06-19  Nick Roberts  <nickrob@snap.net.nz>
7249
7250         * gdb.texinfo (GDB/MI Stack Manipulation):
7251         Re-instate -stack-info-frame with example.  Say that it gets
7252         info on selected frame, not current frame.
7253
7254 2005-06-18  Eli Zaretskii  <eliz@gnu.org>
7255
7256         * gdb.texinfo (Server): Clarify that `file' should be used before
7257         connecting to the server.
7258         (Files): Add an xref to the above description.
7259         (Output Formats): More detailed description of the `c' format.
7260         (Memory): List explicitly all the formats supported by `x'.
7261         (Threads): Add an @cindex entry for "thread apply".
7262         (Files): Document the possibility of loading unlinked object
7263         files.  Add more indexing for solib-absolute-prefix and
7264         --with-sysroot.
7265         (Machine Code): Document possible problems with locations in
7266         shared libraries.
7267         (Backtrace): Document that free-standing environments do not need
7268         to have a `main' function.
7269
7270 2005-06-18  Nick Roberts  <nickrob@snap.net.nz>
7271
7272         * gdb.texinfo (GDB/MI Stack Manipulation): Remove reference to
7273         -stack-info-frame.
7274
7275 2005-06-07  Andrew Cagney  <cagney@gnu.org>
7276
7277         * gdb.texinfo (Contributors): Note the original multi-arch
7278         contributors.
7279
7280 2005-06-03  Eli Zaretskii  <eliz@gnu.org>
7281
7282         * gdb.texinfo (Registers): Add index entries for the standard
7283         registers.
7284         (Frames): Add cross-reference from frame pointer description to
7285         the Registers node.
7286         (Annotations Overview): Fix the reference to GDB name.
7287
7288 2005-06-01  Eli Zaretskii  <eliz@gnu.org>
7289
7290         * gdb.texinfo (Set Watchpoints): Remove @vindex entry for
7291         can-use-hw-watchpoints.
7292
7293 2005-05-28  Bob Rossi  <bob@brasko.net>
7294
7295         * gdb.texinfo (GDB/MI Out-of-band Records): Add bullet enumerating
7296         the possible reasons why an exec async record would be returned to FE.
7297
7298 2005-05-26  Andrew Cagney  <cagney@gnu.org>
7299
7300         * gdb.texinfo: Note that Elena Zannoni, Fernando Nasser, and
7301         Andrew Cagney implemented the original GDB/MI.
7302
7303 2005-05-23  Orjan Friberg  <orjanf@axis.com>
7304
7305         * gdb.texinfo (CRIS): Update the cris-version and cris-dwarf2-cfi
7306         documentation.  Add documentation for cris-mode.
7307
7308 2005-05-20  Eli Zaretskii  <eliz@gnu.org>
7309
7310         * gdb.texinfo (Numbers): Explain the example and make the wording
7311         more acurate.
7312
7313 2005-05-17  Daniel Jacobowitz  <dan@codesourcery.com>
7314             Dennis Brueni  <dennis@slickedit.com>
7315
7316         * gdb.texinfo (GDB/MI Breakpoint Table Commands)
7317         (GDB/MI Data Manipulation, GDB/MI Program Control)
7318         (GDB/MI Stack Manipulation): Update examples to include the fullname
7319         attribute in stack frames.
7320
7321 2005-05-12  Eli Zaretskii  <eliz@gnu.org>
7322
7323         * gdb.texinfo (Startup): Fix last change.  Treat gdb.ini like we
7324         do with other non-standard names of init files.
7325
7326 2005-05-11  Eli Zaretskii  <eliz@gnu.org>
7327
7328         * gdb.texinfo (Command Files): Move the description of the startup
7329         from here...
7330         (Startup): ...to this new subsection of the Invocation chapter.
7331         Rearrange the description of init files more logically and add a
7332         cross-reference to "Command Files".  Document the special gdbinit
7333         name for CISCO 68k.  Expand the description of what GDB does
7334         during startup.
7335         (History): Add index entry for HISTSIZE.
7336
7337 2005-05-02  Mark Kettenis  <kettenis@gnu.org>
7338
7339         * gdb.texinfo (Files): Remove documentation for auto-solib-limit.
7340
7341 2005-05-02  Eli Zaretskii  <eliz@gnu.org>
7342
7343         * gdb.texinfo (SVR4 Process Information, The isatty call)
7344         (The system call): Don't use foo(N) notation for man pages and
7345         functions.
7346         (Compilation, DJGPP Native): Improve wording.
7347
7348 2005-04-27  Eli Zaretskii  <eliz@gnu.org>
7349
7350         * gdb.texinfo (Backtrace): Describe backtraces with arguments that
7351         were optimized away.
7352
7353 2005-04-22  Eli Zaretskii  <eliz@gnu.org>
7354
7355         * gdb.texinfo (Remote configuration): Document "set/show
7356         get-thread-local-storage-address".  Add cross-reference to the
7357         description of the qGetTLSAddr packet.
7358         (General Query Packets): Mention "set remote
7359         get-thread-local-storage-address" and add a reference to its
7360         description.
7361
7362 2005-04-19  Nick Roberts  <nickrob@snap.net.nz>
7363
7364         * gdb.texinfo (Backtrace): Describe 'bt full'.
7365
7366 2005-04-17  Nick Roberts  <nickrob@snap.net.nz>
7367
7368         * gdb.texinfo (Mode Options): Fix typo.
7369         (GDB/MI): Describe how to invoke GDB/MI.
7370
7371 2005-04-16  Eli Zaretskii  <eliz@gnu.org>
7372
7373         * gdb.texinfo (OS Information): Renamed from Auxiliary Vector; all
7374         references changed.  Add description of "info udot".
7375         (Files): Document "set/show stop-on-solib-events".
7376         (M32R/D): Document "set/show download-path", "set/show
7377         board-address", "set/show server-address", "upload", "tload".
7378         Document "sdireset", "sdistatus", "debug_chaos", "use_debug_dma",
7379         "use_mon_code", "use_ib_break", "use_dbt_break".
7380         (Maintenance Commands): Improve indexing.
7381         (Target Commands): Document "set/show hash", "set/show debug
7382         monitor".
7383         (SVR4 Process Information): Document "info pidlist" and "info
7384         meminfo".  Document "set/show procfs-tarce" and "set/show
7385         procfs-file".  Document "proc-trace-*" and "proc-untrace-*".
7386         (Symbols, The Print Command with Objective-C): Improve indexing.
7387         (Objective-C): Add references to "info classes" and "info
7388         selectors".
7389         (Debugging Output): Improve wording.  Document "set/show debug
7390         solib-frv".  Fix "set/show debugvarobj".
7391         (Set Breaks): Add index entry for "hardware breakpoints".
7392         (Renesas ICE): Document "e7000", "ftplogin", "ftpload", "drain",
7393         and "set/show usehardbreakpoints".
7394         (MIPS Embedded): Document "se/show syn-garbage-limit", "set/show
7395         monitor-prompt", "set/show monitor-warnings", "pmon".
7396         (ARM): Document "rdilogfile", "rdilogenable", "set/show
7397         rdiromatzero", "set/show rdiheartbeat".
7398         (PowerPC): Document SDS-specific commands "set/show sdstimeout",
7399         "sds".
7400         (Embedded Processors): Document the "sim" command.
7401         (Remote): Document the "remote" command.
7402         (DJGPP Native): Document the "info serial" command.
7403         (Threads): Document "maint info sol-threads".
7404         (Files): Document "nosharedlibrary", "add-symbol-file-from-memory".
7405         (Set Breaks): Improve indexing.
7406         (Command Syntax): Add a reference to dont-repeat.
7407         (Define): Document "dont-repeat".
7408         (TUI Commands): Document "tabset".
7409         (WinCE): New subsection.  Document "set/show remotedirectory",
7410         "set/show remoteupload", "set/show remoteaddhost".
7411
7412 2005-04-15  Eli Zaretskii  <eliz@gnu.org>
7413
7414         * gdb.texinfo (Hurd Native): New subsection, documents
7415         Hurd-specific commands.
7416         (Maintenance Commands): Add cross-reference to "Debugging Output".
7417         (Debugging Output): Document "set/show debug lin-lwp".
7418         (MIPS): Improve documentation of heuristic-fence-post.  Document
7419         "set/show mips abi", "set/show mips saved-gpreg-size", "set/show
7420         mips stack-arg-size", "set/show mips mask-address", "set/show mips
7421         remote-mips64-transfers-32bit-regs", "set/show debug mips".
7422         (ARM): Document ARM-specific commands.
7423         (AVR): New section.  Document "info io_registers".
7424         (CRIS): New section.  Document "set/show cris-version" and
7425         "set/show cris-dwarf2-cfi".
7426         (HPPA): New section.  Document "set/show debug hppa" and "maint
7427         print unwind".
7428         (Neutrino): New subsection.  Document "set/show debug nto-debug".
7429         (Super-H): New section.  Document the "regs" command.
7430         (Debugging Output): Document "set/show debug aix-thread".
7431
7432 2005-04-09  Eli Zaretskii  <eliz@gnu.org>
7433
7434         * gdb.texinfo (Print Settings): Document "set/show print
7435         pascal_static-members", "set print repeats", "show print
7436         null-stop".  Improve indexing.  Fix documentation of "set print
7437         union".
7438         (Pascal): New section.
7439         (Supported languages): Rename from "Support"; all references
7440         updated.  Add a menu item for Pascal.
7441         (Numbers): Document "set radix.
7442         (Screen Size): Document "set/show pagination".
7443         (MIPS Embedded): Remove "set processor" documentation.
7444         (Remote configuration): Document "set/show X/P/Z-packet",
7445         "set/show read-aux-vector-packet", "set/show remote
7446         symbol-lookup-packet", "set/show remote verbose-resume-packet",
7447         "set/show remoteaddresssize", "set/show remotebaud", "set/show
7448         remotedebug", "set/show remotebreak", "set/show remotedevice",
7449         "set/show remotelogfile".
7450         (Auxiliary Vector): Add reference to the description of the
7451         read-aux-vector-packet setting.
7452         (Set Watchpoints): Add a cross-reference to "set remote
7453         hardware-breakpoint-limit".
7454         (General Query Packets): Add indexing of requests and
7455         cross-references to related commands in "Remote configuration".
7456         (File-I/O Overview, The system call): Fix wording and typos.
7457         (Thread Stops): Add index entries.
7458         (Continuing and Stepping): Document "show step-mode".
7459         (i386): New node.  Document "set/show struct-convention".
7460         (Files): Document "show trust-readonly-sections".
7461         (Calling): Document "set/show unwindonsignal".
7462         (Messages/Warnings): Add index entries.
7463         (Maintenance Commands): Document "set/show watchdog".
7464         (Annotations Overview): Document "show annotate".
7465         (Set Watchpoints): Add index entries.
7466         (Symbols): Fix doc of case-sensitive.
7467         (ABI): Document "show coerce-float-to-double".
7468         (Convenience Vars, Help): Improve indexing.
7469         (Machine Code): Document "show disassembly-flavor".
7470         (Debugging C plus plus): Document "show overload-resolution".
7471         (Value History, Signaling): Add index entries.
7472
7473 2005-04-08  Eli Zaretskii  <eliz@gnu.org>
7474
7475         * gdb.texinfo (Show): Move @kindex entries to their proper places.
7476         (Processes): Fix wording.
7477         (History, List, Logging output, Define, Symbols, Print Settings):
7478         Improve indexing.
7479
7480 2005-04-03  Eli Zaretskii  <eliz@gnu.org>
7481
7482         * gdb.texinfo (Targets): Document "set/show architecture".  Remove
7483         redundant index entry for "target" command.
7484         (Backtrace): Add index entries.
7485         (Symbols, Fortran): Document the "set case-sensitive" command.
7486         (DJGPP Native): Document "set com1base", "set com1irq", etc.
7487         (Print Settings): Add index entry for "set demangle-style".
7488         (Target Commands): Document "set download-write-size".
7489         (Debugging Output): Document "set exec-done-display".
7490
7491 2005-04-02  Eli Zaretskii  <eliz@gnu.org>
7492
7493         * gdb.texinfo (Files): Fix the name and documentation of
7494         add-shared-symbol-files.  Document its alias assf.  Update the
7495         list of OSs where GDB supports shared libraries.  Fix markup.
7496         (Continuing and Stepping): Add reference to @var{location} in the
7497         text.
7498         (Dump/Restore Files): Fix reference to @{filename}.
7499         (Help): Fix wording.
7500         (Attach): Ditto.
7501         (Set Watchpoints): Ditto.
7502         (Backtrace): Remove redundant index entries.  Improve index
7503         entries.
7504         (Delete Breaks): Fix wording.
7505         (Memory): Document the compare-sections command.
7506         (Memory Region Attributes): Improve wording.
7507         (Disabling): Improve wording.
7508         (Fortran): New subsection.  Document the "info common" command.
7509         (Help): Document aliases "info copying" and "info warranty".
7510         (Caching Remote Data): New section.  Document the "set/show
7511         remotecache" and "info dcache" commands.
7512         (Show): Fix wording of the documentation of the "set
7513         extension-language" command.
7514         (Signals): Add index entry for "info handle".
7515         (Memory Region Attributes): Fix punctuation.
7516         (Symbols): Change the arg name to "location" and refer to it in
7517         the text.  Fix wording of "info types" doc.
7518         (Threads): Fix usage of @enumerate @item's.
7519         (Listing Tracepoints): Add index entry for "info tp".
7520         (Set Watchpoints): Add xref to "info break" description.
7521         (Macros): Add an index entry for "macro exp1".  Document the
7522         "macro list" command.
7523         (Maintenance Commands): Document "flushregs", "maint agent",
7524         "maint check-symtabs", "maint cplus", "maint demangle", "maint
7525         deprecate", "maint undeprecate", "maint dump-me", "maint packet",
7526         "maint print architecture", "maint print objfiles", "maint print
7527         statistics", "maint print type", "maint show-debug-regs", "maint
7528         space", "maint time", and "maint translate-address".
7529         (Connecting): Document the "monitor" command.
7530         (Annotations Overview): Describe the "set annotate" command.
7531
7532 2005-04-01  Eli Zaretskii  <eliz@gnu.org>
7533
7534         * gdb.texinfo (Set Watchpoints): Document can-use-hw-watchpoints.
7535         Rearrange index entries and improve wording about support for
7536         hardware watchpoints.
7537
7538 2005-03-10  Bob Rossi  <bob@brasko.net>
7539
7540         * gdb.texinfo: Update copyright
7541
7542 2005-02-09  Theodore A. Roth  <troth@openavr.org>
7543
7544         * gdb.texinfo (General Query Packets): Fix texinfo compile warning and
7545         error.
7546
7547 2005-02-03  Kevin Buettner  <kevinb@redhat.com>
7548
7549         * gdb.texinfo (General Query Packets): Document qGetTLSAddr packet.
7550
7551 2005-01-17  Michael Snyder  <msnyder@redhat.com>
7552
7553         * gdb.texinfo: Fix spelling, infinte  ->  infinite.
7554
7555 2005-01-08  Mark Kettenis  <kettenis@gnu.org>
7556
7557         * observer.texi (GDB Observers): Document "solib_loaded".
7558
7559 2005-01-07  Andrew Cagney  <cagney@gnu.org>
7560
7561         * configure.ac: Rename configure.in, require autoconf 2.59.
7562         * configure: Re-generate.
7563
7564         * configure.in: Replace configdirs with multiple references to
7565         AC_CONFIG_SUBDIRS.
7566         * configure: Re-generate.
7567
7568 2005-01-04  Andrew Cagney  <cagney@gnu.org>
7569
7570         * gdbint.texinfo (Versions and Branches): Make the date (YYYYMMDD)
7571         part of the version number.
7572
7573 2004-12-24  Mark Kettenis  <kettenis@gnu.org>
7574
7575         * gdbint.texinfo (Algorithms): Remove description of
7576         TARGET_DISABLE_HW_WATCHPOINTS and TARGET_ENABLE_HW_WATCHPOINTS.
7577
7578 2004-12-07  Jim Blandy  <jimb@redhat.com>
7579
7580         * gdb.texinfo (General Query Packets): Specify that thread ID's in
7581         the 'qC' and 'qThreadInfo' packets are unsigned hexidecimal
7582         numbers.
7583
7584 2004-12-07  Andreas Schwab  <schwab@suse.de>
7585
7586         * gdb.texinfo (Mode Options): Document -l option.
7587
7588 2004-12-04  Eli Zaretskii  <eliz@gnu.org>
7589
7590         * gdbint.texinfo (Algorithms): More accurate description of
7591         STOPPED_BY_WATCHPOINT.  Point out that target_stopped_data_address
7592         is not needed unless data-read and data-access watchpoints are
7593         supported.  Add a description of how GDB checks whether the
7594         inferior stopped because a watchpoint was hit.
7595
7596 2004-11-23  Eli Zaretskii  <eliz@gnu.org>
7597
7598         * gdb.texinfo (Files): Add cross-reference to description of
7599         -readnow command-line switch.
7600
7601 2004-11-10  Randolph Chung  <tausq@debian.org>
7602
7603         * gdb.texinfo: Document set/show backtrace past-entry commands.
7604         Rearrange index entries for set/show backtrace past-main.
7605
7606 2004-11-10  Jon Beniston <jon@beniston.com>
7607
7608         Committed by Andrew Cagney  <cagney@gnu.org>.
7609         * gdb.texinfo (Remote Serial Protocol): Further describe
7610         binary transfer escaping mechanism .
7611
7612 2004-11-08  Randolph Chung  <tausq@debian.org>
7613
7614         * gdb.texinfo (inferior_debugging info): Document "set debug infrun"
7615         and "show debug infrun".  Add index entries.
7616
7617 2004-10-23  Eli Zaretskii  <eliz@gnu.org>
7618
7619         * gdb.texinfo (SVR4 Process Information): Document subcommands of
7620         "info proc" that are already implemented.  Add index entries.
7621         (Working Directory): Add a cross-reference to "info proc" command.
7622         (Files): Add a tip for decreasing memory used for symtabs from
7623         shared libraries.
7624         (Starting): Fix whitespace; make "elaboration" stand out where it
7625         is first used, and add an index entry for the term.
7626         (Calling): Expand and elaborate text.  Add "print".  Add the
7627         description of problems with weak aliases.
7628         (Core File Generation): New section.
7629
7630 2004-10-12  Andrew Cagney  <cagney@gnu.org>
7631
7632         * gdbint.texinfo (Versions and Branches): New chapter.
7633         (Releasing GDB): Delete "Versions and Branches" section.
7634         (Top): Add "Versions and Branches".
7635
7636 2004-10-08  Eli Zaretskii  <eliz@gnu.org>
7637
7638         * gdb.texinfo (Editing, History): Add cross-references to the
7639         included Readline and History user documentation.  Remove
7640         references to the symbol have-readline-appendices which is unused
7641         and undefined.
7642         (History): Fix indexing.
7643
7644 2004-10-08  Jeff Johnston  <jjohnstn@redhat.com>
7645
7646         * gdbint.texinfo (target_stopped_data_address): Update to
7647         new prototype.
7648         (i386_stopped_data_address): Update prototype and description.
7649         (i386_stopped_by_watchpoint): New function and description.
7650
7651 2004-10-03  Paul N. Hilfinger  <hilfinger@gnat.com>
7652
7653         * gdb.texinfo (Filenames): Add Ada suffixes.
7654         (Ada) New section.
7655
7656 2004-09-27  Andrew Cagney  <cagney@gnu.org>
7657             Robert Picco  <Robert.Picco@hp.com>
7658
7659         * gdb.texinfo (Packets): Document the "p" packet.
7660
7661 2004-09-21  Jason Molenda  (jmolenda@apple.com)
7662
7663         * gdb.texinfo (Paths and Names of the Source Files): Document the
7664         meaning of values in the 'desc' field of a SO stab.
7665
7666 2004-09-20  Daniel Jacobowitz  <dan@debian.org>
7667
7668         * gdb.texinfo (Maintenance Commands): Document "maint set dwarf2
7669         max-cache-age" and "maint show dwarf2 max-cache-age".
7670
7671 2004-09-16  Eli Zaretskii  <eliz@gnu.org>
7672
7673         * gdb.texinfo (Set Breaks): Add index entry for setting
7674         breakpoints on overloaded C++ functions that are not members of
7675         any classes.  Add an example and an index entry for setting
7676         breakpoints on all program functions.
7677         (Character Sets, Macros, Overlay Commands)
7678         (Non-debug DLL symbols, GDB/MI Output Syntax)
7679         (Annotations Overview, Maintenance Commands, File-I/O Overview):
7680         Use "(@value{GDBP})" instead of a literal "(gdb)".
7681
7682 2004-09-12  Andrew Cagney  <cagney@gnu.org>
7683
7684         * gdbint.texinfo (Native Debugging): Delete description of
7685         FILES_INFO_HOOK.
7686
7687 2004-09-11  Paul Hilfinger  <hilfinger@gnat.com>
7688
7689         * gdbint.texinfo (User Interface): Change local_hex_string_custom
7690         to hex_string_custom (not historically correct, but more
7691         understandable, given the current code).
7692
7693 2004-09-03  Andrew Cagney  <cagney@gnu.org>
7694
7695         * gdbint.texinfo (Native Debugging): Delete SVR4_SHARED_LIBS.
7696
7697 2004-09-01  Jeff Johnston  <jjohnstn@redhat.com>
7698
7699         * observer.texi (solib_unloaded): New observer.
7700
7701 2004-08-24  Andrew Cagney  <cagney@gnu.org>
7702
7703         * gdbint.texinfo (Target Architecture Definition): Add missing
7704         comma.
7705
7706 2004-08-20  Michael Chastain  <mec.gnu@mindspring.com>
7707
7708         * (Using the Testsuite): build != host is supported,
7709         but some test scripts do not support build != host.
7710
7711 2004-08-14  Mark Kettenis  <kettenis@gnu.org>
7712
7713         * gdbint.texinfo (Host Definition): Delete description of
7714         FCLOSE_PROVIDED and GETENV_PROVIDED.
7715
7716 2004-08-05  Mark Kettenis  <kettenis@chello.nl>
7717
7718         * gdbint.texinfo (Host Definition): Delete description of
7719         NO_SYS_FILE.
7720         (Native Debugging): Delete description of KERNEL_U_ADDR_BSD and
7721         PTRACE_FP_BUG.
7722
7723 2004-08-05  Andrew Cagney  <cagney@gnu.org>
7724
7725         * gdbint.texinfo (Target Architecture Definition): Delete
7726         reference to deprecated_read_fp.
7727
7728 2004-08-02  Andrew Cagney  <cagney@gnu.org>
7729
7730         * gdbint.texinfo (Target Architecture Definition): Delete
7731         description of DEPRECATED_REGISTER_BYTES.
7732
7733 2004-07-30  Baurjan Ismagulov  <ibr@ata.cs.hun.edu.tr>
7734
7735         * gdb.texinfo (Source Path): Document the new behavior of
7736         searching for the source files.
7737
7738 2004-07-17  Eli Zaretskii  <eliz@gnu.org>
7739
7740         * gdb.texinfo (Edit): Fix markup of EDITOR and improve wording.
7741         (Search, Expressions, Arrays, Variables, Data, Machine Code)
7742         (Auto Display): Improve indexing.
7743
7744 2004-07-16  Andrew Cagney  <cagney@gnu.org>
7745
7746         * gdb.texinfo (Mode Options): Delete documentation on "-async" and
7747         "-noasync".
7748
7749 2004-07-09  Eli Zaretskii  <eliz@gnu.org>
7750
7751         * gdb.texinfo: Fix @kindex entries so that multiple commands that
7752         have the same prefix have only their prefix in the index.
7753
7754 2004-07-03  Mark Kettenis  <kettenis@gnu.org>
7755
7756         * gdb.texinfo (BSD libkvm Interface): New node (section)
7757         (Native): Add it to the menu.
7758
7759 2004-07-01  Mark Kettenis  <kettenis@gnu.org>
7760
7761         * gdbint.texinfo (Target Architecture Definition): Remove
7762         PCC_SOL_BROKEN.
7763
7764 2004-06-24  Mark Kettenis  <kettenis@gnu.org>
7765
7766         * gdbint.texinfo (Target Architecture Definition): Remove
7767         SUN_FIXED_LBRAC_BUG.
7768
7769 2004-06-26  Andrew Cagney  <cagney@gnu.org>
7770
7771         * gdbint.texinfo (Coding): Replace xasprintf with xstrprintf.
7772
7773 2004-06-20  Andrew Cagney  <cagney@gnu.org>
7774
7775         * gdbint.texinfo (Target Architecture Definition): Deprecate
7776         USE_STRUCT_CONVENTION.
7777
7778 2004-06-19  Michael Chastain  <mec.gnu@mindspring.com>
7779
7780         gdb.texinfo (Bug Reporting): Mention session recording,
7781         with the script command or Emacs.
7782
7783 2004-06-18  Andrew Cagney  <cagney@gnu.org>
7784
7785         * gdbint.texinfo (Target Architecture Definition): Deprecate
7786         FUNCTION_START_OFFSET.
7787
7788 2004-06-14  Andrew Cagney  <cagney@gnu.org>
7789
7790         Based on changes from Karl Berry.
7791         * gdb.texinfo: Do not use @sc in a direntry.
7792         * stabs.texinfo: Change @dircateogry to "Software development".
7793         * gdbint.texinfo, gdb.texinfo, annotate.texinfo: Ditto.
7794
7795 2004-06-13  Andrew Cagney  <cagney@gnu.org>
7796
7797         * gdbint.texinfo (Target Architecture Definition): Delete
7798         description of RETURN_VALUE_ON_STACK.
7799
7800 2004-06-09  Andrew Cagney  <cagney@gnu.org>
7801
7802         * gdbint.texinfo (Native Debugging): Restore "@table @code"
7803         deleted by previous patch.
7804
7805 2004-06-08  Andrew Cagney  <cagney@gnu.org>
7806
7807         * gdbint.texinfo (Native Debugging): Delete documentation on
7808         ATTACH_DETACH.
7809
7810 2004-06-06  Randolph Chung  <tausq@debian.org>
7811
7812         * gdb.texinfo (push_dummy_call): Use @code{struct value}.
7813
7814 2004-06-06  Randolph Chung  <tausq@debian.org>
7815
7816         * gdb.texinfo (push_dummy_call): Update argument list to match
7817         the new push_dummy_call method signature.  Describe the function
7818         argument.
7819
7820 2004-05-24  Joel Brobecker  <brobecker@gnat.com>
7821
7822         * gdb.texinfo (Starting): Document new start command.
7823
7824 2004-05-21  Andrew Cagney  <cagney@redhat.com>
7825
7826         * observer.texi (GDB Observers): Document "inferior_created".
7827
7828 2004-05-08  Andrew Cagney  <cagney@redhat.com>
7829
7830         * gdbint.texinfo (Target Architecture Definition): Delete
7831         description of DO_DEFERRED_STORES.
7832
7833         * gdbint.texinfo (Target Architecture Definition): Delete
7834         references to DEPRECATED_FIX_CALL_DUMMY.
7835
7836         * gdbint.texinfo (Target Architecture Definition): Delete
7837         description of DEPRECATED_CALL_DUMMY_WORDS,
7838         DEPRECATED_SIZEOF_CALL_DUMMY_WORDS, and CALL_DUMMY.
7839
7840         * gdbint.texinfo (Target Architecture Definition): Delete
7841         description of DEPRECATED_PUSH_DUMMY_FRAME.
7842
7843         * gdbint.texinfo (Target Architecture Definition): Delete
7844         reference to DEPRECATED_CALL_DUMMY_BREAKPOINT_OFFSET.
7845
7846 2004-05-07  Andrew Cagney  <cagney@redhat.com>
7847
7848         * observer.texi (GDB Observers): Add "Debugging" section.  Include
7849         cross reference to "set/show debug observer".
7850         * gdb.texinfo (Debugging Output): Document "set/show debug
7851         observer".
7852
7853 2004-05-01  Andrew Cagney  <cagney@redhat.com>
7854
7855         * gdbint.texinfo (Target Architecture Definition): Delete
7856         description of DEPRECATED_PC_IN_SIGTRAMP.
7857
7858 2004-04-30  Andrew Cagney  <cagney@redhat.com>
7859
7860         * gdbint.texinfo (Target Architecture Definition): Delete
7861         documentation for BELIEVE_PCC_PROMOTION_TYPE, no longer defined.
7862
7863 2004-04-30  Orjan Friberg  <orjanf@axis.com>
7864
7865         * observer.texi (GDB Observers): Correct spelling.
7866
7867 2004-04-26  Orjan Friberg  <orjanf@axis.com>
7868
7869         * observer.texi (GDB Observers): Add target_changed event.
7870
7871 2004-04-08  Andrew Cagney  <cagney@redhat.com>
7872
7873         * observer.texi (GDB Observers): Rework, provide generic observer
7874         definitions and then a list of observable events.
7875
7876 2004-04-04  Andrew Cagney  <cagney@redhat.com>
7877
7878         * gdbint.texinfo (Host Definition): Delete reference to
7879         NO_SIGINTERRUPT.
7880
7881 2004-04-02  Andrew Cagney  <cagney@redhat.com>
7882
7883         * gdbint.texinfo (Target Architecture Definition): Delete
7884         reference to DEPRECATED_CALL_DUMMY_LENGTH.
7885
7886 2004-03-28  Stephane Carrez  <stcarrez@nerim.fr>
7887
7888         * gdb.texinfo (TUI Commands): Document tui reg commands.
7889
7890 2004-03-26  Andrew Cagney  <cagney@redhat.com>
7891
7892         * gdb.texinfo (TUI): Delete reference to --enable-tui.  Mention
7893         "gdbtui".
7894         (Mode Options): Mention "gdbtui".  Use "Text" not "Terminal".
7895         (Contributors): Mention both Text and Terminal User Interface.
7896
7897 2004-03-23  Andrew Cagney  <cagney@redhat.com>
7898
7899         * gdbint.texinfo (Target Architecture Definition): Deprecate
7900         references to SIGTRAMP_START and SIGTRAMP_END.
7901
7902 2004-03-23  Andrew Cagney  <cagney@redhat.com>
7903
7904         * gdbint.texinfo (Target Architecture Definition): Deprecate
7905         references to PC_IN_SIGTRAMP.
7906
7907 2004-03-19  Andrew Cagney  <cagney@redhat.com>
7908
7909         * gdbint.texinfo (Target Architecture Definition): Delete
7910         reference to GDB_TARGET_IS_HPPA.
7911
7912 2004-03-18  Andrew Cagney  <cagney@redhat.com>
7913
7914         * gdbint.texinfo (Coding): Update section on gdbarch_data,
7915         describe pre_init and post_init.
7916
7917 2004-03-09  Daniel Jacobowitz  <drow@mvista.com>
7918
7919         * gdb.texinfo (Debugging Output): Document values for "set debug
7920         target".
7921
7922 2004-02-28  Andrew Cagney  <cagney@redhat.com>
7923
7924         * gdb.texinfo (Contributors): Mention GDB 6.1 release engineer.
7925
7926 2004-02-26  Jeff Johnston  <jjohnstn@redhat.com>
7927
7928         * gdb.texinfo (breakpoints): Add information about the
7929         new "set breakpoint pending" and "show breakpoint pending"
7930         commands.
7931
7932 2004-02-26  Andrew Cagney  <cagney@redhat.com>
7933
7934         * gdbint.texinfo (Coding): Document use of gdbarch_obstack_zalloc
7935         in Per-architecture module data section.
7936
7937 2004-02-25  Roland McGrath  <roland@redhat.com>
7938
7939         * gdb.texinfo (General Query Packets): Document qPart:... packets.
7940
7941 2004-02-24  Andrew Cagney  <cagney@redhat.com>
7942
7943         * annotate.texinfo: Wrap fdl.texi include in raise/lower sections.
7944         * gdb.texinfo, gdbint.texinfo, stabs.texinfo: Ditto.
7945         * fdl.texi: Import Version 1.2, November 2002.
7946
7947 2004-02-17  Andrew Cagney  <cagney@redhat.com>
7948
7949         * gdb.texinfo (Mode Options): Note that "mi1" is deprecated.
7950
7951 2004-02-16  Andrew Cagney  <cagney@redhat.com>
7952
7953         * gdbint.texinfo (Target Architecture Definition): Deprecate
7954         FRAMELESS_FUNCTION_INVOCATION.
7955
7956 2004-02-16  Andrew Cagney  <cagney@redhat.com>
7957
7958         * gdbint.texinfo (Coding): Mention -Wunused-function.
7959
7960 2004-02-14  Andrew Cagney  <cagney@redhat.com>
7961
7962         * gdbint.texinfo (Target Architecture Definition): Delete
7963         description of DEPRECATED_CALL_DUMMY_STACK_ADJUST.
7964
7965 2004-02-12  Elena Zannoni  <ezannoni@redhat.com>
7966
7967         * gdb.texinfo: Properly quote the name "C++".
7968         * gdbint.texinfo: Ditto.
7969         * stabs.texinfo: Ditto.
7970
7971 2004-02-11  Elena Zannoni  <ezannoni@redhat.com>
7972
7973         * gdbint.texinfo (Support Libraries): Add doco about obstacks and
7974         minimal information about libiberty.
7975
7976 2004-02-06  Michael Chastain  <mec.gnu@mindspring.com>
7977
7978         * gdb.texinfo (Auxiliary Vector): Fix thinko with @value{GDBN}.
7979
7980 2004-02-04  Roland McGrath  <roland@redhat.com>
7981
7982         * gdb.texinfo (Auxiliary Vector): New node (section).
7983         (Data): Add it to the menu.
7984
7985 2004-02-02  Jeff Johnston  <jjohnstn@redhat.com>
7986
7987         * gdb.texinfo (Breakpoints): Add information about pending
7988         breakpoint support.
7989
7990 2004-01-26  Andrew Cagney  <cagney@redhat.com>
7991
7992         * gdb.texinfo (Overview): Delete references to the cisco protocol
7993         including the "N" response.
7994
7995 2004-01-26  Andrew Cagney  <cagney@redhat.com>
7996
7997         * gdbint.texinfo (Target Architecture Definition): Rename
7998         EXTRACT_STRUCT_VALUE_ADDRESS to
7999         DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS.
8000
8001 2004-01-24  Eli Zaretskii  <eliz@gnu.org>
8002
8003         * gdb.texinfo (KOD): Document "show os".  Add index entries for
8004         "set/show os" and "info cisco" commands.
8005
8006 2004-01-21  Eli Zaretskii  <eliz@gnu.org>
8007
8008         * Makefile.in (install-info): Prepend $(DESTDIR) to $(infodir).
8009
8010 2004-01-19  Michael Chastain  <mec.gnu@mindspring.com>
8011
8012         * gdbint.texinfo: Delete USE_MMALLOC, NO_MMCHECK, MMCHECK_FORCE,
8013         MMAP_BASE_ADDRESS, MMAP_INCREMENT.
8014
8015 2004-01-19  Nick Roberts  <nick@nick.uklinux.net>
8016
8017         * gdb.texinfo (GDB/MI Stack Manipulation): Describe extension to
8018         -stack-list-locals.
8019         (GDB/MI Variable Objects): Describe extension to
8020         -var-list-children.
8021
8022 2004-01-17  Daniel Jacobowitz  <drow@mvista.com>
8023
8024         * gdbint.texinfo (DECR_PC_AFTER_HW_BREAK): Don't document.
8025
8026 2004-01-17  Andrew Cagney  <cagney@redhat.com>
8027
8028         * gdbint.texinfo (Target Architecture Definition): Delete
8029         documentation on DEPRECATED_NPC_REGNUM.
8030
8031 2004-01-13  Daniel Jacobowitz  <drow@mvista.com>
8032
8033         * gdb.texinfo: Update copyright year.  Mention that set
8034         follow-fork-mode is supported on GNU/Linux.  Remove documentation of
8035         "set follow-fork-mode ask".
8036
8037 2004-01-13  Andrew Cagney  <cagney@redhat.com>
8038
8039         * gdbint.texinfo: Update copyright year.
8040         (Coding): Add -Wunused-label to list of -Werror warnings.
8041
8042 2004-01-08  Jason Molenda  <jmolenda@apple.com>
8043             Eli Zaretskii  <eliz@gnu.org>
8044
8045         * gdb.texinfo: Update copyright.
8046         (Objective-C): "methodName" typeo fixed.  Add @code/@var markup
8047         around names, as appropriate.  Minor syntax cleanup of
8048         _NSPrintForDebugger explanation.  Two spaces after periods.
8049         GDBN used instead of lit. "gdb".  Index entries added for
8050         print-object and _NSPrintForDebugger.  @noindent added in one spot.
8051
8052 2003-11-11  Elena Zannoni  <ezannoni@redhat.com>
8053
8054         * stabs.texinfo: Add dircategory and direntry commands.
8055         * annotate.texinfo: Ditto.
8056
8057 2003-11-10  Andrew Cagney  <cagney@redhat.com>
8058
8059         * gdbint.texinfo (Target Architecture Definition): Replace the
8060         return_value method's "inval" and "outval" parameters with
8061         "readbuf" and "writebuf".
8062
8063 2003-10-28  Jim Blandy  <jimb@redhat.com>
8064
8065         * gdb.texinfo (The F request packet, The F reply packet): Renamed
8066         from "The `F' request packet" and "The `F' reply packet", to make
8067         texi2dvi happy.
8068         (File-I/O remote protocol extension): Update menu entries, too.
8069
8070 2003-10-26  Michael Chastain  <mec@shout.net>
8071
8072         * gdb.texinfo (Thread Stops): Document the issue with
8073         premature return from system calls in multi-threaded programs.
8074
8075 2003-10-24  Andrew Cagney  <cagney@redhat.com>
8076
8077         * annotate.texinfo: Fix "fortunatly"[sic].
8078
8079 2003-10-23  Kei Sakamoto  <sakamoto.kei@renesas.com>
8080
8081         * gdb.texinfo (Contributors to GDB): Replace "Renesas"
8082         with "Hitachi" and "Mitsubishi".
8083
8084 2003-10-20  Andrew Cagney  <cagney@redhat.com>
8085
8086         * gdbint.texinfo (Target Architecture Definition): Document
8087         gdbarch_return_value.  Add cross references from
8088         USE_STRUCT_CONVENTION, EXTRACT_RETURN_VALUE, and
8089         STORE_RETURN_VALUE, and from/to EXTRACT_STRUCT_VALUE_ADDRESS.
8090
8091 2003-10-18  Mark Kettenis  <kettenis@gnu.org>
8092
8093         * gdbint.texinfo (Target Architecture Definition): Document
8094         regset_from_core_section.
8095
8096 2003-10-16  Kei Sakamot Sakamoto  <sakamoto.kei@renesas.com>
8097
8098         * gdb.texinfo (M32R/D): Mention m32rsdi target.
8099
8100 2003-10-15  Kevin Buettner  <kevinb@redhat.com>
8101
8102         From Anthony Green  <green@redhat.com>:
8103         * gdb.texinfo (Breakpoints related warnings): Insert into menu.
8104
8105 2003-10-14  Kevin Buettner  <kevinb@redhat.com>
8106
8107         * gdb.texinfo (Breakpoint related warnings): New node.
8108         * gdbint.texinfo (ADJUST_BREAKPOINT_ADDRESS): Document.
8109
8110 2003-10-13  Daniel Jacobowitz  <drow@mvista.com>
8111
8112         * gdb.texinfo (Remote Protocol): Document v and vCont.
8113
8114 2003-10-10  Kei Sakamoto  <sakamoto.kei@renesas.com>
8115
8116         * gdb.texinfo: Replace "Hitachi" and "Mitsubishi" with "Renesas".
8117         * gdbint.texinfo: Ditto.
8118
8119 2003-10-09  Andrew Cagney  <cagney@redhat.com>
8120
8121         From 2003-09-18 David Anderson <davea@sgi.com>:
8122         * gdb.texinfo (GDB/MI Symbol Query): Replace "comamnd" with
8123         "command".
8124
8125 2003-10-03  Andrew Cagney  <cagney@redhat.com>
8126
8127         * gdbint.texinfo (Target Architecture Definition): Deprecate
8128         IBM6000_TARGET.  Mention that it implies an RS/6000 system and not
8129         just target.
8130
8131 2003-10-02  Andrew Cagney  <cagney@redhat.com>
8132
8133         * gdbint.texinfo (Target Architecture Definition): Rename
8134         REGISTER_RAW_SIZE to DEPRECATED_REGISTER_RAW_SIZE.
8135         * gdb.texinfo (Packets, Stop Reply Packets): Ditto.
8136         * gdbint.texinfo (Target Architecture Definition): Rename
8137
8138 2003-09-30  Andrew Cagney  <cagney@redhat.com>
8139
8140         REGISTER_VIRTUAL_SIZE to DEPRECATED_REGISTER_VIRTUAL_SIZE.
8141         (Target Architecture Definition):
8142
8143         * gdbint.texinfo (Target Architecture Definition): Rename
8144         REGISTER_VIRTUAL_TYPE to DEPRECATED_REGISTER_VIRTUAL_TYPE.
8145
8146 2003-09-29  Andrew Cagney  <cagney@redhat.com>
8147
8148         * gdbint.texinfo (Target Architecture Definition): Delete
8149         documentation for NEED_TEXT_START_END.
8150
8151         * gdbint.texinfo (Target Architecture Definition): Rename
8152         NPC_REGNUM to DEPRECATED_NPC_REGNUM.  Add cross reference to
8153         TARGET_WRITE_PC.
8154
8155 2003-09-22  Michael Chastain  <mec@shout.net>
8156
8157         * gdbint.texinfo (Testsuite Organization): Change gdb.c++ to gdb.cp.
8158
8159 2003-09-21  Anthony Green  <green@redhat.com>
8160
8161         * gdbint.texinfo (Target Architecture Definition): Fix typos.
8162
8163 2003-09-21  Mark Kettenis  <kettenis@gnu.org>
8164
8165         * gdbint.texinfo (Target Architecture Definition): Document
8166         stabs_argument_has_addr.
8167
8168 2003-09-18  Andrew Cagney  <cagney@redhat.com>
8169
8170         * gdbint.texinfo (Target Architecture Definition): Delete
8171         documentation on REGISTER_NAMES.
8172
8173 2003-09-13  Mark Kettenis  <kettenis@gnu.org>
8174
8175         * gdbint.texinfo (Target Architecture Definition): Replace
8176         REG_STRUCT_HAS_ADDR with DEPRECATED_REG_STRUCT_HAS_ADDR.
8177
8178 2003-09-11  Andrew Cagney  <cagney@redhat.com>
8179
8180         * gdbint.texinfo (Target Architecture Definition): Replace
8181         STACK_ALIGN with DEPRECATED_STACK_ALIGN.
8182
8183 2003-08-18  Andrew Cagney  <cagney@redhat.com>
8184
8185         * gdbint.texinfo (Target Architecture Definition): Document
8186         "frame_red_zone_size".
8187
8188 2003-08-09  Andrew Cagney  <cagney@redhat.com>
8189
8190         * gdb.texinfo (Backtrace): Replace "set/show backtrace-below-main"
8191         with "set/show backtrace past-main" and "set/show backtrace
8192         limit".
8193
8194 2003-08-08  H.J. Lu  <hongjiu.lu@intel.com>
8195
8196         * Makefile.in (install-info): Support DESTDIR.
8197         (install-html): Likewise.
8198
8199 2003-08-07  Andrew Cagney  <cagney@redhat.com>
8200
8201         Patch from Nick Roberts.
8202         * gdb.texinfo (Using GDB under GNU Emacs): Fix/update key
8203         bindings.  Remove description of send-gdb-command.
8204
8205 2003-08-07  Andrew Cagney  <cagney@redhat.com>
8206
8207         * gdb.texinfo (Mode Options): Mention that "mi2" was included in
8208         GDB 6.0.
8209
8210 2003-08-06  Andrew Cagney  <cagney@redhat.com>
8211
8212         * gdb.texinfo (Mode Options): Mention that level three is the
8213         highest available and that level 2 is deprecated.
8214         (Annotations Overview): Mention annotation levels. Cross reference
8215         to "Limitations of the Annotation Interface" in annotate.texi.
8216         (TODO, Value Annotations, Frame Annotations): Delete section.
8217         (Displays, Breakpoint Info): Delete.
8218
8219 2003-08-04  Andrew Cagney  <cagney@redhat.com>
8220
8221         * agentexpr.texi: Delete @bye.
8222         * Makefile.in (STABS_DOC_SOURCE_INCLUDES): Add "fdl.texi"
8223         (stabs.info): Add $(srcdir) to include search path.
8224         (html): Depend on "annotate_toc.html", and not "annotate.html".
8225         * stabs.texinfo: Ditto.  Include "fdl.texi".
8226         * gdbint.texinfo: Update copyright statement's list of invariant
8227         sections.
8228
8229 2003-07-28  Andrew Cagney  <cagney@redhat.com>
8230
8231         * Makefile.in (INFO_DEPS): Add annotate.info.
8232         (dvi, ps, html, pdf): Add annotate.
8233         (ANNOTATE_DOC_SOURCE_INCLUDES): New macro.
8234         (ANNOTATE_DOC_BUILD_INCLUDES): New macro.
8235         (ANNOTATE_DOC_FILES): New macro.
8236         (ANNOTATE_TEX_TMPS): New macro.
8237         (annotate.info, annotate_toc.html): Specify dependencies.
8238         (annotate.ps, annotate.pdf, annotate.dvi): Ditto.
8239         * annotate.texinfo: Rename annotate.texi.  Get building.  Add
8240         "Migrating to GDB/MI" and "Limitations of the Annotation
8241         Interface" chapters.  Mention why it is not part of the user
8242         guide.  Update copyright notice.  Include "fdl.texi".
8243
8244 2003-07-26  Stephane Carrez  <stcarrez@nerim.fr>
8245
8246         * gdb.texinfo (TUI Keys): Document C-x o key to switch active window.
8247
8248 2003-07-24  Daniel Jacobowitz  <drow@mvista.com>
8249
8250         * gdbint.texinfo (libgdb components): Correct a GDB to GDBN.
8251
8252 2003-07-24  Daniel Jacobowitz  <drow@mvista.com>
8253
8254         * gdb.texinfo (Server): Mention pidof.
8255
8256 2003-07-22  Andrew Cagney  <cagney@redhat.com>
8257
8258         * gdbint.texinfo (Coding): Add -Wformat-nonliteral to -Werror
8259         list.
8260
8261 2003-06-28  Daniel Jacobowitz  <drow@mvista.com>
8262
8263         * gdb.texinfo (Logging output): New chapter.
8264
8265 2003-06-24  Joel Brobecker  <brobecker@gnat.com>
8266
8267         * gdb.texinfo (Unsupported languages): New section.
8268         (Languages): Add link to new section.
8269
8270 2003-06-22  Andrew Cagney  <cagney@redhat.com>
8271
8272         * gdb.texinfo (Contributors): Mention 6.0 release engineer.
8273
8274 2003-06-22  Daniel Jacobowitz  <drow@mvista.com>
8275
8276         * gdbint.texinfo (Coding): Clarify use of gdb_XXX.h headers.
8277
8278 2003-06-22  Daniel Jacobowitz  <drow@mvista.com>
8279
8280         * Makefile.in (SFILES_INCLUDED): Add agentexpr.texi.
8281         * agentexpr.texi: Retitle section, and change it to an appendix.
8282         Comment out texinfo initialization.  Factor a @var{} into two
8283         pieces to prevent makeinfo warnings.
8284         * gdb.texinfo: Add Agent Expressions appendix.
8285
8286 2003-06-19  Daniel Jacobowitz  <drow@mvista.com>
8287
8288         * gdbint.texinfo (Native Conditionals): Remove PREPARE_TO_PROCEED.
8289
8290 2003-06-18  Daniel Jacobowitz  <drow@mvista.com>
8291
8292         * gdb.texinfo (Remote Debugging): New section "Connecting to a
8293         remote target".  Document the "detach" and "disconnect" commands.
8294         (Server, Netware, Debug Session): Reference "Connecting to a
8295         remote target".
8296         (GDB/MI Target Manipulation): Document "-target-disconnect".
8297
8298 2003-06-13  Andrew Cagney  <cagney@redhat.com>
8299
8300         * gdbint.texinfo (Target Architecture Definition): Deprecate
8301         REMOTE_BREAKPOINT, LITTLE_REMOTE_BREAKPOINT, and
8302         BIG_REMOTE_BREAKPOINT.  Cross reference BREAKPOINT_FROM_PC.
8303
8304 2003-06-09  Jim Blandy  <jimb@redhat.com>
8305
8306         * gdb.texinfo (Separate Debug Files): Remove extra semicolon.
8307
8308 2003-06-08  Andrew Cagney  <cagney@redhat.com>
8309
8310         * gdbint.texinfo (Target Architecture Definition): Delete
8311         documentation on FRAME_ARGS_ADDRESS_CORRECT.
8312
8313 2003-06-08  Andrew Cagney  <cagney@redhat.com>
8314
8315         * gdbint.texinfo (Target Architecture Definition): Document
8316         "unwind_sp".  Cross reference "unwind_sp" and TARGET_READ_SP.
8317
8318 2003-06-07  Adam Fedor  <fedor@gnu.org>
8319
8320         * gdb.texinfo: Add Objective-C documentation.
8321
8322 2003-06-01  Andrew Cagney  <cagney@redhat.com>
8323
8324         * gdbint.texinfo (Target Architecture Definition): Add "func_addr"
8325         parameter to "push_dummy_call".  Rename "dummy_addr" to "bp_addr".
8326
8327 2003-05-21  Andrew Cagney  <cagney@redhat.com>
8328
8329         * gdbint.texinfo (Target Architecture Definition): Delete
8330         references to "extract_address" and "store_address".
8331
8332 2003-05-16  Andrew Cagney  <cagney@redhat.com>
8333
8334         * gdbint.texinfo (Target Architecture Definition): Replace
8335         REGISTER_BYTES with DEPRECATED_REGISTER_BYTES.  Fix typo,
8336         DEPRECATED_REGISTER_SIZE instead of REGISTER_BYTE.
8337
8338 2003-05-14  Theodore A. Roth  <troth@openavr.org>
8339
8340         * gdbint.texinfo (Breakpoint Handling): Correct a double negative.
8341
8342 2003-05-10  H.J. Lu <hongjiu.lu@intel.com>
8343
8344         * Makefile.in (gdb-cfg.texi): Replace $$LN_S with $(LN_S).
8345         (gdb.dvi): Likewise.
8346         (gdb.pdf): Likewise.
8347         (links2roff): Likewise.
8348
8349 2003-05-08  Jim Blandy  <jimb@redhat.com>
8350
8351         * gdb.texinfo (Dump/Restore Files): Update documentation for
8352         'dump', 'append', and 'restore': note that format argument is
8353         optional; simplify presentation of the command variants; and be
8354         more precise about the formats.
8355
8356 2003-05-07  Jim Blandy  <jimb@redhat.com>
8357
8358         * gdb.texinfo (Symbols): Update documentation: 'maint list
8359         symtabs' and 'maint list psymtabs' have been renamed 'maint info
8360         symtabs' and 'maint info psymtabs'.
8361
8362 2003-05-05  Andrew Cagney  <cagney@redhat.com>
8363
8364         * gdbint.texinfo (Target Architecture Definition): Make
8365         CALL_DUMMY_WORDS, SIZEOF_CALL_DUMMY_WORDS, CALL_DUMMY_LENGTH,
8366         FIX_CALL_DUMMY, CALL_DUMMY_BREAKPOINT_OFFSET and
8367         CALL_DUMMY_BREAKPOINT_OFFSET deprecated.
8368
8369 2003-05-04  Andrew Cagney  <cagney@redhat.com>
8370
8371         * gdb.texinfo (Maintenance Commands): Document "maint print
8372         dummy-frames".
8373
8374 2003-05-04  Andrew Cagney  <cagney@redhat.com>
8375
8376         * gdb.texinfo (GDB/MI Symbol Query): Use @{ and @}.
8377
8378 2003-05-03  J. Brobecker  <brobecker@gnat.com>
8379
8380         Thierry Schneider  <tpschneider1@yahoo.com>
8381         * gdb.texinfo (section GDB/MI Symbol Query): Add documentation
8382         for new MI command.
8383
8384 2003-05-03  Andrew Cagney  <cagney@redhat.com>
8385
8386         * gdbint.texinfo (Target Architecture Definition): Document
8387         push_dummy_code.  Add cross references.
8388
8389 2003-05-02  Elena Zannoni  <ezannoni@redhat.com>
8390
8391         * gdb.texinfo (Character Sets): Update to reflect new behavior of
8392         set/show charsets commands.
8393
8394 2003-04-28  Andrew Cagney  <cagney@redhat.com>
8395
8396         * gdbint.texinfo (Target Architecture Definition): Replace
8397         read_fp, TARGET_READ_FP and FP_REGNUM, with deprecated_read_fp,
8398         DEPRECATED_TARGET_READ_FP and DEPRECATED_REGNUM.
8399
8400 2003-04-28  Andrew Cagney  <cagney@redhat.com>
8401
8402         * gdbint.texinfo (Target Architecture Definition): Rename
8403         "tm_print_insn" to "deprecated_tm_print_insn".
8404
8405 2003-04-09  Jim Blandy  <jimb@redhat.com>
8406
8407         * gdb.texinfo (Symbols): Document 'maint list symtabs' and 'maint
8408         list psymtabs'.
8409
8410 2003-04-08  Andrew Cagney  <cagney@redhat.com>
8411
8412         * gdbint.texinfo (Target Architecture Definition): Delete
8413         references to EXTRA_FRAME_INFO.
8414
8415 2003-04-08  Andrew Cagney  <cagney@redhat.com>
8416
8417         * gdbint.texinfo (Target Architecture Definition): Delete
8418         PRINT_TYPELESS_INTEGER.
8419
8420 2003-04-02  J. Brobecker  <brobecker@gnat.com>
8421
8422         * observer.texi (GDB Observers): Adjust the documentation for the
8423         normal_stop notification to better describe reality. Fix a couple
8424         of minor typos.
8425
8426 2003-04-02  Bob Rossi  <bob_rossi@cox.net>
8427
8428         * gdb.texinfo (GDB/MI Program Control): Add
8429         '-file-list-exec-source-file'
8430
8431 2003-03-31  Andrew Cagney  <cagney@redhat.com>
8432
8433         * gdbint.texinfo (Target Architecture Definition): Delete
8434         references to CALL_DUMMY_P.
8435
8436 2003-03-30  Andrew Cagney  <cagney@redhat.com>
8437
8438         * gdbint.texinfo (Target Architecture Definition): Remove
8439         reference to TARGET_WRITE_SP.
8440
8441 2003-03-27  Andrew Cagney  <cagney@redhat.com>
8442
8443         * gdbint.texinfo (Target Architecture Definition): Remove
8444         references to write_sp.
8445
8446 2003-03-27  Andrew Cagney  <cagney@redhat.com>
8447
8448         * gdb.texinfo (GDB/MI Variable Objects): Replace @include with
8449         chapter body.  Use @smallexample instead of @example.
8450         (Annotations): Ditto.
8451         * Makefile.in (GDB_DOC_SOURCE_INCLUDES): Remove gdbmi.texinfo and
8452         annotate.texi.
8453
8454 2003-03-26  Andrew Cagney  <cagney@redhat.com>
8455
8456         * gdbint.texinfo (Target Architecture Definition): Replace
8457         PUSH_ARGUMENTS with push_dummy_call, add gdbarch, regcache and
8458         dummy_addr parameters.
8459
8460 2003-03-25  Andrew Cagney  <cagney@redhat.com>
8461
8462         * gdbint.texinfo (Target Architecture Definition): Delete
8463         reference to CALL_DUMMY_STACK_ADJUST_P.  Rename
8464         CALL_DUMMY_STACK_ADJUST to DEPRECATED_CALL_DUMMY_STACK_ADJUST.
8465         Add reference to PUSH_ARGUMENTS.
8466
8467 2003-03-23  Andrew Cagney  <cagney@redhat.com>
8468
8469         * gdbint.texinfo (Algorithms, Target Architecture Definition):
8470         Deprecate FRAME_CHAIN and FRAME_CHAIN_VALID.
8471
8472 2003-03-18  J. Brobecker  <brobecker@gnat.com>
8473
8474         * gdbint.texinfo (Algorithms): Add new section describing the
8475         Observer paradigm.
8476         (Top): Add menu entry to new observer appendix.
8477         * observer.texi: New file.
8478         * Makefile.in (GDBINT_DOC_SOURCE_INCLUDES): Add dependency on
8479         new observer.texi file.
8480
8481 2003-03-17  Andrew Cagney  <cagney@redhat.com>
8482
8483         * gdb.texinfo (DATE): Delete.  Remove date from titles.  Mention
8484         that GNU Press update the manual version number.
8485
8486 2003-03-12  Andrew Cagney  <cagney@redhat.com>
8487
8488         * gdbint.texinfo (Target Architecture Definition): Delete
8489         references to get_saved_register.  Rename GET_SAVED_REGISTER to
8490         DEPRECATED_GET_SAVED_REGISTER.
8491
8492 2003-03-13  Andrew Cagney  <cagney@redhat.com>
8493
8494         * gdbint.texinfo (Target Architecture Definition): Replace
8495         POP_FRAME with DEPRECATED_POP_FRAME.  Update description.
8496
8497 2003-03-12  Andrew Cagney  <cagney@redhat.com>
8498
8499         * gdbint.texinfo (Target Architecture Definition): Rename
8500         FRAME_SAVED_PC to DEPRECATED_FRAME_SAVED_PC.
8501
8502 2003-03-10  Corinna Vinschen  <vinschen@redhat.com>
8503
8504         * gdb.texinfo: Add File-I/O documentation.
8505
8506 2003-03-10  Andrew Cagney  <cagney@redhat.com>
8507
8508         * gdbint.texinfo (Target Architecture Definition): Cross reference
8509         FRAME_SAVED_PC to unwind_pc.  Document unwind_pc.
8510
8511 2003-03-07  Andrew Cagney  <cagney@redhat.com>
8512
8513         * gdb.texinfo (Debugging Output): Mention the "set/show debug
8514         frame" command.
8515
8516 2003-03-05  Andrew Cagney  <cagney@redhat.com>
8517
8518         * gdbint.texinfo (Target Architecture Definition): Document
8519         unwind_dummy_id.  Cross reference unwind_dummy_id and
8520         SAVE_DUMMY_FRAME_TOS.
8521
8522 2003-03-05  James Ingham <jingham@apple.com>
8523             Daniel Jacobowitz  <drow@mvista.com>
8524
8525         * gdb.texinfo (Configuring the current ABI): Document "set cp-abi"
8526         and "show cp-abi".
8527
8528 2003-03-03  Andrew Cagney  <cagney@redhat.com>
8529
8530         * gdbint.texinfo (Target Architecture Definition): Document
8531         register_type.
8532
8533 2003-03-03  Andrew Cagney  <cagney@redhat.com>
8534
8535         * stabs.texinfo (Structures): Use @samp and separate @var's
8536         instead of a single @var containing a comma separated list.
8537         (Unions): Ditto.
8538
8539 2003-03-02  Daniel Jacobowitz  <drow@mvista.com>
8540
8541         * Makefile.in (distclean): Remove config.log.
8542
8543 2003-03-01  Andrew Cagney  <cagney@redhat.com>
8544
8545         * gdbint.texinfo (Target Architecture Definition): Rename
8546         FRAME_INIT_SAVED_REGS to DEPRECATED_FRAME_INIT_SAVED_REGS.
8547
8548 2003-03-01  Andrew Cagney  <cagney@redhat.com>
8549
8550         * gdbint.texinfo: Rename INIT_EXTRA_FRAME_INFO to
8551         DEPRECATED_INIT_EXTRA_FRAME_INFO.
8552
8553 2003-02-23  Raoul Gough  <RaoulGough@yahoo.co.uk>
8554
8555         * gdb.texinfo (Cygwin Native): Links to Non-debug DLL symbols.
8556         (Non-debug DLL symbols): New node, describing the minimal symbols
8557         loaded from DLLs without real debugging symbols.
8558
8559 2003-02-20  Andrew Cagney  <ac131313@redhat.com>
8560
8561         * gdb.texinfo (Set Breaks): Add cross reference to "set remote
8562         hardware-breakpoint-limit".
8563         (Set Watchpoints): Add cross reference to "set remote
8564         hardware-watchpoint-limit".
8565         (Remote configuration options): New section.
8566
8567 2003-02-04  Andrew Cagney  <ac131313@redhat.com>
8568
8569         * gdbint.texinfo (Target Architecture Definition): Delete
8570         descrption of IS_TRAPPED_INTERNALVAR.
8571
8572         From Keith Seitz <keiths@redhat.com>:
8573         * gdb.texinfo (Interpreters): New chapter.  Refer the command-line
8574         option "-i"/"--interpreter" to this chapter.  Include index
8575         entries.
8576
8577 2003-02-04  David Carlton  <carlton@math.stanford.edu>
8578
8579         * gdb.texinfo (C@t{++}): Recommend DWARF 2, then stabs+.
8580         (Variables): Recommend stabs+ and DWARF 2.
8581         (C plus plus expressions): Correct info about
8582         compiler versions, debug formats.
8583         (Contributors): Change 'DWARF2' to 'DWARF 2'.
8584         PR symtab/874.
8585
8586 2003-02-01  Andrew Cagney  <ac131313@redhat.com>
8587
8588         * gdbint.texinfo (Target Architecture Definition): Delete
8589         description of ADDITIONAL_OPTIONS, ADDITIONAL_OPTION_CASES,
8590         ADDITIONAL_OPTION_HANDLER, and ADDITIONAL_OPTION_HELP, and
8591         BEFORE_MAIN_LOOP_HOOK, and DBX_PARM_SYMBOL_CLASS along with
8592         references to nindy and i960.
8593         * gdb.texinfo (i960): Delete all references to i960 and nindy.
8594
8595 2003-02-01  Andrew Cagney  <ac131313@redhat.com>
8596
8597         * gdbint.texinfo (Target Architecture Definition): Delete
8598         FLOAT_INFO.
8599
8600 2003-01-30  Andrew Cagney  <ac131313@redhat.com>
8601
8602         * stabs.texinfo (Member Type Descriptor): Clarify description of
8603         `@'.  Suggested by Ben Hutchings.
8604
8605 2003-01-29  Andrew Cagney  <ac131313@redhat.com>
8606
8607         * gdb.texinfo (M68K): Delete reference to es1800.
8608
8609 2003-01-29  Andrew Cagney  <ac131313@redhat.com>
8610
8611         * gdb.texinfo (Maintenance Commands): Document `maint print
8612         reggroups' and `maint print register-groups'.
8613         * gdbint.texinfo (Target Architecture Definition): Document
8614         register_reggroup_p.
8615
8616 2003-01-23  Jim Blandy  <jimb@redhat.com>
8617
8618         * gdb.texinfo (Separate Debug Files): New section.
8619
8620 2003-01-22  Daniel Jacobowitz  <drow@mvista.com>
8621
8622         * gdb.texinfo (Maintenance Commands): Add "maint set profile"
8623         and "maint show profile".
8624
8625 2003-01-16  Michael Chastain  <mec@shout.net>
8626
8627         * gdb.texinfo (Installing GDB): Warn against
8628         ".../gdb-VERSION/gdb/configure".
8629         (Separate Objdir): Likewise.
8630
8631 2003-01-15  Andrew Cagney  <ac131313@redhat.com>
8632
8633         * gdbint.texinfo (Target Architecture Definition): Delete
8634         definition of PRINT_REGISTER_HOOK.
8635
8636 2003-01-15  Elena Zannoni  <ezannoni@redhat.com>
8637
8638         (OpenRISC 1000): Fix formatting of command names.
8639
8640 2003-01-15  Elena Zannoni  <ezannoni@redhat.com>
8641
8642         * gdb.texinfo (Continuing and Stepping): Add new command
8643         'advance'. Clarify behavior of 'until'.
8644
8645 2003-01-13  Daniel Jacobowitz  <drow@mvista.com>
8646
8647         * gdb.texinfo (Files): Document solib-absolute-prefix and
8648         solib-search-path.
8649
8650 2003-01-09  Michael Chastain  <mec@shout.net>
8651
8652         * gdbint.texinfo (Configuring @value{GDBN} for Release): Delete.
8653         (Create a Release): Add new instructions for new @file{src-release}.
8654         Document existing instructions for @file{Makefile.in} as
8655         being for @value{GDBN} 5.3.1 or earlier.
8656
8657 2003-01-09  Andrew Cagney  <ac131313@redhat.com>
8658
8659         * gdbint.texinfo (Target Architecture Definition): Mention
8660         frame_saved_regs_zalloc and frame_extra_info_zalloc as the way to
8661         allocate memory.
8662
8663 2003-01-04  Daniel Jacobowitz  <drow@mvista.com>
8664
8665         * gdb.texinfo (Controlling GDB): Add @kindex for
8666         "show osabi".
8667         (Backtraces): Add @kindex's for backtrace-below-main.
8668
8669 2003-01-04  Daniel Jacobowitz  <drow@mvista.com>
8670
8671         * gdb.texinfo (Controlling GDB): Document "set osabi".
8672
8673 2003-01-04  Daniel Jacobowitz  <drow@mvista.com>
8674
8675         * gdb.texinfo (Backtraces): Document "set backtrace-below-main".
8676         * gdbint.texinfo (FRAME_CHAIN_VALID): Update documentation.
8677
8678 2003-01-04  Daniel Jacobowitz  <drow@mvista.com>
8679
8680         * gdb.texinfo (Controlling GDB): Add ABI section.  Document
8681         "set coerce-float-to-double".
8682         * gdbint.texinfo (COERCE_FLOAT_TO_DOUBLE): Remove documentation.
8683
8684 2003-01-02  Andrew Cagney  <ac131313@redhat.com>
8685
8686         * stabs.texinfo: Remove obsolete text.
8687         * gdbint.texinfo: Ditto.
8688         * gdb.texinfo: Ditto.
8689
8690 2002-12-22  Mark Kettenis  <kettenis@gnu.org>
8691
8692         * gdbint.texinfo (Target Architecture Definition): Update
8693         description of gdbarch_register_osabi.
8694
8695 2002-12-20  Kazu Hirata  <kazu@cs.umass.edu>
8696
8697         * agentexpr.texi: Fix typos.
8698         * annotate.texi: Likewise.
8699         * fdl.texi: Likewise.
8700
8701 2002-12-10  Andrew Cagney  <cagney@redhat.com>
8702
8703         * gdbint.texinfo (Algorithms): Replace INIT_FRAME_PC with
8704         DEPRECATED_INIT_FRAME_PC.
8705
8706 2002-12-01  Andrew Cagney  <ac131313@redhat.com>
8707
8708         * gdbint.texinfo (Target Architecture Definition): Delete
8709         PC_IN_CALL_DUMMY.
8710
8711 2002-11-28  Andrew Cagney  <ac131313@redhat.com>
8712
8713         * gdbint.texinfo (Host Definition): Delete documentation on
8714         USE_GENERIC_DUMMY_FRAMES.
8715
8716 2002-11-26  Elena Zannoni  <ezannoni@redhat.com>
8717
8718         Fix PR gdb/723 and PR gdb/245.
8719         * Makefile.in (install-info): Run the install-info command as part
8720         of the post install steps only.
8721         (uninstall-info): New target.
8722         (uninstall): New target.
8723
8724 2002-11-22  Elena Zannoni  <ezannoni@redhat.com>
8725
8726         * Makefile.in (install): Make install do some real work.
8727
8728 2002-11-19  Andrew Cagney  <ac131313@redhat.com>
8729
8730         Fix POSIX problem reported by Paul Eggert.
8731         * Makefile.in (GDBvn.texi): Use `sed q' instead of `head -1'.
8732         Fix PR gdb/527.
8733
8734 2002-10-26  Andrew Cagney  <cagney@redhat.com>
8735
8736         * gdbint.texinfo (Target Architecture Definition): Delete
8737         definition of DO_REGISTERS_INFO.
8738
8739 2002-10-18  Kevin Buettner  <kevinb@redhat.com>
8740
8741         * gdbint.texinfo (Address Classes): Fix problems with insertion
8742         of ``{'' and ``}'' in example.
8743
8744 2002-10-17  Kevin Buettner  <kevinb@redhat.com>
8745
8746         * gdbint.texinfo (Address Classes): New section.
8747         (Target Conditionals): Document ADDRESS_CLASS_NAME_TO_TYPE_FLAGS,
8748         ADDRESS_CLASS_NAME_TO_TYPE_FLAGS_P, ADDRESS_CLASS_TYPE_FLAGS,
8749         ADDRESS_CLASS_TYPE_FLAGS_P, ADDRESS_CLASS_TYPE_FLAGS_TO_NAME, and
8750         ADDRESS_CLASS_TYPE_FLAGS_TO_NAME_P.
8751
8752 2002-10-11  Klee Dienes  <kdienes@apple.com>
8753
8754         * gdb.texinfo (Registers): Mention vector registers as well as
8755         floating registers in the documentation for 'info registers' and
8756         'info all-registers'.
8757
8758 2002-10-11  Daniel Jacobowitz  <drow@mvista.com>
8759
8760         * gdbint.texinfo (CPLUS_MARKER): Remove item.
8761
8762 2002-10-03  Jeff Johnston  <jjohnstn@redhat.com>
8763
8764         * gdbint.texinfo (Item Output Functions): Add new ui_out_field_fmt_int
8765         interface definition.
8766
8767 2002-10-03  Marko Mlinar   <markom@opencores.org>
8768
8769         * gdb.texinfo (Target Commands): Add or1k target specific
8770         commands.
8771         * gdb.texinfo (Contributors): Add myself to the contributors list.
8772
8773 2002-10-01  Andrew Cagney  <ac131313@redhat.com>
8774
8775         * gdb.texinfo (Mode Options): Update --interpreter option.  "mi2"
8776         and "mi1" instead of "mi1" and "mi0".
8777
8778 2002-09-29  Hans-Peter Nilsson  <hp@bitrange.com>
8779
8780         * gdb.texinfo (Packets): Fix typos "alligned".
8781         Correct z3/Z3 description.  Correct z4/Z4 title.
8782
8783 2002-09-27  Andrew Cagney  <ac131313@redhat.com>
8784
8785         * all-cfg.texi: Use @sc for GDB and GCC.  Update copyright.
8786
8787 2002-09-25  Kevin Buettner  <kevinb@redhat.com>
8788
8789         * gdb.texinfo: Use GNU/Linux instead of Linux.
8790
8791 2002-09-25  Andrew Cagney  <ac131313@redhat.com>
8792
8793         * gdb.texinfo (Packets): Replace @samp{} with ``an empty string''.
8794
8795 2002-09-24  Andrew Cagney  <ac131313@redhat.com>
8796
8797         * gdb.texinfo: Replace @example with @smallexample.
8798
8799 2002-09-20  Kevin Buettner  <kevinb@redhat.com>
8800
8801         From Eli Zaretskii  <eliz@gnu.org>:
8802         * gdb.texinfo (Character Sets): Use @smallexample instead of
8803         @example.  Use GNU/Linux instead of Linux.
8804
8805 2002-09-20  Jim Blandy  <jimb@redhat.com>
8806
8807         * gdb.texinfo: Add character set documentation.
8808
8809 2002-09-19  Andrew Cagney  <ac131313@redhat.com>
8810
8811         * gdb.texinfo (Packets): Revise `z' and `Z' packet documentation.
8812         (Packets): Add cross reference from `b' packet to `z' packets.
8813
8814 2002-09-19  Andrew Cagney  <ac131313@redhat.com>
8815
8816         * gdb.texinfo (Maintenance Commands): Document ``maint
8817         internal-error'' and ``maint internal-warning''.
8818
8819         * gdbint.texinfo (Target Architecture Definition): Revise
8820         description of STACK_ALIGN.  Add description of FRAME_ALIGN.
8821
8822 2002-09-19  Joel Brobecker  <brobecker@gnat.com>
8823
8824         * gdbint.texinfo (Target Conditionals): Document the new
8825         NAME_OF_MALLOC macro.
8826
8827 2002-09-05  Andrew Cagney  <ac131313@redhat.com>
8828
8829         * gdb.texinfo (Contributors): Mention 5.2 and 5.3 release
8830         engineer.
8831
8832 2002-09-02  Stephane Carrez  <stcarrez@nerim.fr>
8833
8834         * gdb.texinfo (TUI Overview): Document status line fields.
8835
8836 2002-09-02  Stephane Carrez  <stcarrez@nerim.fr>
8837
8838         * gdb.texinfo (TUI Commands): Document info win command.
8839
8840 2002-09-01  Stephane Carrez  <stcarrez@nerim.fr>
8841
8842         * gdb.texinfo (TUI Overview): Document breakpoint markers.
8843
8844 2002-09-01  Stephane Carrez  <stcarrez@nerim.fr>
8845
8846         * gdb.texinfo (TUI Single Key Mode): Document new SingleKey mode.
8847         (TUI Keys): Likewise.
8848
8849 2002-08-25  Andrew Cagney  <ac131313@redhat.com>
8850
8851         * gdb.texinfo (Examples): Use ``->'' for a packet send and ``<-''
8852         for a packet receive.
8853
8854 2002-08-25  Andrew Cagney  <ac131313@redhat.com>
8855
8856         * Makefile.in (clean): Move to end of file.
8857         (distclean, maintainer-clean, realclean): Ditto.
8858         (mostlyclean): Move rule to end of file.  Use GDB_TEX_TMPS,
8859         GDBINT_TEX_TMPS, STABS_TEX_TMPS.
8860         (gdb.dvi, gdb.pdf): Do not cleanup TeX temp files after texi2dvi.
8861         (gdbint.dvi, gdbint.pdf, stabs.dvi, stabs.pdf): Ditto.
8862
8863 2002-08-24  Andrew Cagney  <ac131313@redhat.com>
8864
8865         * Makefile.in (GDBINT_TEX_TMPS): Define.
8866         (gdbint.dvi, gdbint.pdf): Use
8867         (GDB_TEX_TMPS): Define.
8868         (gdb.dvi, gdb.pdf): Use.
8869         (STABS_TEX_TMPS): Define.
8870         (stabs.dvi, stabs.pdf): Use.
8871         (GDB_DOC_SOURCE_INCLUDES): New macros.
8872         (GDB_DOC_BUILD_INCLUDES, GDB_DOC_FILES): New macros.
8873         (GDBINT_DOC_FILES_INCLUDES): New macros.
8874         (GDBINT_DOC_BUILD_INCLUDES): New macros.
8875         (GDBINT_DOC_FILES, STABS_DOC_SOURCE_INCLUDES): New macros.
8876         (STABS_DOC_BUILD_INCLUDES, STABS_DOC_FILES): New macros.
8877         (SFILES_DOC, SFILES_INCLUDED, SFILES_LOCAL): Delete macros.
8878         (links2roff): Replace SFILES_INCLUDED with
8879         GDB_DOC_SOURCE_INCLUDES.
8880         (gdb.dvi, gdb_toc.html, gdb.pdf, gdb.info): Update dependencies.
8881         (gdb.me, gdb.mm, gdb.ms): Update dependencies.
8882         (gdbint.dvi, gdbint_toc.html, gdbint.pdf, gdbint.info): Update
8883         dependencies.
8884         (stabs.info, stabs_toc.html, stabs.pdf, stabs.dvi): Update
8885         dependencies.
8886         (gdbmi.texinfo): Delete rule.
8887         (inc-hist.texinfo): Delete rule.
8888         (rluser.texinfo): Delete rule.
8889
8890 2002-08-23  Andrew Cagney  <cagney@redhat.com>
8891
8892         * gdbint.texinfo (Target Architecture Definition): Update
8893         STORE_RETURN_VALUE, mention regcache.
8894
8895 2002-08-21  Andrew Cagney  <ac131313@redhat.com>
8896
8897         * gdbint.texinfo (Target Architecture Definition): Document
8898         print_registers_info.  Note that DO_REGISTERS_INFO is deprecated.
8899
8900 2002-08-19  Andrew Cagney  <ac131313@redhat.com>
8901
8902         * gdb.texinfo (Remote Protocol): Reformat.  Use cross references.
8903         Fix minor typos.  Add index entries.
8904
8905 2002-08-18  Andrew Cagney  <ac131313@redhat.com>
8906
8907         * gdb.texinfo (Data): Add ``Vector Unit'' to menu.
8908
8909 2002-08-15  Andrew Cagney  <ac131313@redhat.com>
8910
8911         * gdbint.texinfo (Target Architecture Definition): Document
8912         PRINT_VECTOR_INFO.
8913         * gdb.texinfo (Vector Unit): Document "info vectors" command.
8914
8915 2002-08-13  Andrew Cagney  <ac131313@redhat.com>
8916
8917         * gdb.texinfo (Maintenance Commands): Document "maint print
8918         registers", "maint print raw-registers" and "maint print
8919         cooked-registers".
8920
8921 2002-08-08  Grace Sainsbury  <graces@redhat.com>
8922
8923         From Mark Salter:
8924         * gdb.texinfo (Protocol): Document T packet extension to
8925         allow watchpoint address reporting.
8926
8927 2002-08-03  Andrew Cagney  <ac131313@redhat.com>
8928
8929         * gdb.texinfo (Dump/Restore Files): Move `[]' to outside of @var.
8930
8931 2002-08-01  Andrew Cagney  <cagney@redhat.com>
8932
8933         * stabs.texinfo, gdb.texinfo, gdbint.texinfo: Obsolete references
8934         to CHILL.
8935
8936 2002-08-01  Andrew Cagney  <ac131313@redhat.com>
8937
8938         * gdbint.texinfo (Coding): Revise section "Include Files".
8939
8940 2002-07-24  Andrew Cagney  <cagney@redhat.com>
8941
8942         * gdbint.texinfo: Obsolete references to m88k.
8943         * gdb.texinfo: Ditto.
8944
8945 2002-07-10  Joel Brobecker  <brobecker@gnat.com>
8946
8947         * gdbint.texinfo (Create a release candiate): Add the location
8948         where the proper version of autoconf can be retrieved.
8949
8950 2002-07-09  Don Howard  <dhoward@redhat.com>
8951
8952         * gdb.texinfo (Command Files): Further describe the behavior of
8953         sourced command files.
8954
8955 2002-06-27  Andrew Cagney  <ac131313@redhat.com>
8956
8957         * gdbint.texinfo (User Interface): ISO C rather than ISO-C.
8958         (Coding): Clarify ISO C version that GDB assumes.
8959
8960 2002-06-26  Tom Tromey  <tromey@redhat.com>
8961
8962         * gdbint.texinfo (User Interface): Mention add_setshow_cmd and
8963         add_setshow_cmd_full.
8964
8965 2002-06-25  Don Howard  <dhoward@redhat.com>
8966
8967         * gdb.texinfo (Memory Region Attributes): Document new behavior
8968         for 'mem' command.
8969
8970 2002-06-11  Jim Blandy  <jimb@redhat.com>
8971
8972         * gdb.texinfo (Symbols): Update documentation for `info source'
8973         command.
8974
8975         * gdb.texinfo (Macros): Call the command `info macro', not
8976         `show macro'.
8977
8978 2002-06-09  Andrew Cagney  <ac131313@redhat.com>
8979
8980         * gdbint.texinfo (Coding): Add section ``Per-architecture module
8981         data''.
8982
8983 2002-06-09  Mark Kettenis  <kettenis@gnu.org>
8984
8985         * gdbint.texinfo (Target Architecture Definition): Document
8986         GDB_OSABI_GO32 and GDB_OSABI_NETWARE.
8987
8988 2002-06-08  Andrew Cagney  <ac131313@redhat.com>
8989
8990         * gdbint.texinfo (Releasing GDB): Fix typos in @itemize @bullet
8991         lists.
8992
8993 2002-06-08  Andrew Cagney  <ac131313@redhat.com>
8994
8995         * gdbint.texinfo (Releasing GDB): Revise the section ``Cut the
8996         Branch''.
8997
8998 2002-06-01  Andrew Cagney  <ac131313@redhat.com>
8999
9000         * gdbint.texinfo (Target Architecture Definition): Add section
9001         ``Converting an existing Target Architecture to Multi-arch''.
9002
9003 2002-05-30  Andrew Cagney  <ac131313@redhat.com>
9004
9005         * gdbint.texinfo (Releasing GDB): Rename ``Obsoleting any code''
9006         to ``Obsoleting code''.  Revise.
9007
9008 2002-05-17  Jim Blandy  <jimb@redhat.com>
9009
9010         * gdb.texinfo (C Preprocessor Macros): New chapter.
9011         Include it in the main menu.
9012         (Contributors): Credit Jim Blandy with macro support.
9013         (Compilation): Explain how to get macro information into the
9014         executable.
9015         (Expressions): Note that preprocessor macros are expanded.
9016
9017 2002-05-14  Daniel Jacobowitz  <drow@mvista.com>
9018
9019         * gdb.texinfo (Debug Session): Document new `udp:' and `tcp:'
9020         options for `target remote'.
9021
9022 2002-05-13  Andrew Cagney  <ac131313@redhat.com>
9023
9024         * gdbint.texinfo (Target Architecture Definition): Delete
9025         documentation on NNPC_REGNUM.
9026
9027 2002-05-11  Andrew Cagney  <ac131313@redhat.com>
9028
9029         * gdbint.texinfo (Target Architecture Definition): Document
9030         REGISTER_TO_VALUE and VALUE_TO_REGISTER and CONVERT_REGISTER_P.
9031         (Target Architecture Definition): Revise section `Using Different
9032         Register and Memory Data Representations'.  Add section `Raw and
9033         Virtual Register Representations'.
9034
9035 2002-05-11  Andrew Cagney  <ac131313@redhat.com>
9036
9037         * gdbint.texinfo (Target Architecture Definition): Mention
9038         defaults for REGISTER_VIRTUAL_SIZE and REGISTER_RAW_SIZE.
9039         (Target Architecture Definition): Mention same.  Add references to
9040         web pages.
9041
9042 2002-05-08  Michael Snyder  <msnyder@redhat.com>
9043
9044         * stabs.texinfo (Attributes): Document new "vector" attribute.
9045
9046 2002-05-04  Andrew Cagney  <ac131313@redhat.com>
9047
9048         * gdbint.texinfo (Releasing GDB): Revise `Create a Release'.
9049
9050 2002-05-04  Andrew Cagney  <ac131313@redhat.com>
9051
9052         * gdb.texinfo: Delete obsolete references to a29k.
9053
9054 2002-04-24  Andrew Cagney  <ac131313@redhat.com>
9055
9056         * gdbint.texinfo (Target Architecture Definition): Replace
9057         IN_SIGTRAMP with PC_IN_SIGTRAMP.
9058
9059 2002-04-24  David S. Miller  <davem@redhat.com>
9060
9061         * gdbint.texinfo (REGISTER_IN_WINDOW): Delete definition.
9062
9063 2002-04-21  David S. Miller  <davem@redhat.com>
9064
9065         * gdbint.texinfo (SKIP_PROLOGUE_FRAMELESS_P): Delete definition.
9066
9067 2002-04-21  Andrew Cagney  <ac131313@redhat.com>
9068
9069         * gdbint.texinfo (Target Architecture Definition): Delete
9070         definition of HAVE_REGISTER_WINDOWS.
9071
9072 2002-04-19  Eli Zaretskii  <eliz@gnu.org>
9073
9074         * gdbint.texinfo (Releasing GDB, Coding): Fix typos.  Reported by
9075         "Theodore A. Roth" <troth@verinet.com>.
9076
9077 2002-04-15  Don Howard  <dhoward@redhat.com>
9078
9079         From Eli Zaretskii <eliz@gnu.org>
9080         * gdb.texinfo (show max-user-call-depth): Correct formatting.
9081         Provide a better explaination of this feature.
9082
9083 2002-04-14  Andrew Cagney  <ac131313@redhat.com>
9084
9085         * gdbint.texinfo (Target Architecture Definition): Remove
9086         FRAME_CHAIN_COMBINE.
9087
9088 2002-04-12  Michael Chastain  <mec@shout.net>
9089
9090         * gdbint.texinfo (Obsolete Conditionals): Remove reference to
9091         REG_STACK_SEGMENT.
9092
9093 2002-04-09  Michael Chastain  <mec@shout.net>
9094
9095         * gdbint.texinfo (Obsolete Conditionals): Remove references to
9096         PYRAMID_* macros.
9097
9098 2002-04-07  Andrew Cagney  <ac131313@redhat.com>
9099
9100         * gdb.texinfo (Bug Reporting): Document that the web is the
9101         prefered way of submitting bug reports.
9102         (Bug Reporting): Delete the s-mail address as the last resort.
9103
9104 2002-04-05  Andrew Cagney  <ac131313@redhat.com>
9105
9106         * gdbint.texinfo (Target Architecture Definition): Delete
9107         references to TARGET_WRITE_FP and write_fp.
9108
9109 2002-03-27  Michael Snyder  <msnyder@redhat.com>
9110
9111         * gdb.texinfo: Document new commands dump, append, and restore.
9112
9113 2002-03-27  Andrew Cagney  <ac131313@redhat.com>
9114
9115         * gdbint.texinfo (Releasing GDB): Revise the section `Before the
9116         Branch'.
9117
9118 2002-03-18  Andrew Cagney  <ac131313@redhat.com>
9119
9120         * gdb.texinfo: Change all examples to @smallexample.
9121         * gdbint.texinfo: Ditto.
9122
9123 2002-03-18  Andrew Cagney  <ac131313@redhat.com>
9124
9125         * gdbint.texinfo (Releasing GDB): Add section ``Versions and
9126         Branches''.
9127
9128 2002-03-18  Andrew Cagney  <ac131313@redhat.com>
9129
9130         * gdbint.texinfo (Releasing GDB): Add the section``Branch Commit
9131         Policy''.
9132
9133 2002-03-04  Fred Fish  <fnf@redhat.com>
9134
9135         * gdbint.texinfo: Fix a bunch of typos (alsways, mirrorred,
9136         expresson, suports, dependant, trhe, perhaphs, situtations,
9137         explictily, taged, oportunity, unfortunatly).
9138
9139 2002-02-24  Andrew Cagney  <ac131313@redhat.com>
9140
9141         * Makefile.in (gdb.info): Add explicit path to gdb.texinfo.
9142         Remove reference to 3.12.
9143
9144 2002-02-23  Andrew Cagney  <ac131313@redhat.com>
9145
9146         * gdbint.texinfo: Include fdl.texi.
9147         (Top): Add GNU Free Documentation License.
9148         * Makefile.in (SFILES_INCLUDED): Add gpl.texi.
9149         (gdbint.dvi, gdbint.pdf, gdbint.info): Add dependency on fdl.texi.
9150         (gdbint_toc.html): Add dependency on gdb-cfg.texi and fdl.texi.
9151         (gdbint.info): Add srcdir to include path.
9152         * gdb.texinfo: Include gpl.texi.
9153         (Top): Add Copying.
9154         * gpl.texi: New file.
9155
9156 2002-02-23  Andrew Cagney  <ac131313@redhat.com>
9157
9158         * gdbint.texinfo (Debugging GDB): Remove references to cygnus.com.
9159
9160 2002-02-19  Pierre Muller  <muller@ics.u-strasbg.fr>
9161
9162         * gdb.texinfo: Document Cygwin native specific commands.
9163
9164 2002-02-15  Daniel Jacobowitz  <drow@mvista.com>
9165
9166         * gdb.texinfo: Document gdbserver ``--attach'' command.
9167
9168 2002-02-07  Michael Snyder  <msnyder@redhat.com>
9169
9170         * gdb.texinfo (overlays): Change @var(_ovly_debug_event)
9171         to @code(_ovly_debug_event).
9172
9173 2002-02-07  Andrew Cagney  <ac131313@redhat.com>
9174
9175         * gdb.texinfo (How Overlays Work): Shrink the overlay diagram.
9176
9177 2002-02-06  Michael Snyder  <msnyder@redhat.com>
9178
9179         * gdb.texinfo (overlays): Mention new magic symbol
9180         '_ovly_debug_event', which allows GDB to keep better track
9181         of overlays.
9182
9183 2002-02-03  Eli Zaretskii  <eliz@gnu.org>
9184
9185         * gdb.texinfo (Memory Region Attributes): Fix the wording.
9186         Suggested by Dmitry Sivachenko.
9187
9188         * (<many nodes>): Fix the spelling and punctuation of "i.e.".
9189
9190 2002-02-01  Michael Snyder  <msnyder@redhat.com>
9191
9192         * gdb.texinfo (set trust-readonly): Change value{gdbn} to value{GDBN}.
9193
9194 2002-01-30  Michael Snyder  <msnyder@redhat.com>
9195
9196         * gdb.texinfo: (remote protocol): Gramatical fix-up.
9197         (set trust-readonly-sections): Document.
9198
9199 2002-01-29  Andrew Cagney  <ac131313@redhat.com>
9200
9201         * gdbint.texinfo (Releasing GDB): Revise and update.
9202
9203 2002-01-28  Andrew Cagney  <ac131313@redhat.com>
9204
9205         * gdbint.texinfo (Target Architecture Definition): Delete
9206         description of TARGET_BYTE_ORDER_DEFAULT.
9207
9208 2002-01-27  Eli Zaretskii  <eliz@gnu.org>
9209
9210         * gdb.texinfo: Fix typos and markup.  From Dmitry Sivachenko
9211         <mitya@cavia.pp.ru>.
9212
9213 2002-01-23  Andrew Cagney  <ac131313@redhat.com>
9214
9215         * libgdb.texinfo: Delete file.
9216
9217 2002-01-22  Andrew Cagney  <ac131313@redhat.com>
9218
9219         * gdb.texinfo: Remove makeinfo 3.12 hacks.
9220         * gdbint.texinfo: Ditto.
9221
9222 Tue Jan 22 11:57:38 2002  Andrew Cagney  <cagney@redhat.com>
9223
9224         * gdb.texinfo: Fix typo ``Remove' -> ``Remote''.
9225
9226 2002-01-22  Andrew Cagney  <ac131313@redhat.com>
9227
9228         * Makefile.in: Update copyright.
9229         (TEXI2DVI): Define.
9230         (gdb.dvi, gdb.pdf, stabs.dvi, stabs.pdf): Use TEXI2DVI.
9231         (gdbint.dvi, gdbint.pdf): Use TEXI2DVI.  Add dependency on
9232         gdb-cfg.texi.
9233         (TEXINDEX, PDFTEX): Delete makefile variables.
9234
9235 2002-01-22  Andrew Cagney  <ac131313@redhat.com>
9236
9237         * gdb.texinfo (Protocol): Move section to appendix.
9238
9239 2002-01-21  Andrew Cagney  <ac131313@redhat.com>
9240
9241         * gdb.texinfo (Remote Debugging): Create a menu.
9242         (Top): Add ``Remote Debugging'' to menu.
9243
9244 2002-01-21  Andrew Cagney  <ac131313@redhat.com>
9245
9246         * gdb.texinfo (Remote): Move the sub-section ``The GDB remote
9247         serial protocol'' from here.
9248         (Remote Debugging): To here.  New chapter.
9249
9250 2002-01-20  Andrew Cagney  <ac131313@redhat.com>
9251
9252         * gdbint.texinfo (Target Architecture Definition): Delete
9253         description of TARGET_BYTE_ORDER_SELECTABLE_P.
9254
9255 2002-01-20  Andrew Cagney  <ac131313@redhat.com>
9256
9257         * gdbint.texinfo (Host Definition): Revise.  xm-xyz.h and xyz.mh
9258         are no longer needed.
9259         (Porting GDB): Add maintainer note about configure.host.
9260
9261 2002-01-20  Andrew Cagney  <ac131313@redhat.com>
9262
9263         * gdbint.texinfo (Target Architecture Definition): Remove
9264         definition of IEEE_FLOAT.
9265
9266 2002-01-20  Eli Zaretskii  <eliz@gnu.org>
9267
9268         * gdb.texinfo: Beautify copyright years; fix a typo.
9269         (DJGPP Native): Fix overfull hboxes in examples.  From Brian Youmans
9270         <3diff@gnu.org>
9271
9272 2002-01-19  Andrew Cagney  <ac131313@redhat.com>
9273
9274         * gdbint.texinfo (Host Definition): Remove references to
9275         MALLOC_INCOMPATIBLE.
9276
9277 2002-01-17  Andrew Cagney  <ac131313@redhat.com>
9278
9279         * gdbint.texinfo (Host Definition): Remove references to XDEPFILES
9280         and xyz-xdep.o.
9281
9282 2002-01-17  Andrew Cagney  <ac131313@redhat.com>
9283
9284         * gdb.texinfo (Maintenance Commands): Add appendix.
9285         (Set Breaks): Copy ``maint info breakpoint'' doco to
9286         ``Maintenance Commands'' appendix.  Add reference.
9287
9288 2002-01-17  Andrew Cagney  <ac131313@redhat.com>
9289
9290         * fdl.texi: Remove next/prev from @node.
9291
9292 2002-01-17  Eli Zaretskii  <eliz@gnu.org>
9293
9294         * gdb.texinfo: @include fdl.texi.  Fixes for overfull hboxes and
9295         for monstrous @multitable (from Brian Youmans).
9296
9297         * fdl.texi: New file.
9298
9299         * Makefile.in (SFILES_INCLUDED): Add fdl.texi.
9300
9301 2002-01-15  Andrew Cagney  <ac131313@redhat.com>
9302
9303         * gdbint.texinfo (Releasing GDB): New chapter.
9304
9305 2002-01-14  Andrew Cagney  <ac131313@redhat.com>
9306
9307         * gdb.texinfo (Embedded Processors, Calling program functions):
9308         Obsolete references to a29k.
9309
9310 2002-01-13  Andrew Cagney  <ac131313@redhat.com>
9311
9312         * gdbint.texinfo (Coding): Review Cleanups section.  Examples
9313         examples.  Document that a code-block should do or discard its
9314         cleanups before exit.
9315
9316 2002-01-11  Michael Snyder  <msnyder@redhat.com>
9317
9318         * gdb.texinfo (Choosing files): Change @samp to @file.
9319
9320 2002-01-05  Michael Snyder  <msnyder@redhat.com>
9321
9322         * gdb.texinfo (--pid): Document new command line option (attach).
9323
9324 2002-01-07  Eli Zaretskii  <eliz@gnu.org>
9325
9326         * gdb.texinfo (Tracepoints): Clarify that tracepoints need support
9327         in the stub.
9328
9329 2002-01-04  Andrew Cagney  <ac131313@redhat.com>
9330
9331         * gdbint.texinfo (Target Architecture Definition): Replace
9332         BIG_ENDIAN with BFD_ENDIAN_BIG.
9333
9334 2002-01-03  Andrew Cagney  <ac131313@redhat.com>
9335
9336         * gdbint.texinfo (Target Architecture Definition): Replace
9337         value_ptr with struct value pointer.
9338
9339 2002-01-02  Eli Zaretskii  <eliz@gnu.org>
9340
9341         * gdb.texinfo (Free Software): Fix wording.
9342
9343 2001-12-31  Eli Zaretskii  <eliz@gnu.org>
9344
9345         * gdb.texinfo (Free Software): New section ``Free Software Needs
9346         Free Documentation''.
9347
9348 2001-12-30  Eli Zaretskii  <eliz@gnu.org>
9349
9350         * stabs.texinfo:
9351         * gdb.texinfo:
9352         * gdbint.texinfo:
9353         * libgdb.texinfo:
9354         * annotate.texi: Fix the application of GFDL in the Copyright notice.
9355
9356 2001-12-29  Michael Snyder  <msnyder@redhat.com>
9357
9358         * gdb.texinfo (maint info sections): Fix typo.
9359
9360 2001-12-26  Michael Snyder  <msnyder@redhat.com>
9361
9362         * gdb.texinfo (maint info sections): Document.
9363
9364         * gdb.texinfo (info proc): Comment out documentation for
9365         'info proc' sub-options that are currently not implemented.
9366
9367 2001-12-20  Jim Blandy  <jimb@redhat.com>
9368
9369         * gdbint.texinfo (TARGET_CHAR_SIGNED): Document.
9370
9371 2001-12-15  Andrew Cagney  <ac131313@redhat.com>
9372
9373         * gdbint.texinfo (Target Architecture Definition): Replace
9374         LITTLE_ENDIAN with BFD_ENDIAN_LITTLE.
9375
9376 2001-12-01  Andrew Cagney  <ac131313@redhat.com>
9377
9378         * gdbint.texinfo (Host Definition): Delete documentation on
9379         HOST_BYTE_ORDER.
9380
9381 2001-11-30  Jim Blandy  <jimb@redhat.com>
9382
9383         * gdb.texinfo (Overlays): New chapter, documenting GDB's
9384         overlay support.  Add to top-level menu.
9385
9386 2001-11-26  Tom Tromey  <tromey@redhat.com>
9387
9388         * gdb.texinfo (Command Syntax): Document C-o binding.
9389
9390 2001-07-26  Christopher Faylor  <cgf@redhat.com>
9391
9392         * gdb.texinfo (Options): Eliminate attempt to explain .gdbinit/gdb.ini
9393         use since it is described in the referenced section.
9394
9395         From Eli Zaretskii <eliz@gnu.org>
9396         * gdb.texinfo (Command Files): Reword to make gdb.ini requirement
9397         clearer when using DJGPP.
9398
9399 2001-11-24  Christopher Faylor  <cgf@redhat.com>
9400
9401         * gdb.texinfo (File Options): Change description of -nx and gdb.ini to
9402         specifically refer to MS-DOS.
9403         (command files): Mention gdb.ini is only used on MS-DOS.
9404
9405 2001-11-21  Tom Tromey  <tromey@redhat.com>
9406
9407         * gdb.texinfo (Invoking GDB): Document --args.
9408         (Mode Options): Likewise.
9409
9410 2001-11-21  Jim Blandy  <jimb@redhat.com>
9411
9412         * gdbint.texinfo (TARGET_RANGE_PROFITABLE_FOR_HW_WATCHPOINT):
9413         Delete documentation; this macro has been removed from the
9414         sources.
9415
9416 2001-11-13  Jim Blandy  <jimb@redhat.com>
9417
9418         * gdbint.texinfo (COERCE_FLOAT_TO_DOUBLE): Clarify.
9419
9420 2001-11-06  Corinna Vinschen  <vinschen@redhat.com>
9421
9422         * gdb.texinfo (gdbarch_in_function_epilogue_p): Add documentation.
9423
9424 2001-11-05  Michael Snyder  <msnyder@redhat.com>
9425
9426         * gdb.texinfo (info functions): Document use of backslash to
9427         quote regexp chars in function names such as "operator*()".
9428
9429 2001-11-01  Fred Fish  <fnf@redhat.com>
9430
9431         * gdbint.texinfo (SOLIB_ADD): Document additional new
9432         "readsyms" arg.
9433
9434 2001-10-30  Don Howard  <dhoward@redhat.com>
9435
9436         * gdb.texinfo: (Command Files) Added documentation for the
9437         behavior of gdb with input redirected from a file.
9438
9439 2001-10-28  Fred Fish  <fnf@redhat.com>
9440
9441         * gdb.texinfo (auto-solib-add): Change docs to match
9442         implementation change.
9443         (auto-solib-limit): Add docs for new variable.
9444
9445 2001-10-15  Andrew Cagney  <ac131313@redhat.com>
9446
9447         * gdbint.texinfo (Target Architecture Definition): Function
9448         value_as_pointer renamed to value_as_address.
9449
9450 2001-10-15  Andrew Cagney  <ac131313@redhat.com>
9451
9452         * gdbint.texinfo (Target Architecture Definition): Default
9453         POINTER_TO_ADDRESS functions assume unsigned addresses.
9454         (INTEGER_TO_ADDRESS): Document.  Derive pragmatics section from a
9455         posting by Jim Blandy.
9456
9457 2001-10-12  Jim Blandy  <jimb@redhat.com>
9458
9459         * Makefile.in (MAKEHTMLFLAGS): Remove -glossary; the most recent
9460         version of texi2html (1.64) doesn't support this flag any more.
9461
9462 2001-09-08  Mark Kettenis  <kettenis@gnu.org>
9463
9464         * gdbint.texinfo (Host Definition): Remove description of
9465         MEM_FNS_DECLARED.
9466
9467         * gdbint.texinfo (Host Definition): Remove description of R_OK.
9468
9469         * gdbint.texinfo (Host Definition): Remove description of
9470         HAVE_SIGSETMASK.
9471
9472 2001-09-04  Elena Zannoni  <ezannoni@redhat.com>
9473
9474         * gdbint.texinfo (Target Architecture Definition): Add
9475         explanation of TARGET_PRINT_INSN macro.
9476
9477 2001-08-30  Jim Blandy  <jimb@redhat.com>
9478
9479         * gdb.texinfo (`add-symbol-file'): Correct synopsis.
9480         Explain what it means to load relocatable files.
9481
9482 2001-08-28  Jim Blandy  <jimb@redhat.com>
9483
9484         * gdbint.texinfo: Bring the HTML `top' menu into sync with the
9485         info `top' menu.
9486
9487 Wed Aug 15 10:47:28 2001  Christopher Faylor <cgf@cygnus.com>
9488
9489         * gdbint.texinfo: Add a cautionary note about macro use.
9490
9491 2001-08-02  Corinna Vinschen  <vinschen@redhat.com>
9492
9493         * gdb.texinfo: Explain omitting the hostname in the
9494         `target remote' command.
9495
9496 2001-07-30  Daniel Jacobowitz  <drow@mvista.com>
9497
9498         * gdbint.texinfo: Remove extraneous START-INFO-DIR-ENTRY
9499         and END-INFO-DIR-ENTRY.
9500
9501 2001-07-28  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
9502
9503         * gdb.texinfo (TUI Configuration): Rename tui configuration variables.
9504
9505 2001-07-25  Andrew Cagney  <ac131313@redhat.com>
9506
9507         * gdbint.texinfo (libgdb): Rewrite.
9508
9509 2001-07-26  Eli Zaretskii  <eliz@gnu.org>
9510
9511         * Makefile.in (gdbgui.dvi, gdb-gui, gdbgui.info): Targets deleted.
9512
9513 2001-07-24  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
9514
9515         * gdb.texinfo (TUI): New chapter, document the TUI.
9516         (Mode Options): Document the -tui option.
9517
9518 2001-07-23  Mark Kettenis  <kettenis@gnu.org>
9519
9520         * gdbint.texinfo (Host Definition): Remove description of
9521         NEED_POSIX_SETPGID.
9522
9523 2001-07-23  Eli Zaretskii  <eliz@gnu.org>
9524
9525         * gdb.tex (DJGPP Native): New node, with descriptions of
9526         DJGPP-specific commands.
9527
9528 2001-07-19  John R. Moore  <jmoore@redhat.com>
9529
9530         * gdbint.texinfo: Three misspellings.
9531
9532 2001-07-06  Andrew Cagney  <ac131313@redhat.com>
9533
9534         * Makefile.in (refcard.dvi): Rewrite to avoid problems with empty
9535         `test` expressions on bash.  Problem reported by Colin Walters.
9536
9537 2001-07-04  Andrew Cagney  <ac131313@redhat.com>
9538
9539         * gdbint.texinfo (User Interface): Update ui-out documentation to
9540         refelect recent UI/MI updates.
9541
9542 2001-07-04  Andrew Cagney  <ac131313@redhat.com>
9543
9544         * gdb.texinfo (Mode Options): Mention the mi0 and mi1
9545         interpreters.
9546
9547 2001-06-15  Andrew Cagney  <ac131313@redhat.com>
9548
9549         * gdbint.texinfo (Target Architecture Definition): GDBARCH is a C
9550         structure and not macros.
9551         (Host Definition): Document that much of this chapter is obsolete.
9552         (Target Architecture Definition): Update list of files that make
9553         up a target architecture.
9554         (Coding): Update.
9555
9556 2001-06-28  Andrew Cagney  <ac131313@redhat.com>
9557
9558         * gdbint.texinfo (Target Architecture Definition): Update
9559         EXTRACT_STRUCT_VALUE_ADDRESS and EXTRACT_STRUCT_VALUE_ADDRESS_P.
9560         The latter has been changed to a true predicate.
9561
9562 2001-06-17  Eli Zaretskii  <eliz@gnu.org>
9563
9564         * annotate.texi: Add @noindent where needed.  From Dmitry
9565         Sivachenko <dima@Chg.RU>.
9566         * gdb.texinfo: Indexing fix.  From Dmitry Sivachenko.
9567
9568 2001-06-16  Andrew Cagney  <ac131313@redhat.com>
9569
9570         * gdb.texinfo (Protocol): Fix typo.  Extra parenthesis.
9571
9572 2001-06-14  Andrew Cagney  <ac131313@redhat.com>
9573
9574         * gdb.texinfo (Remote Protocol): Document that the ``!'' packet
9575         returns ``OK''.  Document that the ``R'' packet does not reply.
9576
9577 2001-06-13  Michael Snyder  <msnyder@redhat.com>
9578
9579         * gdb.texinfo (Protocol): Add doc for new packet "qSymbol:".
9580
9581 2001-06-13  Eli Zaretskii  <eliz@gnu.org>
9582
9583         * gdb.texinfo (Signals): Clarify the default setting of signal
9584         handling.
9585
9586 2001-05-14  Andrew Cagney  <ac131313@redhat.com>
9587
9588         * gdbint.texinfo (CLEAR_DEFERRED_STORES): Delete stray @item
9589         (FRAME_ARGS_ADDRESS_CORRECT): Ditto.
9590
9591 2001-05-12  Andrew Cagney  <ac131313@redhat.com>
9592
9593         * Makefile.in (GDBvn.texi): Set GDBVN from ../version.in.
9594
9595 2001-05-10  Eli Zaretskii  <eliz@gnu.org>
9596
9597         * gdbint.texinfo (Clean Design and Portable Implementation):
9598         Renamed from "Clean Design".
9599         (Clean Design and Portable Implementation): Document portable
9600         methods of handling file names, and the associated macros.
9601
9602 2001-04-02  Eli Zaretskii  <eliz@gnu.org>
9603
9604         * gdb.texinfo (Tracepoint Actions): Mention the "info scope"
9605         command and provide a cross-reference to its description.
9606         (Symbols): Note that "info scope" is useful for trace experiments.
9607
9608 2001-04-01  Eli Zaretskii  <eliz@gnu.org>
9609
9610         * gdb.texinfo (Symbols): Document "info scope".
9611         (Tracepoints): New chapter.
9612         (Contributors): Update for v5.1.
9613         <All nodes>: Change "C++" to "C@t{++}".
9614
9615         * gdbint.texinfo (User Interface): A new section about ui_out
9616         functions, based on text written by Fernando Nasser.
9617
9618         * stabs.texinfo: Change Permissions to GFDL.  Update Copyright.
9619
9620 2001-03-26  Eli Zaretskii  <eliz@gnu.org>
9621
9622         * gdb.texinfo: Change Permissions to GFDL.  Update Copyright.
9623
9624         * gdbint.texinfo: Change Permissions to GFDL.  Update Copyright.
9625
9626         * gdbgui.texinfo: Change Permissions to GFDL.  Update Copyright.
9627         Replace "GDB" with "@value{GDBN}".  Fix markup.
9628
9629         * annotate.texi: Change Permissions to GFDL.  Update Copyright.
9630
9631         * gdb.texinfo (Output Formats): Mention "info symbol" and provide
9632         a cross-reference to its description.
9633         (Symbols): Document "info symbol".
9634
9635 2001-03-21  Eli Zaretskii  <eliz@gnu.org>
9636
9637         * gdbint.texinfo (Algorithms): New section "Watchpoints" and new
9638         subsection "x86 Watchpoints".
9639         (Target Architecture Definition): Document the macros
9640         I386_USE_GENERIC_WATCHPOINTS and TARGET_HAS_HARDWARE_WATCHPOINTS.
9641         (Native Debugging): Document I386_USE_GENERIC_WATCHPOINTS.
9642
9643 2001-03-20  Andrew Cagney  <ac131313@redhat.com>
9644
9645         * gdbint.texinfo (Target Architecture Definition): Update
9646         definition of SOFTWARE_SINGLE_STEP_P to include empty parameter
9647         list.
9648
9649 2001-03-06  Kevin Buettner  <kevinb@redhat.com>
9650
9651         * Makefile.in, all-cfg.texi, annotate.texi, gdb.texinfo,
9652         gdbint.texinfo, refcard.tex: Update/correct copyright notices.
9653
9654 2001-02-21  Eli Zaretskii  <eliz@gnu.org>
9655
9656         * gdb.texinfo (Signals): Document "ignore", "noignore", and "all".
9657
9658 2001-02-11  Eli Zaretskii  <eliz@gnu.org>
9659
9660         * gdb.texinfo (Environment): Document that `path' does not change
9661         the value of PATH in GDB's own environment (it did in the past,
9662         but that was changed on March 15, 1994).  Reported by Doug Evans
9663         <dje@transmeta.com>.
9664
9665         * gdbint.texinfo: Fix up @itemize lists so that @item is alone on
9666         its line.  Fix markup of commands and macros.  Add an Index node
9667         and index entries.
9668
9669 2001-01-23  J.T. Conklin  <jtc@redback.com>
9670
9671         * gdb.texinfo (Memory region attributes): New manual section.
9672
9673 2001-01-04  Nicholas Duffek  <nsd@redhat.com>
9674
9675         * gdbint.texinfo (POP_FRAME): Document use by return_command.
9676
9677 2000-12-25  Eli Zaretskii  <eliz@gnu.org>
9678
9679         * refcard.tex: Version and copyright fixed.  From Phil Edwards
9680         <pedwards@disaster.jaj.com>.
9681
9682 Thu Nov 30 16:57:19 2000  Andrew Cagney  <cagney@b1.cygnus.com>
9683
9684         * gdbint.texinfo (ECOFF_REG_TO_REGNUM, DWARF_REG_TO_REGNUM,
9685         DWARF2_REG_TO_REGNUM): Document.
9686
9687 Mon Nov 20 21:29:35 2000  Andrew Cagney  <cagney@b1.cygnus.com>
9688
9689         * gdbint.texinfo (Coding): Update current value of
9690         --enable-build-warnings.  Mention --enable-gdb-build-warnings.
9691
9692 2000-11-19  Eli Zaretskii  <eliz@gnu.org>
9693
9694         * gdb.texinfo (Continuing and Stepping):  Fixed markup and typos,
9695         as suggested by Dmitry Sivachenko <dima@Chg.RU>.
9696
9697 2000-11-10  Christopher Faylor <cgf@cygnus.com>
9698
9699         * gdb.texinfo: Document new 'set step-mode' command.
9700
9701 2000-10-16  Eli Zaretskii  <eliz@gnu.org>
9702
9703         * gdb.texinfo (Contributors, MIPS Embedded): Minor spelling
9704         changes from Dmitry Sivachenko <dima@Chg.RU>.
9705
9706 2000-09-26  Eli Zaretskii  <eliz@gnu.org>
9707
9708         * gdb.texinfo (Hooks): Document the new post-hook functionality.
9709         From Steven Johnson <sbjohnson@ozemail.com.au>.
9710
9711 2000-08-10  Mark Kettenis  <kettenis@gnu.org>
9712
9713         * gdbint.texinfo (Overall Structure): Spelling fix.
9714
9715 2000-08-10  Eli Zaretskii  <eliz@gnu.org>
9716
9717         * gdbint.texinfo (Target Architecture Definition): Document that
9718         REGISTER_CONVERT_TO_VIRTUAL should only be called on a register
9719         for which REGISTER_CONVERTIBLE returns a zero value.
9720
9721 2000-07-08  Christopher Faylor <cgf@cygnus.com>
9722
9723         * Makefile.in (install-info): Find files to install in either the
9724         build or source directories (adapted from Makefile.am).
9725
9726 2000-07-07  Nicholas Duffek  <nsd@redhat.com>
9727
9728         * stabs.texinfo: Fix spelling errors.
9729         (String Field): FILE-NUMBER starts from 0, not 1.
9730
9731 2000-07-05  Eli Zaretskii <eliz@gnu.org>
9732
9733         * refcard.tex: Remove \centerline from the blurb.  Patch from
9734         Brian Youmans.
9735
9736 2000-06-25  Eli Zaretskii <eliz@gnu.org>
9737
9738         * Makefile.in (install-info): Support installation from outside of
9739         the source directory.  Reported by Mark Harig
9740         <markh@frazier.landmark.com>.
9741
9742 2000-06-20  J.T. Conklin  <jtc@redback.com>
9743
9744         * gdb.texinfo: Fix typo, $bpnum is set to last breakpoint number.
9745
9746 Fri May 26 15:55:33 2000  Andrew Cagney  <cagney@b1.cygnus.com>
9747
9748         * Makefile.in (pdf, gdbint.pdf, gdb.pdf, stabs.pdf): New targets.
9749         Generate using pdftex.
9750         (PDFTEX): Define.
9751         (STAGESTUFF, maintainer-clean realclean): Add *.pdf.
9752         (gdb.texinfo, gdbint.texinfo, stabs.texinfo): When TeX insert the
9753         @contents at the start.
9754
9755 2000-05-24  Eli Zaretskii  <eliz@gnu.org>
9756
9757         * gdb.texinfo: Remove duplicate @syncodeindex.  From Brian
9758         Youmans.
9759
9760 Wed May 24 21:27:58 2000  Andrew Cagney  <cagney@b1.cygnus.com>
9761
9762         From Brian Youmans:
9763         * gdb.texinfo: Fix ``et al.''.
9764
9765 Tue May 23 22:57:41 2000  Andrew Cagney  <cagney@b1.cygnus.com>
9766
9767         * Makefile.in (refcard.dvi): Remove quotes around REFEDITS in for
9768         loop.
9769
9770 2000-05-19  Jimmy Guo  <guo@cup.hp.com>
9771
9772         * configure: Regenerate.
9773
9774 2000-05-17  Eli Zaretskii  <eliz@gnu.org>
9775
9776         * Makefile.in (install-info): Run install-info on installed Info
9777         files.
9778
9779 Fri May 12 20:18:04 2000  Andrew Cagney  <cagney@b1.cygnus.com>
9780
9781         * gdb.texinfo: Add Stan Shebs, et.al. as authors.  Mention
9782         Andrew Cagney.
9783
9784 2000-05-09  Eli Zaretskii  <eliz@gnu.org>
9785
9786         * gdb.texinfo: Proofreading changes from Brian Youmans.
9787
9788 2000-05-01  Nick Duffek  <nsd@cygnus.com>
9789
9790         * gdb.texinfo (Command Files): Mention -x, use @enumerate for
9791         startup sequence, minor edits.
9792
9793 2000-05-01  Eli Zaretskii  <eliz@gnu.org>
9794
9795         * annotate.texi: Remove "@syncodeindex fn cp", it causes grief in
9796         TeX.
9797
9798         * gdb.texinfo: Add "@syncodeindex fn cp".  Convert all entries
9799         "@kindex f" into "@kindex f (foo)", otherwise we get index entries
9800         like `n' and `s' which look weird.  Convert some of the @kindex to
9801         @vindex, when they refer to variables, not commands.
9802
9803 Sat Apr 29 17:01:04 2000  Andrew Cagney  <cagney@b1.cygnus.com>
9804
9805         * gdbint.texinfo (Hints): Do not use @value{GDBN in @nodes.
9806
9807 2000-04-23  Eli Zaretskii  <eliz@gnu.org>
9808
9809         * Makefile.in (GDBMI_DIR): New variable.
9810         (SET_TEXINPUTS): Add $(GDBMI_DIR).
9811         (SFILES_DOC): Add $(GDBMI_DIR)/gdbmi.texinfo.
9812         (gdbmi.texinfo): New target, for texi2roff.
9813         (gdb.me, gdb.ms, gdb.mm): Depend on gdbmi.texinfo.
9814         (gdb.info, gdb_toc.html): Add "-I ${GDBMI_DIR}".
9815
9816         * gdb.texinfo (Top): Add GDB/MI to the main menu and @include
9817         gdbmi.texinfo.
9818         (Mode Options): Add xref to GDB/MI docs and remove a FIXME
9819         comment.
9820
9821 2000-04-17  Elena Zannoni  <ezannoni@kwikemart.cygnus.com>
9822
9823         * gdb.texinfo (Files): Update description of add-symbol-file
9824         command.
9825
9826 2000-04-17  Eli Zaretskii  <eliz@gnu.org>
9827
9828         * gdb.texinfo (Porting GDB): Don't use @value in the node name, it
9829         prevents the build (and is generally a Bad Idea).
9830
9831 2000-04-17  Eli Zaretskii  <eliz@gnu.org>
9832
9833         * gdb.texinfo (Protocol): Prevent makeinfo from complaining about
9834         a comma inside @var.
9835         (Command Files): Index markup changes from Dmitry Sivachenko
9836         <dima@Chg.RU>.
9837
9838 2000-04-16  Eli Zaretskii  <eliz@gnu.org>
9839
9840         * Makefile.in (LN_S): Define.
9841         (gdb-cfg.texi, gdb.dvi, links2roff, inc-hist.texinfo): Don't
9842         invoke "ln -s" unless it is known to work.
9843
9844         * configure.in (AC_PROG_LN_S): Add.
9845
9846 2000-04-14  Jim Blandy  <jimb@redhat.com>
9847
9848         * gdbint.texinfo (Pointers Are Not Always Addresses): New manual
9849         section.
9850         (Target Conditionals): Document ADDRESS_TO_POINTER,
9851         POINTER_TO_ADDRESS.
9852
9853 2000-04-11  Daniel Berlin  <dan@cgsoftware.com>
9854
9855         * gdbint.texinfo: Replaced GDB with @value{GDBN}, @include
9856         gdb-cfg.texi to get the value.
9857
9858 2000-04-10  Jim Blandy  <jimb@redhat.com>
9859
9860         * gdbint.texinfo (Target Architecture Definition): Fix
9861         cross-references.
9862
9863 2000-04-08  Jim Blandy  <jimb@redhat.com>
9864
9865         * gdbint.texinfo (Using Different Register and Memory Data
9866         Representations): New section.
9867         (REGISTER_CONVERTIBLE, REGISTER_RAW_SIZE, REGISTER_VIRTUAL_SIZE,
9868         REGISTER_VIRTUAL_TYPE, REGISTER_CONVERT_TO_VIRTUAL,
9869         REGISTER_CONVERT_TO_RAW): Document.
9870
9871 Mon Apr  3 19:16:32 2000  Andrew Cagney  <cagney@b1.cygnus.com>
9872
9873         * gdb.texinfo (Protocol): Deprecate the sequence-id.  Add cindex
9874         for acknowledgments.
9875
9876 Tue Mar 28 18:28:45 2000  Andrew Cagney  <cagney@b1.cygnus.com>
9877
9878         * gdb.texinfo (Protocol): Replace ``qfThreadExtraInfo'' with
9879         qThreadExtraInfo.
9880
9881 2000-03-28  J.T. Conklin  <jtc@redback.com>
9882
9883         * gdb.texinfo: Clarify which remote debug protocol commands are
9884         required and which are optional.
9885
9886 Tue Mar 28 16:06:22 2000  Andrew Cagney  <cagney@b1.cygnus.com>
9887
9888         * gdb.texinfo: Revert remainder of Fri Mar 24 18:06:34 2000 Andrew
9889         Cagney <cagney@b1.cygnus.com>.  Move @chapter and @node entries
9890         back to annotate.texi, rluser.texinfo and inc-hist.texinfo.
9891         * annotate.texi: Update.
9892
9893 2000-03-28  Stan Shebs  <shebs@apple.com>
9894
9895         * gdb.texinfo: Update dates, bump to Eighth Edition (note
9896         expectation of additional changes before release), update
9897         ISBN, add copy of top-level menu for @ifhtml, remove explicit
9898         node links, rephrase and/or shorten lines to fix formatting
9899         problem in both regular and @smallbook formats.
9900         * annotate.texi: Shorten lines in example, use smallexample
9901         consistently everywhere.
9902         * Makefile.in: Add comment about texinfo 4.0 html generation.
9903         (SFILES_INCLUDED): Add annotate.texi.
9904
9905 2000-03-27  Daniel Berlin  <dan@cgsoftware.com>
9906
9907         * gdb.texinfo (Debugging Output): Added new section, documenting
9908         the "set/show debug" commands.
9909
9910 Fri Mar 24 18:06:34 2000  Andrew Cagney  <cagney@b1.cygnus.com>
9911
9912         * annotate.texi (Annotations): When GDBN omit @chapter and @node
9913         entry.
9914
9915         * gdb.texinfo: Check for @ifinfo instead of @ifnottex.
9916         (rluser.texinfo, inc-hist.texinfo, annotate.texi): Add local
9917         @chapter and @node entries.
9918
9919         * gdb.texinfo: Link all top-level nodes.
9920
9921 Fri Mar 24 17:56:48 2000  Andrew Cagney  <cagney@b1.cygnus.com>
9922
9923         * Makefile.in (install-info): Create $(infodir) before installing
9924         files.
9925
9926 2000-03-23  Fernando Nasser  <fnasser@totem.to.cygnus.com>
9927
9928         From David Whedon <dwhedon@gordian.com>
9929         * gdbint.texinfo : Added paragraphs about command deprecation.
9930
9931 2000-03-22  Daniel Berlin  <dan@cgsoftware.com>
9932
9933       * gdb.texinfo: Add documentation for the apropos command.
9934
9935 2000-03-20  Michael Snyder  <msnyder@cleaver.cygnus.com>
9936
9937         * gdb.texinfo: Add new queries ThreadInfo and ThreadExtraInfo.
9938
9939 2000-03-20  Michael Snyder  <msnyder@cleaver.cygnus.com>
9940
9941         * gdb.texinfo: Add white space to prevent overprinting in
9942         two places.
9943
9944 2000-03-17  Stan Shebs  <shebs@apple.com>
9945
9946         * gdb.texinfo: Many minor changes from Dmitry Sivachenko
9947         <dima@Chg.RU>, also clarification of allowed content for
9948         string constants.
9949
9950 2000-03-16  Eli Zaretskii <eliz@gnu.org>
9951
9952         * gdb.texinfo (main menu): Add Annotations.
9953         (File Options): Add @cindex entries for each command-line option.
9954         Document --epoch, --annotate, --async, --interpreter, --write,
9955         --statistics, and --version.
9956
9957         * annotate.texi: Convert to a chapter.  Use @value{GDBN} instead
9958         of GDB.
9959
9960 2000-02-23  Jim Blandy  <jimb@redhat.com>
9961
9962         * gdbint.texinfo (FUNCTION_START_OFFSET): Document.
9963
9964 2000-02-22  Jim Blandy  <jimb@redhat.com>
9965
9966         * gdbint.texinfo: Document COERCE_FLOAT_TO_DOUBLE --- the new form.
9967
9968 2000-02-15  Jason Molenda  (jsm@bugshack.cygnus.com)
9969
9970         * Makefile.in (diststuff): New target.
9971
9972 2000-02-15  Kevin Buettner  <kevinb@redhat.com>
9973
9974         * agentexpr.texi: Fix wording regarding Intel's IA-64
9975         architecture.  [From Jim Wilson.]
9976
9977 2000-01-16  Tom Tromey  <tromey@cygnus.com>
9978
9979         * gdb.texinfo (Breakpoints): Mention breakpoint ranges.
9980         (Delete Breaks): Mention range arguments.
9981         (Disabling): Likewise.
9982
9983 2000-01-05  Dmitry Sivachenko <dima@Chg.RU>
9984
9985         * gdb.texinfo:  Wrap "ASCII" in @sc{}; clarify a few sentences.
9986
9987 Wed Dec  8 19:53:08 1999  Andrew Cagney  <cagney@b1.cygnus.com>
9988
9989         * gdbint.texinfo (FRAME_CHAIN_VALID): Add the generic frame-chain
9990         valid functions.
9991
9992 1999-11-05  Stan Shebs  <shebs@andros.cygnus.com>
9993
9994         * gdb.texinfo: Clarify regular expressions used in rbreak.
9995
9996 1999-10-15  Kevin Buettner  <kevinb@cygnus.com>
9997
9998         * gdbint.texinfo (MEMORY_INSERT_BREAKPOINT,
9999         MEMORY_REMOVE_BREAKPOINT):  Document.
10000
10001 Thu Oct 14 21:17:17 1999  Andrew Cagney  <cagney@b1.cygnus.com>
10002
10003         * gdb.texinfo (remote): Document how GDB ignores the qOffsets BSS
10004         offset re-using the DATA offset instead.
10005
10006 1999-10-11  Jim Kingdon  <kingdon@redhat.com>
10007
10008         * gdbint.texinfo (Target Architecture Definition): Add PARM_BOUNDARY.
10009
10010 1999-10-05  Stan Shebs  <shebs@andros.cygnus.com>
10011
10012         From Dmitry Sivachenko <demon@gpad.ac.ru>:
10013         * gdb.texinfo: Use GDBP and GDBN everywhere, fix a couple other
10014         typos.
10015
10016         * gdb.texinfo: Various minor wording and formatting improvements,
10017         mentions of additional command-line options.
10018
10019 1999-09-30  Fred Fish  <fnf@cygnus.com>
10020
10021         * gdb.texinfo:  Document additional forms of specifying section
10022         names and addresses for the add-symbol-file command.
10023
10024 1999-09-14  Michael Snyder  <msnyder@cleaver.cygnus.com>
10025
10026         * gdbint.texinfo: Fix typo, add the word "have".
10027
10028 1999-09-14  Jim Blandy  <jimb@cris.red-bean.com>
10029
10030         * gdbint.texinfo (Target Architecture Definition): Document the
10031         SKIP_PERMANENT_BREAKPOINT macro.
10032
10033 1999-09-07  Stan Shebs  <shebs@andros.cygnus.com>
10034
10035         * gdb.texinfo: Fiks speling errers.
10036
10037         * gdb.texinfo: Fix uses of @multitable.
10038
10039         From Eli Zaretskii  <eliz@gnu.org>:
10040         * gdb.texinfo: Include details specific to DOS host, clarify
10041         some confusing language, fix @ref/@xref/@pxref usages, add
10042         comments about using with optimization, add more indexing,
10043         fix info about disassembly-flavor.
10044
10045 Tue Sep  7 09:11:24 1999  Kevin Buettner  <kevinb@cygnus.com>
10046
10047         * gdbint.texinfo (IN_SOLIB_DYNSYM_RESOLVE_CODE,
10048         SKIP_SOLIB_RESOLVER): Define.
10049
10050 Fri Sep  3 18:05:14 1999  Andrew Cagney  <cagney@b1.cygnus.com>
10051
10052         * gdb.texinfo (Protocol): Review.  Add tables describing ``q'' and
10053         ``g'' packets.
10054
10055 1999-08-30  Stan Shebs  <shebs@andros.cygnus.com>
10056
10057         * gdb.texinfo: Create a new "Configurations" chapter with
10058         platform-specific info, inline remote.texi and move sections of it
10059         into the new chapter, move bits about info proc, heuristic search,
10060         and register stack into the new chapter.
10061         * remote.texi: Remove, now part of gdb.texinfo.
10062         * Makefile.in (SFILES_INCLUDED): Remove ref to remote.texi.
10063
10064 1999-08-27  Jason Molenda  (jsm@bugshack.cygnus.com)
10065
10066         * gdbint.texinfo (GDB_TARGET_IS_SUN3, GDB_TARGET_IS_SUN386,
10067         GDB_TARGET_IS_MACH386): These kludges have gone away.
10068
10069 Wed Aug 25 10:47:03 1999  Andrew Cagney  <cagney@b1.cygnus.com>
10070
10071         * gdbint.texinfo (Target Architecture Definition): Mention
10072         TDEPLIBS.
10073
10074 1999-08-20  Stan Shebs  <shebs@andros.cygnus.com>
10075
10076         * gdb.texinfo: Remove remaining "HPPA" conditionals, rewrite
10077         surrounding text to fit HP-UX bits into general info.
10078         (HPPA-cfg.texi): Remove, no longer useful.
10079
10080         * gdb.texinfo: Remove explicit links from @node lines, remove
10081         HP-added "Detailed Node Listing" from main menu which confuses
10082         things.
10083
10084         From Dmitry Sivachenko <dima@Chg.RU>:
10085         * gdb.texinfo: Use @value{GDBN} instead of plain GDB, fix grouping
10086         in description of `set environment'.
10087
10088 1999-08-17  Stan Shebs  <shebs@andros.cygnus.com>
10089
10090         * gdbint.texinfo: Update coding standard to allow pure ANSI/ISO C.
10091
10092 1999-08-12  Ben Elliston  <bje@cygnus.com>
10093
10094         * gdbint.texinfo (Breakpoint Handling): Add missing words.
10095
10096 1999-08-10  Eli Zaretskii  <eliz@gnu.org>
10097
10098         * gdb.texinfo (Set Watchpoints): Explain some subtleties about
10099         watch, awatch, and rwatch.  Explain why the latter two cannot be
10100         set as software watchpoints.  Document that watchpoints for local
10101         variables are deleted when the debuggee terminates.
10102
10103 Wed Aug 11 13:18:14 1999  Andrew Cagney  <cagney@amy.cygnus.com>
10104
10105         * remote.texi (Protocol): Further clarification of the "qRcmd"
10106         packet.  Allow E.. response packet.  "qRcmd" packet is no longer
10107         reserved.
10108
10109 1999-08-10  Elena Zannoni  <ezannoni@kwikemart.cygnus.com>
10110
10111         * Makefile.in: Rename inc-hist.texi to inc-hist.texinfo.
10112         * gdb.texinfo: Ditto.
10113
10114 1999-08-06  Tom Tromey  <tromey@cygnus.com>
10115
10116         * gdb.texinfo (KOD): New node.
10117
10118 Fri Aug  6 17:05:48 1999  Andrew Cagney  <cagney@b1.cygnus.com>
10119
10120         * remote.texi (Rcmd): Fix minor formatting typos.
10121
10122 Thu Aug  5 17:57:41 1999  Andrew Cagney  <cagney@b1.cygnus.com>
10123
10124         * remote.texi (protocol qRcmd): Allow ``OK'' and ``O...'' response
10125         packets.
10126
10127 1999-07-14  Jim Blandy  <jimb@zwingli.cygnus.com>
10128
10129         * gdbint.texinfo (PREPARE_TO_PROCEED, ADDR_BITS_REMOVE): Doc
10130         fixes.
10131
10132 Tue Jun 29 11:43:55 1999  Andrew Cagney  <cagney@b1.cygnus.com>
10133
10134         * gdbint.texinfo (SAVE_DUMMY_FRAME_TOS): Define.
10135
10136 Fri Jun 25 11:47:06 1999  Andrew Cagney  <cagney@b1.cygnus.com>
10137
10138         * remote.texi (Communication Protocol): ``v'' is in use. Fix
10139         numerous formatting errors.  Clarify ``i''.  Mark ``i'', ``Z'',
10140         ``z'' and ``qRcmd'' as draft instead of reserved.  Identify
10141         packets that are not supported on all hosts. Expand examples.
10142         Spell check.
10143
10144 1999-06-24  Jason Molenda  (jsm@bugshack.cygnus.com)
10145
10146         * Makefile.in: Recognize html, install-html.  Add targets
10147         to build HTML versions of documentation via texi2html.
10148
10149 Thu Jun 24 15:59:03 1999  Stan Shebs  <shebs@andros.cygnus.com>
10150
10151         * gdbint.texinfo (Testsuite): New chapter, information about the
10152         testsuite.
10153
10154 Fri Jun 25 02:40:34 1999  Andrew Cagney  <cagney@b1.cygnus.com>
10155
10156         * remote.texi (Communication Protocol): Rewrite.
10157
10158 Thu Jun 24 16:59:54 1999  Andrew Cagney  <cagney@b1.cygnus.com>
10159
10160         * stabs.texinfo: Fix uses of xref.
10161
10162 Thu Jun 17 17:23:25 1999  Stan Shebs  <shebs@andros.cygnus.com>
10163
10164         * gdbint.texinfo: Add an anti-printf exhortation, and update the
10165         info about patch submission.
10166
10167 Mon Jun  7 15:49:40 1999  Stan Shebs  <shebs@andros.cygnus.com>
10168
10169         From Per Bothner  <bothner@cygnus.com>:
10170         * gdb.texinfo: Document Chill support.
10171
10172 Fri Jun  4 16:58:22 1999  Andrew Cagney  <cagney@b1.cygnus.com>
10173
10174         * gdbint.texinfo (SP_REGNUM, FP_REGNUM, PC_REGNUM): Add reference
10175         to corresponding TARGET_READ_reg TARGET_WRITE_reg macros.
10176         Document that the value should be greater-than or equal-to zero.
10177         (NO_STD_REGS): Document. Deprecate.
10178
10179 Tue Jun  1 15:04:15 1999  Andrew Cagney  <cagney@b1.cygnus.com>
10180
10181         * gdbint.texinfo (TARGET_COMPLEX_BIT, TARGET_DOUBLE_COMPLEX_BIT):
10182         Document that these are not used.
10183
10184 Thu May 27 09:28:15 1999  Andrew Cagney  <cagney@b1.cygnus.com>
10185
10186         * gdbint.texinfo (EXTRACT_STRUCT_VALUE_ADDRESS_P): Document.
10187
10188 Mon May 24 10:07:39 1999  Andrew Cagney  <cagney@b1.cygnus.com>
10189
10190         * gdbint.texinfo (FRAME_NUM_ARGS): Update definition.  Parameter
10191         numargs was dropped.
10192
10193 Thu May 20 12:26:59 1999  Andrew Cagney  <cagney@b1.cygnus.com>
10194
10195         * gdbint.texinfo (FRAMELESS_FUNCTION_INVOCATION): Update.
10196
10197 Tue Apr 27 19:14:20 1999  Andrew Cagney  <cagney@b1.cygnus.com>
10198
10199         * gdbint.texinfo (SKIP_PROLOGUE, SKIP_PROLOGUE_FRAMELESS_P):
10200         Update.
10201
10202 Thu Apr 22 13:07:37 1999  Andrew Cagney  <cagney@b1.cygnus.com>
10203
10204         * gdbint.texinfo (USE_GENERIC_DUMMY_FRAMES): Document.
10205         (GET_SAVED_REGISTER): Update, not just the a29k uses this.
10206
10207 Wed Apr 21 13:59:01 1999  Dave Brolley  <brolley@cygnus.com>
10208
10209         * gdbint.texinfo: Fix typos: $ -> @.
10210
10211 Tue Apr 20 11:59:38 1999  Andrew Cagney  <cagney@b1.cygnus.com>
10212
10213         * gdbint.texinfo (REGISTER_NAMES, BREAKPOINT, BIG_BREAKPOINT,
10214         LITTLE_BREAKPOINT, LITTLE_REMOTE_BREAKPOINT,
10215         BIG_REMOTE_BREAKPOINT): Deprecate in favor of REGISTER_NAME and
10216         BREAKPOINT_FROM_PC.
10217
10218 Mon Apr 12 16:00:44 1999  Andrew Cagney  <cagney@b1.cygnus.com>
10219
10220         * gdbint.texinfo (CALL_DUMMY_STACK_ADJUST_P,
10221         CALL_DUMMY_STACK_ADJUST): Document.
10222
10223 Thu Apr  8 17:23:15 1999  Andrew Cagney  <cagney@b1.cygnus.com>
10224
10225         * gdbint.texinfo (CALL_DUMMY_P, CALL_DUMMY_WORDS,
10226         SIZEOF_CALL_DUMMY_WORDS, CALL_DUMMY): Define.
10227
10228 1999-04-02  Stan Shebs  <shebs@andros.cygnus.com>
10229
10230         * gdbint.texinfo (MAINTENANCE_CMDS): Remove ref, since it no
10231         longer exists.
10232
10233 Tue Mar  9 19:25:11 1999  Stan Shebs  <shebs@andros.cygnus.com>
10234
10235         * gdb.texinfo, remote.texi, all-cfg.texi, HPPA-cfg.texi: Remove
10236         nearly all @ifset/@ifclear conditionals; nobody uses them, and
10237         they make the manual source incomprehensible.
10238         * h8-cfg.texi: Remove, hasn't been used in years.
10239
10240 Thu Feb 11 18:00:59 1999  Stan Shebs  <shebs@andros.cygnus.com>
10241
10242         * gdb.texinfo: Update the credits.
10243
10244 Mon Feb  8 17:33:57 1999  Stan Shebs  <shebs@andros.cygnus.com>
10245
10246         * gdb.texinfo: Fix mistakes noticed in printout of last
10247         draft, add Alpha to discussion of heuristic fence post.
10248
10249 Fri Feb  5 17:20:00 1999  Stan Shebs  <shebs@andros.cygnus.com>
10250
10251         * gdb.texinfo, remote.texi: Many changes; update to Seventh
10252         Edition, merge some HP changes into mainline, describe some
10253         previously undocumented features, describe more of the target
10254         commands available, eliminate obsolete section on renamed
10255         commands.
10256         * all-cfg.texi, HPPA-cfg.texi: Remove some obsolete conditionals.
10257
10258 Wed Jan 20 17:47:45 1999  Stan Shebs  <shebs@andros.cygnus.com>
10259
10260         * gdb.texinfo: Make many HPPA conditionals unconditional,
10261         including catchpoint description, since now on for all configs.
10262         * all-cfg.texi: @clear HPPA, since is mainly for very HP-specific
10263         specializations.
10264
10265 Thu Jan 14 17:10:12 1999  Stan Shebs  <shebs@andros.cygnus.com>
10266
10267         * Makefile.in (GDBvn.texi): Fix match expression to work with
10268         current format of VERSION in gdb/Makefile.in.
10269         * gdb.texinfo: Fix node ref to match new readline.
10270
10271 Wed Jan 13 10:38:40 1999  Edith Epstein  <eepstein@sophia.cygnus.com>
10272
10273         * gdb.texinfo: Changes made as part of a project to merge in
10274           changes made by HP. Documentation makes extensive use of
10275           @ifclear HPPA and @ifset HPPA. The HP manual omits doumentation
10276           on remote debugging. There are differences in documentation
10277           (HP vs.  non-HP) on C++ support (aCC vs. gnu gcc++). Also,
10278           the HP manual discusses catchpoints, hardware watchpoints, and
10279           some HPUX specific limitations for shared library support.
10280
10281           There are also a number of @node changes.
10282
10283 1999-01-12  Jason Molenda  (jsm@bugshack.cygnus.com)
10284
10285         * gdbint.texinfo (Formatting): Disambiguate a sentence.
10286         (C Usage): Same.
10287
10288 Wed Jan  6 11:55:34 1999  David Taylor  <taylor@texas.cygnus.com>
10289
10290         The following changes were made by Edith Epstein
10291         <eepstein@cygnus.com> as part of a project to merge in changes
10292         made by HP.
10293
10294         * HPPA-cfg.texi: new file.
10295
10296         * all-cfg.texi: set HPPA for HP PA-RISC targets.
10297
10298         * refcard.tex: change documentation about catch.
10299           removed info catch.
10300
10301 Mon Jan  4 18:29:18 1999  Stan Shebs  <shebs@andros.cygnus.com>
10302
10303         * gdbint.texinfo: Expand on GDB's coding standards,
10304         specify the use of arg names with prototypes.
10305
10306 1998-12-14  J.T. Conklin  <jtc@redbacknetworks.com>
10307
10308         * gdb.texinfo: Fix tipo.
10309
10310 Sun Dec 13 10:27:59 1998  Andrew Cagney  <cagney@b1.cygnus.com>
10311
10312         * gdbint.texinfo: Document TARGET_BYTE_ORDER_DEFAULT and
10313         TARGET_BYTE_ORDER_SELECTABLE_P.
10314
10315 Thu Dec 10 16:07:09 1998  Andrew Cagney  <cagney@b1.cygnus.com>
10316
10317         * gdbint.texinfo (FRAME_FIND_SAVED_REGS): Document.
10318
10319 1998-12-09  Jim Blandy  <jimb@zwingli.cygnus.com>
10320
10321         * agentexpr.texi: New file.
10322
10323 Wed Dec  9 21:13:57 1998  Andrew Cagney  <cagney@chook>
10324
10325         * gdbint.texinfo (REGISTER_NAME): Replace REGISTER_NAMES.
10326
10327 1998-12-03  J.T. Conklin  <jtc@redbacknetworks.com>
10328
10329         * remote.texi: Changed wording that implied that the GDB remote
10330         protocol caches register values instead of GDB itself.
10331
10332 Tue Dec  1 17:45:43 1998  Stan Shebs  <shebs@andros.cygnus.com>
10333
10334         * gdbint.texinfo: Add some info about symbol readers.
10335         (CHILL_PRODUCER, etc): Comment out descriptions, not useful.
10336         (IN_SOLIB_CALL_TRAMPOLINE): Rename info from IN_SOLIB_TRAMPOLINE.
10337         (IN_SOLIB_RETURN_TRAMPOLINE): Describe.
10338         (KERNEL_DEBUGGING, MIPSEL): No info about these, remove.
10339
10340 Mon Nov 30 11:32:21 1998  Andrew Cagney  <cagney@chook>
10341
10342         * gdbint.texinfo (FRAME_CHAIN_VALID_ALTERNATE):
10343
10344 Sat Nov 28 13:45:53 1998  Andrew Cagney  <cagney@b1.cygnus.com>
10345
10346         * gdbint.texinfo (INNER_THAN): Update, now takes parameters.
10347
10348 Fri Nov 27 12:39:45 1998  Andrew Cagney  <cagney@chook>
10349
10350         * gdbint.texinfo (NO_SINGLE_STEP): Replace with
10351         SOFTWARE_SINGLE_STEP_P and SOFTWARE_SINGLE_STEP.
10352
10353 Wed Oct 14 10:02:40 1998  Andrew Cagney  <cagney@b1.cygnus.com>
10354
10355         * gdbint.texinfo: Fix minor typos.
10356
10357 Wed Sep 30 18:03:19 1998  Stan Shebs  <shebs@andros.cygnus.com>
10358
10359         * gdbint.texinfo: Complete overhaul.  Group descriptions more
10360         logically, add more info on generic algorithms, remove much
10361         obsolete and/or wrong material.
10362
10363 Fri Jul 24 17:51:38 1998  Ian Lance Taylor  <ian@cygnus.com>
10364
10365         * stabs.texinfo (Method Type Descriptor): Expand and correct.
10366
10367 Mon May  4 10:37:12 1998  Brian Youmans (3diff@gnu.org)
10368
10369         * refcard.tex:  Copyright, address updates.
10370
10371 Tue Apr 21 18:09:56 1998  Stan Shebs  <shebs@andros.cygnus.com>
10372
10373         * gdb.texinfo (EDITION, DATE): Update and change to use ordinals
10374         for the edition instead of confusing GDB-version-like numbers.
10375
10376 Mon Apr 13 14:05:00 1998  Fred Fish  <fnf@cygnus.com>
10377
10378         * gdb.texinfo (hbreak, watch): Fix typo, "date" -> "data".
10379
10380 Thu Apr  2 16:52:44 1998  Jason Molenda  (crash@bugshack.cygnus.com)
10381
10382         * LRS: Reformat a bit to keep text under 80 columns.
10383
10384 Thu Apr  2 16:10:36 1998  Stan Shebs  <shebs@andros.cygnus.com>
10385
10386         * gdb.texinfo: Add some credits, mention bug monitor.
10387         * remote.texi: Mention mips monitor targets.
10388         * gdbint.texinfo: Describe SP_REGNUM, STEP_SKIPS_DELAY.
10389
10390 Mon Feb  2 17:13:03 1998  Stan Shebs  <shebs@andros.cygnus.com>
10391
10392         * gdbint.texinfo: Remove obsolete mentions of pinsn.c and opcode.h
10393         files, finish sorting of host vs target vs native macros, describe
10394         some more of them.
10395
10396 Tue Jan 13 16:44:50 1998  Fred Fish  <fnf@cygnus.com>
10397
10398         * gdbint.texinfo (Host Conditionals): Document change from
10399         using NO_MMALLOC to it's inverse, USE_MMALLOC.
10400
10401 Mon Nov 24 13:55:21 1997  Andrew Cagney  <cagney@b1.cygnus.com>
10402
10403         * gdbint.texinfo (Host Conditionals): Document
10404         PRINTF_HAS_LONG_DOUBLE, SCANF_HAS_LONG_DOUBLE, HAVE_LONG_DOUBLE.
10405
10406 Fri Jul  4 14:52:31 1997  Ian Lance Taylor  <ian@cygnus.com>
10407
10408         * gdbint.texinfo (Host Conditionals): Add CRLF_SOURCE_LINES.
10409         Document LSEEK_NOT_LINEAR.
10410
10411 Tue Mar 25 14:44:09 1997  Ian Lance Taylor  <ian@cygnus.com>
10412
10413         * stabs.texinfo (Stab Section Basics): Make it clear that only
10414         some versions of the GNU linker remove the leading N_UNDF symbol.
10415
10416 Thu Feb 27 17:45:19 1997  Ian Lance Taylor  <ian@cygnus.com>
10417
10418         * stabs.texinfo (String Field): Document type number pairs here,
10419         instead of in the Sun specific section.
10420         (Include Files): The GNU linker supports the N_BINCL
10421         optimization.  Clarify the N_BINCL value, and what it is used
10422         for.
10423         (Procedures): Document N_FUN with an empty string to mark the end
10424         of a function.
10425         (Typedefs): Mention that Sun compilers may use N_GSYM for a type.
10426         (Sun Differences): Remove this node, as the information is now
10427         elsewhere in the main document.
10428         (Stab Section Basics): Mention that the GNU linker may optimize
10429         stabs and remove the leading N_UNDF symbol.
10430
10431 Mon Dec  9 12:23:32 1996  Roland Pesch  <roland@wrs.com>
10432
10433         * gdb.texinfo, refcard.tex: Restore author credit
10434
10435 Wed Oct  2 22:01:36 1996  Fred Fish  <fnf@fishfood.ninemoons.com>
10436
10437         * gdbint.texinfo (SIGTRAMP_START, SIGTRAMP_END): Update
10438         documentation to account for START and END macros taking
10439         one arg.
10440
10441 Thu Aug 22 17:59:03 1996  Fred Fish  <fnf@cygnus.com>
10442
10443         From: Eberhard Mattes <mattes@azu.informatik.uni-stuttgart.de>
10444         * gdb.texinfo (Frames): Fix typo.
10445
10446 Tue Jul 23 10:06:20 1996  Fred Fish  <fnf@cygnus.com>
10447
10448         * gdbint.texinfo (NO_SINGLE_STEP): Document that single_step takes
10449         a target_signal as arg type, not a pid.
10450
10451 Fri Jul 12 11:10:05 1996  Stu Grossman  (grossman@critters.cygnus.com)
10452
10453         * gdb.texinfo:  Document `set assembly-language'.
10454
10455 Thu Jul 11 13:50:28 1996  Stan Shebs  <shebs@andros.cygnus.com>
10456
10457         * remote.texi: Update list of stubs in the GDB distribution.
10458
10459 Fri Jul  5 15:38:54 1996  Fred Fish  <fnf@cygnus.com>
10460
10461         * gdbint.texinfo (NO_MMCHECK): Renamed from NO_MMALLOC_CHECK.
10462         Also document that some systems can use mmalloc but must define
10463         this if their C runtime allocates memory that is later freed.
10464         (MMCHECK_FORCE): Document new macro.
10465
10466 Fri Jun 28 22:17:10 1996  Dawn Perchik  <dawn@cygnus.com>
10467
10468         * remote.texi: Add documentation for target Sparclet.
10469
10470 Mon Jun 24 18:12:22 1996  Jason Molenda  (crash@godzilla.cygnus.co.jp)
10471
10472         * Makefile.in (srcdir, VPATH, prefix, infodir, INSTALL,
10473         INSTALL_PROGRAM, INSTALL_DATA): Use autoconf set values.
10474         * configure.in: Rewritten for autoconf.
10475         * configure: New.
10476
10477 Mon Jun 17 10:43:41 1996  Fred Fish  <fnf@cygnus.com>
10478
10479         * Makefile.in (DVIPS): New define, set to dvips.
10480         (dvi): Add stabs.dvi.
10481         (ps): New target.
10482         (all-doc): Depend on info, dvi, and ps targets.
10483         (STAGESTUFF): Add *.ps and *.dvi files.
10484         (clean-info, clean-dvi): Remove.
10485         (mostlyclean): Does not depend upon clean-info or clean-dvi,
10486         rules completely rewritten.
10487         (maintainer-clean): Remove clean-info and clean-dvi
10488         dependencies and put their actions in the rules.
10489         (gdb.ps): New target
10490         (gdb.dvi, gdbgui.dvi, gdbint.dvi, stabs.dvi): Remove
10491         intermediate TeX files, whether they have 2 or 3 character
10492         extensions.
10493         (gdbint.ps): Add target and rules.
10494         (gdb-internals): Delete unused target.
10495         (Makefile): Depends upon config.status also.
10496
10497 Sat Mar 30 15:46:58 1996  Fred Fish  <fnf@cygnus.com>
10498
10499         * gdbint.texinfo (CC_HAS_LONG_LONG): Clarify when/how this is
10500         set.
10501
10502 Sat Mar 16 15:10:20 1996  Fred Fish  <fnf@cygnus.com>
10503
10504         From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>
10505         * gdb.texinfo (Expressions): Fix erroneous array constant example.
10506
10507 Sat Mar 16 13:28:45 1996  Fred Fish  <fnf@cygnus.com>
10508
10509         * gdb.texinfo: Add missing "@bullet" to some "@itemize" commands.
10510
10511 Sat Feb 10 03:28:36 1996  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
10512
10513         * gdb.texinfo (Print settings):  Document
10514         `set/show print static-members' commands.
10515
10516 Wed Jan 10 14:16:37 1996  Fred Fish  <fnf@cygnus.com>
10517
10518         * gdbint.texinfo (Native): Document name change, coredep.c to
10519         core-aout.c.
10520
10521 Wed Dec 13 12:35:28 1995  Ian Lance Taylor  <ian@cygnus.com>
10522
10523         * stabs.texinfo (Include Files): Document the values the SunOS4
10524         linker creates for N_BINCL/N_EINCL/N_EXCL stabs.
10525
10526 Fri Dec  8 21:08:44 1995  Fred Fish  <fnf@cygnus.com>
10527
10528         * gdbint.texinfo (Releases): Change gdb.tar.Z to gdb.tar.gz.
10529         Fix typo.
10530
10531 Fri Dec  1 11:07:50 1995  Fred Fish  <fnf@cygnus.com>
10532
10533         * gdbint.texinfo (Releases): Make "gdb.tar.gz" rather than
10534         "gdb.tar.Z".
10535
10536 Wed Sep 20 13:14:10 1995  Ian Lance Taylor  <ian@cygnus.com>
10537
10538         * Makefile.in (maintainer-clean): New target, synonym for
10539         realclean.
10540
10541 Thu Aug  3 10:45:37 1995  Fred Fish  <fnf@cygnus.com>
10542
10543         * Update all FSF addresses except those in COPYING* files.
10544
10545 Wed Jul 19 18:43:03 1995  Stan Shebs  <shebs@andros.cygnus.com>
10546
10547         From Richard Earnshaw (rearnsha@armltd.co.uk):
10548         * gdb.texinfo (convenience variables): Document $_exitcode.
10549         (quit): Document optional expression to use as exit code.
10550
10551 Thu Jun 22 21:27:33 1995  Victoria Mixon  <victoria@cygnus.com>
10552
10553         * gdb.texinfo, remote.texi: Brought up to date with various
10554         GDB changes.
10555
10556 Tue Jun 20 14:35:38 1995  Stan Shebs  <shebs@andros.cygnus.com>
10557
10558         * gdb.texinfo: Update dates and versions, fix comments about
10559         hardware watchpoints in future releases and about the
10560         sharedlibrary command.
10561
10562 Mon May  8 09:30:36 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
10563
10564         * stabs.texinfo: Remove node `XCOFF differences'.  Describe value of
10565         C_FUN stab.  Other cleanups.
10566
10567 Wed Apr 19 07:02:19 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
10568
10569         * remote.texi (Bootstrapping): Clarify that flush_i_cache is only
10570         for the sparc stub.
10571
10572 Tue Apr 11 11:41:49 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
10573
10574         * annotate.texi: Clarify which addresses have differing formats
10575         depending on the language and which do not.
10576
10577 Tue Mar 28 16:56:22 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
10578
10579         * remote.texi (NetWare): Changed example to use BOARD= instead of
10580           NODE= argument to reflect correspoding change to gdbserve.nlm.
10581
10582 Fri Mar 17 06:47:02 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
10583
10584         * stabs.texinfo (Negative Type Numbers): Mention the fact that
10585         GDB, as well as AIX dbx, supports the size type attribute.
10586
10587 Thu Mar 16 12:11:32 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
10588
10589         * stabs.texinfo (Negative Type Numbers): Document types -31 to -34.
10590
10591 Mon Mar 13 16:49:13 1995  Per Bothner  <bothner@kalessin.cygnus.com>
10592
10593         * gdb.texinfo (Define):  Document $arg0... arguments to commands,
10594         and new 'if' and 'while' commands.
10595
10596 Fri Feb 17 15:24:35 1995  Per Bothner  <bothner@kalessin.cygnus.com>
10597
10598         * gdb.texinfo (Artificial arrays):  Note use of coerce-to-array-type.
10599
10600 Wed Feb 15 11:59:18 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
10601
10602         * all-cfg.texi: New flag, GDBSERVE, for NetWare's gdbserve.nlm.
10603         * remote.texi (NetWare): New node, how to use gdbserve.nlm on
10604           NetWare targets.  Mostly stolen from the Server node.
10605
10606 Fri Feb 10 20:20:08 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
10607
10608         * gdb.texinfo (Setting): Talk about the language of a source file
10609         versus the working language.  The old documentation did not match
10610         what GDB did.
10611
10612 Wed Feb  1 20:26:36 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
10613
10614         * stabs.texinfo (Source Files): Document N_SO used to mark the end
10615         of a source file.
10616
10617 Mon Jan 23 14:23:37 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
10618
10619         * gdb.texinfo (Processes): New node.
10620
10621 Tue Jan 17 14:09:03 1995  Ian Lance Taylor  <ian@sanguine.cygnus.com>
10622
10623         * remote.texi: Update documentation of set/show mipsfpu.
10624
10625 Fri Jan  6 17:17:28 1995  Stan Shebs  <shebs@andros.cygnus.com>
10626
10627         * gdbgui.texinfo: New file, manual for GUI (gdbtk) users.
10628         * Makefile.in (gdbgui.dvi, gdbgui.info): New actions.
10629
10630 Sun Sep  4 16:47:21 1994  Stan Shebs  (shebs@andros.cygnus.com)
10631
10632         * gdbint.texinfo: Removed mentions of some incorrectly placed and
10633         obsolete conditionals, described some others.
10634
10635 Mon Aug  1 15:42:39 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
10636
10637         * gdbint.texinfo: Remove references to BROKEN_LARGE_ALLOCA and
10638         SET_STACK_LIMIT_HUGE; they were removed from GDB 14 May 1994.
10639
10640 Mon Aug  1 15:12:02 1994  Stan Shebs  (shebs@andros.cygnus.com)
10641
10642         * gdbint.texinfo: Put regex conditionals in their own table.
10643
10644 Tue Jul 26 18:32:52 1994  Stan Shebs  (shebs@andros.cygnus.com)
10645
10646         * gdbint.texinfo: Removed mentions of many obsolete conditionals,
10647         described or fixed the descriptions of many others.
10648
10649 Sun Jul 17 14:14:03 1994  Stan Shebs  (shebs@andros.cygnus.com)
10650
10651         * gdb.texinfo: Add some more credits.
10652         * gdbint.texinfo: Capitalize GDB consistently, describe some
10653         macros and remove some.
10654
10655 Thu Jul 14 18:43:17 1994  Stan Shebs  (shebs@andros.cygnus.com)
10656
10657         * gdbint.texinfo: Removed mentions of many incorrectly placed and
10658         obsolete conditionals, described some others.
10659
10660 Tue Jul 12 12:23:15 1994  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
10661
10662         * gdb.texinfo (help targets):  Changed to `help target', which
10663         is the correct gdb command.
10664
10665 Wed Jun 22 18:00:51 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
10666
10667         * annotate.texi (TODO): New node, for keeping track of annotations
10668         suggested but not yet implemented.
10669
10670 Wed Jun  1 16:10:45 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
10671
10672         * stabs.texinfo (Statics): Value of xcoff C_BSTAT points to
10673         another symbol, it is not the address itself.
10674
10675 Thu May  5 20:23:36 1994  Stan Shebs  (shebs@andros.cygnus.com)
10676
10677         * stabs.texinfo (Stab Section Basics): Add comment about alignment
10678         of stabs-in-coff sections.
10679
10680 Wed May  4 06:26:11 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
10681
10682         * annotate.texi: Change edition to 0.5 and date to May 1994.
10683         Add index.
10684         (Frames): New node, for frame annotation.
10685         (Displays): New node, for display annotation.
10686
10687         * remote.texi (MIPS Remote): Say that set timeout doesn't apply
10688         when waiting for your program to stop.
10689
10690 Fri Apr 29 18:24:46 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
10691
10692         * annotate.texi (Breakpoint Info): Document annotation of header
10693         fields and record annotation.
10694
10695 Thu Apr 28 07:44:28 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
10696
10697         * annotate.texi: New file, to document annotations.
10698
10699 Thu Apr 21 14:20:51 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
10700
10701         * Makefile.in (clean): Don't remove GDBvn.texi (apparently on Jan
10702         16 I meant to make this change but did not).  Do remove gdb-cfg.texi.
10703
10704 Wed Apr 20 11:22:48 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
10705
10706         * stabs.texinfo (Stab Section Basics): Say what is in .stab
10707         section, and say n_strx field is compilation unit relative.
10708         * stabs.texinfo: Don't use @code for a.out when it is the name of
10709         an object file format.
10710
10711 Wed Apr 13 20:29:54 1994  Jim Kingdon  (kingdon@deneb.cygnus.com)
10712
10713         * gdb.texinfo: Refer to file names, not path names, per rms
10714         convention.
10715         (Arguments): Fix typo.
10716
10717 Thu Mar 24 08:09:12 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
10718
10719         * stabs.texinfo (Global Variables): Talk about stabs in files
10720         where variables are referenced, but not defined.
10721
10722 Wed Mar 23 07:16:36 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
10723
10724         * stabs.texinfo: Move stuff on @ and # type descriptors from node
10725         Cplusplus to new nodes Member Type Descriptor and Method Type
10726         Descriptor.  Re-write stuff for #.
10727
10728 Wed Mar 16 08:20:19 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
10729
10730         * gdb.texinfo (Print Settings): Don't document "set print
10731         fast-symbolic-addr off".  The bug which it worked around was fixed
10732         on 25 Feb 94 in coffread.c, so I'm nuking the command.
10733
10734         * stabs.texinfo (Alternate Entry Points): New node, rewritten from
10735         N_ENTRY node.
10736
10737         * stabs.texinfo (Type Descriptors): Add 'Y' type descriptor.
10738
10739 Tue Mar 15 08:43:02 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
10740
10741         * gdbint.texinfo (Host Conditionals, Target Conditionals): Remove
10742         references to ieee-float.c.
10743
10744 Fri Mar 11 08:09:40 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
10745
10746         * gdb.texinfo (Set Breaks): Update documentation for tbreak to
10747         match what the code actually does.
10748
10749 Wed Mar  9 19:43:05 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
10750
10751         * stabs.texinfo (Symbol Descriptors): Add OS9000 symbol descriptor s.
10752
10753 Tue Mar  1 17:04:43 1994  Jim Kingdon  (kingdon@deneb.cygnus.com)
10754
10755         * stabs.texinfo (Type Descriptors): Add OS9000 type descriptors c,
10756         i, and b.
10757
10758 Wed Feb 23 10:44:18 1994  Jim Kingdon  (kingdon@rtl.cygnus.com)
10759
10760         * stabs.texinfo: Document N_RBRAC as function relative for COFF as
10761         well as for ELF and SOM.  Unify the descriptions of ELF and SOM
10762         as "stabs in sections" rather than just saying "ELF and SOM".
10763         Also make that stuff apply to COFF.
10764
10765 Fri Feb 18 08:25:58 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
10766
10767         * gdb.texinfo (Formatting Documentation): Change GhostScript to
10768         Ghostscript.
10769
10770 Fri Feb  4 06:31:31 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
10771
10772         * gdb.texinfo (Continuing and Stepping): When talking about "step"
10773         versus functions without line numbers, also mention stepping into
10774         them as well as "step" when you are in them.  Tell the user how to
10775         deal with the situation.  Add comment about "debugging information".
10776
10777 Thu Feb  3 11:39:59 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
10778
10779         * stabs.texinfo (Enumerations): Document restriction on where
10780         enumeration types can appear and still win with GDB.
10781
10782 Wed Feb  2 11:29:17 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
10783
10784         * stabs.texinfo (Negative Type Numbers): Document format for type
10785         -16.
10786
10787 Thu Jan 27 16:53:56 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
10788
10789         * gdb.texinfo (Selection, Frame Info): Update information about
10790         arbitrary frame specficiations.
10791
10792 Wed Jan 26 15:31:57 1994  Roland H. Pesch  (pesch@fowanton.cygnus.com)
10793
10794         * gdb.texinfo, remote.texi: general editing pass prior to Net release
10795
10796 Tue Jan 25 12:12:04 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
10797
10798         * stabs.texinfo (String Field): Discuss continuing stabs with ?.
10799
10800 Wed Jan 19 06:39:24 1994  David J. Mackenzie  (djm@thepub.cygnus.com)
10801
10802         * stabs.texinfo (Non-Stab Symbol Types): Mention N_SET* | N_EXT.
10803
10804 Sun Jan 16 12:43:32 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
10805
10806         * stabs.texinfo: Re-do stuff about C_BSTAT and move from XCOFF
10807         Differences node to Statics node.
10808         (Statics): Discuss XCOFF use of V symbol descriptor.
10809
10810         * Makefile.in: Remove refcard.dvi and GDBvn.texi in realclean,
10811         not clean.
10812
10813 Wed Jan 12 21:29:54 1994  John Gilmore  (gnu@cygnus.com)
10814
10815         * gdb.texinfo (Print Settings): Document `set print
10816         fast-symbolic-addr' and improve the doc for some other
10817         `set print's.
10818
10819 Mon Jan  3 17:23:07 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
10820
10821         * stabs.texinfo (String Field): Talk about defining several type
10822         numbers at once.
10823         Fix lint regarding changing node ELF Transformations to
10824         ELF and SOM Transformations.
10825
10826 Fri Dec 31 00:42:43 1993  John Gilmore  (gnu@cygnus.com)
10827
10828         * stabs.texinfo:  Insert Peter Kessler's name as inventor (I think).
10829
10830 Tue Dec 28 09:30:40 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
10831
10832         * stabs.texinfo (Cross-References): `::' is for nested types only
10833         within <>.
10834         (Structures): Document static members.
10835
10836 Mon Dec 27 13:55:04 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
10837
10838         * stabs.texinfo: Document S type attribute.
10839
10840 Sun Dec 26 20:46:36 1993  Jeffrey A. Law  (law@snake.cs.utah.edu)
10841
10842         * stabs.texinfo: Add notes about stabs-in-som where appropriate.
10843
10844 Fri Dec  3 19:13:19 1993  John Gilmore  (gnu@cygnus.com)
10845
10846         * gdbint.texinfo:  Fix a few typos.
10847
10848 Sun Nov 28 18:06:25 1993  Roland H. Pesch  (pesch@fowanton.cygnus.com)
10849
10850         * gdb.texinfo, remote.texi: formatting improvements
10851
10852         * gdb.texinfo (New Features): mention threads.
10853         (Summary, C): fix xrefs in newly contributed text.
10854         (Threads): index entries, clarifications, example
10855         (passim): minor typos fixed, phrasing improvements
10856
10857         * remote.texi (Bootstrapping): rephrase text on ^C and add index
10858         entries; (Server): explain use of gdbserver w/real-time systems,
10859         add example of conflicting TCP port; (MIPS Remote) break up
10860         running text into table, highlighting commands, and add example.
10861
10862 Wed Nov 24 14:15:56 1993  Roland H. Pesch  (pesch@fowanton.cygnus.com)
10863
10864         * refcard.tex: avoid bad linebreaks even when REFEDITS=psrc.sed
10865
10866 Fri Nov 12 16:10:58 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
10867
10868         * stabs.texinfo (Nested Symbols): New node.
10869         (String Field, Symbol Descriptors, Cross-References): Refer to it.
10870
10871 Thu Nov 11 13:26:45 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
10872
10873         * stabs.texinfo (Stabs in ELF): Clarify how Bbss.bss work with respect
10874         to picking which Bbss.bss symbol to use, and (because there seems to
10875         be no good way of doing it) re-write some of the text to make it
10876         sound like Bbss.bss isn't such a great idea after all (as currently
10877         designed).
10878
10879         * gdb.texinfo (C): In addition to saying people have to use g++ for
10880         good results, say they have to use stabs.  Specifically say cfront
10881         doesn't work well.
10882         (Summary): Merge in information on Modula-2, Pascal, and Chill from
10883         the gdb README.  Add xrefs to places where the support for the various
10884         languages is described in detail.
10885
10886 Mon Nov  8 11:47:34 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
10887
10888         * stabs.texinfo: Clean up stuff about visibility and virtual
10889         characters.
10890
10891         * stabs.texinfo (N_M2C): Cite Sun doc.
10892
10893 Fri Nov  5 16:27:27 1993  Roland H. Pesch  (pesch@fowanton.cygnus.com)
10894
10895         * gdb.texinfo: updates re threads.
10896         * remote.texinfo: avoid index entries starting with digits.
10897
10898 Tue Nov  2 09:08:37 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
10899
10900         * stabs.texinfo (Enumerations): Talk about large, negative and
10901         octal values.  Clean up cross reference to type attributes.
10902         (String Field): Say that GDB 4.11 supports size attribute.
10903
10904 Sun Oct 31 13:31:10 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
10905
10906         * remote.texi (VxWorks Remote): Clarify that rebuilding VxWorks kernel
10907         is a mandatory step.  Make the stuff about that more concise.
10908
10909 Wed Oct 27 00:25:46 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
10910
10911         * stabs.texinfo (Class Names): New node.
10912
10913         * gdb.texinfo (Command Files): Explain order of init file reading.
10914
10915         * remote.texi (Bootstrapping): Talk about getting the serial driver
10916         to deal with ^C sent by gdb to stop the remote system.
10917
10918 Mon Oct 25 03:25:41 1993  Tom Lord  (lord@cygnus.com)
10919
10920         * libgdb.texinfo (I/O): incorporated better phrasing from rich.
10921
10922         * libgdb.texinfo (Defining Commands): made the DOC arg
10923         to gdb_define_app_command a char * instead of char **
10924         per a suggestion from kingdon.
10925
10926         * libgdb.texinfo: total rewrite from a different starting
10927         premise.
10928
10929 Wed Oct 20 18:07:44 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
10930
10931         * stabs.texinfo (Local Variable Parameters): Re-write paragraph on
10932         floats passed as doubles (to improve clarity).
10933
10934 Tue Oct 19 14:21:18 1993  Roland H. Pesch  (pesch@fowanton.cygnus.com)
10935
10936         * gdb.texinfo (Source Path): index entries for $cwd, $pdir
10937
10938         * a4rc.sed: update to work with Andreas Vogel papersize params
10939
10940         * refcard.tex: use Andreas Vogel simplifications of papersize
10941         params; remove useless version info; update copyright date.
10942
10943 Tue Oct 19 10:46:22 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
10944
10945         * gdb.texinfo (Symbols): Add class NAME to doc for ptype.
10946
10947 Tue Oct 12 09:11:45 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
10948
10949         * gdb.texinfo (Files): Say what address the load command loads it at.
10950
10951         * stabs.texinfo (Common Blocks): Minor cleanups.
10952
10953         * stabs.texinfo: Update ld stabs in elf relocation to reflect the fact
10954         that Sun has backed away from the linker kludge and thus the relevant
10955         issue is changes to the SunPRO tools, not the Solaris linker.
10956
10957         * stabs.texinfo (Traditional Integer Types): Clean up description
10958         of octal bounds a little bit.  Document extra leading zeroes.
10959
10960 Thu Oct  7 16:15:37 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
10961
10962         * gdb.texinfo (Signaling): Update for symbolic symbol names
10963         and add a section explaining the difference between the GDB
10964         signal command and the shell kill utility.
10965
10966 Wed Oct  6 13:23:01 1993  Tom Lord  (lord@rtl.cygnus.com)
10967
10968         * libgdb.texinfo: added `@' to braces that were unescaped.
10969
10970 Mon Oct  4 10:42:18 1993  Tom Lord  (lord@rtl.cygnus.com)
10971
10972         * libgdb.texinfo: new file.  Spec for the gdb library.
10973
10974 Sun Oct  3 15:26:56 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
10975
10976         * stabs.texinfo (Include Files): Fix typo (start -> end).
10977
10978 Thu Sep 30 18:24:56 1993  Roland H. Pesch  (pesch@fowanton.cygnus.com)
10979
10980         * gdb.texinfo, remote.texi: assorted small improvements, mostly
10981         from Melissa at FSF's editing pass.
10982
10983 Thu Sep 30 11:54:38 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
10984
10985         * gdb.texinfo: Remove stuff about ar and 14 character filenames.
10986         I believe this was fixed by the 13 Sep 89 change to print_frame_info.
10987         Also, modern versions of ar like BSD 4.4 or SVR4 don't have this bug.
10988
10989 Wed Sep 22 21:22:11 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
10990
10991         * remote.texi (Bootstrapping): Discuss 386 call gates.
10992
10993 Sat Sep 18 17:10:44 1993  Jim Kingdon  (kingdon@poseidon.cygnus.com)
10994
10995         * stabs.texinfo (Based Variables): New node.
10996
10997 Thu Sep 16 17:48:55 1993  Jim Kingdon  (kingdon@cirdan.cygnus.com)
10998
10999         * stabs.texinfo (Negative Type Numbers): Re-write discussions of
11000         names, sizes, and formats to suggest how not to lose.
11001
11002 Sat Sep 11 09:35:11 1993  Jim Kingdon  (kingdon@poseidon.cygnus.com)
11003
11004         * stabs.texinfo (Methods): Fix typo.
11005
11006 Fri Sep 10 06:34:20 1993  David J. Mackenzie  (djm@thepub.cygnus.com)
11007
11008         * gdb.texinfo: Fix a few typos.
11009
11010 Wed Sep  8 09:11:52 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
11011
11012         * gdb.texinfo: Clarify how well it works with Fortran.
11013
11014         * stabs.texinfo (Stabs In ELF, Statics, ELF Transformations):
11015         More on relocating stabs in ELF files.
11016
11017 Tue Sep  7 13:45:02 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
11018
11019         * stabs.texinfo (Stabs In ELF): Talk about N_FUN value.
11020
11021 Mon Sep  6 19:23:18 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
11022
11023         * stabs.texinfo (Local Variable Parameters): Talk about nameless
11024         parameters on VAX.
11025
11026 Fri Sep  3 17:06:08 1993  Roland H. Pesch  (pesch@fowanton.cygnus.com)
11027
11028         * gdb.texinfo: @up/@down -> @raisesections/@lowersections
11029
11030 Fri Sep  3 12:04:15 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
11031
11032         * stabs.texinfo: Make info author notice match the TeX author notice.
11033
11034 Tue Aug 31 13:21:06 1993  David J. Mackenzie  (djm@thepub.cygnus.com)
11035
11036         * stabs.texinfo: Initial-caps all words in node names and
11037         non-trivial words in section names.
11038
11039 Mon Aug 30 11:13:16 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
11040
11041         * stabs.texinfo: Many minor cleanups.
11042
11043         * stabs.texinfo: Remove @deffn except from Expanded Reference node.
11044
11045 Sat Aug 28 12:08:09 1993  David J. MacKenzie  (djm@edison.eng.umd.edu)
11046
11047         * stabs.texinfo: Remove full description of big example.
11048         It's not really helpful; just use pieces of it where appropriate.
11049         Add more Texinfo formatting directives (@samp, etc.).
11050         Use @deffn to define stab types.
11051         Eliminate some wordiness.  Break up some nodes.
11052         Add an (alphabetized) index of symbol types.
11053         Use consistent capitalization style in node and section names.
11054
11055 Thu Aug 26 06:36:31 1993  Fred Fish  (fnf@deneb.cygnus.com)
11056
11057         * gdb.texinfo:  Change typo "Two two" to "The two".
11058
11059 Sun Aug 22 12:15:18 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
11060
11061         * stabs.texinfo (XCOFF-differences): Remove references to
11062         non-existent types N_DECL and N_RPSYM.
11063
11064         * stabs.texinfo (String Field): Say that type attributes bug is
11065         fixed in GDB 4.10, since it is.
11066
11067         * stabs.texinfo: Clean up djm cleanups, and more cleanups of my own.
11068
11069 Sat Aug 21 04:32:28 1993  David MacKenzie  (djm@cygnus.com)
11070
11071         * stabs.texinfo: Formatting cleanups.
11072
11073 Fri Aug 20 20:49:53 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
11074
11075         * stabs.texinfo: When explaining the n_type of a stab, standardize
11076         how we do it ('#' as a comment indicator, "36 is N_FUN" as text,
11077         no tabs, use @r).
11078         (Global Variables): Clean up.
11079
11080 Tue Aug 17 15:57:27 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
11081
11082         * stabs.texinfo (Stack Variables): Re-write.
11083
11084 Mon Aug 16 21:20:08 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
11085
11086         * stabs.texinfo (Stabs-in-elf): Talk about getting the start
11087         addresses of a source file.  Also revise formatting.
11088         Change "object module" or "object file" to "source file".
11089         Various: Miscellaneous cleanups.
11090
11091 Thu Aug 12 15:11:51 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
11092
11093         * stabs.texinfo: Point to mangling info in gcc's gpcompare.texi.
11094
11095 Tue Aug 10 16:57:49 1993  Stan Shebs  (shebs@rtl.cygnus.com)
11096
11097         * gdbint.texinfo: Removed many nonsensical machine-collected
11098         host and target conditionals, described some of the remainder.
11099
11100 Tue Aug 10 13:28:30 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
11101
11102         * gdbint.texinfo (Getting Started): Use @itemize, not @table.
11103
11104         * gdbint.texinfo (Top): Add name to @top line, and re-write the
11105         paragraph which follows.
11106
11107         * gdbint.texinfo (Host): Use @code not @samp for Makefile
11108         variables.  Looks better and avoids overful hbox.
11109
11110 Fri Jul 30 18:26:21 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
11111
11112         * stabs.texinfo (Procedures): Improve stuff on nested functions.
11113
11114 Thu Jul 29 15:10:58 1993  Roland H. Pesch  (pesch@fowanton.cygnus.com)
11115
11116         * remote.texi: (MIPS Remote) clearer doc for set/show timeout,
11117         retransmit-timeout
11118
11119 Thu Jul 29 13:16:09 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
11120
11121         * gdbint.texinfo: Update statement about `some ancient Unix
11122         systems, like Ultrix 4.0' to Ultrix 4.2.
11123
11124 Wed Jul 28 15:26:53 1993  Roland H. Pesch  (pesch@el_bosque.cygnus.com)
11125
11126         * h8-cfg.texi, all-cfg.texi: new flag GDBSERVER
11127
11128         * Makefile.in: depend on remote.texi rather than gdbinv-s.texi
11129
11130         * remote.texi: (Server) New node on gdbserver.  (Remote Serial,
11131         ST2000 Remote, MIPS Remote): mention `host:port' syntax for TCP.
11132
11133         * remote.texi: new name for former gdbinv-s.texi
11134
11135         * gdb.texinfo: use remote.texi rather than gdbinv-s.texi
11136
11137 Wed Jul 28 08:26:24 1993  Ian Lance Taylor  (ian@cygnus.com)
11138
11139         * gdbinv-s.texi: Documented timeout and retransmit-timeout
11140         variables for MIPS remote debugging protocol.
11141
11142 Mon Jul 26 13:00:09 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
11143
11144         * stabs.texinfo (Negative Type Numbers): FORTRAN LOGICAL fix.
11145
11146 Tue Jul 20 16:30:41 1993  Jim Kingdon  (kingdon@deneb.cygnus.com)
11147
11148         * Makefile.in (refcard.dvi): Use srcdir where necessary.
11149
11150 Mon Jul 19 12:02:50 1993  Roland H. Pesch  (pesch@cygnus.com)
11151
11152         * gdb.texinfo: repair conditional bugs in text markup
11153
11154 Fri Jul 16 18:57:50 1993  Roland H. Pesch  (pesch@fowanton.cygnus.com)
11155
11156         * gdb.texinfo, all-cfg.texi, h8-cfg.texi: introduce MOD2 switch
11157         to select Modula-2 material.
11158
11159 Thu Jul 15 13:15:01 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
11160
11161         * stabs.texinfo: Cleanups regarding statics.
11162
11163         * gdbinv-s.texi (Bootstrapping): Document exceptionHandler.
11164         (Debug Session): Mention exceptionHandler.  Add xref to Bootstrapping.
11165
11166 Mon Jul 12 13:37:02 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
11167
11168         * stabs.texinfo: N_MAIN is sometimes used for C.
11169
11170 Fri Jul  9 09:47:02 1993  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
11171
11172         * gdbint.texinfo (Host, Target Conditionals): Remove TM_FILE_OVERRIDE.
11173
11174 Tue Jul  6 12:41:28 1993  John Gilmore  (gnu@cygnus.com)
11175
11176         * gdbint.texinfo (Target Conditionals): Remove NO_TYPEDEFS,
11177         removed from the code by Kingdon.
11178
11179 Tue Jul  6 12:24:34 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
11180
11181         * gdb.texinfo (Break Commands): Remove stuff about flushing terminal
11182         input when evaluating breakpoint conditions; the bug has been fixed.
11183
11184         * gdb.texinfo (Continuing and Stepping): Argument to "continue"
11185         sets the ignore count to N-1, not to N.
11186
11187 Thu Jul  1 14:57:42 1993  Roland H. Pesch  (pesch@fowanton.cygnus.com)
11188
11189         * refcard.tex (\hoffset): correct longstanding error to match
11190           intended offset; avoids cutting off edge on some printers
11191
11192 Wed Jun 30 18:23:06 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
11193
11194         * stabs.texinfo (Parameters): Say that order of stabs is significant.
11195
11196 Fri Jun 25 21:34:52 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
11197
11198         * stabs.texinfo (Common Blocks): Say what Sun FORTRAN does.
11199
11200 Fri Jun 25 16:15:10 1993  Roland H. Pesch  (pesch@fowanton.cygnus.com)
11201
11202         * Makefile.in: (REFEDITS) new var to control whether PS or CM
11203         fonts and whether US or A4 paper for GDB refcard; (refcard.dvi)
11204         collect sed edits if any, apply to refcard before formatting;
11205         (refcard.ps) stop implying PS fonts if PS output requested;
11206         (lrefcard.ps) delete extra target for variant PS fonts
11207
11208         * refcard.tex: parametrize papersize dependent info, collect
11209           in easily replaced spot
11210
11211         * a4rc.sed: new file, edits to refcard for A4 paper
11212
11213 Fri Jun 25 14:21:46 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
11214
11215         * stabs.texinfo (Negative Type Numbers): Type -16 is 4 bytes.
11216
11217 Wed Jun 23 15:02:50 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
11218
11219         * stabs.texinfo (Negative Type Numbers): Minor character cleanups.
11220
11221 Tue Jun 22 16:31:52 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
11222
11223         * stabs.texinfo: Express disapproval of 'D' symbol descriptor
11224         politely rather than rudely.
11225
11226 Fri Jun 18 19:42:09 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
11227
11228         * stabs.texinfo: Document common blocks.
11229
11230 Fri Jun 18 12:12:57 1993  Fred Fish  (fnf@cygnus.com)
11231
11232         * stabs.texinfo:  Add some basic info about stabs-in-elf.
11233
11234 Fri Jun 18 13:57:09 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
11235
11236         * stabs.texinfo (Top): Minor cleanup.
11237
11238 Mon Jun 14 16:16:51 1993  david d `zoo' zuhn  (zoo at rtl.cygnus.com)
11239
11240         * Makefile.in (install-info): remove parentdir support
11241
11242 Tue Jun 15 18:11:39 1993  Roland H. Pesch  (pesch@fowanton.cygnus.com)
11243
11244         * gdb.texinfo (Copying): delete this node and references to it;
11245         RMS says this manual need not carry GPL. (passim): Improvements
11246         from last round at FSF, largely due to Ian Taylor review, and
11247         minor formatting improvements.
11248
11249         * gdbinv-s.texi (passim): Improvements from last round at FSF,
11250         largely due to Ian Taylor review. (Debug Session): minor edits to
11251         new text.
11252
11253 Sun Jun 13 12:52:39 1993  Jim Kingdon  (kingdon@cygnus.com)
11254
11255         * Makefile.in (realclean): Remove info and dvi files too.
11256
11257 Sat Jun 12 16:09:22 1993  Jim Kingdon  (kingdon@cygnus.com)
11258
11259         * {all,h8}-config.texi: Rename to *-cfg.texi for 14 char filenames.
11260         * Makefile.in: Change accordingly.  gdb-config.texi -> gdb-cfg.texi.
11261         * gdb.texinfo: Change accordingly.
11262
11263         * stabs.texinfo: Clean up N_{L,R}BRAC.  Discuss what addresses of
11264         N_{L,R}BRAC,N_SLINE are relative to.
11265
11266 Fri Jun 11 15:15:55 1993  Jim Kingdon  (kingdon@cygnus.com)
11267
11268         * Makefile.in (GDBvn.texi): Update atomically.
11269
11270 Wed Jun  9 10:58:16 1993  Jim Kingdon  (kingdon@cygnus.com)
11271
11272         * gdbinv-s.texi (Debug Session): Document exceptionHook.
11273
11274 Tue Jun  8 13:42:04 1993  Jim Kingdon  (kingdon@cygnus.com)
11275
11276         * gdb.texinfo (Print Settings): Move all stuff relating to symbolic
11277         addresses together.  Also motivate the set print symbol-filename
11278         command and suggest other solutions.
11279
11280 Tue Jun  1 22:46:43 1993  Fred Fish  (fnf@cygnus.com)
11281
11282         * gdb.texinfo (set print elements):  Note that the number of
11283         elements is set to unlimited by "set print elements 0".
11284
11285 Mon May 31 08:06:55 1993  Jim Kingdon  (kingdon@cygnus.com)
11286
11287         * stabs.texinfo (Builtin Type Descriptors): Try to clarify what
11288         NF_LDOUBLE means.
11289         (Stab Types): Include Solaris stab types.
11290         (Procedures): Document Solaris extensions.
11291
11292 Thu May 27 06:20:42 1993  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
11293
11294         * gdb.texinfo:  Add `set print symbol-filename' doc.
11295
11296 Wed May 26 00:26:42 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
11297
11298         * stabs.texinfo (Arrays): Talk about type definition vs. type
11299         information.
11300
11301         * stabs.texinfo (Builtin Type Descriptors): Talk about omitting
11302         the trailing semicolon.
11303
11304 Tue May 25 14:49:42 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
11305
11306         * stabs.texinfo (Line Numbers, Source Files): Re-write these two nodes
11307         and merge in other parts of the document addressing these subjects.
11308         gdbint.texinfo (XCOFF): Remove info which is now in stabs.texinfo.
11309
11310         * stabs.texinfo (Subranges, Arrays): Try to explain about the semicolon
11311         at the end of a range type.
11312
11313         * stabs.texinfo (Subranges): "A offset" and "T offset" are not
11314         AIX extensions.
11315
11316 Mon May 24 09:00:33 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
11317
11318         * stabs.texinfo (Stabs Format):  Misc fixes.
11319
11320 Sat May 22 10:40:56 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
11321
11322         * stabs.texinfo (Constants):  Allow an `e' constant to be non-enum.
11323         (Traditional builtin types): Document convex convention for long long.
11324         (Negative builtin types): Discuss type names, and misc fixes.
11325
11326 Fri May 21 11:20:31 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
11327
11328         * stabs.texinfo (Builtin Type Descriptors): Document the floating
11329         point types used with @samp{R} type descriptor.
11330         (Symbol Descriptors): Describe how to handle conflict between
11331         different meanings of @samp{P} symbol descriptor.
11332
11333 Thu May 20 13:35:10 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
11334
11335         * stabs.texinfo: Remove node Quick Reference and put its children
11336         directly under the main menu.
11337
11338         * stabs.texinfo: Many more changes to bring it into line with
11339         AIX documentation and reality.  I think it now has all the
11340         information from the AIX documentation, except that I burned
11341         out when I got to variant records (Pascal and Modula-2) and
11342         all the COBOL types.  Oh well, we can add them later when we're
11343         worrying more about those languages.
11344
11345         * stabs.texinfo (Automatic variables): Talk about what it means
11346         to omit the symbol descriptor.
11347
11348 Tue May 18 17:59:18 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
11349
11350         * stabs.texinfo (Parameters): Add "(sometimes)" when describing
11351         gcc2 behavior with promoted args.
11352
11353 Fri May 14 21:35:29 1993  Roland H. Pesch  (pesch@fowanton.cygnus.com)
11354
11355         * gdb.texinfo: include readline appendices in info version of manual
11356
11357 Fri May  7 11:56:18 1993  Roland H. Pesch  (pesch@fowanton.cygnus.com)
11358
11359         * gdbinv-s.texi (Remote Serial): describe new ^C behavior in
11360         target remote.
11361
11362         * gdb.texinfo (Machine Code): more index entries for disassemble
11363
11364 Fri May  7 10:12:30 1993  Fred Fish  (fnf@cygnus.com)
11365
11366         * Clarify the intended use of the gdb-testers and gdb-patches
11367         mailing lists, and shrink gzip comment.
11368
11369 Thu May  6 16:39:50 1993  Roland H. Pesch  (pesch@fowanton.cygnus.com)
11370
11371         * gdb.texinfo (Shell Commands): do not mention SHELL env var in
11372         DOSHOST configuration of manual.
11373
11374         * gdb.texinfo (MIPS Stack): new node.
11375
11376         * all-config.texi (MIPS) new switch.
11377
11378         * gdbinv-s.texi (Nindy Options) Remove two instances of future
11379         tense; (MIPS Remote) new node.
11380
11381         * gdb.texinfo (passim) rephrases to work around makeinfo @value
11382         bug; (Environment) less passive, other small cleanups in text about
11383         .cshrc/.bashrc; (Invoking GDB) new MIPS Remote menu entry;
11384         (Remote) new MIPS Remote menu entry.
11385
11386 Thu Apr 29 09:36:25 1993  Jim Kingdon  (kingdon@cygnus.com)
11387
11388         * stabs.texinfo: Many changes to include information from the
11389         AIX documentation.
11390
11391         * gdb.texinfo (Environment): Mention pitfall with .cshrc.
11392
11393 Tue Apr 27 14:02:57 1993  Jim Kingdon  (kingdon@cygnus.com)
11394
11395         * gdbint.texinfo (new node Debugging GDB, elsewhere):
11396         Move a bunch of information from ../README.
11397         (Getting Started): New node.
11398
11399 Fri Apr 23 17:21:13 1993  Roland H. Pesch  (pesch@fowanton.cygnus.com)
11400
11401         * gdbinv-s.texi, gdb.texinfo: include Hitachi SH target
11402
11403         * gdb.texinfo: advance manual revision dates to present
11404
11405         * gdbinv-s.texi, gdb.texinfo, all-config.texi, h8-config.texi:
11406         stop using silly Roman numerals in @set variable names
11407
11408 Fri Apr 23 07:30:01 1993  Jim Kingdon  (kingdon@cygnus.com)
11409
11410         * stabs.texinfo (Parameters): Keep trying to get this right.
11411
11412 Wed Apr 21 15:18:47 1993  Jim Kingdon  (kingdon@cygnus.com)
11413
11414         * stabs.texinfo (Parameters): More on "local parameters".
11415
11416 Mon Apr 19 08:00:51 1993  Jim Kingdon  (kingdon@cygnus.com)
11417
11418         * stabs.texinfo (Parameters): Re-do "local parameters" section.
11419
11420 Sun Apr 18 09:47:45 1993  Jim Kingdon  (kingdon@cygnus.com)
11421
11422         * stabs.texinfo (Symbol descriptors): Re-do using @table and @xref.
11423         (Parameters): Rewrite.
11424         (xcoff-differences, Sun-differences): Minor changes.
11425
11426 Thu Apr 15 02:35:24 1993  John Gilmore  (gnu@cacophony.cygnus.com)
11427
11428         * stabs.texinfo:  Minor cleanup.
11429
11430 Wed Apr 14 17:31:00 1993  Jim Kingdon  (kingdon@cygnus.com)
11431
11432         * gdbint.texinfo: Minor xcoff stuff.
11433
11434 Wed Apr  7 14:11:07 1993  Fred Fish  (fnf@cygnus.com)
11435
11436         * gdbint.texinfo:  Update for new config directory structure.
11437         Add info about internal type data structures.
11438
11439 Mon Apr  5 09:06:30 1993  Ian Lance Taylor  (ian@cygnus.com)
11440
11441         * Makefile.in (SFILES_INCLUDED): gdb-config.texi is no longer in
11442         $(srcdir).
11443         (gdb-config.texi): Depend on file in $(srcdir).
11444
11445 Fri Apr  2 16:55:13 1993  Jim Kingdon  (kingdon@cygnus.com)
11446
11447         * stabs.texinfo: Fixes about N_SO.
11448
11449 Fri Mar 26 18:00:35 1993  Roland H. Pesch  (pesch@fowanton.cygnus.com)
11450
11451         * gdb.texinfo: include list of nonstandard init file names
11452
11453         * *-config.texi: new switch GENERIC for text that applies *only*
11454         to (usual) multiple-target version of manual
11455
11456         * gdb.texinfo, gdbinv-s.texi: Update conditional markup to correct
11457         h8 config
11458
11459         * gdb.texinfo: depend on latest fixed makeinfo, use conditionals
11460         in menus (rather than conditionally selected multiple alternative
11461         menus).
11462
11463         * Makefile.in: define and use DOC_CONFIG var to select
11464         configuration for GDB user manual.
11465
11466         * gdb-config.texi: delete from repository, generate from Makefile.
11467
11468         * all-config.texi: normal `generic' configuration file, formerly
11469         stored as gdb-config.texi
11470
11471 Wed Mar 24 14:03:19 1993  david d `zoo' zuhn  (zoo at poseidon.cygnus.com)
11472
11473         * Makefile.in: add dvi target to build all .dvi files
11474
11475 Tue Mar 23 16:03:24 1993  Roland H. Pesch  (pesch@fowanton.cygnus.com)
11476
11477         * gdb.texinfo, gdvinv-s.texinfo: formatting improvements.
11478
11479 Fri Mar 19 21:46:50 1993  John Gilmore  (gnu@cygnus.com)
11480
11481         * gdbint.texinfo:  Doc NO_MMALLOC and NO_MMALLOC_CHECK as
11482         host conditionals.
11483         * stabs.texinfo:  More array fixes inspired by Jim's.
11484
11485 Fri Mar 19 10:23:34 1993  Jim Kingdon  (kingdon@cygnus.com)
11486
11487         * stabs.texinfo: Fixes re arrays and continuations.
11488
11489         * gdbint.texinfo: Add XCOFF node.
11490
11491 Mon Mar  8 15:52:18 1993  John Gilmore  (gnu@cygnus.com)
11492
11493         * gdb.texinfo:  Add `set print max-symbolic-offset' doc.
11494
11495 Sun Feb 21 17:09:38 1993  Per Bothner  (bothner@rtl.cygnus.com)
11496
11497         * stabs.texinfo:  Fix for array types to mention lower bounds.
11498
11499 Thu Feb 18 01:19:49 1993  John Gilmore  (gnu@cygnus.com)
11500
11501         * gdbint.texinfo:  Update PTRACE_ARG3_TYPE doc, pull PT_*.
11502
11503 Wed Feb 17 08:15:24 1993  John Gilmore  (gnu@cygnus.com)
11504
11505         * gdbint.texinfo:  Remove SET_STACK_LIMIT_HUGE from target defines.
11506
11507 Thu Feb 11 10:38:40 1993  John Gilmore  (gnu@cygnus.com)
11508
11509         * gdbint.texinfo:  Fix thinko (NM_FILE => NAT_FILE).  Found
11510         by Michael Ben-Gershon <mybg@CS.HUJI.AC.IL>.
11511
11512 Wed Feb 10 23:59:19 1993  John Gilmore  (gnu@cygnus.com)
11513
11514         * gdbint.texinfo:  Eliminate IBM6000_HOST, document IBM6000_TARGET.
11515
11516 Tue Feb  9 18:26:21 1993  Roland H. Pesch  (pesch@fowanton.cygnus.com)
11517
11518         * gdb.texinfo, gdbinv-s.texi: misc updates
11519
11520 Sat Feb  6 10:25:47 1993  John Gilmore  (gnu@cygnus.com)
11521
11522         * gdbint.texinfo:  Brief documentation for longjmp support,
11523         from an email msg by Stu.
11524
11525 Fri Feb  5 14:10:15 1993  John Gilmore  (gnu@cygnus.com)
11526
11527         * stabs.texinfo:  Fix description of floating point "range"
11528         types (which really define basic types).  Reported by Jim Meehan,
11529         <meehan@src.dec.com>.
11530
11531         * gdbint.texinfo:  Remove COFF_NO_LONG_FILE_NAMES define, now gone.
11532
11533 Thu Feb  4 13:56:46 1993  Ian Lance Taylor  (ian@cygnus.com)
11534
11535         * gdbint.texinfo: Slightly expand section on supporting a new
11536         object file format.
11537
11538 Thu Feb  4 01:49:04 1993  John Gilmore  (gnu@cygnus.com)
11539
11540         * Makefile.in (refcard.ps, lrefcard.ps):  Remove psref.tex
11541         intermediate file.
11542
11543 Tue Feb  2 12:18:06 1993  Roland H. Pesch  (pesch@fowanton.cygnus.com)
11544
11545         * gdb.texinfo, gdbinv-s.texi: miscellaneous stylistic cleanups
11546
11547 Mon Feb  1 15:35:47 1993  Roland H. Pesch  (pesch@fowanton.cygnus.com)
11548
11549         * gdbinv-s.texi: z8000 simulator target name is just "sim"
11550
11551         * gdbinv-s.texi:  Mention that Z8000 simulator can simulate Z8001
11552         as well as Z8002.
11553
11554 Sat Nov 28 06:51:35 1992  John Gilmore  (gnu@cygnus.com)
11555
11556         * gdbint.texinfo:  Add sections on clean design and on how to send
11557         in changes.
11558
11559 Mon Nov  9 23:57:02 1992  John Gilmore  (gnu@cygnus.com)
11560
11561         * gdbint.texinfo:  Add how to declare the result of make_cleanup.
11562
11563 Mon Oct 26 11:09:47 1992  John Gilmore  (gnu@cygnus.com)
11564
11565         * gdb.texinfo:  Fix typo, reported by Karl Berry.
11566
11567 Fri Oct 23 00:41:21 1992  John Gilmore  (gnu@cygnus.com)
11568
11569         * gdb.texinfo:  Add opcodes dir to GDB distribution description.
11570
11571 Sat Oct 10 18:04:58 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
11572
11573         * gdbint.texinfo: fixed a stray email address (needs @@),
11574         added @table @code to node "Native Conditionals"
11575
11576 Tue Sep 22 00:34:15 1992  John Gilmore  (gnu@cygnus.com)
11577
11578         * gdbint.texinfo:  Describe coding style of GDB.
11579
11580 Mon Sep 21 19:32:16 1992  John Gilmore  (gnu@cygnus.com)
11581
11582         * stabs.texinfo:  Minor wording changes.
11583
11584 Tue Sep 15 02:57:09 1992  John Gilmore  (gnu@cygnus.com)
11585
11586         * gdbint.texinfo:  Improve release doc slightly.
11587
11588 Fri Sep 11 01:34:25 1992  John Gilmore  (gnu@sphagnum.cygnus.com)
11589
11590         * gdbint.texinfo:  Improve doc of GDB config macros.
11591
11592 Wed Sep  9 16:52:06 1992  John Gilmore  (gnu@cygnus.com)
11593
11594         * stabs.texinfo:  Remove Bothner's changes for C++ nested types.
11595         These will be reinserted when examined.
11596
11597 Mon Aug 24 01:17:55 1992  John Gilmore  (gnu@cygnus.com)
11598
11599         * gdbint.texinfo:  Make a start at documenting all the #if macros
11600         in GDB.  At least list them all, and start separating them into
11601         host-specific and target-specific.
11602
11603 Tue Aug 18 15:59:13 1992  Roland H. Pesch  (pesch@fowanton.cygnus.com)
11604
11605         * gdbinv-s.m4.in: refrain from using @cartouche for just a few
11606         examples (not consistent w others).
11607         gdb.texinfo: issue disclaimer paragraph on cmdline options only
11608         for generic vn of doc
11609
11610 Tue Aug 18 14:53:27 1992  Ian Lance Taylor  (ian@cygnus.com)
11611
11612         * Makefile.in: always create installation directories.
11613
11614 Tue Aug 18 14:11:50 1992  Roland H. Pesch  (pesch@fowanton.cygnus.com)
11615
11616         * gdb.texinfo: in h8 config, do not describe searching commands.
11617
11618 Mon Aug 17 18:07:59 1992  Roland H. Pesch  (pesch@fowanton.cygnus.com)
11619
11620         * gdb.texinfo, none.m4, h8.m4, gdbinv-s.m4.in: improve H8/300
11621           conditionals; introduce a few generic switches that may be
11622           useful for other cross-dev or dos-hosted configs.
11623
11624         * gdb.texinfo: fix typo in "info reg" description
11625
11626 Sun Aug 16 01:16:18 1992  John Gilmore  (gnu@cygnus.com)
11627
11628         * stabs.texinfo:  Minor updates from running TeX over it.
11629         * Makefile.in (stabs.dvi, stabs.ps):  Add.
11630
11631 Sat Aug 15 20:52:24 1992  Per Bothner  (bothner@rtl.cygnus.com)
11632
11633         * stabs.texinfo:  Stabs documentation, written by Julia Menapace.
11634         First pass at converting it to texinfo.
11635
11636 Sat Aug 15 03:14:59 1992  John Gilmore  (gnu@cygnus.com)
11637
11638         * gdb.texinfo, refcard.tex:  Document mult args on `info reg'.
11639         * Makefile.in (refcard.ps, lrefcard.ps):  Add missing $(srdir).
11640
11641 Fri Aug 14 21:08:47 1992  John Gilmore  (gnu@cygnus.com)
11642
11643         * gdbint.texinfo:  Add section on partial symbol tables.
11644
11645 Sat Jun 20 16:31:10 1992  John Gilmore  (gnu at cygnus.com)
11646
11647         * gdb.texinfo:  document `set remotedebug' and `set
11648         rstack_high_address'.
11649
11650 Thu May 14 17:09:48 1992  Roland H. Pesch  (pesch@fowanton.cygnus.com)
11651
11652         * gdb.texinfo: slight expansion of new text on reading info files
11653         * gdbinv-s.m4.in: correct and expand info on cross-debugging
11654         H8/300 from DOS.
11655
11656 Tue May 12 12:22:47 1992  John Gilmore  (gnu at cygnus.com)
11657
11658         * gdb.texinfo:  `info user' => `show user'.  Noticed by David Taylor.
11659
11660 Mon May 11 19:06:27 1992  John Gilmore  (gnu at cygnus.com)
11661
11662         * gdb.texinfo:  Say how to read the `info' files.
11663
11664 Tue May  5 12:11:38 1992  K. Richard Pixley  (rich@cygnus.com)
11665
11666         * Makefile.in: gm4 -> m4.
11667
11668 Fri Apr 10 17:50:43 1992  John Gilmore  (gnu at rtl.cygnus.com)
11669
11670         * gdb.texinfo:  Update for GDB-4.5.  Move `Formatting
11671         Documentation' ahead of `Installing GDB' to match README.
11672         Update shared library doc, -readnow and -mapped, and directory
11673         structure (add glob and mmalloc).  Update configure doc.
11674
11675 Tue Mar 24 23:28:38 1992  K. Richard Pixley  (rich@cygnus.com)
11676
11677         * Makefile.in: remove $(srcdir) from gdb.info rule.
11678
11679 Sat Mar  7 18:44:50 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
11680
11681         * Makefile.in: commented out gdb-all.texinfo rule.  This is
11682           temporary.
11683
11684 Wed Feb 26 18:04:40 1992  K. Richard Pixley  (rich@cygnus.com)
11685
11686         * Makefile.in, configure.in: removed traces of namesubdir,
11687           -subdirs, $(subdir), $(unsubdir), some rcs triggers.  Forced
11688           copyrights to '92, '13, changed some from Cygnus to FSF.
11689
11690 Fri Dec 13 09:47:31 1991  John Gilmore  (gnu at cygnus.com)
11691
11692         * gdb.texinfo:  Improve how we ask for bug reports.
11693
11694 Tue Dec 10 04:07:21 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
11695
11696         * Makefile.in: infodir belongs in datadir.
11697
11698 Fri Dec  6 23:57:34 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
11699
11700         * Makefile.in: remove spaces following hyphens, bsd make can't
11701           cope.  install using INSTALL_DATA.  added clean-info.  added
11702           standards.text support.
11703
11704 Thu Dec  5 22:46:12 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
11705
11706         * Makefile.in: idestdir and ddestdir go away.  Added copyrights
11707           and shift gpl to v2.  Added ChangeLog if it didn't exist. docdir
11708           and mandir now keyed off datadir by default.
11709
11710 \f
11711 Local Variables:
11712 mode: change-log
11713 left-margin: 8
11714 fill-column: 74
11715 version-control: never
11716 End: