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