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