daily update
[deliverable/binutils-gdb.git] / gdb / doc / ChangeLog
... / ...
CommitLineData
12014-05-23 Markus Metzger <markus.t.metzger@intel.com>
2
3 * gdb.texinfo (Process Record and Replay): Document "set/show btrace
4 replay-memory-access".
5
62014-05-21 Pedro Alves <palves@redhat.com>
7
8 * gdb.texinfo (Starting): Document "set/show
9 auto-connect-native-target".
10 (Target Commands): Document "target native".
11
122014-05-20 Pedro Alves <palves@redhat.com>
13
14 * gdb.texinfo (Memory) <compare-sections>: Generalize comments to
15 not be remote specific. Add cross reference to the qCRC packet.
16 (Separate Debug Files): Update cross reference to the qCRC packet.
17 (General Query Packets) <qCRC packet>: Add anchor.
18
192014-05-17 Doug Evans <xdje42@gmail.com>
20
21 Copy over changes from guile.texi.
22 * python.texi (Basic Python) <gdb.execute>: Add text.
23 (Basic Python) <gdb.post_event>: Remove "main" from "main GDB thread".
24 (Values From Inferior) <Python string>: Add text.
25 (Values From Inferior) <Value.string>: Clarify string length handling.
26 (Pretty Printing API): Add cindex.
27 (Types In Python) <TYPE_CODE_*>: Use vtable instead of table.
28 Remove unnecessary index of gdb.TYPE_CODE_*. Replace @findex with
29 @vindex.
30 (Commands In Python) <COMPLETE_*>: Similarly.
31 (Symbols In Python) <SYMBOL_*>: Similarly.
32 (Breakpoints In Python) <WP_*>: Similarly.
33 (Breakpoints In Python) <BP_*>: Similarly.
34
352014-05-17 David Taylor <dtaylor@emc.com>
36
37 * gdb.texinfo (General Query Packets): Add a note about thread IDs
38 mentioned in the qfThreadInfo reply.
39
402014-05-16 Doug Evans <dje@google.com>
41
42 * gdb.texinfo (Mode Options): Add -D.
43
442014-05-09 Samuel Bronson <naesten@gmail.com>
45
46 * Makefile.in (PACKAGE): Copy from ../Makefile.in in case of
47 "make -C".
48
492014-04-29 Tom Tromey <tromey@redhat.com>
50
51 * gdb.texinfo (Debugging Output): Rename to "set debug varobj" and
52 "show debug varobj".
53
542014-05-01 David Taylor <dtaylor@emc.com>
55
56 * gdb.texinfo (compare-sections): Document the new -r (read-only)
57 option.
58
592014-04-24 Michael Sturm <michael.sturm@mintel.com>
60 Walfred Tedeschi <walfred.tedeschi@intel.com>
61
62 * gdb.texinfo (i386 Features): Add description of AVX512
63 registers.
64
652014-03-31 Doug Evans <dje@google.com>
66
67 * gdb.texinfo (Symbols): Document set/show print symbol-loading.
68
692014-03-30 Doug Evans <dje@google.com>
70
71 * gdb.texinfo (Non-Stop Mode): Remove trailing whitespace.
72 (Background Execution): Ditto.
73
742014-03-21 Pedro Alves <palves@redhat.com>
75 Stan Shebs <stan@codesourcery.com>
76 Hui Zhu <hui@codesourcery.com>
77
78 * gdb.texinfo (Packets): Add anchor to "? packet".
79 Remove fixme and update introduction of "k packet".
80 Add anchor to "vKill packet".
81
822014-03-12 Stan Shebs <stan@codesourcery.com>
83
84 * Doxyfile-gdb-api.in (INPUT): Add gdbtypes.h.
85
862014-02-26 Ludovic Courtès <ludo@gnu.org>
87
88 * guile.texi (Basic Guile): Document 'history-append!'.
89
902014-02-20 Joel Brobecker <brobecker@adacore.com>
91
92 * gdb.texinfo (Files): Document "add-shared-symbol-files"
93 and "assf" as being deprecated.
94 (Cygwin Native): Likewise for "dll-symbols".
95 (Non-debug DLL Symbols): Remove reference to "dll-symbols"
96 as a way to force the loading of symbols from a DLL.
97
982014-02-19 Siva Chandra Reddy <sivachandra@google.com>
99
100 * python.texi (Values From Inferior): Add description about the
101 new feature.
102
1032014-02-17 Doug Evans <xdje42@gmail.com>
104
105 * Makefile.in (GDB_DOC_FILES): Add python.texi.
106 * gdb.texinfo (Python): Moved to ...
107 * python.texi: ... here. New file.
108
1092014-02-17 Ludovic Courtès <ludo@gnu.org>
110
111 * guile.texi (Writing a Guile Pretty-Printer) <example>:
112 Remove 'string-begins-with' procedure. Add 'pretty-printer'
113 parameter to 'str-lookup-function' procedure. Look for
114 the "std::string<" prefix.
115 (Frames In Guile): Add 'frame' parameter to 'frame-read-var'.
116 Adjust description.
117
1182014-02-11 Tejas Belagod <tejas.belagod@arm.com>
119
120 * guile.texi (Values From Inferior In Guile): Remove stray
121 parantheses for deffn.
122 (Disassembly In Guile): Ditto.
123
1242014-02-10 Stan Shebs <stan@codesourcery.com>
125
126 Add Doxygen support.
127 * Makefile.in (doxy): New action, generates Doxygen files.
128 (DOXYGEN): New.
129 (doxyedit): New.
130 * Doxyfile-base.in: New file.
131 * Doxyfile-gdb-api.in: New file.
132 * Doxyfile-gdb-xref.in: New file.
133 * Doxyfile-gdbserver.in: New file.
134 * doxy-index.in: New file.
135 * filter-for-doxygen: New file.
136 * filter-params.pl: New file.
137
1382014-02-10 Doug Evans <xdje42@gmail.com>
139
140 * Makefile.in (GDB_DOC_FILES): Add guile.texi.
141 * gdb.texinfo (Auto-loading): Add set/show auto-load guile-scripts.
142 (Extending GDB): New menu entries Guile, Multiple Extension Languages.
143 (Guile docs): Include guile.texi.
144 (objfile-gdbdotext file): Add objfile-gdb.scm.
145 (dotdebug_gdb_scripts section): Mention Guile scripts.
146 (Multiple Extension Languages): New node.
147 * guile.texi: New file.
148
1492014-01-28 Joel Brobecker <brobecker@adacore.com>
150
151 * gdb.texinfo (Ada Glitches): Document the new "maint ada set/show
152 ignore-descriptive-types". commands.
153
1542014-01-22 Doug Evans <dje@google.com>
155
156 * gdb.texinfo (Server): Mention --debug-format=all|none|timestamp.
157 (gdbserver man): Ditto.
158
1592014-01-16 Markus Metzger <markus.t.metzger@intel.com>
160
161 * gdb.texinfo: Document limited reverse/replay support
162 for target record-btrace.
163
1642014-01-16 Markus Metzger <markus.t.metzger@intel.com>
165
166 * gdb.texinfo (Process Record and Replay): Update documentation.
167
1682014-01-16 Markus Metzger <markus.t.metzger@intel.com>
169
170 * gdb.texinfo (Process Record and Replay): Document new /c
171 modifier accepted by "record function-call-history".
172 Add /i modifier to "record function-call-history" example.
173
1742014-01-15 Yuanhui Zhang <asmwarrior@gmail.com>
175 Joel Brobecker <brobecker@adacore.com>
176
177 * gdb.texinfo (GDB/MI Output Syntax): Add some missing "nl"
178 markers. Remove one that was misplaced.
179
1802014-01-10 Pedro Alves <palves@redhat.com>
181
182 * gdb.texinfo (Your Program's Environment) <set environment>:
183 Mention the shell, and point at 'set exec-wrapper'.
184
1852014-01-07 Joel Brobecker <brobecker@adacore.com>
186
187 * gdb.texinfo (Types In Python): Document new attribute Types.name.
188
1892013-12-30 Joel Brobecker <brobecker@adacore.com>
190
191 * gdb.texinfo (Types In Python): Clarify the documentation
192 of attribute gdb.Field.bitpos.
193
1942013-12-28 Joel Brobecker <brobecker@adacore.com>
195
196 * gdb.texinfo (Types In Python): Fix the documentation of
197 attribute "bitpos" in class gdb.Field for enum types. Add
198 documentation for attribute "enumval" in that same class.
199
2002013-12-28 Joel Brobecker <brobecker@adacore.com>
201
202 * gdb.texinfo (GDB/MI Support Commands): Change @table into
203 @ftable.
204
2052013-12-23 Doug Evans <xdje42@gmail.com>
206
207 * gdb.texinfo (Auto-loading): Move menu up. Move discussion of
208 auto-loaded objfile scripts and .debug_gdb_scripts section to their
209 corresponding section in Extending GDB.
210 (Extending GDB): Move menu up. New menu item "Auto-loading
211 extensions".
212 (Sequences): New menu item "Auto-loading sequences".
213 (Auto-loading sequences): New node.
214 (Python): Rename section from Scripting GDB to Extending GDB.
215 (Python Auto-loading): Update xref, refer to "Auto-loading extensions".
216 Move docs on ways to auto-load extensions to ...
217 (Auto-loading extensions): ... here. New node.
218
2192013-12-23 Joel Brobecker <brobecker@adacore.com>
220
221 * gdb.texinfo (GDB/MI): Add "GDB/MI Support Commands" entry
222 in menu.
223 (GDB/MI Variable Objects): Adjust reference to "-list-features"
224 command, now in a new node.
225 (GDB/MI Support Commands): New node, with its contents being
226 extracted from the "GDB/MI Miscellaneous Commands" node.
227 A small paragraph introducing the section is also added at
228 the start.
229 (GDB/MI Miscellaneous Commands): Delete the description of the
230 -info-gdb-mi-command, -list-features and -list-target-features
231 commands, now hosted in the "GDB/MI Support Commands" node.
232
2332013-12-12 Siva Chandra Reddy <sivachandra@google.com>
234
235 PR python/16113
236 * gdb.texinfo (Values From Inferior): Add a note about using
237 gdb.Field objects as subscripts on gdb.Value objects.
238 (Types In Python): Add description about the new attribute
239 "parent_type" of gdb.Field objects.
240
2412013-12-12 Joel Brobecker <brobecker@adacore.com>
242
243 * gdb.texinfo (GDB/MI Miscellaneous Commands): Add @cindex
244 entry for section docuumenting the -list-features GDB/MI command.
245
2462013-12-10 Joel Brobecker <brobecker@adacore.com>
247
248 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document the new
249 "exec-run-start-option" entry in the output of the "-list-features"
250 command.
251
2522013-12-04 Eli Zaretskii <eliz@gnu.org>
253
254 * gdb.texinfo (i386): Fix yesterday's commit.
255
2562013-12-03 Tom Tromey <tromey@redhat.com>
257
258 * gdb.texinfo (Set Catchpoints): Add @kindex for each command
259 documented here.
260
2612013-12-03 Tom Tromey <tromey@redhat.com>
262
263 * gdb.texinfo (@direntry): Add menu item for gdbserver.
264
2652013-12-03 Walfred Tedeschi <walfred.tedeschi@intel.com>
266
267 * gdb.texinfo (i386 Features): Add MPX feature registers.
268 (x86 Specific featuresx86 Architecture-specific Issues): Adds
269 a subsubsection for MPX and describes the display of the
270 boundary registers.
271
2722013-12-03 Joel Brobecker <brobecker@adacore.com>
273
274 * gdb.texinfo (GDB/MI Miscellaneous Commands): Remove the
275 documentation of the "ada-exceptions" entry.
276
2772013-12-03 Joel Brobecker <brobecker@adacore.com>
278
279 * gdb.texinfo (GDB/MI Result Records): Fix the syntax of the
280 "^error" result record concerning the error message. Document
281 the error code that may also be part of that result record.
282 (GDB/MI Miscellaneous Commands): Document the
283 "undefined-command-error-code" element in the output of
284 the "-list-features" GDB/MI command.
285
2862013-12-03 Joel Brobecker <brobecker@adacore.com>
287
288 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document
289 the new -info-gdb-mi-command GDB/MI command. Document
290 the meaning of "-info-gdb-mi-command" in the output of
291 -list-features.
292
2932013-11-29 Pedro Alves <palves@redhat.com>
294
295 * gdb.texinfo (Frames In Python) <gdb.FRAME_UNWIND_NULL_ID>:
296 Update comment.
297
2982013-11-24 Yao Qi <yao@codesourcery.com>
299
300 * gdb.texinfo (Caching Remote Data): Document new
301 "set/show stack-cache" option.
302
3032013-11-24 Yao Qi <yao@codesourcery.com>
304
305 * gdb.texinfo (Caching Target Data): Replace "ON" with "on".
306 (Maintenance Commands): Replace "ON" and "OFF" with "on" and
307 "off" respectively.
308
3092013-11-23 Yao Qi <yao@codesourcery.com>
310
311 * gdb.texinfo (GDB/MI Variable Objects): Add the description
312 of "displayhint" to the table about child results.
313
3142013-11-21 Yao Qi <yao@codesourcery.com>
315
316 * gdb.texinfo (GDB/MI Variable Objects): Add attribute
317 'dynamic' for the output of command -var-list-children.
318
3192013-11-21 Yao Qi <yao@codesourcery.com>
320
321 * gdb.texinfo (Caching Target Data): Remove "see" before
322 @pxref.
323
3242013-11-20 Yao Qi <yao@codesourcery.com>
325
326 * gdb.texinfo (Caching Target Data): Update doc for
327 per-address-space dcache.
328
3292013-11-20 Yao Qi <yao@codesourcery.com>
330
331 * gdb.texinfo (Data): Rename menu item.
332 (Caching Remote Data): Rename to ...
333 (Caching Target Data): ... it. Update.
334
3352013-11-18 Joel Brobecker <brobecker@adacore.com>
336
337 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document the new
338 "language-option" entry in the output of the "-list-features"
339 command.
340
3412013-11-15 Tom Tromey <tromey@redhat.com>
342
343 * gdb.texinfo (Variables): Note gdb rules for ambiguous cases.
344 Add example.
345
3462013-11-14 Tom Tromey <tromey@redhat.com>
347
348 * gdb.texinfo (Breakpoints In Python): Replace "as" with "in".
349
3502013-11-14 Joel Brobecker <brobecker@adacore.com>
351
352 * gdb.texinfo (Show): Add xref anchor for "show language" command.
353 (Context management): Place current subsection text into its own
354 subsubsection. Add new subsubsection describing the "--language"
355 command option.
356
3572013-11-13 Joel Brobecker <brobecker@adacore.com>
358
359 * gdb.texinfo (GDB/MI Miscellaneous Commands): Delete
360 the documentation of "info-ada-exceptions" in the output
361 of the "-list-features" command. Add the documentation
362 of the "ada-exception" entry instead.
363
3642013-11-12 Joel Brobecker <brobecker@adacore.com>
365
366
367 * gdb.texinfo (GDB/MI Miscellaneous Commands): Fix the first
368 word of a couple of sentences to start with a capital letter.
369
3702013-11-12 Joel Brobecker <brobecker@adacore.com>
371
372 * gdb.texinfo (Ada): Add entry in menu for new "Ada Exceptions" node.
373 (Ada Exceptions): New node.
374 (GDB/MI): Add entry in menu for new "GDB/MI Ada Exceptions
375 Commands" node.
376 (GDB/MI Ada Exceptions Commands): New node.
377 (GDB/MI Miscellaneous Commands): Document new "info-ada-exceptions"
378 field in the output of the "-list-features" command.
379 * NEWS: Add entry for the new "info exceptions" CLI command,
380 and for the new "-info-ada-exceptions" GDB/MI command.
381
3822013-11-11 Phil Muldoon <pmuldoon@redhat.com>
383
384 * gdb.texinfo (Symbol Tables In Python): Add linetable method entry.
385 (Line Tables In Python): New node.
386
3872013-11-08 Doug Evans <dje@google.com>
388
389 * gdb.texinfo (Debugging Output): Update text for
390 "set debug dwarf2-read".
391
3922013-11-08 Doug Evans <dje@google.com>
393
394 * gdb.texinfo (Debugging Output): Update text for
395 "set debug symtab-create".
396
3972013-11-07 Phil Muldoon <pmuldoon@redhat.com>
398
399 * gdb.texinfo (Commands In Python): Document COMPLETE_EXPRESSION
400 constant.
401
4022013-11-07 Phil Muldoon <pmuldoon@redhat.com>
403
404 * gdb.texinfo (Breakpoints In Python): Document temporary
405 option in breakpoint constructor, and add documentation to the
406 temporary attribute.
407
4082013-11-07 Yao Qi <yao@codesourcery.com>
409
410 * gdb.texinfo (GDB/MI Variable Objects): Update doc about the
411 output of "-var-info-expression".
412
4132013-11-06 Pedro Alves <palves@redhat.com>
414
415 * gdb.texinfo (Starting) <set/show startup-with-shell>: Mention
416 non-interactive mode.
417 (Environment) <shell startup files warning>: Mention
418 non-interactive mode. Mention .zshenv for Z shell, and talk about
419 BASH_ENV instead of .bashrc for BASH.
420
4212013-10-29 Nicolas Blanc <nicolas.blanc@intel.com>
422
423 * gdb.texinfo (Commands to Specify Files): Add description
424 of the remove-symbol-file command.
425 * observer.texi: New free_objfile event
426
4272013-10-24 Pedro Alves <palves@redhat.com>
428
429 * gdb.texinfo (Starting): Document set/show startup-with-shell.
430
4312013-10-11 Joel Brobecker <brobecker@adacore.com>
432
433 * gdb.texinfo (Shared Library GDB/MI Catchpoint Commands):
434 New subsection inside which the "-catch-load" and "-catch-unload"
435 commands documentation is now placed.
436 (Ada Exception GDB/MI Catchpoint Commands): New subsection
437 documenting the "-catch-assert" and "-catch-exception" new
438 GDB/MI commands.
439
4402013-10-10 Joel Brobecker <brobecker@adacore.com>
441
442 * gdb.texinfo (Connecting): Remove unnecessary @w{}.
443
4442013-10-10 Joel Brobecker <brobecker@adacore.com>
445
446 * gdb.texinfo (Connecting): Replace "set remotebaud" by "set
447 serial baud".
448 (Remote Configuration): Replace "set remotebaud" by "set serial
449 baud". Replace "show remotebaud" by "show serial baud".
450
4512013-10-07 Pedro Alves <palves@redhat.com>
452
453 PR breakpoints/11568
454 * gdb.texinfo (Thread-Specific Breakpoints): Mention what happens
455 when the thread is removed from the thread list.
456
4572013-10-06 Sergio Durigan Junior <sergiodj@redhat.com>
458
459 * gdb.texinfo (Convenience Variables): Document $_exitsignal.
460 Update entry for $_exitcode.
461
4622013-10-04 Joel Brobecker <brobecker@adacore.com>
463
464 * gdb.texinfo (GDB/MI Program Execution): Document "-exec-run"'s
465 new "--start" option.
466
4672013-10-02 Pedro Alves <palves@redhat.com>
468
469 * gdb.texinfo (Registers): Expand description of saved registers
470 in frames. Explain <not saved>.
471
4722013-09-25 Doug Evans <dje@google.com>
473
474 * gdb.texinfo (Debugging Output): Document set/show debug symfile.
475
4762013-09-16 Stan Shebs <stan@codesourcery.com>
477
478 Remove the internals manual gdbint.texinfo.
479 * Makefile.in (INFO_DEPS): Remove gdbint.info.
480 (PDFFILES): Remove gdbint.pdf.
481 (HTMLFILES): Remove gdbint/index.html.
482 (HTMLFILES_INSTALL): Remove gdbint.
483 (GDBINT_DOC_FILES): Remove.
484 (dvi): Remove gdbint.dvi.
485 (ps): Remove gdbint.ps.
486 * gdbint.texinfo: Remove file.
487 * gdb.texinfo (Maintenance Commands): Remove reference to gdbint.
488
4892013-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
490
491 * gdb.texinfo (Convenience Functions): Mention new convenience
492 function $_isvoid.
493
4942013-09-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
495
496 * gdb.texinfo (Decimal Floating Point format): Mention S/390.
497 (Standard Target Features): Add new node to menu.
498 (S/390 and System z Features): New node.
499
5002013-09-13 Sanimir Agovic <sanimir.agovic@intel.com>
501
502 * gdb.texinfo (GDB/MI Miscellaneous Commands): Use
503 -list-target-features in the example.
504
5052013-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
506
507 * gdb.texinfo (MiniDebugInfo): Prepare file debug and use it to create
508 mini_debuginfo. Strip binary before adding mini_debuginfo to it.
509
5102013-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
511
512 Sync documentation with gdb.base/gnu-debugdata.exp.
513 * gdb.texinfo (MiniDebugInfo): Add comment and "D" in the example.
514
5152013-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
516
517 * gdb.texinfo (MiniDebugInfo): Fix two trailing dots.
518
5192013-08-27 Pedro Alves <pedro@codesourcery.com>
520 Yao Qi <yao@codesourcery.com>
521
522 * gdb.texinfo (GDB/MI Stack Manipulation) <-stack-list-locals>:
523 Document new --skip-unavailable option.
524 <-stack-list-variables>: Document new --skip-unavailable option.
525
5262013-08-26 Doug Evans <dje@google.com>
527
528 * gdb.texinfo (Maintenance Commands): "maint print objfiles" now takes
529 an optional regexp.
530
5312013-08-13 Tom Tromey <tromey@redhat.com>
532
533 * gdbint.texinfo (Testsuite): Use @table, not @itemize.
534 Document GDB_PARALLEL and GDB_INOTIFY.
535
5362013-08-09 Stan Shebs <stan@codesourcery.com>
537
538 * LRS: Remove file, describes a long-abandoned live-range
539 splitting extension to stabs.
540
5412013-07-25 Andrew Burgess <aburgess@broadcom.com>
542
543 * gdb.texinfo (Output Formats): Mention the new 'z' formatter.
544
5452013-07-17 Doug Evans <dje@google.com>
546
547 * gdb.texinfo (Print Settings): Document "print raw frame-arguments".
548
5492013-07-02 Tom Tromey <tromey@redhat.com>
550
551 * gdb.texinfo (Target Commands): Don't mention "target nrom".
552
5532013-06-28 Tom Tromey <tromey@redhat.com>
554
555 * Makefile.in (version.subst): Use version.in, not
556 common/version.in.
557 * gdbint.texinfo (Versions and Branches, Releasing GDB):
558 Likewise.
559
5602013-06-27 Pedro Alves <palves@redhat.com>
561
562 * gdbint.texinfo (Algorithms) <Stepping over runtime loader
563 dynamic symbol resolution code>: New section, based on infrun.c
564 comment.
565
5662013-06-26 Tom Tromey <tromey@redhat.com>
567
568 * gdbint.texinfo (Versions and Branches): Use common/version.in.
569 Update.
570 (Releasing GDB): Likewise.
571
5722013-06-26 Pedro Alves <pedro@codesourcery.com>
573 Yao Qi <yao@codesourcery.com>
574
575 * gdb.texinfo (GDB/MI Tracepoint Commands): Document
576 -trace-frame-collected.
577
5782013-06-26 Pedro Alves <pedro@codesourcery.com>
579
580 * gdb.texinfo (Traceframe Info Format): Document tvar element
581 and its attributes.
582
5832013-06-25 Yao Qi <yao@codesourcery.com>
584
585 * gdbint.texinfo (Testsuite): Document 'gdb,predefined_tsv'.
586
5872013-06-24 Tom Tromey <tromey@redhat.com>
588
589 * Makefile.in (POD2MAN1, POD2MAN5): Use version.subst.
590 (GDBvn.texi): Use version.subst.
591 (version.subst): New target.
592 (mostlyclean): Remove version.subst.
593
5942013-06-20 Pedro Alves <pedro@codesourcery.com>
595
596 * gdb.texinfo (GDB/MI Data Manipulation)
597 <-data-list-register-values>: Document the --skip-unavailable
598 option.
599
6002013-06-07 Yao Qi <yao@codesourcery.com>
601
602 * gdb.texinfo (Symbols): Add kindex and cindex for
603 'maint print msymbols'.
604
6052013-06-05 Simon Marchi <simon.marchi@ericsson.com> (tiny change)
606
607 * gdb.texinfo (Miscellaneous gdb/mi Commands): Fix -add-inferior
608 response field name (thread-group to inferior).
609
6102013-06-04 Gary Benson <gbenson@redhat.com>
611
612 * gdb.texinfo (General Query Packets/qSupported): Added
613 "qXfer:libraries-svr4:read" and "augmented-libraries-svr4-read".
614 to the table of currently defined stub features.
615 Added a more detailed entry for "augmented-libraries-svr4-read".
616 (General Query Packets/qXfer:libraries-svr4:read): Documented
617 the augmented form of this packet.
618
6192013-05-23 Joel Brobecker <brobecker@adacore.com>
620
621 * gdb.texinfo (System-wide Configuration Scripts): Renames
622 "Installed System-wide Configuration Scripts". Add associated
623 @menu block.
624
6252013-05-23 Yao Qi <yao@codesourcery.com>
626 Pedro Alves <palves@redhat.com>
627
628 * gdb.texinfo (Packets): Document 'vCont;r'.
629 (Continuing and Stepping): Document target-assisted range
630 stepping, and the 'set range-stepping' and 'show range-stepping'
631 commands.
632
6332013-05-23 Joel Brobecker <brobecker@adacore.com>
634
635 * gdb.texinfo (Installed System-wide Configuration Scripts):
636 Add subsection describing the scripts now available under
637 the data-dir's system-gdbbinit subdirectory.
638 * NEWS: Add entry announcing the availability of system-wide
639 configuration scripts for ElinOS and Wind River Linux.
640
6412013-05-21 Hui Zhu <hui@codesourcery.com>
642
643 * gdb.texinfo (GDB/MI Breakpoint Commands): Describe the
644 "-dprintf-insert" command.
645
6462013-05-17 Doug Evans <dje@google.com>
647
648 * gdb.texinfo (Maintenance Commands): Update doc for
649 "maint check-psymtabs". Add doc for "maint check-symtabs",
650 "maint expand-symtabs".
651
6522013-05-15 Markus Metzger <markus.t.metzger@intel.com>
653
654 * gdb.texinfo (Process Record and Replay): Document the
655 "record goto" command and its sub-commands.
656
6572013-05-10 Phil Muldoon <pmuldoon@redhat.com>
658
659 * gdb.texinfo (Backtrace): Add "no-filter" argument.
660 (Python API): Add Frame Filters API, Frame Wrapper API,
661 Writing a Frame Filter/Wrapper, Managing Management of Frame
662 Filters chapter entries.
663 (Frame Filters API): New Node.
664 (Frame Wrapper API): New Node.
665 (Writing a Frame Filter): New Node.
666 (Managing Frame Filters): New Node.
667 (Progspaces In Python): Add note about frame_filters attribute.
668 (Objfiles in Python): Ditto.
669 (GDB/MI Stack Manipulation): Add -enable-frame-filters command,
670 @anchors and --no-frame-filters option to -stack-list-variables,
671 -stack-list-frames, -stack-list-locals and -stack-list-arguments
672 commands.
673
6742013-05-08 Joel Brobecker <brobecker@adacore.com>
675
676 * gdbint.texinfo (Native Debugging): Add "AIX Shared Library
677 Support" subsection documenting the XML format used to transfer
678 shared library info on AIX.
679
6802013-05-08 Joel Brobecker <brobecker@adacore.com>
681
682 * gdb.texinfo (Debugging Output): Add documentation of
683 "set debug aix-solib" and "show debug aix-solib" commands.
684
6852013-05-06 Sandra Loosemore <sandra@codesourcery.com>
686
687 * gdb.texinfo (Nios II): New section.
688 (Nios II Features): New section.
689
6902013-05-06 Joel Brobecker <brobecker@adacore.com>
691
692 * gdbint.texinfo (Algorithms): Remove entries documenting
693 DEPRECATED_IBM6000_TARGET, SOLIB_ADD, and
694 SOLIB_CREATE_INFERIOR_HOOK.
695
6962013-04-29 Tom Tromey <tromey@redhat.com>
697
698 PR python/14204:
699 * gdb.texinfo (Python API): Fix menu entry.
700 (Blocks In Python): Fix subsubsection text. Rewrite intro.
701 Define global and static block. Add example. Clarify
702 block relationship for inline functions.
703
7042013-04-29 Tom Tromey <tromey@redhat.com>
705
706 * gdb.texinfo (Python API): Mention Python help and keyword
707 arguments. Move pagination text to Basic Python.
708 (Basic Python): Put pagination text here. Document
709 close-on-exec, SIGCHLD, and SIGINT.
710
7112013-04-19 Pedro Alves <palves@redhat.com>
712
713 * gdbint.texinfo (Misc Guidelines) <Compiler Warnings>: Write
714 "signedness" instead of "signness".
715
7162013-04-19 Pedro Alves <palves@redhat.com>
717
718 * gdbint.texinfo (Misc Guidelines) <Compiler Warnings>: Replace
719 -Wno-pointer-sign text with text on -Wpointer-sign.
720
7212013-04-16 Tom Tromey <tromey@redhat.com>
722
723 * gdb.texinfo (Set Catchpoints): Mention earliest version of
724 GCC that has the SDT probe points.
725
7262013-04-15 Tom Tromey <tromey@redhat.com>
727
728 * gdb.texinfo (Set Catchpoints): Document regexp syntax for
729 exception catchpoints.
730
7312013-04-15 Tom Tromey <tromey@redhat.com>
732
733 * gdb.texinfo (Set Catchpoints): Document $_exception.
734 (Convenience Vars): Mention $_exception.
735
7362013-04-15 Tom Tromey <tromey@redhat.com>
737
738 * gdb.texinfo (Set Catchpoints): Reorganize exception
739 catchpoints. Document "catch rethrow".
740 (Debugging C Plus Plus): Mention "catch rethrow".
741
7422013-04-15 Tom Tromey <tromey@redhat.com>
743
744 * gdb.texinfo (Set Catchpoints): Remove obsolete text.
745
7462013-04-12 Jan Kratochvil <jan.kratochvil@redhat.com>
747 Eli Zaretskii <eliz@gnu.org>
748
749 * gdb.texinfo (Auto-loading safe path): Add quick -iex using command
750 line below the sample output.
751
7522013-04-12 Eli Zaretskii <eliz@gnu.org>
753
754 * gdb.texinfo (Mode Options): Document '-configuration'.
755 (Help): Document "show configuration".
756 (Bug Reporting): Add requirements to include the configuration
757 details in bug reports.
758
7592013-04-11 Jan Kratochvil <jan.kratochvil@redhat.com>
760
761 * Makefile.in (MAN1S): Add gcore.1.
762 Remove "Host, target, and site specific Makefile fragments" comment.
763 (@host_makefile_frag@, HAVE_NATIVE_GCORE_TARGET): New.
764 (install-man1, uninstall-man1): Conditionalize gcore.1.
765 (gcore.1): New.
766 * gdb.texinfo (Man Pages): Add gcore man.
767 (gcore man): New node.
768
7692013-04-10 Pedro Alves <palves@redhat.com>
770
771 * gdb.texinfo (Process Record and Replay): Document that "set
772 record full insn-number-max", "set record
773 instruction-history-size" and "set record
774 function-call-history-size" accept "unlimited".
775 (Backtrace): Document that "set backtrace limit" accepts
776 "unlimited".
777 (List): Document that "set listsize" accepts "unlimited".
778 (Print Settings)" Document that "set print max-symbolic-offset",
779 "set print elements" and "set print repeats" accept "unlimited".
780 (Starting and Stopping Trace Experiments): Document that "set
781 trace-buffer-size" accepts "unlimited".
782 (Remote Configuration): Document that "set tcp connect-timeout"
783 accepts "unlimited".
784 (Command History): Document that "set history size" accepts
785 "unlimited".
786 (Screen Size): Document that "set height" and "set width" accepts
787 "unlimited". Adjust "set pagination"'s description to suggest
788 "set height unlimited" instead of "set height 0".
789
7902013-04-10 Yao Qi <yao@codesourcery.com>
791
792 * gdb.texinfo (Trace Files): Add "target ctf".
793
7942013-04-06 Jan Kratochvil <jan.kratochvil@redhat.com>
795
796 * Makefile.in (POD2MAN1, POD2MAN5): Replace $(VERSION) by ../version.in.
797
798 * Makefile.in (install-man1, install-man5, uninstall-man1)
799 (uninstall-man5): Replace $(MANS) by $(MAN1S) and $(MAN5S) respectively.
800
801 * Makefile.in (gdb.1, gdbserver.1, gdbinit.5): Use $(srcdir).
802
8032013-04-06 Jan Kratochvil <jan.kratochvil@redhat.com>
804 Eli Zaretskii <eliz@gnu.org>
805
806 * gdb.texinfo (gdbserver man): Rename tty to comm. Swap --attach
807 parameters order. Remove "On some targets" for --attach. Document the
808 --multi parameter and extended-remote command. Document all the
809 options.
810
8112013-04-05 Jan Kratochvil <jan.kratochvil@redhat.com>
812
813 * gdb.texinfo (gdb man): Mention option -p. Include Fortran to
814 the list of supported languages.
815
8162013-04-05 Jan Kratochvil <jan.kratochvil@redhat.com>
817
818 Convert man pages to texinfo, new gdbinit.5 texinfo page.
819 * Makefile.in (mandir, man1dir, man5dir, SYSTEM_GDBINIT, MANCONF,
820 (TEXI2POD, POD2MAN1, POD2MAN5, MAN1S, MAN5S, MANS, man): New.
821 (diststuff): Add man.
822 (install-man, install-man1, install-man5, uninstall-man, uninstall-man1)
823 (uninstall-man5): New.
824 (STAGESTUFF): Add *.1 and *.5.
825 (GDBvn.texi): Add SYSTEM_GDBINIT.
826 (gdb.1, gdbserver.1, gdbinit.5): New.
827 (maintainer-clean realclean): Add $(MANS).
828 (install): Add install-man.
829 (uninstall): Add uninstall-man.
830 * gdb.texinfo (@include gdb-cfg.texi): Wrap it by @c man begin INCLUDE.
831 (@copying): Wrap it by @c man begin COPYRIGHT.
832 (Top): Add Man Pages.
833 (Man Pages, gdb man, gdbserver man, gdbinit man): New.
834
8352013-04-02 Pedro Alves <palves@redhat.com>
836
837 * gdb.texinfo (Debugging Output): Document "set/show debug
838 aarch64", "set/show debug coff-pe-read" and "set/show debug
839 mach-o".
840
8412013-04-02 Pedro Alves <palves@redhat.com>
842
843 * gdb.texinfo (Remote Configuration) <set remote @var{name}-packet
844 table>: Add entry for "trace-buffer-size".
845
8462013-03-28 Pedro Alves <palves@redhat.com>
847
848 * gdb.texinfo (Remote Configuration) <set remote @var{name}-packet
849 table>: Add entry for "trace-status".
850
8512013-03-28 Eli Zaretskii <eliz@gnu.org>
852
853 * gdb.texinfo (Maintenance Commands): Use @enumerate, not "@table
854 @bullet", which is invalid (makeinfo 5.1 barfs).
855
8562013-03-28 Pedro Alves <palves@redhat.com>
857
858 PR gdb/15294
859
860 * gdb.texinfo (List) <set listsize>: Adjust to document that
861 listsize 0 means no limit, and remove mention of -1.
862
8632013-03-22 Yao Qi <yao@codesourcery.com>
864
865 * gdb.texinfo (Embedded Processors): Remove menu item
866 "OpenRISC 1000".
867 (OpenRISC 1000): Remove.
868
8692013-03-21 Doug Evans <dje@google.com>
870
871 * gdb.texinfo (Maintenance Commands): Add docs for
872 "mt set per-command {space,time,symtab} {on,off}".
873
8742013-03-14 Hui Zhu <hui@codesourcery.com>
875 Yao Qi <yao@codesourcery.com>
876
877 * gdb.texinfo (Trace Files): Add "tsave -ctf".
878
8792013-03-13 Keith Seitz <keiths@redhat.com>
880
881 * gdb.texinfo (Maintenance Commands): Add missing ')' for
882 "maint agent" reference to Dynamic printf.
883
8842013-03-11 Eli Zaretskii <eliz@gnu.org>
885
886 * gdb.texinfo (General Query Packets): Don't use colon in index
887 entries visible to Info format.
888
8892013-03-11 Markus Metzger <markus.t.metzger@intel.com>
890
891 * gdb.texinfo (Process Record and Replay): Document record
892 changes.
893
8942013-03-11 Markus Metzger <markus.t.metzger@intel.com>
895
896 * gdb.texinfo (Requirements): List qXfer:btrace:read requiring expat.
897 (General Query Packets): Describe Qbtrace:bts, Qbtrace:off, and
898 qXfer:btrace:read.
899
9002013-03-09 Eli Zaretskii <eliz@gnu.org>
901
902 * gdb.texinfo (General Query Packets, Tracepoint Packets): Don't
903 use colons in @anchor and @cindex entries.
904
9052013-03-09 Hafiz Abid Qadeer <abidh@codesourcery.com>
906
907 * gdb.texinfo (QTBuffer:size): Add cindex and anchor.
908
9092013-03-08 Stan Shebs <stan@codesourcery.com>
910 Hafiz Abid Qadeer <abidh@codesourcery.com>
911
912 * gdb.texinfo (Starting and Stopping Trace Experiments): Document
913 trace-buffer-size set and show commands.
914 (Tracepoint Packets): Document QTBuffer:size.
915 (General Query Packets): Document QTBuffer:size.
916
9172013-02-21 Tom Tromey <tromey@redhat.com>
918
919 * gdb.texinfo: Remove bad @syncodeindex.
920 (Values From Inferior, Types In Python, Inferiors In Python)
921 (Events In Python, Threads In Python, Frames In Python, Blocks In
922 Python, Symbols In Python, Symbol Tables In Python): Remove
923 @tables.
924 (Packets, General Query Packets, Tracepoint Packets)
925 (Host I/O Packets): Use @w{} for empty @item.
926
9272013-02-20 Siva Chandra Reddy <sivachandra@google.com>
928
929 * gdb.texinfo (Architectures In Python): Add description about
930 the new method gdb.Architecture.disassemble.
931
9322013-02-15 Pedro Alves <pedro@codesourcery.com>
933 Hafiz Abid Qadeer <abidh@codesourcery.com>
934
935 * gdb.texinfo (GDB/MI Tracepoint Commands) <-trace-status>:
936 Document the "trace-file" field.
937
9382013-02-07 Doug Evans <dje@google.com>
939
940 * gdb.texinfo (Machine Code): Clarify argument to disassemble
941 command.
942
9432013-02-06 Yao Qi <yao@codesourcery.com>
944
945 * gdb.texinfo (GDB/MI Async Records): Document new MI
946 notification "=tsv-modified". Update the document of MI
947 notification "=tsv-created".
948 * observer.texi (GDB Observers): New observer tsv_modified.
949 Update observer tsv_created and tsv_delete.
950
9512013-02-05 Yufeng Zhang <yufeng.zhang@arm.com>
952
953 * gdb.texinfo (AArch64 Features): New section; document
954 org.gnu.gdb.aarch64.core and org.gnu.gdb.aarch64.fpu.
955 (Architectures): Add new AArch64 section to document AArch64
956 architecture specific commands.
957 (ABI): Add description of the new OS ABI "Newlib" and its influence
958 on the longjmp handling.
959
9602013-02-03 Eldar Gaynetdinov <hal9000ed2k@gmail.com>
961 Jan Kratochvil <jan.kratochvil@redhat.com>
962
963 * gdb.texinfo (Backtrace): Added description of 'filename-display'
964 variable in 'set/show backtrace' section.
965
9662013-01-31 Tom Tromey <tromey@redhat.com>
967
968 * gdb.texinfo (Target Commands): Fix typo.
969
9702013-01-23 Siva Chandra Reddy <sivachandra@google.com>
971
972 * doc/gdb.texinfo (Architectures In Python): New sub-sub-section
973 describing the gdb.Architecture class.
974 (Frames In Python): Add description about the new method
975 gdb.Frame.architecture().
976
9772013-01-23 Doug Evans <dje@google.com>
978
979 * gdb.texinfo (Index Section Format): Document .gdb_index version 8.
980
9812013-01-21 Marc Khouzam <marc.khouzam@ericsson.com>
982
983 * gdb.texinfo (GDB/MI Breakpoint Commands): Document new
984 'thread-groups' field when printing a breakpoint in MI.
985
9862012-01-17 Sanjoy Das <sanjoy@playingwithpointers.com>
987 * gdb.texinfo (Using JIT Debug Info Readers): Change documentation
988 to reflect that jit-reader-load now supports absolute file-names.
989
9902013-01-16 Tom Tromey <tromey@redhat.com>
991
992 * gdb.texinfo (Set Catchpoints): Document "catch signal".
993 (Signals): Likewise.
994
9952013-01-16 Tom Tromey <tromey@redhat.com>
996
997 * gdb.texinfo (GDB/MI Breakpoint Information): Document
998 "catch-type" field.
999 (GDB/MI Catchpoint Commands): Add "catch-type" to examples.
1000
10012013-01-07 Tom Tromey <tromey@redhat.com>
1002
1003 * gdb.texinfo (Mode Options): Don't mention -epoch.
1004 (Data, Emacs): Remove obsolete comments.
1005
10062013-01-02 Tom Tromey <tromey@redhat.com>
1007
1008 * gdb.texinfo (GDB/MI Output Records): Update menu.
1009 (GDB/MI Breakpoint Information): New node.
1010 (GDB/MI Breakpoint Commands) <-break-info>: Link to new node.
1011 <-break-insert>: Likewise.
1012
10132012-12-31 Yao Qi <yao@codesourcery.com>
1014
1015 * gdb.texinfo (Remote Non-Stop): Move paragraphs to ...
1016 (Packets): Move "vStopped" packet to ...
1017 (Notification Packets): ... here. Describe the components
1018 of notification. Add a table of supported notifications.
1019 Add an example on the process of he async notification.
1020
10212012-12-25 Jan Kratochvil <jan.kratochvil@redhat.com>
1022
1023 * gdb.texinfo (GDB/MI Data Manipulation) (fullname): Make it always
1024 present.
1025 (GDB/MI File Commands) (-file-list-exec-source-files): Make the
1026 fullname output always present.
1027
10282012-12-23 Pierre Muller <muller@sourceware.org>
1029
1030 * gdbint.texinfo (Function prototypes): Require use of "extern"
1031 modifier for function prototypes in headers.
1032
10332012-12-19 Joel Brobecker <brobecker@adacore.com>
1034
1035 * refcard.tex: Update copyright notice to GPL v3 or later.
1036 Update contact info.
1037
10382012-12-16 Jan Kratochvil <jan.kratochvil@redhat.com>
1039
1040 * gdbint.texinfo (Coding Standards) (C Usage): New rule for 0 vs. NULL.
1041
10422012-12-15 Yao Qi <yao@codesourcery.com>
1043
1044 * gdb.texinfo (Debugging Output): Document 'set debug
1045 notification' and 'show debug notification'.
1046
10472012-12-15 Yao Qi <yao@codesourcery.com>
1048
1049 * gdb.texinfo (Listing Tracepoints): New item and example about
1050 'installed on target' output.
1051 Add more in the example about 'installed on target'.
1052 (GDB/MI Breakpoint Commands): Doc about 'installed field.
1053
10542012-12-14 Tom Tromey <tromey@redhat.com>
1055
1056 * gdb.texinfo (SVR4 Process Information): Mention core files.
1057
10582012-12-12 Mircea Gherzan <mircea.gherzan@intel.com>
1059
1060 * gdb.texinfo (GDB/MI Catchpoint Commands): New section.
1061
10622012-12-11 Pedro Alves <palves@redhat.com>
1063
1064 * gdb.texinfo: Remove all mentions of Unixware throughout.
1065
10662012-12-09 Jan Kratochvil <jan.kratochvil@redhat.com>
1067
1068 * gdbint.texinfo (Host Definition): Remove CC_HAS_LONG_LONG.
1069
10702012-11-29 Tom Tromey <tromey@redhat.com>
1071
1072 * gdb.texinfo (SVR4 Process Information): Document missing
1073 "info proc" subcommands.
1074
10752012-11-29 Yao Qi <yao@codesourcery.com>
1076
1077 PR gdb/1477.
1078 * gdb.texinfo (Print Settings): Correct the default 'demangle-style'
1079 to 'auto' instead of 'gnu'.
1080
10812012-11-26 Tom Tromey <tromey@redhat.com>
1082
1083 * gdb.texinfo (MiniDebugInfo): New node.
1084 (GDB Files): Update.
1085
10862012-11-16 Doug Evans <dje@google.com>
1087
1088 * gdb.texinfo (System-wide configuration): If the system-wide init
1089 file lives in the data-directory, and --data-directory is provided,
1090 look for it there.
1091
10922012-11-15 Tom Tromey <tromey@redhat.com>
1093
1094 * gdb.texinfo (Signaling): Fix typo.
1095
10962012-11-13 Giuseppe Montalto <giuseppe.montalto@st.com>
1097
1098 * gdb.texinfo (GDB/MI Data Manipulation): Document new optional
1099 parameter "count" of -data-write-memory-bytes, and add an example.
1100
11012012-11-12 Tom Tromey <tromey@redhat.com>
1102
1103 * gdb.texinfo (Symbols): Document "info type-printers",
1104 "enable type-printer" and "disable type-printer".
1105 (Python API): Add new node to menu.
1106 (Type Printing API): New node.
1107 (Progspaces In Python): Document type_printers field.
1108 (Objfiles In Python): Likewise.
1109 (gdb.types) <get_type_recognizers, apply_type_recognizers,
1110 register_type_printer, TypePrinter>: Document.
1111
11122012-11-12 Tom Tromey <tromey@redhat.com>
1113
1114 * gdb.texinfo (Symbols): Document "set print type methods",
1115 "set print type typedefs", and flags to ptype and whatis.
1116
11172012-11-09 Andrew Burgess <aburgess@broadcom.com>
1118
1119 * gdb.texinfo (GDB/MI Data Manipulation): Add fullname field to
1120 the example -data-disassemble output. Extend the description of
1121 the -data-disassemble results to document all fields. Document
1122 the cli disassemble command as being related to -data-disassemble.
1123
11242012-11-09 Yao Qi <yao@codesourcery.com>
1125
1126 PR gdb/14777.
1127 * gdb.texinfo (OS Information): Remove doc on command
1128 'info udot'.
1129
11302012-11-08 Joel Brobecker <brobecker@adacore.com>
1131
1132 * gdb.texinfo (Startup): Minor rewording, and clarify scope of
1133 gdb.ini warning for Windows port.
1134
11352012-11-08 Yao Qi <yao@codesourcery.com>
1136
1137 * gdb.texinfo (Search): Add kindex for 'fo'.
1138
11392012-11-05 Tom Tromey <tromey@redhat.com>
1140
1141 PR python/14802:
1142 * gdb.texinfo (Functions In Python): Add example.
1143
11442012-11-03 Yao Qi <yao@codesourcery.com>
1145
1146 * observer.texi (GDB Observers): Remove observer
1147 'tracepoint_modified', 'tracepoint_created' and
1148 'tracepoint_deleted'.
1149
11502012-10-26 Tom Tromey <tromey@redhat.com>
1151
1152 * gdb.texinfo (General Query Packets): Use @itemx for QAgent.
1153
11542012-10-25 Tom Tromey <tromey@redhat.com>
1155
1156 * gdb.texinfo (General Query Packets): Use @itemx.
1157
11582012-10-17 Yao Qi <yao@codesourcery.com>
1159
1160 * observer.texi (GDB Observers): Update observer
1161 'memory_changed'.
1162 * gdb.texinfo (GDB/MI Async Records): Document for
1163 "memory-changed" notification.
1164
11652012-10-15 Doug Evans <dje@google.com>
1166
1167 * gdb.texinfo (Mode Options): Document -nh.
1168 Elaborate on docs for -nx.
1169
11702012-09-26 Siddhesh Poyarekar <siddhesh@redhat.com>
1171
1172 * observer.texi (memory_changed): Expand parameter LEN to ssize_t.
1173
11742012-09-21 Yao Qi <yao@codesourcery.com>
1175 Pedro Alves <palves@redhat.com>
1176
1177 * gdb.texinfo (GDB/MI Async Records): Document notification
1178 'record-started' and 'record-stopped'.
1179 * observer.texi (GDB Observers): New observer 'record-changed'.
1180
11812012-09-19 Thomas Schwinge <thomas@codesourcery.com>
1182
1183 * gdb.texinfo: Document the removal of SH's 'regs' command.
1184
11852012-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
1186
1187 * gdb.texinfo (jump): Mention new alias `j' for `jump'.
1188
11892012-09-18 Yao Qi <yao@codesourcery.com>
1190
1191 * gdb.texinfo (GDB/MI Async Records): Document new MI
1192 notifications '=tsv-created' and '=tsv-deleted'.
1193 * observer.texi (GDB Observers): New observer tsv_created and
1194 tsv_deleted.
1195
11962012-09-18 Yao Qi <yao@codesourcery.com>
1197
1198 * observer.texi (GDB Observers): New observer 'traceframe_changed'.
1199 * gdb.texinfo (GDB/MI Async Records): Mention new MI notification
1200 '=traceframe-changed'.
1201
12022012-09-17 Yao Qi <yao@codesourcery.com>
1203
1204 * gdb.texinfo (List): Describe the meaning of 0 and -1 in
1205 'set listsize'.
1206
12072012-09-13 Jan Kratochvil <jan.kratochvil@redhat.com>
1208 Eli Zaretskii <eliz@gnu.org>
1209
1210 * gdbint.texinfo (Defining Other Architecture Features): Clarify *pcptr
1211 encoding for gdbarch_breakpoint_from_pc, bp_addr for
1212 gdbarch_push_dummy_call and bp_addr for gdbarch_push_dummy_code.
1213
12142012-08-27 Jan Kratochvil <jan.kratochvil@redhat.com>
1215
1216 * gdb.texinfo (objfile-gdb.py file): New paragraph for .exe stripping.
1217
12182012-08-23 Khoo Yit Phang <khooyp@cs.umd.edu>
1219
1220 Document how to return from "python-interactive" to GDB.
1221 * gdb.texinfo (Python Commands): Update documentation.
1222
12232012-08-22 Khoo Yit Phang <khooyp@cs.umd.edu>
1224
1225 Add a new "python-interactive" command that starts a standard
1226 Python interactive prompt with "pi" as alias, and add "py" as
1227 an alias to "python".
1228 * gdb.texinfo (Python Commands): Document the new commands.
1229
12302012-08-22 Tom Tromey <tromey@redhat.com>
1231
1232 * gdbint.texinfo (Host Definition): Remove documentation for
1233 SIGWINCH_HANDLER and SIGWINCH_HANDLER_BODY.
1234
12352012-08-17 Keith Seitz <keiths@redhat.com>
1236
1237 PR c++/13356
1238 * gdb.texinfo (Type and Range Checking): Remove warning.
1239 Remove spurious commas.
1240 Update text and examples for re-implementation of set/show
1241 check type.
1242 (C and C++ Type and Range Checks): Likewise.
1243
12442012-08-16 Yao Qi <yao@codesourcery.com>
1245
1246 * gdb.texinfo (Types In Python): Mention gdb.TYPE_CODE_BITSTRING
1247 is deprecated.
1248
12492012-08-13 Doug Evans <dje@google.com>
1250
1251 * gdb.texinfo (Convenience Vars): Update text for "show convenience"
1252 to include functions.
1253
12542012-08-10 Doug Evans <dje@google.com>
1255
1256 * gdb.texinfo (Convenience Funs): New node.
1257 (Types In Python): Document Type.vector.
1258
12592012-08-09 Yao Qi <yao@codesourcery.com>
1260
1261 * observer.texi: New observer command_param_changed.
1262 * gdb.texinfo (GDB/MI Async Records): Doc for '=cmd-param-changed'.
1263
12642012-08-07 Jan Kratochvil <jan.kratochvil@redhat.com>
1265
1266 * gdbint.texinfo (Debugging GDB): In section
1267 'Debugging @value{GDBN} with itself' change .gdbinit for gdb-gdb.gdb.
1268 Mention also gdb-gdb.py.
1269
12702012-08-07 Yao Qi <yao@codesourcery.com>
1271
1272 Revert the folloing patch:
1273 2012-08-06 Yao Qi <yao@codesourcery.com>
1274 * gdb.texinfo (Remote Configuration): Add kindex for 'set
1275 remote hardware-watchpoint-limit' and 'set
1276 remote hardware-breakpoint-limit'.
1277
12782012-08-06 Nathaniel Flath <flat0103@gmail.com>
1279
1280 * gdb.texinfo (Working Directory): Added information about new
1281 default argument for 'cd' command.
1282
12832012-08-06 Yao Qi <yao@codesourcery.com>
1284
1285 * gdb.texinfo (Remote Configuration): Add kindex for 'set
1286 remote hardware-watchpoint-limit' and 'set
1287 remote hardware-breakpoint-limit'.
1288
12892012-08-06 Yao Qi <yao@codesourcery.com>
1290
1291 Fix PR14371.
1292
1293 * gdb.texinfo (GDB/MI Async Records): Fix the doc for
1294 '=breakpoint-deleted'.
1295
12962012-08-02 Yao Qi <yao@codesourcery.com>
1297
1298 * gdb.texinfo (Native): Remove node Neutrino.
1299
13002012-07-27 Yao Qi <yao@codesourcery.com>
1301
1302 * gdb.texinfo (IPA Protocol Commands): Document new command
1303 'close'.
1304
13052012-07-25 Tom Tromey <tromey@redhat.com>
1306
1307 * gdb.texinfo (Maintenance Commands): Document maint info bfds.
1308
13092012-07-20 Doug Evans <dje@google.com>
1310
1311 * gdb.texinfo (Mode Options): Delete --use-deprecated-index-sections.
1312 (Index Files): Document how to control the use of deprecated index
1313 sections.
1314 (Index Section Format): Replace --use-deprecated-index-sections with
1315 "set use-deprecated-index-sections on".
1316
13172012-07-12 Eli Zaretskii <eliz@gnu.org>
1318
1319 * gdbint.texinfo: Remove @syncodeindex directives that put all the
1320 indices into a single node "Index". Instead, join function and
1321 variable indices into a single index, separate from the concept
1322 index. Requested in
1323 http://sourceware.org/ml/gdb-patches/2012-07/msg00146.html.
1324 (Top): Update the top-level menu: instead of one "Index" there are
1325 now separate entries "Concept Index" and "Function and Variable
1326 Index".
1327 (Concept Index, Function and Variable Index): New nodes.
1328 (Index): Node deleted.
1329
13302012-07-05 Hui Zhu <hui_zhu@mentor.com>
1331
1332 * gdb.texinfo (Maintenance Commands): Change help for "maint agent"
1333 and "maint agent-eval".
1334
13352012-07-03 Eli Zaretskii <eliz@gnu.org>
1336
1337 * gdb.texinfo: Separate the index into 2 indices, cp and fn, to
1338 avoid file-name clashes between Index.html and index.html on
1339 case-insensitive filesystems. See the discussion starting in
1340 http://sourceware.org/ml/gdb-patches/2012-06/msg00457.html for the
1341 details of the problem.
1342 (Top): Update the master menu for the above.
1343 (Concept Index, Command and Variable Index): New nodes, instead of
1344 the old "Index" node that was deleted. All cross-references
1345 updated.
1346
13472012-07-02 Stan Shebs <stan@codesourcery.com>
1348
1349 * gdb.texinfo (Dynamic Printf): Mention agent style and
1350 disconnected dprintf.
1351 (Maintenance Commands): Describe maint agent-printf.
1352 (General Query Packets): Mention BreakpointCommands feature.
1353 (Packets): Document commands extension to Z0 packet.
1354 * agentexpr.texi (Bytecode Descriptions): Document printf
1355 bytecode.
1356
13572012-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
1358
1359 * gdb.texinfo (File Options): Change -ix and -iex commands that apply
1360 only after gdbinit files.
1361 (Startup): Move -iex and -iex commands down after gdbinit files.
1362
13632012-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
1364
1365 * gdb.texinfo (Auto-loading safe path): Note the shell wildcard
1366 possibility.
1367
13682012-06-29 Tom Tromey <tromey@redhat.com>
1369
1370 * gdb.texinfo (Index Section Format): Update for version 7.
1371
13722012-06-28 Stan Shebs <stan@codesourcery.com>
1373
1374 * gdb.texinfo (Miscellaneous GDB/MI Commands): Update -info-os
1375 example, add note about title column.
1376
13772012-06-26 Siva Chandra Reddy <sivachandra@google.com>
1378
1379 * gdb.texinfo (Symbol Tables In Python): Add description about
1380 the new 'last' attribute of gdb.Symtab_and line.
1381
13822012-06-26 Siva Chandra Reddy <sivachandra@google.com>
1383
1384 * gdb.texinfo (Symbol Tables In Python): Correct the description
1385 of the 'pc' attribute of gdb.Symtab_and_line.
1386
13872012-06-26 Doug Evans <dje@google.com>
1388
1389 * gdb.texinfo (Debugging Output): Document debug options dwarf2-read
1390 and symtab-create.
1391
13922012-06-25 Keith Seitz <keiths@redhat.com>
1393
1394 * gdb.texinfo (GDB/MI Breakpoint Commands): Remove "-r" option
1395 from example. Remove "rbreak" from list of corresponding
1396 gdb commands.
1397
13982012-06-23 Doug Evans <dje@google.com>
1399
1400 * gdb.texinfo (Index Section Format): Document version 7 format.
1401
14022012-06-22 Yao Qi <yao@codesourcery.com>
1403
1404 * gdb.texinfo: Add missing cindex for some packets.
1405
14062012-06-20 Keith Seitz <keiths@redhat.com>
1407
1408 * gdb.texinfo (GDB/MI Breakpoint Commands): Re-order options
1409 for -break-insert and document -p.
1410
14112012-06-20 Yao Qi <yao@codesourcery.com>
1412
1413 * gdb.texinfo (Inferiors In Python): Replace "gdb.read_memory"
1414 and "gdb.write_memory" with "Inferior.read_memory" and
1415 "Inferior.write_memory".
1416
14172012-06-15 Patrice Dumas <pertusus@free.fr> (tiny change)
1418
1419 * gdb.texinfo (Summary): Add a link to "Free Documentation".
1420 (Free Documentation): Add @node line.
1421 (Continuing and Stepping) <advance location>: Use @item instead of
1422 @itemx.
1423 (Reverse Execution) <set exec-direction reverse>: Use @item instead of
1424 @itemx.
1425 (Embedded Processors): Put the link to "PA" to its correct place,
1426 according to document structure.
1427 (Python API): Put the link to "Lazy Strings In Python" to its
1428 correct place.
1429 (Index): Use @@ in @tex block to get a literal @.
1430
1431 * gdbint.texinfo: Fix the @subtitle line.
1432
1433 * stabs.texinfo (Top): Put the link to "Symbol Types Index" to its
1434 correct place.
1435
14362012-06-08 Yao Qi <yao@codesourcery.com>
1437
1438 * gdb.texinfo (In-Process Agent): Add 'In-Process Agent
1439 Protocol'.
1440 (In-Process Agent Protocol, IPA Protocol Objects)
1441 (IPA Protocol Commands): New nodes.
1442 (Tracepoint Packets): Add anchors.
1443
14442012-06-06 Thomas Schwinge <thomas@codesourcery.com>
1445
1446 * gdb.texinfo: Document the deprecation of SH's 'regs' command.
1447
14482012-06-06 Yao Qi <yao@codesourcery.com>
1449
1450 * gdb.texinfo: Update copyright year.
1451
14522012-05-23 Stan Shebs <stan@codesourcery.com>
1453 Kwok Cheung Yeung <kcy@codesourcery.com>
1454
1455 * gdb.texinfo (Miscellaneous GDB/MI Commands): Document -info-os.
1456
14572012-05-20 Jan Kratochvil <jan.kratochvil@redhat.com>
1458
1459 * gdb.texinfo (Separate Debug Files): New anchor debug-file-directory.
1460 Mention also --with-separate-debug-dir.
1461 (Auto-loading): Prepend $debugdir in the sample output.
1462 (Auto-loading safe path): Likewise. Mention also $debugdir for the
1463 auto-load safe-path variable.
1464 (objfile-gdb.py file): Remove the extra debug-file-directory paragraph.
1465 Mention also $debugdir for 'set auto-load scripts-directory'.
1466
14672012-05-19 Eli Zaretskii <eliz@gnu.org>
1468
1469 * gdb.texinfo (Continuing and Stepping, Selection, Byte Order)
1470 (MIPS Embedded, MIPS, MIPS Register packet Format)
1471 (Target Descriptions, MIPS Features): Use @acronym{MIPS} where
1472 appropriate.
1473
14742012-05-18 Sandra Loosemore <sandra@codesourcery.com>
1475 Maciej W. Rozycki <macro@codesourcery.com>
1476
1477 * gdb.texinfo (MIPS): Document "set mips compression" and "show
1478 mips compression".
1479 (MIPS Breakpoint Kinds): New subsubsection.
1480
14812012-05-18 Eli Zaretskii <eliz@gnu.org>
1482
1483 * gdb.texinfo (Architecture-Specific Protocol Details): Define
1484 nodes for subsections. Add @acronym mark-ups and adjust
1485 formatting.
1486
14872012-05-18 Jan Kratochvil <jan.kratochvil@redhat.com>
1488
1489 Rename $ddir to $datadir.
1490 * gdb.texinfo (Auto-loading, Auto-loading safe path)
1491 (objfile-gdb.py file): Rename $ddir to $datadir.
1492
14932012-05-18 Tom Tromey <tromey@redhat.com>
1494
1495 * gdb.texinfo (Print Settings): Document 'set print symbol'.
1496
14972012-05-14 Stan Shebs <stan@codesourcery.com>
1498
1499 * gdb.texinfo (Dynamic Printf): New subsection.
1500
15012012-05-13 Siva Chandra Reddy <sivachandra@google.com>
1502
1503 * gdb.texinfo (Basic Python): Add description about the function
1504 gdb.find_pc_line
1505
15062012-05-12 Jan Kratochvil <jan.kratochvil@redhat.com>
1507 Eli Zaretskii <eliz@gnu.org>
1508
1509 * gdb.texinfo (Separate Debug Files): Use plural form for global
1510 debugging information directory.
1511
15122012-05-11 Stan Shebs <stan@codesourcery.com>
1513 Kwok Cheung Yeung <kcy@codesourcery.com>
1514
1515 * gdb.texinfo (Operating System Auxiliary Information): Document new
1516 'info os' subcommands.
1517
15182012-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
1519
1520 * gdb.texinfo (Auto-loading, Init File in the Current Directory)
1521 (libthread_db.so.1 file, objfile-gdb.gdb file, objfile-gdb.py file)
1522 (dotdebug_gdb_scripts section): Add reference
1523 to 'Auto-loading safe path'.
1524
15252012-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
1526
1527 Implement multi-component --with-auto-load-dir.
1528 * gdb.texinfo (Auto-loading): New references
1529 for 'set auto-load scripts-directory'
1530 and 'show auto-load scripts-directory'.
1531 (Auto-loading safe path): Describe the new default. Move $ddir
1532 substituation reference to 'objfile-gdb.py file'.
1533 (objfile-gdb.py file): Describe script-name alias. Change real-name to
1534 script-name. Describe new 'set auto-load scripts-directory'
1535 and 'show auto-load scripts-directory'.
1536
15372012-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
1538
1539 Provide $ddir substitution for --with-auto-load-safe-path.
1540 * gdb.texinfo (Auto-loading): Replace /usr/local by $ddir/auto-load.
1541 (Auto-loading safe path): Likewise. Mention the default value,
1542 $ddir substitution, --with-auto-load-safe-path and
1543 --without-auto-load-safe-path.
1544 * observer.texi (gdb_datadir_changed): New.
1545
15462012-05-09 Jan Kratochvil <jan.kratochvil@redhat.com>
1547
1548 * gdb.texinfo (Auto-loading): Wrap too long lines in @smallexample.
1549 Twice.
1550
1551 * gdb.texinfo (Separate Debug Files, Auto-loading safe path): Replace
1552 directory separator by path separator.
1553
15542012-05-06 Jan Kratochvil <jan.kratochvil@redhat.com>
1555
1556 * gdb.texinfo (Auto-loading safe path): Make 'directories'
1557 for 'set auto-load safe-path' optional. Mention if it is omitted.
1558 Change disabling security protection condition to "/", twice.
1559
15602012-05-03 Siva Chandra Reddy <sivachandra@google.com>
1561
1562 * gdb.texinfo (Symbol Tables In Python): Add documentation about
1563 the new methods global_block and static_block on gdb.Symtab
1564 objects.
1565
15662012-05-02 Siva Chandra Reddy <sivachandra@google.com>
1567
1568 * gdb.texinfo (Blocks In Python): Add a note saying that future
1569 improvements to GDB and its infrastructure can move symbols
1570 across blocks within a symbol table.
1571
15722012-04-29 Yao Qi <yao@codesourcery.com>
1573
1574 * gdb.texinfo (Architectures): Remove menu entry `A29K'.
1575 (A29K): Remove.
1576
15772012-04-27 Sergio Durigan Junior <sergiodj@redhat.com>
1578 Tom Tromey <tromey@redhat.com>
1579
1580 * gdb.texinfo (Static Probe Points): New entry, explaining SystemTap
1581 and generic static probe support on GDB.
1582
15832012-04-25 Doug Evans <dje@google.com>
1584
1585 * gdb.texinfo (Go): Fix thinko.
1586
1587 * gdb.texinfo (Supported Languages): Add Go.
1588 (Go): New node.
1589
15902012-04-25 Yao Qi <yao@codesourcery.com>
1591
1592 * gdbint.texinfo (Testsuite): New section `Board settings'.
1593
15942012-04-23 Jan Kratochvil <jan.kratochvil@redhat.com>
1595
1596 * gdb.texinfo (Auto-loading safe path): Remove trailing [@dots{}].
1597 Three times.
1598
1599 * gdb.texinfo (Auto-loading safe path): Add trailing @dots{}.
1600 Three times.
1601
16022012-04-22 Jan Kratochvil <jan.kratochvil@redhat.com>
1603
1604 * gdb.texinfo (Auto-loading safe path): Replace @itemize @bullet
1605 by @table @asis. Fix formatting of one item.
1606
16072012-04-18 Jan Kratochvil <jan.kratochvil@redhat.com>
1608
1609 * gdb.texinfo (Auto-loading verbose mode): Fix smallexample typo.
1610
16112012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
1612
1613 New option "set debug auto-load".
1614 * gdb.texinfo (Auto-loading): New menu item for auto-load verbose mode.
1615 (auto-load verbose mode): New node.
1616
16172012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
1618
1619 New option "set auto-load safe-path".
1620 * gdb.texinfo (Auto-loading): Extend the "show auto-load"
1621 and "info auto-load" examples for safe-path. Put there also references
1622 for "set auto-load safe-path" and "show auto-load safe-path".
1623 New menu item for Auto-loading safe path.
1624 (Auto-loading safe path): New node.
1625 (Python Auto-loading): Update the expected output from "Missing"
1626 to "No".
1627
16282012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
1629
1630 auto-load: Implementation.
1631 * gdb.texinfo (Mode Options): New anchor for -nx.
1632 (Startup): New anchors for Option -init-eval-command,
1633 Home Directory Init File
1634 and Init File in the Current Directory during Startup.
1635 Mention set auto-load local-gdbinit with a reference.
1636 Change the sample code to "set auto-load python-scripts".
1637 (Threads): New anchor set libthread-db-search-path.
1638 Provide references to libthread_db.so.1 file.
1639 (Controlling GDB): New menu item for Auto-loading.
1640 (Auto-loading, Init File in the Current Directory)
1641 (libthread_db.so.1 file, objfile-gdb.gdb file): New nodes.
1642 (Python): Rename the menu item Auto-loading to Python Auto-loading.
1643 (Writing a Pretty-Printer, Objfiles In Python): Update the renamed
1644 reference.
1645 (Auto-loading): Rename to ...
1646 (Python Auto-loading): ... here. Change "set auto-load-scripts" to
1647 "set auto-load python-scripts", new anchor for it. Change
1648 "show auto-load-scripts" to "show auto-load python-scripts", new anchor
1649 for it. Change "info auto-load-scripts"
1650 to "info auto-load python-scripts", new anchor for it. Change "scripts"
1651 to "Python scripts".
1652
16532012-04-14 Anton Gorenkov <xgsa@yandex.ru>
1654
1655 PR mi/13393
1656 * gdb.texinfo (Print Settings): Extend the description for "set print
1657 object".
1658 (GDB/MI Variable Objects): Extend the description for -var-create and
1659 -var-list-children.
1660
16612012-04-11 Siva Chandra Reddy <sivachandra@google.com>
1662
1663 * gdb.texinfo (Examining Data): Document the 'explore' command.
1664
16652012-03-28 Joel Brobecker <brobecker@adacore.com>
1666
1667 * gdb.texinfo (GDB/MI Variable Objects): Document what happens
1668 to the children of a varobj and its update range when -var-update
1669 returns that the varobj's type changed.
1670
16712012-03-27 Jan Kratochvil <jan.kratochvil@redhat.com>
1672
1673 * gdb.texinfo (Auto-loading): Move @menu to the end of @node.
1674 Create two new links fir 'objfile-gdb.py file'
1675 and 'dotdebug_gdb_scripts section'.
1676
16772012-03-27 Jan Kratochvil <jan.kratochvil@redhat.com>
1678
1679 * gdb.texinfo (Auto-loading): Rename node reference
1680 '.debug_gdb_scripts section' to 'dotdebug_gdb_scripts section'.
1681 Twice.
1682 (.debug_gdb_scripts section): Rename the node ...
1683 (dotdebug_gdb_scripts section): ... here.
1684 (Maintenance Commands): Also rename this node reference.
1685
16862012-03-22 Siva Chandra Reddy <sivachandra@google.com>
1687
1688 * gdb.texinfo (Python API/Values From Inferior): Add description
1689 about the new method Value.referenced_value. Add description on
1690 how Value.dereference is different (and similar) to
1691 Value.referenced_value.
1692
16932012-03-19 Jan Kratochvil <jan.kratochvil@redhat.com>
1694
1695 * gdb.texinfo (File Options): Describe --init-command=FILE, -ix and
1696 --init-eval-command=COMMAND, -iex.
1697 (Startup): Describe -iex and -ix. Simplify the example
1698 for "set auto-load-scripts off".
1699
17002012-03-16 Gary Benson <gbenson@redhat.com>
1701
1702 PR breakpoints/10738
1703 * gdb.texinfo (Inline Functions): Remove the now-unnecessary @item
1704 stating that GDB cannot set breakpoints on inlined functions.
1705 (Mode Options): Document --use-deprecated-index-sections.
1706 (Index Section Format): Document new index section version format.
1707
17082012-03-15 Tom Tromey <tromey@redhat.com>
1709
1710 * gdb.texinfo (Debugging C Plus Plus): Document "info vtbl".
1711
17122012-03-13 Doug Evans <dje@google.com>
1713
1714 * gdb.texinfo (Help): Change apropos example to use "alias" instead
1715 of "reload".
1716 (Symbols): Delete docs for set/show symbol-reloading.
1717 * gdbint.texinfo (Defining Other Architecture Features): Delete
1718 SYMBOL_RELOADING_DEFAULT.
1719 * refcard.tex: Delete reference to symbol-reloading.
1720
17212012-03-07 Pedro Alves <palves@redhat.com>
1722
1723 * gdb.texinfo (General Query Packets): Document new
1724 QProgramSignals packet.
1725 * gdb.texinfo (Remote configuration): Mention
1726 "program-signals-packet".
1727
17282012-03-05 Tristan Gingold <gingold@adacore.com>
1729
1730 * gdb.texinfo (General Query Packets): Document xfer:uib:read.
1731
17322012-03-03 Yao Qi <yao@codesourcery.com>
1733
1734 * gdb.texinfo (In-Process Agent): New node.
1735 Document new commands.
1736 (General Query Packets): Add packet `QAgent'.
1737
17382012-03-01 Maciej W. Rozycki <macro@codesourcery.com>
1739
1740 * gdb.texinfo (MIPS Features): Add org.gnu.gdb.mips.dsp.
1741
17422012-03-01 Scott J. Goldman <scottjg@vmware.com>
1743
1744 * gdb.texinfo (Commands In Python): Put example python macro in
1745 COMMAND_USER category rather than COMMAND_OBSCURE.
1746 Document gdb.COMMAND_USER.
1747 (User-defined Commands): Update documentation to clarify
1748 "set/show max-user-call-depth" and "show user" don't apply to python
1749 commands. Update documentation to clarify "help user-defined" may
1750 also include python commands defined as COMMAND_USER.
1751
17522012-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
1753
1754 * gdb.texinfo (Startup): Add option -ex description to the option -x
1755 description.
1756
17572012-02-24 Luis Machado <lgustavo@codesourcery.com>
1758
1759 * gdb.texinfo (Setting Breakpoints): Mention and explain the
1760 condition-evaluation breakpoint parameter.
1761 Mention condition-evaluation mode being shown in "info break".
1762 (Break Conditions): Add description for target-side
1763 conditional breakpoints.
1764 (Remote Configuration): Mention conditional-breakpoints-packet.
1765 (Packets): Add cond-expr parameter to Z0/Z1 packets and explain
1766 cond-expr.
1767 (General Query Packets): Mention new ConditionalBreakpoint feature.
1768
17692012-02-22 Tom Tromey <tromey@redhat.com>
1770
1771 * gdb.texinfo (Blocks In Python): Clarify block iteration.
1772
17732012-02-17 Tom Tromey <tromey@redhat.com>
1774
1775 PR python/10753:
1776 * gdb.texinfo (objfile-gdb.py file): Fix location of auto-load
1777 directory.
1778
17792012-02-14 Stan Shebs <stan@codesourcery.com>
1780
1781 * gdb.texinfo (Disabling Breakpoints): Document enable count.
1782
17832012-02-13 Pedro Alves <palves@redhat.com>
1784
1785 * gdb.texinfo (MIPS boards): Refer to mips-elf instead of
1786 mips-idt-ecoff.
1787
17882012-02-09 Yao Qi <yao@codesourcery.com>
1789
1790 * gdb.texinfo (Symbols In Python): Add missing `@end defvar'.
1791
17922012-02-07 Tom Tromey <tromey@redhat.com>
1793
1794 * gdb.texinfo (Symbols In Python): Document Symbol.needs_frame and
1795 Symbol.value.
1796
17972012-02-07 Tom Tromey <tromey@redhat.com>
1798
1799 * gdb.texinfo (Symbols In Python): Document Symbol.line.
1800
18012012-01-27 Thomas Schwinge <thomas@codesourcery.com>
1802
1803 * gdb.textinfo (Packets): Move vCont paragraph to the correct place.
1804
18052012-01-24 Tom Tromey <tromey@redhat.com>
1806
1807 * gdb.texinfo (Set Catchpoints): Document "catch load" and "catch
1808 unload".
1809 (Files): Mention new catch commands.
1810 (GDB/MI Async Records): Likewise.
1811
18122012-01-24 Gary Benson <gbenson@redhat.com>
1813
1814 Delete #if 0'd out code.
1815 * gdb.texinfo (Frame Info): Remove "info catch".
1816
18172012-01-20 Ulrich Weigand <ulrich.weigand@linaro.org>
1818
1819 * gdb.texinfo (Remote Configuration): Document
1820 "set remote hostio-readlink-packet" command.
1821 (General Query Packets): Document vFile:readlink packet.
1822
18232012-01-16 Tom Tromey <tromey@redhat.com>
1824
1825 * gdb.texinfo (Specify Location): Document relative file name
1826 handling.
1827
18282012-01-16 Tom Tromey <tromey@redhat.com>
1829
1830 * gdb.texinfo (gdb.printing): Document FlagEnumerationPrinter.
1831
18322012-01-13 Jan Kratochvil <jan.kratochvil@redhat.com>
1833 Eli Zaretskii <eliz@gnu.org>
1834
1835 * gdbint.texinfo (Coding Standards): Require braces for two lines of
1836 code.
1837
18382012-01-11 Paul Hilfinger <hilfingr@adacore.com>
1839
1840 * gdb.texinfo (Variables): Document use of :: for non-static
1841 variables.
1842
18432012-01-05 Joel Brobecker <brobecker@adacore.com>
1844
1845 * gdbint.texinfo (Start of New Year Procedure): Update
1846 to replace use of copyright.sh by use of copyright.py.
1847
18482012-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
1849
1850 Remove the gdbtui binary.
1851 * all-cfg.texi (GDBTUI): Remove.
1852 * gdb.texinfo (Mode Options): Remove the GDBTUI reference.
1853 (TUI): Remove GDBTUI pindex. Remove the GDBTUI reference.
1854 * gdbint.texinfo (Testsuite): Replace `gdbtui' by `gdb -tui'.
1855
18562011-12-23 Kevin Pouget <kevin.pouget@st.com>
1857
1858 Introduce gdb.FinishBreakpoint in Python.
1859 * gdb.texinfo (Finish Breakpoints in Python): New subsection.
1860 (Python API): Add menu entry for Finish Breakpoints.
1861
18622011-12-19 Jan Kratochvil <jan.kratochvil@redhat.com>
1863
1864 * gdbint.texinfo (Testsuite): Describe KFAIL and XFAIL in Writing
1865 tests.
1866
18672011-12-16 Doug Evans <dje@google.com>
1868
1869 * gdb.texinfo (Server): Document -/stdio argument to gdbserver.
1870
18712011-12-16 Phil Muldoon <pmuldoon@redhat.com>
1872
1873 * gdb.texinfo (Python Commands): Remove "maint set/show print
1874 stack". Add documentation for "set/show python print-stack".
1875
18762011-12-14 Pedro Alves <pedro@codesourcery.com>
1877
1878 * gdb.texinfo (Implementing a Remote Stub): Explain that you
1879 should transfer control to the stub in the startup code instead of
1880 in main. Mention the need to get past the initial breakpoint.
1881
18822011-12-06 Tom Tromey <tromey@redhat.com>
1883
1884 * gdb.texinfo (Set Breaks): Update for new behavior.
1885
18862011-12-02 Jan Kratochvil <jan.kratochvil@redhat.com>
1887
1888 * gdb.texinfo (Requirements, Remote Protocol): Reference also `Library
1889 List Format for SVR4 Targets'.
1890 (General Query Packets): New item qXfer:libraries-svr4:read.
1891 (Library List Format for SVR4 Targets): New node.
1892
18932011-12-01 Tom Tromey <tromey@redhat.com>
1894
1895 * gdb.texinfo (Writing a Pretty-Printer): Use append method, not
1896 add.
1897
18982011-11-22 Tom Tromey <tromey@redhat.com>
1899
1900 * gdb.texinfo (GDB/MI Async Records): Document new *stopped
1901 reasons.
1902
19032011-11-20 Stan Shebs <stan@codesourcery.com>
1904
1905 * gdb.texinfo (Starting and Stopping Trace Experiments): Document
1906 note-related options and variables.
1907 (Tracepoint Packets): Document packet changes.
1908
19092011-11-20 Sanjoy Das <sdas@igalia.com>
1910
1911 * gdb.texinfo (JIT Interface): Add documentation on writing and
1912 usind JIT debug info readers.
1913 (Custom Debug Info, Using JIT Debug Info Readers, Writing JIT
1914 Debug Info Readers): New nodes.
1915
19162011-11-18 Yao Qi <yao@codesourcery.com>
1917
1918 * gdb.texinfo (Create and Delete Tracepoints): Mention pending
1919 tracepoint.
1920
19212011-11-15 Doug Evans <dje@google.com>
1922
1923 * gdb.texinfo (Files): Document basenames-may-differ.
1924
19252011-11-14 Doug Evans <dje@google.com>
1926
1927 * gdb.texinfo (Shell Commands): Document "!".
1928
19292011-11-14 Stan Shebs <stan@codesourcery.com>
1930 Kwok Cheung Yeung <kcy@codesourcery.com>
1931
1932 * gdb.texinfo (Create and Delete Tracepoints): Describe what is
1933 needed to get shorter fast tracepoints.
1934 (Tracepoint Packets): Document new qTMinFTPILen packet.
1935
19362011-11-14 Yao Qi <yao@codesourcery.com>
1937
1938 * gdb.texinfo (Create and Delete Tracepoints): Describe changed
1939 behavior of tracepoint.
1940 (General Query Packets): New feature InstallInTrace.
1941 (Remote Configuration): Document "set remote
1942 install-in-trace-packet".
1943
19442011-11-12 Matt Rice <ratmice@gmail.com>
1945
1946 * gdb.texinfo (C Preprocessor Macros): Remove info definitions.
1947 Add arguments to info macro.
1948
19492011-11-10 Tom Tromey <tromey@redhat.com>
1950
1951 * gdb.texinfo (Compilation): Don't mention -gdwarf-2. Link to GCC
1952 manual.
1953 (Variables): Don't mention -gdwarf-2. Link to Compilation node.
1954 (Macros): Add a footnote.
1955 (C): Remove paragraph about compiler options.
1956 (C Constants): Mention wide character and string constants.
1957 (C Plus Plus Expressions): Update compiler option advice. Mention
1958 using declarations. Mention ADL. Remove old HP compiler
1959 information.
1960
19612011-11-10 Tom Tromey <tromey@redhat.com>
1962
1963 PR c++/9257:
1964 * gdb.texinfo (Print Settings): Add an extra note about the need
1965 for a vtable.
1966
19672011-11-08 Maciej W. Rozycki <macro@codesourcery.com>
1968
1969 * gdb.texinfo (MIPS): Remove duplicate "auto" reference from
1970 "set mips abi" documentation.
1971
19722011-11-04 Doug Evans <dje@google.com>
1973
1974 * gdb.texinfo (Maintenance Commands): Update docs of "maint time".
1975
19762011-11-03 Tom Tromey <tromey@redhat.com>
1977
1978 * gdb.texinfo (Stopping): Add menu entry.
1979 (Continuing and Stepping): Restore @node. Use @section, not
1980 @subsection.
1981
19822011-11-03 Maciej W. Rozycki <macro@codesourcery.com>
1983
1984 * gdb.texinfo (Skipping Over Functions and Files): Remove node
1985 designation. Fix "Specify Location" cross-reference.
1986
19872011-11-02 Stan Shebs <stan@codesourcery.com>
1988
1989 * gdb.texinfo (Tracepoint Action Lists): Document collect/s.
1990 (General Query Packets): Describe tracenz feature.
1991 * agentexpr.texi (Bytecode Descriptions): Describe tracenz.
1992
19932011-10-28 Paul Koning <paul_koning@dell.com>
1994
1995 * gdb.texinfo (gdb.types): Rename deepitems to deep_items.
1996
19972011-10-27 Kevin Pouget <kevin.pouget@st.com>
1998
1999 * gdb.texinfo ((Frames In Python): Document
2000 gdb.FRAME_UNWIND_FIRST_ERROR contant.
2001
20022011-10-26 Paul Koning <paul_koning@dell.com>
2003
2004 * gdb.texinfo (gdb.types): Document new deepitems function.
2005
20062011-10-25 Paul Koning <paul_koning@dell.com>
2007
2008 PR python/13327
2009
2010 * gdb.texinfo (Values From Inferior): Add is_lazy attribute,
2011 fetch_lazy method.
2012
20132011-10-20 Phil Muldoon <pmuldoon@redhat.com>
2014
2015 PR python/12656
2016
2017 * gdb.texinfo (Blocks In Python): Document is_static, is_global,
2018 global_block, static_block function.
2019
20202011-10-19 Tom Tromey <tromey@redhat.com>
2021
2022 * gdb.texinfo (Commands In Python): Add missing "@"s.
2023
20242011-10-13 Kevin Pouget <kevin.pouget@st.com>
2025
2026 PR python/13285 Document named constants for frame unwind stop reasons
2027 * gdb.texinfo (Frames In Python): Document gdb.FRAME_UNWIND_*
2028 constants.
2029
20302011-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
2031
2032 Fix compatibility with texinfo versions older than 4.12.
2033 * Makefile.in (MAKEINFO): Set to @MAKEINFO@.
2034 (MAKEINFOFLAGS, MAKEINFO_EXTRA_FLAGS, MAKEINFO_CMD): New.
2035 (MAKEHTMLFLAGS): Use MAKEINFO_CMD.
2036 (gdb.info, gdbint.info, stabs.info, annotate.info): Use MAKEINFO_CMD.
2037 * gdb.texinfo (Tail Call Frames): Convert @arrow{} to @click, when possible.
2038 Make the conversion conditional on HAVE_MAKEINFO_CLICK, using variables
2039 CALLSEQ1A, CALLSEQ1B, CALLSEQ2A and CALLSEQ2B.
2040
20412011-10-09 Doug Evans <dje@google.com>
2042
2043 * gdb.texinfo (Extending GDB): Document alias command.
2044
20452011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
2046
2047 Support @entry in input expressions.
2048 * gdb.texinfo (Variables): Describe @entry names suffix.
2049 (Print Settings): Add anchor for `set print entry-values'.
2050
20512011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
2052 Eli Zaretskii <eliz@gnu.org>
2053
2054 Display @entry parameter values (without references).
2055 * gdb.texinfo (Tail Call Frames): Add anchor. Add self tail call
2056 example.
2057 (Print Settings): New description of set print entry-values and show
2058 print entry-values.
2059
20602011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
2061 Eli Zaretskii <eliz@gnu.org>
2062
2063 Recognize virtual tail call frames.
2064 * gdb.texinfo (Optimized Code): Add reference to Tail Call Frames.
2065 (Tail Call Frames): New node.
2066 (Frames In Python): Add gdb.TAILCALL_FRAME.
2067
20682011-10-07 Doug Evans <dje@google.com>
2069
2070 * gdb.texinfo (gdb.printing): Document new `replace' arg to
2071 register_pretty_printer.
2072
20732011-10-07 Phil Muldoon <pmuldoon@redhat.com>
2074
2075 PR python/12930
2076 PR python/12802
2077
2078 * gdb.texinfo (Breakpoints In Python): Clarify behavior in the
2079 stop method.
2080
20812011-10-07 Ulrich Weigand <ulrich.weigand@linaro.org>
2082
2083 * gdb.texinfo (Starting your Program): "set disable-randomization"
2084 is no longer Linux-specific.
2085 (Remote Configuration): Document "set remote
2086 disable-randomization-packet".
2087 (General Query Packets): Document "QDisableRandomization" packet
2088 and add it to "qSupported" list.
2089
20902011-10-07 Kevin Pouget <kevin.pouget@st.com>
2091
2092 Allow Python notification of new object-file loadings.
2093 * gdb.texinfo (Events In Python): Document `gdb.NewObjFileEvent'
2094 event type.
2095
20962011-10-04 Kevin Pouget <kevin.pouget@st.com>
2097
2098 PR python/12691: Add the inferior to Python exited event
2099 * gdb.texinfo (Events In Python): Describe exited inferior attribute.
2100
21012011-10-03 Joel Brobecker <brobecker@adacore.com>
2102
2103 * gdb.texinfo (GDB/MI Miscellaneous Commands): Minor
2104 rephasing.
2105
21062011-10-03 Joel Brobecker <brobecker@adacore.com>
2107
2108 * gdb.texinfo (GDB/MI Ada Tasking Commands): New node.
2109 (GDB/MI Miscellaneous Commands): Add `ada-task-info'
2110 as possible feature returned by the `-list-features'
2111 command.
2112
21132011-09-28 Paul Koning <paul_koning@dell.com>
2114
2115 * gdb.texinfo (gdb.Type): Document field access by dictionary
2116 key syntax.
2117
21182011-09-28 Yao Qi <yao@codesourcery.com>
2119
2120 * gdb.texinfo (Files): Update options for `add-symbol-file'.
2121 Add one space after option `-s'. Remove @r{} markup.
2122
21232011-09-27 Stan Shebs <stan@codesourcery.com>
2124
2125 * gdb.texinfo (Tracepoint Action Lists): Document $_ret.
2126
21272011-09-16 Hui Zhu <teawater@gmail.com>
2128
2129 * gdb.texinfo (Tracepoint Restrictions): Change *$esp@300
2130 to *(unsigned char *)$esp@300.
2131
21322011-09-15 Paul Koning <paul_koning@dell.com>
2133
2134 * gdb.texinfo: Make style of Python functions and methods match
2135 the syntax of Python. Also put class and module names explicitly
2136 on function, member, and variable names, matching Python
2137 documentation conventions.
2138
21392011-09-15 Kevin Pouget <kevin.pouget@st.com>
2140
2141 PR Python/12692 Add gdb.selected_inferior() to Python interface.
2142 * gdb.texinfo (Inferiors In Python): Describe new
2143 gdb.selected_inferior() function.
2144
21452011-09-15 Kevin Pouget <kevin.pouget@st.com>
2146
2147 Handle multiple breakpoint hits in Python interface:
2148 * gdb.texinfo (Events In Python): New function documentation:
2149 gdb.BreakpointEvent.breakpoints. Indicate that
2150 gdb.BreakpointEvent.breakpoint is now deprecated.
2151
21522011-09-04 Joel Brobecker <brobecker@adacore.com>
2153
2154 * gdb.texinfo: Set EDITION to "Tenth" and change ISBN.
2155
21562011-08-25 Andrew Oakley <andrew@ado.is-a-geek.net>
2157
2158 * gdb.texinfo (Types In Python): Document 'bitpos' for enums.
2159
21602011-08-17 Phil Muldoon <pmuldoon@redhat.com>
2161
2162 * gdb.texinfo (Prompt): Add set/show extended-prompt
2163 documentation
2164 (Basic Python): Add prompt_hook anchor.
2165 (Python modules): Reword module text to reflect multiple modules.
2166 (gdb.prompt): Document gdb.prompt module.
2167
21682011-08-14 Yao Qi <yao@codesourcery.com>
2169
2170 * gdb.texinfo (General Query Packets): Document qXfer:fdpic:read packet.
2171
21722011-08-14 Yao Qi <yao@codesourcery.com>
2173
2174 * gdb.texinfo (Standard Target Features): Document C6x features.
2175 (TIC6x Features): New node.
2176
21772011-08-12 Doug Evans <dje@google.com>
2178
2179 * gdb.texinfo (Symbols In Python): Document symbol.type.
2180
21812011-08-09 Phil Muldoon <pmuldoon@redhat.com>
2182
2183 * gdb.texinfo (Python): Document command and function
2184 auto-loading.
2185
21862011-07-26 Jan Kratochvil <jan.kratochvil@redhat.com>
2187 Eli Zaretskii <eliz@gnu.org>
2188
2189 * gdb.texinfo (whatis, ptype): Highlight their differences. Describe
2190 typedefs unrolling. Extend the sample code by an inner typedef and
2191 outer typedefs unrolling.
2192
21932011-07-26 Paul Pluzhnikov <ppluzhnikov@google.com>
2194
2195 * gdb.texinfo (Caching Remote Data): Document {set,show} dcache
2196 size and line-size.
2197
21982011-07-21 Matt Rice <ratmice@gmail.com>
2199
2200 PR macros/12999
2201 * gdb.texinfo (Macros): Add info definitions and info macros commands.
2202 Update text and cindex entries for info macro command.
2203
22042011-07-21 Phil Muldoon <pmuldoon@redhat.com>
2205
2206 * observer.texi (GDB Observers): Add before_prompt observer.
2207 * gdb.texinfo (Basic Python): Add documentation for prompt
2208 substitution.
2209
22102011-07-11 Phil Muldoon <pmuldoon@redhat.com>
2211
2212 PR python/12438
2213 * gdb.texinfo (Python Commands): Add deprecate note to maint
2214 set/show python print-stack. Document set/show python
2215 print-backtrace.
2216
22172011-07-05 Thiago Jung Bauermann <bauerman.ibm.com>
2218
2219 * gdb.texinfo: Fix typos.
2220
22212011-07-01 Tom Tromey <tromey@redhat.com>
2222
2223 * gdb.texinfo (Debugging Output): Document set debug
2224 check-physname.
2225
22262011-06-29 Tom Tromey <tromey@redhat.com>
2227
2228 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document
2229 breakpoint-notifications feature.
2230
22312011-06-29 Ulrich Weigand <ulrich.weigand@linaro.org>
2232
2233 * gdb.texinfo (Target Description): Remove warning about
2234 possibly unstable format.
2235
22362011-06-03 Tom Tromey <tromey@redhat.com>
2237
2238 * gdb.texinfo (GDB/MI Async Records): Document 'exit-code' field.
2239 (Events In Python): Note that exit_code is optional.
2240
22412011-05-17 Pedro Alves <pedro@codesourcery.com>
2242
2243 * gdb.texinfo (Remote Protocol) <Overview>: Mention vCont is
2244 required for multi-threading support.
2245 (Remote Protocol) <Packets>: Mention that 'c', 's', 'C', 'S' and
2246 Hc are deprecated for multi-threading debugging. Point readers at
2247 the vCont packet.
2248
22492011-05-15 Doug Evans <dje@google.com>
2250
2251 * gdb.texinfo (Auto-loading): Document printing of missing scripts.
2252
22532011-05-13 Doug Evans <dje@google.com>
2254
2255 * gdb.texinfo (Threads): Document $sdir,$pdir.
2256 (Server): Document $pdir exception.
2257
2258 * gdb.texinfo (Auto-loading): Document "info auto-load-scripts".
2259
2260 * gdb.texinfo (Threads): Clarify default value for
2261 libthread-db-search-path.
2262
2263 * gdb.texinfo (Completion): Update example.
2264 (Debugging Output): Delete `set/show debug lin-lwp-async'.
2265
22662011-05-12 Kwok Cheung Yeung <kcy@codesourcery.com>
2267
2268 * gdb.texinfo: Document change in the behaviour of the enable and
2269 disable GDB commands when applied to tracepoints.
2270 Document the EnableDisableTracepoints remote stub feature.
2271 Document QTEnable and QTDisable in the list of tracepoint packets.
2272
22732011-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
2274
2275 * Makefile.in (GDB_DOC_SOURCE_INCLUDES): Rename inc-hist.texinfo to
2276 hsuser.texi.
2277 * gdb.texinfo <!SYSTEM_READLINE>: Rename inc-hist.texinfo inclusion and
2278 comment to hsuser.texi. Change rluser.texi name in the comment.
2279
22802011-05-10 Doug Evans <dje@google.com>
2281
2282 * gdb.texinfo (Threads): If an empty path is provided for
2283 libthread-db-search-path it is reset to its default value.
2284 (Server): Ditto.
2285
22862011-05-09 Doug Evans <dje@google.com>
2287
2288 * gdb.texinfo (Requirements): Fix typo. Mention --with-iconv-bin.
2289
22902011-05-06 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
2291 Thiago Jung Bauermann <bauerman@br.ibm.com>
2292
2293 Implement support for PowerPC BookE masked watchpoints.
2294 * gdb.texinfo (Set Watchpoints): Document mask parameter.
2295 (PowerPC Embedded): Mention support of masked watchpoints.
2296
22972011-05-03 Joel Brobecker <brobecker@adacore.com>
2298
2299 * gdb.texinfo (In Memoriam): Replace litteral uses of `GDB' with
2300 `@value{GDBN}'.
2301
23022011-05-03 Joel Brobecker <brobecker@adacore.com>
2303
2304 * gdb.texinfo (titlepage): Remove dedication.
2305 (In Memoriam): New appendix.
2306
23072011-04-27 Jan Kratochvil <jan.kratochvil@redhat.com>
2308 Eli Zaretskii <eliz@gnu.org>
2309
2310 * gdb.texinfo (Index Section Format): Change the version to 5.
2311 Describe the different formula.
2312
23132011-04-24 Jan Kratochvil <jan.kratochvil@redhat.com>
2314 Eli Zaretskii <eliz@gnu.org>
2315
2316 * gdb.texinfo (Starting and Stopping Trace Experiments): New anchor
2317 for disconnected tracing.
2318 (Multi-Process Mode for @code{gdbserver}): Mention --multi and
2319 extended-remote relationship. Mention --once.
2320 (TCP port allocation lifecycle of @code{gdbserver}): New.
2321
23222011-04-23 Eli Zaretskii <eliz@gnu.org>
2323
2324 * gdb.texinfo (Server): Improve indexing. Index all optional
2325 switches to gdbserver.
2326
23272011-04-20 Tom Tromey <tromey@redhat.com>
2328
2329 * gdb.texinfo (Index Section Format): New node.
2330 (Top): Add new node to menu.
2331
23322011-04-20 Pedro Alves <pedro@codesourcery.com>
2333
2334 * gdb.texinfo (Maintenance Commands): Document `maint print
2335 remote-registers'.
2336
23372011-04-20 Tom Tromey <tromey@redhat.com>
2338
2339 * gdb.texinfo (Trace File Format): Move node later.
2340
23412011-04-19 Tom Tromey <tromey@redhat.com>
2342
2343 * gdbint.texinfo (Register Information Functions): Remove
2344 duplicate "the".
2345 * gdb.texinfo (Emacs): Remove duplicate "to".
2346 (GDB/MI Variable Objects): Remove duplicate "the".
2347 (General Query Packets): Likewise.
2348
23492011-04-02 Joel Brobecker <brobecker@adacore.com>
2350
2351 * gdb.texinfo (GDB/MI Output Records): Fix menu entry for
2352 "GDB/MI Ada Exception Information" node.
2353
23542011-04-01 Joel Brobecker <brobecker@adacore.com>
2355
2356 * gdb.texinfo (GDB/MI Ada Exception Information): Document
2357 the "exception-name" field in the *stopped async record.
2358
23592011-03-31 Thiago Jung Bauermann <bauerman@br.ibm.com>
2360 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
2361
2362 Implement support for PowerPC BookE ranged breakpoints.
2363 * gdb.texinfo (PowerPC Embedded): Document ranged breakpoints.
2364
23652011-03-28 Tom Tromey <tromey@redhat.com>
2366
2367 * gdb.texinfo (Set Tracepoints): Fix typo.
2368
23692011-03-24 Tom Tromey <tromey@redhat.com>
2370
2371 * gdb.texinfo (Specify Location): Document `function:label'
2372 linespec.
2373
23742011-03-18 Phil Muldoon <pmuldoon@redhat.com>
2375
2376 PR python/12149
2377
2378 * gdb.texinfo (Basic Python): Update gdb.write and flush text.
2379
23802011-03-17 Phil Muldoon <pmuldoon@redhat.com>
2381
2382 * gdb.texinfo (Blocks In Python): Add is_valid method description.
2383 (Inferiors In Python): Likewise.
2384 (Threads In Python): Likewise.
2385 (Symbols In Python): Likewise.
2386 (Objfiles In Python): Likewise.
2387 (Symbol Tables In Python): Likewise.
2388
23892011-03-15 Pedro Alves <pedro@codesourcery.com>
2390
2391 * gdb.texinfo (Auto Display) <undisplay, enable display, disable
2392 display>: Explain that the commands accept number ranges.
2393
23942011-03-14 Phil Muldoon <pmuldoon@redhat.com>
2395
2396 * gdb.texinfo (Breakpoints In Python): Add description and example
2397 of Python stop function operation.
2398
23992011-03-10 Phil Muldoon <pmuldoon@redhat.com>
2400
2401 * gdb.texinfo (Parameters In Python): Document get_set_string and
2402 get_show_string methods.
2403
24042011-02-28 Jan Kratochvil <jan.kratochvil@redhat.com>
2405
2406 * gdb.texinfo (Tracepoint Conditions): Fix missing parenthesis.
2407
2408 * gdb.texinfo (Starting and Stopping Trace Experiments): Fix
2409 circular-trace-buffer name.
2410
24112011-02-28 Joel Brobecker <brobecker@adacore.com>
2412
2413 * gdb.texinfo (Inferiors and Programs): Fix small error introduced
2414 in the previous change.
2415
24162011-02-27 Michael Snyder <msnyder@vmware.com>
2417
2418 * gdb.texinfo (Inferiors and Programs): Update commands to show
2419 that they can accept multiple arguments.
2420
24212011-02-24 Joel Brobecker <brobecker@adacore.com>
2422
2423 Revert the following patch (code patch was not approved):
2424 2011-02-21 Hui Zhu <teawater@gmail.com>
2425 * agentexpr.texi (bytecode descriptions): add printf.
2426 * gdb.texinfo (tracepoint action lists): add printf.
2427
24282011-02-23 Doug Evans <dje@google.com>
2429
2430 * gdb.texinfo (Symbols In Python): Fix mention of C++, use C@t{++}.
2431
24322011-02-23 Michael Snyder <msnyder@vmware.com>
2433
2434 * gdb.texinfo (Set Breaks): Add @dots{} to arguments of info break.
2435 (Set Watchpoints): Add @dots{} to argument of info watchpoints.
2436 (Listing Tracepoints): Add @dots{} to argument of info tracepoints.
2437
24382011-02-22 Doug Evans <dje@google.com>
2439
2440 * gdb.texinfo (Symbols In Python): Document lookup_global_symbol.
2441 Clarify behaviour of lookup_symbol when `block' argument is omitted,
2442 add description of result, fix @defun formatting.
2443
24442011-02-21 Hui Zhu <teawater@gmail.com>
2445
2446 * agentexpr.texi (Bytecode Descriptions): Add printf.
2447 * gdb.texinfo (Tracepoint Action Lists): Add printf.
2448
24492011-02-18 Tom Tromey <tromey@redhat.com>
2450
2451 * agentexpr.texi (Bytecode Descriptions): Document pick and rot.
2452
24532011-02-14 Michael Snyder <msnyder@vmware.com>
2454
2455 * gdb.texinfo (threads): Document argument for "info threads" cmd.
2456 Document new command "thread find".
2457
24582011-02-14 Michael Snyder <msnyder@vmware.com>
2459
2460 * gdb.texinfo (Threads): Update example of new thread message.
2461
24622011-02-14 Pedro Alves <pedro@codesourcery.com>
2463
2464 * gdb.texinfo (Remote Configuration): Mention set/show remote
2465 traceframe-info.
2466 (Tools/Packages Optional for Building GDB): Mention that expat is
2467 used for traceframe info.
2468 (Remote Protocol) <Menu>: Add "Traceframe Info Format".
2469 (General Query Packets) <qSupported>: Describe the
2470 qXfer:traceframe-info:read feature.
2471 (qXfer::read): Describe qXfer:traceframe-info:read.
2472 (Traceframe Info Format): New section.
2473
24742011-02-04 Pedro Alves <pedro@codesourcery.com>
2475
2476 * gdbint.texinfo (Formatting): Mention some formatting guidelines
2477 for casts and unary operators.
2478
24792011-02-04 Tom Tromey <tromey@redhat.com>
2480
2481 * gdb.texinfo (GDB/MI Async Records): Document that symbols-loaded
2482 is not useful.
2483
24842011-01-25 Pedro Alves <pedro@codesourcery.com>
2485
2486 * gdb.texinfo: s/value optimized out/optimized out/g
2487
24882011-01-21 Joel Brobecker <brobecker@adacore.com>
2489
2490 * gdb.texinfo (Other Misc Settings): Rework part of the
2491 documentation of the "set interactive mode" command.
2492
24932011-01-19 Tom Tromey <tromey@redhat.com>
2494
2495 * gdb.texinfo (Threads): Document thread name output and `thread
2496 name' command.
2497 (Threads In Python): Document Thread.name attribute.
2498 (GDB/MI Thread Commands): Document thread attributes.
2499
25002011-01-12 Andrew Burgess <aburgess@broadcom.com>
2501
2502 * gdb.texinfo (GDB/MI Data Manipulation): Update to reflect
2503 changes in mi/mi-cmd-disas.c
2504
25052011-01-12 Tom Tromey <tromey@redhat.com>
2506
2507 * gdb.texinfo (Threads): Remove duplicate text. Update examples.
2508 Fix "thread apply" text.
2509
25102011-01-11 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
2511 Thiago Jung Bauermann <bauerman@br.ibm.com>
2512
2513 Implement support for PowerPC BookE ranged watchpoints.
2514 * gdb.texinfo (PowerPC Embedded): Document ranged watchpoints and
2515 the "set powerpc exact-watchpoints" flag.
2516
25172011-01-07 Tom Tromey <tromey@redhat.com>
2518
2519 * gdb.texinfo (Python API): Add descriptions to @menu items.
2520
25212011-01-06 Tom Tromey <tromey@redhat.com>
2522
2523 * gdb.texinfo (Frames In Python): Document gdb.newest_thread.
2524
25252010-01-06 Paul Pluzhnikov <ppluzhnikov@google.com>
2526
2527 * gdb.texinfo (Debugging Output): Document "set debug jit".
2528
25292011-01-06 Tom Tromey <tromey@redhat.com>
2530
2531 PR python/12133:
2532 * gdb.texinfo (Frames In Python): Document various frame
2533 constants.
2534
25352011-01-05 Joel Brobecker <brobecker@adacore.com>
2536
2537 * doc/agentexpr.texi, doc/all-cfg.texi, doc/annotate.texinfo,
2538 doc/gdb.texinfo, doc/gdbint.texinfo, doc/observer.texi,
2539 doc/refcard.tex, doc/stabs.texinfo: Copyright year update.
2540
25412011-01-03 Jan Kratochvil <jan.kratochvil@redhat.com>
2542
2543 * Makefile.in (diststuff): Remove gdb-cfg.texi and GDBvn.texi.
2544 (clean): Add GDBvn.texi.
2545
25462010-12-29 Joel Brobecker <brobecker@adacore.com>
2547
2548 * gdb.texinfo (Ada Glitches): Remove paragraph describing the
2549 occasional case where the debugger prints an array address
2550 instead of the array itself.
2551
25522010-12-23 Pedro Alves <pedro@codesourcery.com>
2553
2554 * gdb.texinfo (Packets) <read registers packet>: Document support
2555 for registers that were not collected.
2556
25572010-12-15 Doug Evans <dje@google.com>
2558
2559 * gdb.texinfo (Startup): Document auto-loading of scripts during
2560 startup.
2561 (Auto-loading): Delete "maint set python auto-load on|off".
2562 Add "set auto-load-scripts on|off".
2563
25642010-12-07 Doug Evans <dje@google.com>
2565
2566 * gdb.texinfo (Mode Options): Document -data-directory.
2567 (Data Files): Add reference to -data-directory.
2568
25692010-11-29 Doug Evans <dje@google.com>
2570
2571 * gdb.texinfo (Pretty-Printer Introduction): Change
2572 printer-name:subprinter-name to printer-name;subprinter-name.
2573
25742010-11-29 Phil Muldoon <pmuldoon@redhat.com>
2575
2576 PR python/12199
2577
2578 * gdb.texinfo (Breakpoints In Python): Document "delete" method.
2579
25802010-11-23 Tom Tromey <tromey@redhat.com>
2581
2582 * gdb.texinfo (Top): Check SYSTEM_READLINE.
2583 (Editing): Likewise.
2584 (Command History): Likewise.
2585 (TUI Keys): Likewise.
2586 (Bug Reporting): Conditionally include rluser.texi and
2587 inc-history.texinfo.
2588 * Makefile.in (READLINE_TEXI_INCFLAG): New variable.
2589 (GDB_DOC_SOURCE_INCLUDES): Add comment.
2590 (GDBvn.texi): Set SYSTEM_READLINE when appropriate.
2591 (gdb.dvi): Use READLINE_TEXI_INCFLAG.
2592 (gdb.pdf): Likewise.
2593 (gdb.info): Likewise.
2594 (gdb/index.html): Likewise.
2595
25962010-11-23 Tom Tromey <tromey@redhat.com>
2597
2598 * Makefile.in (Makefile): Run ../config.status.
2599 (distclean): Update.
2600 * configure: Remove.
2601 * configure.ac: Remove.
2602
26032010-11-12 Tom Tromey <tromey@redhat.com>
2604
2605 * gdb.texinfo (Basic Python): Update. Add xref.
2606 (Exception Handling): Document new exception classes.
2607 (Types In Python): Update.
2608 (Frames In Python): Update.
2609
26102010-11-11 Phil Muldoon <pmuldoon@redhat.com>
2611
2612 * gdb.texinfo (Breakpoints In Python): Document "internal"
2613 parameter, and visible attribute.
2614
26152010-11-05 Doug Evans <dje@google.com>
2616
2617 * gdb.texinfo (Source Path): Document "set directories".
2618
26192010-11-05 Ken Werner <ken.werner@de.ibm.com>
2620
2621 * gdb.texinfo: (Summary) Add mention about OpenCL C language support.
2622 (OpenCL C): New node.
2623
26242010-11-02 Doug Evans <dje@google.com>
2625
2626 * gdb.texinfo (Pretty Printing): Expand into three sections,
2627 introduction, example, and commands.
2628 (Python API): Delete section Disabling Pretty-Printers, merge into
2629 Selecting Pretty-Printers.
2630 (Writing a Pretty-Printer): New section. Move the pretty-printer
2631 example here, and reformat to match python coding style. Add a second
2632 example using the gdb.printing module.
2633 (Python modules): Add gdb.printing.
2634
26352010-10-29 Doug Evans <dje@google.com>
2636
2637 * gdb.texinfo (Python): Fix long line.
2638
26392010-10-20 Doug Evans <dje@google.com>
2640
2641 * gdbint.texinfo (Misc Guidelines): Renamed from Coding.
2642 All references updated. Correct sections marked as subsections.
2643 (Coding Standards): New chapter. Move the coding standard related
2644 subsections here. Add section on Python coding standards.
2645
26462010-10-13 Doug Evans <dje@google.com>
2647
2648 * gdb.texinfo (Python): Add "Python modules".
2649 (Types in Python): Add reference to gdb.types section.
2650 (Python modules): New node.
2651
26522010-10-11 Doug Evans <dje@google.com>
2653
2654 * gdb.texinfo (Values From Inferior): Add reference to "Types in
2655 Python" from gdb.Value.type description.
2656
26572010-09-28 Joel Brobecker <brobecker@adacore.com>
2658
2659 * gdb.texinfo (Ravenscar Profile): New node.
2660
26612010-09-22 Tom Tromey <tromey@redhat.com>
2662
2663 * gdb.texinfo (Values From Inferior): Mention Value.__init__.
2664
26652010-09-22 Eli Zaretskii <eliz@gnu.org>
2666
2667 * gdb.texinfo (Values From Inferior): Clarify that
2668 value.dynamic_type works only in C++ programs with RTTI.
2669
26702010-09-15 Paul Bolle <pebolle@tiscali.nl>
2671
2672 * gdb.texinfo (Character Sets): Correctly reference host-charset
2673 in example.
2674
26752010-09-13 Tom Tromey <tromey@redhat.com>
2676
2677 * gdb.texinfo (GDB/MI Stack Manipulation) <-stack-list-frames>:
2678 Document "fullname" and "from".
2679
26802010-09-01 Marc Khouzam <marc.khouzam@ericsson.com>
2681
2682 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document new
2683 feature `reverse' output by -list-target-features.
2684
26852010-08-31 H.J. Lu <hongjiu.lu@intel.com>
2686
2687 * gdb.texinfo (i386 Features): Remove an extra "@item".
2688
26892010-08-30 Tom Tromey <tromey@redhat.com>
2690
2691 PR python/11792:
2692 * gdb.texinfo (Values From Inferior): Document dynamic_type.
2693
26942010-08-24 Daniel Jacobowitz <dan@codesourcery.com>
2695
2696 * gdb.texinfo (ARM Features): Document
2697 org.gnu.gdb.arm.m-profile.
2698
26992010-08-23 Tom Tromey <tromey@redhat.com>
2700
2701 PR python/11145:
2702 * gdb.texinfo (Values From Inferior): Document dynamic_cast and
2703 reinterpret_cast methods.
2704
27052010-08-23 Tom Tromey <tromey@redhat.com>
2706
2707 PR python/11915:
2708 * gdb.texinfo (Types In Python): Document array method.
2709
27102010-08-18 Thiago Jung Bauermann <bauerman@br.ibm.com>
2711
2712 * gdb.texinfo (PowerPC Embedded): Mention support for the DVC register.
2713
27142010-08-16 Tom Tromey <tromey@redhat.com>
2715
2716 * gdb.texinfo (Set Watchpoints): Document -location option.
2717
27182010-08-13 Doug Evans <dje@google.com>
2719
2720 * gdb.texinfo (.debug_gdb_scripts section): Fix typo.
2721
27222010-08-13 Vladimir Prus <vladimir@codesourcery.com>
2723
2724 * gdb.texinfo (GDB/MI Data Manipulation): Document
2725 -data-read-memory-raw and -data-write-memory-raw.
2726
27272010-08-11 Tom Tromey <tromey@redhat.com>
2728 Phil Muldoon <pmuldoon@redhat.com>
2729
2730 * gdb.texinfo (Basic Python): Describe post_event API.
2731
27322010-08-11 Phil Muldoon <pmuldoon@redhat.com>
2733
2734 * gdb.texinfo (Basic Python): Describe solib_address and
2735 decode_line Python APIs
2736
27372010-08-10 Tom Tromey <tromey@redhat.com>
2738
2739 * gdb.texinfo (Pretty Printing API): Document
2740 gdb.default_visualizer.
2741
27422010-08-10 Tom Tromey <tromey@redhat.com>
2743
2744 Revert gdb-add-index addition:
2745 * gdb.texinfo (Index Files): Don't document gdb-add-index.
2746
27472010-08-07 Jan Kratochvil <jan.kratochvil@redhat.com>
2748 Eli Zaretskii <eliz@gnu.org>
2749
2750 * gdb.texinfo (Mode Options) <-batch>
2751 (Basic Python) <gdb.execute>: Describe setting width and height.
2752
27532010-07-31 Paul Pluzhnikov <ppluzhnikov@google.com>
2754
2755 * gdb.texinfo (Threads): Document 'debug libthread-db'.
2756
27572010-07-30 Tom Tromey <tromey@redhat.com>
2758
2759 * gdb.texinfo (Index Files): Mention gdb-add-index.
2760
27612010-07-30 Hui Zhu <teawater@gmail.com>
2762
2763 * gdb.texinfo (Inferiors and Programs): Update the introduce of
2764 "detach inferior" and "kill inferior".
2765
27662010-07-28 CHENG Renquan <rqcheng@smu.edu.sg>
2767
2768 * gdb.texinfo (Machine Code): Update description of two forms of
2769 arguments, and add new example to demonstrate the new form.
2770
27712010-07-27 Phil Muldoon <pmuldoon@redhat.com>
2772
2773 * gdb.texinfo (Values From Inferior): Add value inferior function
2774 call description.
2775
27762010-07-19 Jan Kratochvil <jan.kratochvil@redhat.com>
2777
2778 * gdb.texinfo (Active Targets): Fix wrong comma placement.
2779
27802010-07-19 Jan Kratochvil <jan.kratochvil@redhat.com>
2781 Eli Zaretskii <eliz@gnu.org>
2782
2783 Make core files the process_stratum.
2784 * gdb.texinfo (Active Targets): Remove core_stratum. Include
2785 record_stratum example.
2786
27872010-07-13 Tom Tromey <tromey@redhat.com>
2788
2789 * gdb.texinfo (Index Files): New node.
2790
27912010-07-13 Tom Tromey <tromey@redhat.com>
2792
2793 * gdb.texinfo (GDB/MI Variable Objects): Remove extra 'for'.
2794
27952010-07-13 Tom Tromey <tromey@redhat.com>
2796
2797 * gdb.texinfo (Specify Location): Document labels.
2798
27992010-07-01 Pedro Alves <pedro@codesourcery.com>
2800
2801 * gdb.texinfo (Create and Delete Tracepoints): Add more index
2802 entries for fast tracepoints and static tracepoints.
2803
28042010-07-01 Pedro Alves <pedro@codesourcery.com>
2805
2806 * gdb.texinfo (General Query Packets) <qfThreadInfo,
2807 qsThreadInfo>: Spell out `l' as ell.
2808
28092010-07-01 Pedro Alves <pedro@codesourcery.com>
2810
2811 * gdb.texinfo (Convenience Variables): Document $_sdata.
2812 (Commands to Set Tracepoints): Describe static tracepoints. Add
2813 `Listing Static Tracepoint Markers' menu entry. Document
2814 "strace".
2815 (Tracepoint Action Lists): Document collecting $_sdata.
2816 (Listing Static Tracepoint Markers): New subsection.
2817 (Tracepoints support in gdbserver): Mention static tracepoints.
2818 (remote packets, enabling and disabling): Mention
2819 read-sdata-object.
2820 (General Query Packets) <qSupported>: Document qXfer:sdata:read
2821 and StaticTracepoint.
2822 Mention qTfSTM, qTsSTM and qTSTMat as tracepoint packets.
2823 Document qXfer:sdata:read.
2824 (Tracepoint packets): Document qTfSTM, qTsSTM and qTSTMat.
2825
28262010-06-29 Joel Brobecker <brobecker@adacore.com>
2827
2828 * gdb.texinfo (Threads In Python): Fix unmatched @end table.
2829
28302010-06-28 Phil Muldoon <pmuldoon@redhat.com>
2831 Tom Tromey <tromey@redhat.com>
2832 Thiago Jung Bauermann <bauerman@br.ibm.com>
2833
2834 * gdb.texinfo (Inferiors In Python): New node.
2835 * gdb.texinfo (Threads In Python): New node.
2836
28372010-06-28 Joel Brobecker <brobecker@adacore.com>
2838
2839 * gdb.texinfo (Python): Document what the python directory is
2840 and what its location is.
2841 (Basic Python): Document the gdb.PYTHONDIR constant.
2842
28432010-06-25 Tom Tromey <tromey@redhat.com>
2844
2845 PR python/10808:
2846 * gdb.texinfo (Basic Python): Document new gdb.execute argument.
2847
28482010-06-24 Hui Zhu <teawater@gmail.com>
2849
2850 * gdb.texinfo: (Commands for Controlled Output): Add
2851 documentation for command "eval".
2852
28532010-06-21 Stan Shebs <stan@codesourcery.com>
2854
2855 * gdb.texinfo: Add explicit @node and @appendix for GFDL.
2856 * annotate.texinfo: Ditto.
2857 * gdbint.texinfo: Ditto.
2858 * stabs.texinfo: Ditto.
2859
28602010-06-22 Hui Zhu <teawater@gmail.com>
2861
2862 * gdb.texinfo: (Process Record and Replay): Add documentation
2863 for command "set record memory-query".
2864
28652010-06-21 Stan Shebs <stan@codesourcery.com>
2866
2867 * gdb.texinfo: Relicense under GFDL version 1.3.
2868 * annotate.texinfo: Relicense under GFDL version 1.3.
2869 * gdbint.texinfo: Relicense under GFDL version 1.3.
2870 * stabs.texinfo: Relicense under GFDL version 1.3.
2871 * fdl.texi: Update to version 1.3.
2872
28732010-06-18 Stan Shebs <stan@codesourcery.com>
2874
2875 * gdb.texinfo (Operating System Auxiliary Information): Describe
2876 "info os" when no arguments given.
2877
2878 * gdb.texinfo (Debugging Programs with Multiple Threads): Describe
2879 $_thread.
2880
28812010-06-18 Hui Zhu <teawater@gmail.com>
2882
2883 * gdb.texinfo: (Process Record and Replay): Add documentation
2884 for commands "record save" and "record restore".
2885
28862010-06-16 Jan Kratochvil <jan.kratochvil@redhat.com>
2887
2888 * gdb.texinfo: Include information about the correct use
2889 of addresses in the `watch' command.
2890
28912010-06-11 Stan Shebs <stan@codesourcery.com>
2892
2893 * gdb.texinfo (Observer Mode): New section.
2894 (General Query Packets): Document QAllow.
2895
28962010-06-04 Doug Evans <dje@google.com>
2897
2898 * gdb.texinfo (Python API): New node `Disabling Pretty-Printers'.
2899
29002010-06-03 Doug Evans <dje@google.com>
2901
2902 * gdbint.texinfo (Coding): Add subsection on command names.
2903
29042010-06-02 Tom Tromey <tromey@redhat.com>
2905
2906 * gdb.texinfo (Maintenance Commands): Document maint set dwarf2
2907 always-disassemble.
2908
29092010-06-01 Pedro Alves <pedro@codesourcery.com>
2910
2911 * gdb.texinfo (Set Tracepoints): Mention tracepoints support in
2912 gdbserver, and add cross reference.
2913 (Tracepoints support in gdbserver): New subsection.
2914
29152010-05-26 Pedro Alves <pedro@codesourcery.com>
2916
2917 * gdb.texinfo (General Query Packets) <qSupported>: Describe the
2918 `qRelocInsn' feature.
2919 (Relocate instruction reply packet): New subsection
2920 of `Tracepoint Packets'.
2921 (Tracepoint Packets): Mention that packets QTDP and QTStart
2922 support the qRelocInsn request, and add cross reference to new
2923 subsection.
2924
29252010-05-25 Doug Evans <dje@google.com>
2926
2927 * gdb.texinfo (Exception Handling): Document gdb.GdbError.
2928 (Commands In Python): Document gdb.string_to_argv.
2929
29302010-05-02 Jan Kratochvil <jan.kratochvil@redhat.com>
2931
2932 * gdbint.texinfo (Host Definition): Remove items NORETURN and
2933 ATTR_NORETURN.
2934
29352010-04-29 Phil Muldoon <pmuldoon@redhat.com>
2936 Tom Tromey <tromey@redhat.com>
2937 Thiago Jung Bauermann <bauerman@br.ibm.com>
2938
2939 * gdb.texinfo (Parameters In Python): New Node.
2940
29412010-04-29 Mihail Zenkov <mihail.zenkov@gmail.com>
2942
2943 * gdb.texinfo: (Summary) Add mention about D language support.
2944 (Filenames): Add D suffixes.
2945 (D): New node.
2946
29472010-04-26 Pierre Muller <muller@ics.u-strasbg.fr>
2948
2949 * gdbint.texinfo (CANNOT_STEP_HW_WATCHPOINTS): Remove explanation
2950 of macro deleted from GDB code.
2951
29522010-04-24 Pedro Alves <pedro@codesourcery.com>
2953
2954 * gdb.texinfo (Commands to specify files): Describe what how GDB
2955 looks up DOS-based filesystem paths on the system root. Document
2956 the new `set/show target-file-system-kind' commands.
2957
29582010-04-23 Doug Evans <dje@google.com>
2959
2960 * gdb.texinfo (Python): Move Auto-loading section here ...
2961 (Python API): from here.
2962 (Auto-loading): Add docs for .debug_gdb_scripts auto-loaded scripts.
2963 (Maintenance Commands): Add docs for "maint print section-scripts".
2964
29652010-04-20 Chris Moller <cmoller@redhat.com>
2966
2967 * gdb.texinfo (Setting Breakpoints): Added description of
2968 filename-qualified rbreak.
2969 * refcard.tex (Breakpoints and Watchpoints): Added brief
2970 description of filename-qualified rbreak.
2971
29722010-04-22 Jan Kratochvil <jan.kratochvil@redhat.com>
2973
2974 * gdb.texinfo (Data): New @menu reference to Pretty Printing.
2975 (Python API): Change the reference to Pretty Printing API.
2976 (Pretty Printing): Move the user part under the Data node. Reformat
2977 the sample output to 72 columns. Create a new reference to Pretty
2978 Printing API. Rename the API part ...
2979 (Pretty Printing API): To a new node name.
2980 (Selecting Pretty-Printers, Progspaces In Python, Objfiles In Python)
2981 (GDB/MI Variable Objects): Change references to Pretty Printing API.
2982
29832010-04-21 Stan Shebs <stan@codesourcery.com>
2984
2985 * gdb.texinfo (Tracepoint Actions): Mention synonymy of actions
2986 and commands.
2987 (Listing Tracepoints): Update to reflect current behavior.
2988
29892010-04-22 Pierre Muller <muller@ics.u-strasbg.fr>
2990
2991 * gdb.texinfo (Examining memory): Update for change in string
2992 display with explicit size.
2993
29942010-04-19 Pedro Alves <pedro@codesourcery.com>
2995
2996 PR breakpoints/8554.
2997
2998 * gdb.texinfo (Save Breakpoints): New node.
2999 (save-tracepoints): Rename to ...
3000 (save tracepoints): ... this. Mention that `save-tracepoints' is
3001 a deprecated alias to `save tracepoints'.
3002
30032010-04-16 Pierre Muller <muller@ics.u-strasbg.fr>
3004
3005 * gdb.texinfo ($_tlb): Document new automatic convinience variable.
3006 (info w32 thread-information-block): Document new command.
3007 (qGetTIBAddress): Document new gdbserver query.
3008 (maint set/show show-all-tib): Document new command.
3009
30102010-04-15 Doug Evans <dje@google.com>
3011
3012 * gdb.texinfo (Python API): Add progspaces section.
3013 (Selecting Pretty-Printers): Progspace pretty-printers are
3014 searched too.
3015 (Progspaces In Python): New section.
3016
3017 * gdb.texinfo (Command Files): Add docs for new "source -s" option.
3018
30192010-04-14 Phil Muldoon <pmuldoon@redhat.com>
3020
3021 * gdb.texinfo (Pretty Printing): Document behaviour when to_string
3022 returns None.
3023
30242010-04-09 Stan Shebs <stan@codesourcery.com>
3025
3026 * gdb.texinfo (gdb/mi Tracepoint Commands) <-trace-status>:
3027 Describe the `frames-created' field, tweak grammar.
3028
30292010-04-09 Pedro Alves <pedro@codesourcery.com>
3030
3031 * gdb.texinfo (gdb/mi Tracepoint Commands) <-trace-status>:
3032 Describe the `circular' and `disconnected' fields.
3033
30342010-04-09 H.J. Lu <hongjiu.lu@intel.com>
3035
3036 * gdb.texinfo (maint print registers): Mention unavailable and
3037 invisible registers.
3038
30392010-04-09 Phil Muldoon <pmuldoon@redhat.com>
3040 Thiago Jung Bauermann <bauerman@br.ibm.com>
3041 Tom Tromey <tromey@redhat.com>
3042
3043 * gdb.texinfo (Breakpoints In Python): New Node.
3044
30452010-04-08 Stan Shebs <stan@codesourcery.com>
3046
3047 * gdb.texinfo (Tracepoint Packets): Describe disconn and circular
3048 trace status fields.
3049
30502010-04-08 H.J. Lu <hongjiu.lu@intel.com>
3051
3052 * gdb.texinfo (i386 Features): Make org.gnu.gdb.i386.avx
3053 optional. Make org.gnu.gdb.i386.avx requires
3054 org.gnu.gdb.i386.avx.
3055
30562010-04-08 Doug Evans <dje@google.com>
3057
3058 * gdb.texinfo (Command Files): Document that gdb skips $cdir in
3059 search path, and document that gdb only scans the search path if
3060 the script's path doesn't specify a directory.
3061
30622010-04-05 Doug Evans <dje@google.com>
3063
3064 * gdb.texinfo (maint show python auto-load): Fix typo.
3065
30662010-04-04 Stan Shebs <stan@codesourcery.com>
3067
3068 * gdb.texinfo (Setting Breakpoints): "info watch" no longer a synonym.
3069 (Setting Watchpoints): Update description of "info watch".
3070 (Disabling Breakpoints): Only "info break" lists all.
3071
3072 * gdb.texinfo (Tracepoint Restrictions): Document PC inference.
3073 (tdump): Explain how tdump works.
3074
30752010-04-01 Pedro Alves <pedro@codesourcery.com>
3076
3077 * gdb.texinfo (Break Commands): Clarify `commands' changes, and
3078 add cross reference.
3079
30802010-03-31 Pedro Alves <pedro@codesourcery.com>
3081
3082 * gdb.texinfo (TUI Commands): Mention that in some cases, these
3083 commands error out.
3084
30852010-03-30 H.J. Lu <hongjiu.lu@intel.com>
3086
3087 * gdb.texinfo (i386 Features): Add org.gnu.gdb.i386.avx.
3088
30892010-03-30 H.J. Lu <hongjiu.lu@intel.com>
3090
3091 * gdb.texinfo (General Query Packets): Add xmlRegisters.
3092
30932010-03-29 Stan Shebs <stan@codesourcery.com>
3094 Nathan Sidwell <nathan@codesourcery.com>
3095
3096 * gdb.texinfo (GDB/MI Tracepoint Commands): Add notes about the
3097 GDBN equivalent.
3098 (Set Tracepoints): Remove mention that conditional tracepoints
3099 don't exist.
3100 (Tracepoint Actions): Clarify when while-stepping collection
3101 happens, note that while-stepping does not automatically collect
3102 $pc.
3103
31042010-03-29 Stan Shebs <stan@codesourcery.com>
3105
3106 * gdb.texinfo (Tracepoint Packets): Describe QTDPsrc.
3107 (General Query Packets): Describe TracepointSource.
3108
31092010-03-27 Matt Rice <ratmice@gmail.com>
3110
3111 * gdb.texinfo (ARM): Document arguments to "target sim".
3112 (Set Catchpoints): Use @dots{} instead of @r{...}.
3113
31142010-03-26 Pedro Alves <pedro@codesourcery.com>
3115
3116 * gdb.texinfo (Tracepoint Packets): Remove mention that
3117 terror:string may be plain text, and drop mention of X prefix.
3118
31192010-03-26 Vladimir Prus <vladimir@codesourcery.com>
3120
3121 * gdb.texinfo (GDB/MI Tracepoint Commands): Add comma after @xref.
3122
31232010-03-24 Stan Shebs <stan@codesourcery.com>
3124
3125 * gdb.texinfo (Tracepoint Packets): Document trace error status.
3126
31272010-03-24 Tom Tromey <tromey@redhat.com>
3128
3129 PR breakpoints/9352:
3130 * gdb.texinfo (Break Commands): Update.
3131
31322010-03-24 Vladimir Prus <vladimir@codesourcery.com>
3133
3134 * gdb.texinfo (GDB/MI Tracepoint Commands): Document MI tracepoint
3135 commands.
3136
31372010-03-16 Stan Shebs <stan@codesourcery.com>
3138
3139 * gdb.texinfo (Starting and Stopping Trace Experiments): Describe
3140 circular-trace-buffer.
3141 (Tracepoint Packets): Describe QTBuffer, and details of the
3142 qTStatus reply.
3143
31442010-03-12 Stan Shebs <stan@codesourcery.com>
3145 Nathan Sidwell <nathan@codesourcery.com>
3146
3147 * gdb.texinfo (Tracepoint Actions): Clarify that while-stepping is
3148 doing instruction stepping.
3149 (Tracepoint Restrictions): New node.
3150
31512010-03-10 Tom Tromey <tromey@redhat.com>
3152
3153 * gdbint.texinfo (Symbol Handling): Update.
3154
31552010-03-08 Tom Tromey <tromey@redhat.com>
3156
3157 PR cli/9591:
3158 * gdb.texinfo (Mode Options): Mention lack of pagination and
3159 confirmation with --batch.
3160 (Screen Size): Mention --batch.
3161 (Messages/Warnings): Likewise.
3162
31632010-03-05 Tom Tromey <tromey@redhat.com>
3164
3165 * gdb.texinfo (Basic Python): Document target_charset and
3166 target_wide_charset.
3167
31682010-03-05 Tom Tromey <tromey@redhat.com>
3169
3170 * gdb.texinfo (Data): Link to pretty-printing.
3171 (Output Formats): Likewise. Correct text.
3172
31732010-03-01 Daniel Jacobowitz <dan@codesourcery.com>
3174
3175 * gdb.texinfo (Types): Describe <struct> and <flags>.
3176
31772010-02-28 Phil Muldoon <pmuldoon@redhat.com>
3178
3179 * gdb.texinfo (Frames In Python): Add block parameter and
3180 description to read_var text.
3181
31822010-02-26 Phil Muldoon <pmuldoon@redhat.com>
3183 Tom Tromey <tromey@redhat.com>
3184
3185 * gdb.texinfo (Types In Python): Describe block argument in
3186 template_argument and gdb.lookup_type.
3187
31882010-02-24 Tom Tromey <tromey@redhat.com>
3189
3190 * gdb.texinfo (Cygwin Native): Fix typo.
3191
31922010-02-24 Phil Muldoon <pmuldoon@redhat.com>
3193
3194 * gdb.texinfo (Frames In Python): Add block, find_sal, function
3195 and select method descriptions.
3196 (Python API): Add Blocks In Python, Symbols in Python and Symbol
3197 Tables in Python to menu.
3198 (Blocks In Python): New node.
3199 (Symbols In Python): New node.
3200 (Symbol Tables in Python): New node.
3201
32022010-02-24 Vladimir Prus <vladimir@codesourcery.com>
3203
3204 Multiexec MI
3205
3206 gdb/
3207 * breakpoint.c (clear_syscall_counts): Take struct inferior*.
3208
3209 gdb/doc/
3210 * gdb.texinfo (GDB/MI Command Syntax): Document notification
3211 changes.
3212 (GDB/MI Program Execution): Document current behaviour of
3213 --all and --thread-group.
3214 (GDB/MI Miscellaneous Commands): Document -add-inferior and
3215 -remove-inferior.
3216 * observer.texi (inferior_added, inferior_removed): New
3217 observers.
3218
32192010-02-19 Tom Tromey <tromey@redhat.com>
3220
3221 * gdbint.texinfo (Getting Started): Fix @node.
3222 (Debugging GDB): Likewise.
3223
32242010-02-13 Joel Brobecker <brobecker@adacore.com>
3225
3226 * gdbint.texinfo (Testsuite): New section "Testsuite Configuration",
3227 documenting the gdb_test_timeout variable.
3228
32292010-02-12 Jakob Engblom <jakob@virtutech.com>
3230
3231 * gdb.texinfo (MI commands): Added documentation of --reverse
3232 option to a set of MI commands. Restructured documentation of MI
3233 commands --exec-continue to reflect the complexity of reverse
3234 execution.
3235
32362010-02-12 Pedro Alves <pedro@codesourcery.com>
3237
3238 * gdb.texinfo (Using the Collected Data): Specify that the address
3239 range of `tfind outsize' is exclusive, and that the address range
3240 of `tfind range' is inclusive.
3241 (Tracepoint Packets): Specify that the address range of
3242 `QTFrame:range' is inclusive, and that the address range of
3243 `QTFrame:outside' is exclusive
3244
32452010-02-12 Vladimir Prus <vladimir@codesourcery.com>
3246
3247 * gdb.texinfo (GDB/MI Result Records): Clarify ^running.
3248
32492010-02-10 Tom Tromey <tromey@redhat.com>
3250
3251 * gdb.texinfo (Debugging Output): Document set debug parser and
3252 show debug parser.
3253
32542010-02-09 H.J. Lu <hongjiu.lu@intel.com>
3255
3256 * gdb.texinfo (Predefined Target Types): Add i387_ext,
3257 i386_eflags and i386_mxcsr.
3258
32592010-02-08 H.J. Lu <hongjiu.lu@intel.com>
3260
3261 * gdb.texinfo: Document i386 target features.
3262
32632010-02-05 Doug Evans <dje@google.com>
3264
3265 * gdbint.texinfo (Testsuite): Add a new section to document the
3266 various DejaGnu variables that may be overridden.
3267 Document INTERNAL_GDBFLAGS.
3268
32692010-02-04 Tom Tromey <tromey@redhat.com>
3270
3271 PR cli/8830:
3272 * gdb.texinfo (Files): -readnow comes before the filename for file
3273 and symbol-file.
3274
32752010-02-01 Daniel Jacobowitz <dan@codesourcery.com>
3276
3277 * gdb.texinfo (Architecture-Specific Protocol Details): New section.
3278 Document ARM breakpoint types.
3279 (Register Packet Format): Move into the new section.
3280 (Packets): Describe the KIND argument for Z0, z0, Z1, and z1 packets.
3281
32822010-01-21 Joel Brobecker <brobecker@adacore.com>
3283
3284 * gdb.texinfo (File Options): Adjust the documentation of this
3285 switch to refer to the "source" command rather than partially
3286 duplicating some of the relevant information.
3287 (Extending GDB): Introduce and document the set/show script-extension
3288 setting.
3289 (Command Files): Add note explaining that the "source" command
3290 is also used to evalute scripts written in other languages.
3291 Remove the short slightly incorrect reference to sourcing Python
3292 scripts.
3293 (Python Commands): Document how to execute a Python script from GDB.
3294
32952010-01-19 Joel Brobecker <brobecker@adacore.com>
3296
3297 * gdb.texinfo (Command Files): Fix typo.
3298
32992010-01-18 Tom Tromey <tromey@redhat.com>
3300
3301 * gdb.texinfo (File Options): Document -x on .py files.
3302 (Command Files): Document handling of Python scripts.
3303
33042010-01-18 Jie Zhang <jie.zhang@analog.com>
3305
3306 * Makefile.in (ANNOTATE_DOC_BUILD_INCLUDES): Add GDBvn.texi.
3307
33082010-01-15 Stan Shebs <stan@codesourcery.com>
3309
3310 * gdb.texinfo (Trace Files): New section.
3311 (Tracepoint Packets): Document QTSave and qTBuffer.
3312 (Trace File Format): New appendix.
3313
33142010-01-13 Phil Muldoon <pmuldoon@redhat.com>
3315
3316 * gdb.texinfo (Values From Inferior): Document lazy_string value
3317 method.
3318 (Python API): Add Lazy strings menu item.
3319 (Lazy Strings In Python): New node.
3320
33212010-01-13 Vladimir Prus <vladimir@codesourcery.com>
3322
3323 * gdb.texinfo (GDB/MI Thread Information): New.
3324 (GDB/MI Async Records): Document the core field in *stopped.
3325 (GDB/MI Miscellaneous Commands): Expand -list-thread-groups
3326 documentation
3327 (Process list): Document that osdata document may contain
3328 threads.
3329 (Remote Serial Protocol): Document qXfer:threads.
3330
33312010-01-06 Stan Shebs <stan@codesourcery.com>
3332
3333 * gdb.texinfo (Starting and Stopping Trace Experiments): Document
3334 disconnected tracing.
3335 (Tracepoint Packets): Document new protocol.
3336
33372010-01-05 Stan Shebs <stan@codesourcery.com>
3338
3339 * gdb.texinfo (Create and Delete Tracepoints): Describe fast
3340 tracepoints.
3341 (Tracepoint Packets): Describe remote protocol for fast
3342 tracepoints.
3343
33442010-01-01 Joel Brobecker <brobecker@adacore.com>
3345
3346 Update the "Start of New Year Procedure".
3347 * gdbint.texinfo: Add the list of files that need to be updated
3348 manually. Minor reformatting.
3349
33502010-01-01 Joel Brobecker <brobecker@adacore.com>
3351
3352 * refcard.tex: Update copyright year in header and text.
3353
33542010-01-01 Joel Brobecker <brobecker@adacore.com>
3355
3356 * agentexpr.texi: Add 2010 to the list of copyright years.
3357 * annotate.texinfo: Likewise.
3358 * gdb.texinfo: Likewise.
3359 * gdbint.texinfo: Likewise.
3360 * observer.texi: Likewise.
3361 * stabs.texinfo: Likewise.
3362
33632009-12-31 Stan Shebs <stan@codesourcery.com>
3364
3365 * gdb.texinfo (Tracepoint Actions): Describe teval.
3366
33672009-12-29 Stan Shebs <stan@codesourcery.com>
3368
3369 * gdb.texinfo (Tracepoint Actions): Describe default-collect.
3370
33712009-12-28 Stan Shebs <stan@codesourcery.com>
3372
3373 * gdb.texinfo (Trace State Variables): New section.
3374 (Tracepoint Packets): Describe trace state variable packets.
3375 * agentexpr.texi (Bytecode Descriptions): Describe trace state
3376 variable bytecodes.
3377
33782009-12-28 Daniel Jacobowitz <dan@codesourcery.com>
3379
3380 * gdb.texinfo (Symbols): "info variables" prints definitions, not
3381 declarations.
3382
33832009-12-21 Vladimir Prus <vladimir@codesourcery.com>
3384
3385 * gdb.texinfo (GDB/MI Miscellaneous Commands): Clarify that
3386 -gdb-exit behaviour.
3387
33882009-12-20 Joel Brobecker <brobecker@adacore.com>
3389
3390 * gpl.texi: Update to version 3 of the GPL.
3391
33922009-12-20 Joel Brobecker <brobecker@adacore.com>
3393
3394 * Makefile.in: Update copyright header.
3395 * observer.texi: Fix the copyright header of the generated files.
3396
33972009-12-08 Phil Muldoon <pmuldoon@redhat.com>
3398
3399 * gdb.texinfo (Types In Python): Describe range function.
3400
34012009-12-03 Richard Ward <richard.j.ward1@googlemail.com>
3402
3403 * gdb.texinfo (Types In Python): Describe "is_base_class".
3404
34052009-12-03 Tom Tromey <tromey@redhat.com>
3406
3407 * gdb.texinfo (Basic Python): Document gdb.parse_and_eval.
3408
34092009-12-02 Paul Pluzhnikov <ppluzhnikov@google.com>
3410
3411 * observer.texi: New memory_changed observer.
3412
34132009-12-01 Tom Tromey <tromey@redhat.com>
3414
3415 * gdb.texinfo (Reverse Execution): Fix typo.
3416
34172009-11-24 Daniel Jacobowitz <dan@codesourcery.com>
3418
3419 PR gdb/8704
3420
3421 * gdb.texinfo (Thread-Specific Breakpoints): Thread specifiers
3422 are allowed after the breakpoint condition.
3423
34242009-11-23 Tom Tromey <tromey@redhat.com>
3425
3426 PR python/10782:
3427 * gdb.texinfo (Types In Python): Document Type.pointer.
3428
34292009-11-23 Paul Pluzhnikov <ppluzhnikov@google.com>
3430
3431 * gdb.texinfo (Machine Code): Adjust.
3432
34332009-11-11 Pedro Alves <pedro@codesourcery.com>
3434
3435 * agentexpr.texi (Tracing On Symmetrix): Delete section.
3436 (Using Agent Expressions): Delete cross reference.
3437
34382009-11-07 Joel Brobecker <brobecker@adacore.com>
3439
3440 * gdbint.texinfo, stabs.texinfo: Move the @setchapternewpage
3441 and @settitle directives up to help makeinfo find them.
3442
34432009-11-02 Jan Kratochvil <jan.kratochvil@redhat.com>
3444
3445 * gdb.texinfo (set debug-file-directory, show debug-file-directory)
3446 (Auto-loading): Use plural and note one can use multiple components now.
3447
34482009-11-01 Vladimir Prus <vladimir@codesourcery.com>
3449
3450 * gdb.texinfo (GDB/MI Stack Manipulation): Make
3451 -stack-list-arguments have the same documentation for parameter
3452 as -stack-list-locals. Add comas.
3453
34542009-10-27 Tom Tromey <tromey@redhat.com>
3455 Eli Zaretskii <eliz@gnu.org>
3456
3457 PR python/10781
3458
3459 * gdb.texinfo (Values From Inferior): Document cast method.
3460
34612009-10-22 Paul Pluzhnikov <ppluzhnikov@google.com>
3462
3463 * gdb.texinfo (Machine Code): Mention function name in disasssembly
3464 and adjust example.
3465
34662009-10-22 Michael Snyder <msnyder@vmware.com>
3467
3468 * gdb.texinfo (Process Record and Replay): Document new form of
3469 info record command. Also document the new save and restore
3470 commands.
3471
34722009-10-21 Paul Pluzhnikov <ppluzhnikov@google.com>
3473
3474 * gdb.texinfo (Machine Code): Mention current pc marker.
3475 (Memory): Likewise.
3476
34772009-10-19 Pedro Alves <pedro@codesourcery.com>
3478 Stan Shebs <stan@codesourcery.com>
3479
3480 * observer.texi (new_inferior): Rename to...
3481 (inferior_appeared): ... this.
3482
3483 * gdb.texinfo (Inferiors): Rename node to ...
3484 (Inferiors and Programs): ... this. Mention running multiple
3485 programs in the same debug session.
3486 <info inferiors>: Mention the new 'Executable' column if "info
3487 inferiors". Update examples. Document the "add-inferior",
3488 "clone-inferior", "remove-inferior" and "maint info
3489 program-spaces" commands.
3490 (Process): Rename node to...
3491 (Forks): ... this. Document "set|show follow-exec-mode".
3492
34932009-10-11 Michael Snyder <msnyder@vmware.com>
3494
3495 * gdb.texinfo (ReverseStep): Show default as "unsupported".
3496 (ReverseContinue): Ditto.
3497
34982009-10-08 Paul Pluzhnikov <ppluzhnikov@google.com>
3499
3500 * gdb.texinfo (Server): Document libthread-db-search-path.
3501
35022009-10-08 Jan Kratochvil <jan.kratochvil@redhat.com>
3503
3504 * gdbint.texinfo (i386_stopped_by_hwbp): Remove.
3505
35062009-10-06 Michael Eager <eager@eagercon.com>
3507
3508 * gdb.texinfo (Contributors): Add self for Xilinx MicroBlaze.
3509 (Embedded Processors): Add MicroBlaze.
3510 (MicroBlaze): New. Describe Xilinx MicroBlaze
3511
35122009-10-04 Pedro Alves <pedro@codesourcery.com>
3513
3514 * gdb.texinfo (Remote Protocol): Don't mention vCont;T.
3515
35162009-09-26 Pierre Muller <muller@ics.u-strasbg.fr>
3517
3518 * gdb.texinfo (Cygwin Native): Mention support for Ctrl-BREAK.
3519
35202009-09-23 Joel Brobecker <brobecker@adacore.com>
3521
3522 * observer.texi (solib_unloaded): Document explicitly the fact that
3523 this observer is called before the associated symbols are unloaded.
3524
35252009-09-19 Vladimir Prus <vladimir@codesourcery.com>
3526
3527 * gdb.texinfo (GDB/MI Stack Manipulation): Document
3528 -stack-list-variables.
3529
35302009-09-18 Tom Tromey <tromey@redhat.com>
3531
3532 * gdb.texinfo (GDB/MI Variable Objects): -enable-pretty-printing
3533 is experimental.
3534
35352009-09-17 Paul Pluzhnikov <ppluzhnikov@google.com>
3536
3537 * gdb.texinfo (convenince variables): Mention
3538 $_siginfo could be empty.
3539
35402009-09-15 Tom Tromey <tromey@redhat.com>
3541
3542 * gdb.texinfo (GDB/MI Variable Objects): Document
3543 -enable-pretty-printing, -var-set-update-range, dynamic varobjs.
3544 Expand -var-update documentation.
3545
35462009-09-14 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
3547
3548 * gdb.texinfo (Set Catchpoints): Documentation about the catch syscall
3549 feature.
3550
35512009-09-13 Daniel Jacobowitz <dan@codesourcery.com>
3552
3553 * gdbint.texinfo (Unwinding the Frame ID): Reference outer_frame_id.
3554
35552009-09-10 Michael Snyder <msnyder@vmware.com>
3556
3557 * gdb.texinfo (qSupported): Mention new ReverseContinue and
3558 ReverseStep replies to the qSupported query.
3559
35602009-09-10 Joel Brobecker <brobecker@adacore.com>
3561
3562 Add documentation for set/show interactive-mode.
3563 * gdb.texinfo (Other Misc Settings): New node.
3564
35652009-09-01 Doug Evans <dje@google.com>
3566
3567 * gdb.texinfo (Caching Data of Remote Targets): Add note on
3568 non-stop mode's affect on remote caching.
3569
35702009-08-31 Jacob Potter <jdpotter@google.com>
3571 Doug Evans <dje@google.com>
3572
3573 * gdb.texinfo (Caching Data of Remote Targets): Update text.
3574 Mark `set/show remotecache' options as obsolete.
3575 Document new `set/show stack-cache' option.
3576 Update text for `info dcache'.
3577
35782009-08-27 Doug Evans <dje@google.com>
3579
3580 * gdb.texinfo (Symbols): Delete `set print symbol-loading'.
3581 (Files): Add note on new optional regex arg to `info sharedlibrary'.
3582
35832009-08-26 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3584
3585 * gdbint.texinfo (Releasing GDB): Fix confusing sentence
3586 about autoconf.
3587
35882009-08-25 Pedro Alves <pedro@codesourcery.com>
3589
3590 * gdb.texinfo (Debugging Multiple Inferiors): Add "info inferiors"
3591 small example, and describe its columns. Replace "inferior-id" by
3592 "infno" throughout.
3593
35942009-08-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3595
3596 * gdbint.texinfo (Releasing GDB): Point to
3597 README-maintainer-mode file for required autoconf version.
3598 * configure.ac: Do not substitute datarootdir, htmldir,
3599 pdfdir, docdir. Do not process --with-datarootdir,
3600 --with-htmldir, --with-pdfdir, --with-docdir.
3601 * configure: Regenerate.
3602
3603 * configure: Regenerate.
3604
36052009-08-20 Reid Kleckner <reid@kleckner.net>
3606
3607 * gdb.texinfo: Add chapter on JIT interface.
3608
36092009-08-07 Nick Roberts <nickrob@snap.net.nz>
3610
3611 * gdb.texinfo (Server Prefix): Explain that server prefix suppresses
3612 confirmation request.
3613
36142009-08-05 Jeremy Bennett <jeremy.bennett@embecosm.com>
3615
3616 * gdb.texinfo (Separate Debug Files, Remote Protocol): Clarified
3617 CRC definitions.
3618
36192009-08-03 Vladimir Prus <vladimir@codesourcery.com>
3620
3621 * gdb.texinfo (GDB/MI Breakpoint Commands): Document
3622 -break-commands.
3623
36242009-07-31 Ulrich Weigand <uweigand@de.ibm.com>
3625
3626 * gdb.texinfo (Cell Broadband Engine SPU architecture): Document the
3627 "set spu auto-flush-cache" and "show spu auto-flush-cache" commands.
3628
36292009-07-31 Ulrich Weigand <uweigand@de.ibm.com>
3630
3631 * gdb.texinfo (Cell Broadband Engine SPU architecture): Document the
3632 "set spu stop-on-load" and "show spu stop-on-load" commands.
3633
36342009-07-31 Ulrich Weigand <uweigand@de.ibm.com>
3635
3636 * gdb.texinfo (Target Descriptions): Document <compatible> element.
3637
36382009-07-28 Daniel Jacobowitz <dan@codesourcery.com>
3639
3640 * gdb.texinfo (ARM Features): Document org.gnu.gdb.arm.vfp and
3641 org.gnu.gdb.arm.neon.
3642
36432009-07-20 Pedro Alves <pedro@codesourcery.com>
3644
3645 * gdb.texinfo (Target Description Format): Mention the new <osabi>
3646 optional element.
3647 (subsection OS ABI): New subsection.
3648
36492009-07-14 Stan Shebs <stan@codesourcery.com>
3650
3651 * gdb.texinfo (Tracepoint Conditions): New section.
3652 (General Query Packets): Describe ConditionalTracepoints.
3653 (Tracepoint Packets): Describe condition field.
3654 (Maintenance Commands): Describe maint agent-eval.
3655 * agentexpr.texi (Using Agent Expressions): Mention eval usage.
3656
36572009-07-11 Hui Zhu <teawater@gmail.com>
3658
3659 * gdb.texinfo (disassemble): Add a new modifier /r
3660 to "disassemble" command to make it print the raw instructions
3661 in hex as well as in symbolic form.
3662
36632009-07-09 Tom Tromey <tromey@redhat.com>
3664
3665 * gdbint.texinfo (Testsuite): Document parallel make check.
3666
36672009-07-09 Tom Tromey <tromey@redhat.com>
3668
3669 * gdbint.texinfo (Testsuite): Document test transcripts.
3670
36712009-07-10 Phil Muldoon <pmuldoon@redhat.com>
3672
3673 * gdb.texinfo (Values From Inferior): Add length parameter
3674 description.
3675
36762009-07-04 Chris Genly <chris@genly.us>
3677
3678 * gdb.texinfo (GDB/MI Variable Objects): Document child definition
3679 in -var-list-children. Fix example according to what the code
3680 does.
3681
36822009-07-02 Pedro Alves <pedro@codesourcery.com>
3683
3684 * gdb.texinfo (Debugging multiple inferiors): Document the
3685 "inferior", "detach inferior" and "kill inferior" commands.
3686 (Debugging Programs with Multiple Processes): Adjust to mention
3687 generic "inferior" commands. Delete mention of "detach fork" and
3688 "delete fork". Cross reference to "Debugging multiple inferiors"
3689 section.
3690
36912009-07-02 Ulrich Weigand <uweigand@de.ibm.com>
3692
3693 * gdbint.texinfo (Item Output Functions): Update signature
3694 for ui_out_field_core_addr.
3695
36962009-07-02 Ulrich Weigand <uweigand@de.ibm.com>
3697
3698 * gdbint.texinfo (Examples of Use of @code{ui_out} functions):
3699 Update example code extrated from breakpoint.c.
3700
37012009-06-28 Paul Pluzhnikov <ppluzhnikov@google.com>
3702
3703 * gdb.texinfo (GDB/MI Program Context): @ignore unimplemented
3704 MI commands.
3705 (GDB/MI Symbol Query): Likewise.
3706 (GDB/MI File Commands): Likewise.
3707 (GDB/MI File Transfer Commands): Likewise.
3708 (GDB/MI Target Manipulation): Likewise.
3709 (GDB/MI Miscellaneous Commands): Likewise.
3710
37112009-06-27 Daniel Jacobowitz <dan@codesourcery.com>
3712
3713 * gdb.texinfo (Debugging Optimized Code): New chapter.
3714 (Compiling for Debugging): Reference it. Move some
3715 text to the new section.
3716
37172009-06-15 Phil Muldoon <pmuldoon@redhat.com>
3718
3719 * doc/gdb.texinfo (Calling): Document
3720 set-unwind-on-terminating-exception usage.
3721
37222009-06-11 Pedro Alves <pedro@codesourcery.com>
3723
3724 * gdb.texinfo (All-Stop): Document new 'set schedule-multiple'
3725 command.
3726
37272009-06-07 Pedro Alves <pedro@codesourcery.com>
3728
3729 * gdbint.texinfo (TARGET_HAS_HARDWARE_WATCHPOINTS): Delete all
3730 references.
3731
37322009-06-04 Ulrich Weigand <uweigand@de.ibm.com>
3733
3734 * gdbint.texinfo: Rename formal parameters to gdbarch function
3735 protoypes from "current_gdbarch" to "gdbarch".
3736
37372009-05-28 Tom Tromey <tromey@redhat.com>
3738
3739 * gdb.texinfo (Basic Python): Change get_parameter to parameter.
3740
37412009-05-27 Tom Tromey <tromey@redhat.com>
3742
3743 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document "python"
3744 feature.
3745 (GDB/MI Variable Objects): Document -var-set-visualizer.
3746
37472009-04-02 Tom Tromey <tromey@redhat.com>
3748
3749 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document "python"
3750 feature.
3751 (GDB/MI Variable Objects): Document -var-set-visualizer.
3752
37532009-05-27 Tom Tromey <tromey@redhat.com>
3754 Thiago Jung Bauermann <bauerman@br.ibm.com>
3755 Phil Muldoon <pmuldoon@redhat.com>
3756
3757 * gdb.texinfo (Objfiles In Python): Reference pretty printing.
3758 (Pretty Printing): New node.
3759 (Selecting Pretty-Printers): Likewise.
3760 (Python API): Update.
3761 (Output Formats): Document /r format.
3762
37632009-05-27 Thiago Jung Bauermann <bauerman@br.ibm.com>
3764 Tom Tromey <tromey@redhat.com>
3765
3766 * gdb.texinfo (Types In Python): New node.
3767 (Values From Inferior): "type" is now an attribute.
3768 (Python API): Update.
3769
37702009-05-27 Tom Tromey <tromey@redhat.com>
3771 Thiago Jung Bauermann <bauerman@br.ibm.com>
3772 Phil Muldoon <pmuldoon@redhat.com>
3773
3774 * gdb.texinfo: Add @syncodeindex for `tp'.
3775 (Python API): Update.
3776 (Auto-loading): New node.
3777 (Objfiles In Python): New node.
3778
37792009-05-15 Paul Pluzhnikov <ppluzhnikov@google.com>
3780
3781 * gdb.texinfo (Threads): Document libthread-db-search-path.
3782
37832009-05-15 Nick Roberts <nickrob@snap.net.nz>
3784
3785 * gdb.texinfo (GDB/MI General Design): Break up into four nodes.
3786
37872009-05-12 Pedro Alves <pedro@codesourcery.com>
3788
3789 * gdb.texinfo: Document 'set/show debug gnu-nat'. Replace 'maint
3790 show-debug-regs' docs by 'maint set show-debug-regs' and 'maint
3791 show show-debug-regs' docs.
3792
37932009-05-08 Eli Zaretskii <eliz@gnu.org>
3794
3795 * gdb.texinfo (Process Record and Replay): Add description of
3796 reverse execution.
3797
37982009-05-07 Joel Brobecker <brobecker@adacore.com>
3799
3800 * gdbint.texinfo (Adding support for debugging core files): New node.
3801 (Native Debugging): Remove the ``Native core file Support'' section.
3802
38032009-05-01 Eli Zaretskii <eliz@gnu.org>
3804
3805 * gdb.texinfo (Process Record and Replay): Improve and clarify.
3806 Add index entries.
3807
38082009-04-30 Hui Zhu <teawater@gmail.com>
3809 Michael Snyder <msnyder@vmware.com>
3810
3811 * gdb.texinfo: (Process Record and Replay): Add documentation for
3812 process record and replay.
3813
38142009-04-29 Jan Kratochvil <jan.kratochvil@redhat.com>
3815
3816 * gdb.texinfo (Macros): Note command-line for `info macro'. Append
3817 a new part on command-line defined macros.
3818
38192009-04-25 Eli Zaretskii <eliz@gnu.org>
3820
3821 * gdb.texinfo (Machine Code) <disassemble-next-line>: Improve and
3822 clarify the wording.
3823
38242009-04-23 Tom Tromey <tromey@redhat.com>
3825
3826 * gdb.texinfo (Data Files): New node.
3827 (GDB Files): Update menu.
3828
38292009-04-23 Joel Brobecker <brobecker@adacore.com>
3830
3831 * gdbint.texinfo (Defining Other Architecture Features): Remove
3832 entry for PROCESS_LINENUMBER_HOOK.
3833
38342009-04-22 Vladimir Prus <vladimir@codesourcery.com>
3835
3836 * gdb.texinfo (GDB/MI Program Execution): Document -exec-jump.
3837
38382009-04-22 Hui Zhu <teawater@gmail.com>
3839
3840 * gdb.texinfo (disassemble-next-line): Set the default of
3841 disassemble-next-line to off.
3842
38432009-04-21 Joseph Myers <joseph@codesourcery.com>
3844
3845 * configure.ac (--with-datarootdir, --with-docdir, --with-pdfdir,
3846 --with-htmldir): New.
3847 * configure: Regenerate.
3848 * Makefile.in (datarootdir, docdir): Define.
3849 (gdb.dvi, gdb.pdf): Use same -I options as for building gdb.info
3850 instead of $(SET_TEXINPUTS).
3851 (gdbint.dvi, gdbint.pdf): Use same -I options as for building
3852 gdbint.info instead of $(SET_TEXINPUTS).
3853 (gdbint/index.html): Use same -I options as for building
3854 gdbint.info.
3855 (stabs.dvi, stabs.pdf): Use same -I options as for building
3856 stabs.info instead of $(SET_TEXINPUTS).
3857 (stabs/index.html): Use same -I options as for building
3858 stabs.info.
3859 (annotate.dvi, annotate.pdf): Use same -I options as for building
3860 annotate.info instead of $(SET_TEXINPUTS).
3861 (annotate/index.html): Use same -I options as for building
3862 annotate.info.
3863
38642009-04-21 David Daney <ddaney@caviumnetworks.com>
3865
3866 * gdb.texinfo (maint show-debug-regs): Remove mention of x86.
3867
38682009-04-21 Joseph Myers <joseph@codesourcery.com>
3869
3870 * gdb.texinfo (Source Path): Document --with-relocated-sources.
3871
38722009-04-18 Carlos O'Donell <carlos@codesourcery.com>
3873 Joseph Myers <joseph@codesourcery.com>
3874
3875 * Makefile.in (MAKEHTML): Set to makeinfo --html.
3876 (MAKEHTMLFLAGS): Set to empty.
3877 (html__strip_dir): Define.
3878 (HTMLFILES): Define.
3879 (HTMLFILES_INSTALL): Define.
3880 (install-html): Copy new automake rule.
3881 (html): Depend on $(HTMLFILES).
3882 (gdb_toc.html): Rename to gdb/index.html.
3883 (gdbint_toc.html): Rename to gdbint/index.html.
3884 (stabs_toc.html): Rename to stabs/index.html.
3885 (annotate_toc.html): Rename to annotate/index.html.
3886
38872009-04-17 Carlos O'Donell <carlos@codesourcery.com>
3888
3889 * Makefile.in: Set pdfdir and htmldir from configure
3890 substitutions.
3891 * configure.ac: AC_SUBST datarootdir, docdir, htmldir, pdfdir.
3892 * configure: Regenerate.
3893
38942009-04-16 Joel Brobecker <brobecker@adacore.com>
3895
3896 * gdbint.texinfo (Native Debugging): Remove entry for PROC_NAME_FMT.
3897 This macro is no longer used.
3898
38992009-04-15 Tom Tromey <tromey@redhat.com>
3900
3901 * gdb.texinfo (Character Sets): Document default character set.
3902
39032009-04-14 Pierre Muller <muller@ics.u-strasbg.fr>
3904
3905 * gdbint.texinfo: Change server name from sources.redhat.com to
3906 sourceware.org throughout.
3907
39082009-04-09 Joel Brobecker <brobecker@adacore.com>
3909
3910 * gdb.texinfo (Set Breaks): Rewrite a paragraph to avoid a warning
3911 about a missing dot or coma after @xref.
3912
39132009-04-02 Joel Brobecker <brobecker@adacore.com>
3914
3915 * gdb.texinfo (Backtrace): Add a parameter in frame 1 of the first
3916 example, and add a small explanation about it.
3917 (Print Settings): Change the documentation of the "set print
3918 frame-arguments" to reflect the fact that the default is now "scalars".
3919
39202009-04-02 Joel Brobecker <brobecker@adacore.com>
3921
3922 * gdb.texinfo (Print Settings): Add kindex for command "set
3923 print frame-arguments".
3924
39252009-03-31 Joel Brobecker <brobecker@adacore.com>
3926
3927 * gdb.texinfo (Ada Tasks): Add documentation about task-specific
3928 breakpoints.
3929 (Set Breaks): Add reference to thread-specific and task-specific
3930 breakpoints.
3931
39322009-03-31 Joel Brobecker <brobecker@adacore.com>
3933
3934 * gdb.texinfo (Ada Tasks): Remove the documentation about
3935 the "Running" state, as this state has been eliminated.
3936 Now all runnable tasks are shown as "Runnable".
3937
39382009-03-30 Stan Shebs <stan@codesourcery.com>
3939
3940 * gdb.texinfo (Tracepoints): Describe tracepoints as a
3941 special case of breakpoints.
3942 (Enable and Disable Tracepoints): Mention deprecation.
3943 (Listing Tracepoints): Update description and example.
3944
39452009-03-30 Thiago Jung Bauermann <bauerman@br.ibm.com>
3946
3947 * gdb.texinfo (Frames in Python): New node.
3948 (Python API): Update.
3949
39502009-03-29 Thiago Jung Bauermann <bauerman@br.ibm.com>
3951
3952 * gdb.texinfo (Values From Inferior): Change gdb.Value.address
3953 from a method to an attribute.
3954
39552009-03-26 Thiago Jung Bauermann <bauerman@br.ibm.com>
3956
3957 * gdb.texinfo (Values From Inferior): Document is_optimized_out
3958 attribute.
3959
39602009-03-25 Pedro Alves <pedro@codesourcery.com>
3961
3962 * observer.texi (thread_exit): Add "silent" parameter.
3963
39642009-03-22 Pedro Alves <pedro@codesourcery.com>
3965
3966 * observer.texi (about_to_proceed): New.
3967
39682009-03-21 Jeremy Bennett <jeremy.bennett@embecosm.com>
3969
3970 * gdbint.texinfo (everywhere): Use braces {} in @deftypeXX type
3971 field throughout to handle types with spaces in them. Fix typos
3972 found by aspell.
3973 (Summary, Requirements, Contributors): New first chapter,
3974 "Summary" added, old Requirements section moved there, and new
3975 section, "Contributors" added.
3976 (Initializing a New Architecture, Register Representation)
3977 (Frame Interpretation, Inferior Call Setup, Adding a New Target)
3978 (Porting gdb): These sections extended and updated.
3979 (Compiler Characteristics): This section (empty) deleted.
3980 (Defining Other Architecture Features): This section renamed and
3981 duplicate material removed from (formerly "Target Conditionals").
3982 Use braces {} in @deftypeXX type field throughout to handle types
3983 with spaces in them. Typos found by aspell fixed.
3984
3985 * stack_frame.svg: New file, source of image for gdbint.texinfo.
3986 * stack_frame.pdf: Version of image for PDF output.
3987 * stack_frame.png: Version of image for HTML output and for Emacs.
3988 * stack_frame.txt: Version of image for Info output.
3989 * stack_frame.eps: Version of image for TeX DVI output.
3990
39912009-03-21 Eli Zaretskii <eliz@gnu.org>
3992
3993 * gdb.texinfo (Character Sets): Fix last change.
3994
39952009-03-21 Thiago Jung Bauermann <bauerman@br.ibm.com>
3996
3997 * gdb.texinfo (Values From Inferior): Fix optional arguments
3998 markup.
3999 (Commands In Python): Adjust argument names of gdb.Command.__init__
4000 to what the function accepts as keywords.
4001
40022008-03-20 Tom Tromey <tromey@redhat.com>
4003
4004 * gdb.texinfo (Convenience Vars): Document convenience functions.
4005 (Functions In Python): New node.
4006 (Python API): Update.
4007
40082009-03-20 Tom Tromey <tromey@redhat.com>
4009
4010 * gdb.texinfo (Character Sets): Remove obsolete text. Document
4011 set target-wide-charset.
4012 (Requirements): Mention iconv.
4013
40142009-03-17 Hui Zhu <teawater@gmail.com>
4015
4016 * gdb.texinfo: Change the introduce of "disassemble-next-line".
4017
40182009-03-17 Hui Zhu <teawater@gmail.com>
4019
4020 * gdb.texinfo: Add documentation for disassemble-next-line.
4021
40222009-03-16 Thiago Jung Bauermann <bauerman@br.ibm.com>
4023
4024 * gdb.texinfo (Commands In Python): Remove tindex entries.
4025
40262009-03-15 Jan Kratochvil <jan.kratochvil@redhat.com>
4027
4028 * gdb.texinfo (Returning): New description for missing debug info.
4029
40302009-03-14 Pedro Alves <pedro@codesourcery.com>
4031
4032 * gdb.texinfo (Remote Configuration): Document query-attached.
4033 (General Query Packets): Document qAttached.
4034
40352009-03-05 Pedro Alves <pedro@codesourcery.com>
4036
4037 * gdb.texinfo (Background Execution): Better describe the set
4038 target-async command.
4039 (Maintenance Commands): Delete description of the `maint set/show
4040 linux-async' and `maint set/show remote-async' commands.
4041
40422009-02-18 Vladimir Prus <vladimir@codesourcery.com>
4043
4044 * gdb.texinfo (GDB/MI Async Records): Add double-spaces
4045 between sentences.
4046
40472009-02-18 Vladimir Prus <vladimir@codesourcery.com>
4048
4049 * gdb.texinfo (GDB/MI Async Records): Document the
4050 =library-loaded and =library-unloaded notifications.
4051
40522009-02-17 Vladimir Prus <vladimir@codesourcery.com>
4053
4054 * observer.texi (test_notification): New observer.
4055
40562009-02-14 Vladimir Prus <vladimir@codesourcery.com>
4057
4058 * observer.texi: Add parameter 'print_frame' to normal_stop
4059 observer.
4060
40612009-02-07 Eli Zaretskii <eliz@gnu.org>
4062
4063 * gdb.texinfo (Basic Python): Fix change from 2009-02-04.
4064 (Commands In Python): Fix COMMAND_* constants in last change. Use
4065 @kbd for interactive input. Add cross-references and index
4066 entries.
4067
40682009-02-06 Pedro Alves <pedro@codesourcery.com>
4069
4070 * gdb.texinfo (Signals): Document $_siginfo.
4071 (Convenience Variables): Mention $_siginfo.
4072 (Remote Configuration): Document qXfer:siginfo:read,
4073 qXfer:siginfo:write packets, and the read-siginfo-object,
4074 write-siginfo-object commands.
4075
40762009-02-06 Pedro Alves <pedro@codesourcery.com>
4077
4078 * gdbint.texinfo (Values): New chapter.
4079
40802009-02-06 Tom Tromey <tromey@redhat.com>
4081
4082 * gdb.texinfo (Python API): Add entry for Commands In Python.
4083 (Commands In Python): New node.
4084
40852009-02-05 Tom Tromey <tromey@redhat.com>
4086
4087 * gdb.texinfo (Values From Inferior): Document Value.string.
4088
40892009-02-05 Tom Tromey <tromey@redhat.com>
4090
4091 * gdb.texinfo (Basic Python): Document execute's from_tty
4092 argument.
4093
40942009-02-04 Tom Tromey <tromey@redhat.com>
4095
4096 * gdb.texinfo (Basic Python): Document gdb.history.
4097
40982009-01-30 Vladimir Prus <vladimir@codesourcery.com>
4099
4100 * gdb.texinfo (GDB/MI Thread Commands): Document the
4101 'current-thread-id' field. Remove the example with zero threads,
4102 since current GDB won't ever report that if there's inferior.
4103
41042009-01-30 Vladimir Prus <vladimir@codesourcery.com>
4105
4106 * gdb.texinfo (GDB/MI Breakpoint Commands): Document the -d
4107 option to -break-insert.
4108
41092009-01-28 Daniel Jacobowitz <dan@codesourcery.com>
4110 Jerome Guitton <guitton@adacore.com>
4111
4112 * gdb.texinfo (Startup): Document --with-system-gdbinit.
4113 (System-wide configuration): New section.
4114
41152009-01-26 Pedro Alves <pedro@codesourcery.com>
4116
4117 PR gdb/7580:
4118 * gdb.texinfo (Maintenance Commands): Document "maint set|show
4119 internal-error|internal-warning quit|corefile ask|yes|no".
4120
41212009-01-26 Pedro Alves <pedro@codesourcery.com>
4122
4123 * gdb.texinfo (Using the `gdbserver' Program): Document
4124 --remote-debug.
4125
41262009-01-23 Doug Evans <dje@google.com>
4127
4128 * gdb.texinfo: Add nexti to list of commands that support
4129 background execution.
4130
41312009-01-14 Daniel Jacobowitz <dan@codesourcery.com>
4132
4133 * gdb.texinfo (Define, Hooks): Document prefix command support.
4134
41352009-01-14 Joseph Myers <joseph@codesourcery.com>
4136 Carlos O'Donell <carlos@codesourcery.com>
4137
4138 Fixes for makeinfo --html.
4139
4140 * annotate.texinfo: Use @copying and @insertcopying. Use
4141 @ifnottex in place of @ifinfo.
4142 * gdb.texinfo: Use @copying and @insertcopying. Use @ifnottex in
4143 place of @ifinfo. Use @ifnotinfo for one index entry.
4144 * gdbint.texinfo: Use @copying and @insertcopying. Use @ifnottex
4145 in place of @ifinfo.
4146 * stabs.texinfo: Use @copying and @insertcopying. Use @ifnottex
4147 in place of @ifinfo. Include contents at start unconditionally.
4148
41492009-01-13 Pedro Alves <pedro@codesourcery.com>
4150
4151 * gdb.texinfo (General Query Packets): Remove @var{} around the
4152 "spu" literal string.
4153
41542009-01-07 Pedro Alves <pedro@codesourcery.com>
4155
4156 * gdb.texinfo (Error in Breakpoints): Delete mention of "The same
4157 program may be running in another process" errors.
4158 * gdbint.texinfo (Native Conditionals): Delete
4159 ONE_PROCESS_WRITETEXT description.
4160
41612009-01-07 Joel Brobecker <brobecker@adacore.com>
4162
4163 * gdbint.texinfo (Start of New Year Procedure): Add the "coding"
4164 emacs local variable to be placed at the end of the ChangeLog.
4165 Add server.c and gdbreplay.c to the list of files where the
4166 copyright year needs to be updated.
4167
41682009-01-06 Sandra Loosemore <sandra@codesourcery.com>
4169
4170 * gdb.texinfo (Remote Configuration): Document new
4171 "set/show tcp auto-retry" and "set/show tcp connect-timeout"
4172 commands.
4173
41742008-12-28 Pedro Alves <pedro@codesourcery.com>
4175
4176 * gdbint.texinfo (gdbarch_cannot_fetch_register): Don't mention
4177 FETCH_INFERIOR_REGISTERS.
4178 (Native Conditionals): Remove obsolete CHILD_PREPARE_TO_STORE,
4179 FETCH_INFERIOR_REGISTERS descriptions. Remove
4180 gdbarch_get_longjmp_target descrition, since already described in
4181 Target Conditionals. Move gdbarch_fp0_regnum description to ...
4182 (Target Conditionals): ... here.
4183
41842008-12-16 Joel Brobecker <brobecker@adacore.com>
4185
4186 * gdb.texinfo (Omissions from Ada): Add missing GDB prompt in
4187 examples.
4188 (Additions to Ada): Likewise. Add the missing opening and closing
4189 parenthesis of the GDB prompt in one of the examples.
4190
41912008-12-14 Joel Brobecker <brobecker@adacore.com>
4192
4193 * gdb.texinfo (Omissions from Ada): Remove incorrect documentation
4194 about the result of 'Address not being of type System.Address.
4195 This problem has been fixed a while ago.
4196
41972008-12-02 Vladimir Prus <vladimir@codesourcery.com>
4198
4199 MI non-stop and multiprocess docs.
4200
4201 * gdb.texinfo (GDB/MI): New section 'GDB/MI General Design'
4202 (GDB/MI Output Records): New section 'GDB/MI Frame Information'
4203 Adjust documentation for *stopped, document =thread-created,
4204 =thread-exited, =thread-group-created and =thread-group-exited.
4205 (GDB/MI Thread Commands): Document the 'state' field in
4206 -thread-info output.
4207 (GDB/MI Program Execution): Mention --all and --thread-group
4208 options.
4209 (GDB/MI Variable Objects): Describe floating and fixed variable
4210 objects.
4211 (GDB/MI Miscellaneous Commands): Document -list-thread-groups.
4212
42132008-12-02 Vladimir Prus <vladimir@codesourcery.com>
4214
4215 * gdb.texinfo (Operating System Information): New appendix.
4216 (Operating System Auxiliary Information): Document 'info os processes'
4217 (Remote Configuration): Document 'osdata'
4218 (General Query Packets): Document qXfer:osdata:read.
4219
42202008-11-27 Tristan Gingold <gingold@adacore.com>
4221
4222 * gdb.texinfo (Darwin): Document Darwin specific features.
4223
42242008-11-25 Jan Kratochvil <jan.kratochvil@redhat.com>
4225
4226 * gdbint.texinfo (Target Conditionals): Extend the
4227 gdbarch_breakpoint_from_pc description.
4228
42292008-11-22 Vladimir Prus <vladimir@codesourcery.com>
4230
4231 * gdb.texinfo (M68K Features): Fix typo.
4232
42332008-11-18 Paul Pluzhnikov <ppluzhnikov@google.com>
4234
4235 * gdb.texinfo (Symbols): Mention printing containing
4236 image name in "info symbol".
4237 (Maint translate-address): Likewise.
4238
42392008-11-18 Joel Brobecker <brobecker@adacore.com>
4240
4241 * gdb.texinfo (Set Catchpoints): Remove the documentation of
4242 commands "catch load" and "catch unload".
4243
42442008-11-17 Vladimir Prus <vladimir@codesourcery.com>
4245
4246 * gdb.texinfo (GDB/MI Async Records): Document
4247 =thread-selected.
4248
42492008-11-17 Vladimir Prus <vladimir@codesourcery.com>
4250
4251 * observer.texi (new_inferior, inferior_exit): New observers.
4252
42532008-10-27 Pedro Alves <pedro@codesourcery.com>
4254
4255 * gdbint.texinfo (Adding a New Target): Don't mention TDEPFILES,
4256 .mt files, TM_CLIBS or TM_CDEPS.
4257 (x86 Watchpoints): Don't mention TDEPFILES.
4258
42592008-10-24 Sandra Loosemore <sandra@codesourcery.com>
4260
4261 * gdb.texinfo (Remote Protocol): Add new nodes to menu.
4262 (Overview): Mention notifications and non-stop mode behavior.
4263 (Packets): Update documentation of ?, vAttach, vCont, and vRun
4264 with non-stop mode behavior. Add vStopped description.
4265 (Stop Reply Packets): Update list of packets that return
4266 stop replies. Mention non-stop behavior.
4267 (General Query Packets): Document QNonStop packet and associated
4268 qSupported query response.
4269 (Interrupts): Clarify multi-threaded behavior. Mention non-stop
4270 behavior.
4271 (Notification Packets): New section.
4272 (Remote Non-Stop): New section.
4273 (File-I/O Overview): Mention non-stop behavior.
4274
42752008-10-24 Hui Zhu <teawater@gmail.com>
4276 Pedro Alves <pedro@codesourcery.com>
4277
4278 * gdb.texinfo (displaced-stepping): Describe the auto mode
4279 setting, and say it's the default. This is now a mainstream
4280 setting instead of a maintenance setting.
4281
42822008-10-23 Pedro Alves <pedro@codesourcery.com>
4283
4284 * observer.texi (thread_stop_requested): New.
4285
42862008-10-22 Joel Brobecker <brobecker@adacore.com>
4287
4288 * gdb.texinfo (Ada Tasks, Ada Tasks and Core Files): New nodes.
4289 (Patching): Replace incorrect usage of @samp by @kbd.
4290
42912008-10-17 Michael Snyder <msnyder@vmware.com>
4292
4293 * gdb.texinfo: Add documentation for reverse execution.
4294
42952008-10-16 Thiago Jung Bauermann <bauerman@br.ibm.com>
4296 Eli Zaretskii <eliz@gnu.org>
4297
4298 * gdb.texinfo. (Values From Inferior): New subsubsection.
4299
43002008-10-06 Doug Evans <dje@google.com>
4301
4302 * gdb.texinfo (set debug dwarf2-die): Document it.
4303
43042008-10-01 Joel Brobecker <brobecker@adacore.com>
4305
4306 * gdb.texinfo (catch) [exception]: Document how to insert
4307 a breakpoint on user-defined exceptions when the exception
4308 name is identical to one of the language-defined ones.
4309
43102008-09-27 Tom Tromey <tromey@redhat.com>
4311
4312 * gdb.texinfo (Macros): Remove text about stringification,
4313 varargs, and splicing.
4314
43152008-09-27 Tom Tromey <tromey@redhat.com>
4316
4317 * gdbint.texinfo (Language Support): Remove text about omitting
4318 support for a language.
4319
43202008-09-23 Doug Evans <dje@google.com>
4321
4322 * gdb.texinfo (info dcache): Update.
4323
43242008-09-22 Sandra Loosemore <sandra@codesourcery.com>
4325
4326 * gdb.texinfo (Packets): Add info on thread-id syntax and
4327 multiprocess extensions.
4328 <D>: Document multiprocess form of packet.
4329 <H>: Use thread-id syntax.
4330 <T>: Likewise.
4331 <vCont>: Likewise. Note this is required for multiprocess.
4332 <vKill>: New packet.
4333 (Stop Reply Packets) <T>: Use thread-id syntax.
4334 <W>: Document multiprocess form of reply.
4335 <X>: Likewise.
4336 (General Query Packets) <qC>: Use thread-id syntax.
4337 <qfThreadInfo>: Likewise.
4338 <qGetTLSAddr>: Likewise.
4339 <qP>: Likewise.
4340 <qSupported>: Add "multiprocess" feature.
4341 <qThreadExtraInfo>: Use thread-id syntax.
4342
43432008-09-22 Stan Shebs <stan@codesourcery.com>
4344
4345 * gdb.texinfo (Inferiors): New section.
4346
43472008-09-12 Pedro Alves <pedro@codesourcery.com>
4348
4349 * gdbint.texinfo (Native Debugging): Mention NAT_GENERATED_FILES.
4350
43512008-09-11 Ulrich Weigand <uweigand@de.ibm.com>
4352
4353 * gdbint.texinfo (Target Conditionals): Remove documentation
4354 for gdbarch_name_of_malloc.
4355
43562008-09-03 Angela Marie Thomas <angela@releasedominatrix.com>
4357
4358 * gdb.texinfo (Interrupts): Mention TCP interface for
4359 sending BREAK.
4360
43612008-08-26 Ulrich Weigand <uweigand@de.ibm.com>
4362
4363 * gdb.texinfo (Commands to Specify Files): Document "remote:"
4364 argument prefix to "set sysroot".
4365
43662008-08-21 Paul N. Hilfinger <hilfinger@adacore.com>
4367
4368 * gdb.texinfo (Omissions from Ada): Describe new treatment of True
4369 and False.
4370
43712008-08-20 Vladimir Prus <vladimir@codesourcery.com>
4372
4373 * gdb.textinfo (GDB/MI Miscellaneous Commands): Use @table
4374 for possible features of -list-features.
4375
43762008-08-19 Vladimir Prus <vladimir@codesourcery.com>
4377
4378 * gdb.texinfo (Background execution): Adjust example
4379 (GDB/MI Miscellaneous Commands): Document -list-target-features.
4380
43812008-08-19 Vladimir Prus <vladimir@codesourcery.com>
4382
4383 * doc/gdb.texinfo (PowerPC): Fix typo.
4384 (PowerPC features): Fix typo.
4385
43862008-08-18 Pedro Alves <pedro@codesourcery.com>
4387
4388 * observer.texi (thread_ptid_changed): New.
4389
43902008-08-18 Luis Machado <luisgpm@br.ibm.com>
4391
4392 * doc/gdb.texinfo (PowerPC): Mention Extended FPR's for POWER7.
4393 (PowerPC features): Mention feature set for VSX registers.
4394
43952008-08-13 Joel Brobecker <brobecker@adacore.com>
4396
4397 * gdb.texinfo (Ada Mode Intro): Improve the documentation regarding
4398 the direct visibility of all names in user-written packages.
4399
44002008-08-13 Pedro Alves <pedro@codesourcery.com>
4401
4402 * gdb.texinfo (breakpoint always-inserted) Describe the auto mode
4403 setting, and make it the default.
4404 (Non-Stop Mode): Remove "set breakpoints always-inserted 1" from
4405 non-stop script example.
4406
44072008-08-12 Thiago Jung Bauermann <bauerman@br.ibm.com>
4408
4409 * gdbint.texinfo (Raw and Virtual Register Representations): Fix
4410 reference to the "Using Different Register and Memory Data
4411 Representation" section.
4412
44132008-08-12 Sandra Loosemore <sandra@codesourcery.com>
4414
4415 * gdb.texinfo (Remote Configuration): Document set remote noack-packet.
4416 (Remote Protocol): Add Packet Acknowledgment to menu.
4417 (Overview): Mention +/- can be disabled, and point to new section
4418 where this is discussed in detail.
4419 (General Query Packets): Document QStartNoAckMode packet, and
4420 corresponding qSupported reply.
4421 (Packet Acknowledgment): New section.
4422
44232008-08-11 Sandra Loosemore <sandra@codesourcery.com>
4424 Pedro Alves <pedro@codesourcery.com>
4425
4426 * gdb.texinfo (Threads): Move paragraph about automatic thread
4427 selection to All-Stop Mode subsection.
4428 (Thread Stops): Reorganize existing material into subsections.
4429 Add introductory blurb and menu.
4430 (Non-Stop Mode): New subsection.
4431 (Background Execution): New subsection.
4432 (Maintenance Commands): Add cross-references from async mode
4433 commands to the new Background Execution section.
4434
44352008-08-06 Tom Tromey <tromey@redhat.com>
4436
4437 * gdb.texinfo (Extending GDB): New chapter.
4438 (Sequences): Demoted chapter, now a section under the new
4439 Extending GDB chapter.
4440 (Python): New section.
4441
44422008-07-31 Stan Shebs <stan@codesourcery.com>
4443
4444 * gdbint.texinfo: Remove FUNCTION_EPILOGUE_SIZE.
4445
44462008-07-29 Stan Shebs <stan@codesourcery.com>
4447
4448 * gdbint.texinfo: General round of cleanup and minor
4449 clarifications.
4450 (Breakpoint Handling): Remove mention of BREAKPOINT macro.
4451 (Longjmp Support): Update description to reflect how it is done
4452 for targets without using native header.
4453 (Symbol Handling): Add a little more general explanation.
4454 (COFF, ELF): Mention stabs encapsulation.
4455 (DWARF 3): New section.
4456 (Adding a New Host): Scrub out some obsolete bits.
4457 (Generic Host Support Files): Mention ser-pipe.c, ser-mingw.c.
4458 (Host Conditionals): Remove descriptions of NO_STD_REGS,
4459 HAVE_MMAP, HAVE_TERMIO, INT_MAX etc, LONGEST, HAVE_LONG_DOUBLE,
4460 PRINTF_HAS_LONG_DOUBLE, SCANF_HAS_LONG_DOUBLE, L_SET, SEEK_CUR,
4461 SEEK_SET, STOP_SIGNAL, USG.
4462 (Raw and Virtual Register Representations): Ditto for
4463 DEPRECATED_REGISTER_RAW_SIZE, DEPRECATED_REGISTER_VIRTUAL_SIZE,
4464 DEPRECATED_REGISTER_VIRTUAL_TYPE, REGISTER_CONVERT_TO_TYPE.
4465 (Target Conditionals): Ditto for DEPRECATED_FP_REGNUM,
4466 DEPRECATED_FRAMELESS_FUNCTION_INVOCATION, DEPRECATED_FRAME_CHAIN,
4467 DEPRECATED_FRAME_CHAIN_VALID, DEPRECATED_FRAME_INIT_SAVED_REGS,
4468 DEPRECATED_FRAME_SAVED_PC, DEPRECATED_FUNCTION_START_OFFSET,
4469 DEPRECATED_REGISTER_VIRTUAL_SIZE,
4470 DEPRECATED_REGISTER_VIRTUAL_TYPE,
4471 DEPRECATED_USE_STRUCT_CONVENTION.
4472 Describe gdbarch_deprecated_fp_regnum.
4473 Update description of gdbarch_print_insn.
4474 (Adding a New Target): Scrub out obsolete bits.
4475 (Obsolete Conditionals): Remove entire section.
4476
44772008-07-25 Tom Tromey <tromey@redhat.com>
4478
4479 * observer.texi (GDB Observers): Document new observers:
4480 breakpoint_created, breakpoint_deleted, breakpoint_modified,
4481 tracepoint_created, tracepoint_deleted, tracepoint_modified,
4482 architecture_changed.
4483
44842008-07-21 Stan Shebs <stan@codesourcery.com>
4485
4486 * gdbint.texinfo: Refer to target_so_ops.in_dynsym_resolve_code
4487 instead of IN_SOLIB_DYNSYM_RESOLVE_CODE.
4488
44892008-07-21 Tom Tromey <tromey@redhat.com>
4490
4491 * observer.texi (GDB Observers): Remove obsolete comment.
4492 <executable_changed>: Remove argument.
4493
44942008-07-18 Tom Tromey <tromey@redhat.com>
4495
4496 * gdb.texinfo (Macros): Update. Use @code rather than @command.
4497
44982008-07-10 Doug Evans <dje@google.com>
4499
4500 * doc/gdb.texinfo: Document "set print symbol-loading on|off".
4501
45022008-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
4503
4504 * gdb.texinfo (Starting): Document "set disable-randomization".
4505
45062008-07-07 Andreas Schwab <schwab@suse.de>
4507
4508 * gdb.texinfo (GDB/MI Target Manipulation): Fix last change.
4509
45102008-07-06 Vladimir Prus <vladimir@codesourcery.com>
4511
4512 * gdb.texinfo (GDB/MI Target Manipulation): Add
4513 example of -target-attach.
4514
45152008-06-10 Vladimir Prus <vladimir@codesourcery.com>
4516
4517 * observer.texi (target_resumed): New observer.
4518 * gdb.texinfo (GDB/MI Output Records): Document *running.
4519
45202008-06-06 Tom Tromey <tromey@redhat.com>
4521
4522 * gdb.texinfo (Completion): Add field name example.
4523
45242008-06-06 Marc Khouzam <marc.khouzam@ericsson.com>
4525
4526 * gdb.texinfo (GDB/MI Program Context): Added example
4527 to -exec-arguments
4528
45292008-06-05 Nick Roberts <nickrob@snap.net.nz>
4530
4531 * annotate.texinfo (Multi-threaded Apps): Add entry for thread-changed
4532 annotation.
4533
45342008-06-05 Vladimir Prus <vladimir@codesourcery.com>
4535 Nathan Sidwell <nathan@codesourcery.com>
4536 Joseph Myers <joseph@codesourcery.com>
4537
4538 * configure.ac: Include ../../config/acx.m4. Use ACX_PKGVERSION
4539 and ACX_BUGURL.
4540 * configure: Regenerate.
4541 * Makefile.in (PKGVERSION, BUGURL_TEXI): Define.
4542 (GDBvn.texi): Define VERSION_PACKAGE, BUGURL and BUGURL_DEFAULT.
4543 * gdb.texinfo: Use VERSION_PACKAGE and BUGURL. Remove
4544 mailing-list-specific text about bug reporting unless
4545 BUGURL_DEFAULT.
4546
45472008-06-05 Pedro Alves <pedro@codesourcery.com>
4548
4549 * gdb.texinfo (-target-select): Remove reference to target async.
4550 (Maintenance Commands): Document "maint set/show remote-async".
4551
45522008-06-04 Marc Khouzam <marc.khouzam@ericsson.com>
4553
4554 * gdb.texinfo (GDB/MI File Transfer Commands): Typo
4555 in -target-file-get section.
4556
45572008-05-22 Pedro Alves <pedro@codesourcery.com>
4558
4559 * gdb.texinfo (vAttach, vRun): Re-remove requirement of the stub
4560 killing the inferior when it is already debugging a process.
4561
45622008-05-21 Joel Brobecker <brobecker@adacore.com>
4563
4564 * gdb.texinfo (Continuing and Stepping): Document the new "fin"
4565 abbreviation for "finish".
4566
45672008-05-21 Nick Roberts <nickrob@snap.net.nz>
4568
4569 * annotate.texinfo (Multi-threaded Apps): New node for new annotation.
4570
45712008-05-15 Daniel Jacobowitz <dan@codesourcery.com>
4572
4573 * gdbint.texinfo (Target Conditionals): Delete entry for
4574 gdbarch_dwarf_reg_to_regnum.
4575
45762008-05-09 Doug Evans <dje@google.com>
4577
4578 * gdb.texinfo: Document "find" command, qSearch:memory packet.
4579
45802008-05-05 Doug Evans <dje@google.com>
4581
4582 * gdb.texinfo (disassemble): Document /m modifier.
4583
45842008-05-05 Vladimir Prus <vladimir@codesourcery.com>
4585
4586 * gdb.texinfo (Maintenance Commands): Clarify that "maint time"
4587 will not report the time of commands that run the target.
4588
45892008-05-03 Vladimir Prus <vladimir@codesourcery.com>
4590
4591 * gdb.texinfo (GDB/MI Output Records): Add
4592 missing semicolon.
4593
45942008-05-03 Vladimir Prus <vladimir@codesourcery.com>
4595
4596 * gdb.texinfo (GDB/MI Output Records):
4597 Document =thread-create and =thread-exited.
4598
45992008-05-03 Vladimir Prus <vladimir@codesourcery.com>
4600
4601 * gdb.texinfo (GDB/MI Development and Front Ends):
4602 Remove mention of dmi-discuss.
4603
46042008-05-03 Pedro Alves <pedro@codesourcery.com>
4605
4606 * observer.texi (thread_exit): New.
4607
46082008-05-02 Pedro Alves <pedro@codesourcery.com>
4609
4610 * gdb.texinfo (Debugging Output): Document "set/show debug
4611 displaced".
4612 (Maintenance Commands): Document "maint set/show
4613 can-use-displaced-stepping".
4614
46152008-05-02 Daniel Jacobowitz <dan@codesourcery.com>
4616
4617 * gdb.texinfo (ARM): Document set/show arm fallback-mode
4618 and set/show arm force-mode.
4619
46202008-05-02 Andreas Schwab <schwab@suse.de>
4621
4622 * gdbint.texinfo (Algorithms): Describe
4623 target_watchpoint_addr_within_range.
4624
46252008-04-30 Daniel Jacobowitz <dan@codesourcery.com>
4626
4627 * gdbint.texinfo (Stack Frames): New chapter.
4628 (Algorithms): Move Frames text to the new chapter.
4629 (Target Conditionals): Delete SAVE_DUMMY_FRAME_TOS. Document
4630 gdbarch_dummy_id instead of gdbarch_unwind_dummy_id.
4631
46322008-04-24 Vladimir Prus <vladimir@codesourcery.com>
4633
4634 * gdb.texinfo (GDB/MI Output Syntax): Clarify that async
4635 output does not necessary include any tokens.
4636
46372008-04-22 Corinna Vinschen <vinschen@redhat.com>
4638
4639 * gdb.texinfo (Set SH Calling convention): New @item.
4640 (Show SH Calling convention): Ditto.
4641
46422008-04-22 Markus Deuling <deuling@de.ibm.com>
4643
4644 * gdb.texinfo (Fortran Operators): Describe '%' operator.
4645
46462008-04-20 Eli Zaretskii <eliz@gnu.org>
4647
4648 * gdb.texinfo (Set Breaks): Mention that multiple location
4649 breakpoints need line number info. Add index entries.
4650
46512008-04-19 Craig Silverstein <csilvers@google.com>
4652
4653 * gdb.texinfo (Requirements): Add an optional requirement on
4654 zlib.
4655 * gdbint.texinfo (Debugging File Formats): Add new subsection for
4656 Compressed DWARF 2.
4657
46582008-04-16 Aleksandar Ristovski <aristovski@qnx.com>
4659
4660 * gdb.texinfo (GDB/MI Simple Examples): Added 'disp' field to the
4661 sample output for 'stopped,reason="breakpoint-hit"' message.
4662 (GDB/MI Program Execution): Likewise.
4663
46642008-04-09 Marc Khouzam <marc.khouzam@ericsson.com>
4665
4666 * gdb.texinfo (GDB/MI Variable Objects): Add anchor to
4667 -var-set-format. Add -f option to -var-evaluate-expression.
4668
46692008-04-03 Joel Brobecker <brobecker@adacore.com>
4670
4671 * gdb.texinfo (Breakpoint Menus): Delete. Contents moved inside
4672 new node "Ambiguous Expressions". Replace references to this
4673 node by references to "Ambiguous Expressions" throughout.
4674 (Ambiguous Expressions): New node.
4675
46762008-03-26 Daniel Jacobowitz <dan@codesourcery.com>
4677
4678 * gdb.texinfo (MIPS Features, PowerPC Features): Add @node.
4679
46802008-03-21 Pedro Alves <pedro@codesourcery.com>
4681
4682 * gdb.texinfo (Debugging Output): Document
4683 "set/show debug lin-lwp-async".
4684 (Maintenance Commands): Document "maint set/show linux-async".
4685
46862008-03-21 Daniel Jacobowitz <dan@codesourcery.com>
4687
4688 * gdb.texinfo (Expressions): Update description of malloced arrays.
4689
46902008-03-15 Vladimir Prus <vladimir@codesourcery.com>
4691
4692 * gdb.texinfo (Thread Commands): Document
4693 -thread-info. Remove -thread-list-all-threads.
4694
46952008-03-14 Pedro Alves <pedro@codesourcery.com>
4696 Sandra Loosemore <sandra@codesourcery.com>
4697
4698 * gdb.texinfo (Library List Format): Update to mention the
4699 possibility to pass section addresses instead of segment
4700 addresses.
4701
47022008-03-10 Daniel Jacobowitz <dan@codesourcery.com>
4703
4704 * gdb.texinfo (Starting): Document "set exec-wrapper".
4705 (Server): Document gdbserver --wrapper.
4706
47072008-03-03 Daniel Jacobowitz <dan@codesourcery.com>
4708
4709 * gdb.texinfo (Set Watchpoints): Mention watchpoints on
4710 unreadable memory. Delete obsolete SPARClite reference.
4711
47122008-02-28 Daniel Jacobowitz <dan@codesourcery.com>
4713
4714 * gdb.texinfo (Starting): Mention always-running targets.
4715 (Target Commands): Add an anchor for load.
4716 (Connecting): Explain continue instead of run.
4717
47182008-02-27 Daniel Jacobowitz <dan@codesourcery.com>
4719
4720 * gdb.texinfo (Debugging Output): Document "set debug timestamp".
4721
47222008-02-26 Nick Roberts <nickrob@snap.net.nz>
4723
4724 * gdb.texinfo (Set Breaks): Revert description of Enb column of
4725 breakpoint table.
4726
47272008-02-19 Pedro Alves <pedro@codesourcery.com>
4728
4729 * gdb.texinfo (vAttach, vRun): Remove requirement of the stub
4730 killing the inferior when it is already debugging a process.
4731
47322008-02-13 Markus Deuling <deuling@de.ibm.com>
4733
4734 * gdbint.texinfo (Build Script): New section. Mention new build script
4735 gdb_buildall.sh.
4736
47372008-02-01 Jim Blandy <jimb@red-bean.com>
4738
4739 * gdb.texinfo (Help): Summarize 'info args' correctly.
4740
47412008-01-30 Thiago Jung Bauermann <bauerman@br.ibm.com>
4742
4743 * gdb.texinfo: (Decimal Floating Point): Mention pseudo-registers
4744 available in PowerPC architecture.
4745 (Embedded Processors): Change node name of PowerPC item in menu.
4746 (PowerPC): Rename to...
4747 (PowerPC Embedded): this.
4748 (Architectures): Add new PowerPC item in menu.
4749 (PowerPC): New node.
4750
47512008-01-30 Daniel Jacobowitz <dan@codesourcery.com>
4752
4753 * gdb.texinfo (Multi-Process Mode for gdbserver): Use @kbd for
4754 commands.
4755
47562008-01-30 Daniel Jacobowitz <dan@codesourcery.com>
4757
4758 * gdb.texinfo (Setting Catchpoints): Mention features
4759 supported on GNU/Linux.
4760
47612008-01-30 Nick Roberts <nickrob@snap.net.nz>
4762
4763 * gdb.texinfo (GDB/MI File Commands): Describe new output
4764 field for MI command -file-list-exec-source-file.
4765
47662008-01-29 Daniel Jacobowitz <dan@codesourcery.com>
4767
4768 * gdb.texinfo (Using the `gdbserver' Program): Add security
4769 warning. Rearrange into subsections and subsubsections. Document
4770 --multi and --debug. Correct --with-sysroot typo. Update --attach
4771 usage. Make load reference clearer. Document monitor exit.
4772 (Remote Configuration): Document set remote exec-file, attach-packet,
4773 and run-packet.
4774 (Packets): Document vAttach and vRun.
4775
47762008-01-29 Nick Roberts <nickrob@snap.net.nz>
4777
4778 * gdb.texinfo (Processes): Mention process command.
4779 detach-on-follow -> detach-on-fork.
4780
47812008-01-28 Daniel Jacobowitz <dan@codesourcery.com>
4782
4783 * gdbint.texinfo (Native Conditionals): Remove
4784 SHELL_COMMAND_CONCAT and SHELL_FILE.
4785
47862008-01-26 Eli Zaretskii <eliz@gnu.org>
4787
4788 * gdb.texinfo (Specify Location): Improve wording.
4789
47902008-01-23 Chris Demetriou <cgd@google.com>
4791
4792 * gdb.texinfo (Threads): Document new "set print thread-events"
4793 and "show print thread-events" commands.
4794
47952008-01-19 Eli Zaretskii <eliz@gnu.org>
4796
4797 * gdb.texinfo (Specify Location): New section.
4798 (Delete Breaks, Edit, Set Breaks): Remove description of
4799 locations. Instead, add a reference to "Specify Location".
4800 (Machine Code, Jumping, Thread Stops, Continuing and Stepping)
4801 (Symbols): Refer to "Specify Location" for the valid forms of
4802 linespecs and locations.
4803
48042008-01-18 Markus Deuling <deuling@de.ibm.com>
4805
4806 * gdbint.texinfo (Target Conditionals): Replace the description of
4807 BITS_BIG_ENDIAN with a description of gdbarch_bits_big_endian.
4808
48092008-01-12 Paul Hilfinger <hilfinger@adacore.com>
4810
4811 * gdb.texinfo (C Operators): Remove incorrect parenthetical comment
4812 about &&var, which is rejected by the expression parser.
4813
48142008-01-09 Luis Machado <luisgpm@br.ibm.com>
4815
4816 * gdb.texinfo (Output): Update documentation on using printf with DFP
4817 types.
4818
48192008-01-07 Thiago Jung Bauermann <bauerman@br.ibm.com>
4820
4821 * gdb.texinfo (C and C++): Add Decimal Floating Point format
4822 subsubsection.
4823 (Decimal Floating Point format): New subsubsection.
4824
48252008-01-05 Pedro Alves <pedro@codesourcery.com>
4826
4827 * gdb.texinfo (File Options): Remove mention of the attempt to
4828 open a core file with the -p option. Don't list -c as a valid
4829 option to attach to a process.
4830
48312008-01-05 Pedro Alves <pedro@codesourcery.com>
4832
4833 * gdbint.texinfo (Host Conditionals): Remove mention of
4834 ALIGN_STACK_ON_ENTRY.
4835
48362008-01-05 Joel Brobecker <brobecker@adacore.com>
4837
4838 * gdbint.texinfo (Start of New Year Procedure): Add item
4839 describing how to update the source and documentation copyright
4840 notices.
4841
48422007-12-18 Jim Blandy <jimb@codesourcery.com>
4843
4844 * gdb.texinfo (Set Watchpoints): Integrate per-thread
4845 watchpoint explanation into the main description of the watchpoint
4846 command; update synopses of 'watch', 'rwatch', and 'awatch'
4847 commands.
4848
48492007-12-18 Vladimir Prus <vladimir@codesourcery.com>
4850
4851 * gdb.texinfo (Miscellaneous gdb/mi Commands):
4852 Document 'pending-breakpoints' feature of
4853 -list-features.
4854
48552007-12-17 Luis Machado <luisgpm@br.ibm.com>
4856
4857 * gdb.texinfo: Add new parameter's description.
4858
48592007-12-16 Daniel Jacobowitz <dan@codesourcery.com>
4860
4861 * gdb.texinfo (Overview): Clarify run-length encoding
4862 example. Remove the restriction on "+" and "-" characters.
4863
48642007-12-15 Eli Zaretskii <eliz@gnu.org>
4865
4866 * gdb.texinfo (Host I/O Packets): Fix xref syntax.
4867
48682007-12-14 Vladimir Prus <vladimir@codesourcery.com>
4869
4870 * gdb.texinfo (GDB/MI Breakpoint Commands): Document
4871 the -f option for -break-insert, remove -r option,
4872 and clarify specification of location.
4873
48742007-11-30 Daniel Jacobowitz <dan@codesourcery.com>
4875
4876 * gdb.texinfo (Debugging Programs with Multiple Processes): Correct
4877 formatting.
4878 (Remote Debugging): Add File Transfer section.
4879 (Remote Configuration): Document Host I/O packets.
4880 (GDB/MI): Add GDB/MI File Transfer Commands section.
4881 (Host I/O Packets): New section in "Remote Protocol".
4882 (Packets): Add vFile.
4883
48842007-11-17 Eli Zaretskii <eliz@gnu.org>
4885
4886 * gdb.texinfo (Set Breaks, Disabling): Clarify behavior of
4887 breakpoints with multiple locations.
4888 (Breakpoint Menus): Improve wording.
4889 (Output): Fix last change.
4890
48912007-11-17 Ulrich Weigand <uweigand@de.ibm.com>
4892
4893 * Makefile.in (Makefile): Do not depend on target_makefile_frag.
4894
48952007-11-15 Doug Evans <dje@google.com>
4896
4897 * gdb.texinfo (Symbols): Update output of "maint info symtabs".
4898
48992007-11-15 Vladimir Prus <vladimir@codesourcery.com>
4900
4901 * gdbint.texinfo (Native Conditionals): Remove
4902 mention of CLEAR_SOLIB.
4903
49042007-11-11 Joel Brobecker <brobecker@adacore.com>
4905
4906 * gdb.texinfo (Print Settings): Add documentation for "set/show
4907 print frame-arguments".
4908
49092007-11-05 Luis Machado <luisgpm@br.ibm.com>
4910
4911 * gdb.texinfo (Output): Update printf command's description.
4912
49132007-10-30 Daniel Jacobowitz <dan@codesourcery.com>
4914
4915 * gdb.texinfo (PowerPC): Document "set powerpc vector-abi" and "set
4916 powerpc soft-float".
4917
49182007-10-24 Daniel Jacobowitz <dan@codesourcery.com>
4919
4920 * gdb.texinfo (Files): Correct formatting. Mention Expat
4921 requirement.
4922 (Requirements for Building GDB): Expand the list of Expat
4923 uses.
4924 (Library List Format, Memory Map Format): Mention Expat.
4925 (Target Descriptions): Update Expat wording.
4926
49272007-10-24 Daniel Jacobowitz <dan@codesourcery.com>
4928
4929 * gdbint.texinfo (Register and Memory Data, Target Conditionals):
4930 Document that gdbarch_convert_register_p should return zero for no-op
4931 conversions.
4932
49332007-10-22 Ulrich Weigand <uweigand@de.ibm.com>
4934
4935 * gdbint.texi (Compiler Characteristics): Move documentation
4936 of set_gdbarch_sofun_address_maybe_missing back to ...
4937 (Target Conditionals): ... here to fix build break.
4938
49392007-10-19 Ulrich Weigand <uweigand@de.ibm.com>
4940
4941 * gdbint.texi (Target Conditionals): Remove documentation of
4942 SOFUN_ADDRESS_MAYBE_MISSING, replaced by ...
4943 (Compiler Characteristics): ... documentation of
4944 set_gdbarch_sofun_address_maybe_missing.
4945
49462007-10-17 Daniel Jacobowitz <dan@codesourcery.com>
4947
4948 * gdbint.texinfo (Target Conditionals): Use
4949 frame_unwind_register_unsigned in examples instead of
4950 frame_unwind_unsigned_register.
4951
49522007-10-15 Daniel Jacobowitz <dan@codesourcery.com>
4953
4954 * gdb.texinfo (Predefined Target Types): Add int128
4955 and uint128.
4956 (Standard Target Features): Add PowerPC features.
4957
49582007-10-15 Daniel Jacobowitz <dan@codesourcery.com>
4959
4960 * gdb.texinfo (Maintenance Commands): Document "maint print c-tdesc".
4961
49622007-10-12 Ulrich Weigand <uweigand@de.ibm.com>
4963
4964 * gdbint.texi (Target Conditionals): Remove documentation
4965 of and references to DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS,
4966 gdbarch_extract_return_value, and gdbarch_store_return_value.
4967
49682007-10-12 Ulrich Weigand <uweigand@de.ibm.com>
4969
4970 * gdbint.texi (Target Conditionals): Remove documentation of
4971 and references to DEPRECATED_REG_STRUCT_HAS_ADDR.
4972
49732007-10-11 Kazu Hirata <kazu@codesourcery.com>
4974
4975 * gdb.texinfo: Mention that inaccessible-by-default is on by
4976 default.
4977
49782007-10-11 Daniel Jacobowitz <dan@codesourcery.com>
4979
4980 * gdbint.texinfo (Target Conditionals): Remove VARIABLES_INSIDE_BLOCK.
4981
49822007-09-30 Daniel Jacobowitz <dan@codesourcery.com>
4983
4984 * gdb.texinfo (Setting Watchpoints): Adjust warning text about
4985 multi-threaded watchpoints.
4986 * gdbint.texinfo (Watchpoints): Describe how watchpoints are
4987 checked. Describe sticky notification. Expand description
4988 of steppable and continuable watchpoints.
4989 (Watchpoints and Threads): New subsection.
4990
49912007-09-28 Vladimir Prus <vladimir@codesourcery.com>
4992
4993 * gdb.texinfo (Setting Breakpoints): Revise
4994 documentation for pending breakpoints. Document
4995 breakpoints with multiple locations.
4996
49972007-09-19 Vladimir Prus <vladimir@codesourcery.com>
4998
4999 * gdb.texinfo (Miscellaneous gdb/mi Commands):
5000 Document -list-features.
5001
50022007-09-15 Eli Zaretskii <eliz@gnu.org>
5003
5004 * gdb.texinfo (Output): Spell out which features of C's printf are
5005 not supported by GDB's printf.
5006 (Separate Debug Files): More accurate wording regarding build ID
5007 and a reference to the ld manual rather than the Fedora wiki.
5008
50092007-09-04 Daniel Jacobowitz <dan@codesourcery.com>
5010 Jim Blandy <jimb@codesourcery.com>
5011
5012 * gdb.texinfo (Output Formats): Update 'c' description. Describe 's'.
5013 (Examining Memory): Update mentions of the 's' format.
5014 (Automatic Display): Likewise.
5015
50162007-09-02 Daniel Jacobowitz <dan@codesourcery.com>
5017
5018 * gdb.texinfo: Update the FSF's Back-Cover Text.
5019
50202007-09-02 Jan Kratochvil <jan.kratochvil@redhat.com>
5021 Eli Zaretskii <eliz@gnu.org>
5022
5023 * gdb.texinfo (Separate Debug Files): Cosmetic quoting removal.
5024 Fixed the ``build ID'' name. New binaries build instructions for the
5025 build ID inclusion. Explain how the commands are specific to the build
5026 ID vs. debug link.
5027
50282007-09-01 Eli Zaretskii <eliz@gnu.org>
5029
5030 * gdb.texinfo (Separate Debug Files): Fix last change. Add
5031 indexing for ``build ID'' support.
5032
50332007-09-01 Jan Kratochvil <jan.kratochvil@redhat.com>
5034
5035 * gdb.texinfo (Separate Debug Files): Included a BUILD ID description.
5036 Enlisted BUILD ID to the debug file searching example.
5037 Included a BUILD ID `.note.gnu.build-id' section description.
5038 Updated/added the debug files splitting instructions for OBJCOPY.
5039
50402007-08-31 Vladimir Prus <vladimir@codesourcery.com>
5041
5042 * gdb.texinfo (Variable Objects): Adjust docs
5043 for -var-info-expression and document
5044 -var-info-path-expression.
5045
50462007-08-20 Jim Blandy <jimb@codesourcery.com>
5047
5048 * gdb.texinfo (Top): Dedicate manual to the memory of Fred Fish.
5049 (title page): Include the dedication in the printed manual, as a
5050 separate page after the copyright notice.
5051
5052 * gdb.texinfo (The F Reply Packet): Avoid confusing texi2html:
5053 don't break a @var across a line.
5054
50552007-07-25 Maciej W. Rozycki <macro@mips.com>
5056
5057 * Makefile.in (MAKEHTMLFLAGS): Also search the current directory
5058 for include files.
5059
50602007-07-12 Nick Roberts <nickrob@snap.net.nz>
5061
5062 * gdb.texinfo (Server Prefix): New node. Adapt from existing node
5063 in annotate.texinfo.
5064 (Command History): Link to new node.
5065
50662007-07-05 Markus Deuling <deuling@de.ibm.com>
5067
5068 * gdbint.texinfo (PC_LOAD_SEGMENT): Remove description.
5069
50702007-07-05 Eli Zaretskii <eliz@gnu.org>
5071
5072 * gdbint.texinfo (Target Conditionals): Fix last change.
5073
50742007-07-03 Markus Deuling <deuling@de.ibm.com>
5075
5076 * gdb.texinfo: Replace following macros by their appropriate gdbarch
5077 routines:
5078 (TARGET_CHAR_SIGNED, CALL_DUMMY_LOCATION, CANNOT_FETCH_REGISTER)
5079 (CANNOT_STORE_REGISTER, GET_LONGJMP_TARGET, POINTER_TO_ADDRESS)
5080 (ADDRESS_TO_POINTER, INNER_THAN, FRAME_NUM_ARGS)
5081 (HAVE_NONSTEPPABLE_WATCHPOINT, TARGET_SHORT_BIT, TARGET_INT_BIT)
5082 (TARGET_LONG_BIT, TARGET_LONG_LONG_BIT, TARGET_FLOAT_BIT)
5083 (TARGET_DOUBLE_BIT, TARGET_LONG_DOUBLE_BIT, TARGET_PTR_BIT
5084 (TARGET_ADDR_BIT, SP_REGNUM, PC_REGNUM, PS_REGNUM, FP0_REGNUM)
5085 (STAB_REG_TO_REGNUM, ECOFF_REG_TO_REGNUM, DWARF_REG_TO_REGNUM)
5086 (SDB_REG_TO_REGNUM, DWARF2_REG_TO_REGNUM, BELIEVE_PCC_PROMOTION)
5087 (CONVERT_REGISTER_P, REGISTER_TO_VALUE, VALUE_TO_REGISTER)
5088 (POINTER_TO_ADDRESS, ADDRESS_TO_POINTER, EXTRACT_RETURN_VALUE)
5089 (STORE_RETURN_VALUE, SKIP_PROLOGUE, MEMORY_INSERT_BREAKPOINT)
5090 (BREAKPOINT_FROM_PC, MEMORY_REMOVE_BREAKPOINT, DECR_PC_AFTER_BREAK)
5091 (ADDR_BITS_REMOVE, TARGET_PRINT_INSN, SKIP_TRAMPOLINE_CODE)
5092 (IN_SOLIB_RETURN_TRAMPOLINE, NAME_OF_MALLOC, ADDRESS_CLASS_TYPE_FLAGS)
5093 (ADDRESS_CLASS_TYPE_FLAGS_TO_NAME, ADDRESS_CLASS_TYPE_FLAGS_P).
5094 (ADDRESS_CLASS_NAME_to_TYPE_FLAGS, ADJUST_BREAKPOINT_ADDRESS)
5095 (PRINT_FLOAT_INFO, PRINT_VECTOR_INFO, INTEGER_TO_ADDRESS)
5096 (SKIP_PERMANENT_BREAKPOINT, TARGET_VIRTUAL_FRAME_POINTER)
5097 (SOFTWARE_SINGLE_STEP_P)
5098
5099 (push_dummy_call, stabs_argument_has_addr, unwind_sp, unwind_pc)
5100 (print_registers_info, push_dummy_code, unwind_dummy_id): Rework
5101
5102 (REGISTER_CONVERT_TO_TYPE, END_OF_TEXT_DEFAULT, GDB_MULTI_ARCH)
5103 (GDB_TARGET_IS_HPPA, DEPRECATED_GET_SAVED_REGISTER)
5104 (SYMBOLS_CAN_START_WITH_DOLLAR, DEPRECATED_INIT_EXTRA_FRAME_INFO)
5105 (DEPRECATED_INIT_FRAME_PC, DEPRECATED_SIGTRAMP_START)
5106 (IN_SOLIB_CALL_TRAMPOLINE, NO_HIF_SUPPORT, REGISTER_CONVERTIBLE)
5107 (DEPRECATED_REGISTER_RAW_SIZE, PARM_BOUNDARY, DEPRECATED_STACK_ALIGN)
5108 (PROLOGUE_FIRSTLINE_OVERLAP, DEPRECATED_POP_FRAME, STEP_SKIPS_DELAY)
5109 (TARGET_COMPLEX_BIT, TARGET_DOUBLE_COMPLEX_BIT)
5110 (OS9K_VARIABLES_INSIDE_BLOCK, KERNEL_U_ADDR, KERNEL_U_ADDR_HPUX)
5111 (REGISTER_U_ADDR, U_REGS_OFFSET, DEBUG_PTRACE): Remove description.
5112
5113 (Converting an existing Target Architecture to Multi-arch): Remove
5114 section.
5115
5116 (gdbarch_unwind_pc, gdbarch_unwind_sp): Renew code example.
5117 (gdbarch_addr_bits_remove): Add code example.
5118
5119 * gdb.texinfo: Replace REGISTER_NAME by gdbarch_register_name.
5120
51212007-07-02 Daniel Jacobowitz <dan@codesourcery.com>
5122
5123 * gdb.texinfo (Remote Configuration): Document library-info-packet.
5124 Add other missing entries. Adjust the table size to fit.
5125 (Stop Reply Packets): Use @itemize instead of @enumerate. Document
5126 stop reasons including the new "library" event.
5127 (General Query Packets): Adjust table widths for qSupported. Mention
5128 qXfer:libraries:read reply to qSupported and document the new packet.
5129 (Library List Format): New section.
5130
51312007-07-01 Jan Kratochvil <jan.kratochvil@redhat.com>
5132
5133 * gdb.texinfo (Attach): Fixed GDB exit inferior detachment.
5134
51352007-06-28 Michael Snyder <msnyder@svkmacdonelllnx>
5136
5137 * gdbint.texinfo (Table, Tuple and List Functions) Fix typo.
5138
51392007-06-25 Nick Roberts <nickrob@snap.net.nz>
5140
5141 * gdbint.texinfo (Register and Memory Data): Break sections
5142 into nodes and add a menu.
5143
51442007-06-21 Maciej W. Rozycki <macro@mips.com>
5145
5146 * gdb.texinfo (Examining Memory): Document the new behaviour.
5147
51482007-06-21 Vladimir Prus <vladimir@codesourcery.com>
5149
5150 * gdb.texinfo (Standard Target Features): Document
5151 m68k features.
5152
51532007-06-18 Daniel Jacobowitz <dan@codesourcery.com>
5154
5155 * gdb.texinfo (General Query Packets): Document qOffsets changes.
5156
51572007-06-13 Daniel Jacobowitz <dan@codesourcery.com>
5158
5159 * gdb.texinfo (Target Description Format): Add version attribute
5160 for <target>.
5161
51622007-06-13 Daniel Jacobowitz <dan@codesourcery.com>
5163
5164 * gdb.texinfo (MIPS Features): Document org.gnu.gdb.mips.linux.
5165
51662007-06-13 Daniel Jacobowitz <dan@codesourcery.com>
5167
5168 * gdb.texinfo (MIPS Features): New subsection.
5169
51702007-06-12 Ulrich Weigand <uweigand@de.ibm.com>
5171 Markus Deuling <deuling@de.ibm.com>
5172
5173 * gdb.texinfo (General Query Packets): Document qXfer:spu:read
5174 and qXfer:spu:write packets and mention them under qSupported.
5175
51762007-06-12 Ulrich Weigand <uweigand@de.ibm.com>
5177 Markus Deuling <deuling@de.ibm.com>
5178
5179 * gdb.texinfo (Architectures): Add new SPU section to document
5180 Cell Broadband Engine SPU architecture specific commands.
5181
51822007-06-09 Vladimir Prus <vladimir@codesourcery.com>
5183
5184 * gdb.texinfo (GDB/MI Variable Objects): Editorial
5185 comments.
5186
51872007-06-07 Nick Roberts <nickrob@snap.net.nz>
5188
5189 * gdb.texinfo (Emacs): Describe GDB under Emacs 22.1.
5190
51912007-05-29 Jim Blandy <jimb@codesourcery.com>
5192
5193 * gdb.texinfo (Overview): Doc fix.
5194
51952007-05-22 Maciej W. Rozycki <macro@mips.com>
5196
5197 * gdb.texinfo (Remote Configuration): Document "set/show
5198 remoteflow".
5199
52002007-05-16 Daniel Jacobowitz <dan@codesourcery.com>
5201
5202 * gdb.texinfo (MIPS): Remove documentation for set mips
5203 saved-gpreg-size, show mips saved-gpreg-size, and set mips
5204 stack-arg-size.
5205
52062007-05-14 Bob Wilson <bob.wilson@acm.org>
5207
5208 * all-cfg.texi (GDBTUI): New.
5209 * gdb.texinfo (Mode Options): Use GDBTUI variable.
5210 (TUI, TUI Overview, TUI Keys, TUI Single Key Mode, TUI Commands)
5211 (TUI Configuration): Edit to improve clarity and fix problems of
5212 both style and content.
5213
52142007-05-11 Ulrich Weigand <uweigand@de.ibm.com>
5215
5216 * observer.texi (GDB Observers): New observer "new_objfile".
5217
52182007-05-08 Ulrich Weigand <uweigand@de.ibm.com>
5219
5220 * gdbint.texinfo (Native Conditionals): Remove USE_PROC_FS.
5221
52222007-04-14 Vladimir Prus <vladimir@codesourcery.com>
5223
5224 * gdb.texinfo (GDB/MI Variable Objects): Document
5225 frozen variables objects.
5226
52272007-04-13 Daniel Jacobowitz <dan@codesourcery.com>
5228
5229 * gdb.texinfo (Memory): Reference Remote Debugging chapter.
5230 (Character Sets, Caching Data of Remote Targets): Likewise.
5231 (Targets): Delete Remote node. Move its text...
5232 (Debugging Remote Programs): ...to here. Delete description
5233 of the "remote" command.
5234 (Remote configuration): Delete description of "set remotedevice"
5235 and "show remotedevice".
5236 (Embedded Processors): Delete H8/300, H8/500, and SH nodes.
5237
52382007-04-11 Bob Wilson <bob.wilson@acm.org>
5239
5240 * gdb.texinfo (Contributors, Continuing and Stepping)
5241 (Fortran Defaults, HPPA, TUI, TUI Commands, Configure Options)
5242 (General Query Packets, File-I/O Remote Protocol Extension)
5243 (Protocol Basics, The F Reply Packet, Write)
5244 (Protocol-specific Representation of Datatypes, Memory Transfer):
5245 Fix hyphenation, punctuation and grammar problems.
5246 (Cygwin Native): Likewise. Also fix misuse of @pxref and use
5247 'section' instead of 'subsection' in the text.
5248 (Non-debug DLL Symbols): Avoid 'subsubsection' in the text.
5249 (i386): Remove period from section name.
5250 (Installing GDB, Requirements, Running Configure, Separate Objdir)
5251 (Config Names, Configure Options): Use @file{configure}.
5252
52532007-04-11 Daniel Jacobowitz <dan@codesourcery.com>
5254
5255 * gdbint.texinfo (Writing Tests): Mention gdb_test_multiple
5256 and tab expansion.
5257
52582007-04-10 Daniel Jacobowitz <dan@codesourcery.com>
5259
5260 * gdbint.texinfo (SOM): Correct location of the SOM reader.
5261
52622007-04-02 Bob Wilson <bob.wilson@acm.org>
5263
5264 * gdb.texinfo: Consistently capitalize all significant words in
5265 node names, chapter titles, section titles, and headings. Update
5266 cross references to match.
5267 (Starting and Stopping Trace Experiment): Make node name plural.
5268 (Breakpoint related warnings): Hyphenate "Breakpoint-related".
5269
52702007-03-30 Pedro Alves <pedro_alves@portugalmail.pt>
5271
5272 * gdb.texinfo (WinCE): Delete obsolete subsection.
5273
52742007-03-30 Daniel Jacobowitz <dan@codesourcery.com>
5275
5276 * gdb.texinfo (M68K): Remove obsolete ROM monitors.
5277 * gdbint.texinfo (DWARF 1): Delete section and other dwarfread.c
5278 references.
5279
52802007-03-30 Daniel Jacobowitz <dan@codesourcery.com>
5281
5282 * gdb.texinfo (Startup): Delete references to some alternate
5283 names for .gdbinit.
5284 (Thread): Remove LynxOS reference.
5285 (Tandem ST2000): Delete target-specific documentation.
5286 * gdbint.texinfo (Symbol Handling): Remove mention of NLM.
5287 (Target Architecture Definition): Remove mention of GDB_OSABI_NETWARE
5288 and GDB_OSABI_LYNXOS.
5289
52902007-03-29 Ulrich Weigand <uweigand@de.ibm.com>
5291
5292 * gdbint.texi (Native Conditionals): Remove PTRACE_ARG3_TYPE.
5293
52942007-03-27 Ulrich Weigand <uweigand@de.ibm.com>
5295
5296 * gdbint.texinfo (Target Conditionals): Remove mention of
5297 DEPRECATED_REMOTE_BREAKPOINT, DEPRECATED_BIG_REMOTE_BREAKPOINT,
5298 and DEPRECATED_LITTLE_REMOTE_BREAKPOINT.
5299
53002007-03-27 Brooks Moses <brooks.moses@codesourcery.com>
5301
5302 * Makefile.in: Add "pdfdir" installation
5303 directory, PDFTEX macro, support for "install-pdf" target,
5304 and rules for making a pdf version of refcard.texi.
5305 * refcard.tex: Specify paper size for PDF output.
5306
53072007-03-26 Bob Wilson <bob.wilson@acm.org>
5308
5309 * gdb.texinfo (Omissions from Ada, Additions to Ada): Wrap long lines.
5310
53112007-03-26 Bob Wilson <bob.wilson@acm.org>
5312
5313 * gdb.texinfo (Invoking GDB): Use @value{GDBP}.
5314 (Source Path, Character Sets, Macros, Define)
5315 (GDB/MI Result Records, GDB/MI Simple Examples)
5316 (GDB/MI Program Execution, GDB/MI File Commands)
5317 (Maintenance Commands, Packets, File-I/O Overview): Use @value{GDBN}.
5318 (Bug Reporting): Use @value{GCC}.
5319
53202007-03-26 Bob Wilson <bob.wilson@acm.org>
5321
5322 * gdb.texinfo (Help): Fix formatting of examples.
5323 (Variables): Use @ifnotinfo instead of @iftex.
5324 (Non-debug DLL symbols): Use @ref instead of @pxref.
5325 (Sparclet File): Use @samp instead of quotes.
5326
53272007-03-26 Bob Wilson <bob.wilson@acm.org>
5328
5329 * gdb.texinfo (Variables, C): Update cross reference to GCC docs.
5330
53312007-03-26 Bob Wilson <bob.wilson@acm.org>
5332
5333 * gdb.texinfo (Top): Move TUI and Annotations menu entries to match
5334 the order of the nodes.
5335 (C Operators, C Constants, Debugging C): Remove extra menus.
5336 (Method Names in Commands): Do not specify next/prev/up nodes.
5337
53382007-03-26 Bob Wilson <bob.wilson@acm.org>
5339
5340 * gdb.texinfo (File Options): Add missing parenthesis.
5341 (Breakpoints, Special Fortran commands, PowerPC): Fix typos.
5342
53432007-02-26 Daniel Jacobowitz <dan@codesourcery.com>
5344
5345 * gdb.texinfo (Monitor commands for gdbserver): New subsection.
5346
53472007-02-26 Daniel Jacobowitz <dan@codesourcery.com>
5348
5349 * gdb.texinfo (Standard Target Features): Mention
5350 case insensitivity.
5351 (ARM Features): Describe org.gnu.gdb.xscale.iwmmxt.
5352
53532007-02-18 Nick Roberts <nickrob@snap.net.nz>
5354
5355 * gdb.texinfo (Top): Put Appendix A after numbered sections.
5356 (Files): Add section name to argument list for pxref.
5357 (Non-debug DLL symbols): Don't use `see' for pxref.
5358 (Embedded Processors): Fix typo.
5359 (GDB/MI Breakpoint Commands): Execution commands generate
5360 *stopped not ^done.
5361
53622007-02-13 Nick Roberts <nickrob@snap.net.nz>
5363
5364 * gdb.texinfo (GDB/MI Variable Objects): Describe meanings of
5365 values for in_scope. Mention that only root variables can be
5366 updated.
5367 (GDB/MI Development and Front Ends): Explain new values may be
5368 added to existing fields.
5369
53702007-02-08 Daniel Jacobowitz <dan@codesourcery.com>
5371
5372 * gdb.texinfo (-target-disconnect): Use @smallexample.
5373 (Requirements): Add anchor for Expat. Update description.
5374 (Target Descriptions): Mention Expat.
5375 (Target Description Format): Document new elements. Use
5376 @smallexample.
5377 (Predefined Target Types, Standard Target Features): New sections.
5378 * gdbint.texinfo (Target Descriptions): New section.
5379
53802007-02-07 Daniel Jacobowitz <dan@codesourcery.com>
5381
5382 * gdb.texinfo (Target Description Format): Add section on XInclude.
5383
53842006-02-03 Nick Roberts <nickrob@snap.net.nz>
5385
5386 * gdb.texinfo (GDB/MI Miscellaneous Commands): Describe the new
5387 command -enable-timings.
5388
53892007-02-02 Markus Deuling <deuling@de.ibm.com> (tiny change)
5390
5391 * gdbint.texinfo (Operation System ABI Variant Handling): Update
5392 descriptions for new/deleted elements in gdb_osabi. Add missing
5393 description for function generic_elf_osabi_sniff_abi_tag_sections.
5394
53952007-01-29 Joel Brobecker <brobecker@adacore.com>
5396
5397 * gdb.texinfo (Maintenance Commands): Add documentation for
5398 the new "maint print target-stack" command.
5399
54002007-01-26 Jan Kratochvil <jan.kratochvil@redhat.com>
5401 Eli Zaretskii <eliz@gnu.org>
5402
5403 * gdb.texinfo: Describe CHAR array vs. string identification rules.
5404
54052007-01-26 Eli Zaretskii <eliz@gnu.org>
5406
5407 * gdb.texinfo (Compilation, Files, Bootstrapping, Bug Reporting):
5408 Use @value{NGCC} instead of @value{GCC}.
5409
54102007-01-20 Ralf Wildenhues <Ralf.Wildenhues@gmx.de> (tiny change)
5411
5412 * agentexpr.texi: Fix typos.
5413 * annotate.texinfo: Likewise.
5414 * gdb.texinfo: Likewise.
5415 * gdbint.texinfo: Likewise.
5416 * observer.texi: Likewise.
5417 * stabs.texinfo: Likewise.
5418
54192007-01-20 Markus Deuling <deuling@de.ibm.com> (tiny change)
5420
5421 * gdbint.texinfo (Support Libraries): Remove mmalloc
5422 entry. Describe readline library.
5423
54242007-01-09 Daniel Jacobowitz <dan@codesourcery.com>
5425
5426 * gdb.texinfo (Target Descriptions): New section.
5427 (General Query Packets): Add QPassSignals anchor. Mention
5428 qXfer:features:read under qSupported. Expand mentions of
5429 qXfer:memory-map:read and QPassSignals. Document
5430 qXfer:features:read.
5431
54322007-01-08 Daniel Jacobowitz <dan@codesourcery.com>
5433
5434 * gdb.texinfo (Commands to specify files): Describe
5435 "set sysroot" and "show sysroot".
5436 (Using the `gdbserver' program): Lowercase argument
5437 to @var. Expand description of setting up GDB on the
5438 host.
5439
54402007-01-05 Joel Brobecker <brobecker@adacore.com>
5441
5442 * gdb.texinfo (Set Catchpoints): Add documentation for the new
5443 catch exception, catch exception unhandled, and catch assert
5444 commands.
5445
54462007-01-04 Daniel Jacobowitz <dan@codesourcery.com>
5447
5448 * gdb.texinfo (Debugging Output): Document "set debug xml"
5449 and "show debug xml".
5450
54512007-01-04 Daniel Jacobowitz <dan@codesourcery.com>
5452
5453 * gdbint.texinfo (Compiler Warnings): Update for -Wall use.
5454
54552007-01-01 Joel Brobecker <brobecker@adacore.com>
5456
5457 * gdbint.texinfo (Start of New Year Procedure): Add missing item.
5458
54592006-12-08 Vladimir Prus <vladimir@codesourcery.com>
5460
5461 * gdb.texinfo (GDB/MI Variable Objects): Wrap historical
5462 note in @ignore, to be removed later if nobody complains.
5463
54642006-12-04 Nick Roberts <nickrob@snap.net.nz>
5465
5466 * gdb.texinfo (GDB/MI Variable Objects): Describe -c option
5467 of -var-delete.
5468
54692006-11-22 Vladimir Prus <vladimir@codesourcery.com>
5470
5471 * gdb.texinfo (Setting breakpoints): Document
5472 automatic software/hardware breakpoint usage and
5473 the "set breakpoint auto-hw" command.
5474
54752006-11-21 Vladimir Prus <vladimir@codesourcery.com>
5476
5477 * gdb.texinfo (Memory Access Checking): New.
5478
54792006-11-16 Daniel Jacobowitz <dan@codesourcery.com>
5480
5481 * gdb.texinfo (Remote configuration): Mention
5482 "pass-signals-packet".
5483 (General Query Packets): Document QPassSignals. Fix
5484 a typo.
5485
54862006-11-14 Maxim Grigoriev <maxim@tensilica.com>
5487
5488 * gdb.texinfo (Contributors): Add contributors of Xtensa port.
5489
54902006-11-14 Daniel Jacobowitz <dan@codesourcery.com>
5491
5492 * gdb.texinfo (Remote configuration): Rewrite documentation for
5493 packet configuration commands.
5494 (OS Information): Adjust reference to qXfer:auxv:read.
5495 (General Query Packets): Remove references to read-aux-vector-packet
5496 and set remote get-thread-local-storage-address.
5497
54982006-11-10 Daniel Jacobowitz <dan@codesourcery.com>
5499
5500 * gdbint.texinfo (Target Architecture Definition): Add new
5501 Initializing a New Architecture section.
5502
55032006-10-31 David Taylor <dtaylor@emc.com>
5504
5505 * stabs.texinfo (Macro define and undefine): New node describing
5506 stabs for #define and #undef.
5507
55082006-10-27 Andreas Schwab <schwab@suse.de>
5509
5510 * gdb.texinfo (Processes): Rename "detach-fork" to "detach fork".
5511
55122006-10-21 Eli Zaretskii <eliz@gnu.org>
5513
5514 * gdb.texinfo (Breakpoints, Set Watchpoints): Elaborate and
5515 clarify on the possible meanings of ``expression'' watched by
5516 watchpoints. Add indexing.
5517 (Prompting, Errors, Invalidation, Annotations for Running)
5518 (Source Annotations): Fix index entries by adding "annotation" to
5519 them, to discriminate from index entries that point to the more
5520 general topic descriptions.
5521
55222006-10-17 Daniel Jacobowitz <dan@codesourcery.com>
5523
5524 * gdbint.texinfo (Target Vector Definition): Move most
5525 content into Existing Targets. Add a menu.
5526 (Existing Targets): New section, moved from Target Vector
5527 Definition. Use @subsection.
5528 (Managing Execution State): New section.
5529
55302006-10-16 Bob Wilson <bob.wilson@acm.org>
5531
5532 * gdb.texinfo (ST2000): Use Ctrl- instead of C-.
5533
55342006-10-15 Eli Zaretskii <eliz@gnu.org>
5535
5536 * gdb.texinfo (Sample Session, Invocation, Quitting GDB)
5537 (Command Syntax, Signals, Backtrace, Connecting)
5538 (Remote configuration, Renesas Boards, Console I/O): Fix last
5539 change: use Ctrl- instead of C-, except wrt Emacs.
5540 (File-I/O Examples): Put Ctrl-c in @kbd.
5541 (Cygwin Native, File-I/O Overview, The Ctrl-C message)
5542 (Console I/O): Use @samp with Ctrl-.
5543 (Signals, Set Breaks, Set Watchpoints): Document optional
5544 arguments to `info signals' `handle', `info breakpoints', and
5545 `info watchpoints'.
5546
55472006-10-14 Eli Zaretskii <eliz@gnu.org>
5548
5549 * gdb.texinfo (Backtrace): Fix last change.
5550
55512006-10-14 Nick Roberts <nickrob@snap.net.nz>
5552
5553 * gdb.texinfo (Backtrace): Order correctly and add other cases.
5554
55552006-10-10 Bob Wilson <bob.wilson@acm.org>
5556
5557 * gdb.texinfo (Command Syntax, Connecting, Remote configuration)
5558 (Renesas Boards, ST2000, TUI Keys, TUI Single Key Mode)
5559 (TUI Commands, Emacs, Console I/O): Fix @key and @kbd usage.
5560
55612006-09-21 Vladimir Prus <vladimir@codesourcery.com>
5562 Daniel Jacobowitz <dan@codesourcery.com>
5563
5564 * gdb.texinfo (Packets): Document vFlashErase,
5565 vFlashWrite and vFlashDone packets.
5566 (General Query Packets): Document qXfer:memory-map:read.
5567 Add a new feature for qXfer:memory-map:read.
5568 (Memory map format): New section.
5569 (Target Commands): Mention that gdb can write flash.
5570
55712006-09-21 Vladimir Prus <vladimir@codesourcery.com>
5572 Daniel Jacobowitz <dan@codesourcery.com>
5573
5574 * gdb.texinfo (Memory Region Attributes): Mention target-supplied
5575 memory regions and "mem auto".
5576
55772006-09-21 Nathan Sidwell <nathan@codesourcery.com>
5578
5579 * gdbint.texinfo (Array Containers): New section.
5580
55812006-09-17 Vladimir Prus <vladimir@codesourcery.com>
5582
5583 * gdb.texinfo (GDB/MI Stack Manipulation): Mention that
5584 -stack-list-arguments HIGH_FRAME argument can be larger then the
5585 actual number of frames.
5586
55872006-09-07 Vladimir Prus <vladimir@codesourcery.com>
5588
5589 * gdb.texinfo (GDB/MI Stack Manipulation): Mention that
5590 -stack-list-locals HIGH_FRAME argument can be larger then the
5591 actual number of frames.
5592
55932006-09-02 Bob Wilson <bob.wilson@acm.org>
5594
5595 * gdb.texinfo (Packets, Stop Reply Packets, General Query Packets,
5596 Register Packet Format, Tracepoint Packets): Fix spelling errors.
5597
55982006-09-02 Eli Zaretskii <eliz@gnu.org>
5599
5600 * gdbint.texinfo (Overall Structure): New section "Source Tree
5601 Structure".
5602
56032006-08-17 Jim Blandy <jimb@codesourcery.com>
5604
5605 * gdb.texinfo (Stop Reply Packets): Note similarity of 'S' and 'T'
5606 responses.
5607
56082006-08-08 Joel Brobecker <brobecker@adacore.com>
5609
5610 * gdb.texinfo (Source Path): Add documentation for new
5611 substitute-path commands.
5612
56132006-08-08 Daniel Jacobowitz <dan@codesourcery.com>
5614
5615 * gdb.texinfo (Installing GDB): Update menu. Move text to...
5616 (Running Configure): ...here.
5617 (Requirements): New node. Mention expat.
5618
56192006-08-08 Vladimir Prus <vladimir@codesourcery.com>
5620
5621 * gdb.texinfo (Target Commands): Remove
5622 'set download-write-size' and 'show download-write-size'.
5623
56242006-08-01 Daniel Jacobowitz <dan@codesourcery.com>
5625
5626 * stabs.texinfo (Member Type Descriptor): Correct example for
5627 pointer to member types.
5628
56292006-07-21 Andrew Stubbs <andrew.stubbs@st.com>
5630
5631 * gdb.texinfo (Optional warnings and messages): Add
5632 'set/show trace-commands'.
5633 (Command files): Add '-v' to source command.
5634
56352006-07-12 Daniel Jacobowitz <dan@codesourcery.com>
5636
5637 * gdb.texinfo (OS Information): Update qPart reference to
5638 qXfer.
5639 (Remote configuration): Likewise.
5640 (Overview): Move @cindex to the start of a paragraph. Talk
5641 about binary data encoding.
5642 (Packets): Refer to the overview for the details of the X
5643 packet encoding.
5644 (General Query Packets): Remove qPart description. Add qXfer
5645 description. Add an anchor to qSupported. Correct feature
5646 table title. Add a new feature for qXfer:auxv:read.
5647 (Interrupts): Add a missing parenthesis.
5648
56492006-07-05 Daniel Jacobowitz <dan@codesourcery.com>
5650
5651 * gdb.texinfo (KOD): Remove node.
5652 (GDB/MI Kod Commands): Remove commented out node.
5653
56542006-07-01 Eli Zaretskii <eliz@gnu.org>
5655
5656 * gdb.texinfo (GDB/MI Output Syntax, GDB/MI Simple Examples)
5657 (GDB/MI Breakpoint Commands, GDB/MI Program Context)
5658 (GDB/MI Thread Commands, GDB/MI Program Execution)
5659 (GDB/MI Stack Manipulation, GDB/MI Variable Objects)
5660 (GDB/MI Data Manipulation, GDB/MI Symbol Query)
5661 (GDB/MI File Commands, GDB/MI Target Manipulation)
5662 (GDB/MI Miscellaneous Commands): Change (@value{GDBP})->(gdb),
5663 since the MI prompt is hard-wired into the code.
5664
56652006-07-01 Nick Roberts <nickrob@snap.net.nz>
5666
5667 * gdb.texinfo (GDB/MI Compatibility with CLI): Qualify more carefully.
5668 (GDB/MI Simple Examples): Use @subheading for "A Bad Command".
5669 (GDB/MI Data Manipulation): Remove description of unimplemented
5670 display related commands as variable objects perform this function
5671 and are superior: -display-delete, -display-disable,
5672 -display-enable, -display-insert and -display-list. Move
5673 -environment-cd, -environment-directory, -environment-path
5674 and -environment-pwd to "Program Context".
5675 (GDB/MI Program Control): Rename to "Program Execution". Move
5676 -exec-arguments -exec-abort to...
5677 (GDB/MI Program Context): ...here. New node split from "Data
5678 Manipulation".
5679
56802006-06-21 Daniel Jacobowitz <dan@codesourcery.com>
5681
5682 * gdb.texinfo (Remote configuration): Document set / show
5683 remote supported-packets.
5684 (General Query Packets): Document qSupported packet.
5685
56862006-06-10 Sandra Loosemore <sandra@codesourcery.com>
5687
5688 * gdb.texinfo (File-I/O overview): Copy edit for grammar, spelling,
5689 and font markup.
5690 (Protocol basics): Likewise.
5691 (The F request packet): Likewise.
5692 (The F reply packet): Likewise.
5693 (Memory transfer): Move this node to be a subsubsection of
5694 "Protocol specific representation of datatypes".
5695 (The Ctrl-C message): More copy editing.
5696 (Console I/O): Likewise.
5697 (The isatty call): Delete this node, and merge its content into
5698 the "isatty" node. Fixed references elsewhere.
5699 (The system call): Delete this node, and merge its content into
5700 the "system" node. Fixed references elsewhere.
5701 (open): Reformat to use @table, and add appropriate font markup.
5702 (close): Likewise.
5703 (read): Likewise.
5704 (write): Likewise.
5705 (lseek): Likewise.
5706 (rename): Likewise.
5707 (unlink): Likewise.
5708 (stat/fstat): Likewise.
5709 (gettimeofday): Likewise.
5710 (isatty): Likewise.
5711 (system): Likewise, plus minor changes to fix confusing wording.
5712 (Integral datatypes): Fix font markup.
5713 (Pointer values): Likewise.
5714 (struct stat): Fix markup to use @table, plus minor copy editing.
5715 (struct timeval): Fix font markup, plus minor copy editing.
5716 (Constants): Minor copy editing.
5717 (Errno values): Add font markup.
5718 (File-I/O Examples): Likewise.
5719
57202006-06-10 Nick Roberts <nickrob@snap.net.nz>
5721
5722 * gdb.texinfo (GDB/MI): Remove duplicate acknowledgements.
5723 (GDB/MI Simple Examples): Move node up one level. Use real
5724 examples.
5725 (GDB/MI Compatibility with CLI): Update.
5726 (GDB/MI Result Records): Add "connected" and "exit" result
5727 classes.
5728 (GDB/MI Stream Records): Clarify target output.
5729 (GDB/MI Command Description Format): Modify example description.
5730 (GDB/MI Breakpoint Table Commands): Rename to...
5731 (GDB/MI Breakpoint Commands): ...this
5732 (GDB/MI Breakpoint Commands): Add optional thread field.
5733 (GDB/MI Program Control): Add an introduction. Move "Program
5734 termination" examples into exec-run description.
5735 (GDB/MI File Commands): Mention similar CLI commands.
5736 (GDB/MI Miscellaneous Commands): Move to end. Mention "show version"
5737 is similar to "-gdb-version".
5738
57392006-06-09 Eli Zaretskii <eliz@gnu.org>
5740
5741 * gdb.texinfo (Symbols): Fix "(gdb)"=>"(@value{GDBP})".
5742
57432006-06-02 Nick Roberts <nickrob@snap.net.nz>
5744
5745 * gdb.texinfo (GDB/MI Development and Front Ends): Use
5746 sourceware.org for mailing lists.
5747 (GDB/MI File Commands): New node split from Program Control.
5748
57492006-06-01 Nick Roberts <nickrob@snap.net.nz>
5750
5751 * gdb.texinfo (GDB/MI Development and Front Ends): New node.
5752
57532006-05-22 Eli Zaretskii <eliz@gnu.org>
5754
5755 * gdb.texinfo (Cygwin Native): Fix last change.
5756
57572006-05-22 Christopher Faylor <cgf@timesys.com>
5758
5759 * gdb.texinfo (Cygwin Native): Document set/show cygwin-exceptions.
5760
57612006-05-15 Nick Roberts <nickrob@snap.net.nz>
5762
5763 * gdbint.texinfo (Algorithms): Correct spelling and punctuation.
5764 (Releasing GDB, Testsuite): Remove details for including DejaGnu.
5765
57662006-05-14 Daniel Jacobowitz <dan@codesourcery.com>
5767
5768 * gdb.texinfo (General Query Packets): Recommend not starting
5769 new packets with qC and clarify.
5770
57712006-05-13 Gaius Mulley <gaius@glam.ac.uk>
5772
5773 * gdb.texinfo (M2 Types): New section.
5774
57752006-05-10 Daniel Jacobowitz <dan@codesourcery.com>
5776
5777 * agentexpr.texi: Add a copyright and license notice.
5778 * observer.texi: Likewise, with GPL clause for function prototypes.
5779 Remove trailing whitespace.
5780
57812006-05-05 Jim Blandy <jimb@codesourcery.com>
5782
5783 * gdb.texinfo (General Query Packets): Document conventions for
5784 terminating packet names, and their violations.
5785
57862006-05-05 Daniel Jacobowitz <dan@codesourcery.com>
5787
5788 * Makefile.in (GDB_DOC_SOURCE_INCLUDES): Update for readline 5.1.
5789 * gdb.texinfo: Likewise.
5790
57912006-05-05 Daniel Jacobowitz <dan@codesourcery.com>
5792
5793 * gdb.texinfo (Remote Configuration): Remove "set remotedebug"
5794 and "show remotedebug".
5795 (Debugging Output): Add additional index entries.
5796
57972006-04-27 Michael Snyder <msnyder@redhat.com>
5798
5799 * gdb.texinfo (delete-fork): Command renamed to "delete fork".
5800
58012006-04-22 Andrew Cagney <cagney@redhat.com>
5802
5803 * gdb.texinfo (Contributors): Credit frame unwinder contributors.
5804 * gdbint.texinfo (Algorithms): Fix errors in frame documentation.
5805
58062006-04-18 Daniel Jacobowitz <dan@codesourcery.com>
5807
5808 * gdbint.texinfo (x86 Watchpoints, Target Conditionals): Update insert
5809 and remove breakpoint prototypes.
5810 (Watchpoints): Move description of target_insert_hw_breakpoint and
5811 target_remove_hw_breakpoint ...
5812 (Breakpoints): ... to here. Document target_insert_breakpoint and
5813 target_remove_breakpoint.
5814
58152006-04-17 Jim Blandy <jimb@codesourcery.com>
5816
5817 * gdb.texinfo (Packets): Note that 'addr' arguments to s, S, c,
5818 and C packets are optional.
5819
58202006-04-14 Frederic Riss <frederic.riss@st.com>
5821
5822 * gdb.texinfo (Specifying source directories): Update the description
5823 of the source file search to reflect the fact that the source path
5824 always contains at least $cdir and $cwd.
5825
58262006-03-31 Michael Snyder <msnyder@redhat.com>
5827
5828 * gdb.texinfo: Update copyright dates.
5829
58302006-03-31 Eli Zaretskii <eliz@gnu.org>
5831
5832 * gdb.texinfo (Overview): Add an index entry to "empty response".
5833
58342006-03-28 Jim Blandy <jimb@codesourcery.com>
5835
5836 * gdbint.texinfo (Prologue Analysis): New section.
5837
58382006-03-07 Jim Blandy <jimb@red-bean.com>
5839
5840 * gdb.texinfo (Connecting): Document 'target remote pipe'.
5841
5842 * gdb.texinfo (Target Commands): Update text describing how to
5843 specify a target. Refer to the detailed section on remote
5844 debugging, not the brief mention.
5845
5846 * gdb.texinfo (Connecting): Organize the different 'target remote'
5847 connection methods into a table. Add a 'target remote' index
5848 entry. (!!!)
5849
58502006-02-17 Fred Fish <fnf@specifix.com>
5851
5852 * gdb.texinfo (Symbols): Update descriptions of 'whatis' and
5853 'ptype' commands to reflect the fact that the only significant
5854 difference between them is that ptype prints the complete type
5855 description instead of just the name.
5856
58572006-02-13 Wu Zhou <woodzltc@cn.ibm.com>
5858
5859 * gdbint.texinfo (Watchpoints): Delete
5860 TARGET_REGION_SIZE_OK_FOR_HW_WATCHPOINT.
5861
58622006-02-10 Nick Roberts <nickrob@snap.net.nz>
5863
5864 * gdb.texinfo (GDB/MI Breakpoint Table Commands): Add fullname and
5865 times fields where needed. Fix typos. Update general form given
5866 for output of -break-insert.
5867 (GDB/MI): Abbreviate some unnecessarily long fullnames.
5868
58692006-02-06 Daniel Jacobowitz <dan@codesourcery.com>
5870
5871 * gdbint.texinfo (Symbol Handling): Add a section
5872 on memory management.
5873
58742006-02-06 Vladimir Prus <ghost@cs.msu.su>
5875
5876 * gdb.texinfo (Breakpoint table commands): Document the fullname
5877 field in -break-list output.
5878
58792006-02-03 Eli Zaretskii <eliz@gnu.org>
5880
5881 * gdb.texinfo (Cygwin Native): Fix typos. Clarify the types of
5882 debugging information produced by the various "set debug..."
5883 options.
5884
58852006-02-01 Daniel Jacobowitz <dan@codesourcery.com>
5886
5887 * gdb.texinfo (Files): Remove obsolete bits from the description
5888 of "symbol-file".
5889
58902006-01-25 Jim Blandy <jimb@redhat.com>
5891
5892 * gdbint.texinfo (Testsuite): Explain how to run selected tests.
5893
58942006-01-24 Jim Blandy <jimb@redhat.com>
5895
5896 * gdbint.texinfo (Frames): Document the basics of GDB's register
5897 unwinding model, and explain the existence of the "sentinel" frame.
5898
58992006-01-23 Andrew Stubbs <andrew.stubbs@st.com>
5900
5901 * gdb.texinfo (Choosing files): Mention that -directory is used
5902 for script files.
5903 (Specifying source directories): Likewise.
5904 (Command files): Explain how script files are found.
5905
59062006-01-21 Eli Zaretskii <eliz@gnu.org>
5907
5908 * gdb.texinfo (Backtrace): Describe how to get backtrace of all
5909 the threads in a multi-threaded program.
5910 (Threads): The threadno argument of "thread apply" can be a range
5911 of numbers.
5912
59132006-01-18 Jim Blandy <jimb@redhat.com>
5914
5915 * gdbint.texinfo (Coding): Add entry for -Wno-pointer-sign to list
5916 of warning flags.
5917
59182006-01-13 Eli Zaretskii <eliz@gnu.org>
5919
5920 * gdb.texinfo (Sequences): Improve menu annotations.
5921 (Define): Add index entries for arguments of user-defined
5922 commands. Move the description of flow-control commands...
5923 (Command Files): ...to here. Document loop_break and
5924 loop_continue.
5925 (Define, Command Files): Document `end' and add index entries for
5926 it.
5927
59282006-01-04 Michael Snyder <msnyder@redhat.com>
5929
5930 * gdb.texinfo: Add documentation for linux-fork.
5931 * gdbint.texinfo: Add internal documentation for checkpoints.
5932
59332006-01-02 Paul N. Hilfinger <hilfinger@gnat.com>
5934
5935 * gdb.texinfo (Omissions from Ada): Document that there is now
5936 limited aggregate support.
5937
59382005-12-28 Eli Zaretskii <eliz@gnu.org>
5939
5940 * gdb.texinfo (Registers): Describe how to refer to SSE and MMX
5941 registers and the likes.
5942
59432005-12-24 Eli Zaretskii <eliz@gnu.org>
5944
5945 * gdb.texinfo (Target Commands, Bug Reporting, File Options)
5946 (Symbols): Fix usage of "e.g.".
5947 (Memory Region Attributes): Fix usage of "etc."
5948
5949 * gdbint.texinfo (libgdb, Symbol Handling, Native Debugging)
5950 (Coding): Fix usage of "e.g.".
5951
59522005-12-23 Eli Zaretskii <eliz@gnu.org>
5953
5954 * stabs.texinfo:
5955 * refcard.tex:
5956 * gpl.texi:
5957 * gdbint.texinfo:
5958 * gdb.texinfo:
5959 * gdb-cfg.texi:
5960 * fdl.texi:
5961 * annotate.texinfo:
5962 * all-cfg.texi:
5963 * Makefile.in: Add (C) after Copyright. Update the FSF
5964 address.
5965
59662005-12-03 Eli Zaretskii <eliz@gnu.org>
5967
5968 * gdb.texinfo (Connecting): Explain that `monitor' is a way to
5969 extend GDB with commands for external monitor.
5970
59712005-12-02 Andrew Stubbs <andrew.stubbs@st.com>
5972
5973 * gdb.texinfo (Convenience variables): Add init-if-undefined command.
5974
59752005-11-25 Joel Brobecker <brobecker@adacore.com>
5976
5977 * gdbint.texinfo (Start of New Year Procedure): New chapter.
5978
59792005-11-21 Jim Blandy <jimb@redhat.com>
5980
5981 * gdb.texinfo (Tracepoint Packets): Document restrictions on
5982 placement of 'R' actions in tracepoint action packets; document
5983 dependence of 'X' and 'M' actions on a preceding 'R' action for
5984 their registers.
5985
59862005-11-19 Jim Blandy <jimb@redhat.com>
5987
5988 * gdb.texinfo (Tracepoint Packets): New node.
5989 (General Query Packets): Add entries for the tracepoint packets,
5990 referring to the "Tracepoint Packets" node.
5991 (Tracepoints): Add reference to "Tracepoint Packets".
5992
59932005-11-18 Kevin Buettner <kevinb@redhat.com>
5994
5995 * gdb.texinfo (set remotebreak): Add anchor.
5996 (X packet): Likewise.
5997 (Remote Protocol): Add new section `Interrupts' and new index
5998 entry `interrupts (remote protocol)'.
5999
60002005-11-18 Jim Blandy <jimb@redhat.com>
6001
6002 * gdb.texinfo (Packets): Move information out of 'q' and 'Q'
6003 entries into the General Query Packets section. Add a
6004 cross-reference to that section. Drop description of replies, as
6005 these are covered in the descriptions of each packet.
6006 (General Query Packets): Add introductory text. Explain naming
6007 conventions, and how the end of a name is recognized.
6008
60092005-11-17 Kevin Buettner <kevinb@redhat.com>
6010
6011 * gdb.texinfo (Remote configuration): Fix typo in description of
6012 "set remotebreak" command.
6013
60142005-11-16 Jim Blandy <jimb@redhat.com>
6015
6016 * gdb.texinfo (Packets, Stop Reply Packets)
6017 (General Query Packets): Various formatting cleanups.
6018 - Use @samp for packet contents.
6019 - Drop summaries from packet @item lines; the same information appears
6020 immediately below in the description.
6021 - Delete paragraph breaks after packet @item commands, so that the
6022 description appears directly to the right of the packet prototype
6023 in the printed manual, if it fits.
6024 - Place spaces in packet prototypes between @vars and non-@var
6025 letters, and explain that they're just for formatting.
6026 - Use @dots{} instead of '...'.
6027 - Fix uses of @code where @var was needed.
6028 - Replace "deprecated" markers with English text spelling out the
6029 packet's status and the preferred alternatives.
6030 - Remove "(reserved)" markers on 'A' and 'I' packets; it's unclear
6031 what this ever meant.
6032 - Remove "(draft)" markers on 'i' packets; nobody has commented on
6033 this for a long time.
6034 - Remove "(draft)" markers on 'z' and 'Z' packets; these have been
6035 implemented several times, and have been in use for years.
6036
60372005-11-15 Jim Blandy <jimb@redhat.com>
6038
6039 * gdb.texinfo (Packets): Add index entries for 'm' packet
6040 disclaimers.
6041
6042 * gdb.texinfo (Packets): Clarify lack of restrictions on behavior
6043 of stub when processing an 'm' packet.
6044
6045 * gdb.texinfo (Packets): Mention that packets beginning with
6046 letters are reserved once, at the top, instead of actually listing
6047 them all and saying "reserved".
6048
60492005-11-15 Andrew Stubbs <andrew.stubbs@st.com>
6050
6051 * gdb.texinfo (User-defined commands): Add $argc. Add missing 'end'.
6052 Change @var{$arg0 to @code{$arg0.
6053
60542005-11-14 Wu Zhou <woodzltc@cn.ibm.com>
6055
6056 * gdb.texinfo (Fortran): Add some words about Fortran debugging.
6057
60582005-11-12 Jim Blandy <jimb@redhat.com>
6059
6060 * gdb.texinfo (General Query Packets): Put packets in alphabetical
6061 order. Remove extraneous 'z'.
6062
60632005-11-07 Andrew Stubbs <andrew.stubbs@st.com>
6064
6065 * gdb.texinfo (Choosing files): Add --eval-command.
6066
60672005-11-04 Andrew Stubbs <andrew.stubbs@st.com>
6068
6069 * gdb.texinfo (Choosing modes): Add --return-child-result.
6070
6071
60722005-11-01 Andrew Stubbs <andrew.stubbs@st.com>
6073
6074 * gdb.texinfo (Choosing modes): Add --batch-silent.
6075
60762005-10-28 Eli Zaretskii <eliz@gnu.org>
6077
6078 * gdb.texinfo (GDB/MI Variable Objects): Fix @pxref usage under
6079 "The -var-update Command".
6080
60812005-10-03 Joel Brobecker <brobecker@adacore.com>
6082
6083 * gdb.texinfo (Print Settings): Add documentation for set/show
6084 print array-indexes.
6085
60862005-09-17 Daniel Jacobowitz <dan@codesourcery.com>
6087
6088 * gdb.texinfo (Contributors): Thank Andrew Cagney for releases
6089 6.2 and 6.3.
6090
60912005-08-27 Eli Zaretskii <eliz@gnu.org>
6092
6093 * gdb.texinfo (File Options): Don't document --mapped, it's gone
6094 since 19-Jan-2004.
6095 (Files): Likewise.
6096 (Variables, Symbols): Document the "<incomplete type>" message and
6097 its reasons.
6098
60992005-08-01 Fred Fish <fnf@specifix.com>
6100
6101 * gdb.texinfo (SETUP_ARBITRARY_FRAME): Remove obsolete reference.
6102
61032005-07-15 Nick Roberts <nickrob@snap.net.nz>
6104
6105 * gdb.texinfo (GDB/MI Variable Objects): Describe print-values
6106 option for -var-list-children and -var-update.
6107 (GDB/MI Stack Manipulation): Simplify description of
6108 print-values option for -stack-list-locals.
6109 (GDB/MI Command Description Format): Clarify.
6110 (Mode Options): Spelling of superseded.
6111
61122005-07-12 Bob Rossi <bob@brasko.net>
6113
6114 * gdb.texinfo (GDB/MI Miscellaneous Commands): Fix -inferior-tty-show
6115 corresponding GDB command comment.
6116
61172005-07-06 Bob Rossi <bob@brasko.net>
6118
6119 * gdb.texinfo (GDB/MI Miscellaneous Commands): Add -inferior-tty-set
6120 and -inferior-tty-show.
6121 (Input/Output): Document "set/show inferior-tty" and tty alias.
6122
61232005-07-02 Nathan J. Williams <nathanw@wasabisystems.com>
6124
6125 * gdb.texinfo (Packets): Change description of 'D' packet to note
6126 that GDB does wait for a response.
6127
61282005-06-22 Nick Roberts <nickrob@snap.net.nz>
6129
6130 * gdb.texinfo (History) Rename "Command History".
6131 (Command History): Move node "Server Prefix" from section on
6132 Annotations here.
6133
61342005-06-19 Nick Roberts <nickrob@snap.net.nz>
6135
6136 * gdb.texinfo (GDB/MI Stack Manipulation):
6137 Re-instate -stack-info-frame with example. Say that it gets
6138 info on selected frame, not current frame.
6139
61402005-06-18 Eli Zaretskii <eliz@gnu.org>
6141
6142 * gdb.texinfo (Server): Clarify that `file' should be used before
6143 connecting to the server.
6144 (Files): Add an xref to the above description.
6145 (Output Formats): More detailed description of the `c' format.
6146 (Memory): List explicitly all the formats supported by `x'.
6147 (Threads): Add an @cindex entry for "thread apply".
6148 (Files): Document the possibility of loading unlinked object
6149 files. Add more indexing for solib-absolute-prefix and
6150 --with-sysroot.
6151 (Machine Code): Document possible problems with locations in
6152 shared libraries.
6153 (Backtrace): Document that free-standing environments do not need
6154 to have a `main' function.
6155
61562005-06-18 Nick Roberts <nickrob@snap.net.nz>
6157
6158 * gdb.texinfo (GDB/MI Stack Manipulation): Remove reference to
6159 -stack-info-frame.
6160
61612005-06-07 Andrew Cagney <cagney@gnu.org>
6162
6163 * gdb.texinfo (Contributors): Note the original multi-arch
6164 contributors.
6165
61662005-06-03 Eli Zaretskii <eliz@gnu.org>
6167
6168 * gdb.texinfo (Registers): Add index entries for the standard
6169 registers.
6170 (Frames): Add cross-reference from frame pointer description to
6171 the Registers node.
6172 (Annotations Overview): Fix the reference to GDB name.
6173
61742005-06-01 Eli Zaretskii <eliz@gnu.org>
6175
6176 * gdb.texinfo (Set Watchpoints): Remove @vindex entry for
6177 can-use-hw-watchpoints.
6178
61792005-05-28 Bob Rossi <bob@brasko.net>
6180
6181 * gdb.texinfo (GDB/MI Out-of-band Records): Add bullet enumerating
6182 the possible reasons why an exec async record would be returned to FE.
6183
61842005-05-26 Andrew Cagney <cagney@gnu.org>
6185
6186 * gdb.texinfo: Note that Elena Zannoni, Fernando Nasser, and
6187 Andrew Cagney implemented the original GDB/MI.
6188
61892005-05-23 Orjan Friberg <orjanf@axis.com>
6190
6191 * gdb.texinfo (CRIS): Update the cris-version and cris-dwarf2-cfi
6192 documentation. Add documentation for cris-mode.
6193
61942005-05-20 Eli Zaretskii <eliz@gnu.org>
6195
6196 * gdb.texinfo (Numbers): Explain the example and make the wording
6197 more acurate.
6198
61992005-05-17 Daniel Jacobowitz <dan@codesourcery.com>
6200 Dennis Brueni <dennis@slickedit.com>
6201
6202 * gdb.texinfo (GDB/MI Breakpoint Table Commands)
6203 (GDB/MI Data Manipulation, GDB/MI Program Control)
6204 (GDB/MI Stack Manipulation): Update examples to include the fullname
6205 attribute in stack frames.
6206
62072005-05-12 Eli Zaretskii <eliz@gnu.org>
6208
6209 * gdb.texinfo (Startup): Fix last change. Treat gdb.ini like we
6210 do with other non-standard names of init files.
6211
62122005-05-11 Eli Zaretskii <eliz@gnu.org>
6213
6214 * gdb.texinfo (Command Files): Move the description of the startup
6215 from here...
6216 (Startup): ...to this new subsection of the Invocation chapter.
6217 Rearrange the description of init files more logically and add a
6218 cross-reference to "Command Files". Document the special gdbinit
6219 name for CISCO 68k. Expand the description of what GDB does
6220 during startup.
6221 (History): Add index entry for HISTSIZE.
6222
62232005-05-02 Mark Kettenis <kettenis@gnu.org>
6224
6225 * gdb.texinfo (Files): Remove documentation for auto-solib-limit.
6226
62272005-05-02 Eli Zaretskii <eliz@gnu.org>
6228
6229 * gdb.texinfo (SVR4 Process Information, The isatty call)
6230 (The system call): Don't use foo(N) notation for man pages and
6231 functions.
6232 (Compilation, DJGPP Native): Improve wording.
6233
62342005-04-27 Eli Zaretskii <eliz@gnu.org>
6235
6236 * gdb.texinfo (Backtrace): Describe backtraces with arguments that
6237 were optimized away.
6238
62392005-04-22 Eli Zaretskii <eliz@gnu.org>
6240
6241 * gdb.texinfo (Remote configuration): Document "set/show
6242 get-thread-local-storage-address". Add cross-reference to the
6243 description of the qGetTLSAddr packet.
6244 (General Query Packets): Mention "set remote
6245 get-thread-local-storage-address" and add a reference to its
6246 description.
6247
62482005-04-19 Nick Roberts <nickrob@snap.net.nz>
6249
6250 * gdb.texinfo (Backtrace): Describe 'bt full'.
6251
62522005-04-17 Nick Roberts <nickrob@snap.net.nz>
6253
6254 * gdb.texinfo (Mode Options): Fix typo.
6255 (GDB/MI): Describe how to invoke GDB/MI.
6256
62572005-04-16 Eli Zaretskii <eliz@gnu.org>
6258
6259 * gdb.texinfo (OS Information): Renamed from Auxiliary Vector; all
6260 references changed. Add description of "info udot".
6261 (Files): Document "set/show stop-on-solib-events".
6262 (M32R/D): Document "set/show download-path", "set/show
6263 board-address", "set/show server-address", "upload", "tload".
6264 Document "sdireset", "sdistatus", "debug_chaos", "use_debug_dma",
6265 "use_mon_code", "use_ib_break", "use_dbt_break".
6266 (Maintenance Commands): Improve indexing.
6267 (Target Commands): Document "set/show hash", "set/show debug
6268 monitor".
6269 (SVR4 Process Information): Document "info pidlist" and "info
6270 meminfo". Document "set/show procfs-tarce" and "set/show
6271 procfs-file". Document "proc-trace-*" and "proc-untrace-*".
6272 (Symbols, The Print Command with Objective-C): Improve indexing.
6273 (Objective-C): Add references to "info classes" and "info
6274 selectors".
6275 (Debugging Output): Improve wording. Document "set/show debug
6276 solib-frv". Fix "set/show debugvarobj".
6277 (Set Breaks): Add index entry for "hardware breakpoints".
6278 (Renesas ICE): Document "e7000", "ftplogin", "ftpload", "drain",
6279 and "set/show usehardbreakpoints".
6280 (MIPS Embedded): Document "se/show syn-garbage-limit", "set/show
6281 monitor-prompt", "set/show monitor-warnings", "pmon".
6282 (ARM): Document "rdilogfile", "rdilogenable", "set/show
6283 rdiromatzero", "set/show rdiheartbeat".
6284 (PowerPC): Document SDS-specific commands "set/show sdstimeout",
6285 "sds".
6286 (Embedded Processors): Document the "sim" command.
6287 (Remote): Document the "remote" command.
6288 (DJGPP Native): Document the "info serial" command.
6289 (Threads): Document "maint info sol-threads".
6290 (Files): Document "nosharedlibrary", "add-symbol-file-from-memory".
6291 (Set Breaks): Improve indexing.
6292 (Command Syntax): Add a reference to dont-repeat.
6293 (Define): Document "dont-repeat".
6294 (TUI Commands): Document "tabset".
6295 (WinCE): New subsection. Document "set/show remotedirectory",
6296 "set/show remoteupload", "set/show remoteaddhost".
6297
62982005-04-15 Eli Zaretskii <eliz@gnu.org>
6299
6300 * gdb.texinfo (Hurd Native): New subsection, documents
6301 Hurd-specific commands.
6302 (Maintenance Commands): Add cross-reference to "Debugging Output".
6303 (Debugging Output): Document "set/show debug lin-lwp".
6304 (MIPS): Improve documentation of heuristic-fence-post. Document
6305 "set/show mips abi", "set/show mips saved-gpreg-size", "set/show
6306 mips stack-arg-size", "set/show mips mask-address", "set/show mips
6307 remote-mips64-transfers-32bit-regs", "set/show debug mips".
6308 (ARM): Document ARM-specific commands.
6309 (AVR): New section. Document "info io_registers".
6310 (CRIS): New section. Document "set/show cris-version" and
6311 "set/show cris-dwarf2-cfi".
6312 (HPPA): New section. Document "set/show debug hppa" and "maint
6313 print unwind".
6314 (Neutrino): New subsection. Document "set/show debug nto-debug".
6315 (Super-H): New section. Document the "regs" command.
6316 (Debugging Output): Document "set/show debug aix-thread".
6317
63182005-04-09 Eli Zaretskii <eliz@gnu.org>
6319
6320 * gdb.texinfo (Print Settings): Document "set/show print
6321 pascal_static-members", "set print repeats", "show print
6322 null-stop". Improve indexing. Fix documentation of "set print
6323 union".
6324 (Pascal): New section.
6325 (Supported languages): Rename from "Support"; all references
6326 updated. Add a menu item for Pascal.
6327 (Numbers): Document "set radix.
6328 (Screen Size): Document "set/show pagination".
6329 (MIPS Embedded): Remove "set processor" documentation.
6330 (Remote configuration): Document "set/show X/P/Z-packet",
6331 "set/show read-aux-vector-packet", "set/show remote
6332 symbol-lookup-packet", "set/show remote verbose-resume-packet",
6333 "set/show remoteaddresssize", "set/show remotebaud", "set/show
6334 remotedebug", "set/show remotebreak", "set/show remotedevice",
6335 "set/show remotelogfile".
6336 (Auxiliary Vector): Add reference to the description of the
6337 read-aux-vector-packet setting.
6338 (Set Watchpoints): Add a cross-reference to "set remote
6339 hardware-breakpoint-limit".
6340 (General Query Packets): Add indexing of requests and
6341 cross-references to related commands in "Remote configuration".
6342 (File-I/O Overview, The system call): Fix wording and typos.
6343 (Thread Stops): Add index entries.
6344 (Continuing and Stepping): Document "show step-mode".
6345 (i386): New node. Document "set/show struct-convention".
6346 (Files): Document "show trust-readonly-sections".
6347 (Calling): Document "set/show unwindonsignal".
6348 (Messages/Warnings): Add index entries.
6349 (Maintenance Commands): Document "set/show watchdog".
6350 (Annotations Overview): Document "show annotate".
6351 (Set Watchpoints): Add index entries.
6352 (Symbols): Fix doc of case-sensitive.
6353 (ABI): Document "show coerce-float-to-double".
6354 (Convenience Vars, Help): Improve indexing.
6355 (Machine Code): Document "show disassembly-flavor".
6356 (Debugging C plus plus): Document "show overload-resolution".
6357 (Value History, Signaling): Add index entries.
6358
63592005-04-08 Eli Zaretskii <eliz@gnu.org>
6360
6361 * gdb.texinfo (Show): Move @kindex entries to their proper places.
6362 (Processes): Fix wording.
6363 (History, List, Logging output, Define, Symbols, Print Settings):
6364 Improve indexing.
6365
63662005-04-03 Eli Zaretskii <eliz@gnu.org>
6367
6368 * gdb.texinfo (Targets): Document "set/show architecture". Remove
6369 redundant index entry for "target" command.
6370 (Backtrace): Add index entries.
6371 (Symbols, Fortran): Document the "set case-sensitive" command.
6372 (DJGPP Native): Document "set com1base", "set com1irq", etc.
6373 (Print Settings): Add index entry for "set demangle-style".
6374 (Target Commands): Document "set download-write-size".
6375 (Debugging Output): Document "set exec-done-display".
6376
63772005-04-02 Eli Zaretskii <eliz@gnu.org>
6378
6379 * gdb.texinfo (Files): Fix the name and documentation of
6380 add-shared-symbol-files. Document its alias assf. Update the
6381 list of OSs where GDB supports shared libraries. Fix markup.
6382 (Continuing and Stepping): Add reference to @var{location} in the
6383 text.
6384 (Dump/Restore Files): Fix reference to @{filename}.
6385 (Help): Fix wording.
6386 (Attach): Ditto.
6387 (Set Watchpoints): Ditto.
6388 (Backtrace): Remove redundant index entries. Improve index
6389 entries.
6390 (Delete Breaks): Fix wording.
6391 (Memory): Document the compare-sections command.
6392 (Memory Region Attributes): Improve wording.
6393 (Disabling): Improve wording.
6394 (Fortran): New subsection. Document the "info common" command.
6395 (Help): Document aliases "info copying" and "info warranty".
6396 (Caching Remote Data): New section. Document the "set/show
6397 remotecache" and "info dcache" commands.
6398 (Show): Fix wording of the documentation of the "set
6399 extension-language" command.
6400 (Signals): Add index entry for "info handle".
6401 (Memory Region Attributes): Fix punctuation.
6402 (Symbols): Change the arg name to "location" and refer to it in
6403 the text. Fix wording of "info types" doc.
6404 (Threads): Fix usage of @enumerate @item's.
6405 (Listing Tracepoints): Add index entry for "info tp".
6406 (Set Watchpoints): Add xref to "info break" description.
6407 (Macros): Add an index entry for "macro exp1". Document the
6408 "macro list" command.
6409 (Maintenance Commands): Document "flushregs", "maint agent",
6410 "maint check-symtabs", "maint cplus", "maint demangle", "maint
6411 deprecate", "maint undeprecate", "maint dump-me", "maint packet",
6412 "maint print architecture", "maint print objfiles", "maint print
6413 statistics", "maint print type", "maint show-debug-regs", "maint
6414 space", "maint time", and "maint translate-address".
6415 (Connecting): Document the "monitor" command.
6416 (Annotations Overview): Describe the "set annotate" command.
6417
64182005-04-01 Eli Zaretskii <eliz@gnu.org>
6419
6420 * gdb.texinfo (Set Watchpoints): Document can-use-hw-watchpoints.
6421 Rearrange index entries and improve wording about support for
6422 hardware watchpoints.
6423
64242005-03-10 Bob Rossi <bob@brasko.net>
6425
6426 * gdb.texinfo: Update copyright
6427
64282005-02-09 Theodore A. Roth <troth@openavr.org>
6429
6430 * gdb.texinfo (General Query Packets): Fix texinfo compile warning and
6431 error.
6432
64332005-02-03 Kevin Buettner <kevinb@redhat.com>
6434
6435 * gdb.texinfo (General Query Packets): Document qGetTLSAddr packet.
6436
64372005-01-17 Michael Snyder <msnyder@redhat.com>
6438
6439 * gdb.texinfo: Fix spelling, infinte -> infinite.
6440
64412005-01-08 Mark Kettenis <kettenis@gnu.org>
6442
6443 * observer.texi (GDB Observers): Document "solib_loaded".
6444
64452005-01-07 Andrew Cagney <cagney@gnu.org>
6446
6447 * configure.ac: Rename configure.in, require autoconf 2.59.
6448 * configure: Re-generate.
6449
6450 * configure.in: Replace configdirs with multiple references to
6451 AC_CONFIG_SUBDIRS.
6452 * configure: Re-generate.
6453
64542005-01-04 Andrew Cagney <cagney@gnu.org>
6455
6456 * gdbint.texinfo (Versions and Branches): Make the date (YYYYMMDD)
6457 part of the version number.
6458
64592004-12-24 Mark Kettenis <kettenis@gnu.org>
6460
6461 * gdbint.texinfo (Algorithms): Remove description of
6462 TARGET_DISABLE_HW_WATCHPOINTS and TARGET_ENABLE_HW_WATCHPOINTS.
6463
64642004-12-07 Jim Blandy <jimb@redhat.com>
6465
6466 * gdb.texinfo (General Query Packets): Specify that thread ID's in
6467 the 'qC' and 'qThreadInfo' packets are unsigned hexidecimal
6468 numbers.
6469
64702004-12-07 Andreas Schwab <schwab@suse.de>
6471
6472 * gdb.texinfo (Mode Options): Document -l option.
6473
64742004-12-04 Eli Zaretskii <eliz@gnu.org>
6475
6476 * gdbint.texinfo (Algorithms): More accurate description of
6477 STOPPED_BY_WATCHPOINT. Point out that target_stopped_data_address
6478 is not needed unless data-read and data-access watchpoints are
6479 supported. Add a description of how GDB checks whether the
6480 inferior stopped because a watchpoint was hit.
6481
64822004-11-23 Eli Zaretskii <eliz@gnu.org>
6483
6484 * gdb.texinfo (Files): Add cross-reference to description of
6485 -readnow command-line switch.
6486
64872004-11-10 Randolph Chung <tausq@debian.org>
6488
6489 * gdb.texinfo: Document set/show backtrace past-entry commands.
6490 Rearrange index entries for set/show backtrace past-main.
6491
64922004-11-10 Jon Beniston <jon@beniston.com>
6493
6494 Committed by Andrew Cagney <cagney@gnu.org>.
6495 * gdb.texinfo (Remote Serial Protocol): Further describe
6496 binary transfer escaping mechanism .
6497
64982004-11-08 Randolph Chung <tausq@debian.org>
6499
6500 * gdb.texinfo (inferior_debugging info): Document "set debug infrun"
6501 and "show debug infrun". Add index entries.
6502
65032004-10-23 Eli Zaretskii <eliz@gnu.org>
6504
6505 * gdb.texinfo (SVR4 Process Information): Document subcommands of
6506 "info proc" that are already implemented. Add index entries.
6507 (Working Directory): Add a cross-reference to "info proc" command.
6508 (Files): Add a tip for decreasing memory used for symtabs from
6509 shared libraries.
6510 (Starting): Fix whitespace; make "elaboration" stand out where it
6511 is first used, and add an index entry for the term.
6512 (Calling): Expand and elaborate text. Add "print". Add the
6513 description of problems with weak aliases.
6514 (Core File Generation): New section.
6515
65162004-10-12 Andrew Cagney <cagney@gnu.org>
6517
6518 * gdbint.texinfo (Versions and Branches): New chapter.
6519 (Releasing GDB): Delete "Versions and Branches" section.
6520 (Top): Add "Versions and Branches".
6521
65222004-10-08 Eli Zaretskii <eliz@gnu.org>
6523
6524 * gdb.texinfo (Editing, History): Add cross-references to the
6525 included Readline and History user documentation. Remove
6526 references to the symbol have-readline-appendices which is unused
6527 and undefined.
6528 (History): Fix indexing.
6529
65302004-10-08 Jeff Johnston <jjohnstn@redhat.com>
6531
6532 * gdbint.texinfo (target_stopped_data_address): Update to
6533 new prototype.
6534 (i386_stopped_data_address): Update prototype and description.
6535 (i386_stopped_by_watchpoint): New function and description.
6536
65372004-10-03 Paul N. Hilfinger <hilfinger@gnat.com>
6538
6539 * gdb.texinfo (Filenames): Add Ada suffixes.
6540 (Ada) New section.
6541
65422004-09-27 Andrew Cagney <cagney@gnu.org>
6543 Robert Picco <Robert.Picco@hp.com>
6544
6545 * gdb.texinfo (Packets): Document the "p" packet.
6546
65472004-09-21 Jason Molenda (jmolenda@apple.com)
6548
6549 * gdb.texinfo (Paths and Names of the Source Files): Document the
6550 meaning of values in the 'desc' field of a SO stab.
6551
65522004-09-20 Daniel Jacobowitz <dan@debian.org>
6553
6554 * gdb.texinfo (Maintenance Commands): Document "maint set dwarf2
6555 max-cache-age" and "maint show dwarf2 max-cache-age".
6556
65572004-09-16 Eli Zaretskii <eliz@gnu.org>
6558
6559 * gdb.texinfo (Set Breaks): Add index entry for setting
6560 breakpoints on overloaded C++ functions that are not members of
6561 any classes. Add an example and an index entry for setting
6562 breakpoints on all program functions.
6563 (Character Sets, Macros, Overlay Commands)
6564 (Non-debug DLL symbols, GDB/MI Output Syntax)
6565 (Annotations Overview, Maintenance Commands, File-I/O Overview):
6566 Use "(@value{GDBP})" instead of a literal "(gdb)".
6567
65682004-09-12 Andrew Cagney <cagney@gnu.org>
6569
6570 * gdbint.texinfo (Native Debugging): Delete description of
6571 FILES_INFO_HOOK.
6572
65732004-09-11 Paul Hilfinger <hilfinger@gnat.com>
6574
6575 * gdbint.texinfo (User Interface): Change local_hex_string_custom
6576 to hex_string_custom (not historically correct, but more
6577 understandable, given the current code).
6578
65792004-09-03 Andrew Cagney <cagney@gnu.org>
6580
6581 * gdbint.texinfo (Native Debugging): Delete SVR4_SHARED_LIBS.
6582
65832004-09-01 Jeff Johnston <jjohnstn@redhat.com>
6584
6585 * observer.texi (solib_unloaded): New observer.
6586
65872004-08-24 Andrew Cagney <cagney@gnu.org>
6588
6589 * gdbint.texinfo (Target Architecture Definition): Add missing
6590 comma.
6591
65922004-08-20 Michael Chastain <mec.gnu@mindspring.com>
6593
6594 * (Using the Testsuite): build != host is supported,
6595 but some test scripts do not support build != host.
6596
65972004-08-14 Mark Kettenis <kettenis@gnu.org>
6598
6599 * gdbint.texinfo (Host Definition): Delete description of
6600 FCLOSE_PROVIDED and GETENV_PROVIDED.
6601
66022004-08-05 Mark Kettenis <kettenis@chello.nl>
6603
6604 * gdbint.texinfo (Host Definition): Delete description of
6605 NO_SYS_FILE.
6606 (Native Debugging): Delete description of KERNEL_U_ADDR_BSD and
6607 PTRACE_FP_BUG.
6608
66092004-08-05 Andrew Cagney <cagney@gnu.org>
6610
6611 * gdbint.texinfo (Target Architecture Definition): Delete
6612 reference to deprecated_read_fp.
6613
66142004-08-02 Andrew Cagney <cagney@gnu.org>
6615
6616 * gdbint.texinfo (Target Architecture Definition): Delete
6617 description of DEPRECATED_REGISTER_BYTES.
6618
66192004-07-30 Baurjan Ismagulov <ibr@ata.cs.hun.edu.tr>
6620
6621 * gdb.texinfo (Source Path): Document the new behavior of
6622 searching for the source files.
6623
66242004-07-17 Eli Zaretskii <eliz@gnu.org>
6625
6626 * gdb.texinfo (Edit): Fix markup of EDITOR and improve wording.
6627 (Search, Expressions, Arrays, Variables, Data, Machine Code)
6628 (Auto Display): Improve indexing.
6629
66302004-07-16 Andrew Cagney <cagney@gnu.org>
6631
6632 * gdb.texinfo (Mode Options): Delete documentation on "-async" and
6633 "-noasync".
6634
66352004-07-09 Eli Zaretskii <eliz@gnu.org>
6636
6637 * gdb.texinfo: Fix @kindex entries so that multiple commands that
6638 have the same prefix have only their prefix in the index.
6639
66402004-07-03 Mark Kettenis <kettenis@gnu.org>
6641
6642 * gdb.texinfo (BSD libkvm Interface): New node (section)
6643 (Native): Add it to the menu.
6644
66452004-07-01 Mark Kettenis <kettenis@gnu.org>
6646
6647 * gdbint.texinfo (Target Architecture Definition): Remove
6648 PCC_SOL_BROKEN.
6649
66502004-06-24 Mark Kettenis <kettenis@gnu.org>
6651
6652 * gdbint.texinfo (Target Architecture Definition): Remove
6653 SUN_FIXED_LBRAC_BUG.
6654
66552004-06-26 Andrew Cagney <cagney@gnu.org>
6656
6657 * gdbint.texinfo (Coding): Replace xasprintf with xstrprintf.
6658
66592004-06-20 Andrew Cagney <cagney@gnu.org>
6660
6661 * gdbint.texinfo (Target Architecture Definition): Deprecate
6662 USE_STRUCT_CONVENTION.
6663
66642004-06-19 Michael Chastain <mec.gnu@mindspring.com>
6665
6666 gdb.texinfo (Bug Reporting): Mention session recording,
6667 with the script command or Emacs.
6668
66692004-06-18 Andrew Cagney <cagney@gnu.org>
6670
6671 * gdbint.texinfo (Target Architecture Definition): Deprecate
6672 FUNCTION_START_OFFSET.
6673
66742004-06-14 Andrew Cagney <cagney@gnu.org>
6675
6676 Based on changes from Karl Berry.
6677 * gdb.texinfo: Do not use @sc in a direntry.
6678 * stabs.texinfo: Change @dircateogry to "Software development".
6679 * gdbint.texinfo, gdb.texinfo, annotate.texinfo: Ditto.
6680
66812004-06-13 Andrew Cagney <cagney@gnu.org>
6682
6683 * gdbint.texinfo (Target Architecture Definition): Delete
6684 description of RETURN_VALUE_ON_STACK.
6685
66862004-06-09 Andrew Cagney <cagney@gnu.org>
6687
6688 * gdbint.texinfo (Native Debugging): Restore "@table @code"
6689 deleted by previous patch.
6690
66912004-06-08 Andrew Cagney <cagney@gnu.org>
6692
6693 * gdbint.texinfo (Native Debugging): Delete documentation on
6694 ATTACH_DETACH.
6695
66962004-06-06 Randolph Chung <tausq@debian.org>
6697
6698 * gdb.texinfo (push_dummy_call): Use @code{struct value}.
6699
67002004-06-06 Randolph Chung <tausq@debian.org>
6701
6702 * gdb.texinfo (push_dummy_call): Update argument list to match
6703 the new push_dummy_call method signature. Describe the function
6704 argument.
6705
67062004-05-24 Joel Brobecker <brobecker@gnat.com>
6707
6708 * gdb.texinfo (Starting): Document new start command.
6709
67102004-05-21 Andrew Cagney <cagney@redhat.com>
6711
6712 * observer.texi (GDB Observers): Document "inferior_created".
6713
67142004-05-08 Andrew Cagney <cagney@redhat.com>
6715
6716 * gdbint.texinfo (Target Architecture Definition): Delete
6717 description of DO_DEFERRED_STORES.
6718
6719 * gdbint.texinfo (Target Architecture Definition): Delete
6720 references to DEPRECATED_FIX_CALL_DUMMY.
6721
6722 * gdbint.texinfo (Target Architecture Definition): Delete
6723 description of DEPRECATED_CALL_DUMMY_WORDS,
6724 DEPRECATED_SIZEOF_CALL_DUMMY_WORDS, and CALL_DUMMY.
6725
6726 * gdbint.texinfo (Target Architecture Definition): Delete
6727 description of DEPRECATED_PUSH_DUMMY_FRAME.
6728
6729 * gdbint.texinfo (Target Architecture Definition): Delete
6730 reference to DEPRECATED_CALL_DUMMY_BREAKPOINT_OFFSET.
6731
67322004-05-07 Andrew Cagney <cagney@redhat.com>
6733
6734 * observer.texi (GDB Observers): Add "Debugging" section. Include
6735 cross reference to "set/show debug observer".
6736 * gdb.texinfo (Debugging Output): Document "set/show debug
6737 observer".
6738
67392004-05-01 Andrew Cagney <cagney@redhat.com>
6740
6741 * gdbint.texinfo (Target Architecture Definition): Delete
6742 description of DEPRECATED_PC_IN_SIGTRAMP.
6743
67442004-04-30 Andrew Cagney <cagney@redhat.com>
6745
6746 * gdbint.texinfo (Target Architecture Definition): Delete
6747 documentation for BELIEVE_PCC_PROMOTION_TYPE, no longer defined.
6748
67492004-04-30 Orjan Friberg <orjanf@axis.com>
6750
6751 * observer.texi (GDB Observers): Correct spelling.
6752
67532004-04-26 Orjan Friberg <orjanf@axis.com>
6754
6755 * observer.texi (GDB Observers): Add target_changed event.
6756
67572004-04-08 Andrew Cagney <cagney@redhat.com>
6758
6759 * observer.texi (GDB Observers): Rework, provide generic observer
6760 definitions and then a list of observable events.
6761
67622004-04-04 Andrew Cagney <cagney@redhat.com>
6763
6764 * gdbint.texinfo (Host Definition): Delete reference to
6765 NO_SIGINTERRUPT.
6766
67672004-04-02 Andrew Cagney <cagney@redhat.com>
6768
6769 * gdbint.texinfo (Target Architecture Definition): Delete
6770 reference to DEPRECATED_CALL_DUMMY_LENGTH.
6771
67722004-03-28 Stephane Carrez <stcarrez@nerim.fr>
6773
6774 * gdb.texinfo (TUI Commands): Document tui reg commands.
6775
67762004-03-26 Andrew Cagney <cagney@redhat.com>
6777
6778 * gdb.texinfo (TUI): Delete reference to --enable-tui. Mention
6779 "gdbtui".
6780 (Mode Options): Mention "gdbtui". Use "Text" not "Terminal".
6781 (Contributors): Mention both Text and Terminal User Interface.
6782
67832004-03-23 Andrew Cagney <cagney@redhat.com>
6784
6785 * gdbint.texinfo (Target Architecture Definition): Deprecate
6786 references to SIGTRAMP_START and SIGTRAMP_END.
6787
67882004-03-23 Andrew Cagney <cagney@redhat.com>
6789
6790 * gdbint.texinfo (Target Architecture Definition): Deprecate
6791 references to PC_IN_SIGTRAMP.
6792
67932004-03-19 Andrew Cagney <cagney@redhat.com>
6794
6795 * gdbint.texinfo (Target Architecture Definition): Delete
6796 reference to GDB_TARGET_IS_HPPA.
6797
67982004-03-18 Andrew Cagney <cagney@redhat.com>
6799
6800 * gdbint.texinfo (Coding): Update section on gdbarch_data,
6801 describe pre_init and post_init.
6802
68032004-03-09 Daniel Jacobowitz <drow@mvista.com>
6804
6805 * gdb.texinfo (Debugging Output): Document values for "set debug
6806 target".
6807
68082004-02-28 Andrew Cagney <cagney@redhat.com>
6809
6810 * gdb.texinfo (Contributors): Mention GDB 6.1 release engineer.
6811
68122004-02-26 Jeff Johnston <jjohnstn@redhat.com>
6813
6814 * gdb.texinfo (breakpoints): Add information about the
6815 new "set breakpoint pending" and "show breakpoint pending"
6816 commands.
6817
68182004-02-26 Andrew Cagney <cagney@redhat.com>
6819
6820 * gdbint.texinfo (Coding): Document use of gdbarch_obstack_zalloc
6821 in Per-architecture module data section.
6822
68232004-02-25 Roland McGrath <roland@redhat.com>
6824
6825 * gdb.texinfo (General Query Packets): Document qPart:... packets.
6826
68272004-02-24 Andrew Cagney <cagney@redhat.com>
6828
6829 * annotate.texinfo: Wrap fdl.texi include in raise/lower sections.
6830 * gdb.texinfo, gdbint.texinfo, stabs.texinfo: Ditto.
6831 * fdl.texi: Import Version 1.2, November 2002.
6832
68332004-02-17 Andrew Cagney <cagney@redhat.com>
6834
6835 * gdb.texinfo (Mode Options): Note that "mi1" is deprecated.
6836
68372004-02-16 Andrew Cagney <cagney@redhat.com>
6838
6839 * gdbint.texinfo (Target Architecture Definition): Deprecate
6840 FRAMELESS_FUNCTION_INVOCATION.
6841
68422004-02-16 Andrew Cagney <cagney@redhat.com>
6843
6844 * gdbint.texinfo (Coding): Mention -Wunused-function.
6845
68462004-02-14 Andrew Cagney <cagney@redhat.com>
6847
6848 * gdbint.texinfo (Target Architecture Definition): Delete
6849 description of DEPRECATED_CALL_DUMMY_STACK_ADJUST.
6850
68512004-02-12 Elena Zannoni <ezannoni@redhat.com>
6852
6853 * gdb.texinfo: Properly quote the name "C++".
6854 * gdbint.texinfo: Ditto.
6855 * stabs.texinfo: Ditto.
6856
68572004-02-11 Elena Zannoni <ezannoni@redhat.com>
6858
6859 * gdbint.texinfo (Support Libraries): Add doco about obstacks and
6860 minimal information about libiberty.
6861
68622004-02-06 Michael Chastain <mec.gnu@mindspring.com>
6863
6864 * gdb.texinfo (Auxiliary Vector): Fix thinko with @value{GDBN}.
6865
68662004-02-04 Roland McGrath <roland@redhat.com>
6867
6868 * gdb.texinfo (Auxiliary Vector): New node (section).
6869 (Data): Add it to the menu.
6870
68712004-02-02 Jeff Johnston <jjohnstn@redhat.com>
6872
6873 * gdb.texinfo (Breakpoints): Add information about pending
6874 breakpoint support.
6875
68762004-01-26 Andrew Cagney <cagney@redhat.com>
6877
6878 * gdb.texinfo (Overview): Delete references to the cisco protocol
6879 including the "N" response.
6880
68812004-01-26 Andrew Cagney <cagney@redhat.com>
6882
6883 * gdbint.texinfo (Target Architecture Definition): Rename
6884 EXTRACT_STRUCT_VALUE_ADDRESS to
6885 DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS.
6886
68872004-01-24 Eli Zaretskii <eliz@gnu.org>
6888
6889 * gdb.texinfo (KOD): Document "show os". Add index entries for
6890 "set/show os" and "info cisco" commands.
6891
68922004-01-21 Eli Zaretskii <eliz@gnu.org>
6893
6894 * Makefile.in (install-info): Prepend $(DESTDIR) to $(infodir).
6895
68962004-01-19 Michael Chastain <mec.gnu@mindspring.com>
6897
6898 * gdbint.texinfo: Delete USE_MMALLOC, NO_MMCHECK, MMCHECK_FORCE,
6899 MMAP_BASE_ADDRESS, MMAP_INCREMENT.
6900
69012004-01-19 Nick Roberts <nick@nick.uklinux.net>
6902
6903 * gdb.texinfo (GDB/MI Stack Manipulation): Describe extension to
6904 -stack-list-locals.
6905 (GDB/MI Variable Objects): Describe extension to
6906 -var-list-children.
6907
69082004-01-17 Daniel Jacobowitz <drow@mvista.com>
6909
6910 * gdbint.texinfo (DECR_PC_AFTER_HW_BREAK): Don't document.
6911
69122004-01-17 Andrew Cagney <cagney@redhat.com>
6913
6914 * gdbint.texinfo (Target Architecture Definition): Delete
6915 documentation on DEPRECATED_NPC_REGNUM.
6916
69172004-01-13 Daniel Jacobowitz <drow@mvista.com>
6918
6919 * gdb.texinfo: Update copyright year. Mention that set
6920 follow-fork-mode is supported on GNU/Linux. Remove documentation of
6921 "set follow-fork-mode ask".
6922
69232004-01-13 Andrew Cagney <cagney@redhat.com>
6924
6925 * gdbint.texinfo: Update copyright year.
6926 (Coding): Add -Wunused-label to list of -Werror warnings.
6927
69282004-01-08 Jason Molenda <jmolenda@apple.com>
6929 Eli Zaretskii <eliz@gnu.org>
6930
6931 * gdb.texinfo: Update copyright.
6932 (Objective-C): "methodName" typeo fixed. Add @code/@var markup
6933 around names, as appropriate. Minor syntax cleanup of
6934 _NSPrintForDebugger explanation. Two spaces after periods.
6935 GDBN used instead of lit. "gdb". Index entries added for
6936 print-object and _NSPrintForDebugger. @noindent added in one spot.
6937
69382003-11-11 Elena Zannoni <ezannoni@redhat.com>
6939
6940 * stabs.texinfo: Add dircategory and direntry commands.
6941 * annotate.texinfo: Ditto.
6942
69432003-11-10 Andrew Cagney <cagney@redhat.com>
6944
6945 * gdbint.texinfo (Target Architecture Definition): Replace the
6946 return_value method's "inval" and "outval" parameters with
6947 "readbuf" and "writebuf".
6948
69492003-10-28 Jim Blandy <jimb@redhat.com>
6950
6951 * gdb.texinfo (The F request packet, The F reply packet): Renamed
6952 from "The `F' request packet" and "The `F' reply packet", to make
6953 texi2dvi happy.
6954 (File-I/O remote protocol extension): Update menu entries, too.
6955
69562003-10-26 Michael Chastain <mec@shout.net>
6957
6958 * gdb.texinfo (Thread Stops): Document the issue with
6959 premature return from system calls in multi-threaded programs.
6960
69612003-10-24 Andrew Cagney <cagney@redhat.com>
6962
6963 * annotate.texinfo: Fix "fortunatly"[sic].
6964
69652003-10-23 Kei Sakamoto <sakamoto.kei@renesas.com>
6966
6967 * gdb.texinfo (Contributors to GDB): Replace "Renesas"
6968 with "Hitachi" and "Mitsubishi".
6969
69702003-10-20 Andrew Cagney <cagney@redhat.com>
6971
6972 * gdbint.texinfo (Target Architecture Definition): Document
6973 gdbarch_return_value. Add cross references from
6974 USE_STRUCT_CONVENTION, EXTRACT_RETURN_VALUE, and
6975 STORE_RETURN_VALUE, and from/to EXTRACT_STRUCT_VALUE_ADDRESS.
6976
69772003-10-18 Mark Kettenis <kettenis@gnu.org>
6978
6979 * gdbint.texinfo (Target Architecture Definition): Document
6980 regset_from_core_section.
6981
69822003-10-16 Kei Sakamot Sakamoto <sakamoto.kei@renesas.com>
6983
6984 * gdb.texinfo (M32R/D): Mention m32rsdi target.
6985
69862003-10-15 Kevin Buettner <kevinb@redhat.com>
6987
6988 From Anthony Green <green@redhat.com>:
6989 * gdb.texinfo (Breakpoints related warnings): Insert into menu.
6990
69912003-10-14 Kevin Buettner <kevinb@redhat.com>
6992
6993 * gdb.texinfo (Breakpoint related warnings): New node.
6994 * gdbint.texinfo (ADJUST_BREAKPOINT_ADDRESS): Document.
6995
69962003-10-13 Daniel Jacobowitz <drow@mvista.com>
6997
6998 * gdb.texinfo (Remote Protocol): Document v and vCont.
6999
70002003-10-10 Kei Sakamoto <sakamoto.kei@renesas.com>
7001
7002 * gdb.texinfo: Replace "Hitachi" and "Mitsubishi" with "Renesas".
7003 * gdbint.texinfo: Ditto.
7004
70052003-10-09 Andrew Cagney <cagney@redhat.com>
7006
7007 From 2003-09-18 David Anderson <davea@sgi.com>:
7008 * gdb.texinfo (GDB/MI Symbol Query): Replace "comamnd" with
7009 "command".
7010
70112003-10-03 Andrew Cagney <cagney@redhat.com>
7012
7013 * gdbint.texinfo (Target Architecture Definition): Deprecate
7014 IBM6000_TARGET. Mention that it implies an RS/6000 system and not
7015 just target.
7016
70172003-10-02 Andrew Cagney <cagney@redhat.com>
7018
7019 * gdbint.texinfo (Target Architecture Definition): Rename
7020 REGISTER_RAW_SIZE to DEPRECATED_REGISTER_RAW_SIZE.
7021 * gdb.texinfo (Packets, Stop Reply Packets): Ditto.
7022 * gdbint.texinfo (Target Architecture Definition): Rename
7023
70242003-09-30 Andrew Cagney <cagney@redhat.com>
7025
7026 REGISTER_VIRTUAL_SIZE to DEPRECATED_REGISTER_VIRTUAL_SIZE.
7027 (Target Architecture Definition):
7028
7029 * gdbint.texinfo (Target Architecture Definition): Rename
7030 REGISTER_VIRTUAL_TYPE to DEPRECATED_REGISTER_VIRTUAL_TYPE.
7031
70322003-09-29 Andrew Cagney <cagney@redhat.com>
7033
7034 * gdbint.texinfo (Target Architecture Definition): Delete
7035 documentation for NEED_TEXT_START_END.
7036
7037 * gdbint.texinfo (Target Architecture Definition): Rename
7038 NPC_REGNUM to DEPRECATED_NPC_REGNUM. Add cross reference to
7039 TARGET_WRITE_PC.
7040
70412003-09-22 Michael Chastain <mec@shout.net>
7042
7043 * gdbint.texinfo (Testsuite Organization): Change gdb.c++ to gdb.cp.
7044
70452003-09-21 Anthony Green <green@redhat.com>
7046
7047 * gdbint.texinfo (Target Architecture Definition): Fix typos.
7048
70492003-09-21 Mark Kettenis <kettenis@gnu.org>
7050
7051 * gdbint.texinfo (Target Architecture Definition): Document
7052 stabs_argument_has_addr.
7053
70542003-09-18 Andrew Cagney <cagney@redhat.com>
7055
7056 * gdbint.texinfo (Target Architecture Definition): Delete
7057 documentation on REGISTER_NAMES.
7058
70592003-09-13 Mark Kettenis <kettenis@gnu.org>
7060
7061 * gdbint.texinfo (Target Architecture Definition): Replace
7062 REG_STRUCT_HAS_ADDR with DEPRECATED_REG_STRUCT_HAS_ADDR.
7063
70642003-09-11 Andrew Cagney <cagney@redhat.com>
7065
7066 * gdbint.texinfo (Target Architecture Definition): Replace
7067 STACK_ALIGN with DEPRECATED_STACK_ALIGN.
7068
70692003-08-18 Andrew Cagney <cagney@redhat.com>
7070
7071 * gdbint.texinfo (Target Architecture Definition): Document
7072 "frame_red_zone_size".
7073
70742003-08-09 Andrew Cagney <cagney@redhat.com>
7075
7076 * gdb.texinfo (Backtrace): Replace "set/show backtrace-below-main"
7077 with "set/show backtrace past-main" and "set/show backtrace
7078 limit".
7079
70802003-08-08 H.J. Lu <hongjiu.lu@intel.com>
7081
7082 * Makefile.in (install-info): Support DESTDIR.
7083 (install-html): Likewise.
7084
70852003-08-07 Andrew Cagney <cagney@redhat.com>
7086
7087 Patch from Nick Roberts.
7088 * gdb.texinfo (Using GDB under GNU Emacs): Fix/update key
7089 bindings. Remove description of send-gdb-command.
7090
70912003-08-07 Andrew Cagney <cagney@redhat.com>
7092
7093 * gdb.texinfo (Mode Options): Mention that "mi2" was included in
7094 GDB 6.0.
7095
70962003-08-06 Andrew Cagney <cagney@redhat.com>
7097
7098 * gdb.texinfo (Mode Options): Mention that level three is the
7099 highest available and that level 2 is deprecated.
7100 (Annotations Overview): Mention annotation levels. Cross reference
7101 to "Limitations of the Annotation Interface" in annotate.texi.
7102 (TODO, Value Annotations, Frame Annotations): Delete section.
7103 (Displays, Breakpoint Info): Delete.
7104
71052003-08-04 Andrew Cagney <cagney@redhat.com>
7106
7107 * agentexpr.texi: Delete @bye.
7108 * Makefile.in (STABS_DOC_SOURCE_INCLUDES): Add "fdl.texi"
7109 (stabs.info): Add $(srcdir) to include search path.
7110 (html): Depend on "annotate_toc.html", and not "annotate.html".
7111 * stabs.texinfo: Ditto. Include "fdl.texi".
7112 * gdbint.texinfo: Update copyright statement's list of invariant
7113 sections.
7114
71152003-07-28 Andrew Cagney <cagney@redhat.com>
7116
7117 * Makefile.in (INFO_DEPS): Add annotate.info.
7118 (dvi, ps, html, pdf): Add annotate.
7119 (ANNOTATE_DOC_SOURCE_INCLUDES): New macro.
7120 (ANNOTATE_DOC_BUILD_INCLUDES): New macro.
7121 (ANNOTATE_DOC_FILES): New macro.
7122 (ANNOTATE_TEX_TMPS): New macro.
7123 (annotate.info, annotate_toc.html): Specify dependencies.
7124 (annotate.ps, annotate.pdf, annotate.dvi): Ditto.
7125 * annotate.texinfo: Rename annotate.texi. Get building. Add
7126 "Migrating to GDB/MI" and "Limitations of the Annotation
7127 Interface" chapters. Mention why it is not part of the user
7128 guide. Update copyright notice. Include "fdl.texi".
7129
71302003-07-26 Stephane Carrez <stcarrez@nerim.fr>
7131
7132 * gdb.texinfo (TUI Keys): Document C-x o key to switch active window.
7133
71342003-07-24 Daniel Jacobowitz <drow@mvista.com>
7135
7136 * gdbint.texinfo (libgdb components): Correct a GDB to GDBN.
7137
71382003-07-24 Daniel Jacobowitz <drow@mvista.com>
7139
7140 * gdb.texinfo (Server): Mention pidof.
7141
71422003-07-22 Andrew Cagney <cagney@redhat.com>
7143
7144 * gdbint.texinfo (Coding): Add -Wformat-nonliteral to -Werror
7145 list.
7146
71472003-06-28 Daniel Jacobowitz <drow@mvista.com>
7148
7149 * gdb.texinfo (Logging output): New chapter.
7150
71512003-06-24 Joel Brobecker <brobecker@gnat.com>
7152
7153 * gdb.texinfo (Unsupported languages): New section.
7154 (Languages): Add link to new section.
7155
71562003-06-22 Andrew Cagney <cagney@redhat.com>
7157
7158 * gdb.texinfo (Contributors): Mention 6.0 release engineer.
7159
71602003-06-22 Daniel Jacobowitz <drow@mvista.com>
7161
7162 * gdbint.texinfo (Coding): Clarify use of gdb_XXX.h headers.
7163
71642003-06-22 Daniel Jacobowitz <drow@mvista.com>
7165
7166 * Makefile.in (SFILES_INCLUDED): Add agentexpr.texi.
7167 * agentexpr.texi: Retitle section, and change it to an appendix.
7168 Comment out texinfo initialization. Factor a @var{} into two
7169 pieces to prevent makeinfo warnings.
7170 * gdb.texinfo: Add Agent Expressions appendix.
7171
71722003-06-19 Daniel Jacobowitz <drow@mvista.com>
7173
7174 * gdbint.texinfo (Native Conditionals): Remove PREPARE_TO_PROCEED.
7175
71762003-06-18 Daniel Jacobowitz <drow@mvista.com>
7177
7178 * gdb.texinfo (Remote Debugging): New section "Connecting to a
7179 remote target". Document the "detach" and "disconnect" commands.
7180 (Server, Netware, Debug Session): Reference "Connecting to a
7181 remote target".
7182 (GDB/MI Target Manipulation): Document "-target-disconnect".
7183
71842003-06-13 Andrew Cagney <cagney@redhat.com>
7185
7186 * gdbint.texinfo (Target Architecture Definition): Deprecate
7187 REMOTE_BREAKPOINT, LITTLE_REMOTE_BREAKPOINT, and
7188 BIG_REMOTE_BREAKPOINT. Cross reference BREAKPOINT_FROM_PC.
7189
71902003-06-09 Jim Blandy <jimb@redhat.com>
7191
7192 * gdb.texinfo (Separate Debug Files): Remove extra semicolon.
7193
71942003-06-08 Andrew Cagney <cagney@redhat.com>
7195
7196 * gdbint.texinfo (Target Architecture Definition): Delete
7197 documentation on FRAME_ARGS_ADDRESS_CORRECT.
7198
71992003-06-08 Andrew Cagney <cagney@redhat.com>
7200
7201 * gdbint.texinfo (Target Architecture Definition): Document
7202 "unwind_sp". Cross reference "unwind_sp" and TARGET_READ_SP.
7203
72042003-06-07 Adam Fedor <fedor@gnu.org>
7205
7206 * gdb.texinfo: Add Objective-C documentation.
7207
72082003-06-01 Andrew Cagney <cagney@redhat.com>
7209
7210 * gdbint.texinfo (Target Architecture Definition): Add "func_addr"
7211 parameter to "push_dummy_call". Rename "dummy_addr" to "bp_addr".
7212
72132003-05-21 Andrew Cagney <cagney@redhat.com>
7214
7215 * gdbint.texinfo (Target Architecture Definition): Delete
7216 references to "extract_address" and "store_address".
7217
72182003-05-16 Andrew Cagney <cagney@redhat.com>
7219
7220 * gdbint.texinfo (Target Architecture Definition): Replace
7221 REGISTER_BYTES with DEPRECATED_REGISTER_BYTES. Fix typo,
7222 DEPRECATED_REGISTER_SIZE instead of REGISTER_BYTE.
7223
72242003-05-14 Theodore A. Roth <troth@openavr.org>
7225
7226 * gdbint.texinfo (Breakpoint Handling): Correct a double negative.
7227
72282003-05-10 H.J. Lu <hongjiu.lu@intel.com>
7229
7230 * Makefile.in (gdb-cfg.texi): Replace $$LN_S with $(LN_S).
7231 (gdb.dvi): Likewise.
7232 (gdb.pdf): Likewise.
7233 (links2roff): Likewise.
7234
72352003-05-08 Jim Blandy <jimb@redhat.com>
7236
7237 * gdb.texinfo (Dump/Restore Files): Update documentation for
7238 'dump', 'append', and 'restore': note that format argument is
7239 optional; simplify presentation of the command variants; and be
7240 more precise about the formats.
7241
72422003-05-07 Jim Blandy <jimb@redhat.com>
7243
7244 * gdb.texinfo (Symbols): Update documentation: 'maint list
7245 symtabs' and 'maint list psymtabs' have been renamed 'maint info
7246 symtabs' and 'maint info psymtabs'.
7247
72482003-05-05 Andrew Cagney <cagney@redhat.com>
7249
7250 * gdbint.texinfo (Target Architecture Definition): Make
7251 CALL_DUMMY_WORDS, SIZEOF_CALL_DUMMY_WORDS, CALL_DUMMY_LENGTH,
7252 FIX_CALL_DUMMY, CALL_DUMMY_BREAKPOINT_OFFSET and
7253 CALL_DUMMY_BREAKPOINT_OFFSET deprecated.
7254
72552003-05-04 Andrew Cagney <cagney@redhat.com>
7256
7257 * gdb.texinfo (Maintenance Commands): Document "maint print
7258 dummy-frames".
7259
72602003-05-04 Andrew Cagney <cagney@redhat.com>
7261
7262 * gdb.texinfo (GDB/MI Symbol Query): Use @{ and @}.
7263
72642003-05-03 J. Brobecker <brobecker@gnat.com>
7265
7266 Thierry Schneider <tpschneider1@yahoo.com>
7267 * gdb.texinfo (section GDB/MI Symbol Query): Add documentation
7268 for new MI command.
7269
72702003-05-03 Andrew Cagney <cagney@redhat.com>
7271
7272 * gdbint.texinfo (Target Architecture Definition): Document
7273 push_dummy_code. Add cross references.
7274
72752003-05-02 Elena Zannoni <ezannoni@redhat.com>
7276
7277 * gdb.texinfo (Character Sets): Update to reflect new behavior of
7278 set/show charsets commands.
7279
72802003-04-28 Andrew Cagney <cagney@redhat.com>
7281
7282 * gdbint.texinfo (Target Architecture Definition): Replace
7283 read_fp, TARGET_READ_FP and FP_REGNUM, with deprecated_read_fp,
7284 DEPRECATED_TARGET_READ_FP and DEPRECATED_REGNUM.
7285
72862003-04-28 Andrew Cagney <cagney@redhat.com>
7287
7288 * gdbint.texinfo (Target Architecture Definition): Rename
7289 "tm_print_insn" to "deprecated_tm_print_insn".
7290
72912003-04-09 Jim Blandy <jimb@redhat.com>
7292
7293 * gdb.texinfo (Symbols): Document 'maint list symtabs' and 'maint
7294 list psymtabs'.
7295
72962003-04-08 Andrew Cagney <cagney@redhat.com>
7297
7298 * gdbint.texinfo (Target Architecture Definition): Delete
7299 references to EXTRA_FRAME_INFO.
7300
73012003-04-08 Andrew Cagney <cagney@redhat.com>
7302
7303 * gdbint.texinfo (Target Architecture Definition): Delete
7304 PRINT_TYPELESS_INTEGER.
7305
73062003-04-02 J. Brobecker <brobecker@gnat.com>
7307
7308 * observer.texi (GDB Observers): Adjust the documentation for the
7309 normal_stop notification to better describe reality. Fix a couple
7310 of minor typos.
7311
73122003-04-02 Bob Rossi <bob_rossi@cox.net>
7313
7314 * gdb.texinfo (GDB/MI Program Control): Add
7315 '-file-list-exec-source-file'
7316
73172003-03-31 Andrew Cagney <cagney@redhat.com>
7318
7319 * gdbint.texinfo (Target Architecture Definition): Delete
7320 references to CALL_DUMMY_P.
7321
73222003-03-30 Andrew Cagney <cagney@redhat.com>
7323
7324 * gdbint.texinfo (Target Architecture Definition): Remove
7325 reference to TARGET_WRITE_SP.
7326
73272003-03-27 Andrew Cagney <cagney@redhat.com>
7328
7329 * gdbint.texinfo (Target Architecture Definition): Remove
7330 references to write_sp.
7331
73322003-03-27 Andrew Cagney <cagney@redhat.com>
7333
7334 * gdb.texinfo (GDB/MI Variable Objects): Replace @include with
7335 chapter body. Use @smallexample instead of @example.
7336 (Annotations): Ditto.
7337 * Makefile.in (GDB_DOC_SOURCE_INCLUDES): Remove gdbmi.texinfo and
7338 annotate.texi.
7339
73402003-03-26 Andrew Cagney <cagney@redhat.com>
7341
7342 * gdbint.texinfo (Target Architecture Definition): Replace
7343 PUSH_ARGUMENTS with push_dummy_call, add gdbarch, regcache and
7344 dummy_addr parameters.
7345
73462003-03-25 Andrew Cagney <cagney@redhat.com>
7347
7348 * gdbint.texinfo (Target Architecture Definition): Delete
7349 reference to CALL_DUMMY_STACK_ADJUST_P. Rename
7350 CALL_DUMMY_STACK_ADJUST to DEPRECATED_CALL_DUMMY_STACK_ADJUST.
7351 Add reference to PUSH_ARGUMENTS.
7352
73532003-03-23 Andrew Cagney <cagney@redhat.com>
7354
7355 * gdbint.texinfo (Algorithms, Target Architecture Definition):
7356 Deprecate FRAME_CHAIN and FRAME_CHAIN_VALID.
7357
73582003-03-18 J. Brobecker <brobecker@gnat.com>
7359
7360 * gdbint.texinfo (Algorithms): Add new section describing the
7361 Observer paradigm.
7362 (Top): Add menu entry to new observer appendix.
7363 * observer.texi: New file.
7364 * Makefile.in (GDBINT_DOC_SOURCE_INCLUDES): Add dependency on
7365 new observer.texi file.
7366
73672003-03-17 Andrew Cagney <cagney@redhat.com>
7368
7369 * gdb.texinfo (DATE): Delete. Remove date from titles. Mention
7370 that GNU Press update the manual version number.
7371
73722003-03-12 Andrew Cagney <cagney@redhat.com>
7373
7374 * gdbint.texinfo (Target Architecture Definition): Delete
7375 references to get_saved_register. Rename GET_SAVED_REGISTER to
7376 DEPRECATED_GET_SAVED_REGISTER.
7377
73782003-03-13 Andrew Cagney <cagney@redhat.com>
7379
7380 * gdbint.texinfo (Target Architecture Definition): Replace
7381 POP_FRAME with DEPRECATED_POP_FRAME. Update description.
7382
73832003-03-12 Andrew Cagney <cagney@redhat.com>
7384
7385 * gdbint.texinfo (Target Architecture Definition): Rename
7386 FRAME_SAVED_PC to DEPRECATED_FRAME_SAVED_PC.
7387
73882003-03-10 Corinna Vinschen <vinschen@redhat.com>
7389
7390 * gdb.texinfo: Add File-I/O documentation.
7391
73922003-03-10 Andrew Cagney <cagney@redhat.com>
7393
7394 * gdbint.texinfo (Target Architecture Definition): Cross reference
7395 FRAME_SAVED_PC to unwind_pc. Document unwind_pc.
7396
73972003-03-07 Andrew Cagney <cagney@redhat.com>
7398
7399 * gdb.texinfo (Debugging Output): Mention the "set/show debug
7400 frame" command.
7401
74022003-03-05 Andrew Cagney <cagney@redhat.com>
7403
7404 * gdbint.texinfo (Target Architecture Definition): Document
7405 unwind_dummy_id. Cross reference unwind_dummy_id and
7406 SAVE_DUMMY_FRAME_TOS.
7407
74082003-03-05 James Ingham <jingham@apple.com>
7409 Daniel Jacobowitz <drow@mvista.com>
7410
7411 * gdb.texinfo (Configuring the current ABI): Document "set cp-abi"
7412 and "show cp-abi".
7413
74142003-03-03 Andrew Cagney <cagney@redhat.com>
7415
7416 * gdbint.texinfo (Target Architecture Definition): Document
7417 register_type.
7418
74192003-03-03 Andrew Cagney <cagney@redhat.com>
7420
7421 * stabs.texinfo (Structures): Use @samp and separate @var's
7422 instead of a single @var containing a comma separated list.
7423 (Unions): Ditto.
7424
74252003-03-02 Daniel Jacobowitz <drow@mvista.com>
7426
7427 * Makefile.in (distclean): Remove config.log.
7428
74292003-03-01 Andrew Cagney <cagney@redhat.com>
7430
7431 * gdbint.texinfo (Target Architecture Definition): Rename
7432 FRAME_INIT_SAVED_REGS to DEPRECATED_FRAME_INIT_SAVED_REGS.
7433
74342003-03-01 Andrew Cagney <cagney@redhat.com>
7435
7436 * gdbint.texinfo: Rename INIT_EXTRA_FRAME_INFO to
7437 DEPRECATED_INIT_EXTRA_FRAME_INFO.
7438
74392003-02-23 Raoul Gough <RaoulGough@yahoo.co.uk>
7440
7441 * gdb.texinfo (Cygwin Native): Links to Non-debug DLL symbols.
7442 (Non-debug DLL symbols): New node, describing the minimal symbols
7443 loaded from DLLs without real debugging symbols.
7444
74452003-02-20 Andrew Cagney <ac131313@redhat.com>
7446
7447 * gdb.texinfo (Set Breaks): Add cross reference to "set remote
7448 hardware-breakpoint-limit".
7449 (Set Watchpoints): Add cross reference to "set remote
7450 hardware-watchpoint-limit".
7451 (Remote configuration options): New section.
7452
74532003-02-04 Andrew Cagney <ac131313@redhat.com>
7454
7455 * gdbint.texinfo (Target Architecture Definition): Delete
7456 descrption of IS_TRAPPED_INTERNALVAR.
7457
7458 From Keith Seitz <keiths@redhat.com>:
7459 * gdb.texinfo (Interpreters): New chapter. Refer the command-line
7460 option "-i"/"--interpreter" to this chapter. Include index
7461 entries.
7462
74632003-02-04 David Carlton <carlton@math.stanford.edu>
7464
7465 * gdb.texinfo (C@t{++}): Recommend DWARF 2, then stabs+.
7466 (Variables): Recommend stabs+ and DWARF 2.
7467 (C plus plus expressions): Correct info about
7468 compiler versions, debug formats.
7469 (Contributors): Change 'DWARF2' to 'DWARF 2'.
7470 PR symtab/874.
7471
74722003-02-01 Andrew Cagney <ac131313@redhat.com>
7473
7474 * gdbint.texinfo (Target Architecture Definition): Delete
7475 description of ADDITIONAL_OPTIONS, ADDITIONAL_OPTION_CASES,
7476 ADDITIONAL_OPTION_HANDLER, and ADDITIONAL_OPTION_HELP, and
7477 BEFORE_MAIN_LOOP_HOOK, and DBX_PARM_SYMBOL_CLASS along with
7478 references to nindy and i960.
7479 * gdb.texinfo (i960): Delete all references to i960 and nindy.
7480
74812003-02-01 Andrew Cagney <ac131313@redhat.com>
7482
7483 * gdbint.texinfo (Target Architecture Definition): Delete
7484 FLOAT_INFO.
7485
74862003-01-30 Andrew Cagney <ac131313@redhat.com>
7487
7488 * stabs.texinfo (Member Type Descriptor): Clarify description of
7489 `@'. Suggested by Ben Hutchings.
7490
74912003-01-29 Andrew Cagney <ac131313@redhat.com>
7492
7493 * gdb.texinfo (M68K): Delete reference to es1800.
7494
74952003-01-29 Andrew Cagney <ac131313@redhat.com>
7496
7497 * gdb.texinfo (Maintenance Commands): Document `maint print
7498 reggroups' and `maint print register-groups'.
7499 * gdbint.texinfo (Target Architecture Definition): Document
7500 register_reggroup_p.
7501
75022003-01-23 Jim Blandy <jimb@redhat.com>
7503
7504 * gdb.texinfo (Separate Debug Files): New section.
7505
75062003-01-22 Daniel Jacobowitz <drow@mvista.com>
7507
7508 * gdb.texinfo (Maintenance Commands): Add "maint set profile"
7509 and "maint show profile".
7510
75112003-01-16 Michael Chastain <mec@shout.net>
7512
7513 * gdb.texinfo (Installing GDB): Warn against
7514 ".../gdb-VERSION/gdb/configure".
7515 (Separate Objdir): Likewise.
7516
75172003-01-15 Andrew Cagney <ac131313@redhat.com>
7518
7519 * gdbint.texinfo (Target Architecture Definition): Delete
7520 definition of PRINT_REGISTER_HOOK.
7521
75222003-01-15 Elena Zannoni <ezannoni@redhat.com>
7523
7524 (OpenRISC 1000): Fix formatting of command names.
7525
75262003-01-15 Elena Zannoni <ezannoni@redhat.com>
7527
7528 * gdb.texinfo (Continuing and Stepping): Add new command
7529 'advance'. Clarify behavior of 'until'.
7530
75312003-01-13 Daniel Jacobowitz <drow@mvista.com>
7532
7533 * gdb.texinfo (Files): Document solib-absolute-prefix and
7534 solib-search-path.
7535
75362003-01-09 Michael Chastain <mec@shout.net>
7537
7538 * gdbint.texinfo (Configuring @value{GDBN} for Release): Delete.
7539 (Create a Release): Add new instructions for new @file{src-release}.
7540 Document existing instructions for @file{Makefile.in} as
7541 being for @value{GDBN} 5.3.1 or earlier.
7542
75432003-01-09 Andrew Cagney <ac131313@redhat.com>
7544
7545 * gdbint.texinfo (Target Architecture Definition): Mention
7546 frame_saved_regs_zalloc and frame_extra_info_zalloc as the way to
7547 allocate memory.
7548
75492003-01-04 Daniel Jacobowitz <drow@mvista.com>
7550
7551 * gdb.texinfo (Controlling GDB): Add @kindex for
7552 "show osabi".
7553 (Backtraces): Add @kindex's for backtrace-below-main.
7554
75552003-01-04 Daniel Jacobowitz <drow@mvista.com>
7556
7557 * gdb.texinfo (Controlling GDB): Document "set osabi".
7558
75592003-01-04 Daniel Jacobowitz <drow@mvista.com>
7560
7561 * gdb.texinfo (Backtraces): Document "set backtrace-below-main".
7562 * gdbint.texinfo (FRAME_CHAIN_VALID): Update documentation.
7563
75642003-01-04 Daniel Jacobowitz <drow@mvista.com>
7565
7566 * gdb.texinfo (Controlling GDB): Add ABI section. Document
7567 "set coerce-float-to-double".
7568 * gdbint.texinfo (COERCE_FLOAT_TO_DOUBLE): Remove documentation.
7569
75702003-01-02 Andrew Cagney <ac131313@redhat.com>
7571
7572 * stabs.texinfo: Remove obsolete text.
7573 * gdbint.texinfo: Ditto.
7574 * gdb.texinfo: Ditto.
7575
75762002-12-22 Mark Kettenis <kettenis@gnu.org>
7577
7578 * gdbint.texinfo (Target Architecture Definition): Update
7579 description of gdbarch_register_osabi.
7580
75812002-12-20 Kazu Hirata <kazu@cs.umass.edu>
7582
7583 * agentexpr.texi: Fix typos.
7584 * annotate.texi: Likewise.
7585 * fdl.texi: Likewise.
7586
75872002-12-10 Andrew Cagney <cagney@redhat.com>
7588
7589 * gdbint.texinfo (Algorithms): Replace INIT_FRAME_PC with
7590 DEPRECATED_INIT_FRAME_PC.
7591
75922002-12-01 Andrew Cagney <ac131313@redhat.com>
7593
7594 * gdbint.texinfo (Target Architecture Definition): Delete
7595 PC_IN_CALL_DUMMY.
7596
75972002-11-28 Andrew Cagney <ac131313@redhat.com>
7598
7599 * gdbint.texinfo (Host Definition): Delete documentation on
7600 USE_GENERIC_DUMMY_FRAMES.
7601
76022002-11-26 Elena Zannoni <ezannoni@redhat.com>
7603
7604 Fix PR gdb/723 and PR gdb/245.
7605 * Makefile.in (install-info): Run the install-info command as part
7606 of the post install steps only.
7607 (uninstall-info): New target.
7608 (uninstall): New target.
7609
76102002-11-22 Elena Zannoni <ezannoni@redhat.com>
7611
7612 * Makefile.in (install): Make install do some real work.
7613
76142002-11-19 Andrew Cagney <ac131313@redhat.com>
7615
7616 Fix POSIX problem reported by Paul Eggert.
7617 * Makefile.in (GDBvn.texi): Use `sed q' instead of `head -1'.
7618 Fix PR gdb/527.
7619
76202002-10-26 Andrew Cagney <cagney@redhat.com>
7621
7622 * gdbint.texinfo (Target Architecture Definition): Delete
7623 definition of DO_REGISTERS_INFO.
7624
76252002-10-18 Kevin Buettner <kevinb@redhat.com>
7626
7627 * gdbint.texinfo (Address Classes): Fix problems with insertion
7628 of ``{'' and ``}'' in example.
7629
76302002-10-17 Kevin Buettner <kevinb@redhat.com>
7631
7632 * gdbint.texinfo (Address Classes): New section.
7633 (Target Conditionals): Document ADDRESS_CLASS_NAME_TO_TYPE_FLAGS,
7634 ADDRESS_CLASS_NAME_TO_TYPE_FLAGS_P, ADDRESS_CLASS_TYPE_FLAGS,
7635 ADDRESS_CLASS_TYPE_FLAGS_P, ADDRESS_CLASS_TYPE_FLAGS_TO_NAME, and
7636 ADDRESS_CLASS_TYPE_FLAGS_TO_NAME_P.
7637
76382002-10-11 Klee Dienes <kdienes@apple.com>
7639
7640 * gdb.texinfo (Registers): Mention vector registers as well as
7641 floating registers in the documentation for 'info registers' and
7642 'info all-registers'.
7643
76442002-10-11 Daniel Jacobowitz <drow@mvista.com>
7645
7646 * gdbint.texinfo (CPLUS_MARKER): Remove item.
7647
76482002-10-03 Jeff Johnston <jjohnstn@redhat.com>
7649
7650 * gdbint.texinfo (Item Output Functions): Add new ui_out_field_fmt_int
7651 interface definition.
7652
76532002-10-03 Marko Mlinar <markom@opencores.org>
7654
7655 * gdb.texinfo (Target Commands): Add or1k target specific
7656 commands.
7657 * gdb.texinfo (Contributors): Add myself to the contributors list.
7658
76592002-10-01 Andrew Cagney <ac131313@redhat.com>
7660
7661 * gdb.texinfo (Mode Options): Update --interpreter option. "mi2"
7662 and "mi1" instead of "mi1" and "mi0".
7663
76642002-09-29 Hans-Peter Nilsson <hp@bitrange.com>
7665
7666 * gdb.texinfo (Packets): Fix typos "alligned".
7667 Correct z3/Z3 description. Correct z4/Z4 title.
7668
76692002-09-27 Andrew Cagney <ac131313@redhat.com>
7670
7671 * all-cfg.texi: Use @sc for GDB and GCC. Update copyright.
7672
76732002-09-25 Kevin Buettner <kevinb@redhat.com>
7674
7675 * gdb.texinfo: Use GNU/Linux instead of Linux.
7676
76772002-09-25 Andrew Cagney <ac131313@redhat.com>
7678
7679 * gdb.texinfo (Packets): Replace @samp{} with ``an empty string''.
7680
76812002-09-24 Andrew Cagney <ac131313@redhat.com>
7682
7683 * gdb.texinfo: Replace @example with @smallexample.
7684
76852002-09-20 Kevin Buettner <kevinb@redhat.com>
7686
7687 From Eli Zaretskii <eliz@gnu.org>:
7688 * gdb.texinfo (Character Sets): Use @smallexample instead of
7689 @example. Use GNU/Linux instead of Linux.
7690
76912002-09-20 Jim Blandy <jimb@redhat.com>
7692
7693 * gdb.texinfo: Add character set documentation.
7694
76952002-09-19 Andrew Cagney <ac131313@redhat.com>
7696
7697 * gdb.texinfo (Packets): Revise `z' and `Z' packet documentation.
7698 (Packets): Add cross reference from `b' packet to `z' packets.
7699
77002002-09-19 Andrew Cagney <ac131313@redhat.com>
7701
7702 * gdb.texinfo (Maintenance Commands): Document ``maint
7703 internal-error'' and ``maint internal-warning''.
7704
7705 * gdbint.texinfo (Target Architecture Definition): Revise
7706 description of STACK_ALIGN. Add description of FRAME_ALIGN.
7707
77082002-09-19 Joel Brobecker <brobecker@gnat.com>
7709
7710 * gdbint.texinfo (Target Conditionals): Document the new
7711 NAME_OF_MALLOC macro.
7712
77132002-09-05 Andrew Cagney <ac131313@redhat.com>
7714
7715 * gdb.texinfo (Contributors): Mention 5.2 and 5.3 release
7716 engineer.
7717
77182002-09-02 Stephane Carrez <stcarrez@nerim.fr>
7719
7720 * gdb.texinfo (TUI Overview): Document status line fields.
7721
77222002-09-02 Stephane Carrez <stcarrez@nerim.fr>
7723
7724 * gdb.texinfo (TUI Commands): Document info win command.
7725
77262002-09-01 Stephane Carrez <stcarrez@nerim.fr>
7727
7728 * gdb.texinfo (TUI Overview): Document breakpoint markers.
7729
77302002-09-01 Stephane Carrez <stcarrez@nerim.fr>
7731
7732 * gdb.texinfo (TUI Single Key Mode): Document new SingleKey mode.
7733 (TUI Keys): Likewise.
7734
77352002-08-25 Andrew Cagney <ac131313@redhat.com>
7736
7737 * gdb.texinfo (Examples): Use ``->'' for a packet send and ``<-''
7738 for a packet receive.
7739
77402002-08-25 Andrew Cagney <ac131313@redhat.com>
7741
7742 * Makefile.in (clean): Move to end of file.
7743 (distclean, maintainer-clean, realclean): Ditto.
7744 (mostlyclean): Move rule to end of file. Use GDB_TEX_TMPS,
7745 GDBINT_TEX_TMPS, STABS_TEX_TMPS.
7746 (gdb.dvi, gdb.pdf): Do not cleanup TeX temp files after texi2dvi.
7747 (gdbint.dvi, gdbint.pdf, stabs.dvi, stabs.pdf): Ditto.
7748
77492002-08-24 Andrew Cagney <ac131313@redhat.com>
7750
7751 * Makefile.in (GDBINT_TEX_TMPS): Define.
7752 (gdbint.dvi, gdbint.pdf): Use
7753 (GDB_TEX_TMPS): Define.
7754 (gdb.dvi, gdb.pdf): Use.
7755 (STABS_TEX_TMPS): Define.
7756 (stabs.dvi, stabs.pdf): Use.
7757 (GDB_DOC_SOURCE_INCLUDES): New macros.
7758 (GDB_DOC_BUILD_INCLUDES, GDB_DOC_FILES): New macros.
7759 (GDBINT_DOC_FILES_INCLUDES): New macros.
7760 (GDBINT_DOC_BUILD_INCLUDES): New macros.
7761 (GDBINT_DOC_FILES, STABS_DOC_SOURCE_INCLUDES): New macros.
7762 (STABS_DOC_BUILD_INCLUDES, STABS_DOC_FILES): New macros.
7763 (SFILES_DOC, SFILES_INCLUDED, SFILES_LOCAL): Delete macros.
7764 (links2roff): Replace SFILES_INCLUDED with
7765 GDB_DOC_SOURCE_INCLUDES.
7766 (gdb.dvi, gdb_toc.html, gdb.pdf, gdb.info): Update dependencies.
7767 (gdb.me, gdb.mm, gdb.ms): Update dependencies.
7768 (gdbint.dvi, gdbint_toc.html, gdbint.pdf, gdbint.info): Update
7769 dependencies.
7770 (stabs.info, stabs_toc.html, stabs.pdf, stabs.dvi): Update
7771 dependencies.
7772 (gdbmi.texinfo): Delete rule.
7773 (inc-hist.texinfo): Delete rule.
7774 (rluser.texinfo): Delete rule.
7775
77762002-08-23 Andrew Cagney <cagney@redhat.com>
7777
7778 * gdbint.texinfo (Target Architecture Definition): Update
7779 STORE_RETURN_VALUE, mention regcache.
7780
77812002-08-21 Andrew Cagney <ac131313@redhat.com>
7782
7783 * gdbint.texinfo (Target Architecture Definition): Document
7784 print_registers_info. Note that DO_REGISTERS_INFO is deprecated.
7785
77862002-08-19 Andrew Cagney <ac131313@redhat.com>
7787
7788 * gdb.texinfo (Remote Protocol): Reformat. Use cross references.
7789 Fix minor typos. Add index entries.
7790
77912002-08-18 Andrew Cagney <ac131313@redhat.com>
7792
7793 * gdb.texinfo (Data): Add ``Vector Unit'' to menu.
7794
77952002-08-15 Andrew Cagney <ac131313@redhat.com>
7796
7797 * gdbint.texinfo (Target Architecture Definition): Document
7798 PRINT_VECTOR_INFO.
7799 * gdb.texinfo (Vector Unit): Document "info vectors" command.
7800
78012002-08-13 Andrew Cagney <ac131313@redhat.com>
7802
7803 * gdb.texinfo (Maintenance Commands): Document "maint print
7804 registers", "maint print raw-registers" and "maint print
7805 cooked-registers".
7806
78072002-08-08 Grace Sainsbury <graces@redhat.com>
7808
7809 From Mark Salter:
7810 * gdb.texinfo (Protocol): Document T packet extension to
7811 allow watchpoint address reporting.
7812
78132002-08-03 Andrew Cagney <ac131313@redhat.com>
7814
7815 * gdb.texinfo (Dump/Restore Files): Move `[]' to outside of @var.
7816
78172002-08-01 Andrew Cagney <cagney@redhat.com>
7818
7819 * stabs.texinfo, gdb.texinfo, gdbint.texinfo: Obsolete references
7820 to CHILL.
7821
78222002-08-01 Andrew Cagney <ac131313@redhat.com>
7823
7824 * gdbint.texinfo (Coding): Revise section "Include Files".
7825
78262002-07-24 Andrew Cagney <cagney@redhat.com>
7827
7828 * gdbint.texinfo: Obsolete references to m88k.
7829 * gdb.texinfo: Ditto.
7830
78312002-07-10 Joel Brobecker <brobecker@gnat.com>
7832
7833 * gdbint.texinfo (Create a release candiate): Add the location
7834 where the proper version of autoconf can be retrieved.
7835
78362002-07-09 Don Howard <dhoward@redhat.com>
7837
7838 * gdb.texinfo (Command Files): Further describe the behavior of
7839 sourced command files.
7840
78412002-06-27 Andrew Cagney <ac131313@redhat.com>
7842
7843 * gdbint.texinfo (User Interface): ISO C rather than ISO-C.
7844 (Coding): Clarify ISO C version that GDB assumes.
7845
78462002-06-26 Tom Tromey <tromey@redhat.com>
7847
7848 * gdbint.texinfo (User Interface): Mention add_setshow_cmd and
7849 add_setshow_cmd_full.
7850
78512002-06-25 Don Howard <dhoward@redhat.com>
7852
7853 * gdb.texinfo (Memory Region Attributes): Document new behavior
7854 for 'mem' command.
7855
78562002-06-11 Jim Blandy <jimb@redhat.com>
7857
7858 * gdb.texinfo (Symbols): Update documentation for `info source'
7859 command.
7860
7861 * gdb.texinfo (Macros): Call the command `info macro', not
7862 `show macro'.
7863
78642002-06-09 Andrew Cagney <ac131313@redhat.com>
7865
7866 * gdbint.texinfo (Coding): Add section ``Per-architecture module
7867 data''.
7868
78692002-06-09 Mark Kettenis <kettenis@gnu.org>
7870
7871 * gdbint.texinfo (Target Architecture Definition): Document
7872 GDB_OSABI_GO32 and GDB_OSABI_NETWARE.
7873
78742002-06-08 Andrew Cagney <ac131313@redhat.com>
7875
7876 * gdbint.texinfo (Releasing GDB): Fix typos in @itemize @bullet
7877 lists.
7878
78792002-06-08 Andrew Cagney <ac131313@redhat.com>
7880
7881 * gdbint.texinfo (Releasing GDB): Revise the section ``Cut the
7882 Branch''.
7883
78842002-06-01 Andrew Cagney <ac131313@redhat.com>
7885
7886 * gdbint.texinfo (Target Architecture Definition): Add section
7887 ``Converting an existing Target Architecture to Multi-arch''.
7888
78892002-05-30 Andrew Cagney <ac131313@redhat.com>
7890
7891 * gdbint.texinfo (Releasing GDB): Rename ``Obsoleting any code''
7892 to ``Obsoleting code''. Revise.
7893
78942002-05-17 Jim Blandy <jimb@redhat.com>
7895
7896 * gdb.texinfo (C Preprocessor Macros): New chapter.
7897 Include it in the main menu.
7898 (Contributors): Credit Jim Blandy with macro support.
7899 (Compilation): Explain how to get macro information into the
7900 executable.
7901 (Expressions): Note that preprocessor macros are expanded.
7902
79032002-05-14 Daniel Jacobowitz <drow@mvista.com>
7904
7905 * gdb.texinfo (Debug Session): Document new `udp:' and `tcp:'
7906 options for `target remote'.
7907
79082002-05-13 Andrew Cagney <ac131313@redhat.com>
7909
7910 * gdbint.texinfo (Target Architecture Definition): Delete
7911 documentation on NNPC_REGNUM.
7912
79132002-05-11 Andrew Cagney <ac131313@redhat.com>
7914
7915 * gdbint.texinfo (Target Architecture Definition): Document
7916 REGISTER_TO_VALUE and VALUE_TO_REGISTER and CONVERT_REGISTER_P.
7917 (Target Architecture Definition): Revise section `Using Different
7918 Register and Memory Data Representations'. Add section `Raw and
7919 Virtual Register Representations'.
7920
79212002-05-11 Andrew Cagney <ac131313@redhat.com>
7922
7923 * gdbint.texinfo (Target Architecture Definition): Mention
7924 defaults for REGISTER_VIRTUAL_SIZE and REGISTER_RAW_SIZE.
7925 (Target Architecture Definition): Mention same. Add references to
7926 web pages.
7927
79282002-05-08 Michael Snyder <msnyder@redhat.com>
7929
7930 * stabs.texinfo (Attributes): Document new "vector" attribute.
7931
79322002-05-04 Andrew Cagney <ac131313@redhat.com>
7933
7934 * gdbint.texinfo (Releasing GDB): Revise `Create a Release'.
7935
79362002-05-04 Andrew Cagney <ac131313@redhat.com>
7937
7938 * gdb.texinfo: Delete obsolete references to a29k.
7939
79402002-04-24 Andrew Cagney <ac131313@redhat.com>
7941
7942 * gdbint.texinfo (Target Architecture Definition): Replace
7943 IN_SIGTRAMP with PC_IN_SIGTRAMP.
7944
79452002-04-24 David S. Miller <davem@redhat.com>
7946
7947 * gdbint.texinfo (REGISTER_IN_WINDOW): Delete definition.
7948
79492002-04-21 David S. Miller <davem@redhat.com>
7950
7951 * gdbint.texinfo (SKIP_PROLOGUE_FRAMELESS_P): Delete definition.
7952
79532002-04-21 Andrew Cagney <ac131313@redhat.com>
7954
7955 * gdbint.texinfo (Target Architecture Definition): Delete
7956 definition of HAVE_REGISTER_WINDOWS.
7957
79582002-04-19 Eli Zaretskii <eliz@gnu.org>
7959
7960 * gdbint.texinfo (Releasing GDB, Coding): Fix typos. Reported by
7961 "Theodore A. Roth" <troth@verinet.com>.
7962
79632002-04-15 Don Howard <dhoward@redhat.com>
7964
7965 From Eli Zaretskii <eliz@gnu.org>
7966 * gdb.texinfo (show max-user-call-depth): Correct formatting.
7967 Provide a better explaination of this feature.
7968
79692002-04-14 Andrew Cagney <ac131313@redhat.com>
7970
7971 * gdbint.texinfo (Target Architecture Definition): Remove
7972 FRAME_CHAIN_COMBINE.
7973
79742002-04-12 Michael Chastain <mec@shout.net>
7975
7976 * gdbint.texinfo (Obsolete Conditionals): Remove reference to
7977 REG_STACK_SEGMENT.
7978
79792002-04-09 Michael Chastain <mec@shout.net>
7980
7981 * gdbint.texinfo (Obsolete Conditionals): Remove references to
7982 PYRAMID_* macros.
7983
79842002-04-07 Andrew Cagney <ac131313@redhat.com>
7985
7986 * gdb.texinfo (Bug Reporting): Document that the web is the
7987 prefered way of submitting bug reports.
7988 (Bug Reporting): Delete the s-mail address as the last resort.
7989
79902002-04-05 Andrew Cagney <ac131313@redhat.com>
7991
7992 * gdbint.texinfo (Target Architecture Definition): Delete
7993 references to TARGET_WRITE_FP and write_fp.
7994
79952002-03-27 Michael Snyder <msnyder@redhat.com>
7996
7997 * gdb.texinfo: Document new commands dump, append, and restore.
7998
79992002-03-27 Andrew Cagney <ac131313@redhat.com>
8000
8001 * gdbint.texinfo (Releasing GDB): Revise the section `Before the
8002 Branch'.
8003
80042002-03-18 Andrew Cagney <ac131313@redhat.com>
8005
8006 * gdb.texinfo: Change all examples to @smallexample.
8007 * gdbint.texinfo: Ditto.
8008
80092002-03-18 Andrew Cagney <ac131313@redhat.com>
8010
8011 * gdbint.texinfo (Releasing GDB): Add section ``Versions and
8012 Branches''.
8013
80142002-03-18 Andrew Cagney <ac131313@redhat.com>
8015
8016 * gdbint.texinfo (Releasing GDB): Add the section``Branch Commit
8017 Policy''.
8018
80192002-03-04 Fred Fish <fnf@redhat.com>
8020
8021 * gdbint.texinfo: Fix a bunch of typos (alsways, mirrorred,
8022 expresson, suports, dependant, trhe, perhaphs, situtations,
8023 explictily, taged, oportunity, unfortunatly).
8024
80252002-02-24 Andrew Cagney <ac131313@redhat.com>
8026
8027 * Makefile.in (gdb.info): Add explicit path to gdb.texinfo.
8028 Remove reference to 3.12.
8029
80302002-02-23 Andrew Cagney <ac131313@redhat.com>
8031
8032 * gdbint.texinfo: Include fdl.texi.
8033 (Top): Add GNU Free Documentation License.
8034 * Makefile.in (SFILES_INCLUDED): Add gpl.texi.
8035 (gdbint.dvi, gdbint.pdf, gdbint.info): Add dependency on fdl.texi.
8036 (gdbint_toc.html): Add dependency on gdb-cfg.texi and fdl.texi.
8037 (gdbint.info): Add srcdir to include path.
8038 * gdb.texinfo: Include gpl.texi.
8039 (Top): Add Copying.
8040 * gpl.texi: New file.
8041
80422002-02-23 Andrew Cagney <ac131313@redhat.com>
8043
8044 * gdbint.texinfo (Debugging GDB): Remove references to cygnus.com.
8045
80462002-02-19 Pierre Muller <muller@ics.u-strasbg.fr>
8047
8048 * gdb.texinfo: Document Cygwin native specific commands.
8049
80502002-02-15 Daniel Jacobowitz <drow@mvista.com>
8051
8052 * gdb.texinfo: Document gdbserver ``--attach'' command.
8053
80542002-02-07 Michael Snyder <msnyder@redhat.com>
8055
8056 * gdb.texinfo (overlays): Change @var(_ovly_debug_event)
8057 to @code(_ovly_debug_event).
8058
80592002-02-07 Andrew Cagney <ac131313@redhat.com>
8060
8061 * gdb.texinfo (How Overlays Work): Shrink the overlay diagram.
8062
80632002-02-06 Michael Snyder <msnyder@redhat.com>
8064
8065 * gdb.texinfo (overlays): Mention new magic symbol
8066 '_ovly_debug_event', which allows GDB to keep better track
8067 of overlays.
8068
80692002-02-03 Eli Zaretskii <eliz@gnu.org>
8070
8071 * gdb.texinfo (Memory Region Attributes): Fix the wording.
8072 Suggested by Dmitry Sivachenko.
8073
8074 * (<many nodes>): Fix the spelling and punctuation of "i.e.".
8075
80762002-02-01 Michael Snyder <msnyder@redhat.com>
8077
8078 * gdb.texinfo (set trust-readonly): Change value{gdbn} to value{GDBN}.
8079
80802002-01-30 Michael Snyder <msnyder@redhat.com>
8081
8082 * gdb.texinfo: (remote protocol): Gramatical fix-up.
8083 (set trust-readonly-sections): Document.
8084
80852002-01-29 Andrew Cagney <ac131313@redhat.com>
8086
8087 * gdbint.texinfo (Releasing GDB): Revise and update.
8088
80892002-01-28 Andrew Cagney <ac131313@redhat.com>
8090
8091 * gdbint.texinfo (Target Architecture Definition): Delete
8092 description of TARGET_BYTE_ORDER_DEFAULT.
8093
80942002-01-27 Eli Zaretskii <eliz@gnu.org>
8095
8096 * gdb.texinfo: Fix typos and markup. From Dmitry Sivachenko
8097 <mitya@cavia.pp.ru>.
8098
80992002-01-23 Andrew Cagney <ac131313@redhat.com>
8100
8101 * libgdb.texinfo: Delete file.
8102
81032002-01-22 Andrew Cagney <ac131313@redhat.com>
8104
8105 * gdb.texinfo: Remove makeinfo 3.12 hacks.
8106 * gdbint.texinfo: Ditto.
8107
8108Tue Jan 22 11:57:38 2002 Andrew Cagney <cagney@redhat.com>
8109
8110 * gdb.texinfo: Fix typo ``Remove' -> ``Remote''.
8111
81122002-01-22 Andrew Cagney <ac131313@redhat.com>
8113
8114 * Makefile.in: Update copyright.
8115 (TEXI2DVI): Define.
8116 (gdb.dvi, gdb.pdf, stabs.dvi, stabs.pdf): Use TEXI2DVI.
8117 (gdbint.dvi, gdbint.pdf): Use TEXI2DVI. Add dependency on
8118 gdb-cfg.texi.
8119 (TEXINDEX, PDFTEX): Delete makefile variables.
8120
81212002-01-22 Andrew Cagney <ac131313@redhat.com>
8122
8123 * gdb.texinfo (Protocol): Move section to appendix.
8124
81252002-01-21 Andrew Cagney <ac131313@redhat.com>
8126
8127 * gdb.texinfo (Remote Debugging): Create a menu.
8128 (Top): Add ``Remote Debugging'' to menu.
8129
81302002-01-21 Andrew Cagney <ac131313@redhat.com>
8131
8132 * gdb.texinfo (Remote): Move the sub-section ``The GDB remote
8133 serial protocol'' from here.
8134 (Remote Debugging): To here. New chapter.
8135
81362002-01-20 Andrew Cagney <ac131313@redhat.com>
8137
8138 * gdbint.texinfo (Target Architecture Definition): Delete
8139 description of TARGET_BYTE_ORDER_SELECTABLE_P.
8140
81412002-01-20 Andrew Cagney <ac131313@redhat.com>
8142
8143 * gdbint.texinfo (Host Definition): Revise. xm-xyz.h and xyz.mh
8144 are no longer needed.
8145 (Porting GDB): Add maintainer note about configure.host.
8146
81472002-01-20 Andrew Cagney <ac131313@redhat.com>
8148
8149 * gdbint.texinfo (Target Architecture Definition): Remove
8150 definition of IEEE_FLOAT.
8151
81522002-01-20 Eli Zaretskii <eliz@gnu.org>
8153
8154 * gdb.texinfo: Beautify copyright years; fix a typo.
8155 (DJGPP Native): Fix overfull hboxes in examples. From Brian Youmans
8156 <3diff@gnu.org>
8157
81582002-01-19 Andrew Cagney <ac131313@redhat.com>
8159
8160 * gdbint.texinfo (Host Definition): Remove references to
8161 MALLOC_INCOMPATIBLE.
8162
81632002-01-17 Andrew Cagney <ac131313@redhat.com>
8164
8165 * gdbint.texinfo (Host Definition): Remove references to XDEPFILES
8166 and xyz-xdep.o.
8167
81682002-01-17 Andrew Cagney <ac131313@redhat.com>
8169
8170 * gdb.texinfo (Maintenance Commands): Add appendix.
8171 (Set Breaks): Copy ``maint info breakpoint'' doco to
8172 ``Maintenance Commands'' appendix. Add reference.
8173
81742002-01-17 Andrew Cagney <ac131313@redhat.com>
8175
8176 * fdl.texi: Remove next/prev from @node.
8177
81782002-01-17 Eli Zaretskii <eliz@gnu.org>
8179
8180 * gdb.texinfo: @include fdl.texi. Fixes for overfull hboxes and
8181 for monstrous @multitable (from Brian Youmans).
8182
8183 * fdl.texi: New file.
8184
8185 * Makefile.in (SFILES_INCLUDED): Add fdl.texi.
8186
81872002-01-15 Andrew Cagney <ac131313@redhat.com>
8188
8189 * gdbint.texinfo (Releasing GDB): New chapter.
8190
81912002-01-14 Andrew Cagney <ac131313@redhat.com>
8192
8193 * gdb.texinfo (Embedded Processors, Calling program functions):
8194 Obsolete references to a29k.
8195
81962002-01-13 Andrew Cagney <ac131313@redhat.com>
8197
8198 * gdbint.texinfo (Coding): Review Cleanups section. Examples
8199 examples. Document that a code-block should do or discard its
8200 cleanups before exit.
8201
82022002-01-11 Michael Snyder <msnyder@redhat.com>
8203
8204 * gdb.texinfo (Choosing files): Change @samp to @file.
8205
82062002-01-05 Michael Snyder <msnyder@redhat.com>
8207
8208 * gdb.texinfo (--pid): Document new command line option (attach).
8209
82102002-01-07 Eli Zaretskii <eliz@gnu.org>
8211
8212 * gdb.texinfo (Tracepoints): Clarify that tracepoints need support
8213 in the stub.
8214
82152002-01-04 Andrew Cagney <ac131313@redhat.com>
8216
8217 * gdbint.texinfo (Target Architecture Definition): Replace
8218 BIG_ENDIAN with BFD_ENDIAN_BIG.
8219
82202002-01-03 Andrew Cagney <ac131313@redhat.com>
8221
8222 * gdbint.texinfo (Target Architecture Definition): Replace
8223 value_ptr with struct value pointer.
8224
82252002-01-02 Eli Zaretskii <eliz@gnu.org>
8226
8227 * gdb.texinfo (Free Software): Fix wording.
8228
82292001-12-31 Eli Zaretskii <eliz@gnu.org>
8230
8231 * gdb.texinfo (Free Software): New section ``Free Software Needs
8232 Free Documentation''.
8233
82342001-12-30 Eli Zaretskii <eliz@gnu.org>
8235
8236 * stabs.texinfo:
8237 * gdb.texinfo:
8238 * gdbint.texinfo:
8239 * libgdb.texinfo:
8240 * annotate.texi: Fix the application of GFDL in the Copyright notice.
8241
82422001-12-29 Michael Snyder <msnyder@redhat.com>
8243
8244 * gdb.texinfo (maint info sections): Fix typo.
8245
82462001-12-26 Michael Snyder <msnyder@redhat.com>
8247
8248 * gdb.texinfo (maint info sections): Document.
8249
8250 * gdb.texinfo (info proc): Comment out documentation for
8251 'info proc' sub-options that are currently not implemented.
8252
82532001-12-20 Jim Blandy <jimb@redhat.com>
8254
8255 * gdbint.texinfo (TARGET_CHAR_SIGNED): Document.
8256
82572001-12-15 Andrew Cagney <ac131313@redhat.com>
8258
8259 * gdbint.texinfo (Target Architecture Definition): Replace
8260 LITTLE_ENDIAN with BFD_ENDIAN_LITTLE.
8261
82622001-12-01 Andrew Cagney <ac131313@redhat.com>
8263
8264 * gdbint.texinfo (Host Definition): Delete documentation on
8265 HOST_BYTE_ORDER.
8266
82672001-11-30 Jim Blandy <jimb@redhat.com>
8268
8269 * gdb.texinfo (Overlays): New chapter, documenting GDB's
8270 overlay support. Add to top-level menu.
8271
82722001-11-26 Tom Tromey <tromey@redhat.com>
8273
8274 * gdb.texinfo (Command Syntax): Document C-o binding.
8275
82762001-07-26 Christopher Faylor <cgf@redhat.com>
8277
8278 * gdb.texinfo (Options): Eliminate attempt to explain .gdbinit/gdb.ini
8279 use since it is described in the referenced section.
8280
8281 From Eli Zaretskii <eliz@gnu.org>
8282 * gdb.texinfo (Command Files): Reword to make gdb.ini requirement
8283 clearer when using DJGPP.
8284
82852001-11-24 Christopher Faylor <cgf@redhat.com>
8286
8287 * gdb.texinfo (File Options): Change description of -nx and gdb.ini to
8288 specifically refer to MS-DOS.
8289 (command files): Mention gdb.ini is only used on MS-DOS.
8290
82912001-11-21 Tom Tromey <tromey@redhat.com>
8292
8293 * gdb.texinfo (Invoking GDB): Document --args.
8294 (Mode Options): Likewise.
8295
82962001-11-21 Jim Blandy <jimb@redhat.com>
8297
8298 * gdbint.texinfo (TARGET_RANGE_PROFITABLE_FOR_HW_WATCHPOINT):
8299 Delete documentation; this macro has been removed from the
8300 sources.
8301
83022001-11-13 Jim Blandy <jimb@redhat.com>
8303
8304 * gdbint.texinfo (COERCE_FLOAT_TO_DOUBLE): Clarify.
8305
83062001-11-06 Corinna Vinschen <vinschen@redhat.com>
8307
8308 * gdb.texinfo (gdbarch_in_function_epilogue_p): Add documentation.
8309
83102001-11-05 Michael Snyder <msnyder@redhat.com>
8311
8312 * gdb.texinfo (info functions): Document use of backslash to
8313 quote regexp chars in function names such as "operator*()".
8314
83152001-11-01 Fred Fish <fnf@redhat.com>
8316
8317 * gdbint.texinfo (SOLIB_ADD): Document additional new
8318 "readsyms" arg.
8319
83202001-10-30 Don Howard <dhoward@redhat.com>
8321
8322 * gdb.texinfo: (Command Files) Added documentation for the
8323 behavior of gdb with input redirected from a file.
8324
83252001-10-28 Fred Fish <fnf@redhat.com>
8326
8327 * gdb.texinfo (auto-solib-add): Change docs to match
8328 implementation change.
8329 (auto-solib-limit): Add docs for new variable.
8330
83312001-10-15 Andrew Cagney <ac131313@redhat.com>
8332
8333 * gdbint.texinfo (Target Architecture Definition): Function
8334 value_as_pointer renamed to value_as_address.
8335
83362001-10-15 Andrew Cagney <ac131313@redhat.com>
8337
8338 * gdbint.texinfo (Target Architecture Definition): Default
8339 POINTER_TO_ADDRESS functions assume unsigned addresses.
8340 (INTEGER_TO_ADDRESS): Document. Derive pragmatics section from a
8341 posting by Jim Blandy.
8342
83432001-10-12 Jim Blandy <jimb@redhat.com>
8344
8345 * Makefile.in (MAKEHTMLFLAGS): Remove -glossary; the most recent
8346 version of texi2html (1.64) doesn't support this flag any more.
8347
83482001-09-08 Mark Kettenis <kettenis@gnu.org>
8349
8350 * gdbint.texinfo (Host Definition): Remove description of
8351 MEM_FNS_DECLARED.
8352
8353 * gdbint.texinfo (Host Definition): Remove description of R_OK.
8354
8355 * gdbint.texinfo (Host Definition): Remove description of
8356 HAVE_SIGSETMASK.
8357
83582001-09-04 Elena Zannoni <ezannoni@redhat.com>
8359
8360 * gdbint.texinfo (Target Architecture Definition): Add
8361 explanation of TARGET_PRINT_INSN macro.
8362
83632001-08-30 Jim Blandy <jimb@redhat.com>
8364
8365 * gdb.texinfo (`add-symbol-file'): Correct synopsis.
8366 Explain what it means to load relocatable files.
8367
83682001-08-28 Jim Blandy <jimb@redhat.com>
8369
8370 * gdbint.texinfo: Bring the HTML `top' menu into sync with the
8371 info `top' menu.
8372
8373Wed Aug 15 10:47:28 2001 Christopher Faylor <cgf@cygnus.com>
8374
8375 * gdbint.texinfo: Add a cautionary note about macro use.
8376
83772001-08-02 Corinna Vinschen <vinschen@redhat.com>
8378
8379 * gdb.texinfo: Explain omitting the hostname in the
8380 `target remote' command.
8381
83822001-07-30 Daniel Jacobowitz <drow@mvista.com>
8383
8384 * gdbint.texinfo: Remove extraneous START-INFO-DIR-ENTRY
8385 and END-INFO-DIR-ENTRY.
8386
83872001-07-28 Stephane Carrez <Stephane.Carrez@worldnet.fr>
8388
8389 * gdb.texinfo (TUI Configuration): Rename tui configuration variables.
8390
83912001-07-25 Andrew Cagney <ac131313@redhat.com>
8392
8393 * gdbint.texinfo (libgdb): Rewrite.
8394
83952001-07-26 Eli Zaretskii <eliz@gnu.org>
8396
8397 * Makefile.in (gdbgui.dvi, gdb-gui, gdbgui.info): Targets deleted.
8398
83992001-07-24 Stephane Carrez <Stephane.Carrez@worldnet.fr>
8400
8401 * gdb.texinfo (TUI): New chapter, document the TUI.
8402 (Mode Options): Document the -tui option.
8403
84042001-07-23 Mark Kettenis <kettenis@gnu.org>
8405
8406 * gdbint.texinfo (Host Definition): Remove description of
8407 NEED_POSIX_SETPGID.
8408
84092001-07-23 Eli Zaretskii <eliz@gnu.org>
8410
8411 * gdb.tex (DJGPP Native): New node, with descriptions of
8412 DJGPP-specific commands.
8413
84142001-07-19 John R. Moore <jmoore@redhat.com>
8415
8416 * gdbint.texinfo: Three misspellings.
8417
84182001-07-06 Andrew Cagney <ac131313@redhat.com>
8419
8420 * Makefile.in (refcard.dvi): Rewrite to avoid problems with empty
8421 `test` expressions on bash. Problem reported by Colin Walters.
8422
84232001-07-04 Andrew Cagney <ac131313@redhat.com>
8424
8425 * gdbint.texinfo (User Interface): Update ui-out documentation to
8426 refelect recent UI/MI updates.
8427
84282001-07-04 Andrew Cagney <ac131313@redhat.com>
8429
8430 * gdb.texinfo (Mode Options): Mention the mi0 and mi1
8431 interpreters.
8432
84332001-06-15 Andrew Cagney <ac131313@redhat.com>
8434
8435 * gdbint.texinfo (Target Architecture Definition): GDBARCH is a C
8436 structure and not macros.
8437 (Host Definition): Document that much of this chapter is obsolete.
8438 (Target Architecture Definition): Update list of files that make
8439 up a target architecture.
8440 (Coding): Update.
8441
84422001-06-28 Andrew Cagney <ac131313@redhat.com>
8443
8444 * gdbint.texinfo (Target Architecture Definition): Update
8445 EXTRACT_STRUCT_VALUE_ADDRESS and EXTRACT_STRUCT_VALUE_ADDRESS_P.
8446 The latter has been changed to a true predicate.
8447
84482001-06-17 Eli Zaretskii <eliz@gnu.org>
8449
8450 * annotate.texi: Add @noindent where needed. From Dmitry
8451 Sivachenko <dima@Chg.RU>.
8452 * gdb.texinfo: Indexing fix. From Dmitry Sivachenko.
8453
84542001-06-16 Andrew Cagney <ac131313@redhat.com>
8455
8456 * gdb.texinfo (Protocol): Fix typo. Extra parenthesis.
8457
84582001-06-14 Andrew Cagney <ac131313@redhat.com>
8459
8460 * gdb.texinfo (Remote Protocol): Document that the ``!'' packet
8461 returns ``OK''. Document that the ``R'' packet does not reply.
8462
84632001-06-13 Michael Snyder <msnyder@redhat.com>
8464
8465 * gdb.texinfo (Protocol): Add doc for new packet "qSymbol:".
8466
84672001-06-13 Eli Zaretskii <eliz@gnu.org>
8468
8469 * gdb.texinfo (Signals): Clarify the default setting of signal
8470 handling.
8471
84722001-05-14 Andrew Cagney <ac131313@redhat.com>
8473
8474 * gdbint.texinfo (CLEAR_DEFERRED_STORES): Delete stray @item
8475 (FRAME_ARGS_ADDRESS_CORRECT): Ditto.
8476
84772001-05-12 Andrew Cagney <ac131313@redhat.com>
8478
8479 * Makefile.in (GDBvn.texi): Set GDBVN from ../version.in.
8480
84812001-05-10 Eli Zaretskii <eliz@gnu.org>
8482
8483 * gdbint.texinfo (Clean Design and Portable Implementation):
8484 Renamed from "Clean Design".
8485 (Clean Design and Portable Implementation): Document portable
8486 methods of handling file names, and the associated macros.
8487
84882001-04-02 Eli Zaretskii <eliz@gnu.org>
8489
8490 * gdb.texinfo (Tracepoint Actions): Mention the "info scope"
8491 command and provide a cross-reference to its description.
8492 (Symbols): Note that "info scope" is useful for trace experiments.
8493
84942001-04-01 Eli Zaretskii <eliz@gnu.org>
8495
8496 * gdb.texinfo (Symbols): Document "info scope".
8497 (Tracepoints): New chapter.
8498 (Contributors): Update for v5.1.
8499 <All nodes>: Change "C++" to "C@t{++}".
8500
8501 * gdbint.texinfo (User Interface): A new section about ui_out
8502 functions, based on text written by Fernando Nasser.
8503
8504 * stabs.texinfo: Change Permissions to GFDL. Update Copyright.
8505
85062001-03-26 Eli Zaretskii <eliz@gnu.org>
8507
8508 * gdb.texinfo: Change Permissions to GFDL. Update Copyright.
8509
8510 * gdbint.texinfo: Change Permissions to GFDL. Update Copyright.
8511
8512 * gdbgui.texinfo: Change Permissions to GFDL. Update Copyright.
8513 Replace "GDB" with "@value{GDBN}". Fix markup.
8514
8515 * annotate.texi: Change Permissions to GFDL. Update Copyright.
8516
8517 * gdb.texinfo (Output Formats): Mention "info symbol" and provide
8518 a cross-reference to its description.
8519 (Symbols): Document "info symbol".
8520
85212001-03-21 Eli Zaretskii <eliz@gnu.org>
8522
8523 * gdbint.texinfo (Algorithms): New section "Watchpoints" and new
8524 subsection "x86 Watchpoints".
8525 (Target Architecture Definition): Document the macros
8526 I386_USE_GENERIC_WATCHPOINTS and TARGET_HAS_HARDWARE_WATCHPOINTS.
8527 (Native Debugging): Document I386_USE_GENERIC_WATCHPOINTS.
8528
85292001-03-20 Andrew Cagney <ac131313@redhat.com>
8530
8531 * gdbint.texinfo (Target Architecture Definition): Update
8532 definition of SOFTWARE_SINGLE_STEP_P to include empty parameter
8533 list.
8534
85352001-03-06 Kevin Buettner <kevinb@redhat.com>
8536
8537 * Makefile.in, all-cfg.texi, annotate.texi, gdb.texinfo,
8538 gdbint.texinfo, refcard.tex: Update/correct copyright notices.
8539
85402001-02-21 Eli Zaretskii <eliz@gnu.org>
8541
8542 * gdb.texinfo (Signals): Document "ignore", "noignore", and "all".
8543
85442001-02-11 Eli Zaretskii <eliz@gnu.org>
8545
8546 * gdb.texinfo (Environment): Document that `path' does not change
8547 the value of PATH in GDB's own environment (it did in the past,
8548 but that was changed on March 15, 1994). Reported by Doug Evans
8549 <dje@transmeta.com>.
8550
8551 * gdbint.texinfo: Fix up @itemize lists so that @item is alone on
8552 its line. Fix markup of commands and macros. Add an Index node
8553 and index entries.
8554
85552001-01-23 J.T. Conklin <jtc@redback.com>
8556
8557 * gdb.texinfo (Memory region attributes): New manual section.
8558
85592001-01-04 Nicholas Duffek <nsd@redhat.com>
8560
8561 * gdbint.texinfo (POP_FRAME): Document use by return_command.
8562
85632000-12-25 Eli Zaretskii <eliz@gnu.org>
8564
8565 * refcard.tex: Version and copyright fixed. From Phil Edwards
8566 <pedwards@disaster.jaj.com>.
8567
8568Thu Nov 30 16:57:19 2000 Andrew Cagney <cagney@b1.cygnus.com>
8569
8570 * gdbint.texinfo (ECOFF_REG_TO_REGNUM, DWARF_REG_TO_REGNUM,
8571 DWARF2_REG_TO_REGNUM): Document.
8572
8573Mon Nov 20 21:29:35 2000 Andrew Cagney <cagney@b1.cygnus.com>
8574
8575 * gdbint.texinfo (Coding): Update current value of
8576 --enable-build-warnings. Mention --enable-gdb-build-warnings.
8577
85782000-11-19 Eli Zaretskii <eliz@gnu.org>
8579
8580 * gdb.texinfo (Continuing and Stepping): Fixed markup and typos,
8581 as suggested by Dmitry Sivachenko <dima@Chg.RU>.
8582
85832000-11-10 Christopher Faylor <cgf@cygnus.com>
8584
8585 * gdb.texinfo: Document new 'set step-mode' command.
8586
85872000-10-16 Eli Zaretskii <eliz@gnu.org>
8588
8589 * gdb.texinfo (Contributors, MIPS Embedded): Minor spelling
8590 changes from Dmitry Sivachenko <dima@Chg.RU>.
8591
85922000-09-26 Eli Zaretskii <eliz@gnu.org>
8593
8594 * gdb.texinfo (Hooks): Document the new post-hook functionality.
8595 From Steven Johnson <sbjohnson@ozemail.com.au>.
8596
85972000-08-10 Mark Kettenis <kettenis@gnu.org>
8598
8599 * gdbint.texinfo (Overall Structure): Spelling fix.
8600
86012000-08-10 Eli Zaretskii <eliz@gnu.org>
8602
8603 * gdbint.texinfo (Target Architecture Definition): Document that
8604 REGISTER_CONVERT_TO_VIRTUAL should only be called on a register
8605 for which REGISTER_CONVERTIBLE returns a zero value.
8606
86072000-07-08 Christopher Faylor <cgf@cygnus.com>
8608
8609 * Makefile.in (install-info): Find files to install in either the
8610 build or source directories (adapted from Makefile.am).
8611
86122000-07-07 Nicholas Duffek <nsd@redhat.com>
8613
8614 * stabs.texinfo: Fix spelling errors.
8615 (String Field): FILE-NUMBER starts from 0, not 1.
8616
86172000-07-05 Eli Zaretskii <eliz@gnu.org>
8618
8619 * refcard.tex: Remove \centerline from the blurb. Patch from
8620 Brian Youmans.
8621
86222000-06-25 Eli Zaretskii <eliz@gnu.org>
8623
8624 * Makefile.in (install-info): Support installation from outside of
8625 the source directory. Reported by Mark Harig
8626 <markh@frazier.landmark.com>.
8627
86282000-06-20 J.T. Conklin <jtc@redback.com>
8629
8630 * gdb.texinfo: Fix typo, $bpnum is set to last breakpoint number.
8631
8632Fri May 26 15:55:33 2000 Andrew Cagney <cagney@b1.cygnus.com>
8633
8634 * Makefile.in (pdf, gdbint.pdf, gdb.pdf, stabs.pdf): New targets.
8635 Generate using pdftex.
8636 (PDFTEX): Define.
8637 (STAGESTUFF, maintainer-clean realclean): Add *.pdf.
8638 (gdb.texinfo, gdbint.texinfo, stabs.texinfo): When TeX insert the
8639 @contents at the start.
8640
86412000-05-24 Eli Zaretskii <eliz@gnu.org>
8642
8643 * gdb.texinfo: Remove duplicate @syncodeindex. From Brian
8644 Youmans.
8645
8646Wed May 24 21:27:58 2000 Andrew Cagney <cagney@b1.cygnus.com>
8647
8648 From Brian Youmans:
8649 * gdb.texinfo: Fix ``et al.''.
8650
8651Tue May 23 22:57:41 2000 Andrew Cagney <cagney@b1.cygnus.com>
8652
8653 * Makefile.in (refcard.dvi): Remove quotes around REFEDITS in for
8654 loop.
8655
86562000-05-19 Jimmy Guo <guo@cup.hp.com>
8657
8658 * configure: Regenerate.
8659
86602000-05-17 Eli Zaretskii <eliz@gnu.org>
8661
8662 * Makefile.in (install-info): Run install-info on installed Info
8663 files.
8664
8665Fri May 12 20:18:04 2000 Andrew Cagney <cagney@b1.cygnus.com>
8666
8667 * gdb.texinfo: Add Stan Shebs, et.al. as authors. Mention
8668 Andrew Cagney.
8669
86702000-05-09 Eli Zaretskii <eliz@gnu.org>
8671
8672 * gdb.texinfo: Proofreading changes from Brian Youmans.
8673
86742000-05-01 Nick Duffek <nsd@cygnus.com>
8675
8676 * gdb.texinfo (Command Files): Mention -x, use @enumerate for
8677 startup sequence, minor edits.
8678
86792000-05-01 Eli Zaretskii <eliz@gnu.org>
8680
8681 * annotate.texi: Remove "@syncodeindex fn cp", it causes grief in
8682 TeX.
8683
8684 * gdb.texinfo: Add "@syncodeindex fn cp". Convert all entries
8685 "@kindex f" into "@kindex f (foo)", otherwise we get index entries
8686 like `n' and `s' which look weird. Convert some of the @kindex to
8687 @vindex, when they refer to variables, not commands.
8688
8689Sat Apr 29 17:01:04 2000 Andrew Cagney <cagney@b1.cygnus.com>
8690
8691 * gdbint.texinfo (Hints): Do not use @value{GDBN in @nodes.
8692
86932000-04-23 Eli Zaretskii <eliz@gnu.org>
8694
8695 * Makefile.in (GDBMI_DIR): New variable.
8696 (SET_TEXINPUTS): Add $(GDBMI_DIR).
8697 (SFILES_DOC): Add $(GDBMI_DIR)/gdbmi.texinfo.
8698 (gdbmi.texinfo): New target, for texi2roff.
8699 (gdb.me, gdb.ms, gdb.mm): Depend on gdbmi.texinfo.
8700 (gdb.info, gdb_toc.html): Add "-I ${GDBMI_DIR}".
8701
8702 * gdb.texinfo (Top): Add GDB/MI to the main menu and @include
8703 gdbmi.texinfo.
8704 (Mode Options): Add xref to GDB/MI docs and remove a FIXME
8705 comment.
8706
87072000-04-17 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
8708
8709 * gdb.texinfo (Files): Update description of add-symbol-file
8710 command.
8711
87122000-04-17 Eli Zaretskii <eliz@gnu.org>
8713
8714 * gdb.texinfo (Porting GDB): Don't use @value in the node name, it
8715 prevents the build (and is generally a Bad Idea).
8716
87172000-04-17 Eli Zaretskii <eliz@gnu.org>
8718
8719 * gdb.texinfo (Protocol): Prevent makeinfo from complaining about
8720 a comma inside @var.
8721 (Command Files): Index markup changes from Dmitry Sivachenko
8722 <dima@Chg.RU>.
8723
87242000-04-16 Eli Zaretskii <eliz@gnu.org>
8725
8726 * Makefile.in (LN_S): Define.
8727 (gdb-cfg.texi, gdb.dvi, links2roff, inc-hist.texinfo): Don't
8728 invoke "ln -s" unless it is known to work.
8729
8730 * configure.in (AC_PROG_LN_S): Add.
8731
87322000-04-14 Jim Blandy <jimb@redhat.com>
8733
8734 * gdbint.texinfo (Pointers Are Not Always Addresses): New manual
8735 section.
8736 (Target Conditionals): Document ADDRESS_TO_POINTER,
8737 POINTER_TO_ADDRESS.
8738
87392000-04-11 Daniel Berlin <dan@cgsoftware.com>
8740
8741 * gdbint.texinfo: Replaced GDB with @value{GDBN}, @include
8742 gdb-cfg.texi to get the value.
8743
87442000-04-10 Jim Blandy <jimb@redhat.com>
8745
8746 * gdbint.texinfo (Target Architecture Definition): Fix
8747 cross-references.
8748
87492000-04-08 Jim Blandy <jimb@redhat.com>
8750
8751 * gdbint.texinfo (Using Different Register and Memory Data
8752 Representations): New section.
8753 (REGISTER_CONVERTIBLE, REGISTER_RAW_SIZE, REGISTER_VIRTUAL_SIZE,
8754 REGISTER_VIRTUAL_TYPE, REGISTER_CONVERT_TO_VIRTUAL,
8755 REGISTER_CONVERT_TO_RAW): Document.
8756
8757Mon Apr 3 19:16:32 2000 Andrew Cagney <cagney@b1.cygnus.com>
8758
8759 * gdb.texinfo (Protocol): Deprecate the sequence-id. Add cindex
8760 for acknowledgments.
8761
8762Tue Mar 28 18:28:45 2000 Andrew Cagney <cagney@b1.cygnus.com>
8763
8764 * gdb.texinfo (Protocol): Replace ``qfThreadExtraInfo'' with
8765 qThreadExtraInfo.
8766
87672000-03-28 J.T. Conklin <jtc@redback.com>
8768
8769 * gdb.texinfo: Clarify which remote debug protocol commands are
8770 required and which are optional.
8771
8772Tue Mar 28 16:06:22 2000 Andrew Cagney <cagney@b1.cygnus.com>
8773
8774 * gdb.texinfo: Revert remainder of Fri Mar 24 18:06:34 2000 Andrew
8775 Cagney <cagney@b1.cygnus.com>. Move @chapter and @node entries
8776 back to annotate.texi, rluser.texinfo and inc-hist.texinfo.
8777 * annotate.texi: Update.
8778
87792000-03-28 Stan Shebs <shebs@apple.com>
8780
8781 * gdb.texinfo: Update dates, bump to Eighth Edition (note
8782 expectation of additional changes before release), update
8783 ISBN, add copy of top-level menu for @ifhtml, remove explicit
8784 node links, rephrase and/or shorten lines to fix formatting
8785 problem in both regular and @smallbook formats.
8786 * annotate.texi: Shorten lines in example, use smallexample
8787 consistently everywhere.
8788 * Makefile.in: Add comment about texinfo 4.0 html generation.
8789 (SFILES_INCLUDED): Add annotate.texi.
8790
87912000-03-27 Daniel Berlin <dan@cgsoftware.com>
8792
8793 * gdb.texinfo (Debugging Output): Added new section, documenting
8794 the "set/show debug" commands.
8795
8796Fri Mar 24 18:06:34 2000 Andrew Cagney <cagney@b1.cygnus.com>
8797
8798 * annotate.texi (Annotations): When GDBN omit @chapter and @node
8799 entry.
8800
8801 * gdb.texinfo: Check for @ifinfo instead of @ifnottex.
8802 (rluser.texinfo, inc-hist.texinfo, annotate.texi): Add local
8803 @chapter and @node entries.
8804
8805 * gdb.texinfo: Link all top-level nodes.
8806
8807Fri Mar 24 17:56:48 2000 Andrew Cagney <cagney@b1.cygnus.com>
8808
8809 * Makefile.in (install-info): Create $(infodir) before installing
8810 files.
8811
88122000-03-23 Fernando Nasser <fnasser@totem.to.cygnus.com>
8813
8814 From David Whedon <dwhedon@gordian.com>
8815 * gdbint.texinfo : Added paragraphs about command deprecation.
8816
88172000-03-22 Daniel Berlin <dan@cgsoftware.com>
8818
8819 * gdb.texinfo: Add documentation for the apropos command.
8820
88212000-03-20 Michael Snyder <msnyder@cleaver.cygnus.com>
8822
8823 * gdb.texinfo: Add new queries ThreadInfo and ThreadExtraInfo.
8824
88252000-03-20 Michael Snyder <msnyder@cleaver.cygnus.com>
8826
8827 * gdb.texinfo: Add white space to prevent overprinting in
8828 two places.
8829
88302000-03-17 Stan Shebs <shebs@apple.com>
8831
8832 * gdb.texinfo: Many minor changes from Dmitry Sivachenko
8833 <dima@Chg.RU>, also clarification of allowed content for
8834 string constants.
8835
88362000-03-16 Eli Zaretskii <eliz@gnu.org>
8837
8838 * gdb.texinfo (main menu): Add Annotations.
8839 (File Options): Add @cindex entries for each command-line option.
8840 Document --epoch, --annotate, --async, --interpreter, --write,
8841 --statistics, and --version.
8842
8843 * annotate.texi: Convert to a chapter. Use @value{GDBN} instead
8844 of GDB.
8845
88462000-02-23 Jim Blandy <jimb@redhat.com>
8847
8848 * gdbint.texinfo (FUNCTION_START_OFFSET): Document.
8849
88502000-02-22 Jim Blandy <jimb@redhat.com>
8851
8852 * gdbint.texinfo: Document COERCE_FLOAT_TO_DOUBLE --- the new form.
8853
88542000-02-15 Jason Molenda (jsm@bugshack.cygnus.com)
8855
8856 * Makefile.in (diststuff): New target.
8857
88582000-02-15 Kevin Buettner <kevinb@redhat.com>
8859
8860 * agentexpr.texi: Fix wording regarding Intel's IA-64
8861 architecture. [From Jim Wilson.]
8862
88632000-01-16 Tom Tromey <tromey@cygnus.com>
8864
8865 * gdb.texinfo (Breakpoints): Mention breakpoint ranges.
8866 (Delete Breaks): Mention range arguments.
8867 (Disabling): Likewise.
8868
88692000-01-05 Dmitry Sivachenko <dima@Chg.RU>
8870
8871 * gdb.texinfo: Wrap "ASCII" in @sc{}; clarify a few sentences.
8872
8873Wed Dec 8 19:53:08 1999 Andrew Cagney <cagney@b1.cygnus.com>
8874
8875 * gdbint.texinfo (FRAME_CHAIN_VALID): Add the generic frame-chain
8876 valid functions.
8877
88781999-11-05 Stan Shebs <shebs@andros.cygnus.com>
8879
8880 * gdb.texinfo: Clarify regular expressions used in rbreak.
8881
88821999-10-15 Kevin Buettner <kevinb@cygnus.com>
8883
8884 * gdbint.texinfo (MEMORY_INSERT_BREAKPOINT,
8885 MEMORY_REMOVE_BREAKPOINT): Document.
8886
8887Thu Oct 14 21:17:17 1999 Andrew Cagney <cagney@b1.cygnus.com>
8888
8889 * gdb.texinfo (remote): Document how GDB ignores the qOffsets BSS
8890 offset re-using the DATA offset instead.
8891
88921999-10-11 Jim Kingdon <kingdon@redhat.com>
8893
8894 * gdbint.texinfo (Target Architecture Definition): Add PARM_BOUNDARY.
8895
88961999-10-05 Stan Shebs <shebs@andros.cygnus.com>
8897
8898 From Dmitry Sivachenko <demon@gpad.ac.ru>:
8899 * gdb.texinfo: Use GDBP and GDBN everywhere, fix a couple other
8900 typos.
8901
8902 * gdb.texinfo: Various minor wording and formatting improvements,
8903 mentions of additional command-line options.
8904
89051999-09-30 Fred Fish <fnf@cygnus.com>
8906
8907 * gdb.texinfo: Document additional forms of specifying section
8908 names and addresses for the add-symbol-file command.
8909
89101999-09-14 Michael Snyder <msnyder@cleaver.cygnus.com>
8911
8912 * gdbint.texinfo: Fix typo, add the word "have".
8913
89141999-09-14 Jim Blandy <jimb@cris.red-bean.com>
8915
8916 * gdbint.texinfo (Target Architecture Definition): Document the
8917 SKIP_PERMANENT_BREAKPOINT macro.
8918
89191999-09-07 Stan Shebs <shebs@andros.cygnus.com>
8920
8921 * gdb.texinfo: Fiks speling errers.
8922
8923 * gdb.texinfo: Fix uses of @multitable.
8924
8925 From Eli Zaretskii <eliz@gnu.org>:
8926 * gdb.texinfo: Include details specific to DOS host, clarify
8927 some confusing language, fix @ref/@xref/@pxref usages, add
8928 comments about using with optimization, add more indexing,
8929 fix info about disassembly-flavor.
8930
8931Tue Sep 7 09:11:24 1999 Kevin Buettner <kevinb@cygnus.com>
8932
8933 * gdbint.texinfo (IN_SOLIB_DYNSYM_RESOLVE_CODE,
8934 SKIP_SOLIB_RESOLVER): Define.
8935
8936Fri Sep 3 18:05:14 1999 Andrew Cagney <cagney@b1.cygnus.com>
8937
8938 * gdb.texinfo (Protocol): Review. Add tables describing ``q'' and
8939 ``g'' packets.
8940
89411999-08-30 Stan Shebs <shebs@andros.cygnus.com>
8942
8943 * gdb.texinfo: Create a new "Configurations" chapter with
8944 platform-specific info, inline remote.texi and move sections of it
8945 into the new chapter, move bits about info proc, heuristic search,
8946 and register stack into the new chapter.
8947 * remote.texi: Remove, now part of gdb.texinfo.
8948 * Makefile.in (SFILES_INCLUDED): Remove ref to remote.texi.
8949
89501999-08-27 Jason Molenda (jsm@bugshack.cygnus.com)
8951
8952 * gdbint.texinfo (GDB_TARGET_IS_SUN3, GDB_TARGET_IS_SUN386,
8953 GDB_TARGET_IS_MACH386): These kludges have gone away.
8954
8955Wed Aug 25 10:47:03 1999 Andrew Cagney <cagney@b1.cygnus.com>
8956
8957 * gdbint.texinfo (Target Architecture Definition): Mention
8958 TDEPLIBS.
8959
89601999-08-20 Stan Shebs <shebs@andros.cygnus.com>
8961
8962 * gdb.texinfo: Remove remaining "HPPA" conditionals, rewrite
8963 surrounding text to fit HP-UX bits into general info.
8964 (HPPA-cfg.texi): Remove, no longer useful.
8965
8966 * gdb.texinfo: Remove explicit links from @node lines, remove
8967 HP-added "Detailed Node Listing" from main menu which confuses
8968 things.
8969
8970 From Dmitry Sivachenko <dima@Chg.RU>:
8971 * gdb.texinfo: Use @value{GDBN} instead of plain GDB, fix grouping
8972 in description of `set environment'.
8973
89741999-08-17 Stan Shebs <shebs@andros.cygnus.com>
8975
8976 * gdbint.texinfo: Update coding standard to allow pure ANSI/ISO C.
8977
89781999-08-12 Ben Elliston <bje@cygnus.com>
8979
8980 * gdbint.texinfo (Breakpoint Handling): Add missing words.
8981
89821999-08-10 Eli Zaretskii <eliz@gnu.org>
8983
8984 * gdb.texinfo (Set Watchpoints): Explain some subtleties about
8985 watch, awatch, and rwatch. Explain why the latter two cannot be
8986 set as software watchpoints. Document that watchpoints for local
8987 variables are deleted when the debuggee terminates.
8988
8989Wed Aug 11 13:18:14 1999 Andrew Cagney <cagney@amy.cygnus.com>
8990
8991 * remote.texi (Protocol): Further clarification of the "qRcmd"
8992 packet. Allow E.. response packet. "qRcmd" packet is no longer
8993 reserved.
8994
89951999-08-10 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
8996
8997 * Makefile.in: Rename inc-hist.texi to inc-hist.texinfo.
8998 * gdb.texinfo: Ditto.
8999
90001999-08-06 Tom Tromey <tromey@cygnus.com>
9001
9002 * gdb.texinfo (KOD): New node.
9003
9004Fri Aug 6 17:05:48 1999 Andrew Cagney <cagney@b1.cygnus.com>
9005
9006 * remote.texi (Rcmd): Fix minor formatting typos.
9007
9008Thu Aug 5 17:57:41 1999 Andrew Cagney <cagney@b1.cygnus.com>
9009
9010 * remote.texi (protocol qRcmd): Allow ``OK'' and ``O...'' response
9011 packets.
9012
90131999-07-14 Jim Blandy <jimb@zwingli.cygnus.com>
9014
9015 * gdbint.texinfo (PREPARE_TO_PROCEED, ADDR_BITS_REMOVE): Doc
9016 fixes.
9017
9018Tue Jun 29 11:43:55 1999 Andrew Cagney <cagney@b1.cygnus.com>
9019
9020 * gdbint.texinfo (SAVE_DUMMY_FRAME_TOS): Define.
9021
9022Fri Jun 25 11:47:06 1999 Andrew Cagney <cagney@b1.cygnus.com>
9023
9024 * remote.texi (Communication Protocol): ``v'' is in use. Fix
9025 numerous formatting errors. Clarify ``i''. Mark ``i'', ``Z'',
9026 ``z'' and ``qRcmd'' as draft instead of reserved. Identify
9027 packets that are not supported on all hosts. Expand examples.
9028 Spell check.
9029
90301999-06-24 Jason Molenda (jsm@bugshack.cygnus.com)
9031
9032 * Makefile.in: Recognize html, install-html. Add targets
9033 to build HTML versions of documentation via texi2html.
9034
9035Thu Jun 24 15:59:03 1999 Stan Shebs <shebs@andros.cygnus.com>
9036
9037 * gdbint.texinfo (Testsuite): New chapter, information about the
9038 testsuite.
9039
9040Fri Jun 25 02:40:34 1999 Andrew Cagney <cagney@b1.cygnus.com>
9041
9042 * remote.texi (Communication Protocol): Rewrite.
9043
9044Thu Jun 24 16:59:54 1999 Andrew Cagney <cagney@b1.cygnus.com>
9045
9046 * stabs.texinfo: Fix uses of xref.
9047
9048Thu Jun 17 17:23:25 1999 Stan Shebs <shebs@andros.cygnus.com>
9049
9050 * gdbint.texinfo: Add an anti-printf exhortation, and update the
9051 info about patch submission.
9052
9053Mon Jun 7 15:49:40 1999 Stan Shebs <shebs@andros.cygnus.com>
9054
9055 From Per Bothner <bothner@cygnus.com>:
9056 * gdb.texinfo: Document Chill support.
9057
9058Fri Jun 4 16:58:22 1999 Andrew Cagney <cagney@b1.cygnus.com>
9059
9060 * gdbint.texinfo (SP_REGNUM, FP_REGNUM, PC_REGNUM): Add reference
9061 to corresponding TARGET_READ_reg TARGET_WRITE_reg macros.
9062 Document that the value should be greater-than or equal-to zero.
9063 (NO_STD_REGS): Document. Deprecate.
9064
9065Tue Jun 1 15:04:15 1999 Andrew Cagney <cagney@b1.cygnus.com>
9066
9067 * gdbint.texinfo (TARGET_COMPLEX_BIT, TARGET_DOUBLE_COMPLEX_BIT):
9068 Document that these are not used.
9069
9070Thu May 27 09:28:15 1999 Andrew Cagney <cagney@b1.cygnus.com>
9071
9072 * gdbint.texinfo (EXTRACT_STRUCT_VALUE_ADDRESS_P): Document.
9073
9074Mon May 24 10:07:39 1999 Andrew Cagney <cagney@b1.cygnus.com>
9075
9076 * gdbint.texinfo (FRAME_NUM_ARGS): Update definition. Parameter
9077 numargs was dropped.
9078
9079Thu May 20 12:26:59 1999 Andrew Cagney <cagney@b1.cygnus.com>
9080
9081 * gdbint.texinfo (FRAMELESS_FUNCTION_INVOCATION): Update.
9082
9083Tue Apr 27 19:14:20 1999 Andrew Cagney <cagney@b1.cygnus.com>
9084
9085 * gdbint.texinfo (SKIP_PROLOGUE, SKIP_PROLOGUE_FRAMELESS_P):
9086 Update.
9087
9088Thu Apr 22 13:07:37 1999 Andrew Cagney <cagney@b1.cygnus.com>
9089
9090 * gdbint.texinfo (USE_GENERIC_DUMMY_FRAMES): Document.
9091 (GET_SAVED_REGISTER): Update, not just the a29k uses this.
9092
9093Wed Apr 21 13:59:01 1999 Dave Brolley <brolley@cygnus.com>
9094
9095 * gdbint.texinfo: Fix typos: $ -> @.
9096
9097Tue Apr 20 11:59:38 1999 Andrew Cagney <cagney@b1.cygnus.com>
9098
9099 * gdbint.texinfo (REGISTER_NAMES, BREAKPOINT, BIG_BREAKPOINT,
9100 LITTLE_BREAKPOINT, LITTLE_REMOTE_BREAKPOINT,
9101 BIG_REMOTE_BREAKPOINT): Deprecate in favor of REGISTER_NAME and
9102 BREAKPOINT_FROM_PC.
9103
9104Mon Apr 12 16:00:44 1999 Andrew Cagney <cagney@b1.cygnus.com>
9105
9106 * gdbint.texinfo (CALL_DUMMY_STACK_ADJUST_P,
9107 CALL_DUMMY_STACK_ADJUST): Document.
9108
9109Thu Apr 8 17:23:15 1999 Andrew Cagney <cagney@b1.cygnus.com>
9110
9111 * gdbint.texinfo (CALL_DUMMY_P, CALL_DUMMY_WORDS,
9112 SIZEOF_CALL_DUMMY_WORDS, CALL_DUMMY): Define.
9113
91141999-04-02 Stan Shebs <shebs@andros.cygnus.com>
9115
9116 * gdbint.texinfo (MAINTENANCE_CMDS): Remove ref, since it no
9117 longer exists.
9118
9119Tue Mar 9 19:25:11 1999 Stan Shebs <shebs@andros.cygnus.com>
9120
9121 * gdb.texinfo, remote.texi, all-cfg.texi, HPPA-cfg.texi: Remove
9122 nearly all @ifset/@ifclear conditionals; nobody uses them, and
9123 they make the manual source incomprehensible.
9124 * h8-cfg.texi: Remove, hasn't been used in years.
9125
9126Thu Feb 11 18:00:59 1999 Stan Shebs <shebs@andros.cygnus.com>
9127
9128 * gdb.texinfo: Update the credits.
9129
9130Mon Feb 8 17:33:57 1999 Stan Shebs <shebs@andros.cygnus.com>
9131
9132 * gdb.texinfo: Fix mistakes noticed in printout of last
9133 draft, add Alpha to discussion of heuristic fence post.
9134
9135Fri Feb 5 17:20:00 1999 Stan Shebs <shebs@andros.cygnus.com>
9136
9137 * gdb.texinfo, remote.texi: Many changes; update to Seventh
9138 Edition, merge some HP changes into mainline, describe some
9139 previously undocumented features, describe more of the target
9140 commands available, eliminate obsolete section on renamed
9141 commands.
9142 * all-cfg.texi, HPPA-cfg.texi: Remove some obsolete conditionals.
9143
9144Wed Jan 20 17:47:45 1999 Stan Shebs <shebs@andros.cygnus.com>
9145
9146 * gdb.texinfo: Make many HPPA conditionals unconditional,
9147 including catchpoint description, since now on for all configs.
9148 * all-cfg.texi: @clear HPPA, since is mainly for very HP-specific
9149 specializations.
9150
9151Thu Jan 14 17:10:12 1999 Stan Shebs <shebs@andros.cygnus.com>
9152
9153 * Makefile.in (GDBvn.texi): Fix match expression to work with
9154 current format of VERSION in gdb/Makefile.in.
9155 * gdb.texinfo: Fix node ref to match new readline.
9156
9157Wed Jan 13 10:38:40 1999 Edith Epstein <eepstein@sophia.cygnus.com>
9158
9159 * gdb.texinfo: Changes made as part of a project to merge in
9160 changes made by HP. Documentation makes extensive use of
9161 @ifclear HPPA and @ifset HPPA. The HP manual omits doumentation
9162 on remote debugging. There are differences in documentation
9163 (HP vs. non-HP) on C++ support (aCC vs. gnu gcc++). Also,
9164 the HP manual discusses catchpoints, hardware watchpoints, and
9165 some HPUX specific limitations for shared library support.
9166
9167 There are also a number of @node changes.
9168
91691999-01-12 Jason Molenda (jsm@bugshack.cygnus.com)
9170
9171 * gdbint.texinfo (Formatting): Disambiguate a sentence.
9172 (C Usage): Same.
9173
9174Wed Jan 6 11:55:34 1999 David Taylor <taylor@texas.cygnus.com>
9175
9176 The following changes were made by Edith Epstein
9177 <eepstein@cygnus.com> as part of a project to merge in changes
9178 made by HP.
9179
9180 * HPPA-cfg.texi: new file.
9181
9182 * all-cfg.texi: set HPPA for HP PA-RISC targets.
9183
9184 * refcard.tex: change documentation about catch.
9185 removed info catch.
9186
9187Mon Jan 4 18:29:18 1999 Stan Shebs <shebs@andros.cygnus.com>
9188
9189 * gdbint.texinfo: Expand on GDB's coding standards,
9190 specify the use of arg names with prototypes.
9191
91921998-12-14 J.T. Conklin <jtc@redbacknetworks.com>
9193
9194 * gdb.texinfo: Fix tipo.
9195
9196Sun Dec 13 10:27:59 1998 Andrew Cagney <cagney@b1.cygnus.com>
9197
9198 * gdbint.texinfo: Document TARGET_BYTE_ORDER_DEFAULT and
9199 TARGET_BYTE_ORDER_SELECTABLE_P.
9200
9201Thu Dec 10 16:07:09 1998 Andrew Cagney <cagney@b1.cygnus.com>
9202
9203 * gdbint.texinfo (FRAME_FIND_SAVED_REGS): Document.
9204
92051998-12-09 Jim Blandy <jimb@zwingli.cygnus.com>
9206
9207 * agentexpr.texi: New file.
9208
9209Wed Dec 9 21:13:57 1998 Andrew Cagney <cagney@chook>
9210
9211 * gdbint.texinfo (REGISTER_NAME): Replace REGISTER_NAMES.
9212
92131998-12-03 J.T. Conklin <jtc@redbacknetworks.com>
9214
9215 * remote.texi: Changed wording that implied that the GDB remote
9216 protocol caches register values instead of GDB itself.
9217
9218Tue Dec 1 17:45:43 1998 Stan Shebs <shebs@andros.cygnus.com>
9219
9220 * gdbint.texinfo: Add some info about symbol readers.
9221 (CHILL_PRODUCER, etc): Comment out descriptions, not useful.
9222 (IN_SOLIB_CALL_TRAMPOLINE): Rename info from IN_SOLIB_TRAMPOLINE.
9223 (IN_SOLIB_RETURN_TRAMPOLINE): Describe.
9224 (KERNEL_DEBUGGING, MIPSEL): No info about these, remove.
9225
9226Mon Nov 30 11:32:21 1998 Andrew Cagney <cagney@chook>
9227
9228 * gdbint.texinfo (FRAME_CHAIN_VALID_ALTERNATE):
9229
9230Sat Nov 28 13:45:53 1998 Andrew Cagney <cagney@b1.cygnus.com>
9231
9232 * gdbint.texinfo (INNER_THAN): Update, now takes parameters.
9233
9234Fri Nov 27 12:39:45 1998 Andrew Cagney <cagney@chook>
9235
9236 * gdbint.texinfo (NO_SINGLE_STEP): Replace with
9237 SOFTWARE_SINGLE_STEP_P and SOFTWARE_SINGLE_STEP.
9238
9239Wed Oct 14 10:02:40 1998 Andrew Cagney <cagney@b1.cygnus.com>
9240
9241 * gdbint.texinfo: Fix minor typos.
9242
9243Wed Sep 30 18:03:19 1998 Stan Shebs <shebs@andros.cygnus.com>
9244
9245 * gdbint.texinfo: Complete overhaul. Group descriptions more
9246 logically, add more info on generic algorithms, remove much
9247 obsolete and/or wrong material.
9248
9249Fri Jul 24 17:51:38 1998 Ian Lance Taylor <ian@cygnus.com>
9250
9251 * stabs.texinfo (Method Type Descriptor): Expand and correct.
9252
9253Mon May 4 10:37:12 1998 Brian Youmans (3diff@gnu.org)
9254
9255 * refcard.tex: Copyright, address updates.
9256
9257Tue Apr 21 18:09:56 1998 Stan Shebs <shebs@andros.cygnus.com>
9258
9259 * gdb.texinfo (EDITION, DATE): Update and change to use ordinals
9260 for the edition instead of confusing GDB-version-like numbers.
9261
9262Mon Apr 13 14:05:00 1998 Fred Fish <fnf@cygnus.com>
9263
9264 * gdb.texinfo (hbreak, watch): Fix typo, "date" -> "data".
9265
9266Thu Apr 2 16:52:44 1998 Jason Molenda (crash@bugshack.cygnus.com)
9267
9268 * LRS: Reformat a bit to keep text under 80 columns.
9269
9270Thu Apr 2 16:10:36 1998 Stan Shebs <shebs@andros.cygnus.com>
9271
9272 * gdb.texinfo: Add some credits, mention bug monitor.
9273 * remote.texi: Mention mips monitor targets.
9274 * gdbint.texinfo: Describe SP_REGNUM, STEP_SKIPS_DELAY.
9275
9276Mon Feb 2 17:13:03 1998 Stan Shebs <shebs@andros.cygnus.com>
9277
9278 * gdbint.texinfo: Remove obsolete mentions of pinsn.c and opcode.h
9279 files, finish sorting of host vs target vs native macros, describe
9280 some more of them.
9281
9282Tue Jan 13 16:44:50 1998 Fred Fish <fnf@cygnus.com>
9283
9284 * gdbint.texinfo (Host Conditionals): Document change from
9285 using NO_MMALLOC to it's inverse, USE_MMALLOC.
9286
9287Mon Nov 24 13:55:21 1997 Andrew Cagney <cagney@b1.cygnus.com>
9288
9289 * gdbint.texinfo (Host Conditionals): Document
9290 PRINTF_HAS_LONG_DOUBLE, SCANF_HAS_LONG_DOUBLE, HAVE_LONG_DOUBLE.
9291
9292Fri Jul 4 14:52:31 1997 Ian Lance Taylor <ian@cygnus.com>
9293
9294 * gdbint.texinfo (Host Conditionals): Add CRLF_SOURCE_LINES.
9295 Document LSEEK_NOT_LINEAR.
9296
9297Tue Mar 25 14:44:09 1997 Ian Lance Taylor <ian@cygnus.com>
9298
9299 * stabs.texinfo (Stab Section Basics): Make it clear that only
9300 some versions of the GNU linker remove the leading N_UNDF symbol.
9301
9302Thu Feb 27 17:45:19 1997 Ian Lance Taylor <ian@cygnus.com>
9303
9304 * stabs.texinfo (String Field): Document type number pairs here,
9305 instead of in the Sun specific section.
9306 (Include Files): The GNU linker supports the N_BINCL
9307 optimization. Clarify the N_BINCL value, and what it is used
9308 for.
9309 (Procedures): Document N_FUN with an empty string to mark the end
9310 of a function.
9311 (Typedefs): Mention that Sun compilers may use N_GSYM for a type.
9312 (Sun Differences): Remove this node, as the information is now
9313 elsewhere in the main document.
9314 (Stab Section Basics): Mention that the GNU linker may optimize
9315 stabs and remove the leading N_UNDF symbol.
9316
9317Mon Dec 9 12:23:32 1996 Roland Pesch <roland@wrs.com>
9318
9319 * gdb.texinfo, refcard.tex: Restore author credit
9320
9321Wed Oct 2 22:01:36 1996 Fred Fish <fnf@fishfood.ninemoons.com>
9322
9323 * gdbint.texinfo (SIGTRAMP_START, SIGTRAMP_END): Update
9324 documentation to account for START and END macros taking
9325 one arg.
9326
9327Thu Aug 22 17:59:03 1996 Fred Fish <fnf@cygnus.com>
9328
9329 From: Eberhard Mattes <mattes@azu.informatik.uni-stuttgart.de>
9330 * gdb.texinfo (Frames): Fix typo.
9331
9332Tue Jul 23 10:06:20 1996 Fred Fish <fnf@cygnus.com>
9333
9334 * gdbint.texinfo (NO_SINGLE_STEP): Document that single_step takes
9335 a target_signal as arg type, not a pid.
9336
9337Fri Jul 12 11:10:05 1996 Stu Grossman (grossman@critters.cygnus.com)
9338
9339 * gdb.texinfo: Document `set assembly-language'.
9340
9341Thu Jul 11 13:50:28 1996 Stan Shebs <shebs@andros.cygnus.com>
9342
9343 * remote.texi: Update list of stubs in the GDB distribution.
9344
9345Fri Jul 5 15:38:54 1996 Fred Fish <fnf@cygnus.com>
9346
9347 * gdbint.texinfo (NO_MMCHECK): Renamed from NO_MMALLOC_CHECK.
9348 Also document that some systems can use mmalloc but must define
9349 this if their C runtime allocates memory that is later freed.
9350 (MMCHECK_FORCE): Document new macro.
9351
9352Fri Jun 28 22:17:10 1996 Dawn Perchik <dawn@cygnus.com>
9353
9354 * remote.texi: Add documentation for target Sparclet.
9355
9356Mon Jun 24 18:12:22 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
9357
9358 * Makefile.in (srcdir, VPATH, prefix, infodir, INSTALL,
9359 INSTALL_PROGRAM, INSTALL_DATA): Use autoconf set values.
9360 * configure.in: Rewritten for autoconf.
9361 * configure: New.
9362
9363Mon Jun 17 10:43:41 1996 Fred Fish <fnf@cygnus.com>
9364
9365 * Makefile.in (DVIPS): New define, set to dvips.
9366 (dvi): Add stabs.dvi.
9367 (ps): New target.
9368 (all-doc): Depend on info, dvi, and ps targets.
9369 (STAGESTUFF): Add *.ps and *.dvi files.
9370 (clean-info, clean-dvi): Remove.
9371 (mostlyclean): Does not depend upon clean-info or clean-dvi,
9372 rules completely rewritten.
9373 (maintainer-clean): Remove clean-info and clean-dvi
9374 dependencies and put their actions in the rules.
9375 (gdb.ps): New target
9376 (gdb.dvi, gdbgui.dvi, gdbint.dvi, stabs.dvi): Remove
9377 intermediate TeX files, whether they have 2 or 3 character
9378 extensions.
9379 (gdbint.ps): Add target and rules.
9380 (gdb-internals): Delete unused target.
9381 (Makefile): Depends upon config.status also.
9382
9383Sat Mar 30 15:46:58 1996 Fred Fish <fnf@cygnus.com>
9384
9385 * gdbint.texinfo (CC_HAS_LONG_LONG): Clarify when/how this is
9386 set.
9387
9388Sat Mar 16 15:10:20 1996 Fred Fish <fnf@cygnus.com>
9389
9390 From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>
9391 * gdb.texinfo (Expressions): Fix erroneous array constant example.
9392
9393Sat Mar 16 13:28:45 1996 Fred Fish <fnf@cygnus.com>
9394
9395 * gdb.texinfo: Add missing "@bullet" to some "@itemize" commands.
9396
9397Sat Feb 10 03:28:36 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
9398
9399 * gdb.texinfo (Print settings): Document
9400 `set/show print static-members' commands.
9401
9402Wed Jan 10 14:16:37 1996 Fred Fish <fnf@cygnus.com>
9403
9404 * gdbint.texinfo (Native): Document name change, coredep.c to
9405 core-aout.c.
9406
9407Wed Dec 13 12:35:28 1995 Ian Lance Taylor <ian@cygnus.com>
9408
9409 * stabs.texinfo (Include Files): Document the values the SunOS4
9410 linker creates for N_BINCL/N_EINCL/N_EXCL stabs.
9411
9412Fri Dec 8 21:08:44 1995 Fred Fish <fnf@cygnus.com>
9413
9414 * gdbint.texinfo (Releases): Change gdb.tar.Z to gdb.tar.gz.
9415 Fix typo.
9416
9417Fri Dec 1 11:07:50 1995 Fred Fish <fnf@cygnus.com>
9418
9419 * gdbint.texinfo (Releases): Make "gdb.tar.gz" rather than
9420 "gdb.tar.Z".
9421
9422Wed Sep 20 13:14:10 1995 Ian Lance Taylor <ian@cygnus.com>
9423
9424 * Makefile.in (maintainer-clean): New target, synonym for
9425 realclean.
9426
9427Thu Aug 3 10:45:37 1995 Fred Fish <fnf@cygnus.com>
9428
9429 * Update all FSF addresses except those in COPYING* files.
9430
9431Wed Jul 19 18:43:03 1995 Stan Shebs <shebs@andros.cygnus.com>
9432
9433 From Richard Earnshaw (rearnsha@armltd.co.uk):
9434 * gdb.texinfo (convenience variables): Document $_exitcode.
9435 (quit): Document optional expression to use as exit code.
9436
9437Thu Jun 22 21:27:33 1995 Victoria Mixon <victoria@cygnus.com>
9438
9439 * gdb.texinfo, remote.texi: Brought up to date with various
9440 GDB changes.
9441
9442Tue Jun 20 14:35:38 1995 Stan Shebs <shebs@andros.cygnus.com>
9443
9444 * gdb.texinfo: Update dates and versions, fix comments about
9445 hardware watchpoints in future releases and about the
9446 sharedlibrary command.
9447
9448Mon May 8 09:30:36 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
9449
9450 * stabs.texinfo: Remove node `XCOFF differences'. Describe value of
9451 C_FUN stab. Other cleanups.
9452
9453Wed Apr 19 07:02:19 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
9454
9455 * remote.texi (Bootstrapping): Clarify that flush_i_cache is only
9456 for the sparc stub.
9457
9458Tue Apr 11 11:41:49 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
9459
9460 * annotate.texi: Clarify which addresses have differing formats
9461 depending on the language and which do not.
9462
9463Tue Mar 28 16:56:22 1995 J.T. Conklin <jtc@rtl.cygnus.com>
9464
9465 * remote.texi (NetWare): Changed example to use BOARD= instead of
9466 NODE= argument to reflect correspoding change to gdbserve.nlm.
9467
9468Fri Mar 17 06:47:02 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
9469
9470 * stabs.texinfo (Negative Type Numbers): Mention the fact that
9471 GDB, as well as AIX dbx, supports the size type attribute.
9472
9473Thu Mar 16 12:11:32 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
9474
9475 * stabs.texinfo (Negative Type Numbers): Document types -31 to -34.
9476
9477Mon Mar 13 16:49:13 1995 Per Bothner <bothner@kalessin.cygnus.com>
9478
9479 * gdb.texinfo (Define): Document $arg0... arguments to commands,
9480 and new 'if' and 'while' commands.
9481
9482Fri Feb 17 15:24:35 1995 Per Bothner <bothner@kalessin.cygnus.com>
9483
9484 * gdb.texinfo (Artificial arrays): Note use of coerce-to-array-type.
9485
9486Wed Feb 15 11:59:18 1995 J.T. Conklin <jtc@rtl.cygnus.com>
9487
9488 * all-cfg.texi: New flag, GDBSERVE, for NetWare's gdbserve.nlm.
9489 * remote.texi (NetWare): New node, how to use gdbserve.nlm on
9490 NetWare targets. Mostly stolen from the Server node.
9491
9492Fri Feb 10 20:20:08 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
9493
9494 * gdb.texinfo (Setting): Talk about the language of a source file
9495 versus the working language. The old documentation did not match
9496 what GDB did.
9497
9498Wed Feb 1 20:26:36 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
9499
9500 * stabs.texinfo (Source Files): Document N_SO used to mark the end
9501 of a source file.
9502
9503Mon Jan 23 14:23:37 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
9504
9505 * gdb.texinfo (Processes): New node.
9506
9507Tue Jan 17 14:09:03 1995 Ian Lance Taylor <ian@sanguine.cygnus.com>
9508
9509 * remote.texi: Update documentation of set/show mipsfpu.
9510
9511Fri Jan 6 17:17:28 1995 Stan Shebs <shebs@andros.cygnus.com>
9512
9513 * gdbgui.texinfo: New file, manual for GUI (gdbtk) users.
9514 * Makefile.in (gdbgui.dvi, gdbgui.info): New actions.
9515
9516Sun Sep 4 16:47:21 1994 Stan Shebs (shebs@andros.cygnus.com)
9517
9518 * gdbint.texinfo: Removed mentions of some incorrectly placed and
9519 obsolete conditionals, described some others.
9520
9521Mon Aug 1 15:42:39 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
9522
9523 * gdbint.texinfo: Remove references to BROKEN_LARGE_ALLOCA and
9524 SET_STACK_LIMIT_HUGE; they were removed from GDB 14 May 1994.
9525
9526Mon Aug 1 15:12:02 1994 Stan Shebs (shebs@andros.cygnus.com)
9527
9528 * gdbint.texinfo: Put regex conditionals in their own table.
9529
9530Tue Jul 26 18:32:52 1994 Stan Shebs (shebs@andros.cygnus.com)
9531
9532 * gdbint.texinfo: Removed mentions of many obsolete conditionals,
9533 described or fixed the descriptions of many others.
9534
9535Sun Jul 17 14:14:03 1994 Stan Shebs (shebs@andros.cygnus.com)
9536
9537 * gdb.texinfo: Add some more credits.
9538 * gdbint.texinfo: Capitalize GDB consistently, describe some
9539 macros and remove some.
9540
9541Thu Jul 14 18:43:17 1994 Stan Shebs (shebs@andros.cygnus.com)
9542
9543 * gdbint.texinfo: Removed mentions of many incorrectly placed and
9544 obsolete conditionals, described some others.
9545
9546Tue Jul 12 12:23:15 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
9547
9548 * gdb.texinfo (help targets): Changed to `help target', which
9549 is the correct gdb command.
9550
9551Wed Jun 22 18:00:51 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
9552
9553 * annotate.texi (TODO): New node, for keeping track of annotations
9554 suggested but not yet implemented.
9555
9556Wed Jun 1 16:10:45 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
9557
9558 * stabs.texinfo (Statics): Value of xcoff C_BSTAT points to
9559 another symbol, it is not the address itself.
9560
9561Thu May 5 20:23:36 1994 Stan Shebs (shebs@andros.cygnus.com)
9562
9563 * stabs.texinfo (Stab Section Basics): Add comment about alignment
9564 of stabs-in-coff sections.
9565
9566Wed May 4 06:26:11 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
9567
9568 * annotate.texi: Change edition to 0.5 and date to May 1994.
9569 Add index.
9570 (Frames): New node, for frame annotation.
9571 (Displays): New node, for display annotation.
9572
9573 * remote.texi (MIPS Remote): Say that set timeout doesn't apply
9574 when waiting for your program to stop.
9575
9576Fri Apr 29 18:24:46 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
9577
9578 * annotate.texi (Breakpoint Info): Document annotation of header
9579 fields and record annotation.
9580
9581Thu Apr 28 07:44:28 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
9582
9583 * annotate.texi: New file, to document annotations.
9584
9585Thu Apr 21 14:20:51 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
9586
9587 * Makefile.in (clean): Don't remove GDBvn.texi (apparently on Jan
9588 16 I meant to make this change but did not). Do remove gdb-cfg.texi.
9589
9590Wed Apr 20 11:22:48 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
9591
9592 * stabs.texinfo (Stab Section Basics): Say what is in .stab
9593 section, and say n_strx field is compilation unit relative.
9594 * stabs.texinfo: Don't use @code for a.out when it is the name of
9595 an object file format.
9596
9597Wed Apr 13 20:29:54 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
9598
9599 * gdb.texinfo: Refer to file names, not path names, per rms
9600 convention.
9601 (Arguments): Fix typo.
9602
9603Thu Mar 24 08:09:12 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
9604
9605 * stabs.texinfo (Global Variables): Talk about stabs in files
9606 where variables are referenced, but not defined.
9607
9608Wed Mar 23 07:16:36 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
9609
9610 * stabs.texinfo: Move stuff on @ and # type descriptors from node
9611 Cplusplus to new nodes Member Type Descriptor and Method Type
9612 Descriptor. Re-write stuff for #.
9613
9614Wed Mar 16 08:20:19 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
9615
9616 * gdb.texinfo (Print Settings): Don't document "set print
9617 fast-symbolic-addr off". The bug which it worked around was fixed
9618 on 25 Feb 94 in coffread.c, so I'm nuking the command.
9619
9620 * stabs.texinfo (Alternate Entry Points): New node, rewritten from
9621 N_ENTRY node.
9622
9623 * stabs.texinfo (Type Descriptors): Add 'Y' type descriptor.
9624
9625Tue Mar 15 08:43:02 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
9626
9627 * gdbint.texinfo (Host Conditionals, Target Conditionals): Remove
9628 references to ieee-float.c.
9629
9630Fri Mar 11 08:09:40 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
9631
9632 * gdb.texinfo (Set Breaks): Update documentation for tbreak to
9633 match what the code actually does.
9634
9635Wed Mar 9 19:43:05 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
9636
9637 * stabs.texinfo (Symbol Descriptors): Add OS9000 symbol descriptor s.
9638
9639Tue Mar 1 17:04:43 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
9640
9641 * stabs.texinfo (Type Descriptors): Add OS9000 type descriptors c,
9642 i, and b.
9643
9644Wed Feb 23 10:44:18 1994 Jim Kingdon (kingdon@rtl.cygnus.com)
9645
9646 * stabs.texinfo: Document N_RBRAC as function relative for COFF as
9647 well as for ELF and SOM. Unify the descriptions of ELF and SOM
9648 as "stabs in sections" rather than just saying "ELF and SOM".
9649 Also make that stuff apply to COFF.
9650
9651Fri Feb 18 08:25:58 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
9652
9653 * gdb.texinfo (Formatting Documentation): Change GhostScript to
9654 Ghostscript.
9655
9656Fri Feb 4 06:31:31 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
9657
9658 * gdb.texinfo (Continuing and Stepping): When talking about "step"
9659 versus functions without line numbers, also mention stepping into
9660 them as well as "step" when you are in them. Tell the user how to
9661 deal with the situation. Add comment about "debugging information".
9662
9663Thu Feb 3 11:39:59 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
9664
9665 * stabs.texinfo (Enumerations): Document restriction on where
9666 enumeration types can appear and still win with GDB.
9667
9668Wed Feb 2 11:29:17 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
9669
9670 * stabs.texinfo (Negative Type Numbers): Document format for type
9671 -16.
9672
9673Thu Jan 27 16:53:56 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
9674
9675 * gdb.texinfo (Selection, Frame Info): Update information about
9676 arbitrary frame specficiations.
9677
9678Wed Jan 26 15:31:57 1994 Roland H. Pesch (pesch@fowanton.cygnus.com)
9679
9680 * gdb.texinfo, remote.texi: general editing pass prior to Net release
9681
9682Tue Jan 25 12:12:04 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
9683
9684 * stabs.texinfo (String Field): Discuss continuing stabs with ?.
9685
9686Wed Jan 19 06:39:24 1994 David J. Mackenzie (djm@thepub.cygnus.com)
9687
9688 * stabs.texinfo (Non-Stab Symbol Types): Mention N_SET* | N_EXT.
9689
9690Sun Jan 16 12:43:32 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
9691
9692 * stabs.texinfo: Re-do stuff about C_BSTAT and move from XCOFF
9693 Differences node to Statics node.
9694 (Statics): Discuss XCOFF use of V symbol descriptor.
9695
9696 * Makefile.in: Remove refcard.dvi and GDBvn.texi in realclean,
9697 not clean.
9698
9699Wed Jan 12 21:29:54 1994 John Gilmore (gnu@cygnus.com)
9700
9701 * gdb.texinfo (Print Settings): Document `set print
9702 fast-symbolic-addr' and improve the doc for some other
9703 `set print's.
9704
9705Mon Jan 3 17:23:07 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
9706
9707 * stabs.texinfo (String Field): Talk about defining several type
9708 numbers at once.
9709 Fix lint regarding changing node ELF Transformations to
9710 ELF and SOM Transformations.
9711
9712Fri Dec 31 00:42:43 1993 John Gilmore (gnu@cygnus.com)
9713
9714 * stabs.texinfo: Insert Peter Kessler's name as inventor (I think).
9715
9716Tue Dec 28 09:30:40 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9717
9718 * stabs.texinfo (Cross-References): `::' is for nested types only
9719 within <>.
9720 (Structures): Document static members.
9721
9722Mon Dec 27 13:55:04 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9723
9724 * stabs.texinfo: Document S type attribute.
9725
9726Sun Dec 26 20:46:36 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
9727
9728 * stabs.texinfo: Add notes about stabs-in-som where appropriate.
9729
9730Fri Dec 3 19:13:19 1993 John Gilmore (gnu@cygnus.com)
9731
9732 * gdbint.texinfo: Fix a few typos.
9733
9734Sun Nov 28 18:06:25 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
9735
9736 * gdb.texinfo, remote.texi: formatting improvements
9737
9738 * gdb.texinfo (New Features): mention threads.
9739 (Summary, C): fix xrefs in newly contributed text.
9740 (Threads): index entries, clarifications, example
9741 (passim): minor typos fixed, phrasing improvements
9742
9743 * remote.texi (Bootstrapping): rephrase text on ^C and add index
9744 entries; (Server): explain use of gdbserver w/real-time systems,
9745 add example of conflicting TCP port; (MIPS Remote) break up
9746 running text into table, highlighting commands, and add example.
9747
9748Wed Nov 24 14:15:56 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
9749
9750 * refcard.tex: avoid bad linebreaks even when REFEDITS=psrc.sed
9751
9752Fri Nov 12 16:10:58 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9753
9754 * stabs.texinfo (Nested Symbols): New node.
9755 (String Field, Symbol Descriptors, Cross-References): Refer to it.
9756
9757Thu Nov 11 13:26:45 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9758
9759 * stabs.texinfo (Stabs in ELF): Clarify how Bbss.bss work with respect
9760 to picking which Bbss.bss symbol to use, and (because there seems to
9761 be no good way of doing it) re-write some of the text to make it
9762 sound like Bbss.bss isn't such a great idea after all (as currently
9763 designed).
9764
9765 * gdb.texinfo (C): In addition to saying people have to use g++ for
9766 good results, say they have to use stabs. Specifically say cfront
9767 doesn't work well.
9768 (Summary): Merge in information on Modula-2, Pascal, and Chill from
9769 the gdb README. Add xrefs to places where the support for the various
9770 languages is described in detail.
9771
9772Mon Nov 8 11:47:34 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9773
9774 * stabs.texinfo: Clean up stuff about visibility and virtual
9775 characters.
9776
9777 * stabs.texinfo (N_M2C): Cite Sun doc.
9778
9779Fri Nov 5 16:27:27 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
9780
9781 * gdb.texinfo: updates re threads.
9782 * remote.texinfo: avoid index entries starting with digits.
9783
9784Tue Nov 2 09:08:37 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9785
9786 * stabs.texinfo (Enumerations): Talk about large, negative and
9787 octal values. Clean up cross reference to type attributes.
9788 (String Field): Say that GDB 4.11 supports size attribute.
9789
9790Sun Oct 31 13:31:10 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9791
9792 * remote.texi (VxWorks Remote): Clarify that rebuilding VxWorks kernel
9793 is a mandatory step. Make the stuff about that more concise.
9794
9795Wed Oct 27 00:25:46 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9796
9797 * stabs.texinfo (Class Names): New node.
9798
9799 * gdb.texinfo (Command Files): Explain order of init file reading.
9800
9801 * remote.texi (Bootstrapping): Talk about getting the serial driver
9802 to deal with ^C sent by gdb to stop the remote system.
9803
9804Mon Oct 25 03:25:41 1993 Tom Lord (lord@cygnus.com)
9805
9806 * libgdb.texinfo (I/O): incorporated better phrasing from rich.
9807
9808 * libgdb.texinfo (Defining Commands): made the DOC arg
9809 to gdb_define_app_command a char * instead of char **
9810 per a suggestion from kingdon.
9811
9812 * libgdb.texinfo: total rewrite from a different starting
9813 premise.
9814
9815Wed Oct 20 18:07:44 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9816
9817 * stabs.texinfo (Local Variable Parameters): Re-write paragraph on
9818 floats passed as doubles (to improve clarity).
9819
9820Tue Oct 19 14:21:18 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
9821
9822 * gdb.texinfo (Source Path): index entries for $cwd, $pdir
9823
9824 * a4rc.sed: update to work with Andreas Vogel papersize params
9825
9826 * refcard.tex: use Andreas Vogel simplifications of papersize
9827 params; remove useless version info; update copyright date.
9828
9829Tue Oct 19 10:46:22 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9830
9831 * gdb.texinfo (Symbols): Add class NAME to doc for ptype.
9832
9833Tue Oct 12 09:11:45 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9834
9835 * gdb.texinfo (Files): Say what address the load command loads it at.
9836
9837 * stabs.texinfo (Common Blocks): Minor cleanups.
9838
9839 * stabs.texinfo: Update ld stabs in elf relocation to reflect the fact
9840 that Sun has backed away from the linker kludge and thus the relevant
9841 issue is changes to the SunPRO tools, not the Solaris linker.
9842
9843 * stabs.texinfo (Traditional Integer Types): Clean up description
9844 of octal bounds a little bit. Document extra leading zeroes.
9845
9846Thu Oct 7 16:15:37 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9847
9848 * gdb.texinfo (Signaling): Update for symbolic symbol names
9849 and add a section explaining the difference between the GDB
9850 signal command and the shell kill utility.
9851
9852Wed Oct 6 13:23:01 1993 Tom Lord (lord@rtl.cygnus.com)
9853
9854 * libgdb.texinfo: added `@' to braces that were unescaped.
9855
9856Mon Oct 4 10:42:18 1993 Tom Lord (lord@rtl.cygnus.com)
9857
9858 * libgdb.texinfo: new file. Spec for the gdb library.
9859
9860Sun Oct 3 15:26:56 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9861
9862 * stabs.texinfo (Include Files): Fix typo (start -> end).
9863
9864Thu Sep 30 18:24:56 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
9865
9866 * gdb.texinfo, remote.texi: assorted small improvements, mostly
9867 from Melissa at FSF's editing pass.
9868
9869Thu Sep 30 11:54:38 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9870
9871 * gdb.texinfo: Remove stuff about ar and 14 character filenames.
9872 I believe this was fixed by the 13 Sep 89 change to print_frame_info.
9873 Also, modern versions of ar like BSD 4.4 or SVR4 don't have this bug.
9874
9875Wed Sep 22 21:22:11 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9876
9877 * remote.texi (Bootstrapping): Discuss 386 call gates.
9878
9879Sat Sep 18 17:10:44 1993 Jim Kingdon (kingdon@poseidon.cygnus.com)
9880
9881 * stabs.texinfo (Based Variables): New node.
9882
9883Thu Sep 16 17:48:55 1993 Jim Kingdon (kingdon@cirdan.cygnus.com)
9884
9885 * stabs.texinfo (Negative Type Numbers): Re-write discussions of
9886 names, sizes, and formats to suggest how not to lose.
9887
9888Sat Sep 11 09:35:11 1993 Jim Kingdon (kingdon@poseidon.cygnus.com)
9889
9890 * stabs.texinfo (Methods): Fix typo.
9891
9892Fri Sep 10 06:34:20 1993 David J. Mackenzie (djm@thepub.cygnus.com)
9893
9894 * gdb.texinfo: Fix a few typos.
9895
9896Wed Sep 8 09:11:52 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9897
9898 * gdb.texinfo: Clarify how well it works with Fortran.
9899
9900 * stabs.texinfo (Stabs In ELF, Statics, ELF Transformations):
9901 More on relocating stabs in ELF files.
9902
9903Tue Sep 7 13:45:02 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9904
9905 * stabs.texinfo (Stabs In ELF): Talk about N_FUN value.
9906
9907Mon Sep 6 19:23:18 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9908
9909 * stabs.texinfo (Local Variable Parameters): Talk about nameless
9910 parameters on VAX.
9911
9912Fri Sep 3 17:06:08 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
9913
9914 * gdb.texinfo: @up/@down -> @raisesections/@lowersections
9915
9916Fri Sep 3 12:04:15 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9917
9918 * stabs.texinfo: Make info author notice match the TeX author notice.
9919
9920Tue Aug 31 13:21:06 1993 David J. Mackenzie (djm@thepub.cygnus.com)
9921
9922 * stabs.texinfo: Initial-caps all words in node names and
9923 non-trivial words in section names.
9924
9925Mon Aug 30 11:13:16 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9926
9927 * stabs.texinfo: Many minor cleanups.
9928
9929 * stabs.texinfo: Remove @deffn except from Expanded Reference node.
9930
9931Sat Aug 28 12:08:09 1993 David J. MacKenzie (djm@edison.eng.umd.edu)
9932
9933 * stabs.texinfo: Remove full description of big example.
9934 It's not really helpful; just use pieces of it where appropriate.
9935 Add more Texinfo formatting directives (@samp, etc.).
9936 Use @deffn to define stab types.
9937 Eliminate some wordiness. Break up some nodes.
9938 Add an (alphabetized) index of symbol types.
9939 Use consistent capitalization style in node and section names.
9940
9941Thu Aug 26 06:36:31 1993 Fred Fish (fnf@deneb.cygnus.com)
9942
9943 * gdb.texinfo: Change typo "Two two" to "The two".
9944
9945Sun Aug 22 12:15:18 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9946
9947 * stabs.texinfo (XCOFF-differences): Remove references to
9948 non-existent types N_DECL and N_RPSYM.
9949
9950 * stabs.texinfo (String Field): Say that type attributes bug is
9951 fixed in GDB 4.10, since it is.
9952
9953 * stabs.texinfo: Clean up djm cleanups, and more cleanups of my own.
9954
9955Sat Aug 21 04:32:28 1993 David MacKenzie (djm@cygnus.com)
9956
9957 * stabs.texinfo: Formatting cleanups.
9958
9959Fri Aug 20 20:49:53 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9960
9961 * stabs.texinfo: When explaining the n_type of a stab, standardize
9962 how we do it ('#' as a comment indicator, "36 is N_FUN" as text,
9963 no tabs, use @r).
9964 (Global Variables): Clean up.
9965
9966Tue Aug 17 15:57:27 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9967
9968 * stabs.texinfo (Stack Variables): Re-write.
9969
9970Mon Aug 16 21:20:08 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9971
9972 * stabs.texinfo (Stabs-in-elf): Talk about getting the start
9973 addresses of a source file. Also revise formatting.
9974 Change "object module" or "object file" to "source file".
9975 Various: Miscellaneous cleanups.
9976
9977Thu Aug 12 15:11:51 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9978
9979 * stabs.texinfo: Point to mangling info in gcc's gpcompare.texi.
9980
9981Tue Aug 10 16:57:49 1993 Stan Shebs (shebs@rtl.cygnus.com)
9982
9983 * gdbint.texinfo: Removed many nonsensical machine-collected
9984 host and target conditionals, described some of the remainder.
9985
9986Tue Aug 10 13:28:30 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9987
9988 * gdbint.texinfo (Getting Started): Use @itemize, not @table.
9989
9990 * gdbint.texinfo (Top): Add name to @top line, and re-write the
9991 paragraph which follows.
9992
9993 * gdbint.texinfo (Host): Use @code not @samp for Makefile
9994 variables. Looks better and avoids overful hbox.
9995
9996Fri Jul 30 18:26:21 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9997
9998 * stabs.texinfo (Procedures): Improve stuff on nested functions.
9999
10000Thu Jul 29 15:10:58 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
10001
10002 * remote.texi: (MIPS Remote) clearer doc for set/show timeout,
10003 retransmit-timeout
10004
10005Thu Jul 29 13:16:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10006
10007 * gdbint.texinfo: Update statement about `some ancient Unix
10008 systems, like Ultrix 4.0' to Ultrix 4.2.
10009
10010Wed Jul 28 15:26:53 1993 Roland H. Pesch (pesch@el_bosque.cygnus.com)
10011
10012 * h8-cfg.texi, all-cfg.texi: new flag GDBSERVER
10013
10014 * Makefile.in: depend on remote.texi rather than gdbinv-s.texi
10015
10016 * remote.texi: (Server) New node on gdbserver. (Remote Serial,
10017 ST2000 Remote, MIPS Remote): mention `host:port' syntax for TCP.
10018
10019 * remote.texi: new name for former gdbinv-s.texi
10020
10021 * gdb.texinfo: use remote.texi rather than gdbinv-s.texi
10022
10023Wed Jul 28 08:26:24 1993 Ian Lance Taylor (ian@cygnus.com)
10024
10025 * gdbinv-s.texi: Documented timeout and retransmit-timeout
10026 variables for MIPS remote debugging protocol.
10027
10028Mon Jul 26 13:00:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10029
10030 * stabs.texinfo (Negative Type Numbers): FORTRAN LOGICAL fix.
10031
10032Tue Jul 20 16:30:41 1993 Jim Kingdon (kingdon@deneb.cygnus.com)
10033
10034 * Makefile.in (refcard.dvi): Use srcdir where necessary.
10035
10036Mon Jul 19 12:02:50 1993 Roland H. Pesch (pesch@cygnus.com)
10037
10038 * gdb.texinfo: repair conditional bugs in text markup
10039
10040Fri Jul 16 18:57:50 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
10041
10042 * gdb.texinfo, all-cfg.texi, h8-cfg.texi: introduce MOD2 switch
10043 to select Modula-2 material.
10044
10045Thu Jul 15 13:15:01 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10046
10047 * stabs.texinfo: Cleanups regarding statics.
10048
10049 * gdbinv-s.texi (Bootstrapping): Document exceptionHandler.
10050 (Debug Session): Mention exceptionHandler. Add xref to Bootstrapping.
10051
10052Mon Jul 12 13:37:02 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10053
10054 * stabs.texinfo: N_MAIN is sometimes used for C.
10055
10056Fri Jul 9 09:47:02 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
10057
10058 * gdbint.texinfo (Host, Target Conditionals): Remove TM_FILE_OVERRIDE.
10059
10060Tue Jul 6 12:41:28 1993 John Gilmore (gnu@cygnus.com)
10061
10062 * gdbint.texinfo (Target Conditionals): Remove NO_TYPEDEFS,
10063 removed from the code by Kingdon.
10064
10065Tue Jul 6 12:24:34 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10066
10067 * gdb.texinfo (Break Commands): Remove stuff about flushing terminal
10068 input when evaluating breakpoint conditions; the bug has been fixed.
10069
10070 * gdb.texinfo (Continuing and Stepping): Argument to "continue"
10071 sets the ignore count to N-1, not to N.
10072
10073Thu Jul 1 14:57:42 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
10074
10075 * refcard.tex (\hoffset): correct longstanding error to match
10076 intended offset; avoids cutting off edge on some printers
10077
10078Wed Jun 30 18:23:06 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10079
10080 * stabs.texinfo (Parameters): Say that order of stabs is significant.
10081
10082Fri Jun 25 21:34:52 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10083
10084 * stabs.texinfo (Common Blocks): Say what Sun FORTRAN does.
10085
10086Fri Jun 25 16:15:10 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
10087
10088 * Makefile.in: (REFEDITS) new var to control whether PS or CM
10089 fonts and whether US or A4 paper for GDB refcard; (refcard.dvi)
10090 collect sed edits if any, apply to refcard before formatting;
10091 (refcard.ps) stop implying PS fonts if PS output requested;
10092 (lrefcard.ps) delete extra target for variant PS fonts
10093
10094 * refcard.tex: parametrize papersize dependent info, collect
10095 in easily replaced spot
10096
10097 * a4rc.sed: new file, edits to refcard for A4 paper
10098
10099Fri Jun 25 14:21:46 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10100
10101 * stabs.texinfo (Negative Type Numbers): Type -16 is 4 bytes.
10102
10103Wed Jun 23 15:02:50 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10104
10105 * stabs.texinfo (Negative Type Numbers): Minor character cleanups.
10106
10107Tue Jun 22 16:31:52 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10108
10109 * stabs.texinfo: Express disapproval of 'D' symbol descriptor
10110 politely rather than rudely.
10111
10112Fri Jun 18 19:42:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10113
10114 * stabs.texinfo: Document common blocks.
10115
10116Fri Jun 18 12:12:57 1993 Fred Fish (fnf@cygnus.com)
10117
10118 * stabs.texinfo: Add some basic info about stabs-in-elf.
10119
10120Fri Jun 18 13:57:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10121
10122 * stabs.texinfo (Top): Minor cleanup.
10123
10124Mon Jun 14 16:16:51 1993 david d `zoo' zuhn (zoo at rtl.cygnus.com)
10125
10126 * Makefile.in (install-info): remove parentdir support
10127
10128Tue Jun 15 18:11:39 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
10129
10130 * gdb.texinfo (Copying): delete this node and references to it;
10131 RMS says this manual need not carry GPL. (passim): Improvements
10132 from last round at FSF, largely due to Ian Taylor review, and
10133 minor formatting improvements.
10134
10135 * gdbinv-s.texi (passim): Improvements from last round at FSF,
10136 largely due to Ian Taylor review. (Debug Session): minor edits to
10137 new text.
10138
10139Sun Jun 13 12:52:39 1993 Jim Kingdon (kingdon@cygnus.com)
10140
10141 * Makefile.in (realclean): Remove info and dvi files too.
10142
10143Sat Jun 12 16:09:22 1993 Jim Kingdon (kingdon@cygnus.com)
10144
10145 * {all,h8}-config.texi: Rename to *-cfg.texi for 14 char filenames.
10146 * Makefile.in: Change accordingly. gdb-config.texi -> gdb-cfg.texi.
10147 * gdb.texinfo: Change accordingly.
10148
10149 * stabs.texinfo: Clean up N_{L,R}BRAC. Discuss what addresses of
10150 N_{L,R}BRAC,N_SLINE are relative to.
10151
10152Fri Jun 11 15:15:55 1993 Jim Kingdon (kingdon@cygnus.com)
10153
10154 * Makefile.in (GDBvn.texi): Update atomically.
10155
10156Wed Jun 9 10:58:16 1993 Jim Kingdon (kingdon@cygnus.com)
10157
10158 * gdbinv-s.texi (Debug Session): Document exceptionHook.
10159
10160Tue Jun 8 13:42:04 1993 Jim Kingdon (kingdon@cygnus.com)
10161
10162 * gdb.texinfo (Print Settings): Move all stuff relating to symbolic
10163 addresses together. Also motivate the set print symbol-filename
10164 command and suggest other solutions.
10165
10166Tue Jun 1 22:46:43 1993 Fred Fish (fnf@cygnus.com)
10167
10168 * gdb.texinfo (set print elements): Note that the number of
10169 elements is set to unlimited by "set print elements 0".
10170
10171Mon May 31 08:06:55 1993 Jim Kingdon (kingdon@cygnus.com)
10172
10173 * stabs.texinfo (Builtin Type Descriptors): Try to clarify what
10174 NF_LDOUBLE means.
10175 (Stab Types): Include Solaris stab types.
10176 (Procedures): Document Solaris extensions.
10177
10178Thu May 27 06:20:42 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
10179
10180 * gdb.texinfo: Add `set print symbol-filename' doc.
10181
10182Wed May 26 00:26:42 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10183
10184 * stabs.texinfo (Arrays): Talk about type definition vs. type
10185 information.
10186
10187 * stabs.texinfo (Builtin Type Descriptors): Talk about omitting
10188 the trailing semicolon.
10189
10190Tue May 25 14:49:42 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10191
10192 * stabs.texinfo (Line Numbers, Source Files): Re-write these two nodes
10193 and merge in other parts of the document addressing these subjects.
10194 gdbint.texinfo (XCOFF): Remove info which is now in stabs.texinfo.
10195
10196 * stabs.texinfo (Subranges, Arrays): Try to explain about the semicolon
10197 at the end of a range type.
10198
10199 * stabs.texinfo (Subranges): "A offset" and "T offset" are not
10200 AIX extensions.
10201
10202Mon May 24 09:00:33 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10203
10204 * stabs.texinfo (Stabs Format): Misc fixes.
10205
10206Sat May 22 10:40:56 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10207
10208 * stabs.texinfo (Constants): Allow an `e' constant to be non-enum.
10209 (Traditional builtin types): Document convex convention for long long.
10210 (Negative builtin types): Discuss type names, and misc fixes.
10211
10212Fri May 21 11:20:31 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10213
10214 * stabs.texinfo (Builtin Type Descriptors): Document the floating
10215 point types used with @samp{R} type descriptor.
10216 (Symbol Descriptors): Describe how to handle conflict between
10217 different meanings of @samp{P} symbol descriptor.
10218
10219Thu May 20 13:35:10 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10220
10221 * stabs.texinfo: Remove node Quick Reference and put its children
10222 directly under the main menu.
10223
10224 * stabs.texinfo: Many more changes to bring it into line with
10225 AIX documentation and reality. I think it now has all the
10226 information from the AIX documentation, except that I burned
10227 out when I got to variant records (Pascal and Modula-2) and
10228 all the COBOL types. Oh well, we can add them later when we're
10229 worrying more about those languages.
10230
10231 * stabs.texinfo (Automatic variables): Talk about what it means
10232 to omit the symbol descriptor.
10233
10234Tue May 18 17:59:18 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10235
10236 * stabs.texinfo (Parameters): Add "(sometimes)" when describing
10237 gcc2 behavior with promoted args.
10238
10239Fri May 14 21:35:29 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
10240
10241 * gdb.texinfo: include readline appendices in info version of manual
10242
10243Fri May 7 11:56:18 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
10244
10245 * gdbinv-s.texi (Remote Serial): describe new ^C behavior in
10246 target remote.
10247
10248 * gdb.texinfo (Machine Code): more index entries for disassemble
10249
10250Fri May 7 10:12:30 1993 Fred Fish (fnf@cygnus.com)
10251
10252 * Clarify the intended use of the gdb-testers and gdb-patches
10253 mailing lists, and shrink gzip comment.
10254
10255Thu May 6 16:39:50 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
10256
10257 * gdb.texinfo (Shell Commands): do not mention SHELL env var in
10258 DOSHOST configuration of manual.
10259
10260 * gdb.texinfo (MIPS Stack): new node.
10261
10262 * all-config.texi (MIPS) new switch.
10263
10264 * gdbinv-s.texi (Nindy Options) Remove two instances of future
10265 tense; (MIPS Remote) new node.
10266
10267 * gdb.texinfo (passim) rephrases to work around makeinfo @value
10268 bug; (Environment) less passive, other small cleanups in text about
10269 .cshrc/.bashrc; (Invoking GDB) new MIPS Remote menu entry;
10270 (Remote) new MIPS Remote menu entry.
10271
10272Thu Apr 29 09:36:25 1993 Jim Kingdon (kingdon@cygnus.com)
10273
10274 * stabs.texinfo: Many changes to include information from the
10275 AIX documentation.
10276
10277 * gdb.texinfo (Environment): Mention pitfall with .cshrc.
10278
10279Tue Apr 27 14:02:57 1993 Jim Kingdon (kingdon@cygnus.com)
10280
10281 * gdbint.texinfo (new node Debugging GDB, elsewhere):
10282 Move a bunch of information from ../README.
10283 (Getting Started): New node.
10284
10285Fri Apr 23 17:21:13 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
10286
10287 * gdbinv-s.texi, gdb.texinfo: include Hitachi SH target
10288
10289 * gdb.texinfo: advance manual revision dates to present
10290
10291 * gdbinv-s.texi, gdb.texinfo, all-config.texi, h8-config.texi:
10292 stop using silly Roman numerals in @set variable names
10293
10294Fri Apr 23 07:30:01 1993 Jim Kingdon (kingdon@cygnus.com)
10295
10296 * stabs.texinfo (Parameters): Keep trying to get this right.
10297
10298Wed Apr 21 15:18:47 1993 Jim Kingdon (kingdon@cygnus.com)
10299
10300 * stabs.texinfo (Parameters): More on "local parameters".
10301
10302Mon Apr 19 08:00:51 1993 Jim Kingdon (kingdon@cygnus.com)
10303
10304 * stabs.texinfo (Parameters): Re-do "local parameters" section.
10305
10306Sun Apr 18 09:47:45 1993 Jim Kingdon (kingdon@cygnus.com)
10307
10308 * stabs.texinfo (Symbol descriptors): Re-do using @table and @xref.
10309 (Parameters): Rewrite.
10310 (xcoff-differences, Sun-differences): Minor changes.
10311
10312Thu Apr 15 02:35:24 1993 John Gilmore (gnu@cacophony.cygnus.com)
10313
10314 * stabs.texinfo: Minor cleanup.
10315
10316Wed Apr 14 17:31:00 1993 Jim Kingdon (kingdon@cygnus.com)
10317
10318 * gdbint.texinfo: Minor xcoff stuff.
10319
10320Wed Apr 7 14:11:07 1993 Fred Fish (fnf@cygnus.com)
10321
10322 * gdbint.texinfo: Update for new config directory structure.
10323 Add info about internal type data structures.
10324
10325Mon Apr 5 09:06:30 1993 Ian Lance Taylor (ian@cygnus.com)
10326
10327 * Makefile.in (SFILES_INCLUDED): gdb-config.texi is no longer in
10328 $(srcdir).
10329 (gdb-config.texi): Depend on file in $(srcdir).
10330
10331Fri Apr 2 16:55:13 1993 Jim Kingdon (kingdon@cygnus.com)
10332
10333 * stabs.texinfo: Fixes about N_SO.
10334
10335Fri Mar 26 18:00:35 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
10336
10337 * gdb.texinfo: include list of nonstandard init file names
10338
10339 * *-config.texi: new switch GENERIC for text that applies *only*
10340 to (usual) multiple-target version of manual
10341
10342 * gdb.texinfo, gdbinv-s.texi: Update conditional markup to correct
10343 h8 config
10344
10345 * gdb.texinfo: depend on latest fixed makeinfo, use conditionals
10346 in menus (rather than conditionally selected multiple alternative
10347 menus).
10348
10349 * Makefile.in: define and use DOC_CONFIG var to select
10350 configuration for GDB user manual.
10351
10352 * gdb-config.texi: delete from repository, generate from Makefile.
10353
10354 * all-config.texi: normal `generic' configuration file, formerly
10355 stored as gdb-config.texi
10356
10357Wed Mar 24 14:03:19 1993 david d `zoo' zuhn (zoo at poseidon.cygnus.com)
10358
10359 * Makefile.in: add dvi target to build all .dvi files
10360
10361Tue Mar 23 16:03:24 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
10362
10363 * gdb.texinfo, gdvinv-s.texinfo: formatting improvements.
10364
10365Fri Mar 19 21:46:50 1993 John Gilmore (gnu@cygnus.com)
10366
10367 * gdbint.texinfo: Doc NO_MMALLOC and NO_MMALLOC_CHECK as
10368 host conditionals.
10369 * stabs.texinfo: More array fixes inspired by Jim's.
10370
10371Fri Mar 19 10:23:34 1993 Jim Kingdon (kingdon@cygnus.com)
10372
10373 * stabs.texinfo: Fixes re arrays and continuations.
10374
10375 * gdbint.texinfo: Add XCOFF node.
10376
10377Mon Mar 8 15:52:18 1993 John Gilmore (gnu@cygnus.com)
10378
10379 * gdb.texinfo: Add `set print max-symbolic-offset' doc.
10380
10381Sun Feb 21 17:09:38 1993 Per Bothner (bothner@rtl.cygnus.com)
10382
10383 * stabs.texinfo: Fix for array types to mention lower bounds.
10384
10385Thu Feb 18 01:19:49 1993 John Gilmore (gnu@cygnus.com)
10386
10387 * gdbint.texinfo: Update PTRACE_ARG3_TYPE doc, pull PT_*.
10388
10389Wed Feb 17 08:15:24 1993 John Gilmore (gnu@cygnus.com)
10390
10391 * gdbint.texinfo: Remove SET_STACK_LIMIT_HUGE from target defines.
10392
10393Thu Feb 11 10:38:40 1993 John Gilmore (gnu@cygnus.com)
10394
10395 * gdbint.texinfo: Fix thinko (NM_FILE => NAT_FILE). Found
10396 by Michael Ben-Gershon <mybg@CS.HUJI.AC.IL>.
10397
10398Wed Feb 10 23:59:19 1993 John Gilmore (gnu@cygnus.com)
10399
10400 * gdbint.texinfo: Eliminate IBM6000_HOST, document IBM6000_TARGET.
10401
10402Tue Feb 9 18:26:21 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
10403
10404 * gdb.texinfo, gdbinv-s.texi: misc updates
10405
10406Sat Feb 6 10:25:47 1993 John Gilmore (gnu@cygnus.com)
10407
10408 * gdbint.texinfo: Brief documentation for longjmp support,
10409 from an email msg by Stu.
10410
10411Fri Feb 5 14:10:15 1993 John Gilmore (gnu@cygnus.com)
10412
10413 * stabs.texinfo: Fix description of floating point "range"
10414 types (which really define basic types). Reported by Jim Meehan,
10415 <meehan@src.dec.com>.
10416
10417 * gdbint.texinfo: Remove COFF_NO_LONG_FILE_NAMES define, now gone.
10418
10419Thu Feb 4 13:56:46 1993 Ian Lance Taylor (ian@cygnus.com)
10420
10421 * gdbint.texinfo: Slightly expand section on supporting a new
10422 object file format.
10423
10424Thu Feb 4 01:49:04 1993 John Gilmore (gnu@cygnus.com)
10425
10426 * Makefile.in (refcard.ps, lrefcard.ps): Remove psref.tex
10427 intermediate file.
10428
10429Tue Feb 2 12:18:06 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
10430
10431 * gdb.texinfo, gdbinv-s.texi: miscellaneous stylistic cleanups
10432
10433Mon Feb 1 15:35:47 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
10434
10435 * gdbinv-s.texi: z8000 simulator target name is just "sim"
10436
10437 * gdbinv-s.texi: Mention that Z8000 simulator can simulate Z8001
10438 as well as Z8002.
10439
10440Sat Nov 28 06:51:35 1992 John Gilmore (gnu@cygnus.com)
10441
10442 * gdbint.texinfo: Add sections on clean design and on how to send
10443 in changes.
10444
10445Mon Nov 9 23:57:02 1992 John Gilmore (gnu@cygnus.com)
10446
10447 * gdbint.texinfo: Add how to declare the result of make_cleanup.
10448
10449Mon Oct 26 11:09:47 1992 John Gilmore (gnu@cygnus.com)
10450
10451 * gdb.texinfo: Fix typo, reported by Karl Berry.
10452
10453Fri Oct 23 00:41:21 1992 John Gilmore (gnu@cygnus.com)
10454
10455 * gdb.texinfo: Add opcodes dir to GDB distribution description.
10456
10457Sat Oct 10 18:04:58 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
10458
10459 * gdbint.texinfo: fixed a stray email address (needs @@),
10460 added @table @code to node "Native Conditionals"
10461
10462Tue Sep 22 00:34:15 1992 John Gilmore (gnu@cygnus.com)
10463
10464 * gdbint.texinfo: Describe coding style of GDB.
10465
10466Mon Sep 21 19:32:16 1992 John Gilmore (gnu@cygnus.com)
10467
10468 * stabs.texinfo: Minor wording changes.
10469
10470Tue Sep 15 02:57:09 1992 John Gilmore (gnu@cygnus.com)
10471
10472 * gdbint.texinfo: Improve release doc slightly.
10473
10474Fri Sep 11 01:34:25 1992 John Gilmore (gnu@sphagnum.cygnus.com)
10475
10476 * gdbint.texinfo: Improve doc of GDB config macros.
10477
10478Wed Sep 9 16:52:06 1992 John Gilmore (gnu@cygnus.com)
10479
10480 * stabs.texinfo: Remove Bothner's changes for C++ nested types.
10481 These will be reinserted when examined.
10482
10483Mon Aug 24 01:17:55 1992 John Gilmore (gnu@cygnus.com)
10484
10485 * gdbint.texinfo: Make a start at documenting all the #if macros
10486 in GDB. At least list them all, and start separating them into
10487 host-specific and target-specific.
10488
10489Tue Aug 18 15:59:13 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)
10490
10491 * gdbinv-s.m4.in: refrain from using @cartouche for just a few
10492 examples (not consistent w others).
10493 gdb.texinfo: issue disclaimer paragraph on cmdline options only
10494 for generic vn of doc
10495
10496Tue Aug 18 14:53:27 1992 Ian Lance Taylor (ian@cygnus.com)
10497
10498 * Makefile.in: always create installation directories.
10499
10500Tue Aug 18 14:11:50 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)
10501
10502 * gdb.texinfo: in h8 config, do not describe searching commands.
10503
10504Mon Aug 17 18:07:59 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)
10505
10506 * gdb.texinfo, none.m4, h8.m4, gdbinv-s.m4.in: improve H8/300
10507 conditionals; introduce a few generic switches that may be
10508 useful for other cross-dev or dos-hosted configs.
10509
10510 * gdb.texinfo: fix typo in "info reg" description
10511
10512Sun Aug 16 01:16:18 1992 John Gilmore (gnu@cygnus.com)
10513
10514 * stabs.texinfo: Minor updates from running TeX over it.
10515 * Makefile.in (stabs.dvi, stabs.ps): Add.
10516
10517Sat Aug 15 20:52:24 1992 Per Bothner (bothner@rtl.cygnus.com)
10518
10519 * stabs.texinfo: Stabs documentation, written by Julia Menapace.
10520 First pass at converting it to texinfo.
10521
10522Sat Aug 15 03:14:59 1992 John Gilmore (gnu@cygnus.com)
10523
10524 * gdb.texinfo, refcard.tex: Document mult args on `info reg'.
10525 * Makefile.in (refcard.ps, lrefcard.ps): Add missing $(srdir).
10526
10527Fri Aug 14 21:08:47 1992 John Gilmore (gnu@cygnus.com)
10528
10529 * gdbint.texinfo: Add section on partial symbol tables.
10530
10531Sat Jun 20 16:31:10 1992 John Gilmore (gnu at cygnus.com)
10532
10533 * gdb.texinfo: document `set remotedebug' and `set
10534 rstack_high_address'.
10535
10536Thu May 14 17:09:48 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)
10537
10538 * gdb.texinfo: slight expansion of new text on reading info files
10539 * gdbinv-s.m4.in: correct and expand info on cross-debugging
10540 H8/300 from DOS.
10541
10542Tue May 12 12:22:47 1992 John Gilmore (gnu at cygnus.com)
10543
10544 * gdb.texinfo: `info user' => `show user'. Noticed by David Taylor.
10545
10546Mon May 11 19:06:27 1992 John Gilmore (gnu at cygnus.com)
10547
10548 * gdb.texinfo: Say how to read the `info' files.
10549
10550Tue May 5 12:11:38 1992 K. Richard Pixley (rich@cygnus.com)
10551
10552 * Makefile.in: gm4 -> m4.
10553
10554Fri Apr 10 17:50:43 1992 John Gilmore (gnu at rtl.cygnus.com)
10555
10556 * gdb.texinfo: Update for GDB-4.5. Move `Formatting
10557 Documentation' ahead of `Installing GDB' to match README.
10558 Update shared library doc, -readnow and -mapped, and directory
10559 structure (add glob and mmalloc). Update configure doc.
10560
10561Tue Mar 24 23:28:38 1992 K. Richard Pixley (rich@cygnus.com)
10562
10563 * Makefile.in: remove $(srcdir) from gdb.info rule.
10564
10565Sat Mar 7 18:44:50 1992 K. Richard Pixley (rich@rtl.cygnus.com)
10566
10567 * Makefile.in: commented out gdb-all.texinfo rule. This is
10568 temporary.
10569
10570Wed Feb 26 18:04:40 1992 K. Richard Pixley (rich@cygnus.com)
10571
10572 * Makefile.in, configure.in: removed traces of namesubdir,
10573 -subdirs, $(subdir), $(unsubdir), some rcs triggers. Forced
10574 copyrights to '92, '13, changed some from Cygnus to FSF.
10575
10576Fri Dec 13 09:47:31 1991 John Gilmore (gnu at cygnus.com)
10577
10578 * gdb.texinfo: Improve how we ask for bug reports.
10579
10580Tue Dec 10 04:07:21 1991 K. Richard Pixley (rich at rtl.cygnus.com)
10581
10582 * Makefile.in: infodir belongs in datadir.
10583
10584Fri Dec 6 23:57:34 1991 K. Richard Pixley (rich at rtl.cygnus.com)
10585
10586 * Makefile.in: remove spaces following hyphens, bsd make can't
10587 cope. install using INSTALL_DATA. added clean-info. added
10588 standards.text support.
10589
10590Thu Dec 5 22:46:12 1991 K. Richard Pixley (rich at rtl.cygnus.com)
10591
10592 * Makefile.in: idestdir and ddestdir go away. Added copyrights
10593 and shift gpl to v2. Added ChangeLog if it didn't exist. docdir
10594 and mandir now keyed off datadir by default.
10595
10596\f
10597Local Variables:
10598mode: change-log
10599left-margin: 8
10600fill-column: 74
10601version-control: never
10602End:
This page took 0.079501 seconds and 4 git commands to generate.