9d8da57c509202cbaae7dafc149fcc540f08a53c
[platform/upstream/binutils.git] / gdb / doc / ChangeLog
1 2011-11-12  Matt Rice  <ratmice@gmail.com>
2
3         * gdb.texinfo (C Preprocessor Macros): Remove info definitions.
4         Add arguments to info macro.
5
6 2011-11-10  Tom Tromey  <tromey@redhat.com>
7
8         * gdb.texinfo (Compilation): Don't mention -gdwarf-2.  Link to GCC
9         manual.
10         (Variables): Don't mention -gdwarf-2.  Link to Compilation node.
11         (Macros): Add a footnote.
12         (C): Remove paragraph about compiler options.
13         (C Constants): Mention wide character and string constants.
14         (C Plus Plus Expressions): Update compiler option advice.  Mention
15         using declarations.  Mention ADL.  Remove old HP compiler
16         information.
17
18 2011-11-10  Tom Tromey  <tromey@redhat.com>
19
20         PR c++/9257:
21         * gdb.texinfo (Print Settings): Add an extra note about the need
22         for a vtable.
23
24 2011-11-08  Maciej W. Rozycki  <macro@codesourcery.com>
25
26         * gdb.texinfo (MIPS): Remove duplicate "auto" reference from
27         "set mips abi" documentation.
28
29 2011-11-04  Doug Evans  <dje@google.com>
30
31         * gdb.texinfo (Maintenance Commands): Update docs of "maint time".
32
33 2011-11-03  Tom Tromey  <tromey@redhat.com>
34
35         * gdb.texinfo (Stopping): Add menu entry.
36         (Continuing and Stepping): Restore @node.  Use @section, not
37         @subsection.
38
39 2011-11-03  Maciej W. Rozycki  <macro@codesourcery.com>
40
41         * gdb.texinfo (Skipping Over Functions and Files): Remove node
42         designation.  Fix "Specify Location" cross-reference.
43
44 2011-11-02  Stan Shebs  <stan@codesourcery.com>
45
46         * gdb.texinfo (Tracepoint Action Lists): Document collect/s.
47         (General Query Packets): Describe tracenz feature.
48         * agentexpr.texi (Bytecode Descriptions): Describe tracenz.
49
50 2011-10-28  Paul Koning  <paul_koning@dell.com>
51
52         * gdb.texinfo (gdb.types): Rename deepitems to deep_items.
53
54 2011-10-27  Kevin Pouget  <kevin.pouget@st.com>
55
56         * gdb.texinfo ((Frames In Python): Document 
57         gdb.FRAME_UNWIND_FIRST_ERROR contant.
58
59 2011-10-26  Paul Koning  <paul_koning@dell.com>
60
61         * gdb.texinfo (gdb.types): Document new deepitems function.
62         
63 2011-10-25  Paul Koning  <paul_koning@dell.com>
64
65         PR python/13327
66         
67         * gdb.texinfo (Values From Inferior): Add is_lazy attribute,
68         fetch_lazy method.
69
70 2011-10-20  Phil Muldoon  <pmuldoon@redhat.com>
71
72         PR python/12656
73
74         * gdb.texinfo (Blocks In Python): Document is_static, is_global,
75         global_block, static_block function.
76
77 2011-10-19  Tom Tromey  <tromey@redhat.com>
78
79         * gdb.texinfo (Commands In Python): Add missing "@"s.
80
81 2011-10-13  Kevin Pouget  <kevin.pouget@st.com>
82
83         PR python/13285 Document named constants for frame unwind stop reasons
84         * gdb.texinfo (Frames In Python): Document gdb.FRAME_UNWIND_* 
85         constants.
86
87 2011-10-12  Jan Kratochvil  <jan.kratochvil@redhat.com>
88
89         Fix compatibility with texinfo versions older than 4.12.
90         * Makefile.in (MAKEINFO): Set to @MAKEINFO@.
91         (MAKEINFOFLAGS, MAKEINFO_EXTRA_FLAGS, MAKEINFO_CMD): New.
92         (MAKEHTMLFLAGS): Use MAKEINFO_CMD.
93         (gdb.info, gdbint.info, stabs.info, annotate.info): Use MAKEINFO_CMD.
94         * gdb.texinfo (Tail Call Frames): Convert @arrow{} to @click, when possible.
95         Make the conversion conditional on HAVE_MAKEINFO_CLICK, using variables
96         CALLSEQ1A, CALLSEQ1B, CALLSEQ2A and CALLSEQ2B.
97
98 2011-10-09  Doug Evans  <dje@google.com>
99
100         * gdb.texinfo (Extending GDB): Document alias command.
101
102 2011-10-09  Jan Kratochvil  <jan.kratochvil@redhat.com>
103
104         Support @entry in input expressions.
105         * gdb.texinfo (Variables): Describe @entry names suffix.
106         (Print Settings): Add anchor for `set print entry-values'.
107
108 2011-10-09  Jan Kratochvil  <jan.kratochvil@redhat.com>
109             Eli Zaretskii  <eliz@gnu.org>
110
111         Display @entry parameter values (without references).
112         * gdb.texinfo (Tail Call Frames): Add anchor.  Add self tail call
113         example.
114         (Print Settings): New description of set print entry-values and show
115         print entry-values.
116
117 2011-10-09  Jan Kratochvil  <jan.kratochvil@redhat.com>
118             Eli Zaretskii  <eliz@gnu.org>
119
120         Recognize virtual tail call frames.
121         * gdb.texinfo (Optimized Code): Add reference to Tail Call Frames.
122         (Tail Call Frames): New node.
123         (Frames In Python): Add gdb.TAILCALL_FRAME.
124
125 2011-10-07  Doug Evans  <dje@google.com>
126
127         * gdb.texinfo (gdb.printing): Document new `replace' arg to
128         register_pretty_printer.
129
130 2011-10-07  Phil Muldoon  <pmuldoon@redhat.com>
131
132         PR python/12930
133         PR python/12802
134
135         * gdb.texinfo (Breakpoints In Python): Clarify behavior in the
136         stop method.
137
138 2011-10-07  Ulrich Weigand  <ulrich.weigand@linaro.org>
139
140         * gdb.texinfo (Starting your Program): "set disable-randomization"
141         is no longer Linux-specific.
142         (Remote Configuration): Document "set remote
143         disable-randomization-packet".
144         (General Query Packets): Document "QDisableRandomization" packet
145         and add it to "qSupported" list.
146
147 2011-10-07  Kevin Pouget  <kevin.pouget@st.com>
148
149         Allow Python notification of new object-file loadings.
150         * gdb.texinfo (Events In Python): Document `gdb.NewObjFileEvent'
151         event type.
152
153 2011-10-04  Kevin Pouget  <kevin.pouget@st.com>
154
155         PR python/12691: Add the inferior to Python exited event
156         * gdb.texinfo (Events In Python): Describe exited inferior attribute.
157
158 2011-10-03  Joel Brobecker  <brobecker@adacore.com>
159
160         * gdb.texinfo (GDB/MI Miscellaneous Commands): Minor
161         rephasing.
162
163 2011-10-03  Joel Brobecker  <brobecker@adacore.com>
164
165         * gdb.texinfo (GDB/MI Ada Tasking Commands): New node.
166         (GDB/MI Miscellaneous Commands): Add `ada-task-info'
167         as possible feature returned by the `-list-features'
168         command.
169
170 2011-09-28  Paul Koning  <paul_koning@dell.com>
171
172         * gdb.texinfo (gdb.Type): Document field access by dictionary
173         key syntax.
174
175 2011-09-28  Yao Qi  <yao@codesourcery.com>
176
177         * gdb.texinfo (Files): Update options for `add-symbol-file'.
178         Add one space after option `-s'.  Remove @r{} markup.
179
180 2011-09-27  Stan Shebs  <stan@codesourcery.com>
181
182         * gdb.texinfo (Tracepoint Action Lists): Document $_ret.
183
184 2011-09-16  Hui Zhu  <teawater@gmail.com>
185
186         * gdb.texinfo (Tracepoint Restrictions): Change *$esp@300
187         to *(unsigned char *)$esp@300.
188
189 2011-09-15  Paul Koning  <paul_koning@dell.com>
190
191         * gdb.texinfo: Make style of Python functions and methods match
192         the syntax of Python.  Also put class and module names explicitly
193         on function, member, and variable names, matching Python
194         documentation conventions.
195         
196 2011-09-15  Kevin Pouget  <kevin.pouget@st.com>
197
198         PR Python/12692 Add gdb.selected_inferior() to Python interface.
199         * gdb.texinfo (Inferiors In Python): Describe new
200         gdb.selected_inferior() function.
201
202 2011-09-15  Kevin Pouget  <kevin.pouget@st.com>
203
204         Handle multiple breakpoint hits in Python interface:
205         * gdb.texinfo (Events In Python): New function documentation:
206         gdb.BreakpointEvent.breakpoints. Indicate that
207         gdb.BreakpointEvent.breakpoint is now deprecated.
208
209 2011-09-04  Joel Brobecker  <brobecker@adacore.com>
210
211         * gdb.texinfo: Set EDITION to "Tenth" and change ISBN.
212
213 2011-08-25  Andrew Oakley  <andrew@ado.is-a-geek.net>
214
215         * gdb.texinfo (Types In Python): Document 'bitpos' for enums.
216
217 2011-08-17  Phil Muldoon  <pmuldoon@redhat.com>
218
219         * gdb.texinfo (Prompt): Add set/show extended-prompt
220         documentation
221         (Basic Python): Add prompt_hook anchor.
222         (Python modules): Reword module text to reflect multiple modules.
223         (gdb.prompt): Document gdb.prompt module.
224
225 2011-08-14  Yao Qi  <yao@codesourcery.com>
226
227         * gdb.texinfo (General Query Packets): Document qXfer:fdpic:read packet.
228
229 2011-08-14  Yao Qi  <yao@codesourcery.com>
230
231         * gdb.texinfo (Standard Target Features): Document C6x features.
232         (TIC6x Features): New node.
233
234 2011-08-12  Doug Evans  <dje@google.com>
235
236         * gdb.texinfo (Symbols In Python): Document symbol.type.
237
238 2011-08-09  Phil Muldoon  <pmuldoon@redhat.com>
239
240         * gdb.texinfo (Python): Document command and function
241         auto-loading.
242
243 2011-07-26  Jan Kratochvil  <jan.kratochvil@redhat.com>
244             Eli Zaretskii  <eliz@gnu.org>
245
246         * gdb.texinfo (whatis, ptype): Highlight their differences.  Describe
247         typedefs unrolling.  Extend the sample code by an inner typedef and
248         outer typedefs unrolling.
249
250 2011-07-26  Paul Pluzhnikov  <ppluzhnikov@google.com>
251
252         * gdb.texinfo (Caching Remote Data): Document {set,show} dcache
253         size and line-size.
254
255 2011-07-21  Matt Rice  <ratmice@gmail.com>
256
257         PR macros/12999
258         * gdb.texinfo (Macros): Add info definitions and info macros commands.
259         Update text and cindex entries for info macro command.
260
261 2011-07-21  Phil Muldoon  <pmuldoon@redhat.com>
262
263         * observer.texi (GDB Observers): Add before_prompt observer.
264         * gdb.texinfo (Basic Python): Add documentation for prompt
265         substitution.
266
267 2011-07-11  Phil Muldoon  <pmuldoon@redhat.com>
268
269         PR python/12438
270         * gdb.texinfo (Python Commands): Add deprecate note to maint
271           set/show python print-stack.  Document set/show python
272           print-backtrace.
273
274 2011-07-05  Thiago Jung Bauermann  <bauerman.ibm.com>
275
276         * gdb.texinfo: Fix typos.
277
278 2011-07-01  Tom Tromey  <tromey@redhat.com>
279
280         * gdb.texinfo (Debugging Output): Document set debug
281         check-physname.
282
283 2011-06-29  Tom Tromey  <tromey@redhat.com>
284
285         * gdb.texinfo (GDB/MI Miscellaneous Commands): Document
286         breakpoint-notifications feature.
287
288 2011-06-29  Ulrich Weigand  <ulrich.weigand@linaro.org>
289
290         * gdb.texinfo (Target Description): Remove warning about
291         possibly unstable format.
292
293 2011-06-03  Tom Tromey  <tromey@redhat.com>
294
295         * gdb.texinfo (GDB/MI Async Records): Document 'exit-code' field.
296         (Events In Python): Note that exit_code is optional.
297
298 2011-05-17  Pedro Alves  <pedro@codesourcery.com>
299
300         * gdb.texinfo (Remote Protocol) <Overview>: Mention vCont is
301         required for multi-threading support.
302         (Remote Protocol) <Packets>: Mention that 'c', 's', 'C', 'S' and
303         Hc are deprecated for multi-threading debugging.  Point readers at
304         the vCont packet.
305
306 2011-05-15  Doug Evans  <dje@google.com>
307
308         * gdb.texinfo (Auto-loading): Document printing of missing scripts.
309
310 2011-05-13  Doug Evans  <dje@google.com>
311
312         * gdb.texinfo (Threads): Document $sdir,$pdir.
313         (Server): Document $pdir exception.
314
315         * gdb.texinfo (Auto-loading): Document "info auto-load-scripts".
316
317         * gdb.texinfo (Threads): Clarify default value for
318         libthread-db-search-path.
319
320         * gdb.texinfo (Completion): Update example.
321         (Debugging Output): Delete `set/show debug lin-lwp-async'.
322
323 2011-05-12  Kwok Cheung Yeung  <kcy@codesourcery.com>
324
325         * gdb.texinfo: Document change in the behaviour of the enable and
326         disable GDB commands when applied to tracepoints.
327         Document the EnableDisableTracepoints remote stub feature.
328         Document QTEnable and QTDisable in the list of tracepoint packets.
329
330 2011-05-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
331
332         * Makefile.in (GDB_DOC_SOURCE_INCLUDES): Rename inc-hist.texinfo to
333         hsuser.texi.
334         * gdb.texinfo <!SYSTEM_READLINE>: Rename inc-hist.texinfo inclusion and
335         comment to hsuser.texi.  Change rluser.texi name in the comment.
336
337 2011-05-10  Doug Evans  <dje@google.com>
338
339         * gdb.texinfo (Threads): If an empty path is provided for
340         libthread-db-search-path it is reset to its default value.
341         (Server): Ditto.
342
343 2011-05-09  Doug Evans  <dje@google.com>
344
345         * gdb.texinfo (Requirements): Fix typo.  Mention --with-iconv-bin.
346
347 2011-05-06  Sergio Durigan Junior  <sergiodj@linux.vnet.ibm.com>
348             Thiago Jung Bauermann  <bauerman@br.ibm.com>
349
350         Implement support for PowerPC BookE masked watchpoints.
351         * gdb.texinfo (Set Watchpoints): Document mask parameter.
352         (PowerPC Embedded): Mention support of masked watchpoints.
353
354 2011-05-03  Joel Brobecker  <brobecker@adacore.com>
355
356         * gdb.texinfo (In Memoriam): Replace litteral uses of `GDB' with
357         `@value{GDBN}'.
358
359 2011-05-03  Joel Brobecker  <brobecker@adacore.com>
360
361         * gdb.texinfo (titlepage): Remove dedication.
362         (In Memoriam): New appendix.
363
364 2011-04-27  Jan Kratochvil  <jan.kratochvil@redhat.com>
365             Eli Zaretskii  <eliz@gnu.org>
366
367         * gdb.texinfo (Index Section Format): Change the version to 5.
368         Describe the different formula.
369
370 2011-04-24  Jan Kratochvil  <jan.kratochvil@redhat.com>
371             Eli Zaretskii  <eliz@gnu.org>
372
373         * gdb.texinfo (Starting and Stopping Trace Experiments): New anchor
374         for disconnected tracing.
375         (Multi-Process Mode for @code{gdbserver}): Mention --multi and
376         extended-remote relationship.  Mention --once.
377         (TCP port allocation lifecycle of @code{gdbserver}): New.
378
379 2011-04-23  Eli Zaretskii  <eliz@gnu.org>
380
381         * gdb.texinfo (Server): Improve indexing.  Index all optional
382         switches to gdbserver.
383
384 2011-04-20  Tom Tromey  <tromey@redhat.com>
385
386         * gdb.texinfo (Index Section Format): New node.
387         (Top): Add new node to menu.
388
389 2011-04-20  Pedro Alves  <pedro@codesourcery.com>
390
391         * gdb.texinfo (Maintenance Commands): Document `maint print
392         remote-registers'.
393
394 2011-04-20  Tom Tromey  <tromey@redhat.com>
395
396         * gdb.texinfo (Trace File Format): Move node later.
397
398 2011-04-19  Tom Tromey  <tromey@redhat.com>
399
400         * gdbint.texinfo (Register Information Functions): Remove
401         duplicate "the".
402         * gdb.texinfo (Emacs): Remove duplicate "to".
403         (GDB/MI Variable Objects): Remove duplicate "the".
404         (General Query Packets): Likewise.
405
406 2011-04-02  Joel Brobecker  <brobecker@adacore.com>
407
408         * gdb.texinfo (GDB/MI Output Records): Fix menu entry for
409         "GDB/MI Ada Exception Information" node.
410
411 2011-04-01  Joel Brobecker  <brobecker@adacore.com>
412
413         * gdb.texinfo (GDB/MI Ada Exception Information): Document
414         the "exception-name" field in the *stopped async record.
415
416 2011-03-31  Thiago Jung Bauermann  <bauerman@br.ibm.com>
417             Sergio Durigan Junior  <sergiodj@linux.vnet.ibm.com>
418
419         Implement support for PowerPC BookE ranged breakpoints.
420         * gdb.texinfo (PowerPC Embedded): Document ranged breakpoints.
421
422 2011-03-28  Tom Tromey  <tromey@redhat.com>
423
424         * gdb.texinfo (Set Tracepoints): Fix typo.
425
426 2011-03-24  Tom Tromey  <tromey@redhat.com>
427
428         * gdb.texinfo (Specify Location): Document `function:label'
429         linespec.
430
431 2011-03-18  Phil Muldoon  <pmuldoon@redhat.com>
432
433         PR python/12149
434
435         * gdb.texinfo (Basic Python): Update gdb.write and flush text.
436
437 2011-03-17  Phil Muldoon  <pmuldoon@redhat.com>
438
439         * gdb.texinfo (Blocks In Python): Add is_valid method description.
440         (Inferiors In Python): Likewise.
441         (Threads In Python): Likewise.
442         (Symbols In Python): Likewise.
443         (Objfiles In Python): Likewise.
444         (Symbol Tables In Python): Likewise.
445
446 2011-03-15  Pedro Alves  <pedro@codesourcery.com>
447
448         * gdb.texinfo (Auto Display) <undisplay, enable display, disable
449         display>: Explain that the commands accept number ranges.
450
451 2011-03-14  Phil Muldoon  <pmuldoon@redhat.com>
452
453         * gdb.texinfo (Breakpoints In Python): Add description and example
454         of Python stop function operation.
455
456 2011-03-10  Phil Muldoon  <pmuldoon@redhat.com>
457
458         * gdb.texinfo (Parameters In Python): Document get_set_string and
459         get_show_string methods.
460
461 2011-02-28  Jan Kratochvil  <jan.kratochvil@redhat.com>
462
463         * gdb.texinfo (Tracepoint Conditions): Fix missing parenthesis.
464
465         * gdb.texinfo (Starting and Stopping Trace Experiments): Fix
466         circular-trace-buffer name.
467
468 2011-02-28  Joel Brobecker  <brobecker@adacore.com>
469
470         * gdb.texinfo (Inferiors and Programs): Fix small error introduced
471         in the previous change.
472
473 2011-02-27  Michael Snyder  <msnyder@vmware.com>
474
475         * gdb.texinfo (Inferiors and Programs): Update commands to show 
476         that they can accept multiple arguments.
477
478 2011-02-24  Joel Brobecker  <brobecker@adacore.com>
479
480         Revert the following patch (code patch was not approved):
481         2011-02-21  Hui Zhu  <teawater@gmail.com>
482         * agentexpr.texi (bytecode descriptions): add printf.
483         * gdb.texinfo (tracepoint action lists): add printf.
484
485 2011-02-23  Doug Evans  <dje@google.com>
486
487         * gdb.texinfo (Symbols In Python): Fix mention of C++, use C@t{++}.
488
489 2011-02-23  Michael Snyder  <msnyder@vmware.com>
490
491         * gdb.texinfo (Set Breaks): Add @dots{} to arguments of info break.
492         (Set Watchpoints): Add @dots{} to argument of info watchpoints.
493         (Listing Tracepoints): Add @dots{} to argument of info tracepoints.
494
495 2011-02-22  Doug Evans  <dje@google.com>
496
497         * gdb.texinfo (Symbols In Python): Document lookup_global_symbol.
498         Clarify behaviour of lookup_symbol when `block' argument is omitted,
499         add description of result, fix @defun formatting.
500
501 2011-02-21  Hui Zhu  <teawater@gmail.com>
502
503         * agentexpr.texi (Bytecode Descriptions): Add printf.
504         * gdb.texinfo (Tracepoint Action Lists): Add printf.
505
506 2011-02-18  Tom Tromey  <tromey@redhat.com>
507
508         * agentexpr.texi (Bytecode Descriptions): Document pick and rot.
509
510 2011-02-14  Michael Snyder  <msnyder@vmware.com>
511
512         * gdb.texinfo (threads): Document argument for "info threads" cmd.
513         Document new command "thread find".
514
515 2011-02-14  Michael Snyder  <msnyder@vmware.com>
516
517         * gdb.texinfo (Threads): Update example of new thread message.
518
519 2011-02-14  Pedro Alves  <pedro@codesourcery.com>
520
521         * gdb.texinfo (Remote Configuration): Mention set/show remote
522         traceframe-info.
523         (Tools/Packages Optional for Building GDB): Mention that expat is
524         used for traceframe info.
525         (Remote Protocol) <Menu>: Add "Traceframe Info Format".
526         (General Query Packets) <qSupported>: Describe the
527         qXfer:traceframe-info:read feature.
528         (qXfer::read): Describe qXfer:traceframe-info:read.
529         (Traceframe Info Format): New section.
530
531 2011-02-04  Pedro Alves  <pedro@codesourcery.com>
532
533         * gdbint.texinfo (Formatting): Mention some formatting guidelines
534         for casts and unary operators.
535
536 2011-02-04  Tom Tromey  <tromey@redhat.com>
537
538         * gdb.texinfo (GDB/MI Async Records): Document that symbols-loaded
539         is not useful.
540
541 2011-01-25  Pedro Alves  <pedro@codesourcery.com>
542
543         * gdb.texinfo: s/value optimized out/optimized out/g
544
545 2011-01-21  Joel Brobecker  <brobecker@adacore.com>
546
547         * gdb.texinfo (Other Misc Settings): Rework part of the
548         documentation of the "set interactive mode" command.
549
550 2011-01-19  Tom Tromey  <tromey@redhat.com>
551
552         * gdb.texinfo (Threads): Document thread name output and `thread
553         name' command.
554         (Threads In Python): Document Thread.name attribute.
555         (GDB/MI Thread Commands): Document thread attributes.
556
557 2011-01-12  Andrew Burgess  <aburgess@broadcom.com>
558
559         * gdb.texinfo (GDB/MI Data Manipulation): Update to reflect
560         changes in mi/mi-cmd-disas.c
561
562 2011-01-12  Tom Tromey  <tromey@redhat.com>
563
564         * gdb.texinfo (Threads): Remove duplicate text.  Update examples.
565         Fix "thread apply" text.
566
567 2011-01-11  Sergio Durigan Junior  <sergiodj@linux.vnet.ibm.com>
568             Thiago Jung Bauermann  <bauerman@br.ibm.com>
569
570         Implement support for PowerPC BookE ranged watchpoints.
571         * gdb.texinfo (PowerPC Embedded): Document ranged watchpoints and
572         the "set powerpc exact-watchpoints" flag.
573
574 2011-01-07  Tom Tromey  <tromey@redhat.com>
575
576         * gdb.texinfo (Python API): Add descriptions to @menu items.
577
578 2011-01-06  Tom Tromey  <tromey@redhat.com>
579
580         * gdb.texinfo (Frames In Python): Document gdb.newest_thread.
581
582 2010-01-06  Paul Pluzhnikov  <ppluzhnikov@google.com>
583
584         * gdb.texinfo (Debugging Output): Document "set debug jit".
585
586 2011-01-06  Tom Tromey  <tromey@redhat.com>
587
588         PR python/12133:
589         * gdb.texinfo (Frames In Python): Document various frame
590         constants.
591
592 2011-01-05  Joel Brobecker  <brobecker@adacore.com>
593
594         * doc/agentexpr.texi, doc/all-cfg.texi, doc/annotate.texinfo,
595         doc/gdb.texinfo, doc/gdbint.texinfo, doc/observer.texi,
596         doc/refcard.tex, doc/stabs.texinfo: Copyright year update.
597
598 2011-01-03  Jan Kratochvil  <jan.kratochvil@redhat.com>
599
600         * Makefile.in (diststuff): Remove gdb-cfg.texi and GDBvn.texi.
601         (clean): Add GDBvn.texi.
602
603 2010-12-29  Joel Brobecker  <brobecker@adacore.com>
604
605         * gdb.texinfo (Ada Glitches): Remove paragraph describing the
606         occasional case where the debugger prints an array address
607         instead of the array itself.
608
609 2010-12-23  Pedro Alves  <pedro@codesourcery.com>
610
611         * gdb.texinfo (Packets) <read registers packet>: Document support
612         for registers that were not collected.
613
614 2010-12-15  Doug Evans  <dje@google.com>
615
616         * gdb.texinfo (Startup): Document auto-loading of scripts during
617         startup.
618         (Auto-loading): Delete "maint set python auto-load on|off".
619         Add "set auto-load-scripts on|off".
620
621 2010-12-07  Doug Evans  <dje@google.com>
622
623         * gdb.texinfo (Mode Options): Document -data-directory.
624         (Data Files): Add reference to -data-directory.
625
626 2010-11-29  Doug Evans  <dje@google.com>
627
628         * gdb.texinfo (Pretty-Printer Introduction): Change
629         printer-name:subprinter-name to printer-name;subprinter-name.
630
631 2010-11-29  Phil Muldoon  <pmuldoon@redhat.com>
632
633         PR python/12199
634
635         * gdb.texinfo (Breakpoints In Python): Document "delete" method.
636
637 2010-11-23  Tom Tromey  <tromey@redhat.com>
638
639         * gdb.texinfo (Top): Check SYSTEM_READLINE.
640         (Editing): Likewise.
641         (Command History): Likewise.
642         (TUI Keys): Likewise.
643         (Bug Reporting): Conditionally include rluser.texi and
644         inc-history.texinfo.
645         * Makefile.in (READLINE_TEXI_INCFLAG): New variable.
646         (GDB_DOC_SOURCE_INCLUDES): Add comment.
647         (GDBvn.texi): Set SYSTEM_READLINE when appropriate.
648         (gdb.dvi): Use READLINE_TEXI_INCFLAG.
649         (gdb.pdf): Likewise.
650         (gdb.info): Likewise.
651         (gdb/index.html): Likewise.
652
653 2010-11-23  Tom Tromey  <tromey@redhat.com>
654
655         * Makefile.in (Makefile): Run ../config.status.
656         (distclean): Update.
657         * configure: Remove.
658         * configure.ac: Remove.
659
660 2010-11-12  Tom Tromey  <tromey@redhat.com>
661
662         * gdb.texinfo (Basic Python): Update.  Add xref.
663         (Exception Handling): Document new exception classes.
664         (Types In Python): Update.
665         (Frames In Python): Update.
666
667 2010-11-11  Phil Muldoon  <pmuldoon@redhat.com>
668
669         * gdb.texinfo (Breakpoints In Python): Document "internal"
670         parameter, and visible attribute.
671
672 2010-11-05  Doug Evans  <dje@google.com>
673
674         * gdb.texinfo (Source Path): Document "set directories".
675
676 2010-11-05  Ken Werner  <ken.werner@de.ibm.com>
677
678         * gdb.texinfo: (Summary) Add mention about OpenCL C language support.
679         (OpenCL C): New node.
680
681 2010-11-02  Doug Evans  <dje@google.com>
682
683         * gdb.texinfo (Pretty Printing): Expand into three sections,
684         introduction, example, and commands.
685         (Python API): Delete section Disabling Pretty-Printers, merge into
686         Selecting Pretty-Printers.
687         (Writing a Pretty-Printer): New section.  Move the pretty-printer
688         example here, and reformat to match python coding style.  Add a second
689         example using the gdb.printing module.
690         (Python modules): Add gdb.printing.
691
692 2010-10-29  Doug Evans  <dje@google.com>
693
694         * gdb.texinfo (Python): Fix long line.
695
696 2010-10-20  Doug Evans  <dje@google.com>
697
698         * gdbint.texinfo (Misc Guidelines): Renamed from Coding.
699         All references updated.  Correct sections marked as subsections.
700         (Coding Standards): New chapter.  Move the coding standard related
701         subsections here.  Add section on Python coding standards.
702
703 2010-10-13  Doug Evans  <dje@google.com>
704
705         * gdb.texinfo (Python): Add "Python modules".
706         (Types in Python): Add reference to gdb.types section.
707         (Python modules): New node.
708
709 2010-10-11  Doug Evans  <dje@google.com>
710
711         * gdb.texinfo (Values From Inferior): Add reference to "Types in
712         Python" from gdb.Value.type description.
713
714 2010-09-28  Joel Brobecker  <brobecker@adacore.com>
715
716         * gdb.texinfo (Ravenscar Profile): New node.
717
718 2010-09-22  Tom Tromey  <tromey@redhat.com>
719
720         * gdb.texinfo (Values From Inferior): Mention Value.__init__.
721
722 2010-09-22  Eli Zaretskii  <eliz@gnu.org>
723
724         * gdb.texinfo (Values From Inferior): Clarify that
725         value.dynamic_type works only in C++ programs with RTTI.
726
727 2010-09-15  Paul Bolle  <pebolle@tiscali.nl>
728
729         * gdb.texinfo (Character Sets): Correctly reference host-charset
730         in example.
731
732 2010-09-13  Tom Tromey  <tromey@redhat.com>
733
734         * gdb.texinfo (GDB/MI Stack Manipulation) <-stack-list-frames>:
735         Document "fullname" and "from".
736
737 2010-09-01  Marc Khouzam  <marc.khouzam@ericsson.com>
738
739         * gdb.texinfo (GDB/MI Miscellaneous Commands): Document new
740         feature `reverse' output by -list-target-features.
741
742 2010-08-31  H.J. Lu  <hongjiu.lu@intel.com>
743
744         * gdb.texinfo (i386 Features): Remove an extra "@item".
745
746 2010-08-30  Tom Tromey  <tromey@redhat.com>
747
748         PR python/11792:
749         * gdb.texinfo (Values From Inferior): Document dynamic_type.
750
751 2010-08-24  Daniel Jacobowitz  <dan@codesourcery.com>
752
753         * gdb.texinfo (ARM Features): Document
754         org.gnu.gdb.arm.m-profile.
755
756 2010-08-23  Tom Tromey  <tromey@redhat.com>
757
758         PR python/11145:
759         * gdb.texinfo (Values From Inferior): Document dynamic_cast and
760         reinterpret_cast methods.
761
762 2010-08-23  Tom Tromey  <tromey@redhat.com>
763
764         PR python/11915:
765         * gdb.texinfo (Types In Python): Document array method.
766
767 2010-08-18  Thiago Jung Bauermann  <bauerman@br.ibm.com>
768
769         * gdb.texinfo (PowerPC Embedded): Mention support for the DVC register.
770
771 2010-08-16   Tom Tromey  <tromey@redhat.com>
772
773         * gdb.texinfo (Set Watchpoints): Document -location option.
774
775 2010-08-13  Doug Evans  <dje@google.com>
776
777         * gdb.texinfo (.debug_gdb_scripts section): Fix typo.
778
779 2010-08-13  Vladimir Prus  <vladimir@codesourcery.com>
780
781         * gdb.texinfo (GDB/MI Data Manipulation): Document
782         -data-read-memory-raw and -data-write-memory-raw.
783
784 2010-08-11  Tom Tromey  <tromey@redhat.com>
785             Phil Muldoon <pmuldoon@redhat.com>
786
787         * gdb.texinfo (Basic Python): Describe post_event API.
788
789 2010-08-11  Phil Muldoon  <pmuldoon@redhat.com>
790
791         * gdb.texinfo (Basic Python): Describe solib_address and
792         decode_line Python APIs
793
794 2010-08-10  Tom Tromey  <tromey@redhat.com>
795
796         * gdb.texinfo (Pretty Printing API): Document
797         gdb.default_visualizer.
798
799 2010-08-10  Tom Tromey  <tromey@redhat.com>
800
801         Revert gdb-add-index addition:
802         * gdb.texinfo (Index Files): Don't document gdb-add-index.
803
804 2010-08-07  Jan Kratochvil  <jan.kratochvil@redhat.com>
805             Eli Zaretskii <eliz@gnu.org>
806
807         * gdb.texinfo (Mode Options) <-batch>
808         (Basic Python) <gdb.execute>: Describe setting width and height.
809
810 2010-07-31  Paul Pluzhnikov  <ppluzhnikov@google.com>
811
812         * gdb.texinfo (Threads): Document 'debug libthread-db'.
813
814 2010-07-30  Tom Tromey  <tromey@redhat.com>
815
816         * gdb.texinfo (Index Files): Mention gdb-add-index.
817
818 2010-07-30  Hui Zhu  <teawater@gmail.com>
819
820         * gdb.texinfo (Inferiors and Programs): Update the introduce of
821         "detach inferior" and "kill inferior".
822
823 2010-07-28  CHENG Renquan  <rqcheng@smu.edu.sg>
824
825         * gdb.texinfo (Machine Code): Update description of two forms of
826         arguments, and add new example to demonstrate the new form.
827
828 2010-07-27  Phil Muldoon  <pmuldoon@redhat.com>
829
830         * gdb.texinfo (Values From Inferior): Add value inferior function
831         call description.
832
833 2010-07-19  Jan Kratochvil  <jan.kratochvil@redhat.com>
834
835         * gdb.texinfo (Active Targets): Fix wrong comma placement.
836
837 2010-07-19  Jan Kratochvil  <jan.kratochvil@redhat.com>
838             Eli Zaretskii  <eliz@gnu.org>
839
840         Make core files the process_stratum.
841         * gdb.texinfo (Active Targets): Remove core_stratum.  Include
842         record_stratum example.
843
844 2010-07-13  Tom Tromey  <tromey@redhat.com>
845
846         * gdb.texinfo (Index Files): New node.
847
848 2010-07-13  Tom Tromey  <tromey@redhat.com>
849
850         * gdb.texinfo (GDB/MI Variable Objects): Remove extra 'for'.
851
852 2010-07-13  Tom Tromey  <tromey@redhat.com>
853
854         * gdb.texinfo (Specify Location): Document labels.
855
856 2010-07-01  Pedro Alves  <pedro@codesourcery.com>
857
858         * gdb.texinfo (Create and Delete Tracepoints): Add more index
859         entries for fast tracepoints and static tracepoints.
860
861 2010-07-01  Pedro Alves  <pedro@codesourcery.com>
862
863         * gdb.texinfo (General Query Packets) <qfThreadInfo,
864         qsThreadInfo>: Spell out `l' as ell.
865
866 2010-07-01  Pedro Alves  <pedro@codesourcery.com>
867
868         * gdb.texinfo (Convenience Variables): Document $_sdata.
869         (Commands to Set Tracepoints): Describe static tracepoints.  Add
870         `Listing Static Tracepoint Markers' menu entry.  Document
871         "strace".
872         (Tracepoint Action Lists): Document collecting $_sdata.
873         (Listing Static Tracepoint Markers): New subsection.
874         (Tracepoints support in gdbserver): Mention static tracepoints.
875         (remote packets, enabling and disabling): Mention
876         read-sdata-object.
877         (General Query Packets) <qSupported>: Document qXfer:sdata:read
878         and StaticTracepoint.
879         Mention qTfSTM, qTsSTM and qTSTMat as tracepoint packets.
880         Document qXfer:sdata:read.
881         (Tracepoint packets): Document qTfSTM, qTsSTM and qTSTMat.
882
883 2010-06-29  Joel Brobecker  <brobecker@adacore.com>
884
885         * gdb.texinfo (Threads In Python): Fix unmatched @end table.
886
887 2010-06-28  Phil Muldoon  <pmuldoon@redhat.com>
888             Tom Tromey  <tromey@redhat.com>
889             Thiago Jung Bauermann  <bauerman@br.ibm.com>
890
891         * gdb.texinfo (Inferiors In Python): New node.
892         * gdb.texinfo (Threads In Python): New node.
893
894 2010-06-28  Joel Brobecker  <brobecker@adacore.com>
895
896         * gdb.texinfo (Python): Document what the python directory is
897         and what its location is.
898         (Basic Python): Document the gdb.PYTHONDIR constant.
899
900 2010-06-25  Tom Tromey  <tromey@redhat.com>
901
902         PR python/10808:
903         * gdb.texinfo (Basic Python): Document new gdb.execute argument.
904
905 2010-06-24  Hui Zhu  <teawater@gmail.com>
906
907         * gdb.texinfo: (Commands for Controlled Output): Add
908         documentation for command "eval".
909
910 2010-06-21  Stan Shebs  <stan@codesourcery.com>
911
912         * gdb.texinfo: Add explicit @node and @appendix for GFDL.
913         * annotate.texinfo: Ditto.
914         * gdbint.texinfo: Ditto.
915         * stabs.texinfo: Ditto.
916
917 2010-06-22  Hui Zhu  <teawater@gmail.com>
918
919         * gdb.texinfo: (Process Record and Replay): Add documentation
920         for command "set record memory-query".
921
922 2010-06-21  Stan Shebs  <stan@codesourcery.com>
923
924         * gdb.texinfo: Relicense under GFDL version 1.3.
925         * annotate.texinfo: Relicense under GFDL version 1.3.
926         * gdbint.texinfo: Relicense under GFDL version 1.3.
927         * stabs.texinfo: Relicense under GFDL version 1.3.
928         * fdl.texi: Update to version 1.3.
929
930 2010-06-18  Stan Shebs  <stan@codesourcery.com>
931
932         * gdb.texinfo (Operating System Auxiliary Information): Describe
933         "info os" when no arguments given.
934
935         * gdb.texinfo (Debugging Programs with Multiple Threads): Describe
936         $_thread.
937
938 2010-06-18  Hui Zhu  <teawater@gmail.com>
939
940         * gdb.texinfo: (Process Record and Replay): Add documentation
941         for commands "record save" and "record restore".
942
943 2010-06-16  Jan Kratochvil  <jan.kratochvil@redhat.com>
944
945         * gdb.texinfo: Include information about the correct use
946         of addresses in the `watch' command.
947
948 2010-06-11  Stan Shebs  <stan@codesourcery.com>
949
950         * gdb.texinfo (Observer Mode): New section.
951         (General Query Packets): Document QAllow.
952
953 2010-06-04  Doug Evans  <dje@google.com>
954
955         * gdb.texinfo (Python API): New node `Disabling Pretty-Printers'.
956
957 2010-06-03  Doug Evans  <dje@google.com>
958
959         * gdbint.texinfo (Coding): Add subsection on command names.
960
961 2010-06-02  Tom Tromey  <tromey@redhat.com>
962
963         * gdb.texinfo (Maintenance Commands): Document maint set dwarf2
964         always-disassemble.
965
966 2010-06-01  Pedro Alves  <pedro@codesourcery.com>
967
968         * gdb.texinfo (Set Tracepoints): Mention tracepoints support in
969         gdbserver, and add cross reference.
970         (Tracepoints support in gdbserver): New subsection.
971
972 2010-05-26  Pedro Alves  <pedro@codesourcery.com>
973
974         * gdb.texinfo (General Query Packets) <qSupported>: Describe the
975         `qRelocInsn' feature.
976         (Relocate instruction reply packet): New subsection
977         of `Tracepoint Packets'.
978         (Tracepoint Packets): Mention that packets QTDP and QTStart
979         support the qRelocInsn request, and add cross reference to new
980         subsection.
981
982 2010-05-25  Doug Evans  <dje@google.com>
983
984         * gdb.texinfo (Exception Handling): Document gdb.GdbError.
985         (Commands In Python): Document gdb.string_to_argv.
986
987 2010-05-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
988
989         * gdbint.texinfo (Host Definition): Remove items NORETURN and
990         ATTR_NORETURN.
991
992 2010-04-29  Phil Muldoon  <pmuldoon@redhat.com>
993             Tom Tromey  <tromey@redhat.com>
994             Thiago Jung Bauermann  <bauerman@br.ibm.com>
995
996         * gdb.texinfo (Parameters In Python): New Node.
997
998 2010-04-29  Mihail Zenkov  <mihail.zenkov@gmail.com>
999
1000         * gdb.texinfo: (Summary) Add mention about D language support.
1001         (Filenames): Add D suffixes.
1002         (D): New node.
1003
1004 2010-04-26  Pierre Muller  <muller@ics.u-strasbg.fr>
1005
1006         * gdbint.texinfo (CANNOT_STEP_HW_WATCHPOINTS): Remove explanation
1007         of macro deleted from GDB code.
1008
1009 2010-04-24  Pedro Alves  <pedro@codesourcery.com>
1010
1011         * gdb.texinfo (Commands to specify files): Describe what how GDB
1012         looks up DOS-based filesystem paths on the system root.  Document
1013         the new `set/show target-file-system-kind' commands.
1014
1015 2010-04-23  Doug Evans  <dje@google.com>
1016
1017         * gdb.texinfo (Python): Move Auto-loading section here ...
1018         (Python API): from here.
1019         (Auto-loading): Add docs for .debug_gdb_scripts auto-loaded scripts.
1020         (Maintenance Commands): Add docs for "maint print section-scripts".
1021
1022 2010-04-20  Chris Moller  <cmoller@redhat.com>
1023
1024         * gdb.texinfo (Setting Breakpoints): Added description of
1025         filename-qualified rbreak.
1026         * refcard.tex (Breakpoints and Watchpoints): Added brief
1027         description of filename-qualified rbreak.
1028
1029 2010-04-22  Jan Kratochvil  <jan.kratochvil@redhat.com>
1030
1031         * gdb.texinfo (Data): New @menu reference to Pretty Printing.
1032         (Python API): Change the reference to Pretty Printing API.
1033         (Pretty Printing): Move the user part under the Data node.  Reformat
1034         the sample output to 72 columns.  Create a new reference to Pretty
1035         Printing API.  Rename the API part ...
1036         (Pretty Printing API): To a new node name.
1037         (Selecting Pretty-Printers, Progspaces In Python, Objfiles In Python)
1038         (GDB/MI Variable Objects): Change references to Pretty Printing API.
1039
1040 2010-04-21  Stan Shebs  <stan@codesourcery.com>
1041
1042         * gdb.texinfo (Tracepoint Actions): Mention synonymy of actions
1043         and commands.
1044         (Listing Tracepoints): Update to reflect current behavior.
1045
1046 2010-04-22  Pierre Muller  <muller@ics.u-strasbg.fr>
1047
1048         * gdb.texinfo (Examining memory): Update for change in string
1049         display with explicit size.
1050
1051 2010-04-19  Pedro Alves  <pedro@codesourcery.com>
1052
1053         PR breakpoints/8554.
1054
1055         * gdb.texinfo (Save Breakpoints): New node.
1056         (save-tracepoints): Rename to ...
1057         (save tracepoints): ... this.  Mention that `save-tracepoints' is
1058         a deprecated alias to `save tracepoints'.
1059
1060 2010-04-16  Pierre Muller  <muller@ics.u-strasbg.fr>
1061
1062         * gdb.texinfo ($_tlb): Document new automatic convinience variable.
1063         (info w32 thread-information-block): Document new command.
1064         (qGetTIBAddress): Document new gdbserver query.
1065         (maint set/show show-all-tib): Document new command.
1066
1067 2010-04-15  Doug Evans  <dje@google.com>
1068
1069         * gdb.texinfo (Python API): Add progspaces section.
1070         (Selecting Pretty-Printers): Progspace pretty-printers are
1071         searched too.
1072         (Progspaces In Python): New section.
1073
1074         * gdb.texinfo (Command Files): Add docs for new "source -s" option.
1075
1076 2010-04-14  Phil Muldoon  <pmuldoon@redhat.com>
1077
1078         * gdb.texinfo (Pretty Printing): Document behaviour when to_string
1079         returns None.
1080
1081 2010-04-09  Stan Shebs  <stan@codesourcery.com>
1082
1083         * gdb.texinfo (gdb/mi Tracepoint Commands) <-trace-status>:
1084         Describe the `frames-created' field, tweak grammar.
1085
1086 2010-04-09  Pedro Alves  <pedro@codesourcery.com>
1087
1088         * gdb.texinfo (gdb/mi Tracepoint Commands) <-trace-status>:
1089         Describe the `circular' and `disconnected' fields.
1090
1091 2010-04-09  H.J. Lu  <hongjiu.lu@intel.com>
1092
1093         * gdb.texinfo (maint print registers): Mention unavailable and
1094         invisible registers.
1095
1096 2010-04-09  Phil Muldoon  <pmuldoon@redhat.com>
1097             Thiago Jung Bauermann  <bauerman@br.ibm.com>
1098             Tom Tromey  <tromey@redhat.com>
1099
1100         * gdb.texinfo (Breakpoints In Python): New Node.
1101
1102 2010-04-08  Stan Shebs  <stan@codesourcery.com>
1103
1104         * gdb.texinfo (Tracepoint Packets): Describe disconn and circular
1105         trace status fields.
1106
1107 2010-04-08  H.J. Lu  <hongjiu.lu@intel.com>
1108
1109         * gdb.texinfo (i386 Features): Make org.gnu.gdb.i386.avx
1110         optional.  Make org.gnu.gdb.i386.avx requires
1111         org.gnu.gdb.i386.avx.
1112
1113 2010-04-08  Doug Evans  <dje@google.com>
1114
1115         * gdb.texinfo (Command Files): Document that gdb skips $cdir in
1116         search path, and document that gdb only scans the search path if
1117         the script's path doesn't specify a directory.
1118
1119 2010-04-05  Doug Evans  <dje@google.com>
1120
1121         * gdb.texinfo (maint show python auto-load): Fix typo.
1122
1123 2010-04-04  Stan Shebs  <stan@codesourcery.com>
1124
1125         * gdb.texinfo (Setting Breakpoints): "info watch" no longer a synonym.
1126         (Setting Watchpoints): Update description of "info watch".
1127         (Disabling Breakpoints): Only "info break" lists all.
1128
1129         * gdb.texinfo (Tracepoint Restrictions): Document PC inference.
1130         (tdump): Explain how tdump works.
1131
1132 2010-04-01  Pedro Alves  <pedro@codesourcery.com>
1133
1134         * gdb.texinfo (Break Commands): Clarify `commands' changes, and
1135         add cross reference.
1136
1137 2010-03-31  Pedro Alves  <pedro@codesourcery.com>
1138
1139         * gdb.texinfo (TUI Commands): Mention that in some cases, these
1140         commands error out.
1141
1142 2010-03-30  H.J. Lu  <hongjiu.lu@intel.com>
1143
1144         * gdb.texinfo (i386 Features): Add org.gnu.gdb.i386.avx.
1145
1146 2010-03-30  H.J. Lu  <hongjiu.lu@intel.com>
1147
1148         * gdb.texinfo (General Query Packets): Add xmlRegisters.
1149
1150 2010-03-29  Stan Shebs  <stan@codesourcery.com>
1151             Nathan Sidwell  <nathan@codesourcery.com>
1152
1153         * gdb.texinfo (GDB/MI Tracepoint Commands): Add notes about the
1154         GDBN equivalent.
1155         (Set Tracepoints): Remove mention that conditional tracepoints
1156         don't exist.
1157         (Tracepoint Actions): Clarify when while-stepping collection
1158         happens, note that while-stepping does not automatically collect
1159         $pc.
1160
1161 2010-03-29  Stan Shebs  <stan@codesourcery.com>
1162
1163         * gdb.texinfo (Tracepoint Packets): Describe QTDPsrc.
1164         (General Query Packets): Describe TracepointSource.
1165
1166 2010-03-27  Matt Rice  <ratmice@gmail.com>
1167
1168         * gdb.texinfo (ARM): Document arguments to "target sim".
1169         (Set Catchpoints): Use @dots{} instead of @r{...}.
1170
1171 2010-03-26  Pedro Alves  <pedro@codesourcery.com>
1172
1173         * gdb.texinfo (Tracepoint Packets): Remove mention that
1174         terror:string may be plain text, and drop mention of X prefix.
1175
1176 2010-03-26  Vladimir Prus  <vladimir@codesourcery.com>
1177
1178         * gdb.texinfo (GDB/MI Tracepoint Commands): Add comma after @xref.
1179
1180 2010-03-24  Stan Shebs  <stan@codesourcery.com>
1181
1182         * gdb.texinfo (Tracepoint Packets): Document trace error status.
1183
1184 2010-03-24  Tom Tromey  <tromey@redhat.com>
1185
1186         PR breakpoints/9352:
1187         * gdb.texinfo (Break Commands): Update.
1188
1189 2010-03-24  Vladimir Prus  <vladimir@codesourcery.com>
1190
1191         * gdb.texinfo (GDB/MI Tracepoint Commands): Document MI tracepoint
1192         commands.
1193
1194 2010-03-16  Stan Shebs  <stan@codesourcery.com>
1195
1196         * gdb.texinfo (Starting and Stopping Trace Experiments): Describe
1197         circular-trace-buffer.
1198         (Tracepoint Packets): Describe QTBuffer, and details of the
1199         qTStatus reply.
1200
1201 2010-03-12  Stan Shebs  <stan@codesourcery.com>
1202             Nathan Sidwell  <nathan@codesourcery.com>
1203
1204         * gdb.texinfo (Tracepoint Actions): Clarify that while-stepping is
1205         doing instruction stepping.
1206         (Tracepoint Restrictions): New node.
1207
1208 2010-03-10  Tom Tromey  <tromey@redhat.com>
1209
1210         * gdbint.texinfo (Symbol Handling): Update.
1211
1212 2010-03-08  Tom Tromey  <tromey@redhat.com>
1213
1214         PR cli/9591:
1215         * gdb.texinfo (Mode Options): Mention lack of pagination and
1216         confirmation with --batch.
1217         (Screen Size): Mention --batch.
1218         (Messages/Warnings): Likewise.
1219
1220 2010-03-05  Tom Tromey  <tromey@redhat.com>
1221
1222         * gdb.texinfo (Basic Python): Document target_charset and
1223         target_wide_charset.
1224
1225 2010-03-05  Tom Tromey  <tromey@redhat.com>
1226
1227         * gdb.texinfo (Data): Link to pretty-printing.
1228         (Output Formats): Likewise.  Correct text.
1229
1230 2010-03-01  Daniel Jacobowitz  <dan@codesourcery.com>
1231
1232         * gdb.texinfo (Types): Describe <struct> and <flags>.
1233
1234 2010-02-28  Phil Muldoon  <pmuldoon@redhat.com>
1235
1236         * gdb.texinfo (Frames In Python): Add block parameter and
1237         description to read_var text.
1238
1239 2010-02-26  Phil Muldoon  <pmuldoon@redhat.com>
1240             Tom Tromey  <tromey@redhat.com>
1241
1242         * gdb.texinfo (Types In Python): Describe block argument in
1243         template_argument and gdb.lookup_type.
1244
1245 2010-02-24  Tom Tromey  <tromey@redhat.com>
1246
1247         * gdb.texinfo (Cygwin Native): Fix typo.
1248
1249 2010-02-24  Phil Muldoon  <pmuldoon@redhat.com>
1250
1251         * gdb.texinfo (Frames In Python): Add block, find_sal, function
1252         and select method descriptions.
1253         (Python API): Add Blocks In Python, Symbols in Python and Symbol
1254         Tables in Python to menu.
1255         (Blocks In Python): New node.
1256         (Symbols In Python): New node.
1257         (Symbol Tables in Python): New node.
1258
1259 2010-02-24  Vladimir Prus  <vladimir@codesourcery.com>
1260
1261         Multiexec MI
1262
1263         gdb/
1264         * breakpoint.c (clear_syscall_counts): Take struct inferior*.
1265
1266         gdb/doc/
1267         * gdb.texinfo (GDB/MI Command Syntax): Document notification
1268         changes.
1269         (GDB/MI Program Execution): Document current behaviour of
1270         --all and --thread-group.
1271         (GDB/MI Miscellaneous Commands): Document -add-inferior and
1272         -remove-inferior.
1273         * observer.texi (inferior_added, inferior_removed): New
1274         observers.
1275
1276 2010-02-19  Tom Tromey  <tromey@redhat.com>
1277
1278         * gdbint.texinfo (Getting Started): Fix @node.
1279         (Debugging GDB): Likewise.
1280
1281 2010-02-13  Joel Brobecker  <brobecker@adacore.com>
1282
1283         * gdbint.texinfo (Testsuite): New section "Testsuite Configuration",
1284         documenting the gdb_test_timeout variable.
1285
1286 2010-02-12  Jakob Engblom  <jakob@virtutech.com>
1287
1288         * gdb.texinfo (MI commands): Added documentation of --reverse
1289         option to a set of MI commands. Restructured documentation of MI
1290         commands --exec-continue to reflect the complexity of reverse
1291         execution.
1292
1293 2010-02-12  Pedro Alves  <pedro@codesourcery.com>
1294
1295         * gdb.texinfo (Using the Collected Data): Specify that the address
1296         range of `tfind outsize' is exclusive, and that the address range
1297         of `tfind range' is inclusive.
1298         (Tracepoint Packets): Specify that the address range of
1299         `QTFrame:range' is inclusive, and that the address range of
1300         `QTFrame:outside' is exclusive
1301
1302 2010-02-12  Vladimir Prus  <vladimir@codesourcery.com>
1303
1304         * gdb.texinfo (GDB/MI Result Records): Clarify ^running.
1305
1306 2010-02-10  Tom Tromey  <tromey@redhat.com>
1307
1308         * gdb.texinfo (Debugging Output): Document set debug parser and
1309         show debug parser.
1310
1311 2010-02-09  H.J. Lu  <hongjiu.lu@intel.com>
1312
1313         * gdb.texinfo (Predefined Target Types): Add i387_ext,
1314         i386_eflags and i386_mxcsr.
1315
1316 2010-02-08  H.J. Lu  <hongjiu.lu@intel.com>
1317
1318         * gdb.texinfo: Document i386 target features.
1319
1320 2010-02-05  Doug Evans  <dje@google.com>
1321
1322         * gdbint.texinfo (Testsuite): Add a new section to document the
1323         various DejaGnu variables that may be overridden.
1324         Document INTERNAL_GDBFLAGS.
1325
1326 2010-02-04  Tom Tromey  <tromey@redhat.com>
1327
1328         PR cli/8830:
1329         * gdb.texinfo (Files): -readnow comes before the filename for file
1330         and symbol-file.
1331
1332 2010-02-01  Daniel Jacobowitz  <dan@codesourcery.com>
1333
1334         * gdb.texinfo (Architecture-Specific Protocol Details): New section.
1335         Document ARM breakpoint types.
1336         (Register Packet Format): Move into the new section.
1337         (Packets): Describe the KIND argument for Z0, z0, Z1, and z1 packets.
1338
1339 2010-01-21  Joel Brobecker  <brobecker@adacore.com>
1340
1341         * gdb.texinfo (File Options): Adjust the documentation of this
1342         switch to refer to the "source" command rather than partially
1343         duplicating some of the relevant information.
1344         (Extending GDB): Introduce and document the set/show script-extension
1345         setting.
1346         (Command Files): Add note explaining that the "source" command
1347         is also used to evalute scripts written in other languages.
1348         Remove the short slightly incorrect reference to sourcing Python
1349         scripts.
1350         (Python Commands): Document how to execute a Python script from GDB.
1351
1352 2010-01-19  Joel Brobecker  <brobecker@adacore.com>
1353
1354         * gdb.texinfo (Command Files): Fix typo.
1355
1356 2010-01-18  Tom Tromey  <tromey@redhat.com>
1357
1358         * gdb.texinfo (File Options): Document -x on .py files.
1359         (Command Files): Document handling of Python scripts.
1360
1361 2010-01-18  Jie Zhang  <jie.zhang@analog.com>
1362
1363         * Makefile.in (ANNOTATE_DOC_BUILD_INCLUDES): Add GDBvn.texi.
1364
1365 2010-01-15  Stan Shebs  <stan@codesourcery.com>
1366
1367         * gdb.texinfo (Trace Files): New section.
1368         (Tracepoint Packets): Document QTSave and qTBuffer.
1369         (Trace File Format): New appendix.
1370
1371 2010-01-13  Phil Muldoon  <pmuldoon@redhat.com>
1372
1373         * gdb.texinfo (Values From Inferior): Document lazy_string value
1374         method.
1375         (Python API): Add Lazy strings menu item.
1376         (Lazy Strings In Python): New node.
1377
1378 2010-01-13  Vladimir Prus  <vladimir@codesourcery.com>
1379
1380         * gdb.texinfo (GDB/MI Thread Information): New.
1381         (GDB/MI Async Records): Document the core field in *stopped.
1382         (GDB/MI Miscellaneous Commands): Expand -list-thread-groups
1383         documentation
1384         (Process list): Document that osdata document may contain
1385         threads.
1386         (Remote Serial Protocol): Document qXfer:threads.
1387
1388 2010-01-06  Stan Shebs  <stan@codesourcery.com>
1389
1390         * gdb.texinfo (Starting and Stopping Trace Experiments): Document
1391         disconnected tracing.
1392         (Tracepoint Packets): Document new protocol.
1393
1394 2010-01-05  Stan Shebs  <stan@codesourcery.com>
1395
1396         * gdb.texinfo (Create and Delete Tracepoints): Describe fast
1397         tracepoints.
1398         (Tracepoint Packets): Describe remote protocol for fast
1399         tracepoints.
1400
1401 2010-01-01  Joel Brobecker  <brobecker@adacore.com>
1402
1403         Update the "Start of New Year Procedure".
1404         * gdbint.texinfo: Add the list of files that need to be updated
1405         manually.  Minor reformatting.
1406
1407 2010-01-01  Joel Brobecker  <brobecker@adacore.com>
1408
1409         * refcard.tex: Update copyright year in header and text.
1410
1411 2010-01-01  Joel Brobecker  <brobecker@adacore.com>
1412
1413         * agentexpr.texi: Add 2010 to the list of copyright years.
1414         * annotate.texinfo: Likewise.
1415         * gdb.texinfo: Likewise.
1416         * gdbint.texinfo: Likewise.
1417         * observer.texi: Likewise.
1418         * stabs.texinfo: Likewise.
1419
1420 2009-12-31  Stan Shebs  <stan@codesourcery.com>
1421
1422         * gdb.texinfo (Tracepoint Actions): Describe teval.
1423
1424 2009-12-29  Stan Shebs  <stan@codesourcery.com>
1425
1426         * gdb.texinfo (Tracepoint Actions): Describe default-collect.
1427
1428 2009-12-28  Stan Shebs  <stan@codesourcery.com>
1429
1430         * gdb.texinfo (Trace State Variables): New section.
1431         (Tracepoint Packets): Describe trace state variable packets.
1432         * agentexpr.texi (Bytecode Descriptions): Describe trace state
1433         variable bytecodes.
1434
1435 2009-12-28  Daniel Jacobowitz  <dan@codesourcery.com>
1436
1437         * gdb.texinfo (Symbols): "info variables" prints definitions, not
1438         declarations.
1439
1440 2009-12-21  Vladimir Prus  <vladimir@codesourcery.com>
1441
1442         * gdb.texinfo (GDB/MI Miscellaneous Commands): Clarify that
1443         -gdb-exit behaviour.
1444
1445 2009-12-20  Joel Brobecker  <brobecker@adacore.com>
1446
1447         * gpl.texi: Update to version 3 of the GPL.
1448
1449 2009-12-20  Joel Brobecker  <brobecker@adacore.com>
1450
1451         * Makefile.in: Update copyright header.
1452         * observer.texi: Fix the copyright header of the generated files.
1453
1454 2009-12-08  Phil Muldoon  <pmuldoon@redhat.com>
1455
1456         * gdb.texinfo (Types In Python): Describe range function.
1457
1458 2009-12-03  Richard Ward  <richard.j.ward1@googlemail.com>
1459
1460         * gdb.texinfo (Types In Python): Describe "is_base_class".
1461
1462 2009-12-03  Tom Tromey  <tromey@redhat.com>
1463
1464         * gdb.texinfo (Basic Python): Document gdb.parse_and_eval.
1465
1466 2009-12-02  Paul Pluzhnikov  <ppluzhnikov@google.com>
1467
1468         * observer.texi: New memory_changed observer.
1469
1470 2009-12-01  Tom Tromey  <tromey@redhat.com>
1471
1472         * gdb.texinfo (Reverse Execution): Fix typo.
1473
1474 2009-11-24  Daniel Jacobowitz  <dan@codesourcery.com>
1475
1476         PR gdb/8704
1477
1478         * gdb.texinfo (Thread-Specific Breakpoints): Thread specifiers
1479         are allowed after the breakpoint condition.
1480
1481 2009-11-23  Tom Tromey  <tromey@redhat.com>
1482
1483         PR python/10782:
1484         * gdb.texinfo (Types In Python): Document Type.pointer.
1485
1486 2009-11-23  Paul Pluzhnikov  <ppluzhnikov@google.com>
1487
1488         * gdb.texinfo (Machine Code): Adjust.
1489
1490 2009-11-11  Pedro Alves  <pedro@codesourcery.com>
1491
1492         * agentexpr.texi (Tracing On Symmetrix): Delete section.
1493         (Using Agent Expressions): Delete cross reference.
1494
1495 2009-11-07  Joel Brobecker  <brobecker@adacore.com>
1496
1497         * gdbint.texinfo, stabs.texinfo: Move the @setchapternewpage
1498         and @settitle directives up to help makeinfo find them.
1499
1500 2009-11-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
1501
1502         * gdb.texinfo (set debug-file-directory, show debug-file-directory)
1503         (Auto-loading): Use plural and note one can use multiple components now.
1504
1505 2009-11-01  Vladimir Prus  <vladimir@codesourcery.com>
1506
1507         * gdb.texinfo (GDB/MI Stack Manipulation): Make
1508         -stack-list-arguments have the same documentation for parameter
1509         as -stack-list-locals. Add comas.
1510
1511 2009-10-27  Tom Tromey <tromey@redhat.com>
1512             Eli Zaretskii <eliz@gnu.org>
1513
1514         PR python/10781
1515
1516         * gdb.texinfo (Values From Inferior): Document cast method.
1517
1518 2009-10-22  Paul Pluzhnikov  <ppluzhnikov@google.com>
1519
1520         * gdb.texinfo (Machine Code): Mention function name in disasssembly
1521         and adjust example.
1522
1523 2009-10-22  Michael Snyder  <msnyder@vmware.com>
1524
1525         * gdb.texinfo (Process Record and Replay): Document new form of
1526         info record command.  Also document the new save and restore
1527         commands.
1528
1529 2009-10-21  Paul Pluzhnikov  <ppluzhnikov@google.com>
1530
1531         * gdb.texinfo (Machine Code): Mention current pc marker.
1532         (Memory): Likewise.
1533
1534 2009-10-19  Pedro Alves  <pedro@codesourcery.com>
1535             Stan Shebs  <stan@codesourcery.com>
1536
1537         * observer.texi (new_inferior): Rename to...
1538         (inferior_appeared): ... this.
1539
1540         * gdb.texinfo (Inferiors): Rename node to ...
1541         (Inferiors and Programs): ... this.  Mention running multiple
1542         programs in the same debug session.
1543         <info inferiors>: Mention the new 'Executable' column if "info
1544         inferiors".  Update examples.  Document the "add-inferior",
1545         "clone-inferior", "remove-inferior" and "maint info
1546         program-spaces" commands.
1547         (Process): Rename node to...
1548         (Forks): ... this.  Document "set|show follow-exec-mode".
1549
1550 2009-10-11  Michael Snyder  <msnyder@vmware.com>
1551
1552         * gdb.texinfo (ReverseStep): Show default as "unsupported".
1553         (ReverseContinue): Ditto.
1554
1555 2009-10-08  Paul Pluzhnikov  <ppluzhnikov@google.com>
1556
1557         * gdb.texinfo (Server): Document libthread-db-search-path.
1558
1559 2009-10-08  Jan Kratochvil  <jan.kratochvil@redhat.com>
1560
1561         * gdbint.texinfo (i386_stopped_by_hwbp): Remove.
1562
1563 2009-10-06  Michael Eager  <eager@eagercon.com>
1564
1565         * gdb.texinfo (Contributors): Add self for Xilinx MicroBlaze.
1566         (Embedded Processors): Add MicroBlaze.
1567         (MicroBlaze): New.  Describe Xilinx MicroBlaze
1568
1569 2009-10-04  Pedro Alves  <pedro@codesourcery.com>
1570
1571         * gdb.texinfo (Remote Protocol): Don't mention vCont;T.
1572
1573 2009-09-26  Pierre Muller  <muller@ics.u-strasbg.fr>
1574
1575         * gdb.texinfo (Cygwin Native): Mention support for Ctrl-BREAK.
1576
1577 2009-09-23  Joel Brobecker  <brobecker@adacore.com>
1578
1579         * observer.texi (solib_unloaded): Document explicitly the fact that
1580         this observer is called before the associated symbols are unloaded.
1581
1582 2009-09-19  Vladimir Prus  <vladimir@codesourcery.com>
1583
1584         * gdb.texinfo (GDB/MI Stack Manipulation): Document
1585         -stack-list-variables.
1586
1587 2009-09-18  Tom Tromey  <tromey@redhat.com>
1588
1589         * gdb.texinfo (GDB/MI Variable Objects): -enable-pretty-printing
1590         is experimental.
1591
1592 2009-09-17  Paul Pluzhnikov  <ppluzhnikov@google.com>
1593
1594         * gdb.texinfo (convenince variables): Mention
1595         $_siginfo could be empty.
1596
1597 2009-09-15  Tom Tromey  <tromey@redhat.com>
1598
1599         * gdb.texinfo (GDB/MI Variable Objects): Document
1600         -enable-pretty-printing, -var-set-update-range, dynamic varobjs.
1601         Expand -var-update documentation.
1602
1603 2009-09-14  Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
1604
1605         * gdb.texinfo (Set Catchpoints): Documentation about the catch syscall
1606         feature.
1607
1608 2009-09-13  Daniel Jacobowitz  <dan@codesourcery.com>
1609
1610         * gdbint.texinfo (Unwinding the Frame ID): Reference outer_frame_id.
1611
1612 2009-09-10  Michael Snyder  <msnyder@vmware.com>
1613
1614         * gdb.texinfo (qSupported): Mention new ReverseContinue and
1615         ReverseStep replies to the qSupported query.
1616
1617 2009-09-10  Joel Brobecker  <brobecker@adacore.com>
1618
1619         Add documentation for set/show interactive-mode.
1620         * gdb.texinfo (Other Misc Settings): New node.
1621
1622 2009-09-01  Doug Evans  <dje@google.com>
1623
1624         * gdb.texinfo (Caching Data of Remote Targets): Add note on
1625         non-stop mode's affect on remote caching.
1626
1627 2009-08-31  Jacob Potter  <jdpotter@google.com>
1628             Doug Evans  <dje@google.com>
1629
1630         * gdb.texinfo (Caching Data of Remote Targets): Update text.
1631         Mark `set/show remotecache' options as obsolete.
1632         Document new `set/show stack-cache' option.
1633         Update text for `info dcache'.
1634
1635 2009-08-27  Doug Evans  <dje@google.com>
1636
1637         * gdb.texinfo (Symbols): Delete `set print symbol-loading'.
1638         (Files): Add note on new optional regex arg to `info sharedlibrary'.
1639
1640 2009-08-26  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1641
1642         * gdbint.texinfo (Releasing GDB): Fix confusing sentence
1643         about autoconf.
1644
1645 2009-08-25  Pedro Alves  <pedro@codesourcery.com>
1646
1647         * gdb.texinfo (Debugging Multiple Inferiors): Add "info inferiors"
1648         small example, and describe its columns.  Replace "inferior-id" by
1649         "infno" throughout.
1650
1651 2009-08-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1652
1653         * gdbint.texinfo (Releasing GDB): Point to
1654         README-maintainer-mode file for required autoconf version.
1655         * configure.ac: Do not substitute datarootdir, htmldir,
1656         pdfdir, docdir.  Do not process --with-datarootdir,
1657         --with-htmldir, --with-pdfdir, --with-docdir.
1658         * configure: Regenerate.
1659
1660         * configure: Regenerate.
1661
1662 2009-08-20  Reid Kleckner  <reid@kleckner.net>
1663
1664         * gdb.texinfo: Add chapter on JIT interface.
1665
1666 2009-08-07  Nick Roberts  <nickrob@snap.net.nz>
1667
1668         * gdb.texinfo (Server Prefix): Explain that server prefix suppresses
1669         confirmation request.
1670
1671 2009-08-05  Jeremy Bennett  <jeremy.bennett@embecosm.com>
1672
1673         * gdb.texinfo (Separate Debug Files, Remote Protocol): Clarified
1674         CRC definitions.
1675
1676 2009-08-03  Vladimir Prus  <vladimir@codesourcery.com>
1677
1678         * gdb.texinfo (GDB/MI Breakpoint Commands): Document
1679         -break-commands.
1680
1681 2009-07-31  Ulrich Weigand  <uweigand@de.ibm.com>
1682
1683         * gdb.texinfo (Cell Broadband Engine SPU architecture): Document the
1684         "set spu auto-flush-cache" and "show spu auto-flush-cache" commands.
1685
1686 2009-07-31  Ulrich Weigand  <uweigand@de.ibm.com>
1687
1688         * gdb.texinfo (Cell Broadband Engine SPU architecture): Document the
1689         "set spu stop-on-load" and "show spu stop-on-load" commands.
1690
1691 2009-07-31  Ulrich Weigand  <uweigand@de.ibm.com>
1692
1693         * gdb.texinfo (Target Descriptions): Document <compatible> element.
1694
1695 2009-07-28  Daniel Jacobowitz  <dan@codesourcery.com>
1696
1697         * gdb.texinfo (ARM Features): Document org.gnu.gdb.arm.vfp and
1698         org.gnu.gdb.arm.neon.
1699
1700 2009-07-20  Pedro Alves  <pedro@codesourcery.com>
1701
1702         * gdb.texinfo (Target Description Format): Mention the new <osabi>
1703         optional element.
1704         (subsection OS ABI): New subsection.
1705
1706 2009-07-14  Stan Shebs  <stan@codesourcery.com>
1707
1708         * gdb.texinfo (Tracepoint Conditions): New section.
1709         (General Query Packets): Describe ConditionalTracepoints.
1710         (Tracepoint Packets): Describe condition field.
1711         (Maintenance Commands): Describe maint agent-eval.
1712         * agentexpr.texi (Using Agent Expressions): Mention eval usage.
1713
1714 2009-07-11  Hui Zhu  <teawater@gmail.com>
1715
1716         * gdb.texinfo (disassemble): Add a new modifier /r
1717         to "disassemble" command to make it print the raw instructions
1718         in hex as well as in symbolic form.
1719
1720 2009-07-09  Tom Tromey  <tromey@redhat.com>
1721
1722         * gdbint.texinfo (Testsuite): Document parallel make check.
1723
1724 2009-07-09  Tom Tromey  <tromey@redhat.com>
1725
1726         * gdbint.texinfo (Testsuite): Document test transcripts.
1727
1728 2009-07-10  Phil Muldoon  <pmuldoon@redhat.com>
1729
1730         * gdb.texinfo (Values From Inferior): Add length parameter
1731         description.
1732
1733 2009-07-04  Chris Genly  <chris@genly.us>
1734
1735         * gdb.texinfo (GDB/MI Variable Objects): Document child definition
1736         in -var-list-children.  Fix example according to what the code
1737         does.
1738
1739 2009-07-02  Pedro Alves  <pedro@codesourcery.com>
1740
1741         * gdb.texinfo (Debugging multiple inferiors): Document the
1742         "inferior", "detach inferior" and "kill inferior" commands.
1743         (Debugging Programs with Multiple Processes): Adjust to mention
1744         generic "inferior" commands.  Delete mention of "detach fork" and
1745         "delete fork".  Cross reference to "Debugging multiple inferiors"
1746         section.
1747
1748 2009-07-02  Ulrich Weigand  <uweigand@de.ibm.com>
1749
1750         * gdbint.texinfo (Item Output Functions): Update signature
1751         for ui_out_field_core_addr.
1752
1753 2009-07-02  Ulrich Weigand  <uweigand@de.ibm.com>
1754
1755         * gdbint.texinfo (Examples of Use of @code{ui_out} functions):
1756         Update example code extrated from breakpoint.c.
1757
1758 2009-06-28  Paul Pluzhnikov  <ppluzhnikov@google.com>
1759
1760         * gdb.texinfo (GDB/MI Program Context): @ignore unimplemented
1761         MI commands.
1762         (GDB/MI Symbol Query): Likewise.
1763         (GDB/MI File Commands): Likewise.
1764         (GDB/MI File Transfer Commands): Likewise.
1765         (GDB/MI Target Manipulation): Likewise.
1766         (GDB/MI Miscellaneous Commands): Likewise.
1767
1768 2009-06-27  Daniel Jacobowitz  <dan@codesourcery.com>
1769
1770         * gdb.texinfo (Debugging Optimized Code): New chapter.
1771         (Compiling for Debugging): Reference it.  Move some
1772         text to the new section.
1773
1774 2009-06-15  Phil Muldoon  <pmuldoon@redhat.com>
1775
1776         * doc/gdb.texinfo (Calling): Document
1777         set-unwind-on-terminating-exception usage.
1778
1779 2009-06-11  Pedro Alves  <pedro@codesourcery.com>
1780
1781         * gdb.texinfo (All-Stop): Document new 'set schedule-multiple'
1782         command.
1783
1784 2009-06-07  Pedro Alves  <pedro@codesourcery.com>
1785
1786         * gdbint.texinfo (TARGET_HAS_HARDWARE_WATCHPOINTS): Delete all
1787         references.
1788
1789 2009-06-04  Ulrich Weigand  <uweigand@de.ibm.com>
1790
1791         * gdbint.texinfo: Rename formal parameters to gdbarch function
1792         protoypes from "current_gdbarch" to "gdbarch".
1793
1794 2009-05-28  Tom Tromey  <tromey@redhat.com>
1795
1796         * gdb.texinfo (Basic Python): Change get_parameter to parameter.
1797
1798 2009-05-27  Tom Tromey  <tromey@redhat.com>
1799
1800         * gdb.texinfo (GDB/MI Miscellaneous Commands): Document "python"
1801         feature.
1802         (GDB/MI Variable Objects): Document -var-set-visualizer.
1803
1804 2009-04-02  Tom Tromey  <tromey@redhat.com>
1805
1806         * gdb.texinfo (GDB/MI Miscellaneous Commands): Document "python"
1807         feature.
1808         (GDB/MI Variable Objects): Document -var-set-visualizer.
1809
1810 2009-05-27  Tom Tromey  <tromey@redhat.com>
1811             Thiago Jung Bauermann  <bauerman@br.ibm.com>
1812             Phil Muldoon  <pmuldoon@redhat.com>
1813
1814         * gdb.texinfo (Objfiles In Python): Reference pretty printing.
1815         (Pretty Printing): New node.
1816         (Selecting Pretty-Printers): Likewise.
1817         (Python API): Update.
1818         (Output Formats): Document /r format.
1819
1820 2009-05-27  Thiago Jung Bauermann  <bauerman@br.ibm.com>
1821             Tom Tromey  <tromey@redhat.com>
1822
1823         * gdb.texinfo (Types In Python): New node.
1824         (Values From Inferior): "type" is now an attribute.
1825         (Python API): Update.
1826
1827 2009-05-27  Tom Tromey  <tromey@redhat.com>
1828             Thiago Jung Bauermann  <bauerman@br.ibm.com>
1829             Phil Muldoon  <pmuldoon@redhat.com>
1830
1831         * gdb.texinfo: Add @syncodeindex for `tp'.
1832         (Python API): Update.
1833         (Auto-loading): New node.
1834         (Objfiles In Python): New node.
1835
1836 2009-05-15  Paul Pluzhnikov  <ppluzhnikov@google.com>
1837
1838         * gdb.texinfo (Threads): Document libthread-db-search-path.
1839
1840 2009-05-15  Nick Roberts  <nickrob@snap.net.nz>
1841
1842         * gdb.texinfo (GDB/MI General Design): Break up into four nodes.
1843
1844 2009-05-12  Pedro Alves  <pedro@codesourcery.com>
1845
1846         * gdb.texinfo: Document 'set/show debug gnu-nat'.  Replace 'maint
1847         show-debug-regs' docs by 'maint set show-debug-regs' and 'maint
1848         show show-debug-regs' docs.
1849
1850 2009-05-08  Eli Zaretskii  <eliz@gnu.org>
1851
1852         * gdb.texinfo (Process Record and Replay): Add description of
1853         reverse execution.
1854
1855 2009-05-07  Joel Brobecker  <brobecker@adacore.com>
1856
1857         * gdbint.texinfo (Adding support for debugging core files): New node.
1858         (Native Debugging): Remove the ``Native core file Support'' section.
1859
1860 2009-05-01  Eli Zaretskii  <eliz@gnu.org>
1861
1862         * gdb.texinfo (Process Record and Replay): Improve and clarify.
1863         Add index entries.
1864
1865 2009-04-30  Hui Zhu  <teawater@gmail.com>
1866             Michael Snyder  <msnyder@vmware.com>
1867
1868         * gdb.texinfo: (Process Record and Replay): Add documentation for
1869         process record and replay.
1870
1871 2009-04-29  Jan Kratochvil  <jan.kratochvil@redhat.com>
1872
1873         * gdb.texinfo (Macros): Note command-line for `info macro'.  Append
1874         a new part on command-line defined macros.
1875
1876 2009-04-25  Eli Zaretskii  <eliz@gnu.org>
1877
1878         * gdb.texinfo (Machine Code) <disassemble-next-line>: Improve and
1879         clarify the wording.
1880
1881 2009-04-23  Tom Tromey  <tromey@redhat.com>
1882
1883         * gdb.texinfo (Data Files): New node.
1884         (GDB Files): Update menu.
1885
1886 2009-04-23  Joel Brobecker  <brobecker@adacore.com>
1887
1888         * gdbint.texinfo (Defining Other Architecture Features): Remove
1889         entry for PROCESS_LINENUMBER_HOOK.
1890
1891 2009-04-22  Vladimir Prus  <vladimir@codesourcery.com>
1892
1893         * gdb.texinfo (GDB/MI Program Execution): Document -exec-jump.
1894
1895 2009-04-22  Hui Zhu  <teawater@gmail.com>
1896
1897         * gdb.texinfo (disassemble-next-line): Set the default of
1898         disassemble-next-line to off.
1899
1900 2009-04-21  Joseph Myers  <joseph@codesourcery.com>
1901
1902         * configure.ac (--with-datarootdir, --with-docdir, --with-pdfdir,
1903         --with-htmldir): New.
1904         * configure: Regenerate.
1905         * Makefile.in (datarootdir, docdir): Define.
1906         (gdb.dvi, gdb.pdf): Use same -I options as for building gdb.info
1907         instead of $(SET_TEXINPUTS).
1908         (gdbint.dvi, gdbint.pdf): Use same -I options as for building
1909         gdbint.info instead of $(SET_TEXINPUTS).
1910         (gdbint/index.html): Use same -I options as for building
1911         gdbint.info.
1912         (stabs.dvi, stabs.pdf): Use same -I options as for building
1913         stabs.info instead of $(SET_TEXINPUTS).
1914         (stabs/index.html): Use same -I options as for building
1915         stabs.info.
1916         (annotate.dvi, annotate.pdf): Use same -I options as for building
1917         annotate.info instead of $(SET_TEXINPUTS).
1918         (annotate/index.html): Use same -I options as for building
1919         annotate.info.
1920
1921 2009-04-21  David Daney  <ddaney@caviumnetworks.com>
1922
1923         * gdb.texinfo (maint show-debug-regs): Remove mention of x86.
1924
1925 2009-04-21  Joseph Myers  <joseph@codesourcery.com>
1926
1927         * gdb.texinfo (Source Path): Document --with-relocated-sources.
1928
1929 2009-04-18  Carlos O'Donell  <carlos@codesourcery.com>
1930             Joseph Myers  <joseph@codesourcery.com>
1931
1932         * Makefile.in (MAKEHTML): Set to makeinfo --html.
1933         (MAKEHTMLFLAGS): Set to empty.
1934         (html__strip_dir): Define.
1935         (HTMLFILES): Define.
1936         (HTMLFILES_INSTALL): Define.
1937         (install-html): Copy new automake rule.
1938         (html): Depend on $(HTMLFILES).
1939         (gdb_toc.html): Rename to gdb/index.html.
1940         (gdbint_toc.html): Rename to gdbint/index.html.
1941         (stabs_toc.html): Rename to stabs/index.html.
1942         (annotate_toc.html): Rename to annotate/index.html.
1943
1944 2009-04-17  Carlos O'Donell  <carlos@codesourcery.com>
1945
1946         * Makefile.in: Set pdfdir and htmldir from configure
1947         substitutions.
1948         * configure.ac: AC_SUBST datarootdir, docdir, htmldir, pdfdir.
1949         * configure: Regenerate.
1950
1951 2009-04-16  Joel Brobecker  <brobecker@adacore.com>
1952
1953         * gdbint.texinfo (Native Debugging): Remove entry for PROC_NAME_FMT.
1954         This macro is no longer used.
1955
1956 2009-04-15  Tom Tromey  <tromey@redhat.com>
1957
1958         * gdb.texinfo (Character Sets): Document default character set.
1959
1960 2009-04-14  Pierre Muller  <muller@ics.u-strasbg.fr>
1961
1962         * gdbint.texinfo: Change server name from sources.redhat.com to
1963         sourceware.org throughout.
1964
1965 2009-04-09  Joel Brobecker  <brobecker@adacore.com>
1966
1967         * gdb.texinfo (Set Breaks): Rewrite a paragraph to avoid a warning
1968         about a missing dot or coma after @xref.
1969
1970 2009-04-02  Joel Brobecker  <brobecker@adacore.com>
1971
1972         * gdb.texinfo (Backtrace): Add a parameter in frame 1 of the first
1973         example, and add a small explanation about it.
1974         (Print Settings): Change the documentation of the "set print
1975         frame-arguments" to reflect the fact that the default is now "scalars".
1976
1977 2009-04-02  Joel Brobecker  <brobecker@adacore.com>
1978
1979         * gdb.texinfo (Print Settings): Add kindex for command "set
1980         print frame-arguments".
1981
1982 2009-03-31  Joel Brobecker  <brobecker@adacore.com>
1983
1984         * gdb.texinfo (Ada Tasks): Add documentation about task-specific
1985         breakpoints.
1986         (Set Breaks): Add reference to thread-specific and task-specific
1987         breakpoints.
1988
1989 2009-03-31  Joel Brobecker  <brobecker@adacore.com>
1990
1991         * gdb.texinfo (Ada Tasks): Remove the documentation about
1992         the "Running" state, as this state has been eliminated.
1993         Now all runnable tasks are shown as "Runnable".
1994
1995 2009-03-30  Stan Shebs  <stan@codesourcery.com>
1996
1997         * gdb.texinfo (Tracepoints): Describe tracepoints as a
1998         special case of breakpoints.
1999         (Enable and Disable Tracepoints): Mention deprecation.
2000         (Listing Tracepoints): Update description and example.
2001
2002 2009-03-30  Thiago Jung Bauermann  <bauerman@br.ibm.com>
2003
2004         * gdb.texinfo (Frames in Python): New node.
2005         (Python API): Update.
2006
2007 2009-03-29  Thiago Jung Bauermann  <bauerman@br.ibm.com>
2008
2009         * gdb.texinfo (Values From Inferior): Change gdb.Value.address
2010         from a method to an attribute.
2011
2012 2009-03-26  Thiago Jung Bauermann  <bauerman@br.ibm.com>
2013
2014         * gdb.texinfo (Values From Inferior): Document is_optimized_out
2015         attribute.
2016
2017 2009-03-25  Pedro Alves  <pedro@codesourcery.com>
2018
2019         * observer.texi (thread_exit): Add "silent" parameter.
2020
2021 2009-03-22  Pedro Alves  <pedro@codesourcery.com>
2022
2023         * observer.texi (about_to_proceed): New.
2024
2025 2009-03-21  Jeremy Bennett  <jeremy.bennett@embecosm.com>
2026
2027         * gdbint.texinfo (everywhere): Use braces {} in @deftypeXX type
2028         field throughout to handle types with spaces in them.  Fix typos
2029         found by aspell.
2030         (Summary, Requirements, Contributors): New first chapter,
2031         "Summary" added, old Requirements section moved there, and new
2032         section, "Contributors" added.
2033         (Initializing a New Architecture, Register Representation)
2034         (Frame Interpretation, Inferior Call Setup, Adding a New Target)
2035         (Porting gdb): These sections extended and updated.
2036         (Compiler Characteristics): This section (empty) deleted.
2037         (Defining Other Architecture Features): This section renamed and
2038         duplicate material removed from (formerly "Target Conditionals").
2039         Use braces {} in @deftypeXX type field throughout to handle types
2040         with spaces in them. Typos found by aspell fixed.
2041
2042         * stack_frame.svg: New file, source of image for gdbint.texinfo.
2043         * stack_frame.pdf: Version of image for PDF output.
2044         * stack_frame.png: Version of image for HTML output and for Emacs.
2045         * stack_frame.txt: Version of image for Info output.
2046         * stack_frame.eps: Version of image for TeX DVI output.
2047
2048 2009-03-21  Eli Zaretskii  <eliz@gnu.org>
2049
2050         * gdb.texinfo (Character Sets): Fix last change.
2051
2052 2009-03-21  Thiago Jung Bauermann  <bauerman@br.ibm.com>
2053
2054         * gdb.texinfo (Values From Inferior): Fix optional arguments
2055         markup.
2056         (Commands In Python): Adjust argument names of gdb.Command.__init__
2057         to what the function accepts as keywords.
2058
2059 2008-03-20  Tom Tromey  <tromey@redhat.com>
2060
2061         * gdb.texinfo (Convenience Vars): Document convenience functions.
2062         (Functions In Python): New node.
2063         (Python API): Update.
2064
2065 2009-03-20  Tom Tromey  <tromey@redhat.com>
2066
2067         * gdb.texinfo (Character Sets): Remove obsolete text.  Document
2068         set target-wide-charset.
2069         (Requirements): Mention iconv.
2070
2071 2009-03-17  Hui Zhu  <teawater@gmail.com>
2072
2073         * gdb.texinfo: Change the introduce of "disassemble-next-line".
2074
2075 2009-03-17  Hui Zhu  <teawater@gmail.com>
2076
2077         * gdb.texinfo: Add documentation for disassemble-next-line.
2078
2079 2009-03-16  Thiago Jung Bauermann  <bauerman@br.ibm.com>
2080
2081         * gdb.texinfo (Commands In Python): Remove tindex entries.
2082
2083 2009-03-15  Jan Kratochvil  <jan.kratochvil@redhat.com>
2084
2085         * gdb.texinfo (Returning): New description for missing debug info.
2086
2087 2009-03-14  Pedro Alves  <pedro@codesourcery.com>
2088
2089         * gdb.texinfo (Remote Configuration): Document query-attached.
2090         (General Query Packets): Document qAttached.
2091
2092 2009-03-05  Pedro Alves  <pedro@codesourcery.com>
2093
2094         * gdb.texinfo (Background Execution): Better describe the set
2095         target-async command.
2096         (Maintenance Commands): Delete description of the `maint set/show
2097         linux-async' and `maint set/show remote-async' commands.
2098
2099 2009-02-18  Vladimir Prus  <vladimir@codesourcery.com>
2100
2101         * gdb.texinfo (GDB/MI Async Records): Add double-spaces
2102         between sentences.
2103
2104 2009-02-18  Vladimir Prus  <vladimir@codesourcery.com>
2105
2106         * gdb.texinfo (GDB/MI Async Records): Document the
2107         =library-loaded and =library-unloaded notifications.
2108
2109 2009-02-17  Vladimir Prus  <vladimir@codesourcery.com>
2110
2111         * observer.texi (test_notification): New observer.
2112
2113 2009-02-14  Vladimir Prus  <vladimir@codesourcery.com>
2114
2115         * observer.texi: Add parameter 'print_frame' to normal_stop
2116         observer.
2117
2118 2009-02-07  Eli Zaretskii  <eliz@gnu.org>
2119
2120         * gdb.texinfo (Basic Python): Fix change from 2009-02-04.
2121         (Commands In Python): Fix COMMAND_* constants in last change.  Use
2122         @kbd for interactive input.  Add cross-references and index
2123         entries.
2124
2125 2009-02-06  Pedro Alves  <pedro@codesourcery.com>
2126
2127         * gdb.texinfo (Signals): Document $_siginfo.
2128         (Convenience Variables): Mention $_siginfo.
2129         (Remote Configuration): Document qXfer:siginfo:read,
2130         qXfer:siginfo:write packets, and the read-siginfo-object,
2131         write-siginfo-object commands.
2132
2133 2009-02-06  Pedro Alves  <pedro@codesourcery.com>
2134
2135         * gdbint.texinfo (Values): New chapter.
2136
2137 2009-02-06  Tom Tromey  <tromey@redhat.com>
2138
2139         * gdb.texinfo (Python API): Add entry for Commands In Python.
2140         (Commands In Python): New node.
2141
2142 2009-02-05  Tom Tromey  <tromey@redhat.com>
2143
2144         * gdb.texinfo (Values From Inferior): Document Value.string.
2145
2146 2009-02-05  Tom Tromey  <tromey@redhat.com>
2147
2148         * gdb.texinfo (Basic Python): Document execute's from_tty
2149         argument.
2150
2151 2009-02-04  Tom Tromey  <tromey@redhat.com>
2152
2153         * gdb.texinfo (Basic Python): Document gdb.history.
2154
2155 2009-01-30  Vladimir Prus  <vladimir@codesourcery.com>
2156
2157         * gdb.texinfo (GDB/MI Thread Commands): Document the
2158         'current-thread-id' field.  Remove the example with zero threads,
2159         since current GDB won't ever report that if there's inferior.
2160
2161 2009-01-30  Vladimir Prus  <vladimir@codesourcery.com>
2162
2163         * gdb.texinfo (GDB/MI Breakpoint Commands): Document the -d
2164         option to -break-insert.
2165
2166 2009-01-28  Daniel Jacobowitz  <dan@codesourcery.com>
2167             Jerome Guitton  <guitton@adacore.com>
2168
2169         * gdb.texinfo (Startup): Document --with-system-gdbinit.
2170         (System-wide configuration): New section.
2171
2172 2009-01-26  Pedro Alves  <pedro@codesourcery.com>
2173
2174         PR gdb/7580:
2175         * gdb.texinfo (Maintenance Commands): Document "maint set|show
2176         internal-error|internal-warning quit|corefile ask|yes|no".
2177
2178 2009-01-26  Pedro Alves  <pedro@codesourcery.com>
2179
2180         * gdb.texinfo (Using the `gdbserver' Program): Document
2181         --remote-debug.
2182
2183 2009-01-23  Doug Evans  <dje@google.com>
2184
2185         * gdb.texinfo: Add nexti to list of commands that support
2186         background execution.
2187
2188 2009-01-14  Daniel Jacobowitz  <dan@codesourcery.com>
2189
2190         * gdb.texinfo (Define, Hooks): Document prefix command support.
2191
2192 2009-01-14  Joseph Myers  <joseph@codesourcery.com>
2193             Carlos O'Donell  <carlos@codesourcery.com>
2194
2195         Fixes for makeinfo --html.
2196
2197         * annotate.texinfo: Use @copying and @insertcopying.  Use
2198         @ifnottex in place of @ifinfo.
2199         * gdb.texinfo: Use @copying and @insertcopying.  Use @ifnottex in
2200         place of @ifinfo.  Use @ifnotinfo for one index entry.
2201         * gdbint.texinfo: Use @copying and @insertcopying.  Use @ifnottex
2202         in place of @ifinfo.
2203         * stabs.texinfo: Use @copying and @insertcopying.  Use @ifnottex
2204         in place of @ifinfo.  Include contents at start unconditionally.
2205
2206 2009-01-13  Pedro Alves  <pedro@codesourcery.com>
2207
2208         * gdb.texinfo (General Query Packets): Remove @var{} around the
2209         "spu" literal string.
2210
2211 2009-01-07  Pedro Alves  <pedro@codesourcery.com>
2212
2213         * gdb.texinfo (Error in Breakpoints): Delete mention of "The same
2214         program may be running in another process" errors.
2215         * gdbint.texinfo (Native Conditionals): Delete
2216         ONE_PROCESS_WRITETEXT description.
2217
2218 2009-01-07  Joel Brobecker  <brobecker@adacore.com>
2219
2220         * gdbint.texinfo (Start of New Year Procedure): Add the "coding"
2221         emacs local variable to be placed at the end of the ChangeLog.
2222         Add server.c and gdbreplay.c to the list of files where the
2223         copyright year needs to be updated.
2224
2225 2009-01-06  Sandra Loosemore  <sandra@codesourcery.com>
2226
2227         * gdb.texinfo (Remote Configuration): Document new
2228         "set/show tcp auto-retry" and "set/show tcp connect-timeout"
2229         commands.
2230
2231 2008-12-28  Pedro Alves  <pedro@codesourcery.com>
2232
2233         * gdbint.texinfo (gdbarch_cannot_fetch_register): Don't mention
2234         FETCH_INFERIOR_REGISTERS.
2235         (Native Conditionals): Remove obsolete CHILD_PREPARE_TO_STORE,
2236         FETCH_INFERIOR_REGISTERS descriptions.  Remove
2237         gdbarch_get_longjmp_target descrition, since already described in
2238         Target Conditionals.  Move gdbarch_fp0_regnum description to ...
2239         (Target Conditionals): ... here.
2240
2241 2008-12-16  Joel Brobecker  <brobecker@adacore.com>
2242
2243         * gdb.texinfo (Omissions from Ada): Add missing GDB prompt in
2244         examples.
2245         (Additions to Ada): Likewise.  Add the missing opening and closing
2246         parenthesis of the GDB prompt in one of the examples.
2247
2248 2008-12-14  Joel Brobecker  <brobecker@adacore.com>
2249
2250         * gdb.texinfo (Omissions from Ada): Remove incorrect documentation
2251         about the result of 'Address not being of type System.Address.
2252         This problem has been fixed a while ago.
2253
2254 2008-12-02  Vladimir Prus  <vladimir@codesourcery.com>
2255
2256         MI non-stop and multiprocess docs.
2257
2258         * gdb.texinfo (GDB/MI): New section 'GDB/MI General Design'
2259         (GDB/MI Output Records): New section 'GDB/MI Frame Information'
2260         Adjust documentation for *stopped, document =thread-created,
2261         =thread-exited, =thread-group-created and =thread-group-exited.
2262         (GDB/MI Thread Commands): Document the 'state' field in
2263         -thread-info output.
2264         (GDB/MI Program Execution): Mention --all and --thread-group
2265         options.
2266         (GDB/MI Variable Objects): Describe floating and fixed variable
2267         objects.
2268         (GDB/MI Miscellaneous Commands): Document -list-thread-groups.
2269
2270 2008-12-02  Vladimir Prus  <vladimir@codesourcery.com>
2271
2272         * gdb.texinfo (Operating System Information): New appendix.
2273         (Operating System Auxiliary Information): Document 'info os processes'
2274         (Remote Configuration): Document 'osdata'
2275         (General Query Packets): Document qXfer:osdata:read.
2276
2277 2008-11-27  Tristan Gingold  <gingold@adacore.com>
2278
2279         * gdb.texinfo (Darwin): Document Darwin specific features.
2280
2281 2008-11-25  Jan Kratochvil  <jan.kratochvil@redhat.com>
2282
2283         * gdbint.texinfo (Target Conditionals): Extend the
2284         gdbarch_breakpoint_from_pc description.
2285
2286 2008-11-22  Vladimir Prus  <vladimir@codesourcery.com>
2287
2288         * gdb.texinfo (M68K Features): Fix typo.
2289
2290 2008-11-18  Paul Pluzhnikov  <ppluzhnikov@google.com>
2291
2292         * gdb.texinfo (Symbols): Mention printing containing
2293         image name in "info symbol".
2294         (Maint translate-address): Likewise.
2295
2296 2008-11-18  Joel Brobecker  <brobecker@adacore.com>
2297
2298         * gdb.texinfo (Set Catchpoints): Remove the documentation of
2299         commands "catch load" and "catch unload".
2300
2301 2008-11-17  Vladimir Prus  <vladimir@codesourcery.com>
2302
2303         * gdb.texinfo (GDB/MI Async Records): Document
2304         =thread-selected.
2305
2306 2008-11-17  Vladimir Prus  <vladimir@codesourcery.com>
2307
2308         * observer.texi (new_inferior, inferior_exit): New observers.
2309
2310 2008-10-27  Pedro Alves  <pedro@codesourcery.com>
2311
2312         * gdbint.texinfo (Adding a New Target): Don't mention TDEPFILES,
2313         .mt files, TM_CLIBS or TM_CDEPS.
2314         (x86 Watchpoints): Don't mention TDEPFILES.
2315
2316 2008-10-24  Sandra Loosemore  <sandra@codesourcery.com>
2317
2318         * gdb.texinfo (Remote Protocol): Add new nodes to menu.
2319         (Overview): Mention notifications and non-stop mode behavior.
2320         (Packets): Update documentation of ?, vAttach, vCont, and vRun
2321         with non-stop mode behavior.  Add vStopped description.
2322         (Stop Reply Packets):  Update list of packets that return
2323         stop replies.  Mention non-stop behavior.
2324         (General Query Packets): Document QNonStop packet and associated
2325         qSupported query response.
2326         (Interrupts): Clarify multi-threaded behavior.  Mention non-stop
2327         behavior.
2328         (Notification Packets): New section.
2329         (Remote Non-Stop): New section.
2330         (File-I/O Overview): Mention non-stop behavior.
2331
2332 2008-10-24  Hui Zhu  <teawater@gmail.com>
2333             Pedro Alves  <pedro@codesourcery.com>
2334
2335         * gdb.texinfo (displaced-stepping): Describe the auto mode
2336         setting, and say it's the default.  This is now a mainstream
2337         setting instead of a maintenance setting.
2338
2339 2008-10-23  Pedro Alves  <pedro@codesourcery.com>
2340
2341         * observer.texi (thread_stop_requested): New.
2342
2343 2008-10-22  Joel Brobecker  <brobecker@adacore.com>
2344
2345         * gdb.texinfo (Ada Tasks, Ada Tasks and Core Files): New nodes.
2346         (Patching): Replace incorrect usage of @samp by @kbd.
2347
2348 2008-10-17  Michael Snyder  <msnyder@vmware.com>
2349
2350         * gdb.texinfo: Add documentation for reverse execution.
2351
2352 2008-10-16  Thiago Jung Bauermann  <bauerman@br.ibm.com>
2353             Eli Zaretskii  <eliz@gnu.org>
2354
2355         * gdb.texinfo. (Values From Inferior): New subsubsection.
2356
2357 2008-10-06  Doug Evans  <dje@google.com>
2358
2359         * gdb.texinfo (set debug dwarf2-die): Document it.
2360
2361 2008-10-01  Joel Brobecker  <brobecker@adacore.com>
2362
2363         * gdb.texinfo (catch) [exception]: Document how to insert
2364         a breakpoint on user-defined exceptions when the exception
2365         name is identical to one of the language-defined ones.
2366
2367 2008-09-27  Tom Tromey  <tromey@redhat.com>
2368
2369         * gdb.texinfo (Macros): Remove text about stringification,
2370         varargs, and splicing.
2371
2372 2008-09-27  Tom Tromey  <tromey@redhat.com>
2373
2374         * gdbint.texinfo (Language Support): Remove text about omitting
2375         support for a language.
2376
2377 2008-09-23  Doug Evans  <dje@google.com>
2378
2379         * gdb.texinfo (info dcache): Update.
2380
2381 2008-09-22  Sandra Loosemore  <sandra@codesourcery.com>
2382
2383         * gdb.texinfo (Packets): Add info on thread-id syntax and
2384         multiprocess extensions.
2385         <D>: Document multiprocess form of packet.
2386         <H>: Use thread-id syntax.
2387         <T>: Likewise.
2388         <vCont>: Likewise.  Note this is required for multiprocess.
2389         <vKill>: New packet.
2390         (Stop Reply Packets) <T>: Use thread-id syntax.
2391         <W>: Document multiprocess form of reply.
2392         <X>: Likewise.
2393         (General Query Packets) <qC>: Use thread-id syntax.
2394         <qfThreadInfo>: Likewise.
2395         <qGetTLSAddr>: Likewise.
2396         <qP>: Likewise.
2397         <qSupported>: Add "multiprocess" feature.
2398         <qThreadExtraInfo>: Use thread-id syntax.
2399
2400 2008-09-22  Stan Shebs  <stan@codesourcery.com>
2401
2402         * gdb.texinfo (Inferiors): New section.
2403
2404 2008-09-12  Pedro Alves  <pedro@codesourcery.com>
2405
2406         * gdbint.texinfo (Native Debugging): Mention NAT_GENERATED_FILES.
2407
2408 2008-09-11  Ulrich Weigand  <uweigand@de.ibm.com>
2409
2410         * gdbint.texinfo (Target Conditionals): Remove documentation
2411         for gdbarch_name_of_malloc.
2412
2413 2008-09-03  Angela Marie Thomas <angela@releasedominatrix.com>
2414
2415         * gdb.texinfo (Interrupts): Mention TCP interface for
2416         sending BREAK.
2417
2418 2008-08-26  Ulrich Weigand  <uweigand@de.ibm.com>
2419
2420         * gdb.texinfo (Commands to Specify Files): Document "remote:"
2421         argument prefix to "set sysroot".
2422
2423 2008-08-21  Paul N. Hilfinger  <hilfinger@adacore.com>
2424
2425         * gdb.texinfo (Omissions from Ada): Describe new treatment of True
2426         and False.
2427
2428 2008-08-20  Vladimir Prus  <vladimir@codesourcery.com>
2429
2430         * gdb.textinfo (GDB/MI Miscellaneous Commands): Use @table
2431         for possible features of -list-features.
2432
2433 2008-08-19  Vladimir Prus  <vladimir@codesourcery.com>
2434
2435         * gdb.texinfo (Background execution): Adjust example
2436         (GDB/MI Miscellaneous Commands): Document -list-target-features.
2437
2438 2008-08-19  Vladimir Prus  <vladimir@codesourcery.com>
2439
2440         * doc/gdb.texinfo (PowerPC): Fix typo.
2441         (PowerPC features): Fix typo.
2442
2443 2008-08-18  Pedro Alves  <pedro@codesourcery.com>
2444
2445         * observer.texi (thread_ptid_changed): New.
2446
2447 2008-08-18  Luis Machado  <luisgpm@br.ibm.com>
2448
2449         * doc/gdb.texinfo (PowerPC): Mention Extended FPR's for POWER7.
2450         (PowerPC features): Mention feature set for VSX registers.
2451
2452 2008-08-13  Joel Brobecker  <brobecker@adacore.com>
2453
2454         * gdb.texinfo (Ada Mode Intro): Improve the documentation regarding
2455         the direct visibility of all names in user-written packages.
2456
2457 2008-08-13  Pedro Alves  <pedro@codesourcery.com>
2458
2459         * gdb.texinfo (breakpoint always-inserted) Describe the auto mode
2460         setting, and make it the default.
2461         (Non-Stop Mode): Remove "set breakpoints always-inserted 1" from
2462         non-stop script example.
2463
2464 2008-08-12  Thiago Jung Bauermann  <bauerman@br.ibm.com>
2465
2466         * gdbint.texinfo (Raw and Virtual Register Representations): Fix
2467         reference to the "Using Different Register and Memory Data
2468         Representation" section.
2469
2470 2008-08-12  Sandra Loosemore  <sandra@codesourcery.com>
2471
2472         * gdb.texinfo (Remote Configuration): Document set remote noack-packet.
2473         (Remote Protocol): Add Packet Acknowledgment to menu.
2474         (Overview): Mention +/- can be disabled, and point to new section
2475         where this is discussed in detail.
2476         (General Query Packets): Document QStartNoAckMode packet, and
2477         corresponding qSupported reply.
2478         (Packet Acknowledgment): New section.
2479
2480 2008-08-11  Sandra Loosemore  <sandra@codesourcery.com>
2481             Pedro Alves  <pedro@codesourcery.com>
2482
2483         * gdb.texinfo (Threads): Move paragraph about automatic thread
2484         selection to All-Stop Mode subsection.
2485         (Thread Stops): Reorganize existing material into subsections.
2486         Add introductory blurb and menu.
2487         (Non-Stop Mode): New subsection.
2488         (Background Execution): New subsection.
2489         (Maintenance Commands): Add cross-references from async mode
2490         commands to the new Background Execution section.
2491
2492 2008-08-06  Tom Tromey  <tromey@redhat.com>
2493
2494         * gdb.texinfo (Extending GDB): New chapter.
2495         (Sequences): Demoted chapter, now a section under the new
2496         Extending GDB chapter.
2497         (Python): New section.
2498
2499 2008-07-31  Stan Shebs  <stan@codesourcery.com>
2500
2501         * gdbint.texinfo: Remove FUNCTION_EPILOGUE_SIZE.
2502
2503 2008-07-29  Stan Shebs  <stan@codesourcery.com>
2504
2505         * gdbint.texinfo: General round of cleanup and minor
2506         clarifications.
2507         (Breakpoint Handling): Remove mention of BREAKPOINT macro.
2508         (Longjmp Support): Update description to reflect how it is done
2509         for targets without using native header.
2510         (Symbol Handling): Add a little more general explanation.
2511         (COFF, ELF): Mention stabs encapsulation.
2512         (DWARF 3): New section.
2513         (Adding a New Host): Scrub out some obsolete bits.
2514         (Generic Host Support Files): Mention ser-pipe.c, ser-mingw.c.
2515         (Host Conditionals): Remove descriptions of NO_STD_REGS,
2516         HAVE_MMAP, HAVE_TERMIO, INT_MAX etc, LONGEST, HAVE_LONG_DOUBLE,
2517         PRINTF_HAS_LONG_DOUBLE, SCANF_HAS_LONG_DOUBLE, L_SET, SEEK_CUR,
2518         SEEK_SET, STOP_SIGNAL, USG.
2519         (Raw and Virtual Register Representations): Ditto for
2520         DEPRECATED_REGISTER_RAW_SIZE, DEPRECATED_REGISTER_VIRTUAL_SIZE,
2521         DEPRECATED_REGISTER_VIRTUAL_TYPE, REGISTER_CONVERT_TO_TYPE.
2522         (Target Conditionals): Ditto for DEPRECATED_FP_REGNUM,
2523         DEPRECATED_FRAMELESS_FUNCTION_INVOCATION, DEPRECATED_FRAME_CHAIN,
2524         DEPRECATED_FRAME_CHAIN_VALID, DEPRECATED_FRAME_INIT_SAVED_REGS,
2525         DEPRECATED_FRAME_SAVED_PC, DEPRECATED_FUNCTION_START_OFFSET,
2526         DEPRECATED_REGISTER_VIRTUAL_SIZE,
2527         DEPRECATED_REGISTER_VIRTUAL_TYPE,
2528         DEPRECATED_USE_STRUCT_CONVENTION.
2529         Describe gdbarch_deprecated_fp_regnum.
2530         Update description of gdbarch_print_insn.
2531         (Adding a New Target): Scrub out obsolete bits.
2532         (Obsolete Conditionals): Remove entire section.
2533
2534 2008-07-25  Tom Tromey  <tromey@redhat.com>
2535
2536         * observer.texi (GDB Observers): Document new observers:
2537         breakpoint_created, breakpoint_deleted, breakpoint_modified,
2538         tracepoint_created, tracepoint_deleted, tracepoint_modified,
2539         architecture_changed.
2540
2541 2008-07-21  Stan Shebs  <stan@codesourcery.com>
2542
2543         * gdbint.texinfo: Refer to target_so_ops.in_dynsym_resolve_code
2544         instead of IN_SOLIB_DYNSYM_RESOLVE_CODE.
2545
2546 2008-07-21  Tom Tromey  <tromey@redhat.com>
2547
2548         * observer.texi (GDB Observers): Remove obsolete comment.
2549         <executable_changed>: Remove argument.
2550
2551 2008-07-18  Tom Tromey  <tromey@redhat.com>
2552
2553         * gdb.texinfo (Macros): Update.  Use @code rather than @command.
2554
2555 2008-07-10  Doug Evans  <dje@google.com>
2556
2557         * doc/gdb.texinfo: Document "set print symbol-loading on|off".
2558
2559 2008-07-10  Jan Kratochvil  <jan.kratochvil@redhat.com>
2560
2561         * gdb.texinfo (Starting): Document "set disable-randomization".
2562
2563 2008-07-07  Andreas Schwab  <schwab@suse.de>
2564
2565         * gdb.texinfo (GDB/MI Target Manipulation): Fix last change.
2566
2567 2008-07-06  Vladimir Prus  <vladimir@codesourcery.com>
2568
2569         * gdb.texinfo (GDB/MI Target Manipulation): Add
2570         example of -target-attach.
2571
2572 2008-06-10  Vladimir Prus  <vladimir@codesourcery.com>
2573
2574         * observer.texi (target_resumed): New observer.
2575         * gdb.texinfo (GDB/MI Output Records): Document *running.
2576
2577 2008-06-06  Tom Tromey  <tromey@redhat.com>
2578
2579         * gdb.texinfo (Completion): Add field name example.
2580
2581 2008-06-06  Marc Khouzam  <marc.khouzam@ericsson.com>
2582
2583         * gdb.texinfo (GDB/MI Program Context): Added example
2584         to -exec-arguments
2585
2586 2008-06-05  Nick Roberts  <nickrob@snap.net.nz>
2587
2588         * annotate.texinfo (Multi-threaded Apps): Add entry for thread-changed
2589         annotation.
2590
2591 2008-06-05  Vladimir Prus  <vladimir@codesourcery.com>
2592             Nathan Sidwell  <nathan@codesourcery.com>
2593             Joseph Myers  <joseph@codesourcery.com>
2594
2595         * configure.ac: Include ../../config/acx.m4.  Use ACX_PKGVERSION
2596         and ACX_BUGURL.
2597         * configure: Regenerate.
2598         * Makefile.in (PKGVERSION, BUGURL_TEXI): Define.
2599         (GDBvn.texi): Define VERSION_PACKAGE, BUGURL and BUGURL_DEFAULT.
2600         * gdb.texinfo: Use VERSION_PACKAGE and BUGURL.  Remove
2601         mailing-list-specific text about bug reporting unless
2602         BUGURL_DEFAULT.
2603
2604 2008-06-05  Pedro Alves  <pedro@codesourcery.com>
2605
2606         * gdb.texinfo (-target-select): Remove reference to target async.
2607         (Maintenance Commands): Document "maint set/show remote-async".
2608
2609 2008-06-04  Marc Khouzam  <marc.khouzam@ericsson.com>
2610
2611         * gdb.texinfo (GDB/MI File Transfer Commands): Typo
2612         in -target-file-get section.
2613
2614 2008-05-22  Pedro Alves  <pedro@codesourcery.com>
2615
2616         * gdb.texinfo (vAttach, vRun): Re-remove requirement of the stub
2617         killing the inferior when it is already debugging a process.
2618
2619 2008-05-21  Joel Brobecker  <brobecker@adacore.com>
2620
2621         * gdb.texinfo (Continuing and Stepping): Document the new "fin"
2622         abbreviation for "finish".
2623
2624 2008-05-21  Nick Roberts  <nickrob@snap.net.nz>
2625
2626         * annotate.texinfo (Multi-threaded Apps): New node for new annotation.
2627
2628 2008-05-15  Daniel Jacobowitz  <dan@codesourcery.com>
2629
2630         * gdbint.texinfo (Target Conditionals): Delete entry for
2631         gdbarch_dwarf_reg_to_regnum.
2632
2633 2008-05-09  Doug Evans  <dje@google.com>
2634
2635         * gdb.texinfo: Document "find" command, qSearch:memory packet.
2636
2637 2008-05-05  Doug Evans  <dje@google.com>
2638
2639         * gdb.texinfo (disassemble): Document /m modifier.
2640
2641 2008-05-05  Vladimir Prus  <vladimir@codesourcery.com>
2642
2643         * gdb.texinfo (Maintenance Commands): Clarify that "maint time"
2644         will not report the time of commands that run the target.
2645
2646 2008-05-03  Vladimir Prus  <vladimir@codesourcery.com>
2647
2648         * gdb.texinfo (GDB/MI Output Records): Add
2649         missing semicolon.
2650
2651 2008-05-03  Vladimir Prus  <vladimir@codesourcery.com>
2652
2653         * gdb.texinfo (GDB/MI Output Records):
2654         Document =thread-create and =thread-exited.
2655
2656 2008-05-03  Vladimir Prus  <vladimir@codesourcery.com>
2657
2658         * gdb.texinfo (GDB/MI Development and Front Ends):
2659         Remove mention of dmi-discuss.
2660
2661 2008-05-03  Pedro Alves  <pedro@codesourcery.com>
2662
2663         * observer.texi (thread_exit): New.
2664
2665 2008-05-02  Pedro Alves  <pedro@codesourcery.com>
2666
2667         * gdb.texinfo (Debugging Output): Document "set/show debug
2668         displaced".
2669         (Maintenance Commands): Document "maint set/show
2670         can-use-displaced-stepping".
2671
2672 2008-05-02  Daniel Jacobowitz  <dan@codesourcery.com>
2673
2674         * gdb.texinfo (ARM): Document set/show arm fallback-mode
2675         and set/show arm force-mode.
2676
2677 2008-05-02  Andreas Schwab  <schwab@suse.de>
2678
2679         * gdbint.texinfo (Algorithms): Describe
2680         target_watchpoint_addr_within_range.
2681
2682 2008-04-30  Daniel Jacobowitz  <dan@codesourcery.com>
2683
2684         * gdbint.texinfo (Stack Frames): New chapter.
2685         (Algorithms): Move Frames text to the new chapter.
2686         (Target Conditionals): Delete SAVE_DUMMY_FRAME_TOS.  Document
2687         gdbarch_dummy_id instead of gdbarch_unwind_dummy_id.
2688
2689 2008-04-24  Vladimir Prus  <vladimir@codesourcery.com>
2690
2691         * gdb.texinfo (GDB/MI Output Syntax): Clarify that async
2692         output does not necessary include any tokens.
2693
2694 2008-04-22  Corinna Vinschen  <vinschen@redhat.com>
2695
2696         * gdb.texinfo (Set SH Calling convention): New @item.
2697         (Show SH Calling convention): Ditto.
2698
2699 2008-04-22  Markus Deuling  <deuling@de.ibm.com>
2700
2701         * gdb.texinfo (Fortran Operators): Describe '%' operator.
2702
2703 2008-04-20  Eli Zaretskii  <eliz@gnu.org>
2704
2705         * gdb.texinfo (Set Breaks): Mention that multiple location
2706         breakpoints need line number info.  Add index entries.
2707
2708 2008-04-19  Craig Silverstein  <csilvers@google.com>
2709
2710         * gdb.texinfo (Requirements): Add an optional requirement on
2711         zlib.
2712         * gdbint.texinfo (Debugging File Formats): Add new subsection for
2713         Compressed DWARF 2.
2714
2715 2008-04-16  Aleksandar Ristovski  <aristovski@qnx.com>
2716
2717         * gdb.texinfo (GDB/MI Simple Examples): Added 'disp' field to the
2718         sample output for 'stopped,reason="breakpoint-hit"' message.
2719         (GDB/MI Program Execution): Likewise.
2720
2721 2008-04-09  Marc Khouzam  <marc.khouzam@ericsson.com>
2722
2723         * gdb.texinfo (GDB/MI Variable Objects): Add anchor to
2724         -var-set-format.  Add -f option to -var-evaluate-expression.
2725
2726 2008-04-03  Joel Brobecker  <brobecker@adacore.com>
2727
2728         * gdb.texinfo (Breakpoint Menus): Delete. Contents moved inside
2729         new node "Ambiguous Expressions".  Replace references to this
2730         node by references to "Ambiguous Expressions" throughout.
2731         (Ambiguous Expressions): New node.
2732
2733 2008-03-26  Daniel Jacobowitz  <dan@codesourcery.com>
2734
2735         * gdb.texinfo (MIPS Features, PowerPC Features): Add @node.
2736
2737 2008-03-21  Pedro Alves  <pedro@codesourcery.com>
2738
2739         * gdb.texinfo (Debugging Output): Document
2740         "set/show debug lin-lwp-async".
2741         (Maintenance Commands): Document "maint set/show linux-async".
2742
2743 2008-03-21  Daniel Jacobowitz  <dan@codesourcery.com>
2744
2745         * gdb.texinfo (Expressions): Update description of malloced arrays.
2746
2747 2008-03-15  Vladimir Prus  <vladimir@codesourcery.com>
2748
2749         * gdb.texinfo (Thread Commands): Document
2750         -thread-info.  Remove -thread-list-all-threads.
2751
2752 2008-03-14  Pedro Alves  <pedro@codesourcery.com>
2753             Sandra Loosemore  <sandra@codesourcery.com>
2754
2755         * gdb.texinfo (Library List Format): Update to mention the
2756         possibility to pass section addresses instead of segment
2757         addresses.
2758
2759 2008-03-10  Daniel Jacobowitz  <dan@codesourcery.com>
2760
2761         * gdb.texinfo (Starting): Document "set exec-wrapper".
2762         (Server): Document gdbserver --wrapper.
2763
2764 2008-03-03  Daniel Jacobowitz  <dan@codesourcery.com>
2765
2766         * gdb.texinfo (Set Watchpoints): Mention watchpoints on
2767         unreadable memory.  Delete obsolete SPARClite reference.
2768
2769 2008-02-28  Daniel Jacobowitz  <dan@codesourcery.com>
2770
2771         * gdb.texinfo (Starting): Mention always-running targets.
2772         (Target Commands): Add an anchor for load.
2773         (Connecting): Explain continue instead of run.
2774
2775 2008-02-27  Daniel Jacobowitz  <dan@codesourcery.com>
2776
2777         * gdb.texinfo (Debugging Output): Document "set debug timestamp".
2778
2779 2008-02-26  Nick Roberts  <nickrob@snap.net.nz>
2780
2781         * gdb.texinfo (Set Breaks): Revert description of Enb column of
2782         breakpoint table.
2783
2784 2008-02-19  Pedro Alves  <pedro@codesourcery.com>
2785
2786         * gdb.texinfo (vAttach, vRun): Remove requirement of the stub
2787         killing the inferior when it is already debugging a process.
2788
2789 2008-02-13  Markus Deuling  <deuling@de.ibm.com>
2790
2791         * gdbint.texinfo (Build Script): New section. Mention new build script
2792         gdb_buildall.sh.
2793
2794 2008-02-01  Jim Blandy  <jimb@red-bean.com>
2795
2796         * gdb.texinfo (Help): Summarize 'info args' correctly.
2797
2798 2008-01-30  Thiago Jung Bauermann  <bauerman@br.ibm.com>
2799
2800         * gdb.texinfo: (Decimal Floating Point): Mention pseudo-registers
2801         available in PowerPC architecture.
2802         (Embedded Processors): Change node name of PowerPC item in menu.
2803         (PowerPC): Rename to...
2804         (PowerPC Embedded): this.
2805         (Architectures): Add new PowerPC item in menu.
2806         (PowerPC): New node.
2807
2808 2008-01-30  Daniel Jacobowitz  <dan@codesourcery.com>
2809
2810         * gdb.texinfo (Multi-Process Mode for gdbserver): Use @kbd for
2811         commands.
2812
2813 2008-01-30  Daniel Jacobowitz  <dan@codesourcery.com>
2814
2815         * gdb.texinfo (Setting Catchpoints): Mention features
2816         supported on GNU/Linux.
2817
2818 2008-01-30  Nick Roberts  <nickrob@snap.net.nz>
2819
2820         * gdb.texinfo (GDB/MI File Commands): Describe new output
2821         field for MI command -file-list-exec-source-file.
2822
2823 2008-01-29  Daniel Jacobowitz  <dan@codesourcery.com>
2824
2825         * gdb.texinfo (Using the `gdbserver' Program): Add security
2826         warning.  Rearrange into subsections and subsubsections.  Document
2827         --multi and --debug.  Correct --with-sysroot typo.  Update --attach
2828         usage.  Make load reference clearer.  Document monitor exit.
2829         (Remote Configuration): Document set remote exec-file, attach-packet,
2830         and run-packet.
2831         (Packets): Document vAttach and vRun.
2832
2833 2008-01-29  Nick Roberts  <nickrob@snap.net.nz>
2834
2835         * gdb.texinfo (Processes): Mention process command.
2836         detach-on-follow -> detach-on-fork.
2837
2838 2008-01-28  Daniel Jacobowitz  <dan@codesourcery.com>
2839
2840         * gdbint.texinfo (Native Conditionals): Remove
2841         SHELL_COMMAND_CONCAT and SHELL_FILE.
2842
2843 2008-01-26  Eli Zaretskii  <eliz@gnu.org>
2844
2845         * gdb.texinfo (Specify Location): Improve wording.
2846
2847 2008-01-23  Chris Demetriou  <cgd@google.com>
2848
2849         * gdb.texinfo (Threads): Document new "set print thread-events"
2850         and "show print thread-events" commands.
2851
2852 2008-01-19  Eli Zaretskii  <eliz@gnu.org>
2853
2854         * gdb.texinfo (Specify Location): New section.
2855         (Delete Breaks, Edit, Set Breaks): Remove description of
2856         locations.  Instead, add a reference to "Specify Location".
2857         (Machine Code, Jumping, Thread Stops, Continuing and Stepping)
2858         (Symbols): Refer to "Specify Location" for the valid forms of
2859         linespecs and locations.
2860
2861 2008-01-18  Markus Deuling  <deuling@de.ibm.com>
2862
2863         * gdbint.texinfo (Target Conditionals): Replace the description of
2864         BITS_BIG_ENDIAN with a description of gdbarch_bits_big_endian.
2865
2866 2008-01-12  Paul Hilfinger  <hilfinger@adacore.com>
2867
2868         * gdb.texinfo (C Operators): Remove incorrect parenthetical comment
2869         about &&var, which is rejected by the expression parser.
2870
2871 2008-01-09  Luis Machado  <luisgpm@br.ibm.com>
2872
2873         * gdb.texinfo (Output): Update documentation on using printf with DFP
2874         types.
2875
2876 2008-01-07  Thiago Jung Bauermann  <bauerman@br.ibm.com>
2877
2878         * gdb.texinfo (C and C++): Add Decimal Floating Point format
2879         subsubsection.
2880         (Decimal Floating Point format): New subsubsection.
2881
2882 2008-01-05  Pedro Alves  <pedro@codesourcery.com>
2883
2884         * gdb.texinfo (File Options): Remove mention of the attempt to
2885         open a core file with the -p option.  Don't list -c as a valid
2886         option to attach to a process.
2887
2888 2008-01-05  Pedro Alves  <pedro@codesourcery.com>
2889
2890         * gdbint.texinfo (Host Conditionals): Remove mention of
2891         ALIGN_STACK_ON_ENTRY.
2892
2893 2008-01-05  Joel Brobecker  <brobecker@adacore.com>
2894
2895         * gdbint.texinfo (Start of New Year Procedure): Add item
2896         describing how to update the source and documentation copyright
2897         notices.
2898
2899 2007-12-18  Jim Blandy  <jimb@codesourcery.com>
2900
2901         * gdb.texinfo (Set Watchpoints): Integrate per-thread
2902         watchpoint explanation into the main description of the watchpoint
2903         command; update synopses of 'watch', 'rwatch', and 'awatch'
2904         commands.
2905
2906 2007-12-18  Vladimir Prus  <vladimir@codesourcery.com>
2907
2908         * gdb.texinfo (Miscellaneous gdb/mi Commands):
2909         Document 'pending-breakpoints' feature of
2910         -list-features.
2911
2912 2007-12-17  Luis Machado  <luisgpm@br.ibm.com>
2913
2914         * gdb.texinfo: Add new parameter's description.
2915
2916 2007-12-16  Daniel Jacobowitz  <dan@codesourcery.com>
2917
2918         * gdb.texinfo (Overview): Clarify run-length encoding
2919         example.  Remove the restriction on "+" and "-" characters.
2920
2921 2007-12-15  Eli Zaretskii  <eliz@gnu.org>
2922
2923         * gdb.texinfo (Host I/O Packets): Fix xref syntax.
2924
2925 2007-12-14  Vladimir Prus  <vladimir@codesourcery.com>
2926
2927         * gdb.texinfo (GDB/MI Breakpoint Commands): Document
2928         the -f option for -break-insert, remove -r option,
2929         and clarify specification of location.
2930
2931 2007-11-30  Daniel Jacobowitz  <dan@codesourcery.com>
2932
2933         * gdb.texinfo (Debugging Programs with Multiple Processes): Correct
2934         formatting.
2935         (Remote Debugging): Add File Transfer section.
2936         (Remote Configuration): Document Host I/O packets.
2937         (GDB/MI): Add GDB/MI File Transfer Commands section.
2938         (Host I/O Packets): New section in "Remote Protocol".
2939         (Packets): Add vFile.
2940
2941 2007-11-17  Eli Zaretskii  <eliz@gnu.org>
2942
2943         * gdb.texinfo (Set Breaks, Disabling): Clarify behavior of
2944         breakpoints with multiple locations.
2945         (Breakpoint Menus): Improve wording.
2946         (Output): Fix last change.
2947
2948 2007-11-17  Ulrich Weigand  <uweigand@de.ibm.com>
2949
2950         * Makefile.in (Makefile): Do not depend on target_makefile_frag.
2951
2952 2007-11-15  Doug Evans  <dje@google.com>
2953
2954         * gdb.texinfo (Symbols): Update output of "maint info symtabs".
2955
2956 2007-11-15  Vladimir Prus  <vladimir@codesourcery.com>
2957
2958         * gdbint.texinfo (Native Conditionals): Remove
2959         mention of CLEAR_SOLIB.
2960
2961 2007-11-11  Joel Brobecker  <brobecker@adacore.com>
2962
2963         * gdb.texinfo (Print Settings): Add documentation for "set/show
2964         print frame-arguments".
2965
2966 2007-11-05  Luis Machado  <luisgpm@br.ibm.com>
2967
2968         * gdb.texinfo (Output): Update printf command's description.
2969
2970 2007-10-30  Daniel Jacobowitz  <dan@codesourcery.com>
2971
2972         * gdb.texinfo (PowerPC): Document "set powerpc vector-abi" and "set
2973         powerpc soft-float".
2974
2975 2007-10-24  Daniel Jacobowitz  <dan@codesourcery.com>
2976
2977         * gdb.texinfo (Files): Correct formatting.  Mention Expat
2978         requirement.
2979         (Requirements for Building GDB): Expand the list of Expat
2980         uses.
2981         (Library List Format, Memory Map Format): Mention Expat.
2982         (Target Descriptions): Update Expat wording.
2983
2984 2007-10-24  Daniel Jacobowitz  <dan@codesourcery.com>
2985
2986         * gdbint.texinfo (Register and Memory Data, Target Conditionals):
2987         Document that gdbarch_convert_register_p should return zero for no-op
2988         conversions.
2989
2990 2007-10-22  Ulrich Weigand  <uweigand@de.ibm.com>
2991
2992         * gdbint.texi (Compiler Characteristics): Move documentation
2993         of set_gdbarch_sofun_address_maybe_missing back to ...
2994         (Target Conditionals): ... here to fix build break.
2995
2996 2007-10-19  Ulrich Weigand  <uweigand@de.ibm.com>
2997
2998         * gdbint.texi (Target Conditionals): Remove documentation of
2999         SOFUN_ADDRESS_MAYBE_MISSING, replaced by ...
3000         (Compiler Characteristics): ... documentation of
3001         set_gdbarch_sofun_address_maybe_missing.
3002
3003 2007-10-17  Daniel Jacobowitz  <dan@codesourcery.com>
3004
3005         * gdbint.texinfo (Target Conditionals): Use
3006         frame_unwind_register_unsigned in examples instead of
3007         frame_unwind_unsigned_register.
3008
3009 2007-10-15  Daniel Jacobowitz  <dan@codesourcery.com>
3010
3011         * gdb.texinfo (Predefined Target Types): Add int128
3012         and uint128.
3013         (Standard Target Features): Add PowerPC features.
3014
3015 2007-10-15  Daniel Jacobowitz  <dan@codesourcery.com>
3016
3017         * gdb.texinfo (Maintenance Commands): Document "maint print c-tdesc".
3018
3019 2007-10-12  Ulrich Weigand  <uweigand@de.ibm.com>
3020
3021         * gdbint.texi (Target Conditionals): Remove documentation
3022         of and references to DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS,
3023         gdbarch_extract_return_value, and gdbarch_store_return_value.
3024
3025 2007-10-12  Ulrich Weigand  <uweigand@de.ibm.com>
3026
3027         * gdbint.texi (Target Conditionals): Remove documentation of
3028         and references to DEPRECATED_REG_STRUCT_HAS_ADDR.
3029
3030 2007-10-11  Kazu Hirata  <kazu@codesourcery.com>
3031
3032         * gdb.texinfo: Mention that inaccessible-by-default is on by
3033         default.
3034
3035 2007-10-11  Daniel Jacobowitz  <dan@codesourcery.com>
3036
3037         * gdbint.texinfo (Target Conditionals): Remove VARIABLES_INSIDE_BLOCK.
3038
3039 2007-09-30  Daniel Jacobowitz  <dan@codesourcery.com>
3040
3041         * gdb.texinfo (Setting Watchpoints): Adjust warning text about
3042         multi-threaded watchpoints.
3043         * gdbint.texinfo (Watchpoints): Describe how watchpoints are
3044         checked.  Describe sticky notification.  Expand description
3045         of steppable and continuable watchpoints.
3046         (Watchpoints and Threads): New subsection.
3047
3048 2007-09-28  Vladimir Prus  <vladimir@codesourcery.com>
3049
3050         * gdb.texinfo (Setting Breakpoints): Revise
3051         documentation for pending breakpoints.  Document
3052         breakpoints with multiple locations.
3053
3054 2007-09-19  Vladimir Prus  <vladimir@codesourcery.com>
3055
3056         * gdb.texinfo (Miscellaneous gdb/mi Commands):
3057         Document -list-features.
3058
3059 2007-09-15  Eli Zaretskii  <eliz@gnu.org>
3060
3061         * gdb.texinfo (Output): Spell out which features of C's printf are
3062         not supported by GDB's printf.
3063         (Separate Debug Files): More accurate wording regarding build ID
3064         and a reference to the ld manual rather than the Fedora wiki.
3065
3066 2007-09-04  Daniel Jacobowitz  <dan@codesourcery.com>
3067             Jim Blandy  <jimb@codesourcery.com>
3068
3069         * gdb.texinfo (Output Formats): Update 'c' description.  Describe 's'.
3070         (Examining Memory): Update mentions of the 's' format.
3071         (Automatic Display): Likewise.
3072
3073 2007-09-02  Daniel Jacobowitz  <dan@codesourcery.com>
3074
3075         * gdb.texinfo: Update the FSF's Back-Cover Text.
3076
3077 2007-09-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
3078             Eli Zaretskii  <eliz@gnu.org>
3079
3080         * gdb.texinfo (Separate Debug Files): Cosmetic quoting removal.
3081         Fixed the ``build ID'' name.  New binaries build instructions for the
3082         build ID inclusion.  Explain how the commands are specific to the build
3083         ID vs. debug link.
3084
3085 2007-09-01  Eli Zaretskii  <eliz@gnu.org>
3086
3087         * gdb.texinfo (Separate Debug Files): Fix last change.  Add
3088         indexing for ``build ID'' support.
3089
3090 2007-09-01  Jan Kratochvil  <jan.kratochvil@redhat.com>
3091
3092         * gdb.texinfo (Separate Debug Files): Included a BUILD ID description.
3093         Enlisted BUILD ID to the debug file searching example.
3094         Included a BUILD ID `.note.gnu.build-id' section description.
3095         Updated/added the debug files splitting instructions for OBJCOPY.
3096
3097 2007-08-31  Vladimir Prus  <vladimir@codesourcery.com>
3098
3099         * gdb.texinfo (Variable Objects): Adjust docs
3100         for -var-info-expression and document
3101         -var-info-path-expression.
3102
3103 2007-08-20  Jim Blandy  <jimb@codesourcery.com>
3104
3105         * gdb.texinfo (Top): Dedicate manual to the memory of Fred Fish.
3106         (title page): Include the dedication in the printed manual, as a
3107         separate page after the copyright notice.
3108
3109         * gdb.texinfo (The F Reply Packet): Avoid confusing texi2html:
3110         don't break a @var across a line.
3111
3112 2007-07-25  Maciej W. Rozycki  <macro@mips.com>
3113
3114         * Makefile.in (MAKEHTMLFLAGS): Also search the current directory
3115         for include files.
3116
3117 2007-07-12  Nick Roberts  <nickrob@snap.net.nz>
3118
3119         * gdb.texinfo (Server Prefix): New node.  Adapt from existing node
3120         in annotate.texinfo.
3121         (Command History): Link to new node.
3122
3123 2007-07-05  Markus Deuling  <deuling@de.ibm.com>
3124
3125         * gdbint.texinfo (PC_LOAD_SEGMENT): Remove description.
3126
3127 2007-07-05  Eli Zaretskii  <eliz@gnu.org>
3128
3129         * gdbint.texinfo (Target Conditionals): Fix last change.
3130
3131 2007-07-03  Markus Deuling  <deuling@de.ibm.com>
3132
3133         * gdb.texinfo: Replace following macros by their appropriate gdbarch
3134         routines:
3135         (TARGET_CHAR_SIGNED, CALL_DUMMY_LOCATION, CANNOT_FETCH_REGISTER)
3136         (CANNOT_STORE_REGISTER, GET_LONGJMP_TARGET, POINTER_TO_ADDRESS)
3137         (ADDRESS_TO_POINTER, INNER_THAN, FRAME_NUM_ARGS)
3138         (HAVE_NONSTEPPABLE_WATCHPOINT, TARGET_SHORT_BIT, TARGET_INT_BIT)
3139         (TARGET_LONG_BIT, TARGET_LONG_LONG_BIT, TARGET_FLOAT_BIT)
3140         (TARGET_DOUBLE_BIT, TARGET_LONG_DOUBLE_BIT, TARGET_PTR_BIT
3141         (TARGET_ADDR_BIT, SP_REGNUM, PC_REGNUM, PS_REGNUM, FP0_REGNUM)
3142         (STAB_REG_TO_REGNUM, ECOFF_REG_TO_REGNUM, DWARF_REG_TO_REGNUM)
3143         (SDB_REG_TO_REGNUM, DWARF2_REG_TO_REGNUM, BELIEVE_PCC_PROMOTION)
3144         (CONVERT_REGISTER_P, REGISTER_TO_VALUE, VALUE_TO_REGISTER)
3145         (POINTER_TO_ADDRESS, ADDRESS_TO_POINTER, EXTRACT_RETURN_VALUE)
3146         (STORE_RETURN_VALUE, SKIP_PROLOGUE, MEMORY_INSERT_BREAKPOINT)
3147         (BREAKPOINT_FROM_PC, MEMORY_REMOVE_BREAKPOINT, DECR_PC_AFTER_BREAK)
3148         (ADDR_BITS_REMOVE, TARGET_PRINT_INSN, SKIP_TRAMPOLINE_CODE)
3149         (IN_SOLIB_RETURN_TRAMPOLINE, NAME_OF_MALLOC, ADDRESS_CLASS_TYPE_FLAGS)
3150         (ADDRESS_CLASS_TYPE_FLAGS_TO_NAME, ADDRESS_CLASS_TYPE_FLAGS_P).
3151         (ADDRESS_CLASS_NAME_to_TYPE_FLAGS, ADJUST_BREAKPOINT_ADDRESS)
3152         (PRINT_FLOAT_INFO, PRINT_VECTOR_INFO, INTEGER_TO_ADDRESS)
3153         (SKIP_PERMANENT_BREAKPOINT, TARGET_VIRTUAL_FRAME_POINTER)
3154         (SOFTWARE_SINGLE_STEP_P)
3155
3156         (push_dummy_call, stabs_argument_has_addr, unwind_sp, unwind_pc)
3157         (print_registers_info, push_dummy_code, unwind_dummy_id): Rework
3158
3159         (REGISTER_CONVERT_TO_TYPE, END_OF_TEXT_DEFAULT, GDB_MULTI_ARCH)
3160         (GDB_TARGET_IS_HPPA, DEPRECATED_GET_SAVED_REGISTER)
3161         (SYMBOLS_CAN_START_WITH_DOLLAR, DEPRECATED_INIT_EXTRA_FRAME_INFO)
3162         (DEPRECATED_INIT_FRAME_PC, DEPRECATED_SIGTRAMP_START)
3163         (IN_SOLIB_CALL_TRAMPOLINE, NO_HIF_SUPPORT, REGISTER_CONVERTIBLE)
3164         (DEPRECATED_REGISTER_RAW_SIZE, PARM_BOUNDARY, DEPRECATED_STACK_ALIGN)
3165         (PROLOGUE_FIRSTLINE_OVERLAP, DEPRECATED_POP_FRAME, STEP_SKIPS_DELAY)
3166         (TARGET_COMPLEX_BIT, TARGET_DOUBLE_COMPLEX_BIT)
3167         (OS9K_VARIABLES_INSIDE_BLOCK, KERNEL_U_ADDR, KERNEL_U_ADDR_HPUX)
3168         (REGISTER_U_ADDR, U_REGS_OFFSET, DEBUG_PTRACE): Remove description.
3169
3170         (Converting an existing Target Architecture to Multi-arch): Remove
3171          section.
3172
3173         (gdbarch_unwind_pc, gdbarch_unwind_sp): Renew code example.
3174         (gdbarch_addr_bits_remove): Add code example.
3175
3176         * gdb.texinfo: Replace REGISTER_NAME by gdbarch_register_name.
3177
3178 2007-07-02  Daniel Jacobowitz  <dan@codesourcery.com>
3179
3180         * gdb.texinfo (Remote Configuration): Document library-info-packet.
3181         Add other missing entries.  Adjust the table size to fit.
3182         (Stop Reply Packets): Use @itemize instead of @enumerate.  Document
3183         stop reasons including the new "library" event.
3184         (General Query Packets): Adjust table widths for qSupported.  Mention
3185         qXfer:libraries:read reply to qSupported and document the new packet.
3186         (Library List Format): New section.
3187
3188 2007-07-01  Jan Kratochvil  <jan.kratochvil@redhat.com>
3189
3190         * gdb.texinfo (Attach): Fixed GDB exit inferior detachment.
3191
3192 2007-06-28  Michael Snyder  <msnyder@svkmacdonelllnx>
3193
3194         * gdbint.texinfo (Table, Tuple and List Functions) Fix typo.
3195
3196 2007-06-25  Nick Roberts  <nickrob@snap.net.nz>
3197
3198         * gdbint.texinfo (Register and Memory Data): Break sections
3199         into nodes and add a menu.
3200
3201 2007-06-21  Maciej W. Rozycki  <macro@mips.com>
3202
3203         * gdb.texinfo (Examining Memory): Document the new behaviour.
3204
3205 2007-06-21  Vladimir Prus  <vladimir@codesourcery.com>
3206
3207         * gdb.texinfo (Standard Target Features): Document
3208         m68k features.
3209
3210 2007-06-18  Daniel Jacobowitz  <dan@codesourcery.com>
3211
3212         * gdb.texinfo (General Query Packets): Document qOffsets changes.
3213
3214 2007-06-13  Daniel Jacobowitz  <dan@codesourcery.com>
3215
3216         * gdb.texinfo (Target Description Format): Add version attribute
3217         for <target>.
3218
3219 2007-06-13  Daniel Jacobowitz  <dan@codesourcery.com>
3220
3221         * gdb.texinfo (MIPS Features): Document org.gnu.gdb.mips.linux.
3222
3223 2007-06-13  Daniel Jacobowitz  <dan@codesourcery.com>
3224
3225         * gdb.texinfo (MIPS Features): New subsection.
3226
3227 2007-06-12  Ulrich Weigand  <uweigand@de.ibm.com>
3228             Markus Deuling  <deuling@de.ibm.com>
3229
3230         * gdb.texinfo (General Query Packets): Document qXfer:spu:read
3231         and qXfer:spu:write packets and mention them under qSupported.
3232
3233 2007-06-12  Ulrich Weigand  <uweigand@de.ibm.com>
3234             Markus Deuling  <deuling@de.ibm.com>
3235
3236         * gdb.texinfo (Architectures): Add new SPU section to document
3237         Cell Broadband Engine SPU architecture specific commands.
3238
3239 2007-06-09  Vladimir Prus  <vladimir@codesourcery.com>
3240
3241         * gdb.texinfo (GDB/MI Variable Objects): Editorial
3242         comments.
3243
3244 2007-06-07  Nick Roberts  <nickrob@snap.net.nz>
3245
3246         * gdb.texinfo (Emacs): Describe GDB under Emacs 22.1.
3247
3248 2007-05-29  Jim Blandy  <jimb@codesourcery.com>
3249
3250         * gdb.texinfo (Overview): Doc fix.
3251
3252 2007-05-22  Maciej W. Rozycki  <macro@mips.com>
3253
3254         * gdb.texinfo (Remote Configuration): Document "set/show
3255         remoteflow".
3256
3257 2007-05-16  Daniel Jacobowitz  <dan@codesourcery.com>
3258
3259         * gdb.texinfo (MIPS): Remove documentation for set mips
3260         saved-gpreg-size, show mips saved-gpreg-size, and set mips
3261         stack-arg-size.
3262
3263 2007-05-14  Bob Wilson  <bob.wilson@acm.org>
3264
3265         * all-cfg.texi (GDBTUI): New.
3266         * gdb.texinfo (Mode Options): Use GDBTUI variable.
3267         (TUI, TUI Overview, TUI Keys, TUI Single Key Mode, TUI Commands)
3268         (TUI Configuration): Edit to improve clarity and fix problems of
3269         both style and content.
3270
3271 2007-05-11  Ulrich Weigand  <uweigand@de.ibm.com>
3272
3273         * observer.texi (GDB Observers): New observer "new_objfile".
3274
3275 2007-05-08  Ulrich Weigand  <uweigand@de.ibm.com>
3276
3277         * gdbint.texinfo (Native Conditionals): Remove USE_PROC_FS.
3278
3279 2007-04-14  Vladimir Prus  <vladimir@codesourcery.com>
3280
3281         * gdb.texinfo (GDB/MI Variable Objects): Document
3282         frozen variables objects.
3283
3284 2007-04-13  Daniel Jacobowitz  <dan@codesourcery.com>
3285
3286         * gdb.texinfo (Memory): Reference Remote Debugging chapter.
3287         (Character Sets, Caching Data of Remote Targets): Likewise.
3288         (Targets): Delete Remote node.  Move its text...
3289         (Debugging Remote Programs): ...to here.  Delete description
3290         of the "remote" command.
3291         (Remote configuration): Delete description of "set remotedevice"
3292         and "show remotedevice".
3293         (Embedded Processors): Delete H8/300, H8/500, and SH nodes.
3294
3295 2007-04-11  Bob Wilson  <bob.wilson@acm.org>
3296
3297         * gdb.texinfo (Contributors, Continuing and Stepping)
3298         (Fortran Defaults, HPPA, TUI, TUI Commands, Configure Options)
3299         (General Query Packets, File-I/O Remote Protocol Extension)
3300         (Protocol Basics, The F Reply Packet, Write)
3301         (Protocol-specific Representation of Datatypes, Memory Transfer):
3302         Fix hyphenation, punctuation and grammar problems.
3303         (Cygwin Native): Likewise.  Also fix misuse of @pxref and use
3304         'section' instead of 'subsection' in the text.
3305         (Non-debug DLL Symbols): Avoid 'subsubsection' in the text.
3306         (i386): Remove period from section name.
3307         (Installing GDB, Requirements, Running Configure,  Separate Objdir)
3308         (Config Names, Configure Options): Use @file{configure}.
3309
3310 2007-04-11  Daniel Jacobowitz  <dan@codesourcery.com>
3311
3312         * gdbint.texinfo (Writing Tests): Mention gdb_test_multiple
3313         and tab expansion.
3314
3315 2007-04-10  Daniel Jacobowitz  <dan@codesourcery.com>
3316
3317         * gdbint.texinfo (SOM): Correct location of the SOM reader.
3318
3319 2007-04-02  Bob Wilson  <bob.wilson@acm.org>
3320
3321         * gdb.texinfo: Consistently capitalize all significant words in
3322         node names, chapter titles, section titles, and headings.  Update
3323         cross references to match.
3324         (Starting and Stopping Trace Experiment): Make node name plural.
3325         (Breakpoint related warnings): Hyphenate "Breakpoint-related".
3326
3327 2007-03-30  Pedro Alves  <pedro_alves@portugalmail.pt>
3328
3329         * gdb.texinfo (WinCE): Delete obsolete subsection.
3330
3331 2007-03-30  Daniel Jacobowitz  <dan@codesourcery.com>
3332
3333         * gdb.texinfo (M68K): Remove obsolete ROM monitors.
3334         * gdbint.texinfo (DWARF 1): Delete section and other dwarfread.c
3335         references.
3336
3337 2007-03-30  Daniel Jacobowitz  <dan@codesourcery.com>
3338
3339         * gdb.texinfo (Startup): Delete references to some alternate
3340         names for .gdbinit.
3341         (Thread): Remove LynxOS reference.
3342         (Tandem ST2000): Delete target-specific documentation.
3343         * gdbint.texinfo (Symbol Handling): Remove mention of NLM.
3344         (Target Architecture Definition): Remove mention of GDB_OSABI_NETWARE
3345         and GDB_OSABI_LYNXOS.
3346
3347 2007-03-29  Ulrich Weigand  <uweigand@de.ibm.com>
3348
3349         * gdbint.texi (Native Conditionals): Remove PTRACE_ARG3_TYPE.
3350
3351 2007-03-27  Ulrich Weigand  <uweigand@de.ibm.com>
3352
3353         * gdbint.texinfo (Target Conditionals): Remove mention of
3354         DEPRECATED_REMOTE_BREAKPOINT, DEPRECATED_BIG_REMOTE_BREAKPOINT,
3355         and DEPRECATED_LITTLE_REMOTE_BREAKPOINT.
3356
3357 2007-03-27  Brooks Moses  <brooks.moses@codesourcery.com>
3358
3359         * Makefile.in: Add "pdfdir" installation
3360         directory, PDFTEX macro, support for "install-pdf" target,
3361         and rules for making a pdf version of refcard.texi.
3362         * refcard.tex: Specify paper size for PDF output.
3363
3364 2007-03-26  Bob Wilson  <bob.wilson@acm.org>
3365
3366         * gdb.texinfo (Omissions from Ada, Additions to Ada): Wrap long lines.
3367
3368 2007-03-26  Bob Wilson  <bob.wilson@acm.org>
3369
3370         * gdb.texinfo (Invoking GDB): Use @value{GDBP}.
3371         (Source Path, Character Sets, Macros, Define)
3372         (GDB/MI Result Records, GDB/MI Simple Examples)
3373         (GDB/MI Program Execution, GDB/MI File Commands)
3374         (Maintenance Commands, Packets, File-I/O Overview): Use @value{GDBN}.
3375         (Bug Reporting): Use @value{GCC}.
3376
3377 2007-03-26  Bob Wilson  <bob.wilson@acm.org>
3378
3379         * gdb.texinfo (Help): Fix formatting of examples.
3380         (Variables): Use @ifnotinfo instead of @iftex.
3381         (Non-debug DLL symbols): Use @ref instead of @pxref.
3382         (Sparclet File): Use @samp instead of quotes.
3383
3384 2007-03-26  Bob Wilson  <bob.wilson@acm.org>
3385
3386         * gdb.texinfo (Variables, C): Update cross reference to GCC docs.
3387
3388 2007-03-26  Bob Wilson  <bob.wilson@acm.org>
3389
3390         * gdb.texinfo (Top): Move TUI and Annotations menu entries to match
3391         the order of the nodes.
3392         (C Operators, C Constants, Debugging C): Remove extra menus.
3393         (Method Names in Commands): Do not specify next/prev/up nodes.
3394
3395 2007-03-26  Bob Wilson  <bob.wilson@acm.org>
3396
3397         * gdb.texinfo (File Options): Add missing parenthesis.
3398         (Breakpoints, Special Fortran commands, PowerPC): Fix typos.
3399
3400 2007-02-26  Daniel Jacobowitz  <dan@codesourcery.com>
3401
3402         * gdb.texinfo (Monitor commands for gdbserver): New subsection.
3403
3404 2007-02-26  Daniel Jacobowitz  <dan@codesourcery.com>
3405
3406         * gdb.texinfo (Standard Target Features): Mention
3407         case insensitivity.
3408         (ARM Features): Describe org.gnu.gdb.xscale.iwmmxt.
3409
3410 2007-02-18  Nick Roberts  <nickrob@snap.net.nz>
3411
3412         * gdb.texinfo (Top): Put Appendix A after numbered sections.
3413         (Files): Add section name to argument list for pxref.
3414         (Non-debug DLL symbols): Don't use `see' for pxref.
3415         (Embedded Processors): Fix typo.
3416         (GDB/MI Breakpoint Commands): Execution commands generate
3417         *stopped not ^done.
3418
3419 2007-02-13  Nick Roberts  <nickrob@snap.net.nz>
3420
3421         * gdb.texinfo (GDB/MI Variable Objects): Describe meanings of
3422         values for in_scope.  Mention that only root variables can be
3423         updated.
3424         (GDB/MI Development and Front Ends): Explain new values may be
3425         added to existing fields.
3426
3427 2007-02-08  Daniel Jacobowitz  <dan@codesourcery.com>
3428
3429         * gdb.texinfo (-target-disconnect): Use @smallexample.
3430         (Requirements): Add anchor for Expat.  Update description.
3431         (Target Descriptions): Mention Expat.
3432         (Target Description Format): Document new elements.  Use
3433         @smallexample.
3434         (Predefined Target Types, Standard Target Features): New sections.
3435         * gdbint.texinfo (Target Descriptions): New section.
3436
3437 2007-02-07  Daniel Jacobowitz  <dan@codesourcery.com>
3438
3439         * gdb.texinfo (Target Description Format): Add section on XInclude.
3440
3441 2006-02-03  Nick Roberts  <nickrob@snap.net.nz>
3442
3443         * gdb.texinfo (GDB/MI Miscellaneous Commands): Describe the new
3444         command -enable-timings.
3445
3446 2007-02-02  Markus Deuling  <deuling@de.ibm.com>  (tiny change)
3447
3448         * gdbint.texinfo (Operation System ABI Variant Handling): Update
3449         descriptions for new/deleted elements in gdb_osabi.  Add missing
3450         description for function generic_elf_osabi_sniff_abi_tag_sections.
3451
3452 2007-01-29  Joel Brobecker  <brobecker@adacore.com>
3453
3454         * gdb.texinfo (Maintenance Commands): Add documentation for
3455         the new "maint print target-stack" command.
3456
3457 2007-01-26  Jan Kratochvil <jan.kratochvil@redhat.com>
3458             Eli Zaretskii  <eliz@gnu.org>
3459
3460         * gdb.texinfo: Describe CHAR array vs. string identification rules.
3461
3462 2007-01-26  Eli Zaretskii  <eliz@gnu.org>
3463
3464         * gdb.texinfo (Compilation, Files, Bootstrapping, Bug Reporting):
3465         Use @value{NGCC} instead of @value{GCC}.
3466
3467 2007-01-20  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
3468
3469         * agentexpr.texi: Fix typos.
3470         * annotate.texinfo: Likewise.
3471         * gdb.texinfo: Likewise.
3472         * gdbint.texinfo: Likewise.
3473         * observer.texi: Likewise.
3474         * stabs.texinfo: Likewise.
3475
3476 2007-01-20  Markus Deuling  <deuling@de.ibm.com>  (tiny change)
3477
3478         * gdbint.texinfo (Support Libraries): Remove mmalloc
3479         entry.  Describe readline library.
3480
3481 2007-01-09  Daniel Jacobowitz  <dan@codesourcery.com>
3482
3483         * gdb.texinfo (Target Descriptions): New section.
3484         (General Query Packets): Add QPassSignals anchor.  Mention
3485         qXfer:features:read under qSupported.  Expand mentions of
3486         qXfer:memory-map:read and QPassSignals.  Document
3487         qXfer:features:read.
3488
3489 2007-01-08  Daniel Jacobowitz  <dan@codesourcery.com>
3490
3491         * gdb.texinfo (Commands to specify files): Describe
3492         "set sysroot" and "show sysroot".
3493         (Using the `gdbserver' program): Lowercase argument
3494         to @var.  Expand description of setting up GDB on the
3495         host.
3496
3497 2007-01-05  Joel Brobecker  <brobecker@adacore.com>
3498
3499         * gdb.texinfo (Set Catchpoints): Add documentation for the new
3500         catch exception, catch exception unhandled, and catch assert
3501         commands.
3502
3503 2007-01-04  Daniel Jacobowitz  <dan@codesourcery.com>
3504
3505         * gdb.texinfo (Debugging Output): Document "set debug xml"
3506         and "show debug xml".
3507
3508 2007-01-04  Daniel Jacobowitz  <dan@codesourcery.com>
3509
3510         * gdbint.texinfo (Compiler Warnings): Update for -Wall use.
3511
3512 2007-01-01  Joel Brobecker  <brobecker@adacore.com>
3513
3514         * gdbint.texinfo (Start of New Year Procedure): Add missing item.
3515
3516 2006-12-08  Vladimir Prus  <vladimir@codesourcery.com>
3517
3518         * gdb.texinfo (GDB/MI Variable Objects): Wrap historical
3519         note in @ignore, to be removed later if nobody complains.
3520
3521 2006-12-04  Nick Roberts  <nickrob@snap.net.nz>
3522
3523         * gdb.texinfo (GDB/MI Variable Objects): Describe -c option
3524         of -var-delete.
3525
3526 2006-11-22  Vladimir Prus  <vladimir@codesourcery.com>
3527
3528         * gdb.texinfo (Setting breakpoints): Document
3529         automatic software/hardware breakpoint usage and
3530         the "set breakpoint auto-hw" command.
3531
3532 2006-11-21  Vladimir Prus  <vladimir@codesourcery.com>
3533
3534         * gdb.texinfo (Memory Access Checking): New.
3535
3536 2006-11-16  Daniel Jacobowitz  <dan@codesourcery.com>
3537
3538         * gdb.texinfo (Remote configuration): Mention
3539         "pass-signals-packet".
3540         (General Query Packets): Document QPassSignals.  Fix
3541         a typo.
3542
3543 2006-11-14  Maxim Grigoriev  <maxim@tensilica.com>
3544
3545         * gdb.texinfo (Contributors): Add contributors of Xtensa port.
3546
3547 2006-11-14  Daniel Jacobowitz  <dan@codesourcery.com>
3548
3549         * gdb.texinfo (Remote configuration): Rewrite documentation for
3550         packet configuration commands.
3551         (OS Information): Adjust reference to qXfer:auxv:read.
3552         (General Query Packets): Remove references to read-aux-vector-packet
3553         and set remote get-thread-local-storage-address.
3554
3555 2006-11-10  Daniel Jacobowitz  <dan@codesourcery.com>
3556
3557         * gdbint.texinfo (Target Architecture Definition): Add new
3558         Initializing a New Architecture section.
3559
3560 2006-10-31  David Taylor  <dtaylor@emc.com>
3561
3562         * stabs.texinfo (Macro define and undefine): New node describing
3563         stabs for #define and #undef.
3564
3565 2006-10-27  Andreas Schwab  <schwab@suse.de>
3566
3567         * gdb.texinfo (Processes): Rename "detach-fork" to "detach fork".
3568
3569 2006-10-21  Eli Zaretskii  <eliz@gnu.org>
3570
3571         * gdb.texinfo (Breakpoints, Set Watchpoints): Elaborate and
3572         clarify on the possible meanings of ``expression'' watched by
3573         watchpoints.  Add indexing.
3574         (Prompting, Errors, Invalidation, Annotations for Running)
3575         (Source Annotations): Fix index entries by adding "annotation" to
3576         them, to discriminate from index entries that point to the more
3577         general topic descriptions.
3578
3579 2006-10-17  Daniel Jacobowitz  <dan@codesourcery.com>
3580
3581         * gdbint.texinfo (Target Vector Definition): Move most
3582         content into Existing Targets.  Add a menu.
3583         (Existing Targets): New section, moved from Target Vector
3584         Definition.  Use @subsection.
3585         (Managing Execution State): New section.
3586
3587 2006-10-16  Bob Wilson  <bob.wilson@acm.org>
3588
3589         * gdb.texinfo (ST2000): Use Ctrl- instead of C-.
3590
3591 2006-10-15  Eli Zaretskii  <eliz@gnu.org>
3592
3593         * gdb.texinfo (Sample Session, Invocation, Quitting GDB)
3594         (Command Syntax, Signals, Backtrace, Connecting)
3595         (Remote configuration, Renesas Boards, Console I/O): Fix last
3596         change: use Ctrl- instead of C-, except wrt Emacs.
3597         (File-I/O Examples): Put Ctrl-c in @kbd.
3598         (Cygwin Native, File-I/O Overview, The Ctrl-C message)
3599         (Console I/O): Use @samp with Ctrl-.
3600         (Signals, Set Breaks, Set Watchpoints): Document optional
3601         arguments to `info signals'  `handle', `info breakpoints', and
3602         `info watchpoints'.
3603
3604 2006-10-14  Eli Zaretskii  <eliz@gnu.org>
3605
3606         * gdb.texinfo (Backtrace): Fix last change.
3607
3608 2006-10-14  Nick Roberts  <nickrob@snap.net.nz>
3609
3610         * gdb.texinfo (Backtrace): Order correctly and add other cases.
3611
3612 2006-10-10  Bob Wilson  <bob.wilson@acm.org>
3613
3614         * gdb.texinfo (Command Syntax, Connecting, Remote configuration)
3615         (Renesas Boards, ST2000, TUI Keys, TUI Single Key Mode)
3616         (TUI Commands, Emacs, Console I/O): Fix @key and @kbd usage.
3617
3618 2006-09-21  Vladimir Prus  <vladimir@codesourcery.com>
3619             Daniel Jacobowitz  <dan@codesourcery.com>
3620
3621         * gdb.texinfo (Packets): Document vFlashErase,
3622         vFlashWrite and vFlashDone packets.
3623         (General Query Packets): Document qXfer:memory-map:read.
3624         Add a new feature for qXfer:memory-map:read.
3625         (Memory map format): New section.
3626         (Target Commands): Mention that gdb can write flash.
3627
3628 2006-09-21  Vladimir Prus  <vladimir@codesourcery.com>
3629             Daniel Jacobowitz  <dan@codesourcery.com>
3630
3631         * gdb.texinfo (Memory Region Attributes): Mention target-supplied
3632         memory regions and "mem auto".
3633
3634 2006-09-21  Nathan Sidwell  <nathan@codesourcery.com>
3635
3636         * gdbint.texinfo (Array Containers): New section.
3637
3638 2006-09-17  Vladimir Prus  <vladimir@codesourcery.com>
3639
3640         * gdb.texinfo (GDB/MI Stack Manipulation): Mention that
3641         -stack-list-arguments HIGH_FRAME argument can be larger then the
3642         actual number of frames.
3643
3644 2006-09-07  Vladimir Prus  <vladimir@codesourcery.com>
3645
3646         * gdb.texinfo (GDB/MI Stack Manipulation): Mention that
3647         -stack-list-locals HIGH_FRAME argument can be larger then the
3648         actual number of frames.
3649
3650 2006-09-02  Bob Wilson  <bob.wilson@acm.org>
3651
3652         * gdb.texinfo (Packets, Stop Reply Packets, General Query Packets,
3653         Register Packet Format, Tracepoint Packets): Fix spelling errors.
3654
3655 2006-09-02  Eli Zaretskii  <eliz@gnu.org>
3656
3657         * gdbint.texinfo (Overall Structure): New section "Source Tree
3658         Structure".
3659
3660 2006-08-17  Jim Blandy  <jimb@codesourcery.com>
3661
3662         * gdb.texinfo (Stop Reply Packets): Note similarity of 'S' and 'T'
3663         responses.
3664
3665 2006-08-08  Joel Brobecker  <brobecker@adacore.com>
3666
3667         * gdb.texinfo (Source Path): Add documentation for new
3668         substitute-path commands.
3669
3670 2006-08-08  Daniel Jacobowitz  <dan@codesourcery.com>
3671
3672         * gdb.texinfo (Installing GDB): Update menu.  Move text to...
3673         (Running Configure): ...here.
3674         (Requirements): New node.  Mention expat.
3675
3676 2006-08-08  Vladimir Prus  <vladimir@codesourcery.com>
3677
3678         * gdb.texinfo (Target Commands): Remove
3679         'set download-write-size' and 'show download-write-size'.
3680
3681 2006-08-01  Daniel Jacobowitz  <dan@codesourcery.com>
3682
3683         * stabs.texinfo (Member Type Descriptor): Correct example for
3684         pointer to member types.
3685
3686 2006-07-21  Andrew Stubbs  <andrew.stubbs@st.com>
3687
3688         * gdb.texinfo (Optional warnings and messages): Add
3689         'set/show trace-commands'.
3690         (Command files): Add '-v' to source command.
3691
3692 2006-07-12  Daniel Jacobowitz  <dan@codesourcery.com>
3693
3694         * gdb.texinfo (OS Information): Update qPart reference to
3695         qXfer.
3696         (Remote configuration): Likewise.
3697         (Overview): Move @cindex to the start of a paragraph.  Talk
3698         about binary data encoding.
3699         (Packets): Refer to the overview for the details of the X
3700         packet encoding.
3701         (General Query Packets): Remove qPart description.  Add qXfer
3702         description.  Add an anchor to qSupported.  Correct feature
3703         table title.  Add a new feature for qXfer:auxv:read.
3704         (Interrupts): Add a missing parenthesis.
3705
3706 2006-07-05  Daniel Jacobowitz  <dan@codesourcery.com>
3707
3708         * gdb.texinfo (KOD): Remove node.
3709         (GDB/MI Kod Commands): Remove commented out node.
3710
3711 2006-07-01  Eli Zaretskii  <eliz@gnu.org>
3712
3713         * gdb.texinfo (GDB/MI Output Syntax, GDB/MI Simple Examples)
3714         (GDB/MI Breakpoint Commands, GDB/MI Program Context)
3715         (GDB/MI Thread Commands, GDB/MI Program Execution)
3716         (GDB/MI Stack Manipulation, GDB/MI Variable Objects)
3717         (GDB/MI Data Manipulation, GDB/MI Symbol Query)
3718         (GDB/MI File Commands, GDB/MI Target Manipulation)
3719         (GDB/MI Miscellaneous Commands): Change (@value{GDBP})->(gdb),
3720         since the MI prompt is hard-wired into the code.
3721
3722 2006-07-01  Nick Roberts  <nickrob@snap.net.nz>
3723
3724         * gdb.texinfo (GDB/MI Compatibility with CLI): Qualify more carefully.
3725         (GDB/MI Simple Examples): Use @subheading for "A Bad Command".
3726         (GDB/MI Data Manipulation): Remove description of unimplemented
3727         display related commands as variable objects perform this function
3728         and are superior: -display-delete, -display-disable,
3729         -display-enable, -display-insert and -display-list.  Move
3730         -environment-cd, -environment-directory, -environment-path
3731         and -environment-pwd to "Program Context".
3732         (GDB/MI Program Control): Rename to "Program Execution".  Move
3733         -exec-arguments -exec-abort to...
3734         (GDB/MI Program Context): ...here.  New node split from "Data
3735          Manipulation".
3736
3737 2006-06-21  Daniel Jacobowitz  <dan@codesourcery.com>
3738
3739         * gdb.texinfo (Remote configuration): Document set / show
3740         remote supported-packets.
3741         (General Query Packets): Document qSupported packet.
3742
3743 2006-06-10  Sandra Loosemore <sandra@codesourcery.com>
3744
3745         * gdb.texinfo (File-I/O overview): Copy edit for grammar, spelling,
3746         and font markup.
3747         (Protocol basics): Likewise.
3748         (The F request packet): Likewise.
3749         (The F reply packet): Likewise.
3750         (Memory transfer): Move this node to be a subsubsection of
3751         "Protocol specific representation of datatypes".
3752         (The Ctrl-C message): More copy editing.
3753         (Console I/O): Likewise.
3754         (The isatty call): Delete this node, and merge its content into
3755         the "isatty" node.  Fixed references elsewhere.
3756         (The system call): Delete this node, and merge its content into
3757         the "system" node.  Fixed references elsewhere.
3758         (open): Reformat to use @table, and add appropriate font markup.
3759         (close): Likewise.
3760         (read): Likewise.
3761         (write): Likewise.
3762         (lseek): Likewise.
3763         (rename): Likewise.
3764         (unlink): Likewise.
3765         (stat/fstat): Likewise.
3766         (gettimeofday): Likewise.
3767         (isatty): Likewise.
3768         (system): Likewise, plus minor changes to fix confusing wording.
3769         (Integral datatypes): Fix font markup.
3770         (Pointer values): Likewise.
3771         (struct stat): Fix markup to use @table, plus minor copy editing.
3772         (struct timeval): Fix font markup, plus minor copy editing.
3773         (Constants): Minor copy editing.
3774         (Errno values): Add font markup.
3775         (File-I/O Examples): Likewise.
3776
3777 2006-06-10  Nick Roberts  <nickrob@snap.net.nz>
3778
3779         * gdb.texinfo (GDB/MI): Remove duplicate acknowledgements.
3780         (GDB/MI Simple Examples): Move node up one level.  Use real
3781         examples.
3782         (GDB/MI Compatibility with CLI): Update.
3783         (GDB/MI Result Records): Add "connected" and "exit" result
3784         classes.
3785         (GDB/MI Stream Records): Clarify target output.
3786         (GDB/MI Command Description Format): Modify example description.
3787         (GDB/MI Breakpoint Table Commands): Rename to...
3788         (GDB/MI Breakpoint Commands): ...this
3789         (GDB/MI Breakpoint Commands): Add optional thread field.
3790         (GDB/MI Program Control): Add an introduction.  Move "Program
3791         termination" examples into exec-run description.
3792         (GDB/MI File Commands): Mention similar CLI commands.
3793         (GDB/MI Miscellaneous Commands): Move to end.  Mention "show version"
3794         is similar to "-gdb-version".
3795
3796 2006-06-09  Eli Zaretskii  <eliz@gnu.org>
3797
3798         * gdb.texinfo (Symbols): Fix "(gdb)"=>"(@value{GDBP})".
3799
3800 2006-06-02  Nick Roberts  <nickrob@snap.net.nz>
3801
3802         * gdb.texinfo (GDB/MI Development and Front Ends): Use
3803         sourceware.org for mailing lists.
3804         (GDB/MI File Commands): New node split from Program Control.
3805
3806 2006-06-01  Nick Roberts  <nickrob@snap.net.nz>
3807
3808         * gdb.texinfo (GDB/MI Development and Front Ends): New node.
3809
3810 2006-05-22  Eli Zaretskii  <eliz@gnu.org>
3811
3812         * gdb.texinfo (Cygwin Native): Fix last change.
3813
3814 2006-05-22  Christopher Faylor  <cgf@timesys.com>
3815
3816         * gdb.texinfo (Cygwin Native): Document set/show cygwin-exceptions.
3817
3818 2006-05-15  Nick Roberts  <nickrob@snap.net.nz>
3819
3820         * gdbint.texinfo (Algorithms): Correct spelling and punctuation.
3821         (Releasing GDB, Testsuite): Remove details for including DejaGnu.
3822
3823 2006-05-14  Daniel Jacobowitz  <dan@codesourcery.com>
3824
3825         * gdb.texinfo (General Query Packets): Recommend not starting
3826         new packets with qC and clarify.
3827
3828 2006-05-13  Gaius Mulley  <gaius@glam.ac.uk>
3829
3830         * gdb.texinfo (M2 Types): New section.
3831
3832 2006-05-10  Daniel Jacobowitz  <dan@codesourcery.com>
3833
3834         * agentexpr.texi: Add a copyright and license notice.
3835         * observer.texi: Likewise, with GPL clause for function prototypes.
3836         Remove trailing whitespace.
3837
3838 2006-05-05  Jim Blandy  <jimb@codesourcery.com>
3839
3840         * gdb.texinfo (General Query Packets): Document conventions for
3841         terminating packet names, and their violations.
3842
3843 2006-05-05  Daniel Jacobowitz  <dan@codesourcery.com>
3844
3845         * Makefile.in (GDB_DOC_SOURCE_INCLUDES): Update for readline 5.1.
3846         * gdb.texinfo: Likewise.
3847
3848 2006-05-05  Daniel Jacobowitz  <dan@codesourcery.com>
3849
3850         * gdb.texinfo (Remote Configuration): Remove "set remotedebug"
3851         and "show remotedebug".
3852         (Debugging Output): Add additional index entries.
3853
3854 2006-04-27  Michael Snyder  <msnyder@redhat.com>
3855
3856         * gdb.texinfo (delete-fork): Command renamed to "delete fork".
3857
3858 2006-04-22  Andrew Cagney  <cagney@redhat.com>
3859
3860         * gdb.texinfo (Contributors): Credit frame unwinder contributors.
3861         * gdbint.texinfo (Algorithms): Fix errors in frame documentation.
3862
3863 2006-04-18  Daniel Jacobowitz  <dan@codesourcery.com>
3864
3865         * gdbint.texinfo (x86 Watchpoints, Target Conditionals): Update insert
3866         and remove breakpoint prototypes.
3867         (Watchpoints): Move description of target_insert_hw_breakpoint and
3868         target_remove_hw_breakpoint ...
3869         (Breakpoints): ... to here.  Document target_insert_breakpoint and
3870         target_remove_breakpoint.
3871
3872 2006-04-17  Jim Blandy  <jimb@codesourcery.com>
3873
3874         * gdb.texinfo (Packets): Note that 'addr' arguments to s, S, c,
3875         and C packets are optional.
3876
3877 2006-04-14  Frederic Riss  <frederic.riss@st.com>
3878
3879         * gdb.texinfo (Specifying source directories): Update the description
3880         of the source file search to reflect the fact that the source path
3881         always contains at least $cdir and $cwd.
3882
3883 2006-03-31  Michael Snyder  <msnyder@redhat.com>
3884
3885         * gdb.texinfo: Update copyright dates.
3886
3887 2006-03-31  Eli Zaretskii  <eliz@gnu.org>
3888
3889         * gdb.texinfo (Overview): Add an index entry to "empty response".
3890
3891 2006-03-28  Jim Blandy  <jimb@codesourcery.com>
3892
3893         * gdbint.texinfo (Prologue Analysis): New section.
3894
3895 2006-03-07  Jim Blandy  <jimb@red-bean.com>
3896
3897         * gdb.texinfo (Connecting): Document 'target remote pipe'.
3898
3899         * gdb.texinfo (Target Commands): Update text describing how to
3900         specify a target.  Refer to the detailed section on remote
3901         debugging, not the brief mention.
3902
3903         * gdb.texinfo (Connecting): Organize the different 'target remote'
3904         connection methods into a table.  Add a 'target remote' index
3905         entry. (!!!)
3906
3907 2006-02-17  Fred Fish  <fnf@specifix.com>
3908
3909         * gdb.texinfo (Symbols): Update descriptions of 'whatis' and
3910         'ptype' commands to reflect the fact that the only significant
3911         difference between them is that ptype prints the complete type
3912         description instead of just the name.
3913
3914 2006-02-13  Wu Zhou  <woodzltc@cn.ibm.com>
3915
3916         * gdbint.texinfo (Watchpoints): Delete
3917         TARGET_REGION_SIZE_OK_FOR_HW_WATCHPOINT.
3918
3919 2006-02-10  Nick Roberts  <nickrob@snap.net.nz>
3920
3921         * gdb.texinfo (GDB/MI Breakpoint Table Commands): Add fullname and
3922         times fields where needed.  Fix typos.  Update general form given
3923         for output of -break-insert.
3924         (GDB/MI): Abbreviate some unnecessarily long fullnames.
3925
3926 2006-02-06  Daniel Jacobowitz  <dan@codesourcery.com>
3927
3928         * gdbint.texinfo (Symbol Handling): Add a section
3929         on memory management.
3930
3931 2006-02-06  Vladimir Prus  <ghost@cs.msu.su>
3932
3933         * gdb.texinfo (Breakpoint table commands): Document the fullname
3934         field in -break-list output.
3935
3936 2006-02-03  Eli Zaretskii  <eliz@gnu.org>
3937
3938         * gdb.texinfo (Cygwin Native): Fix typos.  Clarify the types of
3939         debugging information produced by the various "set debug..."
3940         options.
3941
3942 2006-02-01  Daniel Jacobowitz  <dan@codesourcery.com>
3943
3944         * gdb.texinfo (Files): Remove obsolete bits from the description
3945         of "symbol-file".
3946
3947 2006-01-25  Jim Blandy  <jimb@redhat.com>
3948
3949         * gdbint.texinfo (Testsuite): Explain how to run selected tests.
3950
3951 2006-01-24  Jim Blandy  <jimb@redhat.com>
3952
3953         * gdbint.texinfo (Frames): Document the basics of GDB's register
3954         unwinding model, and explain the existence of the "sentinel" frame.
3955
3956 2006-01-23  Andrew Stubbs  <andrew.stubbs@st.com>
3957
3958         * gdb.texinfo (Choosing files): Mention that -directory is used
3959         for script files.
3960         (Specifying source directories): Likewise.
3961         (Command files): Explain how script files are found.
3962
3963 2006-01-21  Eli Zaretskii  <eliz@gnu.org>
3964
3965         * gdb.texinfo (Backtrace): Describe how to get backtrace of all
3966         the threads in a multi-threaded program.
3967         (Threads): The threadno argument of "thread apply" can be a range
3968         of numbers.
3969
3970 2006-01-18  Jim Blandy  <jimb@redhat.com>
3971
3972         * gdbint.texinfo (Coding): Add entry for -Wno-pointer-sign to list
3973         of warning flags.
3974
3975 2006-01-13  Eli Zaretskii  <eliz@gnu.org>
3976
3977         * gdb.texinfo (Sequences): Improve menu annotations.
3978         (Define): Add index entries for arguments of user-defined
3979         commands.  Move the description of flow-control commands...
3980         (Command Files): ...to here.  Document loop_break and
3981         loop_continue.
3982         (Define, Command Files): Document `end' and add index entries for
3983         it.
3984
3985 2006-01-04  Michael Snyder  <msnyder@redhat.com>
3986
3987         * gdb.texinfo: Add documentation for linux-fork.
3988         * gdbint.texinfo: Add internal documentation for checkpoints.
3989
3990 2006-01-02  Paul N. Hilfinger  <hilfinger@gnat.com>
3991
3992         * gdb.texinfo (Omissions from Ada): Document that there is now
3993         limited aggregate support.
3994
3995 2005-12-28  Eli Zaretskii  <eliz@gnu.org>
3996
3997         * gdb.texinfo (Registers): Describe how to refer to SSE and MMX
3998         registers and the likes.
3999
4000 2005-12-24  Eli Zaretskii  <eliz@gnu.org>
4001
4002         * gdb.texinfo (Target Commands, Bug Reporting, File Options)
4003         (Symbols): Fix usage of "e.g.".
4004         (Memory Region Attributes): Fix usage of "etc."
4005
4006         * gdbint.texinfo (libgdb, Symbol Handling, Native Debugging)
4007         (Coding): Fix usage of "e.g.".
4008
4009 2005-12-23  Eli Zaretskii  <eliz@gnu.org>
4010
4011         * stabs.texinfo:
4012         * refcard.tex:
4013         * gpl.texi:
4014         * gdbint.texinfo:
4015         * gdb.texinfo:
4016         * gdb-cfg.texi:
4017         * fdl.texi:
4018         * annotate.texinfo:
4019         * all-cfg.texi:
4020         * Makefile.in: Add (C) after Copyright.  Update the FSF
4021         address.
4022
4023 2005-12-03  Eli Zaretskii  <eliz@gnu.org>
4024
4025         * gdb.texinfo (Connecting): Explain that `monitor' is a way to
4026         extend GDB with commands for external monitor.
4027
4028 2005-12-02  Andrew Stubbs  <andrew.stubbs@st.com>
4029
4030         * gdb.texinfo (Convenience variables): Add init-if-undefined command.
4031
4032 2005-11-25  Joel Brobecker  <brobecker@adacore.com>
4033
4034         * gdbint.texinfo (Start of New Year Procedure): New chapter.
4035
4036 2005-11-21  Jim Blandy  <jimb@redhat.com>
4037
4038         * gdb.texinfo (Tracepoint Packets): Document restrictions on
4039         placement of 'R' actions in tracepoint action packets; document
4040         dependence of 'X' and 'M' actions on a preceding 'R' action for
4041         their registers.
4042
4043 2005-11-19  Jim Blandy  <jimb@redhat.com>
4044
4045         * gdb.texinfo (Tracepoint Packets): New node.
4046         (General Query Packets): Add entries for the tracepoint packets,
4047         referring to the "Tracepoint Packets" node.
4048         (Tracepoints): Add reference to "Tracepoint Packets".
4049
4050 2005-11-18  Kevin Buettner  <kevinb@redhat.com>
4051
4052         * gdb.texinfo (set remotebreak): Add anchor.
4053         (X packet): Likewise.
4054         (Remote Protocol): Add new section `Interrupts' and new index
4055         entry `interrupts (remote protocol)'.
4056
4057 2005-11-18  Jim Blandy  <jimb@redhat.com>
4058
4059         * gdb.texinfo (Packets): Move information out of 'q' and 'Q'
4060         entries into the General Query Packets section.  Add a
4061         cross-reference to that section.  Drop description of replies, as
4062         these are covered in the descriptions of each packet.
4063         (General Query Packets): Add introductory text.  Explain naming
4064         conventions, and how the end of a name is recognized.
4065
4066 2005-11-17  Kevin Buettner  <kevinb@redhat.com>
4067
4068         * gdb.texinfo (Remote configuration): Fix typo in description of
4069         "set remotebreak" command.
4070
4071 2005-11-16  Jim Blandy  <jimb@redhat.com>
4072
4073         * gdb.texinfo (Packets, Stop Reply Packets)
4074         (General Query Packets): Various formatting cleanups.
4075         - Use @samp for packet contents.
4076         - Drop summaries from packet @item lines; the same information appears
4077           immediately below in the description.
4078         - Delete paragraph breaks after packet @item commands, so that the
4079           description appears directly to the right of the packet prototype
4080           in the printed manual, if it fits.
4081         - Place spaces in packet prototypes between @vars and non-@var
4082           letters, and explain that they're just for formatting.
4083         - Use @dots{} instead of '...'.
4084         - Fix uses of @code where @var was needed.
4085         - Replace "deprecated" markers with English text spelling out the
4086           packet's status and the preferred alternatives.
4087         - Remove "(reserved)" markers on 'A' and 'I' packets; it's unclear
4088           what this ever meant.
4089         - Remove "(draft)" markers on 'i' packets; nobody has commented on
4090           this for a long time.
4091         - Remove "(draft)" markers on 'z' and 'Z' packets; these have been
4092           implemented several times, and have been in use for years.
4093
4094 2005-11-15  Jim Blandy  <jimb@redhat.com>
4095
4096         * gdb.texinfo (Packets): Add index entries for 'm' packet
4097         disclaimers.
4098
4099         * gdb.texinfo (Packets): Clarify lack of restrictions on behavior
4100         of stub when processing an 'm' packet.
4101
4102         * gdb.texinfo (Packets): Mention that packets beginning with
4103         letters are reserved once, at the top, instead of actually listing
4104         them all and saying "reserved".
4105
4106 2005-11-15  Andrew Stubbs  <andrew.stubbs@st.com>
4107
4108         * gdb.texinfo (User-defined commands): Add $argc. Add missing 'end'.
4109         Change @var{$arg0 to @code{$arg0.
4110
4111 2005-11-14  Wu Zhou  <woodzltc@cn.ibm.com>
4112
4113         * gdb.texinfo (Fortran): Add some words about Fortran debugging.
4114
4115 2005-11-12  Jim Blandy  <jimb@redhat.com>
4116
4117         * gdb.texinfo (General Query Packets): Put packets in alphabetical
4118         order.  Remove extraneous 'z'.
4119
4120 2005-11-07  Andrew Stubbs  <andrew.stubbs@st.com>
4121
4122         * gdb.texinfo (Choosing files): Add --eval-command.
4123
4124 2005-11-04  Andrew Stubbs  <andrew.stubbs@st.com>
4125
4126         * gdb.texinfo (Choosing modes): Add --return-child-result.
4127
4128
4129 2005-11-01  Andrew Stubbs  <andrew.stubbs@st.com>
4130
4131         * gdb.texinfo (Choosing modes): Add --batch-silent.
4132
4133 2005-10-28  Eli Zaretskii  <eliz@gnu.org>
4134
4135         * gdb.texinfo (GDB/MI Variable Objects): Fix @pxref usage under
4136         "The -var-update Command".
4137
4138 2005-10-03  Joel Brobecker  <brobecker@adacore.com>
4139
4140         * gdb.texinfo (Print Settings): Add documentation for set/show
4141         print array-indexes.
4142
4143 2005-09-17  Daniel Jacobowitz  <dan@codesourcery.com>
4144
4145         * gdb.texinfo (Contributors): Thank Andrew Cagney for releases
4146         6.2 and 6.3.
4147
4148 2005-08-27  Eli Zaretskii  <eliz@gnu.org>
4149
4150         * gdb.texinfo (File Options): Don't document --mapped, it's gone
4151         since 19-Jan-2004.
4152         (Files): Likewise.
4153         (Variables, Symbols): Document the "<incomplete type>" message and
4154         its reasons.
4155
4156 2005-08-01  Fred Fish  <fnf@specifix.com>
4157
4158         * gdb.texinfo (SETUP_ARBITRARY_FRAME): Remove obsolete reference.
4159
4160 2005-07-15  Nick Roberts  <nickrob@snap.net.nz>
4161
4162         * gdb.texinfo (GDB/MI Variable Objects): Describe print-values
4163         option for -var-list-children and -var-update.
4164         (GDB/MI Stack Manipulation): Simplify description of
4165         print-values option for -stack-list-locals.
4166         (GDB/MI Command Description Format): Clarify.
4167         (Mode Options): Spelling of superseded.
4168
4169 2005-07-12  Bob Rossi  <bob@brasko.net>
4170
4171         * gdb.texinfo (GDB/MI Miscellaneous Commands): Fix -inferior-tty-show
4172         corresponding GDB command comment.
4173
4174 2005-07-06  Bob Rossi  <bob@brasko.net>
4175
4176         * gdb.texinfo (GDB/MI Miscellaneous Commands): Add -inferior-tty-set
4177         and -inferior-tty-show.
4178         (Input/Output): Document "set/show inferior-tty" and tty alias.
4179
4180 2005-07-02  Nathan J. Williams  <nathanw@wasabisystems.com>
4181
4182         * gdb.texinfo (Packets): Change description of 'D' packet to note
4183         that GDB does wait for a response.
4184
4185 2005-06-22  Nick Roberts  <nickrob@snap.net.nz>
4186
4187         * gdb.texinfo (History) Rename "Command History".
4188         (Command History): Move node "Server Prefix" from section on
4189         Annotations here.
4190
4191 2005-06-19  Nick Roberts  <nickrob@snap.net.nz>
4192
4193         * gdb.texinfo (GDB/MI Stack Manipulation):
4194         Re-instate -stack-info-frame with example.  Say that it gets
4195         info on selected frame, not current frame.
4196
4197 2005-06-18  Eli Zaretskii  <eliz@gnu.org>
4198
4199         * gdb.texinfo (Server): Clarify that `file' should be used before
4200         connecting to the server.
4201         (Files): Add an xref to the above description.
4202         (Output Formats): More detailed description of the `c' format.
4203         (Memory): List explicitly all the formats supported by `x'.
4204         (Threads): Add an @cindex entry for "thread apply".
4205         (Files): Document the possibility of loading unlinked object
4206         files.  Add more indexing for solib-absolute-prefix and
4207         --with-sysroot.
4208         (Machine Code): Document possible problems with locations in
4209         shared libraries.
4210         (Backtrace): Document that free-standing environments do not need
4211         to have a `main' function.
4212
4213 2005-06-18  Nick Roberts  <nickrob@snap.net.nz>
4214
4215         * gdb.texinfo (GDB/MI Stack Manipulation): Remove reference to
4216         -stack-info-frame.
4217
4218 2005-06-07  Andrew Cagney  <cagney@gnu.org>
4219
4220         * gdb.texinfo (Contributors): Note the original multi-arch
4221         contributors.
4222
4223 2005-06-03  Eli Zaretskii  <eliz@gnu.org>
4224
4225         * gdb.texinfo (Registers): Add index entries for the standard
4226         registers.
4227         (Frames): Add cross-reference from frame pointer description to
4228         the Registers node.
4229         (Annotations Overview): Fix the reference to GDB name.
4230
4231 2005-06-01  Eli Zaretskii  <eliz@gnu.org>
4232
4233         * gdb.texinfo (Set Watchpoints): Remove @vindex entry for
4234         can-use-hw-watchpoints.
4235
4236 2005-05-28  Bob Rossi  <bob@brasko.net>
4237
4238         * gdb.texinfo (GDB/MI Out-of-band Records): Add bullet enumerating
4239         the possible reasons why an exec async record would be returned to FE.
4240
4241 2005-05-26  Andrew Cagney  <cagney@gnu.org>
4242
4243         * gdb.texinfo: Note that Elena Zannoni, Fernando Nasser, and
4244         Andrew Cagney implemented the original GDB/MI.
4245
4246 2005-05-23  Orjan Friberg  <orjanf@axis.com>
4247
4248         * gdb.texinfo (CRIS): Update the cris-version and cris-dwarf2-cfi
4249         documentation.  Add documentation for cris-mode.
4250
4251 2005-05-20  Eli Zaretskii  <eliz@gnu.org>
4252
4253         * gdb.texinfo (Numbers): Explain the example and make the wording
4254         more acurate.
4255
4256 2005-05-17  Daniel Jacobowitz  <dan@codesourcery.com>
4257             Dennis Brueni  <dennis@slickedit.com>
4258
4259         * gdb.texinfo (GDB/MI Breakpoint Table Commands)
4260         (GDB/MI Data Manipulation, GDB/MI Program Control)
4261         (GDB/MI Stack Manipulation): Update examples to include the fullname
4262         attribute in stack frames.
4263
4264 2005-05-12  Eli Zaretskii  <eliz@gnu.org>
4265
4266         * gdb.texinfo (Startup): Fix last change.  Treat gdb.ini like we
4267         do with other non-standard names of init files.
4268
4269 2005-05-11  Eli Zaretskii  <eliz@gnu.org>
4270
4271         * gdb.texinfo (Command Files): Move the description of the startup
4272         from here...
4273         (Startup): ...to this new subsection of the Invocation chapter.
4274         Rearrange the description of init files more logically and add a
4275         cross-reference to "Command Files".  Document the special gdbinit
4276         name for CISCO 68k.  Expand the description of what GDB does
4277         during startup.
4278         (History): Add index entry for HISTSIZE.
4279
4280 2005-05-02  Mark Kettenis  <kettenis@gnu.org>
4281
4282         * gdb.texinfo (Files): Remove documentation for auto-solib-limit.
4283
4284 2005-05-02  Eli Zaretskii  <eliz@gnu.org>
4285
4286         * gdb.texinfo (SVR4 Process Information, The isatty call)
4287         (The system call): Don't use foo(N) notation for man pages and
4288         functions.
4289         (Compilation, DJGPP Native): Improve wording.
4290
4291 2005-04-27  Eli Zaretskii  <eliz@gnu.org>
4292
4293         * gdb.texinfo (Backtrace): Describe backtraces with arguments that
4294         were optimized away.
4295
4296 2005-04-22  Eli Zaretskii  <eliz@gnu.org>
4297
4298         * gdb.texinfo (Remote configuration): Document "set/show
4299         get-thread-local-storage-address".  Add cross-reference to the
4300         description of the qGetTLSAddr packet.
4301         (General Query Packets): Mention "set remote
4302         get-thread-local-storage-address" and add a reference to its
4303         description.
4304
4305 2005-04-19  Nick Roberts  <nickrob@snap.net.nz>
4306
4307         * gdb.texinfo (Backtrace): Describe 'bt full'.
4308
4309 2005-04-17  Nick Roberts  <nickrob@snap.net.nz>
4310
4311         * gdb.texinfo (Mode Options): Fix typo.
4312         (GDB/MI): Describe how to invoke GDB/MI.
4313
4314 2005-04-16  Eli Zaretskii  <eliz@gnu.org>
4315
4316         * gdb.texinfo (OS Information): Renamed from Auxiliary Vector; all
4317         references changed.  Add description of "info udot".
4318         (Files): Document "set/show stop-on-solib-events".
4319         (M32R/D): Document "set/show download-path", "set/show
4320         board-address", "set/show server-address", "upload", "tload".
4321         Document "sdireset", "sdistatus", "debug_chaos", "use_debug_dma",
4322         "use_mon_code", "use_ib_break", "use_dbt_break".
4323         (Maintenance Commands): Improve indexing.
4324         (Target Commands): Document "set/show hash", "set/show debug
4325         monitor".
4326         (SVR4 Process Information): Document "info pidlist" and "info
4327         meminfo".  Document "set/show procfs-tarce" and "set/show
4328         procfs-file".  Document "proc-trace-*" and "proc-untrace-*".
4329         (Symbols, The Print Command with Objective-C): Improve indexing.
4330         (Objective-C): Add references to "info classes" and "info
4331         selectors".
4332         (Debugging Output): Improve wording.  Document "set/show debug
4333         solib-frv".  Fix "set/show debugvarobj".
4334         (Set Breaks): Add index entry for "hardware breakpoints".
4335         (Renesas ICE): Document "e7000", "ftplogin", "ftpload", "drain",
4336         and "set/show usehardbreakpoints".
4337         (MIPS Embedded): Document "se/show syn-garbage-limit", "set/show
4338         monitor-prompt", "set/show monitor-warnings", "pmon".
4339         (ARM): Document "rdilogfile", "rdilogenable", "set/show
4340         rdiromatzero", "set/show rdiheartbeat".
4341         (PowerPC): Document SDS-specific commands "set/show sdstimeout",
4342         "sds".
4343         (Embedded Processors): Document the "sim" command.
4344         (Remote): Document the "remote" command.
4345         (DJGPP Native): Document the "info serial" command.
4346         (Threads): Document "maint info sol-threads".
4347         (Files): Document "nosharedlibrary", "add-symbol-file-from-memory".
4348         (Set Breaks): Improve indexing.
4349         (Command Syntax): Add a reference to dont-repeat.
4350         (Define): Document "dont-repeat".
4351         (TUI Commands): Document "tabset".
4352         (WinCE): New subsection.  Document "set/show remotedirectory",
4353         "set/show remoteupload", "set/show remoteaddhost".
4354
4355 2005-04-15  Eli Zaretskii  <eliz@gnu.org>
4356
4357         * gdb.texinfo (Hurd Native): New subsection, documents
4358         Hurd-specific commands.
4359         (Maintenance Commands): Add cross-reference to "Debugging Output".
4360         (Debugging Output): Document "set/show debug lin-lwp".
4361         (MIPS): Improve documentation of heuristic-fence-post.  Document
4362         "set/show mips abi", "set/show mips saved-gpreg-size", "set/show
4363         mips stack-arg-size", "set/show mips mask-address", "set/show mips
4364         remote-mips64-transfers-32bit-regs", "set/show debug mips".
4365         (ARM): Document ARM-specific commands.
4366         (AVR): New section.  Document "info io_registers".
4367         (CRIS): New section.  Document "set/show cris-version" and
4368         "set/show cris-dwarf2-cfi".
4369         (HPPA): New section.  Document "set/show debug hppa" and "maint
4370         print unwind".
4371         (Neutrino): New subsection.  Document "set/show debug nto-debug".
4372         (Super-H): New section.  Document the "regs" command.
4373         (Debugging Output): Document "set/show debug aix-thread".
4374
4375 2005-04-09  Eli Zaretskii  <eliz@gnu.org>
4376
4377         * gdb.texinfo (Print Settings): Document "set/show print
4378         pascal_static-members", "set print repeats", "show print
4379         null-stop".  Improve indexing.  Fix documentation of "set print
4380         union".
4381         (Pascal): New section.
4382         (Supported languages): Rename from "Support"; all references
4383         updated.  Add a menu item for Pascal.
4384         (Numbers): Document "set radix.
4385         (Screen Size): Document "set/show pagination".
4386         (MIPS Embedded): Remove "set processor" documentation.
4387         (Remote configuration): Document "set/show X/P/Z-packet",
4388         "set/show read-aux-vector-packet", "set/show remote
4389         symbol-lookup-packet", "set/show remote verbose-resume-packet",
4390         "set/show remoteaddresssize", "set/show remotebaud", "set/show
4391         remotedebug", "set/show remotebreak", "set/show remotedevice",
4392         "set/show remotelogfile".
4393         (Auxiliary Vector): Add reference to the description of the
4394         read-aux-vector-packet setting.
4395         (Set Watchpoints): Add a cross-reference to "set remote
4396         hardware-breakpoint-limit".
4397         (General Query Packets): Add indexing of requests and
4398         cross-references to related commands in "Remote configuration".
4399         (File-I/O Overview, The system call): Fix wording and typos.
4400         (Thread Stops): Add index entries.
4401         (Continuing and Stepping): Document "show step-mode".
4402         (i386): New node.  Document "set/show struct-convention".
4403         (Files): Document "show trust-readonly-sections".
4404         (Calling): Document "set/show unwindonsignal".
4405         (Messages/Warnings): Add index entries.
4406         (Maintenance Commands): Document "set/show watchdog".
4407         (Annotations Overview): Document "show annotate".
4408         (Set Watchpoints): Add index entries.
4409         (Symbols): Fix doc of case-sensitive.
4410         (ABI): Document "show coerce-float-to-double".
4411         (Convenience Vars, Help): Improve indexing.
4412         (Machine Code): Document "show disassembly-flavor".
4413         (Debugging C plus plus): Document "show overload-resolution".
4414         (Value History, Signaling): Add index entries.
4415
4416 2005-04-08  Eli Zaretskii  <eliz@gnu.org>
4417
4418         * gdb.texinfo (Show): Move @kindex entries to their proper places.
4419         (Processes): Fix wording.
4420         (History, List, Logging output, Define, Symbols, Print Settings):
4421         Improve indexing.
4422
4423 2005-04-03  Eli Zaretskii  <eliz@gnu.org>
4424
4425         * gdb.texinfo (Targets): Document "set/show architecture".  Remove
4426         redundant index entry for "target" command.
4427         (Backtrace): Add index entries.
4428         (Symbols, Fortran): Document the "set case-sensitive" command.
4429         (DJGPP Native): Document "set com1base", "set com1irq", etc.
4430         (Print Settings): Add index entry for "set demangle-style".
4431         (Target Commands): Document "set download-write-size".
4432         (Debugging Output): Document "set exec-done-display".
4433
4434 2005-04-02  Eli Zaretskii  <eliz@gnu.org>
4435
4436         * gdb.texinfo (Files): Fix the name and documentation of
4437         add-shared-symbol-files.  Document its alias assf.  Update the
4438         list of OSs where GDB supports shared libraries.  Fix markup.
4439         (Continuing and Stepping): Add reference to @var{location} in the
4440         text.
4441         (Dump/Restore Files): Fix reference to @{filename}.
4442         (Help): Fix wording.
4443         (Attach): Ditto.
4444         (Set Watchpoints): Ditto.
4445         (Backtrace): Remove redundant index entries.  Improve index
4446         entries.
4447         (Delete Breaks): Fix wording.
4448         (Memory): Document the compare-sections command.
4449         (Memory Region Attributes): Improve wording.
4450         (Disabling): Improve wording.
4451         (Fortran): New subsection.  Document the "info common" command.
4452         (Help): Document aliases "info copying" and "info warranty".
4453         (Caching Remote Data): New section.  Document the "set/show
4454         remotecache" and "info dcache" commands.
4455         (Show): Fix wording of the documentation of the "set
4456         extension-language" command.
4457         (Signals): Add index entry for "info handle".
4458         (Memory Region Attributes): Fix punctuation.
4459         (Symbols): Change the arg name to "location" and refer to it in
4460         the text.  Fix wording of "info types" doc.
4461         (Threads): Fix usage of @enumerate @item's.
4462         (Listing Tracepoints): Add index entry for "info tp".
4463         (Set Watchpoints): Add xref to "info break" description.
4464         (Macros): Add an index entry for "macro exp1".  Document the
4465         "macro list" command.
4466         (Maintenance Commands): Document "flushregs", "maint agent",
4467         "maint check-symtabs", "maint cplus", "maint demangle", "maint
4468         deprecate", "maint undeprecate", "maint dump-me", "maint packet",
4469         "maint print architecture", "maint print objfiles", "maint print
4470         statistics", "maint print type", "maint show-debug-regs", "maint
4471         space", "maint time", and "maint translate-address".
4472         (Connecting): Document the "monitor" command.
4473         (Annotations Overview): Describe the "set annotate" command.
4474
4475 2005-04-01  Eli Zaretskii  <eliz@gnu.org>
4476
4477         * gdb.texinfo (Set Watchpoints): Document can-use-hw-watchpoints.
4478         Rearrange index entries and improve wording about support for
4479         hardware watchpoints.
4480
4481 2005-03-10  Bob Rossi  <bob@brasko.net>
4482
4483         * gdb.texinfo: Update copyright
4484
4485 2005-02-09  Theodore A. Roth  <troth@openavr.org>
4486
4487         * gdb.texinfo (General Query Packets): Fix texinfo compile warning and
4488         error.
4489
4490 2005-02-03  Kevin Buettner  <kevinb@redhat.com>
4491
4492         * gdb.texinfo (General Query Packets): Document qGetTLSAddr packet.
4493
4494 2005-01-17  Michael Snyder  <msnyder@redhat.com>
4495
4496         * gdb.texinfo: Fix spelling, infinte  ->  infinite.
4497
4498 2005-01-08  Mark Kettenis  <kettenis@gnu.org>
4499
4500         * observer.texi (GDB Observers): Document "solib_loaded".
4501
4502 2005-01-07  Andrew Cagney  <cagney@gnu.org>
4503
4504         * configure.ac: Rename configure.in, require autoconf 2.59.
4505         * configure: Re-generate.
4506
4507         * configure.in: Replace configdirs with multiple references to
4508         AC_CONFIG_SUBDIRS.
4509         * configure: Re-generate.
4510
4511 2005-01-04  Andrew Cagney  <cagney@gnu.org>
4512
4513         * gdbint.texinfo (Versions and Branches): Make the date (YYYYMMDD)
4514         part of the version number.
4515
4516 2004-12-24  Mark Kettenis  <kettenis@gnu.org>
4517
4518         * gdbint.texinfo (Algorithms): Remove description of
4519         TARGET_DISABLE_HW_WATCHPOINTS and TARGET_ENABLE_HW_WATCHPOINTS.
4520
4521 2004-12-07  Jim Blandy  <jimb@redhat.com>
4522
4523         * gdb.texinfo (General Query Packets): Specify that thread ID's in
4524         the 'qC' and 'qThreadInfo' packets are unsigned hexidecimal
4525         numbers.
4526
4527 2004-12-07  Andreas Schwab  <schwab@suse.de>
4528
4529         * gdb.texinfo (Mode Options): Document -l option.
4530
4531 2004-12-04  Eli Zaretskii  <eliz@gnu.org>
4532
4533         * gdbint.texinfo (Algorithms): More accurate description of
4534         STOPPED_BY_WATCHPOINT.  Point out that target_stopped_data_address
4535         is not needed unless data-read and data-access watchpoints are
4536         supported.  Add a description of how GDB checks whether the
4537         inferior stopped because a watchpoint was hit.
4538
4539 2004-11-23  Eli Zaretskii  <eliz@gnu.org>
4540
4541         * gdb.texinfo (Files): Add cross-reference to description of
4542         -readnow command-line switch.
4543
4544 2004-11-10  Randolph Chung  <tausq@debian.org>
4545
4546         * gdb.texinfo: Document set/show backtrace past-entry commands.
4547         Rearrange index entries for set/show backtrace past-main.
4548
4549 2004-11-10  Jon Beniston <jon@beniston.com>
4550
4551         Committed by Andrew Cagney  <cagney@gnu.org>.
4552         * gdb.texinfo (Remote Serial Protocol): Further describe
4553         binary transfer escaping mechanism .
4554
4555 2004-11-08  Randolph Chung  <tausq@debian.org>
4556
4557         * gdb.texinfo (inferior_debugging info): Document "set debug infrun"
4558         and "show debug infrun".  Add index entries.
4559
4560 2004-10-23  Eli Zaretskii  <eliz@gnu.org>
4561
4562         * gdb.texinfo (SVR4 Process Information): Document subcommands of
4563         "info proc" that are already implemented.  Add index entries.
4564         (Working Directory): Add a cross-reference to "info proc" command.
4565         (Files): Add a tip for decreasing memory used for symtabs from
4566         shared libraries.
4567         (Starting): Fix whitespace; make "elaboration" stand out where it
4568         is first used, and add an index entry for the term.
4569         (Calling): Expand and elaborate text.  Add "print".  Add the
4570         description of problems with weak aliases.
4571         (Core File Generation): New section.
4572
4573 2004-10-12  Andrew Cagney  <cagney@gnu.org>
4574
4575         * gdbint.texinfo (Versions and Branches): New chapter.
4576         (Releasing GDB): Delete "Versions and Branches" section.
4577         (Top): Add "Versions and Branches".
4578
4579 2004-10-08  Eli Zaretskii  <eliz@gnu.org>
4580
4581         * gdb.texinfo (Editing, History): Add cross-references to the
4582         included Readline and History user documentation.  Remove
4583         references to the symbol have-readline-appendices which is unused
4584         and undefined.
4585         (History): Fix indexing.
4586
4587 2004-10-08  Jeff Johnston  <jjohnstn@redhat.com>
4588
4589         * gdbint.texinfo (target_stopped_data_address): Update to
4590         new prototype.
4591         (i386_stopped_data_address): Update prototype and description.
4592         (i386_stopped_by_watchpoint): New function and description.
4593
4594 2004-10-03  Paul N. Hilfinger  <hilfinger@gnat.com>
4595
4596         * gdb.texinfo (Filenames): Add Ada suffixes.
4597         (Ada) New section.
4598
4599 2004-09-27  Andrew Cagney  <cagney@gnu.org>
4600             Robert Picco  <Robert.Picco@hp.com>
4601
4602         * gdb.texinfo (Packets): Document the "p" packet.
4603
4604 2004-09-21  Jason Molenda  (jmolenda@apple.com)
4605
4606         * gdb.texinfo (Paths and Names of the Source Files): Document the
4607         meaning of values in the 'desc' field of a SO stab.
4608
4609 2004-09-20  Daniel Jacobowitz  <dan@debian.org>
4610
4611         * gdb.texinfo (Maintenance Commands): Document "maint set dwarf2
4612         max-cache-age" and "maint show dwarf2 max-cache-age".
4613
4614 2004-09-16  Eli Zaretskii  <eliz@gnu.org>
4615
4616         * gdb.texinfo (Set Breaks): Add index entry for setting
4617         breakpoints on overloaded C++ functions that are not members of
4618         any classes.  Add an example and an index entry for setting
4619         breakpoints on all program functions.
4620         (Character Sets, Macros, Overlay Commands)
4621         (Non-debug DLL symbols, GDB/MI Output Syntax)
4622         (Annotations Overview, Maintenance Commands, File-I/O Overview):
4623         Use "(@value{GDBP})" instead of a literal "(gdb)".
4624
4625 2004-09-12  Andrew Cagney  <cagney@gnu.org>
4626
4627         * gdbint.texinfo (Native Debugging): Delete description of
4628         FILES_INFO_HOOK.
4629
4630 2004-09-11  Paul Hilfinger  <hilfinger@gnat.com>
4631
4632         * gdbint.texinfo (User Interface): Change local_hex_string_custom
4633         to hex_string_custom (not historically correct, but more
4634         understandable, given the current code).
4635
4636 2004-09-03  Andrew Cagney  <cagney@gnu.org>
4637
4638         * gdbint.texinfo (Native Debugging): Delete SVR4_SHARED_LIBS.
4639
4640 2004-09-01  Jeff Johnston  <jjohnstn@redhat.com>
4641
4642         * observer.texi (solib_unloaded): New observer.
4643
4644 2004-08-24  Andrew Cagney  <cagney@gnu.org>
4645
4646         * gdbint.texinfo (Target Architecture Definition): Add missing
4647         comma.
4648
4649 2004-08-20  Michael Chastain  <mec.gnu@mindspring.com>
4650
4651         * (Using the Testsuite): build != host is supported,
4652         but some test scripts do not support build != host.
4653
4654 2004-08-14  Mark Kettenis  <kettenis@gnu.org>
4655
4656         * gdbint.texinfo (Host Definition): Delete description of
4657         FCLOSE_PROVIDED and GETENV_PROVIDED.
4658
4659 2004-08-05  Mark Kettenis  <kettenis@chello.nl>
4660
4661         * gdbint.texinfo (Host Definition): Delete description of
4662         NO_SYS_FILE.
4663         (Native Debugging): Delete description of KERNEL_U_ADDR_BSD and
4664         PTRACE_FP_BUG.
4665
4666 2004-08-05  Andrew Cagney  <cagney@gnu.org>
4667
4668         * gdbint.texinfo (Target Architecture Definition): Delete
4669         reference to deprecated_read_fp.
4670
4671 2004-08-02  Andrew Cagney  <cagney@gnu.org>
4672
4673         * gdbint.texinfo (Target Architecture Definition): Delete
4674         description of DEPRECATED_REGISTER_BYTES.
4675
4676 2004-07-30  Baurjan Ismagulov  <ibr@ata.cs.hun.edu.tr>
4677
4678         * gdb.texinfo (Source Path): Document the new behavior of
4679         searching for the source files.
4680
4681 2004-07-17  Eli Zaretskii  <eliz@gnu.org>
4682
4683         * gdb.texinfo (Edit): Fix markup of EDITOR and improve wording.
4684         (Search, Expressions, Arrays, Variables, Data, Machine Code)
4685         (Auto Display): Improve indexing.
4686
4687 2004-07-16  Andrew Cagney  <cagney@gnu.org>
4688
4689         * gdb.texinfo (Mode Options): Delete documentation on "-async" and
4690         "-noasync".
4691
4692 2004-07-09  Eli Zaretskii  <eliz@gnu.org>
4693
4694         * gdb.texinfo: Fix @kindex entries so that multiple commands that
4695         have the same prefix have only their prefix in the index.
4696
4697 2004-07-03  Mark Kettenis  <kettenis@gnu.org>
4698
4699         * gdb.texinfo (BSD libkvm Interface): New node (section)
4700         (Native): Add it to the menu.
4701
4702 2004-07-01  Mark Kettenis  <kettenis@gnu.org>
4703
4704         * gdbint.texinfo (Target Architecture Definition): Remove
4705         PCC_SOL_BROKEN.
4706
4707 2004-06-24  Mark Kettenis  <kettenis@gnu.org>
4708
4709         * gdbint.texinfo (Target Architecture Definition): Remove
4710         SUN_FIXED_LBRAC_BUG.
4711
4712 2004-06-26  Andrew Cagney  <cagney@gnu.org>
4713
4714         * gdbint.texinfo (Coding): Replace xasprintf with xstrprintf.
4715
4716 2004-06-20  Andrew Cagney  <cagney@gnu.org>
4717
4718         * gdbint.texinfo (Target Architecture Definition): Deprecate
4719         USE_STRUCT_CONVENTION.
4720
4721 2004-06-19  Michael Chastain  <mec.gnu@mindspring.com>
4722
4723         gdb.texinfo (Bug Reporting): Mention session recording,
4724         with the script command or Emacs.
4725
4726 2004-06-18  Andrew Cagney  <cagney@gnu.org>
4727
4728         * gdbint.texinfo (Target Architecture Definition): Deprecate
4729         FUNCTION_START_OFFSET.
4730
4731 2004-06-14  Andrew Cagney  <cagney@gnu.org>
4732
4733         Based on changes from Karl Berry.
4734         * gdb.texinfo: Do not use @sc in a direntry.
4735         * stabs.texinfo: Change @dircateogry to "Software development".
4736         * gdbint.texinfo, gdb.texinfo, annotate.texinfo: Ditto.
4737
4738 2004-06-13  Andrew Cagney  <cagney@gnu.org>
4739
4740         * gdbint.texinfo (Target Architecture Definition): Delete
4741         description of RETURN_VALUE_ON_STACK.
4742
4743 2004-06-09  Andrew Cagney  <cagney@gnu.org>
4744
4745         * gdbint.texinfo (Native Debugging): Restore "@table @code"
4746         deleted by previous patch.
4747
4748 2004-06-08  Andrew Cagney  <cagney@gnu.org>
4749
4750         * gdbint.texinfo (Native Debugging): Delete documentation on
4751         ATTACH_DETACH.
4752
4753 2004-06-06  Randolph Chung  <tausq@debian.org>
4754
4755         * gdb.texinfo (push_dummy_call): Use @code{struct value}.
4756
4757 2004-06-06  Randolph Chung  <tausq@debian.org>
4758
4759         * gdb.texinfo (push_dummy_call): Update argument list to match
4760         the new push_dummy_call method signature.  Describe the function
4761         argument.
4762
4763 2004-05-24  Joel Brobecker  <brobecker@gnat.com>
4764
4765         * gdb.texinfo (Starting): Document new start command.
4766
4767 2004-05-21  Andrew Cagney  <cagney@redhat.com>
4768
4769         * observer.texi (GDB Observers): Document "inferior_created".
4770
4771 2004-05-08  Andrew Cagney  <cagney@redhat.com>
4772
4773         * gdbint.texinfo (Target Architecture Definition): Delete
4774         description of DO_DEFERRED_STORES.
4775
4776         * gdbint.texinfo (Target Architecture Definition): Delete
4777         references to DEPRECATED_FIX_CALL_DUMMY.
4778
4779         * gdbint.texinfo (Target Architecture Definition): Delete
4780         description of DEPRECATED_CALL_DUMMY_WORDS,
4781         DEPRECATED_SIZEOF_CALL_DUMMY_WORDS, and CALL_DUMMY.
4782
4783         * gdbint.texinfo (Target Architecture Definition): Delete
4784         description of DEPRECATED_PUSH_DUMMY_FRAME.
4785
4786         * gdbint.texinfo (Target Architecture Definition): Delete
4787         reference to DEPRECATED_CALL_DUMMY_BREAKPOINT_OFFSET.
4788
4789 2004-05-07  Andrew Cagney  <cagney@redhat.com>
4790
4791         * observer.texi (GDB Observers): Add "Debugging" section.  Include
4792         cross reference to "set/show debug observer".
4793         * gdb.texinfo (Debugging Output): Document "set/show debug
4794         observer".
4795
4796 2004-05-01  Andrew Cagney  <cagney@redhat.com>
4797
4798         * gdbint.texinfo (Target Architecture Definition): Delete
4799         description of DEPRECATED_PC_IN_SIGTRAMP.
4800
4801 2004-04-30  Andrew Cagney  <cagney@redhat.com>
4802
4803         * gdbint.texinfo (Target Architecture Definition): Delete
4804         documentation for BELIEVE_PCC_PROMOTION_TYPE, no longer defined.
4805
4806 2004-04-30  Orjan Friberg  <orjanf@axis.com>
4807
4808         * observer.texi (GDB Observers): Correct spelling.
4809
4810 2004-04-26  Orjan Friberg  <orjanf@axis.com>
4811
4812         * observer.texi (GDB Observers): Add target_changed event.
4813
4814 2004-04-08  Andrew Cagney  <cagney@redhat.com>
4815
4816         * observer.texi (GDB Observers): Rework, provide generic observer
4817         definitions and then a list of observable events.
4818
4819 2004-04-04  Andrew Cagney  <cagney@redhat.com>
4820
4821         * gdbint.texinfo (Host Definition): Delete reference to
4822         NO_SIGINTERRUPT.
4823
4824 2004-04-02  Andrew Cagney  <cagney@redhat.com>
4825
4826         * gdbint.texinfo (Target Architecture Definition): Delete
4827         reference to DEPRECATED_CALL_DUMMY_LENGTH.
4828
4829 2004-03-28  Stephane Carrez  <stcarrez@nerim.fr>
4830
4831         * gdb.texinfo (TUI Commands): Document tui reg commands.
4832
4833 2004-03-26  Andrew Cagney  <cagney@redhat.com>
4834
4835         * gdb.texinfo (TUI): Delete reference to --enable-tui.  Mention
4836         "gdbtui".
4837         (Mode Options): Mention "gdbtui".  Use "Text" not "Terminal".
4838         (Contributors): Mention both Text and Terminal User Interface.
4839
4840 2004-03-23  Andrew Cagney  <cagney@redhat.com>
4841
4842         * gdbint.texinfo (Target Architecture Definition): Deprecate
4843         references to SIGTRAMP_START and SIGTRAMP_END.
4844
4845 2004-03-23  Andrew Cagney  <cagney@redhat.com>
4846
4847         * gdbint.texinfo (Target Architecture Definition): Deprecate
4848         references to PC_IN_SIGTRAMP.
4849
4850 2004-03-19  Andrew Cagney  <cagney@redhat.com>
4851
4852         * gdbint.texinfo (Target Architecture Definition): Delete
4853         reference to GDB_TARGET_IS_HPPA.
4854
4855 2004-03-18  Andrew Cagney  <cagney@redhat.com>
4856
4857         * gdbint.texinfo (Coding): Update section on gdbarch_data,
4858         describe pre_init and post_init.
4859
4860 2004-03-09  Daniel Jacobowitz  <drow@mvista.com>
4861
4862         * gdb.texinfo (Debugging Output): Document values for "set debug
4863         target".
4864
4865 2004-02-28  Andrew Cagney  <cagney@redhat.com>
4866
4867         * gdb.texinfo (Contributors): Mention GDB 6.1 release engineer.
4868
4869 2004-02-26  Jeff Johnston  <jjohnstn@redhat.com>
4870
4871         * gdb.texinfo (breakpoints): Add information about the
4872         new "set breakpoint pending" and "show breakpoint pending"
4873         commands.
4874
4875 2004-02-26  Andrew Cagney  <cagney@redhat.com>
4876
4877         * gdbint.texinfo (Coding): Document use of gdbarch_obstack_zalloc
4878         in Per-architecture module data section.
4879
4880 2004-02-25  Roland McGrath  <roland@redhat.com>
4881
4882         * gdb.texinfo (General Query Packets): Document qPart:... packets.
4883
4884 2004-02-24  Andrew Cagney  <cagney@redhat.com>
4885
4886         * annotate.texinfo: Wrap fdl.texi include in raise/lower sections.
4887         * gdb.texinfo, gdbint.texinfo, stabs.texinfo: Ditto.
4888         * fdl.texi: Import Version 1.2, November 2002.
4889
4890 2004-02-17  Andrew Cagney  <cagney@redhat.com>
4891
4892         * gdb.texinfo (Mode Options): Note that "mi1" is deprecated.
4893
4894 2004-02-16  Andrew Cagney  <cagney@redhat.com>
4895
4896         * gdbint.texinfo (Target Architecture Definition): Deprecate
4897         FRAMELESS_FUNCTION_INVOCATION.
4898
4899 2004-02-16  Andrew Cagney  <cagney@redhat.com>
4900
4901         * gdbint.texinfo (Coding): Mention -Wunused-function.
4902
4903 2004-02-14  Andrew Cagney  <cagney@redhat.com>
4904
4905         * gdbint.texinfo (Target Architecture Definition): Delete
4906         description of DEPRECATED_CALL_DUMMY_STACK_ADJUST.
4907
4908 2004-02-12  Elena Zannoni  <ezannoni@redhat.com>
4909
4910         * gdb.texinfo: Properly quote the name "C++".
4911         * gdbint.texinfo: Ditto.
4912         * stabs.texinfo: Ditto.
4913
4914 2004-02-11  Elena Zannoni  <ezannoni@redhat.com>
4915
4916         * gdbint.texinfo (Support Libraries): Add doco about obstacks and
4917         minimal information about libiberty.
4918
4919 2004-02-06  Michael Chastain  <mec.gnu@mindspring.com>
4920
4921         * gdb.texinfo (Auxiliary Vector): Fix thinko with @value{GDBN}.
4922
4923 2004-02-04  Roland McGrath  <roland@redhat.com>
4924
4925         * gdb.texinfo (Auxiliary Vector): New node (section).
4926         (Data): Add it to the menu.
4927
4928 2004-02-02  Jeff Johnston  <jjohnstn@redhat.com>
4929
4930         * gdb.texinfo (Breakpoints): Add information about pending
4931         breakpoint support.
4932
4933 2004-01-26  Andrew Cagney  <cagney@redhat.com>
4934
4935         * gdb.texinfo (Overview): Delete references to the cisco protocol
4936         including the "N" response.
4937
4938 2004-01-26  Andrew Cagney  <cagney@redhat.com>
4939
4940         * gdbint.texinfo (Target Architecture Definition): Rename
4941         EXTRACT_STRUCT_VALUE_ADDRESS to
4942         DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS.
4943
4944 2004-01-24  Eli Zaretskii  <eliz@gnu.org>
4945
4946         * gdb.texinfo (KOD): Document "show os".  Add index entries for
4947         "set/show os" and "info cisco" commands.
4948
4949 2004-01-21  Eli Zaretskii  <eliz@gnu.org>
4950
4951         * Makefile.in (install-info): Prepend $(DESTDIR) to $(infodir).
4952
4953 2004-01-19  Michael Chastain  <mec.gnu@mindspring.com>
4954
4955         * gdbint.texinfo: Delete USE_MMALLOC, NO_MMCHECK, MMCHECK_FORCE,
4956         MMAP_BASE_ADDRESS, MMAP_INCREMENT.
4957
4958 2004-01-19  Nick Roberts  <nick@nick.uklinux.net>
4959
4960         * gdb.texinfo (GDB/MI Stack Manipulation): Describe extension to
4961         -stack-list-locals.
4962         (GDB/MI Variable Objects): Describe extension to
4963         -var-list-children.
4964
4965 2004-01-17  Daniel Jacobowitz  <drow@mvista.com>
4966
4967         * gdbint.texinfo (DECR_PC_AFTER_HW_BREAK): Don't document.
4968
4969 2004-01-17  Andrew Cagney  <cagney@redhat.com>
4970
4971         * gdbint.texinfo (Target Architecture Definition): Delete
4972         documentation on DEPRECATED_NPC_REGNUM.
4973
4974 2004-01-13  Daniel Jacobowitz  <drow@mvista.com>
4975
4976         * gdb.texinfo: Update copyright year.  Mention that set
4977         follow-fork-mode is supported on GNU/Linux.  Remove documentation of
4978         "set follow-fork-mode ask".
4979
4980 2004-01-13  Andrew Cagney  <cagney@redhat.com>
4981
4982         * gdbint.texinfo: Update copyright year.
4983         (Coding): Add -Wunused-label to list of -Werror warnings.
4984
4985 2004-01-08  Jason Molenda  <jmolenda@apple.com>
4986             Eli Zaretskii  <eliz@gnu.org>
4987
4988         * gdb.texinfo: Update copyright.
4989         (Objective-C): "methodName" typeo fixed.  Add @code/@var markup
4990         around names, as appropriate.  Minor syntax cleanup of
4991         _NSPrintForDebugger explanation.  Two spaces after periods.
4992         GDBN used instead of lit. "gdb".  Index entries added for
4993         print-object and _NSPrintForDebugger.  @noindent added in one spot.
4994
4995 2003-11-11  Elena Zannoni  <ezannoni@redhat.com>
4996
4997         * stabs.texinfo: Add dircategory and direntry commands.
4998         * annotate.texinfo: Ditto.
4999
5000 2003-11-10  Andrew Cagney  <cagney@redhat.com>
5001
5002         * gdbint.texinfo (Target Architecture Definition): Replace the
5003         return_value method's "inval" and "outval" parameters with
5004         "readbuf" and "writebuf".
5005
5006 2003-10-28  Jim Blandy  <jimb@redhat.com>
5007
5008         * gdb.texinfo (The F request packet, The F reply packet): Renamed
5009         from "The `F' request packet" and "The `F' reply packet", to make
5010         texi2dvi happy.
5011         (File-I/O remote protocol extension): Update menu entries, too.
5012
5013 2003-10-26  Michael Chastain  <mec@shout.net>
5014
5015         * gdb.texinfo (Thread Stops): Document the issue with
5016         premature return from system calls in multi-threaded programs.
5017
5018 2003-10-24  Andrew Cagney  <cagney@redhat.com>
5019
5020         * annotate.texinfo: Fix "fortunatly"[sic].
5021
5022 2003-10-23  Kei Sakamoto  <sakamoto.kei@renesas.com>
5023
5024         * gdb.texinfo (Contributors to GDB): Replace "Renesas"
5025         with "Hitachi" and "Mitsubishi".
5026
5027 2003-10-20  Andrew Cagney  <cagney@redhat.com>
5028
5029         * gdbint.texinfo (Target Architecture Definition): Document
5030         gdbarch_return_value.  Add cross references from
5031         USE_STRUCT_CONVENTION, EXTRACT_RETURN_VALUE, and
5032         STORE_RETURN_VALUE, and from/to EXTRACT_STRUCT_VALUE_ADDRESS.
5033
5034 2003-10-18  Mark Kettenis  <kettenis@gnu.org>
5035
5036         * gdbint.texinfo (Target Architecture Definition): Document
5037         regset_from_core_section.
5038
5039 2003-10-16  Kei Sakamot Sakamoto  <sakamoto.kei@renesas.com>
5040
5041         * gdb.texinfo (M32R/D): Mention m32rsdi target.
5042
5043 2003-10-15  Kevin Buettner  <kevinb@redhat.com>
5044
5045         From Anthony Green  <green@redhat.com>:
5046         * gdb.texinfo (Breakpoints related warnings): Insert into menu.
5047
5048 2003-10-14  Kevin Buettner  <kevinb@redhat.com>
5049
5050         * gdb.texinfo (Breakpoint related warnings): New node.
5051         * gdbint.texinfo (ADJUST_BREAKPOINT_ADDRESS): Document.
5052
5053 2003-10-13  Daniel Jacobowitz  <drow@mvista.com>
5054
5055         * gdb.texinfo (Remote Protocol): Document v and vCont.
5056
5057 2003-10-10  Kei Sakamoto  <sakamoto.kei@renesas.com>
5058
5059         * gdb.texinfo: Replace "Hitachi" and "Mitsubishi" with "Renesas".
5060         * gdbint.texinfo: Ditto.
5061
5062 2003-10-09  Andrew Cagney  <cagney@redhat.com>
5063
5064         From 2003-09-18 David Anderson <davea@sgi.com>:
5065         * gdb.texinfo (GDB/MI Symbol Query): Replace "comamnd" with
5066         "command".
5067
5068 2003-10-03  Andrew Cagney  <cagney@redhat.com>
5069
5070         * gdbint.texinfo (Target Architecture Definition): Deprecate
5071         IBM6000_TARGET.  Mention that it implies an RS/6000 system and not
5072         just target.
5073
5074 2003-10-02  Andrew Cagney  <cagney@redhat.com>
5075
5076         * gdbint.texinfo (Target Architecture Definition): Rename
5077         REGISTER_RAW_SIZE to DEPRECATED_REGISTER_RAW_SIZE.
5078         * gdb.texinfo (Packets, Stop Reply Packets): Ditto.
5079         * gdbint.texinfo (Target Architecture Definition): Rename
5080
5081 2003-09-30  Andrew Cagney  <cagney@redhat.com>
5082
5083         REGISTER_VIRTUAL_SIZE to DEPRECATED_REGISTER_VIRTUAL_SIZE.
5084         (Target Architecture Definition):
5085
5086         * gdbint.texinfo (Target Architecture Definition): Rename
5087         REGISTER_VIRTUAL_TYPE to DEPRECATED_REGISTER_VIRTUAL_TYPE.
5088
5089 2003-09-29  Andrew Cagney  <cagney@redhat.com>
5090
5091         * gdbint.texinfo (Target Architecture Definition): Delete
5092         documentation for NEED_TEXT_START_END.
5093
5094         * gdbint.texinfo (Target Architecture Definition): Rename
5095         NPC_REGNUM to DEPRECATED_NPC_REGNUM.  Add cross reference to
5096         TARGET_WRITE_PC.
5097
5098 2003-09-22  Michael Chastain  <mec@shout.net>
5099
5100         * gdbint.texinfo (Testsuite Organization): Change gdb.c++ to gdb.cp.
5101
5102 2003-09-21  Anthony Green  <green@redhat.com>
5103
5104         * gdbint.texinfo (Target Architecture Definition): Fix typos.
5105
5106 2003-09-21  Mark Kettenis  <kettenis@gnu.org>
5107
5108         * gdbint.texinfo (Target Architecture Definition): Document
5109         stabs_argument_has_addr.
5110
5111 2003-09-18  Andrew Cagney  <cagney@redhat.com>
5112
5113         * gdbint.texinfo (Target Architecture Definition): Delete
5114         documentation on REGISTER_NAMES.
5115
5116 2003-09-13  Mark Kettenis  <kettenis@gnu.org>
5117
5118         * gdbint.texinfo (Target Architecture Definition): Replace
5119         REG_STRUCT_HAS_ADDR with DEPRECATED_REG_STRUCT_HAS_ADDR.
5120
5121 2003-09-11  Andrew Cagney  <cagney@redhat.com>
5122
5123         * gdbint.texinfo (Target Architecture Definition): Replace
5124         STACK_ALIGN with DEPRECATED_STACK_ALIGN.
5125
5126 2003-08-18  Andrew Cagney  <cagney@redhat.com>
5127
5128         * gdbint.texinfo (Target Architecture Definition): Document
5129         "frame_red_zone_size".
5130
5131 2003-08-09  Andrew Cagney  <cagney@redhat.com>
5132
5133         * gdb.texinfo (Backtrace): Replace "set/show backtrace-below-main"
5134         with "set/show backtrace past-main" and "set/show backtrace
5135         limit".
5136
5137 2003-08-08  H.J. Lu  <hongjiu.lu@intel.com>
5138
5139         * Makefile.in (install-info): Support DESTDIR.
5140         (install-html): Likewise.
5141
5142 2003-08-07  Andrew Cagney  <cagney@redhat.com>
5143
5144         Patch from Nick Roberts.
5145         * gdb.texinfo (Using GDB under GNU Emacs): Fix/update key
5146         bindings.  Remove description of send-gdb-command.
5147
5148 2003-08-07  Andrew Cagney  <cagney@redhat.com>
5149
5150         * gdb.texinfo (Mode Options): Mention that "mi2" was included in
5151         GDB 6.0.
5152
5153 2003-08-06  Andrew Cagney  <cagney@redhat.com>
5154
5155         * gdb.texinfo (Mode Options): Mention that level three is the
5156         highest available and that level 2 is deprecated.
5157         (Annotations Overview): Mention annotation levels. Cross reference
5158         to "Limitations of the Annotation Interface" in annotate.texi.
5159         (TODO, Value Annotations, Frame Annotations): Delete section.
5160         (Displays, Breakpoint Info): Delete.
5161
5162 2003-08-04  Andrew Cagney  <cagney@redhat.com>
5163
5164         * agentexpr.texi: Delete @bye.
5165         * Makefile.in (STABS_DOC_SOURCE_INCLUDES): Add "fdl.texi"
5166         (stabs.info): Add $(srcdir) to include search path.
5167         (html): Depend on "annotate_toc.html", and not "annotate.html".
5168         * stabs.texinfo: Ditto.  Include "fdl.texi".
5169         * gdbint.texinfo: Update copyright statement's list of invariant
5170         sections.
5171
5172 2003-07-28  Andrew Cagney  <cagney@redhat.com>
5173
5174         * Makefile.in (INFO_DEPS): Add annotate.info.
5175         (dvi, ps, html, pdf): Add annotate.
5176         (ANNOTATE_DOC_SOURCE_INCLUDES): New macro.
5177         (ANNOTATE_DOC_BUILD_INCLUDES): New macro.
5178         (ANNOTATE_DOC_FILES): New macro.
5179         (ANNOTATE_TEX_TMPS): New macro.
5180         (annotate.info, annotate_toc.html): Specify dependencies.
5181         (annotate.ps, annotate.pdf, annotate.dvi): Ditto.
5182         * annotate.texinfo: Rename annotate.texi.  Get building.  Add
5183         "Migrating to GDB/MI" and "Limitations of the Annotation
5184         Interface" chapters.  Mention why it is not part of the user
5185         guide.  Update copyright notice.  Include "fdl.texi".
5186
5187 2003-07-26  Stephane Carrez  <stcarrez@nerim.fr>
5188
5189         * gdb.texinfo (TUI Keys): Document C-x o key to switch active window.
5190
5191 2003-07-24  Daniel Jacobowitz  <drow@mvista.com>
5192
5193         * gdbint.texinfo (libgdb components): Correct a GDB to GDBN.
5194
5195 2003-07-24  Daniel Jacobowitz  <drow@mvista.com>
5196
5197         * gdb.texinfo (Server): Mention pidof.
5198
5199 2003-07-22  Andrew Cagney  <cagney@redhat.com>
5200
5201         * gdbint.texinfo (Coding): Add -Wformat-nonliteral to -Werror
5202         list.
5203
5204 2003-06-28  Daniel Jacobowitz  <drow@mvista.com>
5205
5206         * gdb.texinfo (Logging output): New chapter.
5207
5208 2003-06-24  Joel Brobecker  <brobecker@gnat.com>
5209
5210         * gdb.texinfo (Unsupported languages): New section.
5211         (Languages): Add link to new section.
5212
5213 2003-06-22  Andrew Cagney  <cagney@redhat.com>
5214
5215         * gdb.texinfo (Contributors): Mention 6.0 release engineer.
5216
5217 2003-06-22  Daniel Jacobowitz  <drow@mvista.com>
5218
5219         * gdbint.texinfo (Coding): Clarify use of gdb_XXX.h headers.
5220
5221 2003-06-22  Daniel Jacobowitz  <drow@mvista.com>
5222
5223         * Makefile.in (SFILES_INCLUDED): Add agentexpr.texi.
5224         * agentexpr.texi: Retitle section, and change it to an appendix.
5225         Comment out texinfo initialization.  Factor a @var{} into two
5226         pieces to prevent makeinfo warnings.
5227         * gdb.texinfo: Add Agent Expressions appendix.
5228
5229 2003-06-19  Daniel Jacobowitz  <drow@mvista.com>
5230
5231         * gdbint.texinfo (Native Conditionals): Remove PREPARE_TO_PROCEED.
5232
5233 2003-06-18  Daniel Jacobowitz  <drow@mvista.com>
5234
5235         * gdb.texinfo (Remote Debugging): New section "Connecting to a
5236         remote target".  Document the "detach" and "disconnect" commands.
5237         (Server, Netware, Debug Session): Reference "Connecting to a
5238         remote target".
5239         (GDB/MI Target Manipulation): Document "-target-disconnect".
5240
5241 2003-06-13  Andrew Cagney  <cagney@redhat.com>
5242
5243         * gdbint.texinfo (Target Architecture Definition): Deprecate
5244         REMOTE_BREAKPOINT, LITTLE_REMOTE_BREAKPOINT, and
5245         BIG_REMOTE_BREAKPOINT.  Cross reference BREAKPOINT_FROM_PC.
5246
5247 2003-06-09  Jim Blandy  <jimb@redhat.com>
5248
5249         * gdb.texinfo (Separate Debug Files): Remove extra semicolon.
5250
5251 2003-06-08  Andrew Cagney  <cagney@redhat.com>
5252
5253         * gdbint.texinfo (Target Architecture Definition): Delete
5254         documentation on FRAME_ARGS_ADDRESS_CORRECT.
5255
5256 2003-06-08  Andrew Cagney  <cagney@redhat.com>
5257
5258         * gdbint.texinfo (Target Architecture Definition): Document
5259         "unwind_sp".  Cross reference "unwind_sp" and TARGET_READ_SP.
5260
5261 2003-06-07  Adam Fedor  <fedor@gnu.org>
5262
5263         * gdb.texinfo: Add Objective-C documentation.
5264
5265 2003-06-01  Andrew Cagney  <cagney@redhat.com>
5266
5267         * gdbint.texinfo (Target Architecture Definition): Add "func_addr"
5268         parameter to "push_dummy_call".  Rename "dummy_addr" to "bp_addr".
5269
5270 2003-05-21  Andrew Cagney  <cagney@redhat.com>
5271
5272         * gdbint.texinfo (Target Architecture Definition): Delete
5273         references to "extract_address" and "store_address".
5274
5275 2003-05-16  Andrew Cagney  <cagney@redhat.com>
5276
5277         * gdbint.texinfo (Target Architecture Definition): Replace
5278         REGISTER_BYTES with DEPRECATED_REGISTER_BYTES.  Fix typo,
5279         DEPRECATED_REGISTER_SIZE instead of REGISTER_BYTE.
5280
5281 2003-05-14  Theodore A. Roth  <troth@openavr.org>
5282
5283         * gdbint.texinfo (Breakpoint Handling): Correct a double negative.
5284
5285 2003-05-10  H.J. Lu <hongjiu.lu@intel.com>
5286
5287         * Makefile.in (gdb-cfg.texi): Replace $$LN_S with $(LN_S).
5288         (gdb.dvi): Likewise.
5289         (gdb.pdf): Likewise.
5290         (links2roff): Likewise.
5291
5292 2003-05-08  Jim Blandy  <jimb@redhat.com>
5293
5294         * gdb.texinfo (Dump/Restore Files): Update documentation for
5295         'dump', 'append', and 'restore': note that format argument is
5296         optional; simplify presentation of the command variants; and be
5297         more precise about the formats.
5298
5299 2003-05-07  Jim Blandy  <jimb@redhat.com>
5300
5301         * gdb.texinfo (Symbols): Update documentation: 'maint list
5302         symtabs' and 'maint list psymtabs' have been renamed 'maint info
5303         symtabs' and 'maint info psymtabs'.
5304
5305 2003-05-05  Andrew Cagney  <cagney@redhat.com>
5306
5307         * gdbint.texinfo (Target Architecture Definition): Make
5308         CALL_DUMMY_WORDS, SIZEOF_CALL_DUMMY_WORDS, CALL_DUMMY_LENGTH,
5309         FIX_CALL_DUMMY, CALL_DUMMY_BREAKPOINT_OFFSET and
5310         CALL_DUMMY_BREAKPOINT_OFFSET deprecated.
5311
5312 2003-05-04  Andrew Cagney  <cagney@redhat.com>
5313
5314         * gdb.texinfo (Maintenance Commands): Document "maint print
5315         dummy-frames".
5316
5317 2003-05-04  Andrew Cagney  <cagney@redhat.com>
5318
5319         * gdb.texinfo (GDB/MI Symbol Query): Use @{ and @}.
5320
5321 2003-05-03  J. Brobecker  <brobecker@gnat.com>
5322
5323         Thierry Schneider  <tpschneider1@yahoo.com>
5324         * gdb.texinfo (section GDB/MI Symbol Query): Add documentation
5325         for new MI command.
5326
5327 2003-05-03  Andrew Cagney  <cagney@redhat.com>
5328
5329         * gdbint.texinfo (Target Architecture Definition): Document
5330         push_dummy_code.  Add cross references.
5331
5332 2003-05-02  Elena Zannoni  <ezannoni@redhat.com>
5333
5334         * gdb.texinfo (Character Sets): Update to reflect new behavior of
5335         set/show charsets commands.
5336
5337 2003-04-28  Andrew Cagney  <cagney@redhat.com>
5338
5339         * gdbint.texinfo (Target Architecture Definition): Replace
5340         read_fp, TARGET_READ_FP and FP_REGNUM, with deprecated_read_fp,
5341         DEPRECATED_TARGET_READ_FP and DEPRECATED_REGNUM.
5342
5343 2003-04-28  Andrew Cagney  <cagney@redhat.com>
5344
5345         * gdbint.texinfo (Target Architecture Definition): Rename
5346         "tm_print_insn" to "deprecated_tm_print_insn".
5347
5348 2003-04-09  Jim Blandy  <jimb@redhat.com>
5349
5350         * gdb.texinfo (Symbols): Document 'maint list symtabs' and 'maint
5351         list psymtabs'.
5352
5353 2003-04-08  Andrew Cagney  <cagney@redhat.com>
5354
5355         * gdbint.texinfo (Target Architecture Definition): Delete
5356         references to EXTRA_FRAME_INFO.
5357
5358 2003-04-08  Andrew Cagney  <cagney@redhat.com>
5359
5360         * gdbint.texinfo (Target Architecture Definition): Delete
5361         PRINT_TYPELESS_INTEGER.
5362
5363 2003-04-02  J. Brobecker  <brobecker@gnat.com>
5364
5365         * observer.texi (GDB Observers): Adjust the documentation for the
5366         normal_stop notification to better describe reality. Fix a couple
5367         of minor typos.
5368
5369 2003-04-02  Bob Rossi  <bob_rossi@cox.net>
5370
5371         * gdb.texinfo (GDB/MI Program Control): Add
5372         '-file-list-exec-source-file'
5373
5374 2003-03-31  Andrew Cagney  <cagney@redhat.com>
5375
5376         * gdbint.texinfo (Target Architecture Definition): Delete
5377         references to CALL_DUMMY_P.
5378
5379 2003-03-30  Andrew Cagney  <cagney@redhat.com>
5380
5381         * gdbint.texinfo (Target Architecture Definition): Remove
5382         reference to TARGET_WRITE_SP.
5383
5384 2003-03-27  Andrew Cagney  <cagney@redhat.com>
5385
5386         * gdbint.texinfo (Target Architecture Definition): Remove
5387         references to write_sp.
5388
5389 2003-03-27  Andrew Cagney  <cagney@redhat.com>
5390
5391         * gdb.texinfo (GDB/MI Variable Objects): Replace @include with
5392         chapter body.  Use @smallexample instead of @example.
5393         (Annotations): Ditto.
5394         * Makefile.in (GDB_DOC_SOURCE_INCLUDES): Remove gdbmi.texinfo and
5395         annotate.texi.
5396
5397 2003-03-26  Andrew Cagney  <cagney@redhat.com>
5398
5399         * gdbint.texinfo (Target Architecture Definition): Replace
5400         PUSH_ARGUMENTS with push_dummy_call, add gdbarch, regcache and
5401         dummy_addr parameters.
5402
5403 2003-03-25  Andrew Cagney  <cagney@redhat.com>
5404
5405         * gdbint.texinfo (Target Architecture Definition): Delete
5406         reference to CALL_DUMMY_STACK_ADJUST_P.  Rename
5407         CALL_DUMMY_STACK_ADJUST to DEPRECATED_CALL_DUMMY_STACK_ADJUST.
5408         Add reference to PUSH_ARGUMENTS.
5409
5410 2003-03-23  Andrew Cagney  <cagney@redhat.com>
5411
5412         * gdbint.texinfo (Algorithms, Target Architecture Definition):
5413         Deprecate FRAME_CHAIN and FRAME_CHAIN_VALID.
5414
5415 2003-03-18  J. Brobecker  <brobecker@gnat.com>
5416
5417         * gdbint.texinfo (Algorithms): Add new section describing the
5418         Observer paradigm.
5419         (Top): Add menu entry to new observer appendix.
5420         * observer.texi: New file.
5421         * Makefile.in (GDBINT_DOC_SOURCE_INCLUDES): Add dependency on
5422         new observer.texi file.
5423
5424 2003-03-17  Andrew Cagney  <cagney@redhat.com>
5425
5426         * gdb.texinfo (DATE): Delete.  Remove date from titles.  Mention
5427         that GNU Press update the manual version number.
5428
5429 2003-03-12  Andrew Cagney  <cagney@redhat.com>
5430
5431         * gdbint.texinfo (Target Architecture Definition): Delete
5432         references to get_saved_register.  Rename GET_SAVED_REGISTER to
5433         DEPRECATED_GET_SAVED_REGISTER.
5434
5435 2003-03-13  Andrew Cagney  <cagney@redhat.com>
5436
5437         * gdbint.texinfo (Target Architecture Definition): Replace
5438         POP_FRAME with DEPRECATED_POP_FRAME.  Update description.
5439
5440 2003-03-12  Andrew Cagney  <cagney@redhat.com>
5441
5442         * gdbint.texinfo (Target Architecture Definition): Rename
5443         FRAME_SAVED_PC to DEPRECATED_FRAME_SAVED_PC.
5444
5445 2003-03-10  Corinna Vinschen  <vinschen@redhat.com>
5446
5447         * gdb.texinfo: Add File-I/O documentation.
5448
5449 2003-03-10  Andrew Cagney  <cagney@redhat.com>
5450
5451         * gdbint.texinfo (Target Architecture Definition): Cross reference
5452         FRAME_SAVED_PC to unwind_pc.  Document unwind_pc.
5453
5454 2003-03-07  Andrew Cagney  <cagney@redhat.com>
5455
5456         * gdb.texinfo (Debugging Output): Mention the "set/show debug
5457         frame" command.
5458
5459 2003-03-05  Andrew Cagney  <cagney@redhat.com>
5460
5461         * gdbint.texinfo (Target Architecture Definition): Document
5462         unwind_dummy_id.  Cross reference unwind_dummy_id and
5463         SAVE_DUMMY_FRAME_TOS.
5464
5465 2003-03-05  James Ingham <jingham@apple.com>
5466             Daniel Jacobowitz  <drow@mvista.com>
5467
5468         * gdb.texinfo (Configuring the current ABI): Document "set cp-abi"
5469         and "show cp-abi".
5470
5471 2003-03-03  Andrew Cagney  <cagney@redhat.com>
5472
5473         * gdbint.texinfo (Target Architecture Definition): Document
5474         register_type.
5475
5476 2003-03-03  Andrew Cagney  <cagney@redhat.com>
5477
5478         * stabs.texinfo (Structures): Use @samp and separate @var's
5479         instead of a single @var containing a comma separated list.
5480         (Unions): Ditto.
5481
5482 2003-03-02  Daniel Jacobowitz  <drow@mvista.com>
5483
5484         * Makefile.in (distclean): Remove config.log.
5485
5486 2003-03-01  Andrew Cagney  <cagney@redhat.com>
5487
5488         * gdbint.texinfo (Target Architecture Definition): Rename
5489         FRAME_INIT_SAVED_REGS to DEPRECATED_FRAME_INIT_SAVED_REGS.
5490
5491 2003-03-01  Andrew Cagney  <cagney@redhat.com>
5492
5493         * gdbint.texinfo: Rename INIT_EXTRA_FRAME_INFO to
5494         DEPRECATED_INIT_EXTRA_FRAME_INFO.
5495
5496 2003-02-23  Raoul Gough  <RaoulGough@yahoo.co.uk>
5497
5498         * gdb.texinfo (Cygwin Native): Links to Non-debug DLL symbols.
5499         (Non-debug DLL symbols): New node, describing the minimal symbols
5500         loaded from DLLs without real debugging symbols.
5501
5502 2003-02-20  Andrew Cagney  <ac131313@redhat.com>
5503
5504         * gdb.texinfo (Set Breaks): Add cross reference to "set remote
5505         hardware-breakpoint-limit".
5506         (Set Watchpoints): Add cross reference to "set remote
5507         hardware-watchpoint-limit".
5508         (Remote configuration options): New section.
5509
5510 2003-02-04  Andrew Cagney  <ac131313@redhat.com>
5511
5512         * gdbint.texinfo (Target Architecture Definition): Delete
5513         descrption of IS_TRAPPED_INTERNALVAR.
5514
5515         From Keith Seitz <keiths@redhat.com>:
5516         * gdb.texinfo (Interpreters): New chapter.  Refer the command-line
5517         option "-i"/"--interpreter" to this chapter.  Include index
5518         entries.
5519
5520 2003-02-04  David Carlton  <carlton@math.stanford.edu>
5521
5522         * gdb.texinfo (C@t{++}): Recommend DWARF 2, then stabs+.
5523         (Variables): Recommend stabs+ and DWARF 2.
5524         (C plus plus expressions): Correct info about
5525         compiler versions, debug formats.
5526         (Contributors): Change 'DWARF2' to 'DWARF 2'.
5527         PR symtab/874.
5528
5529 2003-02-01  Andrew Cagney  <ac131313@redhat.com>
5530
5531         * gdbint.texinfo (Target Architecture Definition): Delete
5532         description of ADDITIONAL_OPTIONS, ADDITIONAL_OPTION_CASES,
5533         ADDITIONAL_OPTION_HANDLER, and ADDITIONAL_OPTION_HELP, and
5534         BEFORE_MAIN_LOOP_HOOK, and DBX_PARM_SYMBOL_CLASS along with
5535         references to nindy and i960.
5536         * gdb.texinfo (i960): Delete all references to i960 and nindy.
5537
5538 2003-02-01  Andrew Cagney  <ac131313@redhat.com>
5539
5540         * gdbint.texinfo (Target Architecture Definition): Delete
5541         FLOAT_INFO.
5542
5543 2003-01-30  Andrew Cagney  <ac131313@redhat.com>
5544
5545         * stabs.texinfo (Member Type Descriptor): Clarify description of
5546         `@'.  Suggested by Ben Hutchings.
5547
5548 2003-01-29  Andrew Cagney  <ac131313@redhat.com>
5549
5550         * gdb.texinfo (M68K): Delete reference to es1800.
5551
5552 2003-01-29  Andrew Cagney  <ac131313@redhat.com>
5553
5554         * gdb.texinfo (Maintenance Commands): Document `maint print
5555         reggroups' and `maint print register-groups'.
5556         * gdbint.texinfo (Target Architecture Definition): Document
5557         register_reggroup_p.
5558
5559 2003-01-23  Jim Blandy  <jimb@redhat.com>
5560
5561         * gdb.texinfo (Separate Debug Files): New section.
5562
5563 2003-01-22  Daniel Jacobowitz  <drow@mvista.com>
5564
5565         * gdb.texinfo (Maintenance Commands): Add "maint set profile"
5566         and "maint show profile".
5567
5568 2003-01-16  Michael Chastain  <mec@shout.net>
5569
5570         * gdb.texinfo (Installing GDB): Warn against
5571         ".../gdb-VERSION/gdb/configure".
5572         (Separate Objdir): Likewise.
5573
5574 2003-01-15  Andrew Cagney  <ac131313@redhat.com>
5575
5576         * gdbint.texinfo (Target Architecture Definition): Delete
5577         definition of PRINT_REGISTER_HOOK.
5578
5579 2003-01-15  Elena Zannoni  <ezannoni@redhat.com>
5580
5581         (OpenRISC 1000): Fix formatting of command names.
5582
5583 2003-01-15  Elena Zannoni  <ezannoni@redhat.com>
5584
5585         * gdb.texinfo (Continuing and Stepping): Add new command
5586         'advance'. Clarify behavior of 'until'.
5587
5588 2003-01-13  Daniel Jacobowitz  <drow@mvista.com>
5589
5590         * gdb.texinfo (Files): Document solib-absolute-prefix and
5591         solib-search-path.
5592
5593 2003-01-09  Michael Chastain  <mec@shout.net>
5594
5595         * gdbint.texinfo (Configuring @value{GDBN} for Release): Delete.
5596         (Create a Release): Add new instructions for new @file{src-release}.
5597         Document existing instructions for @file{Makefile.in} as
5598         being for @value{GDBN} 5.3.1 or earlier.
5599
5600 2003-01-09  Andrew Cagney  <ac131313@redhat.com>
5601
5602         * gdbint.texinfo (Target Architecture Definition): Mention
5603         frame_saved_regs_zalloc and frame_extra_info_zalloc as the way to
5604         allocate memory.
5605
5606 2003-01-04  Daniel Jacobowitz  <drow@mvista.com>
5607
5608         * gdb.texinfo (Controlling GDB): Add @kindex for
5609         "show osabi".
5610         (Backtraces): Add @kindex's for backtrace-below-main.
5611
5612 2003-01-04  Daniel Jacobowitz  <drow@mvista.com>
5613
5614         * gdb.texinfo (Controlling GDB): Document "set osabi".
5615
5616 2003-01-04  Daniel Jacobowitz  <drow@mvista.com>
5617
5618         * gdb.texinfo (Backtraces): Document "set backtrace-below-main".
5619         * gdbint.texinfo (FRAME_CHAIN_VALID): Update documentation.
5620
5621 2003-01-04  Daniel Jacobowitz  <drow@mvista.com>
5622
5623         * gdb.texinfo (Controlling GDB): Add ABI section.  Document
5624         "set coerce-float-to-double".
5625         * gdbint.texinfo (COERCE_FLOAT_TO_DOUBLE): Remove documentation.
5626
5627 2003-01-02  Andrew Cagney  <ac131313@redhat.com>
5628
5629         * stabs.texinfo: Remove obsolete text.
5630         * gdbint.texinfo: Ditto.
5631         * gdb.texinfo: Ditto.
5632
5633 2002-12-22  Mark Kettenis  <kettenis@gnu.org>
5634
5635         * gdbint.texinfo (Target Architecture Definition): Update
5636         description of gdbarch_register_osabi.
5637
5638 2002-12-20  Kazu Hirata  <kazu@cs.umass.edu>
5639
5640         * agentexpr.texi: Fix typos.
5641         * annotate.texi: Likewise.
5642         * fdl.texi: Likewise.
5643
5644 2002-12-10  Andrew Cagney  <cagney@redhat.com>
5645
5646         * gdbint.texinfo (Algorithms): Replace INIT_FRAME_PC with
5647         DEPRECATED_INIT_FRAME_PC.
5648
5649 2002-12-01  Andrew Cagney  <ac131313@redhat.com>
5650
5651         * gdbint.texinfo (Target Architecture Definition): Delete
5652         PC_IN_CALL_DUMMY.
5653
5654 2002-11-28  Andrew Cagney  <ac131313@redhat.com>
5655
5656         * gdbint.texinfo (Host Definition): Delete documentation on
5657         USE_GENERIC_DUMMY_FRAMES.
5658
5659 2002-11-26  Elena Zannoni  <ezannoni@redhat.com>
5660
5661         Fix PR gdb/723 and PR gdb/245.
5662         * Makefile.in (install-info): Run the install-info command as part
5663         of the post install steps only.
5664         (uninstall-info): New target.
5665         (uninstall): New target.
5666
5667 2002-11-22  Elena Zannoni  <ezannoni@redhat.com>
5668
5669         * Makefile.in (install): Make install do some real work.
5670
5671 2002-11-19  Andrew Cagney  <ac131313@redhat.com>
5672
5673         Fix POSIX problem reported by Paul Eggert.
5674         * Makefile.in (GDBvn.texi): Use `sed q' instead of `head -1'.
5675         Fix PR gdb/527.
5676
5677 2002-10-26  Andrew Cagney  <cagney@redhat.com>
5678
5679         * gdbint.texinfo (Target Architecture Definition): Delete
5680         definition of DO_REGISTERS_INFO.
5681
5682 2002-10-18  Kevin Buettner  <kevinb@redhat.com>
5683
5684         * gdbint.texinfo (Address Classes): Fix problems with insertion
5685         of ``{'' and ``}'' in example.
5686
5687 2002-10-17  Kevin Buettner  <kevinb@redhat.com>
5688
5689         * gdbint.texinfo (Address Classes): New section.
5690         (Target Conditionals): Document ADDRESS_CLASS_NAME_TO_TYPE_FLAGS,
5691         ADDRESS_CLASS_NAME_TO_TYPE_FLAGS_P, ADDRESS_CLASS_TYPE_FLAGS,
5692         ADDRESS_CLASS_TYPE_FLAGS_P, ADDRESS_CLASS_TYPE_FLAGS_TO_NAME, and
5693         ADDRESS_CLASS_TYPE_FLAGS_TO_NAME_P.
5694
5695 2002-10-11  Klee Dienes  <kdienes@apple.com>
5696
5697         * gdb.texinfo (Registers): Mention vector registers as well as
5698         floating registers in the documentation for 'info registers' and
5699         'info all-registers'.
5700
5701 2002-10-11  Daniel Jacobowitz  <drow@mvista.com>
5702
5703         * gdbint.texinfo (CPLUS_MARKER): Remove item.
5704
5705 2002-10-03  Jeff Johnston  <jjohnstn@redhat.com>
5706
5707         * gdbint.texinfo (Item Output Functions): Add new ui_out_field_fmt_int
5708         interface definition.
5709
5710 2002-10-03  Marko Mlinar   <markom@opencores.org>
5711
5712         * gdb.texinfo (Target Commands): Add or1k target specific
5713         commands.
5714         * gdb.texinfo (Contributors): Add myself to the contributors list.
5715
5716 2002-10-01  Andrew Cagney  <ac131313@redhat.com>
5717
5718         * gdb.texinfo (Mode Options): Update --interpreter option.  "mi2"
5719         and "mi1" instead of "mi1" and "mi0".
5720
5721 2002-09-29  Hans-Peter Nilsson  <hp@bitrange.com>
5722
5723         * gdb.texinfo (Packets): Fix typos "alligned".
5724         Correct z3/Z3 description.  Correct z4/Z4 title.
5725
5726 2002-09-27  Andrew Cagney  <ac131313@redhat.com>
5727
5728         * all-cfg.texi: Use @sc for GDB and GCC.  Update copyright.
5729
5730 2002-09-25  Kevin Buettner  <kevinb@redhat.com>
5731
5732         * gdb.texinfo: Use GNU/Linux instead of Linux.
5733
5734 2002-09-25  Andrew Cagney  <ac131313@redhat.com>
5735
5736         * gdb.texinfo (Packets): Replace @samp{} with ``an empty string''.
5737
5738 2002-09-24  Andrew Cagney  <ac131313@redhat.com>
5739
5740         * gdb.texinfo: Replace @example with @smallexample.
5741
5742 2002-09-20  Kevin Buettner  <kevinb@redhat.com>
5743
5744         From Eli Zaretskii  <eliz@gnu.org>:
5745         * gdb.texinfo (Character Sets): Use @smallexample instead of
5746         @example.  Use GNU/Linux instead of Linux.
5747
5748 2002-09-20  Jim Blandy  <jimb@redhat.com>
5749
5750         * gdb.texinfo: Add character set documentation.
5751
5752 2002-09-19  Andrew Cagney  <ac131313@redhat.com>
5753
5754         * gdb.texinfo (Packets): Revise `z' and `Z' packet documentation.
5755         (Packets): Add cross reference from `b' packet to `z' packets.
5756
5757 2002-09-19  Andrew Cagney  <ac131313@redhat.com>
5758
5759         * gdb.texinfo (Maintenance Commands): Document ``maint
5760         internal-error'' and ``maint internal-warning''.
5761
5762         * gdbint.texinfo (Target Architecture Definition): Revise
5763         description of STACK_ALIGN.  Add description of FRAME_ALIGN.
5764
5765 2002-09-19  Joel Brobecker  <brobecker@gnat.com>
5766
5767         * gdbint.texinfo (Target Conditionals): Document the new
5768         NAME_OF_MALLOC macro.
5769
5770 2002-09-05  Andrew Cagney  <ac131313@redhat.com>
5771
5772         * gdb.texinfo (Contributors): Mention 5.2 and 5.3 release
5773         engineer.
5774
5775 2002-09-02  Stephane Carrez  <stcarrez@nerim.fr>
5776
5777         * gdb.texinfo (TUI Overview): Document status line fields.
5778
5779 2002-09-02  Stephane Carrez  <stcarrez@nerim.fr>
5780
5781         * gdb.texinfo (TUI Commands): Document info win command.
5782
5783 2002-09-01  Stephane Carrez  <stcarrez@nerim.fr>
5784
5785         * gdb.texinfo (TUI Overview): Document breakpoint markers.
5786
5787 2002-09-01  Stephane Carrez  <stcarrez@nerim.fr>
5788
5789         * gdb.texinfo (TUI Single Key Mode): Document new SingleKey mode.
5790         (TUI Keys): Likewise.
5791
5792 2002-08-25  Andrew Cagney  <ac131313@redhat.com>
5793
5794         * gdb.texinfo (Examples): Use ``->'' for a packet send and ``<-''
5795         for a packet receive.
5796
5797 2002-08-25  Andrew Cagney  <ac131313@redhat.com>
5798
5799         * Makefile.in (clean): Move to end of file.
5800         (distclean, maintainer-clean, realclean): Ditto.
5801         (mostlyclean): Move rule to end of file.  Use GDB_TEX_TMPS,
5802         GDBINT_TEX_TMPS, STABS_TEX_TMPS.
5803         (gdb.dvi, gdb.pdf): Do not cleanup TeX temp files after texi2dvi.
5804         (gdbint.dvi, gdbint.pdf, stabs.dvi, stabs.pdf): Ditto.
5805
5806 2002-08-24  Andrew Cagney  <ac131313@redhat.com>
5807
5808         * Makefile.in (GDBINT_TEX_TMPS): Define.
5809         (gdbint.dvi, gdbint.pdf): Use
5810         (GDB_TEX_TMPS): Define.
5811         (gdb.dvi, gdb.pdf): Use.
5812         (STABS_TEX_TMPS): Define.
5813         (stabs.dvi, stabs.pdf): Use.
5814         (GDB_DOC_SOURCE_INCLUDES): New macros.
5815         (GDB_DOC_BUILD_INCLUDES, GDB_DOC_FILES): New macros.
5816         (GDBINT_DOC_FILES_INCLUDES): New macros.
5817         (GDBINT_DOC_BUILD_INCLUDES): New macros.
5818         (GDBINT_DOC_FILES, STABS_DOC_SOURCE_INCLUDES): New macros.
5819         (STABS_DOC_BUILD_INCLUDES, STABS_DOC_FILES): New macros.
5820         (SFILES_DOC, SFILES_INCLUDED, SFILES_LOCAL): Delete macros.
5821         (links2roff): Replace SFILES_INCLUDED with
5822         GDB_DOC_SOURCE_INCLUDES.
5823         (gdb.dvi, gdb_toc.html, gdb.pdf, gdb.info): Update dependencies.
5824         (gdb.me, gdb.mm, gdb.ms): Update dependencies.
5825         (gdbint.dvi, gdbint_toc.html, gdbint.pdf, gdbint.info): Update
5826         dependencies.
5827         (stabs.info, stabs_toc.html, stabs.pdf, stabs.dvi): Update
5828         dependencies.
5829         (gdbmi.texinfo): Delete rule.
5830         (inc-hist.texinfo): Delete rule.
5831         (rluser.texinfo): Delete rule.
5832
5833 2002-08-23  Andrew Cagney  <cagney@redhat.com>
5834
5835         * gdbint.texinfo (Target Architecture Definition): Update
5836         STORE_RETURN_VALUE, mention regcache.
5837
5838 2002-08-21  Andrew Cagney  <ac131313@redhat.com>
5839
5840         * gdbint.texinfo (Target Architecture Definition): Document
5841         print_registers_info.  Note that DO_REGISTERS_INFO is deprecated.
5842
5843 2002-08-19  Andrew Cagney  <ac131313@redhat.com>
5844
5845         * gdb.texinfo (Remote Protocol): Reformat.  Use cross references.
5846         Fix minor typos.  Add index entries.
5847
5848 2002-08-18  Andrew Cagney  <ac131313@redhat.com>
5849
5850         * gdb.texinfo (Data): Add ``Vector Unit'' to menu.
5851
5852 2002-08-15  Andrew Cagney  <ac131313@redhat.com>
5853
5854         * gdbint.texinfo (Target Architecture Definition): Document
5855         PRINT_VECTOR_INFO.
5856         * gdb.texinfo (Vector Unit): Document "info vectors" command.
5857
5858 2002-08-13  Andrew Cagney  <ac131313@redhat.com>
5859
5860         * gdb.texinfo (Maintenance Commands): Document "maint print
5861         registers", "maint print raw-registers" and "maint print
5862         cooked-registers".
5863
5864 2002-08-08  Grace Sainsbury  <graces@redhat.com>
5865
5866         From Mark Salter:
5867         * gdb.texinfo (Protocol): Document T packet extension to
5868         allow watchpoint address reporting.
5869
5870 2002-08-03  Andrew Cagney  <ac131313@redhat.com>
5871
5872         * gdb.texinfo (Dump/Restore Files): Move `[]' to outside of @var.
5873
5874 2002-08-01  Andrew Cagney  <cagney@redhat.com>
5875
5876         * stabs.texinfo, gdb.texinfo, gdbint.texinfo: Obsolete references
5877         to CHILL.
5878
5879 2002-08-01  Andrew Cagney  <ac131313@redhat.com>
5880
5881         * gdbint.texinfo (Coding): Revise section "Include Files".
5882
5883 2002-07-24  Andrew Cagney  <cagney@redhat.com>
5884
5885         * gdbint.texinfo: Obsolete references to m88k.
5886         * gdb.texinfo: Ditto.
5887
5888 2002-07-10  Joel Brobecker  <brobecker@gnat.com>
5889
5890         * gdbint.texinfo (Create a release candiate): Add the location
5891         where the proper version of autoconf can be retrieved.
5892
5893 2002-07-09  Don Howard  <dhoward@redhat.com>
5894
5895         * gdb.texinfo (Command Files): Further describe the behavior of
5896         sourced command files.
5897
5898 2002-06-27  Andrew Cagney  <ac131313@redhat.com>
5899
5900         * gdbint.texinfo (User Interface): ISO C rather than ISO-C.
5901         (Coding): Clarify ISO C version that GDB assumes.
5902
5903 2002-06-26  Tom Tromey  <tromey@redhat.com>
5904
5905         * gdbint.texinfo (User Interface): Mention add_setshow_cmd and
5906         add_setshow_cmd_full.
5907
5908 2002-06-25  Don Howard  <dhoward@redhat.com>
5909
5910         * gdb.texinfo (Memory Region Attributes): Document new behavior
5911         for 'mem' command.
5912
5913 2002-06-11  Jim Blandy  <jimb@redhat.com>
5914
5915         * gdb.texinfo (Symbols): Update documentation for `info source'
5916         command.
5917
5918         * gdb.texinfo (Macros): Call the command `info macro', not
5919         `show macro'.
5920
5921 2002-06-09  Andrew Cagney  <ac131313@redhat.com>
5922
5923         * gdbint.texinfo (Coding): Add section ``Per-architecture module
5924         data''.
5925
5926 2002-06-09  Mark Kettenis  <kettenis@gnu.org>
5927
5928         * gdbint.texinfo (Target Architecture Definition): Document
5929         GDB_OSABI_GO32 and GDB_OSABI_NETWARE.
5930
5931 2002-06-08  Andrew Cagney  <ac131313@redhat.com>
5932
5933         * gdbint.texinfo (Releasing GDB): Fix typos in @itemize @bullet
5934         lists.
5935
5936 2002-06-08  Andrew Cagney  <ac131313@redhat.com>
5937
5938         * gdbint.texinfo (Releasing GDB): Revise the section ``Cut the
5939         Branch''.
5940
5941 2002-06-01  Andrew Cagney  <ac131313@redhat.com>
5942
5943         * gdbint.texinfo (Target Architecture Definition): Add section
5944         ``Converting an existing Target Architecture to Multi-arch''.
5945
5946 2002-05-30  Andrew Cagney  <ac131313@redhat.com>
5947
5948         * gdbint.texinfo (Releasing GDB): Rename ``Obsoleting any code''
5949         to ``Obsoleting code''.  Revise.
5950
5951 2002-05-17  Jim Blandy  <jimb@redhat.com>
5952
5953         * gdb.texinfo (C Preprocessor Macros): New chapter.
5954         Include it in the main menu.
5955         (Contributors): Credit Jim Blandy with macro support.
5956         (Compilation): Explain how to get macro information into the
5957         executable.
5958         (Expressions): Note that preprocessor macros are expanded.
5959
5960 2002-05-14  Daniel Jacobowitz  <drow@mvista.com>
5961
5962         * gdb.texinfo (Debug Session): Document new `udp:' and `tcp:'
5963         options for `target remote'.
5964
5965 2002-05-13  Andrew Cagney  <ac131313@redhat.com>
5966
5967         * gdbint.texinfo (Target Architecture Definition): Delete
5968         documentation on NNPC_REGNUM.
5969
5970 2002-05-11  Andrew Cagney  <ac131313@redhat.com>
5971
5972         * gdbint.texinfo (Target Architecture Definition): Document
5973         REGISTER_TO_VALUE and VALUE_TO_REGISTER and CONVERT_REGISTER_P.
5974         (Target Architecture Definition): Revise section `Using Different
5975         Register and Memory Data Representations'.  Add section `Raw and
5976         Virtual Register Representations'.
5977
5978 2002-05-11  Andrew Cagney  <ac131313@redhat.com>
5979
5980         * gdbint.texinfo (Target Architecture Definition): Mention
5981         defaults for REGISTER_VIRTUAL_SIZE and REGISTER_RAW_SIZE.
5982         (Target Architecture Definition): Mention same.  Add references to
5983         web pages.
5984
5985 2002-05-08  Michael Snyder  <msnyder@redhat.com>
5986
5987         * stabs.texinfo (Attributes): Document new "vector" attribute.
5988
5989 2002-05-04  Andrew Cagney  <ac131313@redhat.com>
5990
5991         * gdbint.texinfo (Releasing GDB): Revise `Create a Release'.
5992
5993 2002-05-04  Andrew Cagney  <ac131313@redhat.com>
5994
5995         * gdb.texinfo: Delete obsolete references to a29k.
5996
5997 2002-04-24  Andrew Cagney  <ac131313@redhat.com>
5998
5999         * gdbint.texinfo (Target Architecture Definition): Replace
6000         IN_SIGTRAMP with PC_IN_SIGTRAMP.
6001
6002 2002-04-24  David S. Miller  <davem@redhat.com>
6003
6004         * gdbint.texinfo (REGISTER_IN_WINDOW): Delete definition.
6005
6006 2002-04-21  David S. Miller  <davem@redhat.com>
6007
6008         * gdbint.texinfo (SKIP_PROLOGUE_FRAMELESS_P): Delete definition.
6009
6010 2002-04-21  Andrew Cagney  <ac131313@redhat.com>
6011
6012         * gdbint.texinfo (Target Architecture Definition): Delete
6013         definition of HAVE_REGISTER_WINDOWS.
6014
6015 2002-04-19  Eli Zaretskii  <eliz@gnu.org>
6016
6017         * gdbint.texinfo (Releasing GDB, Coding): Fix typos.  Reported by
6018         "Theodore A. Roth" <troth@verinet.com>.
6019
6020 2002-04-15  Don Howard  <dhoward@redhat.com>
6021
6022         From Eli Zaretskii <eliz@gnu.org>
6023         * gdb.texinfo (show max-user-call-depth): Correct formatting.
6024         Provide a better explaination of this feature.
6025
6026 2002-04-14  Andrew Cagney  <ac131313@redhat.com>
6027
6028         * gdbint.texinfo (Target Architecture Definition): Remove
6029         FRAME_CHAIN_COMBINE.
6030
6031 2002-04-12  Michael Chastain  <mec@shout.net>
6032
6033         * gdbint.texinfo (Obsolete Conditionals): Remove reference to
6034         REG_STACK_SEGMENT.
6035
6036 2002-04-09  Michael Chastain  <mec@shout.net>
6037
6038         * gdbint.texinfo (Obsolete Conditionals): Remove references to
6039         PYRAMID_* macros.
6040
6041 2002-04-07  Andrew Cagney  <ac131313@redhat.com>
6042
6043         * gdb.texinfo (Bug Reporting): Document that the web is the
6044         prefered way of submitting bug reports.
6045         (Bug Reporting): Delete the s-mail address as the last resort.
6046
6047 2002-04-05  Andrew Cagney  <ac131313@redhat.com>
6048
6049         * gdbint.texinfo (Target Architecture Definition): Delete
6050         references to TARGET_WRITE_FP and write_fp.
6051
6052 2002-03-27  Michael Snyder  <msnyder@redhat.com>
6053
6054         * gdb.texinfo: Document new commands dump, append, and restore.
6055
6056 2002-03-27  Andrew Cagney  <ac131313@redhat.com>
6057
6058         * gdbint.texinfo (Releasing GDB): Revise the section `Before the
6059         Branch'.
6060
6061 2002-03-18  Andrew Cagney  <ac131313@redhat.com>
6062
6063         * gdb.texinfo: Change all examples to @smallexample.
6064         * gdbint.texinfo: Ditto.
6065
6066 2002-03-18  Andrew Cagney  <ac131313@redhat.com>
6067
6068         * gdbint.texinfo (Releasing GDB): Add section ``Versions and
6069         Branches''.
6070
6071 2002-03-18  Andrew Cagney  <ac131313@redhat.com>
6072
6073         * gdbint.texinfo (Releasing GDB): Add the section``Branch Commit
6074         Policy''.
6075
6076 2002-03-04  Fred Fish  <fnf@redhat.com>
6077
6078         * gdbint.texinfo: Fix a bunch of typos (alsways, mirrorred,
6079         expresson, suports, dependant, trhe, perhaphs, situtations,
6080         explictily, taged, oportunity, unfortunatly).
6081
6082 2002-02-24  Andrew Cagney  <ac131313@redhat.com>
6083
6084         * Makefile.in (gdb.info): Add explicit path to gdb.texinfo.
6085         Remove reference to 3.12.
6086
6087 2002-02-23  Andrew Cagney  <ac131313@redhat.com>
6088
6089         * gdbint.texinfo: Include fdl.texi.
6090         (Top): Add GNU Free Documentation License.
6091         * Makefile.in (SFILES_INCLUDED): Add gpl.texi.
6092         (gdbint.dvi, gdbint.pdf, gdbint.info): Add dependency on fdl.texi.
6093         (gdbint_toc.html): Add dependency on gdb-cfg.texi and fdl.texi.
6094         (gdbint.info): Add srcdir to include path.
6095         * gdb.texinfo: Include gpl.texi.
6096         (Top): Add Copying.
6097         * gpl.texi: New file.
6098
6099 2002-02-23  Andrew Cagney  <ac131313@redhat.com>
6100
6101         * gdbint.texinfo (Debugging GDB): Remove references to cygnus.com.
6102
6103 2002-02-19  Pierre Muller  <muller@ics.u-strasbg.fr>
6104
6105         * gdb.texinfo: Document Cygwin native specific commands.
6106
6107 2002-02-15  Daniel Jacobowitz  <drow@mvista.com>
6108
6109         * gdb.texinfo: Document gdbserver ``--attach'' command.
6110
6111 2002-02-07  Michael Snyder  <msnyder@redhat.com>
6112
6113         * gdb.texinfo (overlays): Change @var(_ovly_debug_event)
6114         to @code(_ovly_debug_event).
6115
6116 2002-02-07  Andrew Cagney  <ac131313@redhat.com>
6117
6118         * gdb.texinfo (How Overlays Work): Shrink the overlay diagram.
6119
6120 2002-02-06  Michael Snyder  <msnyder@redhat.com>
6121
6122         * gdb.texinfo (overlays): Mention new magic symbol
6123         '_ovly_debug_event', which allows GDB to keep better track
6124         of overlays.
6125
6126 2002-02-03  Eli Zaretskii  <eliz@gnu.org>
6127
6128         * gdb.texinfo (Memory Region Attributes): Fix the wording.
6129         Suggested by Dmitry Sivachenko.
6130
6131         * (<many nodes>): Fix the spelling and punctuation of "i.e.".
6132
6133 2002-02-01  Michael Snyder  <msnyder@redhat.com>
6134
6135         * gdb.texinfo (set trust-readonly): Change value{gdbn} to value{GDBN}.
6136
6137 2002-01-30  Michael Snyder  <msnyder@redhat.com>
6138
6139         * gdb.texinfo: (remote protocol): Gramatical fix-up.
6140         (set trust-readonly-sections): Document.
6141
6142 2002-01-29  Andrew Cagney  <ac131313@redhat.com>
6143
6144         * gdbint.texinfo (Releasing GDB): Revise and update.
6145
6146 2002-01-28  Andrew Cagney  <ac131313@redhat.com>
6147
6148         * gdbint.texinfo (Target Architecture Definition): Delete
6149         description of TARGET_BYTE_ORDER_DEFAULT.
6150
6151 2002-01-27  Eli Zaretskii  <eliz@gnu.org>
6152
6153         * gdb.texinfo: Fix typos and markup.  From Dmitry Sivachenko
6154         <mitya@cavia.pp.ru>.
6155
6156 2002-01-23  Andrew Cagney  <ac131313@redhat.com>
6157
6158         * libgdb.texinfo: Delete file.
6159
6160 2002-01-22  Andrew Cagney  <ac131313@redhat.com>
6161
6162         * gdb.texinfo: Remove makeinfo 3.12 hacks.
6163         * gdbint.texinfo: Ditto.
6164
6165 Tue Jan 22 11:57:38 2002  Andrew Cagney  <cagney@redhat.com>
6166
6167         * gdb.texinfo: Fix typo ``Remove' -> ``Remote''.
6168
6169 2002-01-22  Andrew Cagney  <ac131313@redhat.com>
6170
6171         * Makefile.in: Update copyright.
6172         (TEXI2DVI): Define.
6173         (gdb.dvi, gdb.pdf, stabs.dvi, stabs.pdf): Use TEXI2DVI.
6174         (gdbint.dvi, gdbint.pdf): Use TEXI2DVI.  Add dependency on
6175         gdb-cfg.texi.
6176         (TEXINDEX, PDFTEX): Delete makefile variables.
6177
6178 2002-01-22  Andrew Cagney  <ac131313@redhat.com>
6179
6180         * gdb.texinfo (Protocol): Move section to appendix.
6181
6182 2002-01-21  Andrew Cagney  <ac131313@redhat.com>
6183
6184         * gdb.texinfo (Remote Debugging): Create a menu.
6185         (Top): Add ``Remote Debugging'' to menu.
6186
6187 2002-01-21  Andrew Cagney  <ac131313@redhat.com>
6188
6189         * gdb.texinfo (Remote): Move the sub-section ``The GDB remote
6190         serial protocol'' from here.
6191         (Remote Debugging): To here.  New chapter.
6192
6193 2002-01-20  Andrew Cagney  <ac131313@redhat.com>
6194
6195         * gdbint.texinfo (Target Architecture Definition): Delete
6196         description of TARGET_BYTE_ORDER_SELECTABLE_P.
6197
6198 2002-01-20  Andrew Cagney  <ac131313@redhat.com>
6199
6200         * gdbint.texinfo (Host Definition): Revise.  xm-xyz.h and xyz.mh
6201         are no longer needed.
6202         (Porting GDB): Add maintainer note about configure.host.
6203
6204 2002-01-20  Andrew Cagney  <ac131313@redhat.com>
6205
6206         * gdbint.texinfo (Target Architecture Definition): Remove
6207         definition of IEEE_FLOAT.
6208
6209 2002-01-20  Eli Zaretskii  <eliz@gnu.org>
6210
6211         * gdb.texinfo: Beautify copyright years; fix a typo.
6212         (DJGPP Native): Fix overfull hboxes in examples.  From Brian Youmans
6213         <3diff@gnu.org>
6214
6215 2002-01-19  Andrew Cagney  <ac131313@redhat.com>
6216
6217         * gdbint.texinfo (Host Definition): Remove references to
6218         MALLOC_INCOMPATIBLE.
6219
6220 2002-01-17  Andrew Cagney  <ac131313@redhat.com>
6221
6222         * gdbint.texinfo (Host Definition): Remove references to XDEPFILES
6223         and xyz-xdep.o.
6224
6225 2002-01-17  Andrew Cagney  <ac131313@redhat.com>
6226
6227         * gdb.texinfo (Maintenance Commands): Add appendix.
6228         (Set Breaks): Copy ``maint info breakpoint'' doco to
6229         ``Maintenance Commands'' appendix.  Add reference.
6230
6231 2002-01-17  Andrew Cagney  <ac131313@redhat.com>
6232
6233         * fdl.texi: Remove next/prev from @node.
6234
6235 2002-01-17  Eli Zaretskii  <eliz@gnu.org>
6236
6237         * gdb.texinfo: @include fdl.texi.  Fixes for overfull hboxes and
6238         for monstrous @multitable (from Brian Youmans).
6239
6240         * fdl.texi: New file.
6241
6242         * Makefile.in (SFILES_INCLUDED): Add fdl.texi.
6243
6244 2002-01-15  Andrew Cagney  <ac131313@redhat.com>
6245
6246         * gdbint.texinfo (Releasing GDB): New chapter.
6247
6248 2002-01-14  Andrew Cagney  <ac131313@redhat.com>
6249
6250         * gdb.texinfo (Embedded Processors, Calling program functions):
6251         Obsolete references to a29k.
6252
6253 2002-01-13  Andrew Cagney  <ac131313@redhat.com>
6254
6255         * gdbint.texinfo (Coding): Review Cleanups section.  Examples
6256         examples.  Document that a code-block should do or discard its
6257         cleanups before exit.
6258
6259 2002-01-11  Michael Snyder  <msnyder@redhat.com>
6260
6261         * gdb.texinfo (Choosing files): Change @samp to @file.
6262
6263 2002-01-05  Michael Snyder  <msnyder@redhat.com>
6264
6265         * gdb.texinfo (--pid): Document new command line option (attach).
6266
6267 2002-01-07  Eli Zaretskii  <eliz@gnu.org>
6268
6269         * gdb.texinfo (Tracepoints): Clarify that tracepoints need support
6270         in the stub.
6271
6272 2002-01-04  Andrew Cagney  <ac131313@redhat.com>
6273
6274         * gdbint.texinfo (Target Architecture Definition): Replace
6275         BIG_ENDIAN with BFD_ENDIAN_BIG.
6276
6277 2002-01-03  Andrew Cagney  <ac131313@redhat.com>
6278
6279         * gdbint.texinfo (Target Architecture Definition): Replace
6280         value_ptr with struct value pointer.
6281
6282 2002-01-02  Eli Zaretskii  <eliz@gnu.org>
6283
6284         * gdb.texinfo (Free Software): Fix wording.
6285
6286 2001-12-31  Eli Zaretskii  <eliz@gnu.org>
6287
6288         * gdb.texinfo (Free Software): New section ``Free Software Needs
6289         Free Documentation''.
6290
6291 2001-12-30  Eli Zaretskii  <eliz@gnu.org>
6292
6293         * stabs.texinfo:
6294         * gdb.texinfo:
6295         * gdbint.texinfo:
6296         * libgdb.texinfo:
6297         * annotate.texi: Fix the application of GFDL in the Copyright notice.
6298
6299 2001-12-29  Michael Snyder  <msnyder@redhat.com>
6300
6301         * gdb.texinfo (maint info sections): Fix typo.
6302
6303 2001-12-26  Michael Snyder  <msnyder@redhat.com>
6304
6305         * gdb.texinfo (maint info sections): Document.
6306
6307         * gdb.texinfo (info proc): Comment out documentation for
6308         'info proc' sub-options that are currently not implemented.
6309
6310 2001-12-20  Jim Blandy  <jimb@redhat.com>
6311
6312         * gdbint.texinfo (TARGET_CHAR_SIGNED): Document.
6313
6314 2001-12-15  Andrew Cagney  <ac131313@redhat.com>
6315
6316         * gdbint.texinfo (Target Architecture Definition): Replace
6317         LITTLE_ENDIAN with BFD_ENDIAN_LITTLE.
6318
6319 2001-12-01  Andrew Cagney  <ac131313@redhat.com>
6320
6321         * gdbint.texinfo (Host Definition): Delete documentation on
6322         HOST_BYTE_ORDER.
6323
6324 2001-11-30  Jim Blandy  <jimb@redhat.com>
6325
6326         * gdb.texinfo (Overlays): New chapter, documenting GDB's
6327         overlay support.  Add to top-level menu.
6328
6329 2001-11-26  Tom Tromey  <tromey@redhat.com>
6330
6331         * gdb.texinfo (Command Syntax): Document C-o binding.
6332
6333 2001-07-26  Christopher Faylor  <cgf@redhat.com>
6334
6335         * gdb.texinfo (Options): Eliminate attempt to explain .gdbinit/gdb.ini
6336         use since it is described in the referenced section.
6337
6338         From Eli Zaretskii <eliz@gnu.org>
6339         * gdb.texinfo (Command Files): Reword to make gdb.ini requirement
6340         clearer when using DJGPP.
6341
6342 2001-11-24  Christopher Faylor  <cgf@redhat.com>
6343
6344         * gdb.texinfo (File Options): Change description of -nx and gdb.ini to
6345         specifically refer to MS-DOS.
6346         (command files): Mention gdb.ini is only used on MS-DOS.
6347
6348 2001-11-21  Tom Tromey  <tromey@redhat.com>
6349
6350         * gdb.texinfo (Invoking GDB): Document --args.
6351         (Mode Options): Likewise.
6352
6353 2001-11-21  Jim Blandy  <jimb@redhat.com>
6354
6355         * gdbint.texinfo (TARGET_RANGE_PROFITABLE_FOR_HW_WATCHPOINT):
6356         Delete documentation; this macro has been removed from the
6357         sources.
6358
6359 2001-11-13  Jim Blandy  <jimb@redhat.com>
6360
6361         * gdbint.texinfo (COERCE_FLOAT_TO_DOUBLE): Clarify.
6362
6363 2001-11-06  Corinna Vinschen  <vinschen@redhat.com>
6364
6365         * gdb.texinfo (gdbarch_in_function_epilogue_p): Add documentation.
6366
6367 2001-11-05  Michael Snyder  <msnyder@redhat.com>
6368
6369         * gdb.texinfo (info functions): Document use of backslash to
6370         quote regexp chars in function names such as "operator*()".
6371
6372 2001-11-01  Fred Fish  <fnf@redhat.com>
6373
6374         * gdbint.texinfo (SOLIB_ADD): Document additional new
6375         "readsyms" arg.
6376
6377 2001-10-30  Don Howard  <dhoward@redhat.com>
6378
6379         * gdb.texinfo: (Command Files) Added documentation for the
6380         behavior of gdb with input redirected from a file.
6381
6382 2001-10-28  Fred Fish  <fnf@redhat.com>
6383
6384         * gdb.texinfo (auto-solib-add): Change docs to match
6385         implementation change.
6386         (auto-solib-limit): Add docs for new variable.
6387
6388 2001-10-15  Andrew Cagney  <ac131313@redhat.com>
6389
6390         * gdbint.texinfo (Target Architecture Definition): Function
6391         value_as_pointer renamed to value_as_address.
6392
6393 2001-10-15  Andrew Cagney  <ac131313@redhat.com>
6394
6395         * gdbint.texinfo (Target Architecture Definition): Default
6396         POINTER_TO_ADDRESS functions assume unsigned addresses.
6397         (INTEGER_TO_ADDRESS): Document.  Derive pragmatics section from a
6398         posting by Jim Blandy.
6399
6400 2001-10-12  Jim Blandy  <jimb@redhat.com>
6401
6402         * Makefile.in (MAKEHTMLFLAGS): Remove -glossary; the most recent
6403         version of texi2html (1.64) doesn't support this flag any more.
6404
6405 2001-09-08  Mark Kettenis  <kettenis@gnu.org>
6406
6407         * gdbint.texinfo (Host Definition): Remove description of
6408         MEM_FNS_DECLARED.
6409
6410         * gdbint.texinfo (Host Definition): Remove description of R_OK.
6411
6412         * gdbint.texinfo (Host Definition): Remove description of
6413         HAVE_SIGSETMASK.
6414
6415 2001-09-04  Elena Zannoni  <ezannoni@redhat.com>
6416
6417         * gdbint.texinfo (Target Architecture Definition): Add
6418         explanation of TARGET_PRINT_INSN macro.
6419
6420 2001-08-30  Jim Blandy  <jimb@redhat.com>
6421
6422         * gdb.texinfo (`add-symbol-file'): Correct synopsis.
6423         Explain what it means to load relocatable files.
6424
6425 2001-08-28  Jim Blandy  <jimb@redhat.com>
6426
6427         * gdbint.texinfo: Bring the HTML `top' menu into sync with the
6428         info `top' menu.
6429
6430 Wed Aug 15 10:47:28 2001  Christopher Faylor <cgf@cygnus.com>
6431
6432         * gdbint.texinfo: Add a cautionary note about macro use.
6433
6434 2001-08-02  Corinna Vinschen  <vinschen@redhat.com>
6435
6436         * gdb.texinfo: Explain omitting the hostname in the
6437         `target remote' command.
6438
6439 2001-07-30  Daniel Jacobowitz  <drow@mvista.com>
6440
6441         * gdbint.texinfo: Remove extraneous START-INFO-DIR-ENTRY
6442         and END-INFO-DIR-ENTRY.
6443
6444 2001-07-28  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
6445
6446         * gdb.texinfo (TUI Configuration): Rename tui configuration variables.
6447
6448 2001-07-25  Andrew Cagney  <ac131313@redhat.com>
6449
6450         * gdbint.texinfo (libgdb): Rewrite.
6451
6452 2001-07-26  Eli Zaretskii  <eliz@gnu.org>
6453
6454         * Makefile.in (gdbgui.dvi, gdb-gui, gdbgui.info): Targets deleted.
6455
6456 2001-07-24  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
6457
6458         * gdb.texinfo (TUI): New chapter, document the TUI.
6459         (Mode Options): Document the -tui option.
6460
6461 2001-07-23  Mark Kettenis  <kettenis@gnu.org>
6462
6463         * gdbint.texinfo (Host Definition): Remove description of
6464         NEED_POSIX_SETPGID.
6465
6466 2001-07-23  Eli Zaretskii  <eliz@gnu.org>
6467
6468         * gdb.tex (DJGPP Native): New node, with descriptions of
6469         DJGPP-specific commands.
6470
6471 2001-07-19  John R. Moore  <jmoore@redhat.com>
6472
6473         * gdbint.texinfo: Three misspellings.
6474
6475 2001-07-06  Andrew Cagney  <ac131313@redhat.com>
6476
6477         * Makefile.in (refcard.dvi): Rewrite to avoid problems with empty
6478         `test` expressions on bash.  Problem reported by Colin Walters.
6479
6480 2001-07-04  Andrew Cagney  <ac131313@redhat.com>
6481
6482         * gdbint.texinfo (User Interface): Update ui-out documentation to
6483         refelect recent UI/MI updates.
6484
6485 2001-07-04  Andrew Cagney  <ac131313@redhat.com>
6486
6487         * gdb.texinfo (Mode Options): Mention the mi0 and mi1
6488         interpreters.
6489
6490 2001-06-15  Andrew Cagney  <ac131313@redhat.com>
6491
6492         * gdbint.texinfo (Target Architecture Definition): GDBARCH is a C
6493         structure and not macros.
6494         (Host Definition): Document that much of this chapter is obsolete.
6495         (Target Architecture Definition): Update list of files that make
6496         up a target architecture.
6497         (Coding): Update.
6498
6499 2001-06-28  Andrew Cagney  <ac131313@redhat.com>
6500
6501         * gdbint.texinfo (Target Architecture Definition): Update
6502         EXTRACT_STRUCT_VALUE_ADDRESS and EXTRACT_STRUCT_VALUE_ADDRESS_P.
6503         The latter has been changed to a true predicate.
6504
6505 2001-06-17  Eli Zaretskii  <eliz@gnu.org>
6506
6507         * annotate.texi: Add @noindent where needed.  From Dmitry
6508         Sivachenko <dima@Chg.RU>.
6509         * gdb.texinfo: Indexing fix.  From Dmitry Sivachenko.
6510
6511 2001-06-16  Andrew Cagney  <ac131313@redhat.com>
6512
6513         * gdb.texinfo (Protocol): Fix typo.  Extra parenthesis.
6514
6515 2001-06-14  Andrew Cagney  <ac131313@redhat.com>
6516
6517         * gdb.texinfo (Remote Protocol): Document that the ``!'' packet
6518         returns ``OK''.  Document that the ``R'' packet does not reply.
6519
6520 2001-06-13  Michael Snyder  <msnyder@redhat.com>
6521
6522         * gdb.texinfo (Protocol): Add doc for new packet "qSymbol:".
6523
6524 2001-06-13  Eli Zaretskii  <eliz@gnu.org>
6525
6526         * gdb.texinfo (Signals): Clarify the default setting of signal
6527         handling.
6528
6529 2001-05-14  Andrew Cagney  <ac131313@redhat.com>
6530
6531         * gdbint.texinfo (CLEAR_DEFERRED_STORES): Delete stray @item
6532         (FRAME_ARGS_ADDRESS_CORRECT): Ditto.
6533
6534 2001-05-12  Andrew Cagney  <ac131313@redhat.com>
6535
6536         * Makefile.in (GDBvn.texi): Set GDBVN from ../version.in.
6537
6538 2001-05-10  Eli Zaretskii  <eliz@gnu.org>
6539
6540         * gdbint.texinfo (Clean Design and Portable Implementation):
6541         Renamed from "Clean Design".
6542         (Clean Design and Portable Implementation): Document portable
6543         methods of handling file names, and the associated macros.
6544
6545 2001-04-02  Eli Zaretskii  <eliz@gnu.org>
6546
6547         * gdb.texinfo (Tracepoint Actions): Mention the "info scope"
6548         command and provide a cross-reference to its description.
6549         (Symbols): Note that "info scope" is useful for trace experiments.
6550
6551 2001-04-01  Eli Zaretskii  <eliz@gnu.org>
6552
6553         * gdb.texinfo (Symbols): Document "info scope".
6554         (Tracepoints): New chapter.
6555         (Contributors): Update for v5.1.
6556         <All nodes>: Change "C++" to "C@t{++}".
6557
6558         * gdbint.texinfo (User Interface): A new section about ui_out
6559         functions, based on text written by Fernando Nasser.
6560
6561         * stabs.texinfo: Change Permissions to GFDL.  Update Copyright.
6562
6563 2001-03-26  Eli Zaretskii  <eliz@gnu.org>
6564
6565         * gdb.texinfo: Change Permissions to GFDL.  Update Copyright.
6566
6567         * gdbint.texinfo: Change Permissions to GFDL.  Update Copyright.
6568
6569         * gdbgui.texinfo: Change Permissions to GFDL.  Update Copyright.
6570         Replace "GDB" with "@value{GDBN}".  Fix markup.
6571
6572         * annotate.texi: Change Permissions to GFDL.  Update Copyright.
6573
6574         * gdb.texinfo (Output Formats): Mention "info symbol" and provide
6575         a cross-reference to its description.
6576         (Symbols): Document "info symbol".
6577
6578 2001-03-21  Eli Zaretskii  <eliz@gnu.org>
6579
6580         * gdbint.texinfo (Algorithms): New section "Watchpoints" and new
6581         subsection "x86 Watchpoints".
6582         (Target Architecture Definition): Document the macros
6583         I386_USE_GENERIC_WATCHPOINTS and TARGET_HAS_HARDWARE_WATCHPOINTS.
6584         (Native Debugging): Document I386_USE_GENERIC_WATCHPOINTS.
6585
6586 2001-03-20  Andrew Cagney  <ac131313@redhat.com>
6587
6588         * gdbint.texinfo (Target Architecture Definition): Update
6589         definition of SOFTWARE_SINGLE_STEP_P to include empty parameter
6590         list.
6591
6592 2001-03-06  Kevin Buettner  <kevinb@redhat.com>
6593
6594         * Makefile.in, all-cfg.texi, annotate.texi, gdb.texinfo,
6595         gdbint.texinfo, refcard.tex: Update/correct copyright notices.
6596
6597 2001-02-21  Eli Zaretskii  <eliz@gnu.org>
6598
6599         * gdb.texinfo (Signals): Document "ignore", "noignore", and "all".
6600
6601 2001-02-11  Eli Zaretskii  <eliz@gnu.org>
6602
6603         * gdb.texinfo (Environment): Document that `path' does not change
6604         the value of PATH in GDB's own environment (it did in the past,
6605         but that was changed on March 15, 1994).  Reported by Doug Evans
6606         <dje@transmeta.com>.
6607
6608         * gdbint.texinfo: Fix up @itemize lists so that @item is alone on
6609         its line.  Fix markup of commands and macros.  Add an Index node
6610         and index entries.
6611
6612 2001-01-23  J.T. Conklin  <jtc@redback.com>
6613
6614         * gdb.texinfo (Memory region attributes): New manual section.
6615
6616 2001-01-04  Nicholas Duffek  <nsd@redhat.com>
6617
6618         * gdbint.texinfo (POP_FRAME): Document use by return_command.
6619
6620 2000-12-25  Eli Zaretskii  <eliz@gnu.org>
6621
6622         * refcard.tex: Version and copyright fixed.  From Phil Edwards
6623         <pedwards@disaster.jaj.com>.
6624
6625 Thu Nov 30 16:57:19 2000  Andrew Cagney  <cagney@b1.cygnus.com>
6626
6627         * gdbint.texinfo (ECOFF_REG_TO_REGNUM, DWARF_REG_TO_REGNUM,
6628         DWARF2_REG_TO_REGNUM): Document.
6629
6630 Mon Nov 20 21:29:35 2000  Andrew Cagney  <cagney@b1.cygnus.com>
6631
6632         * gdbint.texinfo (Coding): Update current value of
6633         --enable-build-warnings.  Mention --enable-gdb-build-warnings.
6634
6635 2000-11-19  Eli Zaretskii  <eliz@gnu.org>
6636
6637         * gdb.texinfo (Continuing and Stepping):  Fixed markup and typos,
6638         as suggested by Dmitry Sivachenko <dima@Chg.RU>.
6639
6640 2000-11-10  Christopher Faylor <cgf@cygnus.com>
6641
6642         * gdb.texinfo: Document new 'set step-mode' command.
6643
6644 2000-10-16  Eli Zaretskii  <eliz@gnu.org>
6645
6646         * gdb.texinfo (Contributors, MIPS Embedded): Minor spelling
6647         changes from Dmitry Sivachenko <dima@Chg.RU>.
6648
6649 2000-09-26  Eli Zaretskii  <eliz@gnu.org>
6650
6651         * gdb.texinfo (Hooks): Document the new post-hook functionality.
6652         From Steven Johnson <sbjohnson@ozemail.com.au>.
6653
6654 2000-08-10  Mark Kettenis  <kettenis@gnu.org>
6655
6656         * gdbint.texinfo (Overall Structure): Spelling fix.
6657
6658 2000-08-10  Eli Zaretskii  <eliz@gnu.org>
6659
6660         * gdbint.texinfo (Target Architecture Definition): Document that
6661         REGISTER_CONVERT_TO_VIRTUAL should only be called on a register
6662         for which REGISTER_CONVERTIBLE returns a zero value.
6663
6664 2000-07-08  Christopher Faylor <cgf@cygnus.com>
6665
6666         * Makefile.in (install-info): Find files to install in either the
6667         build or source directories (adapted from Makefile.am).
6668
6669 2000-07-07  Nicholas Duffek  <nsd@redhat.com>
6670
6671         * stabs.texinfo: Fix spelling errors.
6672         (String Field): FILE-NUMBER starts from 0, not 1.
6673
6674 2000-07-05  Eli Zaretskii <eliz@gnu.org>
6675
6676         * refcard.tex: Remove \centerline from the blurb.  Patch from
6677         Brian Youmans.
6678
6679 2000-06-25  Eli Zaretskii <eliz@gnu.org>
6680
6681         * Makefile.in (install-info): Support installation from outside of
6682         the source directory.  Reported by Mark Harig
6683         <markh@frazier.landmark.com>.
6684
6685 2000-06-20  J.T. Conklin  <jtc@redback.com>
6686
6687         * gdb.texinfo: Fix typo, $bpnum is set to last breakpoint number.
6688
6689 Fri May 26 15:55:33 2000  Andrew Cagney  <cagney@b1.cygnus.com>
6690
6691         * Makefile.in (pdf, gdbint.pdf, gdb.pdf, stabs.pdf): New targets.
6692         Generate using pdftex.
6693         (PDFTEX): Define.
6694         (STAGESTUFF, maintainer-clean realclean): Add *.pdf.
6695         (gdb.texinfo, gdbint.texinfo, stabs.texinfo): When TeX insert the
6696         @contents at the start.
6697
6698 2000-05-24  Eli Zaretskii  <eliz@gnu.org>
6699
6700         * gdb.texinfo: Remove duplicate @syncodeindex.  From Brian
6701         Youmans.
6702
6703 Wed May 24 21:27:58 2000  Andrew Cagney  <cagney@b1.cygnus.com>
6704
6705         From Brian Youmans:
6706         * gdb.texinfo: Fix ``et al.''.
6707
6708 Tue May 23 22:57:41 2000  Andrew Cagney  <cagney@b1.cygnus.com>
6709
6710         * Makefile.in (refcard.dvi): Remove quotes around REFEDITS in for
6711         loop.
6712
6713 2000-05-19  Jimmy Guo  <guo@cup.hp.com>
6714
6715         * configure: Regenerate.
6716
6717 2000-05-17  Eli Zaretskii  <eliz@gnu.org>
6718
6719         * Makefile.in (install-info): Run install-info on installed Info
6720         files.
6721
6722 Fri May 12 20:18:04 2000  Andrew Cagney  <cagney@b1.cygnus.com>
6723
6724         * gdb.texinfo: Add Stan Shebs, et.al. as authors.  Mention
6725         Andrew Cagney.
6726
6727 2000-05-09  Eli Zaretskii  <eliz@gnu.org>
6728
6729         * gdb.texinfo: Proofreading changes from Brian Youmans.
6730
6731 2000-05-01  Nick Duffek  <nsd@cygnus.com>
6732
6733         * gdb.texinfo (Command Files): Mention -x, use @enumerate for
6734         startup sequence, minor edits.
6735
6736 2000-05-01  Eli Zaretskii  <eliz@gnu.org>
6737
6738         * annotate.texi: Remove "@syncodeindex fn cp", it causes grief in
6739         TeX.
6740
6741         * gdb.texinfo: Add "@syncodeindex fn cp".  Convert all entries
6742         "@kindex f" into "@kindex f (foo)", otherwise we get index entries
6743         like `n' and `s' which look weird.  Convert some of the @kindex to
6744         @vindex, when they refer to variables, not commands.
6745
6746 Sat Apr 29 17:01:04 2000  Andrew Cagney  <cagney@b1.cygnus.com>
6747
6748         * gdbint.texinfo (Hints): Do not use @value{GDBN in @nodes.
6749
6750 2000-04-23  Eli Zaretskii  <eliz@gnu.org>
6751
6752         * Makefile.in (GDBMI_DIR): New variable.
6753         (SET_TEXINPUTS): Add $(GDBMI_DIR).
6754         (SFILES_DOC): Add $(GDBMI_DIR)/gdbmi.texinfo.
6755         (gdbmi.texinfo): New target, for texi2roff.
6756         (gdb.me, gdb.ms, gdb.mm): Depend on gdbmi.texinfo.
6757         (gdb.info, gdb_toc.html): Add "-I ${GDBMI_DIR}".
6758
6759         * gdb.texinfo (Top): Add GDB/MI to the main menu and @include
6760         gdbmi.texinfo.
6761         (Mode Options): Add xref to GDB/MI docs and remove a FIXME
6762         comment.
6763
6764 2000-04-17  Elena Zannoni  <ezannoni@kwikemart.cygnus.com>
6765
6766         * gdb.texinfo (Files): Update description of add-symbol-file
6767         command.
6768
6769 2000-04-17  Eli Zaretskii  <eliz@gnu.org>
6770
6771         * gdb.texinfo (Porting GDB): Don't use @value in the node name, it
6772         prevents the build (and is generally a Bad Idea).
6773
6774 2000-04-17  Eli Zaretskii  <eliz@gnu.org>
6775
6776         * gdb.texinfo (Protocol): Prevent makeinfo from complaining about
6777         a comma inside @var.
6778         (Command Files): Index markup changes from Dmitry Sivachenko
6779         <dima@Chg.RU>.
6780
6781 2000-04-16  Eli Zaretskii  <eliz@gnu.org>
6782
6783         * Makefile.in (LN_S): Define.
6784         (gdb-cfg.texi, gdb.dvi, links2roff, inc-hist.texinfo): Don't
6785         invoke "ln -s" unless it is known to work.
6786
6787         * configure.in (AC_PROG_LN_S): Add.
6788
6789 2000-04-14  Jim Blandy  <jimb@redhat.com>
6790
6791         * gdbint.texinfo (Pointers Are Not Always Addresses): New manual
6792         section.
6793         (Target Conditionals): Document ADDRESS_TO_POINTER,
6794         POINTER_TO_ADDRESS.
6795
6796 2000-04-11  Daniel Berlin  <dan@cgsoftware.com>
6797
6798         * gdbint.texinfo: Replaced GDB with @value{GDBN}, @include
6799         gdb-cfg.texi to get the value.
6800
6801 2000-04-10  Jim Blandy  <jimb@redhat.com>
6802
6803         * gdbint.texinfo (Target Architecture Definition): Fix
6804         cross-references.
6805
6806 2000-04-08  Jim Blandy  <jimb@redhat.com>
6807
6808         * gdbint.texinfo (Using Different Register and Memory Data
6809         Representations): New section.
6810         (REGISTER_CONVERTIBLE, REGISTER_RAW_SIZE, REGISTER_VIRTUAL_SIZE,
6811         REGISTER_VIRTUAL_TYPE, REGISTER_CONVERT_TO_VIRTUAL,
6812         REGISTER_CONVERT_TO_RAW): Document.
6813
6814 Mon Apr  3 19:16:32 2000  Andrew Cagney  <cagney@b1.cygnus.com>
6815
6816         * gdb.texinfo (Protocol): Deprecate the sequence-id.  Add cindex
6817         for acknowledgments.
6818
6819 Tue Mar 28 18:28:45 2000  Andrew Cagney  <cagney@b1.cygnus.com>
6820
6821         * gdb.texinfo (Protocol): Replace ``qfThreadExtraInfo'' with
6822         qThreadExtraInfo.
6823
6824 2000-03-28  J.T. Conklin  <jtc@redback.com>
6825
6826         * gdb.texinfo: Clarify which remote debug protocol commands are
6827         required and which are optional.
6828
6829 Tue Mar 28 16:06:22 2000  Andrew Cagney  <cagney@b1.cygnus.com>
6830
6831         * gdb.texinfo: Revert remainder of Fri Mar 24 18:06:34 2000 Andrew
6832         Cagney <cagney@b1.cygnus.com>.  Move @chapter and @node entries
6833         back to annotate.texi, rluser.texinfo and inc-hist.texinfo.
6834         * annotate.texi: Update.
6835
6836 2000-03-28  Stan Shebs  <shebs@apple.com>
6837
6838         * gdb.texinfo: Update dates, bump to Eighth Edition (note
6839         expectation of additional changes before release), update
6840         ISBN, add copy of top-level menu for @ifhtml, remove explicit
6841         node links, rephrase and/or shorten lines to fix formatting
6842         problem in both regular and @smallbook formats.
6843         * annotate.texi: Shorten lines in example, use smallexample
6844         consistently everywhere.
6845         * Makefile.in: Add comment about texinfo 4.0 html generation.
6846         (SFILES_INCLUDED): Add annotate.texi.
6847
6848 2000-03-27  Daniel Berlin  <dan@cgsoftware.com>
6849
6850         * gdb.texinfo (Debugging Output): Added new section, documenting
6851         the "set/show debug" commands.
6852
6853 Fri Mar 24 18:06:34 2000  Andrew Cagney  <cagney@b1.cygnus.com>
6854
6855         * annotate.texi (Annotations): When GDBN omit @chapter and @node
6856         entry.
6857
6858         * gdb.texinfo: Check for @ifinfo instead of @ifnottex.
6859         (rluser.texinfo, inc-hist.texinfo, annotate.texi): Add local
6860         @chapter and @node entries.
6861
6862         * gdb.texinfo: Link all top-level nodes.
6863
6864 Fri Mar 24 17:56:48 2000  Andrew Cagney  <cagney@b1.cygnus.com>
6865
6866         * Makefile.in (install-info): Create $(infodir) before installing
6867         files.
6868
6869 2000-03-23  Fernando Nasser  <fnasser@totem.to.cygnus.com>
6870
6871         From David Whedon <dwhedon@gordian.com>
6872         * gdbint.texinfo : Added paragraphs about command deprecation.
6873
6874 2000-03-22  Daniel Berlin  <dan@cgsoftware.com>
6875
6876       * gdb.texinfo: Add documentation for the apropos command.
6877
6878 2000-03-20  Michael Snyder  <msnyder@cleaver.cygnus.com>
6879
6880         * gdb.texinfo: Add new queries ThreadInfo and ThreadExtraInfo.
6881
6882 2000-03-20  Michael Snyder  <msnyder@cleaver.cygnus.com>
6883
6884         * gdb.texinfo: Add white space to prevent overprinting in
6885         two places.
6886
6887 2000-03-17  Stan Shebs  <shebs@apple.com>
6888
6889         * gdb.texinfo: Many minor changes from Dmitry Sivachenko
6890         <dima@Chg.RU>, also clarification of allowed content for
6891         string constants.
6892
6893 2000-03-16  Eli Zaretskii <eliz@gnu.org>
6894
6895         * gdb.texinfo (main menu): Add Annotations.
6896         (File Options): Add @cindex entries for each command-line option.
6897         Document --epoch, --annotate, --async, --interpreter, --write,
6898         --statistics, and --version.
6899
6900         * annotate.texi: Convert to a chapter.  Use @value{GDBN} instead
6901         of GDB.
6902
6903 2000-02-23  Jim Blandy  <jimb@redhat.com>
6904
6905         * gdbint.texinfo (FUNCTION_START_OFFSET): Document.
6906
6907 2000-02-22  Jim Blandy  <jimb@redhat.com>
6908
6909         * gdbint.texinfo: Document COERCE_FLOAT_TO_DOUBLE --- the new form.
6910
6911 2000-02-15  Jason Molenda  (jsm@bugshack.cygnus.com)
6912
6913         * Makefile.in (diststuff): New target.
6914
6915 2000-02-15  Kevin Buettner  <kevinb@redhat.com>
6916
6917         * agentexpr.texi: Fix wording regarding Intel's IA-64
6918         architecture.  [From Jim Wilson.]
6919
6920 2000-01-16  Tom Tromey  <tromey@cygnus.com>
6921
6922         * gdb.texinfo (Breakpoints): Mention breakpoint ranges.
6923         (Delete Breaks): Mention range arguments.
6924         (Disabling): Likewise.
6925
6926 2000-01-05  Dmitry Sivachenko <dima@Chg.RU>
6927
6928         * gdb.texinfo:  Wrap "ASCII" in @sc{}; clarify a few sentences.
6929
6930 Wed Dec  8 19:53:08 1999  Andrew Cagney  <cagney@b1.cygnus.com>
6931
6932         * gdbint.texinfo (FRAME_CHAIN_VALID): Add the generic frame-chain
6933         valid functions.
6934
6935 1999-11-05  Stan Shebs  <shebs@andros.cygnus.com>
6936
6937         * gdb.texinfo: Clarify regular expressions used in rbreak.
6938
6939 1999-10-15  Kevin Buettner  <kevinb@cygnus.com>
6940
6941         * gdbint.texinfo (MEMORY_INSERT_BREAKPOINT,
6942         MEMORY_REMOVE_BREAKPOINT):  Document.
6943
6944 Thu Oct 14 21:17:17 1999  Andrew Cagney  <cagney@b1.cygnus.com>
6945
6946         * gdb.texinfo (remote): Document how GDB ignores the qOffsets BSS
6947         offset re-using the DATA offset instead.
6948
6949 1999-10-11  Jim Kingdon  <kingdon@redhat.com>
6950
6951         * gdbint.texinfo (Target Architecture Definition): Add PARM_BOUNDARY.
6952
6953 1999-10-05  Stan Shebs  <shebs@andros.cygnus.com>
6954
6955         From Dmitry Sivachenko <demon@gpad.ac.ru>:
6956         * gdb.texinfo: Use GDBP and GDBN everywhere, fix a couple other
6957         typos.
6958
6959         * gdb.texinfo: Various minor wording and formatting improvements,
6960         mentions of additional command-line options.
6961
6962 1999-09-30  Fred Fish  <fnf@cygnus.com>
6963
6964         * gdb.texinfo:  Document additional forms of specifying section
6965         names and addresses for the add-symbol-file command.
6966
6967 1999-09-14  Michael Snyder  <msnyder@cleaver.cygnus.com>
6968
6969         * gdbint.texinfo: Fix typo, add the word "have".
6970
6971 1999-09-14  Jim Blandy  <jimb@cris.red-bean.com>
6972
6973         * gdbint.texinfo (Target Architecture Definition): Document the
6974         SKIP_PERMANENT_BREAKPOINT macro.
6975
6976 1999-09-07  Stan Shebs  <shebs@andros.cygnus.com>
6977
6978         * gdb.texinfo: Fiks speling errers.
6979
6980         * gdb.texinfo: Fix uses of @multitable.
6981
6982         From Eli Zaretskii  <eliz@gnu.org>:
6983         * gdb.texinfo: Include details specific to DOS host, clarify
6984         some confusing language, fix @ref/@xref/@pxref usages, add
6985         comments about using with optimization, add more indexing,
6986         fix info about disassembly-flavor.
6987
6988 Tue Sep  7 09:11:24 1999  Kevin Buettner  <kevinb@cygnus.com>
6989
6990         * gdbint.texinfo (IN_SOLIB_DYNSYM_RESOLVE_CODE,
6991         SKIP_SOLIB_RESOLVER): Define.
6992
6993 Fri Sep  3 18:05:14 1999  Andrew Cagney  <cagney@b1.cygnus.com>
6994
6995         * gdb.texinfo (Protocol): Review.  Add tables describing ``q'' and
6996         ``g'' packets.
6997
6998 1999-08-30  Stan Shebs  <shebs@andros.cygnus.com>
6999
7000         * gdb.texinfo: Create a new "Configurations" chapter with
7001         platform-specific info, inline remote.texi and move sections of it
7002         into the new chapter, move bits about info proc, heuristic search,
7003         and register stack into the new chapter.
7004         * remote.texi: Remove, now part of gdb.texinfo.
7005         * Makefile.in (SFILES_INCLUDED): Remove ref to remote.texi.
7006
7007 1999-08-27  Jason Molenda  (jsm@bugshack.cygnus.com)
7008
7009         * gdbint.texinfo (GDB_TARGET_IS_SUN3, GDB_TARGET_IS_SUN386,
7010         GDB_TARGET_IS_MACH386): These kludges have gone away.
7011
7012 Wed Aug 25 10:47:03 1999  Andrew Cagney  <cagney@b1.cygnus.com>
7013
7014         * gdbint.texinfo (Target Architecture Definition): Mention
7015         TDEPLIBS.
7016
7017 1999-08-20  Stan Shebs  <shebs@andros.cygnus.com>
7018
7019         * gdb.texinfo: Remove remaining "HPPA" conditionals, rewrite
7020         surrounding text to fit HP-UX bits into general info.
7021         (HPPA-cfg.texi): Remove, no longer useful.
7022
7023         * gdb.texinfo: Remove explicit links from @node lines, remove
7024         HP-added "Detailed Node Listing" from main menu which confuses
7025         things.
7026
7027         From Dmitry Sivachenko <dima@Chg.RU>:
7028         * gdb.texinfo: Use @value{GDBN} instead of plain GDB, fix grouping
7029         in description of `set environment'.
7030
7031 1999-08-17  Stan Shebs  <shebs@andros.cygnus.com>
7032
7033         * gdbint.texinfo: Update coding standard to allow pure ANSI/ISO C.
7034
7035 1999-08-12  Ben Elliston  <bje@cygnus.com>
7036
7037         * gdbint.texinfo (Breakpoint Handling): Add missing words.
7038
7039 1999-08-10  Eli Zaretskii  <eliz@gnu.org>
7040
7041         * gdb.texinfo (Set Watchpoints): Explain some subtleties about
7042         watch, awatch, and rwatch.  Explain why the latter two cannot be
7043         set as software watchpoints.  Document that watchpoints for local
7044         variables are deleted when the debuggee terminates.
7045
7046 Wed Aug 11 13:18:14 1999  Andrew Cagney  <cagney@amy.cygnus.com>
7047
7048         * remote.texi (Protocol): Further clarification of the "qRcmd"
7049         packet.  Allow E.. response packet.  "qRcmd" packet is no longer
7050         reserved.
7051
7052 1999-08-10  Elena Zannoni  <ezannoni@kwikemart.cygnus.com>
7053
7054         * Makefile.in: Rename inc-hist.texi to inc-hist.texinfo.
7055         * gdb.texinfo: Ditto.
7056
7057 1999-08-06  Tom Tromey  <tromey@cygnus.com>
7058
7059         * gdb.texinfo (KOD): New node.
7060
7061 Fri Aug  6 17:05:48 1999  Andrew Cagney  <cagney@b1.cygnus.com>
7062
7063         * remote.texi (Rcmd): Fix minor formatting typos.
7064
7065 Thu Aug  5 17:57:41 1999  Andrew Cagney  <cagney@b1.cygnus.com>
7066
7067         * remote.texi (protocol qRcmd): Allow ``OK'' and ``O...'' response
7068         packets.
7069
7070 1999-07-14  Jim Blandy  <jimb@zwingli.cygnus.com>
7071
7072         * gdbint.texinfo (PREPARE_TO_PROCEED, ADDR_BITS_REMOVE): Doc
7073         fixes.
7074
7075 Tue Jun 29 11:43:55 1999  Andrew Cagney  <cagney@b1.cygnus.com>
7076
7077         * gdbint.texinfo (SAVE_DUMMY_FRAME_TOS): Define.
7078
7079 Fri Jun 25 11:47:06 1999  Andrew Cagney  <cagney@b1.cygnus.com>
7080
7081         * remote.texi (Communication Protocol): ``v'' is in use. Fix
7082         numerous formatting errors.  Clarify ``i''.  Mark ``i'', ``Z'',
7083         ``z'' and ``qRcmd'' as draft instead of reserved.  Identify
7084         packets that are not supported on all hosts. Expand examples.
7085         Spell check.
7086
7087 1999-06-24  Jason Molenda  (jsm@bugshack.cygnus.com)
7088
7089         * Makefile.in: Recognize html, install-html.  Add targets
7090         to build HTML versions of documentation via texi2html.
7091
7092 Thu Jun 24 15:59:03 1999  Stan Shebs  <shebs@andros.cygnus.com>
7093
7094         * gdbint.texinfo (Testsuite): New chapter, information about the
7095         testsuite.
7096
7097 Fri Jun 25 02:40:34 1999  Andrew Cagney  <cagney@b1.cygnus.com>
7098
7099         * remote.texi (Communication Protocol): Rewrite.
7100
7101 Thu Jun 24 16:59:54 1999  Andrew Cagney  <cagney@b1.cygnus.com>
7102
7103         * stabs.texinfo: Fix uses of xref.
7104
7105 Thu Jun 17 17:23:25 1999  Stan Shebs  <shebs@andros.cygnus.com>
7106
7107         * gdbint.texinfo: Add an anti-printf exhortation, and update the
7108         info about patch submission.
7109
7110 Mon Jun  7 15:49:40 1999  Stan Shebs  <shebs@andros.cygnus.com>
7111
7112         From Per Bothner  <bothner@cygnus.com>:
7113         * gdb.texinfo: Document Chill support.
7114
7115 Fri Jun  4 16:58:22 1999  Andrew Cagney  <cagney@b1.cygnus.com>
7116
7117         * gdbint.texinfo (SP_REGNUM, FP_REGNUM, PC_REGNUM): Add reference
7118         to corresponding TARGET_READ_reg TARGET_WRITE_reg macros.
7119         Document that the value should be greater-than or equal-to zero.
7120         (NO_STD_REGS): Document. Deprecate.
7121
7122 Tue Jun  1 15:04:15 1999  Andrew Cagney  <cagney@b1.cygnus.com>
7123
7124         * gdbint.texinfo (TARGET_COMPLEX_BIT, TARGET_DOUBLE_COMPLEX_BIT):
7125         Document that these are not used.
7126
7127 Thu May 27 09:28:15 1999  Andrew Cagney  <cagney@b1.cygnus.com>
7128
7129         * gdbint.texinfo (EXTRACT_STRUCT_VALUE_ADDRESS_P): Document.
7130
7131 Mon May 24 10:07:39 1999  Andrew Cagney  <cagney@b1.cygnus.com>
7132
7133         * gdbint.texinfo (FRAME_NUM_ARGS): Update definition.  Parameter
7134         numargs was dropped.
7135
7136 Thu May 20 12:26:59 1999  Andrew Cagney  <cagney@b1.cygnus.com>
7137
7138         * gdbint.texinfo (FRAMELESS_FUNCTION_INVOCATION): Update.
7139
7140 Tue Apr 27 19:14:20 1999  Andrew Cagney  <cagney@b1.cygnus.com>
7141
7142         * gdbint.texinfo (SKIP_PROLOGUE, SKIP_PROLOGUE_FRAMELESS_P):
7143         Update.
7144
7145 Thu Apr 22 13:07:37 1999  Andrew Cagney  <cagney@b1.cygnus.com>
7146
7147         * gdbint.texinfo (USE_GENERIC_DUMMY_FRAMES): Document.
7148         (GET_SAVED_REGISTER): Update, not just the a29k uses this.
7149
7150 Wed Apr 21 13:59:01 1999  Dave Brolley  <brolley@cygnus.com>
7151
7152         * gdbint.texinfo: Fix typos: $ -> @.
7153
7154 Tue Apr 20 11:59:38 1999  Andrew Cagney  <cagney@b1.cygnus.com>
7155
7156         * gdbint.texinfo (REGISTER_NAMES, BREAKPOINT, BIG_BREAKPOINT,
7157         LITTLE_BREAKPOINT, LITTLE_REMOTE_BREAKPOINT,
7158         BIG_REMOTE_BREAKPOINT): Deprecate in favor of REGISTER_NAME and
7159         BREAKPOINT_FROM_PC.
7160
7161 Mon Apr 12 16:00:44 1999  Andrew Cagney  <cagney@b1.cygnus.com>
7162
7163         * gdbint.texinfo (CALL_DUMMY_STACK_ADJUST_P,
7164         CALL_DUMMY_STACK_ADJUST): Document.
7165
7166 Thu Apr  8 17:23:15 1999  Andrew Cagney  <cagney@b1.cygnus.com>
7167
7168         * gdbint.texinfo (CALL_DUMMY_P, CALL_DUMMY_WORDS,
7169         SIZEOF_CALL_DUMMY_WORDS, CALL_DUMMY): Define.
7170
7171 1999-04-02  Stan Shebs  <shebs@andros.cygnus.com>
7172
7173         * gdbint.texinfo (MAINTENANCE_CMDS): Remove ref, since it no
7174         longer exists.
7175
7176 Tue Mar  9 19:25:11 1999  Stan Shebs  <shebs@andros.cygnus.com>
7177
7178         * gdb.texinfo, remote.texi, all-cfg.texi, HPPA-cfg.texi: Remove
7179         nearly all @ifset/@ifclear conditionals; nobody uses them, and
7180         they make the manual source incomprehensible.
7181         * h8-cfg.texi: Remove, hasn't been used in years.
7182
7183 Thu Feb 11 18:00:59 1999  Stan Shebs  <shebs@andros.cygnus.com>
7184
7185         * gdb.texinfo: Update the credits.
7186
7187 Mon Feb  8 17:33:57 1999  Stan Shebs  <shebs@andros.cygnus.com>
7188
7189         * gdb.texinfo: Fix mistakes noticed in printout of last
7190         draft, add Alpha to discussion of heuristic fence post.
7191
7192 Fri Feb  5 17:20:00 1999  Stan Shebs  <shebs@andros.cygnus.com>
7193
7194         * gdb.texinfo, remote.texi: Many changes; update to Seventh
7195         Edition, merge some HP changes into mainline, describe some
7196         previously undocumented features, describe more of the target
7197         commands available, eliminate obsolete section on renamed
7198         commands.
7199         * all-cfg.texi, HPPA-cfg.texi: Remove some obsolete conditionals.
7200
7201 Wed Jan 20 17:47:45 1999  Stan Shebs  <shebs@andros.cygnus.com>
7202
7203         * gdb.texinfo: Make many HPPA conditionals unconditional,
7204         including catchpoint description, since now on for all configs.
7205         * all-cfg.texi: @clear HPPA, since is mainly for very HP-specific
7206         specializations.
7207
7208 Thu Jan 14 17:10:12 1999  Stan Shebs  <shebs@andros.cygnus.com>
7209
7210         * Makefile.in (GDBvn.texi): Fix match expression to work with
7211         current format of VERSION in gdb/Makefile.in.
7212         * gdb.texinfo: Fix node ref to match new readline.
7213
7214 Wed Jan 13 10:38:40 1999  Edith Epstein  <eepstein@sophia.cygnus.com>
7215
7216         * gdb.texinfo: Changes made as part of a project to merge in
7217           changes made by HP. Documentation makes extensive use of
7218           @ifclear HPPA and @ifset HPPA. The HP manual omits doumentation
7219           on remote debugging. There are differences in documentation
7220           (HP vs.  non-HP) on C++ support (aCC vs. gnu gcc++). Also,
7221           the HP manual discusses catchpoints, hardware watchpoints, and
7222           some HPUX specific limitations for shared library support.
7223
7224           There are also a number of @node changes.
7225
7226 1999-01-12  Jason Molenda  (jsm@bugshack.cygnus.com)
7227
7228         * gdbint.texinfo (Formatting): Disambiguate a sentence.
7229         (C Usage): Same.
7230
7231 Wed Jan  6 11:55:34 1999  David Taylor  <taylor@texas.cygnus.com>
7232
7233         The following changes were made by Edith Epstein
7234         <eepstein@cygnus.com> as part of a project to merge in changes
7235         made by HP.
7236
7237         * HPPA-cfg.texi: new file.
7238
7239         * all-cfg.texi: set HPPA for HP PA-RISC targets.
7240
7241         * refcard.tex: change documentation about catch.
7242           removed info catch.
7243
7244 Mon Jan  4 18:29:18 1999  Stan Shebs  <shebs@andros.cygnus.com>
7245
7246         * gdbint.texinfo: Expand on GDB's coding standards,
7247         specify the use of arg names with prototypes.
7248
7249 1998-12-14  J.T. Conklin  <jtc@redbacknetworks.com>
7250
7251         * gdb.texinfo: Fix tipo.
7252
7253 Sun Dec 13 10:27:59 1998  Andrew Cagney  <cagney@b1.cygnus.com>
7254
7255         * gdbint.texinfo: Document TARGET_BYTE_ORDER_DEFAULT and
7256         TARGET_BYTE_ORDER_SELECTABLE_P.
7257
7258 Thu Dec 10 16:07:09 1998  Andrew Cagney  <cagney@b1.cygnus.com>
7259
7260         * gdbint.texinfo (FRAME_FIND_SAVED_REGS): Document.
7261
7262 1998-12-09  Jim Blandy  <jimb@zwingli.cygnus.com>
7263
7264         * agentexpr.texi: New file.
7265
7266 Wed Dec  9 21:13:57 1998  Andrew Cagney  <cagney@chook>
7267
7268         * gdbint.texinfo (REGISTER_NAME): Replace REGISTER_NAMES.
7269
7270 1998-12-03  J.T. Conklin  <jtc@redbacknetworks.com>
7271
7272         * remote.texi: Changed wording that implied that the GDB remote
7273         protocol caches register values instead of GDB itself.
7274
7275 Tue Dec  1 17:45:43 1998  Stan Shebs  <shebs@andros.cygnus.com>
7276
7277         * gdbint.texinfo: Add some info about symbol readers.
7278         (CHILL_PRODUCER, etc): Comment out descriptions, not useful.
7279         (IN_SOLIB_CALL_TRAMPOLINE): Rename info from IN_SOLIB_TRAMPOLINE.
7280         (IN_SOLIB_RETURN_TRAMPOLINE): Describe.
7281         (KERNEL_DEBUGGING, MIPSEL): No info about these, remove.
7282
7283 Mon Nov 30 11:32:21 1998  Andrew Cagney  <cagney@chook>
7284
7285         * gdbint.texinfo (FRAME_CHAIN_VALID_ALTERNATE):
7286
7287 Sat Nov 28 13:45:53 1998  Andrew Cagney  <cagney@b1.cygnus.com>
7288
7289         * gdbint.texinfo (INNER_THAN): Update, now takes parameters.
7290
7291 Fri Nov 27 12:39:45 1998  Andrew Cagney  <cagney@chook>
7292
7293         * gdbint.texinfo (NO_SINGLE_STEP): Replace with
7294         SOFTWARE_SINGLE_STEP_P and SOFTWARE_SINGLE_STEP.
7295
7296 Wed Oct 14 10:02:40 1998  Andrew Cagney  <cagney@b1.cygnus.com>
7297
7298         * gdbint.texinfo: Fix minor typos.
7299
7300 Wed Sep 30 18:03:19 1998  Stan Shebs  <shebs@andros.cygnus.com>
7301
7302         * gdbint.texinfo: Complete overhaul.  Group descriptions more
7303         logically, add more info on generic algorithms, remove much
7304         obsolete and/or wrong material.
7305
7306 Fri Jul 24 17:51:38 1998  Ian Lance Taylor  <ian@cygnus.com>
7307
7308         * stabs.texinfo (Method Type Descriptor): Expand and correct.
7309
7310 Mon May  4 10:37:12 1998  Brian Youmans (3diff@gnu.org)
7311
7312         * refcard.tex:  Copyright, address updates.
7313
7314 Tue Apr 21 18:09:56 1998  Stan Shebs  <shebs@andros.cygnus.com>
7315
7316         * gdb.texinfo (EDITION, DATE): Update and change to use ordinals
7317         for the edition instead of confusing GDB-version-like numbers.
7318
7319 Mon Apr 13 14:05:00 1998  Fred Fish  <fnf@cygnus.com>
7320
7321         * gdb.texinfo (hbreak, watch): Fix typo, "date" -> "data".
7322
7323 Thu Apr  2 16:52:44 1998  Jason Molenda  (crash@bugshack.cygnus.com)
7324
7325         * LRS: Reformat a bit to keep text under 80 columns.
7326
7327 Thu Apr  2 16:10:36 1998  Stan Shebs  <shebs@andros.cygnus.com>
7328
7329         * gdb.texinfo: Add some credits, mention bug monitor.
7330         * remote.texi: Mention mips monitor targets.
7331         * gdbint.texinfo: Describe SP_REGNUM, STEP_SKIPS_DELAY.
7332
7333 Mon Feb  2 17:13:03 1998  Stan Shebs  <shebs@andros.cygnus.com>
7334
7335         * gdbint.texinfo: Remove obsolete mentions of pinsn.c and opcode.h
7336         files, finish sorting of host vs target vs native macros, describe
7337         some more of them.
7338
7339 Tue Jan 13 16:44:50 1998  Fred Fish  <fnf@cygnus.com>
7340
7341         * gdbint.texinfo (Host Conditionals): Document change from
7342         using NO_MMALLOC to it's inverse, USE_MMALLOC.
7343
7344 Mon Nov 24 13:55:21 1997  Andrew Cagney  <cagney@b1.cygnus.com>
7345
7346         * gdbint.texinfo (Host Conditionals): Document
7347         PRINTF_HAS_LONG_DOUBLE, SCANF_HAS_LONG_DOUBLE, HAVE_LONG_DOUBLE.
7348
7349 Fri Jul  4 14:52:31 1997  Ian Lance Taylor  <ian@cygnus.com>
7350
7351         * gdbint.texinfo (Host Conditionals): Add CRLF_SOURCE_LINES.
7352         Document LSEEK_NOT_LINEAR.
7353
7354 Tue Mar 25 14:44:09 1997  Ian Lance Taylor  <ian@cygnus.com>
7355
7356         * stabs.texinfo (Stab Section Basics): Make it clear that only
7357         some versions of the GNU linker remove the leading N_UNDF symbol.
7358
7359 Thu Feb 27 17:45:19 1997  Ian Lance Taylor  <ian@cygnus.com>
7360
7361         * stabs.texinfo (String Field): Document type number pairs here,
7362         instead of in the Sun specific section.
7363         (Include Files): The GNU linker supports the N_BINCL
7364         optimization.  Clarify the N_BINCL value, and what it is used
7365         for.
7366         (Procedures): Document N_FUN with an empty string to mark the end
7367         of a function.
7368         (Typedefs): Mention that Sun compilers may use N_GSYM for a type.
7369         (Sun Differences): Remove this node, as the information is now
7370         elsewhere in the main document.
7371         (Stab Section Basics): Mention that the GNU linker may optimize
7372         stabs and remove the leading N_UNDF symbol.
7373
7374 Mon Dec  9 12:23:32 1996  Roland Pesch  <roland@wrs.com>
7375
7376         * gdb.texinfo, refcard.tex: Restore author credit
7377
7378 Wed Oct  2 22:01:36 1996  Fred Fish  <fnf@fishfood.ninemoons.com>
7379
7380         * gdbint.texinfo (SIGTRAMP_START, SIGTRAMP_END): Update
7381         documentation to account for START and END macros taking
7382         one arg.
7383
7384 Thu Aug 22 17:59:03 1996  Fred Fish  <fnf@cygnus.com>
7385
7386         From: Eberhard Mattes <mattes@azu.informatik.uni-stuttgart.de>
7387         * gdb.texinfo (Frames): Fix typo.
7388
7389 Tue Jul 23 10:06:20 1996  Fred Fish  <fnf@cygnus.com>
7390
7391         * gdbint.texinfo (NO_SINGLE_STEP): Document that single_step takes
7392         a target_signal as arg type, not a pid.
7393
7394 Fri Jul 12 11:10:05 1996  Stu Grossman  (grossman@critters.cygnus.com)
7395
7396         * gdb.texinfo:  Document `set assembly-language'.
7397
7398 Thu Jul 11 13:50:28 1996  Stan Shebs  <shebs@andros.cygnus.com>
7399
7400         * remote.texi: Update list of stubs in the GDB distribution.
7401
7402 Fri Jul  5 15:38:54 1996  Fred Fish  <fnf@cygnus.com>
7403
7404         * gdbint.texinfo (NO_MMCHECK): Renamed from NO_MMALLOC_CHECK.
7405         Also document that some systems can use mmalloc but must define
7406         this if their C runtime allocates memory that is later freed.
7407         (MMCHECK_FORCE): Document new macro.
7408
7409 Fri Jun 28 22:17:10 1996  Dawn Perchik  <dawn@cygnus.com>
7410
7411         * remote.texi: Add documentation for target Sparclet.
7412
7413 Mon Jun 24 18:12:22 1996  Jason Molenda  (crash@godzilla.cygnus.co.jp)
7414
7415         * Makefile.in (srcdir, VPATH, prefix, infodir, INSTALL,
7416         INSTALL_PROGRAM, INSTALL_DATA): Use autoconf set values.
7417         * configure.in: Rewritten for autoconf.
7418         * configure: New.
7419
7420 Mon Jun 17 10:43:41 1996  Fred Fish  <fnf@cygnus.com>
7421
7422         * Makefile.in (DVIPS): New define, set to dvips.
7423         (dvi): Add stabs.dvi.
7424         (ps): New target.
7425         (all-doc): Depend on info, dvi, and ps targets.
7426         (STAGESTUFF): Add *.ps and *.dvi files.
7427         (clean-info, clean-dvi): Remove.
7428         (mostlyclean): Does not depend upon clean-info or clean-dvi,
7429         rules completely rewritten.
7430         (maintainer-clean): Remove clean-info and clean-dvi
7431         dependencies and put their actions in the rules.
7432         (gdb.ps): New target
7433         (gdb.dvi, gdbgui.dvi, gdbint.dvi, stabs.dvi): Remove
7434         intermediate TeX files, whether they have 2 or 3 character
7435         extensions.
7436         (gdbint.ps): Add target and rules.
7437         (gdb-internals): Delete unused target.
7438         (Makefile): Depends upon config.status also.
7439
7440 Sat Mar 30 15:46:58 1996  Fred Fish  <fnf@cygnus.com>
7441
7442         * gdbint.texinfo (CC_HAS_LONG_LONG): Clarify when/how this is
7443         set.
7444
7445 Sat Mar 16 15:10:20 1996  Fred Fish  <fnf@cygnus.com>
7446
7447         From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>
7448         * gdb.texinfo (Expressions): Fix erroneous array constant example.
7449
7450 Sat Mar 16 13:28:45 1996  Fred Fish  <fnf@cygnus.com>
7451
7452         * gdb.texinfo: Add missing "@bullet" to some "@itemize" commands.
7453
7454 Sat Feb 10 03:28:36 1996  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
7455
7456         * gdb.texinfo (Print settings):  Document
7457         `set/show print static-members' commands.
7458
7459 Wed Jan 10 14:16:37 1996  Fred Fish  <fnf@cygnus.com>
7460
7461         * gdbint.texinfo (Native): Document name change, coredep.c to
7462         core-aout.c.
7463
7464 Wed Dec 13 12:35:28 1995  Ian Lance Taylor  <ian@cygnus.com>
7465
7466         * stabs.texinfo (Include Files): Document the values the SunOS4
7467         linker creates for N_BINCL/N_EINCL/N_EXCL stabs.
7468
7469 Fri Dec  8 21:08:44 1995  Fred Fish  <fnf@cygnus.com>
7470
7471         * gdbint.texinfo (Releases): Change gdb.tar.Z to gdb.tar.gz.
7472         Fix typo.
7473
7474 Fri Dec  1 11:07:50 1995  Fred Fish  <fnf@cygnus.com>
7475
7476         * gdbint.texinfo (Releases): Make "gdb.tar.gz" rather than
7477         "gdb.tar.Z".
7478
7479 Wed Sep 20 13:14:10 1995  Ian Lance Taylor  <ian@cygnus.com>
7480
7481         * Makefile.in (maintainer-clean): New target, synonym for
7482         realclean.
7483
7484 Thu Aug  3 10:45:37 1995  Fred Fish  <fnf@cygnus.com>
7485
7486         * Update all FSF addresses except those in COPYING* files.
7487
7488 Wed Jul 19 18:43:03 1995  Stan Shebs  <shebs@andros.cygnus.com>
7489
7490         From Richard Earnshaw (rearnsha@armltd.co.uk):
7491         * gdb.texinfo (convenience variables): Document $_exitcode.
7492         (quit): Document optional expression to use as exit code.
7493
7494 Thu Jun 22 21:27:33 1995  Victoria Mixon  <victoria@cygnus.com>
7495
7496         * gdb.texinfo, remote.texi: Brought up to date with various
7497         GDB changes.
7498
7499 Tue Jun 20 14:35:38 1995  Stan Shebs  <shebs@andros.cygnus.com>
7500
7501         * gdb.texinfo: Update dates and versions, fix comments about
7502         hardware watchpoints in future releases and about the
7503         sharedlibrary command.
7504
7505 Mon May  8 09:30:36 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
7506
7507         * stabs.texinfo: Remove node `XCOFF differences'.  Describe value of
7508         C_FUN stab.  Other cleanups.
7509
7510 Wed Apr 19 07:02:19 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
7511
7512         * remote.texi (Bootstrapping): Clarify that flush_i_cache is only
7513         for the sparc stub.
7514
7515 Tue Apr 11 11:41:49 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
7516
7517         * annotate.texi: Clarify which addresses have differing formats
7518         depending on the language and which do not.
7519
7520 Tue Mar 28 16:56:22 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
7521
7522         * remote.texi (NetWare): Changed example to use BOARD= instead of
7523           NODE= argument to reflect correspoding change to gdbserve.nlm.
7524
7525 Fri Mar 17 06:47:02 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
7526
7527         * stabs.texinfo (Negative Type Numbers): Mention the fact that
7528         GDB, as well as AIX dbx, supports the size type attribute.
7529
7530 Thu Mar 16 12:11:32 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
7531
7532         * stabs.texinfo (Negative Type Numbers): Document types -31 to -34.
7533
7534 Mon Mar 13 16:49:13 1995  Per Bothner  <bothner@kalessin.cygnus.com>
7535
7536         * gdb.texinfo (Define):  Document $arg0... arguments to commands,
7537         and new 'if' and 'while' commands.
7538
7539 Fri Feb 17 15:24:35 1995  Per Bothner  <bothner@kalessin.cygnus.com>
7540
7541         * gdb.texinfo (Artificial arrays):  Note use of coerce-to-array-type.
7542
7543 Wed Feb 15 11:59:18 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
7544
7545         * all-cfg.texi: New flag, GDBSERVE, for NetWare's gdbserve.nlm.
7546         * remote.texi (NetWare): New node, how to use gdbserve.nlm on
7547           NetWare targets.  Mostly stolen from the Server node.
7548
7549 Fri Feb 10 20:20:08 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
7550
7551         * gdb.texinfo (Setting): Talk about the language of a source file
7552         versus the working language.  The old documentation did not match
7553         what GDB did.
7554
7555 Wed Feb  1 20:26:36 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
7556
7557         * stabs.texinfo (Source Files): Document N_SO used to mark the end
7558         of a source file.
7559
7560 Mon Jan 23 14:23:37 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
7561
7562         * gdb.texinfo (Processes): New node.
7563
7564 Tue Jan 17 14:09:03 1995  Ian Lance Taylor  <ian@sanguine.cygnus.com>
7565
7566         * remote.texi: Update documentation of set/show mipsfpu.
7567
7568 Fri Jan  6 17:17:28 1995  Stan Shebs  <shebs@andros.cygnus.com>
7569
7570         * gdbgui.texinfo: New file, manual for GUI (gdbtk) users.
7571         * Makefile.in (gdbgui.dvi, gdbgui.info): New actions.
7572
7573 Sun Sep  4 16:47:21 1994  Stan Shebs  (shebs@andros.cygnus.com)
7574
7575         * gdbint.texinfo: Removed mentions of some incorrectly placed and
7576         obsolete conditionals, described some others.
7577
7578 Mon Aug  1 15:42:39 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
7579
7580         * gdbint.texinfo: Remove references to BROKEN_LARGE_ALLOCA and
7581         SET_STACK_LIMIT_HUGE; they were removed from GDB 14 May 1994.
7582
7583 Mon Aug  1 15:12:02 1994  Stan Shebs  (shebs@andros.cygnus.com)
7584
7585         * gdbint.texinfo: Put regex conditionals in their own table.
7586
7587 Tue Jul 26 18:32:52 1994  Stan Shebs  (shebs@andros.cygnus.com)
7588
7589         * gdbint.texinfo: Removed mentions of many obsolete conditionals,
7590         described or fixed the descriptions of many others.
7591
7592 Sun Jul 17 14:14:03 1994  Stan Shebs  (shebs@andros.cygnus.com)
7593
7594         * gdb.texinfo: Add some more credits.
7595         * gdbint.texinfo: Capitalize GDB consistently, describe some
7596         macros and remove some.
7597
7598 Thu Jul 14 18:43:17 1994  Stan Shebs  (shebs@andros.cygnus.com)
7599
7600         * gdbint.texinfo: Removed mentions of many incorrectly placed and
7601         obsolete conditionals, described some others.
7602
7603 Tue Jul 12 12:23:15 1994  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
7604
7605         * gdb.texinfo (help targets):  Changed to `help target', which
7606         is the correct gdb command.
7607
7608 Wed Jun 22 18:00:51 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
7609
7610         * annotate.texi (TODO): New node, for keeping track of annotations
7611         suggested but not yet implemented.
7612
7613 Wed Jun  1 16:10:45 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
7614
7615         * stabs.texinfo (Statics): Value of xcoff C_BSTAT points to
7616         another symbol, it is not the address itself.
7617
7618 Thu May  5 20:23:36 1994  Stan Shebs  (shebs@andros.cygnus.com)
7619
7620         * stabs.texinfo (Stab Section Basics): Add comment about alignment
7621         of stabs-in-coff sections.
7622
7623 Wed May  4 06:26:11 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
7624
7625         * annotate.texi: Change edition to 0.5 and date to May 1994.
7626         Add index.
7627         (Frames): New node, for frame annotation.
7628         (Displays): New node, for display annotation.
7629
7630         * remote.texi (MIPS Remote): Say that set timeout doesn't apply
7631         when waiting for your program to stop.
7632
7633 Fri Apr 29 18:24:46 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
7634
7635         * annotate.texi (Breakpoint Info): Document annotation of header
7636         fields and record annotation.
7637
7638 Thu Apr 28 07:44:28 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
7639
7640         * annotate.texi: New file, to document annotations.
7641
7642 Thu Apr 21 14:20:51 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
7643
7644         * Makefile.in (clean): Don't remove GDBvn.texi (apparently on Jan
7645         16 I meant to make this change but did not).  Do remove gdb-cfg.texi.
7646
7647 Wed Apr 20 11:22:48 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
7648
7649         * stabs.texinfo (Stab Section Basics): Say what is in .stab
7650         section, and say n_strx field is compilation unit relative.
7651         * stabs.texinfo: Don't use @code for a.out when it is the name of
7652         an object file format.
7653
7654 Wed Apr 13 20:29:54 1994  Jim Kingdon  (kingdon@deneb.cygnus.com)
7655
7656         * gdb.texinfo: Refer to file names, not path names, per rms
7657         convention.
7658         (Arguments): Fix typo.
7659
7660 Thu Mar 24 08:09:12 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
7661
7662         * stabs.texinfo (Global Variables): Talk about stabs in files
7663         where variables are referenced, but not defined.
7664
7665 Wed Mar 23 07:16:36 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
7666
7667         * stabs.texinfo: Move stuff on @ and # type descriptors from node
7668         Cplusplus to new nodes Member Type Descriptor and Method Type
7669         Descriptor.  Re-write stuff for #.
7670
7671 Wed Mar 16 08:20:19 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
7672
7673         * gdb.texinfo (Print Settings): Don't document "set print
7674         fast-symbolic-addr off".  The bug which it worked around was fixed
7675         on 25 Feb 94 in coffread.c, so I'm nuking the command.
7676
7677         * stabs.texinfo (Alternate Entry Points): New node, rewritten from
7678         N_ENTRY node.
7679
7680         * stabs.texinfo (Type Descriptors): Add 'Y' type descriptor.
7681
7682 Tue Mar 15 08:43:02 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
7683
7684         * gdbint.texinfo (Host Conditionals, Target Conditionals): Remove
7685         references to ieee-float.c.
7686
7687 Fri Mar 11 08:09:40 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
7688
7689         * gdb.texinfo (Set Breaks): Update documentation for tbreak to
7690         match what the code actually does.
7691
7692 Wed Mar  9 19:43:05 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
7693
7694         * stabs.texinfo (Symbol Descriptors): Add OS9000 symbol descriptor s.
7695
7696 Tue Mar  1 17:04:43 1994  Jim Kingdon  (kingdon@deneb.cygnus.com)
7697
7698         * stabs.texinfo (Type Descriptors): Add OS9000 type descriptors c,
7699         i, and b.
7700
7701 Wed Feb 23 10:44:18 1994  Jim Kingdon  (kingdon@rtl.cygnus.com)
7702
7703         * stabs.texinfo: Document N_RBRAC as function relative for COFF as
7704         well as for ELF and SOM.  Unify the descriptions of ELF and SOM
7705         as "stabs in sections" rather than just saying "ELF and SOM".
7706         Also make that stuff apply to COFF.
7707
7708 Fri Feb 18 08:25:58 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
7709
7710         * gdb.texinfo (Formatting Documentation): Change GhostScript to
7711         Ghostscript.
7712
7713 Fri Feb  4 06:31:31 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
7714
7715         * gdb.texinfo (Continuing and Stepping): When talking about "step"
7716         versus functions without line numbers, also mention stepping into
7717         them as well as "step" when you are in them.  Tell the user how to
7718         deal with the situation.  Add comment about "debugging information".
7719
7720 Thu Feb  3 11:39:59 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
7721
7722         * stabs.texinfo (Enumerations): Document restriction on where
7723         enumeration types can appear and still win with GDB.
7724
7725 Wed Feb  2 11:29:17 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
7726
7727         * stabs.texinfo (Negative Type Numbers): Document format for type
7728         -16.
7729
7730 Thu Jan 27 16:53:56 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
7731
7732         * gdb.texinfo (Selection, Frame Info): Update information about
7733         arbitrary frame specficiations.
7734
7735 Wed Jan 26 15:31:57 1994  Roland H. Pesch  (pesch@fowanton.cygnus.com)
7736
7737         * gdb.texinfo, remote.texi: general editing pass prior to Net release
7738
7739 Tue Jan 25 12:12:04 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
7740
7741         * stabs.texinfo (String Field): Discuss continuing stabs with ?.
7742
7743 Wed Jan 19 06:39:24 1994  David J. Mackenzie  (djm@thepub.cygnus.com)
7744
7745         * stabs.texinfo (Non-Stab Symbol Types): Mention N_SET* | N_EXT.
7746
7747 Sun Jan 16 12:43:32 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
7748
7749         * stabs.texinfo: Re-do stuff about C_BSTAT and move from XCOFF
7750         Differences node to Statics node.
7751         (Statics): Discuss XCOFF use of V symbol descriptor.
7752
7753         * Makefile.in: Remove refcard.dvi and GDBvn.texi in realclean,
7754         not clean.
7755
7756 Wed Jan 12 21:29:54 1994  John Gilmore  (gnu@cygnus.com)
7757
7758         * gdb.texinfo (Print Settings): Document `set print
7759         fast-symbolic-addr' and improve the doc for some other
7760         `set print's.
7761
7762 Mon Jan  3 17:23:07 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
7763
7764         * stabs.texinfo (String Field): Talk about defining several type
7765         numbers at once.
7766         Fix lint regarding changing node ELF Transformations to
7767         ELF and SOM Transformations.
7768
7769 Fri Dec 31 00:42:43 1993  John Gilmore  (gnu@cygnus.com)
7770
7771         * stabs.texinfo:  Insert Peter Kessler's name as inventor (I think).
7772
7773 Tue Dec 28 09:30:40 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
7774
7775         * stabs.texinfo (Cross-References): `::' is for nested types only
7776         within <>.
7777         (Structures): Document static members.
7778
7779 Mon Dec 27 13:55:04 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
7780
7781         * stabs.texinfo: Document S type attribute.
7782
7783 Sun Dec 26 20:46:36 1993  Jeffrey A. Law  (law@snake.cs.utah.edu)
7784
7785         * stabs.texinfo: Add notes about stabs-in-som where appropriate.
7786
7787 Fri Dec  3 19:13:19 1993  John Gilmore  (gnu@cygnus.com)
7788
7789         * gdbint.texinfo:  Fix a few typos.
7790
7791 Sun Nov 28 18:06:25 1993  Roland H. Pesch  (pesch@fowanton.cygnus.com)
7792
7793         * gdb.texinfo, remote.texi: formatting improvements
7794
7795         * gdb.texinfo (New Features): mention threads.
7796         (Summary, C): fix xrefs in newly contributed text.
7797         (Threads): index entries, clarifications, example
7798         (passim): minor typos fixed, phrasing improvements
7799
7800         * remote.texi (Bootstrapping): rephrase text on ^C and add index
7801         entries; (Server): explain use of gdbserver w/real-time systems,
7802         add example of conflicting TCP port; (MIPS Remote) break up
7803         running text into table, highlighting commands, and add example.
7804
7805 Wed Nov 24 14:15:56 1993  Roland H. Pesch  (pesch@fowanton.cygnus.com)
7806
7807         * refcard.tex: avoid bad linebreaks even when REFEDITS=psrc.sed
7808
7809 Fri Nov 12 16:10:58 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
7810
7811         * stabs.texinfo (Nested Symbols): New node.
7812         (String Field, Symbol Descriptors, Cross-References): Refer to it.
7813
7814 Thu Nov 11 13:26:45 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
7815
7816         * stabs.texinfo (Stabs in ELF): Clarify how Bbss.bss work with respect
7817         to picking which Bbss.bss symbol to use, and (because there seems to
7818         be no good way of doing it) re-write some of the text to make it
7819         sound like Bbss.bss isn't such a great idea after all (as currently
7820         designed).
7821
7822         * gdb.texinfo (C): In addition to saying people have to use g++ for
7823         good results, say they have to use stabs.  Specifically say cfront
7824         doesn't work well.
7825         (Summary): Merge in information on Modula-2, Pascal, and Chill from
7826         the gdb README.  Add xrefs to places where the support for the various
7827         languages is described in detail.
7828
7829 Mon Nov  8 11:47:34 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
7830
7831         * stabs.texinfo: Clean up stuff about visibility and virtual
7832         characters.
7833
7834         * stabs.texinfo (N_M2C): Cite Sun doc.
7835
7836 Fri Nov  5 16:27:27 1993  Roland H. Pesch  (pesch@fowanton.cygnus.com)
7837
7838         * gdb.texinfo: updates re threads.
7839         * remote.texinfo: avoid index entries starting with digits.
7840
7841 Tue Nov  2 09:08:37 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
7842
7843         * stabs.texinfo (Enumerations): Talk about large, negative and
7844         octal values.  Clean up cross reference to type attributes.
7845         (String Field): Say that GDB 4.11 supports size attribute.
7846
7847 Sun Oct 31 13:31:10 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
7848
7849         * remote.texi (VxWorks Remote): Clarify that rebuilding VxWorks kernel
7850         is a mandatory step.  Make the stuff about that more concise.
7851
7852 Wed Oct 27 00:25:46 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
7853
7854         * stabs.texinfo (Class Names): New node.
7855
7856         * gdb.texinfo (Command Files): Explain order of init file reading.
7857
7858         * remote.texi (Bootstrapping): Talk about getting the serial driver
7859         to deal with ^C sent by gdb to stop the remote system.
7860
7861 Mon Oct 25 03:25:41 1993  Tom Lord  (lord@cygnus.com)
7862
7863         * libgdb.texinfo (I/O): incorporated better phrasing from rich.
7864
7865         * libgdb.texinfo (Defining Commands): made the DOC arg
7866         to gdb_define_app_command a char * instead of char **
7867         per a suggestion from kingdon.
7868
7869         * libgdb.texinfo: total rewrite from a different starting
7870         premise.
7871
7872 Wed Oct 20 18:07:44 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
7873
7874         * stabs.texinfo (Local Variable Parameters): Re-write paragraph on
7875         floats passed as doubles (to improve clarity).
7876
7877 Tue Oct 19 14:21:18 1993  Roland H. Pesch  (pesch@fowanton.cygnus.com)
7878
7879         * gdb.texinfo (Source Path): index entries for $cwd, $pdir
7880
7881         * a4rc.sed: update to work with Andreas Vogel papersize params
7882
7883         * refcard.tex: use Andreas Vogel simplifications of papersize
7884         params; remove useless version info; update copyright date.
7885
7886 Tue Oct 19 10:46:22 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
7887
7888         * gdb.texinfo (Symbols): Add class NAME to doc for ptype.
7889
7890 Tue Oct 12 09:11:45 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
7891
7892         * gdb.texinfo (Files): Say what address the load command loads it at.
7893
7894         * stabs.texinfo (Common Blocks): Minor cleanups.
7895
7896         * stabs.texinfo: Update ld stabs in elf relocation to reflect the fact
7897         that Sun has backed away from the linker kludge and thus the relevant
7898         issue is changes to the SunPRO tools, not the Solaris linker.
7899
7900         * stabs.texinfo (Traditional Integer Types): Clean up description
7901         of octal bounds a little bit.  Document extra leading zeroes.
7902
7903 Thu Oct  7 16:15:37 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
7904
7905         * gdb.texinfo (Signaling): Update for symbolic symbol names
7906         and add a section explaining the difference between the GDB
7907         signal command and the shell kill utility.
7908
7909 Wed Oct  6 13:23:01 1993  Tom Lord  (lord@rtl.cygnus.com)
7910
7911         * libgdb.texinfo: added `@' to braces that were unescaped.
7912
7913 Mon Oct  4 10:42:18 1993  Tom Lord  (lord@rtl.cygnus.com)
7914
7915         * libgdb.texinfo: new file.  Spec for the gdb library.
7916
7917 Sun Oct  3 15:26:56 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
7918
7919         * stabs.texinfo (Include Files): Fix typo (start -> end).
7920
7921 Thu Sep 30 18:24:56 1993  Roland H. Pesch  (pesch@fowanton.cygnus.com)
7922
7923         * gdb.texinfo, remote.texi: assorted small improvements, mostly
7924         from Melissa at FSF's editing pass.
7925
7926 Thu Sep 30 11:54:38 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
7927
7928         * gdb.texinfo: Remove stuff about ar and 14 character filenames.
7929         I believe this was fixed by the 13 Sep 89 change to print_frame_info.
7930         Also, modern versions of ar like BSD 4.4 or SVR4 don't have this bug.
7931
7932 Wed Sep 22 21:22:11 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
7933
7934         * remote.texi (Bootstrapping): Discuss 386 call gates.
7935
7936 Sat Sep 18 17:10:44 1993  Jim Kingdon  (kingdon@poseidon.cygnus.com)
7937
7938         * stabs.texinfo (Based Variables): New node.
7939
7940 Thu Sep 16 17:48:55 1993  Jim Kingdon  (kingdon@cirdan.cygnus.com)
7941
7942         * stabs.texinfo (Negative Type Numbers): Re-write discussions of
7943         names, sizes, and formats to suggest how not to lose.
7944
7945 Sat Sep 11 09:35:11 1993  Jim Kingdon  (kingdon@poseidon.cygnus.com)
7946
7947         * stabs.texinfo (Methods): Fix typo.
7948
7949 Fri Sep 10 06:34:20 1993  David J. Mackenzie  (djm@thepub.cygnus.com)
7950
7951         * gdb.texinfo: Fix a few typos.
7952
7953 Wed Sep  8 09:11:52 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
7954
7955         * gdb.texinfo: Clarify how well it works with Fortran.
7956
7957         * stabs.texinfo (Stabs In ELF, Statics, ELF Transformations):
7958         More on relocating stabs in ELF files.
7959
7960 Tue Sep  7 13:45:02 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
7961
7962         * stabs.texinfo (Stabs In ELF): Talk about N_FUN value.
7963
7964 Mon Sep  6 19:23:18 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
7965
7966         * stabs.texinfo (Local Variable Parameters): Talk about nameless
7967         parameters on VAX.
7968
7969 Fri Sep  3 17:06:08 1993  Roland H. Pesch  (pesch@fowanton.cygnus.com)
7970
7971         * gdb.texinfo: @up/@down -> @raisesections/@lowersections
7972
7973 Fri Sep  3 12:04:15 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
7974
7975         * stabs.texinfo: Make info author notice match the TeX author notice.
7976
7977 Tue Aug 31 13:21:06 1993  David J. Mackenzie  (djm@thepub.cygnus.com)
7978
7979         * stabs.texinfo: Initial-caps all words in node names and
7980         non-trivial words in section names.
7981
7982 Mon Aug 30 11:13:16 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
7983
7984         * stabs.texinfo: Many minor cleanups.
7985
7986         * stabs.texinfo: Remove @deffn except from Expanded Reference node.
7987
7988 Sat Aug 28 12:08:09 1993  David J. MacKenzie  (djm@edison.eng.umd.edu)
7989
7990         * stabs.texinfo: Remove full description of big example.
7991         It's not really helpful; just use pieces of it where appropriate.
7992         Add more Texinfo formatting directives (@samp, etc.).
7993         Use @deffn to define stab types.
7994         Eliminate some wordiness.  Break up some nodes.
7995         Add an (alphabetized) index of symbol types.
7996         Use consistent capitalization style in node and section names.
7997
7998 Thu Aug 26 06:36:31 1993  Fred Fish  (fnf@deneb.cygnus.com)
7999
8000         * gdb.texinfo:  Change typo "Two two" to "The two".
8001
8002 Sun Aug 22 12:15:18 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
8003
8004         * stabs.texinfo (XCOFF-differences): Remove references to
8005         non-existent types N_DECL and N_RPSYM.
8006
8007         * stabs.texinfo (String Field): Say that type attributes bug is
8008         fixed in GDB 4.10, since it is.
8009
8010         * stabs.texinfo: Clean up djm cleanups, and more cleanups of my own.
8011
8012 Sat Aug 21 04:32:28 1993  David MacKenzie  (djm@cygnus.com)
8013
8014         * stabs.texinfo: Formatting cleanups.
8015
8016 Fri Aug 20 20:49:53 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
8017
8018         * stabs.texinfo: When explaining the n_type of a stab, standardize
8019         how we do it ('#' as a comment indicator, "36 is N_FUN" as text,
8020         no tabs, use @r).
8021         (Global Variables): Clean up.
8022
8023 Tue Aug 17 15:57:27 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
8024
8025         * stabs.texinfo (Stack Variables): Re-write.
8026
8027 Mon Aug 16 21:20:08 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
8028
8029         * stabs.texinfo (Stabs-in-elf): Talk about getting the start
8030         addresses of a source file.  Also revise formatting.
8031         Change "object module" or "object file" to "source file".
8032         Various: Miscellaneous cleanups.
8033
8034 Thu Aug 12 15:11:51 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
8035
8036         * stabs.texinfo: Point to mangling info in gcc's gpcompare.texi.
8037
8038 Tue Aug 10 16:57:49 1993  Stan Shebs  (shebs@rtl.cygnus.com)
8039
8040         * gdbint.texinfo: Removed many nonsensical machine-collected
8041         host and target conditionals, described some of the remainder.
8042
8043 Tue Aug 10 13:28:30 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
8044
8045         * gdbint.texinfo (Getting Started): Use @itemize, not @table.
8046
8047         * gdbint.texinfo (Top): Add name to @top line, and re-write the
8048         paragraph which follows.
8049
8050         * gdbint.texinfo (Host): Use @code not @samp for Makefile
8051         variables.  Looks better and avoids overful hbox.
8052
8053 Fri Jul 30 18:26:21 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
8054
8055         * stabs.texinfo (Procedures): Improve stuff on nested functions.
8056
8057 Thu Jul 29 15:10:58 1993  Roland H. Pesch  (pesch@fowanton.cygnus.com)
8058
8059         * remote.texi: (MIPS Remote) clearer doc for set/show timeout,
8060         retransmit-timeout
8061
8062 Thu Jul 29 13:16:09 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
8063
8064         * gdbint.texinfo: Update statement about `some ancient Unix
8065         systems, like Ultrix 4.0' to Ultrix 4.2.
8066
8067 Wed Jul 28 15:26:53 1993  Roland H. Pesch  (pesch@el_bosque.cygnus.com)
8068
8069         * h8-cfg.texi, all-cfg.texi: new flag GDBSERVER
8070
8071         * Makefile.in: depend on remote.texi rather than gdbinv-s.texi
8072
8073         * remote.texi: (Server) New node on gdbserver.  (Remote Serial,
8074         ST2000 Remote, MIPS Remote): mention `host:port' syntax for TCP.
8075
8076         * remote.texi: new name for former gdbinv-s.texi
8077
8078         * gdb.texinfo: use remote.texi rather than gdbinv-s.texi
8079
8080 Wed Jul 28 08:26:24 1993  Ian Lance Taylor  (ian@cygnus.com)
8081
8082         * gdbinv-s.texi: Documented timeout and retransmit-timeout
8083         variables for MIPS remote debugging protocol.
8084
8085 Mon Jul 26 13:00:09 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
8086
8087         * stabs.texinfo (Negative Type Numbers): FORTRAN LOGICAL fix.
8088
8089 Tue Jul 20 16:30:41 1993  Jim Kingdon  (kingdon@deneb.cygnus.com)
8090
8091         * Makefile.in (refcard.dvi): Use srcdir where necessary.
8092
8093 Mon Jul 19 12:02:50 1993  Roland H. Pesch  (pesch@cygnus.com)
8094
8095         * gdb.texinfo: repair conditional bugs in text markup
8096
8097 Fri Jul 16 18:57:50 1993  Roland H. Pesch  (pesch@fowanton.cygnus.com)
8098
8099         * gdb.texinfo, all-cfg.texi, h8-cfg.texi: introduce MOD2 switch
8100         to select Modula-2 material.
8101
8102 Thu Jul 15 13:15:01 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
8103
8104         * stabs.texinfo: Cleanups regarding statics.
8105
8106         * gdbinv-s.texi (Bootstrapping): Document exceptionHandler.
8107         (Debug Session): Mention exceptionHandler.  Add xref to Bootstrapping.
8108
8109 Mon Jul 12 13:37:02 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
8110
8111         * stabs.texinfo: N_MAIN is sometimes used for C.
8112
8113 Fri Jul  9 09:47:02 1993  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
8114
8115         * gdbint.texinfo (Host, Target Conditionals): Remove TM_FILE_OVERRIDE.
8116
8117 Tue Jul  6 12:41:28 1993  John Gilmore  (gnu@cygnus.com)
8118
8119         * gdbint.texinfo (Target Conditionals): Remove NO_TYPEDEFS,
8120         removed from the code by Kingdon.
8121
8122 Tue Jul  6 12:24:34 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
8123
8124         * gdb.texinfo (Break Commands): Remove stuff about flushing terminal
8125         input when evaluating breakpoint conditions; the bug has been fixed.
8126
8127         * gdb.texinfo (Continuing and Stepping): Argument to "continue"
8128         sets the ignore count to N-1, not to N.
8129
8130 Thu Jul  1 14:57:42 1993  Roland H. Pesch  (pesch@fowanton.cygnus.com)
8131
8132         * refcard.tex (\hoffset): correct longstanding error to match
8133           intended offset; avoids cutting off edge on some printers
8134
8135 Wed Jun 30 18:23:06 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
8136
8137         * stabs.texinfo (Parameters): Say that order of stabs is significant.
8138
8139 Fri Jun 25 21:34:52 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
8140
8141         * stabs.texinfo (Common Blocks): Say what Sun FORTRAN does.
8142
8143 Fri Jun 25 16:15:10 1993  Roland H. Pesch  (pesch@fowanton.cygnus.com)
8144
8145         * Makefile.in: (REFEDITS) new var to control whether PS or CM
8146         fonts and whether US or A4 paper for GDB refcard; (refcard.dvi)
8147         collect sed edits if any, apply to refcard before formatting;
8148         (refcard.ps) stop implying PS fonts if PS output requested;
8149         (lrefcard.ps) delete extra target for variant PS fonts
8150
8151         * refcard.tex: parametrize papersize dependent info, collect
8152           in easily replaced spot
8153
8154         * a4rc.sed: new file, edits to refcard for A4 paper
8155
8156 Fri Jun 25 14:21:46 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
8157
8158         * stabs.texinfo (Negative Type Numbers): Type -16 is 4 bytes.
8159
8160 Wed Jun 23 15:02:50 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
8161
8162         * stabs.texinfo (Negative Type Numbers): Minor character cleanups.
8163
8164 Tue Jun 22 16:31:52 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
8165
8166         * stabs.texinfo: Express disapproval of 'D' symbol descriptor
8167         politely rather than rudely.
8168
8169 Fri Jun 18 19:42:09 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
8170
8171         * stabs.texinfo: Document common blocks.
8172
8173 Fri Jun 18 12:12:57 1993  Fred Fish  (fnf@cygnus.com)
8174
8175         * stabs.texinfo:  Add some basic info about stabs-in-elf.
8176
8177 Fri Jun 18 13:57:09 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
8178
8179         * stabs.texinfo (Top): Minor cleanup.
8180
8181 Mon Jun 14 16:16:51 1993  david d `zoo' zuhn  (zoo at rtl.cygnus.com)
8182
8183         * Makefile.in (install-info): remove parentdir support
8184
8185 Tue Jun 15 18:11:39 1993  Roland H. Pesch  (pesch@fowanton.cygnus.com)
8186
8187         * gdb.texinfo (Copying): delete this node and references to it;
8188         RMS says this manual need not carry GPL. (passim): Improvements
8189         from last round at FSF, largely due to Ian Taylor review, and
8190         minor formatting improvements.
8191
8192         * gdbinv-s.texi (passim): Improvements from last round at FSF,
8193         largely due to Ian Taylor review. (Debug Session): minor edits to
8194         new text.
8195
8196 Sun Jun 13 12:52:39 1993  Jim Kingdon  (kingdon@cygnus.com)
8197
8198         * Makefile.in (realclean): Remove info and dvi files too.
8199
8200 Sat Jun 12 16:09:22 1993  Jim Kingdon  (kingdon@cygnus.com)
8201
8202         * {all,h8}-config.texi: Rename to *-cfg.texi for 14 char filenames.
8203         * Makefile.in: Change accordingly.  gdb-config.texi -> gdb-cfg.texi.
8204         * gdb.texinfo: Change accordingly.
8205
8206         * stabs.texinfo: Clean up N_{L,R}BRAC.  Discuss what addresses of
8207         N_{L,R}BRAC,N_SLINE are relative to.
8208
8209 Fri Jun 11 15:15:55 1993  Jim Kingdon  (kingdon@cygnus.com)
8210
8211         * Makefile.in (GDBvn.texi): Update atomically.
8212
8213 Wed Jun  9 10:58:16 1993  Jim Kingdon  (kingdon@cygnus.com)
8214
8215         * gdbinv-s.texi (Debug Session): Document exceptionHook.
8216
8217 Tue Jun  8 13:42:04 1993  Jim Kingdon  (kingdon@cygnus.com)
8218
8219         * gdb.texinfo (Print Settings): Move all stuff relating to symbolic
8220         addresses together.  Also motivate the set print symbol-filename
8221         command and suggest other solutions.
8222
8223 Tue Jun  1 22:46:43 1993  Fred Fish  (fnf@cygnus.com)
8224
8225         * gdb.texinfo (set print elements):  Note that the number of
8226         elements is set to unlimited by "set print elements 0".
8227
8228 Mon May 31 08:06:55 1993  Jim Kingdon  (kingdon@cygnus.com)
8229
8230         * stabs.texinfo (Builtin Type Descriptors): Try to clarify what
8231         NF_LDOUBLE means.
8232         (Stab Types): Include Solaris stab types.
8233         (Procedures): Document Solaris extensions.
8234
8235 Thu May 27 06:20:42 1993  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
8236
8237         * gdb.texinfo:  Add `set print symbol-filename' doc.
8238
8239 Wed May 26 00:26:42 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
8240
8241         * stabs.texinfo (Arrays): Talk about type definition vs. type
8242         information.
8243
8244         * stabs.texinfo (Builtin Type Descriptors): Talk about omitting
8245         the trailing semicolon.
8246
8247 Tue May 25 14:49:42 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
8248
8249         * stabs.texinfo (Line Numbers, Source Files): Re-write these two nodes
8250         and merge in other parts of the document addressing these subjects.
8251         gdbint.texinfo (XCOFF): Remove info which is now in stabs.texinfo.
8252
8253         * stabs.texinfo (Subranges, Arrays): Try to explain about the semicolon
8254         at the end of a range type.
8255
8256         * stabs.texinfo (Subranges): "A offset" and "T offset" are not
8257         AIX extensions.
8258
8259 Mon May 24 09:00:33 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
8260
8261         * stabs.texinfo (Stabs Format):  Misc fixes.
8262
8263 Sat May 22 10:40:56 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
8264
8265         * stabs.texinfo (Constants):  Allow an `e' constant to be non-enum.
8266         (Traditional builtin types): Document convex convention for long long.
8267         (Negative builtin types): Discuss type names, and misc fixes.
8268
8269 Fri May 21 11:20:31 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
8270
8271         * stabs.texinfo (Builtin Type Descriptors): Document the floating
8272         point types used with @samp{R} type descriptor.
8273         (Symbol Descriptors): Describe how to handle conflict between
8274         different meanings of @samp{P} symbol descriptor.
8275
8276 Thu May 20 13:35:10 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
8277
8278         * stabs.texinfo: Remove node Quick Reference and put its children
8279         directly under the main menu.
8280
8281         * stabs.texinfo: Many more changes to bring it into line with
8282         AIX documentation and reality.  I think it now has all the
8283         information from the AIX documentation, except that I burned
8284         out when I got to variant records (Pascal and Modula-2) and
8285         all the COBOL types.  Oh well, we can add them later when we're
8286         worrying more about those languages.
8287
8288         * stabs.texinfo (Automatic variables): Talk about what it means
8289         to omit the symbol descriptor.
8290
8291 Tue May 18 17:59:18 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
8292
8293         * stabs.texinfo (Parameters): Add "(sometimes)" when describing
8294         gcc2 behavior with promoted args.
8295
8296 Fri May 14 21:35:29 1993  Roland H. Pesch  (pesch@fowanton.cygnus.com)
8297
8298         * gdb.texinfo: include readline appendices in info version of manual
8299
8300 Fri May  7 11:56:18 1993  Roland H. Pesch  (pesch@fowanton.cygnus.com)
8301
8302         * gdbinv-s.texi (Remote Serial): describe new ^C behavior in
8303         target remote.
8304
8305         * gdb.texinfo (Machine Code): more index entries for disassemble
8306
8307 Fri May  7 10:12:30 1993  Fred Fish  (fnf@cygnus.com)
8308
8309         * Clarify the intended use of the gdb-testers and gdb-patches
8310         mailing lists, and shrink gzip comment.
8311
8312 Thu May  6 16:39:50 1993  Roland H. Pesch  (pesch@fowanton.cygnus.com)
8313
8314         * gdb.texinfo (Shell Commands): do not mention SHELL env var in
8315         DOSHOST configuration of manual.
8316
8317         * gdb.texinfo (MIPS Stack): new node.
8318
8319         * all-config.texi (MIPS) new switch.
8320
8321         * gdbinv-s.texi (Nindy Options) Remove two instances of future
8322         tense; (MIPS Remote) new node.
8323
8324         * gdb.texinfo (passim) rephrases to work around makeinfo @value
8325         bug; (Environment) less passive, other small cleanups in text about
8326         .cshrc/.bashrc; (Invoking GDB) new MIPS Remote menu entry;
8327         (Remote) new MIPS Remote menu entry.
8328
8329 Thu Apr 29 09:36:25 1993  Jim Kingdon  (kingdon@cygnus.com)
8330
8331         * stabs.texinfo: Many changes to include information from the
8332         AIX documentation.
8333
8334         * gdb.texinfo (Environment): Mention pitfall with .cshrc.
8335
8336 Tue Apr 27 14:02:57 1993  Jim Kingdon  (kingdon@cygnus.com)
8337
8338         * gdbint.texinfo (new node Debugging GDB, elsewhere):
8339         Move a bunch of information from ../README.
8340         (Getting Started): New node.
8341
8342 Fri Apr 23 17:21:13 1993  Roland H. Pesch  (pesch@fowanton.cygnus.com)
8343
8344         * gdbinv-s.texi, gdb.texinfo: include Hitachi SH target
8345
8346         * gdb.texinfo: advance manual revision dates to present
8347
8348         * gdbinv-s.texi, gdb.texinfo, all-config.texi, h8-config.texi:
8349         stop using silly Roman numerals in @set variable names
8350
8351 Fri Apr 23 07:30:01 1993  Jim Kingdon  (kingdon@cygnus.com)
8352
8353         * stabs.texinfo (Parameters): Keep trying to get this right.
8354
8355 Wed Apr 21 15:18:47 1993  Jim Kingdon  (kingdon@cygnus.com)
8356
8357         * stabs.texinfo (Parameters): More on "local parameters".
8358
8359 Mon Apr 19 08:00:51 1993  Jim Kingdon  (kingdon@cygnus.com)
8360
8361         * stabs.texinfo (Parameters): Re-do "local parameters" section.
8362
8363 Sun Apr 18 09:47:45 1993  Jim Kingdon  (kingdon@cygnus.com)
8364
8365         * stabs.texinfo (Symbol descriptors): Re-do using @table and @xref.
8366         (Parameters): Rewrite.
8367         (xcoff-differences, Sun-differences): Minor changes.
8368
8369 Thu Apr 15 02:35:24 1993  John Gilmore  (gnu@cacophony.cygnus.com)
8370
8371         * stabs.texinfo:  Minor cleanup.
8372
8373 Wed Apr 14 17:31:00 1993  Jim Kingdon  (kingdon@cygnus.com)
8374
8375         * gdbint.texinfo: Minor xcoff stuff.
8376
8377 Wed Apr  7 14:11:07 1993  Fred Fish  (fnf@cygnus.com)
8378
8379         * gdbint.texinfo:  Update for new config directory structure.
8380         Add info about internal type data structures.
8381
8382 Mon Apr  5 09:06:30 1993  Ian Lance Taylor  (ian@cygnus.com)
8383
8384         * Makefile.in (SFILES_INCLUDED): gdb-config.texi is no longer in
8385         $(srcdir).
8386         (gdb-config.texi): Depend on file in $(srcdir).
8387
8388 Fri Apr  2 16:55:13 1993  Jim Kingdon  (kingdon@cygnus.com)
8389
8390         * stabs.texinfo: Fixes about N_SO.
8391
8392 Fri Mar 26 18:00:35 1993  Roland H. Pesch  (pesch@fowanton.cygnus.com)
8393
8394         * gdb.texinfo: include list of nonstandard init file names
8395
8396         * *-config.texi: new switch GENERIC for text that applies *only*
8397         to (usual) multiple-target version of manual
8398
8399         * gdb.texinfo, gdbinv-s.texi: Update conditional markup to correct
8400         h8 config
8401
8402         * gdb.texinfo: depend on latest fixed makeinfo, use conditionals
8403         in menus (rather than conditionally selected multiple alternative
8404         menus).
8405
8406         * Makefile.in: define and use DOC_CONFIG var to select
8407         configuration for GDB user manual.
8408
8409         * gdb-config.texi: delete from repository, generate from Makefile.
8410
8411         * all-config.texi: normal `generic' configuration file, formerly
8412         stored as gdb-config.texi
8413
8414 Wed Mar 24 14:03:19 1993  david d `zoo' zuhn  (zoo at poseidon.cygnus.com)
8415
8416         * Makefile.in: add dvi target to build all .dvi files
8417
8418 Tue Mar 23 16:03:24 1993  Roland H. Pesch  (pesch@fowanton.cygnus.com)
8419
8420         * gdb.texinfo, gdvinv-s.texinfo: formatting improvements.
8421
8422 Fri Mar 19 21:46:50 1993  John Gilmore  (gnu@cygnus.com)
8423
8424         * gdbint.texinfo:  Doc NO_MMALLOC and NO_MMALLOC_CHECK as
8425         host conditionals.
8426         * stabs.texinfo:  More array fixes inspired by Jim's.
8427
8428 Fri Mar 19 10:23:34 1993  Jim Kingdon  (kingdon@cygnus.com)
8429
8430         * stabs.texinfo: Fixes re arrays and continuations.
8431
8432         * gdbint.texinfo: Add XCOFF node.
8433
8434 Mon Mar  8 15:52:18 1993  John Gilmore  (gnu@cygnus.com)
8435
8436         * gdb.texinfo:  Add `set print max-symbolic-offset' doc.
8437
8438 Sun Feb 21 17:09:38 1993  Per Bothner  (bothner@rtl.cygnus.com)
8439
8440         * stabs.texinfo:  Fix for array types to mention lower bounds.
8441
8442 Thu Feb 18 01:19:49 1993  John Gilmore  (gnu@cygnus.com)
8443
8444         * gdbint.texinfo:  Update PTRACE_ARG3_TYPE doc, pull PT_*.
8445
8446 Wed Feb 17 08:15:24 1993  John Gilmore  (gnu@cygnus.com)
8447
8448         * gdbint.texinfo:  Remove SET_STACK_LIMIT_HUGE from target defines.
8449
8450 Thu Feb 11 10:38:40 1993  John Gilmore  (gnu@cygnus.com)
8451
8452         * gdbint.texinfo:  Fix thinko (NM_FILE => NAT_FILE).  Found
8453         by Michael Ben-Gershon <mybg@CS.HUJI.AC.IL>.
8454
8455 Wed Feb 10 23:59:19 1993  John Gilmore  (gnu@cygnus.com)
8456
8457         * gdbint.texinfo:  Eliminate IBM6000_HOST, document IBM6000_TARGET.
8458
8459 Tue Feb  9 18:26:21 1993  Roland H. Pesch  (pesch@fowanton.cygnus.com)
8460
8461         * gdb.texinfo, gdbinv-s.texi: misc updates
8462
8463 Sat Feb  6 10:25:47 1993  John Gilmore  (gnu@cygnus.com)
8464
8465         * gdbint.texinfo:  Brief documentation for longjmp support,
8466         from an email msg by Stu.
8467
8468 Fri Feb  5 14:10:15 1993  John Gilmore  (gnu@cygnus.com)
8469
8470         * stabs.texinfo:  Fix description of floating point "range"
8471         types (which really define basic types).  Reported by Jim Meehan,
8472         <meehan@src.dec.com>.
8473
8474         * gdbint.texinfo:  Remove COFF_NO_LONG_FILE_NAMES define, now gone.
8475
8476 Thu Feb  4 13:56:46 1993  Ian Lance Taylor  (ian@cygnus.com)
8477
8478         * gdbint.texinfo: Slightly expand section on supporting a new
8479         object file format.
8480
8481 Thu Feb  4 01:49:04 1993  John Gilmore  (gnu@cygnus.com)
8482
8483         * Makefile.in (refcard.ps, lrefcard.ps):  Remove psref.tex
8484         intermediate file.
8485
8486 Tue Feb  2 12:18:06 1993  Roland H. Pesch  (pesch@fowanton.cygnus.com)
8487
8488         * gdb.texinfo, gdbinv-s.texi: miscellaneous stylistic cleanups
8489
8490 Mon Feb  1 15:35:47 1993  Roland H. Pesch  (pesch@fowanton.cygnus.com)
8491
8492         * gdbinv-s.texi: z8000 simulator target name is just "sim"
8493
8494         * gdbinv-s.texi:  Mention that Z8000 simulator can simulate Z8001
8495         as well as Z8002.
8496
8497 Sat Nov 28 06:51:35 1992  John Gilmore  (gnu@cygnus.com)
8498
8499         * gdbint.texinfo:  Add sections on clean design and on how to send
8500         in changes.
8501
8502 Mon Nov  9 23:57:02 1992  John Gilmore  (gnu@cygnus.com)
8503
8504         * gdbint.texinfo:  Add how to declare the result of make_cleanup.
8505
8506 Mon Oct 26 11:09:47 1992  John Gilmore  (gnu@cygnus.com)
8507
8508         * gdb.texinfo:  Fix typo, reported by Karl Berry.
8509
8510 Fri Oct 23 00:41:21 1992  John Gilmore  (gnu@cygnus.com)
8511
8512         * gdb.texinfo:  Add opcodes dir to GDB distribution description.
8513
8514 Sat Oct 10 18:04:58 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
8515
8516         * gdbint.texinfo: fixed a stray email address (needs @@),
8517         added @table @code to node "Native Conditionals"
8518
8519 Tue Sep 22 00:34:15 1992  John Gilmore  (gnu@cygnus.com)
8520
8521         * gdbint.texinfo:  Describe coding style of GDB.
8522
8523 Mon Sep 21 19:32:16 1992  John Gilmore  (gnu@cygnus.com)
8524
8525         * stabs.texinfo:  Minor wording changes.
8526
8527 Tue Sep 15 02:57:09 1992  John Gilmore  (gnu@cygnus.com)
8528
8529         * gdbint.texinfo:  Improve release doc slightly.
8530
8531 Fri Sep 11 01:34:25 1992  John Gilmore  (gnu@sphagnum.cygnus.com)
8532
8533         * gdbint.texinfo:  Improve doc of GDB config macros.
8534
8535 Wed Sep  9 16:52:06 1992  John Gilmore  (gnu@cygnus.com)
8536
8537         * stabs.texinfo:  Remove Bothner's changes for C++ nested types.
8538         These will be reinserted when examined.
8539
8540 Mon Aug 24 01:17:55 1992  John Gilmore  (gnu@cygnus.com)
8541
8542         * gdbint.texinfo:  Make a start at documenting all the #if macros
8543         in GDB.  At least list them all, and start separating them into
8544         host-specific and target-specific.
8545
8546 Tue Aug 18 15:59:13 1992  Roland H. Pesch  (pesch@fowanton.cygnus.com)
8547
8548         * gdbinv-s.m4.in: refrain from using @cartouche for just a few
8549         examples (not consistent w others).
8550         gdb.texinfo: issue disclaimer paragraph on cmdline options only
8551         for generic vn of doc
8552
8553 Tue Aug 18 14:53:27 1992  Ian Lance Taylor  (ian@cygnus.com)
8554
8555         * Makefile.in: always create installation directories.
8556
8557 Tue Aug 18 14:11:50 1992  Roland H. Pesch  (pesch@fowanton.cygnus.com)
8558
8559         * gdb.texinfo: in h8 config, do not describe searching commands.
8560
8561 Mon Aug 17 18:07:59 1992  Roland H. Pesch  (pesch@fowanton.cygnus.com)
8562
8563         * gdb.texinfo, none.m4, h8.m4, gdbinv-s.m4.in: improve H8/300
8564           conditionals; introduce a few generic switches that may be
8565           useful for other cross-dev or dos-hosted configs.
8566
8567         * gdb.texinfo: fix typo in "info reg" description
8568
8569 Sun Aug 16 01:16:18 1992  John Gilmore  (gnu@cygnus.com)
8570
8571         * stabs.texinfo:  Minor updates from running TeX over it.
8572         * Makefile.in (stabs.dvi, stabs.ps):  Add.
8573
8574 Sat Aug 15 20:52:24 1992  Per Bothner  (bothner@rtl.cygnus.com)
8575
8576         * stabs.texinfo:  Stabs documentation, written by Julia Menapace.
8577         First pass at converting it to texinfo.
8578
8579 Sat Aug 15 03:14:59 1992  John Gilmore  (gnu@cygnus.com)
8580
8581         * gdb.texinfo, refcard.tex:  Document mult args on `info reg'.
8582         * Makefile.in (refcard.ps, lrefcard.ps):  Add missing $(srdir).
8583
8584 Fri Aug 14 21:08:47 1992  John Gilmore  (gnu@cygnus.com)
8585
8586         * gdbint.texinfo:  Add section on partial symbol tables.
8587
8588 Sat Jun 20 16:31:10 1992  John Gilmore  (gnu at cygnus.com)
8589
8590         * gdb.texinfo:  document `set remotedebug' and `set
8591         rstack_high_address'.
8592
8593 Thu May 14 17:09:48 1992  Roland H. Pesch  (pesch@fowanton.cygnus.com)
8594
8595         * gdb.texinfo: slight expansion of new text on reading info files
8596         * gdbinv-s.m4.in: correct and expand info on cross-debugging
8597         H8/300 from DOS.
8598
8599 Tue May 12 12:22:47 1992  John Gilmore  (gnu at cygnus.com)
8600
8601         * gdb.texinfo:  `info user' => `show user'.  Noticed by David Taylor.
8602
8603 Mon May 11 19:06:27 1992  John Gilmore  (gnu at cygnus.com)
8604
8605         * gdb.texinfo:  Say how to read the `info' files.
8606
8607 Tue May  5 12:11:38 1992  K. Richard Pixley  (rich@cygnus.com)
8608
8609         * Makefile.in: gm4 -> m4.
8610
8611 Fri Apr 10 17:50:43 1992  John Gilmore  (gnu at rtl.cygnus.com)
8612
8613         * gdb.texinfo:  Update for GDB-4.5.  Move `Formatting
8614         Documentation' ahead of `Installing GDB' to match README.
8615         Update shared library doc, -readnow and -mapped, and directory
8616         structure (add glob and mmalloc).  Update configure doc.
8617
8618 Tue Mar 24 23:28:38 1992  K. Richard Pixley  (rich@cygnus.com)
8619
8620         * Makefile.in: remove $(srcdir) from gdb.info rule.
8621
8622 Sat Mar  7 18:44:50 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
8623
8624         * Makefile.in: commented out gdb-all.texinfo rule.  This is
8625           temporary.
8626
8627 Wed Feb 26 18:04:40 1992  K. Richard Pixley  (rich@cygnus.com)
8628
8629         * Makefile.in, configure.in: removed traces of namesubdir,
8630           -subdirs, $(subdir), $(unsubdir), some rcs triggers.  Forced
8631           copyrights to '92, changed some from Cygnus to FSF.
8632
8633 Fri Dec 13 09:47:31 1991  John Gilmore  (gnu at cygnus.com)
8634
8635         * gdb.texinfo:  Improve how we ask for bug reports.
8636
8637 Tue Dec 10 04:07:21 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
8638
8639         * Makefile.in: infodir belongs in datadir.
8640
8641 Fri Dec  6 23:57:34 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
8642
8643         * Makefile.in: remove spaces following hyphens, bsd make can't
8644           cope.  install using INSTALL_DATA.  added clean-info.  added
8645           standards.text support.
8646
8647 Thu Dec  5 22:46:12 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
8648
8649         * Makefile.in: idestdir and ddestdir go away.  Added copyrights
8650           and shift gpl to v2.  Added ChangeLog if it didn't exist. docdir
8651           and mandir now keyed off datadir by default.
8652
8653 \f
8654 Local Variables:
8655 mode: change-log
8656 left-margin: 8
8657 fill-column: 74
8658 version-control: never
8659 End: