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