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