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