Remove doc/ in recent entries.
[deliverable/binutils-gdb.git] / gdb / doc / ChangeLog
... / ...
CommitLineData
12014-02-17 Ludovic Courtès <ludo@gnu.org>
2
3 * guile.texi (Writing a Guile Pretty-Printer) <example>:
4 Remove 'string-begins-with' procedure. Add 'pretty-printer'
5 parameter to 'str-lookup-function' procedure. Look for
6 the "std::string<" prefix.
7 (Frames In Guile): Add 'frame' parameter to 'frame-read-var'.
8 Adjust description.
9
102014-02-11 Tejas Belagod <tejas.belagod@arm.com>
11
12 * guile.texi (Values From Inferior In Guile): Remove stray
13 parantheses for deffn.
14 (Disassembly In Guile): Ditto.
15
162014-02-10 Stan Shebs <stan@codesourcery.com>
17
18 Add Doxygen support.
19 * Makefile.in (doxy): New action, generates Doxygen files.
20 (DOXYGEN): New.
21 (doxyedit): New.
22 * Doxyfile-base.in: New file.
23 * Doxyfile-gdb-api.in: New file.
24 * Doxyfile-gdb-xref.in: New file.
25 * Doxyfile-gdbserver.in: New file.
26 * doxy-index.in: New file.
27 * filter-for-doxygen: New file.
28 * filter-params.pl: New file.
29
302014-02-10 Doug Evans <xdje42@gmail.com>
31
32 * Makefile.in (GDB_DOC_FILES): Add guile.texi.
33 * gdb.texinfo (Auto-loading): Add set/show auto-load guile-scripts.
34 (Extending GDB): New menu entries Guile, Multiple Extension Languages.
35 (Guile docs): Include guile.texi.
36 (objfile-gdbdotext file): Add objfile-gdb.scm.
37 (dotdebug_gdb_scripts section): Mention Guile scripts.
38 (Multiple Extension Languages): New node.
39 * guile.texi: New file.
40
412014-01-28 Joel Brobecker <brobecker@adacore.com>
42
43 * gdb.texinfo (Ada Glitches): Document the new "maint ada set/show
44 ignore-descriptive-types". commands.
45
462014-01-22 Doug Evans <dje@google.com>
47
48 * gdb.texinfo (Server): Mention --debug-format=all|none|timestamp.
49 (gdbserver man): Ditto.
50
512014-01-16 Markus Metzger <markus.t.metzger@intel.com>
52
53 * gdb.texinfo: Document limited reverse/replay support
54 for target record-btrace.
55
562014-01-16 Markus Metzger <markus.t.metzger@intel.com>
57
58 * gdb.texinfo (Process Record and Replay): Update documentation.
59
602014-01-16 Markus Metzger <markus.t.metzger@intel.com>
61
62 * gdb.texinfo (Process Record and Replay): Document new /c
63 modifier accepted by "record function-call-history".
64 Add /i modifier to "record function-call-history" example.
65
662014-01-15 Yuanhui Zhang <asmwarrior@gmail.com>
67 Joel Brobecker <brobecker@adacore.com>
68
69 * gdb.texinfo (GDB/MI Output Syntax): Add some missing "nl"
70 markers. Remove one that was misplaced.
71
722014-01-10 Pedro Alves <palves@redhat.com>
73
74 * gdb.texinfo (Your Program's Environment) <set environment>:
75 Mention the shell, and point at 'set exec-wrapper'.
76
772014-01-07 Joel Brobecker <brobecker@adacore.com>
78
79 * gdb.texinfo (Types In Python): Document new attribute Types.name.
80
812013-12-30 Joel Brobecker <brobecker@adacore.com>
82
83 * gdb.texinfo (Types In Python): Clarify the documentation
84 of attribute gdb.Field.bitpos.
85
862013-12-28 Joel Brobecker <brobecker@adacore.com>
87
88 * gdb.texinfo (Types In Python): Fix the documentation of
89 attribute "bitpos" in class gdb.Field for enum types. Add
90 documentation for attribute "enumval" in that same class.
91
922013-12-28 Joel Brobecker <brobecker@adacore.com>
93
94 * gdb.texinfo (GDB/MI Support Commands): Change @table into
95 @ftable.
96
972013-12-23 Doug Evans <xdje42@gmail.com>
98
99 * gdb.texinfo (Auto-loading): Move menu up. Move discussion of
100 auto-loaded objfile scripts and .debug_gdb_scripts section to their
101 corresponding section in Extending GDB.
102 (Extending GDB): Move menu up. New menu item "Auto-loading
103 extensions".
104 (Sequences): New menu item "Auto-loading sequences".
105 (Auto-loading sequences): New node.
106 (Python): Rename section from Scripting GDB to Extending GDB.
107 (Python Auto-loading): Update xref, refer to "Auto-loading extensions".
108 Move docs on ways to auto-load extensions to ...
109 (Auto-loading extensions): ... here. New node.
110
1112013-12-23 Joel Brobecker <brobecker@adacore.com>
112
113 * gdb.texinfo (GDB/MI): Add "GDB/MI Support Commands" entry
114 in menu.
115 (GDB/MI Variable Objects): Adjust reference to "-list-features"
116 command, now in a new node.
117 (GDB/MI Support Commands): New node, with its contents being
118 extracted from the "GDB/MI Miscellaneous Commands" node.
119 A small paragraph introducing the section is also added at
120 the start.
121 (GDB/MI Miscellaneous Commands): Delete the description of the
122 -info-gdb-mi-command, -list-features and -list-target-features
123 commands, now hosted in the "GDB/MI Support Commands" node.
124
1252013-12-12 Siva Chandra Reddy <sivachandra@google.com>
126
127 PR python/16113
128 * gdb.texinfo (Values From Inferior): Add a note about using
129 gdb.Field objects as subscripts on gdb.Value objects.
130 (Types In Python): Add description about the new attribute
131 "parent_type" of gdb.Field objects.
132
1332013-12-12 Joel Brobecker <brobecker@adacore.com>
134
135 * gdb.texinfo (GDB/MI Miscellaneous Commands): Add @cindex
136 entry for section docuumenting the -list-features GDB/MI command.
137
1382013-12-10 Joel Brobecker <brobecker@adacore.com>
139
140 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document the new
141 "exec-run-start-option" entry in the output of the "-list-features"
142 command.
143
1442013-12-04 Eli Zaretskii <eliz@gnu.org>
145
146 * gdb.texinfo (i386): Fix yesterday's commit.
147
1482013-12-03 Tom Tromey <tromey@redhat.com>
149
150 * gdb.texinfo (Set Catchpoints): Add @kindex for each command
151 documented here.
152
1532013-12-03 Tom Tromey <tromey@redhat.com>
154
155 * gdb.texinfo (@direntry): Add menu item for gdbserver.
156
1572013-12-03 Walfred Tedeschi <walfred.tedeschi@intel.com>
158
159 * gdb.texinfo (i386 Features): Add MPX feature registers.
160 (x86 Specific featuresx86 Architecture-specific Issues): Adds
161 a subsubsection for MPX and describes the display of the
162 boundary registers.
163
1642013-12-03 Joel Brobecker <brobecker@adacore.com>
165
166 * gdb.texinfo (GDB/MI Miscellaneous Commands): Remove the
167 documentation of the "ada-exceptions" entry.
168
1692013-12-03 Joel Brobecker <brobecker@adacore.com>
170
171 * gdb.texinfo (GDB/MI Result Records): Fix the syntax of the
172 "^error" result record concerning the error message. Document
173 the error code that may also be part of that result record.
174 (GDB/MI Miscellaneous Commands): Document the
175 "undefined-command-error-code" element in the output of
176 the "-list-features" GDB/MI command.
177
1782013-12-03 Joel Brobecker <brobecker@adacore.com>
179
180 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document
181 the new -info-gdb-mi-command GDB/MI command. Document
182 the meaning of "-info-gdb-mi-command" in the output of
183 -list-features.
184
1852013-11-29 Pedro Alves <palves@redhat.com>
186
187 * gdb.texinfo (Frames In Python) <gdb.FRAME_UNWIND_NULL_ID>:
188 Update comment.
189
1902013-11-24 Yao Qi <yao@codesourcery.com>
191
192 * gdb.texinfo (Caching Remote Data): Document new
193 "set/show stack-cache" option.
194
1952013-11-24 Yao Qi <yao@codesourcery.com>
196
197 * gdb.texinfo (Caching Target Data): Replace "ON" with "on".
198 (Maintenance Commands): Replace "ON" and "OFF" with "on" and
199 "off" respectively.
200
2012013-11-23 Yao Qi <yao@codesourcery.com>
202
203 * gdb.texinfo (GDB/MI Variable Objects): Add the description
204 of "displayhint" to the table about child results.
205
2062013-11-21 Yao Qi <yao@codesourcery.com>
207
208 * gdb.texinfo (GDB/MI Variable Objects): Add attribute
209 'dynamic' for the output of command -var-list-children.
210
2112013-11-21 Yao Qi <yao@codesourcery.com>
212
213 * gdb.texinfo (Caching Target Data): Remove "see" before
214 @pxref.
215
2162013-11-20 Yao Qi <yao@codesourcery.com>
217
218 * gdb.texinfo (Caching Target Data): Update doc for
219 per-address-space dcache.
220
2212013-11-20 Yao Qi <yao@codesourcery.com>
222
223 * gdb.texinfo (Data): Rename menu item.
224 (Caching Remote Data): Rename to ...
225 (Caching Target Data): ... it. Update.
226
2272013-11-18 Joel Brobecker <brobecker@adacore.com>
228
229 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document the new
230 "language-option" entry in the output of the "-list-features"
231 command.
232
2332013-11-15 Tom Tromey <tromey@redhat.com>
234
235 * gdb.texinfo (Variables): Note gdb rules for ambiguous cases.
236 Add example.
237
2382013-11-14 Tom Tromey <tromey@redhat.com>
239
240 * gdb.texinfo (Breakpoints In Python): Replace "as" with "in".
241
2422013-11-14 Joel Brobecker <brobecker@adacore.com>
243
244 * gdb.texinfo (Show): Add xref anchor for "show language" command.
245 (Context management): Place current subsection text into its own
246 subsubsection. Add new subsubsection describing the "--language"
247 command option.
248
2492013-11-13 Joel Brobecker <brobecker@adacore.com>
250
251 * gdb.texinfo (GDB/MI Miscellaneous Commands): Delete
252 the documentation of "info-ada-exceptions" in the output
253 of the "-list-features" command. Add the documentation
254 of the "ada-exception" entry instead.
255
2562013-11-12 Joel Brobecker <brobecker@adacore.com>
257
258
259 * gdb.texinfo (GDB/MI Miscellaneous Commands): Fix the first
260 word of a couple of sentences to start with a capital letter.
261
2622013-11-12 Joel Brobecker <brobecker@adacore.com>
263
264 * gdb.texinfo (Ada): Add entry in menu for new "Ada Exceptions" node.
265 (Ada Exceptions): New node.
266 (GDB/MI): Add entry in menu for new "GDB/MI Ada Exceptions
267 Commands" node.
268 (GDB/MI Ada Exceptions Commands): New node.
269 (GDB/MI Miscellaneous Commands): Document new "info-ada-exceptions"
270 field in the output of the "-list-features" command.
271 * NEWS: Add entry for the new "info exceptions" CLI command,
272 and for the new "-info-ada-exceptions" GDB/MI command.
273
2742013-11-11 Phil Muldoon <pmuldoon@redhat.com>
275
276 * gdb.texinfo (Symbol Tables In Python): Add linetable method entry.
277 (Line Tables In Python): New node.
278
2792013-11-08 Doug Evans <dje@google.com>
280
281 * gdb.texinfo (Debugging Output): Update text for
282 "set debug dwarf2-read".
283
2842013-11-08 Doug Evans <dje@google.com>
285
286 * gdb.texinfo (Debugging Output): Update text for
287 "set debug symtab-create".
288
2892013-11-07 Phil Muldoon <pmuldoon@redhat.com>
290
291 * gdb.texinfo (Commands In Python): Document COMPLETE_EXPRESSION
292 constant.
293
2942013-11-07 Phil Muldoon <pmuldoon@redhat.com>
295
296 * gdb.texinfo (Breakpoints In Python): Document temporary
297 option in breakpoint constructor, and add documentation to the
298 temporary attribute.
299
3002013-11-07 Yao Qi <yao@codesourcery.com>
301
302 * gdb.texinfo (GDB/MI Variable Objects): Update doc about the
303 output of "-var-info-expression".
304
3052013-11-06 Pedro Alves <palves@redhat.com>
306
307 * gdb.texinfo (Starting) <set/show startup-with-shell>: Mention
308 non-interactive mode.
309 (Environment) <shell startup files warning>: Mention
310 non-interactive mode. Mention .zshenv for Z shell, and talk about
311 BASH_ENV instead of .bashrc for BASH.
312
3132013-10-29 Nicolas Blanc <nicolas.blanc@intel.com>
314
315 * gdb.texinfo (Commands to Specify Files): Add description
316 of the remove-symbol-file command.
317 * observer.texi: New free_objfile event
318
3192013-10-24 Pedro Alves <palves@redhat.com>
320
321 * gdb.texinfo (Starting): Document set/show startup-with-shell.
322
3232013-10-11 Joel Brobecker <brobecker@adacore.com>
324
325 * gdb.texinfo (Shared Library GDB/MI Catchpoint Commands):
326 New subsection inside which the "-catch-load" and "-catch-unload"
327 commands documentation is now placed.
328 (Ada Exception GDB/MI Catchpoint Commands): New subsection
329 documenting the "-catch-assert" and "-catch-exception" new
330 GDB/MI commands.
331
3322013-10-10 Joel Brobecker <brobecker@adacore.com>
333
334 * gdb.texinfo (Connecting): Remove unnecessary @w{}.
335
3362013-10-10 Joel Brobecker <brobecker@adacore.com>
337
338 * gdb.texinfo (Connecting): Replace "set remotebaud" by "set
339 serial baud".
340 (Remote Configuration): Replace "set remotebaud" by "set serial
341 baud". Replace "show remotebaud" by "show serial baud".
342
3432013-10-07 Pedro Alves <palves@redhat.com>
344
345 PR breakpoints/11568
346 * gdb.texinfo (Thread-Specific Breakpoints): Mention what happens
347 when the thread is removed from the thread list.
348
3492013-10-06 Sergio Durigan Junior <sergiodj@redhat.com>
350
351 * gdb.texinfo (Convenience Variables): Document $_exitsignal.
352 Update entry for $_exitcode.
353
3542013-10-04 Joel Brobecker <brobecker@adacore.com>
355
356 * gdb.texinfo (GDB/MI Program Execution): Document "-exec-run"'s
357 new "--start" option.
358
3592013-10-02 Pedro Alves <palves@redhat.com>
360
361 * gdb.texinfo (Registers): Expand description of saved registers
362 in frames. Explain <not saved>.
363
3642013-09-25 Doug Evans <dje@google.com>
365
366 * gdb.texinfo (Debugging Output): Document set/show debug symfile.
367
3682013-09-16 Stan Shebs <stan@codesourcery.com>
369
370 Remove the internals manual gdbint.texinfo.
371 * Makefile.in (INFO_DEPS): Remove gdbint.info.
372 (PDFFILES): Remove gdbint.pdf.
373 (HTMLFILES): Remove gdbint/index.html.
374 (HTMLFILES_INSTALL): Remove gdbint.
375 (GDBINT_DOC_FILES): Remove.
376 (dvi): Remove gdbint.dvi.
377 (ps): Remove gdbint.ps.
378 * gdbint.texinfo: Remove file.
379 * gdb.texinfo (Maintenance Commands): Remove reference to gdbint.
380
3812013-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
382
383 * gdb.texinfo (Convenience Functions): Mention new convenience
384 function $_isvoid.
385
3862013-09-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
387
388 * gdb.texinfo (Decimal Floating Point format): Mention S/390.
389 (Standard Target Features): Add new node to menu.
390 (S/390 and System z Features): New node.
391
3922013-09-13 Sanimir Agovic <sanimir.agovic@intel.com>
393
394 * gdb.texinfo (GDB/MI Miscellaneous Commands): Use
395 -list-target-features in the example.
396
3972013-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
398
399 * gdb.texinfo (MiniDebugInfo): Prepare file debug and use it to create
400 mini_debuginfo. Strip binary before adding mini_debuginfo to it.
401
4022013-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
403
404 Sync documentation with gdb.base/gnu-debugdata.exp.
405 * gdb.texinfo (MiniDebugInfo): Add comment and "D" in the example.
406
4072013-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
408
409 * gdb.texinfo (MiniDebugInfo): Fix two trailing dots.
410
4112013-08-27 Pedro Alves <pedro@codesourcery.com>
412 Yao Qi <yao@codesourcery.com>
413
414 * gdb.texinfo (GDB/MI Stack Manipulation) <-stack-list-locals>:
415 Document new --skip-unavailable option.
416 <-stack-list-variables>: Document new --skip-unavailable option.
417
4182013-08-26 Doug Evans <dje@google.com>
419
420 * gdb.texinfo (Maintenance Commands): "maint print objfiles" now takes
421 an optional regexp.
422
4232013-08-13 Tom Tromey <tromey@redhat.com>
424
425 * gdbint.texinfo (Testsuite): Use @table, not @itemize.
426 Document GDB_PARALLEL and GDB_INOTIFY.
427
4282013-08-09 Stan Shebs <stan@codesourcery.com>
429
430 * LRS: Remove file, describes a long-abandoned live-range
431 splitting extension to stabs.
432
4332013-07-25 Andrew Burgess <aburgess@broadcom.com>
434
435 * gdb.texinfo (Output Formats): Mention the new 'z' formatter.
436
4372013-07-17 Doug Evans <dje@google.com>
438
439 * gdb.texinfo (Print Settings): Document "print raw frame-arguments".
440
4412013-07-02 Tom Tromey <tromey@redhat.com>
442
443 * gdb.texinfo (Target Commands): Don't mention "target nrom".
444
4452013-06-28 Tom Tromey <tromey@redhat.com>
446
447 * Makefile.in (version.subst): Use version.in, not
448 common/version.in.
449 * gdbint.texinfo (Versions and Branches, Releasing GDB):
450 Likewise.
451
4522013-06-27 Pedro Alves <palves@redhat.com>
453
454 * gdbint.texinfo (Algorithms) <Stepping over runtime loader
455 dynamic symbol resolution code>: New section, based on infrun.c
456 comment.
457
4582013-06-26 Tom Tromey <tromey@redhat.com>
459
460 * gdbint.texinfo (Versions and Branches): Use common/version.in.
461 Update.
462 (Releasing GDB): Likewise.
463
4642013-06-26 Pedro Alves <pedro@codesourcery.com>
465 Yao Qi <yao@codesourcery.com>
466
467 * gdb.texinfo (GDB/MI Tracepoint Commands): Document
468 -trace-frame-collected.
469
4702013-06-26 Pedro Alves <pedro@codesourcery.com>
471
472 * gdb.texinfo (Traceframe Info Format): Document tvar element
473 and its attributes.
474
4752013-06-25 Yao Qi <yao@codesourcery.com>
476
477 * gdbint.texinfo (Testsuite): Document 'gdb,predefined_tsv'.
478
4792013-06-24 Tom Tromey <tromey@redhat.com>
480
481 * Makefile.in (POD2MAN1, POD2MAN5): Use version.subst.
482 (GDBvn.texi): Use version.subst.
483 (version.subst): New target.
484 (mostlyclean): Remove version.subst.
485
4862013-06-20 Pedro Alves <pedro@codesourcery.com>
487
488 * gdb.texinfo (GDB/MI Data Manipulation)
489 <-data-list-register-values>: Document the --skip-unavailable
490 option.
491
4922013-06-07 Yao Qi <yao@codesourcery.com>
493
494 * gdb.texinfo (Symbols): Add kindex and cindex for
495 'maint print msymbols'.
496
4972013-06-05 Simon Marchi <simon.marchi@ericsson.com> (tiny change)
498
499 * gdb.texinfo (Miscellaneous gdb/mi Commands): Fix -add-inferior
500 response field name (thread-group to inferior).
501
5022013-06-04 Gary Benson <gbenson@redhat.com>
503
504 * gdb.texinfo (General Query Packets/qSupported): Added
505 "qXfer:libraries-svr4:read" and "augmented-libraries-svr4-read".
506 to the table of currently defined stub features.
507 Added a more detailed entry for "augmented-libraries-svr4-read".
508 (General Query Packets/qXfer:libraries-svr4:read): Documented
509 the augmented form of this packet.
510
5112013-05-23 Joel Brobecker <brobecker@adacore.com>
512
513 * gdb.texinfo (System-wide Configuration Scripts): Renames
514 "Installed System-wide Configuration Scripts". Add associated
515 @menu block.
516
5172013-05-23 Yao Qi <yao@codesourcery.com>
518 Pedro Alves <palves@redhat.com>
519
520 * gdb.texinfo (Packets): Document 'vCont;r'.
521 (Continuing and Stepping): Document target-assisted range
522 stepping, and the 'set range-stepping' and 'show range-stepping'
523 commands.
524
5252013-05-23 Joel Brobecker <brobecker@adacore.com>
526
527 * gdb.texinfo (Installed System-wide Configuration Scripts):
528 Add subsection describing the scripts now available under
529 the data-dir's system-gdbbinit subdirectory.
530 * NEWS: Add entry announcing the availability of system-wide
531 configuration scripts for ElinOS and Wind River Linux.
532
5332013-05-21 Hui Zhu <hui@codesourcery.com>
534
535 * gdb.texinfo (GDB/MI Breakpoint Commands): Describe the
536 "-dprintf-insert" command.
537
5382013-05-17 Doug Evans <dje@google.com>
539
540 * gdb.texinfo (Maintenance Commands): Update doc for
541 "maint check-psymtabs". Add doc for "maint check-symtabs",
542 "maint expand-symtabs".
543
5442013-05-15 Markus Metzger <markus.t.metzger@intel.com>
545
546 * gdb.texinfo (Process Record and Replay): Document the
547 "record goto" command and its sub-commands.
548
5492013-05-10 Phil Muldoon <pmuldoon@redhat.com>
550
551 * gdb.texinfo (Backtrace): Add "no-filter" argument.
552 (Python API): Add Frame Filters API, Frame Wrapper API,
553 Writing a Frame Filter/Wrapper, Managing Management of Frame
554 Filters chapter entries.
555 (Frame Filters API): New Node.
556 (Frame Wrapper API): New Node.
557 (Writing a Frame Filter): New Node.
558 (Managing Frame Filters): New Node.
559 (Progspaces In Python): Add note about frame_filters attribute.
560 (Objfiles in Python): Ditto.
561 (GDB/MI Stack Manipulation): Add -enable-frame-filters command,
562 @anchors and --no-frame-filters option to -stack-list-variables,
563 -stack-list-frames, -stack-list-locals and -stack-list-arguments
564 commands.
565
5662013-05-08 Joel Brobecker <brobecker@adacore.com>
567
568 * gdbint.texinfo (Native Debugging): Add "AIX Shared Library
569 Support" subsection documenting the XML format used to transfer
570 shared library info on AIX.
571
5722013-05-08 Joel Brobecker <brobecker@adacore.com>
573
574 * gdb.texinfo (Debugging Output): Add documentation of
575 "set debug aix-solib" and "show debug aix-solib" commands.
576
5772013-05-06 Sandra Loosemore <sandra@codesourcery.com>
578
579 * gdb.texinfo (Nios II): New section.
580 (Nios II Features): New section.
581
5822013-05-06 Joel Brobecker <brobecker@adacore.com>
583
584 * gdbint.texinfo (Algorithms): Remove entries documenting
585 DEPRECATED_IBM6000_TARGET, SOLIB_ADD, and
586 SOLIB_CREATE_INFERIOR_HOOK.
587
5882013-04-29 Tom Tromey <tromey@redhat.com>
589
590 PR python/14204:
591 * gdb.texinfo (Python API): Fix menu entry.
592 (Blocks In Python): Fix subsubsection text. Rewrite intro.
593 Define global and static block. Add example. Clarify
594 block relationship for inline functions.
595
5962013-04-29 Tom Tromey <tromey@redhat.com>
597
598 * gdb.texinfo (Python API): Mention Python help and keyword
599 arguments. Move pagination text to Basic Python.
600 (Basic Python): Put pagination text here. Document
601 close-on-exec, SIGCHLD, and SIGINT.
602
6032013-04-19 Pedro Alves <palves@redhat.com>
604
605 * gdbint.texinfo (Misc Guidelines) <Compiler Warnings>: Write
606 "signedness" instead of "signness".
607
6082013-04-19 Pedro Alves <palves@redhat.com>
609
610 * gdbint.texinfo (Misc Guidelines) <Compiler Warnings>: Replace
611 -Wno-pointer-sign text with text on -Wpointer-sign.
612
6132013-04-16 Tom Tromey <tromey@redhat.com>
614
615 * gdb.texinfo (Set Catchpoints): Mention earliest version of
616 GCC that has the SDT probe points.
617
6182013-04-15 Tom Tromey <tromey@redhat.com>
619
620 * gdb.texinfo (Set Catchpoints): Document regexp syntax for
621 exception catchpoints.
622
6232013-04-15 Tom Tromey <tromey@redhat.com>
624
625 * gdb.texinfo (Set Catchpoints): Document $_exception.
626 (Convenience Vars): Mention $_exception.
627
6282013-04-15 Tom Tromey <tromey@redhat.com>
629
630 * gdb.texinfo (Set Catchpoints): Reorganize exception
631 catchpoints. Document "catch rethrow".
632 (Debugging C Plus Plus): Mention "catch rethrow".
633
6342013-04-15 Tom Tromey <tromey@redhat.com>
635
636 * gdb.texinfo (Set Catchpoints): Remove obsolete text.
637
6382013-04-12 Jan Kratochvil <jan.kratochvil@redhat.com>
639 Eli Zaretskii <eliz@gnu.org>
640
641 * gdb.texinfo (Auto-loading safe path): Add quick -iex using command
642 line below the sample output.
643
6442013-04-12 Eli Zaretskii <eliz@gnu.org>
645
646 * gdb.texinfo (Mode Options): Document '-configuration'.
647 (Help): Document "show configuration".
648 (Bug Reporting): Add requirements to include the configuration
649 details in bug reports.
650
6512013-04-11 Jan Kratochvil <jan.kratochvil@redhat.com>
652
653 * Makefile.in (MAN1S): Add gcore.1.
654 Remove "Host, target, and site specific Makefile fragments" comment.
655 (@host_makefile_frag@, HAVE_NATIVE_GCORE_TARGET): New.
656 (install-man1, uninstall-man1): Conditionalize gcore.1.
657 (gcore.1): New.
658 * gdb.texinfo (Man Pages): Add gcore man.
659 (gcore man): New node.
660
6612013-04-10 Pedro Alves <palves@redhat.com>
662
663 * gdb.texinfo (Process Record and Replay): Document that "set
664 record full insn-number-max", "set record
665 instruction-history-size" and "set record
666 function-call-history-size" accept "unlimited".
667 (Backtrace): Document that "set backtrace limit" accepts
668 "unlimited".
669 (List): Document that "set listsize" accepts "unlimited".
670 (Print Settings)" Document that "set print max-symbolic-offset",
671 "set print elements" and "set print repeats" accept "unlimited".
672 (Starting and Stopping Trace Experiments): Document that "set
673 trace-buffer-size" accepts "unlimited".
674 (Remote Configuration): Document that "set tcp connect-timeout"
675 accepts "unlimited".
676 (Command History): Document that "set history size" accepts
677 "unlimited".
678 (Screen Size): Document that "set height" and "set width" accepts
679 "unlimited". Adjust "set pagination"'s description to suggest
680 "set height unlimited" instead of "set height 0".
681
6822013-04-10 Yao Qi <yao@codesourcery.com>
683
684 * gdb.texinfo (Trace Files): Add "target ctf".
685
6862013-04-06 Jan Kratochvil <jan.kratochvil@redhat.com>
687
688 * Makefile.in (POD2MAN1, POD2MAN5): Replace $(VERSION) by ../version.in.
689
690 * Makefile.in (install-man1, install-man5, uninstall-man1)
691 (uninstall-man5): Replace $(MANS) by $(MAN1S) and $(MAN5S) respectively.
692
693 * Makefile.in (gdb.1, gdbserver.1, gdbinit.5): Use $(srcdir).
694
6952013-04-06 Jan Kratochvil <jan.kratochvil@redhat.com>
696 Eli Zaretskii <eliz@gnu.org>
697
698 * gdb.texinfo (gdbserver man): Rename tty to comm. Swap --attach
699 parameters order. Remove "On some targets" for --attach. Document the
700 --multi parameter and extended-remote command. Document all the
701 options.
702
7032013-04-05 Jan Kratochvil <jan.kratochvil@redhat.com>
704
705 * gdb.texinfo (gdb man): Mention option -p. Include Fortran to
706 the list of supported languages.
707
7082013-04-05 Jan Kratochvil <jan.kratochvil@redhat.com>
709
710 Convert man pages to texinfo, new gdbinit.5 texinfo page.
711 * Makefile.in (mandir, man1dir, man5dir, SYSTEM_GDBINIT, MANCONF,
712 (TEXI2POD, POD2MAN1, POD2MAN5, MAN1S, MAN5S, MANS, man): New.
713 (diststuff): Add man.
714 (install-man, install-man1, install-man5, uninstall-man, uninstall-man1)
715 (uninstall-man5): New.
716 (STAGESTUFF): Add *.1 and *.5.
717 (GDBvn.texi): Add SYSTEM_GDBINIT.
718 (gdb.1, gdbserver.1, gdbinit.5): New.
719 (maintainer-clean realclean): Add $(MANS).
720 (install): Add install-man.
721 (uninstall): Add uninstall-man.
722 * gdb.texinfo (@include gdb-cfg.texi): Wrap it by @c man begin INCLUDE.
723 (@copying): Wrap it by @c man begin COPYRIGHT.
724 (Top): Add Man Pages.
725 (Man Pages, gdb man, gdbserver man, gdbinit man): New.
726
7272013-04-02 Pedro Alves <palves@redhat.com>
728
729 * gdb.texinfo (Debugging Output): Document "set/show debug
730 aarch64", "set/show debug coff-pe-read" and "set/show debug
731 mach-o".
732
7332013-04-02 Pedro Alves <palves@redhat.com>
734
735 * gdb.texinfo (Remote Configuration) <set remote @var{name}-packet
736 table>: Add entry for "trace-buffer-size".
737
7382013-03-28 Pedro Alves <palves@redhat.com>
739
740 * gdb.texinfo (Remote Configuration) <set remote @var{name}-packet
741 table>: Add entry for "trace-status".
742
7432013-03-28 Eli Zaretskii <eliz@gnu.org>
744
745 * gdb.texinfo (Maintenance Commands): Use @enumerate, not "@table
746 @bullet", which is invalid (makeinfo 5.1 barfs).
747
7482013-03-28 Pedro Alves <palves@redhat.com>
749
750 PR gdb/15294
751
752 * gdb.texinfo (List) <set listsize>: Adjust to document that
753 listsize 0 means no limit, and remove mention of -1.
754
7552013-03-22 Yao Qi <yao@codesourcery.com>
756
757 * gdb.texinfo (Embedded Processors): Remove menu item
758 "OpenRISC 1000".
759 (OpenRISC 1000): Remove.
760
7612013-03-21 Doug Evans <dje@google.com>
762
763 * gdb.texinfo (Maintenance Commands): Add docs for
764 "mt set per-command {space,time,symtab} {on,off}".
765
7662013-03-14 Hui Zhu <hui@codesourcery.com>
767 Yao Qi <yao@codesourcery.com>
768
769 * gdb.texinfo (Trace Files): Add "tsave -ctf".
770
7712013-03-13 Keith Seitz <keiths@redhat.com>
772
773 * gdb.texinfo (Maintenance Commands): Add missing ')' for
774 "maint agent" reference to Dynamic printf.
775
7762013-03-11 Eli Zaretskii <eliz@gnu.org>
777
778 * gdb.texinfo (General Query Packets): Don't use colon in index
779 entries visible to Info format.
780
7812013-03-11 Markus Metzger <markus.t.metzger@intel.com>
782
783 * gdb.texinfo (Process Record and Replay): Document record
784 changes.
785
7862013-03-11 Markus Metzger <markus.t.metzger@intel.com>
787
788 * gdb.texinfo (Requirements): List qXfer:btrace:read requiring expat.
789 (General Query Packets): Describe Qbtrace:bts, Qbtrace:off, and
790 qXfer:btrace:read.
791
7922013-03-09 Eli Zaretskii <eliz@gnu.org>
793
794 * gdb.texinfo (General Query Packets, Tracepoint Packets): Don't
795 use colons in @anchor and @cindex entries.
796
7972013-03-09 Hafiz Abid Qadeer <abidh@codesourcery.com>
798
799 * gdb.texinfo (QTBuffer:size): Add cindex and anchor.
800
8012013-03-08 Stan Shebs <stan@codesourcery.com>
802 Hafiz Abid Qadeer <abidh@codesourcery.com>
803
804 * gdb.texinfo (Starting and Stopping Trace Experiments): Document
805 trace-buffer-size set and show commands.
806 (Tracepoint Packets): Document QTBuffer:size.
807 (General Query Packets): Document QTBuffer:size.
808
8092013-02-21 Tom Tromey <tromey@redhat.com>
810
811 * gdb.texinfo: Remove bad @syncodeindex.
812 (Values From Inferior, Types In Python, Inferiors In Python)
813 (Events In Python, Threads In Python, Frames In Python, Blocks In
814 Python, Symbols In Python, Symbol Tables In Python): Remove
815 @tables.
816 (Packets, General Query Packets, Tracepoint Packets)
817 (Host I/O Packets): Use @w{} for empty @item.
818
8192013-02-20 Siva Chandra Reddy <sivachandra@google.com>
820
821 * gdb.texinfo (Architectures In Python): Add description about
822 the new method gdb.Architecture.disassemble.
823
8242013-02-15 Pedro Alves <pedro@codesourcery.com>
825 Hafiz Abid Qadeer <abidh@codesourcery.com>
826
827 * gdb.texinfo (GDB/MI Tracepoint Commands) <-trace-status>:
828 Document the "trace-file" field.
829
8302013-02-07 Doug Evans <dje@google.com>
831
832 * gdb.texinfo (Machine Code): Clarify argument to disassemble
833 command.
834
8352013-02-06 Yao Qi <yao@codesourcery.com>
836
837 * gdb.texinfo (GDB/MI Async Records): Document new MI
838 notification "=tsv-modified". Update the document of MI
839 notification "=tsv-created".
840 * observer.texi (GDB Observers): New observer tsv_modified.
841 Update observer tsv_created and tsv_delete.
842
8432013-02-05 Yufeng Zhang <yufeng.zhang@arm.com>
844
845 * gdb.texinfo (AArch64 Features): New section; document
846 org.gnu.gdb.aarch64.core and org.gnu.gdb.aarch64.fpu.
847 (Architectures): Add new AArch64 section to document AArch64
848 architecture specific commands.
849 (ABI): Add description of the new OS ABI "Newlib" and its influence
850 on the longjmp handling.
851
8522013-02-03 Eldar Gaynetdinov <hal9000ed2k@gmail.com>
853 Jan Kratochvil <jan.kratochvil@redhat.com>
854
855 * gdb.texinfo (Backtrace): Added description of 'filename-display'
856 variable in 'set/show backtrace' section.
857
8582013-01-31 Tom Tromey <tromey@redhat.com>
859
860 * gdb.texinfo (Target Commands): Fix typo.
861
8622013-01-23 Siva Chandra Reddy <sivachandra@google.com>
863
864 * doc/gdb.texinfo (Architectures In Python): New sub-sub-section
865 describing the gdb.Architecture class.
866 (Frames In Python): Add description about the new method
867 gdb.Frame.architecture().
868
8692013-01-23 Doug Evans <dje@google.com>
870
871 * gdb.texinfo (Index Section Format): Document .gdb_index version 8.
872
8732013-01-21 Marc Khouzam <marc.khouzam@ericsson.com>
874
875 * gdb.texinfo (GDB/MI Breakpoint Commands): Document new
876 'thread-groups' field when printing a breakpoint in MI.
877
8782012-01-17 Sanjoy Das <sanjoy@playingwithpointers.com>
879 * gdb.texinfo (Using JIT Debug Info Readers): Change documentation
880 to reflect that jit-reader-load now supports absolute file-names.
881
8822013-01-16 Tom Tromey <tromey@redhat.com>
883
884 * gdb.texinfo (Set Catchpoints): Document "catch signal".
885 (Signals): Likewise.
886
8872013-01-16 Tom Tromey <tromey@redhat.com>
888
889 * gdb.texinfo (GDB/MI Breakpoint Information): Document
890 "catch-type" field.
891 (GDB/MI Catchpoint Commands): Add "catch-type" to examples.
892
8932013-01-07 Tom Tromey <tromey@redhat.com>
894
895 * gdb.texinfo (Mode Options): Don't mention -epoch.
896 (Data, Emacs): Remove obsolete comments.
897
8982013-01-02 Tom Tromey <tromey@redhat.com>
899
900 * gdb.texinfo (GDB/MI Output Records): Update menu.
901 (GDB/MI Breakpoint Information): New node.
902 (GDB/MI Breakpoint Commands) <-break-info>: Link to new node.
903 <-break-insert>: Likewise.
904
9052012-12-31 Yao Qi <yao@codesourcery.com>
906
907 * gdb.texinfo (Remote Non-Stop): Move paragraphs to ...
908 (Packets): Move "vStopped" packet to ...
909 (Notification Packets): ... here. Describe the components
910 of notification. Add a table of supported notifications.
911 Add an example on the process of he async notification.
912
9132012-12-25 Jan Kratochvil <jan.kratochvil@redhat.com>
914
915 * gdb.texinfo (GDB/MI Data Manipulation) (fullname): Make it always
916 present.
917 (GDB/MI File Commands) (-file-list-exec-source-files): Make the
918 fullname output always present.
919
9202012-12-23 Pierre Muller <muller@sourceware.org>
921
922 * gdbint.texinfo (Function prototypes): Require use of "extern"
923 modifier for function prototypes in headers.
924
9252012-12-19 Joel Brobecker <brobecker@adacore.com>
926
927 * refcard.tex: Update copyright notice to GPL v3 or later.
928 Update contact info.
929
9302012-12-16 Jan Kratochvil <jan.kratochvil@redhat.com>
931
932 * gdbint.texinfo (Coding Standards) (C Usage): New rule for 0 vs. NULL.
933
9342012-12-15 Yao Qi <yao@codesourcery.com>
935
936 * gdb.texinfo (Debugging Output): Document 'set debug
937 notification' and 'show debug notification'.
938
9392012-12-15 Yao Qi <yao@codesourcery.com>
940
941 * gdb.texinfo (Listing Tracepoints): New item and example about
942 'installed on target' output.
943 Add more in the example about 'installed on target'.
944 (GDB/MI Breakpoint Commands): Doc about 'installed field.
945
9462012-12-14 Tom Tromey <tromey@redhat.com>
947
948 * gdb.texinfo (SVR4 Process Information): Mention core files.
949
9502012-12-12 Mircea Gherzan <mircea.gherzan@intel.com>
951
952 * gdb.texinfo (GDB/MI Catchpoint Commands): New section.
953
9542012-12-11 Pedro Alves <palves@redhat.com>
955
956 * gdb.texinfo: Remove all mentions of Unixware throughout.
957
9582012-12-09 Jan Kratochvil <jan.kratochvil@redhat.com>
959
960 * gdbint.texinfo (Host Definition): Remove CC_HAS_LONG_LONG.
961
9622012-11-29 Tom Tromey <tromey@redhat.com>
963
964 * gdb.texinfo (SVR4 Process Information): Document missing
965 "info proc" subcommands.
966
9672012-11-29 Yao Qi <yao@codesourcery.com>
968
969 PR gdb/1477.
970 * gdb.texinfo (Print Settings): Correct the default 'demangle-style'
971 to 'auto' instead of 'gnu'.
972
9732012-11-26 Tom Tromey <tromey@redhat.com>
974
975 * gdb.texinfo (MiniDebugInfo): New node.
976 (GDB Files): Update.
977
9782012-11-16 Doug Evans <dje@google.com>
979
980 * gdb.texinfo (System-wide configuration): If the system-wide init
981 file lives in the data-directory, and --data-directory is provided,
982 look for it there.
983
9842012-11-15 Tom Tromey <tromey@redhat.com>
985
986 * gdb.texinfo (Signaling): Fix typo.
987
9882012-11-13 Giuseppe Montalto <giuseppe.montalto@st.com>
989
990 * gdb.texinfo (GDB/MI Data Manipulation): Document new optional
991 parameter "count" of -data-write-memory-bytes, and add an example.
992
9932012-11-12 Tom Tromey <tromey@redhat.com>
994
995 * gdb.texinfo (Symbols): Document "info type-printers",
996 "enable type-printer" and "disable type-printer".
997 (Python API): Add new node to menu.
998 (Type Printing API): New node.
999 (Progspaces In Python): Document type_printers field.
1000 (Objfiles In Python): Likewise.
1001 (gdb.types) <get_type_recognizers, apply_type_recognizers,
1002 register_type_printer, TypePrinter>: Document.
1003
10042012-11-12 Tom Tromey <tromey@redhat.com>
1005
1006 * gdb.texinfo (Symbols): Document "set print type methods",
1007 "set print type typedefs", and flags to ptype and whatis.
1008
10092012-11-09 Andrew Burgess <aburgess@broadcom.com>
1010
1011 * gdb.texinfo (GDB/MI Data Manipulation): Add fullname field to
1012 the example -data-disassemble output. Extend the description of
1013 the -data-disassemble results to document all fields. Document
1014 the cli disassemble command as being related to -data-disassemble.
1015
10162012-11-09 Yao Qi <yao@codesourcery.com>
1017
1018 PR gdb/14777.
1019 * gdb.texinfo (OS Information): Remove doc on command
1020 'info udot'.
1021
10222012-11-08 Joel Brobecker <brobecker@adacore.com>
1023
1024 * gdb.texinfo (Startup): Minor rewording, and clarify scope of
1025 gdb.ini warning for Windows port.
1026
10272012-11-08 Yao Qi <yao@codesourcery.com>
1028
1029 * gdb.texinfo (Search): Add kindex for 'fo'.
1030
10312012-11-05 Tom Tromey <tromey@redhat.com>
1032
1033 PR python/14802:
1034 * gdb.texinfo (Functions In Python): Add example.
1035
10362012-11-03 Yao Qi <yao@codesourcery.com>
1037
1038 * observer.texi (GDB Observers): Remove observer
1039 'tracepoint_modified', 'tracepoint_created' and
1040 'tracepoint_deleted'.
1041
10422012-10-26 Tom Tromey <tromey@redhat.com>
1043
1044 * gdb.texinfo (General Query Packets): Use @itemx for QAgent.
1045
10462012-10-25 Tom Tromey <tromey@redhat.com>
1047
1048 * gdb.texinfo (General Query Packets): Use @itemx.
1049
10502012-10-17 Yao Qi <yao@codesourcery.com>
1051
1052 * observer.texi (GDB Observers): Update observer
1053 'memory_changed'.
1054 * gdb.texinfo (GDB/MI Async Records): Document for
1055 "memory-changed" notification.
1056
10572012-10-15 Doug Evans <dje@google.com>
1058
1059 * gdb.texinfo (Mode Options): Document -nh.
1060 Elaborate on docs for -nx.
1061
10622012-09-26 Siddhesh Poyarekar <siddhesh@redhat.com>
1063
1064 * observer.texi (memory_changed): Expand parameter LEN to ssize_t.
1065
10662012-09-21 Yao Qi <yao@codesourcery.com>
1067 Pedro Alves <palves@redhat.com>
1068
1069 * gdb.texinfo (GDB/MI Async Records): Document notification
1070 'record-started' and 'record-stopped'.
1071 * observer.texi (GDB Observers): New observer 'record-changed'.
1072
10732012-09-19 Thomas Schwinge <thomas@codesourcery.com>
1074
1075 * gdb.texinfo: Document the removal of SH's 'regs' command.
1076
10772012-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
1078
1079 * gdb.texinfo (jump): Mention new alias `j' for `jump'.
1080
10812012-09-18 Yao Qi <yao@codesourcery.com>
1082
1083 * gdb.texinfo (GDB/MI Async Records): Document new MI
1084 notifications '=tsv-created' and '=tsv-deleted'.
1085 * observer.texi (GDB Observers): New observer tsv_created and
1086 tsv_deleted.
1087
10882012-09-18 Yao Qi <yao@codesourcery.com>
1089
1090 * observer.texi (GDB Observers): New observer 'traceframe_changed'.
1091 * gdb.texinfo (GDB/MI Async Records): Mention new MI notification
1092 '=traceframe-changed'.
1093
10942012-09-17 Yao Qi <yao@codesourcery.com>
1095
1096 * gdb.texinfo (List): Describe the meaning of 0 and -1 in
1097 'set listsize'.
1098
10992012-09-13 Jan Kratochvil <jan.kratochvil@redhat.com>
1100 Eli Zaretskii <eliz@gnu.org>
1101
1102 * gdbint.texinfo (Defining Other Architecture Features): Clarify *pcptr
1103 encoding for gdbarch_breakpoint_from_pc, bp_addr for
1104 gdbarch_push_dummy_call and bp_addr for gdbarch_push_dummy_code.
1105
11062012-08-27 Jan Kratochvil <jan.kratochvil@redhat.com>
1107
1108 * gdb.texinfo (objfile-gdb.py file): New paragraph for .exe stripping.
1109
11102012-08-23 Khoo Yit Phang <khooyp@cs.umd.edu>
1111
1112 Document how to return from "python-interactive" to GDB.
1113 * gdb.texinfo (Python Commands): Update documentation.
1114
11152012-08-22 Khoo Yit Phang <khooyp@cs.umd.edu>
1116
1117 Add a new "python-interactive" command that starts a standard
1118 Python interactive prompt with "pi" as alias, and add "py" as
1119 an alias to "python".
1120 * gdb.texinfo (Python Commands): Document the new commands.
1121
11222012-08-22 Tom Tromey <tromey@redhat.com>
1123
1124 * gdbint.texinfo (Host Definition): Remove documentation for
1125 SIGWINCH_HANDLER and SIGWINCH_HANDLER_BODY.
1126
11272012-08-17 Keith Seitz <keiths@redhat.com>
1128
1129 PR c++/13356
1130 * gdb.texinfo (Type and Range Checking): Remove warning.
1131 Remove spurious commas.
1132 Update text and examples for re-implementation of set/show
1133 check type.
1134 (C and C++ Type and Range Checks): Likewise.
1135
11362012-08-16 Yao Qi <yao@codesourcery.com>
1137
1138 * gdb.texinfo (Types In Python): Mention gdb.TYPE_CODE_BITSTRING
1139 is deprecated.
1140
11412012-08-13 Doug Evans <dje@google.com>
1142
1143 * gdb.texinfo (Convenience Vars): Update text for "show convenience"
1144 to include functions.
1145
11462012-08-10 Doug Evans <dje@google.com>
1147
1148 * gdb.texinfo (Convenience Funs): New node.
1149 (Types In Python): Document Type.vector.
1150
11512012-08-09 Yao Qi <yao@codesourcery.com>
1152
1153 * observer.texi: New observer command_param_changed.
1154 * gdb.texinfo (GDB/MI Async Records): Doc for '=cmd-param-changed'.
1155
11562012-08-07 Jan Kratochvil <jan.kratochvil@redhat.com>
1157
1158 * gdbint.texinfo (Debugging GDB): In section
1159 'Debugging @value{GDBN} with itself' change .gdbinit for gdb-gdb.gdb.
1160 Mention also gdb-gdb.py.
1161
11622012-08-07 Yao Qi <yao@codesourcery.com>
1163
1164 Revert the folloing patch:
1165 2012-08-06 Yao Qi <yao@codesourcery.com>
1166 * gdb.texinfo (Remote Configuration): Add kindex for 'set
1167 remote hardware-watchpoint-limit' and 'set
1168 remote hardware-breakpoint-limit'.
1169
11702012-08-06 Nathaniel Flath <flat0103@gmail.com>
1171
1172 * gdb.texinfo (Working Directory): Added information about new
1173 default argument for 'cd' command.
1174
11752012-08-06 Yao Qi <yao@codesourcery.com>
1176
1177 * gdb.texinfo (Remote Configuration): Add kindex for 'set
1178 remote hardware-watchpoint-limit' and 'set
1179 remote hardware-breakpoint-limit'.
1180
11812012-08-06 Yao Qi <yao@codesourcery.com>
1182
1183 Fix PR14371.
1184
1185 * gdb.texinfo (GDB/MI Async Records): Fix the doc for
1186 '=breakpoint-deleted'.
1187
11882012-08-02 Yao Qi <yao@codesourcery.com>
1189
1190 * gdb.texinfo (Native): Remove node Neutrino.
1191
11922012-07-27 Yao Qi <yao@codesourcery.com>
1193
1194 * gdb.texinfo (IPA Protocol Commands): Document new command
1195 'close'.
1196
11972012-07-25 Tom Tromey <tromey@redhat.com>
1198
1199 * gdb.texinfo (Maintenance Commands): Document maint info bfds.
1200
12012012-07-20 Doug Evans <dje@google.com>
1202
1203 * gdb.texinfo (Mode Options): Delete --use-deprecated-index-sections.
1204 (Index Files): Document how to control the use of deprecated index
1205 sections.
1206 (Index Section Format): Replace --use-deprecated-index-sections with
1207 "set use-deprecated-index-sections on".
1208
12092012-07-12 Eli Zaretskii <eliz@gnu.org>
1210
1211 * gdbint.texinfo: Remove @syncodeindex directives that put all the
1212 indices into a single node "Index". Instead, join function and
1213 variable indices into a single index, separate from the concept
1214 index. Requested in
1215 http://sourceware.org/ml/gdb-patches/2012-07/msg00146.html.
1216 (Top): Update the top-level menu: instead of one "Index" there are
1217 now separate entries "Concept Index" and "Function and Variable
1218 Index".
1219 (Concept Index, Function and Variable Index): New nodes.
1220 (Index): Node deleted.
1221
12222012-07-05 Hui Zhu <hui_zhu@mentor.com>
1223
1224 * gdb.texinfo (Maintenance Commands): Change help for "maint agent"
1225 and "maint agent-eval".
1226
12272012-07-03 Eli Zaretskii <eliz@gnu.org>
1228
1229 * gdb.texinfo: Separate the index into 2 indices, cp and fn, to
1230 avoid file-name clashes between Index.html and index.html on
1231 case-insensitive filesystems. See the discussion starting in
1232 http://sourceware.org/ml/gdb-patches/2012-06/msg00457.html for the
1233 details of the problem.
1234 (Top): Update the master menu for the above.
1235 (Concept Index, Command and Variable Index): New nodes, instead of
1236 the old "Index" node that was deleted. All cross-references
1237 updated.
1238
12392012-07-02 Stan Shebs <stan@codesourcery.com>
1240
1241 * gdb.texinfo (Dynamic Printf): Mention agent style and
1242 disconnected dprintf.
1243 (Maintenance Commands): Describe maint agent-printf.
1244 (General Query Packets): Mention BreakpointCommands feature.
1245 (Packets): Document commands extension to Z0 packet.
1246 * agentexpr.texi (Bytecode Descriptions): Document printf
1247 bytecode.
1248
12492012-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
1250
1251 * gdb.texinfo (File Options): Change -ix and -iex commands that apply
1252 only after gdbinit files.
1253 (Startup): Move -iex and -iex commands down after gdbinit files.
1254
12552012-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
1256
1257 * gdb.texinfo (Auto-loading safe path): Note the shell wildcard
1258 possibility.
1259
12602012-06-29 Tom Tromey <tromey@redhat.com>
1261
1262 * gdb.texinfo (Index Section Format): Update for version 7.
1263
12642012-06-28 Stan Shebs <stan@codesourcery.com>
1265
1266 * gdb.texinfo (Miscellaneous GDB/MI Commands): Update -info-os
1267 example, add note about title column.
1268
12692012-06-26 Siva Chandra Reddy <sivachandra@google.com>
1270
1271 * gdb.texinfo (Symbol Tables In Python): Add description about
1272 the new 'last' attribute of gdb.Symtab_and line.
1273
12742012-06-26 Siva Chandra Reddy <sivachandra@google.com>
1275
1276 * gdb.texinfo (Symbol Tables In Python): Correct the description
1277 of the 'pc' attribute of gdb.Symtab_and_line.
1278
12792012-06-26 Doug Evans <dje@google.com>
1280
1281 * gdb.texinfo (Debugging Output): Document debug options dwarf2-read
1282 and symtab-create.
1283
12842012-06-25 Keith Seitz <keiths@redhat.com>
1285
1286 * gdb.texinfo (GDB/MI Breakpoint Commands): Remove "-r" option
1287 from example. Remove "rbreak" from list of corresponding
1288 gdb commands.
1289
12902012-06-23 Doug Evans <dje@google.com>
1291
1292 * gdb.texinfo (Index Section Format): Document version 7 format.
1293
12942012-06-22 Yao Qi <yao@codesourcery.com>
1295
1296 * gdb.texinfo: Add missing cindex for some packets.
1297
12982012-06-20 Keith Seitz <keiths@redhat.com>
1299
1300 * gdb.texinfo (GDB/MI Breakpoint Commands): Re-order options
1301 for -break-insert and document -p.
1302
13032012-06-20 Yao Qi <yao@codesourcery.com>
1304
1305 * gdb.texinfo (Inferiors In Python): Replace "gdb.read_memory"
1306 and "gdb.write_memory" with "Inferior.read_memory" and
1307 "Inferior.write_memory".
1308
13092012-06-15 Patrice Dumas <pertusus@free.fr> (tiny change)
1310
1311 * gdb.texinfo (Summary): Add a link to "Free Documentation".
1312 (Free Documentation): Add @node line.
1313 (Continuing and Stepping) <advance location>: Use @item instead of
1314 @itemx.
1315 (Reverse Execution) <set exec-direction reverse>: Use @item instead of
1316 @itemx.
1317 (Embedded Processors): Put the link to "PA" to its correct place,
1318 according to document structure.
1319 (Python API): Put the link to "Lazy Strings In Python" to its
1320 correct place.
1321 (Index): Use @@ in @tex block to get a literal @.
1322
1323 * gdbint.texinfo: Fix the @subtitle line.
1324
1325 * stabs.texinfo (Top): Put the link to "Symbol Types Index" to its
1326 correct place.
1327
13282012-06-08 Yao Qi <yao@codesourcery.com>
1329
1330 * gdb.texinfo (In-Process Agent): Add 'In-Process Agent
1331 Protocol'.
1332 (In-Process Agent Protocol, IPA Protocol Objects)
1333 (IPA Protocol Commands): New nodes.
1334 (Tracepoint Packets): Add anchors.
1335
13362012-06-06 Thomas Schwinge <thomas@codesourcery.com>
1337
1338 * gdb.texinfo: Document the deprecation of SH's 'regs' command.
1339
13402012-06-06 Yao Qi <yao@codesourcery.com>
1341
1342 * gdb.texinfo: Update copyright year.
1343
13442012-05-23 Stan Shebs <stan@codesourcery.com>
1345 Kwok Cheung Yeung <kcy@codesourcery.com>
1346
1347 * gdb.texinfo (Miscellaneous GDB/MI Commands): Document -info-os.
1348
13492012-05-20 Jan Kratochvil <jan.kratochvil@redhat.com>
1350
1351 * gdb.texinfo (Separate Debug Files): New anchor debug-file-directory.
1352 Mention also --with-separate-debug-dir.
1353 (Auto-loading): Prepend $debugdir in the sample output.
1354 (Auto-loading safe path): Likewise. Mention also $debugdir for the
1355 auto-load safe-path variable.
1356 (objfile-gdb.py file): Remove the extra debug-file-directory paragraph.
1357 Mention also $debugdir for 'set auto-load scripts-directory'.
1358
13592012-05-19 Eli Zaretskii <eliz@gnu.org>
1360
1361 * gdb.texinfo (Continuing and Stepping, Selection, Byte Order)
1362 (MIPS Embedded, MIPS, MIPS Register packet Format)
1363 (Target Descriptions, MIPS Features): Use @acronym{MIPS} where
1364 appropriate.
1365
13662012-05-18 Sandra Loosemore <sandra@codesourcery.com>
1367 Maciej W. Rozycki <macro@codesourcery.com>
1368
1369 * gdb.texinfo (MIPS): Document "set mips compression" and "show
1370 mips compression".
1371 (MIPS Breakpoint Kinds): New subsubsection.
1372
13732012-05-18 Eli Zaretskii <eliz@gnu.org>
1374
1375 * gdb.texinfo (Architecture-Specific Protocol Details): Define
1376 nodes for subsections. Add @acronym mark-ups and adjust
1377 formatting.
1378
13792012-05-18 Jan Kratochvil <jan.kratochvil@redhat.com>
1380
1381 Rename $ddir to $datadir.
1382 * gdb.texinfo (Auto-loading, Auto-loading safe path)
1383 (objfile-gdb.py file): Rename $ddir to $datadir.
1384
13852012-05-18 Tom Tromey <tromey@redhat.com>
1386
1387 * gdb.texinfo (Print Settings): Document 'set print symbol'.
1388
13892012-05-14 Stan Shebs <stan@codesourcery.com>
1390
1391 * gdb.texinfo (Dynamic Printf): New subsection.
1392
13932012-05-13 Siva Chandra Reddy <sivachandra@google.com>
1394
1395 * gdb.texinfo (Basic Python): Add description about the function
1396 gdb.find_pc_line
1397
13982012-05-12 Jan Kratochvil <jan.kratochvil@redhat.com>
1399 Eli Zaretskii <eliz@gnu.org>
1400
1401 * gdb.texinfo (Separate Debug Files): Use plural form for global
1402 debugging information directory.
1403
14042012-05-11 Stan Shebs <stan@codesourcery.com>
1405 Kwok Cheung Yeung <kcy@codesourcery.com>
1406
1407 * gdb.texinfo (Operating System Auxiliary Information): Document new
1408 'info os' subcommands.
1409
14102012-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
1411
1412 * gdb.texinfo (Auto-loading, Init File in the Current Directory)
1413 (libthread_db.so.1 file, objfile-gdb.gdb file, objfile-gdb.py file)
1414 (dotdebug_gdb_scripts section): Add reference
1415 to 'Auto-loading safe path'.
1416
14172012-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
1418
1419 Implement multi-component --with-auto-load-dir.
1420 * gdb.texinfo (Auto-loading): New references
1421 for 'set auto-load scripts-directory'
1422 and 'show auto-load scripts-directory'.
1423 (Auto-loading safe path): Describe the new default. Move $ddir
1424 substituation reference to 'objfile-gdb.py file'.
1425 (objfile-gdb.py file): Describe script-name alias. Change real-name to
1426 script-name. Describe new 'set auto-load scripts-directory'
1427 and 'show auto-load scripts-directory'.
1428
14292012-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
1430
1431 Provide $ddir substitution for --with-auto-load-safe-path.
1432 * gdb.texinfo (Auto-loading): Replace /usr/local by $ddir/auto-load.
1433 (Auto-loading safe path): Likewise. Mention the default value,
1434 $ddir substitution, --with-auto-load-safe-path and
1435 --without-auto-load-safe-path.
1436 * observer.texi (gdb_datadir_changed): New.
1437
14382012-05-09 Jan Kratochvil <jan.kratochvil@redhat.com>
1439
1440 * gdb.texinfo (Auto-loading): Wrap too long lines in @smallexample.
1441 Twice.
1442
1443 * gdb.texinfo (Separate Debug Files, Auto-loading safe path): Replace
1444 directory separator by path separator.
1445
14462012-05-06 Jan Kratochvil <jan.kratochvil@redhat.com>
1447
1448 * gdb.texinfo (Auto-loading safe path): Make 'directories'
1449 for 'set auto-load safe-path' optional. Mention if it is omitted.
1450 Change disabling security protection condition to "/", twice.
1451
14522012-05-03 Siva Chandra Reddy <sivachandra@google.com>
1453
1454 * gdb.texinfo (Symbol Tables In Python): Add documentation about
1455 the new methods global_block and static_block on gdb.Symtab
1456 objects.
1457
14582012-05-02 Siva Chandra Reddy <sivachandra@google.com>
1459
1460 * gdb.texinfo (Blocks In Python): Add a note saying that future
1461 improvements to GDB and its infrastructure can move symbols
1462 across blocks within a symbol table.
1463
14642012-04-29 Yao Qi <yao@codesourcery.com>
1465
1466 * gdb.texinfo (Architectures): Remove menu entry `A29K'.
1467 (A29K): Remove.
1468
14692012-04-27 Sergio Durigan Junior <sergiodj@redhat.com>
1470 Tom Tromey <tromey@redhat.com>
1471
1472 * gdb.texinfo (Static Probe Points): New entry, explaining SystemTap
1473 and generic static probe support on GDB.
1474
14752012-04-25 Doug Evans <dje@google.com>
1476
1477 * gdb.texinfo (Go): Fix thinko.
1478
1479 * gdb.texinfo (Supported Languages): Add Go.
1480 (Go): New node.
1481
14822012-04-25 Yao Qi <yao@codesourcery.com>
1483
1484 * gdbint.texinfo (Testsuite): New section `Board settings'.
1485
14862012-04-23 Jan Kratochvil <jan.kratochvil@redhat.com>
1487
1488 * gdb.texinfo (Auto-loading safe path): Remove trailing [@dots{}].
1489 Three times.
1490
1491 * gdb.texinfo (Auto-loading safe path): Add trailing @dots{}.
1492 Three times.
1493
14942012-04-22 Jan Kratochvil <jan.kratochvil@redhat.com>
1495
1496 * gdb.texinfo (Auto-loading safe path): Replace @itemize @bullet
1497 by @table @asis. Fix formatting of one item.
1498
14992012-04-18 Jan Kratochvil <jan.kratochvil@redhat.com>
1500
1501 * gdb.texinfo (Auto-loading verbose mode): Fix smallexample typo.
1502
15032012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
1504
1505 New option "set debug auto-load".
1506 * gdb.texinfo (Auto-loading): New menu item for auto-load verbose mode.
1507 (auto-load verbose mode): New node.
1508
15092012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
1510
1511 New option "set auto-load safe-path".
1512 * gdb.texinfo (Auto-loading): Extend the "show auto-load"
1513 and "info auto-load" examples for safe-path. Put there also references
1514 for "set auto-load safe-path" and "show auto-load safe-path".
1515 New menu item for Auto-loading safe path.
1516 (Auto-loading safe path): New node.
1517 (Python Auto-loading): Update the expected output from "Missing"
1518 to "No".
1519
15202012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
1521
1522 auto-load: Implementation.
1523 * gdb.texinfo (Mode Options): New anchor for -nx.
1524 (Startup): New anchors for Option -init-eval-command,
1525 Home Directory Init File
1526 and Init File in the Current Directory during Startup.
1527 Mention set auto-load local-gdbinit with a reference.
1528 Change the sample code to "set auto-load python-scripts".
1529 (Threads): New anchor set libthread-db-search-path.
1530 Provide references to libthread_db.so.1 file.
1531 (Controlling GDB): New menu item for Auto-loading.
1532 (Auto-loading, Init File in the Current Directory)
1533 (libthread_db.so.1 file, objfile-gdb.gdb file): New nodes.
1534 (Python): Rename the menu item Auto-loading to Python Auto-loading.
1535 (Writing a Pretty-Printer, Objfiles In Python): Update the renamed
1536 reference.
1537 (Auto-loading): Rename to ...
1538 (Python Auto-loading): ... here. Change "set auto-load-scripts" to
1539 "set auto-load python-scripts", new anchor for it. Change
1540 "show auto-load-scripts" to "show auto-load python-scripts", new anchor
1541 for it. Change "info auto-load-scripts"
1542 to "info auto-load python-scripts", new anchor for it. Change "scripts"
1543 to "Python scripts".
1544
15452012-04-14 Anton Gorenkov <xgsa@yandex.ru>
1546
1547 PR mi/13393
1548 * gdb.texinfo (Print Settings): Extend the description for "set print
1549 object".
1550 (GDB/MI Variable Objects): Extend the description for -var-create and
1551 -var-list-children.
1552
15532012-04-11 Siva Chandra Reddy <sivachandra@google.com>
1554
1555 * gdb.texinfo (Examining Data): Document the 'explore' command.
1556
15572012-03-28 Joel Brobecker <brobecker@adacore.com>
1558
1559 * gdb.texinfo (GDB/MI Variable Objects): Document what happens
1560 to the children of a varobj and its update range when -var-update
1561 returns that the varobj's type changed.
1562
15632012-03-27 Jan Kratochvil <jan.kratochvil@redhat.com>
1564
1565 * gdb.texinfo (Auto-loading): Move @menu to the end of @node.
1566 Create two new links fir 'objfile-gdb.py file'
1567 and 'dotdebug_gdb_scripts section'.
1568
15692012-03-27 Jan Kratochvil <jan.kratochvil@redhat.com>
1570
1571 * gdb.texinfo (Auto-loading): Rename node reference
1572 '.debug_gdb_scripts section' to 'dotdebug_gdb_scripts section'.
1573 Twice.
1574 (.debug_gdb_scripts section): Rename the node ...
1575 (dotdebug_gdb_scripts section): ... here.
1576 (Maintenance Commands): Also rename this node reference.
1577
15782012-03-22 Siva Chandra Reddy <sivachandra@google.com>
1579
1580 * gdb.texinfo (Python API/Values From Inferior): Add description
1581 about the new method Value.referenced_value. Add description on
1582 how Value.dereference is different (and similar) to
1583 Value.referenced_value.
1584
15852012-03-19 Jan Kratochvil <jan.kratochvil@redhat.com>
1586
1587 * gdb.texinfo (File Options): Describe --init-command=FILE, -ix and
1588 --init-eval-command=COMMAND, -iex.
1589 (Startup): Describe -iex and -ix. Simplify the example
1590 for "set auto-load-scripts off".
1591
15922012-03-16 Gary Benson <gbenson@redhat.com>
1593
1594 PR breakpoints/10738
1595 * gdb.texinfo (Inline Functions): Remove the now-unnecessary @item
1596 stating that GDB cannot set breakpoints on inlined functions.
1597 (Mode Options): Document --use-deprecated-index-sections.
1598 (Index Section Format): Document new index section version format.
1599
16002012-03-15 Tom Tromey <tromey@redhat.com>
1601
1602 * gdb.texinfo (Debugging C Plus Plus): Document "info vtbl".
1603
16042012-03-13 Doug Evans <dje@google.com>
1605
1606 * gdb.texinfo (Help): Change apropos example to use "alias" instead
1607 of "reload".
1608 (Symbols): Delete docs for set/show symbol-reloading.
1609 * gdbint.texinfo (Defining Other Architecture Features): Delete
1610 SYMBOL_RELOADING_DEFAULT.
1611 * refcard.tex: Delete reference to symbol-reloading.
1612
16132012-03-07 Pedro Alves <palves@redhat.com>
1614
1615 * gdb.texinfo (General Query Packets): Document new
1616 QProgramSignals packet.
1617 * gdb.texinfo (Remote configuration): Mention
1618 "program-signals-packet".
1619
16202012-03-05 Tristan Gingold <gingold@adacore.com>
1621
1622 * gdb.texinfo (General Query Packets): Document xfer:uib:read.
1623
16242012-03-03 Yao Qi <yao@codesourcery.com>
1625
1626 * gdb.texinfo (In-Process Agent): New node.
1627 Document new commands.
1628 (General Query Packets): Add packet `QAgent'.
1629
16302012-03-01 Maciej W. Rozycki <macro@codesourcery.com>
1631
1632 * gdb.texinfo (MIPS Features): Add org.gnu.gdb.mips.dsp.
1633
16342012-03-01 Scott J. Goldman <scottjg@vmware.com>
1635
1636 * gdb.texinfo (Commands In Python): Put example python macro in
1637 COMMAND_USER category rather than COMMAND_OBSCURE.
1638 Document gdb.COMMAND_USER.
1639 (User-defined Commands): Update documentation to clarify
1640 "set/show max-user-call-depth" and "show user" don't apply to python
1641 commands. Update documentation to clarify "help user-defined" may
1642 also include python commands defined as COMMAND_USER.
1643
16442012-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
1645
1646 * gdb.texinfo (Startup): Add option -ex description to the option -x
1647 description.
1648
16492012-02-24 Luis Machado <lgustavo@codesourcery.com>
1650
1651 * gdb.texinfo (Setting Breakpoints): Mention and explain the
1652 condition-evaluation breakpoint parameter.
1653 Mention condition-evaluation mode being shown in "info break".
1654 (Break Conditions): Add description for target-side
1655 conditional breakpoints.
1656 (Remote Configuration): Mention conditional-breakpoints-packet.
1657 (Packets): Add cond-expr parameter to Z0/Z1 packets and explain
1658 cond-expr.
1659 (General Query Packets): Mention new ConditionalBreakpoint feature.
1660
16612012-02-22 Tom Tromey <tromey@redhat.com>
1662
1663 * gdb.texinfo (Blocks In Python): Clarify block iteration.
1664
16652012-02-17 Tom Tromey <tromey@redhat.com>
1666
1667 PR python/10753:
1668 * gdb.texinfo (objfile-gdb.py file): Fix location of auto-load
1669 directory.
1670
16712012-02-14 Stan Shebs <stan@codesourcery.com>
1672
1673 * gdb.texinfo (Disabling Breakpoints): Document enable count.
1674
16752012-02-13 Pedro Alves <palves@redhat.com>
1676
1677 * gdb.texinfo (MIPS boards): Refer to mips-elf instead of
1678 mips-idt-ecoff.
1679
16802012-02-09 Yao Qi <yao@codesourcery.com>
1681
1682 * gdb.texinfo (Symbols In Python): Add missing `@end defvar'.
1683
16842012-02-07 Tom Tromey <tromey@redhat.com>
1685
1686 * gdb.texinfo (Symbols In Python): Document Symbol.needs_frame and
1687 Symbol.value.
1688
16892012-02-07 Tom Tromey <tromey@redhat.com>
1690
1691 * gdb.texinfo (Symbols In Python): Document Symbol.line.
1692
16932012-01-27 Thomas Schwinge <thomas@codesourcery.com>
1694
1695 * gdb.textinfo (Packets): Move vCont paragraph to the correct place.
1696
16972012-01-24 Tom Tromey <tromey@redhat.com>
1698
1699 * gdb.texinfo (Set Catchpoints): Document "catch load" and "catch
1700 unload".
1701 (Files): Mention new catch commands.
1702 (GDB/MI Async Records): Likewise.
1703
17042012-01-24 Gary Benson <gbenson@redhat.com>
1705
1706 Delete #if 0'd out code.
1707 * gdb.texinfo (Frame Info): Remove "info catch".
1708
17092012-01-20 Ulrich Weigand <ulrich.weigand@linaro.org>
1710
1711 * gdb.texinfo (Remote Configuration): Document
1712 "set remote hostio-readlink-packet" command.
1713 (General Query Packets): Document vFile:readlink packet.
1714
17152012-01-16 Tom Tromey <tromey@redhat.com>
1716
1717 * gdb.texinfo (Specify Location): Document relative file name
1718 handling.
1719
17202012-01-16 Tom Tromey <tromey@redhat.com>
1721
1722 * gdb.texinfo (gdb.printing): Document FlagEnumerationPrinter.
1723
17242012-01-13 Jan Kratochvil <jan.kratochvil@redhat.com>
1725 Eli Zaretskii <eliz@gnu.org>
1726
1727 * gdbint.texinfo (Coding Standards): Require braces for two lines of
1728 code.
1729
17302012-01-11 Paul Hilfinger <hilfingr@adacore.com>
1731
1732 * gdb.texinfo (Variables): Document use of :: for non-static
1733 variables.
1734
17352012-01-05 Joel Brobecker <brobecker@adacore.com>
1736
1737 * gdbint.texinfo (Start of New Year Procedure): Update
1738 to replace use of copyright.sh by use of copyright.py.
1739
17402012-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
1741
1742 Remove the gdbtui binary.
1743 * all-cfg.texi (GDBTUI): Remove.
1744 * gdb.texinfo (Mode Options): Remove the GDBTUI reference.
1745 (TUI): Remove GDBTUI pindex. Remove the GDBTUI reference.
1746 * gdbint.texinfo (Testsuite): Replace `gdbtui' by `gdb -tui'.
1747
17482011-12-23 Kevin Pouget <kevin.pouget@st.com>
1749
1750 Introduce gdb.FinishBreakpoint in Python.
1751 * gdb.texinfo (Finish Breakpoints in Python): New subsection.
1752 (Python API): Add menu entry for Finish Breakpoints.
1753
17542011-12-19 Jan Kratochvil <jan.kratochvil@redhat.com>
1755
1756 * gdbint.texinfo (Testsuite): Describe KFAIL and XFAIL in Writing
1757 tests.
1758
17592011-12-16 Doug Evans <dje@google.com>
1760
1761 * gdb.texinfo (Server): Document -/stdio argument to gdbserver.
1762
17632011-12-16 Phil Muldoon <pmuldoon@redhat.com>
1764
1765 * gdb.texinfo (Python Commands): Remove "maint set/show print
1766 stack". Add documentation for "set/show python print-stack".
1767
17682011-12-14 Pedro Alves <pedro@codesourcery.com>
1769
1770 * gdb.texinfo (Implementing a Remote Stub): Explain that you
1771 should transfer control to the stub in the startup code instead of
1772 in main. Mention the need to get past the initial breakpoint.
1773
17742011-12-06 Tom Tromey <tromey@redhat.com>
1775
1776 * gdb.texinfo (Set Breaks): Update for new behavior.
1777
17782011-12-02 Jan Kratochvil <jan.kratochvil@redhat.com>
1779
1780 * gdb.texinfo (Requirements, Remote Protocol): Reference also `Library
1781 List Format for SVR4 Targets'.
1782 (General Query Packets): New item qXfer:libraries-svr4:read.
1783 (Library List Format for SVR4 Targets): New node.
1784
17852011-12-01 Tom Tromey <tromey@redhat.com>
1786
1787 * gdb.texinfo (Writing a Pretty-Printer): Use append method, not
1788 add.
1789
17902011-11-22 Tom Tromey <tromey@redhat.com>
1791
1792 * gdb.texinfo (GDB/MI Async Records): Document new *stopped
1793 reasons.
1794
17952011-11-20 Stan Shebs <stan@codesourcery.com>
1796
1797 * gdb.texinfo (Starting and Stopping Trace Experiments): Document
1798 note-related options and variables.
1799 (Tracepoint Packets): Document packet changes.
1800
18012011-11-20 Sanjoy Das <sdas@igalia.com>
1802
1803 * gdb.texinfo (JIT Interface): Add documentation on writing and
1804 usind JIT debug info readers.
1805 (Custom Debug Info, Using JIT Debug Info Readers, Writing JIT
1806 Debug Info Readers): New nodes.
1807
18082011-11-18 Yao Qi <yao@codesourcery.com>
1809
1810 * gdb.texinfo (Create and Delete Tracepoints): Mention pending
1811 tracepoint.
1812
18132011-11-15 Doug Evans <dje@google.com>
1814
1815 * gdb.texinfo (Files): Document basenames-may-differ.
1816
18172011-11-14 Doug Evans <dje@google.com>
1818
1819 * gdb.texinfo (Shell Commands): Document "!".
1820
18212011-11-14 Stan Shebs <stan@codesourcery.com>
1822 Kwok Cheung Yeung <kcy@codesourcery.com>
1823
1824 * gdb.texinfo (Create and Delete Tracepoints): Describe what is
1825 needed to get shorter fast tracepoints.
1826 (Tracepoint Packets): Document new qTMinFTPILen packet.
1827
18282011-11-14 Yao Qi <yao@codesourcery.com>
1829
1830 * gdb.texinfo (Create and Delete Tracepoints): Describe changed
1831 behavior of tracepoint.
1832 (General Query Packets): New feature InstallInTrace.
1833 (Remote Configuration): Document "set remote
1834 install-in-trace-packet".
1835
18362011-11-12 Matt Rice <ratmice@gmail.com>
1837
1838 * gdb.texinfo (C Preprocessor Macros): Remove info definitions.
1839 Add arguments to info macro.
1840
18412011-11-10 Tom Tromey <tromey@redhat.com>
1842
1843 * gdb.texinfo (Compilation): Don't mention -gdwarf-2. Link to GCC
1844 manual.
1845 (Variables): Don't mention -gdwarf-2. Link to Compilation node.
1846 (Macros): Add a footnote.
1847 (C): Remove paragraph about compiler options.
1848 (C Constants): Mention wide character and string constants.
1849 (C Plus Plus Expressions): Update compiler option advice. Mention
1850 using declarations. Mention ADL. Remove old HP compiler
1851 information.
1852
18532011-11-10 Tom Tromey <tromey@redhat.com>
1854
1855 PR c++/9257:
1856 * gdb.texinfo (Print Settings): Add an extra note about the need
1857 for a vtable.
1858
18592011-11-08 Maciej W. Rozycki <macro@codesourcery.com>
1860
1861 * gdb.texinfo (MIPS): Remove duplicate "auto" reference from
1862 "set mips abi" documentation.
1863
18642011-11-04 Doug Evans <dje@google.com>
1865
1866 * gdb.texinfo (Maintenance Commands): Update docs of "maint time".
1867
18682011-11-03 Tom Tromey <tromey@redhat.com>
1869
1870 * gdb.texinfo (Stopping): Add menu entry.
1871 (Continuing and Stepping): Restore @node. Use @section, not
1872 @subsection.
1873
18742011-11-03 Maciej W. Rozycki <macro@codesourcery.com>
1875
1876 * gdb.texinfo (Skipping Over Functions and Files): Remove node
1877 designation. Fix "Specify Location" cross-reference.
1878
18792011-11-02 Stan Shebs <stan@codesourcery.com>
1880
1881 * gdb.texinfo (Tracepoint Action Lists): Document collect/s.
1882 (General Query Packets): Describe tracenz feature.
1883 * agentexpr.texi (Bytecode Descriptions): Describe tracenz.
1884
18852011-10-28 Paul Koning <paul_koning@dell.com>
1886
1887 * gdb.texinfo (gdb.types): Rename deepitems to deep_items.
1888
18892011-10-27 Kevin Pouget <kevin.pouget@st.com>
1890
1891 * gdb.texinfo ((Frames In Python): Document
1892 gdb.FRAME_UNWIND_FIRST_ERROR contant.
1893
18942011-10-26 Paul Koning <paul_koning@dell.com>
1895
1896 * gdb.texinfo (gdb.types): Document new deepitems function.
1897
18982011-10-25 Paul Koning <paul_koning@dell.com>
1899
1900 PR python/13327
1901
1902 * gdb.texinfo (Values From Inferior): Add is_lazy attribute,
1903 fetch_lazy method.
1904
19052011-10-20 Phil Muldoon <pmuldoon@redhat.com>
1906
1907 PR python/12656
1908
1909 * gdb.texinfo (Blocks In Python): Document is_static, is_global,
1910 global_block, static_block function.
1911
19122011-10-19 Tom Tromey <tromey@redhat.com>
1913
1914 * gdb.texinfo (Commands In Python): Add missing "@"s.
1915
19162011-10-13 Kevin Pouget <kevin.pouget@st.com>
1917
1918 PR python/13285 Document named constants for frame unwind stop reasons
1919 * gdb.texinfo (Frames In Python): Document gdb.FRAME_UNWIND_*
1920 constants.
1921
19222011-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
1923
1924 Fix compatibility with texinfo versions older than 4.12.
1925 * Makefile.in (MAKEINFO): Set to @MAKEINFO@.
1926 (MAKEINFOFLAGS, MAKEINFO_EXTRA_FLAGS, MAKEINFO_CMD): New.
1927 (MAKEHTMLFLAGS): Use MAKEINFO_CMD.
1928 (gdb.info, gdbint.info, stabs.info, annotate.info): Use MAKEINFO_CMD.
1929 * gdb.texinfo (Tail Call Frames): Convert @arrow{} to @click, when possible.
1930 Make the conversion conditional on HAVE_MAKEINFO_CLICK, using variables
1931 CALLSEQ1A, CALLSEQ1B, CALLSEQ2A and CALLSEQ2B.
1932
19332011-10-09 Doug Evans <dje@google.com>
1934
1935 * gdb.texinfo (Extending GDB): Document alias command.
1936
19372011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
1938
1939 Support @entry in input expressions.
1940 * gdb.texinfo (Variables): Describe @entry names suffix.
1941 (Print Settings): Add anchor for `set print entry-values'.
1942
19432011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
1944 Eli Zaretskii <eliz@gnu.org>
1945
1946 Display @entry parameter values (without references).
1947 * gdb.texinfo (Tail Call Frames): Add anchor. Add self tail call
1948 example.
1949 (Print Settings): New description of set print entry-values and show
1950 print entry-values.
1951
19522011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
1953 Eli Zaretskii <eliz@gnu.org>
1954
1955 Recognize virtual tail call frames.
1956 * gdb.texinfo (Optimized Code): Add reference to Tail Call Frames.
1957 (Tail Call Frames): New node.
1958 (Frames In Python): Add gdb.TAILCALL_FRAME.
1959
19602011-10-07 Doug Evans <dje@google.com>
1961
1962 * gdb.texinfo (gdb.printing): Document new `replace' arg to
1963 register_pretty_printer.
1964
19652011-10-07 Phil Muldoon <pmuldoon@redhat.com>
1966
1967 PR python/12930
1968 PR python/12802
1969
1970 * gdb.texinfo (Breakpoints In Python): Clarify behavior in the
1971 stop method.
1972
19732011-10-07 Ulrich Weigand <ulrich.weigand@linaro.org>
1974
1975 * gdb.texinfo (Starting your Program): "set disable-randomization"
1976 is no longer Linux-specific.
1977 (Remote Configuration): Document "set remote
1978 disable-randomization-packet".
1979 (General Query Packets): Document "QDisableRandomization" packet
1980 and add it to "qSupported" list.
1981
19822011-10-07 Kevin Pouget <kevin.pouget@st.com>
1983
1984 Allow Python notification of new object-file loadings.
1985 * gdb.texinfo (Events In Python): Document `gdb.NewObjFileEvent'
1986 event type.
1987
19882011-10-04 Kevin Pouget <kevin.pouget@st.com>
1989
1990 PR python/12691: Add the inferior to Python exited event
1991 * gdb.texinfo (Events In Python): Describe exited inferior attribute.
1992
19932011-10-03 Joel Brobecker <brobecker@adacore.com>
1994
1995 * gdb.texinfo (GDB/MI Miscellaneous Commands): Minor
1996 rephasing.
1997
19982011-10-03 Joel Brobecker <brobecker@adacore.com>
1999
2000 * gdb.texinfo (GDB/MI Ada Tasking Commands): New node.
2001 (GDB/MI Miscellaneous Commands): Add `ada-task-info'
2002 as possible feature returned by the `-list-features'
2003 command.
2004
20052011-09-28 Paul Koning <paul_koning@dell.com>
2006
2007 * gdb.texinfo (gdb.Type): Document field access by dictionary
2008 key syntax.
2009
20102011-09-28 Yao Qi <yao@codesourcery.com>
2011
2012 * gdb.texinfo (Files): Update options for `add-symbol-file'.
2013 Add one space after option `-s'. Remove @r{} markup.
2014
20152011-09-27 Stan Shebs <stan@codesourcery.com>
2016
2017 * gdb.texinfo (Tracepoint Action Lists): Document $_ret.
2018
20192011-09-16 Hui Zhu <teawater@gmail.com>
2020
2021 * gdb.texinfo (Tracepoint Restrictions): Change *$esp@300
2022 to *(unsigned char *)$esp@300.
2023
20242011-09-15 Paul Koning <paul_koning@dell.com>
2025
2026 * gdb.texinfo: Make style of Python functions and methods match
2027 the syntax of Python. Also put class and module names explicitly
2028 on function, member, and variable names, matching Python
2029 documentation conventions.
2030
20312011-09-15 Kevin Pouget <kevin.pouget@st.com>
2032
2033 PR Python/12692 Add gdb.selected_inferior() to Python interface.
2034 * gdb.texinfo (Inferiors In Python): Describe new
2035 gdb.selected_inferior() function.
2036
20372011-09-15 Kevin Pouget <kevin.pouget@st.com>
2038
2039 Handle multiple breakpoint hits in Python interface:
2040 * gdb.texinfo (Events In Python): New function documentation:
2041 gdb.BreakpointEvent.breakpoints. Indicate that
2042 gdb.BreakpointEvent.breakpoint is now deprecated.
2043
20442011-09-04 Joel Brobecker <brobecker@adacore.com>
2045
2046 * gdb.texinfo: Set EDITION to "Tenth" and change ISBN.
2047
20482011-08-25 Andrew Oakley <andrew@ado.is-a-geek.net>
2049
2050 * gdb.texinfo (Types In Python): Document 'bitpos' for enums.
2051
20522011-08-17 Phil Muldoon <pmuldoon@redhat.com>
2053
2054 * gdb.texinfo (Prompt): Add set/show extended-prompt
2055 documentation
2056 (Basic Python): Add prompt_hook anchor.
2057 (Python modules): Reword module text to reflect multiple modules.
2058 (gdb.prompt): Document gdb.prompt module.
2059
20602011-08-14 Yao Qi <yao@codesourcery.com>
2061
2062 * gdb.texinfo (General Query Packets): Document qXfer:fdpic:read packet.
2063
20642011-08-14 Yao Qi <yao@codesourcery.com>
2065
2066 * gdb.texinfo (Standard Target Features): Document C6x features.
2067 (TIC6x Features): New node.
2068
20692011-08-12 Doug Evans <dje@google.com>
2070
2071 * gdb.texinfo (Symbols In Python): Document symbol.type.
2072
20732011-08-09 Phil Muldoon <pmuldoon@redhat.com>
2074
2075 * gdb.texinfo (Python): Document command and function
2076 auto-loading.
2077
20782011-07-26 Jan Kratochvil <jan.kratochvil@redhat.com>
2079 Eli Zaretskii <eliz@gnu.org>
2080
2081 * gdb.texinfo (whatis, ptype): Highlight their differences. Describe
2082 typedefs unrolling. Extend the sample code by an inner typedef and
2083 outer typedefs unrolling.
2084
20852011-07-26 Paul Pluzhnikov <ppluzhnikov@google.com>
2086
2087 * gdb.texinfo (Caching Remote Data): Document {set,show} dcache
2088 size and line-size.
2089
20902011-07-21 Matt Rice <ratmice@gmail.com>
2091
2092 PR macros/12999
2093 * gdb.texinfo (Macros): Add info definitions and info macros commands.
2094 Update text and cindex entries for info macro command.
2095
20962011-07-21 Phil Muldoon <pmuldoon@redhat.com>
2097
2098 * observer.texi (GDB Observers): Add before_prompt observer.
2099 * gdb.texinfo (Basic Python): Add documentation for prompt
2100 substitution.
2101
21022011-07-11 Phil Muldoon <pmuldoon@redhat.com>
2103
2104 PR python/12438
2105 * gdb.texinfo (Python Commands): Add deprecate note to maint
2106 set/show python print-stack. Document set/show python
2107 print-backtrace.
2108
21092011-07-05 Thiago Jung Bauermann <bauerman.ibm.com>
2110
2111 * gdb.texinfo: Fix typos.
2112
21132011-07-01 Tom Tromey <tromey@redhat.com>
2114
2115 * gdb.texinfo (Debugging Output): Document set debug
2116 check-physname.
2117
21182011-06-29 Tom Tromey <tromey@redhat.com>
2119
2120 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document
2121 breakpoint-notifications feature.
2122
21232011-06-29 Ulrich Weigand <ulrich.weigand@linaro.org>
2124
2125 * gdb.texinfo (Target Description): Remove warning about
2126 possibly unstable format.
2127
21282011-06-03 Tom Tromey <tromey@redhat.com>
2129
2130 * gdb.texinfo (GDB/MI Async Records): Document 'exit-code' field.
2131 (Events In Python): Note that exit_code is optional.
2132
21332011-05-17 Pedro Alves <pedro@codesourcery.com>
2134
2135 * gdb.texinfo (Remote Protocol) <Overview>: Mention vCont is
2136 required for multi-threading support.
2137 (Remote Protocol) <Packets>: Mention that 'c', 's', 'C', 'S' and
2138 Hc are deprecated for multi-threading debugging. Point readers at
2139 the vCont packet.
2140
21412011-05-15 Doug Evans <dje@google.com>
2142
2143 * gdb.texinfo (Auto-loading): Document printing of missing scripts.
2144
21452011-05-13 Doug Evans <dje@google.com>
2146
2147 * gdb.texinfo (Threads): Document $sdir,$pdir.
2148 (Server): Document $pdir exception.
2149
2150 * gdb.texinfo (Auto-loading): Document "info auto-load-scripts".
2151
2152 * gdb.texinfo (Threads): Clarify default value for
2153 libthread-db-search-path.
2154
2155 * gdb.texinfo (Completion): Update example.
2156 (Debugging Output): Delete `set/show debug lin-lwp-async'.
2157
21582011-05-12 Kwok Cheung Yeung <kcy@codesourcery.com>
2159
2160 * gdb.texinfo: Document change in the behaviour of the enable and
2161 disable GDB commands when applied to tracepoints.
2162 Document the EnableDisableTracepoints remote stub feature.
2163 Document QTEnable and QTDisable in the list of tracepoint packets.
2164
21652011-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
2166
2167 * Makefile.in (GDB_DOC_SOURCE_INCLUDES): Rename inc-hist.texinfo to
2168 hsuser.texi.
2169 * gdb.texinfo <!SYSTEM_READLINE>: Rename inc-hist.texinfo inclusion and
2170 comment to hsuser.texi. Change rluser.texi name in the comment.
2171
21722011-05-10 Doug Evans <dje@google.com>
2173
2174 * gdb.texinfo (Threads): If an empty path is provided for
2175 libthread-db-search-path it is reset to its default value.
2176 (Server): Ditto.
2177
21782011-05-09 Doug Evans <dje@google.com>
2179
2180 * gdb.texinfo (Requirements): Fix typo. Mention --with-iconv-bin.
2181
21822011-05-06 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
2183 Thiago Jung Bauermann <bauerman@br.ibm.com>
2184
2185 Implement support for PowerPC BookE masked watchpoints.
2186 * gdb.texinfo (Set Watchpoints): Document mask parameter.
2187 (PowerPC Embedded): Mention support of masked watchpoints.
2188
21892011-05-03 Joel Brobecker <brobecker@adacore.com>
2190
2191 * gdb.texinfo (In Memoriam): Replace litteral uses of `GDB' with
2192 `@value{GDBN}'.
2193
21942011-05-03 Joel Brobecker <brobecker@adacore.com>
2195
2196 * gdb.texinfo (titlepage): Remove dedication.
2197 (In Memoriam): New appendix.
2198
21992011-04-27 Jan Kratochvil <jan.kratochvil@redhat.com>
2200 Eli Zaretskii <eliz@gnu.org>
2201
2202 * gdb.texinfo (Index Section Format): Change the version to 5.
2203 Describe the different formula.
2204
22052011-04-24 Jan Kratochvil <jan.kratochvil@redhat.com>
2206 Eli Zaretskii <eliz@gnu.org>
2207
2208 * gdb.texinfo (Starting and Stopping Trace Experiments): New anchor
2209 for disconnected tracing.
2210 (Multi-Process Mode for @code{gdbserver}): Mention --multi and
2211 extended-remote relationship. Mention --once.
2212 (TCP port allocation lifecycle of @code{gdbserver}): New.
2213
22142011-04-23 Eli Zaretskii <eliz@gnu.org>
2215
2216 * gdb.texinfo (Server): Improve indexing. Index all optional
2217 switches to gdbserver.
2218
22192011-04-20 Tom Tromey <tromey@redhat.com>
2220
2221 * gdb.texinfo (Index Section Format): New node.
2222 (Top): Add new node to menu.
2223
22242011-04-20 Pedro Alves <pedro@codesourcery.com>
2225
2226 * gdb.texinfo (Maintenance Commands): Document `maint print
2227 remote-registers'.
2228
22292011-04-20 Tom Tromey <tromey@redhat.com>
2230
2231 * gdb.texinfo (Trace File Format): Move node later.
2232
22332011-04-19 Tom Tromey <tromey@redhat.com>
2234
2235 * gdbint.texinfo (Register Information Functions): Remove
2236 duplicate "the".
2237 * gdb.texinfo (Emacs): Remove duplicate "to".
2238 (GDB/MI Variable Objects): Remove duplicate "the".
2239 (General Query Packets): Likewise.
2240
22412011-04-02 Joel Brobecker <brobecker@adacore.com>
2242
2243 * gdb.texinfo (GDB/MI Output Records): Fix menu entry for
2244 "GDB/MI Ada Exception Information" node.
2245
22462011-04-01 Joel Brobecker <brobecker@adacore.com>
2247
2248 * gdb.texinfo (GDB/MI Ada Exception Information): Document
2249 the "exception-name" field in the *stopped async record.
2250
22512011-03-31 Thiago Jung Bauermann <bauerman@br.ibm.com>
2252 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
2253
2254 Implement support for PowerPC BookE ranged breakpoints.
2255 * gdb.texinfo (PowerPC Embedded): Document ranged breakpoints.
2256
22572011-03-28 Tom Tromey <tromey@redhat.com>
2258
2259 * gdb.texinfo (Set Tracepoints): Fix typo.
2260
22612011-03-24 Tom Tromey <tromey@redhat.com>
2262
2263 * gdb.texinfo (Specify Location): Document `function:label'
2264 linespec.
2265
22662011-03-18 Phil Muldoon <pmuldoon@redhat.com>
2267
2268 PR python/12149
2269
2270 * gdb.texinfo (Basic Python): Update gdb.write and flush text.
2271
22722011-03-17 Phil Muldoon <pmuldoon@redhat.com>
2273
2274 * gdb.texinfo (Blocks In Python): Add is_valid method description.
2275 (Inferiors In Python): Likewise.
2276 (Threads In Python): Likewise.
2277 (Symbols In Python): Likewise.
2278 (Objfiles In Python): Likewise.
2279 (Symbol Tables In Python): Likewise.
2280
22812011-03-15 Pedro Alves <pedro@codesourcery.com>
2282
2283 * gdb.texinfo (Auto Display) <undisplay, enable display, disable
2284 display>: Explain that the commands accept number ranges.
2285
22862011-03-14 Phil Muldoon <pmuldoon@redhat.com>
2287
2288 * gdb.texinfo (Breakpoints In Python): Add description and example
2289 of Python stop function operation.
2290
22912011-03-10 Phil Muldoon <pmuldoon@redhat.com>
2292
2293 * gdb.texinfo (Parameters In Python): Document get_set_string and
2294 get_show_string methods.
2295
22962011-02-28 Jan Kratochvil <jan.kratochvil@redhat.com>
2297
2298 * gdb.texinfo (Tracepoint Conditions): Fix missing parenthesis.
2299
2300 * gdb.texinfo (Starting and Stopping Trace Experiments): Fix
2301 circular-trace-buffer name.
2302
23032011-02-28 Joel Brobecker <brobecker@adacore.com>
2304
2305 * gdb.texinfo (Inferiors and Programs): Fix small error introduced
2306 in the previous change.
2307
23082011-02-27 Michael Snyder <msnyder@vmware.com>
2309
2310 * gdb.texinfo (Inferiors and Programs): Update commands to show
2311 that they can accept multiple arguments.
2312
23132011-02-24 Joel Brobecker <brobecker@adacore.com>
2314
2315 Revert the following patch (code patch was not approved):
2316 2011-02-21 Hui Zhu <teawater@gmail.com>
2317 * agentexpr.texi (bytecode descriptions): add printf.
2318 * gdb.texinfo (tracepoint action lists): add printf.
2319
23202011-02-23 Doug Evans <dje@google.com>
2321
2322 * gdb.texinfo (Symbols In Python): Fix mention of C++, use C@t{++}.
2323
23242011-02-23 Michael Snyder <msnyder@vmware.com>
2325
2326 * gdb.texinfo (Set Breaks): Add @dots{} to arguments of info break.
2327 (Set Watchpoints): Add @dots{} to argument of info watchpoints.
2328 (Listing Tracepoints): Add @dots{} to argument of info tracepoints.
2329
23302011-02-22 Doug Evans <dje@google.com>
2331
2332 * gdb.texinfo (Symbols In Python): Document lookup_global_symbol.
2333 Clarify behaviour of lookup_symbol when `block' argument is omitted,
2334 add description of result, fix @defun formatting.
2335
23362011-02-21 Hui Zhu <teawater@gmail.com>
2337
2338 * agentexpr.texi (Bytecode Descriptions): Add printf.
2339 * gdb.texinfo (Tracepoint Action Lists): Add printf.
2340
23412011-02-18 Tom Tromey <tromey@redhat.com>
2342
2343 * agentexpr.texi (Bytecode Descriptions): Document pick and rot.
2344
23452011-02-14 Michael Snyder <msnyder@vmware.com>
2346
2347 * gdb.texinfo (threads): Document argument for "info threads" cmd.
2348 Document new command "thread find".
2349
23502011-02-14 Michael Snyder <msnyder@vmware.com>
2351
2352 * gdb.texinfo (Threads): Update example of new thread message.
2353
23542011-02-14 Pedro Alves <pedro@codesourcery.com>
2355
2356 * gdb.texinfo (Remote Configuration): Mention set/show remote
2357 traceframe-info.
2358 (Tools/Packages Optional for Building GDB): Mention that expat is
2359 used for traceframe info.
2360 (Remote Protocol) <Menu>: Add "Traceframe Info Format".
2361 (General Query Packets) <qSupported>: Describe the
2362 qXfer:traceframe-info:read feature.
2363 (qXfer::read): Describe qXfer:traceframe-info:read.
2364 (Traceframe Info Format): New section.
2365
23662011-02-04 Pedro Alves <pedro@codesourcery.com>
2367
2368 * gdbint.texinfo (Formatting): Mention some formatting guidelines
2369 for casts and unary operators.
2370
23712011-02-04 Tom Tromey <tromey@redhat.com>
2372
2373 * gdb.texinfo (GDB/MI Async Records): Document that symbols-loaded
2374 is not useful.
2375
23762011-01-25 Pedro Alves <pedro@codesourcery.com>
2377
2378 * gdb.texinfo: s/value optimized out/optimized out/g
2379
23802011-01-21 Joel Brobecker <brobecker@adacore.com>
2381
2382 * gdb.texinfo (Other Misc Settings): Rework part of the
2383 documentation of the "set interactive mode" command.
2384
23852011-01-19 Tom Tromey <tromey@redhat.com>
2386
2387 * gdb.texinfo (Threads): Document thread name output and `thread
2388 name' command.
2389 (Threads In Python): Document Thread.name attribute.
2390 (GDB/MI Thread Commands): Document thread attributes.
2391
23922011-01-12 Andrew Burgess <aburgess@broadcom.com>
2393
2394 * gdb.texinfo (GDB/MI Data Manipulation): Update to reflect
2395 changes in mi/mi-cmd-disas.c
2396
23972011-01-12 Tom Tromey <tromey@redhat.com>
2398
2399 * gdb.texinfo (Threads): Remove duplicate text. Update examples.
2400 Fix "thread apply" text.
2401
24022011-01-11 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
2403 Thiago Jung Bauermann <bauerman@br.ibm.com>
2404
2405 Implement support for PowerPC BookE ranged watchpoints.
2406 * gdb.texinfo (PowerPC Embedded): Document ranged watchpoints and
2407 the "set powerpc exact-watchpoints" flag.
2408
24092011-01-07 Tom Tromey <tromey@redhat.com>
2410
2411 * gdb.texinfo (Python API): Add descriptions to @menu items.
2412
24132011-01-06 Tom Tromey <tromey@redhat.com>
2414
2415 * gdb.texinfo (Frames In Python): Document gdb.newest_thread.
2416
24172010-01-06 Paul Pluzhnikov <ppluzhnikov@google.com>
2418
2419 * gdb.texinfo (Debugging Output): Document "set debug jit".
2420
24212011-01-06 Tom Tromey <tromey@redhat.com>
2422
2423 PR python/12133:
2424 * gdb.texinfo (Frames In Python): Document various frame
2425 constants.
2426
24272011-01-05 Joel Brobecker <brobecker@adacore.com>
2428
2429 * doc/agentexpr.texi, doc/all-cfg.texi, doc/annotate.texinfo,
2430 doc/gdb.texinfo, doc/gdbint.texinfo, doc/observer.texi,
2431 doc/refcard.tex, doc/stabs.texinfo: Copyright year update.
2432
24332011-01-03 Jan Kratochvil <jan.kratochvil@redhat.com>
2434
2435 * Makefile.in (diststuff): Remove gdb-cfg.texi and GDBvn.texi.
2436 (clean): Add GDBvn.texi.
2437
24382010-12-29 Joel Brobecker <brobecker@adacore.com>
2439
2440 * gdb.texinfo (Ada Glitches): Remove paragraph describing the
2441 occasional case where the debugger prints an array address
2442 instead of the array itself.
2443
24442010-12-23 Pedro Alves <pedro@codesourcery.com>
2445
2446 * gdb.texinfo (Packets) <read registers packet>: Document support
2447 for registers that were not collected.
2448
24492010-12-15 Doug Evans <dje@google.com>
2450
2451 * gdb.texinfo (Startup): Document auto-loading of scripts during
2452 startup.
2453 (Auto-loading): Delete "maint set python auto-load on|off".
2454 Add "set auto-load-scripts on|off".
2455
24562010-12-07 Doug Evans <dje@google.com>
2457
2458 * gdb.texinfo (Mode Options): Document -data-directory.
2459 (Data Files): Add reference to -data-directory.
2460
24612010-11-29 Doug Evans <dje@google.com>
2462
2463 * gdb.texinfo (Pretty-Printer Introduction): Change
2464 printer-name:subprinter-name to printer-name;subprinter-name.
2465
24662010-11-29 Phil Muldoon <pmuldoon@redhat.com>
2467
2468 PR python/12199
2469
2470 * gdb.texinfo (Breakpoints In Python): Document "delete" method.
2471
24722010-11-23 Tom Tromey <tromey@redhat.com>
2473
2474 * gdb.texinfo (Top): Check SYSTEM_READLINE.
2475 (Editing): Likewise.
2476 (Command History): Likewise.
2477 (TUI Keys): Likewise.
2478 (Bug Reporting): Conditionally include rluser.texi and
2479 inc-history.texinfo.
2480 * Makefile.in (READLINE_TEXI_INCFLAG): New variable.
2481 (GDB_DOC_SOURCE_INCLUDES): Add comment.
2482 (GDBvn.texi): Set SYSTEM_READLINE when appropriate.
2483 (gdb.dvi): Use READLINE_TEXI_INCFLAG.
2484 (gdb.pdf): Likewise.
2485 (gdb.info): Likewise.
2486 (gdb/index.html): Likewise.
2487
24882010-11-23 Tom Tromey <tromey@redhat.com>
2489
2490 * Makefile.in (Makefile): Run ../config.status.
2491 (distclean): Update.
2492 * configure: Remove.
2493 * configure.ac: Remove.
2494
24952010-11-12 Tom Tromey <tromey@redhat.com>
2496
2497 * gdb.texinfo (Basic Python): Update. Add xref.
2498 (Exception Handling): Document new exception classes.
2499 (Types In Python): Update.
2500 (Frames In Python): Update.
2501
25022010-11-11 Phil Muldoon <pmuldoon@redhat.com>
2503
2504 * gdb.texinfo (Breakpoints In Python): Document "internal"
2505 parameter, and visible attribute.
2506
25072010-11-05 Doug Evans <dje@google.com>
2508
2509 * gdb.texinfo (Source Path): Document "set directories".
2510
25112010-11-05 Ken Werner <ken.werner@de.ibm.com>
2512
2513 * gdb.texinfo: (Summary) Add mention about OpenCL C language support.
2514 (OpenCL C): New node.
2515
25162010-11-02 Doug Evans <dje@google.com>
2517
2518 * gdb.texinfo (Pretty Printing): Expand into three sections,
2519 introduction, example, and commands.
2520 (Python API): Delete section Disabling Pretty-Printers, merge into
2521 Selecting Pretty-Printers.
2522 (Writing a Pretty-Printer): New section. Move the pretty-printer
2523 example here, and reformat to match python coding style. Add a second
2524 example using the gdb.printing module.
2525 (Python modules): Add gdb.printing.
2526
25272010-10-29 Doug Evans <dje@google.com>
2528
2529 * gdb.texinfo (Python): Fix long line.
2530
25312010-10-20 Doug Evans <dje@google.com>
2532
2533 * gdbint.texinfo (Misc Guidelines): Renamed from Coding.
2534 All references updated. Correct sections marked as subsections.
2535 (Coding Standards): New chapter. Move the coding standard related
2536 subsections here. Add section on Python coding standards.
2537
25382010-10-13 Doug Evans <dje@google.com>
2539
2540 * gdb.texinfo (Python): Add "Python modules".
2541 (Types in Python): Add reference to gdb.types section.
2542 (Python modules): New node.
2543
25442010-10-11 Doug Evans <dje@google.com>
2545
2546 * gdb.texinfo (Values From Inferior): Add reference to "Types in
2547 Python" from gdb.Value.type description.
2548
25492010-09-28 Joel Brobecker <brobecker@adacore.com>
2550
2551 * gdb.texinfo (Ravenscar Profile): New node.
2552
25532010-09-22 Tom Tromey <tromey@redhat.com>
2554
2555 * gdb.texinfo (Values From Inferior): Mention Value.__init__.
2556
25572010-09-22 Eli Zaretskii <eliz@gnu.org>
2558
2559 * gdb.texinfo (Values From Inferior): Clarify that
2560 value.dynamic_type works only in C++ programs with RTTI.
2561
25622010-09-15 Paul Bolle <pebolle@tiscali.nl>
2563
2564 * gdb.texinfo (Character Sets): Correctly reference host-charset
2565 in example.
2566
25672010-09-13 Tom Tromey <tromey@redhat.com>
2568
2569 * gdb.texinfo (GDB/MI Stack Manipulation) <-stack-list-frames>:
2570 Document "fullname" and "from".
2571
25722010-09-01 Marc Khouzam <marc.khouzam@ericsson.com>
2573
2574 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document new
2575 feature `reverse' output by -list-target-features.
2576
25772010-08-31 H.J. Lu <hongjiu.lu@intel.com>
2578
2579 * gdb.texinfo (i386 Features): Remove an extra "@item".
2580
25812010-08-30 Tom Tromey <tromey@redhat.com>
2582
2583 PR python/11792:
2584 * gdb.texinfo (Values From Inferior): Document dynamic_type.
2585
25862010-08-24 Daniel Jacobowitz <dan@codesourcery.com>
2587
2588 * gdb.texinfo (ARM Features): Document
2589 org.gnu.gdb.arm.m-profile.
2590
25912010-08-23 Tom Tromey <tromey@redhat.com>
2592
2593 PR python/11145:
2594 * gdb.texinfo (Values From Inferior): Document dynamic_cast and
2595 reinterpret_cast methods.
2596
25972010-08-23 Tom Tromey <tromey@redhat.com>
2598
2599 PR python/11915:
2600 * gdb.texinfo (Types In Python): Document array method.
2601
26022010-08-18 Thiago Jung Bauermann <bauerman@br.ibm.com>
2603
2604 * gdb.texinfo (PowerPC Embedded): Mention support for the DVC register.
2605
26062010-08-16 Tom Tromey <tromey@redhat.com>
2607
2608 * gdb.texinfo (Set Watchpoints): Document -location option.
2609
26102010-08-13 Doug Evans <dje@google.com>
2611
2612 * gdb.texinfo (.debug_gdb_scripts section): Fix typo.
2613
26142010-08-13 Vladimir Prus <vladimir@codesourcery.com>
2615
2616 * gdb.texinfo (GDB/MI Data Manipulation): Document
2617 -data-read-memory-raw and -data-write-memory-raw.
2618
26192010-08-11 Tom Tromey <tromey@redhat.com>
2620 Phil Muldoon <pmuldoon@redhat.com>
2621
2622 * gdb.texinfo (Basic Python): Describe post_event API.
2623
26242010-08-11 Phil Muldoon <pmuldoon@redhat.com>
2625
2626 * gdb.texinfo (Basic Python): Describe solib_address and
2627 decode_line Python APIs
2628
26292010-08-10 Tom Tromey <tromey@redhat.com>
2630
2631 * gdb.texinfo (Pretty Printing API): Document
2632 gdb.default_visualizer.
2633
26342010-08-10 Tom Tromey <tromey@redhat.com>
2635
2636 Revert gdb-add-index addition:
2637 * gdb.texinfo (Index Files): Don't document gdb-add-index.
2638
26392010-08-07 Jan Kratochvil <jan.kratochvil@redhat.com>
2640 Eli Zaretskii <eliz@gnu.org>
2641
2642 * gdb.texinfo (Mode Options) <-batch>
2643 (Basic Python) <gdb.execute>: Describe setting width and height.
2644
26452010-07-31 Paul Pluzhnikov <ppluzhnikov@google.com>
2646
2647 * gdb.texinfo (Threads): Document 'debug libthread-db'.
2648
26492010-07-30 Tom Tromey <tromey@redhat.com>
2650
2651 * gdb.texinfo (Index Files): Mention gdb-add-index.
2652
26532010-07-30 Hui Zhu <teawater@gmail.com>
2654
2655 * gdb.texinfo (Inferiors and Programs): Update the introduce of
2656 "detach inferior" and "kill inferior".
2657
26582010-07-28 CHENG Renquan <rqcheng@smu.edu.sg>
2659
2660 * gdb.texinfo (Machine Code): Update description of two forms of
2661 arguments, and add new example to demonstrate the new form.
2662
26632010-07-27 Phil Muldoon <pmuldoon@redhat.com>
2664
2665 * gdb.texinfo (Values From Inferior): Add value inferior function
2666 call description.
2667
26682010-07-19 Jan Kratochvil <jan.kratochvil@redhat.com>
2669
2670 * gdb.texinfo (Active Targets): Fix wrong comma placement.
2671
26722010-07-19 Jan Kratochvil <jan.kratochvil@redhat.com>
2673 Eli Zaretskii <eliz@gnu.org>
2674
2675 Make core files the process_stratum.
2676 * gdb.texinfo (Active Targets): Remove core_stratum. Include
2677 record_stratum example.
2678
26792010-07-13 Tom Tromey <tromey@redhat.com>
2680
2681 * gdb.texinfo (Index Files): New node.
2682
26832010-07-13 Tom Tromey <tromey@redhat.com>
2684
2685 * gdb.texinfo (GDB/MI Variable Objects): Remove extra 'for'.
2686
26872010-07-13 Tom Tromey <tromey@redhat.com>
2688
2689 * gdb.texinfo (Specify Location): Document labels.
2690
26912010-07-01 Pedro Alves <pedro@codesourcery.com>
2692
2693 * gdb.texinfo (Create and Delete Tracepoints): Add more index
2694 entries for fast tracepoints and static tracepoints.
2695
26962010-07-01 Pedro Alves <pedro@codesourcery.com>
2697
2698 * gdb.texinfo (General Query Packets) <qfThreadInfo,
2699 qsThreadInfo>: Spell out `l' as ell.
2700
27012010-07-01 Pedro Alves <pedro@codesourcery.com>
2702
2703 * gdb.texinfo (Convenience Variables): Document $_sdata.
2704 (Commands to Set Tracepoints): Describe static tracepoints. Add
2705 `Listing Static Tracepoint Markers' menu entry. Document
2706 "strace".
2707 (Tracepoint Action Lists): Document collecting $_sdata.
2708 (Listing Static Tracepoint Markers): New subsection.
2709 (Tracepoints support in gdbserver): Mention static tracepoints.
2710 (remote packets, enabling and disabling): Mention
2711 read-sdata-object.
2712 (General Query Packets) <qSupported>: Document qXfer:sdata:read
2713 and StaticTracepoint.
2714 Mention qTfSTM, qTsSTM and qTSTMat as tracepoint packets.
2715 Document qXfer:sdata:read.
2716 (Tracepoint packets): Document qTfSTM, qTsSTM and qTSTMat.
2717
27182010-06-29 Joel Brobecker <brobecker@adacore.com>
2719
2720 * gdb.texinfo (Threads In Python): Fix unmatched @end table.
2721
27222010-06-28 Phil Muldoon <pmuldoon@redhat.com>
2723 Tom Tromey <tromey@redhat.com>
2724 Thiago Jung Bauermann <bauerman@br.ibm.com>
2725
2726 * gdb.texinfo (Inferiors In Python): New node.
2727 * gdb.texinfo (Threads In Python): New node.
2728
27292010-06-28 Joel Brobecker <brobecker@adacore.com>
2730
2731 * gdb.texinfo (Python): Document what the python directory is
2732 and what its location is.
2733 (Basic Python): Document the gdb.PYTHONDIR constant.
2734
27352010-06-25 Tom Tromey <tromey@redhat.com>
2736
2737 PR python/10808:
2738 * gdb.texinfo (Basic Python): Document new gdb.execute argument.
2739
27402010-06-24 Hui Zhu <teawater@gmail.com>
2741
2742 * gdb.texinfo: (Commands for Controlled Output): Add
2743 documentation for command "eval".
2744
27452010-06-21 Stan Shebs <stan@codesourcery.com>
2746
2747 * gdb.texinfo: Add explicit @node and @appendix for GFDL.
2748 * annotate.texinfo: Ditto.
2749 * gdbint.texinfo: Ditto.
2750 * stabs.texinfo: Ditto.
2751
27522010-06-22 Hui Zhu <teawater@gmail.com>
2753
2754 * gdb.texinfo: (Process Record and Replay): Add documentation
2755 for command "set record memory-query".
2756
27572010-06-21 Stan Shebs <stan@codesourcery.com>
2758
2759 * gdb.texinfo: Relicense under GFDL version 1.3.
2760 * annotate.texinfo: Relicense under GFDL version 1.3.
2761 * gdbint.texinfo: Relicense under GFDL version 1.3.
2762 * stabs.texinfo: Relicense under GFDL version 1.3.
2763 * fdl.texi: Update to version 1.3.
2764
27652010-06-18 Stan Shebs <stan@codesourcery.com>
2766
2767 * gdb.texinfo (Operating System Auxiliary Information): Describe
2768 "info os" when no arguments given.
2769
2770 * gdb.texinfo (Debugging Programs with Multiple Threads): Describe
2771 $_thread.
2772
27732010-06-18 Hui Zhu <teawater@gmail.com>
2774
2775 * gdb.texinfo: (Process Record and Replay): Add documentation
2776 for commands "record save" and "record restore".
2777
27782010-06-16 Jan Kratochvil <jan.kratochvil@redhat.com>
2779
2780 * gdb.texinfo: Include information about the correct use
2781 of addresses in the `watch' command.
2782
27832010-06-11 Stan Shebs <stan@codesourcery.com>
2784
2785 * gdb.texinfo (Observer Mode): New section.
2786 (General Query Packets): Document QAllow.
2787
27882010-06-04 Doug Evans <dje@google.com>
2789
2790 * gdb.texinfo (Python API): New node `Disabling Pretty-Printers'.
2791
27922010-06-03 Doug Evans <dje@google.com>
2793
2794 * gdbint.texinfo (Coding): Add subsection on command names.
2795
27962010-06-02 Tom Tromey <tromey@redhat.com>
2797
2798 * gdb.texinfo (Maintenance Commands): Document maint set dwarf2
2799 always-disassemble.
2800
28012010-06-01 Pedro Alves <pedro@codesourcery.com>
2802
2803 * gdb.texinfo (Set Tracepoints): Mention tracepoints support in
2804 gdbserver, and add cross reference.
2805 (Tracepoints support in gdbserver): New subsection.
2806
28072010-05-26 Pedro Alves <pedro@codesourcery.com>
2808
2809 * gdb.texinfo (General Query Packets) <qSupported>: Describe the
2810 `qRelocInsn' feature.
2811 (Relocate instruction reply packet): New subsection
2812 of `Tracepoint Packets'.
2813 (Tracepoint Packets): Mention that packets QTDP and QTStart
2814 support the qRelocInsn request, and add cross reference to new
2815 subsection.
2816
28172010-05-25 Doug Evans <dje@google.com>
2818
2819 * gdb.texinfo (Exception Handling): Document gdb.GdbError.
2820 (Commands In Python): Document gdb.string_to_argv.
2821
28222010-05-02 Jan Kratochvil <jan.kratochvil@redhat.com>
2823
2824 * gdbint.texinfo (Host Definition): Remove items NORETURN and
2825 ATTR_NORETURN.
2826
28272010-04-29 Phil Muldoon <pmuldoon@redhat.com>
2828 Tom Tromey <tromey@redhat.com>
2829 Thiago Jung Bauermann <bauerman@br.ibm.com>
2830
2831 * gdb.texinfo (Parameters In Python): New Node.
2832
28332010-04-29 Mihail Zenkov <mihail.zenkov@gmail.com>
2834
2835 * gdb.texinfo: (Summary) Add mention about D language support.
2836 (Filenames): Add D suffixes.
2837 (D): New node.
2838
28392010-04-26 Pierre Muller <muller@ics.u-strasbg.fr>
2840
2841 * gdbint.texinfo (CANNOT_STEP_HW_WATCHPOINTS): Remove explanation
2842 of macro deleted from GDB code.
2843
28442010-04-24 Pedro Alves <pedro@codesourcery.com>
2845
2846 * gdb.texinfo (Commands to specify files): Describe what how GDB
2847 looks up DOS-based filesystem paths on the system root. Document
2848 the new `set/show target-file-system-kind' commands.
2849
28502010-04-23 Doug Evans <dje@google.com>
2851
2852 * gdb.texinfo (Python): Move Auto-loading section here ...
2853 (Python API): from here.
2854 (Auto-loading): Add docs for .debug_gdb_scripts auto-loaded scripts.
2855 (Maintenance Commands): Add docs for "maint print section-scripts".
2856
28572010-04-20 Chris Moller <cmoller@redhat.com>
2858
2859 * gdb.texinfo (Setting Breakpoints): Added description of
2860 filename-qualified rbreak.
2861 * refcard.tex (Breakpoints and Watchpoints): Added brief
2862 description of filename-qualified rbreak.
2863
28642010-04-22 Jan Kratochvil <jan.kratochvil@redhat.com>
2865
2866 * gdb.texinfo (Data): New @menu reference to Pretty Printing.
2867 (Python API): Change the reference to Pretty Printing API.
2868 (Pretty Printing): Move the user part under the Data node. Reformat
2869 the sample output to 72 columns. Create a new reference to Pretty
2870 Printing API. Rename the API part ...
2871 (Pretty Printing API): To a new node name.
2872 (Selecting Pretty-Printers, Progspaces In Python, Objfiles In Python)
2873 (GDB/MI Variable Objects): Change references to Pretty Printing API.
2874
28752010-04-21 Stan Shebs <stan@codesourcery.com>
2876
2877 * gdb.texinfo (Tracepoint Actions): Mention synonymy of actions
2878 and commands.
2879 (Listing Tracepoints): Update to reflect current behavior.
2880
28812010-04-22 Pierre Muller <muller@ics.u-strasbg.fr>
2882
2883 * gdb.texinfo (Examining memory): Update for change in string
2884 display with explicit size.
2885
28862010-04-19 Pedro Alves <pedro@codesourcery.com>
2887
2888 PR breakpoints/8554.
2889
2890 * gdb.texinfo (Save Breakpoints): New node.
2891 (save-tracepoints): Rename to ...
2892 (save tracepoints): ... this. Mention that `save-tracepoints' is
2893 a deprecated alias to `save tracepoints'.
2894
28952010-04-16 Pierre Muller <muller@ics.u-strasbg.fr>
2896
2897 * gdb.texinfo ($_tlb): Document new automatic convinience variable.
2898 (info w32 thread-information-block): Document new command.
2899 (qGetTIBAddress): Document new gdbserver query.
2900 (maint set/show show-all-tib): Document new command.
2901
29022010-04-15 Doug Evans <dje@google.com>
2903
2904 * gdb.texinfo (Python API): Add progspaces section.
2905 (Selecting Pretty-Printers): Progspace pretty-printers are
2906 searched too.
2907 (Progspaces In Python): New section.
2908
2909 * gdb.texinfo (Command Files): Add docs for new "source -s" option.
2910
29112010-04-14 Phil Muldoon <pmuldoon@redhat.com>
2912
2913 * gdb.texinfo (Pretty Printing): Document behaviour when to_string
2914 returns None.
2915
29162010-04-09 Stan Shebs <stan@codesourcery.com>
2917
2918 * gdb.texinfo (gdb/mi Tracepoint Commands) <-trace-status>:
2919 Describe the `frames-created' field, tweak grammar.
2920
29212010-04-09 Pedro Alves <pedro@codesourcery.com>
2922
2923 * gdb.texinfo (gdb/mi Tracepoint Commands) <-trace-status>:
2924 Describe the `circular' and `disconnected' fields.
2925
29262010-04-09 H.J. Lu <hongjiu.lu@intel.com>
2927
2928 * gdb.texinfo (maint print registers): Mention unavailable and
2929 invisible registers.
2930
29312010-04-09 Phil Muldoon <pmuldoon@redhat.com>
2932 Thiago Jung Bauermann <bauerman@br.ibm.com>
2933 Tom Tromey <tromey@redhat.com>
2934
2935 * gdb.texinfo (Breakpoints In Python): New Node.
2936
29372010-04-08 Stan Shebs <stan@codesourcery.com>
2938
2939 * gdb.texinfo (Tracepoint Packets): Describe disconn and circular
2940 trace status fields.
2941
29422010-04-08 H.J. Lu <hongjiu.lu@intel.com>
2943
2944 * gdb.texinfo (i386 Features): Make org.gnu.gdb.i386.avx
2945 optional. Make org.gnu.gdb.i386.avx requires
2946 org.gnu.gdb.i386.avx.
2947
29482010-04-08 Doug Evans <dje@google.com>
2949
2950 * gdb.texinfo (Command Files): Document that gdb skips $cdir in
2951 search path, and document that gdb only scans the search path if
2952 the script's path doesn't specify a directory.
2953
29542010-04-05 Doug Evans <dje@google.com>
2955
2956 * gdb.texinfo (maint show python auto-load): Fix typo.
2957
29582010-04-04 Stan Shebs <stan@codesourcery.com>
2959
2960 * gdb.texinfo (Setting Breakpoints): "info watch" no longer a synonym.
2961 (Setting Watchpoints): Update description of "info watch".
2962 (Disabling Breakpoints): Only "info break" lists all.
2963
2964 * gdb.texinfo (Tracepoint Restrictions): Document PC inference.
2965 (tdump): Explain how tdump works.
2966
29672010-04-01 Pedro Alves <pedro@codesourcery.com>
2968
2969 * gdb.texinfo (Break Commands): Clarify `commands' changes, and
2970 add cross reference.
2971
29722010-03-31 Pedro Alves <pedro@codesourcery.com>
2973
2974 * gdb.texinfo (TUI Commands): Mention that in some cases, these
2975 commands error out.
2976
29772010-03-30 H.J. Lu <hongjiu.lu@intel.com>
2978
2979 * gdb.texinfo (i386 Features): Add org.gnu.gdb.i386.avx.
2980
29812010-03-30 H.J. Lu <hongjiu.lu@intel.com>
2982
2983 * gdb.texinfo (General Query Packets): Add xmlRegisters.
2984
29852010-03-29 Stan Shebs <stan@codesourcery.com>
2986 Nathan Sidwell <nathan@codesourcery.com>
2987
2988 * gdb.texinfo (GDB/MI Tracepoint Commands): Add notes about the
2989 GDBN equivalent.
2990 (Set Tracepoints): Remove mention that conditional tracepoints
2991 don't exist.
2992 (Tracepoint Actions): Clarify when while-stepping collection
2993 happens, note that while-stepping does not automatically collect
2994 $pc.
2995
29962010-03-29 Stan Shebs <stan@codesourcery.com>
2997
2998 * gdb.texinfo (Tracepoint Packets): Describe QTDPsrc.
2999 (General Query Packets): Describe TracepointSource.
3000
30012010-03-27 Matt Rice <ratmice@gmail.com>
3002
3003 * gdb.texinfo (ARM): Document arguments to "target sim".
3004 (Set Catchpoints): Use @dots{} instead of @r{...}.
3005
30062010-03-26 Pedro Alves <pedro@codesourcery.com>
3007
3008 * gdb.texinfo (Tracepoint Packets): Remove mention that
3009 terror:string may be plain text, and drop mention of X prefix.
3010
30112010-03-26 Vladimir Prus <vladimir@codesourcery.com>
3012
3013 * gdb.texinfo (GDB/MI Tracepoint Commands): Add comma after @xref.
3014
30152010-03-24 Stan Shebs <stan@codesourcery.com>
3016
3017 * gdb.texinfo (Tracepoint Packets): Document trace error status.
3018
30192010-03-24 Tom Tromey <tromey@redhat.com>
3020
3021 PR breakpoints/9352:
3022 * gdb.texinfo (Break Commands): Update.
3023
30242010-03-24 Vladimir Prus <vladimir@codesourcery.com>
3025
3026 * gdb.texinfo (GDB/MI Tracepoint Commands): Document MI tracepoint
3027 commands.
3028
30292010-03-16 Stan Shebs <stan@codesourcery.com>
3030
3031 * gdb.texinfo (Starting and Stopping Trace Experiments): Describe
3032 circular-trace-buffer.
3033 (Tracepoint Packets): Describe QTBuffer, and details of the
3034 qTStatus reply.
3035
30362010-03-12 Stan Shebs <stan@codesourcery.com>
3037 Nathan Sidwell <nathan@codesourcery.com>
3038
3039 * gdb.texinfo (Tracepoint Actions): Clarify that while-stepping is
3040 doing instruction stepping.
3041 (Tracepoint Restrictions): New node.
3042
30432010-03-10 Tom Tromey <tromey@redhat.com>
3044
3045 * gdbint.texinfo (Symbol Handling): Update.
3046
30472010-03-08 Tom Tromey <tromey@redhat.com>
3048
3049 PR cli/9591:
3050 * gdb.texinfo (Mode Options): Mention lack of pagination and
3051 confirmation with --batch.
3052 (Screen Size): Mention --batch.
3053 (Messages/Warnings): Likewise.
3054
30552010-03-05 Tom Tromey <tromey@redhat.com>
3056
3057 * gdb.texinfo (Basic Python): Document target_charset and
3058 target_wide_charset.
3059
30602010-03-05 Tom Tromey <tromey@redhat.com>
3061
3062 * gdb.texinfo (Data): Link to pretty-printing.
3063 (Output Formats): Likewise. Correct text.
3064
30652010-03-01 Daniel Jacobowitz <dan@codesourcery.com>
3066
3067 * gdb.texinfo (Types): Describe <struct> and <flags>.
3068
30692010-02-28 Phil Muldoon <pmuldoon@redhat.com>
3070
3071 * gdb.texinfo (Frames In Python): Add block parameter and
3072 description to read_var text.
3073
30742010-02-26 Phil Muldoon <pmuldoon@redhat.com>
3075 Tom Tromey <tromey@redhat.com>
3076
3077 * gdb.texinfo (Types In Python): Describe block argument in
3078 template_argument and gdb.lookup_type.
3079
30802010-02-24 Tom Tromey <tromey@redhat.com>
3081
3082 * gdb.texinfo (Cygwin Native): Fix typo.
3083
30842010-02-24 Phil Muldoon <pmuldoon@redhat.com>
3085
3086 * gdb.texinfo (Frames In Python): Add block, find_sal, function
3087 and select method descriptions.
3088 (Python API): Add Blocks In Python, Symbols in Python and Symbol
3089 Tables in Python to menu.
3090 (Blocks In Python): New node.
3091 (Symbols In Python): New node.
3092 (Symbol Tables in Python): New node.
3093
30942010-02-24 Vladimir Prus <vladimir@codesourcery.com>
3095
3096 Multiexec MI
3097
3098 gdb/
3099 * breakpoint.c (clear_syscall_counts): Take struct inferior*.
3100
3101 gdb/doc/
3102 * gdb.texinfo (GDB/MI Command Syntax): Document notification
3103 changes.
3104 (GDB/MI Program Execution): Document current behaviour of
3105 --all and --thread-group.
3106 (GDB/MI Miscellaneous Commands): Document -add-inferior and
3107 -remove-inferior.
3108 * observer.texi (inferior_added, inferior_removed): New
3109 observers.
3110
31112010-02-19 Tom Tromey <tromey@redhat.com>
3112
3113 * gdbint.texinfo (Getting Started): Fix @node.
3114 (Debugging GDB): Likewise.
3115
31162010-02-13 Joel Brobecker <brobecker@adacore.com>
3117
3118 * gdbint.texinfo (Testsuite): New section "Testsuite Configuration",
3119 documenting the gdb_test_timeout variable.
3120
31212010-02-12 Jakob Engblom <jakob@virtutech.com>
3122
3123 * gdb.texinfo (MI commands): Added documentation of --reverse
3124 option to a set of MI commands. Restructured documentation of MI
3125 commands --exec-continue to reflect the complexity of reverse
3126 execution.
3127
31282010-02-12 Pedro Alves <pedro@codesourcery.com>
3129
3130 * gdb.texinfo (Using the Collected Data): Specify that the address
3131 range of `tfind outsize' is exclusive, and that the address range
3132 of `tfind range' is inclusive.
3133 (Tracepoint Packets): Specify that the address range of
3134 `QTFrame:range' is inclusive, and that the address range of
3135 `QTFrame:outside' is exclusive
3136
31372010-02-12 Vladimir Prus <vladimir@codesourcery.com>
3138
3139 * gdb.texinfo (GDB/MI Result Records): Clarify ^running.
3140
31412010-02-10 Tom Tromey <tromey@redhat.com>
3142
3143 * gdb.texinfo (Debugging Output): Document set debug parser and
3144 show debug parser.
3145
31462010-02-09 H.J. Lu <hongjiu.lu@intel.com>
3147
3148 * gdb.texinfo (Predefined Target Types): Add i387_ext,
3149 i386_eflags and i386_mxcsr.
3150
31512010-02-08 H.J. Lu <hongjiu.lu@intel.com>
3152
3153 * gdb.texinfo: Document i386 target features.
3154
31552010-02-05 Doug Evans <dje@google.com>
3156
3157 * gdbint.texinfo (Testsuite): Add a new section to document the
3158 various DejaGnu variables that may be overridden.
3159 Document INTERNAL_GDBFLAGS.
3160
31612010-02-04 Tom Tromey <tromey@redhat.com>
3162
3163 PR cli/8830:
3164 * gdb.texinfo (Files): -readnow comes before the filename for file
3165 and symbol-file.
3166
31672010-02-01 Daniel Jacobowitz <dan@codesourcery.com>
3168
3169 * gdb.texinfo (Architecture-Specific Protocol Details): New section.
3170 Document ARM breakpoint types.
3171 (Register Packet Format): Move into the new section.
3172 (Packets): Describe the KIND argument for Z0, z0, Z1, and z1 packets.
3173
31742010-01-21 Joel Brobecker <brobecker@adacore.com>
3175
3176 * gdb.texinfo (File Options): Adjust the documentation of this
3177 switch to refer to the "source" command rather than partially
3178 duplicating some of the relevant information.
3179 (Extending GDB): Introduce and document the set/show script-extension
3180 setting.
3181 (Command Files): Add note explaining that the "source" command
3182 is also used to evalute scripts written in other languages.
3183 Remove the short slightly incorrect reference to sourcing Python
3184 scripts.
3185 (Python Commands): Document how to execute a Python script from GDB.
3186
31872010-01-19 Joel Brobecker <brobecker@adacore.com>
3188
3189 * gdb.texinfo (Command Files): Fix typo.
3190
31912010-01-18 Tom Tromey <tromey@redhat.com>
3192
3193 * gdb.texinfo (File Options): Document -x on .py files.
3194 (Command Files): Document handling of Python scripts.
3195
31962010-01-18 Jie Zhang <jie.zhang@analog.com>
3197
3198 * Makefile.in (ANNOTATE_DOC_BUILD_INCLUDES): Add GDBvn.texi.
3199
32002010-01-15 Stan Shebs <stan@codesourcery.com>
3201
3202 * gdb.texinfo (Trace Files): New section.
3203 (Tracepoint Packets): Document QTSave and qTBuffer.
3204 (Trace File Format): New appendix.
3205
32062010-01-13 Phil Muldoon <pmuldoon@redhat.com>
3207
3208 * gdb.texinfo (Values From Inferior): Document lazy_string value
3209 method.
3210 (Python API): Add Lazy strings menu item.
3211 (Lazy Strings In Python): New node.
3212
32132010-01-13 Vladimir Prus <vladimir@codesourcery.com>
3214
3215 * gdb.texinfo (GDB/MI Thread Information): New.
3216 (GDB/MI Async Records): Document the core field in *stopped.
3217 (GDB/MI Miscellaneous Commands): Expand -list-thread-groups
3218 documentation
3219 (Process list): Document that osdata document may contain
3220 threads.
3221 (Remote Serial Protocol): Document qXfer:threads.
3222
32232010-01-06 Stan Shebs <stan@codesourcery.com>
3224
3225 * gdb.texinfo (Starting and Stopping Trace Experiments): Document
3226 disconnected tracing.
3227 (Tracepoint Packets): Document new protocol.
3228
32292010-01-05 Stan Shebs <stan@codesourcery.com>
3230
3231 * gdb.texinfo (Create and Delete Tracepoints): Describe fast
3232 tracepoints.
3233 (Tracepoint Packets): Describe remote protocol for fast
3234 tracepoints.
3235
32362010-01-01 Joel Brobecker <brobecker@adacore.com>
3237
3238 Update the "Start of New Year Procedure".
3239 * gdbint.texinfo: Add the list of files that need to be updated
3240 manually. Minor reformatting.
3241
32422010-01-01 Joel Brobecker <brobecker@adacore.com>
3243
3244 * refcard.tex: Update copyright year in header and text.
3245
32462010-01-01 Joel Brobecker <brobecker@adacore.com>
3247
3248 * agentexpr.texi: Add 2010 to the list of copyright years.
3249 * annotate.texinfo: Likewise.
3250 * gdb.texinfo: Likewise.
3251 * gdbint.texinfo: Likewise.
3252 * observer.texi: Likewise.
3253 * stabs.texinfo: Likewise.
3254
32552009-12-31 Stan Shebs <stan@codesourcery.com>
3256
3257 * gdb.texinfo (Tracepoint Actions): Describe teval.
3258
32592009-12-29 Stan Shebs <stan@codesourcery.com>
3260
3261 * gdb.texinfo (Tracepoint Actions): Describe default-collect.
3262
32632009-12-28 Stan Shebs <stan@codesourcery.com>
3264
3265 * gdb.texinfo (Trace State Variables): New section.
3266 (Tracepoint Packets): Describe trace state variable packets.
3267 * agentexpr.texi (Bytecode Descriptions): Describe trace state
3268 variable bytecodes.
3269
32702009-12-28 Daniel Jacobowitz <dan@codesourcery.com>
3271
3272 * gdb.texinfo (Symbols): "info variables" prints definitions, not
3273 declarations.
3274
32752009-12-21 Vladimir Prus <vladimir@codesourcery.com>
3276
3277 * gdb.texinfo (GDB/MI Miscellaneous Commands): Clarify that
3278 -gdb-exit behaviour.
3279
32802009-12-20 Joel Brobecker <brobecker@adacore.com>
3281
3282 * gpl.texi: Update to version 3 of the GPL.
3283
32842009-12-20 Joel Brobecker <brobecker@adacore.com>
3285
3286 * Makefile.in: Update copyright header.
3287 * observer.texi: Fix the copyright header of the generated files.
3288
32892009-12-08 Phil Muldoon <pmuldoon@redhat.com>
3290
3291 * gdb.texinfo (Types In Python): Describe range function.
3292
32932009-12-03 Richard Ward <richard.j.ward1@googlemail.com>
3294
3295 * gdb.texinfo (Types In Python): Describe "is_base_class".
3296
32972009-12-03 Tom Tromey <tromey@redhat.com>
3298
3299 * gdb.texinfo (Basic Python): Document gdb.parse_and_eval.
3300
33012009-12-02 Paul Pluzhnikov <ppluzhnikov@google.com>
3302
3303 * observer.texi: New memory_changed observer.
3304
33052009-12-01 Tom Tromey <tromey@redhat.com>
3306
3307 * gdb.texinfo (Reverse Execution): Fix typo.
3308
33092009-11-24 Daniel Jacobowitz <dan@codesourcery.com>
3310
3311 PR gdb/8704
3312
3313 * gdb.texinfo (Thread-Specific Breakpoints): Thread specifiers
3314 are allowed after the breakpoint condition.
3315
33162009-11-23 Tom Tromey <tromey@redhat.com>
3317
3318 PR python/10782:
3319 * gdb.texinfo (Types In Python): Document Type.pointer.
3320
33212009-11-23 Paul Pluzhnikov <ppluzhnikov@google.com>
3322
3323 * gdb.texinfo (Machine Code): Adjust.
3324
33252009-11-11 Pedro Alves <pedro@codesourcery.com>
3326
3327 * agentexpr.texi (Tracing On Symmetrix): Delete section.
3328 (Using Agent Expressions): Delete cross reference.
3329
33302009-11-07 Joel Brobecker <brobecker@adacore.com>
3331
3332 * gdbint.texinfo, stabs.texinfo: Move the @setchapternewpage
3333 and @settitle directives up to help makeinfo find them.
3334
33352009-11-02 Jan Kratochvil <jan.kratochvil@redhat.com>
3336
3337 * gdb.texinfo (set debug-file-directory, show debug-file-directory)
3338 (Auto-loading): Use plural and note one can use multiple components now.
3339
33402009-11-01 Vladimir Prus <vladimir@codesourcery.com>
3341
3342 * gdb.texinfo (GDB/MI Stack Manipulation): Make
3343 -stack-list-arguments have the same documentation for parameter
3344 as -stack-list-locals. Add comas.
3345
33462009-10-27 Tom Tromey <tromey@redhat.com>
3347 Eli Zaretskii <eliz@gnu.org>
3348
3349 PR python/10781
3350
3351 * gdb.texinfo (Values From Inferior): Document cast method.
3352
33532009-10-22 Paul Pluzhnikov <ppluzhnikov@google.com>
3354
3355 * gdb.texinfo (Machine Code): Mention function name in disasssembly
3356 and adjust example.
3357
33582009-10-22 Michael Snyder <msnyder@vmware.com>
3359
3360 * gdb.texinfo (Process Record and Replay): Document new form of
3361 info record command. Also document the new save and restore
3362 commands.
3363
33642009-10-21 Paul Pluzhnikov <ppluzhnikov@google.com>
3365
3366 * gdb.texinfo (Machine Code): Mention current pc marker.
3367 (Memory): Likewise.
3368
33692009-10-19 Pedro Alves <pedro@codesourcery.com>
3370 Stan Shebs <stan@codesourcery.com>
3371
3372 * observer.texi (new_inferior): Rename to...
3373 (inferior_appeared): ... this.
3374
3375 * gdb.texinfo (Inferiors): Rename node to ...
3376 (Inferiors and Programs): ... this. Mention running multiple
3377 programs in the same debug session.
3378 <info inferiors>: Mention the new 'Executable' column if "info
3379 inferiors". Update examples. Document the "add-inferior",
3380 "clone-inferior", "remove-inferior" and "maint info
3381 program-spaces" commands.
3382 (Process): Rename node to...
3383 (Forks): ... this. Document "set|show follow-exec-mode".
3384
33852009-10-11 Michael Snyder <msnyder@vmware.com>
3386
3387 * gdb.texinfo (ReverseStep): Show default as "unsupported".
3388 (ReverseContinue): Ditto.
3389
33902009-10-08 Paul Pluzhnikov <ppluzhnikov@google.com>
3391
3392 * gdb.texinfo (Server): Document libthread-db-search-path.
3393
33942009-10-08 Jan Kratochvil <jan.kratochvil@redhat.com>
3395
3396 * gdbint.texinfo (i386_stopped_by_hwbp): Remove.
3397
33982009-10-06 Michael Eager <eager@eagercon.com>
3399
3400 * gdb.texinfo (Contributors): Add self for Xilinx MicroBlaze.
3401 (Embedded Processors): Add MicroBlaze.
3402 (MicroBlaze): New. Describe Xilinx MicroBlaze
3403
34042009-10-04 Pedro Alves <pedro@codesourcery.com>
3405
3406 * gdb.texinfo (Remote Protocol): Don't mention vCont;T.
3407
34082009-09-26 Pierre Muller <muller@ics.u-strasbg.fr>
3409
3410 * gdb.texinfo (Cygwin Native): Mention support for Ctrl-BREAK.
3411
34122009-09-23 Joel Brobecker <brobecker@adacore.com>
3413
3414 * observer.texi (solib_unloaded): Document explicitly the fact that
3415 this observer is called before the associated symbols are unloaded.
3416
34172009-09-19 Vladimir Prus <vladimir@codesourcery.com>
3418
3419 * gdb.texinfo (GDB/MI Stack Manipulation): Document
3420 -stack-list-variables.
3421
34222009-09-18 Tom Tromey <tromey@redhat.com>
3423
3424 * gdb.texinfo (GDB/MI Variable Objects): -enable-pretty-printing
3425 is experimental.
3426
34272009-09-17 Paul Pluzhnikov <ppluzhnikov@google.com>
3428
3429 * gdb.texinfo (convenince variables): Mention
3430 $_siginfo could be empty.
3431
34322009-09-15 Tom Tromey <tromey@redhat.com>
3433
3434 * gdb.texinfo (GDB/MI Variable Objects): Document
3435 -enable-pretty-printing, -var-set-update-range, dynamic varobjs.
3436 Expand -var-update documentation.
3437
34382009-09-14 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
3439
3440 * gdb.texinfo (Set Catchpoints): Documentation about the catch syscall
3441 feature.
3442
34432009-09-13 Daniel Jacobowitz <dan@codesourcery.com>
3444
3445 * gdbint.texinfo (Unwinding the Frame ID): Reference outer_frame_id.
3446
34472009-09-10 Michael Snyder <msnyder@vmware.com>
3448
3449 * gdb.texinfo (qSupported): Mention new ReverseContinue and
3450 ReverseStep replies to the qSupported query.
3451
34522009-09-10 Joel Brobecker <brobecker@adacore.com>
3453
3454 Add documentation for set/show interactive-mode.
3455 * gdb.texinfo (Other Misc Settings): New node.
3456
34572009-09-01 Doug Evans <dje@google.com>
3458
3459 * gdb.texinfo (Caching Data of Remote Targets): Add note on
3460 non-stop mode's affect on remote caching.
3461
34622009-08-31 Jacob Potter <jdpotter@google.com>
3463 Doug Evans <dje@google.com>
3464
3465 * gdb.texinfo (Caching Data of Remote Targets): Update text.
3466 Mark `set/show remotecache' options as obsolete.
3467 Document new `set/show stack-cache' option.
3468 Update text for `info dcache'.
3469
34702009-08-27 Doug Evans <dje@google.com>
3471
3472 * gdb.texinfo (Symbols): Delete `set print symbol-loading'.
3473 (Files): Add note on new optional regex arg to `info sharedlibrary'.
3474
34752009-08-26 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3476
3477 * gdbint.texinfo (Releasing GDB): Fix confusing sentence
3478 about autoconf.
3479
34802009-08-25 Pedro Alves <pedro@codesourcery.com>
3481
3482 * gdb.texinfo (Debugging Multiple Inferiors): Add "info inferiors"
3483 small example, and describe its columns. Replace "inferior-id" by
3484 "infno" throughout.
3485
34862009-08-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3487
3488 * gdbint.texinfo (Releasing GDB): Point to
3489 README-maintainer-mode file for required autoconf version.
3490 * configure.ac: Do not substitute datarootdir, htmldir,
3491 pdfdir, docdir. Do not process --with-datarootdir,
3492 --with-htmldir, --with-pdfdir, --with-docdir.
3493 * configure: Regenerate.
3494
3495 * configure: Regenerate.
3496
34972009-08-20 Reid Kleckner <reid@kleckner.net>
3498
3499 * gdb.texinfo: Add chapter on JIT interface.
3500
35012009-08-07 Nick Roberts <nickrob@snap.net.nz>
3502
3503 * gdb.texinfo (Server Prefix): Explain that server prefix suppresses
3504 confirmation request.
3505
35062009-08-05 Jeremy Bennett <jeremy.bennett@embecosm.com>
3507
3508 * gdb.texinfo (Separate Debug Files, Remote Protocol): Clarified
3509 CRC definitions.
3510
35112009-08-03 Vladimir Prus <vladimir@codesourcery.com>
3512
3513 * gdb.texinfo (GDB/MI Breakpoint Commands): Document
3514 -break-commands.
3515
35162009-07-31 Ulrich Weigand <uweigand@de.ibm.com>
3517
3518 * gdb.texinfo (Cell Broadband Engine SPU architecture): Document the
3519 "set spu auto-flush-cache" and "show spu auto-flush-cache" commands.
3520
35212009-07-31 Ulrich Weigand <uweigand@de.ibm.com>
3522
3523 * gdb.texinfo (Cell Broadband Engine SPU architecture): Document the
3524 "set spu stop-on-load" and "show spu stop-on-load" commands.
3525
35262009-07-31 Ulrich Weigand <uweigand@de.ibm.com>
3527
3528 * gdb.texinfo (Target Descriptions): Document <compatible> element.
3529
35302009-07-28 Daniel Jacobowitz <dan@codesourcery.com>
3531
3532 * gdb.texinfo (ARM Features): Document org.gnu.gdb.arm.vfp and
3533 org.gnu.gdb.arm.neon.
3534
35352009-07-20 Pedro Alves <pedro@codesourcery.com>
3536
3537 * gdb.texinfo (Target Description Format): Mention the new <osabi>
3538 optional element.
3539 (subsection OS ABI): New subsection.
3540
35412009-07-14 Stan Shebs <stan@codesourcery.com>
3542
3543 * gdb.texinfo (Tracepoint Conditions): New section.
3544 (General Query Packets): Describe ConditionalTracepoints.
3545 (Tracepoint Packets): Describe condition field.
3546 (Maintenance Commands): Describe maint agent-eval.
3547 * agentexpr.texi (Using Agent Expressions): Mention eval usage.
3548
35492009-07-11 Hui Zhu <teawater@gmail.com>
3550
3551 * gdb.texinfo (disassemble): Add a new modifier /r
3552 to "disassemble" command to make it print the raw instructions
3553 in hex as well as in symbolic form.
3554
35552009-07-09 Tom Tromey <tromey@redhat.com>
3556
3557 * gdbint.texinfo (Testsuite): Document parallel make check.
3558
35592009-07-09 Tom Tromey <tromey@redhat.com>
3560
3561 * gdbint.texinfo (Testsuite): Document test transcripts.
3562
35632009-07-10 Phil Muldoon <pmuldoon@redhat.com>
3564
3565 * gdb.texinfo (Values From Inferior): Add length parameter
3566 description.
3567
35682009-07-04 Chris Genly <chris@genly.us>
3569
3570 * gdb.texinfo (GDB/MI Variable Objects): Document child definition
3571 in -var-list-children. Fix example according to what the code
3572 does.
3573
35742009-07-02 Pedro Alves <pedro@codesourcery.com>
3575
3576 * gdb.texinfo (Debugging multiple inferiors): Document the
3577 "inferior", "detach inferior" and "kill inferior" commands.
3578 (Debugging Programs with Multiple Processes): Adjust to mention
3579 generic "inferior" commands. Delete mention of "detach fork" and
3580 "delete fork". Cross reference to "Debugging multiple inferiors"
3581 section.
3582
35832009-07-02 Ulrich Weigand <uweigand@de.ibm.com>
3584
3585 * gdbint.texinfo (Item Output Functions): Update signature
3586 for ui_out_field_core_addr.
3587
35882009-07-02 Ulrich Weigand <uweigand@de.ibm.com>
3589
3590 * gdbint.texinfo (Examples of Use of @code{ui_out} functions):
3591 Update example code extrated from breakpoint.c.
3592
35932009-06-28 Paul Pluzhnikov <ppluzhnikov@google.com>
3594
3595 * gdb.texinfo (GDB/MI Program Context): @ignore unimplemented
3596 MI commands.
3597 (GDB/MI Symbol Query): Likewise.
3598 (GDB/MI File Commands): Likewise.
3599 (GDB/MI File Transfer Commands): Likewise.
3600 (GDB/MI Target Manipulation): Likewise.
3601 (GDB/MI Miscellaneous Commands): Likewise.
3602
36032009-06-27 Daniel Jacobowitz <dan@codesourcery.com>
3604
3605 * gdb.texinfo (Debugging Optimized Code): New chapter.
3606 (Compiling for Debugging): Reference it. Move some
3607 text to the new section.
3608
36092009-06-15 Phil Muldoon <pmuldoon@redhat.com>
3610
3611 * doc/gdb.texinfo (Calling): Document
3612 set-unwind-on-terminating-exception usage.
3613
36142009-06-11 Pedro Alves <pedro@codesourcery.com>
3615
3616 * gdb.texinfo (All-Stop): Document new 'set schedule-multiple'
3617 command.
3618
36192009-06-07 Pedro Alves <pedro@codesourcery.com>
3620
3621 * gdbint.texinfo (TARGET_HAS_HARDWARE_WATCHPOINTS): Delete all
3622 references.
3623
36242009-06-04 Ulrich Weigand <uweigand@de.ibm.com>
3625
3626 * gdbint.texinfo: Rename formal parameters to gdbarch function
3627 protoypes from "current_gdbarch" to "gdbarch".
3628
36292009-05-28 Tom Tromey <tromey@redhat.com>
3630
3631 * gdb.texinfo (Basic Python): Change get_parameter to parameter.
3632
36332009-05-27 Tom Tromey <tromey@redhat.com>
3634
3635 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document "python"
3636 feature.
3637 (GDB/MI Variable Objects): Document -var-set-visualizer.
3638
36392009-04-02 Tom Tromey <tromey@redhat.com>
3640
3641 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document "python"
3642 feature.
3643 (GDB/MI Variable Objects): Document -var-set-visualizer.
3644
36452009-05-27 Tom Tromey <tromey@redhat.com>
3646 Thiago Jung Bauermann <bauerman@br.ibm.com>
3647 Phil Muldoon <pmuldoon@redhat.com>
3648
3649 * gdb.texinfo (Objfiles In Python): Reference pretty printing.
3650 (Pretty Printing): New node.
3651 (Selecting Pretty-Printers): Likewise.
3652 (Python API): Update.
3653 (Output Formats): Document /r format.
3654
36552009-05-27 Thiago Jung Bauermann <bauerman@br.ibm.com>
3656 Tom Tromey <tromey@redhat.com>
3657
3658 * gdb.texinfo (Types In Python): New node.
3659 (Values From Inferior): "type" is now an attribute.
3660 (Python API): Update.
3661
36622009-05-27 Tom Tromey <tromey@redhat.com>
3663 Thiago Jung Bauermann <bauerman@br.ibm.com>
3664 Phil Muldoon <pmuldoon@redhat.com>
3665
3666 * gdb.texinfo: Add @syncodeindex for `tp'.
3667 (Python API): Update.
3668 (Auto-loading): New node.
3669 (Objfiles In Python): New node.
3670
36712009-05-15 Paul Pluzhnikov <ppluzhnikov@google.com>
3672
3673 * gdb.texinfo (Threads): Document libthread-db-search-path.
3674
36752009-05-15 Nick Roberts <nickrob@snap.net.nz>
3676
3677 * gdb.texinfo (GDB/MI General Design): Break up into four nodes.
3678
36792009-05-12 Pedro Alves <pedro@codesourcery.com>
3680
3681 * gdb.texinfo: Document 'set/show debug gnu-nat'. Replace 'maint
3682 show-debug-regs' docs by 'maint set show-debug-regs' and 'maint
3683 show show-debug-regs' docs.
3684
36852009-05-08 Eli Zaretskii <eliz@gnu.org>
3686
3687 * gdb.texinfo (Process Record and Replay): Add description of
3688 reverse execution.
3689
36902009-05-07 Joel Brobecker <brobecker@adacore.com>
3691
3692 * gdbint.texinfo (Adding support for debugging core files): New node.
3693 (Native Debugging): Remove the ``Native core file Support'' section.
3694
36952009-05-01 Eli Zaretskii <eliz@gnu.org>
3696
3697 * gdb.texinfo (Process Record and Replay): Improve and clarify.
3698 Add index entries.
3699
37002009-04-30 Hui Zhu <teawater@gmail.com>
3701 Michael Snyder <msnyder@vmware.com>
3702
3703 * gdb.texinfo: (Process Record and Replay): Add documentation for
3704 process record and replay.
3705
37062009-04-29 Jan Kratochvil <jan.kratochvil@redhat.com>
3707
3708 * gdb.texinfo (Macros): Note command-line for `info macro'. Append
3709 a new part on command-line defined macros.
3710
37112009-04-25 Eli Zaretskii <eliz@gnu.org>
3712
3713 * gdb.texinfo (Machine Code) <disassemble-next-line>: Improve and
3714 clarify the wording.
3715
37162009-04-23 Tom Tromey <tromey@redhat.com>
3717
3718 * gdb.texinfo (Data Files): New node.
3719 (GDB Files): Update menu.
3720
37212009-04-23 Joel Brobecker <brobecker@adacore.com>
3722
3723 * gdbint.texinfo (Defining Other Architecture Features): Remove
3724 entry for PROCESS_LINENUMBER_HOOK.
3725
37262009-04-22 Vladimir Prus <vladimir@codesourcery.com>
3727
3728 * gdb.texinfo (GDB/MI Program Execution): Document -exec-jump.
3729
37302009-04-22 Hui Zhu <teawater@gmail.com>
3731
3732 * gdb.texinfo (disassemble-next-line): Set the default of
3733 disassemble-next-line to off.
3734
37352009-04-21 Joseph Myers <joseph@codesourcery.com>
3736
3737 * configure.ac (--with-datarootdir, --with-docdir, --with-pdfdir,
3738 --with-htmldir): New.
3739 * configure: Regenerate.
3740 * Makefile.in (datarootdir, docdir): Define.
3741 (gdb.dvi, gdb.pdf): Use same -I options as for building gdb.info
3742 instead of $(SET_TEXINPUTS).
3743 (gdbint.dvi, gdbint.pdf): Use same -I options as for building
3744 gdbint.info instead of $(SET_TEXINPUTS).
3745 (gdbint/index.html): Use same -I options as for building
3746 gdbint.info.
3747 (stabs.dvi, stabs.pdf): Use same -I options as for building
3748 stabs.info instead of $(SET_TEXINPUTS).
3749 (stabs/index.html): Use same -I options as for building
3750 stabs.info.
3751 (annotate.dvi, annotate.pdf): Use same -I options as for building
3752 annotate.info instead of $(SET_TEXINPUTS).
3753 (annotate/index.html): Use same -I options as for building
3754 annotate.info.
3755
37562009-04-21 David Daney <ddaney@caviumnetworks.com>
3757
3758 * gdb.texinfo (maint show-debug-regs): Remove mention of x86.
3759
37602009-04-21 Joseph Myers <joseph@codesourcery.com>
3761
3762 * gdb.texinfo (Source Path): Document --with-relocated-sources.
3763
37642009-04-18 Carlos O'Donell <carlos@codesourcery.com>
3765 Joseph Myers <joseph@codesourcery.com>
3766
3767 * Makefile.in (MAKEHTML): Set to makeinfo --html.
3768 (MAKEHTMLFLAGS): Set to empty.
3769 (html__strip_dir): Define.
3770 (HTMLFILES): Define.
3771 (HTMLFILES_INSTALL): Define.
3772 (install-html): Copy new automake rule.
3773 (html): Depend on $(HTMLFILES).
3774 (gdb_toc.html): Rename to gdb/index.html.
3775 (gdbint_toc.html): Rename to gdbint/index.html.
3776 (stabs_toc.html): Rename to stabs/index.html.
3777 (annotate_toc.html): Rename to annotate/index.html.
3778
37792009-04-17 Carlos O'Donell <carlos@codesourcery.com>
3780
3781 * Makefile.in: Set pdfdir and htmldir from configure
3782 substitutions.
3783 * configure.ac: AC_SUBST datarootdir, docdir, htmldir, pdfdir.
3784 * configure: Regenerate.
3785
37862009-04-16 Joel Brobecker <brobecker@adacore.com>
3787
3788 * gdbint.texinfo (Native Debugging): Remove entry for PROC_NAME_FMT.
3789 This macro is no longer used.
3790
37912009-04-15 Tom Tromey <tromey@redhat.com>
3792
3793 * gdb.texinfo (Character Sets): Document default character set.
3794
37952009-04-14 Pierre Muller <muller@ics.u-strasbg.fr>
3796
3797 * gdbint.texinfo: Change server name from sources.redhat.com to
3798 sourceware.org throughout.
3799
38002009-04-09 Joel Brobecker <brobecker@adacore.com>
3801
3802 * gdb.texinfo (Set Breaks): Rewrite a paragraph to avoid a warning
3803 about a missing dot or coma after @xref.
3804
38052009-04-02 Joel Brobecker <brobecker@adacore.com>
3806
3807 * gdb.texinfo (Backtrace): Add a parameter in frame 1 of the first
3808 example, and add a small explanation about it.
3809 (Print Settings): Change the documentation of the "set print
3810 frame-arguments" to reflect the fact that the default is now "scalars".
3811
38122009-04-02 Joel Brobecker <brobecker@adacore.com>
3813
3814 * gdb.texinfo (Print Settings): Add kindex for command "set
3815 print frame-arguments".
3816
38172009-03-31 Joel Brobecker <brobecker@adacore.com>
3818
3819 * gdb.texinfo (Ada Tasks): Add documentation about task-specific
3820 breakpoints.
3821 (Set Breaks): Add reference to thread-specific and task-specific
3822 breakpoints.
3823
38242009-03-31 Joel Brobecker <brobecker@adacore.com>
3825
3826 * gdb.texinfo (Ada Tasks): Remove the documentation about
3827 the "Running" state, as this state has been eliminated.
3828 Now all runnable tasks are shown as "Runnable".
3829
38302009-03-30 Stan Shebs <stan@codesourcery.com>
3831
3832 * gdb.texinfo (Tracepoints): Describe tracepoints as a
3833 special case of breakpoints.
3834 (Enable and Disable Tracepoints): Mention deprecation.
3835 (Listing Tracepoints): Update description and example.
3836
38372009-03-30 Thiago Jung Bauermann <bauerman@br.ibm.com>
3838
3839 * gdb.texinfo (Frames in Python): New node.
3840 (Python API): Update.
3841
38422009-03-29 Thiago Jung Bauermann <bauerman@br.ibm.com>
3843
3844 * gdb.texinfo (Values From Inferior): Change gdb.Value.address
3845 from a method to an attribute.
3846
38472009-03-26 Thiago Jung Bauermann <bauerman@br.ibm.com>
3848
3849 * gdb.texinfo (Values From Inferior): Document is_optimized_out
3850 attribute.
3851
38522009-03-25 Pedro Alves <pedro@codesourcery.com>
3853
3854 * observer.texi (thread_exit): Add "silent" parameter.
3855
38562009-03-22 Pedro Alves <pedro@codesourcery.com>
3857
3858 * observer.texi (about_to_proceed): New.
3859
38602009-03-21 Jeremy Bennett <jeremy.bennett@embecosm.com>
3861
3862 * gdbint.texinfo (everywhere): Use braces {} in @deftypeXX type
3863 field throughout to handle types with spaces in them. Fix typos
3864 found by aspell.
3865 (Summary, Requirements, Contributors): New first chapter,
3866 "Summary" added, old Requirements section moved there, and new
3867 section, "Contributors" added.
3868 (Initializing a New Architecture, Register Representation)
3869 (Frame Interpretation, Inferior Call Setup, Adding a New Target)
3870 (Porting gdb): These sections extended and updated.
3871 (Compiler Characteristics): This section (empty) deleted.
3872 (Defining Other Architecture Features): This section renamed and
3873 duplicate material removed from (formerly "Target Conditionals").
3874 Use braces {} in @deftypeXX type field throughout to handle types
3875 with spaces in them. Typos found by aspell fixed.
3876
3877 * stack_frame.svg: New file, source of image for gdbint.texinfo.
3878 * stack_frame.pdf: Version of image for PDF output.
3879 * stack_frame.png: Version of image for HTML output and for Emacs.
3880 * stack_frame.txt: Version of image for Info output.
3881 * stack_frame.eps: Version of image for TeX DVI output.
3882
38832009-03-21 Eli Zaretskii <eliz@gnu.org>
3884
3885 * gdb.texinfo (Character Sets): Fix last change.
3886
38872009-03-21 Thiago Jung Bauermann <bauerman@br.ibm.com>
3888
3889 * gdb.texinfo (Values From Inferior): Fix optional arguments
3890 markup.
3891 (Commands In Python): Adjust argument names of gdb.Command.__init__
3892 to what the function accepts as keywords.
3893
38942008-03-20 Tom Tromey <tromey@redhat.com>
3895
3896 * gdb.texinfo (Convenience Vars): Document convenience functions.
3897 (Functions In Python): New node.
3898 (Python API): Update.
3899
39002009-03-20 Tom Tromey <tromey@redhat.com>
3901
3902 * gdb.texinfo (Character Sets): Remove obsolete text. Document
3903 set target-wide-charset.
3904 (Requirements): Mention iconv.
3905
39062009-03-17 Hui Zhu <teawater@gmail.com>
3907
3908 * gdb.texinfo: Change the introduce of "disassemble-next-line".
3909
39102009-03-17 Hui Zhu <teawater@gmail.com>
3911
3912 * gdb.texinfo: Add documentation for disassemble-next-line.
3913
39142009-03-16 Thiago Jung Bauermann <bauerman@br.ibm.com>
3915
3916 * gdb.texinfo (Commands In Python): Remove tindex entries.
3917
39182009-03-15 Jan Kratochvil <jan.kratochvil@redhat.com>
3919
3920 * gdb.texinfo (Returning): New description for missing debug info.
3921
39222009-03-14 Pedro Alves <pedro@codesourcery.com>
3923
3924 * gdb.texinfo (Remote Configuration): Document query-attached.
3925 (General Query Packets): Document qAttached.
3926
39272009-03-05 Pedro Alves <pedro@codesourcery.com>
3928
3929 * gdb.texinfo (Background Execution): Better describe the set
3930 target-async command.
3931 (Maintenance Commands): Delete description of the `maint set/show
3932 linux-async' and `maint set/show remote-async' commands.
3933
39342009-02-18 Vladimir Prus <vladimir@codesourcery.com>
3935
3936 * gdb.texinfo (GDB/MI Async Records): Add double-spaces
3937 between sentences.
3938
39392009-02-18 Vladimir Prus <vladimir@codesourcery.com>
3940
3941 * gdb.texinfo (GDB/MI Async Records): Document the
3942 =library-loaded and =library-unloaded notifications.
3943
39442009-02-17 Vladimir Prus <vladimir@codesourcery.com>
3945
3946 * observer.texi (test_notification): New observer.
3947
39482009-02-14 Vladimir Prus <vladimir@codesourcery.com>
3949
3950 * observer.texi: Add parameter 'print_frame' to normal_stop
3951 observer.
3952
39532009-02-07 Eli Zaretskii <eliz@gnu.org>
3954
3955 * gdb.texinfo (Basic Python): Fix change from 2009-02-04.
3956 (Commands In Python): Fix COMMAND_* constants in last change. Use
3957 @kbd for interactive input. Add cross-references and index
3958 entries.
3959
39602009-02-06 Pedro Alves <pedro@codesourcery.com>
3961
3962 * gdb.texinfo (Signals): Document $_siginfo.
3963 (Convenience Variables): Mention $_siginfo.
3964 (Remote Configuration): Document qXfer:siginfo:read,
3965 qXfer:siginfo:write packets, and the read-siginfo-object,
3966 write-siginfo-object commands.
3967
39682009-02-06 Pedro Alves <pedro@codesourcery.com>
3969
3970 * gdbint.texinfo (Values): New chapter.
3971
39722009-02-06 Tom Tromey <tromey@redhat.com>
3973
3974 * gdb.texinfo (Python API): Add entry for Commands In Python.
3975 (Commands In Python): New node.
3976
39772009-02-05 Tom Tromey <tromey@redhat.com>
3978
3979 * gdb.texinfo (Values From Inferior): Document Value.string.
3980
39812009-02-05 Tom Tromey <tromey@redhat.com>
3982
3983 * gdb.texinfo (Basic Python): Document execute's from_tty
3984 argument.
3985
39862009-02-04 Tom Tromey <tromey@redhat.com>
3987
3988 * gdb.texinfo (Basic Python): Document gdb.history.
3989
39902009-01-30 Vladimir Prus <vladimir@codesourcery.com>
3991
3992 * gdb.texinfo (GDB/MI Thread Commands): Document the
3993 'current-thread-id' field. Remove the example with zero threads,
3994 since current GDB won't ever report that if there's inferior.
3995
39962009-01-30 Vladimir Prus <vladimir@codesourcery.com>
3997
3998 * gdb.texinfo (GDB/MI Breakpoint Commands): Document the -d
3999 option to -break-insert.
4000
40012009-01-28 Daniel Jacobowitz <dan@codesourcery.com>
4002 Jerome Guitton <guitton@adacore.com>
4003
4004 * gdb.texinfo (Startup): Document --with-system-gdbinit.
4005 (System-wide configuration): New section.
4006
40072009-01-26 Pedro Alves <pedro@codesourcery.com>
4008
4009 PR gdb/7580:
4010 * gdb.texinfo (Maintenance Commands): Document "maint set|show
4011 internal-error|internal-warning quit|corefile ask|yes|no".
4012
40132009-01-26 Pedro Alves <pedro@codesourcery.com>
4014
4015 * gdb.texinfo (Using the `gdbserver' Program): Document
4016 --remote-debug.
4017
40182009-01-23 Doug Evans <dje@google.com>
4019
4020 * gdb.texinfo: Add nexti to list of commands that support
4021 background execution.
4022
40232009-01-14 Daniel Jacobowitz <dan@codesourcery.com>
4024
4025 * gdb.texinfo (Define, Hooks): Document prefix command support.
4026
40272009-01-14 Joseph Myers <joseph@codesourcery.com>
4028 Carlos O'Donell <carlos@codesourcery.com>
4029
4030 Fixes for makeinfo --html.
4031
4032 * annotate.texinfo: Use @copying and @insertcopying. Use
4033 @ifnottex in place of @ifinfo.
4034 * gdb.texinfo: Use @copying and @insertcopying. Use @ifnottex in
4035 place of @ifinfo. Use @ifnotinfo for one index entry.
4036 * gdbint.texinfo: Use @copying and @insertcopying. Use @ifnottex
4037 in place of @ifinfo.
4038 * stabs.texinfo: Use @copying and @insertcopying. Use @ifnottex
4039 in place of @ifinfo. Include contents at start unconditionally.
4040
40412009-01-13 Pedro Alves <pedro@codesourcery.com>
4042
4043 * gdb.texinfo (General Query Packets): Remove @var{} around the
4044 "spu" literal string.
4045
40462009-01-07 Pedro Alves <pedro@codesourcery.com>
4047
4048 * gdb.texinfo (Error in Breakpoints): Delete mention of "The same
4049 program may be running in another process" errors.
4050 * gdbint.texinfo (Native Conditionals): Delete
4051 ONE_PROCESS_WRITETEXT description.
4052
40532009-01-07 Joel Brobecker <brobecker@adacore.com>
4054
4055 * gdbint.texinfo (Start of New Year Procedure): Add the "coding"
4056 emacs local variable to be placed at the end of the ChangeLog.
4057 Add server.c and gdbreplay.c to the list of files where the
4058 copyright year needs to be updated.
4059
40602009-01-06 Sandra Loosemore <sandra@codesourcery.com>
4061
4062 * gdb.texinfo (Remote Configuration): Document new
4063 "set/show tcp auto-retry" and "set/show tcp connect-timeout"
4064 commands.
4065
40662008-12-28 Pedro Alves <pedro@codesourcery.com>
4067
4068 * gdbint.texinfo (gdbarch_cannot_fetch_register): Don't mention
4069 FETCH_INFERIOR_REGISTERS.
4070 (Native Conditionals): Remove obsolete CHILD_PREPARE_TO_STORE,
4071 FETCH_INFERIOR_REGISTERS descriptions. Remove
4072 gdbarch_get_longjmp_target descrition, since already described in
4073 Target Conditionals. Move gdbarch_fp0_regnum description to ...
4074 (Target Conditionals): ... here.
4075
40762008-12-16 Joel Brobecker <brobecker@adacore.com>
4077
4078 * gdb.texinfo (Omissions from Ada): Add missing GDB prompt in
4079 examples.
4080 (Additions to Ada): Likewise. Add the missing opening and closing
4081 parenthesis of the GDB prompt in one of the examples.
4082
40832008-12-14 Joel Brobecker <brobecker@adacore.com>
4084
4085 * gdb.texinfo (Omissions from Ada): Remove incorrect documentation
4086 about the result of 'Address not being of type System.Address.
4087 This problem has been fixed a while ago.
4088
40892008-12-02 Vladimir Prus <vladimir@codesourcery.com>
4090
4091 MI non-stop and multiprocess docs.
4092
4093 * gdb.texinfo (GDB/MI): New section 'GDB/MI General Design'
4094 (GDB/MI Output Records): New section 'GDB/MI Frame Information'
4095 Adjust documentation for *stopped, document =thread-created,
4096 =thread-exited, =thread-group-created and =thread-group-exited.
4097 (GDB/MI Thread Commands): Document the 'state' field in
4098 -thread-info output.
4099 (GDB/MI Program Execution): Mention --all and --thread-group
4100 options.
4101 (GDB/MI Variable Objects): Describe floating and fixed variable
4102 objects.
4103 (GDB/MI Miscellaneous Commands): Document -list-thread-groups.
4104
41052008-12-02 Vladimir Prus <vladimir@codesourcery.com>
4106
4107 * gdb.texinfo (Operating System Information): New appendix.
4108 (Operating System Auxiliary Information): Document 'info os processes'
4109 (Remote Configuration): Document 'osdata'
4110 (General Query Packets): Document qXfer:osdata:read.
4111
41122008-11-27 Tristan Gingold <gingold@adacore.com>
4113
4114 * gdb.texinfo (Darwin): Document Darwin specific features.
4115
41162008-11-25 Jan Kratochvil <jan.kratochvil@redhat.com>
4117
4118 * gdbint.texinfo (Target Conditionals): Extend the
4119 gdbarch_breakpoint_from_pc description.
4120
41212008-11-22 Vladimir Prus <vladimir@codesourcery.com>
4122
4123 * gdb.texinfo (M68K Features): Fix typo.
4124
41252008-11-18 Paul Pluzhnikov <ppluzhnikov@google.com>
4126
4127 * gdb.texinfo (Symbols): Mention printing containing
4128 image name in "info symbol".
4129 (Maint translate-address): Likewise.
4130
41312008-11-18 Joel Brobecker <brobecker@adacore.com>
4132
4133 * gdb.texinfo (Set Catchpoints): Remove the documentation of
4134 commands "catch load" and "catch unload".
4135
41362008-11-17 Vladimir Prus <vladimir@codesourcery.com>
4137
4138 * gdb.texinfo (GDB/MI Async Records): Document
4139 =thread-selected.
4140
41412008-11-17 Vladimir Prus <vladimir@codesourcery.com>
4142
4143 * observer.texi (new_inferior, inferior_exit): New observers.
4144
41452008-10-27 Pedro Alves <pedro@codesourcery.com>
4146
4147 * gdbint.texinfo (Adding a New Target): Don't mention TDEPFILES,
4148 .mt files, TM_CLIBS or TM_CDEPS.
4149 (x86 Watchpoints): Don't mention TDEPFILES.
4150
41512008-10-24 Sandra Loosemore <sandra@codesourcery.com>
4152
4153 * gdb.texinfo (Remote Protocol): Add new nodes to menu.
4154 (Overview): Mention notifications and non-stop mode behavior.
4155 (Packets): Update documentation of ?, vAttach, vCont, and vRun
4156 with non-stop mode behavior. Add vStopped description.
4157 (Stop Reply Packets): Update list of packets that return
4158 stop replies. Mention non-stop behavior.
4159 (General Query Packets): Document QNonStop packet and associated
4160 qSupported query response.
4161 (Interrupts): Clarify multi-threaded behavior. Mention non-stop
4162 behavior.
4163 (Notification Packets): New section.
4164 (Remote Non-Stop): New section.
4165 (File-I/O Overview): Mention non-stop behavior.
4166
41672008-10-24 Hui Zhu <teawater@gmail.com>
4168 Pedro Alves <pedro@codesourcery.com>
4169
4170 * gdb.texinfo (displaced-stepping): Describe the auto mode
4171 setting, and say it's the default. This is now a mainstream
4172 setting instead of a maintenance setting.
4173
41742008-10-23 Pedro Alves <pedro@codesourcery.com>
4175
4176 * observer.texi (thread_stop_requested): New.
4177
41782008-10-22 Joel Brobecker <brobecker@adacore.com>
4179
4180 * gdb.texinfo (Ada Tasks, Ada Tasks and Core Files): New nodes.
4181 (Patching): Replace incorrect usage of @samp by @kbd.
4182
41832008-10-17 Michael Snyder <msnyder@vmware.com>
4184
4185 * gdb.texinfo: Add documentation for reverse execution.
4186
41872008-10-16 Thiago Jung Bauermann <bauerman@br.ibm.com>
4188 Eli Zaretskii <eliz@gnu.org>
4189
4190 * gdb.texinfo. (Values From Inferior): New subsubsection.
4191
41922008-10-06 Doug Evans <dje@google.com>
4193
4194 * gdb.texinfo (set debug dwarf2-die): Document it.
4195
41962008-10-01 Joel Brobecker <brobecker@adacore.com>
4197
4198 * gdb.texinfo (catch) [exception]: Document how to insert
4199 a breakpoint on user-defined exceptions when the exception
4200 name is identical to one of the language-defined ones.
4201
42022008-09-27 Tom Tromey <tromey@redhat.com>
4203
4204 * gdb.texinfo (Macros): Remove text about stringification,
4205 varargs, and splicing.
4206
42072008-09-27 Tom Tromey <tromey@redhat.com>
4208
4209 * gdbint.texinfo (Language Support): Remove text about omitting
4210 support for a language.
4211
42122008-09-23 Doug Evans <dje@google.com>
4213
4214 * gdb.texinfo (info dcache): Update.
4215
42162008-09-22 Sandra Loosemore <sandra@codesourcery.com>
4217
4218 * gdb.texinfo (Packets): Add info on thread-id syntax and
4219 multiprocess extensions.
4220 <D>: Document multiprocess form of packet.
4221 <H>: Use thread-id syntax.
4222 <T>: Likewise.
4223 <vCont>: Likewise. Note this is required for multiprocess.
4224 <vKill>: New packet.
4225 (Stop Reply Packets) <T>: Use thread-id syntax.
4226 <W>: Document multiprocess form of reply.
4227 <X>: Likewise.
4228 (General Query Packets) <qC>: Use thread-id syntax.
4229 <qfThreadInfo>: Likewise.
4230 <qGetTLSAddr>: Likewise.
4231 <qP>: Likewise.
4232 <qSupported>: Add "multiprocess" feature.
4233 <qThreadExtraInfo>: Use thread-id syntax.
4234
42352008-09-22 Stan Shebs <stan@codesourcery.com>
4236
4237 * gdb.texinfo (Inferiors): New section.
4238
42392008-09-12 Pedro Alves <pedro@codesourcery.com>
4240
4241 * gdbint.texinfo (Native Debugging): Mention NAT_GENERATED_FILES.
4242
42432008-09-11 Ulrich Weigand <uweigand@de.ibm.com>
4244
4245 * gdbint.texinfo (Target Conditionals): Remove documentation
4246 for gdbarch_name_of_malloc.
4247
42482008-09-03 Angela Marie Thomas <angela@releasedominatrix.com>
4249
4250 * gdb.texinfo (Interrupts): Mention TCP interface for
4251 sending BREAK.
4252
42532008-08-26 Ulrich Weigand <uweigand@de.ibm.com>
4254
4255 * gdb.texinfo (Commands to Specify Files): Document "remote:"
4256 argument prefix to "set sysroot".
4257
42582008-08-21 Paul N. Hilfinger <hilfinger@adacore.com>
4259
4260 * gdb.texinfo (Omissions from Ada): Describe new treatment of True
4261 and False.
4262
42632008-08-20 Vladimir Prus <vladimir@codesourcery.com>
4264
4265 * gdb.textinfo (GDB/MI Miscellaneous Commands): Use @table
4266 for possible features of -list-features.
4267
42682008-08-19 Vladimir Prus <vladimir@codesourcery.com>
4269
4270 * gdb.texinfo (Background execution): Adjust example
4271 (GDB/MI Miscellaneous Commands): Document -list-target-features.
4272
42732008-08-19 Vladimir Prus <vladimir@codesourcery.com>
4274
4275 * doc/gdb.texinfo (PowerPC): Fix typo.
4276 (PowerPC features): Fix typo.
4277
42782008-08-18 Pedro Alves <pedro@codesourcery.com>
4279
4280 * observer.texi (thread_ptid_changed): New.
4281
42822008-08-18 Luis Machado <luisgpm@br.ibm.com>
4283
4284 * doc/gdb.texinfo (PowerPC): Mention Extended FPR's for POWER7.
4285 (PowerPC features): Mention feature set for VSX registers.
4286
42872008-08-13 Joel Brobecker <brobecker@adacore.com>
4288
4289 * gdb.texinfo (Ada Mode Intro): Improve the documentation regarding
4290 the direct visibility of all names in user-written packages.
4291
42922008-08-13 Pedro Alves <pedro@codesourcery.com>
4293
4294 * gdb.texinfo (breakpoint always-inserted) Describe the auto mode
4295 setting, and make it the default.
4296 (Non-Stop Mode): Remove "set breakpoints always-inserted 1" from
4297 non-stop script example.
4298
42992008-08-12 Thiago Jung Bauermann <bauerman@br.ibm.com>
4300
4301 * gdbint.texinfo (Raw and Virtual Register Representations): Fix
4302 reference to the "Using Different Register and Memory Data
4303 Representation" section.
4304
43052008-08-12 Sandra Loosemore <sandra@codesourcery.com>
4306
4307 * gdb.texinfo (Remote Configuration): Document set remote noack-packet.
4308 (Remote Protocol): Add Packet Acknowledgment to menu.
4309 (Overview): Mention +/- can be disabled, and point to new section
4310 where this is discussed in detail.
4311 (General Query Packets): Document QStartNoAckMode packet, and
4312 corresponding qSupported reply.
4313 (Packet Acknowledgment): New section.
4314
43152008-08-11 Sandra Loosemore <sandra@codesourcery.com>
4316 Pedro Alves <pedro@codesourcery.com>
4317
4318 * gdb.texinfo (Threads): Move paragraph about automatic thread
4319 selection to All-Stop Mode subsection.
4320 (Thread Stops): Reorganize existing material into subsections.
4321 Add introductory blurb and menu.
4322 (Non-Stop Mode): New subsection.
4323 (Background Execution): New subsection.
4324 (Maintenance Commands): Add cross-references from async mode
4325 commands to the new Background Execution section.
4326
43272008-08-06 Tom Tromey <tromey@redhat.com>
4328
4329 * gdb.texinfo (Extending GDB): New chapter.
4330 (Sequences): Demoted chapter, now a section under the new
4331 Extending GDB chapter.
4332 (Python): New section.
4333
43342008-07-31 Stan Shebs <stan@codesourcery.com>
4335
4336 * gdbint.texinfo: Remove FUNCTION_EPILOGUE_SIZE.
4337
43382008-07-29 Stan Shebs <stan@codesourcery.com>
4339
4340 * gdbint.texinfo: General round of cleanup and minor
4341 clarifications.
4342 (Breakpoint Handling): Remove mention of BREAKPOINT macro.
4343 (Longjmp Support): Update description to reflect how it is done
4344 for targets without using native header.
4345 (Symbol Handling): Add a little more general explanation.
4346 (COFF, ELF): Mention stabs encapsulation.
4347 (DWARF 3): New section.
4348 (Adding a New Host): Scrub out some obsolete bits.
4349 (Generic Host Support Files): Mention ser-pipe.c, ser-mingw.c.
4350 (Host Conditionals): Remove descriptions of NO_STD_REGS,
4351 HAVE_MMAP, HAVE_TERMIO, INT_MAX etc, LONGEST, HAVE_LONG_DOUBLE,
4352 PRINTF_HAS_LONG_DOUBLE, SCANF_HAS_LONG_DOUBLE, L_SET, SEEK_CUR,
4353 SEEK_SET, STOP_SIGNAL, USG.
4354 (Raw and Virtual Register Representations): Ditto for
4355 DEPRECATED_REGISTER_RAW_SIZE, DEPRECATED_REGISTER_VIRTUAL_SIZE,
4356 DEPRECATED_REGISTER_VIRTUAL_TYPE, REGISTER_CONVERT_TO_TYPE.
4357 (Target Conditionals): Ditto for DEPRECATED_FP_REGNUM,
4358 DEPRECATED_FRAMELESS_FUNCTION_INVOCATION, DEPRECATED_FRAME_CHAIN,
4359 DEPRECATED_FRAME_CHAIN_VALID, DEPRECATED_FRAME_INIT_SAVED_REGS,
4360 DEPRECATED_FRAME_SAVED_PC, DEPRECATED_FUNCTION_START_OFFSET,
4361 DEPRECATED_REGISTER_VIRTUAL_SIZE,
4362 DEPRECATED_REGISTER_VIRTUAL_TYPE,
4363 DEPRECATED_USE_STRUCT_CONVENTION.
4364 Describe gdbarch_deprecated_fp_regnum.
4365 Update description of gdbarch_print_insn.
4366 (Adding a New Target): Scrub out obsolete bits.
4367 (Obsolete Conditionals): Remove entire section.
4368
43692008-07-25 Tom Tromey <tromey@redhat.com>
4370
4371 * observer.texi (GDB Observers): Document new observers:
4372 breakpoint_created, breakpoint_deleted, breakpoint_modified,
4373 tracepoint_created, tracepoint_deleted, tracepoint_modified,
4374 architecture_changed.
4375
43762008-07-21 Stan Shebs <stan@codesourcery.com>
4377
4378 * gdbint.texinfo: Refer to target_so_ops.in_dynsym_resolve_code
4379 instead of IN_SOLIB_DYNSYM_RESOLVE_CODE.
4380
43812008-07-21 Tom Tromey <tromey@redhat.com>
4382
4383 * observer.texi (GDB Observers): Remove obsolete comment.
4384 <executable_changed>: Remove argument.
4385
43862008-07-18 Tom Tromey <tromey@redhat.com>
4387
4388 * gdb.texinfo (Macros): Update. Use @code rather than @command.
4389
43902008-07-10 Doug Evans <dje@google.com>
4391
4392 * doc/gdb.texinfo: Document "set print symbol-loading on|off".
4393
43942008-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
4395
4396 * gdb.texinfo (Starting): Document "set disable-randomization".
4397
43982008-07-07 Andreas Schwab <schwab@suse.de>
4399
4400 * gdb.texinfo (GDB/MI Target Manipulation): Fix last change.
4401
44022008-07-06 Vladimir Prus <vladimir@codesourcery.com>
4403
4404 * gdb.texinfo (GDB/MI Target Manipulation): Add
4405 example of -target-attach.
4406
44072008-06-10 Vladimir Prus <vladimir@codesourcery.com>
4408
4409 * observer.texi (target_resumed): New observer.
4410 * gdb.texinfo (GDB/MI Output Records): Document *running.
4411
44122008-06-06 Tom Tromey <tromey@redhat.com>
4413
4414 * gdb.texinfo (Completion): Add field name example.
4415
44162008-06-06 Marc Khouzam <marc.khouzam@ericsson.com>
4417
4418 * gdb.texinfo (GDB/MI Program Context): Added example
4419 to -exec-arguments
4420
44212008-06-05 Nick Roberts <nickrob@snap.net.nz>
4422
4423 * annotate.texinfo (Multi-threaded Apps): Add entry for thread-changed
4424 annotation.
4425
44262008-06-05 Vladimir Prus <vladimir@codesourcery.com>
4427 Nathan Sidwell <nathan@codesourcery.com>
4428 Joseph Myers <joseph@codesourcery.com>
4429
4430 * configure.ac: Include ../../config/acx.m4. Use ACX_PKGVERSION
4431 and ACX_BUGURL.
4432 * configure: Regenerate.
4433 * Makefile.in (PKGVERSION, BUGURL_TEXI): Define.
4434 (GDBvn.texi): Define VERSION_PACKAGE, BUGURL and BUGURL_DEFAULT.
4435 * gdb.texinfo: Use VERSION_PACKAGE and BUGURL. Remove
4436 mailing-list-specific text about bug reporting unless
4437 BUGURL_DEFAULT.
4438
44392008-06-05 Pedro Alves <pedro@codesourcery.com>
4440
4441 * gdb.texinfo (-target-select): Remove reference to target async.
4442 (Maintenance Commands): Document "maint set/show remote-async".
4443
44442008-06-04 Marc Khouzam <marc.khouzam@ericsson.com>
4445
4446 * gdb.texinfo (GDB/MI File Transfer Commands): Typo
4447 in -target-file-get section.
4448
44492008-05-22 Pedro Alves <pedro@codesourcery.com>
4450
4451 * gdb.texinfo (vAttach, vRun): Re-remove requirement of the stub
4452 killing the inferior when it is already debugging a process.
4453
44542008-05-21 Joel Brobecker <brobecker@adacore.com>
4455
4456 * gdb.texinfo (Continuing and Stepping): Document the new "fin"
4457 abbreviation for "finish".
4458
44592008-05-21 Nick Roberts <nickrob@snap.net.nz>
4460
4461 * annotate.texinfo (Multi-threaded Apps): New node for new annotation.
4462
44632008-05-15 Daniel Jacobowitz <dan@codesourcery.com>
4464
4465 * gdbint.texinfo (Target Conditionals): Delete entry for
4466 gdbarch_dwarf_reg_to_regnum.
4467
44682008-05-09 Doug Evans <dje@google.com>
4469
4470 * gdb.texinfo: Document "find" command, qSearch:memory packet.
4471
44722008-05-05 Doug Evans <dje@google.com>
4473
4474 * gdb.texinfo (disassemble): Document /m modifier.
4475
44762008-05-05 Vladimir Prus <vladimir@codesourcery.com>
4477
4478 * gdb.texinfo (Maintenance Commands): Clarify that "maint time"
4479 will not report the time of commands that run the target.
4480
44812008-05-03 Vladimir Prus <vladimir@codesourcery.com>
4482
4483 * gdb.texinfo (GDB/MI Output Records): Add
4484 missing semicolon.
4485
44862008-05-03 Vladimir Prus <vladimir@codesourcery.com>
4487
4488 * gdb.texinfo (GDB/MI Output Records):
4489 Document =thread-create and =thread-exited.
4490
44912008-05-03 Vladimir Prus <vladimir@codesourcery.com>
4492
4493 * gdb.texinfo (GDB/MI Development and Front Ends):
4494 Remove mention of dmi-discuss.
4495
44962008-05-03 Pedro Alves <pedro@codesourcery.com>
4497
4498 * observer.texi (thread_exit): New.
4499
45002008-05-02 Pedro Alves <pedro@codesourcery.com>
4501
4502 * gdb.texinfo (Debugging Output): Document "set/show debug
4503 displaced".
4504 (Maintenance Commands): Document "maint set/show
4505 can-use-displaced-stepping".
4506
45072008-05-02 Daniel Jacobowitz <dan@codesourcery.com>
4508
4509 * gdb.texinfo (ARM): Document set/show arm fallback-mode
4510 and set/show arm force-mode.
4511
45122008-05-02 Andreas Schwab <schwab@suse.de>
4513
4514 * gdbint.texinfo (Algorithms): Describe
4515 target_watchpoint_addr_within_range.
4516
45172008-04-30 Daniel Jacobowitz <dan@codesourcery.com>
4518
4519 * gdbint.texinfo (Stack Frames): New chapter.
4520 (Algorithms): Move Frames text to the new chapter.
4521 (Target Conditionals): Delete SAVE_DUMMY_FRAME_TOS. Document
4522 gdbarch_dummy_id instead of gdbarch_unwind_dummy_id.
4523
45242008-04-24 Vladimir Prus <vladimir@codesourcery.com>
4525
4526 * gdb.texinfo (GDB/MI Output Syntax): Clarify that async
4527 output does not necessary include any tokens.
4528
45292008-04-22 Corinna Vinschen <vinschen@redhat.com>
4530
4531 * gdb.texinfo (Set SH Calling convention): New @item.
4532 (Show SH Calling convention): Ditto.
4533
45342008-04-22 Markus Deuling <deuling@de.ibm.com>
4535
4536 * gdb.texinfo (Fortran Operators): Describe '%' operator.
4537
45382008-04-20 Eli Zaretskii <eliz@gnu.org>
4539
4540 * gdb.texinfo (Set Breaks): Mention that multiple location
4541 breakpoints need line number info. Add index entries.
4542
45432008-04-19 Craig Silverstein <csilvers@google.com>
4544
4545 * gdb.texinfo (Requirements): Add an optional requirement on
4546 zlib.
4547 * gdbint.texinfo (Debugging File Formats): Add new subsection for
4548 Compressed DWARF 2.
4549
45502008-04-16 Aleksandar Ristovski <aristovski@qnx.com>
4551
4552 * gdb.texinfo (GDB/MI Simple Examples): Added 'disp' field to the
4553 sample output for 'stopped,reason="breakpoint-hit"' message.
4554 (GDB/MI Program Execution): Likewise.
4555
45562008-04-09 Marc Khouzam <marc.khouzam@ericsson.com>
4557
4558 * gdb.texinfo (GDB/MI Variable Objects): Add anchor to
4559 -var-set-format. Add -f option to -var-evaluate-expression.
4560
45612008-04-03 Joel Brobecker <brobecker@adacore.com>
4562
4563 * gdb.texinfo (Breakpoint Menus): Delete. Contents moved inside
4564 new node "Ambiguous Expressions". Replace references to this
4565 node by references to "Ambiguous Expressions" throughout.
4566 (Ambiguous Expressions): New node.
4567
45682008-03-26 Daniel Jacobowitz <dan@codesourcery.com>
4569
4570 * gdb.texinfo (MIPS Features, PowerPC Features): Add @node.
4571
45722008-03-21 Pedro Alves <pedro@codesourcery.com>
4573
4574 * gdb.texinfo (Debugging Output): Document
4575 "set/show debug lin-lwp-async".
4576 (Maintenance Commands): Document "maint set/show linux-async".
4577
45782008-03-21 Daniel Jacobowitz <dan@codesourcery.com>
4579
4580 * gdb.texinfo (Expressions): Update description of malloced arrays.
4581
45822008-03-15 Vladimir Prus <vladimir@codesourcery.com>
4583
4584 * gdb.texinfo (Thread Commands): Document
4585 -thread-info. Remove -thread-list-all-threads.
4586
45872008-03-14 Pedro Alves <pedro@codesourcery.com>
4588 Sandra Loosemore <sandra@codesourcery.com>
4589
4590 * gdb.texinfo (Library List Format): Update to mention the
4591 possibility to pass section addresses instead of segment
4592 addresses.
4593
45942008-03-10 Daniel Jacobowitz <dan@codesourcery.com>
4595
4596 * gdb.texinfo (Starting): Document "set exec-wrapper".
4597 (Server): Document gdbserver --wrapper.
4598
45992008-03-03 Daniel Jacobowitz <dan@codesourcery.com>
4600
4601 * gdb.texinfo (Set Watchpoints): Mention watchpoints on
4602 unreadable memory. Delete obsolete SPARClite reference.
4603
46042008-02-28 Daniel Jacobowitz <dan@codesourcery.com>
4605
4606 * gdb.texinfo (Starting): Mention always-running targets.
4607 (Target Commands): Add an anchor for load.
4608 (Connecting): Explain continue instead of run.
4609
46102008-02-27 Daniel Jacobowitz <dan@codesourcery.com>
4611
4612 * gdb.texinfo (Debugging Output): Document "set debug timestamp".
4613
46142008-02-26 Nick Roberts <nickrob@snap.net.nz>
4615
4616 * gdb.texinfo (Set Breaks): Revert description of Enb column of
4617 breakpoint table.
4618
46192008-02-19 Pedro Alves <pedro@codesourcery.com>
4620
4621 * gdb.texinfo (vAttach, vRun): Remove requirement of the stub
4622 killing the inferior when it is already debugging a process.
4623
46242008-02-13 Markus Deuling <deuling@de.ibm.com>
4625
4626 * gdbint.texinfo (Build Script): New section. Mention new build script
4627 gdb_buildall.sh.
4628
46292008-02-01 Jim Blandy <jimb@red-bean.com>
4630
4631 * gdb.texinfo (Help): Summarize 'info args' correctly.
4632
46332008-01-30 Thiago Jung Bauermann <bauerman@br.ibm.com>
4634
4635 * gdb.texinfo: (Decimal Floating Point): Mention pseudo-registers
4636 available in PowerPC architecture.
4637 (Embedded Processors): Change node name of PowerPC item in menu.
4638 (PowerPC): Rename to...
4639 (PowerPC Embedded): this.
4640 (Architectures): Add new PowerPC item in menu.
4641 (PowerPC): New node.
4642
46432008-01-30 Daniel Jacobowitz <dan@codesourcery.com>
4644
4645 * gdb.texinfo (Multi-Process Mode for gdbserver): Use @kbd for
4646 commands.
4647
46482008-01-30 Daniel Jacobowitz <dan@codesourcery.com>
4649
4650 * gdb.texinfo (Setting Catchpoints): Mention features
4651 supported on GNU/Linux.
4652
46532008-01-30 Nick Roberts <nickrob@snap.net.nz>
4654
4655 * gdb.texinfo (GDB/MI File Commands): Describe new output
4656 field for MI command -file-list-exec-source-file.
4657
46582008-01-29 Daniel Jacobowitz <dan@codesourcery.com>
4659
4660 * gdb.texinfo (Using the `gdbserver' Program): Add security
4661 warning. Rearrange into subsections and subsubsections. Document
4662 --multi and --debug. Correct --with-sysroot typo. Update --attach
4663 usage. Make load reference clearer. Document monitor exit.
4664 (Remote Configuration): Document set remote exec-file, attach-packet,
4665 and run-packet.
4666 (Packets): Document vAttach and vRun.
4667
46682008-01-29 Nick Roberts <nickrob@snap.net.nz>
4669
4670 * gdb.texinfo (Processes): Mention process command.
4671 detach-on-follow -> detach-on-fork.
4672
46732008-01-28 Daniel Jacobowitz <dan@codesourcery.com>
4674
4675 * gdbint.texinfo (Native Conditionals): Remove
4676 SHELL_COMMAND_CONCAT and SHELL_FILE.
4677
46782008-01-26 Eli Zaretskii <eliz@gnu.org>
4679
4680 * gdb.texinfo (Specify Location): Improve wording.
4681
46822008-01-23 Chris Demetriou <cgd@google.com>
4683
4684 * gdb.texinfo (Threads): Document new "set print thread-events"
4685 and "show print thread-events" commands.
4686
46872008-01-19 Eli Zaretskii <eliz@gnu.org>
4688
4689 * gdb.texinfo (Specify Location): New section.
4690 (Delete Breaks, Edit, Set Breaks): Remove description of
4691 locations. Instead, add a reference to "Specify Location".
4692 (Machine Code, Jumping, Thread Stops, Continuing and Stepping)
4693 (Symbols): Refer to "Specify Location" for the valid forms of
4694 linespecs and locations.
4695
46962008-01-18 Markus Deuling <deuling@de.ibm.com>
4697
4698 * gdbint.texinfo (Target Conditionals): Replace the description of
4699 BITS_BIG_ENDIAN with a description of gdbarch_bits_big_endian.
4700
47012008-01-12 Paul Hilfinger <hilfinger@adacore.com>
4702
4703 * gdb.texinfo (C Operators): Remove incorrect parenthetical comment
4704 about &&var, which is rejected by the expression parser.
4705
47062008-01-09 Luis Machado <luisgpm@br.ibm.com>
4707
4708 * gdb.texinfo (Output): Update documentation on using printf with DFP
4709 types.
4710
47112008-01-07 Thiago Jung Bauermann <bauerman@br.ibm.com>
4712
4713 * gdb.texinfo (C and C++): Add Decimal Floating Point format
4714 subsubsection.
4715 (Decimal Floating Point format): New subsubsection.
4716
47172008-01-05 Pedro Alves <pedro@codesourcery.com>
4718
4719 * gdb.texinfo (File Options): Remove mention of the attempt to
4720 open a core file with the -p option. Don't list -c as a valid
4721 option to attach to a process.
4722
47232008-01-05 Pedro Alves <pedro@codesourcery.com>
4724
4725 * gdbint.texinfo (Host Conditionals): Remove mention of
4726 ALIGN_STACK_ON_ENTRY.
4727
47282008-01-05 Joel Brobecker <brobecker@adacore.com>
4729
4730 * gdbint.texinfo (Start of New Year Procedure): Add item
4731 describing how to update the source and documentation copyright
4732 notices.
4733
47342007-12-18 Jim Blandy <jimb@codesourcery.com>
4735
4736 * gdb.texinfo (Set Watchpoints): Integrate per-thread
4737 watchpoint explanation into the main description of the watchpoint
4738 command; update synopses of 'watch', 'rwatch', and 'awatch'
4739 commands.
4740
47412007-12-18 Vladimir Prus <vladimir@codesourcery.com>
4742
4743 * gdb.texinfo (Miscellaneous gdb/mi Commands):
4744 Document 'pending-breakpoints' feature of
4745 -list-features.
4746
47472007-12-17 Luis Machado <luisgpm@br.ibm.com>
4748
4749 * gdb.texinfo: Add new parameter's description.
4750
47512007-12-16 Daniel Jacobowitz <dan@codesourcery.com>
4752
4753 * gdb.texinfo (Overview): Clarify run-length encoding
4754 example. Remove the restriction on "+" and "-" characters.
4755
47562007-12-15 Eli Zaretskii <eliz@gnu.org>
4757
4758 * gdb.texinfo (Host I/O Packets): Fix xref syntax.
4759
47602007-12-14 Vladimir Prus <vladimir@codesourcery.com>
4761
4762 * gdb.texinfo (GDB/MI Breakpoint Commands): Document
4763 the -f option for -break-insert, remove -r option,
4764 and clarify specification of location.
4765
47662007-11-30 Daniel Jacobowitz <dan@codesourcery.com>
4767
4768 * gdb.texinfo (Debugging Programs with Multiple Processes): Correct
4769 formatting.
4770 (Remote Debugging): Add File Transfer section.
4771 (Remote Configuration): Document Host I/O packets.
4772 (GDB/MI): Add GDB/MI File Transfer Commands section.
4773 (Host I/O Packets): New section in "Remote Protocol".
4774 (Packets): Add vFile.
4775
47762007-11-17 Eli Zaretskii <eliz@gnu.org>
4777
4778 * gdb.texinfo (Set Breaks, Disabling): Clarify behavior of
4779 breakpoints with multiple locations.
4780 (Breakpoint Menus): Improve wording.
4781 (Output): Fix last change.
4782
47832007-11-17 Ulrich Weigand <uweigand@de.ibm.com>
4784
4785 * Makefile.in (Makefile): Do not depend on target_makefile_frag.
4786
47872007-11-15 Doug Evans <dje@google.com>
4788
4789 * gdb.texinfo (Symbols): Update output of "maint info symtabs".
4790
47912007-11-15 Vladimir Prus <vladimir@codesourcery.com>
4792
4793 * gdbint.texinfo (Native Conditionals): Remove
4794 mention of CLEAR_SOLIB.
4795
47962007-11-11 Joel Brobecker <brobecker@adacore.com>
4797
4798 * gdb.texinfo (Print Settings): Add documentation for "set/show
4799 print frame-arguments".
4800
48012007-11-05 Luis Machado <luisgpm@br.ibm.com>
4802
4803 * gdb.texinfo (Output): Update printf command's description.
4804
48052007-10-30 Daniel Jacobowitz <dan@codesourcery.com>
4806
4807 * gdb.texinfo (PowerPC): Document "set powerpc vector-abi" and "set
4808 powerpc soft-float".
4809
48102007-10-24 Daniel Jacobowitz <dan@codesourcery.com>
4811
4812 * gdb.texinfo (Files): Correct formatting. Mention Expat
4813 requirement.
4814 (Requirements for Building GDB): Expand the list of Expat
4815 uses.
4816 (Library List Format, Memory Map Format): Mention Expat.
4817 (Target Descriptions): Update Expat wording.
4818
48192007-10-24 Daniel Jacobowitz <dan@codesourcery.com>
4820
4821 * gdbint.texinfo (Register and Memory Data, Target Conditionals):
4822 Document that gdbarch_convert_register_p should return zero for no-op
4823 conversions.
4824
48252007-10-22 Ulrich Weigand <uweigand@de.ibm.com>
4826
4827 * gdbint.texi (Compiler Characteristics): Move documentation
4828 of set_gdbarch_sofun_address_maybe_missing back to ...
4829 (Target Conditionals): ... here to fix build break.
4830
48312007-10-19 Ulrich Weigand <uweigand@de.ibm.com>
4832
4833 * gdbint.texi (Target Conditionals): Remove documentation of
4834 SOFUN_ADDRESS_MAYBE_MISSING, replaced by ...
4835 (Compiler Characteristics): ... documentation of
4836 set_gdbarch_sofun_address_maybe_missing.
4837
48382007-10-17 Daniel Jacobowitz <dan@codesourcery.com>
4839
4840 * gdbint.texinfo (Target Conditionals): Use
4841 frame_unwind_register_unsigned in examples instead of
4842 frame_unwind_unsigned_register.
4843
48442007-10-15 Daniel Jacobowitz <dan@codesourcery.com>
4845
4846 * gdb.texinfo (Predefined Target Types): Add int128
4847 and uint128.
4848 (Standard Target Features): Add PowerPC features.
4849
48502007-10-15 Daniel Jacobowitz <dan@codesourcery.com>
4851
4852 * gdb.texinfo (Maintenance Commands): Document "maint print c-tdesc".
4853
48542007-10-12 Ulrich Weigand <uweigand@de.ibm.com>
4855
4856 * gdbint.texi (Target Conditionals): Remove documentation
4857 of and references to DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS,
4858 gdbarch_extract_return_value, and gdbarch_store_return_value.
4859
48602007-10-12 Ulrich Weigand <uweigand@de.ibm.com>
4861
4862 * gdbint.texi (Target Conditionals): Remove documentation of
4863 and references to DEPRECATED_REG_STRUCT_HAS_ADDR.
4864
48652007-10-11 Kazu Hirata <kazu@codesourcery.com>
4866
4867 * gdb.texinfo: Mention that inaccessible-by-default is on by
4868 default.
4869
48702007-10-11 Daniel Jacobowitz <dan@codesourcery.com>
4871
4872 * gdbint.texinfo (Target Conditionals): Remove VARIABLES_INSIDE_BLOCK.
4873
48742007-09-30 Daniel Jacobowitz <dan@codesourcery.com>
4875
4876 * gdb.texinfo (Setting Watchpoints): Adjust warning text about
4877 multi-threaded watchpoints.
4878 * gdbint.texinfo (Watchpoints): Describe how watchpoints are
4879 checked. Describe sticky notification. Expand description
4880 of steppable and continuable watchpoints.
4881 (Watchpoints and Threads): New subsection.
4882
48832007-09-28 Vladimir Prus <vladimir@codesourcery.com>
4884
4885 * gdb.texinfo (Setting Breakpoints): Revise
4886 documentation for pending breakpoints. Document
4887 breakpoints with multiple locations.
4888
48892007-09-19 Vladimir Prus <vladimir@codesourcery.com>
4890
4891 * gdb.texinfo (Miscellaneous gdb/mi Commands):
4892 Document -list-features.
4893
48942007-09-15 Eli Zaretskii <eliz@gnu.org>
4895
4896 * gdb.texinfo (Output): Spell out which features of C's printf are
4897 not supported by GDB's printf.
4898 (Separate Debug Files): More accurate wording regarding build ID
4899 and a reference to the ld manual rather than the Fedora wiki.
4900
49012007-09-04 Daniel Jacobowitz <dan@codesourcery.com>
4902 Jim Blandy <jimb@codesourcery.com>
4903
4904 * gdb.texinfo (Output Formats): Update 'c' description. Describe 's'.
4905 (Examining Memory): Update mentions of the 's' format.
4906 (Automatic Display): Likewise.
4907
49082007-09-02 Daniel Jacobowitz <dan@codesourcery.com>
4909
4910 * gdb.texinfo: Update the FSF's Back-Cover Text.
4911
49122007-09-02 Jan Kratochvil <jan.kratochvil@redhat.com>
4913 Eli Zaretskii <eliz@gnu.org>
4914
4915 * gdb.texinfo (Separate Debug Files): Cosmetic quoting removal.
4916 Fixed the ``build ID'' name. New binaries build instructions for the
4917 build ID inclusion. Explain how the commands are specific to the build
4918 ID vs. debug link.
4919
49202007-09-01 Eli Zaretskii <eliz@gnu.org>
4921
4922 * gdb.texinfo (Separate Debug Files): Fix last change. Add
4923 indexing for ``build ID'' support.
4924
49252007-09-01 Jan Kratochvil <jan.kratochvil@redhat.com>
4926
4927 * gdb.texinfo (Separate Debug Files): Included a BUILD ID description.
4928 Enlisted BUILD ID to the debug file searching example.
4929 Included a BUILD ID `.note.gnu.build-id' section description.
4930 Updated/added the debug files splitting instructions for OBJCOPY.
4931
49322007-08-31 Vladimir Prus <vladimir@codesourcery.com>
4933
4934 * gdb.texinfo (Variable Objects): Adjust docs
4935 for -var-info-expression and document
4936 -var-info-path-expression.
4937
49382007-08-20 Jim Blandy <jimb@codesourcery.com>
4939
4940 * gdb.texinfo (Top): Dedicate manual to the memory of Fred Fish.
4941 (title page): Include the dedication in the printed manual, as a
4942 separate page after the copyright notice.
4943
4944 * gdb.texinfo (The F Reply Packet): Avoid confusing texi2html:
4945 don't break a @var across a line.
4946
49472007-07-25 Maciej W. Rozycki <macro@mips.com>
4948
4949 * Makefile.in (MAKEHTMLFLAGS): Also search the current directory
4950 for include files.
4951
49522007-07-12 Nick Roberts <nickrob@snap.net.nz>
4953
4954 * gdb.texinfo (Server Prefix): New node. Adapt from existing node
4955 in annotate.texinfo.
4956 (Command History): Link to new node.
4957
49582007-07-05 Markus Deuling <deuling@de.ibm.com>
4959
4960 * gdbint.texinfo (PC_LOAD_SEGMENT): Remove description.
4961
49622007-07-05 Eli Zaretskii <eliz@gnu.org>
4963
4964 * gdbint.texinfo (Target Conditionals): Fix last change.
4965
49662007-07-03 Markus Deuling <deuling@de.ibm.com>
4967
4968 * gdb.texinfo: Replace following macros by their appropriate gdbarch
4969 routines:
4970 (TARGET_CHAR_SIGNED, CALL_DUMMY_LOCATION, CANNOT_FETCH_REGISTER)
4971 (CANNOT_STORE_REGISTER, GET_LONGJMP_TARGET, POINTER_TO_ADDRESS)
4972 (ADDRESS_TO_POINTER, INNER_THAN, FRAME_NUM_ARGS)
4973 (HAVE_NONSTEPPABLE_WATCHPOINT, TARGET_SHORT_BIT, TARGET_INT_BIT)
4974 (TARGET_LONG_BIT, TARGET_LONG_LONG_BIT, TARGET_FLOAT_BIT)
4975 (TARGET_DOUBLE_BIT, TARGET_LONG_DOUBLE_BIT, TARGET_PTR_BIT
4976 (TARGET_ADDR_BIT, SP_REGNUM, PC_REGNUM, PS_REGNUM, FP0_REGNUM)
4977 (STAB_REG_TO_REGNUM, ECOFF_REG_TO_REGNUM, DWARF_REG_TO_REGNUM)
4978 (SDB_REG_TO_REGNUM, DWARF2_REG_TO_REGNUM, BELIEVE_PCC_PROMOTION)
4979 (CONVERT_REGISTER_P, REGISTER_TO_VALUE, VALUE_TO_REGISTER)
4980 (POINTER_TO_ADDRESS, ADDRESS_TO_POINTER, EXTRACT_RETURN_VALUE)
4981 (STORE_RETURN_VALUE, SKIP_PROLOGUE, MEMORY_INSERT_BREAKPOINT)
4982 (BREAKPOINT_FROM_PC, MEMORY_REMOVE_BREAKPOINT, DECR_PC_AFTER_BREAK)
4983 (ADDR_BITS_REMOVE, TARGET_PRINT_INSN, SKIP_TRAMPOLINE_CODE)
4984 (IN_SOLIB_RETURN_TRAMPOLINE, NAME_OF_MALLOC, ADDRESS_CLASS_TYPE_FLAGS)
4985 (ADDRESS_CLASS_TYPE_FLAGS_TO_NAME, ADDRESS_CLASS_TYPE_FLAGS_P).
4986 (ADDRESS_CLASS_NAME_to_TYPE_FLAGS, ADJUST_BREAKPOINT_ADDRESS)
4987 (PRINT_FLOAT_INFO, PRINT_VECTOR_INFO, INTEGER_TO_ADDRESS)
4988 (SKIP_PERMANENT_BREAKPOINT, TARGET_VIRTUAL_FRAME_POINTER)
4989 (SOFTWARE_SINGLE_STEP_P)
4990
4991 (push_dummy_call, stabs_argument_has_addr, unwind_sp, unwind_pc)
4992 (print_registers_info, push_dummy_code, unwind_dummy_id): Rework
4993
4994 (REGISTER_CONVERT_TO_TYPE, END_OF_TEXT_DEFAULT, GDB_MULTI_ARCH)
4995 (GDB_TARGET_IS_HPPA, DEPRECATED_GET_SAVED_REGISTER)
4996 (SYMBOLS_CAN_START_WITH_DOLLAR, DEPRECATED_INIT_EXTRA_FRAME_INFO)
4997 (DEPRECATED_INIT_FRAME_PC, DEPRECATED_SIGTRAMP_START)
4998 (IN_SOLIB_CALL_TRAMPOLINE, NO_HIF_SUPPORT, REGISTER_CONVERTIBLE)
4999 (DEPRECATED_REGISTER_RAW_SIZE, PARM_BOUNDARY, DEPRECATED_STACK_ALIGN)
5000 (PROLOGUE_FIRSTLINE_OVERLAP, DEPRECATED_POP_FRAME, STEP_SKIPS_DELAY)
5001 (TARGET_COMPLEX_BIT, TARGET_DOUBLE_COMPLEX_BIT)
5002 (OS9K_VARIABLES_INSIDE_BLOCK, KERNEL_U_ADDR, KERNEL_U_ADDR_HPUX)
5003 (REGISTER_U_ADDR, U_REGS_OFFSET, DEBUG_PTRACE): Remove description.
5004
5005 (Converting an existing Target Architecture to Multi-arch): Remove
5006 section.
5007
5008 (gdbarch_unwind_pc, gdbarch_unwind_sp): Renew code example.
5009 (gdbarch_addr_bits_remove): Add code example.
5010
5011 * gdb.texinfo: Replace REGISTER_NAME by gdbarch_register_name.
5012
50132007-07-02 Daniel Jacobowitz <dan@codesourcery.com>
5014
5015 * gdb.texinfo (Remote Configuration): Document library-info-packet.
5016 Add other missing entries. Adjust the table size to fit.
5017 (Stop Reply Packets): Use @itemize instead of @enumerate. Document
5018 stop reasons including the new "library" event.
5019 (General Query Packets): Adjust table widths for qSupported. Mention
5020 qXfer:libraries:read reply to qSupported and document the new packet.
5021 (Library List Format): New section.
5022
50232007-07-01 Jan Kratochvil <jan.kratochvil@redhat.com>
5024
5025 * gdb.texinfo (Attach): Fixed GDB exit inferior detachment.
5026
50272007-06-28 Michael Snyder <msnyder@svkmacdonelllnx>
5028
5029 * gdbint.texinfo (Table, Tuple and List Functions) Fix typo.
5030
50312007-06-25 Nick Roberts <nickrob@snap.net.nz>
5032
5033 * gdbint.texinfo (Register and Memory Data): Break sections
5034 into nodes and add a menu.
5035
50362007-06-21 Maciej W. Rozycki <macro@mips.com>
5037
5038 * gdb.texinfo (Examining Memory): Document the new behaviour.
5039
50402007-06-21 Vladimir Prus <vladimir@codesourcery.com>
5041
5042 * gdb.texinfo (Standard Target Features): Document
5043 m68k features.
5044
50452007-06-18 Daniel Jacobowitz <dan@codesourcery.com>
5046
5047 * gdb.texinfo (General Query Packets): Document qOffsets changes.
5048
50492007-06-13 Daniel Jacobowitz <dan@codesourcery.com>
5050
5051 * gdb.texinfo (Target Description Format): Add version attribute
5052 for <target>.
5053
50542007-06-13 Daniel Jacobowitz <dan@codesourcery.com>
5055
5056 * gdb.texinfo (MIPS Features): Document org.gnu.gdb.mips.linux.
5057
50582007-06-13 Daniel Jacobowitz <dan@codesourcery.com>
5059
5060 * gdb.texinfo (MIPS Features): New subsection.
5061
50622007-06-12 Ulrich Weigand <uweigand@de.ibm.com>
5063 Markus Deuling <deuling@de.ibm.com>
5064
5065 * gdb.texinfo (General Query Packets): Document qXfer:spu:read
5066 and qXfer:spu:write packets and mention them under qSupported.
5067
50682007-06-12 Ulrich Weigand <uweigand@de.ibm.com>
5069 Markus Deuling <deuling@de.ibm.com>
5070
5071 * gdb.texinfo (Architectures): Add new SPU section to document
5072 Cell Broadband Engine SPU architecture specific commands.
5073
50742007-06-09 Vladimir Prus <vladimir@codesourcery.com>
5075
5076 * gdb.texinfo (GDB/MI Variable Objects): Editorial
5077 comments.
5078
50792007-06-07 Nick Roberts <nickrob@snap.net.nz>
5080
5081 * gdb.texinfo (Emacs): Describe GDB under Emacs 22.1.
5082
50832007-05-29 Jim Blandy <jimb@codesourcery.com>
5084
5085 * gdb.texinfo (Overview): Doc fix.
5086
50872007-05-22 Maciej W. Rozycki <macro@mips.com>
5088
5089 * gdb.texinfo (Remote Configuration): Document "set/show
5090 remoteflow".
5091
50922007-05-16 Daniel Jacobowitz <dan@codesourcery.com>
5093
5094 * gdb.texinfo (MIPS): Remove documentation for set mips
5095 saved-gpreg-size, show mips saved-gpreg-size, and set mips
5096 stack-arg-size.
5097
50982007-05-14 Bob Wilson <bob.wilson@acm.org>
5099
5100 * all-cfg.texi (GDBTUI): New.
5101 * gdb.texinfo (Mode Options): Use GDBTUI variable.
5102 (TUI, TUI Overview, TUI Keys, TUI Single Key Mode, TUI Commands)
5103 (TUI Configuration): Edit to improve clarity and fix problems of
5104 both style and content.
5105
51062007-05-11 Ulrich Weigand <uweigand@de.ibm.com>
5107
5108 * observer.texi (GDB Observers): New observer "new_objfile".
5109
51102007-05-08 Ulrich Weigand <uweigand@de.ibm.com>
5111
5112 * gdbint.texinfo (Native Conditionals): Remove USE_PROC_FS.
5113
51142007-04-14 Vladimir Prus <vladimir@codesourcery.com>
5115
5116 * gdb.texinfo (GDB/MI Variable Objects): Document
5117 frozen variables objects.
5118
51192007-04-13 Daniel Jacobowitz <dan@codesourcery.com>
5120
5121 * gdb.texinfo (Memory): Reference Remote Debugging chapter.
5122 (Character Sets, Caching Data of Remote Targets): Likewise.
5123 (Targets): Delete Remote node. Move its text...
5124 (Debugging Remote Programs): ...to here. Delete description
5125 of the "remote" command.
5126 (Remote configuration): Delete description of "set remotedevice"
5127 and "show remotedevice".
5128 (Embedded Processors): Delete H8/300, H8/500, and SH nodes.
5129
51302007-04-11 Bob Wilson <bob.wilson@acm.org>
5131
5132 * gdb.texinfo (Contributors, Continuing and Stepping)
5133 (Fortran Defaults, HPPA, TUI, TUI Commands, Configure Options)
5134 (General Query Packets, File-I/O Remote Protocol Extension)
5135 (Protocol Basics, The F Reply Packet, Write)
5136 (Protocol-specific Representation of Datatypes, Memory Transfer):
5137 Fix hyphenation, punctuation and grammar problems.
5138 (Cygwin Native): Likewise. Also fix misuse of @pxref and use
5139 'section' instead of 'subsection' in the text.
5140 (Non-debug DLL Symbols): Avoid 'subsubsection' in the text.
5141 (i386): Remove period from section name.
5142 (Installing GDB, Requirements, Running Configure, Separate Objdir)
5143 (Config Names, Configure Options): Use @file{configure}.
5144
51452007-04-11 Daniel Jacobowitz <dan@codesourcery.com>
5146
5147 * gdbint.texinfo (Writing Tests): Mention gdb_test_multiple
5148 and tab expansion.
5149
51502007-04-10 Daniel Jacobowitz <dan@codesourcery.com>
5151
5152 * gdbint.texinfo (SOM): Correct location of the SOM reader.
5153
51542007-04-02 Bob Wilson <bob.wilson@acm.org>
5155
5156 * gdb.texinfo: Consistently capitalize all significant words in
5157 node names, chapter titles, section titles, and headings. Update
5158 cross references to match.
5159 (Starting and Stopping Trace Experiment): Make node name plural.
5160 (Breakpoint related warnings): Hyphenate "Breakpoint-related".
5161
51622007-03-30 Pedro Alves <pedro_alves@portugalmail.pt>
5163
5164 * gdb.texinfo (WinCE): Delete obsolete subsection.
5165
51662007-03-30 Daniel Jacobowitz <dan@codesourcery.com>
5167
5168 * gdb.texinfo (M68K): Remove obsolete ROM monitors.
5169 * gdbint.texinfo (DWARF 1): Delete section and other dwarfread.c
5170 references.
5171
51722007-03-30 Daniel Jacobowitz <dan@codesourcery.com>
5173
5174 * gdb.texinfo (Startup): Delete references to some alternate
5175 names for .gdbinit.
5176 (Thread): Remove LynxOS reference.
5177 (Tandem ST2000): Delete target-specific documentation.
5178 * gdbint.texinfo (Symbol Handling): Remove mention of NLM.
5179 (Target Architecture Definition): Remove mention of GDB_OSABI_NETWARE
5180 and GDB_OSABI_LYNXOS.
5181
51822007-03-29 Ulrich Weigand <uweigand@de.ibm.com>
5183
5184 * gdbint.texi (Native Conditionals): Remove PTRACE_ARG3_TYPE.
5185
51862007-03-27 Ulrich Weigand <uweigand@de.ibm.com>
5187
5188 * gdbint.texinfo (Target Conditionals): Remove mention of
5189 DEPRECATED_REMOTE_BREAKPOINT, DEPRECATED_BIG_REMOTE_BREAKPOINT,
5190 and DEPRECATED_LITTLE_REMOTE_BREAKPOINT.
5191
51922007-03-27 Brooks Moses <brooks.moses@codesourcery.com>
5193
5194 * Makefile.in: Add "pdfdir" installation
5195 directory, PDFTEX macro, support for "install-pdf" target,
5196 and rules for making a pdf version of refcard.texi.
5197 * refcard.tex: Specify paper size for PDF output.
5198
51992007-03-26 Bob Wilson <bob.wilson@acm.org>
5200
5201 * gdb.texinfo (Omissions from Ada, Additions to Ada): Wrap long lines.
5202
52032007-03-26 Bob Wilson <bob.wilson@acm.org>
5204
5205 * gdb.texinfo (Invoking GDB): Use @value{GDBP}.
5206 (Source Path, Character Sets, Macros, Define)
5207 (GDB/MI Result Records, GDB/MI Simple Examples)
5208 (GDB/MI Program Execution, GDB/MI File Commands)
5209 (Maintenance Commands, Packets, File-I/O Overview): Use @value{GDBN}.
5210 (Bug Reporting): Use @value{GCC}.
5211
52122007-03-26 Bob Wilson <bob.wilson@acm.org>
5213
5214 * gdb.texinfo (Help): Fix formatting of examples.
5215 (Variables): Use @ifnotinfo instead of @iftex.
5216 (Non-debug DLL symbols): Use @ref instead of @pxref.
5217 (Sparclet File): Use @samp instead of quotes.
5218
52192007-03-26 Bob Wilson <bob.wilson@acm.org>
5220
5221 * gdb.texinfo (Variables, C): Update cross reference to GCC docs.
5222
52232007-03-26 Bob Wilson <bob.wilson@acm.org>
5224
5225 * gdb.texinfo (Top): Move TUI and Annotations menu entries to match
5226 the order of the nodes.
5227 (C Operators, C Constants, Debugging C): Remove extra menus.
5228 (Method Names in Commands): Do not specify next/prev/up nodes.
5229
52302007-03-26 Bob Wilson <bob.wilson@acm.org>
5231
5232 * gdb.texinfo (File Options): Add missing parenthesis.
5233 (Breakpoints, Special Fortran commands, PowerPC): Fix typos.
5234
52352007-02-26 Daniel Jacobowitz <dan@codesourcery.com>
5236
5237 * gdb.texinfo (Monitor commands for gdbserver): New subsection.
5238
52392007-02-26 Daniel Jacobowitz <dan@codesourcery.com>
5240
5241 * gdb.texinfo (Standard Target Features): Mention
5242 case insensitivity.
5243 (ARM Features): Describe org.gnu.gdb.xscale.iwmmxt.
5244
52452007-02-18 Nick Roberts <nickrob@snap.net.nz>
5246
5247 * gdb.texinfo (Top): Put Appendix A after numbered sections.
5248 (Files): Add section name to argument list for pxref.
5249 (Non-debug DLL symbols): Don't use `see' for pxref.
5250 (Embedded Processors): Fix typo.
5251 (GDB/MI Breakpoint Commands): Execution commands generate
5252 *stopped not ^done.
5253
52542007-02-13 Nick Roberts <nickrob@snap.net.nz>
5255
5256 * gdb.texinfo (GDB/MI Variable Objects): Describe meanings of
5257 values for in_scope. Mention that only root variables can be
5258 updated.
5259 (GDB/MI Development and Front Ends): Explain new values may be
5260 added to existing fields.
5261
52622007-02-08 Daniel Jacobowitz <dan@codesourcery.com>
5263
5264 * gdb.texinfo (-target-disconnect): Use @smallexample.
5265 (Requirements): Add anchor for Expat. Update description.
5266 (Target Descriptions): Mention Expat.
5267 (Target Description Format): Document new elements. Use
5268 @smallexample.
5269 (Predefined Target Types, Standard Target Features): New sections.
5270 * gdbint.texinfo (Target Descriptions): New section.
5271
52722007-02-07 Daniel Jacobowitz <dan@codesourcery.com>
5273
5274 * gdb.texinfo (Target Description Format): Add section on XInclude.
5275
52762006-02-03 Nick Roberts <nickrob@snap.net.nz>
5277
5278 * gdb.texinfo (GDB/MI Miscellaneous Commands): Describe the new
5279 command -enable-timings.
5280
52812007-02-02 Markus Deuling <deuling@de.ibm.com> (tiny change)
5282
5283 * gdbint.texinfo (Operation System ABI Variant Handling): Update
5284 descriptions for new/deleted elements in gdb_osabi. Add missing
5285 description for function generic_elf_osabi_sniff_abi_tag_sections.
5286
52872007-01-29 Joel Brobecker <brobecker@adacore.com>
5288
5289 * gdb.texinfo (Maintenance Commands): Add documentation for
5290 the new "maint print target-stack" command.
5291
52922007-01-26 Jan Kratochvil <jan.kratochvil@redhat.com>
5293 Eli Zaretskii <eliz@gnu.org>
5294
5295 * gdb.texinfo: Describe CHAR array vs. string identification rules.
5296
52972007-01-26 Eli Zaretskii <eliz@gnu.org>
5298
5299 * gdb.texinfo (Compilation, Files, Bootstrapping, Bug Reporting):
5300 Use @value{NGCC} instead of @value{GCC}.
5301
53022007-01-20 Ralf Wildenhues <Ralf.Wildenhues@gmx.de> (tiny change)
5303
5304 * agentexpr.texi: Fix typos.
5305 * annotate.texinfo: Likewise.
5306 * gdb.texinfo: Likewise.
5307 * gdbint.texinfo: Likewise.
5308 * observer.texi: Likewise.
5309 * stabs.texinfo: Likewise.
5310
53112007-01-20 Markus Deuling <deuling@de.ibm.com> (tiny change)
5312
5313 * gdbint.texinfo (Support Libraries): Remove mmalloc
5314 entry. Describe readline library.
5315
53162007-01-09 Daniel Jacobowitz <dan@codesourcery.com>
5317
5318 * gdb.texinfo (Target Descriptions): New section.
5319 (General Query Packets): Add QPassSignals anchor. Mention
5320 qXfer:features:read under qSupported. Expand mentions of
5321 qXfer:memory-map:read and QPassSignals. Document
5322 qXfer:features:read.
5323
53242007-01-08 Daniel Jacobowitz <dan@codesourcery.com>
5325
5326 * gdb.texinfo (Commands to specify files): Describe
5327 "set sysroot" and "show sysroot".
5328 (Using the `gdbserver' program): Lowercase argument
5329 to @var. Expand description of setting up GDB on the
5330 host.
5331
53322007-01-05 Joel Brobecker <brobecker@adacore.com>
5333
5334 * gdb.texinfo (Set Catchpoints): Add documentation for the new
5335 catch exception, catch exception unhandled, and catch assert
5336 commands.
5337
53382007-01-04 Daniel Jacobowitz <dan@codesourcery.com>
5339
5340 * gdb.texinfo (Debugging Output): Document "set debug xml"
5341 and "show debug xml".
5342
53432007-01-04 Daniel Jacobowitz <dan@codesourcery.com>
5344
5345 * gdbint.texinfo (Compiler Warnings): Update for -Wall use.
5346
53472007-01-01 Joel Brobecker <brobecker@adacore.com>
5348
5349 * gdbint.texinfo (Start of New Year Procedure): Add missing item.
5350
53512006-12-08 Vladimir Prus <vladimir@codesourcery.com>
5352
5353 * gdb.texinfo (GDB/MI Variable Objects): Wrap historical
5354 note in @ignore, to be removed later if nobody complains.
5355
53562006-12-04 Nick Roberts <nickrob@snap.net.nz>
5357
5358 * gdb.texinfo (GDB/MI Variable Objects): Describe -c option
5359 of -var-delete.
5360
53612006-11-22 Vladimir Prus <vladimir@codesourcery.com>
5362
5363 * gdb.texinfo (Setting breakpoints): Document
5364 automatic software/hardware breakpoint usage and
5365 the "set breakpoint auto-hw" command.
5366
53672006-11-21 Vladimir Prus <vladimir@codesourcery.com>
5368
5369 * gdb.texinfo (Memory Access Checking): New.
5370
53712006-11-16 Daniel Jacobowitz <dan@codesourcery.com>
5372
5373 * gdb.texinfo (Remote configuration): Mention
5374 "pass-signals-packet".
5375 (General Query Packets): Document QPassSignals. Fix
5376 a typo.
5377
53782006-11-14 Maxim Grigoriev <maxim@tensilica.com>
5379
5380 * gdb.texinfo (Contributors): Add contributors of Xtensa port.
5381
53822006-11-14 Daniel Jacobowitz <dan@codesourcery.com>
5383
5384 * gdb.texinfo (Remote configuration): Rewrite documentation for
5385 packet configuration commands.
5386 (OS Information): Adjust reference to qXfer:auxv:read.
5387 (General Query Packets): Remove references to read-aux-vector-packet
5388 and set remote get-thread-local-storage-address.
5389
53902006-11-10 Daniel Jacobowitz <dan@codesourcery.com>
5391
5392 * gdbint.texinfo (Target Architecture Definition): Add new
5393 Initializing a New Architecture section.
5394
53952006-10-31 David Taylor <dtaylor@emc.com>
5396
5397 * stabs.texinfo (Macro define and undefine): New node describing
5398 stabs for #define and #undef.
5399
54002006-10-27 Andreas Schwab <schwab@suse.de>
5401
5402 * gdb.texinfo (Processes): Rename "detach-fork" to "detach fork".
5403
54042006-10-21 Eli Zaretskii <eliz@gnu.org>
5405
5406 * gdb.texinfo (Breakpoints, Set Watchpoints): Elaborate and
5407 clarify on the possible meanings of ``expression'' watched by
5408 watchpoints. Add indexing.
5409 (Prompting, Errors, Invalidation, Annotations for Running)
5410 (Source Annotations): Fix index entries by adding "annotation" to
5411 them, to discriminate from index entries that point to the more
5412 general topic descriptions.
5413
54142006-10-17 Daniel Jacobowitz <dan@codesourcery.com>
5415
5416 * gdbint.texinfo (Target Vector Definition): Move most
5417 content into Existing Targets. Add a menu.
5418 (Existing Targets): New section, moved from Target Vector
5419 Definition. Use @subsection.
5420 (Managing Execution State): New section.
5421
54222006-10-16 Bob Wilson <bob.wilson@acm.org>
5423
5424 * gdb.texinfo (ST2000): Use Ctrl- instead of C-.
5425
54262006-10-15 Eli Zaretskii <eliz@gnu.org>
5427
5428 * gdb.texinfo (Sample Session, Invocation, Quitting GDB)
5429 (Command Syntax, Signals, Backtrace, Connecting)
5430 (Remote configuration, Renesas Boards, Console I/O): Fix last
5431 change: use Ctrl- instead of C-, except wrt Emacs.
5432 (File-I/O Examples): Put Ctrl-c in @kbd.
5433 (Cygwin Native, File-I/O Overview, The Ctrl-C message)
5434 (Console I/O): Use @samp with Ctrl-.
5435 (Signals, Set Breaks, Set Watchpoints): Document optional
5436 arguments to `info signals' `handle', `info breakpoints', and
5437 `info watchpoints'.
5438
54392006-10-14 Eli Zaretskii <eliz@gnu.org>
5440
5441 * gdb.texinfo (Backtrace): Fix last change.
5442
54432006-10-14 Nick Roberts <nickrob@snap.net.nz>
5444
5445 * gdb.texinfo (Backtrace): Order correctly and add other cases.
5446
54472006-10-10 Bob Wilson <bob.wilson@acm.org>
5448
5449 * gdb.texinfo (Command Syntax, Connecting, Remote configuration)
5450 (Renesas Boards, ST2000, TUI Keys, TUI Single Key Mode)
5451 (TUI Commands, Emacs, Console I/O): Fix @key and @kbd usage.
5452
54532006-09-21 Vladimir Prus <vladimir@codesourcery.com>
5454 Daniel Jacobowitz <dan@codesourcery.com>
5455
5456 * gdb.texinfo (Packets): Document vFlashErase,
5457 vFlashWrite and vFlashDone packets.
5458 (General Query Packets): Document qXfer:memory-map:read.
5459 Add a new feature for qXfer:memory-map:read.
5460 (Memory map format): New section.
5461 (Target Commands): Mention that gdb can write flash.
5462
54632006-09-21 Vladimir Prus <vladimir@codesourcery.com>
5464 Daniel Jacobowitz <dan@codesourcery.com>
5465
5466 * gdb.texinfo (Memory Region Attributes): Mention target-supplied
5467 memory regions and "mem auto".
5468
54692006-09-21 Nathan Sidwell <nathan@codesourcery.com>
5470
5471 * gdbint.texinfo (Array Containers): New section.
5472
54732006-09-17 Vladimir Prus <vladimir@codesourcery.com>
5474
5475 * gdb.texinfo (GDB/MI Stack Manipulation): Mention that
5476 -stack-list-arguments HIGH_FRAME argument can be larger then the
5477 actual number of frames.
5478
54792006-09-07 Vladimir Prus <vladimir@codesourcery.com>
5480
5481 * gdb.texinfo (GDB/MI Stack Manipulation): Mention that
5482 -stack-list-locals HIGH_FRAME argument can be larger then the
5483 actual number of frames.
5484
54852006-09-02 Bob Wilson <bob.wilson@acm.org>
5486
5487 * gdb.texinfo (Packets, Stop Reply Packets, General Query Packets,
5488 Register Packet Format, Tracepoint Packets): Fix spelling errors.
5489
54902006-09-02 Eli Zaretskii <eliz@gnu.org>
5491
5492 * gdbint.texinfo (Overall Structure): New section "Source Tree
5493 Structure".
5494
54952006-08-17 Jim Blandy <jimb@codesourcery.com>
5496
5497 * gdb.texinfo (Stop Reply Packets): Note similarity of 'S' and 'T'
5498 responses.
5499
55002006-08-08 Joel Brobecker <brobecker@adacore.com>
5501
5502 * gdb.texinfo (Source Path): Add documentation for new
5503 substitute-path commands.
5504
55052006-08-08 Daniel Jacobowitz <dan@codesourcery.com>
5506
5507 * gdb.texinfo (Installing GDB): Update menu. Move text to...
5508 (Running Configure): ...here.
5509 (Requirements): New node. Mention expat.
5510
55112006-08-08 Vladimir Prus <vladimir@codesourcery.com>
5512
5513 * gdb.texinfo (Target Commands): Remove
5514 'set download-write-size' and 'show download-write-size'.
5515
55162006-08-01 Daniel Jacobowitz <dan@codesourcery.com>
5517
5518 * stabs.texinfo (Member Type Descriptor): Correct example for
5519 pointer to member types.
5520
55212006-07-21 Andrew Stubbs <andrew.stubbs@st.com>
5522
5523 * gdb.texinfo (Optional warnings and messages): Add
5524 'set/show trace-commands'.
5525 (Command files): Add '-v' to source command.
5526
55272006-07-12 Daniel Jacobowitz <dan@codesourcery.com>
5528
5529 * gdb.texinfo (OS Information): Update qPart reference to
5530 qXfer.
5531 (Remote configuration): Likewise.
5532 (Overview): Move @cindex to the start of a paragraph. Talk
5533 about binary data encoding.
5534 (Packets): Refer to the overview for the details of the X
5535 packet encoding.
5536 (General Query Packets): Remove qPart description. Add qXfer
5537 description. Add an anchor to qSupported. Correct feature
5538 table title. Add a new feature for qXfer:auxv:read.
5539 (Interrupts): Add a missing parenthesis.
5540
55412006-07-05 Daniel Jacobowitz <dan@codesourcery.com>
5542
5543 * gdb.texinfo (KOD): Remove node.
5544 (GDB/MI Kod Commands): Remove commented out node.
5545
55462006-07-01 Eli Zaretskii <eliz@gnu.org>
5547
5548 * gdb.texinfo (GDB/MI Output Syntax, GDB/MI Simple Examples)
5549 (GDB/MI Breakpoint Commands, GDB/MI Program Context)
5550 (GDB/MI Thread Commands, GDB/MI Program Execution)
5551 (GDB/MI Stack Manipulation, GDB/MI Variable Objects)
5552 (GDB/MI Data Manipulation, GDB/MI Symbol Query)
5553 (GDB/MI File Commands, GDB/MI Target Manipulation)
5554 (GDB/MI Miscellaneous Commands): Change (@value{GDBP})->(gdb),
5555 since the MI prompt is hard-wired into the code.
5556
55572006-07-01 Nick Roberts <nickrob@snap.net.nz>
5558
5559 * gdb.texinfo (GDB/MI Compatibility with CLI): Qualify more carefully.
5560 (GDB/MI Simple Examples): Use @subheading for "A Bad Command".
5561 (GDB/MI Data Manipulation): Remove description of unimplemented
5562 display related commands as variable objects perform this function
5563 and are superior: -display-delete, -display-disable,
5564 -display-enable, -display-insert and -display-list. Move
5565 -environment-cd, -environment-directory, -environment-path
5566 and -environment-pwd to "Program Context".
5567 (GDB/MI Program Control): Rename to "Program Execution". Move
5568 -exec-arguments -exec-abort to...
5569 (GDB/MI Program Context): ...here. New node split from "Data
5570 Manipulation".
5571
55722006-06-21 Daniel Jacobowitz <dan@codesourcery.com>
5573
5574 * gdb.texinfo (Remote configuration): Document set / show
5575 remote supported-packets.
5576 (General Query Packets): Document qSupported packet.
5577
55782006-06-10 Sandra Loosemore <sandra@codesourcery.com>
5579
5580 * gdb.texinfo (File-I/O overview): Copy edit for grammar, spelling,
5581 and font markup.
5582 (Protocol basics): Likewise.
5583 (The F request packet): Likewise.
5584 (The F reply packet): Likewise.
5585 (Memory transfer): Move this node to be a subsubsection of
5586 "Protocol specific representation of datatypes".
5587 (The Ctrl-C message): More copy editing.
5588 (Console I/O): Likewise.
5589 (The isatty call): Delete this node, and merge its content into
5590 the "isatty" node. Fixed references elsewhere.
5591 (The system call): Delete this node, and merge its content into
5592 the "system" node. Fixed references elsewhere.
5593 (open): Reformat to use @table, and add appropriate font markup.
5594 (close): Likewise.
5595 (read): Likewise.
5596 (write): Likewise.
5597 (lseek): Likewise.
5598 (rename): Likewise.
5599 (unlink): Likewise.
5600 (stat/fstat): Likewise.
5601 (gettimeofday): Likewise.
5602 (isatty): Likewise.
5603 (system): Likewise, plus minor changes to fix confusing wording.
5604 (Integral datatypes): Fix font markup.
5605 (Pointer values): Likewise.
5606 (struct stat): Fix markup to use @table, plus minor copy editing.
5607 (struct timeval): Fix font markup, plus minor copy editing.
5608 (Constants): Minor copy editing.
5609 (Errno values): Add font markup.
5610 (File-I/O Examples): Likewise.
5611
56122006-06-10 Nick Roberts <nickrob@snap.net.nz>
5613
5614 * gdb.texinfo (GDB/MI): Remove duplicate acknowledgements.
5615 (GDB/MI Simple Examples): Move node up one level. Use real
5616 examples.
5617 (GDB/MI Compatibility with CLI): Update.
5618 (GDB/MI Result Records): Add "connected" and "exit" result
5619 classes.
5620 (GDB/MI Stream Records): Clarify target output.
5621 (GDB/MI Command Description Format): Modify example description.
5622 (GDB/MI Breakpoint Table Commands): Rename to...
5623 (GDB/MI Breakpoint Commands): ...this
5624 (GDB/MI Breakpoint Commands): Add optional thread field.
5625 (GDB/MI Program Control): Add an introduction. Move "Program
5626 termination" examples into exec-run description.
5627 (GDB/MI File Commands): Mention similar CLI commands.
5628 (GDB/MI Miscellaneous Commands): Move to end. Mention "show version"
5629 is similar to "-gdb-version".
5630
56312006-06-09 Eli Zaretskii <eliz@gnu.org>
5632
5633 * gdb.texinfo (Symbols): Fix "(gdb)"=>"(@value{GDBP})".
5634
56352006-06-02 Nick Roberts <nickrob@snap.net.nz>
5636
5637 * gdb.texinfo (GDB/MI Development and Front Ends): Use
5638 sourceware.org for mailing lists.
5639 (GDB/MI File Commands): New node split from Program Control.
5640
56412006-06-01 Nick Roberts <nickrob@snap.net.nz>
5642
5643 * gdb.texinfo (GDB/MI Development and Front Ends): New node.
5644
56452006-05-22 Eli Zaretskii <eliz@gnu.org>
5646
5647 * gdb.texinfo (Cygwin Native): Fix last change.
5648
56492006-05-22 Christopher Faylor <cgf@timesys.com>
5650
5651 * gdb.texinfo (Cygwin Native): Document set/show cygwin-exceptions.
5652
56532006-05-15 Nick Roberts <nickrob@snap.net.nz>
5654
5655 * gdbint.texinfo (Algorithms): Correct spelling and punctuation.
5656 (Releasing GDB, Testsuite): Remove details for including DejaGnu.
5657
56582006-05-14 Daniel Jacobowitz <dan@codesourcery.com>
5659
5660 * gdb.texinfo (General Query Packets): Recommend not starting
5661 new packets with qC and clarify.
5662
56632006-05-13 Gaius Mulley <gaius@glam.ac.uk>
5664
5665 * gdb.texinfo (M2 Types): New section.
5666
56672006-05-10 Daniel Jacobowitz <dan@codesourcery.com>
5668
5669 * agentexpr.texi: Add a copyright and license notice.
5670 * observer.texi: Likewise, with GPL clause for function prototypes.
5671 Remove trailing whitespace.
5672
56732006-05-05 Jim Blandy <jimb@codesourcery.com>
5674
5675 * gdb.texinfo (General Query Packets): Document conventions for
5676 terminating packet names, and their violations.
5677
56782006-05-05 Daniel Jacobowitz <dan@codesourcery.com>
5679
5680 * Makefile.in (GDB_DOC_SOURCE_INCLUDES): Update for readline 5.1.
5681 * gdb.texinfo: Likewise.
5682
56832006-05-05 Daniel Jacobowitz <dan@codesourcery.com>
5684
5685 * gdb.texinfo (Remote Configuration): Remove "set remotedebug"
5686 and "show remotedebug".
5687 (Debugging Output): Add additional index entries.
5688
56892006-04-27 Michael Snyder <msnyder@redhat.com>
5690
5691 * gdb.texinfo (delete-fork): Command renamed to "delete fork".
5692
56932006-04-22 Andrew Cagney <cagney@redhat.com>
5694
5695 * gdb.texinfo (Contributors): Credit frame unwinder contributors.
5696 * gdbint.texinfo (Algorithms): Fix errors in frame documentation.
5697
56982006-04-18 Daniel Jacobowitz <dan@codesourcery.com>
5699
5700 * gdbint.texinfo (x86 Watchpoints, Target Conditionals): Update insert
5701 and remove breakpoint prototypes.
5702 (Watchpoints): Move description of target_insert_hw_breakpoint and
5703 target_remove_hw_breakpoint ...
5704 (Breakpoints): ... to here. Document target_insert_breakpoint and
5705 target_remove_breakpoint.
5706
57072006-04-17 Jim Blandy <jimb@codesourcery.com>
5708
5709 * gdb.texinfo (Packets): Note that 'addr' arguments to s, S, c,
5710 and C packets are optional.
5711
57122006-04-14 Frederic Riss <frederic.riss@st.com>
5713
5714 * gdb.texinfo (Specifying source directories): Update the description
5715 of the source file search to reflect the fact that the source path
5716 always contains at least $cdir and $cwd.
5717
57182006-03-31 Michael Snyder <msnyder@redhat.com>
5719
5720 * gdb.texinfo: Update copyright dates.
5721
57222006-03-31 Eli Zaretskii <eliz@gnu.org>
5723
5724 * gdb.texinfo (Overview): Add an index entry to "empty response".
5725
57262006-03-28 Jim Blandy <jimb@codesourcery.com>
5727
5728 * gdbint.texinfo (Prologue Analysis): New section.
5729
57302006-03-07 Jim Blandy <jimb@red-bean.com>
5731
5732 * gdb.texinfo (Connecting): Document 'target remote pipe'.
5733
5734 * gdb.texinfo (Target Commands): Update text describing how to
5735 specify a target. Refer to the detailed section on remote
5736 debugging, not the brief mention.
5737
5738 * gdb.texinfo (Connecting): Organize the different 'target remote'
5739 connection methods into a table. Add a 'target remote' index
5740 entry. (!!!)
5741
57422006-02-17 Fred Fish <fnf@specifix.com>
5743
5744 * gdb.texinfo (Symbols): Update descriptions of 'whatis' and
5745 'ptype' commands to reflect the fact that the only significant
5746 difference between them is that ptype prints the complete type
5747 description instead of just the name.
5748
57492006-02-13 Wu Zhou <woodzltc@cn.ibm.com>
5750
5751 * gdbint.texinfo (Watchpoints): Delete
5752 TARGET_REGION_SIZE_OK_FOR_HW_WATCHPOINT.
5753
57542006-02-10 Nick Roberts <nickrob@snap.net.nz>
5755
5756 * gdb.texinfo (GDB/MI Breakpoint Table Commands): Add fullname and
5757 times fields where needed. Fix typos. Update general form given
5758 for output of -break-insert.
5759 (GDB/MI): Abbreviate some unnecessarily long fullnames.
5760
57612006-02-06 Daniel Jacobowitz <dan@codesourcery.com>
5762
5763 * gdbint.texinfo (Symbol Handling): Add a section
5764 on memory management.
5765
57662006-02-06 Vladimir Prus <ghost@cs.msu.su>
5767
5768 * gdb.texinfo (Breakpoint table commands): Document the fullname
5769 field in -break-list output.
5770
57712006-02-03 Eli Zaretskii <eliz@gnu.org>
5772
5773 * gdb.texinfo (Cygwin Native): Fix typos. Clarify the types of
5774 debugging information produced by the various "set debug..."
5775 options.
5776
57772006-02-01 Daniel Jacobowitz <dan@codesourcery.com>
5778
5779 * gdb.texinfo (Files): Remove obsolete bits from the description
5780 of "symbol-file".
5781
57822006-01-25 Jim Blandy <jimb@redhat.com>
5783
5784 * gdbint.texinfo (Testsuite): Explain how to run selected tests.
5785
57862006-01-24 Jim Blandy <jimb@redhat.com>
5787
5788 * gdbint.texinfo (Frames): Document the basics of GDB's register
5789 unwinding model, and explain the existence of the "sentinel" frame.
5790
57912006-01-23 Andrew Stubbs <andrew.stubbs@st.com>
5792
5793 * gdb.texinfo (Choosing files): Mention that -directory is used
5794 for script files.
5795 (Specifying source directories): Likewise.
5796 (Command files): Explain how script files are found.
5797
57982006-01-21 Eli Zaretskii <eliz@gnu.org>
5799
5800 * gdb.texinfo (Backtrace): Describe how to get backtrace of all
5801 the threads in a multi-threaded program.
5802 (Threads): The threadno argument of "thread apply" can be a range
5803 of numbers.
5804
58052006-01-18 Jim Blandy <jimb@redhat.com>
5806
5807 * gdbint.texinfo (Coding): Add entry for -Wno-pointer-sign to list
5808 of warning flags.
5809
58102006-01-13 Eli Zaretskii <eliz@gnu.org>
5811
5812 * gdb.texinfo (Sequences): Improve menu annotations.
5813 (Define): Add index entries for arguments of user-defined
5814 commands. Move the description of flow-control commands...
5815 (Command Files): ...to here. Document loop_break and
5816 loop_continue.
5817 (Define, Command Files): Document `end' and add index entries for
5818 it.
5819
58202006-01-04 Michael Snyder <msnyder@redhat.com>
5821
5822 * gdb.texinfo: Add documentation for linux-fork.
5823 * gdbint.texinfo: Add internal documentation for checkpoints.
5824
58252006-01-02 Paul N. Hilfinger <hilfinger@gnat.com>
5826
5827 * gdb.texinfo (Omissions from Ada): Document that there is now
5828 limited aggregate support.
5829
58302005-12-28 Eli Zaretskii <eliz@gnu.org>
5831
5832 * gdb.texinfo (Registers): Describe how to refer to SSE and MMX
5833 registers and the likes.
5834
58352005-12-24 Eli Zaretskii <eliz@gnu.org>
5836
5837 * gdb.texinfo (Target Commands, Bug Reporting, File Options)
5838 (Symbols): Fix usage of "e.g.".
5839 (Memory Region Attributes): Fix usage of "etc."
5840
5841 * gdbint.texinfo (libgdb, Symbol Handling, Native Debugging)
5842 (Coding): Fix usage of "e.g.".
5843
58442005-12-23 Eli Zaretskii <eliz@gnu.org>
5845
5846 * stabs.texinfo:
5847 * refcard.tex:
5848 * gpl.texi:
5849 * gdbint.texinfo:
5850 * gdb.texinfo:
5851 * gdb-cfg.texi:
5852 * fdl.texi:
5853 * annotate.texinfo:
5854 * all-cfg.texi:
5855 * Makefile.in: Add (C) after Copyright. Update the FSF
5856 address.
5857
58582005-12-03 Eli Zaretskii <eliz@gnu.org>
5859
5860 * gdb.texinfo (Connecting): Explain that `monitor' is a way to
5861 extend GDB with commands for external monitor.
5862
58632005-12-02 Andrew Stubbs <andrew.stubbs@st.com>
5864
5865 * gdb.texinfo (Convenience variables): Add init-if-undefined command.
5866
58672005-11-25 Joel Brobecker <brobecker@adacore.com>
5868
5869 * gdbint.texinfo (Start of New Year Procedure): New chapter.
5870
58712005-11-21 Jim Blandy <jimb@redhat.com>
5872
5873 * gdb.texinfo (Tracepoint Packets): Document restrictions on
5874 placement of 'R' actions in tracepoint action packets; document
5875 dependence of 'X' and 'M' actions on a preceding 'R' action for
5876 their registers.
5877
58782005-11-19 Jim Blandy <jimb@redhat.com>
5879
5880 * gdb.texinfo (Tracepoint Packets): New node.
5881 (General Query Packets): Add entries for the tracepoint packets,
5882 referring to the "Tracepoint Packets" node.
5883 (Tracepoints): Add reference to "Tracepoint Packets".
5884
58852005-11-18 Kevin Buettner <kevinb@redhat.com>
5886
5887 * gdb.texinfo (set remotebreak): Add anchor.
5888 (X packet): Likewise.
5889 (Remote Protocol): Add new section `Interrupts' and new index
5890 entry `interrupts (remote protocol)'.
5891
58922005-11-18 Jim Blandy <jimb@redhat.com>
5893
5894 * gdb.texinfo (Packets): Move information out of 'q' and 'Q'
5895 entries into the General Query Packets section. Add a
5896 cross-reference to that section. Drop description of replies, as
5897 these are covered in the descriptions of each packet.
5898 (General Query Packets): Add introductory text. Explain naming
5899 conventions, and how the end of a name is recognized.
5900
59012005-11-17 Kevin Buettner <kevinb@redhat.com>
5902
5903 * gdb.texinfo (Remote configuration): Fix typo in description of
5904 "set remotebreak" command.
5905
59062005-11-16 Jim Blandy <jimb@redhat.com>
5907
5908 * gdb.texinfo (Packets, Stop Reply Packets)
5909 (General Query Packets): Various formatting cleanups.
5910 - Use @samp for packet contents.
5911 - Drop summaries from packet @item lines; the same information appears
5912 immediately below in the description.
5913 - Delete paragraph breaks after packet @item commands, so that the
5914 description appears directly to the right of the packet prototype
5915 in the printed manual, if it fits.
5916 - Place spaces in packet prototypes between @vars and non-@var
5917 letters, and explain that they're just for formatting.
5918 - Use @dots{} instead of '...'.
5919 - Fix uses of @code where @var was needed.
5920 - Replace "deprecated" markers with English text spelling out the
5921 packet's status and the preferred alternatives.
5922 - Remove "(reserved)" markers on 'A' and 'I' packets; it's unclear
5923 what this ever meant.
5924 - Remove "(draft)" markers on 'i' packets; nobody has commented on
5925 this for a long time.
5926 - Remove "(draft)" markers on 'z' and 'Z' packets; these have been
5927 implemented several times, and have been in use for years.
5928
59292005-11-15 Jim Blandy <jimb@redhat.com>
5930
5931 * gdb.texinfo (Packets): Add index entries for 'm' packet
5932 disclaimers.
5933
5934 * gdb.texinfo (Packets): Clarify lack of restrictions on behavior
5935 of stub when processing an 'm' packet.
5936
5937 * gdb.texinfo (Packets): Mention that packets beginning with
5938 letters are reserved once, at the top, instead of actually listing
5939 them all and saying "reserved".
5940
59412005-11-15 Andrew Stubbs <andrew.stubbs@st.com>
5942
5943 * gdb.texinfo (User-defined commands): Add $argc. Add missing 'end'.
5944 Change @var{$arg0 to @code{$arg0.
5945
59462005-11-14 Wu Zhou <woodzltc@cn.ibm.com>
5947
5948 * gdb.texinfo (Fortran): Add some words about Fortran debugging.
5949
59502005-11-12 Jim Blandy <jimb@redhat.com>
5951
5952 * gdb.texinfo (General Query Packets): Put packets in alphabetical
5953 order. Remove extraneous 'z'.
5954
59552005-11-07 Andrew Stubbs <andrew.stubbs@st.com>
5956
5957 * gdb.texinfo (Choosing files): Add --eval-command.
5958
59592005-11-04 Andrew Stubbs <andrew.stubbs@st.com>
5960
5961 * gdb.texinfo (Choosing modes): Add --return-child-result.
5962
5963
59642005-11-01 Andrew Stubbs <andrew.stubbs@st.com>
5965
5966 * gdb.texinfo (Choosing modes): Add --batch-silent.
5967
59682005-10-28 Eli Zaretskii <eliz@gnu.org>
5969
5970 * gdb.texinfo (GDB/MI Variable Objects): Fix @pxref usage under
5971 "The -var-update Command".
5972
59732005-10-03 Joel Brobecker <brobecker@adacore.com>
5974
5975 * gdb.texinfo (Print Settings): Add documentation for set/show
5976 print array-indexes.
5977
59782005-09-17 Daniel Jacobowitz <dan@codesourcery.com>
5979
5980 * gdb.texinfo (Contributors): Thank Andrew Cagney for releases
5981 6.2 and 6.3.
5982
59832005-08-27 Eli Zaretskii <eliz@gnu.org>
5984
5985 * gdb.texinfo (File Options): Don't document --mapped, it's gone
5986 since 19-Jan-2004.
5987 (Files): Likewise.
5988 (Variables, Symbols): Document the "<incomplete type>" message and
5989 its reasons.
5990
59912005-08-01 Fred Fish <fnf@specifix.com>
5992
5993 * gdb.texinfo (SETUP_ARBITRARY_FRAME): Remove obsolete reference.
5994
59952005-07-15 Nick Roberts <nickrob@snap.net.nz>
5996
5997 * gdb.texinfo (GDB/MI Variable Objects): Describe print-values
5998 option for -var-list-children and -var-update.
5999 (GDB/MI Stack Manipulation): Simplify description of
6000 print-values option for -stack-list-locals.
6001 (GDB/MI Command Description Format): Clarify.
6002 (Mode Options): Spelling of superseded.
6003
60042005-07-12 Bob Rossi <bob@brasko.net>
6005
6006 * gdb.texinfo (GDB/MI Miscellaneous Commands): Fix -inferior-tty-show
6007 corresponding GDB command comment.
6008
60092005-07-06 Bob Rossi <bob@brasko.net>
6010
6011 * gdb.texinfo (GDB/MI Miscellaneous Commands): Add -inferior-tty-set
6012 and -inferior-tty-show.
6013 (Input/Output): Document "set/show inferior-tty" and tty alias.
6014
60152005-07-02 Nathan J. Williams <nathanw@wasabisystems.com>
6016
6017 * gdb.texinfo (Packets): Change description of 'D' packet to note
6018 that GDB does wait for a response.
6019
60202005-06-22 Nick Roberts <nickrob@snap.net.nz>
6021
6022 * gdb.texinfo (History) Rename "Command History".
6023 (Command History): Move node "Server Prefix" from section on
6024 Annotations here.
6025
60262005-06-19 Nick Roberts <nickrob@snap.net.nz>
6027
6028 * gdb.texinfo (GDB/MI Stack Manipulation):
6029 Re-instate -stack-info-frame with example. Say that it gets
6030 info on selected frame, not current frame.
6031
60322005-06-18 Eli Zaretskii <eliz@gnu.org>
6033
6034 * gdb.texinfo (Server): Clarify that `file' should be used before
6035 connecting to the server.
6036 (Files): Add an xref to the above description.
6037 (Output Formats): More detailed description of the `c' format.
6038 (Memory): List explicitly all the formats supported by `x'.
6039 (Threads): Add an @cindex entry for "thread apply".
6040 (Files): Document the possibility of loading unlinked object
6041 files. Add more indexing for solib-absolute-prefix and
6042 --with-sysroot.
6043 (Machine Code): Document possible problems with locations in
6044 shared libraries.
6045 (Backtrace): Document that free-standing environments do not need
6046 to have a `main' function.
6047
60482005-06-18 Nick Roberts <nickrob@snap.net.nz>
6049
6050 * gdb.texinfo (GDB/MI Stack Manipulation): Remove reference to
6051 -stack-info-frame.
6052
60532005-06-07 Andrew Cagney <cagney@gnu.org>
6054
6055 * gdb.texinfo (Contributors): Note the original multi-arch
6056 contributors.
6057
60582005-06-03 Eli Zaretskii <eliz@gnu.org>
6059
6060 * gdb.texinfo (Registers): Add index entries for the standard
6061 registers.
6062 (Frames): Add cross-reference from frame pointer description to
6063 the Registers node.
6064 (Annotations Overview): Fix the reference to GDB name.
6065
60662005-06-01 Eli Zaretskii <eliz@gnu.org>
6067
6068 * gdb.texinfo (Set Watchpoints): Remove @vindex entry for
6069 can-use-hw-watchpoints.
6070
60712005-05-28 Bob Rossi <bob@brasko.net>
6072
6073 * gdb.texinfo (GDB/MI Out-of-band Records): Add bullet enumerating
6074 the possible reasons why an exec async record would be returned to FE.
6075
60762005-05-26 Andrew Cagney <cagney@gnu.org>
6077
6078 * gdb.texinfo: Note that Elena Zannoni, Fernando Nasser, and
6079 Andrew Cagney implemented the original GDB/MI.
6080
60812005-05-23 Orjan Friberg <orjanf@axis.com>
6082
6083 * gdb.texinfo (CRIS): Update the cris-version and cris-dwarf2-cfi
6084 documentation. Add documentation for cris-mode.
6085
60862005-05-20 Eli Zaretskii <eliz@gnu.org>
6087
6088 * gdb.texinfo (Numbers): Explain the example and make the wording
6089 more acurate.
6090
60912005-05-17 Daniel Jacobowitz <dan@codesourcery.com>
6092 Dennis Brueni <dennis@slickedit.com>
6093
6094 * gdb.texinfo (GDB/MI Breakpoint Table Commands)
6095 (GDB/MI Data Manipulation, GDB/MI Program Control)
6096 (GDB/MI Stack Manipulation): Update examples to include the fullname
6097 attribute in stack frames.
6098
60992005-05-12 Eli Zaretskii <eliz@gnu.org>
6100
6101 * gdb.texinfo (Startup): Fix last change. Treat gdb.ini like we
6102 do with other non-standard names of init files.
6103
61042005-05-11 Eli Zaretskii <eliz@gnu.org>
6105
6106 * gdb.texinfo (Command Files): Move the description of the startup
6107 from here...
6108 (Startup): ...to this new subsection of the Invocation chapter.
6109 Rearrange the description of init files more logically and add a
6110 cross-reference to "Command Files". Document the special gdbinit
6111 name for CISCO 68k. Expand the description of what GDB does
6112 during startup.
6113 (History): Add index entry for HISTSIZE.
6114
61152005-05-02 Mark Kettenis <kettenis@gnu.org>
6116
6117 * gdb.texinfo (Files): Remove documentation for auto-solib-limit.
6118
61192005-05-02 Eli Zaretskii <eliz@gnu.org>
6120
6121 * gdb.texinfo (SVR4 Process Information, The isatty call)
6122 (The system call): Don't use foo(N) notation for man pages and
6123 functions.
6124 (Compilation, DJGPP Native): Improve wording.
6125
61262005-04-27 Eli Zaretskii <eliz@gnu.org>
6127
6128 * gdb.texinfo (Backtrace): Describe backtraces with arguments that
6129 were optimized away.
6130
61312005-04-22 Eli Zaretskii <eliz@gnu.org>
6132
6133 * gdb.texinfo (Remote configuration): Document "set/show
6134 get-thread-local-storage-address". Add cross-reference to the
6135 description of the qGetTLSAddr packet.
6136 (General Query Packets): Mention "set remote
6137 get-thread-local-storage-address" and add a reference to its
6138 description.
6139
61402005-04-19 Nick Roberts <nickrob@snap.net.nz>
6141
6142 * gdb.texinfo (Backtrace): Describe 'bt full'.
6143
61442005-04-17 Nick Roberts <nickrob@snap.net.nz>
6145
6146 * gdb.texinfo (Mode Options): Fix typo.
6147 (GDB/MI): Describe how to invoke GDB/MI.
6148
61492005-04-16 Eli Zaretskii <eliz@gnu.org>
6150
6151 * gdb.texinfo (OS Information): Renamed from Auxiliary Vector; all
6152 references changed. Add description of "info udot".
6153 (Files): Document "set/show stop-on-solib-events".
6154 (M32R/D): Document "set/show download-path", "set/show
6155 board-address", "set/show server-address", "upload", "tload".
6156 Document "sdireset", "sdistatus", "debug_chaos", "use_debug_dma",
6157 "use_mon_code", "use_ib_break", "use_dbt_break".
6158 (Maintenance Commands): Improve indexing.
6159 (Target Commands): Document "set/show hash", "set/show debug
6160 monitor".
6161 (SVR4 Process Information): Document "info pidlist" and "info
6162 meminfo". Document "set/show procfs-tarce" and "set/show
6163 procfs-file". Document "proc-trace-*" and "proc-untrace-*".
6164 (Symbols, The Print Command with Objective-C): Improve indexing.
6165 (Objective-C): Add references to "info classes" and "info
6166 selectors".
6167 (Debugging Output): Improve wording. Document "set/show debug
6168 solib-frv". Fix "set/show debugvarobj".
6169 (Set Breaks): Add index entry for "hardware breakpoints".
6170 (Renesas ICE): Document "e7000", "ftplogin", "ftpload", "drain",
6171 and "set/show usehardbreakpoints".
6172 (MIPS Embedded): Document "se/show syn-garbage-limit", "set/show
6173 monitor-prompt", "set/show monitor-warnings", "pmon".
6174 (ARM): Document "rdilogfile", "rdilogenable", "set/show
6175 rdiromatzero", "set/show rdiheartbeat".
6176 (PowerPC): Document SDS-specific commands "set/show sdstimeout",
6177 "sds".
6178 (Embedded Processors): Document the "sim" command.
6179 (Remote): Document the "remote" command.
6180 (DJGPP Native): Document the "info serial" command.
6181 (Threads): Document "maint info sol-threads".
6182 (Files): Document "nosharedlibrary", "add-symbol-file-from-memory".
6183 (Set Breaks): Improve indexing.
6184 (Command Syntax): Add a reference to dont-repeat.
6185 (Define): Document "dont-repeat".
6186 (TUI Commands): Document "tabset".
6187 (WinCE): New subsection. Document "set/show remotedirectory",
6188 "set/show remoteupload", "set/show remoteaddhost".
6189
61902005-04-15 Eli Zaretskii <eliz@gnu.org>
6191
6192 * gdb.texinfo (Hurd Native): New subsection, documents
6193 Hurd-specific commands.
6194 (Maintenance Commands): Add cross-reference to "Debugging Output".
6195 (Debugging Output): Document "set/show debug lin-lwp".
6196 (MIPS): Improve documentation of heuristic-fence-post. Document
6197 "set/show mips abi", "set/show mips saved-gpreg-size", "set/show
6198 mips stack-arg-size", "set/show mips mask-address", "set/show mips
6199 remote-mips64-transfers-32bit-regs", "set/show debug mips".
6200 (ARM): Document ARM-specific commands.
6201 (AVR): New section. Document "info io_registers".
6202 (CRIS): New section. Document "set/show cris-version" and
6203 "set/show cris-dwarf2-cfi".
6204 (HPPA): New section. Document "set/show debug hppa" and "maint
6205 print unwind".
6206 (Neutrino): New subsection. Document "set/show debug nto-debug".
6207 (Super-H): New section. Document the "regs" command.
6208 (Debugging Output): Document "set/show debug aix-thread".
6209
62102005-04-09 Eli Zaretskii <eliz@gnu.org>
6211
6212 * gdb.texinfo (Print Settings): Document "set/show print
6213 pascal_static-members", "set print repeats", "show print
6214 null-stop". Improve indexing. Fix documentation of "set print
6215 union".
6216 (Pascal): New section.
6217 (Supported languages): Rename from "Support"; all references
6218 updated. Add a menu item for Pascal.
6219 (Numbers): Document "set radix.
6220 (Screen Size): Document "set/show pagination".
6221 (MIPS Embedded): Remove "set processor" documentation.
6222 (Remote configuration): Document "set/show X/P/Z-packet",
6223 "set/show read-aux-vector-packet", "set/show remote
6224 symbol-lookup-packet", "set/show remote verbose-resume-packet",
6225 "set/show remoteaddresssize", "set/show remotebaud", "set/show
6226 remotedebug", "set/show remotebreak", "set/show remotedevice",
6227 "set/show remotelogfile".
6228 (Auxiliary Vector): Add reference to the description of the
6229 read-aux-vector-packet setting.
6230 (Set Watchpoints): Add a cross-reference to "set remote
6231 hardware-breakpoint-limit".
6232 (General Query Packets): Add indexing of requests and
6233 cross-references to related commands in "Remote configuration".
6234 (File-I/O Overview, The system call): Fix wording and typos.
6235 (Thread Stops): Add index entries.
6236 (Continuing and Stepping): Document "show step-mode".
6237 (i386): New node. Document "set/show struct-convention".
6238 (Files): Document "show trust-readonly-sections".
6239 (Calling): Document "set/show unwindonsignal".
6240 (Messages/Warnings): Add index entries.
6241 (Maintenance Commands): Document "set/show watchdog".
6242 (Annotations Overview): Document "show annotate".
6243 (Set Watchpoints): Add index entries.
6244 (Symbols): Fix doc of case-sensitive.
6245 (ABI): Document "show coerce-float-to-double".
6246 (Convenience Vars, Help): Improve indexing.
6247 (Machine Code): Document "show disassembly-flavor".
6248 (Debugging C plus plus): Document "show overload-resolution".
6249 (Value History, Signaling): Add index entries.
6250
62512005-04-08 Eli Zaretskii <eliz@gnu.org>
6252
6253 * gdb.texinfo (Show): Move @kindex entries to their proper places.
6254 (Processes): Fix wording.
6255 (History, List, Logging output, Define, Symbols, Print Settings):
6256 Improve indexing.
6257
62582005-04-03 Eli Zaretskii <eliz@gnu.org>
6259
6260 * gdb.texinfo (Targets): Document "set/show architecture". Remove
6261 redundant index entry for "target" command.
6262 (Backtrace): Add index entries.
6263 (Symbols, Fortran): Document the "set case-sensitive" command.
6264 (DJGPP Native): Document "set com1base", "set com1irq", etc.
6265 (Print Settings): Add index entry for "set demangle-style".
6266 (Target Commands): Document "set download-write-size".
6267 (Debugging Output): Document "set exec-done-display".
6268
62692005-04-02 Eli Zaretskii <eliz@gnu.org>
6270
6271 * gdb.texinfo (Files): Fix the name and documentation of
6272 add-shared-symbol-files. Document its alias assf. Update the
6273 list of OSs where GDB supports shared libraries. Fix markup.
6274 (Continuing and Stepping): Add reference to @var{location} in the
6275 text.
6276 (Dump/Restore Files): Fix reference to @{filename}.
6277 (Help): Fix wording.
6278 (Attach): Ditto.
6279 (Set Watchpoints): Ditto.
6280 (Backtrace): Remove redundant index entries. Improve index
6281 entries.
6282 (Delete Breaks): Fix wording.
6283 (Memory): Document the compare-sections command.
6284 (Memory Region Attributes): Improve wording.
6285 (Disabling): Improve wording.
6286 (Fortran): New subsection. Document the "info common" command.
6287 (Help): Document aliases "info copying" and "info warranty".
6288 (Caching Remote Data): New section. Document the "set/show
6289 remotecache" and "info dcache" commands.
6290 (Show): Fix wording of the documentation of the "set
6291 extension-language" command.
6292 (Signals): Add index entry for "info handle".
6293 (Memory Region Attributes): Fix punctuation.
6294 (Symbols): Change the arg name to "location" and refer to it in
6295 the text. Fix wording of "info types" doc.
6296 (Threads): Fix usage of @enumerate @item's.
6297 (Listing Tracepoints): Add index entry for "info tp".
6298 (Set Watchpoints): Add xref to "info break" description.
6299 (Macros): Add an index entry for "macro exp1". Document the
6300 "macro list" command.
6301 (Maintenance Commands): Document "flushregs", "maint agent",
6302 "maint check-symtabs", "maint cplus", "maint demangle", "maint
6303 deprecate", "maint undeprecate", "maint dump-me", "maint packet",
6304 "maint print architecture", "maint print objfiles", "maint print
6305 statistics", "maint print type", "maint show-debug-regs", "maint
6306 space", "maint time", and "maint translate-address".
6307 (Connecting): Document the "monitor" command.
6308 (Annotations Overview): Describe the "set annotate" command.
6309
63102005-04-01 Eli Zaretskii <eliz@gnu.org>
6311
6312 * gdb.texinfo (Set Watchpoints): Document can-use-hw-watchpoints.
6313 Rearrange index entries and improve wording about support for
6314 hardware watchpoints.
6315
63162005-03-10 Bob Rossi <bob@brasko.net>
6317
6318 * gdb.texinfo: Update copyright
6319
63202005-02-09 Theodore A. Roth <troth@openavr.org>
6321
6322 * gdb.texinfo (General Query Packets): Fix texinfo compile warning and
6323 error.
6324
63252005-02-03 Kevin Buettner <kevinb@redhat.com>
6326
6327 * gdb.texinfo (General Query Packets): Document qGetTLSAddr packet.
6328
63292005-01-17 Michael Snyder <msnyder@redhat.com>
6330
6331 * gdb.texinfo: Fix spelling, infinte -> infinite.
6332
63332005-01-08 Mark Kettenis <kettenis@gnu.org>
6334
6335 * observer.texi (GDB Observers): Document "solib_loaded".
6336
63372005-01-07 Andrew Cagney <cagney@gnu.org>
6338
6339 * configure.ac: Rename configure.in, require autoconf 2.59.
6340 * configure: Re-generate.
6341
6342 * configure.in: Replace configdirs with multiple references to
6343 AC_CONFIG_SUBDIRS.
6344 * configure: Re-generate.
6345
63462005-01-04 Andrew Cagney <cagney@gnu.org>
6347
6348 * gdbint.texinfo (Versions and Branches): Make the date (YYYYMMDD)
6349 part of the version number.
6350
63512004-12-24 Mark Kettenis <kettenis@gnu.org>
6352
6353 * gdbint.texinfo (Algorithms): Remove description of
6354 TARGET_DISABLE_HW_WATCHPOINTS and TARGET_ENABLE_HW_WATCHPOINTS.
6355
63562004-12-07 Jim Blandy <jimb@redhat.com>
6357
6358 * gdb.texinfo (General Query Packets): Specify that thread ID's in
6359 the 'qC' and 'qThreadInfo' packets are unsigned hexidecimal
6360 numbers.
6361
63622004-12-07 Andreas Schwab <schwab@suse.de>
6363
6364 * gdb.texinfo (Mode Options): Document -l option.
6365
63662004-12-04 Eli Zaretskii <eliz@gnu.org>
6367
6368 * gdbint.texinfo (Algorithms): More accurate description of
6369 STOPPED_BY_WATCHPOINT. Point out that target_stopped_data_address
6370 is not needed unless data-read and data-access watchpoints are
6371 supported. Add a description of how GDB checks whether the
6372 inferior stopped because a watchpoint was hit.
6373
63742004-11-23 Eli Zaretskii <eliz@gnu.org>
6375
6376 * gdb.texinfo (Files): Add cross-reference to description of
6377 -readnow command-line switch.
6378
63792004-11-10 Randolph Chung <tausq@debian.org>
6380
6381 * gdb.texinfo: Document set/show backtrace past-entry commands.
6382 Rearrange index entries for set/show backtrace past-main.
6383
63842004-11-10 Jon Beniston <jon@beniston.com>
6385
6386 Committed by Andrew Cagney <cagney@gnu.org>.
6387 * gdb.texinfo (Remote Serial Protocol): Further describe
6388 binary transfer escaping mechanism .
6389
63902004-11-08 Randolph Chung <tausq@debian.org>
6391
6392 * gdb.texinfo (inferior_debugging info): Document "set debug infrun"
6393 and "show debug infrun". Add index entries.
6394
63952004-10-23 Eli Zaretskii <eliz@gnu.org>
6396
6397 * gdb.texinfo (SVR4 Process Information): Document subcommands of
6398 "info proc" that are already implemented. Add index entries.
6399 (Working Directory): Add a cross-reference to "info proc" command.
6400 (Files): Add a tip for decreasing memory used for symtabs from
6401 shared libraries.
6402 (Starting): Fix whitespace; make "elaboration" stand out where it
6403 is first used, and add an index entry for the term.
6404 (Calling): Expand and elaborate text. Add "print". Add the
6405 description of problems with weak aliases.
6406 (Core File Generation): New section.
6407
64082004-10-12 Andrew Cagney <cagney@gnu.org>
6409
6410 * gdbint.texinfo (Versions and Branches): New chapter.
6411 (Releasing GDB): Delete "Versions and Branches" section.
6412 (Top): Add "Versions and Branches".
6413
64142004-10-08 Eli Zaretskii <eliz@gnu.org>
6415
6416 * gdb.texinfo (Editing, History): Add cross-references to the
6417 included Readline and History user documentation. Remove
6418 references to the symbol have-readline-appendices which is unused
6419 and undefined.
6420 (History): Fix indexing.
6421
64222004-10-08 Jeff Johnston <jjohnstn@redhat.com>
6423
6424 * gdbint.texinfo (target_stopped_data_address): Update to
6425 new prototype.
6426 (i386_stopped_data_address): Update prototype and description.
6427 (i386_stopped_by_watchpoint): New function and description.
6428
64292004-10-03 Paul N. Hilfinger <hilfinger@gnat.com>
6430
6431 * gdb.texinfo (Filenames): Add Ada suffixes.
6432 (Ada) New section.
6433
64342004-09-27 Andrew Cagney <cagney@gnu.org>
6435 Robert Picco <Robert.Picco@hp.com>
6436
6437 * gdb.texinfo (Packets): Document the "p" packet.
6438
64392004-09-21 Jason Molenda (jmolenda@apple.com)
6440
6441 * gdb.texinfo (Paths and Names of the Source Files): Document the
6442 meaning of values in the 'desc' field of a SO stab.
6443
64442004-09-20 Daniel Jacobowitz <dan@debian.org>
6445
6446 * gdb.texinfo (Maintenance Commands): Document "maint set dwarf2
6447 max-cache-age" and "maint show dwarf2 max-cache-age".
6448
64492004-09-16 Eli Zaretskii <eliz@gnu.org>
6450
6451 * gdb.texinfo (Set Breaks): Add index entry for setting
6452 breakpoints on overloaded C++ functions that are not members of
6453 any classes. Add an example and an index entry for setting
6454 breakpoints on all program functions.
6455 (Character Sets, Macros, Overlay Commands)
6456 (Non-debug DLL symbols, GDB/MI Output Syntax)
6457 (Annotations Overview, Maintenance Commands, File-I/O Overview):
6458 Use "(@value{GDBP})" instead of a literal "(gdb)".
6459
64602004-09-12 Andrew Cagney <cagney@gnu.org>
6461
6462 * gdbint.texinfo (Native Debugging): Delete description of
6463 FILES_INFO_HOOK.
6464
64652004-09-11 Paul Hilfinger <hilfinger@gnat.com>
6466
6467 * gdbint.texinfo (User Interface): Change local_hex_string_custom
6468 to hex_string_custom (not historically correct, but more
6469 understandable, given the current code).
6470
64712004-09-03 Andrew Cagney <cagney@gnu.org>
6472
6473 * gdbint.texinfo (Native Debugging): Delete SVR4_SHARED_LIBS.
6474
64752004-09-01 Jeff Johnston <jjohnstn@redhat.com>
6476
6477 * observer.texi (solib_unloaded): New observer.
6478
64792004-08-24 Andrew Cagney <cagney@gnu.org>
6480
6481 * gdbint.texinfo (Target Architecture Definition): Add missing
6482 comma.
6483
64842004-08-20 Michael Chastain <mec.gnu@mindspring.com>
6485
6486 * (Using the Testsuite): build != host is supported,
6487 but some test scripts do not support build != host.
6488
64892004-08-14 Mark Kettenis <kettenis@gnu.org>
6490
6491 * gdbint.texinfo (Host Definition): Delete description of
6492 FCLOSE_PROVIDED and GETENV_PROVIDED.
6493
64942004-08-05 Mark Kettenis <kettenis@chello.nl>
6495
6496 * gdbint.texinfo (Host Definition): Delete description of
6497 NO_SYS_FILE.
6498 (Native Debugging): Delete description of KERNEL_U_ADDR_BSD and
6499 PTRACE_FP_BUG.
6500
65012004-08-05 Andrew Cagney <cagney@gnu.org>
6502
6503 * gdbint.texinfo (Target Architecture Definition): Delete
6504 reference to deprecated_read_fp.
6505
65062004-08-02 Andrew Cagney <cagney@gnu.org>
6507
6508 * gdbint.texinfo (Target Architecture Definition): Delete
6509 description of DEPRECATED_REGISTER_BYTES.
6510
65112004-07-30 Baurjan Ismagulov <ibr@ata.cs.hun.edu.tr>
6512
6513 * gdb.texinfo (Source Path): Document the new behavior of
6514 searching for the source files.
6515
65162004-07-17 Eli Zaretskii <eliz@gnu.org>
6517
6518 * gdb.texinfo (Edit): Fix markup of EDITOR and improve wording.
6519 (Search, Expressions, Arrays, Variables, Data, Machine Code)
6520 (Auto Display): Improve indexing.
6521
65222004-07-16 Andrew Cagney <cagney@gnu.org>
6523
6524 * gdb.texinfo (Mode Options): Delete documentation on "-async" and
6525 "-noasync".
6526
65272004-07-09 Eli Zaretskii <eliz@gnu.org>
6528
6529 * gdb.texinfo: Fix @kindex entries so that multiple commands that
6530 have the same prefix have only their prefix in the index.
6531
65322004-07-03 Mark Kettenis <kettenis@gnu.org>
6533
6534 * gdb.texinfo (BSD libkvm Interface): New node (section)
6535 (Native): Add it to the menu.
6536
65372004-07-01 Mark Kettenis <kettenis@gnu.org>
6538
6539 * gdbint.texinfo (Target Architecture Definition): Remove
6540 PCC_SOL_BROKEN.
6541
65422004-06-24 Mark Kettenis <kettenis@gnu.org>
6543
6544 * gdbint.texinfo (Target Architecture Definition): Remove
6545 SUN_FIXED_LBRAC_BUG.
6546
65472004-06-26 Andrew Cagney <cagney@gnu.org>
6548
6549 * gdbint.texinfo (Coding): Replace xasprintf with xstrprintf.
6550
65512004-06-20 Andrew Cagney <cagney@gnu.org>
6552
6553 * gdbint.texinfo (Target Architecture Definition): Deprecate
6554 USE_STRUCT_CONVENTION.
6555
65562004-06-19 Michael Chastain <mec.gnu@mindspring.com>
6557
6558 gdb.texinfo (Bug Reporting): Mention session recording,
6559 with the script command or Emacs.
6560
65612004-06-18 Andrew Cagney <cagney@gnu.org>
6562
6563 * gdbint.texinfo (Target Architecture Definition): Deprecate
6564 FUNCTION_START_OFFSET.
6565
65662004-06-14 Andrew Cagney <cagney@gnu.org>
6567
6568 Based on changes from Karl Berry.
6569 * gdb.texinfo: Do not use @sc in a direntry.
6570 * stabs.texinfo: Change @dircateogry to "Software development".
6571 * gdbint.texinfo, gdb.texinfo, annotate.texinfo: Ditto.
6572
65732004-06-13 Andrew Cagney <cagney@gnu.org>
6574
6575 * gdbint.texinfo (Target Architecture Definition): Delete
6576 description of RETURN_VALUE_ON_STACK.
6577
65782004-06-09 Andrew Cagney <cagney@gnu.org>
6579
6580 * gdbint.texinfo (Native Debugging): Restore "@table @code"
6581 deleted by previous patch.
6582
65832004-06-08 Andrew Cagney <cagney@gnu.org>
6584
6585 * gdbint.texinfo (Native Debugging): Delete documentation on
6586 ATTACH_DETACH.
6587
65882004-06-06 Randolph Chung <tausq@debian.org>
6589
6590 * gdb.texinfo (push_dummy_call): Use @code{struct value}.
6591
65922004-06-06 Randolph Chung <tausq@debian.org>
6593
6594 * gdb.texinfo (push_dummy_call): Update argument list to match
6595 the new push_dummy_call method signature. Describe the function
6596 argument.
6597
65982004-05-24 Joel Brobecker <brobecker@gnat.com>
6599
6600 * gdb.texinfo (Starting): Document new start command.
6601
66022004-05-21 Andrew Cagney <cagney@redhat.com>
6603
6604 * observer.texi (GDB Observers): Document "inferior_created".
6605
66062004-05-08 Andrew Cagney <cagney@redhat.com>
6607
6608 * gdbint.texinfo (Target Architecture Definition): Delete
6609 description of DO_DEFERRED_STORES.
6610
6611 * gdbint.texinfo (Target Architecture Definition): Delete
6612 references to DEPRECATED_FIX_CALL_DUMMY.
6613
6614 * gdbint.texinfo (Target Architecture Definition): Delete
6615 description of DEPRECATED_CALL_DUMMY_WORDS,
6616 DEPRECATED_SIZEOF_CALL_DUMMY_WORDS, and CALL_DUMMY.
6617
6618 * gdbint.texinfo (Target Architecture Definition): Delete
6619 description of DEPRECATED_PUSH_DUMMY_FRAME.
6620
6621 * gdbint.texinfo (Target Architecture Definition): Delete
6622 reference to DEPRECATED_CALL_DUMMY_BREAKPOINT_OFFSET.
6623
66242004-05-07 Andrew Cagney <cagney@redhat.com>
6625
6626 * observer.texi (GDB Observers): Add "Debugging" section. Include
6627 cross reference to "set/show debug observer".
6628 * gdb.texinfo (Debugging Output): Document "set/show debug
6629 observer".
6630
66312004-05-01 Andrew Cagney <cagney@redhat.com>
6632
6633 * gdbint.texinfo (Target Architecture Definition): Delete
6634 description of DEPRECATED_PC_IN_SIGTRAMP.
6635
66362004-04-30 Andrew Cagney <cagney@redhat.com>
6637
6638 * gdbint.texinfo (Target Architecture Definition): Delete
6639 documentation for BELIEVE_PCC_PROMOTION_TYPE, no longer defined.
6640
66412004-04-30 Orjan Friberg <orjanf@axis.com>
6642
6643 * observer.texi (GDB Observers): Correct spelling.
6644
66452004-04-26 Orjan Friberg <orjanf@axis.com>
6646
6647 * observer.texi (GDB Observers): Add target_changed event.
6648
66492004-04-08 Andrew Cagney <cagney@redhat.com>
6650
6651 * observer.texi (GDB Observers): Rework, provide generic observer
6652 definitions and then a list of observable events.
6653
66542004-04-04 Andrew Cagney <cagney@redhat.com>
6655
6656 * gdbint.texinfo (Host Definition): Delete reference to
6657 NO_SIGINTERRUPT.
6658
66592004-04-02 Andrew Cagney <cagney@redhat.com>
6660
6661 * gdbint.texinfo (Target Architecture Definition): Delete
6662 reference to DEPRECATED_CALL_DUMMY_LENGTH.
6663
66642004-03-28 Stephane Carrez <stcarrez@nerim.fr>
6665
6666 * gdb.texinfo (TUI Commands): Document tui reg commands.
6667
66682004-03-26 Andrew Cagney <cagney@redhat.com>
6669
6670 * gdb.texinfo (TUI): Delete reference to --enable-tui. Mention
6671 "gdbtui".
6672 (Mode Options): Mention "gdbtui". Use "Text" not "Terminal".
6673 (Contributors): Mention both Text and Terminal User Interface.
6674
66752004-03-23 Andrew Cagney <cagney@redhat.com>
6676
6677 * gdbint.texinfo (Target Architecture Definition): Deprecate
6678 references to SIGTRAMP_START and SIGTRAMP_END.
6679
66802004-03-23 Andrew Cagney <cagney@redhat.com>
6681
6682 * gdbint.texinfo (Target Architecture Definition): Deprecate
6683 references to PC_IN_SIGTRAMP.
6684
66852004-03-19 Andrew Cagney <cagney@redhat.com>
6686
6687 * gdbint.texinfo (Target Architecture Definition): Delete
6688 reference to GDB_TARGET_IS_HPPA.
6689
66902004-03-18 Andrew Cagney <cagney@redhat.com>
6691
6692 * gdbint.texinfo (Coding): Update section on gdbarch_data,
6693 describe pre_init and post_init.
6694
66952004-03-09 Daniel Jacobowitz <drow@mvista.com>
6696
6697 * gdb.texinfo (Debugging Output): Document values for "set debug
6698 target".
6699
67002004-02-28 Andrew Cagney <cagney@redhat.com>
6701
6702 * gdb.texinfo (Contributors): Mention GDB 6.1 release engineer.
6703
67042004-02-26 Jeff Johnston <jjohnstn@redhat.com>
6705
6706 * gdb.texinfo (breakpoints): Add information about the
6707 new "set breakpoint pending" and "show breakpoint pending"
6708 commands.
6709
67102004-02-26 Andrew Cagney <cagney@redhat.com>
6711
6712 * gdbint.texinfo (Coding): Document use of gdbarch_obstack_zalloc
6713 in Per-architecture module data section.
6714
67152004-02-25 Roland McGrath <roland@redhat.com>
6716
6717 * gdb.texinfo (General Query Packets): Document qPart:... packets.
6718
67192004-02-24 Andrew Cagney <cagney@redhat.com>
6720
6721 * annotate.texinfo: Wrap fdl.texi include in raise/lower sections.
6722 * gdb.texinfo, gdbint.texinfo, stabs.texinfo: Ditto.
6723 * fdl.texi: Import Version 1.2, November 2002.
6724
67252004-02-17 Andrew Cagney <cagney@redhat.com>
6726
6727 * gdb.texinfo (Mode Options): Note that "mi1" is deprecated.
6728
67292004-02-16 Andrew Cagney <cagney@redhat.com>
6730
6731 * gdbint.texinfo (Target Architecture Definition): Deprecate
6732 FRAMELESS_FUNCTION_INVOCATION.
6733
67342004-02-16 Andrew Cagney <cagney@redhat.com>
6735
6736 * gdbint.texinfo (Coding): Mention -Wunused-function.
6737
67382004-02-14 Andrew Cagney <cagney@redhat.com>
6739
6740 * gdbint.texinfo (Target Architecture Definition): Delete
6741 description of DEPRECATED_CALL_DUMMY_STACK_ADJUST.
6742
67432004-02-12 Elena Zannoni <ezannoni@redhat.com>
6744
6745 * gdb.texinfo: Properly quote the name "C++".
6746 * gdbint.texinfo: Ditto.
6747 * stabs.texinfo: Ditto.
6748
67492004-02-11 Elena Zannoni <ezannoni@redhat.com>
6750
6751 * gdbint.texinfo (Support Libraries): Add doco about obstacks and
6752 minimal information about libiberty.
6753
67542004-02-06 Michael Chastain <mec.gnu@mindspring.com>
6755
6756 * gdb.texinfo (Auxiliary Vector): Fix thinko with @value{GDBN}.
6757
67582004-02-04 Roland McGrath <roland@redhat.com>
6759
6760 * gdb.texinfo (Auxiliary Vector): New node (section).
6761 (Data): Add it to the menu.
6762
67632004-02-02 Jeff Johnston <jjohnstn@redhat.com>
6764
6765 * gdb.texinfo (Breakpoints): Add information about pending
6766 breakpoint support.
6767
67682004-01-26 Andrew Cagney <cagney@redhat.com>
6769
6770 * gdb.texinfo (Overview): Delete references to the cisco protocol
6771 including the "N" response.
6772
67732004-01-26 Andrew Cagney <cagney@redhat.com>
6774
6775 * gdbint.texinfo (Target Architecture Definition): Rename
6776 EXTRACT_STRUCT_VALUE_ADDRESS to
6777 DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS.
6778
67792004-01-24 Eli Zaretskii <eliz@gnu.org>
6780
6781 * gdb.texinfo (KOD): Document "show os". Add index entries for
6782 "set/show os" and "info cisco" commands.
6783
67842004-01-21 Eli Zaretskii <eliz@gnu.org>
6785
6786 * Makefile.in (install-info): Prepend $(DESTDIR) to $(infodir).
6787
67882004-01-19 Michael Chastain <mec.gnu@mindspring.com>
6789
6790 * gdbint.texinfo: Delete USE_MMALLOC, NO_MMCHECK, MMCHECK_FORCE,
6791 MMAP_BASE_ADDRESS, MMAP_INCREMENT.
6792
67932004-01-19 Nick Roberts <nick@nick.uklinux.net>
6794
6795 * gdb.texinfo (GDB/MI Stack Manipulation): Describe extension to
6796 -stack-list-locals.
6797 (GDB/MI Variable Objects): Describe extension to
6798 -var-list-children.
6799
68002004-01-17 Daniel Jacobowitz <drow@mvista.com>
6801
6802 * gdbint.texinfo (DECR_PC_AFTER_HW_BREAK): Don't document.
6803
68042004-01-17 Andrew Cagney <cagney@redhat.com>
6805
6806 * gdbint.texinfo (Target Architecture Definition): Delete
6807 documentation on DEPRECATED_NPC_REGNUM.
6808
68092004-01-13 Daniel Jacobowitz <drow@mvista.com>
6810
6811 * gdb.texinfo: Update copyright year. Mention that set
6812 follow-fork-mode is supported on GNU/Linux. Remove documentation of
6813 "set follow-fork-mode ask".
6814
68152004-01-13 Andrew Cagney <cagney@redhat.com>
6816
6817 * gdbint.texinfo: Update copyright year.
6818 (Coding): Add -Wunused-label to list of -Werror warnings.
6819
68202004-01-08 Jason Molenda <jmolenda@apple.com>
6821 Eli Zaretskii <eliz@gnu.org>
6822
6823 * gdb.texinfo: Update copyright.
6824 (Objective-C): "methodName" typeo fixed. Add @code/@var markup
6825 around names, as appropriate. Minor syntax cleanup of
6826 _NSPrintForDebugger explanation. Two spaces after periods.
6827 GDBN used instead of lit. "gdb". Index entries added for
6828 print-object and _NSPrintForDebugger. @noindent added in one spot.
6829
68302003-11-11 Elena Zannoni <ezannoni@redhat.com>
6831
6832 * stabs.texinfo: Add dircategory and direntry commands.
6833 * annotate.texinfo: Ditto.
6834
68352003-11-10 Andrew Cagney <cagney@redhat.com>
6836
6837 * gdbint.texinfo (Target Architecture Definition): Replace the
6838 return_value method's "inval" and "outval" parameters with
6839 "readbuf" and "writebuf".
6840
68412003-10-28 Jim Blandy <jimb@redhat.com>
6842
6843 * gdb.texinfo (The F request packet, The F reply packet): Renamed
6844 from "The `F' request packet" and "The `F' reply packet", to make
6845 texi2dvi happy.
6846 (File-I/O remote protocol extension): Update menu entries, too.
6847
68482003-10-26 Michael Chastain <mec@shout.net>
6849
6850 * gdb.texinfo (Thread Stops): Document the issue with
6851 premature return from system calls in multi-threaded programs.
6852
68532003-10-24 Andrew Cagney <cagney@redhat.com>
6854
6855 * annotate.texinfo: Fix "fortunatly"[sic].
6856
68572003-10-23 Kei Sakamoto <sakamoto.kei@renesas.com>
6858
6859 * gdb.texinfo (Contributors to GDB): Replace "Renesas"
6860 with "Hitachi" and "Mitsubishi".
6861
68622003-10-20 Andrew Cagney <cagney@redhat.com>
6863
6864 * gdbint.texinfo (Target Architecture Definition): Document
6865 gdbarch_return_value. Add cross references from
6866 USE_STRUCT_CONVENTION, EXTRACT_RETURN_VALUE, and
6867 STORE_RETURN_VALUE, and from/to EXTRACT_STRUCT_VALUE_ADDRESS.
6868
68692003-10-18 Mark Kettenis <kettenis@gnu.org>
6870
6871 * gdbint.texinfo (Target Architecture Definition): Document
6872 regset_from_core_section.
6873
68742003-10-16 Kei Sakamot Sakamoto <sakamoto.kei@renesas.com>
6875
6876 * gdb.texinfo (M32R/D): Mention m32rsdi target.
6877
68782003-10-15 Kevin Buettner <kevinb@redhat.com>
6879
6880 From Anthony Green <green@redhat.com>:
6881 * gdb.texinfo (Breakpoints related warnings): Insert into menu.
6882
68832003-10-14 Kevin Buettner <kevinb@redhat.com>
6884
6885 * gdb.texinfo (Breakpoint related warnings): New node.
6886 * gdbint.texinfo (ADJUST_BREAKPOINT_ADDRESS): Document.
6887
68882003-10-13 Daniel Jacobowitz <drow@mvista.com>
6889
6890 * gdb.texinfo (Remote Protocol): Document v and vCont.
6891
68922003-10-10 Kei Sakamoto <sakamoto.kei@renesas.com>
6893
6894 * gdb.texinfo: Replace "Hitachi" and "Mitsubishi" with "Renesas".
6895 * gdbint.texinfo: Ditto.
6896
68972003-10-09 Andrew Cagney <cagney@redhat.com>
6898
6899 From 2003-09-18 David Anderson <davea@sgi.com>:
6900 * gdb.texinfo (GDB/MI Symbol Query): Replace "comamnd" with
6901 "command".
6902
69032003-10-03 Andrew Cagney <cagney@redhat.com>
6904
6905 * gdbint.texinfo (Target Architecture Definition): Deprecate
6906 IBM6000_TARGET. Mention that it implies an RS/6000 system and not
6907 just target.
6908
69092003-10-02 Andrew Cagney <cagney@redhat.com>
6910
6911 * gdbint.texinfo (Target Architecture Definition): Rename
6912 REGISTER_RAW_SIZE to DEPRECATED_REGISTER_RAW_SIZE.
6913 * gdb.texinfo (Packets, Stop Reply Packets): Ditto.
6914 * gdbint.texinfo (Target Architecture Definition): Rename
6915
69162003-09-30 Andrew Cagney <cagney@redhat.com>
6917
6918 REGISTER_VIRTUAL_SIZE to DEPRECATED_REGISTER_VIRTUAL_SIZE.
6919 (Target Architecture Definition):
6920
6921 * gdbint.texinfo (Target Architecture Definition): Rename
6922 REGISTER_VIRTUAL_TYPE to DEPRECATED_REGISTER_VIRTUAL_TYPE.
6923
69242003-09-29 Andrew Cagney <cagney@redhat.com>
6925
6926 * gdbint.texinfo (Target Architecture Definition): Delete
6927 documentation for NEED_TEXT_START_END.
6928
6929 * gdbint.texinfo (Target Architecture Definition): Rename
6930 NPC_REGNUM to DEPRECATED_NPC_REGNUM. Add cross reference to
6931 TARGET_WRITE_PC.
6932
69332003-09-22 Michael Chastain <mec@shout.net>
6934
6935 * gdbint.texinfo (Testsuite Organization): Change gdb.c++ to gdb.cp.
6936
69372003-09-21 Anthony Green <green@redhat.com>
6938
6939 * gdbint.texinfo (Target Architecture Definition): Fix typos.
6940
69412003-09-21 Mark Kettenis <kettenis@gnu.org>
6942
6943 * gdbint.texinfo (Target Architecture Definition): Document
6944 stabs_argument_has_addr.
6945
69462003-09-18 Andrew Cagney <cagney@redhat.com>
6947
6948 * gdbint.texinfo (Target Architecture Definition): Delete
6949 documentation on REGISTER_NAMES.
6950
69512003-09-13 Mark Kettenis <kettenis@gnu.org>
6952
6953 * gdbint.texinfo (Target Architecture Definition): Replace
6954 REG_STRUCT_HAS_ADDR with DEPRECATED_REG_STRUCT_HAS_ADDR.
6955
69562003-09-11 Andrew Cagney <cagney@redhat.com>
6957
6958 * gdbint.texinfo (Target Architecture Definition): Replace
6959 STACK_ALIGN with DEPRECATED_STACK_ALIGN.
6960
69612003-08-18 Andrew Cagney <cagney@redhat.com>
6962
6963 * gdbint.texinfo (Target Architecture Definition): Document
6964 "frame_red_zone_size".
6965
69662003-08-09 Andrew Cagney <cagney@redhat.com>
6967
6968 * gdb.texinfo (Backtrace): Replace "set/show backtrace-below-main"
6969 with "set/show backtrace past-main" and "set/show backtrace
6970 limit".
6971
69722003-08-08 H.J. Lu <hongjiu.lu@intel.com>
6973
6974 * Makefile.in (install-info): Support DESTDIR.
6975 (install-html): Likewise.
6976
69772003-08-07 Andrew Cagney <cagney@redhat.com>
6978
6979 Patch from Nick Roberts.
6980 * gdb.texinfo (Using GDB under GNU Emacs): Fix/update key
6981 bindings. Remove description of send-gdb-command.
6982
69832003-08-07 Andrew Cagney <cagney@redhat.com>
6984
6985 * gdb.texinfo (Mode Options): Mention that "mi2" was included in
6986 GDB 6.0.
6987
69882003-08-06 Andrew Cagney <cagney@redhat.com>
6989
6990 * gdb.texinfo (Mode Options): Mention that level three is the
6991 highest available and that level 2 is deprecated.
6992 (Annotations Overview): Mention annotation levels. Cross reference
6993 to "Limitations of the Annotation Interface" in annotate.texi.
6994 (TODO, Value Annotations, Frame Annotations): Delete section.
6995 (Displays, Breakpoint Info): Delete.
6996
69972003-08-04 Andrew Cagney <cagney@redhat.com>
6998
6999 * agentexpr.texi: Delete @bye.
7000 * Makefile.in (STABS_DOC_SOURCE_INCLUDES): Add "fdl.texi"
7001 (stabs.info): Add $(srcdir) to include search path.
7002 (html): Depend on "annotate_toc.html", and not "annotate.html".
7003 * stabs.texinfo: Ditto. Include "fdl.texi".
7004 * gdbint.texinfo: Update copyright statement's list of invariant
7005 sections.
7006
70072003-07-28 Andrew Cagney <cagney@redhat.com>
7008
7009 * Makefile.in (INFO_DEPS): Add annotate.info.
7010 (dvi, ps, html, pdf): Add annotate.
7011 (ANNOTATE_DOC_SOURCE_INCLUDES): New macro.
7012 (ANNOTATE_DOC_BUILD_INCLUDES): New macro.
7013 (ANNOTATE_DOC_FILES): New macro.
7014 (ANNOTATE_TEX_TMPS): New macro.
7015 (annotate.info, annotate_toc.html): Specify dependencies.
7016 (annotate.ps, annotate.pdf, annotate.dvi): Ditto.
7017 * annotate.texinfo: Rename annotate.texi. Get building. Add
7018 "Migrating to GDB/MI" and "Limitations of the Annotation
7019 Interface" chapters. Mention why it is not part of the user
7020 guide. Update copyright notice. Include "fdl.texi".
7021
70222003-07-26 Stephane Carrez <stcarrez@nerim.fr>
7023
7024 * gdb.texinfo (TUI Keys): Document C-x o key to switch active window.
7025
70262003-07-24 Daniel Jacobowitz <drow@mvista.com>
7027
7028 * gdbint.texinfo (libgdb components): Correct a GDB to GDBN.
7029
70302003-07-24 Daniel Jacobowitz <drow@mvista.com>
7031
7032 * gdb.texinfo (Server): Mention pidof.
7033
70342003-07-22 Andrew Cagney <cagney@redhat.com>
7035
7036 * gdbint.texinfo (Coding): Add -Wformat-nonliteral to -Werror
7037 list.
7038
70392003-06-28 Daniel Jacobowitz <drow@mvista.com>
7040
7041 * gdb.texinfo (Logging output): New chapter.
7042
70432003-06-24 Joel Brobecker <brobecker@gnat.com>
7044
7045 * gdb.texinfo (Unsupported languages): New section.
7046 (Languages): Add link to new section.
7047
70482003-06-22 Andrew Cagney <cagney@redhat.com>
7049
7050 * gdb.texinfo (Contributors): Mention 6.0 release engineer.
7051
70522003-06-22 Daniel Jacobowitz <drow@mvista.com>
7053
7054 * gdbint.texinfo (Coding): Clarify use of gdb_XXX.h headers.
7055
70562003-06-22 Daniel Jacobowitz <drow@mvista.com>
7057
7058 * Makefile.in (SFILES_INCLUDED): Add agentexpr.texi.
7059 * agentexpr.texi: Retitle section, and change it to an appendix.
7060 Comment out texinfo initialization. Factor a @var{} into two
7061 pieces to prevent makeinfo warnings.
7062 * gdb.texinfo: Add Agent Expressions appendix.
7063
70642003-06-19 Daniel Jacobowitz <drow@mvista.com>
7065
7066 * gdbint.texinfo (Native Conditionals): Remove PREPARE_TO_PROCEED.
7067
70682003-06-18 Daniel Jacobowitz <drow@mvista.com>
7069
7070 * gdb.texinfo (Remote Debugging): New section "Connecting to a
7071 remote target". Document the "detach" and "disconnect" commands.
7072 (Server, Netware, Debug Session): Reference "Connecting to a
7073 remote target".
7074 (GDB/MI Target Manipulation): Document "-target-disconnect".
7075
70762003-06-13 Andrew Cagney <cagney@redhat.com>
7077
7078 * gdbint.texinfo (Target Architecture Definition): Deprecate
7079 REMOTE_BREAKPOINT, LITTLE_REMOTE_BREAKPOINT, and
7080 BIG_REMOTE_BREAKPOINT. Cross reference BREAKPOINT_FROM_PC.
7081
70822003-06-09 Jim Blandy <jimb@redhat.com>
7083
7084 * gdb.texinfo (Separate Debug Files): Remove extra semicolon.
7085
70862003-06-08 Andrew Cagney <cagney@redhat.com>
7087
7088 * gdbint.texinfo (Target Architecture Definition): Delete
7089 documentation on FRAME_ARGS_ADDRESS_CORRECT.
7090
70912003-06-08 Andrew Cagney <cagney@redhat.com>
7092
7093 * gdbint.texinfo (Target Architecture Definition): Document
7094 "unwind_sp". Cross reference "unwind_sp" and TARGET_READ_SP.
7095
70962003-06-07 Adam Fedor <fedor@gnu.org>
7097
7098 * gdb.texinfo: Add Objective-C documentation.
7099
71002003-06-01 Andrew Cagney <cagney@redhat.com>
7101
7102 * gdbint.texinfo (Target Architecture Definition): Add "func_addr"
7103 parameter to "push_dummy_call". Rename "dummy_addr" to "bp_addr".
7104
71052003-05-21 Andrew Cagney <cagney@redhat.com>
7106
7107 * gdbint.texinfo (Target Architecture Definition): Delete
7108 references to "extract_address" and "store_address".
7109
71102003-05-16 Andrew Cagney <cagney@redhat.com>
7111
7112 * gdbint.texinfo (Target Architecture Definition): Replace
7113 REGISTER_BYTES with DEPRECATED_REGISTER_BYTES. Fix typo,
7114 DEPRECATED_REGISTER_SIZE instead of REGISTER_BYTE.
7115
71162003-05-14 Theodore A. Roth <troth@openavr.org>
7117
7118 * gdbint.texinfo (Breakpoint Handling): Correct a double negative.
7119
71202003-05-10 H.J. Lu <hongjiu.lu@intel.com>
7121
7122 * Makefile.in (gdb-cfg.texi): Replace $$LN_S with $(LN_S).
7123 (gdb.dvi): Likewise.
7124 (gdb.pdf): Likewise.
7125 (links2roff): Likewise.
7126
71272003-05-08 Jim Blandy <jimb@redhat.com>
7128
7129 * gdb.texinfo (Dump/Restore Files): Update documentation for
7130 'dump', 'append', and 'restore': note that format argument is
7131 optional; simplify presentation of the command variants; and be
7132 more precise about the formats.
7133
71342003-05-07 Jim Blandy <jimb@redhat.com>
7135
7136 * gdb.texinfo (Symbols): Update documentation: 'maint list
7137 symtabs' and 'maint list psymtabs' have been renamed 'maint info
7138 symtabs' and 'maint info psymtabs'.
7139
71402003-05-05 Andrew Cagney <cagney@redhat.com>
7141
7142 * gdbint.texinfo (Target Architecture Definition): Make
7143 CALL_DUMMY_WORDS, SIZEOF_CALL_DUMMY_WORDS, CALL_DUMMY_LENGTH,
7144 FIX_CALL_DUMMY, CALL_DUMMY_BREAKPOINT_OFFSET and
7145 CALL_DUMMY_BREAKPOINT_OFFSET deprecated.
7146
71472003-05-04 Andrew Cagney <cagney@redhat.com>
7148
7149 * gdb.texinfo (Maintenance Commands): Document "maint print
7150 dummy-frames".
7151
71522003-05-04 Andrew Cagney <cagney@redhat.com>
7153
7154 * gdb.texinfo (GDB/MI Symbol Query): Use @{ and @}.
7155
71562003-05-03 J. Brobecker <brobecker@gnat.com>
7157
7158 Thierry Schneider <tpschneider1@yahoo.com>
7159 * gdb.texinfo (section GDB/MI Symbol Query): Add documentation
7160 for new MI command.
7161
71622003-05-03 Andrew Cagney <cagney@redhat.com>
7163
7164 * gdbint.texinfo (Target Architecture Definition): Document
7165 push_dummy_code. Add cross references.
7166
71672003-05-02 Elena Zannoni <ezannoni@redhat.com>
7168
7169 * gdb.texinfo (Character Sets): Update to reflect new behavior of
7170 set/show charsets commands.
7171
71722003-04-28 Andrew Cagney <cagney@redhat.com>
7173
7174 * gdbint.texinfo (Target Architecture Definition): Replace
7175 read_fp, TARGET_READ_FP and FP_REGNUM, with deprecated_read_fp,
7176 DEPRECATED_TARGET_READ_FP and DEPRECATED_REGNUM.
7177
71782003-04-28 Andrew Cagney <cagney@redhat.com>
7179
7180 * gdbint.texinfo (Target Architecture Definition): Rename
7181 "tm_print_insn" to "deprecated_tm_print_insn".
7182
71832003-04-09 Jim Blandy <jimb@redhat.com>
7184
7185 * gdb.texinfo (Symbols): Document 'maint list symtabs' and 'maint
7186 list psymtabs'.
7187
71882003-04-08 Andrew Cagney <cagney@redhat.com>
7189
7190 * gdbint.texinfo (Target Architecture Definition): Delete
7191 references to EXTRA_FRAME_INFO.
7192
71932003-04-08 Andrew Cagney <cagney@redhat.com>
7194
7195 * gdbint.texinfo (Target Architecture Definition): Delete
7196 PRINT_TYPELESS_INTEGER.
7197
71982003-04-02 J. Brobecker <brobecker@gnat.com>
7199
7200 * observer.texi (GDB Observers): Adjust the documentation for the
7201 normal_stop notification to better describe reality. Fix a couple
7202 of minor typos.
7203
72042003-04-02 Bob Rossi <bob_rossi@cox.net>
7205
7206 * gdb.texinfo (GDB/MI Program Control): Add
7207 '-file-list-exec-source-file'
7208
72092003-03-31 Andrew Cagney <cagney@redhat.com>
7210
7211 * gdbint.texinfo (Target Architecture Definition): Delete
7212 references to CALL_DUMMY_P.
7213
72142003-03-30 Andrew Cagney <cagney@redhat.com>
7215
7216 * gdbint.texinfo (Target Architecture Definition): Remove
7217 reference to TARGET_WRITE_SP.
7218
72192003-03-27 Andrew Cagney <cagney@redhat.com>
7220
7221 * gdbint.texinfo (Target Architecture Definition): Remove
7222 references to write_sp.
7223
72242003-03-27 Andrew Cagney <cagney@redhat.com>
7225
7226 * gdb.texinfo (GDB/MI Variable Objects): Replace @include with
7227 chapter body. Use @smallexample instead of @example.
7228 (Annotations): Ditto.
7229 * Makefile.in (GDB_DOC_SOURCE_INCLUDES): Remove gdbmi.texinfo and
7230 annotate.texi.
7231
72322003-03-26 Andrew Cagney <cagney@redhat.com>
7233
7234 * gdbint.texinfo (Target Architecture Definition): Replace
7235 PUSH_ARGUMENTS with push_dummy_call, add gdbarch, regcache and
7236 dummy_addr parameters.
7237
72382003-03-25 Andrew Cagney <cagney@redhat.com>
7239
7240 * gdbint.texinfo (Target Architecture Definition): Delete
7241 reference to CALL_DUMMY_STACK_ADJUST_P. Rename
7242 CALL_DUMMY_STACK_ADJUST to DEPRECATED_CALL_DUMMY_STACK_ADJUST.
7243 Add reference to PUSH_ARGUMENTS.
7244
72452003-03-23 Andrew Cagney <cagney@redhat.com>
7246
7247 * gdbint.texinfo (Algorithms, Target Architecture Definition):
7248 Deprecate FRAME_CHAIN and FRAME_CHAIN_VALID.
7249
72502003-03-18 J. Brobecker <brobecker@gnat.com>
7251
7252 * gdbint.texinfo (Algorithms): Add new section describing the
7253 Observer paradigm.
7254 (Top): Add menu entry to new observer appendix.
7255 * observer.texi: New file.
7256 * Makefile.in (GDBINT_DOC_SOURCE_INCLUDES): Add dependency on
7257 new observer.texi file.
7258
72592003-03-17 Andrew Cagney <cagney@redhat.com>
7260
7261 * gdb.texinfo (DATE): Delete. Remove date from titles. Mention
7262 that GNU Press update the manual version number.
7263
72642003-03-12 Andrew Cagney <cagney@redhat.com>
7265
7266 * gdbint.texinfo (Target Architecture Definition): Delete
7267 references to get_saved_register. Rename GET_SAVED_REGISTER to
7268 DEPRECATED_GET_SAVED_REGISTER.
7269
72702003-03-13 Andrew Cagney <cagney@redhat.com>
7271
7272 * gdbint.texinfo (Target Architecture Definition): Replace
7273 POP_FRAME with DEPRECATED_POP_FRAME. Update description.
7274
72752003-03-12 Andrew Cagney <cagney@redhat.com>
7276
7277 * gdbint.texinfo (Target Architecture Definition): Rename
7278 FRAME_SAVED_PC to DEPRECATED_FRAME_SAVED_PC.
7279
72802003-03-10 Corinna Vinschen <vinschen@redhat.com>
7281
7282 * gdb.texinfo: Add File-I/O documentation.
7283
72842003-03-10 Andrew Cagney <cagney@redhat.com>
7285
7286 * gdbint.texinfo (Target Architecture Definition): Cross reference
7287 FRAME_SAVED_PC to unwind_pc. Document unwind_pc.
7288
72892003-03-07 Andrew Cagney <cagney@redhat.com>
7290
7291 * gdb.texinfo (Debugging Output): Mention the "set/show debug
7292 frame" command.
7293
72942003-03-05 Andrew Cagney <cagney@redhat.com>
7295
7296 * gdbint.texinfo (Target Architecture Definition): Document
7297 unwind_dummy_id. Cross reference unwind_dummy_id and
7298 SAVE_DUMMY_FRAME_TOS.
7299
73002003-03-05 James Ingham <jingham@apple.com>
7301 Daniel Jacobowitz <drow@mvista.com>
7302
7303 * gdb.texinfo (Configuring the current ABI): Document "set cp-abi"
7304 and "show cp-abi".
7305
73062003-03-03 Andrew Cagney <cagney@redhat.com>
7307
7308 * gdbint.texinfo (Target Architecture Definition): Document
7309 register_type.
7310
73112003-03-03 Andrew Cagney <cagney@redhat.com>
7312
7313 * stabs.texinfo (Structures): Use @samp and separate @var's
7314 instead of a single @var containing a comma separated list.
7315 (Unions): Ditto.
7316
73172003-03-02 Daniel Jacobowitz <drow@mvista.com>
7318
7319 * Makefile.in (distclean): Remove config.log.
7320
73212003-03-01 Andrew Cagney <cagney@redhat.com>
7322
7323 * gdbint.texinfo (Target Architecture Definition): Rename
7324 FRAME_INIT_SAVED_REGS to DEPRECATED_FRAME_INIT_SAVED_REGS.
7325
73262003-03-01 Andrew Cagney <cagney@redhat.com>
7327
7328 * gdbint.texinfo: Rename INIT_EXTRA_FRAME_INFO to
7329 DEPRECATED_INIT_EXTRA_FRAME_INFO.
7330
73312003-02-23 Raoul Gough <RaoulGough@yahoo.co.uk>
7332
7333 * gdb.texinfo (Cygwin Native): Links to Non-debug DLL symbols.
7334 (Non-debug DLL symbols): New node, describing the minimal symbols
7335 loaded from DLLs without real debugging symbols.
7336
73372003-02-20 Andrew Cagney <ac131313@redhat.com>
7338
7339 * gdb.texinfo (Set Breaks): Add cross reference to "set remote
7340 hardware-breakpoint-limit".
7341 (Set Watchpoints): Add cross reference to "set remote
7342 hardware-watchpoint-limit".
7343 (Remote configuration options): New section.
7344
73452003-02-04 Andrew Cagney <ac131313@redhat.com>
7346
7347 * gdbint.texinfo (Target Architecture Definition): Delete
7348 descrption of IS_TRAPPED_INTERNALVAR.
7349
7350 From Keith Seitz <keiths@redhat.com>:
7351 * gdb.texinfo (Interpreters): New chapter. Refer the command-line
7352 option "-i"/"--interpreter" to this chapter. Include index
7353 entries.
7354
73552003-02-04 David Carlton <carlton@math.stanford.edu>
7356
7357 * gdb.texinfo (C@t{++}): Recommend DWARF 2, then stabs+.
7358 (Variables): Recommend stabs+ and DWARF 2.
7359 (C plus plus expressions): Correct info about
7360 compiler versions, debug formats.
7361 (Contributors): Change 'DWARF2' to 'DWARF 2'.
7362 PR symtab/874.
7363
73642003-02-01 Andrew Cagney <ac131313@redhat.com>
7365
7366 * gdbint.texinfo (Target Architecture Definition): Delete
7367 description of ADDITIONAL_OPTIONS, ADDITIONAL_OPTION_CASES,
7368 ADDITIONAL_OPTION_HANDLER, and ADDITIONAL_OPTION_HELP, and
7369 BEFORE_MAIN_LOOP_HOOK, and DBX_PARM_SYMBOL_CLASS along with
7370 references to nindy and i960.
7371 * gdb.texinfo (i960): Delete all references to i960 and nindy.
7372
73732003-02-01 Andrew Cagney <ac131313@redhat.com>
7374
7375 * gdbint.texinfo (Target Architecture Definition): Delete
7376 FLOAT_INFO.
7377
73782003-01-30 Andrew Cagney <ac131313@redhat.com>
7379
7380 * stabs.texinfo (Member Type Descriptor): Clarify description of
7381 `@'. Suggested by Ben Hutchings.
7382
73832003-01-29 Andrew Cagney <ac131313@redhat.com>
7384
7385 * gdb.texinfo (M68K): Delete reference to es1800.
7386
73872003-01-29 Andrew Cagney <ac131313@redhat.com>
7388
7389 * gdb.texinfo (Maintenance Commands): Document `maint print
7390 reggroups' and `maint print register-groups'.
7391 * gdbint.texinfo (Target Architecture Definition): Document
7392 register_reggroup_p.
7393
73942003-01-23 Jim Blandy <jimb@redhat.com>
7395
7396 * gdb.texinfo (Separate Debug Files): New section.
7397
73982003-01-22 Daniel Jacobowitz <drow@mvista.com>
7399
7400 * gdb.texinfo (Maintenance Commands): Add "maint set profile"
7401 and "maint show profile".
7402
74032003-01-16 Michael Chastain <mec@shout.net>
7404
7405 * gdb.texinfo (Installing GDB): Warn against
7406 ".../gdb-VERSION/gdb/configure".
7407 (Separate Objdir): Likewise.
7408
74092003-01-15 Andrew Cagney <ac131313@redhat.com>
7410
7411 * gdbint.texinfo (Target Architecture Definition): Delete
7412 definition of PRINT_REGISTER_HOOK.
7413
74142003-01-15 Elena Zannoni <ezannoni@redhat.com>
7415
7416 (OpenRISC 1000): Fix formatting of command names.
7417
74182003-01-15 Elena Zannoni <ezannoni@redhat.com>
7419
7420 * gdb.texinfo (Continuing and Stepping): Add new command
7421 'advance'. Clarify behavior of 'until'.
7422
74232003-01-13 Daniel Jacobowitz <drow@mvista.com>
7424
7425 * gdb.texinfo (Files): Document solib-absolute-prefix and
7426 solib-search-path.
7427
74282003-01-09 Michael Chastain <mec@shout.net>
7429
7430 * gdbint.texinfo (Configuring @value{GDBN} for Release): Delete.
7431 (Create a Release): Add new instructions for new @file{src-release}.
7432 Document existing instructions for @file{Makefile.in} as
7433 being for @value{GDBN} 5.3.1 or earlier.
7434
74352003-01-09 Andrew Cagney <ac131313@redhat.com>
7436
7437 * gdbint.texinfo (Target Architecture Definition): Mention
7438 frame_saved_regs_zalloc and frame_extra_info_zalloc as the way to
7439 allocate memory.
7440
74412003-01-04 Daniel Jacobowitz <drow@mvista.com>
7442
7443 * gdb.texinfo (Controlling GDB): Add @kindex for
7444 "show osabi".
7445 (Backtraces): Add @kindex's for backtrace-below-main.
7446
74472003-01-04 Daniel Jacobowitz <drow@mvista.com>
7448
7449 * gdb.texinfo (Controlling GDB): Document "set osabi".
7450
74512003-01-04 Daniel Jacobowitz <drow@mvista.com>
7452
7453 * gdb.texinfo (Backtraces): Document "set backtrace-below-main".
7454 * gdbint.texinfo (FRAME_CHAIN_VALID): Update documentation.
7455
74562003-01-04 Daniel Jacobowitz <drow@mvista.com>
7457
7458 * gdb.texinfo (Controlling GDB): Add ABI section. Document
7459 "set coerce-float-to-double".
7460 * gdbint.texinfo (COERCE_FLOAT_TO_DOUBLE): Remove documentation.
7461
74622003-01-02 Andrew Cagney <ac131313@redhat.com>
7463
7464 * stabs.texinfo: Remove obsolete text.
7465 * gdbint.texinfo: Ditto.
7466 * gdb.texinfo: Ditto.
7467
74682002-12-22 Mark Kettenis <kettenis@gnu.org>
7469
7470 * gdbint.texinfo (Target Architecture Definition): Update
7471 description of gdbarch_register_osabi.
7472
74732002-12-20 Kazu Hirata <kazu@cs.umass.edu>
7474
7475 * agentexpr.texi: Fix typos.
7476 * annotate.texi: Likewise.
7477 * fdl.texi: Likewise.
7478
74792002-12-10 Andrew Cagney <cagney@redhat.com>
7480
7481 * gdbint.texinfo (Algorithms): Replace INIT_FRAME_PC with
7482 DEPRECATED_INIT_FRAME_PC.
7483
74842002-12-01 Andrew Cagney <ac131313@redhat.com>
7485
7486 * gdbint.texinfo (Target Architecture Definition): Delete
7487 PC_IN_CALL_DUMMY.
7488
74892002-11-28 Andrew Cagney <ac131313@redhat.com>
7490
7491 * gdbint.texinfo (Host Definition): Delete documentation on
7492 USE_GENERIC_DUMMY_FRAMES.
7493
74942002-11-26 Elena Zannoni <ezannoni@redhat.com>
7495
7496 Fix PR gdb/723 and PR gdb/245.
7497 * Makefile.in (install-info): Run the install-info command as part
7498 of the post install steps only.
7499 (uninstall-info): New target.
7500 (uninstall): New target.
7501
75022002-11-22 Elena Zannoni <ezannoni@redhat.com>
7503
7504 * Makefile.in (install): Make install do some real work.
7505
75062002-11-19 Andrew Cagney <ac131313@redhat.com>
7507
7508 Fix POSIX problem reported by Paul Eggert.
7509 * Makefile.in (GDBvn.texi): Use `sed q' instead of `head -1'.
7510 Fix PR gdb/527.
7511
75122002-10-26 Andrew Cagney <cagney@redhat.com>
7513
7514 * gdbint.texinfo (Target Architecture Definition): Delete
7515 definition of DO_REGISTERS_INFO.
7516
75172002-10-18 Kevin Buettner <kevinb@redhat.com>
7518
7519 * gdbint.texinfo (Address Classes): Fix problems with insertion
7520 of ``{'' and ``}'' in example.
7521
75222002-10-17 Kevin Buettner <kevinb@redhat.com>
7523
7524 * gdbint.texinfo (Address Classes): New section.
7525 (Target Conditionals): Document ADDRESS_CLASS_NAME_TO_TYPE_FLAGS,
7526 ADDRESS_CLASS_NAME_TO_TYPE_FLAGS_P, ADDRESS_CLASS_TYPE_FLAGS,
7527 ADDRESS_CLASS_TYPE_FLAGS_P, ADDRESS_CLASS_TYPE_FLAGS_TO_NAME, and
7528 ADDRESS_CLASS_TYPE_FLAGS_TO_NAME_P.
7529
75302002-10-11 Klee Dienes <kdienes@apple.com>
7531
7532 * gdb.texinfo (Registers): Mention vector registers as well as
7533 floating registers in the documentation for 'info registers' and
7534 'info all-registers'.
7535
75362002-10-11 Daniel Jacobowitz <drow@mvista.com>
7537
7538 * gdbint.texinfo (CPLUS_MARKER): Remove item.
7539
75402002-10-03 Jeff Johnston <jjohnstn@redhat.com>
7541
7542 * gdbint.texinfo (Item Output Functions): Add new ui_out_field_fmt_int
7543 interface definition.
7544
75452002-10-03 Marko Mlinar <markom@opencores.org>
7546
7547 * gdb.texinfo (Target Commands): Add or1k target specific
7548 commands.
7549 * gdb.texinfo (Contributors): Add myself to the contributors list.
7550
75512002-10-01 Andrew Cagney <ac131313@redhat.com>
7552
7553 * gdb.texinfo (Mode Options): Update --interpreter option. "mi2"
7554 and "mi1" instead of "mi1" and "mi0".
7555
75562002-09-29 Hans-Peter Nilsson <hp@bitrange.com>
7557
7558 * gdb.texinfo (Packets): Fix typos "alligned".
7559 Correct z3/Z3 description. Correct z4/Z4 title.
7560
75612002-09-27 Andrew Cagney <ac131313@redhat.com>
7562
7563 * all-cfg.texi: Use @sc for GDB and GCC. Update copyright.
7564
75652002-09-25 Kevin Buettner <kevinb@redhat.com>
7566
7567 * gdb.texinfo: Use GNU/Linux instead of Linux.
7568
75692002-09-25 Andrew Cagney <ac131313@redhat.com>
7570
7571 * gdb.texinfo (Packets): Replace @samp{} with ``an empty string''.
7572
75732002-09-24 Andrew Cagney <ac131313@redhat.com>
7574
7575 * gdb.texinfo: Replace @example with @smallexample.
7576
75772002-09-20 Kevin Buettner <kevinb@redhat.com>
7578
7579 From Eli Zaretskii <eliz@gnu.org>:
7580 * gdb.texinfo (Character Sets): Use @smallexample instead of
7581 @example. Use GNU/Linux instead of Linux.
7582
75832002-09-20 Jim Blandy <jimb@redhat.com>
7584
7585 * gdb.texinfo: Add character set documentation.
7586
75872002-09-19 Andrew Cagney <ac131313@redhat.com>
7588
7589 * gdb.texinfo (Packets): Revise `z' and `Z' packet documentation.
7590 (Packets): Add cross reference from `b' packet to `z' packets.
7591
75922002-09-19 Andrew Cagney <ac131313@redhat.com>
7593
7594 * gdb.texinfo (Maintenance Commands): Document ``maint
7595 internal-error'' and ``maint internal-warning''.
7596
7597 * gdbint.texinfo (Target Architecture Definition): Revise
7598 description of STACK_ALIGN. Add description of FRAME_ALIGN.
7599
76002002-09-19 Joel Brobecker <brobecker@gnat.com>
7601
7602 * gdbint.texinfo (Target Conditionals): Document the new
7603 NAME_OF_MALLOC macro.
7604
76052002-09-05 Andrew Cagney <ac131313@redhat.com>
7606
7607 * gdb.texinfo (Contributors): Mention 5.2 and 5.3 release
7608 engineer.
7609
76102002-09-02 Stephane Carrez <stcarrez@nerim.fr>
7611
7612 * gdb.texinfo (TUI Overview): Document status line fields.
7613
76142002-09-02 Stephane Carrez <stcarrez@nerim.fr>
7615
7616 * gdb.texinfo (TUI Commands): Document info win command.
7617
76182002-09-01 Stephane Carrez <stcarrez@nerim.fr>
7619
7620 * gdb.texinfo (TUI Overview): Document breakpoint markers.
7621
76222002-09-01 Stephane Carrez <stcarrez@nerim.fr>
7623
7624 * gdb.texinfo (TUI Single Key Mode): Document new SingleKey mode.
7625 (TUI Keys): Likewise.
7626
76272002-08-25 Andrew Cagney <ac131313@redhat.com>
7628
7629 * gdb.texinfo (Examples): Use ``->'' for a packet send and ``<-''
7630 for a packet receive.
7631
76322002-08-25 Andrew Cagney <ac131313@redhat.com>
7633
7634 * Makefile.in (clean): Move to end of file.
7635 (distclean, maintainer-clean, realclean): Ditto.
7636 (mostlyclean): Move rule to end of file. Use GDB_TEX_TMPS,
7637 GDBINT_TEX_TMPS, STABS_TEX_TMPS.
7638 (gdb.dvi, gdb.pdf): Do not cleanup TeX temp files after texi2dvi.
7639 (gdbint.dvi, gdbint.pdf, stabs.dvi, stabs.pdf): Ditto.
7640
76412002-08-24 Andrew Cagney <ac131313@redhat.com>
7642
7643 * Makefile.in (GDBINT_TEX_TMPS): Define.
7644 (gdbint.dvi, gdbint.pdf): Use
7645 (GDB_TEX_TMPS): Define.
7646 (gdb.dvi, gdb.pdf): Use.
7647 (STABS_TEX_TMPS): Define.
7648 (stabs.dvi, stabs.pdf): Use.
7649 (GDB_DOC_SOURCE_INCLUDES): New macros.
7650 (GDB_DOC_BUILD_INCLUDES, GDB_DOC_FILES): New macros.
7651 (GDBINT_DOC_FILES_INCLUDES): New macros.
7652 (GDBINT_DOC_BUILD_INCLUDES): New macros.
7653 (GDBINT_DOC_FILES, STABS_DOC_SOURCE_INCLUDES): New macros.
7654 (STABS_DOC_BUILD_INCLUDES, STABS_DOC_FILES): New macros.
7655 (SFILES_DOC, SFILES_INCLUDED, SFILES_LOCAL): Delete macros.
7656 (links2roff): Replace SFILES_INCLUDED with
7657 GDB_DOC_SOURCE_INCLUDES.
7658 (gdb.dvi, gdb_toc.html, gdb.pdf, gdb.info): Update dependencies.
7659 (gdb.me, gdb.mm, gdb.ms): Update dependencies.
7660 (gdbint.dvi, gdbint_toc.html, gdbint.pdf, gdbint.info): Update
7661 dependencies.
7662 (stabs.info, stabs_toc.html, stabs.pdf, stabs.dvi): Update
7663 dependencies.
7664 (gdbmi.texinfo): Delete rule.
7665 (inc-hist.texinfo): Delete rule.
7666 (rluser.texinfo): Delete rule.
7667
76682002-08-23 Andrew Cagney <cagney@redhat.com>
7669
7670 * gdbint.texinfo (Target Architecture Definition): Update
7671 STORE_RETURN_VALUE, mention regcache.
7672
76732002-08-21 Andrew Cagney <ac131313@redhat.com>
7674
7675 * gdbint.texinfo (Target Architecture Definition): Document
7676 print_registers_info. Note that DO_REGISTERS_INFO is deprecated.
7677
76782002-08-19 Andrew Cagney <ac131313@redhat.com>
7679
7680 * gdb.texinfo (Remote Protocol): Reformat. Use cross references.
7681 Fix minor typos. Add index entries.
7682
76832002-08-18 Andrew Cagney <ac131313@redhat.com>
7684
7685 * gdb.texinfo (Data): Add ``Vector Unit'' to menu.
7686
76872002-08-15 Andrew Cagney <ac131313@redhat.com>
7688
7689 * gdbint.texinfo (Target Architecture Definition): Document
7690 PRINT_VECTOR_INFO.
7691 * gdb.texinfo (Vector Unit): Document "info vectors" command.
7692
76932002-08-13 Andrew Cagney <ac131313@redhat.com>
7694
7695 * gdb.texinfo (Maintenance Commands): Document "maint print
7696 registers", "maint print raw-registers" and "maint print
7697 cooked-registers".
7698
76992002-08-08 Grace Sainsbury <graces@redhat.com>
7700
7701 From Mark Salter:
7702 * gdb.texinfo (Protocol): Document T packet extension to
7703 allow watchpoint address reporting.
7704
77052002-08-03 Andrew Cagney <ac131313@redhat.com>
7706
7707 * gdb.texinfo (Dump/Restore Files): Move `[]' to outside of @var.
7708
77092002-08-01 Andrew Cagney <cagney@redhat.com>
7710
7711 * stabs.texinfo, gdb.texinfo, gdbint.texinfo: Obsolete references
7712 to CHILL.
7713
77142002-08-01 Andrew Cagney <ac131313@redhat.com>
7715
7716 * gdbint.texinfo (Coding): Revise section "Include Files".
7717
77182002-07-24 Andrew Cagney <cagney@redhat.com>
7719
7720 * gdbint.texinfo: Obsolete references to m88k.
7721 * gdb.texinfo: Ditto.
7722
77232002-07-10 Joel Brobecker <brobecker@gnat.com>
7724
7725 * gdbint.texinfo (Create a release candiate): Add the location
7726 where the proper version of autoconf can be retrieved.
7727
77282002-07-09 Don Howard <dhoward@redhat.com>
7729
7730 * gdb.texinfo (Command Files): Further describe the behavior of
7731 sourced command files.
7732
77332002-06-27 Andrew Cagney <ac131313@redhat.com>
7734
7735 * gdbint.texinfo (User Interface): ISO C rather than ISO-C.
7736 (Coding): Clarify ISO C version that GDB assumes.
7737
77382002-06-26 Tom Tromey <tromey@redhat.com>
7739
7740 * gdbint.texinfo (User Interface): Mention add_setshow_cmd and
7741 add_setshow_cmd_full.
7742
77432002-06-25 Don Howard <dhoward@redhat.com>
7744
7745 * gdb.texinfo (Memory Region Attributes): Document new behavior
7746 for 'mem' command.
7747
77482002-06-11 Jim Blandy <jimb@redhat.com>
7749
7750 * gdb.texinfo (Symbols): Update documentation for `info source'
7751 command.
7752
7753 * gdb.texinfo (Macros): Call the command `info macro', not
7754 `show macro'.
7755
77562002-06-09 Andrew Cagney <ac131313@redhat.com>
7757
7758 * gdbint.texinfo (Coding): Add section ``Per-architecture module
7759 data''.
7760
77612002-06-09 Mark Kettenis <kettenis@gnu.org>
7762
7763 * gdbint.texinfo (Target Architecture Definition): Document
7764 GDB_OSABI_GO32 and GDB_OSABI_NETWARE.
7765
77662002-06-08 Andrew Cagney <ac131313@redhat.com>
7767
7768 * gdbint.texinfo (Releasing GDB): Fix typos in @itemize @bullet
7769 lists.
7770
77712002-06-08 Andrew Cagney <ac131313@redhat.com>
7772
7773 * gdbint.texinfo (Releasing GDB): Revise the section ``Cut the
7774 Branch''.
7775
77762002-06-01 Andrew Cagney <ac131313@redhat.com>
7777
7778 * gdbint.texinfo (Target Architecture Definition): Add section
7779 ``Converting an existing Target Architecture to Multi-arch''.
7780
77812002-05-30 Andrew Cagney <ac131313@redhat.com>
7782
7783 * gdbint.texinfo (Releasing GDB): Rename ``Obsoleting any code''
7784 to ``Obsoleting code''. Revise.
7785
77862002-05-17 Jim Blandy <jimb@redhat.com>
7787
7788 * gdb.texinfo (C Preprocessor Macros): New chapter.
7789 Include it in the main menu.
7790 (Contributors): Credit Jim Blandy with macro support.
7791 (Compilation): Explain how to get macro information into the
7792 executable.
7793 (Expressions): Note that preprocessor macros are expanded.
7794
77952002-05-14 Daniel Jacobowitz <drow@mvista.com>
7796
7797 * gdb.texinfo (Debug Session): Document new `udp:' and `tcp:'
7798 options for `target remote'.
7799
78002002-05-13 Andrew Cagney <ac131313@redhat.com>
7801
7802 * gdbint.texinfo (Target Architecture Definition): Delete
7803 documentation on NNPC_REGNUM.
7804
78052002-05-11 Andrew Cagney <ac131313@redhat.com>
7806
7807 * gdbint.texinfo (Target Architecture Definition): Document
7808 REGISTER_TO_VALUE and VALUE_TO_REGISTER and CONVERT_REGISTER_P.
7809 (Target Architecture Definition): Revise section `Using Different
7810 Register and Memory Data Representations'. Add section `Raw and
7811 Virtual Register Representations'.
7812
78132002-05-11 Andrew Cagney <ac131313@redhat.com>
7814
7815 * gdbint.texinfo (Target Architecture Definition): Mention
7816 defaults for REGISTER_VIRTUAL_SIZE and REGISTER_RAW_SIZE.
7817 (Target Architecture Definition): Mention same. Add references to
7818 web pages.
7819
78202002-05-08 Michael Snyder <msnyder@redhat.com>
7821
7822 * stabs.texinfo (Attributes): Document new "vector" attribute.
7823
78242002-05-04 Andrew Cagney <ac131313@redhat.com>
7825
7826 * gdbint.texinfo (Releasing GDB): Revise `Create a Release'.
7827
78282002-05-04 Andrew Cagney <ac131313@redhat.com>
7829
7830 * gdb.texinfo: Delete obsolete references to a29k.
7831
78322002-04-24 Andrew Cagney <ac131313@redhat.com>
7833
7834 * gdbint.texinfo (Target Architecture Definition): Replace
7835 IN_SIGTRAMP with PC_IN_SIGTRAMP.
7836
78372002-04-24 David S. Miller <davem@redhat.com>
7838
7839 * gdbint.texinfo (REGISTER_IN_WINDOW): Delete definition.
7840
78412002-04-21 David S. Miller <davem@redhat.com>
7842
7843 * gdbint.texinfo (SKIP_PROLOGUE_FRAMELESS_P): Delete definition.
7844
78452002-04-21 Andrew Cagney <ac131313@redhat.com>
7846
7847 * gdbint.texinfo (Target Architecture Definition): Delete
7848 definition of HAVE_REGISTER_WINDOWS.
7849
78502002-04-19 Eli Zaretskii <eliz@gnu.org>
7851
7852 * gdbint.texinfo (Releasing GDB, Coding): Fix typos. Reported by
7853 "Theodore A. Roth" <troth@verinet.com>.
7854
78552002-04-15 Don Howard <dhoward@redhat.com>
7856
7857 From Eli Zaretskii <eliz@gnu.org>
7858 * gdb.texinfo (show max-user-call-depth): Correct formatting.
7859 Provide a better explaination of this feature.
7860
78612002-04-14 Andrew Cagney <ac131313@redhat.com>
7862
7863 * gdbint.texinfo (Target Architecture Definition): Remove
7864 FRAME_CHAIN_COMBINE.
7865
78662002-04-12 Michael Chastain <mec@shout.net>
7867
7868 * gdbint.texinfo (Obsolete Conditionals): Remove reference to
7869 REG_STACK_SEGMENT.
7870
78712002-04-09 Michael Chastain <mec@shout.net>
7872
7873 * gdbint.texinfo (Obsolete Conditionals): Remove references to
7874 PYRAMID_* macros.
7875
78762002-04-07 Andrew Cagney <ac131313@redhat.com>
7877
7878 * gdb.texinfo (Bug Reporting): Document that the web is the
7879 prefered way of submitting bug reports.
7880 (Bug Reporting): Delete the s-mail address as the last resort.
7881
78822002-04-05 Andrew Cagney <ac131313@redhat.com>
7883
7884 * gdbint.texinfo (Target Architecture Definition): Delete
7885 references to TARGET_WRITE_FP and write_fp.
7886
78872002-03-27 Michael Snyder <msnyder@redhat.com>
7888
7889 * gdb.texinfo: Document new commands dump, append, and restore.
7890
78912002-03-27 Andrew Cagney <ac131313@redhat.com>
7892
7893 * gdbint.texinfo (Releasing GDB): Revise the section `Before the
7894 Branch'.
7895
78962002-03-18 Andrew Cagney <ac131313@redhat.com>
7897
7898 * gdb.texinfo: Change all examples to @smallexample.
7899 * gdbint.texinfo: Ditto.
7900
79012002-03-18 Andrew Cagney <ac131313@redhat.com>
7902
7903 * gdbint.texinfo (Releasing GDB): Add section ``Versions and
7904 Branches''.
7905
79062002-03-18 Andrew Cagney <ac131313@redhat.com>
7907
7908 * gdbint.texinfo (Releasing GDB): Add the section``Branch Commit
7909 Policy''.
7910
79112002-03-04 Fred Fish <fnf@redhat.com>
7912
7913 * gdbint.texinfo: Fix a bunch of typos (alsways, mirrorred,
7914 expresson, suports, dependant, trhe, perhaphs, situtations,
7915 explictily, taged, oportunity, unfortunatly).
7916
79172002-02-24 Andrew Cagney <ac131313@redhat.com>
7918
7919 * Makefile.in (gdb.info): Add explicit path to gdb.texinfo.
7920 Remove reference to 3.12.
7921
79222002-02-23 Andrew Cagney <ac131313@redhat.com>
7923
7924 * gdbint.texinfo: Include fdl.texi.
7925 (Top): Add GNU Free Documentation License.
7926 * Makefile.in (SFILES_INCLUDED): Add gpl.texi.
7927 (gdbint.dvi, gdbint.pdf, gdbint.info): Add dependency on fdl.texi.
7928 (gdbint_toc.html): Add dependency on gdb-cfg.texi and fdl.texi.
7929 (gdbint.info): Add srcdir to include path.
7930 * gdb.texinfo: Include gpl.texi.
7931 (Top): Add Copying.
7932 * gpl.texi: New file.
7933
79342002-02-23 Andrew Cagney <ac131313@redhat.com>
7935
7936 * gdbint.texinfo (Debugging GDB): Remove references to cygnus.com.
7937
79382002-02-19 Pierre Muller <muller@ics.u-strasbg.fr>
7939
7940 * gdb.texinfo: Document Cygwin native specific commands.
7941
79422002-02-15 Daniel Jacobowitz <drow@mvista.com>
7943
7944 * gdb.texinfo: Document gdbserver ``--attach'' command.
7945
79462002-02-07 Michael Snyder <msnyder@redhat.com>
7947
7948 * gdb.texinfo (overlays): Change @var(_ovly_debug_event)
7949 to @code(_ovly_debug_event).
7950
79512002-02-07 Andrew Cagney <ac131313@redhat.com>
7952
7953 * gdb.texinfo (How Overlays Work): Shrink the overlay diagram.
7954
79552002-02-06 Michael Snyder <msnyder@redhat.com>
7956
7957 * gdb.texinfo (overlays): Mention new magic symbol
7958 '_ovly_debug_event', which allows GDB to keep better track
7959 of overlays.
7960
79612002-02-03 Eli Zaretskii <eliz@gnu.org>
7962
7963 * gdb.texinfo (Memory Region Attributes): Fix the wording.
7964 Suggested by Dmitry Sivachenko.
7965
7966 * (<many nodes>): Fix the spelling and punctuation of "i.e.".
7967
79682002-02-01 Michael Snyder <msnyder@redhat.com>
7969
7970 * gdb.texinfo (set trust-readonly): Change value{gdbn} to value{GDBN}.
7971
79722002-01-30 Michael Snyder <msnyder@redhat.com>
7973
7974 * gdb.texinfo: (remote protocol): Gramatical fix-up.
7975 (set trust-readonly-sections): Document.
7976
79772002-01-29 Andrew Cagney <ac131313@redhat.com>
7978
7979 * gdbint.texinfo (Releasing GDB): Revise and update.
7980
79812002-01-28 Andrew Cagney <ac131313@redhat.com>
7982
7983 * gdbint.texinfo (Target Architecture Definition): Delete
7984 description of TARGET_BYTE_ORDER_DEFAULT.
7985
79862002-01-27 Eli Zaretskii <eliz@gnu.org>
7987
7988 * gdb.texinfo: Fix typos and markup. From Dmitry Sivachenko
7989 <mitya@cavia.pp.ru>.
7990
79912002-01-23 Andrew Cagney <ac131313@redhat.com>
7992
7993 * libgdb.texinfo: Delete file.
7994
79952002-01-22 Andrew Cagney <ac131313@redhat.com>
7996
7997 * gdb.texinfo: Remove makeinfo 3.12 hacks.
7998 * gdbint.texinfo: Ditto.
7999
8000Tue Jan 22 11:57:38 2002 Andrew Cagney <cagney@redhat.com>
8001
8002 * gdb.texinfo: Fix typo ``Remove' -> ``Remote''.
8003
80042002-01-22 Andrew Cagney <ac131313@redhat.com>
8005
8006 * Makefile.in: Update copyright.
8007 (TEXI2DVI): Define.
8008 (gdb.dvi, gdb.pdf, stabs.dvi, stabs.pdf): Use TEXI2DVI.
8009 (gdbint.dvi, gdbint.pdf): Use TEXI2DVI. Add dependency on
8010 gdb-cfg.texi.
8011 (TEXINDEX, PDFTEX): Delete makefile variables.
8012
80132002-01-22 Andrew Cagney <ac131313@redhat.com>
8014
8015 * gdb.texinfo (Protocol): Move section to appendix.
8016
80172002-01-21 Andrew Cagney <ac131313@redhat.com>
8018
8019 * gdb.texinfo (Remote Debugging): Create a menu.
8020 (Top): Add ``Remote Debugging'' to menu.
8021
80222002-01-21 Andrew Cagney <ac131313@redhat.com>
8023
8024 * gdb.texinfo (Remote): Move the sub-section ``The GDB remote
8025 serial protocol'' from here.
8026 (Remote Debugging): To here. New chapter.
8027
80282002-01-20 Andrew Cagney <ac131313@redhat.com>
8029
8030 * gdbint.texinfo (Target Architecture Definition): Delete
8031 description of TARGET_BYTE_ORDER_SELECTABLE_P.
8032
80332002-01-20 Andrew Cagney <ac131313@redhat.com>
8034
8035 * gdbint.texinfo (Host Definition): Revise. xm-xyz.h and xyz.mh
8036 are no longer needed.
8037 (Porting GDB): Add maintainer note about configure.host.
8038
80392002-01-20 Andrew Cagney <ac131313@redhat.com>
8040
8041 * gdbint.texinfo (Target Architecture Definition): Remove
8042 definition of IEEE_FLOAT.
8043
80442002-01-20 Eli Zaretskii <eliz@gnu.org>
8045
8046 * gdb.texinfo: Beautify copyright years; fix a typo.
8047 (DJGPP Native): Fix overfull hboxes in examples. From Brian Youmans
8048 <3diff@gnu.org>
8049
80502002-01-19 Andrew Cagney <ac131313@redhat.com>
8051
8052 * gdbint.texinfo (Host Definition): Remove references to
8053 MALLOC_INCOMPATIBLE.
8054
80552002-01-17 Andrew Cagney <ac131313@redhat.com>
8056
8057 * gdbint.texinfo (Host Definition): Remove references to XDEPFILES
8058 and xyz-xdep.o.
8059
80602002-01-17 Andrew Cagney <ac131313@redhat.com>
8061
8062 * gdb.texinfo (Maintenance Commands): Add appendix.
8063 (Set Breaks): Copy ``maint info breakpoint'' doco to
8064 ``Maintenance Commands'' appendix. Add reference.
8065
80662002-01-17 Andrew Cagney <ac131313@redhat.com>
8067
8068 * fdl.texi: Remove next/prev from @node.
8069
80702002-01-17 Eli Zaretskii <eliz@gnu.org>
8071
8072 * gdb.texinfo: @include fdl.texi. Fixes for overfull hboxes and
8073 for monstrous @multitable (from Brian Youmans).
8074
8075 * fdl.texi: New file.
8076
8077 * Makefile.in (SFILES_INCLUDED): Add fdl.texi.
8078
80792002-01-15 Andrew Cagney <ac131313@redhat.com>
8080
8081 * gdbint.texinfo (Releasing GDB): New chapter.
8082
80832002-01-14 Andrew Cagney <ac131313@redhat.com>
8084
8085 * gdb.texinfo (Embedded Processors, Calling program functions):
8086 Obsolete references to a29k.
8087
80882002-01-13 Andrew Cagney <ac131313@redhat.com>
8089
8090 * gdbint.texinfo (Coding): Review Cleanups section. Examples
8091 examples. Document that a code-block should do or discard its
8092 cleanups before exit.
8093
80942002-01-11 Michael Snyder <msnyder@redhat.com>
8095
8096 * gdb.texinfo (Choosing files): Change @samp to @file.
8097
80982002-01-05 Michael Snyder <msnyder@redhat.com>
8099
8100 * gdb.texinfo (--pid): Document new command line option (attach).
8101
81022002-01-07 Eli Zaretskii <eliz@gnu.org>
8103
8104 * gdb.texinfo (Tracepoints): Clarify that tracepoints need support
8105 in the stub.
8106
81072002-01-04 Andrew Cagney <ac131313@redhat.com>
8108
8109 * gdbint.texinfo (Target Architecture Definition): Replace
8110 BIG_ENDIAN with BFD_ENDIAN_BIG.
8111
81122002-01-03 Andrew Cagney <ac131313@redhat.com>
8113
8114 * gdbint.texinfo (Target Architecture Definition): Replace
8115 value_ptr with struct value pointer.
8116
81172002-01-02 Eli Zaretskii <eliz@gnu.org>
8118
8119 * gdb.texinfo (Free Software): Fix wording.
8120
81212001-12-31 Eli Zaretskii <eliz@gnu.org>
8122
8123 * gdb.texinfo (Free Software): New section ``Free Software Needs
8124 Free Documentation''.
8125
81262001-12-30 Eli Zaretskii <eliz@gnu.org>
8127
8128 * stabs.texinfo:
8129 * gdb.texinfo:
8130 * gdbint.texinfo:
8131 * libgdb.texinfo:
8132 * annotate.texi: Fix the application of GFDL in the Copyright notice.
8133
81342001-12-29 Michael Snyder <msnyder@redhat.com>
8135
8136 * gdb.texinfo (maint info sections): Fix typo.
8137
81382001-12-26 Michael Snyder <msnyder@redhat.com>
8139
8140 * gdb.texinfo (maint info sections): Document.
8141
8142 * gdb.texinfo (info proc): Comment out documentation for
8143 'info proc' sub-options that are currently not implemented.
8144
81452001-12-20 Jim Blandy <jimb@redhat.com>
8146
8147 * gdbint.texinfo (TARGET_CHAR_SIGNED): Document.
8148
81492001-12-15 Andrew Cagney <ac131313@redhat.com>
8150
8151 * gdbint.texinfo (Target Architecture Definition): Replace
8152 LITTLE_ENDIAN with BFD_ENDIAN_LITTLE.
8153
81542001-12-01 Andrew Cagney <ac131313@redhat.com>
8155
8156 * gdbint.texinfo (Host Definition): Delete documentation on
8157 HOST_BYTE_ORDER.
8158
81592001-11-30 Jim Blandy <jimb@redhat.com>
8160
8161 * gdb.texinfo (Overlays): New chapter, documenting GDB's
8162 overlay support. Add to top-level menu.
8163
81642001-11-26 Tom Tromey <tromey@redhat.com>
8165
8166 * gdb.texinfo (Command Syntax): Document C-o binding.
8167
81682001-07-26 Christopher Faylor <cgf@redhat.com>
8169
8170 * gdb.texinfo (Options): Eliminate attempt to explain .gdbinit/gdb.ini
8171 use since it is described in the referenced section.
8172
8173 From Eli Zaretskii <eliz@gnu.org>
8174 * gdb.texinfo (Command Files): Reword to make gdb.ini requirement
8175 clearer when using DJGPP.
8176
81772001-11-24 Christopher Faylor <cgf@redhat.com>
8178
8179 * gdb.texinfo (File Options): Change description of -nx and gdb.ini to
8180 specifically refer to MS-DOS.
8181 (command files): Mention gdb.ini is only used on MS-DOS.
8182
81832001-11-21 Tom Tromey <tromey@redhat.com>
8184
8185 * gdb.texinfo (Invoking GDB): Document --args.
8186 (Mode Options): Likewise.
8187
81882001-11-21 Jim Blandy <jimb@redhat.com>
8189
8190 * gdbint.texinfo (TARGET_RANGE_PROFITABLE_FOR_HW_WATCHPOINT):
8191 Delete documentation; this macro has been removed from the
8192 sources.
8193
81942001-11-13 Jim Blandy <jimb@redhat.com>
8195
8196 * gdbint.texinfo (COERCE_FLOAT_TO_DOUBLE): Clarify.
8197
81982001-11-06 Corinna Vinschen <vinschen@redhat.com>
8199
8200 * gdb.texinfo (gdbarch_in_function_epilogue_p): Add documentation.
8201
82022001-11-05 Michael Snyder <msnyder@redhat.com>
8203
8204 * gdb.texinfo (info functions): Document use of backslash to
8205 quote regexp chars in function names such as "operator*()".
8206
82072001-11-01 Fred Fish <fnf@redhat.com>
8208
8209 * gdbint.texinfo (SOLIB_ADD): Document additional new
8210 "readsyms" arg.
8211
82122001-10-30 Don Howard <dhoward@redhat.com>
8213
8214 * gdb.texinfo: (Command Files) Added documentation for the
8215 behavior of gdb with input redirected from a file.
8216
82172001-10-28 Fred Fish <fnf@redhat.com>
8218
8219 * gdb.texinfo (auto-solib-add): Change docs to match
8220 implementation change.
8221 (auto-solib-limit): Add docs for new variable.
8222
82232001-10-15 Andrew Cagney <ac131313@redhat.com>
8224
8225 * gdbint.texinfo (Target Architecture Definition): Function
8226 value_as_pointer renamed to value_as_address.
8227
82282001-10-15 Andrew Cagney <ac131313@redhat.com>
8229
8230 * gdbint.texinfo (Target Architecture Definition): Default
8231 POINTER_TO_ADDRESS functions assume unsigned addresses.
8232 (INTEGER_TO_ADDRESS): Document. Derive pragmatics section from a
8233 posting by Jim Blandy.
8234
82352001-10-12 Jim Blandy <jimb@redhat.com>
8236
8237 * Makefile.in (MAKEHTMLFLAGS): Remove -glossary; the most recent
8238 version of texi2html (1.64) doesn't support this flag any more.
8239
82402001-09-08 Mark Kettenis <kettenis@gnu.org>
8241
8242 * gdbint.texinfo (Host Definition): Remove description of
8243 MEM_FNS_DECLARED.
8244
8245 * gdbint.texinfo (Host Definition): Remove description of R_OK.
8246
8247 * gdbint.texinfo (Host Definition): Remove description of
8248 HAVE_SIGSETMASK.
8249
82502001-09-04 Elena Zannoni <ezannoni@redhat.com>
8251
8252 * gdbint.texinfo (Target Architecture Definition): Add
8253 explanation of TARGET_PRINT_INSN macro.
8254
82552001-08-30 Jim Blandy <jimb@redhat.com>
8256
8257 * gdb.texinfo (`add-symbol-file'): Correct synopsis.
8258 Explain what it means to load relocatable files.
8259
82602001-08-28 Jim Blandy <jimb@redhat.com>
8261
8262 * gdbint.texinfo: Bring the HTML `top' menu into sync with the
8263 info `top' menu.
8264
8265Wed Aug 15 10:47:28 2001 Christopher Faylor <cgf@cygnus.com>
8266
8267 * gdbint.texinfo: Add a cautionary note about macro use.
8268
82692001-08-02 Corinna Vinschen <vinschen@redhat.com>
8270
8271 * gdb.texinfo: Explain omitting the hostname in the
8272 `target remote' command.
8273
82742001-07-30 Daniel Jacobowitz <drow@mvista.com>
8275
8276 * gdbint.texinfo: Remove extraneous START-INFO-DIR-ENTRY
8277 and END-INFO-DIR-ENTRY.
8278
82792001-07-28 Stephane Carrez <Stephane.Carrez@worldnet.fr>
8280
8281 * gdb.texinfo (TUI Configuration): Rename tui configuration variables.
8282
82832001-07-25 Andrew Cagney <ac131313@redhat.com>
8284
8285 * gdbint.texinfo (libgdb): Rewrite.
8286
82872001-07-26 Eli Zaretskii <eliz@gnu.org>
8288
8289 * Makefile.in (gdbgui.dvi, gdb-gui, gdbgui.info): Targets deleted.
8290
82912001-07-24 Stephane Carrez <Stephane.Carrez@worldnet.fr>
8292
8293 * gdb.texinfo (TUI): New chapter, document the TUI.
8294 (Mode Options): Document the -tui option.
8295
82962001-07-23 Mark Kettenis <kettenis@gnu.org>
8297
8298 * gdbint.texinfo (Host Definition): Remove description of
8299 NEED_POSIX_SETPGID.
8300
83012001-07-23 Eli Zaretskii <eliz@gnu.org>
8302
8303 * gdb.tex (DJGPP Native): New node, with descriptions of
8304 DJGPP-specific commands.
8305
83062001-07-19 John R. Moore <jmoore@redhat.com>
8307
8308 * gdbint.texinfo: Three misspellings.
8309
83102001-07-06 Andrew Cagney <ac131313@redhat.com>
8311
8312 * Makefile.in (refcard.dvi): Rewrite to avoid problems with empty
8313 `test` expressions on bash. Problem reported by Colin Walters.
8314
83152001-07-04 Andrew Cagney <ac131313@redhat.com>
8316
8317 * gdbint.texinfo (User Interface): Update ui-out documentation to
8318 refelect recent UI/MI updates.
8319
83202001-07-04 Andrew Cagney <ac131313@redhat.com>
8321
8322 * gdb.texinfo (Mode Options): Mention the mi0 and mi1
8323 interpreters.
8324
83252001-06-15 Andrew Cagney <ac131313@redhat.com>
8326
8327 * gdbint.texinfo (Target Architecture Definition): GDBARCH is a C
8328 structure and not macros.
8329 (Host Definition): Document that much of this chapter is obsolete.
8330 (Target Architecture Definition): Update list of files that make
8331 up a target architecture.
8332 (Coding): Update.
8333
83342001-06-28 Andrew Cagney <ac131313@redhat.com>
8335
8336 * gdbint.texinfo (Target Architecture Definition): Update
8337 EXTRACT_STRUCT_VALUE_ADDRESS and EXTRACT_STRUCT_VALUE_ADDRESS_P.
8338 The latter has been changed to a true predicate.
8339
83402001-06-17 Eli Zaretskii <eliz@gnu.org>
8341
8342 * annotate.texi: Add @noindent where needed. From Dmitry
8343 Sivachenko <dima@Chg.RU>.
8344 * gdb.texinfo: Indexing fix. From Dmitry Sivachenko.
8345
83462001-06-16 Andrew Cagney <ac131313@redhat.com>
8347
8348 * gdb.texinfo (Protocol): Fix typo. Extra parenthesis.
8349
83502001-06-14 Andrew Cagney <ac131313@redhat.com>
8351
8352 * gdb.texinfo (Remote Protocol): Document that the ``!'' packet
8353 returns ``OK''. Document that the ``R'' packet does not reply.
8354
83552001-06-13 Michael Snyder <msnyder@redhat.com>
8356
8357 * gdb.texinfo (Protocol): Add doc for new packet "qSymbol:".
8358
83592001-06-13 Eli Zaretskii <eliz@gnu.org>
8360
8361 * gdb.texinfo (Signals): Clarify the default setting of signal
8362 handling.
8363
83642001-05-14 Andrew Cagney <ac131313@redhat.com>
8365
8366 * gdbint.texinfo (CLEAR_DEFERRED_STORES): Delete stray @item
8367 (FRAME_ARGS_ADDRESS_CORRECT): Ditto.
8368
83692001-05-12 Andrew Cagney <ac131313@redhat.com>
8370
8371 * Makefile.in (GDBvn.texi): Set GDBVN from ../version.in.
8372
83732001-05-10 Eli Zaretskii <eliz@gnu.org>
8374
8375 * gdbint.texinfo (Clean Design and Portable Implementation):
8376 Renamed from "Clean Design".
8377 (Clean Design and Portable Implementation): Document portable
8378 methods of handling file names, and the associated macros.
8379
83802001-04-02 Eli Zaretskii <eliz@gnu.org>
8381
8382 * gdb.texinfo (Tracepoint Actions): Mention the "info scope"
8383 command and provide a cross-reference to its description.
8384 (Symbols): Note that "info scope" is useful for trace experiments.
8385
83862001-04-01 Eli Zaretskii <eliz@gnu.org>
8387
8388 * gdb.texinfo (Symbols): Document "info scope".
8389 (Tracepoints): New chapter.
8390 (Contributors): Update for v5.1.
8391 <All nodes>: Change "C++" to "C@t{++}".
8392
8393 * gdbint.texinfo (User Interface): A new section about ui_out
8394 functions, based on text written by Fernando Nasser.
8395
8396 * stabs.texinfo: Change Permissions to GFDL. Update Copyright.
8397
83982001-03-26 Eli Zaretskii <eliz@gnu.org>
8399
8400 * gdb.texinfo: Change Permissions to GFDL. Update Copyright.
8401
8402 * gdbint.texinfo: Change Permissions to GFDL. Update Copyright.
8403
8404 * gdbgui.texinfo: Change Permissions to GFDL. Update Copyright.
8405 Replace "GDB" with "@value{GDBN}". Fix markup.
8406
8407 * annotate.texi: Change Permissions to GFDL. Update Copyright.
8408
8409 * gdb.texinfo (Output Formats): Mention "info symbol" and provide
8410 a cross-reference to its description.
8411 (Symbols): Document "info symbol".
8412
84132001-03-21 Eli Zaretskii <eliz@gnu.org>
8414
8415 * gdbint.texinfo (Algorithms): New section "Watchpoints" and new
8416 subsection "x86 Watchpoints".
8417 (Target Architecture Definition): Document the macros
8418 I386_USE_GENERIC_WATCHPOINTS and TARGET_HAS_HARDWARE_WATCHPOINTS.
8419 (Native Debugging): Document I386_USE_GENERIC_WATCHPOINTS.
8420
84212001-03-20 Andrew Cagney <ac131313@redhat.com>
8422
8423 * gdbint.texinfo (Target Architecture Definition): Update
8424 definition of SOFTWARE_SINGLE_STEP_P to include empty parameter
8425 list.
8426
84272001-03-06 Kevin Buettner <kevinb@redhat.com>
8428
8429 * Makefile.in, all-cfg.texi, annotate.texi, gdb.texinfo,
8430 gdbint.texinfo, refcard.tex: Update/correct copyright notices.
8431
84322001-02-21 Eli Zaretskii <eliz@gnu.org>
8433
8434 * gdb.texinfo (Signals): Document "ignore", "noignore", and "all".
8435
84362001-02-11 Eli Zaretskii <eliz@gnu.org>
8437
8438 * gdb.texinfo (Environment): Document that `path' does not change
8439 the value of PATH in GDB's own environment (it did in the past,
8440 but that was changed on March 15, 1994). Reported by Doug Evans
8441 <dje@transmeta.com>.
8442
8443 * gdbint.texinfo: Fix up @itemize lists so that @item is alone on
8444 its line. Fix markup of commands and macros. Add an Index node
8445 and index entries.
8446
84472001-01-23 J.T. Conklin <jtc@redback.com>
8448
8449 * gdb.texinfo (Memory region attributes): New manual section.
8450
84512001-01-04 Nicholas Duffek <nsd@redhat.com>
8452
8453 * gdbint.texinfo (POP_FRAME): Document use by return_command.
8454
84552000-12-25 Eli Zaretskii <eliz@gnu.org>
8456
8457 * refcard.tex: Version and copyright fixed. From Phil Edwards
8458 <pedwards@disaster.jaj.com>.
8459
8460Thu Nov 30 16:57:19 2000 Andrew Cagney <cagney@b1.cygnus.com>
8461
8462 * gdbint.texinfo (ECOFF_REG_TO_REGNUM, DWARF_REG_TO_REGNUM,
8463 DWARF2_REG_TO_REGNUM): Document.
8464
8465Mon Nov 20 21:29:35 2000 Andrew Cagney <cagney@b1.cygnus.com>
8466
8467 * gdbint.texinfo (Coding): Update current value of
8468 --enable-build-warnings. Mention --enable-gdb-build-warnings.
8469
84702000-11-19 Eli Zaretskii <eliz@gnu.org>
8471
8472 * gdb.texinfo (Continuing and Stepping): Fixed markup and typos,
8473 as suggested by Dmitry Sivachenko <dima@Chg.RU>.
8474
84752000-11-10 Christopher Faylor <cgf@cygnus.com>
8476
8477 * gdb.texinfo: Document new 'set step-mode' command.
8478
84792000-10-16 Eli Zaretskii <eliz@gnu.org>
8480
8481 * gdb.texinfo (Contributors, MIPS Embedded): Minor spelling
8482 changes from Dmitry Sivachenko <dima@Chg.RU>.
8483
84842000-09-26 Eli Zaretskii <eliz@gnu.org>
8485
8486 * gdb.texinfo (Hooks): Document the new post-hook functionality.
8487 From Steven Johnson <sbjohnson@ozemail.com.au>.
8488
84892000-08-10 Mark Kettenis <kettenis@gnu.org>
8490
8491 * gdbint.texinfo (Overall Structure): Spelling fix.
8492
84932000-08-10 Eli Zaretskii <eliz@gnu.org>
8494
8495 * gdbint.texinfo (Target Architecture Definition): Document that
8496 REGISTER_CONVERT_TO_VIRTUAL should only be called on a register
8497 for which REGISTER_CONVERTIBLE returns a zero value.
8498
84992000-07-08 Christopher Faylor <cgf@cygnus.com>
8500
8501 * Makefile.in (install-info): Find files to install in either the
8502 build or source directories (adapted from Makefile.am).
8503
85042000-07-07 Nicholas Duffek <nsd@redhat.com>
8505
8506 * stabs.texinfo: Fix spelling errors.
8507 (String Field): FILE-NUMBER starts from 0, not 1.
8508
85092000-07-05 Eli Zaretskii <eliz@gnu.org>
8510
8511 * refcard.tex: Remove \centerline from the blurb. Patch from
8512 Brian Youmans.
8513
85142000-06-25 Eli Zaretskii <eliz@gnu.org>
8515
8516 * Makefile.in (install-info): Support installation from outside of
8517 the source directory. Reported by Mark Harig
8518 <markh@frazier.landmark.com>.
8519
85202000-06-20 J.T. Conklin <jtc@redback.com>
8521
8522 * gdb.texinfo: Fix typo, $bpnum is set to last breakpoint number.
8523
8524Fri May 26 15:55:33 2000 Andrew Cagney <cagney@b1.cygnus.com>
8525
8526 * Makefile.in (pdf, gdbint.pdf, gdb.pdf, stabs.pdf): New targets.
8527 Generate using pdftex.
8528 (PDFTEX): Define.
8529 (STAGESTUFF, maintainer-clean realclean): Add *.pdf.
8530 (gdb.texinfo, gdbint.texinfo, stabs.texinfo): When TeX insert the
8531 @contents at the start.
8532
85332000-05-24 Eli Zaretskii <eliz@gnu.org>
8534
8535 * gdb.texinfo: Remove duplicate @syncodeindex. From Brian
8536 Youmans.
8537
8538Wed May 24 21:27:58 2000 Andrew Cagney <cagney@b1.cygnus.com>
8539
8540 From Brian Youmans:
8541 * gdb.texinfo: Fix ``et al.''.
8542
8543Tue May 23 22:57:41 2000 Andrew Cagney <cagney@b1.cygnus.com>
8544
8545 * Makefile.in (refcard.dvi): Remove quotes around REFEDITS in for
8546 loop.
8547
85482000-05-19 Jimmy Guo <guo@cup.hp.com>
8549
8550 * configure: Regenerate.
8551
85522000-05-17 Eli Zaretskii <eliz@gnu.org>
8553
8554 * Makefile.in (install-info): Run install-info on installed Info
8555 files.
8556
8557Fri May 12 20:18:04 2000 Andrew Cagney <cagney@b1.cygnus.com>
8558
8559 * gdb.texinfo: Add Stan Shebs, et.al. as authors. Mention
8560 Andrew Cagney.
8561
85622000-05-09 Eli Zaretskii <eliz@gnu.org>
8563
8564 * gdb.texinfo: Proofreading changes from Brian Youmans.
8565
85662000-05-01 Nick Duffek <nsd@cygnus.com>
8567
8568 * gdb.texinfo (Command Files): Mention -x, use @enumerate for
8569 startup sequence, minor edits.
8570
85712000-05-01 Eli Zaretskii <eliz@gnu.org>
8572
8573 * annotate.texi: Remove "@syncodeindex fn cp", it causes grief in
8574 TeX.
8575
8576 * gdb.texinfo: Add "@syncodeindex fn cp". Convert all entries
8577 "@kindex f" into "@kindex f (foo)", otherwise we get index entries
8578 like `n' and `s' which look weird. Convert some of the @kindex to
8579 @vindex, when they refer to variables, not commands.
8580
8581Sat Apr 29 17:01:04 2000 Andrew Cagney <cagney@b1.cygnus.com>
8582
8583 * gdbint.texinfo (Hints): Do not use @value{GDBN in @nodes.
8584
85852000-04-23 Eli Zaretskii <eliz@gnu.org>
8586
8587 * Makefile.in (GDBMI_DIR): New variable.
8588 (SET_TEXINPUTS): Add $(GDBMI_DIR).
8589 (SFILES_DOC): Add $(GDBMI_DIR)/gdbmi.texinfo.
8590 (gdbmi.texinfo): New target, for texi2roff.
8591 (gdb.me, gdb.ms, gdb.mm): Depend on gdbmi.texinfo.
8592 (gdb.info, gdb_toc.html): Add "-I ${GDBMI_DIR}".
8593
8594 * gdb.texinfo (Top): Add GDB/MI to the main menu and @include
8595 gdbmi.texinfo.
8596 (Mode Options): Add xref to GDB/MI docs and remove a FIXME
8597 comment.
8598
85992000-04-17 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
8600
8601 * gdb.texinfo (Files): Update description of add-symbol-file
8602 command.
8603
86042000-04-17 Eli Zaretskii <eliz@gnu.org>
8605
8606 * gdb.texinfo (Porting GDB): Don't use @value in the node name, it
8607 prevents the build (and is generally a Bad Idea).
8608
86092000-04-17 Eli Zaretskii <eliz@gnu.org>
8610
8611 * gdb.texinfo (Protocol): Prevent makeinfo from complaining about
8612 a comma inside @var.
8613 (Command Files): Index markup changes from Dmitry Sivachenko
8614 <dima@Chg.RU>.
8615
86162000-04-16 Eli Zaretskii <eliz@gnu.org>
8617
8618 * Makefile.in (LN_S): Define.
8619 (gdb-cfg.texi, gdb.dvi, links2roff, inc-hist.texinfo): Don't
8620 invoke "ln -s" unless it is known to work.
8621
8622 * configure.in (AC_PROG_LN_S): Add.
8623
86242000-04-14 Jim Blandy <jimb@redhat.com>
8625
8626 * gdbint.texinfo (Pointers Are Not Always Addresses): New manual
8627 section.
8628 (Target Conditionals): Document ADDRESS_TO_POINTER,
8629 POINTER_TO_ADDRESS.
8630
86312000-04-11 Daniel Berlin <dan@cgsoftware.com>
8632
8633 * gdbint.texinfo: Replaced GDB with @value{GDBN}, @include
8634 gdb-cfg.texi to get the value.
8635
86362000-04-10 Jim Blandy <jimb@redhat.com>
8637
8638 * gdbint.texinfo (Target Architecture Definition): Fix
8639 cross-references.
8640
86412000-04-08 Jim Blandy <jimb@redhat.com>
8642
8643 * gdbint.texinfo (Using Different Register and Memory Data
8644 Representations): New section.
8645 (REGISTER_CONVERTIBLE, REGISTER_RAW_SIZE, REGISTER_VIRTUAL_SIZE,
8646 REGISTER_VIRTUAL_TYPE, REGISTER_CONVERT_TO_VIRTUAL,
8647 REGISTER_CONVERT_TO_RAW): Document.
8648
8649Mon Apr 3 19:16:32 2000 Andrew Cagney <cagney@b1.cygnus.com>
8650
8651 * gdb.texinfo (Protocol): Deprecate the sequence-id. Add cindex
8652 for acknowledgments.
8653
8654Tue Mar 28 18:28:45 2000 Andrew Cagney <cagney@b1.cygnus.com>
8655
8656 * gdb.texinfo (Protocol): Replace ``qfThreadExtraInfo'' with
8657 qThreadExtraInfo.
8658
86592000-03-28 J.T. Conklin <jtc@redback.com>
8660
8661 * gdb.texinfo: Clarify which remote debug protocol commands are
8662 required and which are optional.
8663
8664Tue Mar 28 16:06:22 2000 Andrew Cagney <cagney@b1.cygnus.com>
8665
8666 * gdb.texinfo: Revert remainder of Fri Mar 24 18:06:34 2000 Andrew
8667 Cagney <cagney@b1.cygnus.com>. Move @chapter and @node entries
8668 back to annotate.texi, rluser.texinfo and inc-hist.texinfo.
8669 * annotate.texi: Update.
8670
86712000-03-28 Stan Shebs <shebs@apple.com>
8672
8673 * gdb.texinfo: Update dates, bump to Eighth Edition (note
8674 expectation of additional changes before release), update
8675 ISBN, add copy of top-level menu for @ifhtml, remove explicit
8676 node links, rephrase and/or shorten lines to fix formatting
8677 problem in both regular and @smallbook formats.
8678 * annotate.texi: Shorten lines in example, use smallexample
8679 consistently everywhere.
8680 * Makefile.in: Add comment about texinfo 4.0 html generation.
8681 (SFILES_INCLUDED): Add annotate.texi.
8682
86832000-03-27 Daniel Berlin <dan@cgsoftware.com>
8684
8685 * gdb.texinfo (Debugging Output): Added new section, documenting
8686 the "set/show debug" commands.
8687
8688Fri Mar 24 18:06:34 2000 Andrew Cagney <cagney@b1.cygnus.com>
8689
8690 * annotate.texi (Annotations): When GDBN omit @chapter and @node
8691 entry.
8692
8693 * gdb.texinfo: Check for @ifinfo instead of @ifnottex.
8694 (rluser.texinfo, inc-hist.texinfo, annotate.texi): Add local
8695 @chapter and @node entries.
8696
8697 * gdb.texinfo: Link all top-level nodes.
8698
8699Fri Mar 24 17:56:48 2000 Andrew Cagney <cagney@b1.cygnus.com>
8700
8701 * Makefile.in (install-info): Create $(infodir) before installing
8702 files.
8703
87042000-03-23 Fernando Nasser <fnasser@totem.to.cygnus.com>
8705
8706 From David Whedon <dwhedon@gordian.com>
8707 * gdbint.texinfo : Added paragraphs about command deprecation.
8708
87092000-03-22 Daniel Berlin <dan@cgsoftware.com>
8710
8711 * gdb.texinfo: Add documentation for the apropos command.
8712
87132000-03-20 Michael Snyder <msnyder@cleaver.cygnus.com>
8714
8715 * gdb.texinfo: Add new queries ThreadInfo and ThreadExtraInfo.
8716
87172000-03-20 Michael Snyder <msnyder@cleaver.cygnus.com>
8718
8719 * gdb.texinfo: Add white space to prevent overprinting in
8720 two places.
8721
87222000-03-17 Stan Shebs <shebs@apple.com>
8723
8724 * gdb.texinfo: Many minor changes from Dmitry Sivachenko
8725 <dima@Chg.RU>, also clarification of allowed content for
8726 string constants.
8727
87282000-03-16 Eli Zaretskii <eliz@gnu.org>
8729
8730 * gdb.texinfo (main menu): Add Annotations.
8731 (File Options): Add @cindex entries for each command-line option.
8732 Document --epoch, --annotate, --async, --interpreter, --write,
8733 --statistics, and --version.
8734
8735 * annotate.texi: Convert to a chapter. Use @value{GDBN} instead
8736 of GDB.
8737
87382000-02-23 Jim Blandy <jimb@redhat.com>
8739
8740 * gdbint.texinfo (FUNCTION_START_OFFSET): Document.
8741
87422000-02-22 Jim Blandy <jimb@redhat.com>
8743
8744 * gdbint.texinfo: Document COERCE_FLOAT_TO_DOUBLE --- the new form.
8745
87462000-02-15 Jason Molenda (jsm@bugshack.cygnus.com)
8747
8748 * Makefile.in (diststuff): New target.
8749
87502000-02-15 Kevin Buettner <kevinb@redhat.com>
8751
8752 * agentexpr.texi: Fix wording regarding Intel's IA-64
8753 architecture. [From Jim Wilson.]
8754
87552000-01-16 Tom Tromey <tromey@cygnus.com>
8756
8757 * gdb.texinfo (Breakpoints): Mention breakpoint ranges.
8758 (Delete Breaks): Mention range arguments.
8759 (Disabling): Likewise.
8760
87612000-01-05 Dmitry Sivachenko <dima@Chg.RU>
8762
8763 * gdb.texinfo: Wrap "ASCII" in @sc{}; clarify a few sentences.
8764
8765Wed Dec 8 19:53:08 1999 Andrew Cagney <cagney@b1.cygnus.com>
8766
8767 * gdbint.texinfo (FRAME_CHAIN_VALID): Add the generic frame-chain
8768 valid functions.
8769
87701999-11-05 Stan Shebs <shebs@andros.cygnus.com>
8771
8772 * gdb.texinfo: Clarify regular expressions used in rbreak.
8773
87741999-10-15 Kevin Buettner <kevinb@cygnus.com>
8775
8776 * gdbint.texinfo (MEMORY_INSERT_BREAKPOINT,
8777 MEMORY_REMOVE_BREAKPOINT): Document.
8778
8779Thu Oct 14 21:17:17 1999 Andrew Cagney <cagney@b1.cygnus.com>
8780
8781 * gdb.texinfo (remote): Document how GDB ignores the qOffsets BSS
8782 offset re-using the DATA offset instead.
8783
87841999-10-11 Jim Kingdon <kingdon@redhat.com>
8785
8786 * gdbint.texinfo (Target Architecture Definition): Add PARM_BOUNDARY.
8787
87881999-10-05 Stan Shebs <shebs@andros.cygnus.com>
8789
8790 From Dmitry Sivachenko <demon@gpad.ac.ru>:
8791 * gdb.texinfo: Use GDBP and GDBN everywhere, fix a couple other
8792 typos.
8793
8794 * gdb.texinfo: Various minor wording and formatting improvements,
8795 mentions of additional command-line options.
8796
87971999-09-30 Fred Fish <fnf@cygnus.com>
8798
8799 * gdb.texinfo: Document additional forms of specifying section
8800 names and addresses for the add-symbol-file command.
8801
88021999-09-14 Michael Snyder <msnyder@cleaver.cygnus.com>
8803
8804 * gdbint.texinfo: Fix typo, add the word "have".
8805
88061999-09-14 Jim Blandy <jimb@cris.red-bean.com>
8807
8808 * gdbint.texinfo (Target Architecture Definition): Document the
8809 SKIP_PERMANENT_BREAKPOINT macro.
8810
88111999-09-07 Stan Shebs <shebs@andros.cygnus.com>
8812
8813 * gdb.texinfo: Fiks speling errers.
8814
8815 * gdb.texinfo: Fix uses of @multitable.
8816
8817 From Eli Zaretskii <eliz@gnu.org>:
8818 * gdb.texinfo: Include details specific to DOS host, clarify
8819 some confusing language, fix @ref/@xref/@pxref usages, add
8820 comments about using with optimization, add more indexing,
8821 fix info about disassembly-flavor.
8822
8823Tue Sep 7 09:11:24 1999 Kevin Buettner <kevinb@cygnus.com>
8824
8825 * gdbint.texinfo (IN_SOLIB_DYNSYM_RESOLVE_CODE,
8826 SKIP_SOLIB_RESOLVER): Define.
8827
8828Fri Sep 3 18:05:14 1999 Andrew Cagney <cagney@b1.cygnus.com>
8829
8830 * gdb.texinfo (Protocol): Review. Add tables describing ``q'' and
8831 ``g'' packets.
8832
88331999-08-30 Stan Shebs <shebs@andros.cygnus.com>
8834
8835 * gdb.texinfo: Create a new "Configurations" chapter with
8836 platform-specific info, inline remote.texi and move sections of it
8837 into the new chapter, move bits about info proc, heuristic search,
8838 and register stack into the new chapter.
8839 * remote.texi: Remove, now part of gdb.texinfo.
8840 * Makefile.in (SFILES_INCLUDED): Remove ref to remote.texi.
8841
88421999-08-27 Jason Molenda (jsm@bugshack.cygnus.com)
8843
8844 * gdbint.texinfo (GDB_TARGET_IS_SUN3, GDB_TARGET_IS_SUN386,
8845 GDB_TARGET_IS_MACH386): These kludges have gone away.
8846
8847Wed Aug 25 10:47:03 1999 Andrew Cagney <cagney@b1.cygnus.com>
8848
8849 * gdbint.texinfo (Target Architecture Definition): Mention
8850 TDEPLIBS.
8851
88521999-08-20 Stan Shebs <shebs@andros.cygnus.com>
8853
8854 * gdb.texinfo: Remove remaining "HPPA" conditionals, rewrite
8855 surrounding text to fit HP-UX bits into general info.
8856 (HPPA-cfg.texi): Remove, no longer useful.
8857
8858 * gdb.texinfo: Remove explicit links from @node lines, remove
8859 HP-added "Detailed Node Listing" from main menu which confuses
8860 things.
8861
8862 From Dmitry Sivachenko <dima@Chg.RU>:
8863 * gdb.texinfo: Use @value{GDBN} instead of plain GDB, fix grouping
8864 in description of `set environment'.
8865
88661999-08-17 Stan Shebs <shebs@andros.cygnus.com>
8867
8868 * gdbint.texinfo: Update coding standard to allow pure ANSI/ISO C.
8869
88701999-08-12 Ben Elliston <bje@cygnus.com>
8871
8872 * gdbint.texinfo (Breakpoint Handling): Add missing words.
8873
88741999-08-10 Eli Zaretskii <eliz@gnu.org>
8875
8876 * gdb.texinfo (Set Watchpoints): Explain some subtleties about
8877 watch, awatch, and rwatch. Explain why the latter two cannot be
8878 set as software watchpoints. Document that watchpoints for local
8879 variables are deleted when the debuggee terminates.
8880
8881Wed Aug 11 13:18:14 1999 Andrew Cagney <cagney@amy.cygnus.com>
8882
8883 * remote.texi (Protocol): Further clarification of the "qRcmd"
8884 packet. Allow E.. response packet. "qRcmd" packet is no longer
8885 reserved.
8886
88871999-08-10 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
8888
8889 * Makefile.in: Rename inc-hist.texi to inc-hist.texinfo.
8890 * gdb.texinfo: Ditto.
8891
88921999-08-06 Tom Tromey <tromey@cygnus.com>
8893
8894 * gdb.texinfo (KOD): New node.
8895
8896Fri Aug 6 17:05:48 1999 Andrew Cagney <cagney@b1.cygnus.com>
8897
8898 * remote.texi (Rcmd): Fix minor formatting typos.
8899
8900Thu Aug 5 17:57:41 1999 Andrew Cagney <cagney@b1.cygnus.com>
8901
8902 * remote.texi (protocol qRcmd): Allow ``OK'' and ``O...'' response
8903 packets.
8904
89051999-07-14 Jim Blandy <jimb@zwingli.cygnus.com>
8906
8907 * gdbint.texinfo (PREPARE_TO_PROCEED, ADDR_BITS_REMOVE): Doc
8908 fixes.
8909
8910Tue Jun 29 11:43:55 1999 Andrew Cagney <cagney@b1.cygnus.com>
8911
8912 * gdbint.texinfo (SAVE_DUMMY_FRAME_TOS): Define.
8913
8914Fri Jun 25 11:47:06 1999 Andrew Cagney <cagney@b1.cygnus.com>
8915
8916 * remote.texi (Communication Protocol): ``v'' is in use. Fix
8917 numerous formatting errors. Clarify ``i''. Mark ``i'', ``Z'',
8918 ``z'' and ``qRcmd'' as draft instead of reserved. Identify
8919 packets that are not supported on all hosts. Expand examples.
8920 Spell check.
8921
89221999-06-24 Jason Molenda (jsm@bugshack.cygnus.com)
8923
8924 * Makefile.in: Recognize html, install-html. Add targets
8925 to build HTML versions of documentation via texi2html.
8926
8927Thu Jun 24 15:59:03 1999 Stan Shebs <shebs@andros.cygnus.com>
8928
8929 * gdbint.texinfo (Testsuite): New chapter, information about the
8930 testsuite.
8931
8932Fri Jun 25 02:40:34 1999 Andrew Cagney <cagney@b1.cygnus.com>
8933
8934 * remote.texi (Communication Protocol): Rewrite.
8935
8936Thu Jun 24 16:59:54 1999 Andrew Cagney <cagney@b1.cygnus.com>
8937
8938 * stabs.texinfo: Fix uses of xref.
8939
8940Thu Jun 17 17:23:25 1999 Stan Shebs <shebs@andros.cygnus.com>
8941
8942 * gdbint.texinfo: Add an anti-printf exhortation, and update the
8943 info about patch submission.
8944
8945Mon Jun 7 15:49:40 1999 Stan Shebs <shebs@andros.cygnus.com>
8946
8947 From Per Bothner <bothner@cygnus.com>:
8948 * gdb.texinfo: Document Chill support.
8949
8950Fri Jun 4 16:58:22 1999 Andrew Cagney <cagney@b1.cygnus.com>
8951
8952 * gdbint.texinfo (SP_REGNUM, FP_REGNUM, PC_REGNUM): Add reference
8953 to corresponding TARGET_READ_reg TARGET_WRITE_reg macros.
8954 Document that the value should be greater-than or equal-to zero.
8955 (NO_STD_REGS): Document. Deprecate.
8956
8957Tue Jun 1 15:04:15 1999 Andrew Cagney <cagney@b1.cygnus.com>
8958
8959 * gdbint.texinfo (TARGET_COMPLEX_BIT, TARGET_DOUBLE_COMPLEX_BIT):
8960 Document that these are not used.
8961
8962Thu May 27 09:28:15 1999 Andrew Cagney <cagney@b1.cygnus.com>
8963
8964 * gdbint.texinfo (EXTRACT_STRUCT_VALUE_ADDRESS_P): Document.
8965
8966Mon May 24 10:07:39 1999 Andrew Cagney <cagney@b1.cygnus.com>
8967
8968 * gdbint.texinfo (FRAME_NUM_ARGS): Update definition. Parameter
8969 numargs was dropped.
8970
8971Thu May 20 12:26:59 1999 Andrew Cagney <cagney@b1.cygnus.com>
8972
8973 * gdbint.texinfo (FRAMELESS_FUNCTION_INVOCATION): Update.
8974
8975Tue Apr 27 19:14:20 1999 Andrew Cagney <cagney@b1.cygnus.com>
8976
8977 * gdbint.texinfo (SKIP_PROLOGUE, SKIP_PROLOGUE_FRAMELESS_P):
8978 Update.
8979
8980Thu Apr 22 13:07:37 1999 Andrew Cagney <cagney@b1.cygnus.com>
8981
8982 * gdbint.texinfo (USE_GENERIC_DUMMY_FRAMES): Document.
8983 (GET_SAVED_REGISTER): Update, not just the a29k uses this.
8984
8985Wed Apr 21 13:59:01 1999 Dave Brolley <brolley@cygnus.com>
8986
8987 * gdbint.texinfo: Fix typos: $ -> @.
8988
8989Tue Apr 20 11:59:38 1999 Andrew Cagney <cagney@b1.cygnus.com>
8990
8991 * gdbint.texinfo (REGISTER_NAMES, BREAKPOINT, BIG_BREAKPOINT,
8992 LITTLE_BREAKPOINT, LITTLE_REMOTE_BREAKPOINT,
8993 BIG_REMOTE_BREAKPOINT): Deprecate in favor of REGISTER_NAME and
8994 BREAKPOINT_FROM_PC.
8995
8996Mon Apr 12 16:00:44 1999 Andrew Cagney <cagney@b1.cygnus.com>
8997
8998 * gdbint.texinfo (CALL_DUMMY_STACK_ADJUST_P,
8999 CALL_DUMMY_STACK_ADJUST): Document.
9000
9001Thu Apr 8 17:23:15 1999 Andrew Cagney <cagney@b1.cygnus.com>
9002
9003 * gdbint.texinfo (CALL_DUMMY_P, CALL_DUMMY_WORDS,
9004 SIZEOF_CALL_DUMMY_WORDS, CALL_DUMMY): Define.
9005
90061999-04-02 Stan Shebs <shebs@andros.cygnus.com>
9007
9008 * gdbint.texinfo (MAINTENANCE_CMDS): Remove ref, since it no
9009 longer exists.
9010
9011Tue Mar 9 19:25:11 1999 Stan Shebs <shebs@andros.cygnus.com>
9012
9013 * gdb.texinfo, remote.texi, all-cfg.texi, HPPA-cfg.texi: Remove
9014 nearly all @ifset/@ifclear conditionals; nobody uses them, and
9015 they make the manual source incomprehensible.
9016 * h8-cfg.texi: Remove, hasn't been used in years.
9017
9018Thu Feb 11 18:00:59 1999 Stan Shebs <shebs@andros.cygnus.com>
9019
9020 * gdb.texinfo: Update the credits.
9021
9022Mon Feb 8 17:33:57 1999 Stan Shebs <shebs@andros.cygnus.com>
9023
9024 * gdb.texinfo: Fix mistakes noticed in printout of last
9025 draft, add Alpha to discussion of heuristic fence post.
9026
9027Fri Feb 5 17:20:00 1999 Stan Shebs <shebs@andros.cygnus.com>
9028
9029 * gdb.texinfo, remote.texi: Many changes; update to Seventh
9030 Edition, merge some HP changes into mainline, describe some
9031 previously undocumented features, describe more of the target
9032 commands available, eliminate obsolete section on renamed
9033 commands.
9034 * all-cfg.texi, HPPA-cfg.texi: Remove some obsolete conditionals.
9035
9036Wed Jan 20 17:47:45 1999 Stan Shebs <shebs@andros.cygnus.com>
9037
9038 * gdb.texinfo: Make many HPPA conditionals unconditional,
9039 including catchpoint description, since now on for all configs.
9040 * all-cfg.texi: @clear HPPA, since is mainly for very HP-specific
9041 specializations.
9042
9043Thu Jan 14 17:10:12 1999 Stan Shebs <shebs@andros.cygnus.com>
9044
9045 * Makefile.in (GDBvn.texi): Fix match expression to work with
9046 current format of VERSION in gdb/Makefile.in.
9047 * gdb.texinfo: Fix node ref to match new readline.
9048
9049Wed Jan 13 10:38:40 1999 Edith Epstein <eepstein@sophia.cygnus.com>
9050
9051 * gdb.texinfo: Changes made as part of a project to merge in
9052 changes made by HP. Documentation makes extensive use of
9053 @ifclear HPPA and @ifset HPPA. The HP manual omits doumentation
9054 on remote debugging. There are differences in documentation
9055 (HP vs. non-HP) on C++ support (aCC vs. gnu gcc++). Also,
9056 the HP manual discusses catchpoints, hardware watchpoints, and
9057 some HPUX specific limitations for shared library support.
9058
9059 There are also a number of @node changes.
9060
90611999-01-12 Jason Molenda (jsm@bugshack.cygnus.com)
9062
9063 * gdbint.texinfo (Formatting): Disambiguate a sentence.
9064 (C Usage): Same.
9065
9066Wed Jan 6 11:55:34 1999 David Taylor <taylor@texas.cygnus.com>
9067
9068 The following changes were made by Edith Epstein
9069 <eepstein@cygnus.com> as part of a project to merge in changes
9070 made by HP.
9071
9072 * HPPA-cfg.texi: new file.
9073
9074 * all-cfg.texi: set HPPA for HP PA-RISC targets.
9075
9076 * refcard.tex: change documentation about catch.
9077 removed info catch.
9078
9079Mon Jan 4 18:29:18 1999 Stan Shebs <shebs@andros.cygnus.com>
9080
9081 * gdbint.texinfo: Expand on GDB's coding standards,
9082 specify the use of arg names with prototypes.
9083
90841998-12-14 J.T. Conklin <jtc@redbacknetworks.com>
9085
9086 * gdb.texinfo: Fix tipo.
9087
9088Sun Dec 13 10:27:59 1998 Andrew Cagney <cagney@b1.cygnus.com>
9089
9090 * gdbint.texinfo: Document TARGET_BYTE_ORDER_DEFAULT and
9091 TARGET_BYTE_ORDER_SELECTABLE_P.
9092
9093Thu Dec 10 16:07:09 1998 Andrew Cagney <cagney@b1.cygnus.com>
9094
9095 * gdbint.texinfo (FRAME_FIND_SAVED_REGS): Document.
9096
90971998-12-09 Jim Blandy <jimb@zwingli.cygnus.com>
9098
9099 * agentexpr.texi: New file.
9100
9101Wed Dec 9 21:13:57 1998 Andrew Cagney <cagney@chook>
9102
9103 * gdbint.texinfo (REGISTER_NAME): Replace REGISTER_NAMES.
9104
91051998-12-03 J.T. Conklin <jtc@redbacknetworks.com>
9106
9107 * remote.texi: Changed wording that implied that the GDB remote
9108 protocol caches register values instead of GDB itself.
9109
9110Tue Dec 1 17:45:43 1998 Stan Shebs <shebs@andros.cygnus.com>
9111
9112 * gdbint.texinfo: Add some info about symbol readers.
9113 (CHILL_PRODUCER, etc): Comment out descriptions, not useful.
9114 (IN_SOLIB_CALL_TRAMPOLINE): Rename info from IN_SOLIB_TRAMPOLINE.
9115 (IN_SOLIB_RETURN_TRAMPOLINE): Describe.
9116 (KERNEL_DEBUGGING, MIPSEL): No info about these, remove.
9117
9118Mon Nov 30 11:32:21 1998 Andrew Cagney <cagney@chook>
9119
9120 * gdbint.texinfo (FRAME_CHAIN_VALID_ALTERNATE):
9121
9122Sat Nov 28 13:45:53 1998 Andrew Cagney <cagney@b1.cygnus.com>
9123
9124 * gdbint.texinfo (INNER_THAN): Update, now takes parameters.
9125
9126Fri Nov 27 12:39:45 1998 Andrew Cagney <cagney@chook>
9127
9128 * gdbint.texinfo (NO_SINGLE_STEP): Replace with
9129 SOFTWARE_SINGLE_STEP_P and SOFTWARE_SINGLE_STEP.
9130
9131Wed Oct 14 10:02:40 1998 Andrew Cagney <cagney@b1.cygnus.com>
9132
9133 * gdbint.texinfo: Fix minor typos.
9134
9135Wed Sep 30 18:03:19 1998 Stan Shebs <shebs@andros.cygnus.com>
9136
9137 * gdbint.texinfo: Complete overhaul. Group descriptions more
9138 logically, add more info on generic algorithms, remove much
9139 obsolete and/or wrong material.
9140
9141Fri Jul 24 17:51:38 1998 Ian Lance Taylor <ian@cygnus.com>
9142
9143 * stabs.texinfo (Method Type Descriptor): Expand and correct.
9144
9145Mon May 4 10:37:12 1998 Brian Youmans (3diff@gnu.org)
9146
9147 * refcard.tex: Copyright, address updates.
9148
9149Tue Apr 21 18:09:56 1998 Stan Shebs <shebs@andros.cygnus.com>
9150
9151 * gdb.texinfo (EDITION, DATE): Update and change to use ordinals
9152 for the edition instead of confusing GDB-version-like numbers.
9153
9154Mon Apr 13 14:05:00 1998 Fred Fish <fnf@cygnus.com>
9155
9156 * gdb.texinfo (hbreak, watch): Fix typo, "date" -> "data".
9157
9158Thu Apr 2 16:52:44 1998 Jason Molenda (crash@bugshack.cygnus.com)
9159
9160 * LRS: Reformat a bit to keep text under 80 columns.
9161
9162Thu Apr 2 16:10:36 1998 Stan Shebs <shebs@andros.cygnus.com>
9163
9164 * gdb.texinfo: Add some credits, mention bug monitor.
9165 * remote.texi: Mention mips monitor targets.
9166 * gdbint.texinfo: Describe SP_REGNUM, STEP_SKIPS_DELAY.
9167
9168Mon Feb 2 17:13:03 1998 Stan Shebs <shebs@andros.cygnus.com>
9169
9170 * gdbint.texinfo: Remove obsolete mentions of pinsn.c and opcode.h
9171 files, finish sorting of host vs target vs native macros, describe
9172 some more of them.
9173
9174Tue Jan 13 16:44:50 1998 Fred Fish <fnf@cygnus.com>
9175
9176 * gdbint.texinfo (Host Conditionals): Document change from
9177 using NO_MMALLOC to it's inverse, USE_MMALLOC.
9178
9179Mon Nov 24 13:55:21 1997 Andrew Cagney <cagney@b1.cygnus.com>
9180
9181 * gdbint.texinfo (Host Conditionals): Document
9182 PRINTF_HAS_LONG_DOUBLE, SCANF_HAS_LONG_DOUBLE, HAVE_LONG_DOUBLE.
9183
9184Fri Jul 4 14:52:31 1997 Ian Lance Taylor <ian@cygnus.com>
9185
9186 * gdbint.texinfo (Host Conditionals): Add CRLF_SOURCE_LINES.
9187 Document LSEEK_NOT_LINEAR.
9188
9189Tue Mar 25 14:44:09 1997 Ian Lance Taylor <ian@cygnus.com>
9190
9191 * stabs.texinfo (Stab Section Basics): Make it clear that only
9192 some versions of the GNU linker remove the leading N_UNDF symbol.
9193
9194Thu Feb 27 17:45:19 1997 Ian Lance Taylor <ian@cygnus.com>
9195
9196 * stabs.texinfo (String Field): Document type number pairs here,
9197 instead of in the Sun specific section.
9198 (Include Files): The GNU linker supports the N_BINCL
9199 optimization. Clarify the N_BINCL value, and what it is used
9200 for.
9201 (Procedures): Document N_FUN with an empty string to mark the end
9202 of a function.
9203 (Typedefs): Mention that Sun compilers may use N_GSYM for a type.
9204 (Sun Differences): Remove this node, as the information is now
9205 elsewhere in the main document.
9206 (Stab Section Basics): Mention that the GNU linker may optimize
9207 stabs and remove the leading N_UNDF symbol.
9208
9209Mon Dec 9 12:23:32 1996 Roland Pesch <roland@wrs.com>
9210
9211 * gdb.texinfo, refcard.tex: Restore author credit
9212
9213Wed Oct 2 22:01:36 1996 Fred Fish <fnf@fishfood.ninemoons.com>
9214
9215 * gdbint.texinfo (SIGTRAMP_START, SIGTRAMP_END): Update
9216 documentation to account for START and END macros taking
9217 one arg.
9218
9219Thu Aug 22 17:59:03 1996 Fred Fish <fnf@cygnus.com>
9220
9221 From: Eberhard Mattes <mattes@azu.informatik.uni-stuttgart.de>
9222 * gdb.texinfo (Frames): Fix typo.
9223
9224Tue Jul 23 10:06:20 1996 Fred Fish <fnf@cygnus.com>
9225
9226 * gdbint.texinfo (NO_SINGLE_STEP): Document that single_step takes
9227 a target_signal as arg type, not a pid.
9228
9229Fri Jul 12 11:10:05 1996 Stu Grossman (grossman@critters.cygnus.com)
9230
9231 * gdb.texinfo: Document `set assembly-language'.
9232
9233Thu Jul 11 13:50:28 1996 Stan Shebs <shebs@andros.cygnus.com>
9234
9235 * remote.texi: Update list of stubs in the GDB distribution.
9236
9237Fri Jul 5 15:38:54 1996 Fred Fish <fnf@cygnus.com>
9238
9239 * gdbint.texinfo (NO_MMCHECK): Renamed from NO_MMALLOC_CHECK.
9240 Also document that some systems can use mmalloc but must define
9241 this if their C runtime allocates memory that is later freed.
9242 (MMCHECK_FORCE): Document new macro.
9243
9244Fri Jun 28 22:17:10 1996 Dawn Perchik <dawn@cygnus.com>
9245
9246 * remote.texi: Add documentation for target Sparclet.
9247
9248Mon Jun 24 18:12:22 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
9249
9250 * Makefile.in (srcdir, VPATH, prefix, infodir, INSTALL,
9251 INSTALL_PROGRAM, INSTALL_DATA): Use autoconf set values.
9252 * configure.in: Rewritten for autoconf.
9253 * configure: New.
9254
9255Mon Jun 17 10:43:41 1996 Fred Fish <fnf@cygnus.com>
9256
9257 * Makefile.in (DVIPS): New define, set to dvips.
9258 (dvi): Add stabs.dvi.
9259 (ps): New target.
9260 (all-doc): Depend on info, dvi, and ps targets.
9261 (STAGESTUFF): Add *.ps and *.dvi files.
9262 (clean-info, clean-dvi): Remove.
9263 (mostlyclean): Does not depend upon clean-info or clean-dvi,
9264 rules completely rewritten.
9265 (maintainer-clean): Remove clean-info and clean-dvi
9266 dependencies and put their actions in the rules.
9267 (gdb.ps): New target
9268 (gdb.dvi, gdbgui.dvi, gdbint.dvi, stabs.dvi): Remove
9269 intermediate TeX files, whether they have 2 or 3 character
9270 extensions.
9271 (gdbint.ps): Add target and rules.
9272 (gdb-internals): Delete unused target.
9273 (Makefile): Depends upon config.status also.
9274
9275Sat Mar 30 15:46:58 1996 Fred Fish <fnf@cygnus.com>
9276
9277 * gdbint.texinfo (CC_HAS_LONG_LONG): Clarify when/how this is
9278 set.
9279
9280Sat Mar 16 15:10:20 1996 Fred Fish <fnf@cygnus.com>
9281
9282 From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>
9283 * gdb.texinfo (Expressions): Fix erroneous array constant example.
9284
9285Sat Mar 16 13:28:45 1996 Fred Fish <fnf@cygnus.com>
9286
9287 * gdb.texinfo: Add missing "@bullet" to some "@itemize" commands.
9288
9289Sat Feb 10 03:28:36 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
9290
9291 * gdb.texinfo (Print settings): Document
9292 `set/show print static-members' commands.
9293
9294Wed Jan 10 14:16:37 1996 Fred Fish <fnf@cygnus.com>
9295
9296 * gdbint.texinfo (Native): Document name change, coredep.c to
9297 core-aout.c.
9298
9299Wed Dec 13 12:35:28 1995 Ian Lance Taylor <ian@cygnus.com>
9300
9301 * stabs.texinfo (Include Files): Document the values the SunOS4
9302 linker creates for N_BINCL/N_EINCL/N_EXCL stabs.
9303
9304Fri Dec 8 21:08:44 1995 Fred Fish <fnf@cygnus.com>
9305
9306 * gdbint.texinfo (Releases): Change gdb.tar.Z to gdb.tar.gz.
9307 Fix typo.
9308
9309Fri Dec 1 11:07:50 1995 Fred Fish <fnf@cygnus.com>
9310
9311 * gdbint.texinfo (Releases): Make "gdb.tar.gz" rather than
9312 "gdb.tar.Z".
9313
9314Wed Sep 20 13:14:10 1995 Ian Lance Taylor <ian@cygnus.com>
9315
9316 * Makefile.in (maintainer-clean): New target, synonym for
9317 realclean.
9318
9319Thu Aug 3 10:45:37 1995 Fred Fish <fnf@cygnus.com>
9320
9321 * Update all FSF addresses except those in COPYING* files.
9322
9323Wed Jul 19 18:43:03 1995 Stan Shebs <shebs@andros.cygnus.com>
9324
9325 From Richard Earnshaw (rearnsha@armltd.co.uk):
9326 * gdb.texinfo (convenience variables): Document $_exitcode.
9327 (quit): Document optional expression to use as exit code.
9328
9329Thu Jun 22 21:27:33 1995 Victoria Mixon <victoria@cygnus.com>
9330
9331 * gdb.texinfo, remote.texi: Brought up to date with various
9332 GDB changes.
9333
9334Tue Jun 20 14:35:38 1995 Stan Shebs <shebs@andros.cygnus.com>
9335
9336 * gdb.texinfo: Update dates and versions, fix comments about
9337 hardware watchpoints in future releases and about the
9338 sharedlibrary command.
9339
9340Mon May 8 09:30:36 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
9341
9342 * stabs.texinfo: Remove node `XCOFF differences'. Describe value of
9343 C_FUN stab. Other cleanups.
9344
9345Wed Apr 19 07:02:19 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
9346
9347 * remote.texi (Bootstrapping): Clarify that flush_i_cache is only
9348 for the sparc stub.
9349
9350Tue Apr 11 11:41:49 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
9351
9352 * annotate.texi: Clarify which addresses have differing formats
9353 depending on the language and which do not.
9354
9355Tue Mar 28 16:56:22 1995 J.T. Conklin <jtc@rtl.cygnus.com>
9356
9357 * remote.texi (NetWare): Changed example to use BOARD= instead of
9358 NODE= argument to reflect correspoding change to gdbserve.nlm.
9359
9360Fri Mar 17 06:47:02 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
9361
9362 * stabs.texinfo (Negative Type Numbers): Mention the fact that
9363 GDB, as well as AIX dbx, supports the size type attribute.
9364
9365Thu Mar 16 12:11:32 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
9366
9367 * stabs.texinfo (Negative Type Numbers): Document types -31 to -34.
9368
9369Mon Mar 13 16:49:13 1995 Per Bothner <bothner@kalessin.cygnus.com>
9370
9371 * gdb.texinfo (Define): Document $arg0... arguments to commands,
9372 and new 'if' and 'while' commands.
9373
9374Fri Feb 17 15:24:35 1995 Per Bothner <bothner@kalessin.cygnus.com>
9375
9376 * gdb.texinfo (Artificial arrays): Note use of coerce-to-array-type.
9377
9378Wed Feb 15 11:59:18 1995 J.T. Conklin <jtc@rtl.cygnus.com>
9379
9380 * all-cfg.texi: New flag, GDBSERVE, for NetWare's gdbserve.nlm.
9381 * remote.texi (NetWare): New node, how to use gdbserve.nlm on
9382 NetWare targets. Mostly stolen from the Server node.
9383
9384Fri Feb 10 20:20:08 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
9385
9386 * gdb.texinfo (Setting): Talk about the language of a source file
9387 versus the working language. The old documentation did not match
9388 what GDB did.
9389
9390Wed Feb 1 20:26:36 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
9391
9392 * stabs.texinfo (Source Files): Document N_SO used to mark the end
9393 of a source file.
9394
9395Mon Jan 23 14:23:37 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
9396
9397 * gdb.texinfo (Processes): New node.
9398
9399Tue Jan 17 14:09:03 1995 Ian Lance Taylor <ian@sanguine.cygnus.com>
9400
9401 * remote.texi: Update documentation of set/show mipsfpu.
9402
9403Fri Jan 6 17:17:28 1995 Stan Shebs <shebs@andros.cygnus.com>
9404
9405 * gdbgui.texinfo: New file, manual for GUI (gdbtk) users.
9406 * Makefile.in (gdbgui.dvi, gdbgui.info): New actions.
9407
9408Sun Sep 4 16:47:21 1994 Stan Shebs (shebs@andros.cygnus.com)
9409
9410 * gdbint.texinfo: Removed mentions of some incorrectly placed and
9411 obsolete conditionals, described some others.
9412
9413Mon Aug 1 15:42:39 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
9414
9415 * gdbint.texinfo: Remove references to BROKEN_LARGE_ALLOCA and
9416 SET_STACK_LIMIT_HUGE; they were removed from GDB 14 May 1994.
9417
9418Mon Aug 1 15:12:02 1994 Stan Shebs (shebs@andros.cygnus.com)
9419
9420 * gdbint.texinfo: Put regex conditionals in their own table.
9421
9422Tue Jul 26 18:32:52 1994 Stan Shebs (shebs@andros.cygnus.com)
9423
9424 * gdbint.texinfo: Removed mentions of many obsolete conditionals,
9425 described or fixed the descriptions of many others.
9426
9427Sun Jul 17 14:14:03 1994 Stan Shebs (shebs@andros.cygnus.com)
9428
9429 * gdb.texinfo: Add some more credits.
9430 * gdbint.texinfo: Capitalize GDB consistently, describe some
9431 macros and remove some.
9432
9433Thu Jul 14 18:43:17 1994 Stan Shebs (shebs@andros.cygnus.com)
9434
9435 * gdbint.texinfo: Removed mentions of many incorrectly placed and
9436 obsolete conditionals, described some others.
9437
9438Tue Jul 12 12:23:15 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
9439
9440 * gdb.texinfo (help targets): Changed to `help target', which
9441 is the correct gdb command.
9442
9443Wed Jun 22 18:00:51 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
9444
9445 * annotate.texi (TODO): New node, for keeping track of annotations
9446 suggested but not yet implemented.
9447
9448Wed Jun 1 16:10:45 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
9449
9450 * stabs.texinfo (Statics): Value of xcoff C_BSTAT points to
9451 another symbol, it is not the address itself.
9452
9453Thu May 5 20:23:36 1994 Stan Shebs (shebs@andros.cygnus.com)
9454
9455 * stabs.texinfo (Stab Section Basics): Add comment about alignment
9456 of stabs-in-coff sections.
9457
9458Wed May 4 06:26:11 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
9459
9460 * annotate.texi: Change edition to 0.5 and date to May 1994.
9461 Add index.
9462 (Frames): New node, for frame annotation.
9463 (Displays): New node, for display annotation.
9464
9465 * remote.texi (MIPS Remote): Say that set timeout doesn't apply
9466 when waiting for your program to stop.
9467
9468Fri Apr 29 18:24:46 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
9469
9470 * annotate.texi (Breakpoint Info): Document annotation of header
9471 fields and record annotation.
9472
9473Thu Apr 28 07:44:28 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
9474
9475 * annotate.texi: New file, to document annotations.
9476
9477Thu Apr 21 14:20:51 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
9478
9479 * Makefile.in (clean): Don't remove GDBvn.texi (apparently on Jan
9480 16 I meant to make this change but did not). Do remove gdb-cfg.texi.
9481
9482Wed Apr 20 11:22:48 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
9483
9484 * stabs.texinfo (Stab Section Basics): Say what is in .stab
9485 section, and say n_strx field is compilation unit relative.
9486 * stabs.texinfo: Don't use @code for a.out when it is the name of
9487 an object file format.
9488
9489Wed Apr 13 20:29:54 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
9490
9491 * gdb.texinfo: Refer to file names, not path names, per rms
9492 convention.
9493 (Arguments): Fix typo.
9494
9495Thu Mar 24 08:09:12 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
9496
9497 * stabs.texinfo (Global Variables): Talk about stabs in files
9498 where variables are referenced, but not defined.
9499
9500Wed Mar 23 07:16:36 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
9501
9502 * stabs.texinfo: Move stuff on @ and # type descriptors from node
9503 Cplusplus to new nodes Member Type Descriptor and Method Type
9504 Descriptor. Re-write stuff for #.
9505
9506Wed Mar 16 08:20:19 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
9507
9508 * gdb.texinfo (Print Settings): Don't document "set print
9509 fast-symbolic-addr off". The bug which it worked around was fixed
9510 on 25 Feb 94 in coffread.c, so I'm nuking the command.
9511
9512 * stabs.texinfo (Alternate Entry Points): New node, rewritten from
9513 N_ENTRY node.
9514
9515 * stabs.texinfo (Type Descriptors): Add 'Y' type descriptor.
9516
9517Tue Mar 15 08:43:02 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
9518
9519 * gdbint.texinfo (Host Conditionals, Target Conditionals): Remove
9520 references to ieee-float.c.
9521
9522Fri Mar 11 08:09:40 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
9523
9524 * gdb.texinfo (Set Breaks): Update documentation for tbreak to
9525 match what the code actually does.
9526
9527Wed Mar 9 19:43:05 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
9528
9529 * stabs.texinfo (Symbol Descriptors): Add OS9000 symbol descriptor s.
9530
9531Tue Mar 1 17:04:43 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
9532
9533 * stabs.texinfo (Type Descriptors): Add OS9000 type descriptors c,
9534 i, and b.
9535
9536Wed Feb 23 10:44:18 1994 Jim Kingdon (kingdon@rtl.cygnus.com)
9537
9538 * stabs.texinfo: Document N_RBRAC as function relative for COFF as
9539 well as for ELF and SOM. Unify the descriptions of ELF and SOM
9540 as "stabs in sections" rather than just saying "ELF and SOM".
9541 Also make that stuff apply to COFF.
9542
9543Fri Feb 18 08:25:58 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
9544
9545 * gdb.texinfo (Formatting Documentation): Change GhostScript to
9546 Ghostscript.
9547
9548Fri Feb 4 06:31:31 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
9549
9550 * gdb.texinfo (Continuing and Stepping): When talking about "step"
9551 versus functions without line numbers, also mention stepping into
9552 them as well as "step" when you are in them. Tell the user how to
9553 deal with the situation. Add comment about "debugging information".
9554
9555Thu Feb 3 11:39:59 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
9556
9557 * stabs.texinfo (Enumerations): Document restriction on where
9558 enumeration types can appear and still win with GDB.
9559
9560Wed Feb 2 11:29:17 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
9561
9562 * stabs.texinfo (Negative Type Numbers): Document format for type
9563 -16.
9564
9565Thu Jan 27 16:53:56 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
9566
9567 * gdb.texinfo (Selection, Frame Info): Update information about
9568 arbitrary frame specficiations.
9569
9570Wed Jan 26 15:31:57 1994 Roland H. Pesch (pesch@fowanton.cygnus.com)
9571
9572 * gdb.texinfo, remote.texi: general editing pass prior to Net release
9573
9574Tue Jan 25 12:12:04 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
9575
9576 * stabs.texinfo (String Field): Discuss continuing stabs with ?.
9577
9578Wed Jan 19 06:39:24 1994 David J. Mackenzie (djm@thepub.cygnus.com)
9579
9580 * stabs.texinfo (Non-Stab Symbol Types): Mention N_SET* | N_EXT.
9581
9582Sun Jan 16 12:43:32 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
9583
9584 * stabs.texinfo: Re-do stuff about C_BSTAT and move from XCOFF
9585 Differences node to Statics node.
9586 (Statics): Discuss XCOFF use of V symbol descriptor.
9587
9588 * Makefile.in: Remove refcard.dvi and GDBvn.texi in realclean,
9589 not clean.
9590
9591Wed Jan 12 21:29:54 1994 John Gilmore (gnu@cygnus.com)
9592
9593 * gdb.texinfo (Print Settings): Document `set print
9594 fast-symbolic-addr' and improve the doc for some other
9595 `set print's.
9596
9597Mon Jan 3 17:23:07 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
9598
9599 * stabs.texinfo (String Field): Talk about defining several type
9600 numbers at once.
9601 Fix lint regarding changing node ELF Transformations to
9602 ELF and SOM Transformations.
9603
9604Fri Dec 31 00:42:43 1993 John Gilmore (gnu@cygnus.com)
9605
9606 * stabs.texinfo: Insert Peter Kessler's name as inventor (I think).
9607
9608Tue Dec 28 09:30:40 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9609
9610 * stabs.texinfo (Cross-References): `::' is for nested types only
9611 within <>.
9612 (Structures): Document static members.
9613
9614Mon Dec 27 13:55:04 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9615
9616 * stabs.texinfo: Document S type attribute.
9617
9618Sun Dec 26 20:46:36 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
9619
9620 * stabs.texinfo: Add notes about stabs-in-som where appropriate.
9621
9622Fri Dec 3 19:13:19 1993 John Gilmore (gnu@cygnus.com)
9623
9624 * gdbint.texinfo: Fix a few typos.
9625
9626Sun Nov 28 18:06:25 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
9627
9628 * gdb.texinfo, remote.texi: formatting improvements
9629
9630 * gdb.texinfo (New Features): mention threads.
9631 (Summary, C): fix xrefs in newly contributed text.
9632 (Threads): index entries, clarifications, example
9633 (passim): minor typos fixed, phrasing improvements
9634
9635 * remote.texi (Bootstrapping): rephrase text on ^C and add index
9636 entries; (Server): explain use of gdbserver w/real-time systems,
9637 add example of conflicting TCP port; (MIPS Remote) break up
9638 running text into table, highlighting commands, and add example.
9639
9640Wed Nov 24 14:15:56 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
9641
9642 * refcard.tex: avoid bad linebreaks even when REFEDITS=psrc.sed
9643
9644Fri Nov 12 16:10:58 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9645
9646 * stabs.texinfo (Nested Symbols): New node.
9647 (String Field, Symbol Descriptors, Cross-References): Refer to it.
9648
9649Thu Nov 11 13:26:45 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9650
9651 * stabs.texinfo (Stabs in ELF): Clarify how Bbss.bss work with respect
9652 to picking which Bbss.bss symbol to use, and (because there seems to
9653 be no good way of doing it) re-write some of the text to make it
9654 sound like Bbss.bss isn't such a great idea after all (as currently
9655 designed).
9656
9657 * gdb.texinfo (C): In addition to saying people have to use g++ for
9658 good results, say they have to use stabs. Specifically say cfront
9659 doesn't work well.
9660 (Summary): Merge in information on Modula-2, Pascal, and Chill from
9661 the gdb README. Add xrefs to places where the support for the various
9662 languages is described in detail.
9663
9664Mon Nov 8 11:47:34 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9665
9666 * stabs.texinfo: Clean up stuff about visibility and virtual
9667 characters.
9668
9669 * stabs.texinfo (N_M2C): Cite Sun doc.
9670
9671Fri Nov 5 16:27:27 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
9672
9673 * gdb.texinfo: updates re threads.
9674 * remote.texinfo: avoid index entries starting with digits.
9675
9676Tue Nov 2 09:08:37 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9677
9678 * stabs.texinfo (Enumerations): Talk about large, negative and
9679 octal values. Clean up cross reference to type attributes.
9680 (String Field): Say that GDB 4.11 supports size attribute.
9681
9682Sun Oct 31 13:31:10 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9683
9684 * remote.texi (VxWorks Remote): Clarify that rebuilding VxWorks kernel
9685 is a mandatory step. Make the stuff about that more concise.
9686
9687Wed Oct 27 00:25:46 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9688
9689 * stabs.texinfo (Class Names): New node.
9690
9691 * gdb.texinfo (Command Files): Explain order of init file reading.
9692
9693 * remote.texi (Bootstrapping): Talk about getting the serial driver
9694 to deal with ^C sent by gdb to stop the remote system.
9695
9696Mon Oct 25 03:25:41 1993 Tom Lord (lord@cygnus.com)
9697
9698 * libgdb.texinfo (I/O): incorporated better phrasing from rich.
9699
9700 * libgdb.texinfo (Defining Commands): made the DOC arg
9701 to gdb_define_app_command a char * instead of char **
9702 per a suggestion from kingdon.
9703
9704 * libgdb.texinfo: total rewrite from a different starting
9705 premise.
9706
9707Wed Oct 20 18:07:44 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9708
9709 * stabs.texinfo (Local Variable Parameters): Re-write paragraph on
9710 floats passed as doubles (to improve clarity).
9711
9712Tue Oct 19 14:21:18 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
9713
9714 * gdb.texinfo (Source Path): index entries for $cwd, $pdir
9715
9716 * a4rc.sed: update to work with Andreas Vogel papersize params
9717
9718 * refcard.tex: use Andreas Vogel simplifications of papersize
9719 params; remove useless version info; update copyright date.
9720
9721Tue Oct 19 10:46:22 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9722
9723 * gdb.texinfo (Symbols): Add class NAME to doc for ptype.
9724
9725Tue Oct 12 09:11:45 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9726
9727 * gdb.texinfo (Files): Say what address the load command loads it at.
9728
9729 * stabs.texinfo (Common Blocks): Minor cleanups.
9730
9731 * stabs.texinfo: Update ld stabs in elf relocation to reflect the fact
9732 that Sun has backed away from the linker kludge and thus the relevant
9733 issue is changes to the SunPRO tools, not the Solaris linker.
9734
9735 * stabs.texinfo (Traditional Integer Types): Clean up description
9736 of octal bounds a little bit. Document extra leading zeroes.
9737
9738Thu Oct 7 16:15:37 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9739
9740 * gdb.texinfo (Signaling): Update for symbolic symbol names
9741 and add a section explaining the difference between the GDB
9742 signal command and the shell kill utility.
9743
9744Wed Oct 6 13:23:01 1993 Tom Lord (lord@rtl.cygnus.com)
9745
9746 * libgdb.texinfo: added `@' to braces that were unescaped.
9747
9748Mon Oct 4 10:42:18 1993 Tom Lord (lord@rtl.cygnus.com)
9749
9750 * libgdb.texinfo: new file. Spec for the gdb library.
9751
9752Sun Oct 3 15:26:56 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9753
9754 * stabs.texinfo (Include Files): Fix typo (start -> end).
9755
9756Thu Sep 30 18:24:56 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
9757
9758 * gdb.texinfo, remote.texi: assorted small improvements, mostly
9759 from Melissa at FSF's editing pass.
9760
9761Thu Sep 30 11:54:38 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9762
9763 * gdb.texinfo: Remove stuff about ar and 14 character filenames.
9764 I believe this was fixed by the 13 Sep 89 change to print_frame_info.
9765 Also, modern versions of ar like BSD 4.4 or SVR4 don't have this bug.
9766
9767Wed Sep 22 21:22:11 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9768
9769 * remote.texi (Bootstrapping): Discuss 386 call gates.
9770
9771Sat Sep 18 17:10:44 1993 Jim Kingdon (kingdon@poseidon.cygnus.com)
9772
9773 * stabs.texinfo (Based Variables): New node.
9774
9775Thu Sep 16 17:48:55 1993 Jim Kingdon (kingdon@cirdan.cygnus.com)
9776
9777 * stabs.texinfo (Negative Type Numbers): Re-write discussions of
9778 names, sizes, and formats to suggest how not to lose.
9779
9780Sat Sep 11 09:35:11 1993 Jim Kingdon (kingdon@poseidon.cygnus.com)
9781
9782 * stabs.texinfo (Methods): Fix typo.
9783
9784Fri Sep 10 06:34:20 1993 David J. Mackenzie (djm@thepub.cygnus.com)
9785
9786 * gdb.texinfo: Fix a few typos.
9787
9788Wed Sep 8 09:11:52 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9789
9790 * gdb.texinfo: Clarify how well it works with Fortran.
9791
9792 * stabs.texinfo (Stabs In ELF, Statics, ELF Transformations):
9793 More on relocating stabs in ELF files.
9794
9795Tue Sep 7 13:45:02 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9796
9797 * stabs.texinfo (Stabs In ELF): Talk about N_FUN value.
9798
9799Mon Sep 6 19:23:18 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9800
9801 * stabs.texinfo (Local Variable Parameters): Talk about nameless
9802 parameters on VAX.
9803
9804Fri Sep 3 17:06:08 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
9805
9806 * gdb.texinfo: @up/@down -> @raisesections/@lowersections
9807
9808Fri Sep 3 12:04:15 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9809
9810 * stabs.texinfo: Make info author notice match the TeX author notice.
9811
9812Tue Aug 31 13:21:06 1993 David J. Mackenzie (djm@thepub.cygnus.com)
9813
9814 * stabs.texinfo: Initial-caps all words in node names and
9815 non-trivial words in section names.
9816
9817Mon Aug 30 11:13:16 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9818
9819 * stabs.texinfo: Many minor cleanups.
9820
9821 * stabs.texinfo: Remove @deffn except from Expanded Reference node.
9822
9823Sat Aug 28 12:08:09 1993 David J. MacKenzie (djm@edison.eng.umd.edu)
9824
9825 * stabs.texinfo: Remove full description of big example.
9826 It's not really helpful; just use pieces of it where appropriate.
9827 Add more Texinfo formatting directives (@samp, etc.).
9828 Use @deffn to define stab types.
9829 Eliminate some wordiness. Break up some nodes.
9830 Add an (alphabetized) index of symbol types.
9831 Use consistent capitalization style in node and section names.
9832
9833Thu Aug 26 06:36:31 1993 Fred Fish (fnf@deneb.cygnus.com)
9834
9835 * gdb.texinfo: Change typo "Two two" to "The two".
9836
9837Sun Aug 22 12:15:18 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9838
9839 * stabs.texinfo (XCOFF-differences): Remove references to
9840 non-existent types N_DECL and N_RPSYM.
9841
9842 * stabs.texinfo (String Field): Say that type attributes bug is
9843 fixed in GDB 4.10, since it is.
9844
9845 * stabs.texinfo: Clean up djm cleanups, and more cleanups of my own.
9846
9847Sat Aug 21 04:32:28 1993 David MacKenzie (djm@cygnus.com)
9848
9849 * stabs.texinfo: Formatting cleanups.
9850
9851Fri Aug 20 20:49:53 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9852
9853 * stabs.texinfo: When explaining the n_type of a stab, standardize
9854 how we do it ('#' as a comment indicator, "36 is N_FUN" as text,
9855 no tabs, use @r).
9856 (Global Variables): Clean up.
9857
9858Tue Aug 17 15:57:27 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9859
9860 * stabs.texinfo (Stack Variables): Re-write.
9861
9862Mon Aug 16 21:20:08 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9863
9864 * stabs.texinfo (Stabs-in-elf): Talk about getting the start
9865 addresses of a source file. Also revise formatting.
9866 Change "object module" or "object file" to "source file".
9867 Various: Miscellaneous cleanups.
9868
9869Thu Aug 12 15:11:51 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9870
9871 * stabs.texinfo: Point to mangling info in gcc's gpcompare.texi.
9872
9873Tue Aug 10 16:57:49 1993 Stan Shebs (shebs@rtl.cygnus.com)
9874
9875 * gdbint.texinfo: Removed many nonsensical machine-collected
9876 host and target conditionals, described some of the remainder.
9877
9878Tue Aug 10 13:28:30 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9879
9880 * gdbint.texinfo (Getting Started): Use @itemize, not @table.
9881
9882 * gdbint.texinfo (Top): Add name to @top line, and re-write the
9883 paragraph which follows.
9884
9885 * gdbint.texinfo (Host): Use @code not @samp for Makefile
9886 variables. Looks better and avoids overful hbox.
9887
9888Fri Jul 30 18:26:21 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9889
9890 * stabs.texinfo (Procedures): Improve stuff on nested functions.
9891
9892Thu Jul 29 15:10:58 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
9893
9894 * remote.texi: (MIPS Remote) clearer doc for set/show timeout,
9895 retransmit-timeout
9896
9897Thu Jul 29 13:16:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9898
9899 * gdbint.texinfo: Update statement about `some ancient Unix
9900 systems, like Ultrix 4.0' to Ultrix 4.2.
9901
9902Wed Jul 28 15:26:53 1993 Roland H. Pesch (pesch@el_bosque.cygnus.com)
9903
9904 * h8-cfg.texi, all-cfg.texi: new flag GDBSERVER
9905
9906 * Makefile.in: depend on remote.texi rather than gdbinv-s.texi
9907
9908 * remote.texi: (Server) New node on gdbserver. (Remote Serial,
9909 ST2000 Remote, MIPS Remote): mention `host:port' syntax for TCP.
9910
9911 * remote.texi: new name for former gdbinv-s.texi
9912
9913 * gdb.texinfo: use remote.texi rather than gdbinv-s.texi
9914
9915Wed Jul 28 08:26:24 1993 Ian Lance Taylor (ian@cygnus.com)
9916
9917 * gdbinv-s.texi: Documented timeout and retransmit-timeout
9918 variables for MIPS remote debugging protocol.
9919
9920Mon Jul 26 13:00:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9921
9922 * stabs.texinfo (Negative Type Numbers): FORTRAN LOGICAL fix.
9923
9924Tue Jul 20 16:30:41 1993 Jim Kingdon (kingdon@deneb.cygnus.com)
9925
9926 * Makefile.in (refcard.dvi): Use srcdir where necessary.
9927
9928Mon Jul 19 12:02:50 1993 Roland H. Pesch (pesch@cygnus.com)
9929
9930 * gdb.texinfo: repair conditional bugs in text markup
9931
9932Fri Jul 16 18:57:50 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
9933
9934 * gdb.texinfo, all-cfg.texi, h8-cfg.texi: introduce MOD2 switch
9935 to select Modula-2 material.
9936
9937Thu Jul 15 13:15:01 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9938
9939 * stabs.texinfo: Cleanups regarding statics.
9940
9941 * gdbinv-s.texi (Bootstrapping): Document exceptionHandler.
9942 (Debug Session): Mention exceptionHandler. Add xref to Bootstrapping.
9943
9944Mon Jul 12 13:37:02 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9945
9946 * stabs.texinfo: N_MAIN is sometimes used for C.
9947
9948Fri Jul 9 09:47:02 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
9949
9950 * gdbint.texinfo (Host, Target Conditionals): Remove TM_FILE_OVERRIDE.
9951
9952Tue Jul 6 12:41:28 1993 John Gilmore (gnu@cygnus.com)
9953
9954 * gdbint.texinfo (Target Conditionals): Remove NO_TYPEDEFS,
9955 removed from the code by Kingdon.
9956
9957Tue Jul 6 12:24:34 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9958
9959 * gdb.texinfo (Break Commands): Remove stuff about flushing terminal
9960 input when evaluating breakpoint conditions; the bug has been fixed.
9961
9962 * gdb.texinfo (Continuing and Stepping): Argument to "continue"
9963 sets the ignore count to N-1, not to N.
9964
9965Thu Jul 1 14:57:42 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
9966
9967 * refcard.tex (\hoffset): correct longstanding error to match
9968 intended offset; avoids cutting off edge on some printers
9969
9970Wed Jun 30 18:23:06 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9971
9972 * stabs.texinfo (Parameters): Say that order of stabs is significant.
9973
9974Fri Jun 25 21:34:52 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9975
9976 * stabs.texinfo (Common Blocks): Say what Sun FORTRAN does.
9977
9978Fri Jun 25 16:15:10 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
9979
9980 * Makefile.in: (REFEDITS) new var to control whether PS or CM
9981 fonts and whether US or A4 paper for GDB refcard; (refcard.dvi)
9982 collect sed edits if any, apply to refcard before formatting;
9983 (refcard.ps) stop implying PS fonts if PS output requested;
9984 (lrefcard.ps) delete extra target for variant PS fonts
9985
9986 * refcard.tex: parametrize papersize dependent info, collect
9987 in easily replaced spot
9988
9989 * a4rc.sed: new file, edits to refcard for A4 paper
9990
9991Fri Jun 25 14:21:46 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9992
9993 * stabs.texinfo (Negative Type Numbers): Type -16 is 4 bytes.
9994
9995Wed Jun 23 15:02:50 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9996
9997 * stabs.texinfo (Negative Type Numbers): Minor character cleanups.
9998
9999Tue Jun 22 16:31:52 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10000
10001 * stabs.texinfo: Express disapproval of 'D' symbol descriptor
10002 politely rather than rudely.
10003
10004Fri Jun 18 19:42:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10005
10006 * stabs.texinfo: Document common blocks.
10007
10008Fri Jun 18 12:12:57 1993 Fred Fish (fnf@cygnus.com)
10009
10010 * stabs.texinfo: Add some basic info about stabs-in-elf.
10011
10012Fri Jun 18 13:57:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10013
10014 * stabs.texinfo (Top): Minor cleanup.
10015
10016Mon Jun 14 16:16:51 1993 david d `zoo' zuhn (zoo at rtl.cygnus.com)
10017
10018 * Makefile.in (install-info): remove parentdir support
10019
10020Tue Jun 15 18:11:39 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
10021
10022 * gdb.texinfo (Copying): delete this node and references to it;
10023 RMS says this manual need not carry GPL. (passim): Improvements
10024 from last round at FSF, largely due to Ian Taylor review, and
10025 minor formatting improvements.
10026
10027 * gdbinv-s.texi (passim): Improvements from last round at FSF,
10028 largely due to Ian Taylor review. (Debug Session): minor edits to
10029 new text.
10030
10031Sun Jun 13 12:52:39 1993 Jim Kingdon (kingdon@cygnus.com)
10032
10033 * Makefile.in (realclean): Remove info and dvi files too.
10034
10035Sat Jun 12 16:09:22 1993 Jim Kingdon (kingdon@cygnus.com)
10036
10037 * {all,h8}-config.texi: Rename to *-cfg.texi for 14 char filenames.
10038 * Makefile.in: Change accordingly. gdb-config.texi -> gdb-cfg.texi.
10039 * gdb.texinfo: Change accordingly.
10040
10041 * stabs.texinfo: Clean up N_{L,R}BRAC. Discuss what addresses of
10042 N_{L,R}BRAC,N_SLINE are relative to.
10043
10044Fri Jun 11 15:15:55 1993 Jim Kingdon (kingdon@cygnus.com)
10045
10046 * Makefile.in (GDBvn.texi): Update atomically.
10047
10048Wed Jun 9 10:58:16 1993 Jim Kingdon (kingdon@cygnus.com)
10049
10050 * gdbinv-s.texi (Debug Session): Document exceptionHook.
10051
10052Tue Jun 8 13:42:04 1993 Jim Kingdon (kingdon@cygnus.com)
10053
10054 * gdb.texinfo (Print Settings): Move all stuff relating to symbolic
10055 addresses together. Also motivate the set print symbol-filename
10056 command and suggest other solutions.
10057
10058Tue Jun 1 22:46:43 1993 Fred Fish (fnf@cygnus.com)
10059
10060 * gdb.texinfo (set print elements): Note that the number of
10061 elements is set to unlimited by "set print elements 0".
10062
10063Mon May 31 08:06:55 1993 Jim Kingdon (kingdon@cygnus.com)
10064
10065 * stabs.texinfo (Builtin Type Descriptors): Try to clarify what
10066 NF_LDOUBLE means.
10067 (Stab Types): Include Solaris stab types.
10068 (Procedures): Document Solaris extensions.
10069
10070Thu May 27 06:20:42 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
10071
10072 * gdb.texinfo: Add `set print symbol-filename' doc.
10073
10074Wed May 26 00:26:42 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10075
10076 * stabs.texinfo (Arrays): Talk about type definition vs. type
10077 information.
10078
10079 * stabs.texinfo (Builtin Type Descriptors): Talk about omitting
10080 the trailing semicolon.
10081
10082Tue May 25 14:49:42 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10083
10084 * stabs.texinfo (Line Numbers, Source Files): Re-write these two nodes
10085 and merge in other parts of the document addressing these subjects.
10086 gdbint.texinfo (XCOFF): Remove info which is now in stabs.texinfo.
10087
10088 * stabs.texinfo (Subranges, Arrays): Try to explain about the semicolon
10089 at the end of a range type.
10090
10091 * stabs.texinfo (Subranges): "A offset" and "T offset" are not
10092 AIX extensions.
10093
10094Mon May 24 09:00:33 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10095
10096 * stabs.texinfo (Stabs Format): Misc fixes.
10097
10098Sat May 22 10:40:56 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10099
10100 * stabs.texinfo (Constants): Allow an `e' constant to be non-enum.
10101 (Traditional builtin types): Document convex convention for long long.
10102 (Negative builtin types): Discuss type names, and misc fixes.
10103
10104Fri May 21 11:20:31 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10105
10106 * stabs.texinfo (Builtin Type Descriptors): Document the floating
10107 point types used with @samp{R} type descriptor.
10108 (Symbol Descriptors): Describe how to handle conflict between
10109 different meanings of @samp{P} symbol descriptor.
10110
10111Thu May 20 13:35:10 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10112
10113 * stabs.texinfo: Remove node Quick Reference and put its children
10114 directly under the main menu.
10115
10116 * stabs.texinfo: Many more changes to bring it into line with
10117 AIX documentation and reality. I think it now has all the
10118 information from the AIX documentation, except that I burned
10119 out when I got to variant records (Pascal and Modula-2) and
10120 all the COBOL types. Oh well, we can add them later when we're
10121 worrying more about those languages.
10122
10123 * stabs.texinfo (Automatic variables): Talk about what it means
10124 to omit the symbol descriptor.
10125
10126Tue May 18 17:59:18 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10127
10128 * stabs.texinfo (Parameters): Add "(sometimes)" when describing
10129 gcc2 behavior with promoted args.
10130
10131Fri May 14 21:35:29 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
10132
10133 * gdb.texinfo: include readline appendices in info version of manual
10134
10135Fri May 7 11:56:18 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
10136
10137 * gdbinv-s.texi (Remote Serial): describe new ^C behavior in
10138 target remote.
10139
10140 * gdb.texinfo (Machine Code): more index entries for disassemble
10141
10142Fri May 7 10:12:30 1993 Fred Fish (fnf@cygnus.com)
10143
10144 * Clarify the intended use of the gdb-testers and gdb-patches
10145 mailing lists, and shrink gzip comment.
10146
10147Thu May 6 16:39:50 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
10148
10149 * gdb.texinfo (Shell Commands): do not mention SHELL env var in
10150 DOSHOST configuration of manual.
10151
10152 * gdb.texinfo (MIPS Stack): new node.
10153
10154 * all-config.texi (MIPS) new switch.
10155
10156 * gdbinv-s.texi (Nindy Options) Remove two instances of future
10157 tense; (MIPS Remote) new node.
10158
10159 * gdb.texinfo (passim) rephrases to work around makeinfo @value
10160 bug; (Environment) less passive, other small cleanups in text about
10161 .cshrc/.bashrc; (Invoking GDB) new MIPS Remote menu entry;
10162 (Remote) new MIPS Remote menu entry.
10163
10164Thu Apr 29 09:36:25 1993 Jim Kingdon (kingdon@cygnus.com)
10165
10166 * stabs.texinfo: Many changes to include information from the
10167 AIX documentation.
10168
10169 * gdb.texinfo (Environment): Mention pitfall with .cshrc.
10170
10171Tue Apr 27 14:02:57 1993 Jim Kingdon (kingdon@cygnus.com)
10172
10173 * gdbint.texinfo (new node Debugging GDB, elsewhere):
10174 Move a bunch of information from ../README.
10175 (Getting Started): New node.
10176
10177Fri Apr 23 17:21:13 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
10178
10179 * gdbinv-s.texi, gdb.texinfo: include Hitachi SH target
10180
10181 * gdb.texinfo: advance manual revision dates to present
10182
10183 * gdbinv-s.texi, gdb.texinfo, all-config.texi, h8-config.texi:
10184 stop using silly Roman numerals in @set variable names
10185
10186Fri Apr 23 07:30:01 1993 Jim Kingdon (kingdon@cygnus.com)
10187
10188 * stabs.texinfo (Parameters): Keep trying to get this right.
10189
10190Wed Apr 21 15:18:47 1993 Jim Kingdon (kingdon@cygnus.com)
10191
10192 * stabs.texinfo (Parameters): More on "local parameters".
10193
10194Mon Apr 19 08:00:51 1993 Jim Kingdon (kingdon@cygnus.com)
10195
10196 * stabs.texinfo (Parameters): Re-do "local parameters" section.
10197
10198Sun Apr 18 09:47:45 1993 Jim Kingdon (kingdon@cygnus.com)
10199
10200 * stabs.texinfo (Symbol descriptors): Re-do using @table and @xref.
10201 (Parameters): Rewrite.
10202 (xcoff-differences, Sun-differences): Minor changes.
10203
10204Thu Apr 15 02:35:24 1993 John Gilmore (gnu@cacophony.cygnus.com)
10205
10206 * stabs.texinfo: Minor cleanup.
10207
10208Wed Apr 14 17:31:00 1993 Jim Kingdon (kingdon@cygnus.com)
10209
10210 * gdbint.texinfo: Minor xcoff stuff.
10211
10212Wed Apr 7 14:11:07 1993 Fred Fish (fnf@cygnus.com)
10213
10214 * gdbint.texinfo: Update for new config directory structure.
10215 Add info about internal type data structures.
10216
10217Mon Apr 5 09:06:30 1993 Ian Lance Taylor (ian@cygnus.com)
10218
10219 * Makefile.in (SFILES_INCLUDED): gdb-config.texi is no longer in
10220 $(srcdir).
10221 (gdb-config.texi): Depend on file in $(srcdir).
10222
10223Fri Apr 2 16:55:13 1993 Jim Kingdon (kingdon@cygnus.com)
10224
10225 * stabs.texinfo: Fixes about N_SO.
10226
10227Fri Mar 26 18:00:35 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
10228
10229 * gdb.texinfo: include list of nonstandard init file names
10230
10231 * *-config.texi: new switch GENERIC for text that applies *only*
10232 to (usual) multiple-target version of manual
10233
10234 * gdb.texinfo, gdbinv-s.texi: Update conditional markup to correct
10235 h8 config
10236
10237 * gdb.texinfo: depend on latest fixed makeinfo, use conditionals
10238 in menus (rather than conditionally selected multiple alternative
10239 menus).
10240
10241 * Makefile.in: define and use DOC_CONFIG var to select
10242 configuration for GDB user manual.
10243
10244 * gdb-config.texi: delete from repository, generate from Makefile.
10245
10246 * all-config.texi: normal `generic' configuration file, formerly
10247 stored as gdb-config.texi
10248
10249Wed Mar 24 14:03:19 1993 david d `zoo' zuhn (zoo at poseidon.cygnus.com)
10250
10251 * Makefile.in: add dvi target to build all .dvi files
10252
10253Tue Mar 23 16:03:24 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
10254
10255 * gdb.texinfo, gdvinv-s.texinfo: formatting improvements.
10256
10257Fri Mar 19 21:46:50 1993 John Gilmore (gnu@cygnus.com)
10258
10259 * gdbint.texinfo: Doc NO_MMALLOC and NO_MMALLOC_CHECK as
10260 host conditionals.
10261 * stabs.texinfo: More array fixes inspired by Jim's.
10262
10263Fri Mar 19 10:23:34 1993 Jim Kingdon (kingdon@cygnus.com)
10264
10265 * stabs.texinfo: Fixes re arrays and continuations.
10266
10267 * gdbint.texinfo: Add XCOFF node.
10268
10269Mon Mar 8 15:52:18 1993 John Gilmore (gnu@cygnus.com)
10270
10271 * gdb.texinfo: Add `set print max-symbolic-offset' doc.
10272
10273Sun Feb 21 17:09:38 1993 Per Bothner (bothner@rtl.cygnus.com)
10274
10275 * stabs.texinfo: Fix for array types to mention lower bounds.
10276
10277Thu Feb 18 01:19:49 1993 John Gilmore (gnu@cygnus.com)
10278
10279 * gdbint.texinfo: Update PTRACE_ARG3_TYPE doc, pull PT_*.
10280
10281Wed Feb 17 08:15:24 1993 John Gilmore (gnu@cygnus.com)
10282
10283 * gdbint.texinfo: Remove SET_STACK_LIMIT_HUGE from target defines.
10284
10285Thu Feb 11 10:38:40 1993 John Gilmore (gnu@cygnus.com)
10286
10287 * gdbint.texinfo: Fix thinko (NM_FILE => NAT_FILE). Found
10288 by Michael Ben-Gershon <mybg@CS.HUJI.AC.IL>.
10289
10290Wed Feb 10 23:59:19 1993 John Gilmore (gnu@cygnus.com)
10291
10292 * gdbint.texinfo: Eliminate IBM6000_HOST, document IBM6000_TARGET.
10293
10294Tue Feb 9 18:26:21 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
10295
10296 * gdb.texinfo, gdbinv-s.texi: misc updates
10297
10298Sat Feb 6 10:25:47 1993 John Gilmore (gnu@cygnus.com)
10299
10300 * gdbint.texinfo: Brief documentation for longjmp support,
10301 from an email msg by Stu.
10302
10303Fri Feb 5 14:10:15 1993 John Gilmore (gnu@cygnus.com)
10304
10305 * stabs.texinfo: Fix description of floating point "range"
10306 types (which really define basic types). Reported by Jim Meehan,
10307 <meehan@src.dec.com>.
10308
10309 * gdbint.texinfo: Remove COFF_NO_LONG_FILE_NAMES define, now gone.
10310
10311Thu Feb 4 13:56:46 1993 Ian Lance Taylor (ian@cygnus.com)
10312
10313 * gdbint.texinfo: Slightly expand section on supporting a new
10314 object file format.
10315
10316Thu Feb 4 01:49:04 1993 John Gilmore (gnu@cygnus.com)
10317
10318 * Makefile.in (refcard.ps, lrefcard.ps): Remove psref.tex
10319 intermediate file.
10320
10321Tue Feb 2 12:18:06 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
10322
10323 * gdb.texinfo, gdbinv-s.texi: miscellaneous stylistic cleanups
10324
10325Mon Feb 1 15:35:47 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
10326
10327 * gdbinv-s.texi: z8000 simulator target name is just "sim"
10328
10329 * gdbinv-s.texi: Mention that Z8000 simulator can simulate Z8001
10330 as well as Z8002.
10331
10332Sat Nov 28 06:51:35 1992 John Gilmore (gnu@cygnus.com)
10333
10334 * gdbint.texinfo: Add sections on clean design and on how to send
10335 in changes.
10336
10337Mon Nov 9 23:57:02 1992 John Gilmore (gnu@cygnus.com)
10338
10339 * gdbint.texinfo: Add how to declare the result of make_cleanup.
10340
10341Mon Oct 26 11:09:47 1992 John Gilmore (gnu@cygnus.com)
10342
10343 * gdb.texinfo: Fix typo, reported by Karl Berry.
10344
10345Fri Oct 23 00:41:21 1992 John Gilmore (gnu@cygnus.com)
10346
10347 * gdb.texinfo: Add opcodes dir to GDB distribution description.
10348
10349Sat Oct 10 18:04:58 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
10350
10351 * gdbint.texinfo: fixed a stray email address (needs @@),
10352 added @table @code to node "Native Conditionals"
10353
10354Tue Sep 22 00:34:15 1992 John Gilmore (gnu@cygnus.com)
10355
10356 * gdbint.texinfo: Describe coding style of GDB.
10357
10358Mon Sep 21 19:32:16 1992 John Gilmore (gnu@cygnus.com)
10359
10360 * stabs.texinfo: Minor wording changes.
10361
10362Tue Sep 15 02:57:09 1992 John Gilmore (gnu@cygnus.com)
10363
10364 * gdbint.texinfo: Improve release doc slightly.
10365
10366Fri Sep 11 01:34:25 1992 John Gilmore (gnu@sphagnum.cygnus.com)
10367
10368 * gdbint.texinfo: Improve doc of GDB config macros.
10369
10370Wed Sep 9 16:52:06 1992 John Gilmore (gnu@cygnus.com)
10371
10372 * stabs.texinfo: Remove Bothner's changes for C++ nested types.
10373 These will be reinserted when examined.
10374
10375Mon Aug 24 01:17:55 1992 John Gilmore (gnu@cygnus.com)
10376
10377 * gdbint.texinfo: Make a start at documenting all the #if macros
10378 in GDB. At least list them all, and start separating them into
10379 host-specific and target-specific.
10380
10381Tue Aug 18 15:59:13 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)
10382
10383 * gdbinv-s.m4.in: refrain from using @cartouche for just a few
10384 examples (not consistent w others).
10385 gdb.texinfo: issue disclaimer paragraph on cmdline options only
10386 for generic vn of doc
10387
10388Tue Aug 18 14:53:27 1992 Ian Lance Taylor (ian@cygnus.com)
10389
10390 * Makefile.in: always create installation directories.
10391
10392Tue Aug 18 14:11:50 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)
10393
10394 * gdb.texinfo: in h8 config, do not describe searching commands.
10395
10396Mon Aug 17 18:07:59 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)
10397
10398 * gdb.texinfo, none.m4, h8.m4, gdbinv-s.m4.in: improve H8/300
10399 conditionals; introduce a few generic switches that may be
10400 useful for other cross-dev or dos-hosted configs.
10401
10402 * gdb.texinfo: fix typo in "info reg" description
10403
10404Sun Aug 16 01:16:18 1992 John Gilmore (gnu@cygnus.com)
10405
10406 * stabs.texinfo: Minor updates from running TeX over it.
10407 * Makefile.in (stabs.dvi, stabs.ps): Add.
10408
10409Sat Aug 15 20:52:24 1992 Per Bothner (bothner@rtl.cygnus.com)
10410
10411 * stabs.texinfo: Stabs documentation, written by Julia Menapace.
10412 First pass at converting it to texinfo.
10413
10414Sat Aug 15 03:14:59 1992 John Gilmore (gnu@cygnus.com)
10415
10416 * gdb.texinfo, refcard.tex: Document mult args on `info reg'.
10417 * Makefile.in (refcard.ps, lrefcard.ps): Add missing $(srdir).
10418
10419Fri Aug 14 21:08:47 1992 John Gilmore (gnu@cygnus.com)
10420
10421 * gdbint.texinfo: Add section on partial symbol tables.
10422
10423Sat Jun 20 16:31:10 1992 John Gilmore (gnu at cygnus.com)
10424
10425 * gdb.texinfo: document `set remotedebug' and `set
10426 rstack_high_address'.
10427
10428Thu May 14 17:09:48 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)
10429
10430 * gdb.texinfo: slight expansion of new text on reading info files
10431 * gdbinv-s.m4.in: correct and expand info on cross-debugging
10432 H8/300 from DOS.
10433
10434Tue May 12 12:22:47 1992 John Gilmore (gnu at cygnus.com)
10435
10436 * gdb.texinfo: `info user' => `show user'. Noticed by David Taylor.
10437
10438Mon May 11 19:06:27 1992 John Gilmore (gnu at cygnus.com)
10439
10440 * gdb.texinfo: Say how to read the `info' files.
10441
10442Tue May 5 12:11:38 1992 K. Richard Pixley (rich@cygnus.com)
10443
10444 * Makefile.in: gm4 -> m4.
10445
10446Fri Apr 10 17:50:43 1992 John Gilmore (gnu at rtl.cygnus.com)
10447
10448 * gdb.texinfo: Update for GDB-4.5. Move `Formatting
10449 Documentation' ahead of `Installing GDB' to match README.
10450 Update shared library doc, -readnow and -mapped, and directory
10451 structure (add glob and mmalloc). Update configure doc.
10452
10453Tue Mar 24 23:28:38 1992 K. Richard Pixley (rich@cygnus.com)
10454
10455 * Makefile.in: remove $(srcdir) from gdb.info rule.
10456
10457Sat Mar 7 18:44:50 1992 K. Richard Pixley (rich@rtl.cygnus.com)
10458
10459 * Makefile.in: commented out gdb-all.texinfo rule. This is
10460 temporary.
10461
10462Wed Feb 26 18:04:40 1992 K. Richard Pixley (rich@cygnus.com)
10463
10464 * Makefile.in, configure.in: removed traces of namesubdir,
10465 -subdirs, $(subdir), $(unsubdir), some rcs triggers. Forced
10466 copyrights to '92, '13, changed some from Cygnus to FSF.
10467
10468Fri Dec 13 09:47:31 1991 John Gilmore (gnu at cygnus.com)
10469
10470 * gdb.texinfo: Improve how we ask for bug reports.
10471
10472Tue Dec 10 04:07:21 1991 K. Richard Pixley (rich at rtl.cygnus.com)
10473
10474 * Makefile.in: infodir belongs in datadir.
10475
10476Fri Dec 6 23:57:34 1991 K. Richard Pixley (rich at rtl.cygnus.com)
10477
10478 * Makefile.in: remove spaces following hyphens, bsd make can't
10479 cope. install using INSTALL_DATA. added clean-info. added
10480 standards.text support.
10481
10482Thu Dec 5 22:46:12 1991 K. Richard Pixley (rich at rtl.cygnus.com)
10483
10484 * Makefile.in: idestdir and ddestdir go away. Added copyrights
10485 and shift gpl to v2. Added ChangeLog if it didn't exist. docdir
10486 and mandir now keyed off datadir by default.
10487
10488\f
10489Local Variables:
10490mode: change-log
10491left-margin: 8
10492fill-column: 74
10493version-control: never
10494End:
This page took 0.092302 seconds and 4 git commands to generate.