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