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