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