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