Add configure support for building with guile 2.2.
[deliverable/binutils-gdb.git] / gdb / doc / ChangeLog
... / ...
CommitLineData
12014-05-24 Eli Zaretskii <eliz@gnu.org>
2
3 * guile.texi (Types In Guile, Basic Guile, Frames In Guile)
4 (Breakpoints In Guile, Guile Printing Module)
5 (Guile Exception Handling, Values From Inferior In Guile)
6 (Objfiles In Guile, Breakpoints In Guile, Memory Ports in Guile):
7 Don't use @var at the beginning of a sentence.
8
9 * gdb.texinfo (Frame Filter Management, Trace Files)
10 (C Operators, Ada Tasks, Calling, Bootstrapping, ARM)
11 (PowerPC Embedded, Define, Annotations for Running)
12 (IPA Protocol Commands, Packets, General Query Packets)
13 (Tracepoint Packets, Notification Packets, Environment)
14 (Inferiors and Programs, Set Breaks, Set Catchpoints)
15 (Continuing and Stepping, Signals, Thread-Specific Breakpoints)
16 (Frames, Backtrace, Selection, Expressions, Registers)
17 (Trace State Variables, Built-In Func/Proc, Signaling, Files)
18 (Numbers, GDB/MI Async Records, GDB/MI Data Manipulation)
19 (Source Annotations, Using JIT Debug Info Readers, Packets)
20 (Stop Reply Packets, Host I/O Packets)
21 (Target Description Format): Don't use @var at the beginning of a
22 sentence.
23
24 * python.texi (Basic Python, Types In Python)
25 (Commands In Python, Frames In Python, Line Tables In Python)
26 (Breakpoints In Python, gdb.printing, gdb.types)
27 (Type Printing API): Don't use @var at the beginning of a
28 sentence.
29
302014-05-23 Markus Metzger <markus.t.metzger@intel.com>
31
32 * gdb.texinfo (Process Record and Replay): Document "set/show btrace
33 replay-memory-access".
34
352014-05-21 Pedro Alves <palves@redhat.com>
36
37 * gdb.texinfo (Starting): Document "set/show
38 auto-connect-native-target".
39 (Target Commands): Document "target native".
40
412014-05-20 Pedro Alves <palves@redhat.com>
42
43 * gdb.texinfo (Memory) <compare-sections>: Generalize comments to
44 not be remote specific. Add cross reference to the qCRC packet.
45 (Separate Debug Files): Update cross reference to the qCRC packet.
46 (General Query Packets) <qCRC packet>: Add anchor.
47
482014-05-17 Doug Evans <xdje42@gmail.com>
49
50 Copy over changes from guile.texi.
51 * python.texi (Basic Python) <gdb.execute>: Add text.
52 (Basic Python) <gdb.post_event>: Remove "main" from "main GDB thread".
53 (Values From Inferior) <Python string>: Add text.
54 (Values From Inferior) <Value.string>: Clarify string length handling.
55 (Pretty Printing API): Add cindex.
56 (Types In Python) <TYPE_CODE_*>: Use vtable instead of table.
57 Remove unnecessary index of gdb.TYPE_CODE_*. Replace @findex with
58 @vindex.
59 (Commands In Python) <COMPLETE_*>: Similarly.
60 (Symbols In Python) <SYMBOL_*>: Similarly.
61 (Breakpoints In Python) <WP_*>: Similarly.
62 (Breakpoints In Python) <BP_*>: Similarly.
63
642014-05-17 David Taylor <dtaylor@emc.com>
65
66 * gdb.texinfo (General Query Packets): Add a note about thread IDs
67 mentioned in the qfThreadInfo reply.
68
692014-05-16 Doug Evans <dje@google.com>
70
71 * gdb.texinfo (Mode Options): Add -D.
72
732014-05-09 Samuel Bronson <naesten@gmail.com>
74
75 * Makefile.in (PACKAGE): Copy from ../Makefile.in in case of
76 "make -C".
77
782014-04-29 Tom Tromey <tromey@redhat.com>
79
80 * gdb.texinfo (Debugging Output): Rename to "set debug varobj" and
81 "show debug varobj".
82
832014-05-01 David Taylor <dtaylor@emc.com>
84
85 * gdb.texinfo (compare-sections): Document the new -r (read-only)
86 option.
87
882014-04-24 Michael Sturm <michael.sturm@mintel.com>
89 Walfred Tedeschi <walfred.tedeschi@intel.com>
90
91 * gdb.texinfo (i386 Features): Add description of AVX512
92 registers.
93
942014-03-31 Doug Evans <dje@google.com>
95
96 * gdb.texinfo (Symbols): Document set/show print symbol-loading.
97
982014-03-30 Doug Evans <dje@google.com>
99
100 * gdb.texinfo (Non-Stop Mode): Remove trailing whitespace.
101 (Background Execution): Ditto.
102
1032014-03-21 Pedro Alves <palves@redhat.com>
104 Stan Shebs <stan@codesourcery.com>
105 Hui Zhu <hui@codesourcery.com>
106
107 * gdb.texinfo (Packets): Add anchor to "? packet".
108 Remove fixme and update introduction of "k packet".
109 Add anchor to "vKill packet".
110
1112014-03-12 Stan Shebs <stan@codesourcery.com>
112
113 * Doxyfile-gdb-api.in (INPUT): Add gdbtypes.h.
114
1152014-02-26 Ludovic Courtès <ludo@gnu.org>
116
117 * guile.texi (Basic Guile): Document 'history-append!'.
118
1192014-02-20 Joel Brobecker <brobecker@adacore.com>
120
121 * gdb.texinfo (Files): Document "add-shared-symbol-files"
122 and "assf" as being deprecated.
123 (Cygwin Native): Likewise for "dll-symbols".
124 (Non-debug DLL Symbols): Remove reference to "dll-symbols"
125 as a way to force the loading of symbols from a DLL.
126
1272014-02-19 Siva Chandra Reddy <sivachandra@google.com>
128
129 * python.texi (Values From Inferior): Add description about the
130 new feature.
131
1322014-02-17 Doug Evans <xdje42@gmail.com>
133
134 * Makefile.in (GDB_DOC_FILES): Add python.texi.
135 * gdb.texinfo (Python): Moved to ...
136 * python.texi: ... here. New file.
137
1382014-02-17 Ludovic Courtès <ludo@gnu.org>
139
140 * guile.texi (Writing a Guile Pretty-Printer) <example>:
141 Remove 'string-begins-with' procedure. Add 'pretty-printer'
142 parameter to 'str-lookup-function' procedure. Look for
143 the "std::string<" prefix.
144 (Frames In Guile): Add 'frame' parameter to 'frame-read-var'.
145 Adjust description.
146
1472014-02-11 Tejas Belagod <tejas.belagod@arm.com>
148
149 * guile.texi (Values From Inferior In Guile): Remove stray
150 parantheses for deffn.
151 (Disassembly In Guile): Ditto.
152
1532014-02-10 Stan Shebs <stan@codesourcery.com>
154
155 Add Doxygen support.
156 * Makefile.in (doxy): New action, generates Doxygen files.
157 (DOXYGEN): New.
158 (doxyedit): New.
159 * Doxyfile-base.in: New file.
160 * Doxyfile-gdb-api.in: New file.
161 * Doxyfile-gdb-xref.in: New file.
162 * Doxyfile-gdbserver.in: New file.
163 * doxy-index.in: New file.
164 * filter-for-doxygen: New file.
165 * filter-params.pl: New file.
166
1672014-02-10 Doug Evans <xdje42@gmail.com>
168
169 * Makefile.in (GDB_DOC_FILES): Add guile.texi.
170 * gdb.texinfo (Auto-loading): Add set/show auto-load guile-scripts.
171 (Extending GDB): New menu entries Guile, Multiple Extension Languages.
172 (Guile docs): Include guile.texi.
173 (objfile-gdbdotext file): Add objfile-gdb.scm.
174 (dotdebug_gdb_scripts section): Mention Guile scripts.
175 (Multiple Extension Languages): New node.
176 * guile.texi: New file.
177
1782014-01-28 Joel Brobecker <brobecker@adacore.com>
179
180 * gdb.texinfo (Ada Glitches): Document the new "maint ada set/show
181 ignore-descriptive-types". commands.
182
1832014-01-22 Doug Evans <dje@google.com>
184
185 * gdb.texinfo (Server): Mention --debug-format=all|none|timestamp.
186 (gdbserver man): Ditto.
187
1882014-01-16 Markus Metzger <markus.t.metzger@intel.com>
189
190 * gdb.texinfo: Document limited reverse/replay support
191 for target record-btrace.
192
1932014-01-16 Markus Metzger <markus.t.metzger@intel.com>
194
195 * gdb.texinfo (Process Record and Replay): Update documentation.
196
1972014-01-16 Markus Metzger <markus.t.metzger@intel.com>
198
199 * gdb.texinfo (Process Record and Replay): Document new /c
200 modifier accepted by "record function-call-history".
201 Add /i modifier to "record function-call-history" example.
202
2032014-01-15 Yuanhui Zhang <asmwarrior@gmail.com>
204 Joel Brobecker <brobecker@adacore.com>
205
206 * gdb.texinfo (GDB/MI Output Syntax): Add some missing "nl"
207 markers. Remove one that was misplaced.
208
2092014-01-10 Pedro Alves <palves@redhat.com>
210
211 * gdb.texinfo (Your Program's Environment) <set environment>:
212 Mention the shell, and point at 'set exec-wrapper'.
213
2142014-01-07 Joel Brobecker <brobecker@adacore.com>
215
216 * gdb.texinfo (Types In Python): Document new attribute Types.name.
217
2182013-12-30 Joel Brobecker <brobecker@adacore.com>
219
220 * gdb.texinfo (Types In Python): Clarify the documentation
221 of attribute gdb.Field.bitpos.
222
2232013-12-28 Joel Brobecker <brobecker@adacore.com>
224
225 * gdb.texinfo (Types In Python): Fix the documentation of
226 attribute "bitpos" in class gdb.Field for enum types. Add
227 documentation for attribute "enumval" in that same class.
228
2292013-12-28 Joel Brobecker <brobecker@adacore.com>
230
231 * gdb.texinfo (GDB/MI Support Commands): Change @table into
232 @ftable.
233
2342013-12-23 Doug Evans <xdje42@gmail.com>
235
236 * gdb.texinfo (Auto-loading): Move menu up. Move discussion of
237 auto-loaded objfile scripts and .debug_gdb_scripts section to their
238 corresponding section in Extending GDB.
239 (Extending GDB): Move menu up. New menu item "Auto-loading
240 extensions".
241 (Sequences): New menu item "Auto-loading sequences".
242 (Auto-loading sequences): New node.
243 (Python): Rename section from Scripting GDB to Extending GDB.
244 (Python Auto-loading): Update xref, refer to "Auto-loading extensions".
245 Move docs on ways to auto-load extensions to ...
246 (Auto-loading extensions): ... here. New node.
247
2482013-12-23 Joel Brobecker <brobecker@adacore.com>
249
250 * gdb.texinfo (GDB/MI): Add "GDB/MI Support Commands" entry
251 in menu.
252 (GDB/MI Variable Objects): Adjust reference to "-list-features"
253 command, now in a new node.
254 (GDB/MI Support Commands): New node, with its contents being
255 extracted from the "GDB/MI Miscellaneous Commands" node.
256 A small paragraph introducing the section is also added at
257 the start.
258 (GDB/MI Miscellaneous Commands): Delete the description of the
259 -info-gdb-mi-command, -list-features and -list-target-features
260 commands, now hosted in the "GDB/MI Support Commands" node.
261
2622013-12-12 Siva Chandra Reddy <sivachandra@google.com>
263
264 PR python/16113
265 * gdb.texinfo (Values From Inferior): Add a note about using
266 gdb.Field objects as subscripts on gdb.Value objects.
267 (Types In Python): Add description about the new attribute
268 "parent_type" of gdb.Field objects.
269
2702013-12-12 Joel Brobecker <brobecker@adacore.com>
271
272 * gdb.texinfo (GDB/MI Miscellaneous Commands): Add @cindex
273 entry for section docuumenting the -list-features GDB/MI command.
274
2752013-12-10 Joel Brobecker <brobecker@adacore.com>
276
277 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document the new
278 "exec-run-start-option" entry in the output of the "-list-features"
279 command.
280
2812013-12-04 Eli Zaretskii <eliz@gnu.org>
282
283 * gdb.texinfo (i386): Fix yesterday's commit.
284
2852013-12-03 Tom Tromey <tromey@redhat.com>
286
287 * gdb.texinfo (Set Catchpoints): Add @kindex for each command
288 documented here.
289
2902013-12-03 Tom Tromey <tromey@redhat.com>
291
292 * gdb.texinfo (@direntry): Add menu item for gdbserver.
293
2942013-12-03 Walfred Tedeschi <walfred.tedeschi@intel.com>
295
296 * gdb.texinfo (i386 Features): Add MPX feature registers.
297 (x86 Specific featuresx86 Architecture-specific Issues): Adds
298 a subsubsection for MPX and describes the display of the
299 boundary registers.
300
3012013-12-03 Joel Brobecker <brobecker@adacore.com>
302
303 * gdb.texinfo (GDB/MI Miscellaneous Commands): Remove the
304 documentation of the "ada-exceptions" entry.
305
3062013-12-03 Joel Brobecker <brobecker@adacore.com>
307
308 * gdb.texinfo (GDB/MI Result Records): Fix the syntax of the
309 "^error" result record concerning the error message. Document
310 the error code that may also be part of that result record.
311 (GDB/MI Miscellaneous Commands): Document the
312 "undefined-command-error-code" element in the output of
313 the "-list-features" GDB/MI command.
314
3152013-12-03 Joel Brobecker <brobecker@adacore.com>
316
317 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document
318 the new -info-gdb-mi-command GDB/MI command. Document
319 the meaning of "-info-gdb-mi-command" in the output of
320 -list-features.
321
3222013-11-29 Pedro Alves <palves@redhat.com>
323
324 * gdb.texinfo (Frames In Python) <gdb.FRAME_UNWIND_NULL_ID>:
325 Update comment.
326
3272013-11-24 Yao Qi <yao@codesourcery.com>
328
329 * gdb.texinfo (Caching Remote Data): Document new
330 "set/show stack-cache" option.
331
3322013-11-24 Yao Qi <yao@codesourcery.com>
333
334 * gdb.texinfo (Caching Target Data): Replace "ON" with "on".
335 (Maintenance Commands): Replace "ON" and "OFF" with "on" and
336 "off" respectively.
337
3382013-11-23 Yao Qi <yao@codesourcery.com>
339
340 * gdb.texinfo (GDB/MI Variable Objects): Add the description
341 of "displayhint" to the table about child results.
342
3432013-11-21 Yao Qi <yao@codesourcery.com>
344
345 * gdb.texinfo (GDB/MI Variable Objects): Add attribute
346 'dynamic' for the output of command -var-list-children.
347
3482013-11-21 Yao Qi <yao@codesourcery.com>
349
350 * gdb.texinfo (Caching Target Data): Remove "see" before
351 @pxref.
352
3532013-11-20 Yao Qi <yao@codesourcery.com>
354
355 * gdb.texinfo (Caching Target Data): Update doc for
356 per-address-space dcache.
357
3582013-11-20 Yao Qi <yao@codesourcery.com>
359
360 * gdb.texinfo (Data): Rename menu item.
361 (Caching Remote Data): Rename to ...
362 (Caching Target Data): ... it. Update.
363
3642013-11-18 Joel Brobecker <brobecker@adacore.com>
365
366 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document the new
367 "language-option" entry in the output of the "-list-features"
368 command.
369
3702013-11-15 Tom Tromey <tromey@redhat.com>
371
372 * gdb.texinfo (Variables): Note gdb rules for ambiguous cases.
373 Add example.
374
3752013-11-14 Tom Tromey <tromey@redhat.com>
376
377 * gdb.texinfo (Breakpoints In Python): Replace "as" with "in".
378
3792013-11-14 Joel Brobecker <brobecker@adacore.com>
380
381 * gdb.texinfo (Show): Add xref anchor for "show language" command.
382 (Context management): Place current subsection text into its own
383 subsubsection. Add new subsubsection describing the "--language"
384 command option.
385
3862013-11-13 Joel Brobecker <brobecker@adacore.com>
387
388 * gdb.texinfo (GDB/MI Miscellaneous Commands): Delete
389 the documentation of "info-ada-exceptions" in the output
390 of the "-list-features" command. Add the documentation
391 of the "ada-exception" entry instead.
392
3932013-11-12 Joel Brobecker <brobecker@adacore.com>
394
395
396 * gdb.texinfo (GDB/MI Miscellaneous Commands): Fix the first
397 word of a couple of sentences to start with a capital letter.
398
3992013-11-12 Joel Brobecker <brobecker@adacore.com>
400
401 * gdb.texinfo (Ada): Add entry in menu for new "Ada Exceptions" node.
402 (Ada Exceptions): New node.
403 (GDB/MI): Add entry in menu for new "GDB/MI Ada Exceptions
404 Commands" node.
405 (GDB/MI Ada Exceptions Commands): New node.
406 (GDB/MI Miscellaneous Commands): Document new "info-ada-exceptions"
407 field in the output of the "-list-features" command.
408 * NEWS: Add entry for the new "info exceptions" CLI command,
409 and for the new "-info-ada-exceptions" GDB/MI command.
410
4112013-11-11 Phil Muldoon <pmuldoon@redhat.com>
412
413 * gdb.texinfo (Symbol Tables In Python): Add linetable method entry.
414 (Line Tables In Python): New node.
415
4162013-11-08 Doug Evans <dje@google.com>
417
418 * gdb.texinfo (Debugging Output): Update text for
419 "set debug dwarf2-read".
420
4212013-11-08 Doug Evans <dje@google.com>
422
423 * gdb.texinfo (Debugging Output): Update text for
424 "set debug symtab-create".
425
4262013-11-07 Phil Muldoon <pmuldoon@redhat.com>
427
428 * gdb.texinfo (Commands In Python): Document COMPLETE_EXPRESSION
429 constant.
430
4312013-11-07 Phil Muldoon <pmuldoon@redhat.com>
432
433 * gdb.texinfo (Breakpoints In Python): Document temporary
434 option in breakpoint constructor, and add documentation to the
435 temporary attribute.
436
4372013-11-07 Yao Qi <yao@codesourcery.com>
438
439 * gdb.texinfo (GDB/MI Variable Objects): Update doc about the
440 output of "-var-info-expression".
441
4422013-11-06 Pedro Alves <palves@redhat.com>
443
444 * gdb.texinfo (Starting) <set/show startup-with-shell>: Mention
445 non-interactive mode.
446 (Environment) <shell startup files warning>: Mention
447 non-interactive mode. Mention .zshenv for Z shell, and talk about
448 BASH_ENV instead of .bashrc for BASH.
449
4502013-10-29 Nicolas Blanc <nicolas.blanc@intel.com>
451
452 * gdb.texinfo (Commands to Specify Files): Add description
453 of the remove-symbol-file command.
454 * observer.texi: New free_objfile event
455
4562013-10-24 Pedro Alves <palves@redhat.com>
457
458 * gdb.texinfo (Starting): Document set/show startup-with-shell.
459
4602013-10-11 Joel Brobecker <brobecker@adacore.com>
461
462 * gdb.texinfo (Shared Library GDB/MI Catchpoint Commands):
463 New subsection inside which the "-catch-load" and "-catch-unload"
464 commands documentation is now placed.
465 (Ada Exception GDB/MI Catchpoint Commands): New subsection
466 documenting the "-catch-assert" and "-catch-exception" new
467 GDB/MI commands.
468
4692013-10-10 Joel Brobecker <brobecker@adacore.com>
470
471 * gdb.texinfo (Connecting): Remove unnecessary @w{}.
472
4732013-10-10 Joel Brobecker <brobecker@adacore.com>
474
475 * gdb.texinfo (Connecting): Replace "set remotebaud" by "set
476 serial baud".
477 (Remote Configuration): Replace "set remotebaud" by "set serial
478 baud". Replace "show remotebaud" by "show serial baud".
479
4802013-10-07 Pedro Alves <palves@redhat.com>
481
482 PR breakpoints/11568
483 * gdb.texinfo (Thread-Specific Breakpoints): Mention what happens
484 when the thread is removed from the thread list.
485
4862013-10-06 Sergio Durigan Junior <sergiodj@redhat.com>
487
488 * gdb.texinfo (Convenience Variables): Document $_exitsignal.
489 Update entry for $_exitcode.
490
4912013-10-04 Joel Brobecker <brobecker@adacore.com>
492
493 * gdb.texinfo (GDB/MI Program Execution): Document "-exec-run"'s
494 new "--start" option.
495
4962013-10-02 Pedro Alves <palves@redhat.com>
497
498 * gdb.texinfo (Registers): Expand description of saved registers
499 in frames. Explain <not saved>.
500
5012013-09-25 Doug Evans <dje@google.com>
502
503 * gdb.texinfo (Debugging Output): Document set/show debug symfile.
504
5052013-09-16 Stan Shebs <stan@codesourcery.com>
506
507 Remove the internals manual gdbint.texinfo.
508 * Makefile.in (INFO_DEPS): Remove gdbint.info.
509 (PDFFILES): Remove gdbint.pdf.
510 (HTMLFILES): Remove gdbint/index.html.
511 (HTMLFILES_INSTALL): Remove gdbint.
512 (GDBINT_DOC_FILES): Remove.
513 (dvi): Remove gdbint.dvi.
514 (ps): Remove gdbint.ps.
515 * gdbint.texinfo: Remove file.
516 * gdb.texinfo (Maintenance Commands): Remove reference to gdbint.
517
5182013-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
519
520 * gdb.texinfo (Convenience Functions): Mention new convenience
521 function $_isvoid.
522
5232013-09-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
524
525 * gdb.texinfo (Decimal Floating Point format): Mention S/390.
526 (Standard Target Features): Add new node to menu.
527 (S/390 and System z Features): New node.
528
5292013-09-13 Sanimir Agovic <sanimir.agovic@intel.com>
530
531 * gdb.texinfo (GDB/MI Miscellaneous Commands): Use
532 -list-target-features in the example.
533
5342013-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
535
536 * gdb.texinfo (MiniDebugInfo): Prepare file debug and use it to create
537 mini_debuginfo. Strip binary before adding mini_debuginfo to it.
538
5392013-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
540
541 Sync documentation with gdb.base/gnu-debugdata.exp.
542 * gdb.texinfo (MiniDebugInfo): Add comment and "D" in the example.
543
5442013-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
545
546 * gdb.texinfo (MiniDebugInfo): Fix two trailing dots.
547
5482013-08-27 Pedro Alves <pedro@codesourcery.com>
549 Yao Qi <yao@codesourcery.com>
550
551 * gdb.texinfo (GDB/MI Stack Manipulation) <-stack-list-locals>:
552 Document new --skip-unavailable option.
553 <-stack-list-variables>: Document new --skip-unavailable option.
554
5552013-08-26 Doug Evans <dje@google.com>
556
557 * gdb.texinfo (Maintenance Commands): "maint print objfiles" now takes
558 an optional regexp.
559
5602013-08-13 Tom Tromey <tromey@redhat.com>
561
562 * gdbint.texinfo (Testsuite): Use @table, not @itemize.
563 Document GDB_PARALLEL and GDB_INOTIFY.
564
5652013-08-09 Stan Shebs <stan@codesourcery.com>
566
567 * LRS: Remove file, describes a long-abandoned live-range
568 splitting extension to stabs.
569
5702013-07-25 Andrew Burgess <aburgess@broadcom.com>
571
572 * gdb.texinfo (Output Formats): Mention the new 'z' formatter.
573
5742013-07-17 Doug Evans <dje@google.com>
575
576 * gdb.texinfo (Print Settings): Document "print raw frame-arguments".
577
5782013-07-02 Tom Tromey <tromey@redhat.com>
579
580 * gdb.texinfo (Target Commands): Don't mention "target nrom".
581
5822013-06-28 Tom Tromey <tromey@redhat.com>
583
584 * Makefile.in (version.subst): Use version.in, not
585 common/version.in.
586 * gdbint.texinfo (Versions and Branches, Releasing GDB):
587 Likewise.
588
5892013-06-27 Pedro Alves <palves@redhat.com>
590
591 * gdbint.texinfo (Algorithms) <Stepping over runtime loader
592 dynamic symbol resolution code>: New section, based on infrun.c
593 comment.
594
5952013-06-26 Tom Tromey <tromey@redhat.com>
596
597 * gdbint.texinfo (Versions and Branches): Use common/version.in.
598 Update.
599 (Releasing GDB): Likewise.
600
6012013-06-26 Pedro Alves <pedro@codesourcery.com>
602 Yao Qi <yao@codesourcery.com>
603
604 * gdb.texinfo (GDB/MI Tracepoint Commands): Document
605 -trace-frame-collected.
606
6072013-06-26 Pedro Alves <pedro@codesourcery.com>
608
609 * gdb.texinfo (Traceframe Info Format): Document tvar element
610 and its attributes.
611
6122013-06-25 Yao Qi <yao@codesourcery.com>
613
614 * gdbint.texinfo (Testsuite): Document 'gdb,predefined_tsv'.
615
6162013-06-24 Tom Tromey <tromey@redhat.com>
617
618 * Makefile.in (POD2MAN1, POD2MAN5): Use version.subst.
619 (GDBvn.texi): Use version.subst.
620 (version.subst): New target.
621 (mostlyclean): Remove version.subst.
622
6232013-06-20 Pedro Alves <pedro@codesourcery.com>
624
625 * gdb.texinfo (GDB/MI Data Manipulation)
626 <-data-list-register-values>: Document the --skip-unavailable
627 option.
628
6292013-06-07 Yao Qi <yao@codesourcery.com>
630
631 * gdb.texinfo (Symbols): Add kindex and cindex for
632 'maint print msymbols'.
633
6342013-06-05 Simon Marchi <simon.marchi@ericsson.com> (tiny change)
635
636 * gdb.texinfo (Miscellaneous gdb/mi Commands): Fix -add-inferior
637 response field name (thread-group to inferior).
638
6392013-06-04 Gary Benson <gbenson@redhat.com>
640
641 * gdb.texinfo (General Query Packets/qSupported): Added
642 "qXfer:libraries-svr4:read" and "augmented-libraries-svr4-read".
643 to the table of currently defined stub features.
644 Added a more detailed entry for "augmented-libraries-svr4-read".
645 (General Query Packets/qXfer:libraries-svr4:read): Documented
646 the augmented form of this packet.
647
6482013-05-23 Joel Brobecker <brobecker@adacore.com>
649
650 * gdb.texinfo (System-wide Configuration Scripts): Renames
651 "Installed System-wide Configuration Scripts". Add associated
652 @menu block.
653
6542013-05-23 Yao Qi <yao@codesourcery.com>
655 Pedro Alves <palves@redhat.com>
656
657 * gdb.texinfo (Packets): Document 'vCont;r'.
658 (Continuing and Stepping): Document target-assisted range
659 stepping, and the 'set range-stepping' and 'show range-stepping'
660 commands.
661
6622013-05-23 Joel Brobecker <brobecker@adacore.com>
663
664 * gdb.texinfo (Installed System-wide Configuration Scripts):
665 Add subsection describing the scripts now available under
666 the data-dir's system-gdbbinit subdirectory.
667 * NEWS: Add entry announcing the availability of system-wide
668 configuration scripts for ElinOS and Wind River Linux.
669
6702013-05-21 Hui Zhu <hui@codesourcery.com>
671
672 * gdb.texinfo (GDB/MI Breakpoint Commands): Describe the
673 "-dprintf-insert" command.
674
6752013-05-17 Doug Evans <dje@google.com>
676
677 * gdb.texinfo (Maintenance Commands): Update doc for
678 "maint check-psymtabs". Add doc for "maint check-symtabs",
679 "maint expand-symtabs".
680
6812013-05-15 Markus Metzger <markus.t.metzger@intel.com>
682
683 * gdb.texinfo (Process Record and Replay): Document the
684 "record goto" command and its sub-commands.
685
6862013-05-10 Phil Muldoon <pmuldoon@redhat.com>
687
688 * gdb.texinfo (Backtrace): Add "no-filter" argument.
689 (Python API): Add Frame Filters API, Frame Wrapper API,
690 Writing a Frame Filter/Wrapper, Managing Management of Frame
691 Filters chapter entries.
692 (Frame Filters API): New Node.
693 (Frame Wrapper API): New Node.
694 (Writing a Frame Filter): New Node.
695 (Managing Frame Filters): New Node.
696 (Progspaces In Python): Add note about frame_filters attribute.
697 (Objfiles in Python): Ditto.
698 (GDB/MI Stack Manipulation): Add -enable-frame-filters command,
699 @anchors and --no-frame-filters option to -stack-list-variables,
700 -stack-list-frames, -stack-list-locals and -stack-list-arguments
701 commands.
702
7032013-05-08 Joel Brobecker <brobecker@adacore.com>
704
705 * gdbint.texinfo (Native Debugging): Add "AIX Shared Library
706 Support" subsection documenting the XML format used to transfer
707 shared library info on AIX.
708
7092013-05-08 Joel Brobecker <brobecker@adacore.com>
710
711 * gdb.texinfo (Debugging Output): Add documentation of
712 "set debug aix-solib" and "show debug aix-solib" commands.
713
7142013-05-06 Sandra Loosemore <sandra@codesourcery.com>
715
716 * gdb.texinfo (Nios II): New section.
717 (Nios II Features): New section.
718
7192013-05-06 Joel Brobecker <brobecker@adacore.com>
720
721 * gdbint.texinfo (Algorithms): Remove entries documenting
722 DEPRECATED_IBM6000_TARGET, SOLIB_ADD, and
723 SOLIB_CREATE_INFERIOR_HOOK.
724
7252013-04-29 Tom Tromey <tromey@redhat.com>
726
727 PR python/14204:
728 * gdb.texinfo (Python API): Fix menu entry.
729 (Blocks In Python): Fix subsubsection text. Rewrite intro.
730 Define global and static block. Add example. Clarify
731 block relationship for inline functions.
732
7332013-04-29 Tom Tromey <tromey@redhat.com>
734
735 * gdb.texinfo (Python API): Mention Python help and keyword
736 arguments. Move pagination text to Basic Python.
737 (Basic Python): Put pagination text here. Document
738 close-on-exec, SIGCHLD, and SIGINT.
739
7402013-04-19 Pedro Alves <palves@redhat.com>
741
742 * gdbint.texinfo (Misc Guidelines) <Compiler Warnings>: Write
743 "signedness" instead of "signness".
744
7452013-04-19 Pedro Alves <palves@redhat.com>
746
747 * gdbint.texinfo (Misc Guidelines) <Compiler Warnings>: Replace
748 -Wno-pointer-sign text with text on -Wpointer-sign.
749
7502013-04-16 Tom Tromey <tromey@redhat.com>
751
752 * gdb.texinfo (Set Catchpoints): Mention earliest version of
753 GCC that has the SDT probe points.
754
7552013-04-15 Tom Tromey <tromey@redhat.com>
756
757 * gdb.texinfo (Set Catchpoints): Document regexp syntax for
758 exception catchpoints.
759
7602013-04-15 Tom Tromey <tromey@redhat.com>
761
762 * gdb.texinfo (Set Catchpoints): Document $_exception.
763 (Convenience Vars): Mention $_exception.
764
7652013-04-15 Tom Tromey <tromey@redhat.com>
766
767 * gdb.texinfo (Set Catchpoints): Reorganize exception
768 catchpoints. Document "catch rethrow".
769 (Debugging C Plus Plus): Mention "catch rethrow".
770
7712013-04-15 Tom Tromey <tromey@redhat.com>
772
773 * gdb.texinfo (Set Catchpoints): Remove obsolete text.
774
7752013-04-12 Jan Kratochvil <jan.kratochvil@redhat.com>
776 Eli Zaretskii <eliz@gnu.org>
777
778 * gdb.texinfo (Auto-loading safe path): Add quick -iex using command
779 line below the sample output.
780
7812013-04-12 Eli Zaretskii <eliz@gnu.org>
782
783 * gdb.texinfo (Mode Options): Document '-configuration'.
784 (Help): Document "show configuration".
785 (Bug Reporting): Add requirements to include the configuration
786 details in bug reports.
787
7882013-04-11 Jan Kratochvil <jan.kratochvil@redhat.com>
789
790 * Makefile.in (MAN1S): Add gcore.1.
791 Remove "Host, target, and site specific Makefile fragments" comment.
792 (@host_makefile_frag@, HAVE_NATIVE_GCORE_TARGET): New.
793 (install-man1, uninstall-man1): Conditionalize gcore.1.
794 (gcore.1): New.
795 * gdb.texinfo (Man Pages): Add gcore man.
796 (gcore man): New node.
797
7982013-04-10 Pedro Alves <palves@redhat.com>
799
800 * gdb.texinfo (Process Record and Replay): Document that "set
801 record full insn-number-max", "set record
802 instruction-history-size" and "set record
803 function-call-history-size" accept "unlimited".
804 (Backtrace): Document that "set backtrace limit" accepts
805 "unlimited".
806 (List): Document that "set listsize" accepts "unlimited".
807 (Print Settings)" Document that "set print max-symbolic-offset",
808 "set print elements" and "set print repeats" accept "unlimited".
809 (Starting and Stopping Trace Experiments): Document that "set
810 trace-buffer-size" accepts "unlimited".
811 (Remote Configuration): Document that "set tcp connect-timeout"
812 accepts "unlimited".
813 (Command History): Document that "set history size" accepts
814 "unlimited".
815 (Screen Size): Document that "set height" and "set width" accepts
816 "unlimited". Adjust "set pagination"'s description to suggest
817 "set height unlimited" instead of "set height 0".
818
8192013-04-10 Yao Qi <yao@codesourcery.com>
820
821 * gdb.texinfo (Trace Files): Add "target ctf".
822
8232013-04-06 Jan Kratochvil <jan.kratochvil@redhat.com>
824
825 * Makefile.in (POD2MAN1, POD2MAN5): Replace $(VERSION) by ../version.in.
826
827 * Makefile.in (install-man1, install-man5, uninstall-man1)
828 (uninstall-man5): Replace $(MANS) by $(MAN1S) and $(MAN5S) respectively.
829
830 * Makefile.in (gdb.1, gdbserver.1, gdbinit.5): Use $(srcdir).
831
8322013-04-06 Jan Kratochvil <jan.kratochvil@redhat.com>
833 Eli Zaretskii <eliz@gnu.org>
834
835 * gdb.texinfo (gdbserver man): Rename tty to comm. Swap --attach
836 parameters order. Remove "On some targets" for --attach. Document the
837 --multi parameter and extended-remote command. Document all the
838 options.
839
8402013-04-05 Jan Kratochvil <jan.kratochvil@redhat.com>
841
842 * gdb.texinfo (gdb man): Mention option -p. Include Fortran to
843 the list of supported languages.
844
8452013-04-05 Jan Kratochvil <jan.kratochvil@redhat.com>
846
847 Convert man pages to texinfo, new gdbinit.5 texinfo page.
848 * Makefile.in (mandir, man1dir, man5dir, SYSTEM_GDBINIT, MANCONF,
849 (TEXI2POD, POD2MAN1, POD2MAN5, MAN1S, MAN5S, MANS, man): New.
850 (diststuff): Add man.
851 (install-man, install-man1, install-man5, uninstall-man, uninstall-man1)
852 (uninstall-man5): New.
853 (STAGESTUFF): Add *.1 and *.5.
854 (GDBvn.texi): Add SYSTEM_GDBINIT.
855 (gdb.1, gdbserver.1, gdbinit.5): New.
856 (maintainer-clean realclean): Add $(MANS).
857 (install): Add install-man.
858 (uninstall): Add uninstall-man.
859 * gdb.texinfo (@include gdb-cfg.texi): Wrap it by @c man begin INCLUDE.
860 (@copying): Wrap it by @c man begin COPYRIGHT.
861 (Top): Add Man Pages.
862 (Man Pages, gdb man, gdbserver man, gdbinit man): New.
863
8642013-04-02 Pedro Alves <palves@redhat.com>
865
866 * gdb.texinfo (Debugging Output): Document "set/show debug
867 aarch64", "set/show debug coff-pe-read" and "set/show debug
868 mach-o".
869
8702013-04-02 Pedro Alves <palves@redhat.com>
871
872 * gdb.texinfo (Remote Configuration) <set remote @var{name}-packet
873 table>: Add entry for "trace-buffer-size".
874
8752013-03-28 Pedro Alves <palves@redhat.com>
876
877 * gdb.texinfo (Remote Configuration) <set remote @var{name}-packet
878 table>: Add entry for "trace-status".
879
8802013-03-28 Eli Zaretskii <eliz@gnu.org>
881
882 * gdb.texinfo (Maintenance Commands): Use @enumerate, not "@table
883 @bullet", which is invalid (makeinfo 5.1 barfs).
884
8852013-03-28 Pedro Alves <palves@redhat.com>
886
887 PR gdb/15294
888
889 * gdb.texinfo (List) <set listsize>: Adjust to document that
890 listsize 0 means no limit, and remove mention of -1.
891
8922013-03-22 Yao Qi <yao@codesourcery.com>
893
894 * gdb.texinfo (Embedded Processors): Remove menu item
895 "OpenRISC 1000".
896 (OpenRISC 1000): Remove.
897
8982013-03-21 Doug Evans <dje@google.com>
899
900 * gdb.texinfo (Maintenance Commands): Add docs for
901 "mt set per-command {space,time,symtab} {on,off}".
902
9032013-03-14 Hui Zhu <hui@codesourcery.com>
904 Yao Qi <yao@codesourcery.com>
905
906 * gdb.texinfo (Trace Files): Add "tsave -ctf".
907
9082013-03-13 Keith Seitz <keiths@redhat.com>
909
910 * gdb.texinfo (Maintenance Commands): Add missing ')' for
911 "maint agent" reference to Dynamic printf.
912
9132013-03-11 Eli Zaretskii <eliz@gnu.org>
914
915 * gdb.texinfo (General Query Packets): Don't use colon in index
916 entries visible to Info format.
917
9182013-03-11 Markus Metzger <markus.t.metzger@intel.com>
919
920 * gdb.texinfo (Process Record and Replay): Document record
921 changes.
922
9232013-03-11 Markus Metzger <markus.t.metzger@intel.com>
924
925 * gdb.texinfo (Requirements): List qXfer:btrace:read requiring expat.
926 (General Query Packets): Describe Qbtrace:bts, Qbtrace:off, and
927 qXfer:btrace:read.
928
9292013-03-09 Eli Zaretskii <eliz@gnu.org>
930
931 * gdb.texinfo (General Query Packets, Tracepoint Packets): Don't
932 use colons in @anchor and @cindex entries.
933
9342013-03-09 Hafiz Abid Qadeer <abidh@codesourcery.com>
935
936 * gdb.texinfo (QTBuffer:size): Add cindex and anchor.
937
9382013-03-08 Stan Shebs <stan@codesourcery.com>
939 Hafiz Abid Qadeer <abidh@codesourcery.com>
940
941 * gdb.texinfo (Starting and Stopping Trace Experiments): Document
942 trace-buffer-size set and show commands.
943 (Tracepoint Packets): Document QTBuffer:size.
944 (General Query Packets): Document QTBuffer:size.
945
9462013-02-21 Tom Tromey <tromey@redhat.com>
947
948 * gdb.texinfo: Remove bad @syncodeindex.
949 (Values From Inferior, Types In Python, Inferiors In Python)
950 (Events In Python, Threads In Python, Frames In Python, Blocks In
951 Python, Symbols In Python, Symbol Tables In Python): Remove
952 @tables.
953 (Packets, General Query Packets, Tracepoint Packets)
954 (Host I/O Packets): Use @w{} for empty @item.
955
9562013-02-20 Siva Chandra Reddy <sivachandra@google.com>
957
958 * gdb.texinfo (Architectures In Python): Add description about
959 the new method gdb.Architecture.disassemble.
960
9612013-02-15 Pedro Alves <pedro@codesourcery.com>
962 Hafiz Abid Qadeer <abidh@codesourcery.com>
963
964 * gdb.texinfo (GDB/MI Tracepoint Commands) <-trace-status>:
965 Document the "trace-file" field.
966
9672013-02-07 Doug Evans <dje@google.com>
968
969 * gdb.texinfo (Machine Code): Clarify argument to disassemble
970 command.
971
9722013-02-06 Yao Qi <yao@codesourcery.com>
973
974 * gdb.texinfo (GDB/MI Async Records): Document new MI
975 notification "=tsv-modified". Update the document of MI
976 notification "=tsv-created".
977 * observer.texi (GDB Observers): New observer tsv_modified.
978 Update observer tsv_created and tsv_delete.
979
9802013-02-05 Yufeng Zhang <yufeng.zhang@arm.com>
981
982 * gdb.texinfo (AArch64 Features): New section; document
983 org.gnu.gdb.aarch64.core and org.gnu.gdb.aarch64.fpu.
984 (Architectures): Add new AArch64 section to document AArch64
985 architecture specific commands.
986 (ABI): Add description of the new OS ABI "Newlib" and its influence
987 on the longjmp handling.
988
9892013-02-03 Eldar Gaynetdinov <hal9000ed2k@gmail.com>
990 Jan Kratochvil <jan.kratochvil@redhat.com>
991
992 * gdb.texinfo (Backtrace): Added description of 'filename-display'
993 variable in 'set/show backtrace' section.
994
9952013-01-31 Tom Tromey <tromey@redhat.com>
996
997 * gdb.texinfo (Target Commands): Fix typo.
998
9992013-01-23 Siva Chandra Reddy <sivachandra@google.com>
1000
1001 * doc/gdb.texinfo (Architectures In Python): New sub-sub-section
1002 describing the gdb.Architecture class.
1003 (Frames In Python): Add description about the new method
1004 gdb.Frame.architecture().
1005
10062013-01-23 Doug Evans <dje@google.com>
1007
1008 * gdb.texinfo (Index Section Format): Document .gdb_index version 8.
1009
10102013-01-21 Marc Khouzam <marc.khouzam@ericsson.com>
1011
1012 * gdb.texinfo (GDB/MI Breakpoint Commands): Document new
1013 'thread-groups' field when printing a breakpoint in MI.
1014
10152012-01-17 Sanjoy Das <sanjoy@playingwithpointers.com>
1016 * gdb.texinfo (Using JIT Debug Info Readers): Change documentation
1017 to reflect that jit-reader-load now supports absolute file-names.
1018
10192013-01-16 Tom Tromey <tromey@redhat.com>
1020
1021 * gdb.texinfo (Set Catchpoints): Document "catch signal".
1022 (Signals): Likewise.
1023
10242013-01-16 Tom Tromey <tromey@redhat.com>
1025
1026 * gdb.texinfo (GDB/MI Breakpoint Information): Document
1027 "catch-type" field.
1028 (GDB/MI Catchpoint Commands): Add "catch-type" to examples.
1029
10302013-01-07 Tom Tromey <tromey@redhat.com>
1031
1032 * gdb.texinfo (Mode Options): Don't mention -epoch.
1033 (Data, Emacs): Remove obsolete comments.
1034
10352013-01-02 Tom Tromey <tromey@redhat.com>
1036
1037 * gdb.texinfo (GDB/MI Output Records): Update menu.
1038 (GDB/MI Breakpoint Information): New node.
1039 (GDB/MI Breakpoint Commands) <-break-info>: Link to new node.
1040 <-break-insert>: Likewise.
1041
10422012-12-31 Yao Qi <yao@codesourcery.com>
1043
1044 * gdb.texinfo (Remote Non-Stop): Move paragraphs to ...
1045 (Packets): Move "vStopped" packet to ...
1046 (Notification Packets): ... here. Describe the components
1047 of notification. Add a table of supported notifications.
1048 Add an example on the process of he async notification.
1049
10502012-12-25 Jan Kratochvil <jan.kratochvil@redhat.com>
1051
1052 * gdb.texinfo (GDB/MI Data Manipulation) (fullname): Make it always
1053 present.
1054 (GDB/MI File Commands) (-file-list-exec-source-files): Make the
1055 fullname output always present.
1056
10572012-12-23 Pierre Muller <muller@sourceware.org>
1058
1059 * gdbint.texinfo (Function prototypes): Require use of "extern"
1060 modifier for function prototypes in headers.
1061
10622012-12-19 Joel Brobecker <brobecker@adacore.com>
1063
1064 * refcard.tex: Update copyright notice to GPL v3 or later.
1065 Update contact info.
1066
10672012-12-16 Jan Kratochvil <jan.kratochvil@redhat.com>
1068
1069 * gdbint.texinfo (Coding Standards) (C Usage): New rule for 0 vs. NULL.
1070
10712012-12-15 Yao Qi <yao@codesourcery.com>
1072
1073 * gdb.texinfo (Debugging Output): Document 'set debug
1074 notification' and 'show debug notification'.
1075
10762012-12-15 Yao Qi <yao@codesourcery.com>
1077
1078 * gdb.texinfo (Listing Tracepoints): New item and example about
1079 'installed on target' output.
1080 Add more in the example about 'installed on target'.
1081 (GDB/MI Breakpoint Commands): Doc about 'installed field.
1082
10832012-12-14 Tom Tromey <tromey@redhat.com>
1084
1085 * gdb.texinfo (SVR4 Process Information): Mention core files.
1086
10872012-12-12 Mircea Gherzan <mircea.gherzan@intel.com>
1088
1089 * gdb.texinfo (GDB/MI Catchpoint Commands): New section.
1090
10912012-12-11 Pedro Alves <palves@redhat.com>
1092
1093 * gdb.texinfo: Remove all mentions of Unixware throughout.
1094
10952012-12-09 Jan Kratochvil <jan.kratochvil@redhat.com>
1096
1097 * gdbint.texinfo (Host Definition): Remove CC_HAS_LONG_LONG.
1098
10992012-11-29 Tom Tromey <tromey@redhat.com>
1100
1101 * gdb.texinfo (SVR4 Process Information): Document missing
1102 "info proc" subcommands.
1103
11042012-11-29 Yao Qi <yao@codesourcery.com>
1105
1106 PR gdb/1477.
1107 * gdb.texinfo (Print Settings): Correct the default 'demangle-style'
1108 to 'auto' instead of 'gnu'.
1109
11102012-11-26 Tom Tromey <tromey@redhat.com>
1111
1112 * gdb.texinfo (MiniDebugInfo): New node.
1113 (GDB Files): Update.
1114
11152012-11-16 Doug Evans <dje@google.com>
1116
1117 * gdb.texinfo (System-wide configuration): If the system-wide init
1118 file lives in the data-directory, and --data-directory is provided,
1119 look for it there.
1120
11212012-11-15 Tom Tromey <tromey@redhat.com>
1122
1123 * gdb.texinfo (Signaling): Fix typo.
1124
11252012-11-13 Giuseppe Montalto <giuseppe.montalto@st.com>
1126
1127 * gdb.texinfo (GDB/MI Data Manipulation): Document new optional
1128 parameter "count" of -data-write-memory-bytes, and add an example.
1129
11302012-11-12 Tom Tromey <tromey@redhat.com>
1131
1132 * gdb.texinfo (Symbols): Document "info type-printers",
1133 "enable type-printer" and "disable type-printer".
1134 (Python API): Add new node to menu.
1135 (Type Printing API): New node.
1136 (Progspaces In Python): Document type_printers field.
1137 (Objfiles In Python): Likewise.
1138 (gdb.types) <get_type_recognizers, apply_type_recognizers,
1139 register_type_printer, TypePrinter>: Document.
1140
11412012-11-12 Tom Tromey <tromey@redhat.com>
1142
1143 * gdb.texinfo (Symbols): Document "set print type methods",
1144 "set print type typedefs", and flags to ptype and whatis.
1145
11462012-11-09 Andrew Burgess <aburgess@broadcom.com>
1147
1148 * gdb.texinfo (GDB/MI Data Manipulation): Add fullname field to
1149 the example -data-disassemble output. Extend the description of
1150 the -data-disassemble results to document all fields. Document
1151 the cli disassemble command as being related to -data-disassemble.
1152
11532012-11-09 Yao Qi <yao@codesourcery.com>
1154
1155 PR gdb/14777.
1156 * gdb.texinfo (OS Information): Remove doc on command
1157 'info udot'.
1158
11592012-11-08 Joel Brobecker <brobecker@adacore.com>
1160
1161 * gdb.texinfo (Startup): Minor rewording, and clarify scope of
1162 gdb.ini warning for Windows port.
1163
11642012-11-08 Yao Qi <yao@codesourcery.com>
1165
1166 * gdb.texinfo (Search): Add kindex for 'fo'.
1167
11682012-11-05 Tom Tromey <tromey@redhat.com>
1169
1170 PR python/14802:
1171 * gdb.texinfo (Functions In Python): Add example.
1172
11732012-11-03 Yao Qi <yao@codesourcery.com>
1174
1175 * observer.texi (GDB Observers): Remove observer
1176 'tracepoint_modified', 'tracepoint_created' and
1177 'tracepoint_deleted'.
1178
11792012-10-26 Tom Tromey <tromey@redhat.com>
1180
1181 * gdb.texinfo (General Query Packets): Use @itemx for QAgent.
1182
11832012-10-25 Tom Tromey <tromey@redhat.com>
1184
1185 * gdb.texinfo (General Query Packets): Use @itemx.
1186
11872012-10-17 Yao Qi <yao@codesourcery.com>
1188
1189 * observer.texi (GDB Observers): Update observer
1190 'memory_changed'.
1191 * gdb.texinfo (GDB/MI Async Records): Document for
1192 "memory-changed" notification.
1193
11942012-10-15 Doug Evans <dje@google.com>
1195
1196 * gdb.texinfo (Mode Options): Document -nh.
1197 Elaborate on docs for -nx.
1198
11992012-09-26 Siddhesh Poyarekar <siddhesh@redhat.com>
1200
1201 * observer.texi (memory_changed): Expand parameter LEN to ssize_t.
1202
12032012-09-21 Yao Qi <yao@codesourcery.com>
1204 Pedro Alves <palves@redhat.com>
1205
1206 * gdb.texinfo (GDB/MI Async Records): Document notification
1207 'record-started' and 'record-stopped'.
1208 * observer.texi (GDB Observers): New observer 'record-changed'.
1209
12102012-09-19 Thomas Schwinge <thomas@codesourcery.com>
1211
1212 * gdb.texinfo: Document the removal of SH's 'regs' command.
1213
12142012-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
1215
1216 * gdb.texinfo (jump): Mention new alias `j' for `jump'.
1217
12182012-09-18 Yao Qi <yao@codesourcery.com>
1219
1220 * gdb.texinfo (GDB/MI Async Records): Document new MI
1221 notifications '=tsv-created' and '=tsv-deleted'.
1222 * observer.texi (GDB Observers): New observer tsv_created and
1223 tsv_deleted.
1224
12252012-09-18 Yao Qi <yao@codesourcery.com>
1226
1227 * observer.texi (GDB Observers): New observer 'traceframe_changed'.
1228 * gdb.texinfo (GDB/MI Async Records): Mention new MI notification
1229 '=traceframe-changed'.
1230
12312012-09-17 Yao Qi <yao@codesourcery.com>
1232
1233 * gdb.texinfo (List): Describe the meaning of 0 and -1 in
1234 'set listsize'.
1235
12362012-09-13 Jan Kratochvil <jan.kratochvil@redhat.com>
1237 Eli Zaretskii <eliz@gnu.org>
1238
1239 * gdbint.texinfo (Defining Other Architecture Features): Clarify *pcptr
1240 encoding for gdbarch_breakpoint_from_pc, bp_addr for
1241 gdbarch_push_dummy_call and bp_addr for gdbarch_push_dummy_code.
1242
12432012-08-27 Jan Kratochvil <jan.kratochvil@redhat.com>
1244
1245 * gdb.texinfo (objfile-gdb.py file): New paragraph for .exe stripping.
1246
12472012-08-23 Khoo Yit Phang <khooyp@cs.umd.edu>
1248
1249 Document how to return from "python-interactive" to GDB.
1250 * gdb.texinfo (Python Commands): Update documentation.
1251
12522012-08-22 Khoo Yit Phang <khooyp@cs.umd.edu>
1253
1254 Add a new "python-interactive" command that starts a standard
1255 Python interactive prompt with "pi" as alias, and add "py" as
1256 an alias to "python".
1257 * gdb.texinfo (Python Commands): Document the new commands.
1258
12592012-08-22 Tom Tromey <tromey@redhat.com>
1260
1261 * gdbint.texinfo (Host Definition): Remove documentation for
1262 SIGWINCH_HANDLER and SIGWINCH_HANDLER_BODY.
1263
12642012-08-17 Keith Seitz <keiths@redhat.com>
1265
1266 PR c++/13356
1267 * gdb.texinfo (Type and Range Checking): Remove warning.
1268 Remove spurious commas.
1269 Update text and examples for re-implementation of set/show
1270 check type.
1271 (C and C++ Type and Range Checks): Likewise.
1272
12732012-08-16 Yao Qi <yao@codesourcery.com>
1274
1275 * gdb.texinfo (Types In Python): Mention gdb.TYPE_CODE_BITSTRING
1276 is deprecated.
1277
12782012-08-13 Doug Evans <dje@google.com>
1279
1280 * gdb.texinfo (Convenience Vars): Update text for "show convenience"
1281 to include functions.
1282
12832012-08-10 Doug Evans <dje@google.com>
1284
1285 * gdb.texinfo (Convenience Funs): New node.
1286 (Types In Python): Document Type.vector.
1287
12882012-08-09 Yao Qi <yao@codesourcery.com>
1289
1290 * observer.texi: New observer command_param_changed.
1291 * gdb.texinfo (GDB/MI Async Records): Doc for '=cmd-param-changed'.
1292
12932012-08-07 Jan Kratochvil <jan.kratochvil@redhat.com>
1294
1295 * gdbint.texinfo (Debugging GDB): In section
1296 'Debugging @value{GDBN} with itself' change .gdbinit for gdb-gdb.gdb.
1297 Mention also gdb-gdb.py.
1298
12992012-08-07 Yao Qi <yao@codesourcery.com>
1300
1301 Revert the folloing patch:
1302 2012-08-06 Yao Qi <yao@codesourcery.com>
1303 * gdb.texinfo (Remote Configuration): Add kindex for 'set
1304 remote hardware-watchpoint-limit' and 'set
1305 remote hardware-breakpoint-limit'.
1306
13072012-08-06 Nathaniel Flath <flat0103@gmail.com>
1308
1309 * gdb.texinfo (Working Directory): Added information about new
1310 default argument for 'cd' command.
1311
13122012-08-06 Yao Qi <yao@codesourcery.com>
1313
1314 * gdb.texinfo (Remote Configuration): Add kindex for 'set
1315 remote hardware-watchpoint-limit' and 'set
1316 remote hardware-breakpoint-limit'.
1317
13182012-08-06 Yao Qi <yao@codesourcery.com>
1319
1320 Fix PR14371.
1321
1322 * gdb.texinfo (GDB/MI Async Records): Fix the doc for
1323 '=breakpoint-deleted'.
1324
13252012-08-02 Yao Qi <yao@codesourcery.com>
1326
1327 * gdb.texinfo (Native): Remove node Neutrino.
1328
13292012-07-27 Yao Qi <yao@codesourcery.com>
1330
1331 * gdb.texinfo (IPA Protocol Commands): Document new command
1332 'close'.
1333
13342012-07-25 Tom Tromey <tromey@redhat.com>
1335
1336 * gdb.texinfo (Maintenance Commands): Document maint info bfds.
1337
13382012-07-20 Doug Evans <dje@google.com>
1339
1340 * gdb.texinfo (Mode Options): Delete --use-deprecated-index-sections.
1341 (Index Files): Document how to control the use of deprecated index
1342 sections.
1343 (Index Section Format): Replace --use-deprecated-index-sections with
1344 "set use-deprecated-index-sections on".
1345
13462012-07-12 Eli Zaretskii <eliz@gnu.org>
1347
1348 * gdbint.texinfo: Remove @syncodeindex directives that put all the
1349 indices into a single node "Index". Instead, join function and
1350 variable indices into a single index, separate from the concept
1351 index. Requested in
1352 http://sourceware.org/ml/gdb-patches/2012-07/msg00146.html.
1353 (Top): Update the top-level menu: instead of one "Index" there are
1354 now separate entries "Concept Index" and "Function and Variable
1355 Index".
1356 (Concept Index, Function and Variable Index): New nodes.
1357 (Index): Node deleted.
1358
13592012-07-05 Hui Zhu <hui_zhu@mentor.com>
1360
1361 * gdb.texinfo (Maintenance Commands): Change help for "maint agent"
1362 and "maint agent-eval".
1363
13642012-07-03 Eli Zaretskii <eliz@gnu.org>
1365
1366 * gdb.texinfo: Separate the index into 2 indices, cp and fn, to
1367 avoid file-name clashes between Index.html and index.html on
1368 case-insensitive filesystems. See the discussion starting in
1369 http://sourceware.org/ml/gdb-patches/2012-06/msg00457.html for the
1370 details of the problem.
1371 (Top): Update the master menu for the above.
1372 (Concept Index, Command and Variable Index): New nodes, instead of
1373 the old "Index" node that was deleted. All cross-references
1374 updated.
1375
13762012-07-02 Stan Shebs <stan@codesourcery.com>
1377
1378 * gdb.texinfo (Dynamic Printf): Mention agent style and
1379 disconnected dprintf.
1380 (Maintenance Commands): Describe maint agent-printf.
1381 (General Query Packets): Mention BreakpointCommands feature.
1382 (Packets): Document commands extension to Z0 packet.
1383 * agentexpr.texi (Bytecode Descriptions): Document printf
1384 bytecode.
1385
13862012-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
1387
1388 * gdb.texinfo (File Options): Change -ix and -iex commands that apply
1389 only after gdbinit files.
1390 (Startup): Move -iex and -iex commands down after gdbinit files.
1391
13922012-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
1393
1394 * gdb.texinfo (Auto-loading safe path): Note the shell wildcard
1395 possibility.
1396
13972012-06-29 Tom Tromey <tromey@redhat.com>
1398
1399 * gdb.texinfo (Index Section Format): Update for version 7.
1400
14012012-06-28 Stan Shebs <stan@codesourcery.com>
1402
1403 * gdb.texinfo (Miscellaneous GDB/MI Commands): Update -info-os
1404 example, add note about title column.
1405
14062012-06-26 Siva Chandra Reddy <sivachandra@google.com>
1407
1408 * gdb.texinfo (Symbol Tables In Python): Add description about
1409 the new 'last' attribute of gdb.Symtab_and line.
1410
14112012-06-26 Siva Chandra Reddy <sivachandra@google.com>
1412
1413 * gdb.texinfo (Symbol Tables In Python): Correct the description
1414 of the 'pc' attribute of gdb.Symtab_and_line.
1415
14162012-06-26 Doug Evans <dje@google.com>
1417
1418 * gdb.texinfo (Debugging Output): Document debug options dwarf2-read
1419 and symtab-create.
1420
14212012-06-25 Keith Seitz <keiths@redhat.com>
1422
1423 * gdb.texinfo (GDB/MI Breakpoint Commands): Remove "-r" option
1424 from example. Remove "rbreak" from list of corresponding
1425 gdb commands.
1426
14272012-06-23 Doug Evans <dje@google.com>
1428
1429 * gdb.texinfo (Index Section Format): Document version 7 format.
1430
14312012-06-22 Yao Qi <yao@codesourcery.com>
1432
1433 * gdb.texinfo: Add missing cindex for some packets.
1434
14352012-06-20 Keith Seitz <keiths@redhat.com>
1436
1437 * gdb.texinfo (GDB/MI Breakpoint Commands): Re-order options
1438 for -break-insert and document -p.
1439
14402012-06-20 Yao Qi <yao@codesourcery.com>
1441
1442 * gdb.texinfo (Inferiors In Python): Replace "gdb.read_memory"
1443 and "gdb.write_memory" with "Inferior.read_memory" and
1444 "Inferior.write_memory".
1445
14462012-06-15 Patrice Dumas <pertusus@free.fr> (tiny change)
1447
1448 * gdb.texinfo (Summary): Add a link to "Free Documentation".
1449 (Free Documentation): Add @node line.
1450 (Continuing and Stepping) <advance location>: Use @item instead of
1451 @itemx.
1452 (Reverse Execution) <set exec-direction reverse>: Use @item instead of
1453 @itemx.
1454 (Embedded Processors): Put the link to "PA" to its correct place,
1455 according to document structure.
1456 (Python API): Put the link to "Lazy Strings In Python" to its
1457 correct place.
1458 (Index): Use @@ in @tex block to get a literal @.
1459
1460 * gdbint.texinfo: Fix the @subtitle line.
1461
1462 * stabs.texinfo (Top): Put the link to "Symbol Types Index" to its
1463 correct place.
1464
14652012-06-08 Yao Qi <yao@codesourcery.com>
1466
1467 * gdb.texinfo (In-Process Agent): Add 'In-Process Agent
1468 Protocol'.
1469 (In-Process Agent Protocol, IPA Protocol Objects)
1470 (IPA Protocol Commands): New nodes.
1471 (Tracepoint Packets): Add anchors.
1472
14732012-06-06 Thomas Schwinge <thomas@codesourcery.com>
1474
1475 * gdb.texinfo: Document the deprecation of SH's 'regs' command.
1476
14772012-06-06 Yao Qi <yao@codesourcery.com>
1478
1479 * gdb.texinfo: Update copyright year.
1480
14812012-05-23 Stan Shebs <stan@codesourcery.com>
1482 Kwok Cheung Yeung <kcy@codesourcery.com>
1483
1484 * gdb.texinfo (Miscellaneous GDB/MI Commands): Document -info-os.
1485
14862012-05-20 Jan Kratochvil <jan.kratochvil@redhat.com>
1487
1488 * gdb.texinfo (Separate Debug Files): New anchor debug-file-directory.
1489 Mention also --with-separate-debug-dir.
1490 (Auto-loading): Prepend $debugdir in the sample output.
1491 (Auto-loading safe path): Likewise. Mention also $debugdir for the
1492 auto-load safe-path variable.
1493 (objfile-gdb.py file): Remove the extra debug-file-directory paragraph.
1494 Mention also $debugdir for 'set auto-load scripts-directory'.
1495
14962012-05-19 Eli Zaretskii <eliz@gnu.org>
1497
1498 * gdb.texinfo (Continuing and Stepping, Selection, Byte Order)
1499 (MIPS Embedded, MIPS, MIPS Register packet Format)
1500 (Target Descriptions, MIPS Features): Use @acronym{MIPS} where
1501 appropriate.
1502
15032012-05-18 Sandra Loosemore <sandra@codesourcery.com>
1504 Maciej W. Rozycki <macro@codesourcery.com>
1505
1506 * gdb.texinfo (MIPS): Document "set mips compression" and "show
1507 mips compression".
1508 (MIPS Breakpoint Kinds): New subsubsection.
1509
15102012-05-18 Eli Zaretskii <eliz@gnu.org>
1511
1512 * gdb.texinfo (Architecture-Specific Protocol Details): Define
1513 nodes for subsections. Add @acronym mark-ups and adjust
1514 formatting.
1515
15162012-05-18 Jan Kratochvil <jan.kratochvil@redhat.com>
1517
1518 Rename $ddir to $datadir.
1519 * gdb.texinfo (Auto-loading, Auto-loading safe path)
1520 (objfile-gdb.py file): Rename $ddir to $datadir.
1521
15222012-05-18 Tom Tromey <tromey@redhat.com>
1523
1524 * gdb.texinfo (Print Settings): Document 'set print symbol'.
1525
15262012-05-14 Stan Shebs <stan@codesourcery.com>
1527
1528 * gdb.texinfo (Dynamic Printf): New subsection.
1529
15302012-05-13 Siva Chandra Reddy <sivachandra@google.com>
1531
1532 * gdb.texinfo (Basic Python): Add description about the function
1533 gdb.find_pc_line
1534
15352012-05-12 Jan Kratochvil <jan.kratochvil@redhat.com>
1536 Eli Zaretskii <eliz@gnu.org>
1537
1538 * gdb.texinfo (Separate Debug Files): Use plural form for global
1539 debugging information directory.
1540
15412012-05-11 Stan Shebs <stan@codesourcery.com>
1542 Kwok Cheung Yeung <kcy@codesourcery.com>
1543
1544 * gdb.texinfo (Operating System Auxiliary Information): Document new
1545 'info os' subcommands.
1546
15472012-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
1548
1549 * gdb.texinfo (Auto-loading, Init File in the Current Directory)
1550 (libthread_db.so.1 file, objfile-gdb.gdb file, objfile-gdb.py file)
1551 (dotdebug_gdb_scripts section): Add reference
1552 to 'Auto-loading safe path'.
1553
15542012-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
1555
1556 Implement multi-component --with-auto-load-dir.
1557 * gdb.texinfo (Auto-loading): New references
1558 for 'set auto-load scripts-directory'
1559 and 'show auto-load scripts-directory'.
1560 (Auto-loading safe path): Describe the new default. Move $ddir
1561 substituation reference to 'objfile-gdb.py file'.
1562 (objfile-gdb.py file): Describe script-name alias. Change real-name to
1563 script-name. Describe new 'set auto-load scripts-directory'
1564 and 'show auto-load scripts-directory'.
1565
15662012-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
1567
1568 Provide $ddir substitution for --with-auto-load-safe-path.
1569 * gdb.texinfo (Auto-loading): Replace /usr/local by $ddir/auto-load.
1570 (Auto-loading safe path): Likewise. Mention the default value,
1571 $ddir substitution, --with-auto-load-safe-path and
1572 --without-auto-load-safe-path.
1573 * observer.texi (gdb_datadir_changed): New.
1574
15752012-05-09 Jan Kratochvil <jan.kratochvil@redhat.com>
1576
1577 * gdb.texinfo (Auto-loading): Wrap too long lines in @smallexample.
1578 Twice.
1579
1580 * gdb.texinfo (Separate Debug Files, Auto-loading safe path): Replace
1581 directory separator by path separator.
1582
15832012-05-06 Jan Kratochvil <jan.kratochvil@redhat.com>
1584
1585 * gdb.texinfo (Auto-loading safe path): Make 'directories'
1586 for 'set auto-load safe-path' optional. Mention if it is omitted.
1587 Change disabling security protection condition to "/", twice.
1588
15892012-05-03 Siva Chandra Reddy <sivachandra@google.com>
1590
1591 * gdb.texinfo (Symbol Tables In Python): Add documentation about
1592 the new methods global_block and static_block on gdb.Symtab
1593 objects.
1594
15952012-05-02 Siva Chandra Reddy <sivachandra@google.com>
1596
1597 * gdb.texinfo (Blocks In Python): Add a note saying that future
1598 improvements to GDB and its infrastructure can move symbols
1599 across blocks within a symbol table.
1600
16012012-04-29 Yao Qi <yao@codesourcery.com>
1602
1603 * gdb.texinfo (Architectures): Remove menu entry `A29K'.
1604 (A29K): Remove.
1605
16062012-04-27 Sergio Durigan Junior <sergiodj@redhat.com>
1607 Tom Tromey <tromey@redhat.com>
1608
1609 * gdb.texinfo (Static Probe Points): New entry, explaining SystemTap
1610 and generic static probe support on GDB.
1611
16122012-04-25 Doug Evans <dje@google.com>
1613
1614 * gdb.texinfo (Go): Fix thinko.
1615
1616 * gdb.texinfo (Supported Languages): Add Go.
1617 (Go): New node.
1618
16192012-04-25 Yao Qi <yao@codesourcery.com>
1620
1621 * gdbint.texinfo (Testsuite): New section `Board settings'.
1622
16232012-04-23 Jan Kratochvil <jan.kratochvil@redhat.com>
1624
1625 * gdb.texinfo (Auto-loading safe path): Remove trailing [@dots{}].
1626 Three times.
1627
1628 * gdb.texinfo (Auto-loading safe path): Add trailing @dots{}.
1629 Three times.
1630
16312012-04-22 Jan Kratochvil <jan.kratochvil@redhat.com>
1632
1633 * gdb.texinfo (Auto-loading safe path): Replace @itemize @bullet
1634 by @table @asis. Fix formatting of one item.
1635
16362012-04-18 Jan Kratochvil <jan.kratochvil@redhat.com>
1637
1638 * gdb.texinfo (Auto-loading verbose mode): Fix smallexample typo.
1639
16402012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
1641
1642 New option "set debug auto-load".
1643 * gdb.texinfo (Auto-loading): New menu item for auto-load verbose mode.
1644 (auto-load verbose mode): New node.
1645
16462012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
1647
1648 New option "set auto-load safe-path".
1649 * gdb.texinfo (Auto-loading): Extend the "show auto-load"
1650 and "info auto-load" examples for safe-path. Put there also references
1651 for "set auto-load safe-path" and "show auto-load safe-path".
1652 New menu item for Auto-loading safe path.
1653 (Auto-loading safe path): New node.
1654 (Python Auto-loading): Update the expected output from "Missing"
1655 to "No".
1656
16572012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
1658
1659 auto-load: Implementation.
1660 * gdb.texinfo (Mode Options): New anchor for -nx.
1661 (Startup): New anchors for Option -init-eval-command,
1662 Home Directory Init File
1663 and Init File in the Current Directory during Startup.
1664 Mention set auto-load local-gdbinit with a reference.
1665 Change the sample code to "set auto-load python-scripts".
1666 (Threads): New anchor set libthread-db-search-path.
1667 Provide references to libthread_db.so.1 file.
1668 (Controlling GDB): New menu item for Auto-loading.
1669 (Auto-loading, Init File in the Current Directory)
1670 (libthread_db.so.1 file, objfile-gdb.gdb file): New nodes.
1671 (Python): Rename the menu item Auto-loading to Python Auto-loading.
1672 (Writing a Pretty-Printer, Objfiles In Python): Update the renamed
1673 reference.
1674 (Auto-loading): Rename to ...
1675 (Python Auto-loading): ... here. Change "set auto-load-scripts" to
1676 "set auto-load python-scripts", new anchor for it. Change
1677 "show auto-load-scripts" to "show auto-load python-scripts", new anchor
1678 for it. Change "info auto-load-scripts"
1679 to "info auto-load python-scripts", new anchor for it. Change "scripts"
1680 to "Python scripts".
1681
16822012-04-14 Anton Gorenkov <xgsa@yandex.ru>
1683
1684 PR mi/13393
1685 * gdb.texinfo (Print Settings): Extend the description for "set print
1686 object".
1687 (GDB/MI Variable Objects): Extend the description for -var-create and
1688 -var-list-children.
1689
16902012-04-11 Siva Chandra Reddy <sivachandra@google.com>
1691
1692 * gdb.texinfo (Examining Data): Document the 'explore' command.
1693
16942012-03-28 Joel Brobecker <brobecker@adacore.com>
1695
1696 * gdb.texinfo (GDB/MI Variable Objects): Document what happens
1697 to the children of a varobj and its update range when -var-update
1698 returns that the varobj's type changed.
1699
17002012-03-27 Jan Kratochvil <jan.kratochvil@redhat.com>
1701
1702 * gdb.texinfo (Auto-loading): Move @menu to the end of @node.
1703 Create two new links fir 'objfile-gdb.py file'
1704 and 'dotdebug_gdb_scripts section'.
1705
17062012-03-27 Jan Kratochvil <jan.kratochvil@redhat.com>
1707
1708 * gdb.texinfo (Auto-loading): Rename node reference
1709 '.debug_gdb_scripts section' to 'dotdebug_gdb_scripts section'.
1710 Twice.
1711 (.debug_gdb_scripts section): Rename the node ...
1712 (dotdebug_gdb_scripts section): ... here.
1713 (Maintenance Commands): Also rename this node reference.
1714
17152012-03-22 Siva Chandra Reddy <sivachandra@google.com>
1716
1717 * gdb.texinfo (Python API/Values From Inferior): Add description
1718 about the new method Value.referenced_value. Add description on
1719 how Value.dereference is different (and similar) to
1720 Value.referenced_value.
1721
17222012-03-19 Jan Kratochvil <jan.kratochvil@redhat.com>
1723
1724 * gdb.texinfo (File Options): Describe --init-command=FILE, -ix and
1725 --init-eval-command=COMMAND, -iex.
1726 (Startup): Describe -iex and -ix. Simplify the example
1727 for "set auto-load-scripts off".
1728
17292012-03-16 Gary Benson <gbenson@redhat.com>
1730
1731 PR breakpoints/10738
1732 * gdb.texinfo (Inline Functions): Remove the now-unnecessary @item
1733 stating that GDB cannot set breakpoints on inlined functions.
1734 (Mode Options): Document --use-deprecated-index-sections.
1735 (Index Section Format): Document new index section version format.
1736
17372012-03-15 Tom Tromey <tromey@redhat.com>
1738
1739 * gdb.texinfo (Debugging C Plus Plus): Document "info vtbl".
1740
17412012-03-13 Doug Evans <dje@google.com>
1742
1743 * gdb.texinfo (Help): Change apropos example to use "alias" instead
1744 of "reload".
1745 (Symbols): Delete docs for set/show symbol-reloading.
1746 * gdbint.texinfo (Defining Other Architecture Features): Delete
1747 SYMBOL_RELOADING_DEFAULT.
1748 * refcard.tex: Delete reference to symbol-reloading.
1749
17502012-03-07 Pedro Alves <palves@redhat.com>
1751
1752 * gdb.texinfo (General Query Packets): Document new
1753 QProgramSignals packet.
1754 * gdb.texinfo (Remote configuration): Mention
1755 "program-signals-packet".
1756
17572012-03-05 Tristan Gingold <gingold@adacore.com>
1758
1759 * gdb.texinfo (General Query Packets): Document xfer:uib:read.
1760
17612012-03-03 Yao Qi <yao@codesourcery.com>
1762
1763 * gdb.texinfo (In-Process Agent): New node.
1764 Document new commands.
1765 (General Query Packets): Add packet `QAgent'.
1766
17672012-03-01 Maciej W. Rozycki <macro@codesourcery.com>
1768
1769 * gdb.texinfo (MIPS Features): Add org.gnu.gdb.mips.dsp.
1770
17712012-03-01 Scott J. Goldman <scottjg@vmware.com>
1772
1773 * gdb.texinfo (Commands In Python): Put example python macro in
1774 COMMAND_USER category rather than COMMAND_OBSCURE.
1775 Document gdb.COMMAND_USER.
1776 (User-defined Commands): Update documentation to clarify
1777 "set/show max-user-call-depth" and "show user" don't apply to python
1778 commands. Update documentation to clarify "help user-defined" may
1779 also include python commands defined as COMMAND_USER.
1780
17812012-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
1782
1783 * gdb.texinfo (Startup): Add option -ex description to the option -x
1784 description.
1785
17862012-02-24 Luis Machado <lgustavo@codesourcery.com>
1787
1788 * gdb.texinfo (Setting Breakpoints): Mention and explain the
1789 condition-evaluation breakpoint parameter.
1790 Mention condition-evaluation mode being shown in "info break".
1791 (Break Conditions): Add description for target-side
1792 conditional breakpoints.
1793 (Remote Configuration): Mention conditional-breakpoints-packet.
1794 (Packets): Add cond-expr parameter to Z0/Z1 packets and explain
1795 cond-expr.
1796 (General Query Packets): Mention new ConditionalBreakpoint feature.
1797
17982012-02-22 Tom Tromey <tromey@redhat.com>
1799
1800 * gdb.texinfo (Blocks In Python): Clarify block iteration.
1801
18022012-02-17 Tom Tromey <tromey@redhat.com>
1803
1804 PR python/10753:
1805 * gdb.texinfo (objfile-gdb.py file): Fix location of auto-load
1806 directory.
1807
18082012-02-14 Stan Shebs <stan@codesourcery.com>
1809
1810 * gdb.texinfo (Disabling Breakpoints): Document enable count.
1811
18122012-02-13 Pedro Alves <palves@redhat.com>
1813
1814 * gdb.texinfo (MIPS boards): Refer to mips-elf instead of
1815 mips-idt-ecoff.
1816
18172012-02-09 Yao Qi <yao@codesourcery.com>
1818
1819 * gdb.texinfo (Symbols In Python): Add missing `@end defvar'.
1820
18212012-02-07 Tom Tromey <tromey@redhat.com>
1822
1823 * gdb.texinfo (Symbols In Python): Document Symbol.needs_frame and
1824 Symbol.value.
1825
18262012-02-07 Tom Tromey <tromey@redhat.com>
1827
1828 * gdb.texinfo (Symbols In Python): Document Symbol.line.
1829
18302012-01-27 Thomas Schwinge <thomas@codesourcery.com>
1831
1832 * gdb.textinfo (Packets): Move vCont paragraph to the correct place.
1833
18342012-01-24 Tom Tromey <tromey@redhat.com>
1835
1836 * gdb.texinfo (Set Catchpoints): Document "catch load" and "catch
1837 unload".
1838 (Files): Mention new catch commands.
1839 (GDB/MI Async Records): Likewise.
1840
18412012-01-24 Gary Benson <gbenson@redhat.com>
1842
1843 Delete #if 0'd out code.
1844 * gdb.texinfo (Frame Info): Remove "info catch".
1845
18462012-01-20 Ulrich Weigand <ulrich.weigand@linaro.org>
1847
1848 * gdb.texinfo (Remote Configuration): Document
1849 "set remote hostio-readlink-packet" command.
1850 (General Query Packets): Document vFile:readlink packet.
1851
18522012-01-16 Tom Tromey <tromey@redhat.com>
1853
1854 * gdb.texinfo (Specify Location): Document relative file name
1855 handling.
1856
18572012-01-16 Tom Tromey <tromey@redhat.com>
1858
1859 * gdb.texinfo (gdb.printing): Document FlagEnumerationPrinter.
1860
18612012-01-13 Jan Kratochvil <jan.kratochvil@redhat.com>
1862 Eli Zaretskii <eliz@gnu.org>
1863
1864 * gdbint.texinfo (Coding Standards): Require braces for two lines of
1865 code.
1866
18672012-01-11 Paul Hilfinger <hilfingr@adacore.com>
1868
1869 * gdb.texinfo (Variables): Document use of :: for non-static
1870 variables.
1871
18722012-01-05 Joel Brobecker <brobecker@adacore.com>
1873
1874 * gdbint.texinfo (Start of New Year Procedure): Update
1875 to replace use of copyright.sh by use of copyright.py.
1876
18772012-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
1878
1879 Remove the gdbtui binary.
1880 * all-cfg.texi (GDBTUI): Remove.
1881 * gdb.texinfo (Mode Options): Remove the GDBTUI reference.
1882 (TUI): Remove GDBTUI pindex. Remove the GDBTUI reference.
1883 * gdbint.texinfo (Testsuite): Replace `gdbtui' by `gdb -tui'.
1884
18852011-12-23 Kevin Pouget <kevin.pouget@st.com>
1886
1887 Introduce gdb.FinishBreakpoint in Python.
1888 * gdb.texinfo (Finish Breakpoints in Python): New subsection.
1889 (Python API): Add menu entry for Finish Breakpoints.
1890
18912011-12-19 Jan Kratochvil <jan.kratochvil@redhat.com>
1892
1893 * gdbint.texinfo (Testsuite): Describe KFAIL and XFAIL in Writing
1894 tests.
1895
18962011-12-16 Doug Evans <dje@google.com>
1897
1898 * gdb.texinfo (Server): Document -/stdio argument to gdbserver.
1899
19002011-12-16 Phil Muldoon <pmuldoon@redhat.com>
1901
1902 * gdb.texinfo (Python Commands): Remove "maint set/show print
1903 stack". Add documentation for "set/show python print-stack".
1904
19052011-12-14 Pedro Alves <pedro@codesourcery.com>
1906
1907 * gdb.texinfo (Implementing a Remote Stub): Explain that you
1908 should transfer control to the stub in the startup code instead of
1909 in main. Mention the need to get past the initial breakpoint.
1910
19112011-12-06 Tom Tromey <tromey@redhat.com>
1912
1913 * gdb.texinfo (Set Breaks): Update for new behavior.
1914
19152011-12-02 Jan Kratochvil <jan.kratochvil@redhat.com>
1916
1917 * gdb.texinfo (Requirements, Remote Protocol): Reference also `Library
1918 List Format for SVR4 Targets'.
1919 (General Query Packets): New item qXfer:libraries-svr4:read.
1920 (Library List Format for SVR4 Targets): New node.
1921
19222011-12-01 Tom Tromey <tromey@redhat.com>
1923
1924 * gdb.texinfo (Writing a Pretty-Printer): Use append method, not
1925 add.
1926
19272011-11-22 Tom Tromey <tromey@redhat.com>
1928
1929 * gdb.texinfo (GDB/MI Async Records): Document new *stopped
1930 reasons.
1931
19322011-11-20 Stan Shebs <stan@codesourcery.com>
1933
1934 * gdb.texinfo (Starting and Stopping Trace Experiments): Document
1935 note-related options and variables.
1936 (Tracepoint Packets): Document packet changes.
1937
19382011-11-20 Sanjoy Das <sdas@igalia.com>
1939
1940 * gdb.texinfo (JIT Interface): Add documentation on writing and
1941 usind JIT debug info readers.
1942 (Custom Debug Info, Using JIT Debug Info Readers, Writing JIT
1943 Debug Info Readers): New nodes.
1944
19452011-11-18 Yao Qi <yao@codesourcery.com>
1946
1947 * gdb.texinfo (Create and Delete Tracepoints): Mention pending
1948 tracepoint.
1949
19502011-11-15 Doug Evans <dje@google.com>
1951
1952 * gdb.texinfo (Files): Document basenames-may-differ.
1953
19542011-11-14 Doug Evans <dje@google.com>
1955
1956 * gdb.texinfo (Shell Commands): Document "!".
1957
19582011-11-14 Stan Shebs <stan@codesourcery.com>
1959 Kwok Cheung Yeung <kcy@codesourcery.com>
1960
1961 * gdb.texinfo (Create and Delete Tracepoints): Describe what is
1962 needed to get shorter fast tracepoints.
1963 (Tracepoint Packets): Document new qTMinFTPILen packet.
1964
19652011-11-14 Yao Qi <yao@codesourcery.com>
1966
1967 * gdb.texinfo (Create and Delete Tracepoints): Describe changed
1968 behavior of tracepoint.
1969 (General Query Packets): New feature InstallInTrace.
1970 (Remote Configuration): Document "set remote
1971 install-in-trace-packet".
1972
19732011-11-12 Matt Rice <ratmice@gmail.com>
1974
1975 * gdb.texinfo (C Preprocessor Macros): Remove info definitions.
1976 Add arguments to info macro.
1977
19782011-11-10 Tom Tromey <tromey@redhat.com>
1979
1980 * gdb.texinfo (Compilation): Don't mention -gdwarf-2. Link to GCC
1981 manual.
1982 (Variables): Don't mention -gdwarf-2. Link to Compilation node.
1983 (Macros): Add a footnote.
1984 (C): Remove paragraph about compiler options.
1985 (C Constants): Mention wide character and string constants.
1986 (C Plus Plus Expressions): Update compiler option advice. Mention
1987 using declarations. Mention ADL. Remove old HP compiler
1988 information.
1989
19902011-11-10 Tom Tromey <tromey@redhat.com>
1991
1992 PR c++/9257:
1993 * gdb.texinfo (Print Settings): Add an extra note about the need
1994 for a vtable.
1995
19962011-11-08 Maciej W. Rozycki <macro@codesourcery.com>
1997
1998 * gdb.texinfo (MIPS): Remove duplicate "auto" reference from
1999 "set mips abi" documentation.
2000
20012011-11-04 Doug Evans <dje@google.com>
2002
2003 * gdb.texinfo (Maintenance Commands): Update docs of "maint time".
2004
20052011-11-03 Tom Tromey <tromey@redhat.com>
2006
2007 * gdb.texinfo (Stopping): Add menu entry.
2008 (Continuing and Stepping): Restore @node. Use @section, not
2009 @subsection.
2010
20112011-11-03 Maciej W. Rozycki <macro@codesourcery.com>
2012
2013 * gdb.texinfo (Skipping Over Functions and Files): Remove node
2014 designation. Fix "Specify Location" cross-reference.
2015
20162011-11-02 Stan Shebs <stan@codesourcery.com>
2017
2018 * gdb.texinfo (Tracepoint Action Lists): Document collect/s.
2019 (General Query Packets): Describe tracenz feature.
2020 * agentexpr.texi (Bytecode Descriptions): Describe tracenz.
2021
20222011-10-28 Paul Koning <paul_koning@dell.com>
2023
2024 * gdb.texinfo (gdb.types): Rename deepitems to deep_items.
2025
20262011-10-27 Kevin Pouget <kevin.pouget@st.com>
2027
2028 * gdb.texinfo ((Frames In Python): Document
2029 gdb.FRAME_UNWIND_FIRST_ERROR contant.
2030
20312011-10-26 Paul Koning <paul_koning@dell.com>
2032
2033 * gdb.texinfo (gdb.types): Document new deepitems function.
2034
20352011-10-25 Paul Koning <paul_koning@dell.com>
2036
2037 PR python/13327
2038
2039 * gdb.texinfo (Values From Inferior): Add is_lazy attribute,
2040 fetch_lazy method.
2041
20422011-10-20 Phil Muldoon <pmuldoon@redhat.com>
2043
2044 PR python/12656
2045
2046 * gdb.texinfo (Blocks In Python): Document is_static, is_global,
2047 global_block, static_block function.
2048
20492011-10-19 Tom Tromey <tromey@redhat.com>
2050
2051 * gdb.texinfo (Commands In Python): Add missing "@"s.
2052
20532011-10-13 Kevin Pouget <kevin.pouget@st.com>
2054
2055 PR python/13285 Document named constants for frame unwind stop reasons
2056 * gdb.texinfo (Frames In Python): Document gdb.FRAME_UNWIND_*
2057 constants.
2058
20592011-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
2060
2061 Fix compatibility with texinfo versions older than 4.12.
2062 * Makefile.in (MAKEINFO): Set to @MAKEINFO@.
2063 (MAKEINFOFLAGS, MAKEINFO_EXTRA_FLAGS, MAKEINFO_CMD): New.
2064 (MAKEHTMLFLAGS): Use MAKEINFO_CMD.
2065 (gdb.info, gdbint.info, stabs.info, annotate.info): Use MAKEINFO_CMD.
2066 * gdb.texinfo (Tail Call Frames): Convert @arrow{} to @click, when possible.
2067 Make the conversion conditional on HAVE_MAKEINFO_CLICK, using variables
2068 CALLSEQ1A, CALLSEQ1B, CALLSEQ2A and CALLSEQ2B.
2069
20702011-10-09 Doug Evans <dje@google.com>
2071
2072 * gdb.texinfo (Extending GDB): Document alias command.
2073
20742011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
2075
2076 Support @entry in input expressions.
2077 * gdb.texinfo (Variables): Describe @entry names suffix.
2078 (Print Settings): Add anchor for `set print entry-values'.
2079
20802011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
2081 Eli Zaretskii <eliz@gnu.org>
2082
2083 Display @entry parameter values (without references).
2084 * gdb.texinfo (Tail Call Frames): Add anchor. Add self tail call
2085 example.
2086 (Print Settings): New description of set print entry-values and show
2087 print entry-values.
2088
20892011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
2090 Eli Zaretskii <eliz@gnu.org>
2091
2092 Recognize virtual tail call frames.
2093 * gdb.texinfo (Optimized Code): Add reference to Tail Call Frames.
2094 (Tail Call Frames): New node.
2095 (Frames In Python): Add gdb.TAILCALL_FRAME.
2096
20972011-10-07 Doug Evans <dje@google.com>
2098
2099 * gdb.texinfo (gdb.printing): Document new `replace' arg to
2100 register_pretty_printer.
2101
21022011-10-07 Phil Muldoon <pmuldoon@redhat.com>
2103
2104 PR python/12930
2105 PR python/12802
2106
2107 * gdb.texinfo (Breakpoints In Python): Clarify behavior in the
2108 stop method.
2109
21102011-10-07 Ulrich Weigand <ulrich.weigand@linaro.org>
2111
2112 * gdb.texinfo (Starting your Program): "set disable-randomization"
2113 is no longer Linux-specific.
2114 (Remote Configuration): Document "set remote
2115 disable-randomization-packet".
2116 (General Query Packets): Document "QDisableRandomization" packet
2117 and add it to "qSupported" list.
2118
21192011-10-07 Kevin Pouget <kevin.pouget@st.com>
2120
2121 Allow Python notification of new object-file loadings.
2122 * gdb.texinfo (Events In Python): Document `gdb.NewObjFileEvent'
2123 event type.
2124
21252011-10-04 Kevin Pouget <kevin.pouget@st.com>
2126
2127 PR python/12691: Add the inferior to Python exited event
2128 * gdb.texinfo (Events In Python): Describe exited inferior attribute.
2129
21302011-10-03 Joel Brobecker <brobecker@adacore.com>
2131
2132 * gdb.texinfo (GDB/MI Miscellaneous Commands): Minor
2133 rephasing.
2134
21352011-10-03 Joel Brobecker <brobecker@adacore.com>
2136
2137 * gdb.texinfo (GDB/MI Ada Tasking Commands): New node.
2138 (GDB/MI Miscellaneous Commands): Add `ada-task-info'
2139 as possible feature returned by the `-list-features'
2140 command.
2141
21422011-09-28 Paul Koning <paul_koning@dell.com>
2143
2144 * gdb.texinfo (gdb.Type): Document field access by dictionary
2145 key syntax.
2146
21472011-09-28 Yao Qi <yao@codesourcery.com>
2148
2149 * gdb.texinfo (Files): Update options for `add-symbol-file'.
2150 Add one space after option `-s'. Remove @r{} markup.
2151
21522011-09-27 Stan Shebs <stan@codesourcery.com>
2153
2154 * gdb.texinfo (Tracepoint Action Lists): Document $_ret.
2155
21562011-09-16 Hui Zhu <teawater@gmail.com>
2157
2158 * gdb.texinfo (Tracepoint Restrictions): Change *$esp@300
2159 to *(unsigned char *)$esp@300.
2160
21612011-09-15 Paul Koning <paul_koning@dell.com>
2162
2163 * gdb.texinfo: Make style of Python functions and methods match
2164 the syntax of Python. Also put class and module names explicitly
2165 on function, member, and variable names, matching Python
2166 documentation conventions.
2167
21682011-09-15 Kevin Pouget <kevin.pouget@st.com>
2169
2170 PR Python/12692 Add gdb.selected_inferior() to Python interface.
2171 * gdb.texinfo (Inferiors In Python): Describe new
2172 gdb.selected_inferior() function.
2173
21742011-09-15 Kevin Pouget <kevin.pouget@st.com>
2175
2176 Handle multiple breakpoint hits in Python interface:
2177 * gdb.texinfo (Events In Python): New function documentation:
2178 gdb.BreakpointEvent.breakpoints. Indicate that
2179 gdb.BreakpointEvent.breakpoint is now deprecated.
2180
21812011-09-04 Joel Brobecker <brobecker@adacore.com>
2182
2183 * gdb.texinfo: Set EDITION to "Tenth" and change ISBN.
2184
21852011-08-25 Andrew Oakley <andrew@ado.is-a-geek.net>
2186
2187 * gdb.texinfo (Types In Python): Document 'bitpos' for enums.
2188
21892011-08-17 Phil Muldoon <pmuldoon@redhat.com>
2190
2191 * gdb.texinfo (Prompt): Add set/show extended-prompt
2192 documentation
2193 (Basic Python): Add prompt_hook anchor.
2194 (Python modules): Reword module text to reflect multiple modules.
2195 (gdb.prompt): Document gdb.prompt module.
2196
21972011-08-14 Yao Qi <yao@codesourcery.com>
2198
2199 * gdb.texinfo (General Query Packets): Document qXfer:fdpic:read packet.
2200
22012011-08-14 Yao Qi <yao@codesourcery.com>
2202
2203 * gdb.texinfo (Standard Target Features): Document C6x features.
2204 (TIC6x Features): New node.
2205
22062011-08-12 Doug Evans <dje@google.com>
2207
2208 * gdb.texinfo (Symbols In Python): Document symbol.type.
2209
22102011-08-09 Phil Muldoon <pmuldoon@redhat.com>
2211
2212 * gdb.texinfo (Python): Document command and function
2213 auto-loading.
2214
22152011-07-26 Jan Kratochvil <jan.kratochvil@redhat.com>
2216 Eli Zaretskii <eliz@gnu.org>
2217
2218 * gdb.texinfo (whatis, ptype): Highlight their differences. Describe
2219 typedefs unrolling. Extend the sample code by an inner typedef and
2220 outer typedefs unrolling.
2221
22222011-07-26 Paul Pluzhnikov <ppluzhnikov@google.com>
2223
2224 * gdb.texinfo (Caching Remote Data): Document {set,show} dcache
2225 size and line-size.
2226
22272011-07-21 Matt Rice <ratmice@gmail.com>
2228
2229 PR macros/12999
2230 * gdb.texinfo (Macros): Add info definitions and info macros commands.
2231 Update text and cindex entries for info macro command.
2232
22332011-07-21 Phil Muldoon <pmuldoon@redhat.com>
2234
2235 * observer.texi (GDB Observers): Add before_prompt observer.
2236 * gdb.texinfo (Basic Python): Add documentation for prompt
2237 substitution.
2238
22392011-07-11 Phil Muldoon <pmuldoon@redhat.com>
2240
2241 PR python/12438
2242 * gdb.texinfo (Python Commands): Add deprecate note to maint
2243 set/show python print-stack. Document set/show python
2244 print-backtrace.
2245
22462011-07-05 Thiago Jung Bauermann <bauerman.ibm.com>
2247
2248 * gdb.texinfo: Fix typos.
2249
22502011-07-01 Tom Tromey <tromey@redhat.com>
2251
2252 * gdb.texinfo (Debugging Output): Document set debug
2253 check-physname.
2254
22552011-06-29 Tom Tromey <tromey@redhat.com>
2256
2257 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document
2258 breakpoint-notifications feature.
2259
22602011-06-29 Ulrich Weigand <ulrich.weigand@linaro.org>
2261
2262 * gdb.texinfo (Target Description): Remove warning about
2263 possibly unstable format.
2264
22652011-06-03 Tom Tromey <tromey@redhat.com>
2266
2267 * gdb.texinfo (GDB/MI Async Records): Document 'exit-code' field.
2268 (Events In Python): Note that exit_code is optional.
2269
22702011-05-17 Pedro Alves <pedro@codesourcery.com>
2271
2272 * gdb.texinfo (Remote Protocol) <Overview>: Mention vCont is
2273 required for multi-threading support.
2274 (Remote Protocol) <Packets>: Mention that 'c', 's', 'C', 'S' and
2275 Hc are deprecated for multi-threading debugging. Point readers at
2276 the vCont packet.
2277
22782011-05-15 Doug Evans <dje@google.com>
2279
2280 * gdb.texinfo (Auto-loading): Document printing of missing scripts.
2281
22822011-05-13 Doug Evans <dje@google.com>
2283
2284 * gdb.texinfo (Threads): Document $sdir,$pdir.
2285 (Server): Document $pdir exception.
2286
2287 * gdb.texinfo (Auto-loading): Document "info auto-load-scripts".
2288
2289 * gdb.texinfo (Threads): Clarify default value for
2290 libthread-db-search-path.
2291
2292 * gdb.texinfo (Completion): Update example.
2293 (Debugging Output): Delete `set/show debug lin-lwp-async'.
2294
22952011-05-12 Kwok Cheung Yeung <kcy@codesourcery.com>
2296
2297 * gdb.texinfo: Document change in the behaviour of the enable and
2298 disable GDB commands when applied to tracepoints.
2299 Document the EnableDisableTracepoints remote stub feature.
2300 Document QTEnable and QTDisable in the list of tracepoint packets.
2301
23022011-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
2303
2304 * Makefile.in (GDB_DOC_SOURCE_INCLUDES): Rename inc-hist.texinfo to
2305 hsuser.texi.
2306 * gdb.texinfo <!SYSTEM_READLINE>: Rename inc-hist.texinfo inclusion and
2307 comment to hsuser.texi. Change rluser.texi name in the comment.
2308
23092011-05-10 Doug Evans <dje@google.com>
2310
2311 * gdb.texinfo (Threads): If an empty path is provided for
2312 libthread-db-search-path it is reset to its default value.
2313 (Server): Ditto.
2314
23152011-05-09 Doug Evans <dje@google.com>
2316
2317 * gdb.texinfo (Requirements): Fix typo. Mention --with-iconv-bin.
2318
23192011-05-06 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
2320 Thiago Jung Bauermann <bauerman@br.ibm.com>
2321
2322 Implement support for PowerPC BookE masked watchpoints.
2323 * gdb.texinfo (Set Watchpoints): Document mask parameter.
2324 (PowerPC Embedded): Mention support of masked watchpoints.
2325
23262011-05-03 Joel Brobecker <brobecker@adacore.com>
2327
2328 * gdb.texinfo (In Memoriam): Replace litteral uses of `GDB' with
2329 `@value{GDBN}'.
2330
23312011-05-03 Joel Brobecker <brobecker@adacore.com>
2332
2333 * gdb.texinfo (titlepage): Remove dedication.
2334 (In Memoriam): New appendix.
2335
23362011-04-27 Jan Kratochvil <jan.kratochvil@redhat.com>
2337 Eli Zaretskii <eliz@gnu.org>
2338
2339 * gdb.texinfo (Index Section Format): Change the version to 5.
2340 Describe the different formula.
2341
23422011-04-24 Jan Kratochvil <jan.kratochvil@redhat.com>
2343 Eli Zaretskii <eliz@gnu.org>
2344
2345 * gdb.texinfo (Starting and Stopping Trace Experiments): New anchor
2346 for disconnected tracing.
2347 (Multi-Process Mode for @code{gdbserver}): Mention --multi and
2348 extended-remote relationship. Mention --once.
2349 (TCP port allocation lifecycle of @code{gdbserver}): New.
2350
23512011-04-23 Eli Zaretskii <eliz@gnu.org>
2352
2353 * gdb.texinfo (Server): Improve indexing. Index all optional
2354 switches to gdbserver.
2355
23562011-04-20 Tom Tromey <tromey@redhat.com>
2357
2358 * gdb.texinfo (Index Section Format): New node.
2359 (Top): Add new node to menu.
2360
23612011-04-20 Pedro Alves <pedro@codesourcery.com>
2362
2363 * gdb.texinfo (Maintenance Commands): Document `maint print
2364 remote-registers'.
2365
23662011-04-20 Tom Tromey <tromey@redhat.com>
2367
2368 * gdb.texinfo (Trace File Format): Move node later.
2369
23702011-04-19 Tom Tromey <tromey@redhat.com>
2371
2372 * gdbint.texinfo (Register Information Functions): Remove
2373 duplicate "the".
2374 * gdb.texinfo (Emacs): Remove duplicate "to".
2375 (GDB/MI Variable Objects): Remove duplicate "the".
2376 (General Query Packets): Likewise.
2377
23782011-04-02 Joel Brobecker <brobecker@adacore.com>
2379
2380 * gdb.texinfo (GDB/MI Output Records): Fix menu entry for
2381 "GDB/MI Ada Exception Information" node.
2382
23832011-04-01 Joel Brobecker <brobecker@adacore.com>
2384
2385 * gdb.texinfo (GDB/MI Ada Exception Information): Document
2386 the "exception-name" field in the *stopped async record.
2387
23882011-03-31 Thiago Jung Bauermann <bauerman@br.ibm.com>
2389 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
2390
2391 Implement support for PowerPC BookE ranged breakpoints.
2392 * gdb.texinfo (PowerPC Embedded): Document ranged breakpoints.
2393
23942011-03-28 Tom Tromey <tromey@redhat.com>
2395
2396 * gdb.texinfo (Set Tracepoints): Fix typo.
2397
23982011-03-24 Tom Tromey <tromey@redhat.com>
2399
2400 * gdb.texinfo (Specify Location): Document `function:label'
2401 linespec.
2402
24032011-03-18 Phil Muldoon <pmuldoon@redhat.com>
2404
2405 PR python/12149
2406
2407 * gdb.texinfo (Basic Python): Update gdb.write and flush text.
2408
24092011-03-17 Phil Muldoon <pmuldoon@redhat.com>
2410
2411 * gdb.texinfo (Blocks In Python): Add is_valid method description.
2412 (Inferiors In Python): Likewise.
2413 (Threads In Python): Likewise.
2414 (Symbols In Python): Likewise.
2415 (Objfiles In Python): Likewise.
2416 (Symbol Tables In Python): Likewise.
2417
24182011-03-15 Pedro Alves <pedro@codesourcery.com>
2419
2420 * gdb.texinfo (Auto Display) <undisplay, enable display, disable
2421 display>: Explain that the commands accept number ranges.
2422
24232011-03-14 Phil Muldoon <pmuldoon@redhat.com>
2424
2425 * gdb.texinfo (Breakpoints In Python): Add description and example
2426 of Python stop function operation.
2427
24282011-03-10 Phil Muldoon <pmuldoon@redhat.com>
2429
2430 * gdb.texinfo (Parameters In Python): Document get_set_string and
2431 get_show_string methods.
2432
24332011-02-28 Jan Kratochvil <jan.kratochvil@redhat.com>
2434
2435 * gdb.texinfo (Tracepoint Conditions): Fix missing parenthesis.
2436
2437 * gdb.texinfo (Starting and Stopping Trace Experiments): Fix
2438 circular-trace-buffer name.
2439
24402011-02-28 Joel Brobecker <brobecker@adacore.com>
2441
2442 * gdb.texinfo (Inferiors and Programs): Fix small error introduced
2443 in the previous change.
2444
24452011-02-27 Michael Snyder <msnyder@vmware.com>
2446
2447 * gdb.texinfo (Inferiors and Programs): Update commands to show
2448 that they can accept multiple arguments.
2449
24502011-02-24 Joel Brobecker <brobecker@adacore.com>
2451
2452 Revert the following patch (code patch was not approved):
2453 2011-02-21 Hui Zhu <teawater@gmail.com>
2454 * agentexpr.texi (bytecode descriptions): add printf.
2455 * gdb.texinfo (tracepoint action lists): add printf.
2456
24572011-02-23 Doug Evans <dje@google.com>
2458
2459 * gdb.texinfo (Symbols In Python): Fix mention of C++, use C@t{++}.
2460
24612011-02-23 Michael Snyder <msnyder@vmware.com>
2462
2463 * gdb.texinfo (Set Breaks): Add @dots{} to arguments of info break.
2464 (Set Watchpoints): Add @dots{} to argument of info watchpoints.
2465 (Listing Tracepoints): Add @dots{} to argument of info tracepoints.
2466
24672011-02-22 Doug Evans <dje@google.com>
2468
2469 * gdb.texinfo (Symbols In Python): Document lookup_global_symbol.
2470 Clarify behaviour of lookup_symbol when `block' argument is omitted,
2471 add description of result, fix @defun formatting.
2472
24732011-02-21 Hui Zhu <teawater@gmail.com>
2474
2475 * agentexpr.texi (Bytecode Descriptions): Add printf.
2476 * gdb.texinfo (Tracepoint Action Lists): Add printf.
2477
24782011-02-18 Tom Tromey <tromey@redhat.com>
2479
2480 * agentexpr.texi (Bytecode Descriptions): Document pick and rot.
2481
24822011-02-14 Michael Snyder <msnyder@vmware.com>
2483
2484 * gdb.texinfo (threads): Document argument for "info threads" cmd.
2485 Document new command "thread find".
2486
24872011-02-14 Michael Snyder <msnyder@vmware.com>
2488
2489 * gdb.texinfo (Threads): Update example of new thread message.
2490
24912011-02-14 Pedro Alves <pedro@codesourcery.com>
2492
2493 * gdb.texinfo (Remote Configuration): Mention set/show remote
2494 traceframe-info.
2495 (Tools/Packages Optional for Building GDB): Mention that expat is
2496 used for traceframe info.
2497 (Remote Protocol) <Menu>: Add "Traceframe Info Format".
2498 (General Query Packets) <qSupported>: Describe the
2499 qXfer:traceframe-info:read feature.
2500 (qXfer::read): Describe qXfer:traceframe-info:read.
2501 (Traceframe Info Format): New section.
2502
25032011-02-04 Pedro Alves <pedro@codesourcery.com>
2504
2505 * gdbint.texinfo (Formatting): Mention some formatting guidelines
2506 for casts and unary operators.
2507
25082011-02-04 Tom Tromey <tromey@redhat.com>
2509
2510 * gdb.texinfo (GDB/MI Async Records): Document that symbols-loaded
2511 is not useful.
2512
25132011-01-25 Pedro Alves <pedro@codesourcery.com>
2514
2515 * gdb.texinfo: s/value optimized out/optimized out/g
2516
25172011-01-21 Joel Brobecker <brobecker@adacore.com>
2518
2519 * gdb.texinfo (Other Misc Settings): Rework part of the
2520 documentation of the "set interactive mode" command.
2521
25222011-01-19 Tom Tromey <tromey@redhat.com>
2523
2524 * gdb.texinfo (Threads): Document thread name output and `thread
2525 name' command.
2526 (Threads In Python): Document Thread.name attribute.
2527 (GDB/MI Thread Commands): Document thread attributes.
2528
25292011-01-12 Andrew Burgess <aburgess@broadcom.com>
2530
2531 * gdb.texinfo (GDB/MI Data Manipulation): Update to reflect
2532 changes in mi/mi-cmd-disas.c
2533
25342011-01-12 Tom Tromey <tromey@redhat.com>
2535
2536 * gdb.texinfo (Threads): Remove duplicate text. Update examples.
2537 Fix "thread apply" text.
2538
25392011-01-11 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
2540 Thiago Jung Bauermann <bauerman@br.ibm.com>
2541
2542 Implement support for PowerPC BookE ranged watchpoints.
2543 * gdb.texinfo (PowerPC Embedded): Document ranged watchpoints and
2544 the "set powerpc exact-watchpoints" flag.
2545
25462011-01-07 Tom Tromey <tromey@redhat.com>
2547
2548 * gdb.texinfo (Python API): Add descriptions to @menu items.
2549
25502011-01-06 Tom Tromey <tromey@redhat.com>
2551
2552 * gdb.texinfo (Frames In Python): Document gdb.newest_thread.
2553
25542010-01-06 Paul Pluzhnikov <ppluzhnikov@google.com>
2555
2556 * gdb.texinfo (Debugging Output): Document "set debug jit".
2557
25582011-01-06 Tom Tromey <tromey@redhat.com>
2559
2560 PR python/12133:
2561 * gdb.texinfo (Frames In Python): Document various frame
2562 constants.
2563
25642011-01-05 Joel Brobecker <brobecker@adacore.com>
2565
2566 * doc/agentexpr.texi, doc/all-cfg.texi, doc/annotate.texinfo,
2567 doc/gdb.texinfo, doc/gdbint.texinfo, doc/observer.texi,
2568 doc/refcard.tex, doc/stabs.texinfo: Copyright year update.
2569
25702011-01-03 Jan Kratochvil <jan.kratochvil@redhat.com>
2571
2572 * Makefile.in (diststuff): Remove gdb-cfg.texi and GDBvn.texi.
2573 (clean): Add GDBvn.texi.
2574
25752010-12-29 Joel Brobecker <brobecker@adacore.com>
2576
2577 * gdb.texinfo (Ada Glitches): Remove paragraph describing the
2578 occasional case where the debugger prints an array address
2579 instead of the array itself.
2580
25812010-12-23 Pedro Alves <pedro@codesourcery.com>
2582
2583 * gdb.texinfo (Packets) <read registers packet>: Document support
2584 for registers that were not collected.
2585
25862010-12-15 Doug Evans <dje@google.com>
2587
2588 * gdb.texinfo (Startup): Document auto-loading of scripts during
2589 startup.
2590 (Auto-loading): Delete "maint set python auto-load on|off".
2591 Add "set auto-load-scripts on|off".
2592
25932010-12-07 Doug Evans <dje@google.com>
2594
2595 * gdb.texinfo (Mode Options): Document -data-directory.
2596 (Data Files): Add reference to -data-directory.
2597
25982010-11-29 Doug Evans <dje@google.com>
2599
2600 * gdb.texinfo (Pretty-Printer Introduction): Change
2601 printer-name:subprinter-name to printer-name;subprinter-name.
2602
26032010-11-29 Phil Muldoon <pmuldoon@redhat.com>
2604
2605 PR python/12199
2606
2607 * gdb.texinfo (Breakpoints In Python): Document "delete" method.
2608
26092010-11-23 Tom Tromey <tromey@redhat.com>
2610
2611 * gdb.texinfo (Top): Check SYSTEM_READLINE.
2612 (Editing): Likewise.
2613 (Command History): Likewise.
2614 (TUI Keys): Likewise.
2615 (Bug Reporting): Conditionally include rluser.texi and
2616 inc-history.texinfo.
2617 * Makefile.in (READLINE_TEXI_INCFLAG): New variable.
2618 (GDB_DOC_SOURCE_INCLUDES): Add comment.
2619 (GDBvn.texi): Set SYSTEM_READLINE when appropriate.
2620 (gdb.dvi): Use READLINE_TEXI_INCFLAG.
2621 (gdb.pdf): Likewise.
2622 (gdb.info): Likewise.
2623 (gdb/index.html): Likewise.
2624
26252010-11-23 Tom Tromey <tromey@redhat.com>
2626
2627 * Makefile.in (Makefile): Run ../config.status.
2628 (distclean): Update.
2629 * configure: Remove.
2630 * configure.ac: Remove.
2631
26322010-11-12 Tom Tromey <tromey@redhat.com>
2633
2634 * gdb.texinfo (Basic Python): Update. Add xref.
2635 (Exception Handling): Document new exception classes.
2636 (Types In Python): Update.
2637 (Frames In Python): Update.
2638
26392010-11-11 Phil Muldoon <pmuldoon@redhat.com>
2640
2641 * gdb.texinfo (Breakpoints In Python): Document "internal"
2642 parameter, and visible attribute.
2643
26442010-11-05 Doug Evans <dje@google.com>
2645
2646 * gdb.texinfo (Source Path): Document "set directories".
2647
26482010-11-05 Ken Werner <ken.werner@de.ibm.com>
2649
2650 * gdb.texinfo: (Summary) Add mention about OpenCL C language support.
2651 (OpenCL C): New node.
2652
26532010-11-02 Doug Evans <dje@google.com>
2654
2655 * gdb.texinfo (Pretty Printing): Expand into three sections,
2656 introduction, example, and commands.
2657 (Python API): Delete section Disabling Pretty-Printers, merge into
2658 Selecting Pretty-Printers.
2659 (Writing a Pretty-Printer): New section. Move the pretty-printer
2660 example here, and reformat to match python coding style. Add a second
2661 example using the gdb.printing module.
2662 (Python modules): Add gdb.printing.
2663
26642010-10-29 Doug Evans <dje@google.com>
2665
2666 * gdb.texinfo (Python): Fix long line.
2667
26682010-10-20 Doug Evans <dje@google.com>
2669
2670 * gdbint.texinfo (Misc Guidelines): Renamed from Coding.
2671 All references updated. Correct sections marked as subsections.
2672 (Coding Standards): New chapter. Move the coding standard related
2673 subsections here. Add section on Python coding standards.
2674
26752010-10-13 Doug Evans <dje@google.com>
2676
2677 * gdb.texinfo (Python): Add "Python modules".
2678 (Types in Python): Add reference to gdb.types section.
2679 (Python modules): New node.
2680
26812010-10-11 Doug Evans <dje@google.com>
2682
2683 * gdb.texinfo (Values From Inferior): Add reference to "Types in
2684 Python" from gdb.Value.type description.
2685
26862010-09-28 Joel Brobecker <brobecker@adacore.com>
2687
2688 * gdb.texinfo (Ravenscar Profile): New node.
2689
26902010-09-22 Tom Tromey <tromey@redhat.com>
2691
2692 * gdb.texinfo (Values From Inferior): Mention Value.__init__.
2693
26942010-09-22 Eli Zaretskii <eliz@gnu.org>
2695
2696 * gdb.texinfo (Values From Inferior): Clarify that
2697 value.dynamic_type works only in C++ programs with RTTI.
2698
26992010-09-15 Paul Bolle <pebolle@tiscali.nl>
2700
2701 * gdb.texinfo (Character Sets): Correctly reference host-charset
2702 in example.
2703
27042010-09-13 Tom Tromey <tromey@redhat.com>
2705
2706 * gdb.texinfo (GDB/MI Stack Manipulation) <-stack-list-frames>:
2707 Document "fullname" and "from".
2708
27092010-09-01 Marc Khouzam <marc.khouzam@ericsson.com>
2710
2711 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document new
2712 feature `reverse' output by -list-target-features.
2713
27142010-08-31 H.J. Lu <hongjiu.lu@intel.com>
2715
2716 * gdb.texinfo (i386 Features): Remove an extra "@item".
2717
27182010-08-30 Tom Tromey <tromey@redhat.com>
2719
2720 PR python/11792:
2721 * gdb.texinfo (Values From Inferior): Document dynamic_type.
2722
27232010-08-24 Daniel Jacobowitz <dan@codesourcery.com>
2724
2725 * gdb.texinfo (ARM Features): Document
2726 org.gnu.gdb.arm.m-profile.
2727
27282010-08-23 Tom Tromey <tromey@redhat.com>
2729
2730 PR python/11145:
2731 * gdb.texinfo (Values From Inferior): Document dynamic_cast and
2732 reinterpret_cast methods.
2733
27342010-08-23 Tom Tromey <tromey@redhat.com>
2735
2736 PR python/11915:
2737 * gdb.texinfo (Types In Python): Document array method.
2738
27392010-08-18 Thiago Jung Bauermann <bauerman@br.ibm.com>
2740
2741 * gdb.texinfo (PowerPC Embedded): Mention support for the DVC register.
2742
27432010-08-16 Tom Tromey <tromey@redhat.com>
2744
2745 * gdb.texinfo (Set Watchpoints): Document -location option.
2746
27472010-08-13 Doug Evans <dje@google.com>
2748
2749 * gdb.texinfo (.debug_gdb_scripts section): Fix typo.
2750
27512010-08-13 Vladimir Prus <vladimir@codesourcery.com>
2752
2753 * gdb.texinfo (GDB/MI Data Manipulation): Document
2754 -data-read-memory-raw and -data-write-memory-raw.
2755
27562010-08-11 Tom Tromey <tromey@redhat.com>
2757 Phil Muldoon <pmuldoon@redhat.com>
2758
2759 * gdb.texinfo (Basic Python): Describe post_event API.
2760
27612010-08-11 Phil Muldoon <pmuldoon@redhat.com>
2762
2763 * gdb.texinfo (Basic Python): Describe solib_address and
2764 decode_line Python APIs
2765
27662010-08-10 Tom Tromey <tromey@redhat.com>
2767
2768 * gdb.texinfo (Pretty Printing API): Document
2769 gdb.default_visualizer.
2770
27712010-08-10 Tom Tromey <tromey@redhat.com>
2772
2773 Revert gdb-add-index addition:
2774 * gdb.texinfo (Index Files): Don't document gdb-add-index.
2775
27762010-08-07 Jan Kratochvil <jan.kratochvil@redhat.com>
2777 Eli Zaretskii <eliz@gnu.org>
2778
2779 * gdb.texinfo (Mode Options) <-batch>
2780 (Basic Python) <gdb.execute>: Describe setting width and height.
2781
27822010-07-31 Paul Pluzhnikov <ppluzhnikov@google.com>
2783
2784 * gdb.texinfo (Threads): Document 'debug libthread-db'.
2785
27862010-07-30 Tom Tromey <tromey@redhat.com>
2787
2788 * gdb.texinfo (Index Files): Mention gdb-add-index.
2789
27902010-07-30 Hui Zhu <teawater@gmail.com>
2791
2792 * gdb.texinfo (Inferiors and Programs): Update the introduce of
2793 "detach inferior" and "kill inferior".
2794
27952010-07-28 CHENG Renquan <rqcheng@smu.edu.sg>
2796
2797 * gdb.texinfo (Machine Code): Update description of two forms of
2798 arguments, and add new example to demonstrate the new form.
2799
28002010-07-27 Phil Muldoon <pmuldoon@redhat.com>
2801
2802 * gdb.texinfo (Values From Inferior): Add value inferior function
2803 call description.
2804
28052010-07-19 Jan Kratochvil <jan.kratochvil@redhat.com>
2806
2807 * gdb.texinfo (Active Targets): Fix wrong comma placement.
2808
28092010-07-19 Jan Kratochvil <jan.kratochvil@redhat.com>
2810 Eli Zaretskii <eliz@gnu.org>
2811
2812 Make core files the process_stratum.
2813 * gdb.texinfo (Active Targets): Remove core_stratum. Include
2814 record_stratum example.
2815
28162010-07-13 Tom Tromey <tromey@redhat.com>
2817
2818 * gdb.texinfo (Index Files): New node.
2819
28202010-07-13 Tom Tromey <tromey@redhat.com>
2821
2822 * gdb.texinfo (GDB/MI Variable Objects): Remove extra 'for'.
2823
28242010-07-13 Tom Tromey <tromey@redhat.com>
2825
2826 * gdb.texinfo (Specify Location): Document labels.
2827
28282010-07-01 Pedro Alves <pedro@codesourcery.com>
2829
2830 * gdb.texinfo (Create and Delete Tracepoints): Add more index
2831 entries for fast tracepoints and static tracepoints.
2832
28332010-07-01 Pedro Alves <pedro@codesourcery.com>
2834
2835 * gdb.texinfo (General Query Packets) <qfThreadInfo,
2836 qsThreadInfo>: Spell out `l' as ell.
2837
28382010-07-01 Pedro Alves <pedro@codesourcery.com>
2839
2840 * gdb.texinfo (Convenience Variables): Document $_sdata.
2841 (Commands to Set Tracepoints): Describe static tracepoints. Add
2842 `Listing Static Tracepoint Markers' menu entry. Document
2843 "strace".
2844 (Tracepoint Action Lists): Document collecting $_sdata.
2845 (Listing Static Tracepoint Markers): New subsection.
2846 (Tracepoints support in gdbserver): Mention static tracepoints.
2847 (remote packets, enabling and disabling): Mention
2848 read-sdata-object.
2849 (General Query Packets) <qSupported>: Document qXfer:sdata:read
2850 and StaticTracepoint.
2851 Mention qTfSTM, qTsSTM and qTSTMat as tracepoint packets.
2852 Document qXfer:sdata:read.
2853 (Tracepoint packets): Document qTfSTM, qTsSTM and qTSTMat.
2854
28552010-06-29 Joel Brobecker <brobecker@adacore.com>
2856
2857 * gdb.texinfo (Threads In Python): Fix unmatched @end table.
2858
28592010-06-28 Phil Muldoon <pmuldoon@redhat.com>
2860 Tom Tromey <tromey@redhat.com>
2861 Thiago Jung Bauermann <bauerman@br.ibm.com>
2862
2863 * gdb.texinfo (Inferiors In Python): New node.
2864 * gdb.texinfo (Threads In Python): New node.
2865
28662010-06-28 Joel Brobecker <brobecker@adacore.com>
2867
2868 * gdb.texinfo (Python): Document what the python directory is
2869 and what its location is.
2870 (Basic Python): Document the gdb.PYTHONDIR constant.
2871
28722010-06-25 Tom Tromey <tromey@redhat.com>
2873
2874 PR python/10808:
2875 * gdb.texinfo (Basic Python): Document new gdb.execute argument.
2876
28772010-06-24 Hui Zhu <teawater@gmail.com>
2878
2879 * gdb.texinfo: (Commands for Controlled Output): Add
2880 documentation for command "eval".
2881
28822010-06-21 Stan Shebs <stan@codesourcery.com>
2883
2884 * gdb.texinfo: Add explicit @node and @appendix for GFDL.
2885 * annotate.texinfo: Ditto.
2886 * gdbint.texinfo: Ditto.
2887 * stabs.texinfo: Ditto.
2888
28892010-06-22 Hui Zhu <teawater@gmail.com>
2890
2891 * gdb.texinfo: (Process Record and Replay): Add documentation
2892 for command "set record memory-query".
2893
28942010-06-21 Stan Shebs <stan@codesourcery.com>
2895
2896 * gdb.texinfo: Relicense under GFDL version 1.3.
2897 * annotate.texinfo: Relicense under GFDL version 1.3.
2898 * gdbint.texinfo: Relicense under GFDL version 1.3.
2899 * stabs.texinfo: Relicense under GFDL version 1.3.
2900 * fdl.texi: Update to version 1.3.
2901
29022010-06-18 Stan Shebs <stan@codesourcery.com>
2903
2904 * gdb.texinfo (Operating System Auxiliary Information): Describe
2905 "info os" when no arguments given.
2906
2907 * gdb.texinfo (Debugging Programs with Multiple Threads): Describe
2908 $_thread.
2909
29102010-06-18 Hui Zhu <teawater@gmail.com>
2911
2912 * gdb.texinfo: (Process Record and Replay): Add documentation
2913 for commands "record save" and "record restore".
2914
29152010-06-16 Jan Kratochvil <jan.kratochvil@redhat.com>
2916
2917 * gdb.texinfo: Include information about the correct use
2918 of addresses in the `watch' command.
2919
29202010-06-11 Stan Shebs <stan@codesourcery.com>
2921
2922 * gdb.texinfo (Observer Mode): New section.
2923 (General Query Packets): Document QAllow.
2924
29252010-06-04 Doug Evans <dje@google.com>
2926
2927 * gdb.texinfo (Python API): New node `Disabling Pretty-Printers'.
2928
29292010-06-03 Doug Evans <dje@google.com>
2930
2931 * gdbint.texinfo (Coding): Add subsection on command names.
2932
29332010-06-02 Tom Tromey <tromey@redhat.com>
2934
2935 * gdb.texinfo (Maintenance Commands): Document maint set dwarf2
2936 always-disassemble.
2937
29382010-06-01 Pedro Alves <pedro@codesourcery.com>
2939
2940 * gdb.texinfo (Set Tracepoints): Mention tracepoints support in
2941 gdbserver, and add cross reference.
2942 (Tracepoints support in gdbserver): New subsection.
2943
29442010-05-26 Pedro Alves <pedro@codesourcery.com>
2945
2946 * gdb.texinfo (General Query Packets) <qSupported>: Describe the
2947 `qRelocInsn' feature.
2948 (Relocate instruction reply packet): New subsection
2949 of `Tracepoint Packets'.
2950 (Tracepoint Packets): Mention that packets QTDP and QTStart
2951 support the qRelocInsn request, and add cross reference to new
2952 subsection.
2953
29542010-05-25 Doug Evans <dje@google.com>
2955
2956 * gdb.texinfo (Exception Handling): Document gdb.GdbError.
2957 (Commands In Python): Document gdb.string_to_argv.
2958
29592010-05-02 Jan Kratochvil <jan.kratochvil@redhat.com>
2960
2961 * gdbint.texinfo (Host Definition): Remove items NORETURN and
2962 ATTR_NORETURN.
2963
29642010-04-29 Phil Muldoon <pmuldoon@redhat.com>
2965 Tom Tromey <tromey@redhat.com>
2966 Thiago Jung Bauermann <bauerman@br.ibm.com>
2967
2968 * gdb.texinfo (Parameters In Python): New Node.
2969
29702010-04-29 Mihail Zenkov <mihail.zenkov@gmail.com>
2971
2972 * gdb.texinfo: (Summary) Add mention about D language support.
2973 (Filenames): Add D suffixes.
2974 (D): New node.
2975
29762010-04-26 Pierre Muller <muller@ics.u-strasbg.fr>
2977
2978 * gdbint.texinfo (CANNOT_STEP_HW_WATCHPOINTS): Remove explanation
2979 of macro deleted from GDB code.
2980
29812010-04-24 Pedro Alves <pedro@codesourcery.com>
2982
2983 * gdb.texinfo (Commands to specify files): Describe what how GDB
2984 looks up DOS-based filesystem paths on the system root. Document
2985 the new `set/show target-file-system-kind' commands.
2986
29872010-04-23 Doug Evans <dje@google.com>
2988
2989 * gdb.texinfo (Python): Move Auto-loading section here ...
2990 (Python API): from here.
2991 (Auto-loading): Add docs for .debug_gdb_scripts auto-loaded scripts.
2992 (Maintenance Commands): Add docs for "maint print section-scripts".
2993
29942010-04-20 Chris Moller <cmoller@redhat.com>
2995
2996 * gdb.texinfo (Setting Breakpoints): Added description of
2997 filename-qualified rbreak.
2998 * refcard.tex (Breakpoints and Watchpoints): Added brief
2999 description of filename-qualified rbreak.
3000
30012010-04-22 Jan Kratochvil <jan.kratochvil@redhat.com>
3002
3003 * gdb.texinfo (Data): New @menu reference to Pretty Printing.
3004 (Python API): Change the reference to Pretty Printing API.
3005 (Pretty Printing): Move the user part under the Data node. Reformat
3006 the sample output to 72 columns. Create a new reference to Pretty
3007 Printing API. Rename the API part ...
3008 (Pretty Printing API): To a new node name.
3009 (Selecting Pretty-Printers, Progspaces In Python, Objfiles In Python)
3010 (GDB/MI Variable Objects): Change references to Pretty Printing API.
3011
30122010-04-21 Stan Shebs <stan@codesourcery.com>
3013
3014 * gdb.texinfo (Tracepoint Actions): Mention synonymy of actions
3015 and commands.
3016 (Listing Tracepoints): Update to reflect current behavior.
3017
30182010-04-22 Pierre Muller <muller@ics.u-strasbg.fr>
3019
3020 * gdb.texinfo (Examining memory): Update for change in string
3021 display with explicit size.
3022
30232010-04-19 Pedro Alves <pedro@codesourcery.com>
3024
3025 PR breakpoints/8554.
3026
3027 * gdb.texinfo (Save Breakpoints): New node.
3028 (save-tracepoints): Rename to ...
3029 (save tracepoints): ... this. Mention that `save-tracepoints' is
3030 a deprecated alias to `save tracepoints'.
3031
30322010-04-16 Pierre Muller <muller@ics.u-strasbg.fr>
3033
3034 * gdb.texinfo ($_tlb): Document new automatic convinience variable.
3035 (info w32 thread-information-block): Document new command.
3036 (qGetTIBAddress): Document new gdbserver query.
3037 (maint set/show show-all-tib): Document new command.
3038
30392010-04-15 Doug Evans <dje@google.com>
3040
3041 * gdb.texinfo (Python API): Add progspaces section.
3042 (Selecting Pretty-Printers): Progspace pretty-printers are
3043 searched too.
3044 (Progspaces In Python): New section.
3045
3046 * gdb.texinfo (Command Files): Add docs for new "source -s" option.
3047
30482010-04-14 Phil Muldoon <pmuldoon@redhat.com>
3049
3050 * gdb.texinfo (Pretty Printing): Document behaviour when to_string
3051 returns None.
3052
30532010-04-09 Stan Shebs <stan@codesourcery.com>
3054
3055 * gdb.texinfo (gdb/mi Tracepoint Commands) <-trace-status>:
3056 Describe the `frames-created' field, tweak grammar.
3057
30582010-04-09 Pedro Alves <pedro@codesourcery.com>
3059
3060 * gdb.texinfo (gdb/mi Tracepoint Commands) <-trace-status>:
3061 Describe the `circular' and `disconnected' fields.
3062
30632010-04-09 H.J. Lu <hongjiu.lu@intel.com>
3064
3065 * gdb.texinfo (maint print registers): Mention unavailable and
3066 invisible registers.
3067
30682010-04-09 Phil Muldoon <pmuldoon@redhat.com>
3069 Thiago Jung Bauermann <bauerman@br.ibm.com>
3070 Tom Tromey <tromey@redhat.com>
3071
3072 * gdb.texinfo (Breakpoints In Python): New Node.
3073
30742010-04-08 Stan Shebs <stan@codesourcery.com>
3075
3076 * gdb.texinfo (Tracepoint Packets): Describe disconn and circular
3077 trace status fields.
3078
30792010-04-08 H.J. Lu <hongjiu.lu@intel.com>
3080
3081 * gdb.texinfo (i386 Features): Make org.gnu.gdb.i386.avx
3082 optional. Make org.gnu.gdb.i386.avx requires
3083 org.gnu.gdb.i386.avx.
3084
30852010-04-08 Doug Evans <dje@google.com>
3086
3087 * gdb.texinfo (Command Files): Document that gdb skips $cdir in
3088 search path, and document that gdb only scans the search path if
3089 the script's path doesn't specify a directory.
3090
30912010-04-05 Doug Evans <dje@google.com>
3092
3093 * gdb.texinfo (maint show python auto-load): Fix typo.
3094
30952010-04-04 Stan Shebs <stan@codesourcery.com>
3096
3097 * gdb.texinfo (Setting Breakpoints): "info watch" no longer a synonym.
3098 (Setting Watchpoints): Update description of "info watch".
3099 (Disabling Breakpoints): Only "info break" lists all.
3100
3101 * gdb.texinfo (Tracepoint Restrictions): Document PC inference.
3102 (tdump): Explain how tdump works.
3103
31042010-04-01 Pedro Alves <pedro@codesourcery.com>
3105
3106 * gdb.texinfo (Break Commands): Clarify `commands' changes, and
3107 add cross reference.
3108
31092010-03-31 Pedro Alves <pedro@codesourcery.com>
3110
3111 * gdb.texinfo (TUI Commands): Mention that in some cases, these
3112 commands error out.
3113
31142010-03-30 H.J. Lu <hongjiu.lu@intel.com>
3115
3116 * gdb.texinfo (i386 Features): Add org.gnu.gdb.i386.avx.
3117
31182010-03-30 H.J. Lu <hongjiu.lu@intel.com>
3119
3120 * gdb.texinfo (General Query Packets): Add xmlRegisters.
3121
31222010-03-29 Stan Shebs <stan@codesourcery.com>
3123 Nathan Sidwell <nathan@codesourcery.com>
3124
3125 * gdb.texinfo (GDB/MI Tracepoint Commands): Add notes about the
3126 GDBN equivalent.
3127 (Set Tracepoints): Remove mention that conditional tracepoints
3128 don't exist.
3129 (Tracepoint Actions): Clarify when while-stepping collection
3130 happens, note that while-stepping does not automatically collect
3131 $pc.
3132
31332010-03-29 Stan Shebs <stan@codesourcery.com>
3134
3135 * gdb.texinfo (Tracepoint Packets): Describe QTDPsrc.
3136 (General Query Packets): Describe TracepointSource.
3137
31382010-03-27 Matt Rice <ratmice@gmail.com>
3139
3140 * gdb.texinfo (ARM): Document arguments to "target sim".
3141 (Set Catchpoints): Use @dots{} instead of @r{...}.
3142
31432010-03-26 Pedro Alves <pedro@codesourcery.com>
3144
3145 * gdb.texinfo (Tracepoint Packets): Remove mention that
3146 terror:string may be plain text, and drop mention of X prefix.
3147
31482010-03-26 Vladimir Prus <vladimir@codesourcery.com>
3149
3150 * gdb.texinfo (GDB/MI Tracepoint Commands): Add comma after @xref.
3151
31522010-03-24 Stan Shebs <stan@codesourcery.com>
3153
3154 * gdb.texinfo (Tracepoint Packets): Document trace error status.
3155
31562010-03-24 Tom Tromey <tromey@redhat.com>
3157
3158 PR breakpoints/9352:
3159 * gdb.texinfo (Break Commands): Update.
3160
31612010-03-24 Vladimir Prus <vladimir@codesourcery.com>
3162
3163 * gdb.texinfo (GDB/MI Tracepoint Commands): Document MI tracepoint
3164 commands.
3165
31662010-03-16 Stan Shebs <stan@codesourcery.com>
3167
3168 * gdb.texinfo (Starting and Stopping Trace Experiments): Describe
3169 circular-trace-buffer.
3170 (Tracepoint Packets): Describe QTBuffer, and details of the
3171 qTStatus reply.
3172
31732010-03-12 Stan Shebs <stan@codesourcery.com>
3174 Nathan Sidwell <nathan@codesourcery.com>
3175
3176 * gdb.texinfo (Tracepoint Actions): Clarify that while-stepping is
3177 doing instruction stepping.
3178 (Tracepoint Restrictions): New node.
3179
31802010-03-10 Tom Tromey <tromey@redhat.com>
3181
3182 * gdbint.texinfo (Symbol Handling): Update.
3183
31842010-03-08 Tom Tromey <tromey@redhat.com>
3185
3186 PR cli/9591:
3187 * gdb.texinfo (Mode Options): Mention lack of pagination and
3188 confirmation with --batch.
3189 (Screen Size): Mention --batch.
3190 (Messages/Warnings): Likewise.
3191
31922010-03-05 Tom Tromey <tromey@redhat.com>
3193
3194 * gdb.texinfo (Basic Python): Document target_charset and
3195 target_wide_charset.
3196
31972010-03-05 Tom Tromey <tromey@redhat.com>
3198
3199 * gdb.texinfo (Data): Link to pretty-printing.
3200 (Output Formats): Likewise. Correct text.
3201
32022010-03-01 Daniel Jacobowitz <dan@codesourcery.com>
3203
3204 * gdb.texinfo (Types): Describe <struct> and <flags>.
3205
32062010-02-28 Phil Muldoon <pmuldoon@redhat.com>
3207
3208 * gdb.texinfo (Frames In Python): Add block parameter and
3209 description to read_var text.
3210
32112010-02-26 Phil Muldoon <pmuldoon@redhat.com>
3212 Tom Tromey <tromey@redhat.com>
3213
3214 * gdb.texinfo (Types In Python): Describe block argument in
3215 template_argument and gdb.lookup_type.
3216
32172010-02-24 Tom Tromey <tromey@redhat.com>
3218
3219 * gdb.texinfo (Cygwin Native): Fix typo.
3220
32212010-02-24 Phil Muldoon <pmuldoon@redhat.com>
3222
3223 * gdb.texinfo (Frames In Python): Add block, find_sal, function
3224 and select method descriptions.
3225 (Python API): Add Blocks In Python, Symbols in Python and Symbol
3226 Tables in Python to menu.
3227 (Blocks In Python): New node.
3228 (Symbols In Python): New node.
3229 (Symbol Tables in Python): New node.
3230
32312010-02-24 Vladimir Prus <vladimir@codesourcery.com>
3232
3233 Multiexec MI
3234
3235 gdb/
3236 * breakpoint.c (clear_syscall_counts): Take struct inferior*.
3237
3238 gdb/doc/
3239 * gdb.texinfo (GDB/MI Command Syntax): Document notification
3240 changes.
3241 (GDB/MI Program Execution): Document current behaviour of
3242 --all and --thread-group.
3243 (GDB/MI Miscellaneous Commands): Document -add-inferior and
3244 -remove-inferior.
3245 * observer.texi (inferior_added, inferior_removed): New
3246 observers.
3247
32482010-02-19 Tom Tromey <tromey@redhat.com>
3249
3250 * gdbint.texinfo (Getting Started): Fix @node.
3251 (Debugging GDB): Likewise.
3252
32532010-02-13 Joel Brobecker <brobecker@adacore.com>
3254
3255 * gdbint.texinfo (Testsuite): New section "Testsuite Configuration",
3256 documenting the gdb_test_timeout variable.
3257
32582010-02-12 Jakob Engblom <jakob@virtutech.com>
3259
3260 * gdb.texinfo (MI commands): Added documentation of --reverse
3261 option to a set of MI commands. Restructured documentation of MI
3262 commands --exec-continue to reflect the complexity of reverse
3263 execution.
3264
32652010-02-12 Pedro Alves <pedro@codesourcery.com>
3266
3267 * gdb.texinfo (Using the Collected Data): Specify that the address
3268 range of `tfind outsize' is exclusive, and that the address range
3269 of `tfind range' is inclusive.
3270 (Tracepoint Packets): Specify that the address range of
3271 `QTFrame:range' is inclusive, and that the address range of
3272 `QTFrame:outside' is exclusive
3273
32742010-02-12 Vladimir Prus <vladimir@codesourcery.com>
3275
3276 * gdb.texinfo (GDB/MI Result Records): Clarify ^running.
3277
32782010-02-10 Tom Tromey <tromey@redhat.com>
3279
3280 * gdb.texinfo (Debugging Output): Document set debug parser and
3281 show debug parser.
3282
32832010-02-09 H.J. Lu <hongjiu.lu@intel.com>
3284
3285 * gdb.texinfo (Predefined Target Types): Add i387_ext,
3286 i386_eflags and i386_mxcsr.
3287
32882010-02-08 H.J. Lu <hongjiu.lu@intel.com>
3289
3290 * gdb.texinfo: Document i386 target features.
3291
32922010-02-05 Doug Evans <dje@google.com>
3293
3294 * gdbint.texinfo (Testsuite): Add a new section to document the
3295 various DejaGnu variables that may be overridden.
3296 Document INTERNAL_GDBFLAGS.
3297
32982010-02-04 Tom Tromey <tromey@redhat.com>
3299
3300 PR cli/8830:
3301 * gdb.texinfo (Files): -readnow comes before the filename for file
3302 and symbol-file.
3303
33042010-02-01 Daniel Jacobowitz <dan@codesourcery.com>
3305
3306 * gdb.texinfo (Architecture-Specific Protocol Details): New section.
3307 Document ARM breakpoint types.
3308 (Register Packet Format): Move into the new section.
3309 (Packets): Describe the KIND argument for Z0, z0, Z1, and z1 packets.
3310
33112010-01-21 Joel Brobecker <brobecker@adacore.com>
3312
3313 * gdb.texinfo (File Options): Adjust the documentation of this
3314 switch to refer to the "source" command rather than partially
3315 duplicating some of the relevant information.
3316 (Extending GDB): Introduce and document the set/show script-extension
3317 setting.
3318 (Command Files): Add note explaining that the "source" command
3319 is also used to evalute scripts written in other languages.
3320 Remove the short slightly incorrect reference to sourcing Python
3321 scripts.
3322 (Python Commands): Document how to execute a Python script from GDB.
3323
33242010-01-19 Joel Brobecker <brobecker@adacore.com>
3325
3326 * gdb.texinfo (Command Files): Fix typo.
3327
33282010-01-18 Tom Tromey <tromey@redhat.com>
3329
3330 * gdb.texinfo (File Options): Document -x on .py files.
3331 (Command Files): Document handling of Python scripts.
3332
33332010-01-18 Jie Zhang <jie.zhang@analog.com>
3334
3335 * Makefile.in (ANNOTATE_DOC_BUILD_INCLUDES): Add GDBvn.texi.
3336
33372010-01-15 Stan Shebs <stan@codesourcery.com>
3338
3339 * gdb.texinfo (Trace Files): New section.
3340 (Tracepoint Packets): Document QTSave and qTBuffer.
3341 (Trace File Format): New appendix.
3342
33432010-01-13 Phil Muldoon <pmuldoon@redhat.com>
3344
3345 * gdb.texinfo (Values From Inferior): Document lazy_string value
3346 method.
3347 (Python API): Add Lazy strings menu item.
3348 (Lazy Strings In Python): New node.
3349
33502010-01-13 Vladimir Prus <vladimir@codesourcery.com>
3351
3352 * gdb.texinfo (GDB/MI Thread Information): New.
3353 (GDB/MI Async Records): Document the core field in *stopped.
3354 (GDB/MI Miscellaneous Commands): Expand -list-thread-groups
3355 documentation
3356 (Process list): Document that osdata document may contain
3357 threads.
3358 (Remote Serial Protocol): Document qXfer:threads.
3359
33602010-01-06 Stan Shebs <stan@codesourcery.com>
3361
3362 * gdb.texinfo (Starting and Stopping Trace Experiments): Document
3363 disconnected tracing.
3364 (Tracepoint Packets): Document new protocol.
3365
33662010-01-05 Stan Shebs <stan@codesourcery.com>
3367
3368 * gdb.texinfo (Create and Delete Tracepoints): Describe fast
3369 tracepoints.
3370 (Tracepoint Packets): Describe remote protocol for fast
3371 tracepoints.
3372
33732010-01-01 Joel Brobecker <brobecker@adacore.com>
3374
3375 Update the "Start of New Year Procedure".
3376 * gdbint.texinfo: Add the list of files that need to be updated
3377 manually. Minor reformatting.
3378
33792010-01-01 Joel Brobecker <brobecker@adacore.com>
3380
3381 * refcard.tex: Update copyright year in header and text.
3382
33832010-01-01 Joel Brobecker <brobecker@adacore.com>
3384
3385 * agentexpr.texi: Add 2010 to the list of copyright years.
3386 * annotate.texinfo: Likewise.
3387 * gdb.texinfo: Likewise.
3388 * gdbint.texinfo: Likewise.
3389 * observer.texi: Likewise.
3390 * stabs.texinfo: Likewise.
3391
33922009-12-31 Stan Shebs <stan@codesourcery.com>
3393
3394 * gdb.texinfo (Tracepoint Actions): Describe teval.
3395
33962009-12-29 Stan Shebs <stan@codesourcery.com>
3397
3398 * gdb.texinfo (Tracepoint Actions): Describe default-collect.
3399
34002009-12-28 Stan Shebs <stan@codesourcery.com>
3401
3402 * gdb.texinfo (Trace State Variables): New section.
3403 (Tracepoint Packets): Describe trace state variable packets.
3404 * agentexpr.texi (Bytecode Descriptions): Describe trace state
3405 variable bytecodes.
3406
34072009-12-28 Daniel Jacobowitz <dan@codesourcery.com>
3408
3409 * gdb.texinfo (Symbols): "info variables" prints definitions, not
3410 declarations.
3411
34122009-12-21 Vladimir Prus <vladimir@codesourcery.com>
3413
3414 * gdb.texinfo (GDB/MI Miscellaneous Commands): Clarify that
3415 -gdb-exit behaviour.
3416
34172009-12-20 Joel Brobecker <brobecker@adacore.com>
3418
3419 * gpl.texi: Update to version 3 of the GPL.
3420
34212009-12-20 Joel Brobecker <brobecker@adacore.com>
3422
3423 * Makefile.in: Update copyright header.
3424 * observer.texi: Fix the copyright header of the generated files.
3425
34262009-12-08 Phil Muldoon <pmuldoon@redhat.com>
3427
3428 * gdb.texinfo (Types In Python): Describe range function.
3429
34302009-12-03 Richard Ward <richard.j.ward1@googlemail.com>
3431
3432 * gdb.texinfo (Types In Python): Describe "is_base_class".
3433
34342009-12-03 Tom Tromey <tromey@redhat.com>
3435
3436 * gdb.texinfo (Basic Python): Document gdb.parse_and_eval.
3437
34382009-12-02 Paul Pluzhnikov <ppluzhnikov@google.com>
3439
3440 * observer.texi: New memory_changed observer.
3441
34422009-12-01 Tom Tromey <tromey@redhat.com>
3443
3444 * gdb.texinfo (Reverse Execution): Fix typo.
3445
34462009-11-24 Daniel Jacobowitz <dan@codesourcery.com>
3447
3448 PR gdb/8704
3449
3450 * gdb.texinfo (Thread-Specific Breakpoints): Thread specifiers
3451 are allowed after the breakpoint condition.
3452
34532009-11-23 Tom Tromey <tromey@redhat.com>
3454
3455 PR python/10782:
3456 * gdb.texinfo (Types In Python): Document Type.pointer.
3457
34582009-11-23 Paul Pluzhnikov <ppluzhnikov@google.com>
3459
3460 * gdb.texinfo (Machine Code): Adjust.
3461
34622009-11-11 Pedro Alves <pedro@codesourcery.com>
3463
3464 * agentexpr.texi (Tracing On Symmetrix): Delete section.
3465 (Using Agent Expressions): Delete cross reference.
3466
34672009-11-07 Joel Brobecker <brobecker@adacore.com>
3468
3469 * gdbint.texinfo, stabs.texinfo: Move the @setchapternewpage
3470 and @settitle directives up to help makeinfo find them.
3471
34722009-11-02 Jan Kratochvil <jan.kratochvil@redhat.com>
3473
3474 * gdb.texinfo (set debug-file-directory, show debug-file-directory)
3475 (Auto-loading): Use plural and note one can use multiple components now.
3476
34772009-11-01 Vladimir Prus <vladimir@codesourcery.com>
3478
3479 * gdb.texinfo (GDB/MI Stack Manipulation): Make
3480 -stack-list-arguments have the same documentation for parameter
3481 as -stack-list-locals. Add comas.
3482
34832009-10-27 Tom Tromey <tromey@redhat.com>
3484 Eli Zaretskii <eliz@gnu.org>
3485
3486 PR python/10781
3487
3488 * gdb.texinfo (Values From Inferior): Document cast method.
3489
34902009-10-22 Paul Pluzhnikov <ppluzhnikov@google.com>
3491
3492 * gdb.texinfo (Machine Code): Mention function name in disasssembly
3493 and adjust example.
3494
34952009-10-22 Michael Snyder <msnyder@vmware.com>
3496
3497 * gdb.texinfo (Process Record and Replay): Document new form of
3498 info record command. Also document the new save and restore
3499 commands.
3500
35012009-10-21 Paul Pluzhnikov <ppluzhnikov@google.com>
3502
3503 * gdb.texinfo (Machine Code): Mention current pc marker.
3504 (Memory): Likewise.
3505
35062009-10-19 Pedro Alves <pedro@codesourcery.com>
3507 Stan Shebs <stan@codesourcery.com>
3508
3509 * observer.texi (new_inferior): Rename to...
3510 (inferior_appeared): ... this.
3511
3512 * gdb.texinfo (Inferiors): Rename node to ...
3513 (Inferiors and Programs): ... this. Mention running multiple
3514 programs in the same debug session.
3515 <info inferiors>: Mention the new 'Executable' column if "info
3516 inferiors". Update examples. Document the "add-inferior",
3517 "clone-inferior", "remove-inferior" and "maint info
3518 program-spaces" commands.
3519 (Process): Rename node to...
3520 (Forks): ... this. Document "set|show follow-exec-mode".
3521
35222009-10-11 Michael Snyder <msnyder@vmware.com>
3523
3524 * gdb.texinfo (ReverseStep): Show default as "unsupported".
3525 (ReverseContinue): Ditto.
3526
35272009-10-08 Paul Pluzhnikov <ppluzhnikov@google.com>
3528
3529 * gdb.texinfo (Server): Document libthread-db-search-path.
3530
35312009-10-08 Jan Kratochvil <jan.kratochvil@redhat.com>
3532
3533 * gdbint.texinfo (i386_stopped_by_hwbp): Remove.
3534
35352009-10-06 Michael Eager <eager@eagercon.com>
3536
3537 * gdb.texinfo (Contributors): Add self for Xilinx MicroBlaze.
3538 (Embedded Processors): Add MicroBlaze.
3539 (MicroBlaze): New. Describe Xilinx MicroBlaze
3540
35412009-10-04 Pedro Alves <pedro@codesourcery.com>
3542
3543 * gdb.texinfo (Remote Protocol): Don't mention vCont;T.
3544
35452009-09-26 Pierre Muller <muller@ics.u-strasbg.fr>
3546
3547 * gdb.texinfo (Cygwin Native): Mention support for Ctrl-BREAK.
3548
35492009-09-23 Joel Brobecker <brobecker@adacore.com>
3550
3551 * observer.texi (solib_unloaded): Document explicitly the fact that
3552 this observer is called before the associated symbols are unloaded.
3553
35542009-09-19 Vladimir Prus <vladimir@codesourcery.com>
3555
3556 * gdb.texinfo (GDB/MI Stack Manipulation): Document
3557 -stack-list-variables.
3558
35592009-09-18 Tom Tromey <tromey@redhat.com>
3560
3561 * gdb.texinfo (GDB/MI Variable Objects): -enable-pretty-printing
3562 is experimental.
3563
35642009-09-17 Paul Pluzhnikov <ppluzhnikov@google.com>
3565
3566 * gdb.texinfo (convenince variables): Mention
3567 $_siginfo could be empty.
3568
35692009-09-15 Tom Tromey <tromey@redhat.com>
3570
3571 * gdb.texinfo (GDB/MI Variable Objects): Document
3572 -enable-pretty-printing, -var-set-update-range, dynamic varobjs.
3573 Expand -var-update documentation.
3574
35752009-09-14 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
3576
3577 * gdb.texinfo (Set Catchpoints): Documentation about the catch syscall
3578 feature.
3579
35802009-09-13 Daniel Jacobowitz <dan@codesourcery.com>
3581
3582 * gdbint.texinfo (Unwinding the Frame ID): Reference outer_frame_id.
3583
35842009-09-10 Michael Snyder <msnyder@vmware.com>
3585
3586 * gdb.texinfo (qSupported): Mention new ReverseContinue and
3587 ReverseStep replies to the qSupported query.
3588
35892009-09-10 Joel Brobecker <brobecker@adacore.com>
3590
3591 Add documentation for set/show interactive-mode.
3592 * gdb.texinfo (Other Misc Settings): New node.
3593
35942009-09-01 Doug Evans <dje@google.com>
3595
3596 * gdb.texinfo (Caching Data of Remote Targets): Add note on
3597 non-stop mode's affect on remote caching.
3598
35992009-08-31 Jacob Potter <jdpotter@google.com>
3600 Doug Evans <dje@google.com>
3601
3602 * gdb.texinfo (Caching Data of Remote Targets): Update text.
3603 Mark `set/show remotecache' options as obsolete.
3604 Document new `set/show stack-cache' option.
3605 Update text for `info dcache'.
3606
36072009-08-27 Doug Evans <dje@google.com>
3608
3609 * gdb.texinfo (Symbols): Delete `set print symbol-loading'.
3610 (Files): Add note on new optional regex arg to `info sharedlibrary'.
3611
36122009-08-26 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3613
3614 * gdbint.texinfo (Releasing GDB): Fix confusing sentence
3615 about autoconf.
3616
36172009-08-25 Pedro Alves <pedro@codesourcery.com>
3618
3619 * gdb.texinfo (Debugging Multiple Inferiors): Add "info inferiors"
3620 small example, and describe its columns. Replace "inferior-id" by
3621 "infno" throughout.
3622
36232009-08-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3624
3625 * gdbint.texinfo (Releasing GDB): Point to
3626 README-maintainer-mode file for required autoconf version.
3627 * configure.ac: Do not substitute datarootdir, htmldir,
3628 pdfdir, docdir. Do not process --with-datarootdir,
3629 --with-htmldir, --with-pdfdir, --with-docdir.
3630 * configure: Regenerate.
3631
3632 * configure: Regenerate.
3633
36342009-08-20 Reid Kleckner <reid@kleckner.net>
3635
3636 * gdb.texinfo: Add chapter on JIT interface.
3637
36382009-08-07 Nick Roberts <nickrob@snap.net.nz>
3639
3640 * gdb.texinfo (Server Prefix): Explain that server prefix suppresses
3641 confirmation request.
3642
36432009-08-05 Jeremy Bennett <jeremy.bennett@embecosm.com>
3644
3645 * gdb.texinfo (Separate Debug Files, Remote Protocol): Clarified
3646 CRC definitions.
3647
36482009-08-03 Vladimir Prus <vladimir@codesourcery.com>
3649
3650 * gdb.texinfo (GDB/MI Breakpoint Commands): Document
3651 -break-commands.
3652
36532009-07-31 Ulrich Weigand <uweigand@de.ibm.com>
3654
3655 * gdb.texinfo (Cell Broadband Engine SPU architecture): Document the
3656 "set spu auto-flush-cache" and "show spu auto-flush-cache" commands.
3657
36582009-07-31 Ulrich Weigand <uweigand@de.ibm.com>
3659
3660 * gdb.texinfo (Cell Broadband Engine SPU architecture): Document the
3661 "set spu stop-on-load" and "show spu stop-on-load" commands.
3662
36632009-07-31 Ulrich Weigand <uweigand@de.ibm.com>
3664
3665 * gdb.texinfo (Target Descriptions): Document <compatible> element.
3666
36672009-07-28 Daniel Jacobowitz <dan@codesourcery.com>
3668
3669 * gdb.texinfo (ARM Features): Document org.gnu.gdb.arm.vfp and
3670 org.gnu.gdb.arm.neon.
3671
36722009-07-20 Pedro Alves <pedro@codesourcery.com>
3673
3674 * gdb.texinfo (Target Description Format): Mention the new <osabi>
3675 optional element.
3676 (subsection OS ABI): New subsection.
3677
36782009-07-14 Stan Shebs <stan@codesourcery.com>
3679
3680 * gdb.texinfo (Tracepoint Conditions): New section.
3681 (General Query Packets): Describe ConditionalTracepoints.
3682 (Tracepoint Packets): Describe condition field.
3683 (Maintenance Commands): Describe maint agent-eval.
3684 * agentexpr.texi (Using Agent Expressions): Mention eval usage.
3685
36862009-07-11 Hui Zhu <teawater@gmail.com>
3687
3688 * gdb.texinfo (disassemble): Add a new modifier /r
3689 to "disassemble" command to make it print the raw instructions
3690 in hex as well as in symbolic form.
3691
36922009-07-09 Tom Tromey <tromey@redhat.com>
3693
3694 * gdbint.texinfo (Testsuite): Document parallel make check.
3695
36962009-07-09 Tom Tromey <tromey@redhat.com>
3697
3698 * gdbint.texinfo (Testsuite): Document test transcripts.
3699
37002009-07-10 Phil Muldoon <pmuldoon@redhat.com>
3701
3702 * gdb.texinfo (Values From Inferior): Add length parameter
3703 description.
3704
37052009-07-04 Chris Genly <chris@genly.us>
3706
3707 * gdb.texinfo (GDB/MI Variable Objects): Document child definition
3708 in -var-list-children. Fix example according to what the code
3709 does.
3710
37112009-07-02 Pedro Alves <pedro@codesourcery.com>
3712
3713 * gdb.texinfo (Debugging multiple inferiors): Document the
3714 "inferior", "detach inferior" and "kill inferior" commands.
3715 (Debugging Programs with Multiple Processes): Adjust to mention
3716 generic "inferior" commands. Delete mention of "detach fork" and
3717 "delete fork". Cross reference to "Debugging multiple inferiors"
3718 section.
3719
37202009-07-02 Ulrich Weigand <uweigand@de.ibm.com>
3721
3722 * gdbint.texinfo (Item Output Functions): Update signature
3723 for ui_out_field_core_addr.
3724
37252009-07-02 Ulrich Weigand <uweigand@de.ibm.com>
3726
3727 * gdbint.texinfo (Examples of Use of @code{ui_out} functions):
3728 Update example code extrated from breakpoint.c.
3729
37302009-06-28 Paul Pluzhnikov <ppluzhnikov@google.com>
3731
3732 * gdb.texinfo (GDB/MI Program Context): @ignore unimplemented
3733 MI commands.
3734 (GDB/MI Symbol Query): Likewise.
3735 (GDB/MI File Commands): Likewise.
3736 (GDB/MI File Transfer Commands): Likewise.
3737 (GDB/MI Target Manipulation): Likewise.
3738 (GDB/MI Miscellaneous Commands): Likewise.
3739
37402009-06-27 Daniel Jacobowitz <dan@codesourcery.com>
3741
3742 * gdb.texinfo (Debugging Optimized Code): New chapter.
3743 (Compiling for Debugging): Reference it. Move some
3744 text to the new section.
3745
37462009-06-15 Phil Muldoon <pmuldoon@redhat.com>
3747
3748 * doc/gdb.texinfo (Calling): Document
3749 set-unwind-on-terminating-exception usage.
3750
37512009-06-11 Pedro Alves <pedro@codesourcery.com>
3752
3753 * gdb.texinfo (All-Stop): Document new 'set schedule-multiple'
3754 command.
3755
37562009-06-07 Pedro Alves <pedro@codesourcery.com>
3757
3758 * gdbint.texinfo (TARGET_HAS_HARDWARE_WATCHPOINTS): Delete all
3759 references.
3760
37612009-06-04 Ulrich Weigand <uweigand@de.ibm.com>
3762
3763 * gdbint.texinfo: Rename formal parameters to gdbarch function
3764 protoypes from "current_gdbarch" to "gdbarch".
3765
37662009-05-28 Tom Tromey <tromey@redhat.com>
3767
3768 * gdb.texinfo (Basic Python): Change get_parameter to parameter.
3769
37702009-05-27 Tom Tromey <tromey@redhat.com>
3771
3772 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document "python"
3773 feature.
3774 (GDB/MI Variable Objects): Document -var-set-visualizer.
3775
37762009-04-02 Tom Tromey <tromey@redhat.com>
3777
3778 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document "python"
3779 feature.
3780 (GDB/MI Variable Objects): Document -var-set-visualizer.
3781
37822009-05-27 Tom Tromey <tromey@redhat.com>
3783 Thiago Jung Bauermann <bauerman@br.ibm.com>
3784 Phil Muldoon <pmuldoon@redhat.com>
3785
3786 * gdb.texinfo (Objfiles In Python): Reference pretty printing.
3787 (Pretty Printing): New node.
3788 (Selecting Pretty-Printers): Likewise.
3789 (Python API): Update.
3790 (Output Formats): Document /r format.
3791
37922009-05-27 Thiago Jung Bauermann <bauerman@br.ibm.com>
3793 Tom Tromey <tromey@redhat.com>
3794
3795 * gdb.texinfo (Types In Python): New node.
3796 (Values From Inferior): "type" is now an attribute.
3797 (Python API): Update.
3798
37992009-05-27 Tom Tromey <tromey@redhat.com>
3800 Thiago Jung Bauermann <bauerman@br.ibm.com>
3801 Phil Muldoon <pmuldoon@redhat.com>
3802
3803 * gdb.texinfo: Add @syncodeindex for `tp'.
3804 (Python API): Update.
3805 (Auto-loading): New node.
3806 (Objfiles In Python): New node.
3807
38082009-05-15 Paul Pluzhnikov <ppluzhnikov@google.com>
3809
3810 * gdb.texinfo (Threads): Document libthread-db-search-path.
3811
38122009-05-15 Nick Roberts <nickrob@snap.net.nz>
3813
3814 * gdb.texinfo (GDB/MI General Design): Break up into four nodes.
3815
38162009-05-12 Pedro Alves <pedro@codesourcery.com>
3817
3818 * gdb.texinfo: Document 'set/show debug gnu-nat'. Replace 'maint
3819 show-debug-regs' docs by 'maint set show-debug-regs' and 'maint
3820 show show-debug-regs' docs.
3821
38222009-05-08 Eli Zaretskii <eliz@gnu.org>
3823
3824 * gdb.texinfo (Process Record and Replay): Add description of
3825 reverse execution.
3826
38272009-05-07 Joel Brobecker <brobecker@adacore.com>
3828
3829 * gdbint.texinfo (Adding support for debugging core files): New node.
3830 (Native Debugging): Remove the ``Native core file Support'' section.
3831
38322009-05-01 Eli Zaretskii <eliz@gnu.org>
3833
3834 * gdb.texinfo (Process Record and Replay): Improve and clarify.
3835 Add index entries.
3836
38372009-04-30 Hui Zhu <teawater@gmail.com>
3838 Michael Snyder <msnyder@vmware.com>
3839
3840 * gdb.texinfo: (Process Record and Replay): Add documentation for
3841 process record and replay.
3842
38432009-04-29 Jan Kratochvil <jan.kratochvil@redhat.com>
3844
3845 * gdb.texinfo (Macros): Note command-line for `info macro'. Append
3846 a new part on command-line defined macros.
3847
38482009-04-25 Eli Zaretskii <eliz@gnu.org>
3849
3850 * gdb.texinfo (Machine Code) <disassemble-next-line>: Improve and
3851 clarify the wording.
3852
38532009-04-23 Tom Tromey <tromey@redhat.com>
3854
3855 * gdb.texinfo (Data Files): New node.
3856 (GDB Files): Update menu.
3857
38582009-04-23 Joel Brobecker <brobecker@adacore.com>
3859
3860 * gdbint.texinfo (Defining Other Architecture Features): Remove
3861 entry for PROCESS_LINENUMBER_HOOK.
3862
38632009-04-22 Vladimir Prus <vladimir@codesourcery.com>
3864
3865 * gdb.texinfo (GDB/MI Program Execution): Document -exec-jump.
3866
38672009-04-22 Hui Zhu <teawater@gmail.com>
3868
3869 * gdb.texinfo (disassemble-next-line): Set the default of
3870 disassemble-next-line to off.
3871
38722009-04-21 Joseph Myers <joseph@codesourcery.com>
3873
3874 * configure.ac (--with-datarootdir, --with-docdir, --with-pdfdir,
3875 --with-htmldir): New.
3876 * configure: Regenerate.
3877 * Makefile.in (datarootdir, docdir): Define.
3878 (gdb.dvi, gdb.pdf): Use same -I options as for building gdb.info
3879 instead of $(SET_TEXINPUTS).
3880 (gdbint.dvi, gdbint.pdf): Use same -I options as for building
3881 gdbint.info instead of $(SET_TEXINPUTS).
3882 (gdbint/index.html): Use same -I options as for building
3883 gdbint.info.
3884 (stabs.dvi, stabs.pdf): Use same -I options as for building
3885 stabs.info instead of $(SET_TEXINPUTS).
3886 (stabs/index.html): Use same -I options as for building
3887 stabs.info.
3888 (annotate.dvi, annotate.pdf): Use same -I options as for building
3889 annotate.info instead of $(SET_TEXINPUTS).
3890 (annotate/index.html): Use same -I options as for building
3891 annotate.info.
3892
38932009-04-21 David Daney <ddaney@caviumnetworks.com>
3894
3895 * gdb.texinfo (maint show-debug-regs): Remove mention of x86.
3896
38972009-04-21 Joseph Myers <joseph@codesourcery.com>
3898
3899 * gdb.texinfo (Source Path): Document --with-relocated-sources.
3900
39012009-04-18 Carlos O'Donell <carlos@codesourcery.com>
3902 Joseph Myers <joseph@codesourcery.com>
3903
3904 * Makefile.in (MAKEHTML): Set to makeinfo --html.
3905 (MAKEHTMLFLAGS): Set to empty.
3906 (html__strip_dir): Define.
3907 (HTMLFILES): Define.
3908 (HTMLFILES_INSTALL): Define.
3909 (install-html): Copy new automake rule.
3910 (html): Depend on $(HTMLFILES).
3911 (gdb_toc.html): Rename to gdb/index.html.
3912 (gdbint_toc.html): Rename to gdbint/index.html.
3913 (stabs_toc.html): Rename to stabs/index.html.
3914 (annotate_toc.html): Rename to annotate/index.html.
3915
39162009-04-17 Carlos O'Donell <carlos@codesourcery.com>
3917
3918 * Makefile.in: Set pdfdir and htmldir from configure
3919 substitutions.
3920 * configure.ac: AC_SUBST datarootdir, docdir, htmldir, pdfdir.
3921 * configure: Regenerate.
3922
39232009-04-16 Joel Brobecker <brobecker@adacore.com>
3924
3925 * gdbint.texinfo (Native Debugging): Remove entry for PROC_NAME_FMT.
3926 This macro is no longer used.
3927
39282009-04-15 Tom Tromey <tromey@redhat.com>
3929
3930 * gdb.texinfo (Character Sets): Document default character set.
3931
39322009-04-14 Pierre Muller <muller@ics.u-strasbg.fr>
3933
3934 * gdbint.texinfo: Change server name from sources.redhat.com to
3935 sourceware.org throughout.
3936
39372009-04-09 Joel Brobecker <brobecker@adacore.com>
3938
3939 * gdb.texinfo (Set Breaks): Rewrite a paragraph to avoid a warning
3940 about a missing dot or coma after @xref.
3941
39422009-04-02 Joel Brobecker <brobecker@adacore.com>
3943
3944 * gdb.texinfo (Backtrace): Add a parameter in frame 1 of the first
3945 example, and add a small explanation about it.
3946 (Print Settings): Change the documentation of the "set print
3947 frame-arguments" to reflect the fact that the default is now "scalars".
3948
39492009-04-02 Joel Brobecker <brobecker@adacore.com>
3950
3951 * gdb.texinfo (Print Settings): Add kindex for command "set
3952 print frame-arguments".
3953
39542009-03-31 Joel Brobecker <brobecker@adacore.com>
3955
3956 * gdb.texinfo (Ada Tasks): Add documentation about task-specific
3957 breakpoints.
3958 (Set Breaks): Add reference to thread-specific and task-specific
3959 breakpoints.
3960
39612009-03-31 Joel Brobecker <brobecker@adacore.com>
3962
3963 * gdb.texinfo (Ada Tasks): Remove the documentation about
3964 the "Running" state, as this state has been eliminated.
3965 Now all runnable tasks are shown as "Runnable".
3966
39672009-03-30 Stan Shebs <stan@codesourcery.com>
3968
3969 * gdb.texinfo (Tracepoints): Describe tracepoints as a
3970 special case of breakpoints.
3971 (Enable and Disable Tracepoints): Mention deprecation.
3972 (Listing Tracepoints): Update description and example.
3973
39742009-03-30 Thiago Jung Bauermann <bauerman@br.ibm.com>
3975
3976 * gdb.texinfo (Frames in Python): New node.
3977 (Python API): Update.
3978
39792009-03-29 Thiago Jung Bauermann <bauerman@br.ibm.com>
3980
3981 * gdb.texinfo (Values From Inferior): Change gdb.Value.address
3982 from a method to an attribute.
3983
39842009-03-26 Thiago Jung Bauermann <bauerman@br.ibm.com>
3985
3986 * gdb.texinfo (Values From Inferior): Document is_optimized_out
3987 attribute.
3988
39892009-03-25 Pedro Alves <pedro@codesourcery.com>
3990
3991 * observer.texi (thread_exit): Add "silent" parameter.
3992
39932009-03-22 Pedro Alves <pedro@codesourcery.com>
3994
3995 * observer.texi (about_to_proceed): New.
3996
39972009-03-21 Jeremy Bennett <jeremy.bennett@embecosm.com>
3998
3999 * gdbint.texinfo (everywhere): Use braces {} in @deftypeXX type
4000 field throughout to handle types with spaces in them. Fix typos
4001 found by aspell.
4002 (Summary, Requirements, Contributors): New first chapter,
4003 "Summary" added, old Requirements section moved there, and new
4004 section, "Contributors" added.
4005 (Initializing a New Architecture, Register Representation)
4006 (Frame Interpretation, Inferior Call Setup, Adding a New Target)
4007 (Porting gdb): These sections extended and updated.
4008 (Compiler Characteristics): This section (empty) deleted.
4009 (Defining Other Architecture Features): This section renamed and
4010 duplicate material removed from (formerly "Target Conditionals").
4011 Use braces {} in @deftypeXX type field throughout to handle types
4012 with spaces in them. Typos found by aspell fixed.
4013
4014 * stack_frame.svg: New file, source of image for gdbint.texinfo.
4015 * stack_frame.pdf: Version of image for PDF output.
4016 * stack_frame.png: Version of image for HTML output and for Emacs.
4017 * stack_frame.txt: Version of image for Info output.
4018 * stack_frame.eps: Version of image for TeX DVI output.
4019
40202009-03-21 Eli Zaretskii <eliz@gnu.org>
4021
4022 * gdb.texinfo (Character Sets): Fix last change.
4023
40242009-03-21 Thiago Jung Bauermann <bauerman@br.ibm.com>
4025
4026 * gdb.texinfo (Values From Inferior): Fix optional arguments
4027 markup.
4028 (Commands In Python): Adjust argument names of gdb.Command.__init__
4029 to what the function accepts as keywords.
4030
40312008-03-20 Tom Tromey <tromey@redhat.com>
4032
4033 * gdb.texinfo (Convenience Vars): Document convenience functions.
4034 (Functions In Python): New node.
4035 (Python API): Update.
4036
40372009-03-20 Tom Tromey <tromey@redhat.com>
4038
4039 * gdb.texinfo (Character Sets): Remove obsolete text. Document
4040 set target-wide-charset.
4041 (Requirements): Mention iconv.
4042
40432009-03-17 Hui Zhu <teawater@gmail.com>
4044
4045 * gdb.texinfo: Change the introduce of "disassemble-next-line".
4046
40472009-03-17 Hui Zhu <teawater@gmail.com>
4048
4049 * gdb.texinfo: Add documentation for disassemble-next-line.
4050
40512009-03-16 Thiago Jung Bauermann <bauerman@br.ibm.com>
4052
4053 * gdb.texinfo (Commands In Python): Remove tindex entries.
4054
40552009-03-15 Jan Kratochvil <jan.kratochvil@redhat.com>
4056
4057 * gdb.texinfo (Returning): New description for missing debug info.
4058
40592009-03-14 Pedro Alves <pedro@codesourcery.com>
4060
4061 * gdb.texinfo (Remote Configuration): Document query-attached.
4062 (General Query Packets): Document qAttached.
4063
40642009-03-05 Pedro Alves <pedro@codesourcery.com>
4065
4066 * gdb.texinfo (Background Execution): Better describe the set
4067 target-async command.
4068 (Maintenance Commands): Delete description of the `maint set/show
4069 linux-async' and `maint set/show remote-async' commands.
4070
40712009-02-18 Vladimir Prus <vladimir@codesourcery.com>
4072
4073 * gdb.texinfo (GDB/MI Async Records): Add double-spaces
4074 between sentences.
4075
40762009-02-18 Vladimir Prus <vladimir@codesourcery.com>
4077
4078 * gdb.texinfo (GDB/MI Async Records): Document the
4079 =library-loaded and =library-unloaded notifications.
4080
40812009-02-17 Vladimir Prus <vladimir@codesourcery.com>
4082
4083 * observer.texi (test_notification): New observer.
4084
40852009-02-14 Vladimir Prus <vladimir@codesourcery.com>
4086
4087 * observer.texi: Add parameter 'print_frame' to normal_stop
4088 observer.
4089
40902009-02-07 Eli Zaretskii <eliz@gnu.org>
4091
4092 * gdb.texinfo (Basic Python): Fix change from 2009-02-04.
4093 (Commands In Python): Fix COMMAND_* constants in last change. Use
4094 @kbd for interactive input. Add cross-references and index
4095 entries.
4096
40972009-02-06 Pedro Alves <pedro@codesourcery.com>
4098
4099 * gdb.texinfo (Signals): Document $_siginfo.
4100 (Convenience Variables): Mention $_siginfo.
4101 (Remote Configuration): Document qXfer:siginfo:read,
4102 qXfer:siginfo:write packets, and the read-siginfo-object,
4103 write-siginfo-object commands.
4104
41052009-02-06 Pedro Alves <pedro@codesourcery.com>
4106
4107 * gdbint.texinfo (Values): New chapter.
4108
41092009-02-06 Tom Tromey <tromey@redhat.com>
4110
4111 * gdb.texinfo (Python API): Add entry for Commands In Python.
4112 (Commands In Python): New node.
4113
41142009-02-05 Tom Tromey <tromey@redhat.com>
4115
4116 * gdb.texinfo (Values From Inferior): Document Value.string.
4117
41182009-02-05 Tom Tromey <tromey@redhat.com>
4119
4120 * gdb.texinfo (Basic Python): Document execute's from_tty
4121 argument.
4122
41232009-02-04 Tom Tromey <tromey@redhat.com>
4124
4125 * gdb.texinfo (Basic Python): Document gdb.history.
4126
41272009-01-30 Vladimir Prus <vladimir@codesourcery.com>
4128
4129 * gdb.texinfo (GDB/MI Thread Commands): Document the
4130 'current-thread-id' field. Remove the example with zero threads,
4131 since current GDB won't ever report that if there's inferior.
4132
41332009-01-30 Vladimir Prus <vladimir@codesourcery.com>
4134
4135 * gdb.texinfo (GDB/MI Breakpoint Commands): Document the -d
4136 option to -break-insert.
4137
41382009-01-28 Daniel Jacobowitz <dan@codesourcery.com>
4139 Jerome Guitton <guitton@adacore.com>
4140
4141 * gdb.texinfo (Startup): Document --with-system-gdbinit.
4142 (System-wide configuration): New section.
4143
41442009-01-26 Pedro Alves <pedro@codesourcery.com>
4145
4146 PR gdb/7580:
4147 * gdb.texinfo (Maintenance Commands): Document "maint set|show
4148 internal-error|internal-warning quit|corefile ask|yes|no".
4149
41502009-01-26 Pedro Alves <pedro@codesourcery.com>
4151
4152 * gdb.texinfo (Using the `gdbserver' Program): Document
4153 --remote-debug.
4154
41552009-01-23 Doug Evans <dje@google.com>
4156
4157 * gdb.texinfo: Add nexti to list of commands that support
4158 background execution.
4159
41602009-01-14 Daniel Jacobowitz <dan@codesourcery.com>
4161
4162 * gdb.texinfo (Define, Hooks): Document prefix command support.
4163
41642009-01-14 Joseph Myers <joseph@codesourcery.com>
4165 Carlos O'Donell <carlos@codesourcery.com>
4166
4167 Fixes for makeinfo --html.
4168
4169 * annotate.texinfo: Use @copying and @insertcopying. Use
4170 @ifnottex in place of @ifinfo.
4171 * gdb.texinfo: Use @copying and @insertcopying. Use @ifnottex in
4172 place of @ifinfo. Use @ifnotinfo for one index entry.
4173 * gdbint.texinfo: Use @copying and @insertcopying. Use @ifnottex
4174 in place of @ifinfo.
4175 * stabs.texinfo: Use @copying and @insertcopying. Use @ifnottex
4176 in place of @ifinfo. Include contents at start unconditionally.
4177
41782009-01-13 Pedro Alves <pedro@codesourcery.com>
4179
4180 * gdb.texinfo (General Query Packets): Remove @var{} around the
4181 "spu" literal string.
4182
41832009-01-07 Pedro Alves <pedro@codesourcery.com>
4184
4185 * gdb.texinfo (Error in Breakpoints): Delete mention of "The same
4186 program may be running in another process" errors.
4187 * gdbint.texinfo (Native Conditionals): Delete
4188 ONE_PROCESS_WRITETEXT description.
4189
41902009-01-07 Joel Brobecker <brobecker@adacore.com>
4191
4192 * gdbint.texinfo (Start of New Year Procedure): Add the "coding"
4193 emacs local variable to be placed at the end of the ChangeLog.
4194 Add server.c and gdbreplay.c to the list of files where the
4195 copyright year needs to be updated.
4196
41972009-01-06 Sandra Loosemore <sandra@codesourcery.com>
4198
4199 * gdb.texinfo (Remote Configuration): Document new
4200 "set/show tcp auto-retry" and "set/show tcp connect-timeout"
4201 commands.
4202
42032008-12-28 Pedro Alves <pedro@codesourcery.com>
4204
4205 * gdbint.texinfo (gdbarch_cannot_fetch_register): Don't mention
4206 FETCH_INFERIOR_REGISTERS.
4207 (Native Conditionals): Remove obsolete CHILD_PREPARE_TO_STORE,
4208 FETCH_INFERIOR_REGISTERS descriptions. Remove
4209 gdbarch_get_longjmp_target descrition, since already described in
4210 Target Conditionals. Move gdbarch_fp0_regnum description to ...
4211 (Target Conditionals): ... here.
4212
42132008-12-16 Joel Brobecker <brobecker@adacore.com>
4214
4215 * gdb.texinfo (Omissions from Ada): Add missing GDB prompt in
4216 examples.
4217 (Additions to Ada): Likewise. Add the missing opening and closing
4218 parenthesis of the GDB prompt in one of the examples.
4219
42202008-12-14 Joel Brobecker <brobecker@adacore.com>
4221
4222 * gdb.texinfo (Omissions from Ada): Remove incorrect documentation
4223 about the result of 'Address not being of type System.Address.
4224 This problem has been fixed a while ago.
4225
42262008-12-02 Vladimir Prus <vladimir@codesourcery.com>
4227
4228 MI non-stop and multiprocess docs.
4229
4230 * gdb.texinfo (GDB/MI): New section 'GDB/MI General Design'
4231 (GDB/MI Output Records): New section 'GDB/MI Frame Information'
4232 Adjust documentation for *stopped, document =thread-created,
4233 =thread-exited, =thread-group-created and =thread-group-exited.
4234 (GDB/MI Thread Commands): Document the 'state' field in
4235 -thread-info output.
4236 (GDB/MI Program Execution): Mention --all and --thread-group
4237 options.
4238 (GDB/MI Variable Objects): Describe floating and fixed variable
4239 objects.
4240 (GDB/MI Miscellaneous Commands): Document -list-thread-groups.
4241
42422008-12-02 Vladimir Prus <vladimir@codesourcery.com>
4243
4244 * gdb.texinfo (Operating System Information): New appendix.
4245 (Operating System Auxiliary Information): Document 'info os processes'
4246 (Remote Configuration): Document 'osdata'
4247 (General Query Packets): Document qXfer:osdata:read.
4248
42492008-11-27 Tristan Gingold <gingold@adacore.com>
4250
4251 * gdb.texinfo (Darwin): Document Darwin specific features.
4252
42532008-11-25 Jan Kratochvil <jan.kratochvil@redhat.com>
4254
4255 * gdbint.texinfo (Target Conditionals): Extend the
4256 gdbarch_breakpoint_from_pc description.
4257
42582008-11-22 Vladimir Prus <vladimir@codesourcery.com>
4259
4260 * gdb.texinfo (M68K Features): Fix typo.
4261
42622008-11-18 Paul Pluzhnikov <ppluzhnikov@google.com>
4263
4264 * gdb.texinfo (Symbols): Mention printing containing
4265 image name in "info symbol".
4266 (Maint translate-address): Likewise.
4267
42682008-11-18 Joel Brobecker <brobecker@adacore.com>
4269
4270 * gdb.texinfo (Set Catchpoints): Remove the documentation of
4271 commands "catch load" and "catch unload".
4272
42732008-11-17 Vladimir Prus <vladimir@codesourcery.com>
4274
4275 * gdb.texinfo (GDB/MI Async Records): Document
4276 =thread-selected.
4277
42782008-11-17 Vladimir Prus <vladimir@codesourcery.com>
4279
4280 * observer.texi (new_inferior, inferior_exit): New observers.
4281
42822008-10-27 Pedro Alves <pedro@codesourcery.com>
4283
4284 * gdbint.texinfo (Adding a New Target): Don't mention TDEPFILES,
4285 .mt files, TM_CLIBS or TM_CDEPS.
4286 (x86 Watchpoints): Don't mention TDEPFILES.
4287
42882008-10-24 Sandra Loosemore <sandra@codesourcery.com>
4289
4290 * gdb.texinfo (Remote Protocol): Add new nodes to menu.
4291 (Overview): Mention notifications and non-stop mode behavior.
4292 (Packets): Update documentation of ?, vAttach, vCont, and vRun
4293 with non-stop mode behavior. Add vStopped description.
4294 (Stop Reply Packets): Update list of packets that return
4295 stop replies. Mention non-stop behavior.
4296 (General Query Packets): Document QNonStop packet and associated
4297 qSupported query response.
4298 (Interrupts): Clarify multi-threaded behavior. Mention non-stop
4299 behavior.
4300 (Notification Packets): New section.
4301 (Remote Non-Stop): New section.
4302 (File-I/O Overview): Mention non-stop behavior.
4303
43042008-10-24 Hui Zhu <teawater@gmail.com>
4305 Pedro Alves <pedro@codesourcery.com>
4306
4307 * gdb.texinfo (displaced-stepping): Describe the auto mode
4308 setting, and say it's the default. This is now a mainstream
4309 setting instead of a maintenance setting.
4310
43112008-10-23 Pedro Alves <pedro@codesourcery.com>
4312
4313 * observer.texi (thread_stop_requested): New.
4314
43152008-10-22 Joel Brobecker <brobecker@adacore.com>
4316
4317 * gdb.texinfo (Ada Tasks, Ada Tasks and Core Files): New nodes.
4318 (Patching): Replace incorrect usage of @samp by @kbd.
4319
43202008-10-17 Michael Snyder <msnyder@vmware.com>
4321
4322 * gdb.texinfo: Add documentation for reverse execution.
4323
43242008-10-16 Thiago Jung Bauermann <bauerman@br.ibm.com>
4325 Eli Zaretskii <eliz@gnu.org>
4326
4327 * gdb.texinfo. (Values From Inferior): New subsubsection.
4328
43292008-10-06 Doug Evans <dje@google.com>
4330
4331 * gdb.texinfo (set debug dwarf2-die): Document it.
4332
43332008-10-01 Joel Brobecker <brobecker@adacore.com>
4334
4335 * gdb.texinfo (catch) [exception]: Document how to insert
4336 a breakpoint on user-defined exceptions when the exception
4337 name is identical to one of the language-defined ones.
4338
43392008-09-27 Tom Tromey <tromey@redhat.com>
4340
4341 * gdb.texinfo (Macros): Remove text about stringification,
4342 varargs, and splicing.
4343
43442008-09-27 Tom Tromey <tromey@redhat.com>
4345
4346 * gdbint.texinfo (Language Support): Remove text about omitting
4347 support for a language.
4348
43492008-09-23 Doug Evans <dje@google.com>
4350
4351 * gdb.texinfo (info dcache): Update.
4352
43532008-09-22 Sandra Loosemore <sandra@codesourcery.com>
4354
4355 * gdb.texinfo (Packets): Add info on thread-id syntax and
4356 multiprocess extensions.
4357 <D>: Document multiprocess form of packet.
4358 <H>: Use thread-id syntax.
4359 <T>: Likewise.
4360 <vCont>: Likewise. Note this is required for multiprocess.
4361 <vKill>: New packet.
4362 (Stop Reply Packets) <T>: Use thread-id syntax.
4363 <W>: Document multiprocess form of reply.
4364 <X>: Likewise.
4365 (General Query Packets) <qC>: Use thread-id syntax.
4366 <qfThreadInfo>: Likewise.
4367 <qGetTLSAddr>: Likewise.
4368 <qP>: Likewise.
4369 <qSupported>: Add "multiprocess" feature.
4370 <qThreadExtraInfo>: Use thread-id syntax.
4371
43722008-09-22 Stan Shebs <stan@codesourcery.com>
4373
4374 * gdb.texinfo (Inferiors): New section.
4375
43762008-09-12 Pedro Alves <pedro@codesourcery.com>
4377
4378 * gdbint.texinfo (Native Debugging): Mention NAT_GENERATED_FILES.
4379
43802008-09-11 Ulrich Weigand <uweigand@de.ibm.com>
4381
4382 * gdbint.texinfo (Target Conditionals): Remove documentation
4383 for gdbarch_name_of_malloc.
4384
43852008-09-03 Angela Marie Thomas <angela@releasedominatrix.com>
4386
4387 * gdb.texinfo (Interrupts): Mention TCP interface for
4388 sending BREAK.
4389
43902008-08-26 Ulrich Weigand <uweigand@de.ibm.com>
4391
4392 * gdb.texinfo (Commands to Specify Files): Document "remote:"
4393 argument prefix to "set sysroot".
4394
43952008-08-21 Paul N. Hilfinger <hilfinger@adacore.com>
4396
4397 * gdb.texinfo (Omissions from Ada): Describe new treatment of True
4398 and False.
4399
44002008-08-20 Vladimir Prus <vladimir@codesourcery.com>
4401
4402 * gdb.textinfo (GDB/MI Miscellaneous Commands): Use @table
4403 for possible features of -list-features.
4404
44052008-08-19 Vladimir Prus <vladimir@codesourcery.com>
4406
4407 * gdb.texinfo (Background execution): Adjust example
4408 (GDB/MI Miscellaneous Commands): Document -list-target-features.
4409
44102008-08-19 Vladimir Prus <vladimir@codesourcery.com>
4411
4412 * doc/gdb.texinfo (PowerPC): Fix typo.
4413 (PowerPC features): Fix typo.
4414
44152008-08-18 Pedro Alves <pedro@codesourcery.com>
4416
4417 * observer.texi (thread_ptid_changed): New.
4418
44192008-08-18 Luis Machado <luisgpm@br.ibm.com>
4420
4421 * doc/gdb.texinfo (PowerPC): Mention Extended FPR's for POWER7.
4422 (PowerPC features): Mention feature set for VSX registers.
4423
44242008-08-13 Joel Brobecker <brobecker@adacore.com>
4425
4426 * gdb.texinfo (Ada Mode Intro): Improve the documentation regarding
4427 the direct visibility of all names in user-written packages.
4428
44292008-08-13 Pedro Alves <pedro@codesourcery.com>
4430
4431 * gdb.texinfo (breakpoint always-inserted) Describe the auto mode
4432 setting, and make it the default.
4433 (Non-Stop Mode): Remove "set breakpoints always-inserted 1" from
4434 non-stop script example.
4435
44362008-08-12 Thiago Jung Bauermann <bauerman@br.ibm.com>
4437
4438 * gdbint.texinfo (Raw and Virtual Register Representations): Fix
4439 reference to the "Using Different Register and Memory Data
4440 Representation" section.
4441
44422008-08-12 Sandra Loosemore <sandra@codesourcery.com>
4443
4444 * gdb.texinfo (Remote Configuration): Document set remote noack-packet.
4445 (Remote Protocol): Add Packet Acknowledgment to menu.
4446 (Overview): Mention +/- can be disabled, and point to new section
4447 where this is discussed in detail.
4448 (General Query Packets): Document QStartNoAckMode packet, and
4449 corresponding qSupported reply.
4450 (Packet Acknowledgment): New section.
4451
44522008-08-11 Sandra Loosemore <sandra@codesourcery.com>
4453 Pedro Alves <pedro@codesourcery.com>
4454
4455 * gdb.texinfo (Threads): Move paragraph about automatic thread
4456 selection to All-Stop Mode subsection.
4457 (Thread Stops): Reorganize existing material into subsections.
4458 Add introductory blurb and menu.
4459 (Non-Stop Mode): New subsection.
4460 (Background Execution): New subsection.
4461 (Maintenance Commands): Add cross-references from async mode
4462 commands to the new Background Execution section.
4463
44642008-08-06 Tom Tromey <tromey@redhat.com>
4465
4466 * gdb.texinfo (Extending GDB): New chapter.
4467 (Sequences): Demoted chapter, now a section under the new
4468 Extending GDB chapter.
4469 (Python): New section.
4470
44712008-07-31 Stan Shebs <stan@codesourcery.com>
4472
4473 * gdbint.texinfo: Remove FUNCTION_EPILOGUE_SIZE.
4474
44752008-07-29 Stan Shebs <stan@codesourcery.com>
4476
4477 * gdbint.texinfo: General round of cleanup and minor
4478 clarifications.
4479 (Breakpoint Handling): Remove mention of BREAKPOINT macro.
4480 (Longjmp Support): Update description to reflect how it is done
4481 for targets without using native header.
4482 (Symbol Handling): Add a little more general explanation.
4483 (COFF, ELF): Mention stabs encapsulation.
4484 (DWARF 3): New section.
4485 (Adding a New Host): Scrub out some obsolete bits.
4486 (Generic Host Support Files): Mention ser-pipe.c, ser-mingw.c.
4487 (Host Conditionals): Remove descriptions of NO_STD_REGS,
4488 HAVE_MMAP, HAVE_TERMIO, INT_MAX etc, LONGEST, HAVE_LONG_DOUBLE,
4489 PRINTF_HAS_LONG_DOUBLE, SCANF_HAS_LONG_DOUBLE, L_SET, SEEK_CUR,
4490 SEEK_SET, STOP_SIGNAL, USG.
4491 (Raw and Virtual Register Representations): Ditto for
4492 DEPRECATED_REGISTER_RAW_SIZE, DEPRECATED_REGISTER_VIRTUAL_SIZE,
4493 DEPRECATED_REGISTER_VIRTUAL_TYPE, REGISTER_CONVERT_TO_TYPE.
4494 (Target Conditionals): Ditto for DEPRECATED_FP_REGNUM,
4495 DEPRECATED_FRAMELESS_FUNCTION_INVOCATION, DEPRECATED_FRAME_CHAIN,
4496 DEPRECATED_FRAME_CHAIN_VALID, DEPRECATED_FRAME_INIT_SAVED_REGS,
4497 DEPRECATED_FRAME_SAVED_PC, DEPRECATED_FUNCTION_START_OFFSET,
4498 DEPRECATED_REGISTER_VIRTUAL_SIZE,
4499 DEPRECATED_REGISTER_VIRTUAL_TYPE,
4500 DEPRECATED_USE_STRUCT_CONVENTION.
4501 Describe gdbarch_deprecated_fp_regnum.
4502 Update description of gdbarch_print_insn.
4503 (Adding a New Target): Scrub out obsolete bits.
4504 (Obsolete Conditionals): Remove entire section.
4505
45062008-07-25 Tom Tromey <tromey@redhat.com>
4507
4508 * observer.texi (GDB Observers): Document new observers:
4509 breakpoint_created, breakpoint_deleted, breakpoint_modified,
4510 tracepoint_created, tracepoint_deleted, tracepoint_modified,
4511 architecture_changed.
4512
45132008-07-21 Stan Shebs <stan@codesourcery.com>
4514
4515 * gdbint.texinfo: Refer to target_so_ops.in_dynsym_resolve_code
4516 instead of IN_SOLIB_DYNSYM_RESOLVE_CODE.
4517
45182008-07-21 Tom Tromey <tromey@redhat.com>
4519
4520 * observer.texi (GDB Observers): Remove obsolete comment.
4521 <executable_changed>: Remove argument.
4522
45232008-07-18 Tom Tromey <tromey@redhat.com>
4524
4525 * gdb.texinfo (Macros): Update. Use @code rather than @command.
4526
45272008-07-10 Doug Evans <dje@google.com>
4528
4529 * doc/gdb.texinfo: Document "set print symbol-loading on|off".
4530
45312008-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
4532
4533 * gdb.texinfo (Starting): Document "set disable-randomization".
4534
45352008-07-07 Andreas Schwab <schwab@suse.de>
4536
4537 * gdb.texinfo (GDB/MI Target Manipulation): Fix last change.
4538
45392008-07-06 Vladimir Prus <vladimir@codesourcery.com>
4540
4541 * gdb.texinfo (GDB/MI Target Manipulation): Add
4542 example of -target-attach.
4543
45442008-06-10 Vladimir Prus <vladimir@codesourcery.com>
4545
4546 * observer.texi (target_resumed): New observer.
4547 * gdb.texinfo (GDB/MI Output Records): Document *running.
4548
45492008-06-06 Tom Tromey <tromey@redhat.com>
4550
4551 * gdb.texinfo (Completion): Add field name example.
4552
45532008-06-06 Marc Khouzam <marc.khouzam@ericsson.com>
4554
4555 * gdb.texinfo (GDB/MI Program Context): Added example
4556 to -exec-arguments
4557
45582008-06-05 Nick Roberts <nickrob@snap.net.nz>
4559
4560 * annotate.texinfo (Multi-threaded Apps): Add entry for thread-changed
4561 annotation.
4562
45632008-06-05 Vladimir Prus <vladimir@codesourcery.com>
4564 Nathan Sidwell <nathan@codesourcery.com>
4565 Joseph Myers <joseph@codesourcery.com>
4566
4567 * configure.ac: Include ../../config/acx.m4. Use ACX_PKGVERSION
4568 and ACX_BUGURL.
4569 * configure: Regenerate.
4570 * Makefile.in (PKGVERSION, BUGURL_TEXI): Define.
4571 (GDBvn.texi): Define VERSION_PACKAGE, BUGURL and BUGURL_DEFAULT.
4572 * gdb.texinfo: Use VERSION_PACKAGE and BUGURL. Remove
4573 mailing-list-specific text about bug reporting unless
4574 BUGURL_DEFAULT.
4575
45762008-06-05 Pedro Alves <pedro@codesourcery.com>
4577
4578 * gdb.texinfo (-target-select): Remove reference to target async.
4579 (Maintenance Commands): Document "maint set/show remote-async".
4580
45812008-06-04 Marc Khouzam <marc.khouzam@ericsson.com>
4582
4583 * gdb.texinfo (GDB/MI File Transfer Commands): Typo
4584 in -target-file-get section.
4585
45862008-05-22 Pedro Alves <pedro@codesourcery.com>
4587
4588 * gdb.texinfo (vAttach, vRun): Re-remove requirement of the stub
4589 killing the inferior when it is already debugging a process.
4590
45912008-05-21 Joel Brobecker <brobecker@adacore.com>
4592
4593 * gdb.texinfo (Continuing and Stepping): Document the new "fin"
4594 abbreviation for "finish".
4595
45962008-05-21 Nick Roberts <nickrob@snap.net.nz>
4597
4598 * annotate.texinfo (Multi-threaded Apps): New node for new annotation.
4599
46002008-05-15 Daniel Jacobowitz <dan@codesourcery.com>
4601
4602 * gdbint.texinfo (Target Conditionals): Delete entry for
4603 gdbarch_dwarf_reg_to_regnum.
4604
46052008-05-09 Doug Evans <dje@google.com>
4606
4607 * gdb.texinfo: Document "find" command, qSearch:memory packet.
4608
46092008-05-05 Doug Evans <dje@google.com>
4610
4611 * gdb.texinfo (disassemble): Document /m modifier.
4612
46132008-05-05 Vladimir Prus <vladimir@codesourcery.com>
4614
4615 * gdb.texinfo (Maintenance Commands): Clarify that "maint time"
4616 will not report the time of commands that run the target.
4617
46182008-05-03 Vladimir Prus <vladimir@codesourcery.com>
4619
4620 * gdb.texinfo (GDB/MI Output Records): Add
4621 missing semicolon.
4622
46232008-05-03 Vladimir Prus <vladimir@codesourcery.com>
4624
4625 * gdb.texinfo (GDB/MI Output Records):
4626 Document =thread-create and =thread-exited.
4627
46282008-05-03 Vladimir Prus <vladimir@codesourcery.com>
4629
4630 * gdb.texinfo (GDB/MI Development and Front Ends):
4631 Remove mention of dmi-discuss.
4632
46332008-05-03 Pedro Alves <pedro@codesourcery.com>
4634
4635 * observer.texi (thread_exit): New.
4636
46372008-05-02 Pedro Alves <pedro@codesourcery.com>
4638
4639 * gdb.texinfo (Debugging Output): Document "set/show debug
4640 displaced".
4641 (Maintenance Commands): Document "maint set/show
4642 can-use-displaced-stepping".
4643
46442008-05-02 Daniel Jacobowitz <dan@codesourcery.com>
4645
4646 * gdb.texinfo (ARM): Document set/show arm fallback-mode
4647 and set/show arm force-mode.
4648
46492008-05-02 Andreas Schwab <schwab@suse.de>
4650
4651 * gdbint.texinfo (Algorithms): Describe
4652 target_watchpoint_addr_within_range.
4653
46542008-04-30 Daniel Jacobowitz <dan@codesourcery.com>
4655
4656 * gdbint.texinfo (Stack Frames): New chapter.
4657 (Algorithms): Move Frames text to the new chapter.
4658 (Target Conditionals): Delete SAVE_DUMMY_FRAME_TOS. Document
4659 gdbarch_dummy_id instead of gdbarch_unwind_dummy_id.
4660
46612008-04-24 Vladimir Prus <vladimir@codesourcery.com>
4662
4663 * gdb.texinfo (GDB/MI Output Syntax): Clarify that async
4664 output does not necessary include any tokens.
4665
46662008-04-22 Corinna Vinschen <vinschen@redhat.com>
4667
4668 * gdb.texinfo (Set SH Calling convention): New @item.
4669 (Show SH Calling convention): Ditto.
4670
46712008-04-22 Markus Deuling <deuling@de.ibm.com>
4672
4673 * gdb.texinfo (Fortran Operators): Describe '%' operator.
4674
46752008-04-20 Eli Zaretskii <eliz@gnu.org>
4676
4677 * gdb.texinfo (Set Breaks): Mention that multiple location
4678 breakpoints need line number info. Add index entries.
4679
46802008-04-19 Craig Silverstein <csilvers@google.com>
4681
4682 * gdb.texinfo (Requirements): Add an optional requirement on
4683 zlib.
4684 * gdbint.texinfo (Debugging File Formats): Add new subsection for
4685 Compressed DWARF 2.
4686
46872008-04-16 Aleksandar Ristovski <aristovski@qnx.com>
4688
4689 * gdb.texinfo (GDB/MI Simple Examples): Added 'disp' field to the
4690 sample output for 'stopped,reason="breakpoint-hit"' message.
4691 (GDB/MI Program Execution): Likewise.
4692
46932008-04-09 Marc Khouzam <marc.khouzam@ericsson.com>
4694
4695 * gdb.texinfo (GDB/MI Variable Objects): Add anchor to
4696 -var-set-format. Add -f option to -var-evaluate-expression.
4697
46982008-04-03 Joel Brobecker <brobecker@adacore.com>
4699
4700 * gdb.texinfo (Breakpoint Menus): Delete. Contents moved inside
4701 new node "Ambiguous Expressions". Replace references to this
4702 node by references to "Ambiguous Expressions" throughout.
4703 (Ambiguous Expressions): New node.
4704
47052008-03-26 Daniel Jacobowitz <dan@codesourcery.com>
4706
4707 * gdb.texinfo (MIPS Features, PowerPC Features): Add @node.
4708
47092008-03-21 Pedro Alves <pedro@codesourcery.com>
4710
4711 * gdb.texinfo (Debugging Output): Document
4712 "set/show debug lin-lwp-async".
4713 (Maintenance Commands): Document "maint set/show linux-async".
4714
47152008-03-21 Daniel Jacobowitz <dan@codesourcery.com>
4716
4717 * gdb.texinfo (Expressions): Update description of malloced arrays.
4718
47192008-03-15 Vladimir Prus <vladimir@codesourcery.com>
4720
4721 * gdb.texinfo (Thread Commands): Document
4722 -thread-info. Remove -thread-list-all-threads.
4723
47242008-03-14 Pedro Alves <pedro@codesourcery.com>
4725 Sandra Loosemore <sandra@codesourcery.com>
4726
4727 * gdb.texinfo (Library List Format): Update to mention the
4728 possibility to pass section addresses instead of segment
4729 addresses.
4730
47312008-03-10 Daniel Jacobowitz <dan@codesourcery.com>
4732
4733 * gdb.texinfo (Starting): Document "set exec-wrapper".
4734 (Server): Document gdbserver --wrapper.
4735
47362008-03-03 Daniel Jacobowitz <dan@codesourcery.com>
4737
4738 * gdb.texinfo (Set Watchpoints): Mention watchpoints on
4739 unreadable memory. Delete obsolete SPARClite reference.
4740
47412008-02-28 Daniel Jacobowitz <dan@codesourcery.com>
4742
4743 * gdb.texinfo (Starting): Mention always-running targets.
4744 (Target Commands): Add an anchor for load.
4745 (Connecting): Explain continue instead of run.
4746
47472008-02-27 Daniel Jacobowitz <dan@codesourcery.com>
4748
4749 * gdb.texinfo (Debugging Output): Document "set debug timestamp".
4750
47512008-02-26 Nick Roberts <nickrob@snap.net.nz>
4752
4753 * gdb.texinfo (Set Breaks): Revert description of Enb column of
4754 breakpoint table.
4755
47562008-02-19 Pedro Alves <pedro@codesourcery.com>
4757
4758 * gdb.texinfo (vAttach, vRun): Remove requirement of the stub
4759 killing the inferior when it is already debugging a process.
4760
47612008-02-13 Markus Deuling <deuling@de.ibm.com>
4762
4763 * gdbint.texinfo (Build Script): New section. Mention new build script
4764 gdb_buildall.sh.
4765
47662008-02-01 Jim Blandy <jimb@red-bean.com>
4767
4768 * gdb.texinfo (Help): Summarize 'info args' correctly.
4769
47702008-01-30 Thiago Jung Bauermann <bauerman@br.ibm.com>
4771
4772 * gdb.texinfo: (Decimal Floating Point): Mention pseudo-registers
4773 available in PowerPC architecture.
4774 (Embedded Processors): Change node name of PowerPC item in menu.
4775 (PowerPC): Rename to...
4776 (PowerPC Embedded): this.
4777 (Architectures): Add new PowerPC item in menu.
4778 (PowerPC): New node.
4779
47802008-01-30 Daniel Jacobowitz <dan@codesourcery.com>
4781
4782 * gdb.texinfo (Multi-Process Mode for gdbserver): Use @kbd for
4783 commands.
4784
47852008-01-30 Daniel Jacobowitz <dan@codesourcery.com>
4786
4787 * gdb.texinfo (Setting Catchpoints): Mention features
4788 supported on GNU/Linux.
4789
47902008-01-30 Nick Roberts <nickrob@snap.net.nz>
4791
4792 * gdb.texinfo (GDB/MI File Commands): Describe new output
4793 field for MI command -file-list-exec-source-file.
4794
47952008-01-29 Daniel Jacobowitz <dan@codesourcery.com>
4796
4797 * gdb.texinfo (Using the `gdbserver' Program): Add security
4798 warning. Rearrange into subsections and subsubsections. Document
4799 --multi and --debug. Correct --with-sysroot typo. Update --attach
4800 usage. Make load reference clearer. Document monitor exit.
4801 (Remote Configuration): Document set remote exec-file, attach-packet,
4802 and run-packet.
4803 (Packets): Document vAttach and vRun.
4804
48052008-01-29 Nick Roberts <nickrob@snap.net.nz>
4806
4807 * gdb.texinfo (Processes): Mention process command.
4808 detach-on-follow -> detach-on-fork.
4809
48102008-01-28 Daniel Jacobowitz <dan@codesourcery.com>
4811
4812 * gdbint.texinfo (Native Conditionals): Remove
4813 SHELL_COMMAND_CONCAT and SHELL_FILE.
4814
48152008-01-26 Eli Zaretskii <eliz@gnu.org>
4816
4817 * gdb.texinfo (Specify Location): Improve wording.
4818
48192008-01-23 Chris Demetriou <cgd@google.com>
4820
4821 * gdb.texinfo (Threads): Document new "set print thread-events"
4822 and "show print thread-events" commands.
4823
48242008-01-19 Eli Zaretskii <eliz@gnu.org>
4825
4826 * gdb.texinfo (Specify Location): New section.
4827 (Delete Breaks, Edit, Set Breaks): Remove description of
4828 locations. Instead, add a reference to "Specify Location".
4829 (Machine Code, Jumping, Thread Stops, Continuing and Stepping)
4830 (Symbols): Refer to "Specify Location" for the valid forms of
4831 linespecs and locations.
4832
48332008-01-18 Markus Deuling <deuling@de.ibm.com>
4834
4835 * gdbint.texinfo (Target Conditionals): Replace the description of
4836 BITS_BIG_ENDIAN with a description of gdbarch_bits_big_endian.
4837
48382008-01-12 Paul Hilfinger <hilfinger@adacore.com>
4839
4840 * gdb.texinfo (C Operators): Remove incorrect parenthetical comment
4841 about &&var, which is rejected by the expression parser.
4842
48432008-01-09 Luis Machado <luisgpm@br.ibm.com>
4844
4845 * gdb.texinfo (Output): Update documentation on using printf with DFP
4846 types.
4847
48482008-01-07 Thiago Jung Bauermann <bauerman@br.ibm.com>
4849
4850 * gdb.texinfo (C and C++): Add Decimal Floating Point format
4851 subsubsection.
4852 (Decimal Floating Point format): New subsubsection.
4853
48542008-01-05 Pedro Alves <pedro@codesourcery.com>
4855
4856 * gdb.texinfo (File Options): Remove mention of the attempt to
4857 open a core file with the -p option. Don't list -c as a valid
4858 option to attach to a process.
4859
48602008-01-05 Pedro Alves <pedro@codesourcery.com>
4861
4862 * gdbint.texinfo (Host Conditionals): Remove mention of
4863 ALIGN_STACK_ON_ENTRY.
4864
48652008-01-05 Joel Brobecker <brobecker@adacore.com>
4866
4867 * gdbint.texinfo (Start of New Year Procedure): Add item
4868 describing how to update the source and documentation copyright
4869 notices.
4870
48712007-12-18 Jim Blandy <jimb@codesourcery.com>
4872
4873 * gdb.texinfo (Set Watchpoints): Integrate per-thread
4874 watchpoint explanation into the main description of the watchpoint
4875 command; update synopses of 'watch', 'rwatch', and 'awatch'
4876 commands.
4877
48782007-12-18 Vladimir Prus <vladimir@codesourcery.com>
4879
4880 * gdb.texinfo (Miscellaneous gdb/mi Commands):
4881 Document 'pending-breakpoints' feature of
4882 -list-features.
4883
48842007-12-17 Luis Machado <luisgpm@br.ibm.com>
4885
4886 * gdb.texinfo: Add new parameter's description.
4887
48882007-12-16 Daniel Jacobowitz <dan@codesourcery.com>
4889
4890 * gdb.texinfo (Overview): Clarify run-length encoding
4891 example. Remove the restriction on "+" and "-" characters.
4892
48932007-12-15 Eli Zaretskii <eliz@gnu.org>
4894
4895 * gdb.texinfo (Host I/O Packets): Fix xref syntax.
4896
48972007-12-14 Vladimir Prus <vladimir@codesourcery.com>
4898
4899 * gdb.texinfo (GDB/MI Breakpoint Commands): Document
4900 the -f option for -break-insert, remove -r option,
4901 and clarify specification of location.
4902
49032007-11-30 Daniel Jacobowitz <dan@codesourcery.com>
4904
4905 * gdb.texinfo (Debugging Programs with Multiple Processes): Correct
4906 formatting.
4907 (Remote Debugging): Add File Transfer section.
4908 (Remote Configuration): Document Host I/O packets.
4909 (GDB/MI): Add GDB/MI File Transfer Commands section.
4910 (Host I/O Packets): New section in "Remote Protocol".
4911 (Packets): Add vFile.
4912
49132007-11-17 Eli Zaretskii <eliz@gnu.org>
4914
4915 * gdb.texinfo (Set Breaks, Disabling): Clarify behavior of
4916 breakpoints with multiple locations.
4917 (Breakpoint Menus): Improve wording.
4918 (Output): Fix last change.
4919
49202007-11-17 Ulrich Weigand <uweigand@de.ibm.com>
4921
4922 * Makefile.in (Makefile): Do not depend on target_makefile_frag.
4923
49242007-11-15 Doug Evans <dje@google.com>
4925
4926 * gdb.texinfo (Symbols): Update output of "maint info symtabs".
4927
49282007-11-15 Vladimir Prus <vladimir@codesourcery.com>
4929
4930 * gdbint.texinfo (Native Conditionals): Remove
4931 mention of CLEAR_SOLIB.
4932
49332007-11-11 Joel Brobecker <brobecker@adacore.com>
4934
4935 * gdb.texinfo (Print Settings): Add documentation for "set/show
4936 print frame-arguments".
4937
49382007-11-05 Luis Machado <luisgpm@br.ibm.com>
4939
4940 * gdb.texinfo (Output): Update printf command's description.
4941
49422007-10-30 Daniel Jacobowitz <dan@codesourcery.com>
4943
4944 * gdb.texinfo (PowerPC): Document "set powerpc vector-abi" and "set
4945 powerpc soft-float".
4946
49472007-10-24 Daniel Jacobowitz <dan@codesourcery.com>
4948
4949 * gdb.texinfo (Files): Correct formatting. Mention Expat
4950 requirement.
4951 (Requirements for Building GDB): Expand the list of Expat
4952 uses.
4953 (Library List Format, Memory Map Format): Mention Expat.
4954 (Target Descriptions): Update Expat wording.
4955
49562007-10-24 Daniel Jacobowitz <dan@codesourcery.com>
4957
4958 * gdbint.texinfo (Register and Memory Data, Target Conditionals):
4959 Document that gdbarch_convert_register_p should return zero for no-op
4960 conversions.
4961
49622007-10-22 Ulrich Weigand <uweigand@de.ibm.com>
4963
4964 * gdbint.texi (Compiler Characteristics): Move documentation
4965 of set_gdbarch_sofun_address_maybe_missing back to ...
4966 (Target Conditionals): ... here to fix build break.
4967
49682007-10-19 Ulrich Weigand <uweigand@de.ibm.com>
4969
4970 * gdbint.texi (Target Conditionals): Remove documentation of
4971 SOFUN_ADDRESS_MAYBE_MISSING, replaced by ...
4972 (Compiler Characteristics): ... documentation of
4973 set_gdbarch_sofun_address_maybe_missing.
4974
49752007-10-17 Daniel Jacobowitz <dan@codesourcery.com>
4976
4977 * gdbint.texinfo (Target Conditionals): Use
4978 frame_unwind_register_unsigned in examples instead of
4979 frame_unwind_unsigned_register.
4980
49812007-10-15 Daniel Jacobowitz <dan@codesourcery.com>
4982
4983 * gdb.texinfo (Predefined Target Types): Add int128
4984 and uint128.
4985 (Standard Target Features): Add PowerPC features.
4986
49872007-10-15 Daniel Jacobowitz <dan@codesourcery.com>
4988
4989 * gdb.texinfo (Maintenance Commands): Document "maint print c-tdesc".
4990
49912007-10-12 Ulrich Weigand <uweigand@de.ibm.com>
4992
4993 * gdbint.texi (Target Conditionals): Remove documentation
4994 of and references to DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS,
4995 gdbarch_extract_return_value, and gdbarch_store_return_value.
4996
49972007-10-12 Ulrich Weigand <uweigand@de.ibm.com>
4998
4999 * gdbint.texi (Target Conditionals): Remove documentation of
5000 and references to DEPRECATED_REG_STRUCT_HAS_ADDR.
5001
50022007-10-11 Kazu Hirata <kazu@codesourcery.com>
5003
5004 * gdb.texinfo: Mention that inaccessible-by-default is on by
5005 default.
5006
50072007-10-11 Daniel Jacobowitz <dan@codesourcery.com>
5008
5009 * gdbint.texinfo (Target Conditionals): Remove VARIABLES_INSIDE_BLOCK.
5010
50112007-09-30 Daniel Jacobowitz <dan@codesourcery.com>
5012
5013 * gdb.texinfo (Setting Watchpoints): Adjust warning text about
5014 multi-threaded watchpoints.
5015 * gdbint.texinfo (Watchpoints): Describe how watchpoints are
5016 checked. Describe sticky notification. Expand description
5017 of steppable and continuable watchpoints.
5018 (Watchpoints and Threads): New subsection.
5019
50202007-09-28 Vladimir Prus <vladimir@codesourcery.com>
5021
5022 * gdb.texinfo (Setting Breakpoints): Revise
5023 documentation for pending breakpoints. Document
5024 breakpoints with multiple locations.
5025
50262007-09-19 Vladimir Prus <vladimir@codesourcery.com>
5027
5028 * gdb.texinfo (Miscellaneous gdb/mi Commands):
5029 Document -list-features.
5030
50312007-09-15 Eli Zaretskii <eliz@gnu.org>
5032
5033 * gdb.texinfo (Output): Spell out which features of C's printf are
5034 not supported by GDB's printf.
5035 (Separate Debug Files): More accurate wording regarding build ID
5036 and a reference to the ld manual rather than the Fedora wiki.
5037
50382007-09-04 Daniel Jacobowitz <dan@codesourcery.com>
5039 Jim Blandy <jimb@codesourcery.com>
5040
5041 * gdb.texinfo (Output Formats): Update 'c' description. Describe 's'.
5042 (Examining Memory): Update mentions of the 's' format.
5043 (Automatic Display): Likewise.
5044
50452007-09-02 Daniel Jacobowitz <dan@codesourcery.com>
5046
5047 * gdb.texinfo: Update the FSF's Back-Cover Text.
5048
50492007-09-02 Jan Kratochvil <jan.kratochvil@redhat.com>
5050 Eli Zaretskii <eliz@gnu.org>
5051
5052 * gdb.texinfo (Separate Debug Files): Cosmetic quoting removal.
5053 Fixed the ``build ID'' name. New binaries build instructions for the
5054 build ID inclusion. Explain how the commands are specific to the build
5055 ID vs. debug link.
5056
50572007-09-01 Eli Zaretskii <eliz@gnu.org>
5058
5059 * gdb.texinfo (Separate Debug Files): Fix last change. Add
5060 indexing for ``build ID'' support.
5061
50622007-09-01 Jan Kratochvil <jan.kratochvil@redhat.com>
5063
5064 * gdb.texinfo (Separate Debug Files): Included a BUILD ID description.
5065 Enlisted BUILD ID to the debug file searching example.
5066 Included a BUILD ID `.note.gnu.build-id' section description.
5067 Updated/added the debug files splitting instructions for OBJCOPY.
5068
50692007-08-31 Vladimir Prus <vladimir@codesourcery.com>
5070
5071 * gdb.texinfo (Variable Objects): Adjust docs
5072 for -var-info-expression and document
5073 -var-info-path-expression.
5074
50752007-08-20 Jim Blandy <jimb@codesourcery.com>
5076
5077 * gdb.texinfo (Top): Dedicate manual to the memory of Fred Fish.
5078 (title page): Include the dedication in the printed manual, as a
5079 separate page after the copyright notice.
5080
5081 * gdb.texinfo (The F Reply Packet): Avoid confusing texi2html:
5082 don't break a @var across a line.
5083
50842007-07-25 Maciej W. Rozycki <macro@mips.com>
5085
5086 * Makefile.in (MAKEHTMLFLAGS): Also search the current directory
5087 for include files.
5088
50892007-07-12 Nick Roberts <nickrob@snap.net.nz>
5090
5091 * gdb.texinfo (Server Prefix): New node. Adapt from existing node
5092 in annotate.texinfo.
5093 (Command History): Link to new node.
5094
50952007-07-05 Markus Deuling <deuling@de.ibm.com>
5096
5097 * gdbint.texinfo (PC_LOAD_SEGMENT): Remove description.
5098
50992007-07-05 Eli Zaretskii <eliz@gnu.org>
5100
5101 * gdbint.texinfo (Target Conditionals): Fix last change.
5102
51032007-07-03 Markus Deuling <deuling@de.ibm.com>
5104
5105 * gdb.texinfo: Replace following macros by their appropriate gdbarch
5106 routines:
5107 (TARGET_CHAR_SIGNED, CALL_DUMMY_LOCATION, CANNOT_FETCH_REGISTER)
5108 (CANNOT_STORE_REGISTER, GET_LONGJMP_TARGET, POINTER_TO_ADDRESS)
5109 (ADDRESS_TO_POINTER, INNER_THAN, FRAME_NUM_ARGS)
5110 (HAVE_NONSTEPPABLE_WATCHPOINT, TARGET_SHORT_BIT, TARGET_INT_BIT)
5111 (TARGET_LONG_BIT, TARGET_LONG_LONG_BIT, TARGET_FLOAT_BIT)
5112 (TARGET_DOUBLE_BIT, TARGET_LONG_DOUBLE_BIT, TARGET_PTR_BIT
5113 (TARGET_ADDR_BIT, SP_REGNUM, PC_REGNUM, PS_REGNUM, FP0_REGNUM)
5114 (STAB_REG_TO_REGNUM, ECOFF_REG_TO_REGNUM, DWARF_REG_TO_REGNUM)
5115 (SDB_REG_TO_REGNUM, DWARF2_REG_TO_REGNUM, BELIEVE_PCC_PROMOTION)
5116 (CONVERT_REGISTER_P, REGISTER_TO_VALUE, VALUE_TO_REGISTER)
5117 (POINTER_TO_ADDRESS, ADDRESS_TO_POINTER, EXTRACT_RETURN_VALUE)
5118 (STORE_RETURN_VALUE, SKIP_PROLOGUE, MEMORY_INSERT_BREAKPOINT)
5119 (BREAKPOINT_FROM_PC, MEMORY_REMOVE_BREAKPOINT, DECR_PC_AFTER_BREAK)
5120 (ADDR_BITS_REMOVE, TARGET_PRINT_INSN, SKIP_TRAMPOLINE_CODE)
5121 (IN_SOLIB_RETURN_TRAMPOLINE, NAME_OF_MALLOC, ADDRESS_CLASS_TYPE_FLAGS)
5122 (ADDRESS_CLASS_TYPE_FLAGS_TO_NAME, ADDRESS_CLASS_TYPE_FLAGS_P).
5123 (ADDRESS_CLASS_NAME_to_TYPE_FLAGS, ADJUST_BREAKPOINT_ADDRESS)
5124 (PRINT_FLOAT_INFO, PRINT_VECTOR_INFO, INTEGER_TO_ADDRESS)
5125 (SKIP_PERMANENT_BREAKPOINT, TARGET_VIRTUAL_FRAME_POINTER)
5126 (SOFTWARE_SINGLE_STEP_P)
5127
5128 (push_dummy_call, stabs_argument_has_addr, unwind_sp, unwind_pc)
5129 (print_registers_info, push_dummy_code, unwind_dummy_id): Rework
5130
5131 (REGISTER_CONVERT_TO_TYPE, END_OF_TEXT_DEFAULT, GDB_MULTI_ARCH)
5132 (GDB_TARGET_IS_HPPA, DEPRECATED_GET_SAVED_REGISTER)
5133 (SYMBOLS_CAN_START_WITH_DOLLAR, DEPRECATED_INIT_EXTRA_FRAME_INFO)
5134 (DEPRECATED_INIT_FRAME_PC, DEPRECATED_SIGTRAMP_START)
5135 (IN_SOLIB_CALL_TRAMPOLINE, NO_HIF_SUPPORT, REGISTER_CONVERTIBLE)
5136 (DEPRECATED_REGISTER_RAW_SIZE, PARM_BOUNDARY, DEPRECATED_STACK_ALIGN)
5137 (PROLOGUE_FIRSTLINE_OVERLAP, DEPRECATED_POP_FRAME, STEP_SKIPS_DELAY)
5138 (TARGET_COMPLEX_BIT, TARGET_DOUBLE_COMPLEX_BIT)
5139 (OS9K_VARIABLES_INSIDE_BLOCK, KERNEL_U_ADDR, KERNEL_U_ADDR_HPUX)
5140 (REGISTER_U_ADDR, U_REGS_OFFSET, DEBUG_PTRACE): Remove description.
5141
5142 (Converting an existing Target Architecture to Multi-arch): Remove
5143 section.
5144
5145 (gdbarch_unwind_pc, gdbarch_unwind_sp): Renew code example.
5146 (gdbarch_addr_bits_remove): Add code example.
5147
5148 * gdb.texinfo: Replace REGISTER_NAME by gdbarch_register_name.
5149
51502007-07-02 Daniel Jacobowitz <dan@codesourcery.com>
5151
5152 * gdb.texinfo (Remote Configuration): Document library-info-packet.
5153 Add other missing entries. Adjust the table size to fit.
5154 (Stop Reply Packets): Use @itemize instead of @enumerate. Document
5155 stop reasons including the new "library" event.
5156 (General Query Packets): Adjust table widths for qSupported. Mention
5157 qXfer:libraries:read reply to qSupported and document the new packet.
5158 (Library List Format): New section.
5159
51602007-07-01 Jan Kratochvil <jan.kratochvil@redhat.com>
5161
5162 * gdb.texinfo (Attach): Fixed GDB exit inferior detachment.
5163
51642007-06-28 Michael Snyder <msnyder@svkmacdonelllnx>
5165
5166 * gdbint.texinfo (Table, Tuple and List Functions) Fix typo.
5167
51682007-06-25 Nick Roberts <nickrob@snap.net.nz>
5169
5170 * gdbint.texinfo (Register and Memory Data): Break sections
5171 into nodes and add a menu.
5172
51732007-06-21 Maciej W. Rozycki <macro@mips.com>
5174
5175 * gdb.texinfo (Examining Memory): Document the new behaviour.
5176
51772007-06-21 Vladimir Prus <vladimir@codesourcery.com>
5178
5179 * gdb.texinfo (Standard Target Features): Document
5180 m68k features.
5181
51822007-06-18 Daniel Jacobowitz <dan@codesourcery.com>
5183
5184 * gdb.texinfo (General Query Packets): Document qOffsets changes.
5185
51862007-06-13 Daniel Jacobowitz <dan@codesourcery.com>
5187
5188 * gdb.texinfo (Target Description Format): Add version attribute
5189 for <target>.
5190
51912007-06-13 Daniel Jacobowitz <dan@codesourcery.com>
5192
5193 * gdb.texinfo (MIPS Features): Document org.gnu.gdb.mips.linux.
5194
51952007-06-13 Daniel Jacobowitz <dan@codesourcery.com>
5196
5197 * gdb.texinfo (MIPS Features): New subsection.
5198
51992007-06-12 Ulrich Weigand <uweigand@de.ibm.com>
5200 Markus Deuling <deuling@de.ibm.com>
5201
5202 * gdb.texinfo (General Query Packets): Document qXfer:spu:read
5203 and qXfer:spu:write packets and mention them under qSupported.
5204
52052007-06-12 Ulrich Weigand <uweigand@de.ibm.com>
5206 Markus Deuling <deuling@de.ibm.com>
5207
5208 * gdb.texinfo (Architectures): Add new SPU section to document
5209 Cell Broadband Engine SPU architecture specific commands.
5210
52112007-06-09 Vladimir Prus <vladimir@codesourcery.com>
5212
5213 * gdb.texinfo (GDB/MI Variable Objects): Editorial
5214 comments.
5215
52162007-06-07 Nick Roberts <nickrob@snap.net.nz>
5217
5218 * gdb.texinfo (Emacs): Describe GDB under Emacs 22.1.
5219
52202007-05-29 Jim Blandy <jimb@codesourcery.com>
5221
5222 * gdb.texinfo (Overview): Doc fix.
5223
52242007-05-22 Maciej W. Rozycki <macro@mips.com>
5225
5226 * gdb.texinfo (Remote Configuration): Document "set/show
5227 remoteflow".
5228
52292007-05-16 Daniel Jacobowitz <dan@codesourcery.com>
5230
5231 * gdb.texinfo (MIPS): Remove documentation for set mips
5232 saved-gpreg-size, show mips saved-gpreg-size, and set mips
5233 stack-arg-size.
5234
52352007-05-14 Bob Wilson <bob.wilson@acm.org>
5236
5237 * all-cfg.texi (GDBTUI): New.
5238 * gdb.texinfo (Mode Options): Use GDBTUI variable.
5239 (TUI, TUI Overview, TUI Keys, TUI Single Key Mode, TUI Commands)
5240 (TUI Configuration): Edit to improve clarity and fix problems of
5241 both style and content.
5242
52432007-05-11 Ulrich Weigand <uweigand@de.ibm.com>
5244
5245 * observer.texi (GDB Observers): New observer "new_objfile".
5246
52472007-05-08 Ulrich Weigand <uweigand@de.ibm.com>
5248
5249 * gdbint.texinfo (Native Conditionals): Remove USE_PROC_FS.
5250
52512007-04-14 Vladimir Prus <vladimir@codesourcery.com>
5252
5253 * gdb.texinfo (GDB/MI Variable Objects): Document
5254 frozen variables objects.
5255
52562007-04-13 Daniel Jacobowitz <dan@codesourcery.com>
5257
5258 * gdb.texinfo (Memory): Reference Remote Debugging chapter.
5259 (Character Sets, Caching Data of Remote Targets): Likewise.
5260 (Targets): Delete Remote node. Move its text...
5261 (Debugging Remote Programs): ...to here. Delete description
5262 of the "remote" command.
5263 (Remote configuration): Delete description of "set remotedevice"
5264 and "show remotedevice".
5265 (Embedded Processors): Delete H8/300, H8/500, and SH nodes.
5266
52672007-04-11 Bob Wilson <bob.wilson@acm.org>
5268
5269 * gdb.texinfo (Contributors, Continuing and Stepping)
5270 (Fortran Defaults, HPPA, TUI, TUI Commands, Configure Options)
5271 (General Query Packets, File-I/O Remote Protocol Extension)
5272 (Protocol Basics, The F Reply Packet, Write)
5273 (Protocol-specific Representation of Datatypes, Memory Transfer):
5274 Fix hyphenation, punctuation and grammar problems.
5275 (Cygwin Native): Likewise. Also fix misuse of @pxref and use
5276 'section' instead of 'subsection' in the text.
5277 (Non-debug DLL Symbols): Avoid 'subsubsection' in the text.
5278 (i386): Remove period from section name.
5279 (Installing GDB, Requirements, Running Configure, Separate Objdir)
5280 (Config Names, Configure Options): Use @file{configure}.
5281
52822007-04-11 Daniel Jacobowitz <dan@codesourcery.com>
5283
5284 * gdbint.texinfo (Writing Tests): Mention gdb_test_multiple
5285 and tab expansion.
5286
52872007-04-10 Daniel Jacobowitz <dan@codesourcery.com>
5288
5289 * gdbint.texinfo (SOM): Correct location of the SOM reader.
5290
52912007-04-02 Bob Wilson <bob.wilson@acm.org>
5292
5293 * gdb.texinfo: Consistently capitalize all significant words in
5294 node names, chapter titles, section titles, and headings. Update
5295 cross references to match.
5296 (Starting and Stopping Trace Experiment): Make node name plural.
5297 (Breakpoint related warnings): Hyphenate "Breakpoint-related".
5298
52992007-03-30 Pedro Alves <pedro_alves@portugalmail.pt>
5300
5301 * gdb.texinfo (WinCE): Delete obsolete subsection.
5302
53032007-03-30 Daniel Jacobowitz <dan@codesourcery.com>
5304
5305 * gdb.texinfo (M68K): Remove obsolete ROM monitors.
5306 * gdbint.texinfo (DWARF 1): Delete section and other dwarfread.c
5307 references.
5308
53092007-03-30 Daniel Jacobowitz <dan@codesourcery.com>
5310
5311 * gdb.texinfo (Startup): Delete references to some alternate
5312 names for .gdbinit.
5313 (Thread): Remove LynxOS reference.
5314 (Tandem ST2000): Delete target-specific documentation.
5315 * gdbint.texinfo (Symbol Handling): Remove mention of NLM.
5316 (Target Architecture Definition): Remove mention of GDB_OSABI_NETWARE
5317 and GDB_OSABI_LYNXOS.
5318
53192007-03-29 Ulrich Weigand <uweigand@de.ibm.com>
5320
5321 * gdbint.texi (Native Conditionals): Remove PTRACE_ARG3_TYPE.
5322
53232007-03-27 Ulrich Weigand <uweigand@de.ibm.com>
5324
5325 * gdbint.texinfo (Target Conditionals): Remove mention of
5326 DEPRECATED_REMOTE_BREAKPOINT, DEPRECATED_BIG_REMOTE_BREAKPOINT,
5327 and DEPRECATED_LITTLE_REMOTE_BREAKPOINT.
5328
53292007-03-27 Brooks Moses <brooks.moses@codesourcery.com>
5330
5331 * Makefile.in: Add "pdfdir" installation
5332 directory, PDFTEX macro, support for "install-pdf" target,
5333 and rules for making a pdf version of refcard.texi.
5334 * refcard.tex: Specify paper size for PDF output.
5335
53362007-03-26 Bob Wilson <bob.wilson@acm.org>
5337
5338 * gdb.texinfo (Omissions from Ada, Additions to Ada): Wrap long lines.
5339
53402007-03-26 Bob Wilson <bob.wilson@acm.org>
5341
5342 * gdb.texinfo (Invoking GDB): Use @value{GDBP}.
5343 (Source Path, Character Sets, Macros, Define)
5344 (GDB/MI Result Records, GDB/MI Simple Examples)
5345 (GDB/MI Program Execution, GDB/MI File Commands)
5346 (Maintenance Commands, Packets, File-I/O Overview): Use @value{GDBN}.
5347 (Bug Reporting): Use @value{GCC}.
5348
53492007-03-26 Bob Wilson <bob.wilson@acm.org>
5350
5351 * gdb.texinfo (Help): Fix formatting of examples.
5352 (Variables): Use @ifnotinfo instead of @iftex.
5353 (Non-debug DLL symbols): Use @ref instead of @pxref.
5354 (Sparclet File): Use @samp instead of quotes.
5355
53562007-03-26 Bob Wilson <bob.wilson@acm.org>
5357
5358 * gdb.texinfo (Variables, C): Update cross reference to GCC docs.
5359
53602007-03-26 Bob Wilson <bob.wilson@acm.org>
5361
5362 * gdb.texinfo (Top): Move TUI and Annotations menu entries to match
5363 the order of the nodes.
5364 (C Operators, C Constants, Debugging C): Remove extra menus.
5365 (Method Names in Commands): Do not specify next/prev/up nodes.
5366
53672007-03-26 Bob Wilson <bob.wilson@acm.org>
5368
5369 * gdb.texinfo (File Options): Add missing parenthesis.
5370 (Breakpoints, Special Fortran commands, PowerPC): Fix typos.
5371
53722007-02-26 Daniel Jacobowitz <dan@codesourcery.com>
5373
5374 * gdb.texinfo (Monitor commands for gdbserver): New subsection.
5375
53762007-02-26 Daniel Jacobowitz <dan@codesourcery.com>
5377
5378 * gdb.texinfo (Standard Target Features): Mention
5379 case insensitivity.
5380 (ARM Features): Describe org.gnu.gdb.xscale.iwmmxt.
5381
53822007-02-18 Nick Roberts <nickrob@snap.net.nz>
5383
5384 * gdb.texinfo (Top): Put Appendix A after numbered sections.
5385 (Files): Add section name to argument list for pxref.
5386 (Non-debug DLL symbols): Don't use `see' for pxref.
5387 (Embedded Processors): Fix typo.
5388 (GDB/MI Breakpoint Commands): Execution commands generate
5389 *stopped not ^done.
5390
53912007-02-13 Nick Roberts <nickrob@snap.net.nz>
5392
5393 * gdb.texinfo (GDB/MI Variable Objects): Describe meanings of
5394 values for in_scope. Mention that only root variables can be
5395 updated.
5396 (GDB/MI Development and Front Ends): Explain new values may be
5397 added to existing fields.
5398
53992007-02-08 Daniel Jacobowitz <dan@codesourcery.com>
5400
5401 * gdb.texinfo (-target-disconnect): Use @smallexample.
5402 (Requirements): Add anchor for Expat. Update description.
5403 (Target Descriptions): Mention Expat.
5404 (Target Description Format): Document new elements. Use
5405 @smallexample.
5406 (Predefined Target Types, Standard Target Features): New sections.
5407 * gdbint.texinfo (Target Descriptions): New section.
5408
54092007-02-07 Daniel Jacobowitz <dan@codesourcery.com>
5410
5411 * gdb.texinfo (Target Description Format): Add section on XInclude.
5412
54132006-02-03 Nick Roberts <nickrob@snap.net.nz>
5414
5415 * gdb.texinfo (GDB/MI Miscellaneous Commands): Describe the new
5416 command -enable-timings.
5417
54182007-02-02 Markus Deuling <deuling@de.ibm.com> (tiny change)
5419
5420 * gdbint.texinfo (Operation System ABI Variant Handling): Update
5421 descriptions for new/deleted elements in gdb_osabi. Add missing
5422 description for function generic_elf_osabi_sniff_abi_tag_sections.
5423
54242007-01-29 Joel Brobecker <brobecker@adacore.com>
5425
5426 * gdb.texinfo (Maintenance Commands): Add documentation for
5427 the new "maint print target-stack" command.
5428
54292007-01-26 Jan Kratochvil <jan.kratochvil@redhat.com>
5430 Eli Zaretskii <eliz@gnu.org>
5431
5432 * gdb.texinfo: Describe CHAR array vs. string identification rules.
5433
54342007-01-26 Eli Zaretskii <eliz@gnu.org>
5435
5436 * gdb.texinfo (Compilation, Files, Bootstrapping, Bug Reporting):
5437 Use @value{NGCC} instead of @value{GCC}.
5438
54392007-01-20 Ralf Wildenhues <Ralf.Wildenhues@gmx.de> (tiny change)
5440
5441 * agentexpr.texi: Fix typos.
5442 * annotate.texinfo: Likewise.
5443 * gdb.texinfo: Likewise.
5444 * gdbint.texinfo: Likewise.
5445 * observer.texi: Likewise.
5446 * stabs.texinfo: Likewise.
5447
54482007-01-20 Markus Deuling <deuling@de.ibm.com> (tiny change)
5449
5450 * gdbint.texinfo (Support Libraries): Remove mmalloc
5451 entry. Describe readline library.
5452
54532007-01-09 Daniel Jacobowitz <dan@codesourcery.com>
5454
5455 * gdb.texinfo (Target Descriptions): New section.
5456 (General Query Packets): Add QPassSignals anchor. Mention
5457 qXfer:features:read under qSupported. Expand mentions of
5458 qXfer:memory-map:read and QPassSignals. Document
5459 qXfer:features:read.
5460
54612007-01-08 Daniel Jacobowitz <dan@codesourcery.com>
5462
5463 * gdb.texinfo (Commands to specify files): Describe
5464 "set sysroot" and "show sysroot".
5465 (Using the `gdbserver' program): Lowercase argument
5466 to @var. Expand description of setting up GDB on the
5467 host.
5468
54692007-01-05 Joel Brobecker <brobecker@adacore.com>
5470
5471 * gdb.texinfo (Set Catchpoints): Add documentation for the new
5472 catch exception, catch exception unhandled, and catch assert
5473 commands.
5474
54752007-01-04 Daniel Jacobowitz <dan@codesourcery.com>
5476
5477 * gdb.texinfo (Debugging Output): Document "set debug xml"
5478 and "show debug xml".
5479
54802007-01-04 Daniel Jacobowitz <dan@codesourcery.com>
5481
5482 * gdbint.texinfo (Compiler Warnings): Update for -Wall use.
5483
54842007-01-01 Joel Brobecker <brobecker@adacore.com>
5485
5486 * gdbint.texinfo (Start of New Year Procedure): Add missing item.
5487
54882006-12-08 Vladimir Prus <vladimir@codesourcery.com>
5489
5490 * gdb.texinfo (GDB/MI Variable Objects): Wrap historical
5491 note in @ignore, to be removed later if nobody complains.
5492
54932006-12-04 Nick Roberts <nickrob@snap.net.nz>
5494
5495 * gdb.texinfo (GDB/MI Variable Objects): Describe -c option
5496 of -var-delete.
5497
54982006-11-22 Vladimir Prus <vladimir@codesourcery.com>
5499
5500 * gdb.texinfo (Setting breakpoints): Document
5501 automatic software/hardware breakpoint usage and
5502 the "set breakpoint auto-hw" command.
5503
55042006-11-21 Vladimir Prus <vladimir@codesourcery.com>
5505
5506 * gdb.texinfo (Memory Access Checking): New.
5507
55082006-11-16 Daniel Jacobowitz <dan@codesourcery.com>
5509
5510 * gdb.texinfo (Remote configuration): Mention
5511 "pass-signals-packet".
5512 (General Query Packets): Document QPassSignals. Fix
5513 a typo.
5514
55152006-11-14 Maxim Grigoriev <maxim@tensilica.com>
5516
5517 * gdb.texinfo (Contributors): Add contributors of Xtensa port.
5518
55192006-11-14 Daniel Jacobowitz <dan@codesourcery.com>
5520
5521 * gdb.texinfo (Remote configuration): Rewrite documentation for
5522 packet configuration commands.
5523 (OS Information): Adjust reference to qXfer:auxv:read.
5524 (General Query Packets): Remove references to read-aux-vector-packet
5525 and set remote get-thread-local-storage-address.
5526
55272006-11-10 Daniel Jacobowitz <dan@codesourcery.com>
5528
5529 * gdbint.texinfo (Target Architecture Definition): Add new
5530 Initializing a New Architecture section.
5531
55322006-10-31 David Taylor <dtaylor@emc.com>
5533
5534 * stabs.texinfo (Macro define and undefine): New node describing
5535 stabs for #define and #undef.
5536
55372006-10-27 Andreas Schwab <schwab@suse.de>
5538
5539 * gdb.texinfo (Processes): Rename "detach-fork" to "detach fork".
5540
55412006-10-21 Eli Zaretskii <eliz@gnu.org>
5542
5543 * gdb.texinfo (Breakpoints, Set Watchpoints): Elaborate and
5544 clarify on the possible meanings of ``expression'' watched by
5545 watchpoints. Add indexing.
5546 (Prompting, Errors, Invalidation, Annotations for Running)
5547 (Source Annotations): Fix index entries by adding "annotation" to
5548 them, to discriminate from index entries that point to the more
5549 general topic descriptions.
5550
55512006-10-17 Daniel Jacobowitz <dan@codesourcery.com>
5552
5553 * gdbint.texinfo (Target Vector Definition): Move most
5554 content into Existing Targets. Add a menu.
5555 (Existing Targets): New section, moved from Target Vector
5556 Definition. Use @subsection.
5557 (Managing Execution State): New section.
5558
55592006-10-16 Bob Wilson <bob.wilson@acm.org>
5560
5561 * gdb.texinfo (ST2000): Use Ctrl- instead of C-.
5562
55632006-10-15 Eli Zaretskii <eliz@gnu.org>
5564
5565 * gdb.texinfo (Sample Session, Invocation, Quitting GDB)
5566 (Command Syntax, Signals, Backtrace, Connecting)
5567 (Remote configuration, Renesas Boards, Console I/O): Fix last
5568 change: use Ctrl- instead of C-, except wrt Emacs.
5569 (File-I/O Examples): Put Ctrl-c in @kbd.
5570 (Cygwin Native, File-I/O Overview, The Ctrl-C message)
5571 (Console I/O): Use @samp with Ctrl-.
5572 (Signals, Set Breaks, Set Watchpoints): Document optional
5573 arguments to `info signals' `handle', `info breakpoints', and
5574 `info watchpoints'.
5575
55762006-10-14 Eli Zaretskii <eliz@gnu.org>
5577
5578 * gdb.texinfo (Backtrace): Fix last change.
5579
55802006-10-14 Nick Roberts <nickrob@snap.net.nz>
5581
5582 * gdb.texinfo (Backtrace): Order correctly and add other cases.
5583
55842006-10-10 Bob Wilson <bob.wilson@acm.org>
5585
5586 * gdb.texinfo (Command Syntax, Connecting, Remote configuration)
5587 (Renesas Boards, ST2000, TUI Keys, TUI Single Key Mode)
5588 (TUI Commands, Emacs, Console I/O): Fix @key and @kbd usage.
5589
55902006-09-21 Vladimir Prus <vladimir@codesourcery.com>
5591 Daniel Jacobowitz <dan@codesourcery.com>
5592
5593 * gdb.texinfo (Packets): Document vFlashErase,
5594 vFlashWrite and vFlashDone packets.
5595 (General Query Packets): Document qXfer:memory-map:read.
5596 Add a new feature for qXfer:memory-map:read.
5597 (Memory map format): New section.
5598 (Target Commands): Mention that gdb can write flash.
5599
56002006-09-21 Vladimir Prus <vladimir@codesourcery.com>
5601 Daniel Jacobowitz <dan@codesourcery.com>
5602
5603 * gdb.texinfo (Memory Region Attributes): Mention target-supplied
5604 memory regions and "mem auto".
5605
56062006-09-21 Nathan Sidwell <nathan@codesourcery.com>
5607
5608 * gdbint.texinfo (Array Containers): New section.
5609
56102006-09-17 Vladimir Prus <vladimir@codesourcery.com>
5611
5612 * gdb.texinfo (GDB/MI Stack Manipulation): Mention that
5613 -stack-list-arguments HIGH_FRAME argument can be larger then the
5614 actual number of frames.
5615
56162006-09-07 Vladimir Prus <vladimir@codesourcery.com>
5617
5618 * gdb.texinfo (GDB/MI Stack Manipulation): Mention that
5619 -stack-list-locals HIGH_FRAME argument can be larger then the
5620 actual number of frames.
5621
56222006-09-02 Bob Wilson <bob.wilson@acm.org>
5623
5624 * gdb.texinfo (Packets, Stop Reply Packets, General Query Packets,
5625 Register Packet Format, Tracepoint Packets): Fix spelling errors.
5626
56272006-09-02 Eli Zaretskii <eliz@gnu.org>
5628
5629 * gdbint.texinfo (Overall Structure): New section "Source Tree
5630 Structure".
5631
56322006-08-17 Jim Blandy <jimb@codesourcery.com>
5633
5634 * gdb.texinfo (Stop Reply Packets): Note similarity of 'S' and 'T'
5635 responses.
5636
56372006-08-08 Joel Brobecker <brobecker@adacore.com>
5638
5639 * gdb.texinfo (Source Path): Add documentation for new
5640 substitute-path commands.
5641
56422006-08-08 Daniel Jacobowitz <dan@codesourcery.com>
5643
5644 * gdb.texinfo (Installing GDB): Update menu. Move text to...
5645 (Running Configure): ...here.
5646 (Requirements): New node. Mention expat.
5647
56482006-08-08 Vladimir Prus <vladimir@codesourcery.com>
5649
5650 * gdb.texinfo (Target Commands): Remove
5651 'set download-write-size' and 'show download-write-size'.
5652
56532006-08-01 Daniel Jacobowitz <dan@codesourcery.com>
5654
5655 * stabs.texinfo (Member Type Descriptor): Correct example for
5656 pointer to member types.
5657
56582006-07-21 Andrew Stubbs <andrew.stubbs@st.com>
5659
5660 * gdb.texinfo (Optional warnings and messages): Add
5661 'set/show trace-commands'.
5662 (Command files): Add '-v' to source command.
5663
56642006-07-12 Daniel Jacobowitz <dan@codesourcery.com>
5665
5666 * gdb.texinfo (OS Information): Update qPart reference to
5667 qXfer.
5668 (Remote configuration): Likewise.
5669 (Overview): Move @cindex to the start of a paragraph. Talk
5670 about binary data encoding.
5671 (Packets): Refer to the overview for the details of the X
5672 packet encoding.
5673 (General Query Packets): Remove qPart description. Add qXfer
5674 description. Add an anchor to qSupported. Correct feature
5675 table title. Add a new feature for qXfer:auxv:read.
5676 (Interrupts): Add a missing parenthesis.
5677
56782006-07-05 Daniel Jacobowitz <dan@codesourcery.com>
5679
5680 * gdb.texinfo (KOD): Remove node.
5681 (GDB/MI Kod Commands): Remove commented out node.
5682
56832006-07-01 Eli Zaretskii <eliz@gnu.org>
5684
5685 * gdb.texinfo (GDB/MI Output Syntax, GDB/MI Simple Examples)
5686 (GDB/MI Breakpoint Commands, GDB/MI Program Context)
5687 (GDB/MI Thread Commands, GDB/MI Program Execution)
5688 (GDB/MI Stack Manipulation, GDB/MI Variable Objects)
5689 (GDB/MI Data Manipulation, GDB/MI Symbol Query)
5690 (GDB/MI File Commands, GDB/MI Target Manipulation)
5691 (GDB/MI Miscellaneous Commands): Change (@value{GDBP})->(gdb),
5692 since the MI prompt is hard-wired into the code.
5693
56942006-07-01 Nick Roberts <nickrob@snap.net.nz>
5695
5696 * gdb.texinfo (GDB/MI Compatibility with CLI): Qualify more carefully.
5697 (GDB/MI Simple Examples): Use @subheading for "A Bad Command".
5698 (GDB/MI Data Manipulation): Remove description of unimplemented
5699 display related commands as variable objects perform this function
5700 and are superior: -display-delete, -display-disable,
5701 -display-enable, -display-insert and -display-list. Move
5702 -environment-cd, -environment-directory, -environment-path
5703 and -environment-pwd to "Program Context".
5704 (GDB/MI Program Control): Rename to "Program Execution". Move
5705 -exec-arguments -exec-abort to...
5706 (GDB/MI Program Context): ...here. New node split from "Data
5707 Manipulation".
5708
57092006-06-21 Daniel Jacobowitz <dan@codesourcery.com>
5710
5711 * gdb.texinfo (Remote configuration): Document set / show
5712 remote supported-packets.
5713 (General Query Packets): Document qSupported packet.
5714
57152006-06-10 Sandra Loosemore <sandra@codesourcery.com>
5716
5717 * gdb.texinfo (File-I/O overview): Copy edit for grammar, spelling,
5718 and font markup.
5719 (Protocol basics): Likewise.
5720 (The F request packet): Likewise.
5721 (The F reply packet): Likewise.
5722 (Memory transfer): Move this node to be a subsubsection of
5723 "Protocol specific representation of datatypes".
5724 (The Ctrl-C message): More copy editing.
5725 (Console I/O): Likewise.
5726 (The isatty call): Delete this node, and merge its content into
5727 the "isatty" node. Fixed references elsewhere.
5728 (The system call): Delete this node, and merge its content into
5729 the "system" node. Fixed references elsewhere.
5730 (open): Reformat to use @table, and add appropriate font markup.
5731 (close): Likewise.
5732 (read): Likewise.
5733 (write): Likewise.
5734 (lseek): Likewise.
5735 (rename): Likewise.
5736 (unlink): Likewise.
5737 (stat/fstat): Likewise.
5738 (gettimeofday): Likewise.
5739 (isatty): Likewise.
5740 (system): Likewise, plus minor changes to fix confusing wording.
5741 (Integral datatypes): Fix font markup.
5742 (Pointer values): Likewise.
5743 (struct stat): Fix markup to use @table, plus minor copy editing.
5744 (struct timeval): Fix font markup, plus minor copy editing.
5745 (Constants): Minor copy editing.
5746 (Errno values): Add font markup.
5747 (File-I/O Examples): Likewise.
5748
57492006-06-10 Nick Roberts <nickrob@snap.net.nz>
5750
5751 * gdb.texinfo (GDB/MI): Remove duplicate acknowledgements.
5752 (GDB/MI Simple Examples): Move node up one level. Use real
5753 examples.
5754 (GDB/MI Compatibility with CLI): Update.
5755 (GDB/MI Result Records): Add "connected" and "exit" result
5756 classes.
5757 (GDB/MI Stream Records): Clarify target output.
5758 (GDB/MI Command Description Format): Modify example description.
5759 (GDB/MI Breakpoint Table Commands): Rename to...
5760 (GDB/MI Breakpoint Commands): ...this
5761 (GDB/MI Breakpoint Commands): Add optional thread field.
5762 (GDB/MI Program Control): Add an introduction. Move "Program
5763 termination" examples into exec-run description.
5764 (GDB/MI File Commands): Mention similar CLI commands.
5765 (GDB/MI Miscellaneous Commands): Move to end. Mention "show version"
5766 is similar to "-gdb-version".
5767
57682006-06-09 Eli Zaretskii <eliz@gnu.org>
5769
5770 * gdb.texinfo (Symbols): Fix "(gdb)"=>"(@value{GDBP})".
5771
57722006-06-02 Nick Roberts <nickrob@snap.net.nz>
5773
5774 * gdb.texinfo (GDB/MI Development and Front Ends): Use
5775 sourceware.org for mailing lists.
5776 (GDB/MI File Commands): New node split from Program Control.
5777
57782006-06-01 Nick Roberts <nickrob@snap.net.nz>
5779
5780 * gdb.texinfo (GDB/MI Development and Front Ends): New node.
5781
57822006-05-22 Eli Zaretskii <eliz@gnu.org>
5783
5784 * gdb.texinfo (Cygwin Native): Fix last change.
5785
57862006-05-22 Christopher Faylor <cgf@timesys.com>
5787
5788 * gdb.texinfo (Cygwin Native): Document set/show cygwin-exceptions.
5789
57902006-05-15 Nick Roberts <nickrob@snap.net.nz>
5791
5792 * gdbint.texinfo (Algorithms): Correct spelling and punctuation.
5793 (Releasing GDB, Testsuite): Remove details for including DejaGnu.
5794
57952006-05-14 Daniel Jacobowitz <dan@codesourcery.com>
5796
5797 * gdb.texinfo (General Query Packets): Recommend not starting
5798 new packets with qC and clarify.
5799
58002006-05-13 Gaius Mulley <gaius@glam.ac.uk>
5801
5802 * gdb.texinfo (M2 Types): New section.
5803
58042006-05-10 Daniel Jacobowitz <dan@codesourcery.com>
5805
5806 * agentexpr.texi: Add a copyright and license notice.
5807 * observer.texi: Likewise, with GPL clause for function prototypes.
5808 Remove trailing whitespace.
5809
58102006-05-05 Jim Blandy <jimb@codesourcery.com>
5811
5812 * gdb.texinfo (General Query Packets): Document conventions for
5813 terminating packet names, and their violations.
5814
58152006-05-05 Daniel Jacobowitz <dan@codesourcery.com>
5816
5817 * Makefile.in (GDB_DOC_SOURCE_INCLUDES): Update for readline 5.1.
5818 * gdb.texinfo: Likewise.
5819
58202006-05-05 Daniel Jacobowitz <dan@codesourcery.com>
5821
5822 * gdb.texinfo (Remote Configuration): Remove "set remotedebug"
5823 and "show remotedebug".
5824 (Debugging Output): Add additional index entries.
5825
58262006-04-27 Michael Snyder <msnyder@redhat.com>
5827
5828 * gdb.texinfo (delete-fork): Command renamed to "delete fork".
5829
58302006-04-22 Andrew Cagney <cagney@redhat.com>
5831
5832 * gdb.texinfo (Contributors): Credit frame unwinder contributors.
5833 * gdbint.texinfo (Algorithms): Fix errors in frame documentation.
5834
58352006-04-18 Daniel Jacobowitz <dan@codesourcery.com>
5836
5837 * gdbint.texinfo (x86 Watchpoints, Target Conditionals): Update insert
5838 and remove breakpoint prototypes.
5839 (Watchpoints): Move description of target_insert_hw_breakpoint and
5840 target_remove_hw_breakpoint ...
5841 (Breakpoints): ... to here. Document target_insert_breakpoint and
5842 target_remove_breakpoint.
5843
58442006-04-17 Jim Blandy <jimb@codesourcery.com>
5845
5846 * gdb.texinfo (Packets): Note that 'addr' arguments to s, S, c,
5847 and C packets are optional.
5848
58492006-04-14 Frederic Riss <frederic.riss@st.com>
5850
5851 * gdb.texinfo (Specifying source directories): Update the description
5852 of the source file search to reflect the fact that the source path
5853 always contains at least $cdir and $cwd.
5854
58552006-03-31 Michael Snyder <msnyder@redhat.com>
5856
5857 * gdb.texinfo: Update copyright dates.
5858
58592006-03-31 Eli Zaretskii <eliz@gnu.org>
5860
5861 * gdb.texinfo (Overview): Add an index entry to "empty response".
5862
58632006-03-28 Jim Blandy <jimb@codesourcery.com>
5864
5865 * gdbint.texinfo (Prologue Analysis): New section.
5866
58672006-03-07 Jim Blandy <jimb@red-bean.com>
5868
5869 * gdb.texinfo (Connecting): Document 'target remote pipe'.
5870
5871 * gdb.texinfo (Target Commands): Update text describing how to
5872 specify a target. Refer to the detailed section on remote
5873 debugging, not the brief mention.
5874
5875 * gdb.texinfo (Connecting): Organize the different 'target remote'
5876 connection methods into a table. Add a 'target remote' index
5877 entry. (!!!)
5878
58792006-02-17 Fred Fish <fnf@specifix.com>
5880
5881 * gdb.texinfo (Symbols): Update descriptions of 'whatis' and
5882 'ptype' commands to reflect the fact that the only significant
5883 difference between them is that ptype prints the complete type
5884 description instead of just the name.
5885
58862006-02-13 Wu Zhou <woodzltc@cn.ibm.com>
5887
5888 * gdbint.texinfo (Watchpoints): Delete
5889 TARGET_REGION_SIZE_OK_FOR_HW_WATCHPOINT.
5890
58912006-02-10 Nick Roberts <nickrob@snap.net.nz>
5892
5893 * gdb.texinfo (GDB/MI Breakpoint Table Commands): Add fullname and
5894 times fields where needed. Fix typos. Update general form given
5895 for output of -break-insert.
5896 (GDB/MI): Abbreviate some unnecessarily long fullnames.
5897
58982006-02-06 Daniel Jacobowitz <dan@codesourcery.com>
5899
5900 * gdbint.texinfo (Symbol Handling): Add a section
5901 on memory management.
5902
59032006-02-06 Vladimir Prus <ghost@cs.msu.su>
5904
5905 * gdb.texinfo (Breakpoint table commands): Document the fullname
5906 field in -break-list output.
5907
59082006-02-03 Eli Zaretskii <eliz@gnu.org>
5909
5910 * gdb.texinfo (Cygwin Native): Fix typos. Clarify the types of
5911 debugging information produced by the various "set debug..."
5912 options.
5913
59142006-02-01 Daniel Jacobowitz <dan@codesourcery.com>
5915
5916 * gdb.texinfo (Files): Remove obsolete bits from the description
5917 of "symbol-file".
5918
59192006-01-25 Jim Blandy <jimb@redhat.com>
5920
5921 * gdbint.texinfo (Testsuite): Explain how to run selected tests.
5922
59232006-01-24 Jim Blandy <jimb@redhat.com>
5924
5925 * gdbint.texinfo (Frames): Document the basics of GDB's register
5926 unwinding model, and explain the existence of the "sentinel" frame.
5927
59282006-01-23 Andrew Stubbs <andrew.stubbs@st.com>
5929
5930 * gdb.texinfo (Choosing files): Mention that -directory is used
5931 for script files.
5932 (Specifying source directories): Likewise.
5933 (Command files): Explain how script files are found.
5934
59352006-01-21 Eli Zaretskii <eliz@gnu.org>
5936
5937 * gdb.texinfo (Backtrace): Describe how to get backtrace of all
5938 the threads in a multi-threaded program.
5939 (Threads): The threadno argument of "thread apply" can be a range
5940 of numbers.
5941
59422006-01-18 Jim Blandy <jimb@redhat.com>
5943
5944 * gdbint.texinfo (Coding): Add entry for -Wno-pointer-sign to list
5945 of warning flags.
5946
59472006-01-13 Eli Zaretskii <eliz@gnu.org>
5948
5949 * gdb.texinfo (Sequences): Improve menu annotations.
5950 (Define): Add index entries for arguments of user-defined
5951 commands. Move the description of flow-control commands...
5952 (Command Files): ...to here. Document loop_break and
5953 loop_continue.
5954 (Define, Command Files): Document `end' and add index entries for
5955 it.
5956
59572006-01-04 Michael Snyder <msnyder@redhat.com>
5958
5959 * gdb.texinfo: Add documentation for linux-fork.
5960 * gdbint.texinfo: Add internal documentation for checkpoints.
5961
59622006-01-02 Paul N. Hilfinger <hilfinger@gnat.com>
5963
5964 * gdb.texinfo (Omissions from Ada): Document that there is now
5965 limited aggregate support.
5966
59672005-12-28 Eli Zaretskii <eliz@gnu.org>
5968
5969 * gdb.texinfo (Registers): Describe how to refer to SSE and MMX
5970 registers and the likes.
5971
59722005-12-24 Eli Zaretskii <eliz@gnu.org>
5973
5974 * gdb.texinfo (Target Commands, Bug Reporting, File Options)
5975 (Symbols): Fix usage of "e.g.".
5976 (Memory Region Attributes): Fix usage of "etc."
5977
5978 * gdbint.texinfo (libgdb, Symbol Handling, Native Debugging)
5979 (Coding): Fix usage of "e.g.".
5980
59812005-12-23 Eli Zaretskii <eliz@gnu.org>
5982
5983 * stabs.texinfo:
5984 * refcard.tex:
5985 * gpl.texi:
5986 * gdbint.texinfo:
5987 * gdb.texinfo:
5988 * gdb-cfg.texi:
5989 * fdl.texi:
5990 * annotate.texinfo:
5991 * all-cfg.texi:
5992 * Makefile.in: Add (C) after Copyright. Update the FSF
5993 address.
5994
59952005-12-03 Eli Zaretskii <eliz@gnu.org>
5996
5997 * gdb.texinfo (Connecting): Explain that `monitor' is a way to
5998 extend GDB with commands for external monitor.
5999
60002005-12-02 Andrew Stubbs <andrew.stubbs@st.com>
6001
6002 * gdb.texinfo (Convenience variables): Add init-if-undefined command.
6003
60042005-11-25 Joel Brobecker <brobecker@adacore.com>
6005
6006 * gdbint.texinfo (Start of New Year Procedure): New chapter.
6007
60082005-11-21 Jim Blandy <jimb@redhat.com>
6009
6010 * gdb.texinfo (Tracepoint Packets): Document restrictions on
6011 placement of 'R' actions in tracepoint action packets; document
6012 dependence of 'X' and 'M' actions on a preceding 'R' action for
6013 their registers.
6014
60152005-11-19 Jim Blandy <jimb@redhat.com>
6016
6017 * gdb.texinfo (Tracepoint Packets): New node.
6018 (General Query Packets): Add entries for the tracepoint packets,
6019 referring to the "Tracepoint Packets" node.
6020 (Tracepoints): Add reference to "Tracepoint Packets".
6021
60222005-11-18 Kevin Buettner <kevinb@redhat.com>
6023
6024 * gdb.texinfo (set remotebreak): Add anchor.
6025 (X packet): Likewise.
6026 (Remote Protocol): Add new section `Interrupts' and new index
6027 entry `interrupts (remote protocol)'.
6028
60292005-11-18 Jim Blandy <jimb@redhat.com>
6030
6031 * gdb.texinfo (Packets): Move information out of 'q' and 'Q'
6032 entries into the General Query Packets section. Add a
6033 cross-reference to that section. Drop description of replies, as
6034 these are covered in the descriptions of each packet.
6035 (General Query Packets): Add introductory text. Explain naming
6036 conventions, and how the end of a name is recognized.
6037
60382005-11-17 Kevin Buettner <kevinb@redhat.com>
6039
6040 * gdb.texinfo (Remote configuration): Fix typo in description of
6041 "set remotebreak" command.
6042
60432005-11-16 Jim Blandy <jimb@redhat.com>
6044
6045 * gdb.texinfo (Packets, Stop Reply Packets)
6046 (General Query Packets): Various formatting cleanups.
6047 - Use @samp for packet contents.
6048 - Drop summaries from packet @item lines; the same information appears
6049 immediately below in the description.
6050 - Delete paragraph breaks after packet @item commands, so that the
6051 description appears directly to the right of the packet prototype
6052 in the printed manual, if it fits.
6053 - Place spaces in packet prototypes between @vars and non-@var
6054 letters, and explain that they're just for formatting.
6055 - Use @dots{} instead of '...'.
6056 - Fix uses of @code where @var was needed.
6057 - Replace "deprecated" markers with English text spelling out the
6058 packet's status and the preferred alternatives.
6059 - Remove "(reserved)" markers on 'A' and 'I' packets; it's unclear
6060 what this ever meant.
6061 - Remove "(draft)" markers on 'i' packets; nobody has commented on
6062 this for a long time.
6063 - Remove "(draft)" markers on 'z' and 'Z' packets; these have been
6064 implemented several times, and have been in use for years.
6065
60662005-11-15 Jim Blandy <jimb@redhat.com>
6067
6068 * gdb.texinfo (Packets): Add index entries for 'm' packet
6069 disclaimers.
6070
6071 * gdb.texinfo (Packets): Clarify lack of restrictions on behavior
6072 of stub when processing an 'm' packet.
6073
6074 * gdb.texinfo (Packets): Mention that packets beginning with
6075 letters are reserved once, at the top, instead of actually listing
6076 them all and saying "reserved".
6077
60782005-11-15 Andrew Stubbs <andrew.stubbs@st.com>
6079
6080 * gdb.texinfo (User-defined commands): Add $argc. Add missing 'end'.
6081 Change @var{$arg0 to @code{$arg0.
6082
60832005-11-14 Wu Zhou <woodzltc@cn.ibm.com>
6084
6085 * gdb.texinfo (Fortran): Add some words about Fortran debugging.
6086
60872005-11-12 Jim Blandy <jimb@redhat.com>
6088
6089 * gdb.texinfo (General Query Packets): Put packets in alphabetical
6090 order. Remove extraneous 'z'.
6091
60922005-11-07 Andrew Stubbs <andrew.stubbs@st.com>
6093
6094 * gdb.texinfo (Choosing files): Add --eval-command.
6095
60962005-11-04 Andrew Stubbs <andrew.stubbs@st.com>
6097
6098 * gdb.texinfo (Choosing modes): Add --return-child-result.
6099
6100
61012005-11-01 Andrew Stubbs <andrew.stubbs@st.com>
6102
6103 * gdb.texinfo (Choosing modes): Add --batch-silent.
6104
61052005-10-28 Eli Zaretskii <eliz@gnu.org>
6106
6107 * gdb.texinfo (GDB/MI Variable Objects): Fix @pxref usage under
6108 "The -var-update Command".
6109
61102005-10-03 Joel Brobecker <brobecker@adacore.com>
6111
6112 * gdb.texinfo (Print Settings): Add documentation for set/show
6113 print array-indexes.
6114
61152005-09-17 Daniel Jacobowitz <dan@codesourcery.com>
6116
6117 * gdb.texinfo (Contributors): Thank Andrew Cagney for releases
6118 6.2 and 6.3.
6119
61202005-08-27 Eli Zaretskii <eliz@gnu.org>
6121
6122 * gdb.texinfo (File Options): Don't document --mapped, it's gone
6123 since 19-Jan-2004.
6124 (Files): Likewise.
6125 (Variables, Symbols): Document the "<incomplete type>" message and
6126 its reasons.
6127
61282005-08-01 Fred Fish <fnf@specifix.com>
6129
6130 * gdb.texinfo (SETUP_ARBITRARY_FRAME): Remove obsolete reference.
6131
61322005-07-15 Nick Roberts <nickrob@snap.net.nz>
6133
6134 * gdb.texinfo (GDB/MI Variable Objects): Describe print-values
6135 option for -var-list-children and -var-update.
6136 (GDB/MI Stack Manipulation): Simplify description of
6137 print-values option for -stack-list-locals.
6138 (GDB/MI Command Description Format): Clarify.
6139 (Mode Options): Spelling of superseded.
6140
61412005-07-12 Bob Rossi <bob@brasko.net>
6142
6143 * gdb.texinfo (GDB/MI Miscellaneous Commands): Fix -inferior-tty-show
6144 corresponding GDB command comment.
6145
61462005-07-06 Bob Rossi <bob@brasko.net>
6147
6148 * gdb.texinfo (GDB/MI Miscellaneous Commands): Add -inferior-tty-set
6149 and -inferior-tty-show.
6150 (Input/Output): Document "set/show inferior-tty" and tty alias.
6151
61522005-07-02 Nathan J. Williams <nathanw@wasabisystems.com>
6153
6154 * gdb.texinfo (Packets): Change description of 'D' packet to note
6155 that GDB does wait for a response.
6156
61572005-06-22 Nick Roberts <nickrob@snap.net.nz>
6158
6159 * gdb.texinfo (History) Rename "Command History".
6160 (Command History): Move node "Server Prefix" from section on
6161 Annotations here.
6162
61632005-06-19 Nick Roberts <nickrob@snap.net.nz>
6164
6165 * gdb.texinfo (GDB/MI Stack Manipulation):
6166 Re-instate -stack-info-frame with example. Say that it gets
6167 info on selected frame, not current frame.
6168
61692005-06-18 Eli Zaretskii <eliz@gnu.org>
6170
6171 * gdb.texinfo (Server): Clarify that `file' should be used before
6172 connecting to the server.
6173 (Files): Add an xref to the above description.
6174 (Output Formats): More detailed description of the `c' format.
6175 (Memory): List explicitly all the formats supported by `x'.
6176 (Threads): Add an @cindex entry for "thread apply".
6177 (Files): Document the possibility of loading unlinked object
6178 files. Add more indexing for solib-absolute-prefix and
6179 --with-sysroot.
6180 (Machine Code): Document possible problems with locations in
6181 shared libraries.
6182 (Backtrace): Document that free-standing environments do not need
6183 to have a `main' function.
6184
61852005-06-18 Nick Roberts <nickrob@snap.net.nz>
6186
6187 * gdb.texinfo (GDB/MI Stack Manipulation): Remove reference to
6188 -stack-info-frame.
6189
61902005-06-07 Andrew Cagney <cagney@gnu.org>
6191
6192 * gdb.texinfo (Contributors): Note the original multi-arch
6193 contributors.
6194
61952005-06-03 Eli Zaretskii <eliz@gnu.org>
6196
6197 * gdb.texinfo (Registers): Add index entries for the standard
6198 registers.
6199 (Frames): Add cross-reference from frame pointer description to
6200 the Registers node.
6201 (Annotations Overview): Fix the reference to GDB name.
6202
62032005-06-01 Eli Zaretskii <eliz@gnu.org>
6204
6205 * gdb.texinfo (Set Watchpoints): Remove @vindex entry for
6206 can-use-hw-watchpoints.
6207
62082005-05-28 Bob Rossi <bob@brasko.net>
6209
6210 * gdb.texinfo (GDB/MI Out-of-band Records): Add bullet enumerating
6211 the possible reasons why an exec async record would be returned to FE.
6212
62132005-05-26 Andrew Cagney <cagney@gnu.org>
6214
6215 * gdb.texinfo: Note that Elena Zannoni, Fernando Nasser, and
6216 Andrew Cagney implemented the original GDB/MI.
6217
62182005-05-23 Orjan Friberg <orjanf@axis.com>
6219
6220 * gdb.texinfo (CRIS): Update the cris-version and cris-dwarf2-cfi
6221 documentation. Add documentation for cris-mode.
6222
62232005-05-20 Eli Zaretskii <eliz@gnu.org>
6224
6225 * gdb.texinfo (Numbers): Explain the example and make the wording
6226 more acurate.
6227
62282005-05-17 Daniel Jacobowitz <dan@codesourcery.com>
6229 Dennis Brueni <dennis@slickedit.com>
6230
6231 * gdb.texinfo (GDB/MI Breakpoint Table Commands)
6232 (GDB/MI Data Manipulation, GDB/MI Program Control)
6233 (GDB/MI Stack Manipulation): Update examples to include the fullname
6234 attribute in stack frames.
6235
62362005-05-12 Eli Zaretskii <eliz@gnu.org>
6237
6238 * gdb.texinfo (Startup): Fix last change. Treat gdb.ini like we
6239 do with other non-standard names of init files.
6240
62412005-05-11 Eli Zaretskii <eliz@gnu.org>
6242
6243 * gdb.texinfo (Command Files): Move the description of the startup
6244 from here...
6245 (Startup): ...to this new subsection of the Invocation chapter.
6246 Rearrange the description of init files more logically and add a
6247 cross-reference to "Command Files". Document the special gdbinit
6248 name for CISCO 68k. Expand the description of what GDB does
6249 during startup.
6250 (History): Add index entry for HISTSIZE.
6251
62522005-05-02 Mark Kettenis <kettenis@gnu.org>
6253
6254 * gdb.texinfo (Files): Remove documentation for auto-solib-limit.
6255
62562005-05-02 Eli Zaretskii <eliz@gnu.org>
6257
6258 * gdb.texinfo (SVR4 Process Information, The isatty call)
6259 (The system call): Don't use foo(N) notation for man pages and
6260 functions.
6261 (Compilation, DJGPP Native): Improve wording.
6262
62632005-04-27 Eli Zaretskii <eliz@gnu.org>
6264
6265 * gdb.texinfo (Backtrace): Describe backtraces with arguments that
6266 were optimized away.
6267
62682005-04-22 Eli Zaretskii <eliz@gnu.org>
6269
6270 * gdb.texinfo (Remote configuration): Document "set/show
6271 get-thread-local-storage-address". Add cross-reference to the
6272 description of the qGetTLSAddr packet.
6273 (General Query Packets): Mention "set remote
6274 get-thread-local-storage-address" and add a reference to its
6275 description.
6276
62772005-04-19 Nick Roberts <nickrob@snap.net.nz>
6278
6279 * gdb.texinfo (Backtrace): Describe 'bt full'.
6280
62812005-04-17 Nick Roberts <nickrob@snap.net.nz>
6282
6283 * gdb.texinfo (Mode Options): Fix typo.
6284 (GDB/MI): Describe how to invoke GDB/MI.
6285
62862005-04-16 Eli Zaretskii <eliz@gnu.org>
6287
6288 * gdb.texinfo (OS Information): Renamed from Auxiliary Vector; all
6289 references changed. Add description of "info udot".
6290 (Files): Document "set/show stop-on-solib-events".
6291 (M32R/D): Document "set/show download-path", "set/show
6292 board-address", "set/show server-address", "upload", "tload".
6293 Document "sdireset", "sdistatus", "debug_chaos", "use_debug_dma",
6294 "use_mon_code", "use_ib_break", "use_dbt_break".
6295 (Maintenance Commands): Improve indexing.
6296 (Target Commands): Document "set/show hash", "set/show debug
6297 monitor".
6298 (SVR4 Process Information): Document "info pidlist" and "info
6299 meminfo". Document "set/show procfs-tarce" and "set/show
6300 procfs-file". Document "proc-trace-*" and "proc-untrace-*".
6301 (Symbols, The Print Command with Objective-C): Improve indexing.
6302 (Objective-C): Add references to "info classes" and "info
6303 selectors".
6304 (Debugging Output): Improve wording. Document "set/show debug
6305 solib-frv". Fix "set/show debugvarobj".
6306 (Set Breaks): Add index entry for "hardware breakpoints".
6307 (Renesas ICE): Document "e7000", "ftplogin", "ftpload", "drain",
6308 and "set/show usehardbreakpoints".
6309 (MIPS Embedded): Document "se/show syn-garbage-limit", "set/show
6310 monitor-prompt", "set/show monitor-warnings", "pmon".
6311 (ARM): Document "rdilogfile", "rdilogenable", "set/show
6312 rdiromatzero", "set/show rdiheartbeat".
6313 (PowerPC): Document SDS-specific commands "set/show sdstimeout",
6314 "sds".
6315 (Embedded Processors): Document the "sim" command.
6316 (Remote): Document the "remote" command.
6317 (DJGPP Native): Document the "info serial" command.
6318 (Threads): Document "maint info sol-threads".
6319 (Files): Document "nosharedlibrary", "add-symbol-file-from-memory".
6320 (Set Breaks): Improve indexing.
6321 (Command Syntax): Add a reference to dont-repeat.
6322 (Define): Document "dont-repeat".
6323 (TUI Commands): Document "tabset".
6324 (WinCE): New subsection. Document "set/show remotedirectory",
6325 "set/show remoteupload", "set/show remoteaddhost".
6326
63272005-04-15 Eli Zaretskii <eliz@gnu.org>
6328
6329 * gdb.texinfo (Hurd Native): New subsection, documents
6330 Hurd-specific commands.
6331 (Maintenance Commands): Add cross-reference to "Debugging Output".
6332 (Debugging Output): Document "set/show debug lin-lwp".
6333 (MIPS): Improve documentation of heuristic-fence-post. Document
6334 "set/show mips abi", "set/show mips saved-gpreg-size", "set/show
6335 mips stack-arg-size", "set/show mips mask-address", "set/show mips
6336 remote-mips64-transfers-32bit-regs", "set/show debug mips".
6337 (ARM): Document ARM-specific commands.
6338 (AVR): New section. Document "info io_registers".
6339 (CRIS): New section. Document "set/show cris-version" and
6340 "set/show cris-dwarf2-cfi".
6341 (HPPA): New section. Document "set/show debug hppa" and "maint
6342 print unwind".
6343 (Neutrino): New subsection. Document "set/show debug nto-debug".
6344 (Super-H): New section. Document the "regs" command.
6345 (Debugging Output): Document "set/show debug aix-thread".
6346
63472005-04-09 Eli Zaretskii <eliz@gnu.org>
6348
6349 * gdb.texinfo (Print Settings): Document "set/show print
6350 pascal_static-members", "set print repeats", "show print
6351 null-stop". Improve indexing. Fix documentation of "set print
6352 union".
6353 (Pascal): New section.
6354 (Supported languages): Rename from "Support"; all references
6355 updated. Add a menu item for Pascal.
6356 (Numbers): Document "set radix.
6357 (Screen Size): Document "set/show pagination".
6358 (MIPS Embedded): Remove "set processor" documentation.
6359 (Remote configuration): Document "set/show X/P/Z-packet",
6360 "set/show read-aux-vector-packet", "set/show remote
6361 symbol-lookup-packet", "set/show remote verbose-resume-packet",
6362 "set/show remoteaddresssize", "set/show remotebaud", "set/show
6363 remotedebug", "set/show remotebreak", "set/show remotedevice",
6364 "set/show remotelogfile".
6365 (Auxiliary Vector): Add reference to the description of the
6366 read-aux-vector-packet setting.
6367 (Set Watchpoints): Add a cross-reference to "set remote
6368 hardware-breakpoint-limit".
6369 (General Query Packets): Add indexing of requests and
6370 cross-references to related commands in "Remote configuration".
6371 (File-I/O Overview, The system call): Fix wording and typos.
6372 (Thread Stops): Add index entries.
6373 (Continuing and Stepping): Document "show step-mode".
6374 (i386): New node. Document "set/show struct-convention".
6375 (Files): Document "show trust-readonly-sections".
6376 (Calling): Document "set/show unwindonsignal".
6377 (Messages/Warnings): Add index entries.
6378 (Maintenance Commands): Document "set/show watchdog".
6379 (Annotations Overview): Document "show annotate".
6380 (Set Watchpoints): Add index entries.
6381 (Symbols): Fix doc of case-sensitive.
6382 (ABI): Document "show coerce-float-to-double".
6383 (Convenience Vars, Help): Improve indexing.
6384 (Machine Code): Document "show disassembly-flavor".
6385 (Debugging C plus plus): Document "show overload-resolution".
6386 (Value History, Signaling): Add index entries.
6387
63882005-04-08 Eli Zaretskii <eliz@gnu.org>
6389
6390 * gdb.texinfo (Show): Move @kindex entries to their proper places.
6391 (Processes): Fix wording.
6392 (History, List, Logging output, Define, Symbols, Print Settings):
6393 Improve indexing.
6394
63952005-04-03 Eli Zaretskii <eliz@gnu.org>
6396
6397 * gdb.texinfo (Targets): Document "set/show architecture". Remove
6398 redundant index entry for "target" command.
6399 (Backtrace): Add index entries.
6400 (Symbols, Fortran): Document the "set case-sensitive" command.
6401 (DJGPP Native): Document "set com1base", "set com1irq", etc.
6402 (Print Settings): Add index entry for "set demangle-style".
6403 (Target Commands): Document "set download-write-size".
6404 (Debugging Output): Document "set exec-done-display".
6405
64062005-04-02 Eli Zaretskii <eliz@gnu.org>
6407
6408 * gdb.texinfo (Files): Fix the name and documentation of
6409 add-shared-symbol-files. Document its alias assf. Update the
6410 list of OSs where GDB supports shared libraries. Fix markup.
6411 (Continuing and Stepping): Add reference to @var{location} in the
6412 text.
6413 (Dump/Restore Files): Fix reference to @{filename}.
6414 (Help): Fix wording.
6415 (Attach): Ditto.
6416 (Set Watchpoints): Ditto.
6417 (Backtrace): Remove redundant index entries. Improve index
6418 entries.
6419 (Delete Breaks): Fix wording.
6420 (Memory): Document the compare-sections command.
6421 (Memory Region Attributes): Improve wording.
6422 (Disabling): Improve wording.
6423 (Fortran): New subsection. Document the "info common" command.
6424 (Help): Document aliases "info copying" and "info warranty".
6425 (Caching Remote Data): New section. Document the "set/show
6426 remotecache" and "info dcache" commands.
6427 (Show): Fix wording of the documentation of the "set
6428 extension-language" command.
6429 (Signals): Add index entry for "info handle".
6430 (Memory Region Attributes): Fix punctuation.
6431 (Symbols): Change the arg name to "location" and refer to it in
6432 the text. Fix wording of "info types" doc.
6433 (Threads): Fix usage of @enumerate @item's.
6434 (Listing Tracepoints): Add index entry for "info tp".
6435 (Set Watchpoints): Add xref to "info break" description.
6436 (Macros): Add an index entry for "macro exp1". Document the
6437 "macro list" command.
6438 (Maintenance Commands): Document "flushregs", "maint agent",
6439 "maint check-symtabs", "maint cplus", "maint demangle", "maint
6440 deprecate", "maint undeprecate", "maint dump-me", "maint packet",
6441 "maint print architecture", "maint print objfiles", "maint print
6442 statistics", "maint print type", "maint show-debug-regs", "maint
6443 space", "maint time", and "maint translate-address".
6444 (Connecting): Document the "monitor" command.
6445 (Annotations Overview): Describe the "set annotate" command.
6446
64472005-04-01 Eli Zaretskii <eliz@gnu.org>
6448
6449 * gdb.texinfo (Set Watchpoints): Document can-use-hw-watchpoints.
6450 Rearrange index entries and improve wording about support for
6451 hardware watchpoints.
6452
64532005-03-10 Bob Rossi <bob@brasko.net>
6454
6455 * gdb.texinfo: Update copyright
6456
64572005-02-09 Theodore A. Roth <troth@openavr.org>
6458
6459 * gdb.texinfo (General Query Packets): Fix texinfo compile warning and
6460 error.
6461
64622005-02-03 Kevin Buettner <kevinb@redhat.com>
6463
6464 * gdb.texinfo (General Query Packets): Document qGetTLSAddr packet.
6465
64662005-01-17 Michael Snyder <msnyder@redhat.com>
6467
6468 * gdb.texinfo: Fix spelling, infinte -> infinite.
6469
64702005-01-08 Mark Kettenis <kettenis@gnu.org>
6471
6472 * observer.texi (GDB Observers): Document "solib_loaded".
6473
64742005-01-07 Andrew Cagney <cagney@gnu.org>
6475
6476 * configure.ac: Rename configure.in, require autoconf 2.59.
6477 * configure: Re-generate.
6478
6479 * configure.in: Replace configdirs with multiple references to
6480 AC_CONFIG_SUBDIRS.
6481 * configure: Re-generate.
6482
64832005-01-04 Andrew Cagney <cagney@gnu.org>
6484
6485 * gdbint.texinfo (Versions and Branches): Make the date (YYYYMMDD)
6486 part of the version number.
6487
64882004-12-24 Mark Kettenis <kettenis@gnu.org>
6489
6490 * gdbint.texinfo (Algorithms): Remove description of
6491 TARGET_DISABLE_HW_WATCHPOINTS and TARGET_ENABLE_HW_WATCHPOINTS.
6492
64932004-12-07 Jim Blandy <jimb@redhat.com>
6494
6495 * gdb.texinfo (General Query Packets): Specify that thread ID's in
6496 the 'qC' and 'qThreadInfo' packets are unsigned hexidecimal
6497 numbers.
6498
64992004-12-07 Andreas Schwab <schwab@suse.de>
6500
6501 * gdb.texinfo (Mode Options): Document -l option.
6502
65032004-12-04 Eli Zaretskii <eliz@gnu.org>
6504
6505 * gdbint.texinfo (Algorithms): More accurate description of
6506 STOPPED_BY_WATCHPOINT. Point out that target_stopped_data_address
6507 is not needed unless data-read and data-access watchpoints are
6508 supported. Add a description of how GDB checks whether the
6509 inferior stopped because a watchpoint was hit.
6510
65112004-11-23 Eli Zaretskii <eliz@gnu.org>
6512
6513 * gdb.texinfo (Files): Add cross-reference to description of
6514 -readnow command-line switch.
6515
65162004-11-10 Randolph Chung <tausq@debian.org>
6517
6518 * gdb.texinfo: Document set/show backtrace past-entry commands.
6519 Rearrange index entries for set/show backtrace past-main.
6520
65212004-11-10 Jon Beniston <jon@beniston.com>
6522
6523 Committed by Andrew Cagney <cagney@gnu.org>.
6524 * gdb.texinfo (Remote Serial Protocol): Further describe
6525 binary transfer escaping mechanism .
6526
65272004-11-08 Randolph Chung <tausq@debian.org>
6528
6529 * gdb.texinfo (inferior_debugging info): Document "set debug infrun"
6530 and "show debug infrun". Add index entries.
6531
65322004-10-23 Eli Zaretskii <eliz@gnu.org>
6533
6534 * gdb.texinfo (SVR4 Process Information): Document subcommands of
6535 "info proc" that are already implemented. Add index entries.
6536 (Working Directory): Add a cross-reference to "info proc" command.
6537 (Files): Add a tip for decreasing memory used for symtabs from
6538 shared libraries.
6539 (Starting): Fix whitespace; make "elaboration" stand out where it
6540 is first used, and add an index entry for the term.
6541 (Calling): Expand and elaborate text. Add "print". Add the
6542 description of problems with weak aliases.
6543 (Core File Generation): New section.
6544
65452004-10-12 Andrew Cagney <cagney@gnu.org>
6546
6547 * gdbint.texinfo (Versions and Branches): New chapter.
6548 (Releasing GDB): Delete "Versions and Branches" section.
6549 (Top): Add "Versions and Branches".
6550
65512004-10-08 Eli Zaretskii <eliz@gnu.org>
6552
6553 * gdb.texinfo (Editing, History): Add cross-references to the
6554 included Readline and History user documentation. Remove
6555 references to the symbol have-readline-appendices which is unused
6556 and undefined.
6557 (History): Fix indexing.
6558
65592004-10-08 Jeff Johnston <jjohnstn@redhat.com>
6560
6561 * gdbint.texinfo (target_stopped_data_address): Update to
6562 new prototype.
6563 (i386_stopped_data_address): Update prototype and description.
6564 (i386_stopped_by_watchpoint): New function and description.
6565
65662004-10-03 Paul N. Hilfinger <hilfinger@gnat.com>
6567
6568 * gdb.texinfo (Filenames): Add Ada suffixes.
6569 (Ada) New section.
6570
65712004-09-27 Andrew Cagney <cagney@gnu.org>
6572 Robert Picco <Robert.Picco@hp.com>
6573
6574 * gdb.texinfo (Packets): Document the "p" packet.
6575
65762004-09-21 Jason Molenda (jmolenda@apple.com)
6577
6578 * gdb.texinfo (Paths and Names of the Source Files): Document the
6579 meaning of values in the 'desc' field of a SO stab.
6580
65812004-09-20 Daniel Jacobowitz <dan@debian.org>
6582
6583 * gdb.texinfo (Maintenance Commands): Document "maint set dwarf2
6584 max-cache-age" and "maint show dwarf2 max-cache-age".
6585
65862004-09-16 Eli Zaretskii <eliz@gnu.org>
6587
6588 * gdb.texinfo (Set Breaks): Add index entry for setting
6589 breakpoints on overloaded C++ functions that are not members of
6590 any classes. Add an example and an index entry for setting
6591 breakpoints on all program functions.
6592 (Character Sets, Macros, Overlay Commands)
6593 (Non-debug DLL symbols, GDB/MI Output Syntax)
6594 (Annotations Overview, Maintenance Commands, File-I/O Overview):
6595 Use "(@value{GDBP})" instead of a literal "(gdb)".
6596
65972004-09-12 Andrew Cagney <cagney@gnu.org>
6598
6599 * gdbint.texinfo (Native Debugging): Delete description of
6600 FILES_INFO_HOOK.
6601
66022004-09-11 Paul Hilfinger <hilfinger@gnat.com>
6603
6604 * gdbint.texinfo (User Interface): Change local_hex_string_custom
6605 to hex_string_custom (not historically correct, but more
6606 understandable, given the current code).
6607
66082004-09-03 Andrew Cagney <cagney@gnu.org>
6609
6610 * gdbint.texinfo (Native Debugging): Delete SVR4_SHARED_LIBS.
6611
66122004-09-01 Jeff Johnston <jjohnstn@redhat.com>
6613
6614 * observer.texi (solib_unloaded): New observer.
6615
66162004-08-24 Andrew Cagney <cagney@gnu.org>
6617
6618 * gdbint.texinfo (Target Architecture Definition): Add missing
6619 comma.
6620
66212004-08-20 Michael Chastain <mec.gnu@mindspring.com>
6622
6623 * (Using the Testsuite): build != host is supported,
6624 but some test scripts do not support build != host.
6625
66262004-08-14 Mark Kettenis <kettenis@gnu.org>
6627
6628 * gdbint.texinfo (Host Definition): Delete description of
6629 FCLOSE_PROVIDED and GETENV_PROVIDED.
6630
66312004-08-05 Mark Kettenis <kettenis@chello.nl>
6632
6633 * gdbint.texinfo (Host Definition): Delete description of
6634 NO_SYS_FILE.
6635 (Native Debugging): Delete description of KERNEL_U_ADDR_BSD and
6636 PTRACE_FP_BUG.
6637
66382004-08-05 Andrew Cagney <cagney@gnu.org>
6639
6640 * gdbint.texinfo (Target Architecture Definition): Delete
6641 reference to deprecated_read_fp.
6642
66432004-08-02 Andrew Cagney <cagney@gnu.org>
6644
6645 * gdbint.texinfo (Target Architecture Definition): Delete
6646 description of DEPRECATED_REGISTER_BYTES.
6647
66482004-07-30 Baurjan Ismagulov <ibr@ata.cs.hun.edu.tr>
6649
6650 * gdb.texinfo (Source Path): Document the new behavior of
6651 searching for the source files.
6652
66532004-07-17 Eli Zaretskii <eliz@gnu.org>
6654
6655 * gdb.texinfo (Edit): Fix markup of EDITOR and improve wording.
6656 (Search, Expressions, Arrays, Variables, Data, Machine Code)
6657 (Auto Display): Improve indexing.
6658
66592004-07-16 Andrew Cagney <cagney@gnu.org>
6660
6661 * gdb.texinfo (Mode Options): Delete documentation on "-async" and
6662 "-noasync".
6663
66642004-07-09 Eli Zaretskii <eliz@gnu.org>
6665
6666 * gdb.texinfo: Fix @kindex entries so that multiple commands that
6667 have the same prefix have only their prefix in the index.
6668
66692004-07-03 Mark Kettenis <kettenis@gnu.org>
6670
6671 * gdb.texinfo (BSD libkvm Interface): New node (section)
6672 (Native): Add it to the menu.
6673
66742004-07-01 Mark Kettenis <kettenis@gnu.org>
6675
6676 * gdbint.texinfo (Target Architecture Definition): Remove
6677 PCC_SOL_BROKEN.
6678
66792004-06-24 Mark Kettenis <kettenis@gnu.org>
6680
6681 * gdbint.texinfo (Target Architecture Definition): Remove
6682 SUN_FIXED_LBRAC_BUG.
6683
66842004-06-26 Andrew Cagney <cagney@gnu.org>
6685
6686 * gdbint.texinfo (Coding): Replace xasprintf with xstrprintf.
6687
66882004-06-20 Andrew Cagney <cagney@gnu.org>
6689
6690 * gdbint.texinfo (Target Architecture Definition): Deprecate
6691 USE_STRUCT_CONVENTION.
6692
66932004-06-19 Michael Chastain <mec.gnu@mindspring.com>
6694
6695 gdb.texinfo (Bug Reporting): Mention session recording,
6696 with the script command or Emacs.
6697
66982004-06-18 Andrew Cagney <cagney@gnu.org>
6699
6700 * gdbint.texinfo (Target Architecture Definition): Deprecate
6701 FUNCTION_START_OFFSET.
6702
67032004-06-14 Andrew Cagney <cagney@gnu.org>
6704
6705 Based on changes from Karl Berry.
6706 * gdb.texinfo: Do not use @sc in a direntry.
6707 * stabs.texinfo: Change @dircateogry to "Software development".
6708 * gdbint.texinfo, gdb.texinfo, annotate.texinfo: Ditto.
6709
67102004-06-13 Andrew Cagney <cagney@gnu.org>
6711
6712 * gdbint.texinfo (Target Architecture Definition): Delete
6713 description of RETURN_VALUE_ON_STACK.
6714
67152004-06-09 Andrew Cagney <cagney@gnu.org>
6716
6717 * gdbint.texinfo (Native Debugging): Restore "@table @code"
6718 deleted by previous patch.
6719
67202004-06-08 Andrew Cagney <cagney@gnu.org>
6721
6722 * gdbint.texinfo (Native Debugging): Delete documentation on
6723 ATTACH_DETACH.
6724
67252004-06-06 Randolph Chung <tausq@debian.org>
6726
6727 * gdb.texinfo (push_dummy_call): Use @code{struct value}.
6728
67292004-06-06 Randolph Chung <tausq@debian.org>
6730
6731 * gdb.texinfo (push_dummy_call): Update argument list to match
6732 the new push_dummy_call method signature. Describe the function
6733 argument.
6734
67352004-05-24 Joel Brobecker <brobecker@gnat.com>
6736
6737 * gdb.texinfo (Starting): Document new start command.
6738
67392004-05-21 Andrew Cagney <cagney@redhat.com>
6740
6741 * observer.texi (GDB Observers): Document "inferior_created".
6742
67432004-05-08 Andrew Cagney <cagney@redhat.com>
6744
6745 * gdbint.texinfo (Target Architecture Definition): Delete
6746 description of DO_DEFERRED_STORES.
6747
6748 * gdbint.texinfo (Target Architecture Definition): Delete
6749 references to DEPRECATED_FIX_CALL_DUMMY.
6750
6751 * gdbint.texinfo (Target Architecture Definition): Delete
6752 description of DEPRECATED_CALL_DUMMY_WORDS,
6753 DEPRECATED_SIZEOF_CALL_DUMMY_WORDS, and CALL_DUMMY.
6754
6755 * gdbint.texinfo (Target Architecture Definition): Delete
6756 description of DEPRECATED_PUSH_DUMMY_FRAME.
6757
6758 * gdbint.texinfo (Target Architecture Definition): Delete
6759 reference to DEPRECATED_CALL_DUMMY_BREAKPOINT_OFFSET.
6760
67612004-05-07 Andrew Cagney <cagney@redhat.com>
6762
6763 * observer.texi (GDB Observers): Add "Debugging" section. Include
6764 cross reference to "set/show debug observer".
6765 * gdb.texinfo (Debugging Output): Document "set/show debug
6766 observer".
6767
67682004-05-01 Andrew Cagney <cagney@redhat.com>
6769
6770 * gdbint.texinfo (Target Architecture Definition): Delete
6771 description of DEPRECATED_PC_IN_SIGTRAMP.
6772
67732004-04-30 Andrew Cagney <cagney@redhat.com>
6774
6775 * gdbint.texinfo (Target Architecture Definition): Delete
6776 documentation for BELIEVE_PCC_PROMOTION_TYPE, no longer defined.
6777
67782004-04-30 Orjan Friberg <orjanf@axis.com>
6779
6780 * observer.texi (GDB Observers): Correct spelling.
6781
67822004-04-26 Orjan Friberg <orjanf@axis.com>
6783
6784 * observer.texi (GDB Observers): Add target_changed event.
6785
67862004-04-08 Andrew Cagney <cagney@redhat.com>
6787
6788 * observer.texi (GDB Observers): Rework, provide generic observer
6789 definitions and then a list of observable events.
6790
67912004-04-04 Andrew Cagney <cagney@redhat.com>
6792
6793 * gdbint.texinfo (Host Definition): Delete reference to
6794 NO_SIGINTERRUPT.
6795
67962004-04-02 Andrew Cagney <cagney@redhat.com>
6797
6798 * gdbint.texinfo (Target Architecture Definition): Delete
6799 reference to DEPRECATED_CALL_DUMMY_LENGTH.
6800
68012004-03-28 Stephane Carrez <stcarrez@nerim.fr>
6802
6803 * gdb.texinfo (TUI Commands): Document tui reg commands.
6804
68052004-03-26 Andrew Cagney <cagney@redhat.com>
6806
6807 * gdb.texinfo (TUI): Delete reference to --enable-tui. Mention
6808 "gdbtui".
6809 (Mode Options): Mention "gdbtui". Use "Text" not "Terminal".
6810 (Contributors): Mention both Text and Terminal User Interface.
6811
68122004-03-23 Andrew Cagney <cagney@redhat.com>
6813
6814 * gdbint.texinfo (Target Architecture Definition): Deprecate
6815 references to SIGTRAMP_START and SIGTRAMP_END.
6816
68172004-03-23 Andrew Cagney <cagney@redhat.com>
6818
6819 * gdbint.texinfo (Target Architecture Definition): Deprecate
6820 references to PC_IN_SIGTRAMP.
6821
68222004-03-19 Andrew Cagney <cagney@redhat.com>
6823
6824 * gdbint.texinfo (Target Architecture Definition): Delete
6825 reference to GDB_TARGET_IS_HPPA.
6826
68272004-03-18 Andrew Cagney <cagney@redhat.com>
6828
6829 * gdbint.texinfo (Coding): Update section on gdbarch_data,
6830 describe pre_init and post_init.
6831
68322004-03-09 Daniel Jacobowitz <drow@mvista.com>
6833
6834 * gdb.texinfo (Debugging Output): Document values for "set debug
6835 target".
6836
68372004-02-28 Andrew Cagney <cagney@redhat.com>
6838
6839 * gdb.texinfo (Contributors): Mention GDB 6.1 release engineer.
6840
68412004-02-26 Jeff Johnston <jjohnstn@redhat.com>
6842
6843 * gdb.texinfo (breakpoints): Add information about the
6844 new "set breakpoint pending" and "show breakpoint pending"
6845 commands.
6846
68472004-02-26 Andrew Cagney <cagney@redhat.com>
6848
6849 * gdbint.texinfo (Coding): Document use of gdbarch_obstack_zalloc
6850 in Per-architecture module data section.
6851
68522004-02-25 Roland McGrath <roland@redhat.com>
6853
6854 * gdb.texinfo (General Query Packets): Document qPart:... packets.
6855
68562004-02-24 Andrew Cagney <cagney@redhat.com>
6857
6858 * annotate.texinfo: Wrap fdl.texi include in raise/lower sections.
6859 * gdb.texinfo, gdbint.texinfo, stabs.texinfo: Ditto.
6860 * fdl.texi: Import Version 1.2, November 2002.
6861
68622004-02-17 Andrew Cagney <cagney@redhat.com>
6863
6864 * gdb.texinfo (Mode Options): Note that "mi1" is deprecated.
6865
68662004-02-16 Andrew Cagney <cagney@redhat.com>
6867
6868 * gdbint.texinfo (Target Architecture Definition): Deprecate
6869 FRAMELESS_FUNCTION_INVOCATION.
6870
68712004-02-16 Andrew Cagney <cagney@redhat.com>
6872
6873 * gdbint.texinfo (Coding): Mention -Wunused-function.
6874
68752004-02-14 Andrew Cagney <cagney@redhat.com>
6876
6877 * gdbint.texinfo (Target Architecture Definition): Delete
6878 description of DEPRECATED_CALL_DUMMY_STACK_ADJUST.
6879
68802004-02-12 Elena Zannoni <ezannoni@redhat.com>
6881
6882 * gdb.texinfo: Properly quote the name "C++".
6883 * gdbint.texinfo: Ditto.
6884 * stabs.texinfo: Ditto.
6885
68862004-02-11 Elena Zannoni <ezannoni@redhat.com>
6887
6888 * gdbint.texinfo (Support Libraries): Add doco about obstacks and
6889 minimal information about libiberty.
6890
68912004-02-06 Michael Chastain <mec.gnu@mindspring.com>
6892
6893 * gdb.texinfo (Auxiliary Vector): Fix thinko with @value{GDBN}.
6894
68952004-02-04 Roland McGrath <roland@redhat.com>
6896
6897 * gdb.texinfo (Auxiliary Vector): New node (section).
6898 (Data): Add it to the menu.
6899
69002004-02-02 Jeff Johnston <jjohnstn@redhat.com>
6901
6902 * gdb.texinfo (Breakpoints): Add information about pending
6903 breakpoint support.
6904
69052004-01-26 Andrew Cagney <cagney@redhat.com>
6906
6907 * gdb.texinfo (Overview): Delete references to the cisco protocol
6908 including the "N" response.
6909
69102004-01-26 Andrew Cagney <cagney@redhat.com>
6911
6912 * gdbint.texinfo (Target Architecture Definition): Rename
6913 EXTRACT_STRUCT_VALUE_ADDRESS to
6914 DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS.
6915
69162004-01-24 Eli Zaretskii <eliz@gnu.org>
6917
6918 * gdb.texinfo (KOD): Document "show os". Add index entries for
6919 "set/show os" and "info cisco" commands.
6920
69212004-01-21 Eli Zaretskii <eliz@gnu.org>
6922
6923 * Makefile.in (install-info): Prepend $(DESTDIR) to $(infodir).
6924
69252004-01-19 Michael Chastain <mec.gnu@mindspring.com>
6926
6927 * gdbint.texinfo: Delete USE_MMALLOC, NO_MMCHECK, MMCHECK_FORCE,
6928 MMAP_BASE_ADDRESS, MMAP_INCREMENT.
6929
69302004-01-19 Nick Roberts <nick@nick.uklinux.net>
6931
6932 * gdb.texinfo (GDB/MI Stack Manipulation): Describe extension to
6933 -stack-list-locals.
6934 (GDB/MI Variable Objects): Describe extension to
6935 -var-list-children.
6936
69372004-01-17 Daniel Jacobowitz <drow@mvista.com>
6938
6939 * gdbint.texinfo (DECR_PC_AFTER_HW_BREAK): Don't document.
6940
69412004-01-17 Andrew Cagney <cagney@redhat.com>
6942
6943 * gdbint.texinfo (Target Architecture Definition): Delete
6944 documentation on DEPRECATED_NPC_REGNUM.
6945
69462004-01-13 Daniel Jacobowitz <drow@mvista.com>
6947
6948 * gdb.texinfo: Update copyright year. Mention that set
6949 follow-fork-mode is supported on GNU/Linux. Remove documentation of
6950 "set follow-fork-mode ask".
6951
69522004-01-13 Andrew Cagney <cagney@redhat.com>
6953
6954 * gdbint.texinfo: Update copyright year.
6955 (Coding): Add -Wunused-label to list of -Werror warnings.
6956
69572004-01-08 Jason Molenda <jmolenda@apple.com>
6958 Eli Zaretskii <eliz@gnu.org>
6959
6960 * gdb.texinfo: Update copyright.
6961 (Objective-C): "methodName" typeo fixed. Add @code/@var markup
6962 around names, as appropriate. Minor syntax cleanup of
6963 _NSPrintForDebugger explanation. Two spaces after periods.
6964 GDBN used instead of lit. "gdb". Index entries added for
6965 print-object and _NSPrintForDebugger. @noindent added in one spot.
6966
69672003-11-11 Elena Zannoni <ezannoni@redhat.com>
6968
6969 * stabs.texinfo: Add dircategory and direntry commands.
6970 * annotate.texinfo: Ditto.
6971
69722003-11-10 Andrew Cagney <cagney@redhat.com>
6973
6974 * gdbint.texinfo (Target Architecture Definition): Replace the
6975 return_value method's "inval" and "outval" parameters with
6976 "readbuf" and "writebuf".
6977
69782003-10-28 Jim Blandy <jimb@redhat.com>
6979
6980 * gdb.texinfo (The F request packet, The F reply packet): Renamed
6981 from "The `F' request packet" and "The `F' reply packet", to make
6982 texi2dvi happy.
6983 (File-I/O remote protocol extension): Update menu entries, too.
6984
69852003-10-26 Michael Chastain <mec@shout.net>
6986
6987 * gdb.texinfo (Thread Stops): Document the issue with
6988 premature return from system calls in multi-threaded programs.
6989
69902003-10-24 Andrew Cagney <cagney@redhat.com>
6991
6992 * annotate.texinfo: Fix "fortunatly"[sic].
6993
69942003-10-23 Kei Sakamoto <sakamoto.kei@renesas.com>
6995
6996 * gdb.texinfo (Contributors to GDB): Replace "Renesas"
6997 with "Hitachi" and "Mitsubishi".
6998
69992003-10-20 Andrew Cagney <cagney@redhat.com>
7000
7001 * gdbint.texinfo (Target Architecture Definition): Document
7002 gdbarch_return_value. Add cross references from
7003 USE_STRUCT_CONVENTION, EXTRACT_RETURN_VALUE, and
7004 STORE_RETURN_VALUE, and from/to EXTRACT_STRUCT_VALUE_ADDRESS.
7005
70062003-10-18 Mark Kettenis <kettenis@gnu.org>
7007
7008 * gdbint.texinfo (Target Architecture Definition): Document
7009 regset_from_core_section.
7010
70112003-10-16 Kei Sakamot Sakamoto <sakamoto.kei@renesas.com>
7012
7013 * gdb.texinfo (M32R/D): Mention m32rsdi target.
7014
70152003-10-15 Kevin Buettner <kevinb@redhat.com>
7016
7017 From Anthony Green <green@redhat.com>:
7018 * gdb.texinfo (Breakpoints related warnings): Insert into menu.
7019
70202003-10-14 Kevin Buettner <kevinb@redhat.com>
7021
7022 * gdb.texinfo (Breakpoint related warnings): New node.
7023 * gdbint.texinfo (ADJUST_BREAKPOINT_ADDRESS): Document.
7024
70252003-10-13 Daniel Jacobowitz <drow@mvista.com>
7026
7027 * gdb.texinfo (Remote Protocol): Document v and vCont.
7028
70292003-10-10 Kei Sakamoto <sakamoto.kei@renesas.com>
7030
7031 * gdb.texinfo: Replace "Hitachi" and "Mitsubishi" with "Renesas".
7032 * gdbint.texinfo: Ditto.
7033
70342003-10-09 Andrew Cagney <cagney@redhat.com>
7035
7036 From 2003-09-18 David Anderson <davea@sgi.com>:
7037 * gdb.texinfo (GDB/MI Symbol Query): Replace "comamnd" with
7038 "command".
7039
70402003-10-03 Andrew Cagney <cagney@redhat.com>
7041
7042 * gdbint.texinfo (Target Architecture Definition): Deprecate
7043 IBM6000_TARGET. Mention that it implies an RS/6000 system and not
7044 just target.
7045
70462003-10-02 Andrew Cagney <cagney@redhat.com>
7047
7048 * gdbint.texinfo (Target Architecture Definition): Rename
7049 REGISTER_RAW_SIZE to DEPRECATED_REGISTER_RAW_SIZE.
7050 * gdb.texinfo (Packets, Stop Reply Packets): Ditto.
7051 * gdbint.texinfo (Target Architecture Definition): Rename
7052
70532003-09-30 Andrew Cagney <cagney@redhat.com>
7054
7055 REGISTER_VIRTUAL_SIZE to DEPRECATED_REGISTER_VIRTUAL_SIZE.
7056 (Target Architecture Definition):
7057
7058 * gdbint.texinfo (Target Architecture Definition): Rename
7059 REGISTER_VIRTUAL_TYPE to DEPRECATED_REGISTER_VIRTUAL_TYPE.
7060
70612003-09-29 Andrew Cagney <cagney@redhat.com>
7062
7063 * gdbint.texinfo (Target Architecture Definition): Delete
7064 documentation for NEED_TEXT_START_END.
7065
7066 * gdbint.texinfo (Target Architecture Definition): Rename
7067 NPC_REGNUM to DEPRECATED_NPC_REGNUM. Add cross reference to
7068 TARGET_WRITE_PC.
7069
70702003-09-22 Michael Chastain <mec@shout.net>
7071
7072 * gdbint.texinfo (Testsuite Organization): Change gdb.c++ to gdb.cp.
7073
70742003-09-21 Anthony Green <green@redhat.com>
7075
7076 * gdbint.texinfo (Target Architecture Definition): Fix typos.
7077
70782003-09-21 Mark Kettenis <kettenis@gnu.org>
7079
7080 * gdbint.texinfo (Target Architecture Definition): Document
7081 stabs_argument_has_addr.
7082
70832003-09-18 Andrew Cagney <cagney@redhat.com>
7084
7085 * gdbint.texinfo (Target Architecture Definition): Delete
7086 documentation on REGISTER_NAMES.
7087
70882003-09-13 Mark Kettenis <kettenis@gnu.org>
7089
7090 * gdbint.texinfo (Target Architecture Definition): Replace
7091 REG_STRUCT_HAS_ADDR with DEPRECATED_REG_STRUCT_HAS_ADDR.
7092
70932003-09-11 Andrew Cagney <cagney@redhat.com>
7094
7095 * gdbint.texinfo (Target Architecture Definition): Replace
7096 STACK_ALIGN with DEPRECATED_STACK_ALIGN.
7097
70982003-08-18 Andrew Cagney <cagney@redhat.com>
7099
7100 * gdbint.texinfo (Target Architecture Definition): Document
7101 "frame_red_zone_size".
7102
71032003-08-09 Andrew Cagney <cagney@redhat.com>
7104
7105 * gdb.texinfo (Backtrace): Replace "set/show backtrace-below-main"
7106 with "set/show backtrace past-main" and "set/show backtrace
7107 limit".
7108
71092003-08-08 H.J. Lu <hongjiu.lu@intel.com>
7110
7111 * Makefile.in (install-info): Support DESTDIR.
7112 (install-html): Likewise.
7113
71142003-08-07 Andrew Cagney <cagney@redhat.com>
7115
7116 Patch from Nick Roberts.
7117 * gdb.texinfo (Using GDB under GNU Emacs): Fix/update key
7118 bindings. Remove description of send-gdb-command.
7119
71202003-08-07 Andrew Cagney <cagney@redhat.com>
7121
7122 * gdb.texinfo (Mode Options): Mention that "mi2" was included in
7123 GDB 6.0.
7124
71252003-08-06 Andrew Cagney <cagney@redhat.com>
7126
7127 * gdb.texinfo (Mode Options): Mention that level three is the
7128 highest available and that level 2 is deprecated.
7129 (Annotations Overview): Mention annotation levels. Cross reference
7130 to "Limitations of the Annotation Interface" in annotate.texi.
7131 (TODO, Value Annotations, Frame Annotations): Delete section.
7132 (Displays, Breakpoint Info): Delete.
7133
71342003-08-04 Andrew Cagney <cagney@redhat.com>
7135
7136 * agentexpr.texi: Delete @bye.
7137 * Makefile.in (STABS_DOC_SOURCE_INCLUDES): Add "fdl.texi"
7138 (stabs.info): Add $(srcdir) to include search path.
7139 (html): Depend on "annotate_toc.html", and not "annotate.html".
7140 * stabs.texinfo: Ditto. Include "fdl.texi".
7141 * gdbint.texinfo: Update copyright statement's list of invariant
7142 sections.
7143
71442003-07-28 Andrew Cagney <cagney@redhat.com>
7145
7146 * Makefile.in (INFO_DEPS): Add annotate.info.
7147 (dvi, ps, html, pdf): Add annotate.
7148 (ANNOTATE_DOC_SOURCE_INCLUDES): New macro.
7149 (ANNOTATE_DOC_BUILD_INCLUDES): New macro.
7150 (ANNOTATE_DOC_FILES): New macro.
7151 (ANNOTATE_TEX_TMPS): New macro.
7152 (annotate.info, annotate_toc.html): Specify dependencies.
7153 (annotate.ps, annotate.pdf, annotate.dvi): Ditto.
7154 * annotate.texinfo: Rename annotate.texi. Get building. Add
7155 "Migrating to GDB/MI" and "Limitations of the Annotation
7156 Interface" chapters. Mention why it is not part of the user
7157 guide. Update copyright notice. Include "fdl.texi".
7158
71592003-07-26 Stephane Carrez <stcarrez@nerim.fr>
7160
7161 * gdb.texinfo (TUI Keys): Document C-x o key to switch active window.
7162
71632003-07-24 Daniel Jacobowitz <drow@mvista.com>
7164
7165 * gdbint.texinfo (libgdb components): Correct a GDB to GDBN.
7166
71672003-07-24 Daniel Jacobowitz <drow@mvista.com>
7168
7169 * gdb.texinfo (Server): Mention pidof.
7170
71712003-07-22 Andrew Cagney <cagney@redhat.com>
7172
7173 * gdbint.texinfo (Coding): Add -Wformat-nonliteral to -Werror
7174 list.
7175
71762003-06-28 Daniel Jacobowitz <drow@mvista.com>
7177
7178 * gdb.texinfo (Logging output): New chapter.
7179
71802003-06-24 Joel Brobecker <brobecker@gnat.com>
7181
7182 * gdb.texinfo (Unsupported languages): New section.
7183 (Languages): Add link to new section.
7184
71852003-06-22 Andrew Cagney <cagney@redhat.com>
7186
7187 * gdb.texinfo (Contributors): Mention 6.0 release engineer.
7188
71892003-06-22 Daniel Jacobowitz <drow@mvista.com>
7190
7191 * gdbint.texinfo (Coding): Clarify use of gdb_XXX.h headers.
7192
71932003-06-22 Daniel Jacobowitz <drow@mvista.com>
7194
7195 * Makefile.in (SFILES_INCLUDED): Add agentexpr.texi.
7196 * agentexpr.texi: Retitle section, and change it to an appendix.
7197 Comment out texinfo initialization. Factor a @var{} into two
7198 pieces to prevent makeinfo warnings.
7199 * gdb.texinfo: Add Agent Expressions appendix.
7200
72012003-06-19 Daniel Jacobowitz <drow@mvista.com>
7202
7203 * gdbint.texinfo (Native Conditionals): Remove PREPARE_TO_PROCEED.
7204
72052003-06-18 Daniel Jacobowitz <drow@mvista.com>
7206
7207 * gdb.texinfo (Remote Debugging): New section "Connecting to a
7208 remote target". Document the "detach" and "disconnect" commands.
7209 (Server, Netware, Debug Session): Reference "Connecting to a
7210 remote target".
7211 (GDB/MI Target Manipulation): Document "-target-disconnect".
7212
72132003-06-13 Andrew Cagney <cagney@redhat.com>
7214
7215 * gdbint.texinfo (Target Architecture Definition): Deprecate
7216 REMOTE_BREAKPOINT, LITTLE_REMOTE_BREAKPOINT, and
7217 BIG_REMOTE_BREAKPOINT. Cross reference BREAKPOINT_FROM_PC.
7218
72192003-06-09 Jim Blandy <jimb@redhat.com>
7220
7221 * gdb.texinfo (Separate Debug Files): Remove extra semicolon.
7222
72232003-06-08 Andrew Cagney <cagney@redhat.com>
7224
7225 * gdbint.texinfo (Target Architecture Definition): Delete
7226 documentation on FRAME_ARGS_ADDRESS_CORRECT.
7227
72282003-06-08 Andrew Cagney <cagney@redhat.com>
7229
7230 * gdbint.texinfo (Target Architecture Definition): Document
7231 "unwind_sp". Cross reference "unwind_sp" and TARGET_READ_SP.
7232
72332003-06-07 Adam Fedor <fedor@gnu.org>
7234
7235 * gdb.texinfo: Add Objective-C documentation.
7236
72372003-06-01 Andrew Cagney <cagney@redhat.com>
7238
7239 * gdbint.texinfo (Target Architecture Definition): Add "func_addr"
7240 parameter to "push_dummy_call". Rename "dummy_addr" to "bp_addr".
7241
72422003-05-21 Andrew Cagney <cagney@redhat.com>
7243
7244 * gdbint.texinfo (Target Architecture Definition): Delete
7245 references to "extract_address" and "store_address".
7246
72472003-05-16 Andrew Cagney <cagney@redhat.com>
7248
7249 * gdbint.texinfo (Target Architecture Definition): Replace
7250 REGISTER_BYTES with DEPRECATED_REGISTER_BYTES. Fix typo,
7251 DEPRECATED_REGISTER_SIZE instead of REGISTER_BYTE.
7252
72532003-05-14 Theodore A. Roth <troth@openavr.org>
7254
7255 * gdbint.texinfo (Breakpoint Handling): Correct a double negative.
7256
72572003-05-10 H.J. Lu <hongjiu.lu@intel.com>
7258
7259 * Makefile.in (gdb-cfg.texi): Replace $$LN_S with $(LN_S).
7260 (gdb.dvi): Likewise.
7261 (gdb.pdf): Likewise.
7262 (links2roff): Likewise.
7263
72642003-05-08 Jim Blandy <jimb@redhat.com>
7265
7266 * gdb.texinfo (Dump/Restore Files): Update documentation for
7267 'dump', 'append', and 'restore': note that format argument is
7268 optional; simplify presentation of the command variants; and be
7269 more precise about the formats.
7270
72712003-05-07 Jim Blandy <jimb@redhat.com>
7272
7273 * gdb.texinfo (Symbols): Update documentation: 'maint list
7274 symtabs' and 'maint list psymtabs' have been renamed 'maint info
7275 symtabs' and 'maint info psymtabs'.
7276
72772003-05-05 Andrew Cagney <cagney@redhat.com>
7278
7279 * gdbint.texinfo (Target Architecture Definition): Make
7280 CALL_DUMMY_WORDS, SIZEOF_CALL_DUMMY_WORDS, CALL_DUMMY_LENGTH,
7281 FIX_CALL_DUMMY, CALL_DUMMY_BREAKPOINT_OFFSET and
7282 CALL_DUMMY_BREAKPOINT_OFFSET deprecated.
7283
72842003-05-04 Andrew Cagney <cagney@redhat.com>
7285
7286 * gdb.texinfo (Maintenance Commands): Document "maint print
7287 dummy-frames".
7288
72892003-05-04 Andrew Cagney <cagney@redhat.com>
7290
7291 * gdb.texinfo (GDB/MI Symbol Query): Use @{ and @}.
7292
72932003-05-03 J. Brobecker <brobecker@gnat.com>
7294
7295 Thierry Schneider <tpschneider1@yahoo.com>
7296 * gdb.texinfo (section GDB/MI Symbol Query): Add documentation
7297 for new MI command.
7298
72992003-05-03 Andrew Cagney <cagney@redhat.com>
7300
7301 * gdbint.texinfo (Target Architecture Definition): Document
7302 push_dummy_code. Add cross references.
7303
73042003-05-02 Elena Zannoni <ezannoni@redhat.com>
7305
7306 * gdb.texinfo (Character Sets): Update to reflect new behavior of
7307 set/show charsets commands.
7308
73092003-04-28 Andrew Cagney <cagney@redhat.com>
7310
7311 * gdbint.texinfo (Target Architecture Definition): Replace
7312 read_fp, TARGET_READ_FP and FP_REGNUM, with deprecated_read_fp,
7313 DEPRECATED_TARGET_READ_FP and DEPRECATED_REGNUM.
7314
73152003-04-28 Andrew Cagney <cagney@redhat.com>
7316
7317 * gdbint.texinfo (Target Architecture Definition): Rename
7318 "tm_print_insn" to "deprecated_tm_print_insn".
7319
73202003-04-09 Jim Blandy <jimb@redhat.com>
7321
7322 * gdb.texinfo (Symbols): Document 'maint list symtabs' and 'maint
7323 list psymtabs'.
7324
73252003-04-08 Andrew Cagney <cagney@redhat.com>
7326
7327 * gdbint.texinfo (Target Architecture Definition): Delete
7328 references to EXTRA_FRAME_INFO.
7329
73302003-04-08 Andrew Cagney <cagney@redhat.com>
7331
7332 * gdbint.texinfo (Target Architecture Definition): Delete
7333 PRINT_TYPELESS_INTEGER.
7334
73352003-04-02 J. Brobecker <brobecker@gnat.com>
7336
7337 * observer.texi (GDB Observers): Adjust the documentation for the
7338 normal_stop notification to better describe reality. Fix a couple
7339 of minor typos.
7340
73412003-04-02 Bob Rossi <bob_rossi@cox.net>
7342
7343 * gdb.texinfo (GDB/MI Program Control): Add
7344 '-file-list-exec-source-file'
7345
73462003-03-31 Andrew Cagney <cagney@redhat.com>
7347
7348 * gdbint.texinfo (Target Architecture Definition): Delete
7349 references to CALL_DUMMY_P.
7350
73512003-03-30 Andrew Cagney <cagney@redhat.com>
7352
7353 * gdbint.texinfo (Target Architecture Definition): Remove
7354 reference to TARGET_WRITE_SP.
7355
73562003-03-27 Andrew Cagney <cagney@redhat.com>
7357
7358 * gdbint.texinfo (Target Architecture Definition): Remove
7359 references to write_sp.
7360
73612003-03-27 Andrew Cagney <cagney@redhat.com>
7362
7363 * gdb.texinfo (GDB/MI Variable Objects): Replace @include with
7364 chapter body. Use @smallexample instead of @example.
7365 (Annotations): Ditto.
7366 * Makefile.in (GDB_DOC_SOURCE_INCLUDES): Remove gdbmi.texinfo and
7367 annotate.texi.
7368
73692003-03-26 Andrew Cagney <cagney@redhat.com>
7370
7371 * gdbint.texinfo (Target Architecture Definition): Replace
7372 PUSH_ARGUMENTS with push_dummy_call, add gdbarch, regcache and
7373 dummy_addr parameters.
7374
73752003-03-25 Andrew Cagney <cagney@redhat.com>
7376
7377 * gdbint.texinfo (Target Architecture Definition): Delete
7378 reference to CALL_DUMMY_STACK_ADJUST_P. Rename
7379 CALL_DUMMY_STACK_ADJUST to DEPRECATED_CALL_DUMMY_STACK_ADJUST.
7380 Add reference to PUSH_ARGUMENTS.
7381
73822003-03-23 Andrew Cagney <cagney@redhat.com>
7383
7384 * gdbint.texinfo (Algorithms, Target Architecture Definition):
7385 Deprecate FRAME_CHAIN and FRAME_CHAIN_VALID.
7386
73872003-03-18 J. Brobecker <brobecker@gnat.com>
7388
7389 * gdbint.texinfo (Algorithms): Add new section describing the
7390 Observer paradigm.
7391 (Top): Add menu entry to new observer appendix.
7392 * observer.texi: New file.
7393 * Makefile.in (GDBINT_DOC_SOURCE_INCLUDES): Add dependency on
7394 new observer.texi file.
7395
73962003-03-17 Andrew Cagney <cagney@redhat.com>
7397
7398 * gdb.texinfo (DATE): Delete. Remove date from titles. Mention
7399 that GNU Press update the manual version number.
7400
74012003-03-12 Andrew Cagney <cagney@redhat.com>
7402
7403 * gdbint.texinfo (Target Architecture Definition): Delete
7404 references to get_saved_register. Rename GET_SAVED_REGISTER to
7405 DEPRECATED_GET_SAVED_REGISTER.
7406
74072003-03-13 Andrew Cagney <cagney@redhat.com>
7408
7409 * gdbint.texinfo (Target Architecture Definition): Replace
7410 POP_FRAME with DEPRECATED_POP_FRAME. Update description.
7411
74122003-03-12 Andrew Cagney <cagney@redhat.com>
7413
7414 * gdbint.texinfo (Target Architecture Definition): Rename
7415 FRAME_SAVED_PC to DEPRECATED_FRAME_SAVED_PC.
7416
74172003-03-10 Corinna Vinschen <vinschen@redhat.com>
7418
7419 * gdb.texinfo: Add File-I/O documentation.
7420
74212003-03-10 Andrew Cagney <cagney@redhat.com>
7422
7423 * gdbint.texinfo (Target Architecture Definition): Cross reference
7424 FRAME_SAVED_PC to unwind_pc. Document unwind_pc.
7425
74262003-03-07 Andrew Cagney <cagney@redhat.com>
7427
7428 * gdb.texinfo (Debugging Output): Mention the "set/show debug
7429 frame" command.
7430
74312003-03-05 Andrew Cagney <cagney@redhat.com>
7432
7433 * gdbint.texinfo (Target Architecture Definition): Document
7434 unwind_dummy_id. Cross reference unwind_dummy_id and
7435 SAVE_DUMMY_FRAME_TOS.
7436
74372003-03-05 James Ingham <jingham@apple.com>
7438 Daniel Jacobowitz <drow@mvista.com>
7439
7440 * gdb.texinfo (Configuring the current ABI): Document "set cp-abi"
7441 and "show cp-abi".
7442
74432003-03-03 Andrew Cagney <cagney@redhat.com>
7444
7445 * gdbint.texinfo (Target Architecture Definition): Document
7446 register_type.
7447
74482003-03-03 Andrew Cagney <cagney@redhat.com>
7449
7450 * stabs.texinfo (Structures): Use @samp and separate @var's
7451 instead of a single @var containing a comma separated list.
7452 (Unions): Ditto.
7453
74542003-03-02 Daniel Jacobowitz <drow@mvista.com>
7455
7456 * Makefile.in (distclean): Remove config.log.
7457
74582003-03-01 Andrew Cagney <cagney@redhat.com>
7459
7460 * gdbint.texinfo (Target Architecture Definition): Rename
7461 FRAME_INIT_SAVED_REGS to DEPRECATED_FRAME_INIT_SAVED_REGS.
7462
74632003-03-01 Andrew Cagney <cagney@redhat.com>
7464
7465 * gdbint.texinfo: Rename INIT_EXTRA_FRAME_INFO to
7466 DEPRECATED_INIT_EXTRA_FRAME_INFO.
7467
74682003-02-23 Raoul Gough <RaoulGough@yahoo.co.uk>
7469
7470 * gdb.texinfo (Cygwin Native): Links to Non-debug DLL symbols.
7471 (Non-debug DLL symbols): New node, describing the minimal symbols
7472 loaded from DLLs without real debugging symbols.
7473
74742003-02-20 Andrew Cagney <ac131313@redhat.com>
7475
7476 * gdb.texinfo (Set Breaks): Add cross reference to "set remote
7477 hardware-breakpoint-limit".
7478 (Set Watchpoints): Add cross reference to "set remote
7479 hardware-watchpoint-limit".
7480 (Remote configuration options): New section.
7481
74822003-02-04 Andrew Cagney <ac131313@redhat.com>
7483
7484 * gdbint.texinfo (Target Architecture Definition): Delete
7485 descrption of IS_TRAPPED_INTERNALVAR.
7486
7487 From Keith Seitz <keiths@redhat.com>:
7488 * gdb.texinfo (Interpreters): New chapter. Refer the command-line
7489 option "-i"/"--interpreter" to this chapter. Include index
7490 entries.
7491
74922003-02-04 David Carlton <carlton@math.stanford.edu>
7493
7494 * gdb.texinfo (C@t{++}): Recommend DWARF 2, then stabs+.
7495 (Variables): Recommend stabs+ and DWARF 2.
7496 (C plus plus expressions): Correct info about
7497 compiler versions, debug formats.
7498 (Contributors): Change 'DWARF2' to 'DWARF 2'.
7499 PR symtab/874.
7500
75012003-02-01 Andrew Cagney <ac131313@redhat.com>
7502
7503 * gdbint.texinfo (Target Architecture Definition): Delete
7504 description of ADDITIONAL_OPTIONS, ADDITIONAL_OPTION_CASES,
7505 ADDITIONAL_OPTION_HANDLER, and ADDITIONAL_OPTION_HELP, and
7506 BEFORE_MAIN_LOOP_HOOK, and DBX_PARM_SYMBOL_CLASS along with
7507 references to nindy and i960.
7508 * gdb.texinfo (i960): Delete all references to i960 and nindy.
7509
75102003-02-01 Andrew Cagney <ac131313@redhat.com>
7511
7512 * gdbint.texinfo (Target Architecture Definition): Delete
7513 FLOAT_INFO.
7514
75152003-01-30 Andrew Cagney <ac131313@redhat.com>
7516
7517 * stabs.texinfo (Member Type Descriptor): Clarify description of
7518 `@'. Suggested by Ben Hutchings.
7519
75202003-01-29 Andrew Cagney <ac131313@redhat.com>
7521
7522 * gdb.texinfo (M68K): Delete reference to es1800.
7523
75242003-01-29 Andrew Cagney <ac131313@redhat.com>
7525
7526 * gdb.texinfo (Maintenance Commands): Document `maint print
7527 reggroups' and `maint print register-groups'.
7528 * gdbint.texinfo (Target Architecture Definition): Document
7529 register_reggroup_p.
7530
75312003-01-23 Jim Blandy <jimb@redhat.com>
7532
7533 * gdb.texinfo (Separate Debug Files): New section.
7534
75352003-01-22 Daniel Jacobowitz <drow@mvista.com>
7536
7537 * gdb.texinfo (Maintenance Commands): Add "maint set profile"
7538 and "maint show profile".
7539
75402003-01-16 Michael Chastain <mec@shout.net>
7541
7542 * gdb.texinfo (Installing GDB): Warn against
7543 ".../gdb-VERSION/gdb/configure".
7544 (Separate Objdir): Likewise.
7545
75462003-01-15 Andrew Cagney <ac131313@redhat.com>
7547
7548 * gdbint.texinfo (Target Architecture Definition): Delete
7549 definition of PRINT_REGISTER_HOOK.
7550
75512003-01-15 Elena Zannoni <ezannoni@redhat.com>
7552
7553 (OpenRISC 1000): Fix formatting of command names.
7554
75552003-01-15 Elena Zannoni <ezannoni@redhat.com>
7556
7557 * gdb.texinfo (Continuing and Stepping): Add new command
7558 'advance'. Clarify behavior of 'until'.
7559
75602003-01-13 Daniel Jacobowitz <drow@mvista.com>
7561
7562 * gdb.texinfo (Files): Document solib-absolute-prefix and
7563 solib-search-path.
7564
75652003-01-09 Michael Chastain <mec@shout.net>
7566
7567 * gdbint.texinfo (Configuring @value{GDBN} for Release): Delete.
7568 (Create a Release): Add new instructions for new @file{src-release}.
7569 Document existing instructions for @file{Makefile.in} as
7570 being for @value{GDBN} 5.3.1 or earlier.
7571
75722003-01-09 Andrew Cagney <ac131313@redhat.com>
7573
7574 * gdbint.texinfo (Target Architecture Definition): Mention
7575 frame_saved_regs_zalloc and frame_extra_info_zalloc as the way to
7576 allocate memory.
7577
75782003-01-04 Daniel Jacobowitz <drow@mvista.com>
7579
7580 * gdb.texinfo (Controlling GDB): Add @kindex for
7581 "show osabi".
7582 (Backtraces): Add @kindex's for backtrace-below-main.
7583
75842003-01-04 Daniel Jacobowitz <drow@mvista.com>
7585
7586 * gdb.texinfo (Controlling GDB): Document "set osabi".
7587
75882003-01-04 Daniel Jacobowitz <drow@mvista.com>
7589
7590 * gdb.texinfo (Backtraces): Document "set backtrace-below-main".
7591 * gdbint.texinfo (FRAME_CHAIN_VALID): Update documentation.
7592
75932003-01-04 Daniel Jacobowitz <drow@mvista.com>
7594
7595 * gdb.texinfo (Controlling GDB): Add ABI section. Document
7596 "set coerce-float-to-double".
7597 * gdbint.texinfo (COERCE_FLOAT_TO_DOUBLE): Remove documentation.
7598
75992003-01-02 Andrew Cagney <ac131313@redhat.com>
7600
7601 * stabs.texinfo: Remove obsolete text.
7602 * gdbint.texinfo: Ditto.
7603 * gdb.texinfo: Ditto.
7604
76052002-12-22 Mark Kettenis <kettenis@gnu.org>
7606
7607 * gdbint.texinfo (Target Architecture Definition): Update
7608 description of gdbarch_register_osabi.
7609
76102002-12-20 Kazu Hirata <kazu@cs.umass.edu>
7611
7612 * agentexpr.texi: Fix typos.
7613 * annotate.texi: Likewise.
7614 * fdl.texi: Likewise.
7615
76162002-12-10 Andrew Cagney <cagney@redhat.com>
7617
7618 * gdbint.texinfo (Algorithms): Replace INIT_FRAME_PC with
7619 DEPRECATED_INIT_FRAME_PC.
7620
76212002-12-01 Andrew Cagney <ac131313@redhat.com>
7622
7623 * gdbint.texinfo (Target Architecture Definition): Delete
7624 PC_IN_CALL_DUMMY.
7625
76262002-11-28 Andrew Cagney <ac131313@redhat.com>
7627
7628 * gdbint.texinfo (Host Definition): Delete documentation on
7629 USE_GENERIC_DUMMY_FRAMES.
7630
76312002-11-26 Elena Zannoni <ezannoni@redhat.com>
7632
7633 Fix PR gdb/723 and PR gdb/245.
7634 * Makefile.in (install-info): Run the install-info command as part
7635 of the post install steps only.
7636 (uninstall-info): New target.
7637 (uninstall): New target.
7638
76392002-11-22 Elena Zannoni <ezannoni@redhat.com>
7640
7641 * Makefile.in (install): Make install do some real work.
7642
76432002-11-19 Andrew Cagney <ac131313@redhat.com>
7644
7645 Fix POSIX problem reported by Paul Eggert.
7646 * Makefile.in (GDBvn.texi): Use `sed q' instead of `head -1'.
7647 Fix PR gdb/527.
7648
76492002-10-26 Andrew Cagney <cagney@redhat.com>
7650
7651 * gdbint.texinfo (Target Architecture Definition): Delete
7652 definition of DO_REGISTERS_INFO.
7653
76542002-10-18 Kevin Buettner <kevinb@redhat.com>
7655
7656 * gdbint.texinfo (Address Classes): Fix problems with insertion
7657 of ``{'' and ``}'' in example.
7658
76592002-10-17 Kevin Buettner <kevinb@redhat.com>
7660
7661 * gdbint.texinfo (Address Classes): New section.
7662 (Target Conditionals): Document ADDRESS_CLASS_NAME_TO_TYPE_FLAGS,
7663 ADDRESS_CLASS_NAME_TO_TYPE_FLAGS_P, ADDRESS_CLASS_TYPE_FLAGS,
7664 ADDRESS_CLASS_TYPE_FLAGS_P, ADDRESS_CLASS_TYPE_FLAGS_TO_NAME, and
7665 ADDRESS_CLASS_TYPE_FLAGS_TO_NAME_P.
7666
76672002-10-11 Klee Dienes <kdienes@apple.com>
7668
7669 * gdb.texinfo (Registers): Mention vector registers as well as
7670 floating registers in the documentation for 'info registers' and
7671 'info all-registers'.
7672
76732002-10-11 Daniel Jacobowitz <drow@mvista.com>
7674
7675 * gdbint.texinfo (CPLUS_MARKER): Remove item.
7676
76772002-10-03 Jeff Johnston <jjohnstn@redhat.com>
7678
7679 * gdbint.texinfo (Item Output Functions): Add new ui_out_field_fmt_int
7680 interface definition.
7681
76822002-10-03 Marko Mlinar <markom@opencores.org>
7683
7684 * gdb.texinfo (Target Commands): Add or1k target specific
7685 commands.
7686 * gdb.texinfo (Contributors): Add myself to the contributors list.
7687
76882002-10-01 Andrew Cagney <ac131313@redhat.com>
7689
7690 * gdb.texinfo (Mode Options): Update --interpreter option. "mi2"
7691 and "mi1" instead of "mi1" and "mi0".
7692
76932002-09-29 Hans-Peter Nilsson <hp@bitrange.com>
7694
7695 * gdb.texinfo (Packets): Fix typos "alligned".
7696 Correct z3/Z3 description. Correct z4/Z4 title.
7697
76982002-09-27 Andrew Cagney <ac131313@redhat.com>
7699
7700 * all-cfg.texi: Use @sc for GDB and GCC. Update copyright.
7701
77022002-09-25 Kevin Buettner <kevinb@redhat.com>
7703
7704 * gdb.texinfo: Use GNU/Linux instead of Linux.
7705
77062002-09-25 Andrew Cagney <ac131313@redhat.com>
7707
7708 * gdb.texinfo (Packets): Replace @samp{} with ``an empty string''.
7709
77102002-09-24 Andrew Cagney <ac131313@redhat.com>
7711
7712 * gdb.texinfo: Replace @example with @smallexample.
7713
77142002-09-20 Kevin Buettner <kevinb@redhat.com>
7715
7716 From Eli Zaretskii <eliz@gnu.org>:
7717 * gdb.texinfo (Character Sets): Use @smallexample instead of
7718 @example. Use GNU/Linux instead of Linux.
7719
77202002-09-20 Jim Blandy <jimb@redhat.com>
7721
7722 * gdb.texinfo: Add character set documentation.
7723
77242002-09-19 Andrew Cagney <ac131313@redhat.com>
7725
7726 * gdb.texinfo (Packets): Revise `z' and `Z' packet documentation.
7727 (Packets): Add cross reference from `b' packet to `z' packets.
7728
77292002-09-19 Andrew Cagney <ac131313@redhat.com>
7730
7731 * gdb.texinfo (Maintenance Commands): Document ``maint
7732 internal-error'' and ``maint internal-warning''.
7733
7734 * gdbint.texinfo (Target Architecture Definition): Revise
7735 description of STACK_ALIGN. Add description of FRAME_ALIGN.
7736
77372002-09-19 Joel Brobecker <brobecker@gnat.com>
7738
7739 * gdbint.texinfo (Target Conditionals): Document the new
7740 NAME_OF_MALLOC macro.
7741
77422002-09-05 Andrew Cagney <ac131313@redhat.com>
7743
7744 * gdb.texinfo (Contributors): Mention 5.2 and 5.3 release
7745 engineer.
7746
77472002-09-02 Stephane Carrez <stcarrez@nerim.fr>
7748
7749 * gdb.texinfo (TUI Overview): Document status line fields.
7750
77512002-09-02 Stephane Carrez <stcarrez@nerim.fr>
7752
7753 * gdb.texinfo (TUI Commands): Document info win command.
7754
77552002-09-01 Stephane Carrez <stcarrez@nerim.fr>
7756
7757 * gdb.texinfo (TUI Overview): Document breakpoint markers.
7758
77592002-09-01 Stephane Carrez <stcarrez@nerim.fr>
7760
7761 * gdb.texinfo (TUI Single Key Mode): Document new SingleKey mode.
7762 (TUI Keys): Likewise.
7763
77642002-08-25 Andrew Cagney <ac131313@redhat.com>
7765
7766 * gdb.texinfo (Examples): Use ``->'' for a packet send and ``<-''
7767 for a packet receive.
7768
77692002-08-25 Andrew Cagney <ac131313@redhat.com>
7770
7771 * Makefile.in (clean): Move to end of file.
7772 (distclean, maintainer-clean, realclean): Ditto.
7773 (mostlyclean): Move rule to end of file. Use GDB_TEX_TMPS,
7774 GDBINT_TEX_TMPS, STABS_TEX_TMPS.
7775 (gdb.dvi, gdb.pdf): Do not cleanup TeX temp files after texi2dvi.
7776 (gdbint.dvi, gdbint.pdf, stabs.dvi, stabs.pdf): Ditto.
7777
77782002-08-24 Andrew Cagney <ac131313@redhat.com>
7779
7780 * Makefile.in (GDBINT_TEX_TMPS): Define.
7781 (gdbint.dvi, gdbint.pdf): Use
7782 (GDB_TEX_TMPS): Define.
7783 (gdb.dvi, gdb.pdf): Use.
7784 (STABS_TEX_TMPS): Define.
7785 (stabs.dvi, stabs.pdf): Use.
7786 (GDB_DOC_SOURCE_INCLUDES): New macros.
7787 (GDB_DOC_BUILD_INCLUDES, GDB_DOC_FILES): New macros.
7788 (GDBINT_DOC_FILES_INCLUDES): New macros.
7789 (GDBINT_DOC_BUILD_INCLUDES): New macros.
7790 (GDBINT_DOC_FILES, STABS_DOC_SOURCE_INCLUDES): New macros.
7791 (STABS_DOC_BUILD_INCLUDES, STABS_DOC_FILES): New macros.
7792 (SFILES_DOC, SFILES_INCLUDED, SFILES_LOCAL): Delete macros.
7793 (links2roff): Replace SFILES_INCLUDED with
7794 GDB_DOC_SOURCE_INCLUDES.
7795 (gdb.dvi, gdb_toc.html, gdb.pdf, gdb.info): Update dependencies.
7796 (gdb.me, gdb.mm, gdb.ms): Update dependencies.
7797 (gdbint.dvi, gdbint_toc.html, gdbint.pdf, gdbint.info): Update
7798 dependencies.
7799 (stabs.info, stabs_toc.html, stabs.pdf, stabs.dvi): Update
7800 dependencies.
7801 (gdbmi.texinfo): Delete rule.
7802 (inc-hist.texinfo): Delete rule.
7803 (rluser.texinfo): Delete rule.
7804
78052002-08-23 Andrew Cagney <cagney@redhat.com>
7806
7807 * gdbint.texinfo (Target Architecture Definition): Update
7808 STORE_RETURN_VALUE, mention regcache.
7809
78102002-08-21 Andrew Cagney <ac131313@redhat.com>
7811
7812 * gdbint.texinfo (Target Architecture Definition): Document
7813 print_registers_info. Note that DO_REGISTERS_INFO is deprecated.
7814
78152002-08-19 Andrew Cagney <ac131313@redhat.com>
7816
7817 * gdb.texinfo (Remote Protocol): Reformat. Use cross references.
7818 Fix minor typos. Add index entries.
7819
78202002-08-18 Andrew Cagney <ac131313@redhat.com>
7821
7822 * gdb.texinfo (Data): Add ``Vector Unit'' to menu.
7823
78242002-08-15 Andrew Cagney <ac131313@redhat.com>
7825
7826 * gdbint.texinfo (Target Architecture Definition): Document
7827 PRINT_VECTOR_INFO.
7828 * gdb.texinfo (Vector Unit): Document "info vectors" command.
7829
78302002-08-13 Andrew Cagney <ac131313@redhat.com>
7831
7832 * gdb.texinfo (Maintenance Commands): Document "maint print
7833 registers", "maint print raw-registers" and "maint print
7834 cooked-registers".
7835
78362002-08-08 Grace Sainsbury <graces@redhat.com>
7837
7838 From Mark Salter:
7839 * gdb.texinfo (Protocol): Document T packet extension to
7840 allow watchpoint address reporting.
7841
78422002-08-03 Andrew Cagney <ac131313@redhat.com>
7843
7844 * gdb.texinfo (Dump/Restore Files): Move `[]' to outside of @var.
7845
78462002-08-01 Andrew Cagney <cagney@redhat.com>
7847
7848 * stabs.texinfo, gdb.texinfo, gdbint.texinfo: Obsolete references
7849 to CHILL.
7850
78512002-08-01 Andrew Cagney <ac131313@redhat.com>
7852
7853 * gdbint.texinfo (Coding): Revise section "Include Files".
7854
78552002-07-24 Andrew Cagney <cagney@redhat.com>
7856
7857 * gdbint.texinfo: Obsolete references to m88k.
7858 * gdb.texinfo: Ditto.
7859
78602002-07-10 Joel Brobecker <brobecker@gnat.com>
7861
7862 * gdbint.texinfo (Create a release candiate): Add the location
7863 where the proper version of autoconf can be retrieved.
7864
78652002-07-09 Don Howard <dhoward@redhat.com>
7866
7867 * gdb.texinfo (Command Files): Further describe the behavior of
7868 sourced command files.
7869
78702002-06-27 Andrew Cagney <ac131313@redhat.com>
7871
7872 * gdbint.texinfo (User Interface): ISO C rather than ISO-C.
7873 (Coding): Clarify ISO C version that GDB assumes.
7874
78752002-06-26 Tom Tromey <tromey@redhat.com>
7876
7877 * gdbint.texinfo (User Interface): Mention add_setshow_cmd and
7878 add_setshow_cmd_full.
7879
78802002-06-25 Don Howard <dhoward@redhat.com>
7881
7882 * gdb.texinfo (Memory Region Attributes): Document new behavior
7883 for 'mem' command.
7884
78852002-06-11 Jim Blandy <jimb@redhat.com>
7886
7887 * gdb.texinfo (Symbols): Update documentation for `info source'
7888 command.
7889
7890 * gdb.texinfo (Macros): Call the command `info macro', not
7891 `show macro'.
7892
78932002-06-09 Andrew Cagney <ac131313@redhat.com>
7894
7895 * gdbint.texinfo (Coding): Add section ``Per-architecture module
7896 data''.
7897
78982002-06-09 Mark Kettenis <kettenis@gnu.org>
7899
7900 * gdbint.texinfo (Target Architecture Definition): Document
7901 GDB_OSABI_GO32 and GDB_OSABI_NETWARE.
7902
79032002-06-08 Andrew Cagney <ac131313@redhat.com>
7904
7905 * gdbint.texinfo (Releasing GDB): Fix typos in @itemize @bullet
7906 lists.
7907
79082002-06-08 Andrew Cagney <ac131313@redhat.com>
7909
7910 * gdbint.texinfo (Releasing GDB): Revise the section ``Cut the
7911 Branch''.
7912
79132002-06-01 Andrew Cagney <ac131313@redhat.com>
7914
7915 * gdbint.texinfo (Target Architecture Definition): Add section
7916 ``Converting an existing Target Architecture to Multi-arch''.
7917
79182002-05-30 Andrew Cagney <ac131313@redhat.com>
7919
7920 * gdbint.texinfo (Releasing GDB): Rename ``Obsoleting any code''
7921 to ``Obsoleting code''. Revise.
7922
79232002-05-17 Jim Blandy <jimb@redhat.com>
7924
7925 * gdb.texinfo (C Preprocessor Macros): New chapter.
7926 Include it in the main menu.
7927 (Contributors): Credit Jim Blandy with macro support.
7928 (Compilation): Explain how to get macro information into the
7929 executable.
7930 (Expressions): Note that preprocessor macros are expanded.
7931
79322002-05-14 Daniel Jacobowitz <drow@mvista.com>
7933
7934 * gdb.texinfo (Debug Session): Document new `udp:' and `tcp:'
7935 options for `target remote'.
7936
79372002-05-13 Andrew Cagney <ac131313@redhat.com>
7938
7939 * gdbint.texinfo (Target Architecture Definition): Delete
7940 documentation on NNPC_REGNUM.
7941
79422002-05-11 Andrew Cagney <ac131313@redhat.com>
7943
7944 * gdbint.texinfo (Target Architecture Definition): Document
7945 REGISTER_TO_VALUE and VALUE_TO_REGISTER and CONVERT_REGISTER_P.
7946 (Target Architecture Definition): Revise section `Using Different
7947 Register and Memory Data Representations'. Add section `Raw and
7948 Virtual Register Representations'.
7949
79502002-05-11 Andrew Cagney <ac131313@redhat.com>
7951
7952 * gdbint.texinfo (Target Architecture Definition): Mention
7953 defaults for REGISTER_VIRTUAL_SIZE and REGISTER_RAW_SIZE.
7954 (Target Architecture Definition): Mention same. Add references to
7955 web pages.
7956
79572002-05-08 Michael Snyder <msnyder@redhat.com>
7958
7959 * stabs.texinfo (Attributes): Document new "vector" attribute.
7960
79612002-05-04 Andrew Cagney <ac131313@redhat.com>
7962
7963 * gdbint.texinfo (Releasing GDB): Revise `Create a Release'.
7964
79652002-05-04 Andrew Cagney <ac131313@redhat.com>
7966
7967 * gdb.texinfo: Delete obsolete references to a29k.
7968
79692002-04-24 Andrew Cagney <ac131313@redhat.com>
7970
7971 * gdbint.texinfo (Target Architecture Definition): Replace
7972 IN_SIGTRAMP with PC_IN_SIGTRAMP.
7973
79742002-04-24 David S. Miller <davem@redhat.com>
7975
7976 * gdbint.texinfo (REGISTER_IN_WINDOW): Delete definition.
7977
79782002-04-21 David S. Miller <davem@redhat.com>
7979
7980 * gdbint.texinfo (SKIP_PROLOGUE_FRAMELESS_P): Delete definition.
7981
79822002-04-21 Andrew Cagney <ac131313@redhat.com>
7983
7984 * gdbint.texinfo (Target Architecture Definition): Delete
7985 definition of HAVE_REGISTER_WINDOWS.
7986
79872002-04-19 Eli Zaretskii <eliz@gnu.org>
7988
7989 * gdbint.texinfo (Releasing GDB, Coding): Fix typos. Reported by
7990 "Theodore A. Roth" <troth@verinet.com>.
7991
79922002-04-15 Don Howard <dhoward@redhat.com>
7993
7994 From Eli Zaretskii <eliz@gnu.org>
7995 * gdb.texinfo (show max-user-call-depth): Correct formatting.
7996 Provide a better explaination of this feature.
7997
79982002-04-14 Andrew Cagney <ac131313@redhat.com>
7999
8000 * gdbint.texinfo (Target Architecture Definition): Remove
8001 FRAME_CHAIN_COMBINE.
8002
80032002-04-12 Michael Chastain <mec@shout.net>
8004
8005 * gdbint.texinfo (Obsolete Conditionals): Remove reference to
8006 REG_STACK_SEGMENT.
8007
80082002-04-09 Michael Chastain <mec@shout.net>
8009
8010 * gdbint.texinfo (Obsolete Conditionals): Remove references to
8011 PYRAMID_* macros.
8012
80132002-04-07 Andrew Cagney <ac131313@redhat.com>
8014
8015 * gdb.texinfo (Bug Reporting): Document that the web is the
8016 prefered way of submitting bug reports.
8017 (Bug Reporting): Delete the s-mail address as the last resort.
8018
80192002-04-05 Andrew Cagney <ac131313@redhat.com>
8020
8021 * gdbint.texinfo (Target Architecture Definition): Delete
8022 references to TARGET_WRITE_FP and write_fp.
8023
80242002-03-27 Michael Snyder <msnyder@redhat.com>
8025
8026 * gdb.texinfo: Document new commands dump, append, and restore.
8027
80282002-03-27 Andrew Cagney <ac131313@redhat.com>
8029
8030 * gdbint.texinfo (Releasing GDB): Revise the section `Before the
8031 Branch'.
8032
80332002-03-18 Andrew Cagney <ac131313@redhat.com>
8034
8035 * gdb.texinfo: Change all examples to @smallexample.
8036 * gdbint.texinfo: Ditto.
8037
80382002-03-18 Andrew Cagney <ac131313@redhat.com>
8039
8040 * gdbint.texinfo (Releasing GDB): Add section ``Versions and
8041 Branches''.
8042
80432002-03-18 Andrew Cagney <ac131313@redhat.com>
8044
8045 * gdbint.texinfo (Releasing GDB): Add the section``Branch Commit
8046 Policy''.
8047
80482002-03-04 Fred Fish <fnf@redhat.com>
8049
8050 * gdbint.texinfo: Fix a bunch of typos (alsways, mirrorred,
8051 expresson, suports, dependant, trhe, perhaphs, situtations,
8052 explictily, taged, oportunity, unfortunatly).
8053
80542002-02-24 Andrew Cagney <ac131313@redhat.com>
8055
8056 * Makefile.in (gdb.info): Add explicit path to gdb.texinfo.
8057 Remove reference to 3.12.
8058
80592002-02-23 Andrew Cagney <ac131313@redhat.com>
8060
8061 * gdbint.texinfo: Include fdl.texi.
8062 (Top): Add GNU Free Documentation License.
8063 * Makefile.in (SFILES_INCLUDED): Add gpl.texi.
8064 (gdbint.dvi, gdbint.pdf, gdbint.info): Add dependency on fdl.texi.
8065 (gdbint_toc.html): Add dependency on gdb-cfg.texi and fdl.texi.
8066 (gdbint.info): Add srcdir to include path.
8067 * gdb.texinfo: Include gpl.texi.
8068 (Top): Add Copying.
8069 * gpl.texi: New file.
8070
80712002-02-23 Andrew Cagney <ac131313@redhat.com>
8072
8073 * gdbint.texinfo (Debugging GDB): Remove references to cygnus.com.
8074
80752002-02-19 Pierre Muller <muller@ics.u-strasbg.fr>
8076
8077 * gdb.texinfo: Document Cygwin native specific commands.
8078
80792002-02-15 Daniel Jacobowitz <drow@mvista.com>
8080
8081 * gdb.texinfo: Document gdbserver ``--attach'' command.
8082
80832002-02-07 Michael Snyder <msnyder@redhat.com>
8084
8085 * gdb.texinfo (overlays): Change @var(_ovly_debug_event)
8086 to @code(_ovly_debug_event).
8087
80882002-02-07 Andrew Cagney <ac131313@redhat.com>
8089
8090 * gdb.texinfo (How Overlays Work): Shrink the overlay diagram.
8091
80922002-02-06 Michael Snyder <msnyder@redhat.com>
8093
8094 * gdb.texinfo (overlays): Mention new magic symbol
8095 '_ovly_debug_event', which allows GDB to keep better track
8096 of overlays.
8097
80982002-02-03 Eli Zaretskii <eliz@gnu.org>
8099
8100 * gdb.texinfo (Memory Region Attributes): Fix the wording.
8101 Suggested by Dmitry Sivachenko.
8102
8103 * (<many nodes>): Fix the spelling and punctuation of "i.e.".
8104
81052002-02-01 Michael Snyder <msnyder@redhat.com>
8106
8107 * gdb.texinfo (set trust-readonly): Change value{gdbn} to value{GDBN}.
8108
81092002-01-30 Michael Snyder <msnyder@redhat.com>
8110
8111 * gdb.texinfo: (remote protocol): Gramatical fix-up.
8112 (set trust-readonly-sections): Document.
8113
81142002-01-29 Andrew Cagney <ac131313@redhat.com>
8115
8116 * gdbint.texinfo (Releasing GDB): Revise and update.
8117
81182002-01-28 Andrew Cagney <ac131313@redhat.com>
8119
8120 * gdbint.texinfo (Target Architecture Definition): Delete
8121 description of TARGET_BYTE_ORDER_DEFAULT.
8122
81232002-01-27 Eli Zaretskii <eliz@gnu.org>
8124
8125 * gdb.texinfo: Fix typos and markup. From Dmitry Sivachenko
8126 <mitya@cavia.pp.ru>.
8127
81282002-01-23 Andrew Cagney <ac131313@redhat.com>
8129
8130 * libgdb.texinfo: Delete file.
8131
81322002-01-22 Andrew Cagney <ac131313@redhat.com>
8133
8134 * gdb.texinfo: Remove makeinfo 3.12 hacks.
8135 * gdbint.texinfo: Ditto.
8136
8137Tue Jan 22 11:57:38 2002 Andrew Cagney <cagney@redhat.com>
8138
8139 * gdb.texinfo: Fix typo ``Remove' -> ``Remote''.
8140
81412002-01-22 Andrew Cagney <ac131313@redhat.com>
8142
8143 * Makefile.in: Update copyright.
8144 (TEXI2DVI): Define.
8145 (gdb.dvi, gdb.pdf, stabs.dvi, stabs.pdf): Use TEXI2DVI.
8146 (gdbint.dvi, gdbint.pdf): Use TEXI2DVI. Add dependency on
8147 gdb-cfg.texi.
8148 (TEXINDEX, PDFTEX): Delete makefile variables.
8149
81502002-01-22 Andrew Cagney <ac131313@redhat.com>
8151
8152 * gdb.texinfo (Protocol): Move section to appendix.
8153
81542002-01-21 Andrew Cagney <ac131313@redhat.com>
8155
8156 * gdb.texinfo (Remote Debugging): Create a menu.
8157 (Top): Add ``Remote Debugging'' to menu.
8158
81592002-01-21 Andrew Cagney <ac131313@redhat.com>
8160
8161 * gdb.texinfo (Remote): Move the sub-section ``The GDB remote
8162 serial protocol'' from here.
8163 (Remote Debugging): To here. New chapter.
8164
81652002-01-20 Andrew Cagney <ac131313@redhat.com>
8166
8167 * gdbint.texinfo (Target Architecture Definition): Delete
8168 description of TARGET_BYTE_ORDER_SELECTABLE_P.
8169
81702002-01-20 Andrew Cagney <ac131313@redhat.com>
8171
8172 * gdbint.texinfo (Host Definition): Revise. xm-xyz.h and xyz.mh
8173 are no longer needed.
8174 (Porting GDB): Add maintainer note about configure.host.
8175
81762002-01-20 Andrew Cagney <ac131313@redhat.com>
8177
8178 * gdbint.texinfo (Target Architecture Definition): Remove
8179 definition of IEEE_FLOAT.
8180
81812002-01-20 Eli Zaretskii <eliz@gnu.org>
8182
8183 * gdb.texinfo: Beautify copyright years; fix a typo.
8184 (DJGPP Native): Fix overfull hboxes in examples. From Brian Youmans
8185 <3diff@gnu.org>
8186
81872002-01-19 Andrew Cagney <ac131313@redhat.com>
8188
8189 * gdbint.texinfo (Host Definition): Remove references to
8190 MALLOC_INCOMPATIBLE.
8191
81922002-01-17 Andrew Cagney <ac131313@redhat.com>
8193
8194 * gdbint.texinfo (Host Definition): Remove references to XDEPFILES
8195 and xyz-xdep.o.
8196
81972002-01-17 Andrew Cagney <ac131313@redhat.com>
8198
8199 * gdb.texinfo (Maintenance Commands): Add appendix.
8200 (Set Breaks): Copy ``maint info breakpoint'' doco to
8201 ``Maintenance Commands'' appendix. Add reference.
8202
82032002-01-17 Andrew Cagney <ac131313@redhat.com>
8204
8205 * fdl.texi: Remove next/prev from @node.
8206
82072002-01-17 Eli Zaretskii <eliz@gnu.org>
8208
8209 * gdb.texinfo: @include fdl.texi. Fixes for overfull hboxes and
8210 for monstrous @multitable (from Brian Youmans).
8211
8212 * fdl.texi: New file.
8213
8214 * Makefile.in (SFILES_INCLUDED): Add fdl.texi.
8215
82162002-01-15 Andrew Cagney <ac131313@redhat.com>
8217
8218 * gdbint.texinfo (Releasing GDB): New chapter.
8219
82202002-01-14 Andrew Cagney <ac131313@redhat.com>
8221
8222 * gdb.texinfo (Embedded Processors, Calling program functions):
8223 Obsolete references to a29k.
8224
82252002-01-13 Andrew Cagney <ac131313@redhat.com>
8226
8227 * gdbint.texinfo (Coding): Review Cleanups section. Examples
8228 examples. Document that a code-block should do or discard its
8229 cleanups before exit.
8230
82312002-01-11 Michael Snyder <msnyder@redhat.com>
8232
8233 * gdb.texinfo (Choosing files): Change @samp to @file.
8234
82352002-01-05 Michael Snyder <msnyder@redhat.com>
8236
8237 * gdb.texinfo (--pid): Document new command line option (attach).
8238
82392002-01-07 Eli Zaretskii <eliz@gnu.org>
8240
8241 * gdb.texinfo (Tracepoints): Clarify that tracepoints need support
8242 in the stub.
8243
82442002-01-04 Andrew Cagney <ac131313@redhat.com>
8245
8246 * gdbint.texinfo (Target Architecture Definition): Replace
8247 BIG_ENDIAN with BFD_ENDIAN_BIG.
8248
82492002-01-03 Andrew Cagney <ac131313@redhat.com>
8250
8251 * gdbint.texinfo (Target Architecture Definition): Replace
8252 value_ptr with struct value pointer.
8253
82542002-01-02 Eli Zaretskii <eliz@gnu.org>
8255
8256 * gdb.texinfo (Free Software): Fix wording.
8257
82582001-12-31 Eli Zaretskii <eliz@gnu.org>
8259
8260 * gdb.texinfo (Free Software): New section ``Free Software Needs
8261 Free Documentation''.
8262
82632001-12-30 Eli Zaretskii <eliz@gnu.org>
8264
8265 * stabs.texinfo:
8266 * gdb.texinfo:
8267 * gdbint.texinfo:
8268 * libgdb.texinfo:
8269 * annotate.texi: Fix the application of GFDL in the Copyright notice.
8270
82712001-12-29 Michael Snyder <msnyder@redhat.com>
8272
8273 * gdb.texinfo (maint info sections): Fix typo.
8274
82752001-12-26 Michael Snyder <msnyder@redhat.com>
8276
8277 * gdb.texinfo (maint info sections): Document.
8278
8279 * gdb.texinfo (info proc): Comment out documentation for
8280 'info proc' sub-options that are currently not implemented.
8281
82822001-12-20 Jim Blandy <jimb@redhat.com>
8283
8284 * gdbint.texinfo (TARGET_CHAR_SIGNED): Document.
8285
82862001-12-15 Andrew Cagney <ac131313@redhat.com>
8287
8288 * gdbint.texinfo (Target Architecture Definition): Replace
8289 LITTLE_ENDIAN with BFD_ENDIAN_LITTLE.
8290
82912001-12-01 Andrew Cagney <ac131313@redhat.com>
8292
8293 * gdbint.texinfo (Host Definition): Delete documentation on
8294 HOST_BYTE_ORDER.
8295
82962001-11-30 Jim Blandy <jimb@redhat.com>
8297
8298 * gdb.texinfo (Overlays): New chapter, documenting GDB's
8299 overlay support. Add to top-level menu.
8300
83012001-11-26 Tom Tromey <tromey@redhat.com>
8302
8303 * gdb.texinfo (Command Syntax): Document C-o binding.
8304
83052001-07-26 Christopher Faylor <cgf@redhat.com>
8306
8307 * gdb.texinfo (Options): Eliminate attempt to explain .gdbinit/gdb.ini
8308 use since it is described in the referenced section.
8309
8310 From Eli Zaretskii <eliz@gnu.org>
8311 * gdb.texinfo (Command Files): Reword to make gdb.ini requirement
8312 clearer when using DJGPP.
8313
83142001-11-24 Christopher Faylor <cgf@redhat.com>
8315
8316 * gdb.texinfo (File Options): Change description of -nx and gdb.ini to
8317 specifically refer to MS-DOS.
8318 (command files): Mention gdb.ini is only used on MS-DOS.
8319
83202001-11-21 Tom Tromey <tromey@redhat.com>
8321
8322 * gdb.texinfo (Invoking GDB): Document --args.
8323 (Mode Options): Likewise.
8324
83252001-11-21 Jim Blandy <jimb@redhat.com>
8326
8327 * gdbint.texinfo (TARGET_RANGE_PROFITABLE_FOR_HW_WATCHPOINT):
8328 Delete documentation; this macro has been removed from the
8329 sources.
8330
83312001-11-13 Jim Blandy <jimb@redhat.com>
8332
8333 * gdbint.texinfo (COERCE_FLOAT_TO_DOUBLE): Clarify.
8334
83352001-11-06 Corinna Vinschen <vinschen@redhat.com>
8336
8337 * gdb.texinfo (gdbarch_in_function_epilogue_p): Add documentation.
8338
83392001-11-05 Michael Snyder <msnyder@redhat.com>
8340
8341 * gdb.texinfo (info functions): Document use of backslash to
8342 quote regexp chars in function names such as "operator*()".
8343
83442001-11-01 Fred Fish <fnf@redhat.com>
8345
8346 * gdbint.texinfo (SOLIB_ADD): Document additional new
8347 "readsyms" arg.
8348
83492001-10-30 Don Howard <dhoward@redhat.com>
8350
8351 * gdb.texinfo: (Command Files) Added documentation for the
8352 behavior of gdb with input redirected from a file.
8353
83542001-10-28 Fred Fish <fnf@redhat.com>
8355
8356 * gdb.texinfo (auto-solib-add): Change docs to match
8357 implementation change.
8358 (auto-solib-limit): Add docs for new variable.
8359
83602001-10-15 Andrew Cagney <ac131313@redhat.com>
8361
8362 * gdbint.texinfo (Target Architecture Definition): Function
8363 value_as_pointer renamed to value_as_address.
8364
83652001-10-15 Andrew Cagney <ac131313@redhat.com>
8366
8367 * gdbint.texinfo (Target Architecture Definition): Default
8368 POINTER_TO_ADDRESS functions assume unsigned addresses.
8369 (INTEGER_TO_ADDRESS): Document. Derive pragmatics section from a
8370 posting by Jim Blandy.
8371
83722001-10-12 Jim Blandy <jimb@redhat.com>
8373
8374 * Makefile.in (MAKEHTMLFLAGS): Remove -glossary; the most recent
8375 version of texi2html (1.64) doesn't support this flag any more.
8376
83772001-09-08 Mark Kettenis <kettenis@gnu.org>
8378
8379 * gdbint.texinfo (Host Definition): Remove description of
8380 MEM_FNS_DECLARED.
8381
8382 * gdbint.texinfo (Host Definition): Remove description of R_OK.
8383
8384 * gdbint.texinfo (Host Definition): Remove description of
8385 HAVE_SIGSETMASK.
8386
83872001-09-04 Elena Zannoni <ezannoni@redhat.com>
8388
8389 * gdbint.texinfo (Target Architecture Definition): Add
8390 explanation of TARGET_PRINT_INSN macro.
8391
83922001-08-30 Jim Blandy <jimb@redhat.com>
8393
8394 * gdb.texinfo (`add-symbol-file'): Correct synopsis.
8395 Explain what it means to load relocatable files.
8396
83972001-08-28 Jim Blandy <jimb@redhat.com>
8398
8399 * gdbint.texinfo: Bring the HTML `top' menu into sync with the
8400 info `top' menu.
8401
8402Wed Aug 15 10:47:28 2001 Christopher Faylor <cgf@cygnus.com>
8403
8404 * gdbint.texinfo: Add a cautionary note about macro use.
8405
84062001-08-02 Corinna Vinschen <vinschen@redhat.com>
8407
8408 * gdb.texinfo: Explain omitting the hostname in the
8409 `target remote' command.
8410
84112001-07-30 Daniel Jacobowitz <drow@mvista.com>
8412
8413 * gdbint.texinfo: Remove extraneous START-INFO-DIR-ENTRY
8414 and END-INFO-DIR-ENTRY.
8415
84162001-07-28 Stephane Carrez <Stephane.Carrez@worldnet.fr>
8417
8418 * gdb.texinfo (TUI Configuration): Rename tui configuration variables.
8419
84202001-07-25 Andrew Cagney <ac131313@redhat.com>
8421
8422 * gdbint.texinfo (libgdb): Rewrite.
8423
84242001-07-26 Eli Zaretskii <eliz@gnu.org>
8425
8426 * Makefile.in (gdbgui.dvi, gdb-gui, gdbgui.info): Targets deleted.
8427
84282001-07-24 Stephane Carrez <Stephane.Carrez@worldnet.fr>
8429
8430 * gdb.texinfo (TUI): New chapter, document the TUI.
8431 (Mode Options): Document the -tui option.
8432
84332001-07-23 Mark Kettenis <kettenis@gnu.org>
8434
8435 * gdbint.texinfo (Host Definition): Remove description of
8436 NEED_POSIX_SETPGID.
8437
84382001-07-23 Eli Zaretskii <eliz@gnu.org>
8439
8440 * gdb.tex (DJGPP Native): New node, with descriptions of
8441 DJGPP-specific commands.
8442
84432001-07-19 John R. Moore <jmoore@redhat.com>
8444
8445 * gdbint.texinfo: Three misspellings.
8446
84472001-07-06 Andrew Cagney <ac131313@redhat.com>
8448
8449 * Makefile.in (refcard.dvi): Rewrite to avoid problems with empty
8450 `test` expressions on bash. Problem reported by Colin Walters.
8451
84522001-07-04 Andrew Cagney <ac131313@redhat.com>
8453
8454 * gdbint.texinfo (User Interface): Update ui-out documentation to
8455 refelect recent UI/MI updates.
8456
84572001-07-04 Andrew Cagney <ac131313@redhat.com>
8458
8459 * gdb.texinfo (Mode Options): Mention the mi0 and mi1
8460 interpreters.
8461
84622001-06-15 Andrew Cagney <ac131313@redhat.com>
8463
8464 * gdbint.texinfo (Target Architecture Definition): GDBARCH is a C
8465 structure and not macros.
8466 (Host Definition): Document that much of this chapter is obsolete.
8467 (Target Architecture Definition): Update list of files that make
8468 up a target architecture.
8469 (Coding): Update.
8470
84712001-06-28 Andrew Cagney <ac131313@redhat.com>
8472
8473 * gdbint.texinfo (Target Architecture Definition): Update
8474 EXTRACT_STRUCT_VALUE_ADDRESS and EXTRACT_STRUCT_VALUE_ADDRESS_P.
8475 The latter has been changed to a true predicate.
8476
84772001-06-17 Eli Zaretskii <eliz@gnu.org>
8478
8479 * annotate.texi: Add @noindent where needed. From Dmitry
8480 Sivachenko <dima@Chg.RU>.
8481 * gdb.texinfo: Indexing fix. From Dmitry Sivachenko.
8482
84832001-06-16 Andrew Cagney <ac131313@redhat.com>
8484
8485 * gdb.texinfo (Protocol): Fix typo. Extra parenthesis.
8486
84872001-06-14 Andrew Cagney <ac131313@redhat.com>
8488
8489 * gdb.texinfo (Remote Protocol): Document that the ``!'' packet
8490 returns ``OK''. Document that the ``R'' packet does not reply.
8491
84922001-06-13 Michael Snyder <msnyder@redhat.com>
8493
8494 * gdb.texinfo (Protocol): Add doc for new packet "qSymbol:".
8495
84962001-06-13 Eli Zaretskii <eliz@gnu.org>
8497
8498 * gdb.texinfo (Signals): Clarify the default setting of signal
8499 handling.
8500
85012001-05-14 Andrew Cagney <ac131313@redhat.com>
8502
8503 * gdbint.texinfo (CLEAR_DEFERRED_STORES): Delete stray @item
8504 (FRAME_ARGS_ADDRESS_CORRECT): Ditto.
8505
85062001-05-12 Andrew Cagney <ac131313@redhat.com>
8507
8508 * Makefile.in (GDBvn.texi): Set GDBVN from ../version.in.
8509
85102001-05-10 Eli Zaretskii <eliz@gnu.org>
8511
8512 * gdbint.texinfo (Clean Design and Portable Implementation):
8513 Renamed from "Clean Design".
8514 (Clean Design and Portable Implementation): Document portable
8515 methods of handling file names, and the associated macros.
8516
85172001-04-02 Eli Zaretskii <eliz@gnu.org>
8518
8519 * gdb.texinfo (Tracepoint Actions): Mention the "info scope"
8520 command and provide a cross-reference to its description.
8521 (Symbols): Note that "info scope" is useful for trace experiments.
8522
85232001-04-01 Eli Zaretskii <eliz@gnu.org>
8524
8525 * gdb.texinfo (Symbols): Document "info scope".
8526 (Tracepoints): New chapter.
8527 (Contributors): Update for v5.1.
8528 <All nodes>: Change "C++" to "C@t{++}".
8529
8530 * gdbint.texinfo (User Interface): A new section about ui_out
8531 functions, based on text written by Fernando Nasser.
8532
8533 * stabs.texinfo: Change Permissions to GFDL. Update Copyright.
8534
85352001-03-26 Eli Zaretskii <eliz@gnu.org>
8536
8537 * gdb.texinfo: Change Permissions to GFDL. Update Copyright.
8538
8539 * gdbint.texinfo: Change Permissions to GFDL. Update Copyright.
8540
8541 * gdbgui.texinfo: Change Permissions to GFDL. Update Copyright.
8542 Replace "GDB" with "@value{GDBN}". Fix markup.
8543
8544 * annotate.texi: Change Permissions to GFDL. Update Copyright.
8545
8546 * gdb.texinfo (Output Formats): Mention "info symbol" and provide
8547 a cross-reference to its description.
8548 (Symbols): Document "info symbol".
8549
85502001-03-21 Eli Zaretskii <eliz@gnu.org>
8551
8552 * gdbint.texinfo (Algorithms): New section "Watchpoints" and new
8553 subsection "x86 Watchpoints".
8554 (Target Architecture Definition): Document the macros
8555 I386_USE_GENERIC_WATCHPOINTS and TARGET_HAS_HARDWARE_WATCHPOINTS.
8556 (Native Debugging): Document I386_USE_GENERIC_WATCHPOINTS.
8557
85582001-03-20 Andrew Cagney <ac131313@redhat.com>
8559
8560 * gdbint.texinfo (Target Architecture Definition): Update
8561 definition of SOFTWARE_SINGLE_STEP_P to include empty parameter
8562 list.
8563
85642001-03-06 Kevin Buettner <kevinb@redhat.com>
8565
8566 * Makefile.in, all-cfg.texi, annotate.texi, gdb.texinfo,
8567 gdbint.texinfo, refcard.tex: Update/correct copyright notices.
8568
85692001-02-21 Eli Zaretskii <eliz@gnu.org>
8570
8571 * gdb.texinfo (Signals): Document "ignore", "noignore", and "all".
8572
85732001-02-11 Eli Zaretskii <eliz@gnu.org>
8574
8575 * gdb.texinfo (Environment): Document that `path' does not change
8576 the value of PATH in GDB's own environment (it did in the past,
8577 but that was changed on March 15, 1994). Reported by Doug Evans
8578 <dje@transmeta.com>.
8579
8580 * gdbint.texinfo: Fix up @itemize lists so that @item is alone on
8581 its line. Fix markup of commands and macros. Add an Index node
8582 and index entries.
8583
85842001-01-23 J.T. Conklin <jtc@redback.com>
8585
8586 * gdb.texinfo (Memory region attributes): New manual section.
8587
85882001-01-04 Nicholas Duffek <nsd@redhat.com>
8589
8590 * gdbint.texinfo (POP_FRAME): Document use by return_command.
8591
85922000-12-25 Eli Zaretskii <eliz@gnu.org>
8593
8594 * refcard.tex: Version and copyright fixed. From Phil Edwards
8595 <pedwards@disaster.jaj.com>.
8596
8597Thu Nov 30 16:57:19 2000 Andrew Cagney <cagney@b1.cygnus.com>
8598
8599 * gdbint.texinfo (ECOFF_REG_TO_REGNUM, DWARF_REG_TO_REGNUM,
8600 DWARF2_REG_TO_REGNUM): Document.
8601
8602Mon Nov 20 21:29:35 2000 Andrew Cagney <cagney@b1.cygnus.com>
8603
8604 * gdbint.texinfo (Coding): Update current value of
8605 --enable-build-warnings. Mention --enable-gdb-build-warnings.
8606
86072000-11-19 Eli Zaretskii <eliz@gnu.org>
8608
8609 * gdb.texinfo (Continuing and Stepping): Fixed markup and typos,
8610 as suggested by Dmitry Sivachenko <dima@Chg.RU>.
8611
86122000-11-10 Christopher Faylor <cgf@cygnus.com>
8613
8614 * gdb.texinfo: Document new 'set step-mode' command.
8615
86162000-10-16 Eli Zaretskii <eliz@gnu.org>
8617
8618 * gdb.texinfo (Contributors, MIPS Embedded): Minor spelling
8619 changes from Dmitry Sivachenko <dima@Chg.RU>.
8620
86212000-09-26 Eli Zaretskii <eliz@gnu.org>
8622
8623 * gdb.texinfo (Hooks): Document the new post-hook functionality.
8624 From Steven Johnson <sbjohnson@ozemail.com.au>.
8625
86262000-08-10 Mark Kettenis <kettenis@gnu.org>
8627
8628 * gdbint.texinfo (Overall Structure): Spelling fix.
8629
86302000-08-10 Eli Zaretskii <eliz@gnu.org>
8631
8632 * gdbint.texinfo (Target Architecture Definition): Document that
8633 REGISTER_CONVERT_TO_VIRTUAL should only be called on a register
8634 for which REGISTER_CONVERTIBLE returns a zero value.
8635
86362000-07-08 Christopher Faylor <cgf@cygnus.com>
8637
8638 * Makefile.in (install-info): Find files to install in either the
8639 build or source directories (adapted from Makefile.am).
8640
86412000-07-07 Nicholas Duffek <nsd@redhat.com>
8642
8643 * stabs.texinfo: Fix spelling errors.
8644 (String Field): FILE-NUMBER starts from 0, not 1.
8645
86462000-07-05 Eli Zaretskii <eliz@gnu.org>
8647
8648 * refcard.tex: Remove \centerline from the blurb. Patch from
8649 Brian Youmans.
8650
86512000-06-25 Eli Zaretskii <eliz@gnu.org>
8652
8653 * Makefile.in (install-info): Support installation from outside of
8654 the source directory. Reported by Mark Harig
8655 <markh@frazier.landmark.com>.
8656
86572000-06-20 J.T. Conklin <jtc@redback.com>
8658
8659 * gdb.texinfo: Fix typo, $bpnum is set to last breakpoint number.
8660
8661Fri May 26 15:55:33 2000 Andrew Cagney <cagney@b1.cygnus.com>
8662
8663 * Makefile.in (pdf, gdbint.pdf, gdb.pdf, stabs.pdf): New targets.
8664 Generate using pdftex.
8665 (PDFTEX): Define.
8666 (STAGESTUFF, maintainer-clean realclean): Add *.pdf.
8667 (gdb.texinfo, gdbint.texinfo, stabs.texinfo): When TeX insert the
8668 @contents at the start.
8669
86702000-05-24 Eli Zaretskii <eliz@gnu.org>
8671
8672 * gdb.texinfo: Remove duplicate @syncodeindex. From Brian
8673 Youmans.
8674
8675Wed May 24 21:27:58 2000 Andrew Cagney <cagney@b1.cygnus.com>
8676
8677 From Brian Youmans:
8678 * gdb.texinfo: Fix ``et al.''.
8679
8680Tue May 23 22:57:41 2000 Andrew Cagney <cagney@b1.cygnus.com>
8681
8682 * Makefile.in (refcard.dvi): Remove quotes around REFEDITS in for
8683 loop.
8684
86852000-05-19 Jimmy Guo <guo@cup.hp.com>
8686
8687 * configure: Regenerate.
8688
86892000-05-17 Eli Zaretskii <eliz@gnu.org>
8690
8691 * Makefile.in (install-info): Run install-info on installed Info
8692 files.
8693
8694Fri May 12 20:18:04 2000 Andrew Cagney <cagney@b1.cygnus.com>
8695
8696 * gdb.texinfo: Add Stan Shebs, et.al. as authors. Mention
8697 Andrew Cagney.
8698
86992000-05-09 Eli Zaretskii <eliz@gnu.org>
8700
8701 * gdb.texinfo: Proofreading changes from Brian Youmans.
8702
87032000-05-01 Nick Duffek <nsd@cygnus.com>
8704
8705 * gdb.texinfo (Command Files): Mention -x, use @enumerate for
8706 startup sequence, minor edits.
8707
87082000-05-01 Eli Zaretskii <eliz@gnu.org>
8709
8710 * annotate.texi: Remove "@syncodeindex fn cp", it causes grief in
8711 TeX.
8712
8713 * gdb.texinfo: Add "@syncodeindex fn cp". Convert all entries
8714 "@kindex f" into "@kindex f (foo)", otherwise we get index entries
8715 like `n' and `s' which look weird. Convert some of the @kindex to
8716 @vindex, when they refer to variables, not commands.
8717
8718Sat Apr 29 17:01:04 2000 Andrew Cagney <cagney@b1.cygnus.com>
8719
8720 * gdbint.texinfo (Hints): Do not use @value{GDBN in @nodes.
8721
87222000-04-23 Eli Zaretskii <eliz@gnu.org>
8723
8724 * Makefile.in (GDBMI_DIR): New variable.
8725 (SET_TEXINPUTS): Add $(GDBMI_DIR).
8726 (SFILES_DOC): Add $(GDBMI_DIR)/gdbmi.texinfo.
8727 (gdbmi.texinfo): New target, for texi2roff.
8728 (gdb.me, gdb.ms, gdb.mm): Depend on gdbmi.texinfo.
8729 (gdb.info, gdb_toc.html): Add "-I ${GDBMI_DIR}".
8730
8731 * gdb.texinfo (Top): Add GDB/MI to the main menu and @include
8732 gdbmi.texinfo.
8733 (Mode Options): Add xref to GDB/MI docs and remove a FIXME
8734 comment.
8735
87362000-04-17 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
8737
8738 * gdb.texinfo (Files): Update description of add-symbol-file
8739 command.
8740
87412000-04-17 Eli Zaretskii <eliz@gnu.org>
8742
8743 * gdb.texinfo (Porting GDB): Don't use @value in the node name, it
8744 prevents the build (and is generally a Bad Idea).
8745
87462000-04-17 Eli Zaretskii <eliz@gnu.org>
8747
8748 * gdb.texinfo (Protocol): Prevent makeinfo from complaining about
8749 a comma inside @var.
8750 (Command Files): Index markup changes from Dmitry Sivachenko
8751 <dima@Chg.RU>.
8752
87532000-04-16 Eli Zaretskii <eliz@gnu.org>
8754
8755 * Makefile.in (LN_S): Define.
8756 (gdb-cfg.texi, gdb.dvi, links2roff, inc-hist.texinfo): Don't
8757 invoke "ln -s" unless it is known to work.
8758
8759 * configure.in (AC_PROG_LN_S): Add.
8760
87612000-04-14 Jim Blandy <jimb@redhat.com>
8762
8763 * gdbint.texinfo (Pointers Are Not Always Addresses): New manual
8764 section.
8765 (Target Conditionals): Document ADDRESS_TO_POINTER,
8766 POINTER_TO_ADDRESS.
8767
87682000-04-11 Daniel Berlin <dan@cgsoftware.com>
8769
8770 * gdbint.texinfo: Replaced GDB with @value{GDBN}, @include
8771 gdb-cfg.texi to get the value.
8772
87732000-04-10 Jim Blandy <jimb@redhat.com>
8774
8775 * gdbint.texinfo (Target Architecture Definition): Fix
8776 cross-references.
8777
87782000-04-08 Jim Blandy <jimb@redhat.com>
8779
8780 * gdbint.texinfo (Using Different Register and Memory Data
8781 Representations): New section.
8782 (REGISTER_CONVERTIBLE, REGISTER_RAW_SIZE, REGISTER_VIRTUAL_SIZE,
8783 REGISTER_VIRTUAL_TYPE, REGISTER_CONVERT_TO_VIRTUAL,
8784 REGISTER_CONVERT_TO_RAW): Document.
8785
8786Mon Apr 3 19:16:32 2000 Andrew Cagney <cagney@b1.cygnus.com>
8787
8788 * gdb.texinfo (Protocol): Deprecate the sequence-id. Add cindex
8789 for acknowledgments.
8790
8791Tue Mar 28 18:28:45 2000 Andrew Cagney <cagney@b1.cygnus.com>
8792
8793 * gdb.texinfo (Protocol): Replace ``qfThreadExtraInfo'' with
8794 qThreadExtraInfo.
8795
87962000-03-28 J.T. Conklin <jtc@redback.com>
8797
8798 * gdb.texinfo: Clarify which remote debug protocol commands are
8799 required and which are optional.
8800
8801Tue Mar 28 16:06:22 2000 Andrew Cagney <cagney@b1.cygnus.com>
8802
8803 * gdb.texinfo: Revert remainder of Fri Mar 24 18:06:34 2000 Andrew
8804 Cagney <cagney@b1.cygnus.com>. Move @chapter and @node entries
8805 back to annotate.texi, rluser.texinfo and inc-hist.texinfo.
8806 * annotate.texi: Update.
8807
88082000-03-28 Stan Shebs <shebs@apple.com>
8809
8810 * gdb.texinfo: Update dates, bump to Eighth Edition (note
8811 expectation of additional changes before release), update
8812 ISBN, add copy of top-level menu for @ifhtml, remove explicit
8813 node links, rephrase and/or shorten lines to fix formatting
8814 problem in both regular and @smallbook formats.
8815 * annotate.texi: Shorten lines in example, use smallexample
8816 consistently everywhere.
8817 * Makefile.in: Add comment about texinfo 4.0 html generation.
8818 (SFILES_INCLUDED): Add annotate.texi.
8819
88202000-03-27 Daniel Berlin <dan@cgsoftware.com>
8821
8822 * gdb.texinfo (Debugging Output): Added new section, documenting
8823 the "set/show debug" commands.
8824
8825Fri Mar 24 18:06:34 2000 Andrew Cagney <cagney@b1.cygnus.com>
8826
8827 * annotate.texi (Annotations): When GDBN omit @chapter and @node
8828 entry.
8829
8830 * gdb.texinfo: Check for @ifinfo instead of @ifnottex.
8831 (rluser.texinfo, inc-hist.texinfo, annotate.texi): Add local
8832 @chapter and @node entries.
8833
8834 * gdb.texinfo: Link all top-level nodes.
8835
8836Fri Mar 24 17:56:48 2000 Andrew Cagney <cagney@b1.cygnus.com>
8837
8838 * Makefile.in (install-info): Create $(infodir) before installing
8839 files.
8840
88412000-03-23 Fernando Nasser <fnasser@totem.to.cygnus.com>
8842
8843 From David Whedon <dwhedon@gordian.com>
8844 * gdbint.texinfo : Added paragraphs about command deprecation.
8845
88462000-03-22 Daniel Berlin <dan@cgsoftware.com>
8847
8848 * gdb.texinfo: Add documentation for the apropos command.
8849
88502000-03-20 Michael Snyder <msnyder@cleaver.cygnus.com>
8851
8852 * gdb.texinfo: Add new queries ThreadInfo and ThreadExtraInfo.
8853
88542000-03-20 Michael Snyder <msnyder@cleaver.cygnus.com>
8855
8856 * gdb.texinfo: Add white space to prevent overprinting in
8857 two places.
8858
88592000-03-17 Stan Shebs <shebs@apple.com>
8860
8861 * gdb.texinfo: Many minor changes from Dmitry Sivachenko
8862 <dima@Chg.RU>, also clarification of allowed content for
8863 string constants.
8864
88652000-03-16 Eli Zaretskii <eliz@gnu.org>
8866
8867 * gdb.texinfo (main menu): Add Annotations.
8868 (File Options): Add @cindex entries for each command-line option.
8869 Document --epoch, --annotate, --async, --interpreter, --write,
8870 --statistics, and --version.
8871
8872 * annotate.texi: Convert to a chapter. Use @value{GDBN} instead
8873 of GDB.
8874
88752000-02-23 Jim Blandy <jimb@redhat.com>
8876
8877 * gdbint.texinfo (FUNCTION_START_OFFSET): Document.
8878
88792000-02-22 Jim Blandy <jimb@redhat.com>
8880
8881 * gdbint.texinfo: Document COERCE_FLOAT_TO_DOUBLE --- the new form.
8882
88832000-02-15 Jason Molenda (jsm@bugshack.cygnus.com)
8884
8885 * Makefile.in (diststuff): New target.
8886
88872000-02-15 Kevin Buettner <kevinb@redhat.com>
8888
8889 * agentexpr.texi: Fix wording regarding Intel's IA-64
8890 architecture. [From Jim Wilson.]
8891
88922000-01-16 Tom Tromey <tromey@cygnus.com>
8893
8894 * gdb.texinfo (Breakpoints): Mention breakpoint ranges.
8895 (Delete Breaks): Mention range arguments.
8896 (Disabling): Likewise.
8897
88982000-01-05 Dmitry Sivachenko <dima@Chg.RU>
8899
8900 * gdb.texinfo: Wrap "ASCII" in @sc{}; clarify a few sentences.
8901
8902Wed Dec 8 19:53:08 1999 Andrew Cagney <cagney@b1.cygnus.com>
8903
8904 * gdbint.texinfo (FRAME_CHAIN_VALID): Add the generic frame-chain
8905 valid functions.
8906
89071999-11-05 Stan Shebs <shebs@andros.cygnus.com>
8908
8909 * gdb.texinfo: Clarify regular expressions used in rbreak.
8910
89111999-10-15 Kevin Buettner <kevinb@cygnus.com>
8912
8913 * gdbint.texinfo (MEMORY_INSERT_BREAKPOINT,
8914 MEMORY_REMOVE_BREAKPOINT): Document.
8915
8916Thu Oct 14 21:17:17 1999 Andrew Cagney <cagney@b1.cygnus.com>
8917
8918 * gdb.texinfo (remote): Document how GDB ignores the qOffsets BSS
8919 offset re-using the DATA offset instead.
8920
89211999-10-11 Jim Kingdon <kingdon@redhat.com>
8922
8923 * gdbint.texinfo (Target Architecture Definition): Add PARM_BOUNDARY.
8924
89251999-10-05 Stan Shebs <shebs@andros.cygnus.com>
8926
8927 From Dmitry Sivachenko <demon@gpad.ac.ru>:
8928 * gdb.texinfo: Use GDBP and GDBN everywhere, fix a couple other
8929 typos.
8930
8931 * gdb.texinfo: Various minor wording and formatting improvements,
8932 mentions of additional command-line options.
8933
89341999-09-30 Fred Fish <fnf@cygnus.com>
8935
8936 * gdb.texinfo: Document additional forms of specifying section
8937 names and addresses for the add-symbol-file command.
8938
89391999-09-14 Michael Snyder <msnyder@cleaver.cygnus.com>
8940
8941 * gdbint.texinfo: Fix typo, add the word "have".
8942
89431999-09-14 Jim Blandy <jimb@cris.red-bean.com>
8944
8945 * gdbint.texinfo (Target Architecture Definition): Document the
8946 SKIP_PERMANENT_BREAKPOINT macro.
8947
89481999-09-07 Stan Shebs <shebs@andros.cygnus.com>
8949
8950 * gdb.texinfo: Fiks speling errers.
8951
8952 * gdb.texinfo: Fix uses of @multitable.
8953
8954 From Eli Zaretskii <eliz@gnu.org>:
8955 * gdb.texinfo: Include details specific to DOS host, clarify
8956 some confusing language, fix @ref/@xref/@pxref usages, add
8957 comments about using with optimization, add more indexing,
8958 fix info about disassembly-flavor.
8959
8960Tue Sep 7 09:11:24 1999 Kevin Buettner <kevinb@cygnus.com>
8961
8962 * gdbint.texinfo (IN_SOLIB_DYNSYM_RESOLVE_CODE,
8963 SKIP_SOLIB_RESOLVER): Define.
8964
8965Fri Sep 3 18:05:14 1999 Andrew Cagney <cagney@b1.cygnus.com>
8966
8967 * gdb.texinfo (Protocol): Review. Add tables describing ``q'' and
8968 ``g'' packets.
8969
89701999-08-30 Stan Shebs <shebs@andros.cygnus.com>
8971
8972 * gdb.texinfo: Create a new "Configurations" chapter with
8973 platform-specific info, inline remote.texi and move sections of it
8974 into the new chapter, move bits about info proc, heuristic search,
8975 and register stack into the new chapter.
8976 * remote.texi: Remove, now part of gdb.texinfo.
8977 * Makefile.in (SFILES_INCLUDED): Remove ref to remote.texi.
8978
89791999-08-27 Jason Molenda (jsm@bugshack.cygnus.com)
8980
8981 * gdbint.texinfo (GDB_TARGET_IS_SUN3, GDB_TARGET_IS_SUN386,
8982 GDB_TARGET_IS_MACH386): These kludges have gone away.
8983
8984Wed Aug 25 10:47:03 1999 Andrew Cagney <cagney@b1.cygnus.com>
8985
8986 * gdbint.texinfo (Target Architecture Definition): Mention
8987 TDEPLIBS.
8988
89891999-08-20 Stan Shebs <shebs@andros.cygnus.com>
8990
8991 * gdb.texinfo: Remove remaining "HPPA" conditionals, rewrite
8992 surrounding text to fit HP-UX bits into general info.
8993 (HPPA-cfg.texi): Remove, no longer useful.
8994
8995 * gdb.texinfo: Remove explicit links from @node lines, remove
8996 HP-added "Detailed Node Listing" from main menu which confuses
8997 things.
8998
8999 From Dmitry Sivachenko <dima@Chg.RU>:
9000 * gdb.texinfo: Use @value{GDBN} instead of plain GDB, fix grouping
9001 in description of `set environment'.
9002
90031999-08-17 Stan Shebs <shebs@andros.cygnus.com>
9004
9005 * gdbint.texinfo: Update coding standard to allow pure ANSI/ISO C.
9006
90071999-08-12 Ben Elliston <bje@cygnus.com>
9008
9009 * gdbint.texinfo (Breakpoint Handling): Add missing words.
9010
90111999-08-10 Eli Zaretskii <eliz@gnu.org>
9012
9013 * gdb.texinfo (Set Watchpoints): Explain some subtleties about
9014 watch, awatch, and rwatch. Explain why the latter two cannot be
9015 set as software watchpoints. Document that watchpoints for local
9016 variables are deleted when the debuggee terminates.
9017
9018Wed Aug 11 13:18:14 1999 Andrew Cagney <cagney@amy.cygnus.com>
9019
9020 * remote.texi (Protocol): Further clarification of the "qRcmd"
9021 packet. Allow E.. response packet. "qRcmd" packet is no longer
9022 reserved.
9023
90241999-08-10 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
9025
9026 * Makefile.in: Rename inc-hist.texi to inc-hist.texinfo.
9027 * gdb.texinfo: Ditto.
9028
90291999-08-06 Tom Tromey <tromey@cygnus.com>
9030
9031 * gdb.texinfo (KOD): New node.
9032
9033Fri Aug 6 17:05:48 1999 Andrew Cagney <cagney@b1.cygnus.com>
9034
9035 * remote.texi (Rcmd): Fix minor formatting typos.
9036
9037Thu Aug 5 17:57:41 1999 Andrew Cagney <cagney@b1.cygnus.com>
9038
9039 * remote.texi (protocol qRcmd): Allow ``OK'' and ``O...'' response
9040 packets.
9041
90421999-07-14 Jim Blandy <jimb@zwingli.cygnus.com>
9043
9044 * gdbint.texinfo (PREPARE_TO_PROCEED, ADDR_BITS_REMOVE): Doc
9045 fixes.
9046
9047Tue Jun 29 11:43:55 1999 Andrew Cagney <cagney@b1.cygnus.com>
9048
9049 * gdbint.texinfo (SAVE_DUMMY_FRAME_TOS): Define.
9050
9051Fri Jun 25 11:47:06 1999 Andrew Cagney <cagney@b1.cygnus.com>
9052
9053 * remote.texi (Communication Protocol): ``v'' is in use. Fix
9054 numerous formatting errors. Clarify ``i''. Mark ``i'', ``Z'',
9055 ``z'' and ``qRcmd'' as draft instead of reserved. Identify
9056 packets that are not supported on all hosts. Expand examples.
9057 Spell check.
9058
90591999-06-24 Jason Molenda (jsm@bugshack.cygnus.com)
9060
9061 * Makefile.in: Recognize html, install-html. Add targets
9062 to build HTML versions of documentation via texi2html.
9063
9064Thu Jun 24 15:59:03 1999 Stan Shebs <shebs@andros.cygnus.com>
9065
9066 * gdbint.texinfo (Testsuite): New chapter, information about the
9067 testsuite.
9068
9069Fri Jun 25 02:40:34 1999 Andrew Cagney <cagney@b1.cygnus.com>
9070
9071 * remote.texi (Communication Protocol): Rewrite.
9072
9073Thu Jun 24 16:59:54 1999 Andrew Cagney <cagney@b1.cygnus.com>
9074
9075 * stabs.texinfo: Fix uses of xref.
9076
9077Thu Jun 17 17:23:25 1999 Stan Shebs <shebs@andros.cygnus.com>
9078
9079 * gdbint.texinfo: Add an anti-printf exhortation, and update the
9080 info about patch submission.
9081
9082Mon Jun 7 15:49:40 1999 Stan Shebs <shebs@andros.cygnus.com>
9083
9084 From Per Bothner <bothner@cygnus.com>:
9085 * gdb.texinfo: Document Chill support.
9086
9087Fri Jun 4 16:58:22 1999 Andrew Cagney <cagney@b1.cygnus.com>
9088
9089 * gdbint.texinfo (SP_REGNUM, FP_REGNUM, PC_REGNUM): Add reference
9090 to corresponding TARGET_READ_reg TARGET_WRITE_reg macros.
9091 Document that the value should be greater-than or equal-to zero.
9092 (NO_STD_REGS): Document. Deprecate.
9093
9094Tue Jun 1 15:04:15 1999 Andrew Cagney <cagney@b1.cygnus.com>
9095
9096 * gdbint.texinfo (TARGET_COMPLEX_BIT, TARGET_DOUBLE_COMPLEX_BIT):
9097 Document that these are not used.
9098
9099Thu May 27 09:28:15 1999 Andrew Cagney <cagney@b1.cygnus.com>
9100
9101 * gdbint.texinfo (EXTRACT_STRUCT_VALUE_ADDRESS_P): Document.
9102
9103Mon May 24 10:07:39 1999 Andrew Cagney <cagney@b1.cygnus.com>
9104
9105 * gdbint.texinfo (FRAME_NUM_ARGS): Update definition. Parameter
9106 numargs was dropped.
9107
9108Thu May 20 12:26:59 1999 Andrew Cagney <cagney@b1.cygnus.com>
9109
9110 * gdbint.texinfo (FRAMELESS_FUNCTION_INVOCATION): Update.
9111
9112Tue Apr 27 19:14:20 1999 Andrew Cagney <cagney@b1.cygnus.com>
9113
9114 * gdbint.texinfo (SKIP_PROLOGUE, SKIP_PROLOGUE_FRAMELESS_P):
9115 Update.
9116
9117Thu Apr 22 13:07:37 1999 Andrew Cagney <cagney@b1.cygnus.com>
9118
9119 * gdbint.texinfo (USE_GENERIC_DUMMY_FRAMES): Document.
9120 (GET_SAVED_REGISTER): Update, not just the a29k uses this.
9121
9122Wed Apr 21 13:59:01 1999 Dave Brolley <brolley@cygnus.com>
9123
9124 * gdbint.texinfo: Fix typos: $ -> @.
9125
9126Tue Apr 20 11:59:38 1999 Andrew Cagney <cagney@b1.cygnus.com>
9127
9128 * gdbint.texinfo (REGISTER_NAMES, BREAKPOINT, BIG_BREAKPOINT,
9129 LITTLE_BREAKPOINT, LITTLE_REMOTE_BREAKPOINT,
9130 BIG_REMOTE_BREAKPOINT): Deprecate in favor of REGISTER_NAME and
9131 BREAKPOINT_FROM_PC.
9132
9133Mon Apr 12 16:00:44 1999 Andrew Cagney <cagney@b1.cygnus.com>
9134
9135 * gdbint.texinfo (CALL_DUMMY_STACK_ADJUST_P,
9136 CALL_DUMMY_STACK_ADJUST): Document.
9137
9138Thu Apr 8 17:23:15 1999 Andrew Cagney <cagney@b1.cygnus.com>
9139
9140 * gdbint.texinfo (CALL_DUMMY_P, CALL_DUMMY_WORDS,
9141 SIZEOF_CALL_DUMMY_WORDS, CALL_DUMMY): Define.
9142
91431999-04-02 Stan Shebs <shebs@andros.cygnus.com>
9144
9145 * gdbint.texinfo (MAINTENANCE_CMDS): Remove ref, since it no
9146 longer exists.
9147
9148Tue Mar 9 19:25:11 1999 Stan Shebs <shebs@andros.cygnus.com>
9149
9150 * gdb.texinfo, remote.texi, all-cfg.texi, HPPA-cfg.texi: Remove
9151 nearly all @ifset/@ifclear conditionals; nobody uses them, and
9152 they make the manual source incomprehensible.
9153 * h8-cfg.texi: Remove, hasn't been used in years.
9154
9155Thu Feb 11 18:00:59 1999 Stan Shebs <shebs@andros.cygnus.com>
9156
9157 * gdb.texinfo: Update the credits.
9158
9159Mon Feb 8 17:33:57 1999 Stan Shebs <shebs@andros.cygnus.com>
9160
9161 * gdb.texinfo: Fix mistakes noticed in printout of last
9162 draft, add Alpha to discussion of heuristic fence post.
9163
9164Fri Feb 5 17:20:00 1999 Stan Shebs <shebs@andros.cygnus.com>
9165
9166 * gdb.texinfo, remote.texi: Many changes; update to Seventh
9167 Edition, merge some HP changes into mainline, describe some
9168 previously undocumented features, describe more of the target
9169 commands available, eliminate obsolete section on renamed
9170 commands.
9171 * all-cfg.texi, HPPA-cfg.texi: Remove some obsolete conditionals.
9172
9173Wed Jan 20 17:47:45 1999 Stan Shebs <shebs@andros.cygnus.com>
9174
9175 * gdb.texinfo: Make many HPPA conditionals unconditional,
9176 including catchpoint description, since now on for all configs.
9177 * all-cfg.texi: @clear HPPA, since is mainly for very HP-specific
9178 specializations.
9179
9180Thu Jan 14 17:10:12 1999 Stan Shebs <shebs@andros.cygnus.com>
9181
9182 * Makefile.in (GDBvn.texi): Fix match expression to work with
9183 current format of VERSION in gdb/Makefile.in.
9184 * gdb.texinfo: Fix node ref to match new readline.
9185
9186Wed Jan 13 10:38:40 1999 Edith Epstein <eepstein@sophia.cygnus.com>
9187
9188 * gdb.texinfo: Changes made as part of a project to merge in
9189 changes made by HP. Documentation makes extensive use of
9190 @ifclear HPPA and @ifset HPPA. The HP manual omits doumentation
9191 on remote debugging. There are differences in documentation
9192 (HP vs. non-HP) on C++ support (aCC vs. gnu gcc++). Also,
9193 the HP manual discusses catchpoints, hardware watchpoints, and
9194 some HPUX specific limitations for shared library support.
9195
9196 There are also a number of @node changes.
9197
91981999-01-12 Jason Molenda (jsm@bugshack.cygnus.com)
9199
9200 * gdbint.texinfo (Formatting): Disambiguate a sentence.
9201 (C Usage): Same.
9202
9203Wed Jan 6 11:55:34 1999 David Taylor <taylor@texas.cygnus.com>
9204
9205 The following changes were made by Edith Epstein
9206 <eepstein@cygnus.com> as part of a project to merge in changes
9207 made by HP.
9208
9209 * HPPA-cfg.texi: new file.
9210
9211 * all-cfg.texi: set HPPA for HP PA-RISC targets.
9212
9213 * refcard.tex: change documentation about catch.
9214 removed info catch.
9215
9216Mon Jan 4 18:29:18 1999 Stan Shebs <shebs@andros.cygnus.com>
9217
9218 * gdbint.texinfo: Expand on GDB's coding standards,
9219 specify the use of arg names with prototypes.
9220
92211998-12-14 J.T. Conklin <jtc@redbacknetworks.com>
9222
9223 * gdb.texinfo: Fix tipo.
9224
9225Sun Dec 13 10:27:59 1998 Andrew Cagney <cagney@b1.cygnus.com>
9226
9227 * gdbint.texinfo: Document TARGET_BYTE_ORDER_DEFAULT and
9228 TARGET_BYTE_ORDER_SELECTABLE_P.
9229
9230Thu Dec 10 16:07:09 1998 Andrew Cagney <cagney@b1.cygnus.com>
9231
9232 * gdbint.texinfo (FRAME_FIND_SAVED_REGS): Document.
9233
92341998-12-09 Jim Blandy <jimb@zwingli.cygnus.com>
9235
9236 * agentexpr.texi: New file.
9237
9238Wed Dec 9 21:13:57 1998 Andrew Cagney <cagney@chook>
9239
9240 * gdbint.texinfo (REGISTER_NAME): Replace REGISTER_NAMES.
9241
92421998-12-03 J.T. Conklin <jtc@redbacknetworks.com>
9243
9244 * remote.texi: Changed wording that implied that the GDB remote
9245 protocol caches register values instead of GDB itself.
9246
9247Tue Dec 1 17:45:43 1998 Stan Shebs <shebs@andros.cygnus.com>
9248
9249 * gdbint.texinfo: Add some info about symbol readers.
9250 (CHILL_PRODUCER, etc): Comment out descriptions, not useful.
9251 (IN_SOLIB_CALL_TRAMPOLINE): Rename info from IN_SOLIB_TRAMPOLINE.
9252 (IN_SOLIB_RETURN_TRAMPOLINE): Describe.
9253 (KERNEL_DEBUGGING, MIPSEL): No info about these, remove.
9254
9255Mon Nov 30 11:32:21 1998 Andrew Cagney <cagney@chook>
9256
9257 * gdbint.texinfo (FRAME_CHAIN_VALID_ALTERNATE):
9258
9259Sat Nov 28 13:45:53 1998 Andrew Cagney <cagney@b1.cygnus.com>
9260
9261 * gdbint.texinfo (INNER_THAN): Update, now takes parameters.
9262
9263Fri Nov 27 12:39:45 1998 Andrew Cagney <cagney@chook>
9264
9265 * gdbint.texinfo (NO_SINGLE_STEP): Replace with
9266 SOFTWARE_SINGLE_STEP_P and SOFTWARE_SINGLE_STEP.
9267
9268Wed Oct 14 10:02:40 1998 Andrew Cagney <cagney@b1.cygnus.com>
9269
9270 * gdbint.texinfo: Fix minor typos.
9271
9272Wed Sep 30 18:03:19 1998 Stan Shebs <shebs@andros.cygnus.com>
9273
9274 * gdbint.texinfo: Complete overhaul. Group descriptions more
9275 logically, add more info on generic algorithms, remove much
9276 obsolete and/or wrong material.
9277
9278Fri Jul 24 17:51:38 1998 Ian Lance Taylor <ian@cygnus.com>
9279
9280 * stabs.texinfo (Method Type Descriptor): Expand and correct.
9281
9282Mon May 4 10:37:12 1998 Brian Youmans (3diff@gnu.org)
9283
9284 * refcard.tex: Copyright, address updates.
9285
9286Tue Apr 21 18:09:56 1998 Stan Shebs <shebs@andros.cygnus.com>
9287
9288 * gdb.texinfo (EDITION, DATE): Update and change to use ordinals
9289 for the edition instead of confusing GDB-version-like numbers.
9290
9291Mon Apr 13 14:05:00 1998 Fred Fish <fnf@cygnus.com>
9292
9293 * gdb.texinfo (hbreak, watch): Fix typo, "date" -> "data".
9294
9295Thu Apr 2 16:52:44 1998 Jason Molenda (crash@bugshack.cygnus.com)
9296
9297 * LRS: Reformat a bit to keep text under 80 columns.
9298
9299Thu Apr 2 16:10:36 1998 Stan Shebs <shebs@andros.cygnus.com>
9300
9301 * gdb.texinfo: Add some credits, mention bug monitor.
9302 * remote.texi: Mention mips monitor targets.
9303 * gdbint.texinfo: Describe SP_REGNUM, STEP_SKIPS_DELAY.
9304
9305Mon Feb 2 17:13:03 1998 Stan Shebs <shebs@andros.cygnus.com>
9306
9307 * gdbint.texinfo: Remove obsolete mentions of pinsn.c and opcode.h
9308 files, finish sorting of host vs target vs native macros, describe
9309 some more of them.
9310
9311Tue Jan 13 16:44:50 1998 Fred Fish <fnf@cygnus.com>
9312
9313 * gdbint.texinfo (Host Conditionals): Document change from
9314 using NO_MMALLOC to it's inverse, USE_MMALLOC.
9315
9316Mon Nov 24 13:55:21 1997 Andrew Cagney <cagney@b1.cygnus.com>
9317
9318 * gdbint.texinfo (Host Conditionals): Document
9319 PRINTF_HAS_LONG_DOUBLE, SCANF_HAS_LONG_DOUBLE, HAVE_LONG_DOUBLE.
9320
9321Fri Jul 4 14:52:31 1997 Ian Lance Taylor <ian@cygnus.com>
9322
9323 * gdbint.texinfo (Host Conditionals): Add CRLF_SOURCE_LINES.
9324 Document LSEEK_NOT_LINEAR.
9325
9326Tue Mar 25 14:44:09 1997 Ian Lance Taylor <ian@cygnus.com>
9327
9328 * stabs.texinfo (Stab Section Basics): Make it clear that only
9329 some versions of the GNU linker remove the leading N_UNDF symbol.
9330
9331Thu Feb 27 17:45:19 1997 Ian Lance Taylor <ian@cygnus.com>
9332
9333 * stabs.texinfo (String Field): Document type number pairs here,
9334 instead of in the Sun specific section.
9335 (Include Files): The GNU linker supports the N_BINCL
9336 optimization. Clarify the N_BINCL value, and what it is used
9337 for.
9338 (Procedures): Document N_FUN with an empty string to mark the end
9339 of a function.
9340 (Typedefs): Mention that Sun compilers may use N_GSYM for a type.
9341 (Sun Differences): Remove this node, as the information is now
9342 elsewhere in the main document.
9343 (Stab Section Basics): Mention that the GNU linker may optimize
9344 stabs and remove the leading N_UNDF symbol.
9345
9346Mon Dec 9 12:23:32 1996 Roland Pesch <roland@wrs.com>
9347
9348 * gdb.texinfo, refcard.tex: Restore author credit
9349
9350Wed Oct 2 22:01:36 1996 Fred Fish <fnf@fishfood.ninemoons.com>
9351
9352 * gdbint.texinfo (SIGTRAMP_START, SIGTRAMP_END): Update
9353 documentation to account for START and END macros taking
9354 one arg.
9355
9356Thu Aug 22 17:59:03 1996 Fred Fish <fnf@cygnus.com>
9357
9358 From: Eberhard Mattes <mattes@azu.informatik.uni-stuttgart.de>
9359 * gdb.texinfo (Frames): Fix typo.
9360
9361Tue Jul 23 10:06:20 1996 Fred Fish <fnf@cygnus.com>
9362
9363 * gdbint.texinfo (NO_SINGLE_STEP): Document that single_step takes
9364 a target_signal as arg type, not a pid.
9365
9366Fri Jul 12 11:10:05 1996 Stu Grossman (grossman@critters.cygnus.com)
9367
9368 * gdb.texinfo: Document `set assembly-language'.
9369
9370Thu Jul 11 13:50:28 1996 Stan Shebs <shebs@andros.cygnus.com>
9371
9372 * remote.texi: Update list of stubs in the GDB distribution.
9373
9374Fri Jul 5 15:38:54 1996 Fred Fish <fnf@cygnus.com>
9375
9376 * gdbint.texinfo (NO_MMCHECK): Renamed from NO_MMALLOC_CHECK.
9377 Also document that some systems can use mmalloc but must define
9378 this if their C runtime allocates memory that is later freed.
9379 (MMCHECK_FORCE): Document new macro.
9380
9381Fri Jun 28 22:17:10 1996 Dawn Perchik <dawn@cygnus.com>
9382
9383 * remote.texi: Add documentation for target Sparclet.
9384
9385Mon Jun 24 18:12:22 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
9386
9387 * Makefile.in (srcdir, VPATH, prefix, infodir, INSTALL,
9388 INSTALL_PROGRAM, INSTALL_DATA): Use autoconf set values.
9389 * configure.in: Rewritten for autoconf.
9390 * configure: New.
9391
9392Mon Jun 17 10:43:41 1996 Fred Fish <fnf@cygnus.com>
9393
9394 * Makefile.in (DVIPS): New define, set to dvips.
9395 (dvi): Add stabs.dvi.
9396 (ps): New target.
9397 (all-doc): Depend on info, dvi, and ps targets.
9398 (STAGESTUFF): Add *.ps and *.dvi files.
9399 (clean-info, clean-dvi): Remove.
9400 (mostlyclean): Does not depend upon clean-info or clean-dvi,
9401 rules completely rewritten.
9402 (maintainer-clean): Remove clean-info and clean-dvi
9403 dependencies and put their actions in the rules.
9404 (gdb.ps): New target
9405 (gdb.dvi, gdbgui.dvi, gdbint.dvi, stabs.dvi): Remove
9406 intermediate TeX files, whether they have 2 or 3 character
9407 extensions.
9408 (gdbint.ps): Add target and rules.
9409 (gdb-internals): Delete unused target.
9410 (Makefile): Depends upon config.status also.
9411
9412Sat Mar 30 15:46:58 1996 Fred Fish <fnf@cygnus.com>
9413
9414 * gdbint.texinfo (CC_HAS_LONG_LONG): Clarify when/how this is
9415 set.
9416
9417Sat Mar 16 15:10:20 1996 Fred Fish <fnf@cygnus.com>
9418
9419 From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>
9420 * gdb.texinfo (Expressions): Fix erroneous array constant example.
9421
9422Sat Mar 16 13:28:45 1996 Fred Fish <fnf@cygnus.com>
9423
9424 * gdb.texinfo: Add missing "@bullet" to some "@itemize" commands.
9425
9426Sat Feb 10 03:28:36 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
9427
9428 * gdb.texinfo (Print settings): Document
9429 `set/show print static-members' commands.
9430
9431Wed Jan 10 14:16:37 1996 Fred Fish <fnf@cygnus.com>
9432
9433 * gdbint.texinfo (Native): Document name change, coredep.c to
9434 core-aout.c.
9435
9436Wed Dec 13 12:35:28 1995 Ian Lance Taylor <ian@cygnus.com>
9437
9438 * stabs.texinfo (Include Files): Document the values the SunOS4
9439 linker creates for N_BINCL/N_EINCL/N_EXCL stabs.
9440
9441Fri Dec 8 21:08:44 1995 Fred Fish <fnf@cygnus.com>
9442
9443 * gdbint.texinfo (Releases): Change gdb.tar.Z to gdb.tar.gz.
9444 Fix typo.
9445
9446Fri Dec 1 11:07:50 1995 Fred Fish <fnf@cygnus.com>
9447
9448 * gdbint.texinfo (Releases): Make "gdb.tar.gz" rather than
9449 "gdb.tar.Z".
9450
9451Wed Sep 20 13:14:10 1995 Ian Lance Taylor <ian@cygnus.com>
9452
9453 * Makefile.in (maintainer-clean): New target, synonym for
9454 realclean.
9455
9456Thu Aug 3 10:45:37 1995 Fred Fish <fnf@cygnus.com>
9457
9458 * Update all FSF addresses except those in COPYING* files.
9459
9460Wed Jul 19 18:43:03 1995 Stan Shebs <shebs@andros.cygnus.com>
9461
9462 From Richard Earnshaw (rearnsha@armltd.co.uk):
9463 * gdb.texinfo (convenience variables): Document $_exitcode.
9464 (quit): Document optional expression to use as exit code.
9465
9466Thu Jun 22 21:27:33 1995 Victoria Mixon <victoria@cygnus.com>
9467
9468 * gdb.texinfo, remote.texi: Brought up to date with various
9469 GDB changes.
9470
9471Tue Jun 20 14:35:38 1995 Stan Shebs <shebs@andros.cygnus.com>
9472
9473 * gdb.texinfo: Update dates and versions, fix comments about
9474 hardware watchpoints in future releases and about the
9475 sharedlibrary command.
9476
9477Mon May 8 09:30:36 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
9478
9479 * stabs.texinfo: Remove node `XCOFF differences'. Describe value of
9480 C_FUN stab. Other cleanups.
9481
9482Wed Apr 19 07:02:19 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
9483
9484 * remote.texi (Bootstrapping): Clarify that flush_i_cache is only
9485 for the sparc stub.
9486
9487Tue Apr 11 11:41:49 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
9488
9489 * annotate.texi: Clarify which addresses have differing formats
9490 depending on the language and which do not.
9491
9492Tue Mar 28 16:56:22 1995 J.T. Conklin <jtc@rtl.cygnus.com>
9493
9494 * remote.texi (NetWare): Changed example to use BOARD= instead of
9495 NODE= argument to reflect correspoding change to gdbserve.nlm.
9496
9497Fri Mar 17 06:47:02 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
9498
9499 * stabs.texinfo (Negative Type Numbers): Mention the fact that
9500 GDB, as well as AIX dbx, supports the size type attribute.
9501
9502Thu Mar 16 12:11:32 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
9503
9504 * stabs.texinfo (Negative Type Numbers): Document types -31 to -34.
9505
9506Mon Mar 13 16:49:13 1995 Per Bothner <bothner@kalessin.cygnus.com>
9507
9508 * gdb.texinfo (Define): Document $arg0... arguments to commands,
9509 and new 'if' and 'while' commands.
9510
9511Fri Feb 17 15:24:35 1995 Per Bothner <bothner@kalessin.cygnus.com>
9512
9513 * gdb.texinfo (Artificial arrays): Note use of coerce-to-array-type.
9514
9515Wed Feb 15 11:59:18 1995 J.T. Conklin <jtc@rtl.cygnus.com>
9516
9517 * all-cfg.texi: New flag, GDBSERVE, for NetWare's gdbserve.nlm.
9518 * remote.texi (NetWare): New node, how to use gdbserve.nlm on
9519 NetWare targets. Mostly stolen from the Server node.
9520
9521Fri Feb 10 20:20:08 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
9522
9523 * gdb.texinfo (Setting): Talk about the language of a source file
9524 versus the working language. The old documentation did not match
9525 what GDB did.
9526
9527Wed Feb 1 20:26:36 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
9528
9529 * stabs.texinfo (Source Files): Document N_SO used to mark the end
9530 of a source file.
9531
9532Mon Jan 23 14:23:37 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
9533
9534 * gdb.texinfo (Processes): New node.
9535
9536Tue Jan 17 14:09:03 1995 Ian Lance Taylor <ian@sanguine.cygnus.com>
9537
9538 * remote.texi: Update documentation of set/show mipsfpu.
9539
9540Fri Jan 6 17:17:28 1995 Stan Shebs <shebs@andros.cygnus.com>
9541
9542 * gdbgui.texinfo: New file, manual for GUI (gdbtk) users.
9543 * Makefile.in (gdbgui.dvi, gdbgui.info): New actions.
9544
9545Sun Sep 4 16:47:21 1994 Stan Shebs (shebs@andros.cygnus.com)
9546
9547 * gdbint.texinfo: Removed mentions of some incorrectly placed and
9548 obsolete conditionals, described some others.
9549
9550Mon Aug 1 15:42:39 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
9551
9552 * gdbint.texinfo: Remove references to BROKEN_LARGE_ALLOCA and
9553 SET_STACK_LIMIT_HUGE; they were removed from GDB 14 May 1994.
9554
9555Mon Aug 1 15:12:02 1994 Stan Shebs (shebs@andros.cygnus.com)
9556
9557 * gdbint.texinfo: Put regex conditionals in their own table.
9558
9559Tue Jul 26 18:32:52 1994 Stan Shebs (shebs@andros.cygnus.com)
9560
9561 * gdbint.texinfo: Removed mentions of many obsolete conditionals,
9562 described or fixed the descriptions of many others.
9563
9564Sun Jul 17 14:14:03 1994 Stan Shebs (shebs@andros.cygnus.com)
9565
9566 * gdb.texinfo: Add some more credits.
9567 * gdbint.texinfo: Capitalize GDB consistently, describe some
9568 macros and remove some.
9569
9570Thu Jul 14 18:43:17 1994 Stan Shebs (shebs@andros.cygnus.com)
9571
9572 * gdbint.texinfo: Removed mentions of many incorrectly placed and
9573 obsolete conditionals, described some others.
9574
9575Tue Jul 12 12:23:15 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
9576
9577 * gdb.texinfo (help targets): Changed to `help target', which
9578 is the correct gdb command.
9579
9580Wed Jun 22 18:00:51 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
9581
9582 * annotate.texi (TODO): New node, for keeping track of annotations
9583 suggested but not yet implemented.
9584
9585Wed Jun 1 16:10:45 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
9586
9587 * stabs.texinfo (Statics): Value of xcoff C_BSTAT points to
9588 another symbol, it is not the address itself.
9589
9590Thu May 5 20:23:36 1994 Stan Shebs (shebs@andros.cygnus.com)
9591
9592 * stabs.texinfo (Stab Section Basics): Add comment about alignment
9593 of stabs-in-coff sections.
9594
9595Wed May 4 06:26:11 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
9596
9597 * annotate.texi: Change edition to 0.5 and date to May 1994.
9598 Add index.
9599 (Frames): New node, for frame annotation.
9600 (Displays): New node, for display annotation.
9601
9602 * remote.texi (MIPS Remote): Say that set timeout doesn't apply
9603 when waiting for your program to stop.
9604
9605Fri Apr 29 18:24:46 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
9606
9607 * annotate.texi (Breakpoint Info): Document annotation of header
9608 fields and record annotation.
9609
9610Thu Apr 28 07:44:28 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
9611
9612 * annotate.texi: New file, to document annotations.
9613
9614Thu Apr 21 14:20:51 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
9615
9616 * Makefile.in (clean): Don't remove GDBvn.texi (apparently on Jan
9617 16 I meant to make this change but did not). Do remove gdb-cfg.texi.
9618
9619Wed Apr 20 11:22:48 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
9620
9621 * stabs.texinfo (Stab Section Basics): Say what is in .stab
9622 section, and say n_strx field is compilation unit relative.
9623 * stabs.texinfo: Don't use @code for a.out when it is the name of
9624 an object file format.
9625
9626Wed Apr 13 20:29:54 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
9627
9628 * gdb.texinfo: Refer to file names, not path names, per rms
9629 convention.
9630 (Arguments): Fix typo.
9631
9632Thu Mar 24 08:09:12 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
9633
9634 * stabs.texinfo (Global Variables): Talk about stabs in files
9635 where variables are referenced, but not defined.
9636
9637Wed Mar 23 07:16:36 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
9638
9639 * stabs.texinfo: Move stuff on @ and # type descriptors from node
9640 Cplusplus to new nodes Member Type Descriptor and Method Type
9641 Descriptor. Re-write stuff for #.
9642
9643Wed Mar 16 08:20:19 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
9644
9645 * gdb.texinfo (Print Settings): Don't document "set print
9646 fast-symbolic-addr off". The bug which it worked around was fixed
9647 on 25 Feb 94 in coffread.c, so I'm nuking the command.
9648
9649 * stabs.texinfo (Alternate Entry Points): New node, rewritten from
9650 N_ENTRY node.
9651
9652 * stabs.texinfo (Type Descriptors): Add 'Y' type descriptor.
9653
9654Tue Mar 15 08:43:02 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
9655
9656 * gdbint.texinfo (Host Conditionals, Target Conditionals): Remove
9657 references to ieee-float.c.
9658
9659Fri Mar 11 08:09:40 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
9660
9661 * gdb.texinfo (Set Breaks): Update documentation for tbreak to
9662 match what the code actually does.
9663
9664Wed Mar 9 19:43:05 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
9665
9666 * stabs.texinfo (Symbol Descriptors): Add OS9000 symbol descriptor s.
9667
9668Tue Mar 1 17:04:43 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
9669
9670 * stabs.texinfo (Type Descriptors): Add OS9000 type descriptors c,
9671 i, and b.
9672
9673Wed Feb 23 10:44:18 1994 Jim Kingdon (kingdon@rtl.cygnus.com)
9674
9675 * stabs.texinfo: Document N_RBRAC as function relative for COFF as
9676 well as for ELF and SOM. Unify the descriptions of ELF and SOM
9677 as "stabs in sections" rather than just saying "ELF and SOM".
9678 Also make that stuff apply to COFF.
9679
9680Fri Feb 18 08:25:58 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
9681
9682 * gdb.texinfo (Formatting Documentation): Change GhostScript to
9683 Ghostscript.
9684
9685Fri Feb 4 06:31:31 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
9686
9687 * gdb.texinfo (Continuing and Stepping): When talking about "step"
9688 versus functions without line numbers, also mention stepping into
9689 them as well as "step" when you are in them. Tell the user how to
9690 deal with the situation. Add comment about "debugging information".
9691
9692Thu Feb 3 11:39:59 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
9693
9694 * stabs.texinfo (Enumerations): Document restriction on where
9695 enumeration types can appear and still win with GDB.
9696
9697Wed Feb 2 11:29:17 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
9698
9699 * stabs.texinfo (Negative Type Numbers): Document format for type
9700 -16.
9701
9702Thu Jan 27 16:53:56 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
9703
9704 * gdb.texinfo (Selection, Frame Info): Update information about
9705 arbitrary frame specficiations.
9706
9707Wed Jan 26 15:31:57 1994 Roland H. Pesch (pesch@fowanton.cygnus.com)
9708
9709 * gdb.texinfo, remote.texi: general editing pass prior to Net release
9710
9711Tue Jan 25 12:12:04 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
9712
9713 * stabs.texinfo (String Field): Discuss continuing stabs with ?.
9714
9715Wed Jan 19 06:39:24 1994 David J. Mackenzie (djm@thepub.cygnus.com)
9716
9717 * stabs.texinfo (Non-Stab Symbol Types): Mention N_SET* | N_EXT.
9718
9719Sun Jan 16 12:43:32 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
9720
9721 * stabs.texinfo: Re-do stuff about C_BSTAT and move from XCOFF
9722 Differences node to Statics node.
9723 (Statics): Discuss XCOFF use of V symbol descriptor.
9724
9725 * Makefile.in: Remove refcard.dvi and GDBvn.texi in realclean,
9726 not clean.
9727
9728Wed Jan 12 21:29:54 1994 John Gilmore (gnu@cygnus.com)
9729
9730 * gdb.texinfo (Print Settings): Document `set print
9731 fast-symbolic-addr' and improve the doc for some other
9732 `set print's.
9733
9734Mon Jan 3 17:23:07 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
9735
9736 * stabs.texinfo (String Field): Talk about defining several type
9737 numbers at once.
9738 Fix lint regarding changing node ELF Transformations to
9739 ELF and SOM Transformations.
9740
9741Fri Dec 31 00:42:43 1993 John Gilmore (gnu@cygnus.com)
9742
9743 * stabs.texinfo: Insert Peter Kessler's name as inventor (I think).
9744
9745Tue Dec 28 09:30:40 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9746
9747 * stabs.texinfo (Cross-References): `::' is for nested types only
9748 within <>.
9749 (Structures): Document static members.
9750
9751Mon Dec 27 13:55:04 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9752
9753 * stabs.texinfo: Document S type attribute.
9754
9755Sun Dec 26 20:46:36 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
9756
9757 * stabs.texinfo: Add notes about stabs-in-som where appropriate.
9758
9759Fri Dec 3 19:13:19 1993 John Gilmore (gnu@cygnus.com)
9760
9761 * gdbint.texinfo: Fix a few typos.
9762
9763Sun Nov 28 18:06:25 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
9764
9765 * gdb.texinfo, remote.texi: formatting improvements
9766
9767 * gdb.texinfo (New Features): mention threads.
9768 (Summary, C): fix xrefs in newly contributed text.
9769 (Threads): index entries, clarifications, example
9770 (passim): minor typos fixed, phrasing improvements
9771
9772 * remote.texi (Bootstrapping): rephrase text on ^C and add index
9773 entries; (Server): explain use of gdbserver w/real-time systems,
9774 add example of conflicting TCP port; (MIPS Remote) break up
9775 running text into table, highlighting commands, and add example.
9776
9777Wed Nov 24 14:15:56 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
9778
9779 * refcard.tex: avoid bad linebreaks even when REFEDITS=psrc.sed
9780
9781Fri Nov 12 16:10:58 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9782
9783 * stabs.texinfo (Nested Symbols): New node.
9784 (String Field, Symbol Descriptors, Cross-References): Refer to it.
9785
9786Thu Nov 11 13:26:45 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9787
9788 * stabs.texinfo (Stabs in ELF): Clarify how Bbss.bss work with respect
9789 to picking which Bbss.bss symbol to use, and (because there seems to
9790 be no good way of doing it) re-write some of the text to make it
9791 sound like Bbss.bss isn't such a great idea after all (as currently
9792 designed).
9793
9794 * gdb.texinfo (C): In addition to saying people have to use g++ for
9795 good results, say they have to use stabs. Specifically say cfront
9796 doesn't work well.
9797 (Summary): Merge in information on Modula-2, Pascal, and Chill from
9798 the gdb README. Add xrefs to places where the support for the various
9799 languages is described in detail.
9800
9801Mon Nov 8 11:47:34 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9802
9803 * stabs.texinfo: Clean up stuff about visibility and virtual
9804 characters.
9805
9806 * stabs.texinfo (N_M2C): Cite Sun doc.
9807
9808Fri Nov 5 16:27:27 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
9809
9810 * gdb.texinfo: updates re threads.
9811 * remote.texinfo: avoid index entries starting with digits.
9812
9813Tue Nov 2 09:08:37 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9814
9815 * stabs.texinfo (Enumerations): Talk about large, negative and
9816 octal values. Clean up cross reference to type attributes.
9817 (String Field): Say that GDB 4.11 supports size attribute.
9818
9819Sun Oct 31 13:31:10 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9820
9821 * remote.texi (VxWorks Remote): Clarify that rebuilding VxWorks kernel
9822 is a mandatory step. Make the stuff about that more concise.
9823
9824Wed Oct 27 00:25:46 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9825
9826 * stabs.texinfo (Class Names): New node.
9827
9828 * gdb.texinfo (Command Files): Explain order of init file reading.
9829
9830 * remote.texi (Bootstrapping): Talk about getting the serial driver
9831 to deal with ^C sent by gdb to stop the remote system.
9832
9833Mon Oct 25 03:25:41 1993 Tom Lord (lord@cygnus.com)
9834
9835 * libgdb.texinfo (I/O): incorporated better phrasing from rich.
9836
9837 * libgdb.texinfo (Defining Commands): made the DOC arg
9838 to gdb_define_app_command a char * instead of char **
9839 per a suggestion from kingdon.
9840
9841 * libgdb.texinfo: total rewrite from a different starting
9842 premise.
9843
9844Wed Oct 20 18:07:44 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9845
9846 * stabs.texinfo (Local Variable Parameters): Re-write paragraph on
9847 floats passed as doubles (to improve clarity).
9848
9849Tue Oct 19 14:21:18 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
9850
9851 * gdb.texinfo (Source Path): index entries for $cwd, $pdir
9852
9853 * a4rc.sed: update to work with Andreas Vogel papersize params
9854
9855 * refcard.tex: use Andreas Vogel simplifications of papersize
9856 params; remove useless version info; update copyright date.
9857
9858Tue Oct 19 10:46:22 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9859
9860 * gdb.texinfo (Symbols): Add class NAME to doc for ptype.
9861
9862Tue Oct 12 09:11:45 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9863
9864 * gdb.texinfo (Files): Say what address the load command loads it at.
9865
9866 * stabs.texinfo (Common Blocks): Minor cleanups.
9867
9868 * stabs.texinfo: Update ld stabs in elf relocation to reflect the fact
9869 that Sun has backed away from the linker kludge and thus the relevant
9870 issue is changes to the SunPRO tools, not the Solaris linker.
9871
9872 * stabs.texinfo (Traditional Integer Types): Clean up description
9873 of octal bounds a little bit. Document extra leading zeroes.
9874
9875Thu Oct 7 16:15:37 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9876
9877 * gdb.texinfo (Signaling): Update for symbolic symbol names
9878 and add a section explaining the difference between the GDB
9879 signal command and the shell kill utility.
9880
9881Wed Oct 6 13:23:01 1993 Tom Lord (lord@rtl.cygnus.com)
9882
9883 * libgdb.texinfo: added `@' to braces that were unescaped.
9884
9885Mon Oct 4 10:42:18 1993 Tom Lord (lord@rtl.cygnus.com)
9886
9887 * libgdb.texinfo: new file. Spec for the gdb library.
9888
9889Sun Oct 3 15:26:56 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9890
9891 * stabs.texinfo (Include Files): Fix typo (start -> end).
9892
9893Thu Sep 30 18:24:56 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
9894
9895 * gdb.texinfo, remote.texi: assorted small improvements, mostly
9896 from Melissa at FSF's editing pass.
9897
9898Thu Sep 30 11:54:38 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9899
9900 * gdb.texinfo: Remove stuff about ar and 14 character filenames.
9901 I believe this was fixed by the 13 Sep 89 change to print_frame_info.
9902 Also, modern versions of ar like BSD 4.4 or SVR4 don't have this bug.
9903
9904Wed Sep 22 21:22:11 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9905
9906 * remote.texi (Bootstrapping): Discuss 386 call gates.
9907
9908Sat Sep 18 17:10:44 1993 Jim Kingdon (kingdon@poseidon.cygnus.com)
9909
9910 * stabs.texinfo (Based Variables): New node.
9911
9912Thu Sep 16 17:48:55 1993 Jim Kingdon (kingdon@cirdan.cygnus.com)
9913
9914 * stabs.texinfo (Negative Type Numbers): Re-write discussions of
9915 names, sizes, and formats to suggest how not to lose.
9916
9917Sat Sep 11 09:35:11 1993 Jim Kingdon (kingdon@poseidon.cygnus.com)
9918
9919 * stabs.texinfo (Methods): Fix typo.
9920
9921Fri Sep 10 06:34:20 1993 David J. Mackenzie (djm@thepub.cygnus.com)
9922
9923 * gdb.texinfo: Fix a few typos.
9924
9925Wed Sep 8 09:11:52 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9926
9927 * gdb.texinfo: Clarify how well it works with Fortran.
9928
9929 * stabs.texinfo (Stabs In ELF, Statics, ELF Transformations):
9930 More on relocating stabs in ELF files.
9931
9932Tue Sep 7 13:45:02 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9933
9934 * stabs.texinfo (Stabs In ELF): Talk about N_FUN value.
9935
9936Mon Sep 6 19:23:18 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9937
9938 * stabs.texinfo (Local Variable Parameters): Talk about nameless
9939 parameters on VAX.
9940
9941Fri Sep 3 17:06:08 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
9942
9943 * gdb.texinfo: @up/@down -> @raisesections/@lowersections
9944
9945Fri Sep 3 12:04:15 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9946
9947 * stabs.texinfo: Make info author notice match the TeX author notice.
9948
9949Tue Aug 31 13:21:06 1993 David J. Mackenzie (djm@thepub.cygnus.com)
9950
9951 * stabs.texinfo: Initial-caps all words in node names and
9952 non-trivial words in section names.
9953
9954Mon Aug 30 11:13:16 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9955
9956 * stabs.texinfo: Many minor cleanups.
9957
9958 * stabs.texinfo: Remove @deffn except from Expanded Reference node.
9959
9960Sat Aug 28 12:08:09 1993 David J. MacKenzie (djm@edison.eng.umd.edu)
9961
9962 * stabs.texinfo: Remove full description of big example.
9963 It's not really helpful; just use pieces of it where appropriate.
9964 Add more Texinfo formatting directives (@samp, etc.).
9965 Use @deffn to define stab types.
9966 Eliminate some wordiness. Break up some nodes.
9967 Add an (alphabetized) index of symbol types.
9968 Use consistent capitalization style in node and section names.
9969
9970Thu Aug 26 06:36:31 1993 Fred Fish (fnf@deneb.cygnus.com)
9971
9972 * gdb.texinfo: Change typo "Two two" to "The two".
9973
9974Sun Aug 22 12:15:18 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9975
9976 * stabs.texinfo (XCOFF-differences): Remove references to
9977 non-existent types N_DECL and N_RPSYM.
9978
9979 * stabs.texinfo (String Field): Say that type attributes bug is
9980 fixed in GDB 4.10, since it is.
9981
9982 * stabs.texinfo: Clean up djm cleanups, and more cleanups of my own.
9983
9984Sat Aug 21 04:32:28 1993 David MacKenzie (djm@cygnus.com)
9985
9986 * stabs.texinfo: Formatting cleanups.
9987
9988Fri Aug 20 20:49:53 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9989
9990 * stabs.texinfo: When explaining the n_type of a stab, standardize
9991 how we do it ('#' as a comment indicator, "36 is N_FUN" as text,
9992 no tabs, use @r).
9993 (Global Variables): Clean up.
9994
9995Tue Aug 17 15:57:27 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9996
9997 * stabs.texinfo (Stack Variables): Re-write.
9998
9999Mon Aug 16 21:20:08 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10000
10001 * stabs.texinfo (Stabs-in-elf): Talk about getting the start
10002 addresses of a source file. Also revise formatting.
10003 Change "object module" or "object file" to "source file".
10004 Various: Miscellaneous cleanups.
10005
10006Thu Aug 12 15:11:51 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10007
10008 * stabs.texinfo: Point to mangling info in gcc's gpcompare.texi.
10009
10010Tue Aug 10 16:57:49 1993 Stan Shebs (shebs@rtl.cygnus.com)
10011
10012 * gdbint.texinfo: Removed many nonsensical machine-collected
10013 host and target conditionals, described some of the remainder.
10014
10015Tue Aug 10 13:28:30 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10016
10017 * gdbint.texinfo (Getting Started): Use @itemize, not @table.
10018
10019 * gdbint.texinfo (Top): Add name to @top line, and re-write the
10020 paragraph which follows.
10021
10022 * gdbint.texinfo (Host): Use @code not @samp for Makefile
10023 variables. Looks better and avoids overful hbox.
10024
10025Fri Jul 30 18:26:21 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10026
10027 * stabs.texinfo (Procedures): Improve stuff on nested functions.
10028
10029Thu Jul 29 15:10:58 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
10030
10031 * remote.texi: (MIPS Remote) clearer doc for set/show timeout,
10032 retransmit-timeout
10033
10034Thu Jul 29 13:16:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10035
10036 * gdbint.texinfo: Update statement about `some ancient Unix
10037 systems, like Ultrix 4.0' to Ultrix 4.2.
10038
10039Wed Jul 28 15:26:53 1993 Roland H. Pesch (pesch@el_bosque.cygnus.com)
10040
10041 * h8-cfg.texi, all-cfg.texi: new flag GDBSERVER
10042
10043 * Makefile.in: depend on remote.texi rather than gdbinv-s.texi
10044
10045 * remote.texi: (Server) New node on gdbserver. (Remote Serial,
10046 ST2000 Remote, MIPS Remote): mention `host:port' syntax for TCP.
10047
10048 * remote.texi: new name for former gdbinv-s.texi
10049
10050 * gdb.texinfo: use remote.texi rather than gdbinv-s.texi
10051
10052Wed Jul 28 08:26:24 1993 Ian Lance Taylor (ian@cygnus.com)
10053
10054 * gdbinv-s.texi: Documented timeout and retransmit-timeout
10055 variables for MIPS remote debugging protocol.
10056
10057Mon Jul 26 13:00:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10058
10059 * stabs.texinfo (Negative Type Numbers): FORTRAN LOGICAL fix.
10060
10061Tue Jul 20 16:30:41 1993 Jim Kingdon (kingdon@deneb.cygnus.com)
10062
10063 * Makefile.in (refcard.dvi): Use srcdir where necessary.
10064
10065Mon Jul 19 12:02:50 1993 Roland H. Pesch (pesch@cygnus.com)
10066
10067 * gdb.texinfo: repair conditional bugs in text markup
10068
10069Fri Jul 16 18:57:50 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
10070
10071 * gdb.texinfo, all-cfg.texi, h8-cfg.texi: introduce MOD2 switch
10072 to select Modula-2 material.
10073
10074Thu Jul 15 13:15:01 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10075
10076 * stabs.texinfo: Cleanups regarding statics.
10077
10078 * gdbinv-s.texi (Bootstrapping): Document exceptionHandler.
10079 (Debug Session): Mention exceptionHandler. Add xref to Bootstrapping.
10080
10081Mon Jul 12 13:37:02 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10082
10083 * stabs.texinfo: N_MAIN is sometimes used for C.
10084
10085Fri Jul 9 09:47:02 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
10086
10087 * gdbint.texinfo (Host, Target Conditionals): Remove TM_FILE_OVERRIDE.
10088
10089Tue Jul 6 12:41:28 1993 John Gilmore (gnu@cygnus.com)
10090
10091 * gdbint.texinfo (Target Conditionals): Remove NO_TYPEDEFS,
10092 removed from the code by Kingdon.
10093
10094Tue Jul 6 12:24:34 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10095
10096 * gdb.texinfo (Break Commands): Remove stuff about flushing terminal
10097 input when evaluating breakpoint conditions; the bug has been fixed.
10098
10099 * gdb.texinfo (Continuing and Stepping): Argument to "continue"
10100 sets the ignore count to N-1, not to N.
10101
10102Thu Jul 1 14:57:42 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
10103
10104 * refcard.tex (\hoffset): correct longstanding error to match
10105 intended offset; avoids cutting off edge on some printers
10106
10107Wed Jun 30 18:23:06 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10108
10109 * stabs.texinfo (Parameters): Say that order of stabs is significant.
10110
10111Fri Jun 25 21:34:52 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10112
10113 * stabs.texinfo (Common Blocks): Say what Sun FORTRAN does.
10114
10115Fri Jun 25 16:15:10 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
10116
10117 * Makefile.in: (REFEDITS) new var to control whether PS or CM
10118 fonts and whether US or A4 paper for GDB refcard; (refcard.dvi)
10119 collect sed edits if any, apply to refcard before formatting;
10120 (refcard.ps) stop implying PS fonts if PS output requested;
10121 (lrefcard.ps) delete extra target for variant PS fonts
10122
10123 * refcard.tex: parametrize papersize dependent info, collect
10124 in easily replaced spot
10125
10126 * a4rc.sed: new file, edits to refcard for A4 paper
10127
10128Fri Jun 25 14:21:46 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10129
10130 * stabs.texinfo (Negative Type Numbers): Type -16 is 4 bytes.
10131
10132Wed Jun 23 15:02:50 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10133
10134 * stabs.texinfo (Negative Type Numbers): Minor character cleanups.
10135
10136Tue Jun 22 16:31:52 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10137
10138 * stabs.texinfo: Express disapproval of 'D' symbol descriptor
10139 politely rather than rudely.
10140
10141Fri Jun 18 19:42:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10142
10143 * stabs.texinfo: Document common blocks.
10144
10145Fri Jun 18 12:12:57 1993 Fred Fish (fnf@cygnus.com)
10146
10147 * stabs.texinfo: Add some basic info about stabs-in-elf.
10148
10149Fri Jun 18 13:57:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10150
10151 * stabs.texinfo (Top): Minor cleanup.
10152
10153Mon Jun 14 16:16:51 1993 david d `zoo' zuhn (zoo at rtl.cygnus.com)
10154
10155 * Makefile.in (install-info): remove parentdir support
10156
10157Tue Jun 15 18:11:39 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
10158
10159 * gdb.texinfo (Copying): delete this node and references to it;
10160 RMS says this manual need not carry GPL. (passim): Improvements
10161 from last round at FSF, largely due to Ian Taylor review, and
10162 minor formatting improvements.
10163
10164 * gdbinv-s.texi (passim): Improvements from last round at FSF,
10165 largely due to Ian Taylor review. (Debug Session): minor edits to
10166 new text.
10167
10168Sun Jun 13 12:52:39 1993 Jim Kingdon (kingdon@cygnus.com)
10169
10170 * Makefile.in (realclean): Remove info and dvi files too.
10171
10172Sat Jun 12 16:09:22 1993 Jim Kingdon (kingdon@cygnus.com)
10173
10174 * {all,h8}-config.texi: Rename to *-cfg.texi for 14 char filenames.
10175 * Makefile.in: Change accordingly. gdb-config.texi -> gdb-cfg.texi.
10176 * gdb.texinfo: Change accordingly.
10177
10178 * stabs.texinfo: Clean up N_{L,R}BRAC. Discuss what addresses of
10179 N_{L,R}BRAC,N_SLINE are relative to.
10180
10181Fri Jun 11 15:15:55 1993 Jim Kingdon (kingdon@cygnus.com)
10182
10183 * Makefile.in (GDBvn.texi): Update atomically.
10184
10185Wed Jun 9 10:58:16 1993 Jim Kingdon (kingdon@cygnus.com)
10186
10187 * gdbinv-s.texi (Debug Session): Document exceptionHook.
10188
10189Tue Jun 8 13:42:04 1993 Jim Kingdon (kingdon@cygnus.com)
10190
10191 * gdb.texinfo (Print Settings): Move all stuff relating to symbolic
10192 addresses together. Also motivate the set print symbol-filename
10193 command and suggest other solutions.
10194
10195Tue Jun 1 22:46:43 1993 Fred Fish (fnf@cygnus.com)
10196
10197 * gdb.texinfo (set print elements): Note that the number of
10198 elements is set to unlimited by "set print elements 0".
10199
10200Mon May 31 08:06:55 1993 Jim Kingdon (kingdon@cygnus.com)
10201
10202 * stabs.texinfo (Builtin Type Descriptors): Try to clarify what
10203 NF_LDOUBLE means.
10204 (Stab Types): Include Solaris stab types.
10205 (Procedures): Document Solaris extensions.
10206
10207Thu May 27 06:20:42 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
10208
10209 * gdb.texinfo: Add `set print symbol-filename' doc.
10210
10211Wed May 26 00:26:42 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10212
10213 * stabs.texinfo (Arrays): Talk about type definition vs. type
10214 information.
10215
10216 * stabs.texinfo (Builtin Type Descriptors): Talk about omitting
10217 the trailing semicolon.
10218
10219Tue May 25 14:49:42 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10220
10221 * stabs.texinfo (Line Numbers, Source Files): Re-write these two nodes
10222 and merge in other parts of the document addressing these subjects.
10223 gdbint.texinfo (XCOFF): Remove info which is now in stabs.texinfo.
10224
10225 * stabs.texinfo (Subranges, Arrays): Try to explain about the semicolon
10226 at the end of a range type.
10227
10228 * stabs.texinfo (Subranges): "A offset" and "T offset" are not
10229 AIX extensions.
10230
10231Mon May 24 09:00:33 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10232
10233 * stabs.texinfo (Stabs Format): Misc fixes.
10234
10235Sat May 22 10:40:56 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10236
10237 * stabs.texinfo (Constants): Allow an `e' constant to be non-enum.
10238 (Traditional builtin types): Document convex convention for long long.
10239 (Negative builtin types): Discuss type names, and misc fixes.
10240
10241Fri May 21 11:20:31 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10242
10243 * stabs.texinfo (Builtin Type Descriptors): Document the floating
10244 point types used with @samp{R} type descriptor.
10245 (Symbol Descriptors): Describe how to handle conflict between
10246 different meanings of @samp{P} symbol descriptor.
10247
10248Thu May 20 13:35:10 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10249
10250 * stabs.texinfo: Remove node Quick Reference and put its children
10251 directly under the main menu.
10252
10253 * stabs.texinfo: Many more changes to bring it into line with
10254 AIX documentation and reality. I think it now has all the
10255 information from the AIX documentation, except that I burned
10256 out when I got to variant records (Pascal and Modula-2) and
10257 all the COBOL types. Oh well, we can add them later when we're
10258 worrying more about those languages.
10259
10260 * stabs.texinfo (Automatic variables): Talk about what it means
10261 to omit the symbol descriptor.
10262
10263Tue May 18 17:59:18 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10264
10265 * stabs.texinfo (Parameters): Add "(sometimes)" when describing
10266 gcc2 behavior with promoted args.
10267
10268Fri May 14 21:35:29 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
10269
10270 * gdb.texinfo: include readline appendices in info version of manual
10271
10272Fri May 7 11:56:18 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
10273
10274 * gdbinv-s.texi (Remote Serial): describe new ^C behavior in
10275 target remote.
10276
10277 * gdb.texinfo (Machine Code): more index entries for disassemble
10278
10279Fri May 7 10:12:30 1993 Fred Fish (fnf@cygnus.com)
10280
10281 * Clarify the intended use of the gdb-testers and gdb-patches
10282 mailing lists, and shrink gzip comment.
10283
10284Thu May 6 16:39:50 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
10285
10286 * gdb.texinfo (Shell Commands): do not mention SHELL env var in
10287 DOSHOST configuration of manual.
10288
10289 * gdb.texinfo (MIPS Stack): new node.
10290
10291 * all-config.texi (MIPS) new switch.
10292
10293 * gdbinv-s.texi (Nindy Options) Remove two instances of future
10294 tense; (MIPS Remote) new node.
10295
10296 * gdb.texinfo (passim) rephrases to work around makeinfo @value
10297 bug; (Environment) less passive, other small cleanups in text about
10298 .cshrc/.bashrc; (Invoking GDB) new MIPS Remote menu entry;
10299 (Remote) new MIPS Remote menu entry.
10300
10301Thu Apr 29 09:36:25 1993 Jim Kingdon (kingdon@cygnus.com)
10302
10303 * stabs.texinfo: Many changes to include information from the
10304 AIX documentation.
10305
10306 * gdb.texinfo (Environment): Mention pitfall with .cshrc.
10307
10308Tue Apr 27 14:02:57 1993 Jim Kingdon (kingdon@cygnus.com)
10309
10310 * gdbint.texinfo (new node Debugging GDB, elsewhere):
10311 Move a bunch of information from ../README.
10312 (Getting Started): New node.
10313
10314Fri Apr 23 17:21:13 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
10315
10316 * gdbinv-s.texi, gdb.texinfo: include Hitachi SH target
10317
10318 * gdb.texinfo: advance manual revision dates to present
10319
10320 * gdbinv-s.texi, gdb.texinfo, all-config.texi, h8-config.texi:
10321 stop using silly Roman numerals in @set variable names
10322
10323Fri Apr 23 07:30:01 1993 Jim Kingdon (kingdon@cygnus.com)
10324
10325 * stabs.texinfo (Parameters): Keep trying to get this right.
10326
10327Wed Apr 21 15:18:47 1993 Jim Kingdon (kingdon@cygnus.com)
10328
10329 * stabs.texinfo (Parameters): More on "local parameters".
10330
10331Mon Apr 19 08:00:51 1993 Jim Kingdon (kingdon@cygnus.com)
10332
10333 * stabs.texinfo (Parameters): Re-do "local parameters" section.
10334
10335Sun Apr 18 09:47:45 1993 Jim Kingdon (kingdon@cygnus.com)
10336
10337 * stabs.texinfo (Symbol descriptors): Re-do using @table and @xref.
10338 (Parameters): Rewrite.
10339 (xcoff-differences, Sun-differences): Minor changes.
10340
10341Thu Apr 15 02:35:24 1993 John Gilmore (gnu@cacophony.cygnus.com)
10342
10343 * stabs.texinfo: Minor cleanup.
10344
10345Wed Apr 14 17:31:00 1993 Jim Kingdon (kingdon@cygnus.com)
10346
10347 * gdbint.texinfo: Minor xcoff stuff.
10348
10349Wed Apr 7 14:11:07 1993 Fred Fish (fnf@cygnus.com)
10350
10351 * gdbint.texinfo: Update for new config directory structure.
10352 Add info about internal type data structures.
10353
10354Mon Apr 5 09:06:30 1993 Ian Lance Taylor (ian@cygnus.com)
10355
10356 * Makefile.in (SFILES_INCLUDED): gdb-config.texi is no longer in
10357 $(srcdir).
10358 (gdb-config.texi): Depend on file in $(srcdir).
10359
10360Fri Apr 2 16:55:13 1993 Jim Kingdon (kingdon@cygnus.com)
10361
10362 * stabs.texinfo: Fixes about N_SO.
10363
10364Fri Mar 26 18:00:35 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
10365
10366 * gdb.texinfo: include list of nonstandard init file names
10367
10368 * *-config.texi: new switch GENERIC for text that applies *only*
10369 to (usual) multiple-target version of manual
10370
10371 * gdb.texinfo, gdbinv-s.texi: Update conditional markup to correct
10372 h8 config
10373
10374 * gdb.texinfo: depend on latest fixed makeinfo, use conditionals
10375 in menus (rather than conditionally selected multiple alternative
10376 menus).
10377
10378 * Makefile.in: define and use DOC_CONFIG var to select
10379 configuration for GDB user manual.
10380
10381 * gdb-config.texi: delete from repository, generate from Makefile.
10382
10383 * all-config.texi: normal `generic' configuration file, formerly
10384 stored as gdb-config.texi
10385
10386Wed Mar 24 14:03:19 1993 david d `zoo' zuhn (zoo at poseidon.cygnus.com)
10387
10388 * Makefile.in: add dvi target to build all .dvi files
10389
10390Tue Mar 23 16:03:24 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
10391
10392 * gdb.texinfo, gdvinv-s.texinfo: formatting improvements.
10393
10394Fri Mar 19 21:46:50 1993 John Gilmore (gnu@cygnus.com)
10395
10396 * gdbint.texinfo: Doc NO_MMALLOC and NO_MMALLOC_CHECK as
10397 host conditionals.
10398 * stabs.texinfo: More array fixes inspired by Jim's.
10399
10400Fri Mar 19 10:23:34 1993 Jim Kingdon (kingdon@cygnus.com)
10401
10402 * stabs.texinfo: Fixes re arrays and continuations.
10403
10404 * gdbint.texinfo: Add XCOFF node.
10405
10406Mon Mar 8 15:52:18 1993 John Gilmore (gnu@cygnus.com)
10407
10408 * gdb.texinfo: Add `set print max-symbolic-offset' doc.
10409
10410Sun Feb 21 17:09:38 1993 Per Bothner (bothner@rtl.cygnus.com)
10411
10412 * stabs.texinfo: Fix for array types to mention lower bounds.
10413
10414Thu Feb 18 01:19:49 1993 John Gilmore (gnu@cygnus.com)
10415
10416 * gdbint.texinfo: Update PTRACE_ARG3_TYPE doc, pull PT_*.
10417
10418Wed Feb 17 08:15:24 1993 John Gilmore (gnu@cygnus.com)
10419
10420 * gdbint.texinfo: Remove SET_STACK_LIMIT_HUGE from target defines.
10421
10422Thu Feb 11 10:38:40 1993 John Gilmore (gnu@cygnus.com)
10423
10424 * gdbint.texinfo: Fix thinko (NM_FILE => NAT_FILE). Found
10425 by Michael Ben-Gershon <mybg@CS.HUJI.AC.IL>.
10426
10427Wed Feb 10 23:59:19 1993 John Gilmore (gnu@cygnus.com)
10428
10429 * gdbint.texinfo: Eliminate IBM6000_HOST, document IBM6000_TARGET.
10430
10431Tue Feb 9 18:26:21 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
10432
10433 * gdb.texinfo, gdbinv-s.texi: misc updates
10434
10435Sat Feb 6 10:25:47 1993 John Gilmore (gnu@cygnus.com)
10436
10437 * gdbint.texinfo: Brief documentation for longjmp support,
10438 from an email msg by Stu.
10439
10440Fri Feb 5 14:10:15 1993 John Gilmore (gnu@cygnus.com)
10441
10442 * stabs.texinfo: Fix description of floating point "range"
10443 types (which really define basic types). Reported by Jim Meehan,
10444 <meehan@src.dec.com>.
10445
10446 * gdbint.texinfo: Remove COFF_NO_LONG_FILE_NAMES define, now gone.
10447
10448Thu Feb 4 13:56:46 1993 Ian Lance Taylor (ian@cygnus.com)
10449
10450 * gdbint.texinfo: Slightly expand section on supporting a new
10451 object file format.
10452
10453Thu Feb 4 01:49:04 1993 John Gilmore (gnu@cygnus.com)
10454
10455 * Makefile.in (refcard.ps, lrefcard.ps): Remove psref.tex
10456 intermediate file.
10457
10458Tue Feb 2 12:18:06 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
10459
10460 * gdb.texinfo, gdbinv-s.texi: miscellaneous stylistic cleanups
10461
10462Mon Feb 1 15:35:47 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
10463
10464 * gdbinv-s.texi: z8000 simulator target name is just "sim"
10465
10466 * gdbinv-s.texi: Mention that Z8000 simulator can simulate Z8001
10467 as well as Z8002.
10468
10469Sat Nov 28 06:51:35 1992 John Gilmore (gnu@cygnus.com)
10470
10471 * gdbint.texinfo: Add sections on clean design and on how to send
10472 in changes.
10473
10474Mon Nov 9 23:57:02 1992 John Gilmore (gnu@cygnus.com)
10475
10476 * gdbint.texinfo: Add how to declare the result of make_cleanup.
10477
10478Mon Oct 26 11:09:47 1992 John Gilmore (gnu@cygnus.com)
10479
10480 * gdb.texinfo: Fix typo, reported by Karl Berry.
10481
10482Fri Oct 23 00:41:21 1992 John Gilmore (gnu@cygnus.com)
10483
10484 * gdb.texinfo: Add opcodes dir to GDB distribution description.
10485
10486Sat Oct 10 18:04:58 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
10487
10488 * gdbint.texinfo: fixed a stray email address (needs @@),
10489 added @table @code to node "Native Conditionals"
10490
10491Tue Sep 22 00:34:15 1992 John Gilmore (gnu@cygnus.com)
10492
10493 * gdbint.texinfo: Describe coding style of GDB.
10494
10495Mon Sep 21 19:32:16 1992 John Gilmore (gnu@cygnus.com)
10496
10497 * stabs.texinfo: Minor wording changes.
10498
10499Tue Sep 15 02:57:09 1992 John Gilmore (gnu@cygnus.com)
10500
10501 * gdbint.texinfo: Improve release doc slightly.
10502
10503Fri Sep 11 01:34:25 1992 John Gilmore (gnu@sphagnum.cygnus.com)
10504
10505 * gdbint.texinfo: Improve doc of GDB config macros.
10506
10507Wed Sep 9 16:52:06 1992 John Gilmore (gnu@cygnus.com)
10508
10509 * stabs.texinfo: Remove Bothner's changes for C++ nested types.
10510 These will be reinserted when examined.
10511
10512Mon Aug 24 01:17:55 1992 John Gilmore (gnu@cygnus.com)
10513
10514 * gdbint.texinfo: Make a start at documenting all the #if macros
10515 in GDB. At least list them all, and start separating them into
10516 host-specific and target-specific.
10517
10518Tue Aug 18 15:59:13 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)
10519
10520 * gdbinv-s.m4.in: refrain from using @cartouche for just a few
10521 examples (not consistent w others).
10522 gdb.texinfo: issue disclaimer paragraph on cmdline options only
10523 for generic vn of doc
10524
10525Tue Aug 18 14:53:27 1992 Ian Lance Taylor (ian@cygnus.com)
10526
10527 * Makefile.in: always create installation directories.
10528
10529Tue Aug 18 14:11:50 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)
10530
10531 * gdb.texinfo: in h8 config, do not describe searching commands.
10532
10533Mon Aug 17 18:07:59 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)
10534
10535 * gdb.texinfo, none.m4, h8.m4, gdbinv-s.m4.in: improve H8/300
10536 conditionals; introduce a few generic switches that may be
10537 useful for other cross-dev or dos-hosted configs.
10538
10539 * gdb.texinfo: fix typo in "info reg" description
10540
10541Sun Aug 16 01:16:18 1992 John Gilmore (gnu@cygnus.com)
10542
10543 * stabs.texinfo: Minor updates from running TeX over it.
10544 * Makefile.in (stabs.dvi, stabs.ps): Add.
10545
10546Sat Aug 15 20:52:24 1992 Per Bothner (bothner@rtl.cygnus.com)
10547
10548 * stabs.texinfo: Stabs documentation, written by Julia Menapace.
10549 First pass at converting it to texinfo.
10550
10551Sat Aug 15 03:14:59 1992 John Gilmore (gnu@cygnus.com)
10552
10553 * gdb.texinfo, refcard.tex: Document mult args on `info reg'.
10554 * Makefile.in (refcard.ps, lrefcard.ps): Add missing $(srdir).
10555
10556Fri Aug 14 21:08:47 1992 John Gilmore (gnu@cygnus.com)
10557
10558 * gdbint.texinfo: Add section on partial symbol tables.
10559
10560Sat Jun 20 16:31:10 1992 John Gilmore (gnu at cygnus.com)
10561
10562 * gdb.texinfo: document `set remotedebug' and `set
10563 rstack_high_address'.
10564
10565Thu May 14 17:09:48 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)
10566
10567 * gdb.texinfo: slight expansion of new text on reading info files
10568 * gdbinv-s.m4.in: correct and expand info on cross-debugging
10569 H8/300 from DOS.
10570
10571Tue May 12 12:22:47 1992 John Gilmore (gnu at cygnus.com)
10572
10573 * gdb.texinfo: `info user' => `show user'. Noticed by David Taylor.
10574
10575Mon May 11 19:06:27 1992 John Gilmore (gnu at cygnus.com)
10576
10577 * gdb.texinfo: Say how to read the `info' files.
10578
10579Tue May 5 12:11:38 1992 K. Richard Pixley (rich@cygnus.com)
10580
10581 * Makefile.in: gm4 -> m4.
10582
10583Fri Apr 10 17:50:43 1992 John Gilmore (gnu at rtl.cygnus.com)
10584
10585 * gdb.texinfo: Update for GDB-4.5. Move `Formatting
10586 Documentation' ahead of `Installing GDB' to match README.
10587 Update shared library doc, -readnow and -mapped, and directory
10588 structure (add glob and mmalloc). Update configure doc.
10589
10590Tue Mar 24 23:28:38 1992 K. Richard Pixley (rich@cygnus.com)
10591
10592 * Makefile.in: remove $(srcdir) from gdb.info rule.
10593
10594Sat Mar 7 18:44:50 1992 K. Richard Pixley (rich@rtl.cygnus.com)
10595
10596 * Makefile.in: commented out gdb-all.texinfo rule. This is
10597 temporary.
10598
10599Wed Feb 26 18:04:40 1992 K. Richard Pixley (rich@cygnus.com)
10600
10601 * Makefile.in, configure.in: removed traces of namesubdir,
10602 -subdirs, $(subdir), $(unsubdir), some rcs triggers. Forced
10603 copyrights to '92, '13, changed some from Cygnus to FSF.
10604
10605Fri Dec 13 09:47:31 1991 John Gilmore (gnu at cygnus.com)
10606
10607 * gdb.texinfo: Improve how we ask for bug reports.
10608
10609Tue Dec 10 04:07:21 1991 K. Richard Pixley (rich at rtl.cygnus.com)
10610
10611 * Makefile.in: infodir belongs in datadir.
10612
10613Fri Dec 6 23:57:34 1991 K. Richard Pixley (rich at rtl.cygnus.com)
10614
10615 * Makefile.in: remove spaces following hyphens, bsd make can't
10616 cope. install using INSTALL_DATA. added clean-info. added
10617 standards.text support.
10618
10619Thu Dec 5 22:46:12 1991 K. Richard Pixley (rich at rtl.cygnus.com)
10620
10621 * Makefile.in: idestdir and ddestdir go away. Added copyrights
10622 and shift gpl to v2. Added ChangeLog if it didn't exist. docdir
10623 and mandir now keyed off datadir by default.
10624
10625\f
10626Local Variables:
10627mode: change-log
10628left-margin: 8
10629fill-column: 74
10630version-control: never
10631End:
This page took 0.060937 seconds and 4 git commands to generate.