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