rename "set debugvarobj" to "set debug varobj"
[deliverable/binutils-gdb.git] / gdb / doc / ChangeLog
CommitLineData
f989a1c8
TT
12014-04-29 Tom Tromey <tromey@redhat.com>
2
3 * gdb.texinfo (Debugging Output): Rename to "set debug varobj" and
4 "show debug varobj".
5
95cf3b38
DT
62014-05-01 David Taylor <dtaylor@emc.com>
7
8 * gdb.texinfo (compare-sections): Document the new -r (read-only)
9 option.
10
01f9f808
MS
112014-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
770e7fc7
DE
172014-03-31 Doug Evans <dje@google.com>
18
19 * gdb.texinfo (Symbols): Document set/show print symbol-loading.
20
97d8f0ee
DE
212014-03-30 Doug Evans <dje@google.com>
22
23 * gdb.texinfo (Non-Stop Mode): Remove trailing whitespace.
24 (Background Execution): Ditto.
25
36cb1214
HZ
262014-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
5e3a2c38
SS
342014-03-12 Stan Shebs <stan@codesourcery.com>
35
36 * Doxyfile-gdb-api.in (INPUT): Add gdbtypes.h.
37
7a5a839f
LC
382014-02-26 Ludovic Courtès <ludo@gnu.org>
39
dc6ae996 40 * guile.texi (Basic Guile): Document 'history-append!'.
7a5a839f 41
95060284
JB
422014-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
f7bd0f78
SC
502014-02-19 Siva Chandra Reddy <sivachandra@google.com>
51
52 * python.texi (Values From Inferior): Add description about the
53 new feature.
54
329baa95
DE
552014-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
687894f5
DE
612014-02-17 Ludovic Courtès <ludo@gnu.org>
62
d25f38ee 63 * guile.texi (Writing a Guile Pretty-Printer) <example>:
687894f5
DE
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
6fb526ee
DE
702014-02-11 Tejas Belagod <tejas.belagod@arm.com>
71
d25f38ee 72 * guile.texi (Values From Inferior In Guile): Remove stray
6fb526ee
DE
73 parantheses for deffn.
74 (Disassembly In Guile): Ditto.
75
1e0a5178
SS
762014-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
ed3ef339
DE
902014-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
c6044dd1
JB
1012014-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
87ce2a04
DE
1062014-01-22 Doug Evans <dje@google.com>
107
108 * gdb.texinfo (Server): Mention --debug-format=all|none|timestamp.
109 (gdbserver man): Ditto.
110
52834460
MM
1112014-01-16 Markus Metzger <markus.t.metzger@intel.com>
112
113 * gdb.texinfo: Document limited reverse/replay support
114 for target record-btrace.
115
0688d04e
MM
1162014-01-16 Markus Metzger <markus.t.metzger@intel.com>
117
118 * gdb.texinfo (Process Record and Replay): Update documentation.
119
8710b709
MM
1202014-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
dcf106f3
JB
1262014-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
41ef2965
PA
1322014-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
c0d48811
JB
1372014-01-07 Joel Brobecker <brobecker@adacore.com>
138
139 * gdb.texinfo (Types In Python): Document new attribute Types.name.
140
5fba4c0f
JB
1412013-12-30 Joel Brobecker <brobecker@adacore.com>
142
143 * gdb.texinfo (Types In Python): Clarify the documentation
144 of attribute gdb.Field.bitpos.
145
0809504b
JB
1462013-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
edef6000
JB
1522013-12-28 Joel Brobecker <brobecker@adacore.com>
153
154 * gdb.texinfo (GDB/MI Support Commands): Change @table into
155 @ftable.
156
71b8c845
DE
1572013-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
d192b373
JB
1712013-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
a16b0e22
SC
1852013-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
9b26f0fb
JB
1932013-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
72bfa06c
JB
1982013-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
3ea8680f
EZ
2042013-12-04 Eli Zaretskii <eliz@gnu.org>
205
206 * gdb.texinfo (i386): Fix yesterday's commit.
207
1a4f73eb
TT
2082013-12-03 Tom Tromey <tromey@redhat.com>
209
210 * gdb.texinfo (Set Catchpoints): Add @kindex for each command
211 documented here.
212
6cb999f8
TT
2132013-12-03 Tom Tromey <tromey@redhat.com>
214
215 * gdb.texinfo (@direntry): Add menu item for gdbserver.
216
ca8941bb
WT
2172013-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
688981c9
JB
2242013-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
2ea126fa
JB
2292013-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
6b7cbff1
JB
2382013-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
20e1ca3b
PA
2452013-11-29 Pedro Alves <palves@redhat.com>
246
247 * gdb.texinfo (Frames In Python) <gdb.FRAME_UNWIND_NULL_ID>:
248 Update comment.
249
29453a14
YQ
2502013-11-24 Yao Qi <yao@codesourcery.com>
251
252 * gdb.texinfo (Caching Remote Data): Document new
253 "set/show stack-cache" option.
254
6dd315ba
YQ
2552013-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
9df9dbe0
YQ
2612013-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
c78feb39
YQ
2662013-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
27b81af3
YQ
2712013-11-21 Yao Qi <yao@codesourcery.com>
272
273 * gdb.texinfo (Caching Target Data): Remove "see" before
274 @pxref.
275
b26dfc9a
YQ
2762013-11-20 Yao Qi <yao@codesourcery.com>
277
278 * gdb.texinfo (Caching Target Data): Update doc for
279 per-address-space dcache.
280
b12039c6
YQ
2812013-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
422ad5c2
JB
2872013-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
805e1f19
TT
2932013-11-15 Tom Tromey <tromey@redhat.com>
294
295 * gdb.texinfo (Variables): Note gdb rules for ambiguous cases.
296 Add example.
297
8fe1b653
TT
2982013-11-14 Tom Tromey <tromey@redhat.com>
299
300 * gdb.texinfo (Breakpoints In Python): Replace "as" with "in".
301
403cb6b1
JB
3022013-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
93973826
JB
3092013-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
6adcee18
JB
3162013-11-12 Joel Brobecker <brobecker@adacore.com>
317
93973826 318
6adcee18
JB
319 * gdb.texinfo (GDB/MI Miscellaneous Commands): Fix the first
320 word of a couple of sentences to start with a capital letter.
321
58d06528
JB
3222013-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
bc79de95
PM
3342013-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
73be47f5
DE
3392013-11-08 Doug Evans <dje@google.com>
340
341 * gdb.texinfo (Debugging Output): Update text for
342 "set debug dwarf2-read".
343
db0fec5c
DE
3442013-11-08 Doug Evans <dje@google.com>
345
346 * gdb.texinfo (Debugging Output): Update text for
347 "set debug symtab-create".
348
92e32e33
PM
3492013-11-07 Phil Muldoon <pmuldoon@redhat.com>
350
351 * gdb.texinfo (Commands In Python): Document COMPLETE_EXPRESSION
352 constant.
353
f76c27b5
PM
3542013-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
fa4d0c40
YQ
3602013-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
afa332ce
PA
3652013-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
9ac69859
NB
3732013-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
98882a26
PA
3792013-10-24 Pedro Alves <palves@redhat.com>
380
381 * gdb.texinfo (Starting): Document set/show startup-with-shell.
382
ce13fade
JB
3832013-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
2446f5ea
JB
3922013-10-10 Joel Brobecker <brobecker@adacore.com>
393
394 * gdb.texinfo (Connecting): Remove unnecessary @w{}.
395
0d12017b
JB
3962013-10-10 Joel Brobecker <brobecker@adacore.com>
397
bd80dc1a
JB
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".
0d12017b 402
f4fb82a1
PA
4032013-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
0c557179
SDJ
4092013-10-06 Sergio Durigan Junior <sergiodj@redhat.com>
410
411 * gdb.texinfo (Convenience Variables): Document $_exitsignal.
412 Update entry for $_exitcode.
413
5713b9b5
JB
4142013-10-04 Joel Brobecker <brobecker@adacore.com>
415
416 * gdb.texinfo (GDB/MI Program Execution): Document "-exec-run"'s
417 new "--start" option.
418
901461f8
PA
4192013-10-02 Pedro Alves <palves@redhat.com>
420
421 * gdb.texinfo (Registers): Expand description of saved registers
422 in frames. Explain <not saved>.
423
8fb8eb5c
DE
4242013-09-25 Doug Evans <dje@google.com>
425
426 * gdb.texinfo (Debugging Output): Document set/show debug symfile.
427
0a7cfe2c
SS
4282013-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
a280dbd1
SDJ
4412013-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
442
443 * gdb.texinfo (Convenience Functions): Mention new convenience
444 function $_isvoid.
445
4ac33720
UW
4462013-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
b3d3b4bd
SA
4522013-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
edf9f00c
JK
4572013-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
1d236d23
JK
4622013-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
5423b017
JK
4672013-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
468
469 * gdb.texinfo (MiniDebugInfo): Fix two trailing dots.
470
6211c335
YQ
4712013-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
52e260a3
DE
4782013-08-26 Doug Evans <dje@google.com>
479
480 * gdb.texinfo (Maintenance Commands): "maint print objfiles" now takes
481 an optional regexp.
482
5e92f71a
TT
4832013-08-13 Tom Tromey <tromey@redhat.com>
484
485 * gdbint.texinfo (Testsuite): Use @table, not @itemize.
486 Document GDB_PARALLEL and GDB_INOTIFY.
487
c5d7073b
SS
4882013-08-09 Stan Shebs <stan@codesourcery.com>
489
490 * LRS: Remove file, describes a long-abandoned live-range
491 splitting extension to stabs.
492
6fbe845e
AB
4932013-07-25 Andrew Burgess <aburgess@broadcom.com>
494
495 * gdb.texinfo (Output Formats): Mention the new 'z' formatter.
496
e7045703
DE
4972013-07-17 Doug Evans <dje@google.com>
498
499 * gdb.texinfo (Print Settings): Document "print raw frame-arguments".
500
3105ebf9
TT
5012013-07-02 Tom Tromey <tromey@redhat.com>
502
503 * gdb.texinfo (Target Commands): Don't mention "target nrom".
504
d6c2da54
TT
5052013-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
e5823f1c
PA
5122013-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
92dcb9ff
TT
5182013-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
dc673c81
YQ
5242013-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
28a93511
YQ
5302013-06-26 Pedro Alves <pedro@codesourcery.com>
531
532 * gdb.texinfo (Traceframe Info Format): Document tvar element
533 and its attributes.
534
a0743c90
YQ
5352013-06-25 Yao Qi <yao@codesourcery.com>
536
537 * gdbint.texinfo (Testsuite): Document 'gdb,predefined_tsv'.
538
01208463
TT
5392013-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
c898adb7
YQ
5462013-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
7c57fa1e
YQ
5522013-06-07 Yao Qi <yao@codesourcery.com>
553
554 * gdb.texinfo (Symbols): Add kindex and cindex for
555 'maint print msymbols'.
556
0059c61a 5572013-06-05 Simon Marchi <simon.marchi@ericsson.com> (tiny change)
b7742092
MK
558
559 * gdb.texinfo (Miscellaneous gdb/mi Commands): Fix -add-inferior
560 response field name (thread-group to inferior).
561
85dc5a12
GB
5622013-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
5901af59
JB
5712013-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
c1e36e3e
PA
5772013-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
0201faac
JB
5852013-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
c5867ab6
HZ
5932013-05-21 Hui Zhu <hui@codesourcery.com>
594
595 * gdb.texinfo (GDB/MI Breakpoint Commands): Describe the
596 "-dprintf-insert" command.
597
7d0c9981
DE
5982013-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
742ce053
MM
6042013-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
1e611234
PM
6092013-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
2874cb83
JB
6262013-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
9a005eb9
JB
6322013-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
a1217d97
SL
6372013-05-06 Sandra Loosemore <sandra@codesourcery.com>
638
639 * gdb.texinfo (Nios II): New section.
640 (Nios II Features): New section.
641
4d1eb6b4
JB
6422013-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
3f84184e
TT
6482013-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
60155234
TT
6562013-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
5360976e
PA
6632013-04-19 Pedro Alves <palves@redhat.com>
664
665 * gdbint.texinfo (Misc Guidelines) <Compiler Warnings>: Write
666 "signedness" instead of "signness".
667
bd3f3b55
PA
6682013-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
dee368d3
TT
6732013-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
cc16e6c9
TT
6782013-04-15 Tom Tromey <tromey@redhat.com>
679
680 * gdb.texinfo (Set Catchpoints): Document regexp syntax for
681 exception catchpoints.
682
72f1fe8a
TT
6832013-04-15 Tom Tromey <tromey@redhat.com>
684
685 * gdb.texinfo (Set Catchpoints): Document $_exception.
686 (Convenience Vars): Mention $_exception.
687
591f19e8
TT
6882013-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
02ae6bad
TT
6942013-04-15 Tom Tromey <tromey@redhat.com>
695
696 * gdb.texinfo (Set Catchpoints): Remove obsolete text.
697
2c91021c
JK
6982013-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
6eaaf48b
EZ
7042013-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
b292c783
JK
7112013-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
f81d1120
PA
7212013-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
393fd4c3
YQ
7422013-04-10 Yao Qi <yao@codesourcery.com>
743
744 * gdb.texinfo (Trace Files): Add "target ctf".
745
cba5a7bf
JK
7462013-04-06 Jan Kratochvil <jan.kratochvil@redhat.com>
747
748 * Makefile.in (POD2MAN1, POD2MAN5): Replace $(VERSION) by ../version.in.
749
0ed630cb
JK
750 * Makefile.in (install-man1, install-man5, uninstall-man1)
751 (uninstall-man5): Replace $(MANS) by $(MAN1S) and $(MAN5S) respectively.
752
afe1492b
JK
753 * Makefile.in (gdb.1, gdbserver.1, gdbinit.5): Use $(srcdir).
754
5b8b6385
JK
7552013-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
906ccdf0
JK
7632013-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
43662968
JK
7682013-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
be9a8770
PA
7872013-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
a46c1e42
PA
7932013-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
bd3eecc3
PA
7982013-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
215b9f98
EZ
8032013-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
7f7cc265
PA
8082013-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
9c0be723
YQ
8152013-03-22 Yao Qi <yao@codesourcery.com>
816
817 * gdb.texinfo (Embedded Processors): Remove menu item
818 "OpenRISC 1000".
819 (OpenRISC 1000): Remove.
820
bd712aed
DE
8212013-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
d0353e76
YQ
8262013-03-14 Hui Zhu <hui@codesourcery.com>
827 Yao Qi <yao@codesourcery.com>
828
829 * gdb.texinfo (Trace Files): Add "tsave -ctf".
830
6dd24dfa
KS
8312013-03-13 Keith Seitz <keiths@redhat.com>
832
833 * gdb.texinfo (Maintenance Commands): Add missing ')' for
834 "maint agent" reference to Dynamic printf.
835
5c4808ca
EZ
8362013-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
59ea5688
MM
8412013-03-11 Markus Metzger <markus.t.metzger@intel.com>
842
843 * gdb.texinfo (Process Record and Replay): Document record
844 changes.
845
2ae8c8e7
MM
8462013-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
28abe188
EZ
8522013-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
be9a119c 8572013-03-09 Hafiz Abid Qadeer <abidh@codesourcery.com>
6790eb9f
HAQ
858
859 * gdb.texinfo (QTBuffer:size): Add cindex and anchor.
860
be9a119c 8612013-03-08 Stan Shebs <stan@codesourcery.com>
f6f899bf
HAQ
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
d57350ea
TT
8692013-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
9f44fbc0
SCR
8792013-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
f5911ea1
HAQ
8842013-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
7e1e0340
DE
8902013-02-07 Doug Evans <dje@google.com>
891
892 * gdb.texinfo (Machine Code): Clarify argument to disassemble
893 command.
894
134a2066
YQ
8952013-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
430ed3f0
MS
9032013-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
1b56eb55
JK
9122013-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
c4957902
TT
9182013-01-31 Tom Tromey <tromey@redhat.com>
919
920 * gdb.texinfo (Target Commands): Fix typo.
921
bea883fd
SCR
9222013-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
796a7ff8
DE
9292013-01-23 Doug Evans <dje@google.com>
930
931 * gdb.texinfo (Index Section Format): Document .gdb_index version 8.
932
998580f1
MK
9332013-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
c9fb1240
SD
9382012-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
ab04a2af
TT
9422013-01-16 Tom Tromey <tromey@redhat.com>
943
944 * gdb.texinfo (Set Catchpoints): Document "catch signal".
945 (Signals): Likewise.
946
8ac3646f
TT
9472013-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
e93a8774
TT
9532013-01-07 Tom Tromey <tromey@redhat.com>
954
955 * gdb.texinfo (Mode Options): Don't mention -epoch.
956 (Data, Emacs): Remove obsolete comments.
957
54516a0b
TT
9582013-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
8dbe8ece
YQ
9652012-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
f35a17b5
JK
9732012-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
0dfd2fad
PM
9802012-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
7785b880
JB
9852012-12-19 Joel Brobecker <brobecker@adacore.com>
986
987 * refcard.tex: Update copyright notice to GPL v3 or later.
988 Update contact info.
989
3d745be3
JK
9902012-12-16 Jan Kratochvil <jan.kratochvil@redhat.com>
991
992 * gdbint.texinfo (Coding Standards) (C Usage): New rule for 0 vs. NULL.
993
c9b6281a
YQ
9942012-12-15 Yao Qi <yao@codesourcery.com>
995
996 * gdb.texinfo (Debugging Output): Document 'set debug
997 notification' and 'show debug notification'.
998
f2a8bc8a
YQ
9992012-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
451b7c33
TT
10062012-12-14 Tom Tromey <tromey@redhat.com>
1007
1008 * gdb.texinfo (SVR4 Process Information): Mention core files.
1009
3fa7bf06
MG
10102012-12-12 Mircea Gherzan <mircea.gherzan@intel.com>
1011
1012 * gdb.texinfo (GDB/MI Catchpoint Commands): New section.
1013
05b4bd79
PA
10142012-12-11 Pedro Alves <palves@redhat.com>
1015
1016 * gdb.texinfo: Remove all mentions of Unixware throughout.
1017
74a0d9f6
JK
10182012-12-09 Jan Kratochvil <jan.kratochvil@redhat.com>
1019
1020 * gdbint.texinfo (Host Definition): Remove CC_HAS_LONG_LONG.
1021
0c631110
TT
10222012-11-29 Tom Tromey <tromey@redhat.com>
1023
1024 * gdb.texinfo (SVR4 Process Information): Document missing
1025 "info proc" subcommands.
1026
891df0ea
YQ
10272012-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
608e2dbb
TT
10332012-11-26 Tom Tromey <tromey@redhat.com>
1034
1035 * gdb.texinfo (MiniDebugInfo): New node.
1036 (GDB Files): Update.
1037
e64e0392
DE
10382012-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
ae606bee
TT
10442012-11-15 Tom Tromey <tromey@redhat.com>
1045
1046 * gdb.texinfo (Signaling): Fix typo.
1047
62747a60
TT
10482012-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
18a9fc12
TT
10532012-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
53342f27
TT
10642012-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
ed8a1c2d
AB
10692012-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
8506d139
YQ
10762012-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
4d3f93a2
JB
10822012-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
1e96de83
YQ
10872012-11-08 Yao Qi <yao@codesourcery.com>
1088
1089 * gdb.texinfo (Search): Add kindex for 'fo'.
1090
dc939229
TT
10912012-11-05 Tom Tromey <tromey@redhat.com>
1092
1093 PR python/14802:
1094 * gdb.texinfo (Functions In Python): Add example.
1095
6f6484cd
YQ
10962012-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
af4238e5
TT
11022012-10-26 Tom Tromey <tromey@redhat.com>
1103
1104 * gdb.texinfo (General Query Packets): Use @itemx for QAgent.
1105
687e43a4
TT
11062012-10-25 Tom Tromey <tromey@redhat.com>
1107
1108 * gdb.texinfo (General Query Packets): Use @itemx.
1109
8de0566d
YQ
11102012-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
07540c15
DE
11172012-10-15 Doug Evans <dje@google.com>
1118
1119 * gdb.texinfo (Mode Options): Document -nh.
1120 Elaborate on docs for -nx.
1121
d7019589
SP
11222012-09-26 Siddhesh Poyarekar <siddhesh@redhat.com>
1123
1124 * observer.texi (memory_changed): Expand parameter LEN to ssize_t.
1125
82a90ccf
YQ
11262012-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
aa9259cc
TS
11332012-09-19 Thomas Schwinge <thomas@codesourcery.com>
1134
1135 * gdb.texinfo: Document the removal of SH's 'regs' command.
1136
c1d780c2
SDJ
11372012-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
1138
1139 * gdb.texinfo (jump): Mention new alias `j' for `jump'.
1140
bb25a15c
YQ
11412012-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
201b4506
YQ
11482012-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
6fc1c773
YQ
11542012-09-17 Yao Qi <yao@codesourcery.com>
1155
1156 * gdb.texinfo (List): Describe the meaning of 0 and -1 in
1157 'set listsize'.
1158
121c73f3
JK
11592012-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
e9687799
JK
11662012-08-27 Jan Kratochvil <jan.kratochvil@redhat.com>
1167
1168 * gdb.texinfo (objfile-gdb.py file): New paragraph for .exe stripping.
1169
3b5e4d35
YPK
11702012-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
11752012-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
b583003e
TT
11822012-08-22 Tom Tromey <tromey@redhat.com>
1183
1184 * gdbint.texinfo (Host Definition): Remove documentation for
1185 SIGWINCH_HANDLER and SIGWINCH_HANDLER_BODY.
1186
a451cb65
KS
11872012-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
6b1755ce
YQ
11962012-08-16 Yao Qi <yao@codesourcery.com>
1197
1198 * gdb.texinfo (Types In Python): Mention gdb.TYPE_CODE_BITSTRING
1199 is deprecated.
1200
f47f77df
DE
12012012-08-13 Doug Evans <dje@google.com>
1202
1203 * gdb.texinfo (Convenience Vars): Update text for "show convenience"
1204 to include functions.
1205
a72c3253
DE
12062012-08-10 Doug Evans <dje@google.com>
1207
1208 * gdb.texinfo (Convenience Funs): New node.
1209 (Types In Python): Document Type.vector.
1210
5b9afe8a
YQ
12112012-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
dc1039df
JK
12162012-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
4abf930d
YQ
12222012-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
f3c8a52a
JK
12302012-08-06 Nathaniel Flath <flat0103@gmail.com>
1231
1232 * gdb.texinfo (Working Directory): Added information about new
1233 default argument for 'cd' command.
1234
77a91025
YQ
12352012-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
d9f08f52
YQ
12412012-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
95b07c96
YQ
12482012-08-02 Yao Qi <yao@codesourcery.com>
1249
1250 * gdb.texinfo (Native): Remove node Neutrino.
1251
7255706c
YQ
12522012-07-27 Yao Qi <yao@codesourcery.com>
1253
1254 * gdb.texinfo (IPA Protocol Commands): Document new command
1255 'close'.
1256
d6b28940
TT
12572012-07-25 Tom Tromey <tromey@redhat.com>
1258
1259 * gdb.texinfo (Maintenance Commands): Document maint info bfds.
1260
e615022a
DE
12612012-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
055855a4
EZ
12692012-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
f77cc5f0
HZ
12822012-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
00595b5e
EZ
12872012-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
d3ce09f5
SS
12992012-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
2d7b58e8
JK
13092012-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
202cbf1c
JK
13152012-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
1316
1317 * gdb.texinfo (Auto-loading safe path): Note the shell wildcard
1318 possibility.
1319
b6ba681c
TT
13202012-06-29 Tom Tromey <tromey@redhat.com>
1321
1322 * gdb.texinfo (Index Section Format): Update for version 7.
1323
71caed83
SS
13242012-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
ee0bf529
SCR
13292012-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
3c15d565
SCR
13342012-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
45cfd468
DE
13392012-06-26 Doug Evans <dje@google.com>
1340
1341 * gdb.texinfo (Debugging Output): Document debug options dwarf2-read
1342 and symtab-create.
1343
496ee73e
KS
13442012-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
156942c7
DE
13502012-06-23 Doug Evans <dje@google.com>
1351
1352 * gdb.texinfo (Index Section Format): Document version 7 format.
1353
c614397c
YQ
13542012-06-22 Yao Qi <yao@codesourcery.com>
1355
1356 * gdb.texinfo: Add missing cindex for some packets.
1357
472a2379
KS
13582012-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
2678e2af
YQ
13632012-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
984359d2
EZ
13692012-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
16bdd41f
YQ
13882012-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
2d4c29c5
TS
13962012-06-06 Thomas Schwinge <thomas@codesourcery.com>
1397
1398 * gdb.texinfo: Document the deprecation of SH's 'regs' command.
1399
6bd110c5
YQ
14002012-06-06 Yao Qi <yao@codesourcery.com>
1401
1402 * gdb.texinfo: Update copyright year.
1403
f3e0e960
SS
14042012-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
1564a261
JK
14092012-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
eb17f351
EZ
14192012-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
4cc0665f
MR
14262012-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
7af8dcf8 14332012-05-18 Eli Zaretskii <eliz@gnu.org>
02b67415
MR
1434
1435 * gdb.texinfo (Architecture-Specific Protocol Details): Define
1436 nodes for subsections. Add @acronym mark-ups and adjust
1437 formatting.
1438
aff139ff
JK
14392012-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
9cb709b6
TT
14452012-05-18 Tom Tromey <tromey@redhat.com>
1446
1447 * gdb.texinfo (Print Settings): Document 'set print symbol'.
1448
e7e0cddf
SS
14492012-05-14 Stan Shebs <stan@codesourcery.com>
1450
1451 * gdb.texinfo (Dynamic Printf): New subsection.
1452
7efc75aa
SCR
14532012-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
f307c045
JK
14582012-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
85d4a676
SS
14642012-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
c1668e4e
JK
14702012-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
7349ff92
JK
14772012-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
6dea1fbd
JK
14892012-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
1ccacbcd
JK
14982012-05-09 Jan Kratochvil <jan.kratochvil@redhat.com>
1499
1500 * gdb.texinfo (Auto-loading): Wrap too long lines in @smallexample.
1501 Twice.
1502
d9242c17
JK
1503 * gdb.texinfo (Separate Debug Files, Auto-loading safe path): Replace
1504 directory separator by path separator.
1505
af2c1515
JK
15062012-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
a20ee7a4
SCR
15122012-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
56af09aa
SCR
15182012-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
2746b0ef
YQ
15242012-04-29 Yao Qi <yao@codesourcery.com>
1525
1526 * gdb.texinfo (Architectures): Remove menu entry `A29K'.
1527 (A29K): Remove.
1528
62e5f89c
SDJ
15292012-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
a766d390
DE
15352012-04-25 Doug Evans <dje@google.com>
1536
50f042b9
DE
1537 * gdb.texinfo (Go): Fix thinko.
1538
a766d390
DE
1539 * gdb.texinfo (Supported Languages): Add Go.
1540 (Go): New node.
1541
f02e2b19
YQ
15422012-04-25 Yao Qi <yao@codesourcery.com>
1543
1544 * gdbint.texinfo (Testsuite): New section `Board settings'.
1545
68d41a48
JK
15462012-04-23 Jan Kratochvil <jan.kratochvil@redhat.com>
1547
1548 * gdb.texinfo (Auto-loading safe path): Remove trailing [@dots{}].
1549 Three times.
1550
174bb630
JK
1551 * gdb.texinfo (Auto-loading safe path): Add trailing @dots{}.
1552 Three times.
1553
0511cc75
JK
15542012-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
0070f25a
JK
15592012-04-18 Jan Kratochvil <jan.kratochvil@redhat.com>
1560
1561 * gdb.texinfo (Auto-loading verbose mode): Fix smallexample typo.
1562
4dc84fd1
JK
15632012-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
bccbefd2
JK
15692012-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
bf88dd68
JK
15802012-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
8264ba82
AG
16052012-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
06fc020f
SCR
16132012-04-11 Siva Chandra Reddy <sivachandra@google.com>
1614
1615 * gdb.texinfo (Examining Data): Document the 'explore' command.
1616
7191c139
JB
16172012-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
3708f05e
JK
16232012-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
8e0583c8
JK
16292012-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
7b282c5a
SCR
16382012-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
8320cc4f
JK
16452012-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
481860b3
GB
16522012-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
c4aeac85
TT
16602012-03-15 Tom Tromey <tromey@redhat.com>
1661
1662 * gdb.texinfo (Debugging C Plus Plus): Document "info vtbl".
1663
16899756
DE
16642012-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
9b224c5e
PA
16732012-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
169081d0
TG
16802012-03-05 Tristan Gingold <gingold@adacore.com>
1681
1682 * gdb.texinfo (General Query Packets): Document xfer:uib:read.
1683
d1feda86
YQ
16842012-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
1faeff08
MR
16902012-03-01 Maciej W. Rozycki <macro@codesourcery.com>
1691
1692 * gdb.texinfo (MIPS Features): Add org.gnu.gdb.mips.dsp.
1693
7d74f244
DE
16942012-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
6fe37d23
JK
17042012-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
1705
1706 * gdb.texinfo (Startup): Add option -ex description to the option -x
1707 description.
1708
83364271
LM
17092012-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
bdb1994d
TT
17212012-02-22 Tom Tromey <tromey@redhat.com>
1722
1723 * gdb.texinfo (Blocks In Python): Clarify block iteration.
1724
4d241c86
TT
17252012-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
816338b5
SS
17312012-02-14 Stan Shebs <stan@codesourcery.com>
1732
1733 * gdb.texinfo (Disabling Breakpoints): Document enable count.
1734
cc30c4bd
PA
17352012-02-13 Pedro Alves <palves@redhat.com>
1736
1737 * gdb.texinfo (MIPS boards): Refer to mips-elf instead of
1738 mips-idt-ecoff.
1739
035d1e5b
YQ
17402012-02-09 Yao Qi <yao@codesourcery.com>
1741
1742 * gdb.texinfo (Symbols In Python): Add missing `@end defvar'.
1743
f0823d2c
TT
17442012-02-07 Tom Tromey <tromey@redhat.com>
1745
1746 * gdb.texinfo (Symbols In Python): Document Symbol.needs_frame and
1747 Symbol.value.
1748
64e7d9dd
TT
17492012-02-07 Tom Tromey <tromey@redhat.com>
1750
1751 * gdb.texinfo (Symbols In Python): Document Symbol.line.
1752
4220b2f8
TS
17532012-01-27 Thomas Schwinge <thomas@codesourcery.com>
1754
1755 * gdb.textinfo (Packets): Move vCont paragraph to the correct place.
1756
edcc5120
TT
17572012-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
53fe1783
GB
17642012-01-24 Gary Benson <gbenson@redhat.com>
1765
1766 Delete #if 0'd out code.
1767 * gdb.texinfo (Frame Info): Remove "info catch".
1768
b9e7b9c3
UW
17692012-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
4aac40c8
TT
17752012-01-16 Tom Tromey <tromey@redhat.com>
1776
1777 * gdb.texinfo (Specify Location): Document relative file name
1778 handling.
1779
cafec441
TT
17802012-01-16 Tom Tromey <tromey@redhat.com>
1781
1782 * gdb.texinfo (gdb.printing): Document FlagEnumerationPrinter.
1783
0ee339bc
JK
17842012-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
72384ba3
PH
17902012-01-11 Paul Hilfinger <hilfingr@adacore.com>
1791
1792 * gdb.texinfo (Variables): Document use of :: for non-static
1793 variables.
1794
ce1b17c4
JB
17952012-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
217bff3e
JK
18002012-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
cc72b2a2
KP
18082011-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
13ac8d2c
JK
18142011-12-19 Jan Kratochvil <jan.kratochvil@redhat.com>
1815
1816 * gdbint.texinfo (Testsuite): Describe KFAIL and XFAIL in Writing
1817 tests.
1818
e0f9f062
DE
18192011-12-16 Doug Evans <dje@google.com>
1820
1821 * gdb.texinfo (Server): Document -/stdio argument to gdbserver.
1822
80b6e756
PM
18232011-12-16 Phil Muldoon <pmuldoon@redhat.com>
1824
1c3ad6ab 1825 * gdb.texinfo (Python Commands): Remove "maint set/show print
80b6e756
PM
1826 stack". Add documentation for "set/show python print-stack".
1827
2fb860fc
PA
18282011-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
f8eba3c6
TT
18342011-12-06 Tom Tromey <tromey@redhat.com>
1835
1836 * gdb.texinfo (Set Breaks): Update for new behavior.
1837
2268b414
JK
18382011-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
ae6f0d5b
TT
18452011-12-01 Tom Tromey <tromey@redhat.com>
1846
1847 * gdb.texinfo (Writing a Pretty-Printer): Use append method, not
1848 add.
1849
36dfb11c
TT
18502011-11-22 Tom Tromey <tromey@redhat.com>
1851
1852 * gdb.texinfo (GDB/MI Async Records): Document new *stopped
1853 reasons.
1854
f196051f
SS
18552011-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
f85b53f8
SD
18612011-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
bfccc43c
YQ
18682011-11-18 Yao Qi <yao@codesourcery.com>
1869
1870 * gdb.texinfo (Create and Delete Tracepoints): Mention pending
1871 tracepoint.
1872
c011a4f4
DE
18732011-11-15 Doug Evans <dje@google.com>
1874
1875 * gdb.texinfo (Files): Document basenames-may-differ.
1876
ed59ded5
DE
18772011-11-14 Doug Evans <dje@google.com>
1878
1879 * gdb.texinfo (Shell Commands): Document "!".
1880
405f8e94
SS
18812011-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
1e4d1764
YQ
18882011-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
71eba9c2 18962011-11-12 Matt Rice <ratmice@gmail.com>
1897
1898 * gdb.texinfo (C Preprocessor Macros): Remove info definitions.
1899 Add arguments to info macro.
1900
e0f8f636
TT
19012011-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
625c0d47
TT
19132011-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
4be2aacc
MR
19192011-11-08 Maciej W. Rozycki <macro@codesourcery.com>
1920
1921 * gdb.texinfo (MIPS): Remove duplicate "auto" reference from
1922 "set mips abi" documentation.
1923
0a1c4d10
DE
19242011-11-04 Doug Evans <dje@google.com>
1925
1926 * gdb.texinfo (Maintenance Commands): Update docs of "maint time".
1927
aad1c02c
TT
19282011-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
983fb131
MR
19342011-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
3065dfb6
SS
19392011-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
0aaaf063
PK
19452011-10-28 Paul Koning <paul_koning@dell.com>
1946
1947 * gdb.texinfo (gdb.types): Rename deepitems to deep_items.
1948
2231f1fb
KP
19492011-10-27 Kevin Pouget <kevin.pouget@st.com>
1950
1951 * gdb.texinfo ((Frames In Python): Document
1952 gdb.FRAME_UNWIND_FIRST_ERROR contant.
1953
5110b5df
PK
19542011-10-26 Paul Koning <paul_koning@dell.com>
1955
1956 * gdb.texinfo (gdb.types): Document new deepitems function.
1957
22dbab46
PK
19582011-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
9df2fbc4
PM
19652011-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
f05e2e1d
TT
19722011-10-19 Tom Tromey <tromey@redhat.com>
1973
1974 * gdb.texinfo (Commands In Python): Add missing "@"s.
1975
a7fc3f37
KP
19762011-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
5048e516
JK
19822011-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
5a56e9c5
DE
19932011-10-09 Doug Evans <dje@google.com>
1994
1995 * gdb.texinfo (Extending GDB): Document alias command.
1996
36b11add
JK
19972011-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
e18b2753
JK
20032011-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
111c6489
JK
20122011-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
9c15afc4
DE
20202011-10-07 Doug Evans <dje@google.com>
2021
2022 * gdb.texinfo (gdb.printing): Document new `replace' arg to
2023 register_pretty_printer.
2024
99f5279d
PM
20252011-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
03583c20
UW
20332011-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
bd054e06
KP
20422011-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
cb6be26b
KP
20482011-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
a05336a1
JB
20532011-10-03 Joel Brobecker <brobecker@adacore.com>
2054
2055 * gdb.texinfo (GDB/MI Miscellaneous Commands): Minor
2056 rephasing.
2057
5d77fe44
JB
20582011-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
699df94d
PK
20652011-09-28 Paul Koning <paul_koning@dell.com>
2066
2067 * gdb.texinfo (gdb.Type): Document field access by dictionary
2068 key syntax.
2069
24bdad53
YQ
20702011-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
6710bf39
SS
20752011-09-27 Stan Shebs <stan@codesourcery.com>
2076
2077 * gdb.texinfo (Tracepoint Action Lists): Document $_ret.
2078
d99f7e48
HZ
20792011-09-16 Hui Zhu <teawater@gmail.com>
2080
2081 * gdb.texinfo (Tracepoint Restrictions): Change *$esp@300
2082 to *(unsigned char *)$esp@300.
2083
d812018b
PK
20842011-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
2aa48337
KP
20912011-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
6839b47f
KP
20972011-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
26829f2b
JB
21042011-09-04 Joel Brobecker <brobecker@adacore.com>
2105
2106 * gdb.texinfo: Set EDITION to "Tenth" and change ISBN.
2107
a9f54f60
TT
21082011-08-25 Andrew Oakley <andrew@ado.is-a-geek.net>
2109
2110 * gdb.texinfo (Types In Python): Document 'bitpos' for enums.
2111
fa3a4f15
PM
21122011-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
224bbe49
YQ
21202011-08-14 Yao Qi <yao@codesourcery.com>
2121
78d85199
YQ
2122 * gdb.texinfo (General Query Packets): Document qXfer:fdpic:read packet.
2123
21242011-08-14 Yao Qi <yao@codesourcery.com>
2125
2126 * gdb.texinfo (Standard Target Features): Document C6x features.
224bbe49
YQ
2127 (TIC6x Features): New node.
2128
457e09f0
DE
21292011-08-12 Doug Evans <dje@google.com>
2130
2131 * gdb.texinfo (Symbols In Python): Document symbol.type.
2132
5e239b84
PM
21332011-08-09 Phil Muldoon <pmuldoon@redhat.com>
2134
2135 * gdb.texinfo (Python): Document command and function
2136 auto-loading.
2137
177bc839
JK
21382011-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
1a532630
PP
21452011-07-26 Paul Pluzhnikov <ppluzhnikov@google.com>
2146
2147 * gdb.texinfo (Caching Remote Data): Document {set,show} dcache
2148 size and line-size.
2149
9b158ba0 21502011-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
d17b6f81
PM
21562011-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
713389e0
PM
21622011-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
177b42fe
TJB
21692011-07-05 Thiago Jung Bauermann <bauerman.ibm.com>
2170
2171 * gdb.texinfo: Fix typos.
2172
900e11f9
JK
21732011-07-01 Tom Tromey <tromey@redhat.com>
2174
2175 * gdb.texinfo (Debugging Output): Document set debug
2176 check-physname.
2177
39c4d40a
TT
21782011-06-29 Tom Tromey <tromey@redhat.com>
2179
2180 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document
2181 breakpoint-notifications feature.
2182
6f5def7d
UW
21832011-06-29 Ulrich Weigand <ulrich.weigand@linaro.org>
2184
2185 * gdb.texinfo (Target Description): Remove warning about
2186 possibly unstable format.
2187
8cf64490
TT
21882011-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
393eab54
PA
21932011-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
75fc9810
DE
22012011-05-15 Doug Evans <dje@google.com>
2202
2203 * gdb.texinfo (Auto-loading): Document printing of missing scripts.
2204
01124a23
DE
22052011-05-13 Doug Evans <dje@google.com>
2206
98a5dd13
DE
2207 * gdb.texinfo (Threads): Document $sdir,$pdir.
2208 (Server): Document $pdir exception.
2209
dbaefcf7
DE
2210 * gdb.texinfo (Auto-loading): Document "info auto-load-scripts".
2211
cc63ef9b
DE
2212 * gdb.texinfo (Threads): Clarify default value for
2213 libthread-db-search-path.
7e0396aa 2214
01124a23
DE
2215 * gdb.texinfo (Completion): Update example.
2216 (Debugging Output): Delete `set/show debug lin-lwp-async'.
2217
d248b706
KY
22182011-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
cc88a640
JK
22252011-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
84e578fb
DE
22322011-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
478aac75
DE
22382011-05-09 Doug Evans <dje@google.com>
2239
2240 * gdb.texinfo (Requirements): Fix typo. Mention --with-iconv-bin.
2241
9c06b0b4
TJB
22422011-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
9ed350ad
JB
22492011-05-03 Joel Brobecker <brobecker@adacore.com>
2250
2251 * gdb.texinfo (In Memoriam): Replace litteral uses of `GDB' with
2252 `@value{GDBN}'.
2253
4ceed123
JB
22542011-05-03 Joel Brobecker <brobecker@adacore.com>
2255
2256 * gdb.texinfo (titlepage): Remove dedication.
2257 (In Memoriam): New appendix.
2258
559a7a62
JK
22592011-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
03f2bd59
JK
22652011-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
d9b1a651
EZ
22742011-04-23 Eli Zaretskii <eliz@gnu.org>
2275
2276 * gdb.texinfo (Server): Improve indexing. Index all optional
2277 switches to gdbserver.
2278
90476074
TT
22792011-04-20 Tom Tromey <tromey@redhat.com>
2280
2281 * gdb.texinfo (Index Section Format): New node.
2282 (Top): Add new node to menu.
2283
c21236dc
PA
22842011-04-20 Pedro Alves <pedro@codesourcery.com>
2285
2286 * gdb.texinfo (Maintenance Commands): Document `maint print
2287 remote-registers'.
2288
05c8c3f5
TT
22892011-04-20 Tom Tromey <tromey@redhat.com>
2290
2291 * gdb.texinfo (Trace File Format): Move node later.
2292
7a9dd1b2
TT
22932011-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
4368ebeb
JB
23012011-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
956a9fb9
JB
23062011-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
f1310107
TJB
23112011-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
8786b2bd
TT
23172011-03-28 Tom Tromey <tromey@redhat.com>
2318
2319 * gdb.texinfo (Set Tracepoints): Fix typo.
2320
9ef07c8c
TT
23212011-03-24 Tom Tromey <tromey@redhat.com>
2322
2323 * gdb.texinfo (Specify Location): Document `function:label'
2324 linespec.
2325
99c3dc11
PM
23262011-03-18 Phil Muldoon <pmuldoon@redhat.com>
2327
f1310107 2328 PR python/12149
99c3dc11
PM
2329
2330 * gdb.texinfo (Basic Python): Update gdb.write and flush text.
2331
29703da4
PM
23322011-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
c9174737
PA
23412011-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
7371cf6d
PM
23462011-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
ecec24e6
PM
23512011-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
6dcd5565
JK
23562011-02-28 Jan Kratochvil <jan.kratochvil@redhat.com>
2357
2358 * gdb.texinfo (Tracepoint Conditions): Fix missing parenthesis.
2359
81896e36
JK
2360 * gdb.texinfo (Starting and Stopping Trace Experiments): Fix
2361 circular-trace-buffer name.
2362
5e30da2c
JB
23632011-02-28 Joel Brobecker <brobecker@adacore.com>
2364
2365 * gdb.texinfo (Inferiors and Programs): Fix small error introduced
2366 in the previous change.
2367
3bd0f5ef 23682011-02-27 Michael Snyder <msnyder@vmware.com>
af624141
MS
2369
2370 * gdb.texinfo (Inferiors and Programs): Update commands to show
2371 that they can accept multiple arguments.
2372
4ec7539c
JB
23732011-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
82809774
DE
23802011-02-23 Doug Evans <dje@google.com>
2381
2382 * gdb.texinfo (Symbols In Python): Fix mention of C++, use C@t{++}.
2383
e5a67952
MS
23842011-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
6e6fbe60
DE
23902011-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
f994e27a
HZ
23962011-02-21 Hui Zhu <teawater@gmail.com>
2397
2398 * agentexpr.texi (Bytecode Descriptions): Add printf.
2399 * gdb.texinfo (Tracepoint Action Lists): Add printf.
2400
c7f96d2b
TT
24012011-02-18 Tom Tromey <tromey@redhat.com>
2402
2403 * agentexpr.texi (Bytecode Descriptions): Document pick and rot.
2404
60f98dde
MS
24052011-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
08e796bc
MS
24102011-02-14 Michael Snyder <msnyder@vmware.com>
2411
2412 * gdb.texinfo (Threads): Update example of new thread message.
2413
b3b9301e
PA
24142011-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
cef35b0f
PA
24262011-02-04 Pedro Alves <pedro@codesourcery.com>
2427
2428 * gdbint.texinfo (Formatting): Mention some formatting guidelines
2429 for casts and unary operators.
2430
f1cbe1d3
TT
24312011-02-04 Tom Tromey <tromey@redhat.com>
2432
2433 * gdb.texinfo (GDB/MI Async Records): Document that symbols-loaded
2434 is not useful.
2435
585fdaa1
PA
24362011-01-25 Pedro Alves <pedro@codesourcery.com>
2437
2438 * gdb.texinfo: s/value optimized out/optimized out/g
2439
7bfc9434
JB
24402011-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
4694da01
TT
24452011-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
b716877b
AB
24522011-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
13fd8b81
TT
24572011-01-12 Tom Tromey <tromey@redhat.com>
2458
2459 * gdb.texinfo (Threads): Remove duplicate text. Update examples.
2460 Fix "thread apply" text.
2461
e09342b5
TJB
24622011-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
06e65f44
TT
24692011-01-07 Tom Tromey <tromey@redhat.com>
2470
2471 * gdb.texinfo (Python API): Add descriptions to @menu items.
2472
d8e22779
TT
24732011-01-06 Tom Tromey <tromey@redhat.com>
2474
2475 * gdb.texinfo (Frames In Python): Document gdb.newest_thread.
2476
a255712f
PP
24772010-01-06 Paul Pluzhnikov <ppluzhnikov@google.com>
2478
e09342b5 2479 * gdb.texinfo (Debugging Output): Document "set debug jit".
a255712f 2480
ccfc3d6e
TT
24812011-01-06 Tom Tromey <tromey@redhat.com>
2482
2483 PR python/12133:
2484 * gdb.texinfo (Frames In Python): Document various frame
2485 constants.
2486
44944448
JB
24872011-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
42ea3d7a
JK
24932011-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
720d1a40
JB
24982010-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
ad196637
PA
25042010-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
a86caf66
DE
25092010-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
aae1c79a
DE
25162010-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
4e04c971
DE
25212010-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
94b6973e
PM
25262010-11-29 Phil Muldoon <pmuldoon@redhat.com>
2527
2528 PR python/12199
2529
2530 * gdb.texinfo (Breakpoints In Python): Document "delete" method.
2531
39037522
TT
25322010-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
5ae98d25
TT
25482010-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
621c8364
TT
25552010-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
84f4c1fe
PM
25622010-11-11 Phil Muldoon <pmuldoon@redhat.com>
2563
2564 * gdb.texinfo (Breakpoints In Python): Document "internal"
2565 parameter, and visible attribute.
2566
99e7ae30
DE
25672010-11-05 Doug Evans <dje@google.com>
2568
2569 * gdb.texinfo (Source Path): Document "set directories".
2570
f4b8a18d
KW
25712010-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
7b51bc51
DE
25762010-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
9eeee977
DE
25872010-10-29 Doug Evans <dje@google.com>
2588
2589 * gdb.texinfo (Python): Fix long line.
2590
a0e0ffdf
DE
25912010-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
0e3509db
DE
25982010-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
44592cc4
DE
26042010-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
6e1bb179
JB
26092010-09-28 Joel Brobecker <brobecker@adacore.com>
2610
2611 * gdb.texinfo (Ravenscar Profile): New node.
2612
e8467610
TT
26132010-09-22 Tom Tromey <tromey@redhat.com>
2614
2615 * gdb.texinfo (Values From Inferior): Mention Value.__init__.
2616
fccd1d1e
EZ
26172010-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
c1b6b909
TT
26222010-09-15 Paul Bolle <pebolle@tiscali.nl>
2623
2624 * gdb.texinfo (Character Sets): Correctly reference host-charset
2625 in example.
2626
7d288aaa
TT
26272010-09-13 Tom Tromey <tromey@redhat.com>
2628
2629 * gdb.texinfo (GDB/MI Stack Manipulation) <-stack-list-frames>:
2630 Document "fullname" and "from".
2631
f75d858b
MK
26322010-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
83b9503b
L
26372010-08-31 H.J. Lu <hongjiu.lu@intel.com>
2638
2639 * gdb.texinfo (i386 Features): Remove an extra "@item".
2640
03f17ccf
TT
26412010-08-30 Tom Tromey <tromey@redhat.com>
2642
2643 PR python/11792:
2644 * gdb.texinfo (Values From Inferior): Document dynamic_type.
2645
9779414d
DJ
26462010-08-24 Daniel Jacobowitz <dan@codesourcery.com>
2647
2648 * gdb.texinfo (ARM Features): Document
2649 org.gnu.gdb.arm.m-profile.
2650
f9ffd4bb
TT
26512010-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
702c2711
TT
26572010-08-23 Tom Tromey <tromey@redhat.com>
2658
2659 PR python/11915:
2660 * gdb.texinfo (Types In Python): Document array method.
2661
66b73624
TJB
26622010-08-18 Thiago Jung Bauermann <bauerman@br.ibm.com>
2663
2664 * gdb.texinfo (PowerPC Embedded): Mention support for the DVC register.
2665
06a64a0b
TT
26662010-08-16 Tom Tromey <tromey@redhat.com>
2667
2668 * gdb.texinfo (Set Watchpoints): Document -location option.
2669
a3a7127e
DE
26702010-08-13 Doug Evans <dje@google.com>
2671
2672 * gdb.texinfo (.debug_gdb_scripts section): Fix typo.
2673
8dedea02
VP
26742010-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
ca5c20b6 26792010-08-11 Tom Tromey <tromey@redhat.com>
889bf7c5 2680 Phil Muldoon <pmuldoon@redhat.com>
ca5c20b6
PM
2681
2682 * gdb.texinfo (Basic Python): Describe post_event API.
2683
cb2e07a6
PM
26842010-08-11 Phil Muldoon <pmuldoon@redhat.com>
2685
2686 * gdb.texinfo (Basic Python): Describe solib_address and
889bf7c5 2687 decode_line Python APIs
cb2e07a6 2688
464b3efb
TT
26892010-08-10 Tom Tromey <tromey@redhat.com>
2690
2691 * gdb.texinfo (Pretty Printing API): Document
2692 gdb.default_visualizer.
2693
c29c521f
TT
26942010-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
5da1313b
JK
26992010-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
02d868e8
PP
27052010-07-31 Paul Pluzhnikov <ppluzhnikov@google.com>
2706
2707 * gdb.texinfo (Threads): Document 'debug libthread-db'.
2708
c2bbed2a
TT
27092010-07-30 Tom Tromey <tromey@redhat.com>
2710
2711 * gdb.texinfo (Index Files): Mention gdb-add-index.
2712
6c13bbe1
HZ
27132010-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
53a71c06
CR
27182010-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
5374244e
PM
27232010-07-27 Phil Muldoon <pmuldoon@redhat.com>
2724
2725 * gdb.texinfo (Values From Inferior): Add value inferior function
2726 call description.
2727
8ea5bce5
JK
27282010-07-19 Jan Kratochvil <jan.kratochvil@redhat.com>
2729
2730 * gdb.texinfo (Active Targets): Fix wrong comma placement.
2731
c0edd9ed
JK
27322010-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
9291a0cd
TT
27392010-07-13 Tom Tromey <tromey@redhat.com>
2740
2741 * gdb.texinfo (Index Files): New node.
2742
f5011d11
TT
27432010-07-13 Tom Tromey <tromey@redhat.com>
2744
2745 * gdb.texinfo (GDB/MI Variable Objects): Remove extra 'for'.
2746
0f5238ed
TT
27472010-07-13 Tom Tromey <tromey@redhat.com>
2748
2749 * gdb.texinfo (Specify Location): Document labels.
2750
74c761c1
PA
27512010-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
501994c0
PA
27562010-07-01 Pedro Alves <pedro@codesourcery.com>
2757
2758 * gdb.texinfo (General Query Packets) <qfThreadInfo,
2759 qsThreadInfo>: Spell out `l' as ell.
2760
0fb4aa4b
PA
27612010-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
dc3b15be
JB
27782010-06-29 Joel Brobecker <brobecker@adacore.com>
2779
2780 * gdb.texinfo (Threads In Python): Fix unmatched @end table.
2781
595939de
PM
27822010-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
9279c692
JB
27892010-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
bc9f0842
TT
27952010-06-25 Tom Tromey <tromey@redhat.com>
2796
2797 PR python/10808:
2798 * gdb.texinfo (Basic Python): Document new gdb.execute argument.
2799
f1421989
HZ
28002010-06-24 Hui Zhu <teawater@gmail.com>
2801
2802 * gdb.texinfo: (Commands for Controlled Output): Add
2803 documentation for command "eval".
2804
e4c0cfae
SS
28052010-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
bb08c432
HZ
28122010-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
4f5d9f07
SS
28172010-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
6aed2dbc
SS
28252010-06-18 Stan Shebs <stan@codesourcery.com>
2826
a61408f8
SS
2827 * gdb.texinfo (Operating System Auxiliary Information): Describe
2828 "info os" when no arguments given.
2829
6aed2dbc
SS
2830 * gdb.texinfo (Debugging Programs with Multiple Threads): Describe
2831 $_thread.
2832
24e933df
HZ
28332010-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
65d79d4b
SDJ
28382010-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
d914c394
SS
28432010-06-11 Stan Shebs <stan@codesourcery.com>
2844
2845 * gdb.texinfo (Observer Mode): New section.
2846 (General Query Packets): Document QAllow.
889bf7c5 2847
967cf477
DE
28482010-06-04 Doug Evans <dje@google.com>
2849
2850 * gdb.texinfo (Python API): New node `Disabling Pretty-Printers'.
2851
aaf4119b
DE
28522010-06-03 Doug Evans <dje@google.com>
2853
2854 * gdbint.texinfo (Coding): Add subsection on command names.
2855
9eae7c52
TT
28562010-06-02 Tom Tromey <tromey@redhat.com>
2857
2858 * gdb.texinfo (Maintenance Commands): Document maint set dwarf2
2859 always-disassemble.
2860
fa593d66
PA
28612010-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
dde08ee1
PA
28672010-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
07ca107c
DE
28772010-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
c25c4a8b
JK
28822010-05-02 Jan Kratochvil <jan.kratochvil@redhat.com>
2883
2884 * gdbint.texinfo (Host Definition): Remove items NORETURN and
2885 ATTR_NORETURN.
2886
d7b32ed3 28872010-04-29 Phil Muldoon <pmuldoon@redhat.com>
c25c4a8b
JK
2888 Tom Tromey <tromey@redhat.com>
2889 Thiago Jung Bauermann <bauerman@br.ibm.com>
d7b32ed3 2890
c25c4a8b 2891 * gdb.texinfo (Parameters In Python): New Node.
d7b32ed3 2892
6aecb9c2
JB
28932010-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
b7da9e9f
PM
28992010-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
ab38a727
PA
29042010-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
66d09542
DE
29102010-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
8bd10a10
CM
29172010-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
4c374409
JK
29242010-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
5a9351ae
SS
29352010-04-21 Stan Shebs <stan@codesourcery.com>
2936
2937 * gdb.texinfo (Tracepoint Actions): Mention synonymy of actions
889bf7c5 2938 and commands.
5a9351ae 2939 (Listing Tracepoints): Update to reflect current behavior.
889bf7c5 2940
9a22f0d0
PM
29412010-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
6149aea9
PA
29462010-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
711e434b
PM
29552010-04-16 Pierre Muller <muller@ics.u-strasbg.fr>
2956
645797a8 2957 * gdb.texinfo ($_tlb): Document new automatic convinience variable.
711e434b
PM
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
3f7b2faa
DE
29622010-04-15 Doug Evans <dje@google.com>
2963
fa33c3cd
DE
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
3f7b2faa
DE
2969 * gdb.texinfo (Command Files): Add docs for new "source -s" option.
2970
79f283fe
PM
29712010-04-14 Phil Muldoon <pmuldoon@redhat.com>
2972
2973 * gdb.texinfo (Pretty Printing): Document behaviour when to_string
2974 returns None.
2975
87290684
SS
29762010-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
a97153c7
PA
29812010-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
5c5dcc1b
L
29862010-04-09 H.J. Lu <hongjiu.lu@intel.com>
2987
2988 * gdb.texinfo (maint print registers): Mention unavailable and
2989 invisible registers.
2990
adc36818
PM
29912010-04-09 Phil Muldoon <pmuldoon@redhat.com>
2992 Thiago Jung Bauermann <bauerman@br.ibm.com>
5c5dcc1b 2993 Tom Tromey <tromey@redhat.com>
adc36818
PM
2994
2995 * gdb.texinfo (Breakpoints In Python): New Node.
2996
33da3f1c
SS
29972010-04-08 Stan Shebs <stan@codesourcery.com>
2998
2999 * gdb.texinfo (Tracepoint Packets): Describe disconn and circular
3000 trace status fields.
3001
3a13a53b
L
30022010-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
08001717
DE
30082010-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
c375651d
DE
30142010-04-05 Doug Evans <dje@google.com>
3015
3016 * gdb.texinfo (maint show python auto-load): Fix typo.
3017
af54718e
SS
30182010-04-04 Stan Shebs <stan@codesourcery.com>
3019
d77f58be
SS
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
af54718e
SS
3024 * gdb.texinfo (Tracepoint Restrictions): Document PC inference.
3025 (tdump): Explain how tdump works.
3026
86b17b60
PA
30272010-04-01 Pedro Alves <pedro@codesourcery.com>
3028
3029 * gdb.texinfo (Break Commands): Clarify `commands' changes, and
3030 add cross reference.
3031
ff12863f
PA
30322010-03-31 Pedro Alves <pedro@codesourcery.com>
3033
3034 * gdb.texinfo (TUI Commands): Mention that in some cases, these
3035 commands error out.
3036
f68eb612
L
30372010-03-30 H.J. Lu <hongjiu.lu@intel.com>
3038
3039 * gdb.texinfo (i386 Features): Add org.gnu.gdb.i386.avx.
3040
c8d5aac9
L
30412010-03-30 H.J. Lu <hongjiu.lu@intel.com>
3042
3043 * gdb.texinfo (General Query Packets): Add xmlRegisters.
3044
7d13fe92
SS
30452010-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
409873ef 30562010-03-29 Stan Shebs <stan@codesourcery.com>
889bf7c5 3057
409873ef
SS
3058 * gdb.texinfo (Tracepoint Packets): Describe QTDPsrc.
3059 (General Query Packets): Describe TracepointSource.
3060
ee8e71d4
EZ
30612010-03-27 Matt Rice <ratmice@gmail.com>
3062
c8d5aac9
L
3063 * gdb.texinfo (ARM): Document arguments to "target sim".
3064 (Set Catchpoints): Use @dots{} instead of @r{...}.
ee8e71d4 3065
99b5e152
PA
30662010-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
cd64ee31
VP
30712010-03-26 Vladimir Prus <vladimir@codesourcery.com>
3072
3073 * gdb.texinfo (GDB/MI Tracepoint Commands): Add comma after @xref.
3074
6c28cbf2
SS
30752010-03-24 Stan Shebs <stan@codesourcery.com>
3076
3077 * gdb.texinfo (Tracepoint Packets): Document trace error status.
3078
95a42b64
TT
30792010-03-24 Tom Tromey <tromey@redhat.com>
3080
3081 PR breakpoints/9352:
3082 * gdb.texinfo (Break Commands): Update.
3083
18148017
VP
30842010-03-24 Vladimir Prus <vladimir@codesourcery.com>
3085
3086 * gdb.texinfo (GDB/MI Tracepoint Commands): Document MI tracepoint
3087 commands.
3088
4daf5ac0
SS
30892010-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
c9429232
SS
30962010-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
ccefe4c4
TT
31032010-03-10 Tom Tromey <tromey@redhat.com>
3104
3105 * gdbint.texinfo (Symbol Handling): Update.
3106
7c953934
TT
31072010-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
f870a310
TT
31152010-03-05 Tom Tromey <tromey@redhat.com>
3116
3117 * gdb.texinfo (Basic Python): Document target_charset and
3118 target_wide_charset.
3119
78e2826b
TT
31202010-03-05 Tom Tromey <tromey@redhat.com>
3121
3122 * gdb.texinfo (Data): Link to pretty-printing.
3123 (Output Formats): Likewise. Correct text.
3124
f5dff777
DJ
31252010-03-01 Daniel Jacobowitz <dan@codesourcery.com>
3126
3127 * gdb.texinfo (Types): Describe <struct> and <flags>.
3128
dc00d89f
PM
31292010-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
5107b149 31342010-02-26 Phil Muldoon <pmuldoon@redhat.com>
c8d5aac9 3135 Tom Tromey <tromey@redhat.com>
5107b149
PM
3136
3137 * gdb.texinfo (Types In Python): Describe block argument in
3138 template_argument and gdb.lookup_type.
3139
e03e5e7b
TT
31402010-02-24 Tom Tromey <tromey@redhat.com>
3141
3142 * gdb.texinfo (Cygwin Native): Fix typo.
3143
f3e9a817
PM
31442010-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
a79b8f6e
VP
31542010-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
629d6a47
TT
31712010-02-19 Tom Tromey <tromey@redhat.com>
3172
3173 * gdbint.texinfo (Getting Started): Fix @node.
3174 (Debugging GDB): Likewise.
3175
c09529e5
JB
31762010-02-13 Joel Brobecker <brobecker@adacore.com>
3177
3178 * gdbint.texinfo (Testsuite): New section "Testsuite Configuration",
3179 documenting the gdb_test_timeout variable.
3180
540aa8e7
MS
31812010-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
081dfbf7
PA
31882010-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
8e9c5e02
VP
31972010-02-12 Vladimir Prus <vladimir@codesourcery.com>
3198
3199 * gdb.texinfo (GDB/MI Result Records): Clarify ^running.
3200
92981e24
TT
32012010-02-10 Tom Tromey <tromey@redhat.com>
3202
3203 * gdb.texinfo (Debugging Output): Document set debug parser and
3204 show debug parser.
3205
075b51b7
L
32062010-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
3bb8d5c3
L
32112010-02-08 H.J. Lu <hongjiu.lu@intel.com>
3212
3213 * gdb.texinfo: Document i386 target features.
3214
c5f80513
DE
32152010-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.
1be00882 3219 Document INTERNAL_GDBFLAGS.
c5f80513 3220
6ac33a4e
TT
32212010-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
a1dcb23a
DJ
32272010-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
95433b34
JB
32342010-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
8d576872
JB
32472010-01-19 Joel Brobecker <brobecker@adacore.com>
3248
3249 * gdb.texinfo (Command Files): Fix typo.
3250
8150ff9c
JB
32512010-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
23db03a6
JZ
32562010-01-18 Jie Zhang <jie.zhang@analog.com>
3257
3258 * Makefile.in (ANNOTATE_DOC_BUILD_INCLUDES): Add GDBvn.texi.
3259
00bf0b85
SS
32602010-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
be759fcf
PM
32662010-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
dc146f7c
VP
32732010-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
d5551862
SS
32832010-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
7a697b8d
SS
32892010-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
e6f3ec50
JB
32962010-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
ddc4e9c1
JB
33022010-01-01 Joel Brobecker <brobecker@adacore.com>
3303
3304 * refcard.tex: Update copyright year in header and text.
3305
9d2897ad
JB
33062010-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
6da95a67
SS
33152009-12-31 Stan Shebs <stan@codesourcery.com>
3316
3317 * gdb.texinfo (Tracepoint Actions): Describe teval.
889bf7c5 3318
236f1d4d
SS
33192009-12-29 Stan Shebs <stan@codesourcery.com>
3320
3321 * gdb.texinfo (Tracepoint Actions): Describe default-collect.
889bf7c5 3322
f61e138d
SS
33232009-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
0fe7935b
DJ
33302009-12-28 Daniel Jacobowitz <dan@codesourcery.com>
3331
3332 * gdb.texinfo (Symbols): "info variables" prints definitions, not
3333 declarations.
3334
a6b29f87
VP
33352009-12-21 Vladimir Prus <vladimir@codesourcery.com>
3336
3337 * gdb.texinfo (GDB/MI Miscellaneous Commands): Clarify that
3338 -gdb-exit behaviour.
3339
5e4bde96
JB
33402009-12-20 Joel Brobecker <brobecker@adacore.com>
3341
3342 * gpl.texi: Update to version 3 of the GPL.
3343
a1715244
JB
33442009-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
361ae042
PM
33492009-12-08 Phil Muldoon <pmuldoon@redhat.com>
3350
3351 * gdb.texinfo (Types In Python): Describe range function.
3352
bfd31e71
PM
33532009-12-03 Richard Ward <richard.j.ward1@googlemail.com>
3354
3355 * gdb.texinfo (Types In Python): Describe "is_base_class".
3356
57a1d736
TT
33572009-12-03 Tom Tromey <tromey@redhat.com>
3358
3359 * gdb.texinfo (Basic Python): Document gdb.parse_and_eval.
3360
8cebebb9
PP
33612009-12-02 Paul Pluzhnikov <ppluzhnikov@google.com>
3362
3363 * observer.texi: New memory_changed observer.
3364
16af530a
TT
33652009-12-01 Tom Tromey <tromey@redhat.com>
3366
3367 * gdb.texinfo (Reverse Execution): Fix typo.
3368
b6199126
DJ
33692009-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
7a6973ad
TT
33762009-11-23 Tom Tromey <tromey@redhat.com>
3377
3378 PR python/10782:
3379 * gdb.texinfo (Types In Python): Document Type.pointer.
3380
21a0512e
PP
33812009-11-23 Paul Pluzhnikov <ppluzhnikov@google.com>
3382
3383 * gdb.texinfo (Machine Code): Adjust.
889bf7c5 3384
a5832c8f
PA
33852009-11-11 Pedro Alves <pedro@codesourcery.com>
3386
3387 * agentexpr.texi (Tracing On Symmetrix): Delete section.
3388 (Using Agent Expressions): Delete cross reference.
3389
1eb7cd77
JB
33902009-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
24ddea62
JK
33952009-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
3afae151
VP
34002009-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
14ff2235
PM
34062009-10-27 Tom Tromey <tromey@redhat.com>
3407 Eli Zaretskii <eliz@gnu.org>
3408
c8d5aac9 3409 PR python/10781
14ff2235
PM
3410
3411 * gdb.texinfo (Values From Inferior): Document cast method.
3412
9c419145
PP
34132009-10-22 Paul Pluzhnikov <ppluzhnikov@google.com>
3414
3415 * gdb.texinfo (Machine Code): Mention function name in disasssembly
3416 and adjust example.
889bf7c5 3417
29153c24
MS
34182009-10-22 Michael Snyder <msnyder@vmware.com>
3419
3420 * gdb.texinfo (Process Record and Replay): Document new form of
889bf7c5 3421 info record command. Also document the new save and restore
29153c24
MS
3422 commands.
3423
2b28d209
PP
34242009-10-21 Paul Pluzhnikov <ppluzhnikov@google.com>
3425
3426 * gdb.texinfo (Machine Code): Mention current pc marker.
3427 (Memory): Likewise.
3428
6c95b8df
PA
34292009-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
2f8132f3
MS
34452009-10-11 Michael Snyder <msnyder@vmware.com>
3446
3447 * gdb.texinfo (ReverseStep): Show default as "unsupported".
3448 (ReverseContinue): Ditto.
3449
cba4b2d3
PP
34502009-10-08 Paul Pluzhnikov <ppluzhnikov@google.com>
3451
3452 * gdb.texinfo (Server): Document libthread-db-search-path.
889bf7c5 3453
da082f17
JK
34542009-10-08 Jan Kratochvil <jan.kratochvil@redhat.com>
3455
3456 * gdbint.texinfo (i386_stopped_by_hwbp): Remove.
3457
08be9d71
ME
34582009-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
08a0efd0
PA
34642009-10-04 Pedro Alves <pedro@codesourcery.com>
3465
3466 * gdb.texinfo (Remote Protocol): Don't mention vCont;T.
3467
cbb8f428
EZ
34682009-09-26 Pierre Muller <muller@ics.u-strasbg.fr>
3469
3470 * gdb.texinfo (Cygwin Native): Mention support for Ctrl-BREAK.
3471
30a4a70c
JB
34722009-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
b3372f91
VP
34772009-09-19 Vladimir Prus <vladimir@codesourcery.com>
3478
3479 * gdb.texinfo (GDB/MI Stack Manipulation): Document
3480 -stack-list-variables.
3481
f43030c4
TT
34822009-09-18 Tom Tromey <tromey@redhat.com>
3483
3484 * gdb.texinfo (GDB/MI Variable Objects): -enable-pretty-printing
3485 is experimental.
3486
ec7e75e7
PP
34872009-09-17 Paul Pluzhnikov <ppluzhnikov@google.com>
3488
3489 * gdb.texinfo (convenince variables): Mention
3490 $_siginfo could be empty.
f43030c4 3491
0cc7d26f
TT
34922009-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
a96d9b2e
SDJ
34982009-09-14 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
3499
3500 * gdb.texinfo (Set Catchpoints): Documentation about the catch syscall
3501 feature.
3502
005ca36a
JB
35032009-09-13 Daniel Jacobowitz <dan@codesourcery.com>
3504
3505 * gdbint.texinfo (Unwinding the Frame ID): Reference outer_frame_id.
3506
0d772ac9
MS
35072009-09-10 Michael Snyder <msnyder@vmware.com>
3508
3509 * gdb.texinfo (qSupported): Mention new ReverseContinue and
3510 ReverseStep replies to the qSupported query.
3511
14fb1bac
JB
35122009-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
29b090c0
DE
35172009-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
4e5d721f
DE
35222009-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
55333a84
DE
35302009-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
bc3a0b4d
RW
35352009-08-26 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3536
3537 * gdbint.texinfo (Releasing GDB): Fix confusing sentence
3538 about autoconf.
3539
3a1ff0b6
PA
35402009-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
81ecdfbb
RW
35462009-08-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3547
af542c2e
RW
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
81ecdfbb
RW
3555 * configure: Regenerate.
3556
4efc6507
DE
35572009-08-20 Reid Kleckner <reid@kleckner.net>
3558
3559 * gdb.texinfo: Add chapter on JIT interface.
3560
43089a6e
NR
35612009-08-07 Nick Roberts <nickrob@snap.net.nz>
3562
3563 * gdb.texinfo (Server Prefix): Explain that server prefix suppresses
889bf7c5 3564 confirmation request.
43089a6e 3565
99e008fe
EZ
35662009-08-05 Jeremy Bennett <jeremy.bennett@embecosm.com>
3567
c8d5aac9
L
3568 * gdb.texinfo (Separate Debug Files, Remote Protocol): Clarified
3569 CRC definitions.
99e008fe 3570
48cb2d85
VP
35712009-08-03 Vladimir Prus <vladimir@codesourcery.com>
3572
3573 * gdb.texinfo (GDB/MI Breakpoint Commands): Document
889bf7c5 3574 -break-commands.
48cb2d85 3575
ff1a52c6
UW
35762009-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
3285f3fe
UW
35812009-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
e35359c5
UW
35862009-07-31 Ulrich Weigand <uweigand@de.ibm.com>
3587
3588 * gdb.texinfo (Target Descriptions): Document <compatible> element.
3589
58d6951d
DJ
35902009-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
08d16641
PA
35952009-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
782b2b07
SS
36012009-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
9b117ef3
HZ
36092009-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
f5a33284
TT
36152009-07-09 Tom Tromey <tromey@redhat.com>
3616
3617 * gdbint.texinfo (Testsuite): Document parallel make check.
3618
812f7342
TT
36192009-07-09 Tom Tromey <tromey@redhat.com>
3620
3621 * gdbint.texinfo (Testsuite): Document test transcripts.
3622
fbb8f299
PM
36232009-07-10 Phil Muldoon <pmuldoon@redhat.com>
3624
3625 * gdb.texinfo (Values From Inferior): Add length parameter
3626 description.
3627
dd8f35ac
EZ
36282009-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
2277426b
PA
36342009-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
a6d9a66e
UW
36432009-07-02 Ulrich Weigand <uweigand@de.ibm.com>
3644
5af949e3
UW
3645 * gdbint.texinfo (Item Output Functions): Update signature
3646 for ui_out_field_core_addr.
3647
36482009-07-02 Ulrich Weigand <uweigand@de.ibm.com>
3649
3650 * gdbint.texinfo (Examples of Use of @code{ui_out} functions):
a6d9a66e
UW
3651 Update example code extrated from breakpoint.c.
3652
9901a55b 36532009-06-28 Paul Pluzhnikov <ppluzhnikov@google.com>
889bf7c5 3654
9901a55b
PP
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.
889bf7c5 3662
edb3359d
DJ
36632009-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
7cd1089b
PM
36692009-06-15 Phil Muldoon <pmuldoon@redhat.com>
3670
3671 * doc/gdb.texinfo (Calling): Document
3672 set-unwind-on-terminating-exception usage.
3673
d4db2f36
PA
36742009-06-11 Pedro Alves <pedro@codesourcery.com>
3675
3676 * gdb.texinfo (All-Stop): Document new 'set schedule-multiple'
3677 command.
3678
d1a7880c
PA
36792009-06-07 Pedro Alves <pedro@codesourcery.com>
3680
3681 * gdbint.texinfo (TARGET_HAS_HARDWARE_WATCHPOINTS): Delete all
3682 references.
3683
473f94e6
UW
36842009-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
8f500870
TT
36892009-05-28 Tom Tromey <tromey@redhat.com>
3690
3691 * gdb.texinfo (Basic Python): Change get_parameter to parameter.
3692
b6313243
TT
36932009-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
36992009-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
a6bac58e
TT
37052009-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
2c74e833
TT
37152009-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
89c73ade
TT
37222009-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
17a37d48
PP
37312009-05-15 Paul Pluzhnikov <ppluzhnikov@google.com>
3732
3733 * gdb.texinfo (Threads): Document libthread-db-search-path.
889bf7c5 3734
6718376f
NR
37352009-05-15 Nick Roberts <nickrob@snap.net.nz>
3736
3737 * gdb.texinfo (GDB/MI General Design): Break up into four nodes.
3738
cbe54154
PA
37392009-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
8e05493c
EZ
37452009-05-08 Eli Zaretskii <eliz@gnu.org>
3746
3747 * gdb.texinfo (Process Record and Replay): Add description of
3748 reverse execution.
3749
b39f4988
JB
37502009-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
a2311334
EZ
37552009-05-01 Eli Zaretskii <eliz@gnu.org>
3756
3757 * gdb.texinfo (Process Record and Replay): Improve and clarify.
3758 Add index entries.
3759
53cc454a 37602009-04-30 Hui Zhu <teawater@gmail.com>
c8d5aac9 3761 Michael Snyder <msnyder@vmware.com>
53cc454a 3762
a2311334
EZ
3763 * gdb.texinfo: (Process Record and Replay): Add documentation for
3764 process record and replay.
53cc454a 3765
484086b7
JK
37662009-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
32ae1842
EZ
37712009-04-25 Eli Zaretskii <eliz@gnu.org>
3772
3773 * gdb.texinfo (Machine Code) <disassemble-next-line>: Improve and
3774 clarify the wording.
3775
b14b1491
TT
37762009-04-23 Tom Tromey <tromey@redhat.com>
3777
3778 * gdb.texinfo (Data Files): New node.
3779 (GDB Files): Update menu.
3780
5c1e86e1
JB
37812009-04-23 Joel Brobecker <brobecker@adacore.com>
3782
3783 * gdbint.texinfo (Defining Other Architecture Features): Remove
e346fb8f 3784 entry for PROCESS_LINENUMBER_HOOK.
5c1e86e1 3785
83eba9b7
VP
37862009-04-22 Vladimir Prus <vladimir@codesourcery.com>
3787
3788 * gdb.texinfo (GDB/MI Program Execution): Document -exec-jump.
3789
e31198c4
HZ
37902009-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
26e251b6
JM
37952009-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
eac35c4e
DD
38162009-04-21 David Daney <ddaney@caviumnetworks.com>
3817
3818 * gdb.texinfo (maint show-debug-regs): Remove mention of x86.
3819
29b0e8a2
JM
38202009-04-21 Joseph Myers <joseph@codesourcery.com>
3821
3822 * gdb.texinfo (Source Path): Document --with-relocated-sources.
3823
2b831889 38242009-04-18 Carlos O'Donell <carlos@codesourcery.com>
c8d5aac9 3825 Joseph Myers <joseph@codesourcery.com>
2b831889
JM
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
89a34d1b
JM
38392009-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
a2d5da46
JB
38462009-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
732f6a93
TT
38512009-04-15 Tom Tromey <tromey@redhat.com>
3852
3853 * gdb.texinfo (Character Sets): Document default character set.
3854
87f9adc1
PM
38552009-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
2c88c651
JB
38602009-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
4f5376b2
JB
38652009-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
a0381d3a
JB
38722009-04-02 Joel Brobecker <brobecker@adacore.com>
3873
3874 * gdb.texinfo (Print Settings): Add kindex for command "set
3875 print frame-arguments".
3876
45ac276d
JB
38772009-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
32cd1edc
JB
38842009-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
1042e4c0
SS
38902009-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
f8f6f20b
TJB
38972009-03-30 Thiago Jung Bauermann <bauerman@br.ibm.com>
3898
3899 * gdb.texinfo (Frames in Python): New node.
3900 (Python API): Update.
3901
c0c6f777
TJB
39022009-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
def2b000
TJB
39072009-03-26 Thiago Jung Bauermann <bauerman@br.ibm.com>
3908
3909 * gdb.texinfo (Values From Inferior): Document is_optimized_out
3910 attribute.
3911
a07daef3
PA
39122009-03-25 Pedro Alves <pedro@codesourcery.com>
3913
3914 * observer.texi (thread_exit): Add "silent" parameter.
3915
f3b1572e
PA
39162009-03-22 Pedro Alves <pedro@codesourcery.com>
3917
3918 * observer.texi (about_to_proceed): New.
3919
587afa38
EZ
39202009-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.
1db61298 3941 * stack_frame.eps: Version of image for TeX DVI output.
587afa38 3942
10af6951
EZ
39432009-03-21 Eli Zaretskii <eliz@gnu.org>
3944
3945 * gdb.texinfo (Character Sets): Fix last change.
3946
cc924cad
TJB
39472009-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
bc3b79fd
TJB
39542008-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
6c7a06a3
TT
39602009-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
b646ddd4
HZ
39662009-03-17 Hui Zhu <teawater@gmail.com>
3967
3968 * gdb.texinfo: Change the introduce of "disassemble-next-line".
3969
91440f57
HZ
39702009-03-17 Hui Zhu <teawater@gmail.com>
3971
3972 * gdb.texinfo: Add documentation for disassemble-next-line.
3973
8fd41227
TJB
39742009-03-16 Thiago Jung Bauermann <bauerman@br.ibm.com>
3975
3976 * gdb.texinfo (Commands In Python): Remove tindex entries.
3977
61ff14c6
JK
39782009-03-15 Jan Kratochvil <jan.kratochvil@redhat.com>
3979
3980 * gdb.texinfo (Returning): New description for missing debug info.
3981
0b16c5cf
PA
39822009-03-14 Pedro Alves <pedro@codesourcery.com>
3983
3984 * gdb.texinfo (Remote Configuration): Document query-attached.
61ff14c6 3985 (General Query Packets): Document qAttached.
0b16c5cf 3986
32fc0df9
PA
39872009-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
134eb42c
VP
39942009-02-18 Vladimir Prus <vladimir@codesourcery.com>
3995
3996 * gdb.texinfo (GDB/MI Async Records): Add double-spaces
3997 between sentences.
3998
c86cf029
VP
39992009-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
3ea85240
VP
40042009-02-17 Vladimir Prus <vladimir@codesourcery.com>
4005
4006 * observer.texi (test_notification): New observer.
4007
1d33d6ba
VP
40082009-02-14 Vladimir Prus <vladimir@codesourcery.com>
4009
61ff14c6
JK
4010 * observer.texi: Add parameter 'print_frame' to normal_stop
4011 observer.
1d33d6ba 4012
d721c933
EZ
40132009-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
4aa995e1
PA
40202009-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
5f5233d4
PA
40282009-02-06 Pedro Alves <pedro@codesourcery.com>
4029
4030 * gdbint.texinfo (Values): New chapter.
4031
d8906c6f
TJB
40322009-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
b6cb8e7d
TJB
40372009-02-05 Tom Tromey <tromey@redhat.com>
4038
4039 * gdb.texinfo (Values From Inferior): Document Value.string.
4040
12453b93
TJB
40412009-02-05 Tom Tromey <tromey@redhat.com>
4042
4043 * gdb.texinfo (Basic Python): Document execute's from_tty
4044 argument.
4045
08c637de
TJB
40462009-02-04 Tom Tromey <tromey@redhat.com>
4047
4048 * gdb.texinfo (Basic Python): Document gdb.history.
4049
592375cd
VP
40502009-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
41447f92
VP
40562009-01-30 Vladimir Prus <vladimir@codesourcery.com>
4057
4058 * gdb.texinfo (GDB/MI Breakpoint Commands): Document the -d
4059 option to -break-insert.
4060
098b41a6
JG
40612009-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
3c16cced
PA
40672009-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
62709adf
PA
40732009-01-26 Pedro Alves <pedro@codesourcery.com>
4074
4075 * gdb.texinfo (Using the `gdbserver' Program): Document
4076 --remote-debug.
4077
7ce58dd2
DE
40782009-01-23 Doug Evans <dje@google.com>
4079
4080 * gdb.texinfo: Add nexti to list of commands that support
4081 background execution.
4082
adb483fe
DJ
40832009-01-14 Daniel Jacobowitz <dan@codesourcery.com>
4084
4085 * gdb.texinfo (Define, Hooks): Document prefix command support.
4086
a67ec3f4 40872009-01-14 Joseph Myers <joseph@codesourcery.com>
c8d5aac9 4088 Carlos O'Donell <carlos@codesourcery.com>
a67ec3f4
JM
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
84fcdf95
PA
41012009-01-13 Pedro Alves <pedro@codesourcery.com>
4102
4103 * gdb.texinfo (General Query Packets): Remove @var{} around the
4104 "spu" literal string.
4105
fa3a767f
PA
41062009-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
9cb011d3
JB
41132009-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
84603566
SL
41202009-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
a53f55d8
PA
41262008-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
077e0a52
JB
41362008-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
023eb17c
JB
41432008-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
c3b108f7
VP
41492008-12-02 Vladimir Prus <vladimir@codesourcery.com>
4150
4151 MI non-stop and multiprocess docs.
4152
c8d5aac9
L
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.
c3b108f7 4164
07e059b5
VP
41652008-12-02 Vladimir Prus <vladimir@codesourcery.com>
4166
c8d5aac9
L
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.
07e059b5 4171
a80b95ba
TG
41722008-11-27 Tristan Gingold <gingold@adacore.com>
4173
4174 * gdb.texinfo (Darwin): Document Darwin specific features.
4175
a655d424
JK
41762008-11-25 Jan Kratochvil <jan.kratochvil@redhat.com>
4177
4178 * gdbint.texinfo (Target Conditionals): Extend the
4179 gdbarch_breakpoint_from_pc description.
4180
249e1128
VP
41812008-11-22 Vladimir Prus <vladimir@codesourcery.com>
4182
4183 * gdb.texinfo (M68K Features): Fix typo.
4184
c14c28ba
PP
41852008-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.
889bf7c5 4190
394a6666
JB
41912008-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
66bb093b
VP
41962008-11-17 Vladimir Prus <vladimir@codesourcery.com>
4197
4198 * gdb.texinfo (GDB/MI Async Records): Document
c8d5aac9 4199 =thread-selected.
889bf7c5 4200
4a92f99b
VP
42012008-11-17 Vladimir Prus <vladimir@codesourcery.com>
4202
c8d5aac9 4203 * observer.texi (new_inferior, inferior_exit): New observers.
4a92f99b 4204
f0323ca0
PA
42052008-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
8b23ecc4
SL
42112008-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
fff08868
HZ
42272008-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
252fbfc8
PA
42342008-10-23 Pedro Alves <pedro@codesourcery.com>
4235
4236 * observer.texi (thread_stop_requested): New.
4237
20924a55
JB
42382008-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
bacec72f
MS
42432008-10-17 Michael Snyder <msnyder@vmware.com>
4244
4245 * gdb.texinfo: Add documentation for reverse execution.
4246
a08702d6 42472008-10-16 Thiago Jung Bauermann <bauerman@br.ibm.com>
bd4f7d68 4248 Eli Zaretskii <eliz@gnu.org>
a08702d6
TJB
4249
4250 * gdb.texinfo. (Values From Inferior): New subsubsection.
4251
d97bc12b
DE
42522008-10-06 Doug Evans <dje@google.com>
4253
4254 * gdb.texinfo (set debug dwarf2-die): Document it.
4255
87f67dba
JB
42562008-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
2fae03e8
TT
42622008-09-27 Tom Tromey <tromey@redhat.com>
4263
4264 * gdb.texinfo (Macros): Remove text about stringification,
4265 varargs, and splicing.
4266
5c6ce71d
TT
42672008-09-27 Tom Tromey <tromey@redhat.com>
4268
4269 * gdbint.texinfo (Language Support): Remove text about omitting
4270 support for a language.
4271
07128da0
DE
42722008-09-23 Doug Evans <dje@google.com>
4273
4274 * gdb.texinfo (info dcache): Update.
4275
b90a069a
SL
42762008-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
b77209e0
PA
42952008-09-22 Stan Shebs <stan@codesourcery.com>
4296
4297 * gdb.texinfo (Inferiors): New section.
4298
3d0bb823
PA
42992008-09-12 Pedro Alves <pedro@codesourcery.com>
4300
4301 * gdbint.texinfo (Native Debugging): Mention NAT_GENERATED_FILES.
4302
f8dcfc0a
UW
43032008-09-11 Ulrich Weigand <uweigand@de.ibm.com>
4304
4305 * gdbint.texinfo (Target Conditionals): Remove documentation
4306 for gdbarch_name_of_malloc.
4307
8775bb90
MS
43082008-09-03 Angela Marie Thomas <angela@releasedominatrix.com>
4309
4310 * gdb.texinfo (Interrupts): Mention TCP interface for
4311 sending BREAK.
4312
f1838a98
UW
43132008-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
158c7665
PH
43182008-08-21 Paul N. Hilfinger <hilfinger@adacore.com>
4319
4320 * gdb.texinfo (Omissions from Ada): Describe new treatment of True
4321 and False.
4322
30e026bb
VP
43232008-08-20 Vladimir Prus <vladimir@codesourcery.com>
4324
c8d5aac9
L
4325 * gdb.textinfo (GDB/MI Miscellaneous Commands): Use @table
4326 for possible features of -list-features.
30e026bb 4327
c6ebd6cf
VP
43282008-08-19 Vladimir Prus <vladimir@codesourcery.com>
4329
c8d5aac9 4330 * gdb.texinfo (Background execution): Adjust example
c6ebd6cf
VP
4331 (GDB/MI Miscellaneous Commands): Document -list-target-features.
4332
aeac0ff9
VP
43332008-08-19 Vladimir Prus <vladimir@codesourcery.com>
4334
4335 * doc/gdb.texinfo (PowerPC): Fix typo.
4336 (PowerPC features): Fix typo.
4337
5231c1fd
PA
43382008-08-18 Pedro Alves <pedro@codesourcery.com>
4339
4340 * observer.texi (thread_ptid_changed): New.
4341
677c5bb1
LM
43422008-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
f3a2dd1a
JB
43472008-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
33e5cbd6
PA
43522008-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
d0384fc4
TJB
43592008-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
a6f3e723
SL
43652008-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
0606b73b
SL
43752008-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
d57a3c85
TJB
43872008-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
6d76a53d
SS
43942008-07-31 Stan Shebs <stan@codesourcery.com>
4395
4396 * gdbint.texinfo: Remove FUNCTION_EPILOGUE_SIZE.
4397
1f70da6a
SS
43982008-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
383f836e
TT
44292008-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
cfd8ab24
SS
44362008-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
781b42b0
TT
44412008-07-21 Tom Tromey <tromey@redhat.com>
4442
4443 * observer.texi (GDB Observers): Remove obsolete comment.
4444 <executable_changed>: Remove argument.
4445
d7d9f01e
TT
44462008-07-18 Tom Tromey <tromey@redhat.com>
4447
4448 * gdb.texinfo (Macros): Update. Use @code rather than @command.
4449
bf250677
DE
44502008-07-10 Doug Evans <dje@google.com>
4451
4452 * doc/gdb.texinfo: Document "set print symbol-loading on|off".
4453
10568435
JK
44542008-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
4455
4456 * gdb.texinfo (Starting): Document "set disable-randomization".
4457
5ae4183a
AS
44582008-07-07 Andreas Schwab <schwab@suse.de>
4459
4460 * gdb.texinfo (GDB/MI Target Manipulation): Fix last change.
4461
b56e7235
VP
44622008-07-06 Vladimir Prus <vladimir@codesourcery.com>
4463
4464 * gdb.texinfo (GDB/MI Target Manipulation): Add
4465 example of -target-attach.
4466
e1ac3328
VP
44672008-06-10 Vladimir Prus <vladimir@codesourcery.com>
4468
4469 * observer.texi (target_resumed): New observer.
5ae4183a 4470 * gdb.texinfo (GDB/MI Output Records): Document *running.
e1ac3328 4471
65d12d83
TT
44722008-06-06 Tom Tromey <tromey@redhat.com>
4473
4474 * gdb.texinfo (Completion): Add field name example.
4475
fbc5282e
MK
44762008-06-06 Marc Khouzam <marc.khouzam@ericsson.com>
4477
4478 * gdb.texinfo (GDB/MI Program Context): Added example
4479 to -exec-arguments
5ae4183a 4480
fbc5282e 44812008-06-05 Nick Roberts <nickrob@snap.net.nz>
bcf6fc3a
NR
4482
4483 * annotate.texinfo (Multi-threaded Apps): Add entry for thread-changed
4484 annotation.
4485
c16158bc 44862008-06-05 Vladimir Prus <vladimir@codesourcery.com>
5ae4183a
AS
4487 Nathan Sidwell <nathan@codesourcery.com>
4488 Joseph Myers <joseph@codesourcery.com>
c16158bc
JM
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
75c99385
PA
44992008-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
1763a388
MK
45042008-06-04 Marc Khouzam <marc.khouzam@ericsson.com>
4505
4506 * gdb.texinfo (GDB/MI File Transfer Commands): Typo
4507 in -target-file-get section.
5ae4183a 4508
d0d064df
PA
45092008-05-22 Pedro Alves <pedro@codesourcery.com>
4510
9b562ab8
PA
4511 * gdb.texinfo (vAttach, vRun): Re-remove requirement of the stub
4512 killing the inferior when it is already debugging a process.
d0d064df 4513
8dfa32fc
JB
45142008-05-21 Joel Brobecker <brobecker@adacore.com>
4515
4516 * gdb.texinfo (Continuing and Stepping): Document the new "fin"
4517 abbreviation for "finish".
4518
55f996a7
NR
45192008-05-21 Nick Roberts <nickrob@snap.net.nz>
4520
4521 * annotate.texinfo (Multi-threaded Apps): New node for new annotation.
4522
ba2b1c56
DJ
45232008-05-15 Daniel Jacobowitz <dan@codesourcery.com>
4524
4525 * gdbint.texinfo (Target Conditionals): Delete entry for
4526 gdbarch_dwarf_reg_to_regnum.
4527
08388c79
DE
45282008-05-09 Doug Evans <dje@google.com>
4529
a3c83fae 4530 * gdb.texinfo: Document "find" command, qSearch:memory packet.
08388c79 4531
d14508fe
DE
45322008-05-05 Doug Evans <dje@google.com>
4533
4534 * gdb.texinfo (disassemble): Document /m modifier.
4535
e2b7ddea
VP
45362008-05-05 Vladimir Prus <vladimir@codesourcery.com>
4537
5ae4183a
AS
4538 * gdb.texinfo (Maintenance Commands): Clarify that "maint time"
4539 will not report the time of commands that run the target.
e2b7ddea 4540
8eb41542
VP
45412008-05-03 Vladimir Prus <vladimir@codesourcery.com>
4542
4543 * gdb.texinfo (GDB/MI Output Records): Add
4544 missing semicolon.
4545
82f68b1c
VP
45462008-05-03 Vladimir Prus <vladimir@codesourcery.com>
4547
4548 * gdb.texinfo (GDB/MI Output Records):
4549 Document =thread-create and =thread-exited.
4550
fa0f268d
VP
45512008-05-03 Vladimir Prus <vladimir@codesourcery.com>
4552
4553 * gdb.texinfo (GDB/MI Development and Front Ends):
82f68b1c 4554 Remove mention of dmi-discuss.
fa0f268d 4555
063bfe2e
VP
45562008-05-03 Pedro Alves <pedro@codesourcery.com>
4557
4558 * observer.texi (thread_exit): New.
4559
237fc4c9
PA
45602008-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
0428b8f5
DJ
45672008-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
5009afc5
AS
45722008-05-02 Andreas Schwab <schwab@suse.de>
4573
4574 * gdbint.texinfo (Algorithms): Describe
4575 target_watchpoint_addr_within_range.
4576
669fac23
DJ
45772008-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
721c02de
VP
45842008-04-24 Vladimir Prus <vladimir@codesourcery.com>
4585
5ae4183a
AS
4586 * gdb.texinfo (GDB/MI Output Syntax): Clarify that async
4587 output does not necessary include any tokens.
721c02de 4588
c055b101
CV
45892008-04-22 Corinna Vinschen <vinschen@redhat.com>
4590
4591 * gdb.texinfo (Set SH Calling convention): New @item.
4592 (Show SH Calling convention): Ditto.
4593
68837c9d
MD
45942008-04-22 Markus Deuling <deuling@de.ibm.com>
4595
4596 * gdb.texinfo (Fortran Operators): Describe '%' operator.
4597
2e9132cc
EZ
45982008-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
31fffb02
CS
46032008-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
a47ec5fe
AR
46102008-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
de051565
MK
46162008-04-09 Marc Khouzam <marc.khouzam@ericsson.com>
4617
5ae4183a 4618 * gdb.texinfo (GDB/MI Variable Objects): Add anchor to
de051565
MK
4619 -var-set-format. Add -f option to -var-evaluate-expression.
4620
6ba66d6a
JB
46212008-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
1e26b4f8
DJ
46282008-03-26 Daniel Jacobowitz <dan@codesourcery.com>
4629
4630 * gdb.texinfo (MIPS Features, PowerPC Features): Add @node.
4631
b84876c2
PA
46322008-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
63092375
DJ
46382008-03-21 Daniel Jacobowitz <dan@codesourcery.com>
4639
4640 * gdb.texinfo (Expressions): Update description of malloced arrays.
4641
8e8901c5
VP
46422008-03-15 Vladimir Prus <vladimir@codesourcery.com>
4643
4644 * gdb.texinfo (Thread Commands): Document
4645 -thread-info. Remove -thread-list-all-threads.
4646
1fddbabb
PA
46472008-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
ccd213ac
DJ
46542008-03-10 Daniel Jacobowitz <dan@codesourcery.com>
4655
4656 * gdb.texinfo (Starting): Document "set exec-wrapper".
4657 (Server): Document gdbserver --wrapper.
4658
fa4727a6
DJ
46592008-03-03 Daniel Jacobowitz <dan@codesourcery.com>
4660
4661 * gdb.texinfo (Set Watchpoints): Mention watchpoints on
4662 unreadable memory. Delete obsolete SPARClite reference.
4663
8edfe269
DJ
46642008-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
1843f87b
DJ
46702008-02-27 Daniel Jacobowitz <dan@codesourcery.com>
4671
4672 * gdb.texinfo (Debugging Output): Document "set debug timestamp".
4673
f9082629
NR
46742008-02-26 Nick Roberts <nickrob@snap.net.nz>
4675
4676 * gdb.texinfo (Set Breaks): Revert description of Enb column of
4677 breakpoint table.
4678
fd96d250
PA
46792008-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
36af4ef6
MD
46842008-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
cda4ce5a
JB
46892008-02-01 Jim Blandy <jimb@red-bean.com>
4690
4691 * gdb.texinfo (Help): Summarize 'info args' correctly.
4692
4acd40f3
TJB
46932008-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
6e6c6f50
DJ
47032008-01-30 Daniel Jacobowitz <dan@codesourcery.com>
4704
4705 * gdb.texinfo (Multi-Process Mode for gdbserver): Use @kbd for
4706 commands.
4707
5ee187d7
DJ
47082008-01-30 Daniel Jacobowitz <dan@codesourcery.com>
4709
4710 * gdb.texinfo (Setting Catchpoints): Mention features
4711 supported on GNU/Linux.
4712
e275c0d9
NR
47132008-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
2d717e4f
DJ
47182008-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
d35a4257 47282008-01-29 Nick Roberts <nickrob@snap.net.nz>
f663676d
NR
4729
4730 * gdb.texinfo (Processes): Mention process command.
889bf7c5 4731 detach-on-follow -> detach-on-fork.
f663676d 4732
c78d192c
DJ
47332008-01-28 Daniel Jacobowitz <dan@codesourcery.com>
4734
4735 * gdbint.texinfo (Native Conditionals): Remove
4736 SHELL_COMMAND_CONCAT and SHELL_FILE.
4737
d35a4257
EZ
47382008-01-26 Eli Zaretskii <eliz@gnu.org>
4739
4740 * gdb.texinfo (Specify Location): Improve wording.
4741
93815fbf
VP
47422008-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
2a25a5ba
EZ
47472008-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
32c9a795
MD
47562008-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
b17828ca
JB
47612008-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
0aea4bf3
LM
47662008-01-09 Luis Machado <luisgpm@br.ibm.com>
4767
4768 * gdb.texinfo (Output): Update documentation on using printf with DFP
4769 types.
4770
febe4383
TJB
47712008-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
7a404eba
PA
47772008-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
a4d9b460
PA
47832008-01-05 Pedro Alves <pedro@codesourcery.com>
4784
4785 * gdbint.texinfo (Host Conditionals): Remove mention of
4786 ALIGN_STACK_ON_ENTRY.
4787
6ec2edbe
JB
47882008-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
d8b2a693
JB
47942007-12-18 Jim Blandy <jimb@codesourcery.com>
4795
ab209b3a 4796 * gdb.texinfo (Set Watchpoints): Integrate per-thread
d8b2a693
JB
4797 watchpoint explanation into the main description of the watchpoint
4798 command; update synopses of 'watch', 'rwatch', and 'awatch'
4799 commands.
4800
8b4ed427
VP
48012007-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
37e4754d
LM
48072007-12-17 Luis Machado <luisgpm@br.ibm.com>
4808
669fac23 4809 * gdb.texinfo: Add new parameter's description.
37e4754d 4810
1d3811f6
DJ
48112007-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
c1c25a1a
EZ
48162007-12-15 Eli Zaretskii <eliz@gnu.org>
4817
4818 * gdb.texinfo (Host I/O Packets): Fix xref syntax.
4819
afe8ab22 48202007-12-14 Vladimir Prus <vladimir@codesourcery.com>
5ae4183a 4821
afe8ab22
VP
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
a6b151f1
DJ
48262007-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.
c1c25a1a 4833 (Host I/O Packets): New section in "Remote Protocol".
a6b151f1
DJ
4834 (Packets): Add vFile.
4835
3b784c4f
EZ
48362007-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
a4ce5b0d
UW
48432007-11-17 Ulrich Weigand <uweigand@de.ibm.com>
4844
4845 * Makefile.in (Makefile): Do not depend on target_makefile_frag.
4846
1b39d5c0
DE
48472007-11-15 Doug Evans <dje@google.com>
4848
4849 * gdb.texinfo (Symbols): Update output of "maint info symtabs".
4850
7a72d44c
VP
48512007-11-15 Vladimir Prus <vladimir@codesourcery.com>
4852
4853 * gdbint.texinfo (Native Conditionals): Remove
4854 mention of CLEAR_SOLIB.
5ae4183a 4855
6d1829bf 48562007-11-11 Joel Brobecker <brobecker@adacore.com>
b4740add
JB
4857
4858 * gdb.texinfo (Print Settings): Add documentation for "set/show
4859 print frame-arguments".
4860
1a619819
LM
48612007-11-05 Luis Machado <luisgpm@br.ibm.com>
4862
3b784c4f 4863 * gdb.texinfo (Output): Update printf command's description.
1a619819 4864
55eddb0f
DJ
48652007-10-30 Daniel Jacobowitz <dan@codesourcery.com>
4866
4867 * gdb.texinfo (PowerPC): Document "set powerpc vector-abi" and "set
4868 powerpc soft-float".
4869
9cceb671
DJ
48702007-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
83acabca
DJ
48792007-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
e35879db
UW
48852007-10-22 Ulrich Weigand <uweigand@de.ibm.com>
4886
83acabca 4887 * gdbint.texi (Compiler Characteristics): Move documentation
e35879db
UW
4888 of set_gdbarch_sofun_address_maybe_missing back to ...
4889 (Target Conditionals): ... here to fix build break.
4890
203c3895
UW
48912007-10-19 Ulrich Weigand <uweigand@de.ibm.com>
4892
83acabca 4893 * gdbint.texi (Target Conditionals): Remove documentation of
203c3895
UW
4894 SOFUN_ADDRESS_MAYBE_MISSING, replaced by ...
4895 (Compiler Characteristics): ... documentation of
4896 set_gdbarch_sofun_address_maybe_missing.
4897
11411de3
DJ
48982007-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
7cc46491
DJ
49042007-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
81adfced
DJ
49102007-10-15 Daniel Jacobowitz <dan@codesourcery.com>
4911
4912 * gdb.texinfo (Maintenance Commands): Document "maint print c-tdesc".
4913
c1874924
UW
49142007-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
f6e56ab3
UW
49202007-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
56cf5405
KH
49252007-10-11 Kazu Hirata <kazu@codesourcery.com>
4926
4927 * gdb.texinfo: Mention that inaccessible-by-default is on by
4928 default.
4929
35156bae
DJ
49302007-10-11 Daniel Jacobowitz <dan@codesourcery.com>
4931
4932 * gdbint.texinfo (Target Conditionals): Remove VARIABLES_INSIDE_BLOCK.
4933
d983da9c
DJ
49342007-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
fe6fbf8b
VP
49432007-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.
5ae4183a 4948
084344da
VP
49492007-09-19 Vladimir Prus <vladimir@codesourcery.com>
4950
4951 * gdb.texinfo (Miscellaneous gdb/mi Commands):
4952 Document -list-features.
5ae4183a 4953
82160952
EZ
49542007-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.
7e27a47a
EZ
4958 (Separate Debug Files): More accurate wording regarding build ID
4959 and a reference to the ld manual rather than the Fedora wiki.
82160952 4960
ea37ba09
DJ
49612007-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
b8533aec
DJ
49682007-09-02 Daniel Jacobowitz <dan@codesourcery.com>
4969
4970 * gdb.texinfo: Update the FSF's Back-Cover Text.
4971
83f83d7f
JK
49722007-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
c7e83d54
EZ
49802007-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
d3750b24
JK
49852007-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
02142340
VP
49922007-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
d3bdde98
JB
49982007-08-20 Jim Blandy <jimb@codesourcery.com>
4999
3fb6a982
JB
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.
5ae4183a 5003
d3bdde98
JB
5004 * gdb.texinfo (The F Reply Packet): Avoid confusing texi2html:
5005 don't break a @var across a line.
5006
c80a96a8
MR
50072007-07-25 Maciej W. Rozycki <macro@mips.com>
5008
5009 * Makefile.in (MAKEHTMLFLAGS): Also search the current directory
5010 for include files.
5011
5824a901
NR
50122007-07-12 Nick Roberts <nickrob@snap.net.nz>
5013
5014 * gdb.texinfo (Server Prefix): New node. Adapt from existing node
5ae4183a
AS
5015 in annotate.texinfo.
5016 (Command History): Link to new node.
5824a901 5017
d52e7ea3
UW
50182007-07-05 Markus Deuling <deuling@de.ibm.com>
5019
5020 * gdbint.texinfo (PC_LOAD_SEGMENT): Remove description.
5021
5fc14d0a
EZ
50222007-07-05 Eli Zaretskii <eliz@gnu.org>
5023
5024 * gdbint.texinfo (Target Conditionals): Fix last change.
5025
4a9bb1df
UW
50262007-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
cfa9d6d9
DJ
50732007-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
159fcc13
JK
50832007-07-01 Jan Kratochvil <jan.kratochvil@redhat.com>
5084
5085 * gdb.texinfo (Attach): Fixed GDB exit inferior detachment.
5086
f66d1690
MS
50872007-06-28 Michael Snyder <msnyder@svkmacdonelllnx>
5088
5089 * gdbint.texinfo (Table, Tuple and List Functions) Fix typo.
5090
67102876
NR
50912007-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
a4642986
MR
50962007-06-21 Maciej W. Rozycki <macro@mips.com>
5097
5098 * gdb.texinfo (Examining Memory): Document the new behaviour.
5099
e9c17194
VP
51002007-06-21 Vladimir Prus <vladimir@codesourcery.com>
5101
5102 * gdb.texinfo (Standard Target Features): Document
5103 m68k features.
5104
31d99776
DJ
51052007-06-18 Daniel Jacobowitz <dan@codesourcery.com>
5106
5107 * gdb.texinfo (General Query Packets): Document qOffsets changes.
5108
1780a0ed
DJ
51092007-06-13 Daniel Jacobowitz <dan@codesourcery.com>
5110
5111 * gdb.texinfo (Target Description Format): Add version attribute
5112 for <target>.
5113
822b6570
DJ
51142007-06-13 Daniel Jacobowitz <dan@codesourcery.com>
5115
5116 * gdb.texinfo (MIPS Features): Document org.gnu.gdb.mips.linux.
5117
f8b73d13
DJ
51182007-06-13 Daniel Jacobowitz <dan@codesourcery.com>
5119
5120 * gdb.texinfo (MIPS Features): New subsection.
5121
0e7f50da
UW
51222007-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
23d964e7
UW
51282007-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
9f708cb2
VP
51342007-06-09 Vladimir Prus <vladimir@codesourcery.com>
5135
5136 * gdb.texinfo (GDB/MI Variable Objects): Editorial
5137 comments.
5138
7579b5f8
NR
51392007-06-07 Nick Roberts <nickrob@snap.net.nz>
5140
5141 * gdb.texinfo (Emacs): Describe GDB under Emacs 22.1.
5142
bf06d120
JB
51432007-05-29 Jim Blandy <jimb@codesourcery.com>
5144
5145 * gdb.texinfo (Overview): Doc fix.
5146
23776285
MR
51472007-05-22 Maciej W. Rozycki <macro@mips.com>
5148
5149 * gdb.texinfo (Remote Configuration): Document "set/show
5150 remoteflow".
5151
1a69e1e4
DJ
51522007-05-16 Daniel Jacobowitz <dan@codesourcery.com>
5153
bf06d120
JB
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.
1a69e1e4 5157
46ba6afa 51582007-05-14 Bob Wilson <bob.wilson@acm.org>
5ae4183a 5159
46ba6afa
BW
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.
5ae4183a 5165
06d3b283
UW
51662007-05-11 Ulrich Weigand <uweigand@de.ibm.com>
5167
5168 * observer.texi (GDB Observers): New observer "new_objfile".
5169
179101d6
UW
51702007-05-08 Ulrich Weigand <uweigand@de.ibm.com>
5171
5172 * gdbint.texinfo (Native Conditionals): Remove USE_PROC_FS.
5173
25d5ea92
VP
51742007-04-14 Vladimir Prus <vladimir@codesourcery.com>
5175
5176 * gdb.texinfo (GDB/MI Variable Objects): Document
5177 frozen variables objects.
5ae4183a 5178
ea35711c
DJ
51792007-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
db2e3e2e
BW
51902007-04-11 Bob Wilson <bob.wilson@acm.org>
5191
5ae4183a
AS
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.
db2e3e2e
BW
5202 (Installing GDB, Requirements, Running Configure, Separate Objdir)
5203 (Config Names, Configure Options): Use @file{configure}.
5204
8a3dae3e
DJ
52052007-04-11 Daniel Jacobowitz <dan@codesourcery.com>
5206
5207 * gdbint.texinfo (Writing Tests): Mention gdb_test_multiple
5208 and tab expansion.
5209
1a92f856
DJ
52102007-04-10 Daniel Jacobowitz <dan@codesourcery.com>
5211
5212 * gdbint.texinfo (SOM): Correct location of the SOM reader.
5213
79a6e687 52142007-04-02 Bob Wilson <bob.wilson@acm.org>
5ae4183a 5215
79a6e687
BW
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".
5ae4183a 5221
ad527d2e
PA
52222007-03-30 Pedro Alves <pedro_alves@portugalmail.pt>
5223
5224 * gdb.texinfo (WinCE): Delete obsolete subsection.
5225
7ce59000
DJ
52262007-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
8807d78b
DJ
52322007-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
5f402660
UW
52422007-03-29 Ulrich Weigand <uweigand@de.ibm.com>
5243
5244 * gdbint.texi (Native Conditionals): Remove PTRACE_ARG3_TYPE.
5245
bac718a6
UW
52462007-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
9453113a
DJ
52522007-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
ae21e955 52592007-03-26 Bob Wilson <bob.wilson@acm.org>
5ae4183a 5260
ae21e955 5261 * gdb.texinfo (Omissions from Ada, Additions to Ada): Wrap long lines.
5ae4183a 5262
3f94c067 52632007-03-26 Bob Wilson <bob.wilson@acm.org>
5ae4183a 5264
3f94c067
BW
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}.
5ae4183a 5271
12c27660 52722007-03-26 Bob Wilson <bob.wilson@acm.org>
5ae4183a 5273
12c27660
BW
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.
5ae4183a 5278
ce9341a1
BW
52792007-03-26 Bob Wilson <bob.wilson@acm.org>
5280
5281 * gdb.texinfo (Variables, C): Update cross reference to GCC docs.
5282
c8f4133a
BW
52832007-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.
5ae4183a 5289
c8f4133a 52902007-03-26 Bob Wilson <bob.wilson@acm.org>
d52fb0e9
BW
5291
5292 * gdb.texinfo (File Options): Add missing parenthesis.
5293 (Breakpoints, Special Fortran commands, PowerPC): Fix typos.
5294
c74d0ad8
DJ
52952007-02-26 Daniel Jacobowitz <dan@codesourcery.com>
5296
5297 * gdb.texinfo (Monitor commands for gdbserver): New subsection.
5298
ff6f572f
DJ
52992007-02-26 Daniel Jacobowitz <dan@codesourcery.com>
5300
669fac23 5301 * gdb.texinfo (Standard Target Features): Mention
ff6f572f
DJ
5302 case insensitivity.
5303 (ARM Features): Describe org.gnu.gdb.xscale.iwmmxt.
5304
994337c3
NR
53052007-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
eb819d70
NR
53142007-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
123dc839
DJ
53222007-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.
669fac23 5330 * gdbint.texinfo (Target Descriptions): New section.
123dc839 5331
108546a0
DJ
53322007-02-07 Daniel Jacobowitz <dan@codesourcery.com>
5333
5334 * gdb.texinfo (Target Description Format): Add section on XInclude.
5335
95a98c01
NR
53362006-02-03 Nick Roberts <nickrob@snap.net.nz>
5337
5338 * gdb.texinfo (GDB/MI Miscellaneous Commands): Describe the new
5339 command -enable-timings.
5340
f4b3909f
EZ
53412007-02-02 Markus Deuling <deuling@de.ibm.com> (tiny change)
5342
5ae4183a 5343 * gdbint.texinfo (Operation System ABI Variant Handling): Update
f4b3909f
EZ
5344 descriptions for new/deleted elements in gdb_osabi. Add missing
5345 description for function generic_elf_osabi_sniff_abi_tag_sections.
5346
c7ba131e
JB
53472007-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
3a60f64e
JK
53522007-01-26 Jan Kratochvil <jan.kratochvil@redhat.com>
5353 Eli Zaretskii <eliz@gnu.org>
5354
f4b3909f 5355 * gdb.texinfo: Describe CHAR array vs. string identification rules.
3a60f64e 5356
c582f8b6
EZ
53572007-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
d3e8051b
EZ
53622007-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
86f04699
EZ
53712007-01-20 Markus Deuling <deuling@de.ibm.com> (tiny change)
5372
5373 * gdbint.texinfo (Support Libraries): Remove mmalloc
5374 entry. Describe readline library.
5375
23181151
DJ
53762007-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
f822c95b
DJ
53842007-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
8936fcda
JB
53922007-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
e776119f
DJ
53982007-01-04 Daniel Jacobowitz <dan@codesourcery.com>
5399
5400 * gdb.texinfo (Debugging Output): Document "set debug xml"
5401 and "show debug xml".
5402
aa79a185
DJ
54032007-01-04 Daniel Jacobowitz <dan@codesourcery.com>
5404
5405 * gdbint.texinfo (Compiler Warnings): Update for -Wall use.
5406
7f893741
JB
54072007-01-01 Joel Brobecker <brobecker@adacore.com>
5408
5409 * gdbint.texinfo (Start of New Year Procedure): Add missing item.
5410
a1b5960f
VP
54112006-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
9f470e6e
NR
54162006-12-04 Nick Roberts <nickrob@snap.net.nz>
5417
5418 * gdb.texinfo (GDB/MI Variable Objects): Describe -c option
5419 of -var-delete.
5420
765dc015 54212006-11-22 Vladimir Prus <vladimir@codesourcery.com>
5ae4183a 5422
765dc015 5423 * gdb.texinfo (Setting breakpoints): Document
5ae4183a
AS
5424 automatic software/hardware breakpoint usage and
5425 the "set breakpoint auto-hw" command.
765dc015 5426
4b5752d0
VP
54272006-11-21 Vladimir Prus <vladimir@codesourcery.com>
5428
5429 * gdb.texinfo (Memory Access Checking): New.
5430
89be2091
DJ
54312006-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
ca3bf3bd
DJ
54382006-11-14 Maxim Grigoriev <maxim@tensilica.com>
5439
5440 * gdb.texinfo (Contributors): Add contributors of Xtensa port.
5441
427c3a89
DJ
54422006-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
7a107747
DJ
54502006-11-10 Daniel Jacobowitz <dan@codesourcery.com>
5451
5452 * gdbint.texinfo (Target Architecture Definition): Add new
5453 Initializing a New Architecture section.
5454
1c56eb0e
EZ
54552006-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
f73adfeb
AS
54602006-10-27 Andreas Schwab <schwab@suse.de>
5461
5462 * gdb.texinfo (Processes): Rename "detach-fork" to "detach fork".
5463
fd60e0df
EZ
54642006-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.
e5ac9b53
EZ
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.
fd60e0df 5473
52bb452f
DJ
54742006-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
58955e58
BW
54822006-10-16 Bob Wilson <bob.wilson@acm.org>
5483
5484 * gdb.texinfo (ST2000): Use Ctrl- instead of C-.
5485
c8aa23ab
EZ
54862006-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-.
45ac1734
EZ
5495 (Signals, Set Breaks, Set Watchpoints): Document optional
5496 arguments to `info signals' `handle', `info breakpoints', and
5497 `info watchpoints'.
c8aa23ab 5498
e7109c7e
EZ
54992006-10-14 Eli Zaretskii <eliz@gnu.org>
5500
5501 * gdb.texinfo (Backtrace): Fix last change.
5502
de3aea7b
NR
55032006-10-14 Nick Roberts <nickrob@snap.net.nz>
5504
5505 * gdb.texinfo (Backtrace): Order correctly and add other cases.
5506
7f9087cb
BW
55072006-10-10 Bob Wilson <bob.wilson@acm.org>
5508
c8aa23ab
EZ
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.
7f9087cb 5512
68437a39
DJ
55132006-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
fd79ecee
DJ
55232006-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
350da6ee
DJ
55292006-09-21 Nathan Sidwell <nathan@codesourcery.com>
5530
5531 * gdbint.texinfo (Array Containers): New section.
5532
2f1acb09
VP
55332006-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
2ab1eb7a
VP
55392006-09-07 Vladimir Prus <vladimir@codesourcery.com>
5540
5541 * gdb.texinfo (GDB/MI Stack Manipulation): Mention that
5ae4183a
AS
5542 -stack-list-locals HIGH_FRAME argument can be larger then the
5543 actual number of frames.
2ab1eb7a 5544
599b237a
BW
55452006-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
25ab7e6d
EZ
55502006-09-02 Eli Zaretskii <eliz@gnu.org>
5551
5552 * gdbint.texinfo (Overall Structure): New section "Source Tree
5553 Structure".
5554
940178d3
JB
55552006-08-17 Jim Blandy <jimb@codesourcery.com>
5556
5557 * gdb.texinfo (Stop Reply Packets): Note similarity of 'S' and 'T'
5558 responses.
5559
30daae6c
JB
55602006-08-08 Joel Brobecker <brobecker@adacore.com>
5561
5562 * gdb.texinfo (Source Path): Add documentation for new
5563 substitute-path commands.
5564
7fa2210b
DJ
55652006-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
3d00d119
DJ
55712006-08-08 Vladimir Prus <vladimir@codesourcery.com>
5572
5ae4183a 5573 * gdb.texinfo (Target Commands): Remove
3d00d119
DJ
5574 'set download-write-size' and 'show download-write-size'.
5575
0cbfa4ee
DJ
55762006-08-01 Daniel Jacobowitz <dan@codesourcery.com>
5577
5578 * stabs.texinfo (Member Type Descriptor): Correct example for
5579 pointer to member types.
5580
16026cd7
AS
55812006-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
0876f84a
DJ
55872006-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
2ec3381a
DJ
56012006-07-05 Daniel Jacobowitz <dan@codesourcery.com>
5602
669fac23 5603 * gdb.texinfo (KOD): Remove node.
2ec3381a
DJ
5604 (GDB/MI Kod Commands): Remove commented out node.
5605
594fe323
EZ
56062006-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
7e3fb70c
NR
56172006-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
be2a5f71
DJ
56322006-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
fc320d37
SL
56382006-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
158fdf5c
NR
56722006-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
ddb50cd7
EZ
56912006-06-09 Eli Zaretskii <eliz@gnu.org>
5692
5693 * gdb.texinfo (Symbols): Fix "(gdb)"=>"(@value{GDBP})".
5694
2aef0d6b
NR
56952006-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.
d5e40d59 5699 (GDB/MI File Commands): New node split from Program Control.
2aef0d6b 5700
383a5c52
NR
57012006-06-01 Nick Roberts <nickrob@snap.net.nz>
5702
d5e40d59 5703 * gdb.texinfo (GDB/MI Development and Front Ends): New node.
383a5c52 5704
e16b02ee
EZ
57052006-05-22 Eli Zaretskii <eliz@gnu.org>
5706
5707 * gdb.texinfo (Cygwin Native): Fix last change.
5708
be90c084
CF
57092006-05-22 Christopher Faylor <cgf@timesys.com>
5710
5711 * gdb.texinfo (Cygwin Native): Document set/show cygwin-exceptions.
5712
347ceba5
NR
57132006-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
369af7bd
DJ
57182006-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
2ffdbde8 57232006-05-13 Gaius Mulley <gaius@glam.ac.uk>
229582b7
GM
5724
5725 * gdb.texinfo (M2 Types): New section.
72019c9c 5726
16d1a084
DJ
57272006-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
aa56d27a
JB
57332006-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
5bdf8622
DJ
57382006-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
605a56cb
DJ
57432006-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
b8db102d
MS
57492006-04-27 Michael Snyder <msnyder@redhat.com>
5750
5751 * gdb.texinfo (delete-fork): Command renamed to "delete fork".
5752
c5e30d01
AC
57532006-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
8181d85f
DJ
57582006-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
4f553f88
JB
57672006-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
cd852561
FR
57722006-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
b620eb07
MS
57782006-03-31 Michael Snyder <msnyder@redhat.com>
5779
5780 * gdb.texinfo: Update copyright dates.
5781
3156cdaf
EZ
57822006-03-31 Eli Zaretskii <eliz@gnu.org>
5783
5784 * gdb.texinfo (Overview): Add an index entry to "empty response".
5785
7d30c22d
JB
57862006-03-28 Jim Blandy <jimb@codesourcery.com>
5787
5788 * gdbint.texinfo (Prologue Analysis): New section.
5789
86941c27
JB
57902006-03-07 Jim Blandy <jimb@red-bean.com>
5791
66b8c7f6
JB
5792 * gdb.texinfo (Connecting): Document 'target remote pipe'.
5793
1a10341b
JB
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
86941c27
JB
5798 * gdb.texinfo (Connecting): Organize the different 'target remote'
5799 connection methods into a table. Add a 'target remote' index
5800 entry. (!!!)
5801
62f3a2ba
FF
58022006-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
8b9a88ea
WZ
58092006-02-13 Wu Zhou <woodzltc@cn.ibm.com>
5810
5811 * gdbint.texinfo (Watchpoints): Delete
5812 TARGET_REGION_SIZE_OK_FOR_HW_WATCHPOINT.
5813
7e8dc855
NR
58142006-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
c91d38aa
DJ
58212006-02-06 Daniel Jacobowitz <dan@codesourcery.com>
5822
5823 * gdbint.texinfo (Symbol Handling): Add a section
5824 on memory management.
5825
38fcd64c
DJ
58262006-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
219eec71
EZ
58312006-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
ae5a43e0
DJ
58372006-02-01 Daniel Jacobowitz <dan@codesourcery.com>
5838
5839 * gdb.texinfo (Files): Remove obsolete bits from the description
5840 of "symbol-file".
5841
a9f158ec
JB
58422006-01-25 Jim Blandy <jimb@redhat.com>
5843
5844 * gdbint.texinfo (Testsuite): Explain how to run selected tests.
5845
410dd08e
JB
58462006-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
4b505b12
AS
58512006-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
839c27b7
EZ
58582006-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
7be93b9e
JB
58652006-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
fcc73fe3
EZ
58702006-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.
ca91424e
EZ
5877 (Define, Command Files): Document `end' and add index entries for
5878 it.
fcc73fe3 5879
5c95884b
MS
58802006-01-04 Michael Snyder <msnyder@redhat.com>
5881
5882 * gdb.texinfo: Add documentation for linux-fork.
5ae4183a 5883 * gdbint.texinfo: Add internal documentation for checkpoints.
5c95884b 5884
860701dc
PH
58852006-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
36b80e65
EZ
58902005-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
c1468174
EZ
58952005-12-24 Eli Zaretskii <eliz@gnu.org>
5896
5897 * gdb.texinfo (Target Commands, Bug Reporting, File Options)
5898 (Symbols): Fix usage of "e.g.".
359df76b 5899 (Memory Region Attributes): Fix usage of "etc."
c1468174
EZ
5900
5901 * gdbint.texinfo (libgdb, Symbol Handling, Native Debugging)
5902 (Coding): Fix usage of "e.g.".
5903
c02a867d
EZ
59042005-12-23 Eli Zaretskii <eliz@gnu.org>
5905
5ae4183a
AS
5906 * stabs.texinfo:
5907 * refcard.tex:
c02a867d 5908 * gpl.texi:
5ae4183a
AS
5909 * gdbint.texinfo:
5910 * gdb.texinfo:
5911 * gdb-cfg.texi:
c02a867d 5912 * fdl.texi:
5ae4183a
AS
5913 * annotate.texinfo:
5914 * all-cfg.texi:
c02a867d
EZ
5915 * Makefile.in: Add (C) after Copyright. Update the FSF
5916 address.
5917
fad38dfa
EZ
59182005-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
53e5f3cf
AS
59232005-12-02 Andrew Stubbs <andrew.stubbs@st.com>
5924
5925 * gdb.texinfo (Convenience variables): Add init-if-undefined command.
5926
55f6ca0f
JB
59272005-11-25 Joel Brobecker <brobecker@adacore.com>
5928
5929 * gdbint.texinfo (Start of New Year Procedure): New chapter.
5930
c1947b85
JB
59312005-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
9d29849a
JB
59382005-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".
5ae4183a 5944
9a6253be
KB
59452005-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
5f3bebba
JB
59522005-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
9a7a1b36
KB
59612005-11-17 Kevin Buettner <kevinb@redhat.com>
5962
0564b6cf 5963 * gdb.texinfo (Remote configuration): Fix typo in description of
9a7a1b36
KB
5964 "set remotebreak" command.
5965
b8ff78ce
JB
59662005-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
8ffe2530
JB
59892005-11-15 Jim Blandy <jimb@redhat.com>
5990
c43c5473
JB
5991 * gdb.texinfo (Packets): Add index entries for 'm' packet
5992 disclaimers.
5ae4183a 5993
fb031cdf
JB
5994 * gdb.texinfo (Packets): Clarify lack of restrictions on behavior
5995 of stub when processing an 'm' packet.
5996
8ffe2530
JB
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
c03c782f
AS
60012005-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
814e32d7
WZ
60062005-11-14 Wu Zhou <woodzltc@cn.ibm.com>
6007
6008 * gdb.texinfo (Fortran): Add some words about Fortran debugging.
6009
fa93a9d8
JB
60102005-11-12 Jim Blandy <jimb@redhat.com>
6011
6012 * gdb.texinfo (General Query Packets): Put packets in alphabetical
6013 order. Remove extraneous 'z'.
6014
8a5a3c82
AS
60152005-11-07 Andrew Stubbs <andrew.stubbs@st.com>
6016
6017 * gdb.texinfo (Choosing files): Add --eval-command.
6018
4b0ad762
AS
60192005-11-04 Andrew Stubbs <andrew.stubbs@st.com>
6020
6021 * gdb.texinfo (Choosing modes): Add --return-child-result.
6022
6023
1a088d06
AS
60242005-11-01 Andrew Stubbs <andrew.stubbs@st.com>
6025
6026 * gdb.texinfo (Choosing modes): Add --batch-silent.
6027
656d5e12
EZ
60282005-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
3c9c013a
JB
60332005-10-03 Joel Brobecker <brobecker@adacore.com>
6034
6035 * gdb.texinfo (Print Settings): Add documentation for set/show
6036 print array-indexes.
6037
7ba3cf9c
DJ
60382005-09-17 Daniel Jacobowitz <dan@codesourcery.com>
6039
6040 * gdb.texinfo (Contributors): Thank Andrew Cagney for releases
6041 6.2 and 6.3.
6042
a94ab193
EZ
60432005-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.
ab1adacd
EZ
6048 (Variables, Symbols): Document the "<incomplete type>" message and
6049 its reasons.
a94ab193 6050
ca06016a
FF
60512005-08-01 Fred Fish <fnf@specifix.com>
6052
6053 * gdb.texinfo (SETUP_ARBITRARY_FRAME): Remove obsolete reference.
6054
cf58170d
NR
60552005-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
38f1196a
BR
60642005-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
3cb3b8df
BR
60692005-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
10fac096
NW
60752005-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
d1b6db76
NR
60802005-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
29629dcf
NR
60862005-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
397ca115
EZ
60922005-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.
51274035
EZ
6097 (Output Formats): More detailed description of the `c' format.
6098 (Memory): List explicitly all the formats supported by `x'.
638ac427 6099 (Threads): Add an @cindex entry for "thread apply".
fc8be69e 6100 (Files): Document the possibility of loading unlinked object
59b7b46f
EZ
6101 files. Add more indexing for solib-absolute-prefix and
6102 --with-sysroot.
76d17f34
EZ
6103 (Machine Code): Document possible problems with locations in
6104 shared libraries.
d416eeec
EZ
6105 (Backtrace): Document that free-standing environments do not need
6106 to have a `main' function.
397ca115 6107
74f6deaa
NR
61082005-06-18 Nick Roberts <nickrob@snap.net.nz>
6109
6110 * gdb.texinfo (GDB/MI Stack Manipulation): Remove reference to
6111 -stack-info-frame.
6112
a9967aef
AC
61132005-06-07 Andrew Cagney <cagney@gnu.org>
6114
6115 * gdb.texinfo (Contributors): Note the original multi-arch
6116 contributors.
6117
e09f16f9
EZ
61182005-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
d87ba7ee
EZ
61262005-06-01 Eli Zaretskii <eliz@gnu.org>
6127
6128 * gdb.texinfo (Set Watchpoints): Remove @vindex entry for
6129 can-use-hw-watchpoints.
6130
034dad6f
BR
61312005-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
ffed4509
AC
61362005-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
e22e55c9
OF
61412005-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
a78e13ce
EZ
61462005-05-20 Eli Zaretskii <eliz@gnu.org>
6147
6148 * gdb.texinfo (Numbers): Explain the example and make the wording
6149 more acurate.
6150
76ff342d
DJ
61512005-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
119b882a
EZ
61592005-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
6fc08d32
EZ
61642005-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
a561754a
MK
61752005-05-02 Mark Kettenis <kettenis@gnu.org>
6176
6177 * gdb.texinfo (Files): Remove documentation for auto-solib-limit.
6178
2eecc4ab
EZ
61792005-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.
514c4d71 6184 (Compilation, DJGPP Native): Improve wording.
2eecc4ab 6185
18999be5
EZ
61862005-04-27 Eli Zaretskii <eliz@gnu.org>
6187
6188 * gdb.texinfo (Backtrace): Describe backtraces with arguments that
6189 were optimized away.
6190
0abb7bc7
EZ
61912005-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
6f61acb1
NR
62002005-04-19 Nick Roberts <nickrob@snap.net.nz>
6201
6202 * gdb.texinfo (Backtrace): Describe 'bt full'.
6203
9d59903a
NR
62042005-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
721c2651
EZ
62092005-04-16 Eli Zaretskii <eliz@gnu.org>
6210
6211 * gdb.texinfo (OS Information): Renamed from Auxiliary Vector; all
a5adf40f 6212 references changed. Add description of "info udot".
721c2651
EZ
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".
ba04e063
EZ
6216 Document "sdireset", "sdistatus", "debug_chaos", "use_debug_dma",
6217 "use_mon_code", "use_ib_break", "use_dbt_break".
721c2651
EZ
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".
c45da7e6
EZ
6227 (Debugging Output): Improve wording. Document "set/show debug
6228 solib-frv". Fix "set/show debugvarobj".
ba04e063
EZ
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".
c45da7e6
EZ
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".
721c2651 6249
14d6dd68
EZ
62502005-04-15 Eli Zaretskii <eliz@gnu.org>
6251
6252 * gdb.texinfo (Hurd Native): New subsection, documents
6253 Hurd-specific commands.
a64548ea 6254 (Maintenance Commands): Add cross-reference to "Debugging Output".
da316a69 6255 (Debugging Output): Document "set/show debug lin-lwp".
a64548ea
EZ
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".
e2f4edfd 6260 (ARM): Document ARM-specific commands.
a64548ea
EZ
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".
a5adf40f 6266 (Neutrino): New subsection. Document "set/show debug nto-debug".
a64548ea 6267 (Super-H): New section. Document the "regs" command.
721c2651 6268 (Debugging Output): Document "set/show debug aix-thread".
14d6dd68 6269
9c16f35a
EZ
62702005-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
63112005-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
a8f24a35
EZ
63182005-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
09d4efe1
EZ
63292005-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
82f2d802
EZ
63702005-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
7d51c7de
BR
63762005-03-10 Bob Rossi <bob@brasko.net>
6377
6378 * gdb.texinfo: Update copyright
6379
68c71a2e
TR
63802005-02-09 Theodore A. Roth <troth@openavr.org>
6381
6382 * gdb.texinfo (General Query Packets): Fix texinfo compile warning and
6383 error.
6384
83761cbd
KB
63852005-02-03 Kevin Buettner <kevinb@redhat.com>
6386
6387 * gdb.texinfo (General Query Packets): Document qGetTLSAddr packet.
6388
9f1c6395
MS
63892005-01-17 Michael Snyder <msnyder@redhat.com>
6390
6391 * gdb.texinfo: Fix spelling, infinte -> infinite.
6392
fbd1b305
MK
63932005-01-08 Mark Kettenis <kettenis@gnu.org>
6394
6395 * observer.texi (GDB Observers): Document "solib_loaded".
6396
3ace7edb
AC
63972005-01-07 Andrew Cagney <cagney@gnu.org>
6398
bec39cab
AC
6399 * configure.ac: Rename configure.in, require autoconf 2.59.
6400 * configure: Re-generate.
6401
3ace7edb
AC
6402 * configure.in: Replace configdirs with multiple references to
6403 AC_CONFIG_SUBDIRS.
6404 * configure: Re-generate.
5ae4183a 6405
53531fc1
AC
64062005-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
536ffdb7
MK
64112004-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
e1aac25b
JB
64162004-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
f47b1503
AS
64222004-12-07 Andreas Schwab <schwab@suse.de>
6423
6424 * gdb.texinfo (Mode Options): Document -l option.
6425
b6b8ece6
EZ
64262004-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
01371747
EZ
64342004-11-23 Eli Zaretskii <eliz@gnu.org>
6435
6436 * gdb.texinfo (Files): Add cross-reference to description of
6437 -readnow command-line switch.
6438
2315ffec
RC
64392004-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
69065f5d
AC
64442004-11-10 Jon Beniston <jon@beniston.com>
6445
6446 Committed by Andrew Cagney <cagney@gnu.org>.
5ae4183a
AS
6447 * gdb.texinfo (Remote Serial Protocol): Further describe
6448 binary transfer escaping mechanism .
69065f5d 6449
30e91e0b
RC
64502004-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
60bf7e09
EZ
64552004-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.
dcaf7c2c
EZ
6460 (Files): Add a tip for decreasing memory used for symtabs from
6461 shared libraries.
f018e82f
EZ
6462 (Starting): Fix whitespace; make "elaboration" stand out where it
6463 is first used, and add an index entry for the term.
f8568604
EZ
6464 (Calling): Expand and elaborate text. Add "print". Add the
6465 description of problems with weak aliases.
384ee23f 6466 (Core File Generation): New section.
60bf7e09 6467
d52fe014
AC
64682004-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
703663ab
EZ
64742004-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
ac77d04f
JJ
64822004-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
e07c999f
PH
64892004-10-03 Paul N. Hilfinger <hilfinger@gnat.com>
6490
6491 * gdb.texinfo (Filenames): Add Ada suffixes.
6492 (Ada) New section.
6493
2e868123
AC
64942004-09-27 Andrew Cagney <cagney@gnu.org>
6495 Robert Picco <Robert.Picco@hp.com>
6496
6497 * gdb.texinfo (Packets): Document the "p" packet.
6498
02a57714
JM
64992004-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
ae038cb0
DJ
65042004-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
f7dc1244
EZ
65092004-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
f810308b
AC
65202004-09-12 Andrew Cagney <cagney@gnu.org>
6521
6522 * gdbint.texinfo (Native Debugging): Delete description of
6523 FILES_INFO_HOOK.
6524
15a661f3
PH
65252004-09-11 Paul Hilfinger <hilfinger@gnat.com>
6526
5ae4183a
AS
6527 * gdbint.texinfo (User Interface): Change local_hex_string_custom
6528 to hex_string_custom (not historically correct, but more
15a661f3
PH
6529 understandable, given the current code).
6530
f3219c75
AC
65312004-09-03 Andrew Cagney <cagney@gnu.org>
6532
6533 * gdbint.texinfo (Native Debugging): Delete SVR4_SHARED_LIBS.
6534
f3bb6704
JJ
65352004-09-01 Jeff Johnston <jjohnstn@redhat.com>
6536
6537 * observer.texi (solib_unloaded): New observer.
6538
8d2c00cb
AC
65392004-08-24 Andrew Cagney <cagney@gnu.org>
6540
6541 * gdbint.texinfo (Target Architecture Definition): Add missing
6542 comma.
6543
e7dc800a
MC
65442004-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
73b03683
MK
65492004-08-14 Mark Kettenis <kettenis@gnu.org>
6550
6551 * gdbint.texinfo (Host Definition): Delete description of
6552 FCLOSE_PROVIDED and GETENV_PROVIDED.
6553
c0ccb908
MK
65542004-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
9c8dbfa9
AC
65612004-08-05 Andrew Cagney <cagney@gnu.org>
6562
6563 * gdbint.texinfo (Target Architecture Definition): Delete
6564 reference to deprecated_read_fp.
6565
f42accbe
AC
65662004-08-02 Andrew Cagney <cagney@gnu.org>
6567
6568 * gdbint.texinfo (Target Architecture Definition): Delete
6569 description of DEPRECATED_REGISTER_BYTES.
6570
0b66e38c
EZ
65712004-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
15387254
EZ
65762004-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
2c07db7a
AC
65822004-07-16 Andrew Cagney <cagney@gnu.org>
6583
6584 * gdb.texinfo (Mode Options): Delete documentation on "-async" and
6585 "-noasync".
6586
4644b6e3
EZ
65872004-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
7561d450
MK
65922004-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
67bebe79
MK
65972004-07-01 Mark Kettenis <kettenis@gnu.org>
6598
6599 * gdbint.texinfo (Target Architecture Definition): Remove
6600 PCC_SOL_BROKEN.
6601
1a6923e0
MK
66022004-06-24 Mark Kettenis <kettenis@gnu.org>
6603
6604 * gdbint.texinfo (Target Architecture Definition): Remove
6605 SUN_FIXED_LBRAC_BUG.
6606
b435e160
AC
66072004-06-26 Andrew Cagney <cagney@gnu.org>
6608
6609 * gdbint.texinfo (Coding): Replace xasprintf with xstrprintf.
6610
b5622e8d
AC
66112004-06-20 Andrew Cagney <cagney@gnu.org>
6612
6613 * gdbint.texinfo (Target Architecture Definition): Deprecate
6614 USE_STRUCT_CONVENTION.
6615
e0c07bf0
MC
66162004-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
782263ab
AC
66212004-06-18 Andrew Cagney <cagney@gnu.org>
6622
6623 * gdbint.texinfo (Target Architecture Definition): Deprecate
6624 FUNCTION_START_OFFSET.
6625
03727ca6
AC
66262004-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
97092415
AC
66332004-06-13 Andrew Cagney <cagney@gnu.org>
6634
6635 * gdbint.texinfo (Target Architecture Definition): Delete
6636 description of RETURN_VALUE_ON_STACK.
6637
1f6d4158
AC
66382004-06-09 Andrew Cagney <cagney@gnu.org>
6639
6640 * gdbint.texinfo (Native Debugging): Restore "@table @code"
6641 deleted by previous patch.
6642
d966f0cb
AC
66432004-06-08 Andrew Cagney <cagney@gnu.org>
6644
6645 * gdbint.texinfo (Native Debugging): Delete documentation on
6646 ATTACH_DETACH.
6647
86fe4aaa
RC
66482004-06-06 Randolph Chung <tausq@debian.org>
6649
6650 * gdb.texinfo (push_dummy_call): Use @code{struct value}.
6651
d4b6d575
RC
66522004-06-06 Randolph Chung <tausq@debian.org>
6653
5ae4183a 6654 * gdb.texinfo (push_dummy_call): Update argument list to match
d4b6d575
RC
6655 the new push_dummy_call method signature. Describe the function
6656 argument.
6657
4e8b0763
JB
66582004-05-24 Joel Brobecker <brobecker@gnat.com>
6659
6660 * gdb.texinfo (Starting): Document new start command.
6661
59caf092
AC
66622004-05-21 Andrew Cagney <cagney@redhat.com>
6663
6664 * observer.texi (GDB Observers): Document "inferior_created".
6665
e4a2df64
AC
66662004-05-08 Andrew Cagney <cagney@redhat.com>
6667
e6b55ae2
AC
6668 * gdbint.texinfo (Target Architecture Definition): Delete
6669 description of DO_DEFERRED_STORES.
6670
28954179
AC
6671 * gdbint.texinfo (Target Architecture Definition): Delete
6672 references to DEPRECATED_FIX_CALL_DUMMY.
6673
434b87dd
AC
6674 * gdbint.texinfo (Target Architecture Definition): Delete
6675 description of DEPRECATED_CALL_DUMMY_WORDS,
6676 DEPRECATED_SIZEOF_CALL_DUMMY_WORDS, and CALL_DUMMY.
6677
58d28df8
AC
6678 * gdbint.texinfo (Target Architecture Definition): Delete
6679 description of DEPRECATED_PUSH_DUMMY_FRAME.
6680
e4a2df64
AC
6681 * gdbint.texinfo (Target Architecture Definition): Delete
6682 reference to DEPRECATED_CALL_DUMMY_BREAKPOINT_OFFSET.
6683
2b4855ab
AC
66842004-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
fcf70625
AC
66912004-05-01 Andrew Cagney <cagney@redhat.com>
6692
6693 * gdbint.texinfo (Target Architecture Definition): Delete
6694 description of DEPRECATED_PC_IN_SIGTRAMP.
6695
8ee56bcf
AC
66962004-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
67ab9a76
OF
67012004-04-30 Orjan Friberg <orjanf@axis.com>
6702
6703 * observer.texi (GDB Observers): Correct spelling.
6704
79346bcb
OF
67052004-04-26 Orjan Friberg <orjanf@axis.com>
6706
6707 * observer.texi (GDB Observers): Add target_changed event.
6708
7a464420
AC
67092004-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
6cdf9d98
AC
67142004-04-04 Andrew Cagney <cagney@redhat.com>
6715
6716 * gdbint.texinfo (Host Definition): Delete reference to
6717 NO_SIGINTERRUPT.
6718
ddc135a4
AC
67192004-04-02 Andrew Cagney <cagney@redhat.com>
6720
6721 * gdbint.texinfo (Target Architecture Definition): Delete
6722 reference to DEPRECATED_CALL_DUMMY_LENGTH.
6723
6a1b180d
SC
67242004-03-28 Stephane Carrez <stcarrez@nerim.fr>
6725
6726 * gdb.texinfo (TUI Commands): Document tui reg commands.
6727
d0d5df6f
AC
67282004-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
aa2a3f87
AC
67352004-03-23 Andrew Cagney <cagney@redhat.com>
6736
6737 * gdbint.texinfo (Target Architecture Definition): Deprecate
6738 references to SIGTRAMP_START and SIGTRAMP_END.
6739
f561f026
AC
67402004-03-23 Andrew Cagney <cagney@redhat.com>
6741
6742 * gdbint.texinfo (Target Architecture Definition): Deprecate
6743 references to PC_IN_SIGTRAMP.
6744
33cb8b0f
AC
67452004-03-19 Andrew Cagney <cagney@redhat.com>
6746
6747 * gdbint.texinfo (Target Architecture Definition): Delete
6748 reference to GDB_TARGET_IS_HPPA.
6749
fc989b7a
AC
67502004-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
701b08bb
DJ
67552004-03-09 Daniel Jacobowitz <drow@mvista.com>
6756
6757 * gdb.texinfo (Debugging Output): Document values for "set debug
6758 target".
6759
faae5abe
AC
67602004-02-28 Andrew Cagney <cagney@redhat.com>
6761
6762 * gdb.texinfo (Contributors): Mention GDB 6.1 release engineer.
6763
dd79a6cf
JJ
67642004-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
e7f16015
AC
67702004-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
7161a3a6
RM
67752004-02-25 Roland McGrath <roland@redhat.com>
6776
6777 * gdb.texinfo (General Query Packets): Document qPart:... packets.
6778
2154891a
AC
67792004-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.
7161a3a6 6784
6c74ac8b
AC
67852004-02-17 Andrew Cagney <cagney@redhat.com>
6786
6787 * gdb.texinfo (Mode Options): Note that "mi1" is deprecated.
6788
19772a2c
AC
67892004-02-16 Andrew Cagney <cagney@redhat.com>
6790
6791 * gdbint.texinfo (Target Architecture Definition): Deprecate
6792 FRAMELESS_FUNCTION_INVOCATION.
6793
c9830293
AC
67942004-02-16 Andrew Cagney <cagney@redhat.com>
6795
6796 * gdbint.texinfo (Coding): Mention -Wunused-function.
6797
b9d26eb9
AC
67982004-02-14 Andrew Cagney <cagney@redhat.com>
6799
6800 * gdbint.texinfo (Target Architecture Definition): Delete
6801 description of DEPRECATED_CALL_DUMMY_STACK_ADJUST.
6802
49efadf5
EZ
68032004-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
1eb288ea
EZ
68092004-02-11 Elena Zannoni <ezannoni@redhat.com>
6810
6811 * gdbint.texinfo (Support Libraries): Add doco about obstacks and
6812 minimal information about libiberty.
6813
e4937fc1
MC
68142004-02-06 Michael Chastain <mec.gnu@mindspring.com>
6815
6816 * gdb.texinfo (Auxiliary Vector): Fix thinko with @value{GDBN}.
6817
a9331b3f
RM
68182004-02-04 Roland McGrath <roland@redhat.com>
6819
6820 * gdb.texinfo (Auxiliary Vector): New node (section).
6821 (Data): Add it to the menu.
6822
2650777c
JJ
68232004-02-02 Jeff Johnston <jjohnstn@redhat.com>
6824
6825 * gdb.texinfo (Breakpoints): Add information about pending
6826 breakpoint support.
6827
b4501125
AC
68282004-01-26 Andrew Cagney <cagney@redhat.com>
6829
6830 * gdb.texinfo (Overview): Delete references to the cisco protocol
6831 including the "N" response.
6832
74055713
AC
68332004-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.
a9331b3f 6838
3bbe9696
EZ
68392004-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
5843504f
EZ
68442004-01-21 Eli Zaretskii <eliz@gnu.org>
6845
6846 * Makefile.in (install-info): Prepend $(DESTDIR) to $(infodir).
6847
9175c9a3
MC
68482004-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
8e94b928
NR
68532004-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
a20cf136
DJ
68602004-01-17 Daniel Jacobowitz <drow@mvista.com>
6861
6862 * gdbint.texinfo (DECR_PC_AFTER_HW_BREAK): Don't document.
6863
afb18d0f
AC
68642004-01-17 Andrew Cagney <cagney@redhat.com>
6865
6866 * gdbint.texinfo (Target Architecture Definition): Delete
6867 documentation on DEPRECATED_NPC_REGNUM.
6868
b51970ac
DJ
68692004-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
0f0cffd2
AC
68752004-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
c552b3bb 68802004-01-08 Jason Molenda <jmolenda@apple.com>
5ae4183a 6881 Eli Zaretskii <eliz@gnu.org>
c552b3bb
JM
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
afe157ca
EZ
68902003-11-11 Elena Zannoni <ezannoni@redhat.com>
6891
6892 * stabs.texinfo: Add dircategory and direntry commands.
6893 * annotate.texinfo: Ditto.
6894
963e2bb7
AC
68952003-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
1d8b2f28
JB
69012003-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
36d86913
MC
69082003-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
ce2826aa
AC
69132003-10-24 Andrew Cagney <cagney@redhat.com>
6914
6915 * annotate.texinfo: Fix "fortunatly"[sic].
6916
f24c5e49
KI
69172003-10-23 Kei Sakamoto <sakamoto.kei@renesas.com>
6918
6919 * gdb.texinfo (Contributors to GDB): Replace "Renesas"
6920 with "Hitachi" and "Mitsubishi".
6921
92ad9cd9
AC
69222003-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
0ab4b752
MK
69292003-10-18 Mark Kettenis <kettenis@gnu.org>
6930
6931 * gdbint.texinfo (Target Architecture Definition): Document
6932 regset_from_core_section.
fb3e19c0
KI
6933
69342003-10-16 Kei Sakamot Sakamoto <sakamoto.kei@renesas.com>
6935
6936 * gdb.texinfo (M32R/D): Mention m32rsdi target.
6937
a9331b3f 69382003-10-15 Kevin Buettner <kevinb@redhat.com>
e4d5f7e1
KB
6939
6940 From Anthony Green <green@redhat.com>:
5ae4183a 6941 * gdb.texinfo (Breakpoints related warnings): Insert into menu.
e4d5f7e1 6942
1485d690
KB
69432003-10-14 Kevin Buettner <kevinb@redhat.com>
6944
889bf7c5
PA
6945 * gdb.texinfo (Breakpoint related warnings): New node.
6946 * gdbint.texinfo (ADJUST_BREAKPOINT_ADDRESS): Document.
a9331b3f 6947
86d30acc
DJ
69482003-10-13 Daniel Jacobowitz <drow@mvista.com>
6949
6950 * gdb.texinfo (Remote Protocol): Document v and vCont.
6951
172c2a43
KI
69522003-10-10 Kei Sakamoto <sakamoto.kei@renesas.com>
6953
6954 * gdb.texinfo: Replace "Hitachi" and "Mitsubishi" with "Renesas".
6955 * gdbint.texinfo: Ditto.
6956
71952f4c
AC
69572003-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
268e2188
AC
69632003-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
12c266ea 69692003-10-02 Andrew Cagney <cagney@redhat.com>
2e092625 6970
f30992d4 6971 * gdbint.texinfo (Target Architecture Definition): Rename
12c266ea
AC
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
69762003-09-30 Andrew Cagney <cagney@redhat.com>
6977
f30992d4 6978 REGISTER_VIRTUAL_SIZE to DEPRECATED_REGISTER_VIRTUAL_SIZE.
a9331b3f 6979 (Target Architecture Definition):
f30992d4 6980
2e092625
AC
6981 * gdbint.texinfo (Target Architecture Definition): Rename
6982 REGISTER_VIRTUAL_TYPE to DEPRECATED_REGISTER_VIRTUAL_TYPE.
6983
0717ae8a
AC
69842003-09-29 Andrew Cagney <cagney@redhat.com>
6985
dad809b7
AC
6986 * gdbint.texinfo (Target Architecture Definition): Delete
6987 documentation for NEED_TEXT_START_END.
6988
0717ae8a
AC
6989 * gdbint.texinfo (Target Architecture Definition): Rename
6990 NPC_REGNUM to DEPRECATED_NPC_REGNUM. Add cross reference to
6991 TARGET_WRITE_PC.
a9331b3f 6992
af6cf26d
MC
69932003-09-22 Michael Chastain <mec@shout.net>
6994
6995 * gdbint.texinfo (Testsuite Organization): Change gdb.c++ to gdb.cp.
6996
ee206350
AG
69972003-09-21 Anthony Green <green@redhat.com>
6998
6999 * gdbint.texinfo (Target Architecture Definition): Fix typos.
7000
a38c9fe6
MK
70012003-09-21 Mark Kettenis <kettenis@gnu.org>
7002
7003 * gdbint.texinfo (Target Architecture Definition): Document
7004 stabs_argument_has_addr.
7005
77949794
AC
70062003-09-18 Andrew Cagney <cagney@redhat.com>
7007
7008 * gdbint.texinfo (Target Architecture Definition): Delete
7009 documentation on REGISTER_NAMES.
7010
8e823e25
MK
70112003-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
f27dd7fd
AC
70162003-09-11 Andrew Cagney <cagney@redhat.com>
7017
7018 * gdbint.texinfo (Target Architecture Definition): Replace
7019 STACK_ALIGN with DEPRECATED_STACK_ALIGN.
7020
8b148df9
AC
70212003-08-18 Andrew Cagney <cagney@redhat.com>
7022
7023 * gdbint.texinfo (Target Architecture Definition): Document
7024 "frame_red_zone_size".
7025
25d29d70
AC
70262003-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
c938e9b0
L
70322003-08-08 H.J. Lu <hongjiu.lu@intel.com>
7033
7034 * Makefile.in (install-info): Support DESTDIR.
7035 (install-html): Likewise.
7036
64fabec2
AC
70372003-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
2fcf52f0
AC
70432003-08-07 Andrew Cagney <cagney@redhat.com>
7044
7045 * gdb.texinfo (Mode Options): Mention that "mi2" was included in
7046 GDB 6.0.
7047
086432e2
AC
70482003-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
e5249f67
AC
70572003-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
e6f672d2
AC
70672003-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
72ffddc9
SC
70822003-07-26 Stephane Carrez <stcarrez@nerim.fr>
7083
7084 * gdb.texinfo (TUI Keys): Document C-x o key to switch active window.
7085
a9f12a31
DJ
70862003-07-24 Daniel Jacobowitz <drow@mvista.com>
7087
7088 * gdbint.texinfo (libgdb components): Correct a GDB to GDBN.
7089
b1fe9455
DJ
70902003-07-24 Daniel Jacobowitz <drow@mvista.com>
7091
7092 * gdb.texinfo (Server): Mention pidof.
7093
153721e6
AC
70942003-07-22 Andrew Cagney <cagney@redhat.com>
7095
7096 * gdbint.texinfo (Coding): Add -Wformat-nonliteral to -Werror
7097 list.
7098
0fac0b41
DJ
70992003-06-28 Daniel Jacobowitz <drow@mvista.com>
7100
7101 * gdb.texinfo (Logging output): New chapter.
7102
4e562065
JB
71032003-06-24 Joel Brobecker <brobecker@gnat.com>
7104
7105 * gdb.texinfo (Unsupported languages): New section.
7106 (Languages): Add link to new section.
7107
f2c06f52
AC
71082003-06-22 Andrew Cagney <cagney@redhat.com>
7109
7110 * gdb.texinfo (Contributors): Mention 6.0 release engineer.
7111
b4177fca
DJ
71122003-06-22 Daniel Jacobowitz <drow@mvista.com>
7113
7114 * gdbint.texinfo (Coding): Clarify use of gdb_XXX.h headers.
7115
f418dd93
DJ
71162003-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
4ca61388
DJ
71242003-06-19 Daniel Jacobowitz <drow@mvista.com>
7125
7126 * gdbint.texinfo (Native Conditionals): Remove PREPARE_TO_PROCEED.
7127
07f31aa6
DJ
71282003-06-18 Daniel Jacobowitz <drow@mvista.com>
7129
5ae4183a 7130 * gdb.texinfo (Remote Debugging): New section "Connecting to a
07f31aa6
DJ
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
2dd0da42
AC
71362003-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
e7a3abfc
JB
71422003-06-09 Jim Blandy <jimb@redhat.com>
7143
7144 * gdb.texinfo (Separate Debug Files): Remove extra semicolon.
7145
25e3a86b
AC
71462003-06-08 Andrew Cagney <cagney@redhat.com>
7147
7148 * gdbint.texinfo (Target Architecture Definition): Delete
7149 documentation on FRAME_ARGS_ADDRESS_CORRECT.
7150
a9e5fdc2
AC
71512003-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
b37303ee
AF
71562003-06-07 Adam Fedor <fedor@gnu.org>
7157
7158 * gdb.texinfo: Add Objective-C documentation.
7159
39fe6e80
AC
71602003-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
125309b2
AC
71652003-05-21 Andrew Cagney <cagney@redhat.com>
7166
7167 * gdbint.texinfo (Target Architecture Definition): Delete
7168 references to "extract_address" and "store_address".
7169
b8b527c5
AC
71702003-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
50e3ee83
TR
71762003-05-14 Theodore A. Roth <troth@openavr.org>
7177
7178 * gdbint.texinfo (Breakpoint Handling): Correct a double negative.
7179
44e2be90
L
71802003-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
df5215a6
JB
71872003-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
5e7b2f39
JB
71942003-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
b1e29e33
AC
72002003-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
00905d52
AC
72072003-05-04 Andrew Cagney <cagney@redhat.com>
7208
7209 * gdb.texinfo (Maintenance Commands): Document "maint print
7210 dummy-frames".
7211
54ff5908
AC
72122003-05-04 Andrew Cagney <cagney@redhat.com>
7213
7214 * gdb.texinfo (GDB/MI Symbol Query): Use @{ and @}.
7215
32e7087d
JB
72162003-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
7043d8dc
AC
72222003-05-03 Andrew Cagney <cagney@redhat.com>
7223
7224 * gdbint.texinfo (Target Architecture Definition): Document
7225 push_dummy_code. Add cross references.
7226
e33d66ec
EZ
72272003-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
0ba6dca9
AC
72322003-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
d7a27068
AC
72382003-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
44ea7b70
JB
72432003-04-09 Jim Blandy <jimb@redhat.com>
7244
7245 * gdb.texinfo (Symbols): Document 'maint list symtabs' and 'maint
7246 list psymtabs'.
7247
fb8f8949
AC
72482003-04-08 Andrew Cagney <cagney@redhat.com>
7249
7250 * gdbint.texinfo (Target Architecture Definition): Delete
7251 references to EXTRA_FRAME_INFO.
7252
32fb0f22
AC
72532003-04-08 Andrew Cagney <cagney@redhat.com>
7254
7255 * gdbint.texinfo (Target Architecture Definition): Delete
7256 PRINT_TYPELESS_INTEGER.
7257
6be67e67
JB
72582003-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
4e35d5f0
BR
72642003-04-02 Bob Rossi <bob_rossi@cox.net>
7265
a9331b3f 7266 * gdb.texinfo (GDB/MI Program Control): Add
4e35d5f0
BR
7267 '-file-list-exec-source-file'
7268
e8a8712a
AC
72692003-03-31 Andrew Cagney <cagney@redhat.com>
7270
7271 * gdbint.texinfo (Target Architecture Definition): Delete
7272 references to CALL_DUMMY_P.
7273
6c0e89ed
AC
72742003-03-30 Andrew Cagney <cagney@redhat.com>
7275
7276 * gdbint.texinfo (Target Architecture Definition): Remove
7277 reference to TARGET_WRITE_SP.
a9331b3f 7278
378bfd1b
AC
72792003-03-27 Andrew Cagney <cagney@redhat.com>
7280
7281 * gdbint.texinfo (Target Architecture Definition): Remove
7282 references to write_sp.
6c0e89ed 7283
922fbb7b
AC
72842003-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
b81774d8
AC
72922003-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
1bf6d5cc
AC
72982003-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
618ce49f
AC
73052003-03-23 Andrew Cagney <cagney@redhat.com>
7306
7307 * gdbint.texinfo (Algorithms, Target Architecture Definition):
7308 Deprecate FRAME_CHAIN and FRAME_CHAIN_VALID.
7309
bcd7e15f
JB
73102003-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
9fe8321b
AC
73192003-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
ac2adee5
AC
73242003-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
749b82f6
AC
73302003-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
8bedc050
AC
73352003-03-12 Andrew Cagney <cagney@redhat.com>
7336
7337 * gdbint.texinfo (Target Architecture Definition): Rename
7338 FRAME_SAVED_PC to DEPRECATED_FRAME_SAVED_PC.
a9331b3f 7339
0ce1b118
CV
73402003-03-10 Corinna Vinschen <vinschen@redhat.com>
7341
7342 * gdb.texinfo: Add File-I/O documentation.
7343
12cc2063
AC
73442003-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
7453dc06
AC
73492003-03-07 Andrew Cagney <cagney@redhat.com>
7350
7351 * gdb.texinfo (Debugging Output): Mention the "set/show debug
7352 frame" command.
7353
6314f104
AC
73542003-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
f1212245
DJ
73602003-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
77e7e267
AC
73662003-03-03 Andrew Cagney <cagney@redhat.com>
7367
7368 * gdbint.texinfo (Target Architecture Definition): Document
7369 register_type.
7370
838a8221
AC
73712003-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
d7f4a264
DJ
73772003-03-02 Daniel Jacobowitz <drow@mvista.com>
7378
7379 * Makefile.in (distclean): Remove config.log.
7380
f30ee0bc
AC
73812003-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
73862003-03-01 Andrew Cagney <cagney@redhat.com>
e9582e71
AC
7387
7388 * gdbint.texinfo: Rename INIT_EXTRA_FRAME_INFO to
7389 DEPRECATED_INIT_EXTRA_FRAME_INFO.
7390
be448670
CF
73912003-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
501eef12
AC
73972003-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
21c294e6
AC
74052003-02-04 Andrew Cagney <ac131313@redhat.com>
7406
e9be73e4
AC
7407 * gdbint.texinfo (Target Architecture Definition): Delete
7408 descrption of IS_TRAPPED_INTERNALVAR.
7409
21c294e6
AC
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
0179ffac
DC
74152003-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
7ca9f392
AC
74242003-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
31a85ea2
AC
74332003-02-01 Andrew Cagney <ac131313@redhat.com>
7434
7435 * gdbint.texinfo (Target Architecture Definition): Delete
7436 FLOAT_INFO.
7437
6b894e49
AC
74382003-01-30 Andrew Cagney <ac131313@redhat.com>
7439
7440 * stabs.texinfo (Member Type Descriptor): Clarify description of
7441 `@'. Suggested by Ben Hutchings.
7442
c48861fb
AC
74432003-01-29 Andrew Cagney <ac131313@redhat.com>
7444
7445 * gdb.texinfo (M68K): Delete reference to es1800.
7446
617073a9
AC
74472003-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
5b5d99cf
JB
74542003-01-23 Jim Blandy <jimb@redhat.com>
7455
7456 * gdb.texinfo (Separate Debug Files): New section.
7457
e7ba9c65
DJ
74582003-01-22 Daniel Jacobowitz <drow@mvista.com>
7459
7460 * gdb.texinfo (Maintenance Commands): Add "maint set profile"
7461 and "maint show profile".
7462
94e91d6d
MC
74632003-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
867f3898
AC
74692003-01-15 Andrew Cagney <ac131313@redhat.com>
7470
7471 * gdbint.texinfo (Target Architecture Definition): Delete
7472 definition of PRINT_REGISTER_HOOK.
7473
f153cc92
EZ
74742003-01-15 Elena Zannoni <ezannoni@redhat.com>
7475
7476 (OpenRISC 1000): Fix formatting of command names.
7477
c60eb6f1
EZ
74782003-01-15 Elena Zannoni <ezannoni@redhat.com>
7479
7480 * gdb.texinfo (Continuing and Stepping): Add new command
7481 'advance'. Clarify behavior of 'until'.
7482
f5ebfba0
DJ
74832003-01-13 Daniel Jacobowitz <drow@mvista.com>
7484
7485 * gdb.texinfo (Files): Document solib-absolute-prefix and
7486 solib-search-path.
7487
4ce8657e
MC
74882003-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
372613e3
AC
74952003-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
b4e9345d
DJ
75012003-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
98b45e30
DJ
75072003-01-04 Daniel Jacobowitz <drow@mvista.com>
7508
7509 * gdb.texinfo (Controlling GDB): Document "set osabi".
7510
95f90d25
DJ
75112003-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
1e698235
DJ
75162003-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
e632838e
AC
75222003-01-02 Andrew Cagney <ac131313@redhat.com>
7523
7524 * stabs.texinfo: Remove obsolete text.
7525 * gdbint.texinfo: Ditto.
7526 * gdb.texinfo: Ditto.
7527
c133ab7a
MK
75282002-12-22 Mark Kettenis <kettenis@gnu.org>
7529
7530 * gdbint.texinfo (Target Architecture Definition): Update
7531 description of gdbarch_register_osabi.
7532
f821f325
KH
75332002-12-20 Kazu Hirata <kazu@cs.umass.edu>
7534
7535 * agentexpr.texi: Fix typos.
7536 * annotate.texi: Likewise.
7537 * fdl.texi: Likewise.
7538
85a6d8d3 75392002-12-10 Andrew Cagney <cagney@redhat.com>
a5afb99f
AC
7540
7541 * gdbint.texinfo (Algorithms): Replace INIT_FRAME_PC with
7542 DEPRECATED_INIT_FRAME_PC.
7543
ae45cd16
AC
75442002-12-01 Andrew Cagney <ac131313@redhat.com>
7545
7546 * gdbint.texinfo (Target Architecture Definition): Delete
7547 PC_IN_CALL_DUMMY.
7548
07555a72
AC
75492002-11-28 Andrew Cagney <ac131313@redhat.com>
7550
7551 * gdbint.texinfo (Host Definition): Delete documentation on
7552 USE_GENERIC_DUMMY_FRAMES.
7553
c166cdc7
EZ
75542002-11-26 Elena Zannoni <ezannoni@redhat.com>
7555
5ae4183a 7556 Fix PR gdb/723 and PR gdb/245.
c166cdc7
EZ
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
35db0260
EZ
75622002-11-22 Elena Zannoni <ezannoni@redhat.com>
7563
7564 * Makefile.in (install): Make install do some real work.
7565
9ba8d803
AC
75662002-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
903ad3a6
AC
75722002-10-26 Andrew Cagney <cagney@redhat.com>
7573
7574 * gdbint.texinfo (Target Architecture Definition): Delete
7575 definition of DO_REGISTERS_INFO.
7576
f2abfe65
KB
75772002-10-18 Kevin Buettner <kevinb@redhat.com>
7578
7579 * gdbint.texinfo (Address Classes): Fix problems with insertion
7580 of ``{'' and ``}'' in example.
7581
b5b0480a
KB
75822002-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
c85508ee
KD
75902002-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
6d12fc3d
DJ
75962002-10-11 Daniel Jacobowitz <drow@mvista.com>
7597
7598 * gdbint.texinfo (CPLUS_MARKER): Remove item.
7599
8d19fbd2
JJ
76002002-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
a37295f9
MM
76052002-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
da0f9dcd
AC
76112002-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
2e834e49
HPN
76162002-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
050be0dc
AC
76212002-09-27 Andrew Cagney <ac131313@redhat.com>
7622
7623 * all-cfg.texi: Use @sc for GDB and GCC. Update copyright.
7624
1104b9e7
KB
76252002-09-25 Kevin Buettner <kevinb@redhat.com>
7626
7627 * gdb.texinfo: Use GNU/Linux instead of Linux.
7628
512217c7
AC
76292002-09-25 Andrew Cagney <ac131313@redhat.com>
7630
7631 * gdb.texinfo (Packets): Replace @samp{} with ``an empty string''.
7632
10998722
AC
76332002-09-24 Andrew Cagney <ac131313@redhat.com>
7634
512217c7 7635 * gdb.texinfo: Replace @example with @smallexample.
10998722 7636
a0eb71c5
KB
76372002-09-20 Kevin Buettner <kevinb@redhat.com>
7638
f7dc1244 7639 From Eli Zaretskii <eliz@gnu.org>:
a0eb71c5
KB
7640 * gdb.texinfo (Character Sets): Use @smallexample instead of
7641 @example. Use GNU/Linux instead of Linux.
7642
76432002-09-20 Jim Blandy <jimb@redhat.com>
7644
7645 * gdb.texinfo: Add character set documentation.
7646
2f870471
AC
76472002-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
790eb8f5
AC
76522002-09-19 Andrew Cagney <ac131313@redhat.com>
7653
8d30a00d
AC
7654 * gdb.texinfo (Maintenance Commands): Document ``maint
7655 internal-error'' and ``maint internal-warning''.
7656
790eb8f5
AC
7657 * gdbint.texinfo (Target Architecture Definition): Revise
7658 description of STACK_ALIGN. Add description of FRAME_ALIGN.
7659
a23a7bf1
JB
76602002-09-19 Joel Brobecker <brobecker@gnat.com>
7661
7662 * gdbint.texinfo (Target Conditionals): Document the new
7663 NAME_OF_MALLOC macro.
7664
299ffc64
AC
76652002-09-05 Andrew Cagney <ac131313@redhat.com>
7666
7667 * gdb.texinfo (Contributors): Mention 5.2 and 5.3 release
7668 engineer.
7669
b7bb15bc
SC
76702002-09-02 Stephane Carrez <stcarrez@nerim.fr>
7671
7672 * gdb.texinfo (TUI Overview): Document status line fields.
7673
3d757584
SC
76742002-09-02 Stephane Carrez <stcarrez@nerim.fr>
7675
7676 * gdb.texinfo (TUI Commands): Document info win command.
7677
269c21fe
SC
76782002-09-01 Stephane Carrez <stcarrez@nerim.fr>
7679
7680 * gdb.texinfo (TUI Overview): Document breakpoint markers.
7681
7cf36c78
SC
76822002-09-01 Stephane Carrez <stcarrez@nerim.fr>
7683
7684 * gdb.texinfo (TUI Single Key Mode): Document new SingleKey mode.
7685 (TUI Keys): Likewise.
7686
d2c6833e
AC
76872002-08-25 Andrew Cagney <ac131313@redhat.com>
7688
7689 * gdb.texinfo (Examples): Use ``->'' for a packet send and ``<-''
7690 for a packet receive.
7691
46d8b1c3
AC
76922002-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
b0787093
AC
77012002-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
ebba8386
AC
77282002-08-23 Andrew Cagney <cagney@redhat.com>
7729
7730 * gdbint.texinfo (Target Architecture Definition): Update
7731 STORE_RETURN_VALUE, mention regcache.
7732
0ab7a791
AC
77332002-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
ee2d5c50
AC
77382002-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
53c69bd7
AC
77432002-08-18 Andrew Cagney <ac131313@redhat.com>
7744
7745 * gdb.texinfo (Data): Add ``Vector Unit'' to menu.
7746
e76f1f2e
AC
77472002-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
0680b120
AC
77532002-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
3c3bea1c
GS
77592002-08-08 Grace Sainsbury <graces@redhat.com>
7760
a9331b3f 7761 From Mark Salter:
3c3bea1c
GS
7762 * gdb.texinfo (Protocol): Document T packet extension to
7763 allow watchpoint address reporting.
7764
42f9b0a5
AC
77652002-08-03 Andrew Cagney <ac131313@redhat.com>
7766
7767 * gdb.texinfo (Dump/Restore Files): Move `[]' to outside of @var.
7768
db034ac5
AC
77692002-08-01 Andrew Cagney <cagney@redhat.com>
7770
7771 * stabs.texinfo, gdb.texinfo, gdbint.texinfo: Obsolete references
7772 to CHILL.
7773
e2b28d04
AC
77742002-08-01 Andrew Cagney <ac131313@redhat.com>
7775
7776 * gdbint.texinfo (Coding): Revise section "Include Files".
7777
7fb623f7
AC
77782002-07-24 Andrew Cagney <cagney@redhat.com>
7779
7780 * gdbint.texinfo: Obsolete references to m88k.
7781 * gdb.texinfo: Ditto.
7782
4a2b4636
JB
77832002-07-10 Joel Brobecker <brobecker@gnat.com>
7784
7fb623f7 7785 * gdbint.texinfo (Create a release candiate): Add the location
4a2b4636
JB
7786 where the proper version of autoconf can be retrieved.
7787
a71ec265
DH
77882002-07-09 Don Howard <dhoward@redhat.com>
7789
7790 * gdb.texinfo (Command Files): Further describe the behavior of
7791 sourced command files.
7792
b9aa90c9
AC
77932002-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
40dd2248
TT
77982002-06-26 Tom Tromey <tromey@redhat.com>
7799
7800 * gdbint.texinfo (User Interface): Mention add_setshow_cmd and
7801 add_setshow_cmd_full.
7802
bfac230e
DH
78032002-06-25 Don Howard <dhoward@redhat.com>
7804
7805 * gdb.texinfo (Memory Region Attributes): Document new behavior
7806 for 'mem' command.
7807
475b0867
JB
78082002-06-11 Jim Blandy <jimb@redhat.com>
7809
919d772c
JB
7810 * gdb.texinfo (Symbols): Update documentation for `info source'
7811 command.
7812
475b0867
JB
7813 * gdb.texinfo (Macros): Call the command `info macro', not
7814 `show macro'.
7815
ba8c9337
AC
78162002-06-09 Andrew Cagney <ac131313@redhat.com>
7817
7818 * gdbint.texinfo (Coding): Add section ``Per-architecture module
7819 data''.
7820
1029b7fa
MK
78212002-06-09 Mark Kettenis <kettenis@gnu.org>
7822
7823 * gdbint.texinfo (Target Architecture Definition): Document
7824 GDB_OSABI_GO32 and GDB_OSABI_NETWARE.
7825
16737d73
AC
78262002-06-08 Andrew Cagney <ac131313@redhat.com>
7827
7828 * gdbint.texinfo (Releasing GDB): Fix typos in @itemize @bullet
7829 lists.
7830
30107679
AC
78312002-06-08 Andrew Cagney <ac131313@redhat.com>
7832
7833 * gdbint.texinfo (Releasing GDB): Revise the section ``Cut the
7834 Branch''.
7835
3352e23e
AC
78362002-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
cbb09e6a
AC
78412002-05-30 Andrew Cagney <ac131313@redhat.com>
7842
7843 * gdbint.texinfo (Releasing GDB): Rename ``Obsoleting any code''
7844 to ``Obsoleting code''. Revise.
7845
e2e0bcd1
JB
78462002-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
9db8d71f
DJ
78552002-05-14 Daniel Jacobowitz <drow@mvista.com>
7856
7857 * gdb.texinfo (Debug Session): Document new `udp:' and `tcp:'
7858 options for `target remote'.
7859
6d531722
AC
78602002-05-13 Andrew Cagney <ac131313@redhat.com>
7861
7862 * gdbint.texinfo (Target Architecture Definition): Delete
7863 documentation on NNPC_REGNUM.
7864
13d01224
AC
78652002-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
b2e75d78
AC
78732002-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
2c8682ee
MS
78802002-05-08 Michael Snyder <msnyder@redhat.com>
7881
7882 * stabs.texinfo (Attributes): Document new "vector" attribute.
7883
0816590b
AC
78842002-05-04 Andrew Cagney <ac131313@redhat.com>
7885
7886 * gdbint.texinfo (Releasing GDB): Revise `Create a Release'.
7887
2653173e
AC
78882002-05-04 Andrew Cagney <ac131313@redhat.com>
7889
7890 * gdb.texinfo: Delete obsolete references to a29k.
7891
d7bd68ca
AC
78922002-04-24 Andrew Cagney <ac131313@redhat.com>
7893
7894 * gdbint.texinfo (Target Architecture Definition): Replace
7895 IN_SIGTRAMP with PC_IN_SIGTRAMP.
7896
21d83aa5
DM
78972002-04-24 David S. Miller <davem@redhat.com>
7898
7899 * gdbint.texinfo (REGISTER_IN_WINDOW): Delete definition.
7900
7673a6cc
DM
79012002-04-21 David S. Miller <davem@redhat.com>
7902
7903 * gdbint.texinfo (SKIP_PROLOGUE_FRAMELESS_P): Delete definition.
7904
d49d1e0a
AC
79052002-04-21 Andrew Cagney <ac131313@redhat.com>
7906
7907 * gdbint.texinfo (Target Architecture Definition): Delete
7908 definition of HAVE_REGISTER_WINDOWS.
7909
f7dc1244 79102002-04-19 Eli Zaretskii <eliz@gnu.org>
4be31470
EZ
7911
7912 * gdbint.texinfo (Releasing GDB, Coding): Fix typos. Reported by
7913 "Theodore A. Roth" <troth@verinet.com>.
7914
5ca0cb28
DH
79152002-04-15 Don Howard <dhoward@redhat.com>
7916
f7dc1244 7917 From Eli Zaretskii <eliz@gnu.org>
5ca0cb28 7918 * gdb.texinfo (show max-user-call-depth): Correct formatting.
a9331b3f 7919 Provide a better explaination of this feature.
5ca0cb28 7920
f208ba17
AC
79212002-04-14 Andrew Cagney <ac131313@redhat.com>
7922
7923 * gdbint.texinfo (Target Architecture Definition): Remove
7924 FRAME_CHAIN_COMBINE.
7925
d5ba91de
MC
79262002-04-12 Michael Chastain <mec@shout.net>
7927
7928 * gdbint.texinfo (Obsolete Conditionals): Remove reference to
7929 REG_STACK_SEGMENT.
7930
26818220
MC
79312002-04-09 Michael Chastain <mec@shout.net>
7932
7933 * gdbint.texinfo (Obsolete Conditionals): Remove references to
7934 PYRAMID_* macros.
7935
129188f6
AC
79362002-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
8227c0ff
AC
79422002-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
16d9dec6
MS
79472002-03-27 Michael Snyder <msnyder@redhat.com>
7948
7949 * gdb.texinfo: Document new commands dump, append, and restore.
7950
9ae8b82c
AC
79512002-03-27 Andrew Cagney <ac131313@redhat.com>
7952
7953 * gdbint.texinfo (Releasing GDB): Revise the section `Before the
7954 Branch'.
7955
474c8240
AC
79562002-03-18 Andrew Cagney <ac131313@redhat.com>
7957
7958 * gdb.texinfo: Change all examples to @smallexample.
7959 * gdbint.texinfo: Ditto.
a9331b3f 7960
fb0ff88f
AC
79612002-03-18 Andrew Cagney <ac131313@redhat.com>
7962
7963 * gdbint.texinfo (Releasing GDB): Add section ``Versions and
7964 Branches''.
7965
9bb0a4d8
AC
79662002-03-18 Andrew Cagney <ac131313@redhat.com>
7967
7968 * gdbint.texinfo (Releasing GDB): Add the section``Branch Commit
7969 Policy''.
7970
937f164b
FF
79712002-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
a7b40f07
AC
79772002-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
aab4e0ec
AC
79822002-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
47b95330
AC
79942002-02-23 Andrew Cagney <ac131313@redhat.com>
7995
7996 * gdbint.texinfo (Debugging GDB): Remove references to cygnus.com.
7997
78c47bea
PM
79982002-02-19 Pierre Muller <muller@ics.u-strasbg.fr>
7999
8000 * gdb.texinfo: Document Cygwin native specific commands.
8001
56460a61
DJ
80022002-02-15 Daniel Jacobowitz <drow@mvista.com>
8003
8004 * gdb.texinfo: Document gdbserver ``--attach'' command.
8005
def71bfa
MS
80062002-02-07 Michael Snyder <msnyder@redhat.com>
8007
8008 * gdb.texinfo (overlays): Change @var(_ovly_debug_event)
8009 to @code(_ovly_debug_event).
8010
c928edc0
AC
80112002-02-07 Andrew Cagney <ac131313@redhat.com>
8012
8013 * gdb.texinfo (How Overlays Work): Shrink the overlay diagram.
8014
81d46470
MS
80152002-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
f7dc1244 80212002-02-03 Eli Zaretskii <eliz@gnu.org>
6ca652b0
EZ
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
15110bc3
MS
80282002-02-01 Michael Snyder <msnyder@redhat.com>
8029
8030 * gdb.texinfo (set trust-readonly): Change value{gdbn} to value{GDBN}.
8031
6763aef9
MS
80322002-01-30 Michael Snyder <msnyder@redhat.com>
8033
ac282366
MS
8034 * gdb.texinfo: (remote protocol): Gramatical fix-up.
8035 (set trust-readonly-sections): Document.
6763aef9 8036
8642bc8f
AC
80372002-01-29 Andrew Cagney <ac131313@redhat.com>
8038
8039 * gdbint.texinfo (Releasing GDB): Revise and update.
8040
afe64c1a
AC
80412002-01-28 Andrew Cagney <ac131313@redhat.com>
8042
8043 * gdbint.texinfo (Target Architecture Definition): Delete
8044 description of TARGET_BYTE_ORDER_DEFAULT.
8045
f7dc1244 80462002-01-27 Eli Zaretskii <eliz@gnu.org>
59649f2e
EZ
8047
8048 * gdb.texinfo: Fix typos and markup. From Dmitry Sivachenko
8049 <mitya@cavia.pp.ru>.
8050
3d6e1b5a
AC
80512002-01-23 Andrew Cagney <ac131313@redhat.com>
8052
8053 * libgdb.texinfo: Delete file.
8054
6c0e9fb3
AC
80552002-01-22 Andrew Cagney <ac131313@redhat.com>
8056
8057 * gdb.texinfo: Remove makeinfo 3.12 hacks.
8058 * gdbint.texinfo: Ditto.
8059
e0ce93ac
AC
8060Tue Jan 22 11:57:38 2002 Andrew Cagney <cagney@redhat.com>
8061
8062 * gdb.texinfo: Fix typo ``Remove' -> ``Remote''.
8063
be298bcc
AC
80642002-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
8e04817f
AC
80732002-01-22 Andrew Cagney <ac131313@redhat.com>
8074
8075 * gdb.texinfo (Protocol): Move section to appendix.
8076
6b2f586d
AC
80772002-01-21 Andrew Cagney <ac131313@redhat.com>
8078
8079 * gdb.texinfo (Remote Debugging): Create a menu.
8080 (Top): Add ``Remote Debugging'' to menu.
8081
6f05cf9f
AC
80822002-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
3fd3d7d2
AC
80882002-01-20 Andrew Cagney <ac131313@redhat.com>
8089
8090 * gdbint.texinfo (Target Architecture Definition): Delete
8091 description of TARGET_BYTE_ORDER_SELECTABLE_P.
8092
7fd60527
AC
80932002-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
c2f05ac9
AC
80992002-01-20 Andrew Cagney <ac131313@redhat.com>
8100
8101 * gdbint.texinfo (Target Architecture Definition): Remove
8102 definition of IEEE_FLOAT.
8103
f7dc1244 81042002-01-20 Eli Zaretskii <eliz@gnu.org>
231b2aad
EZ
8105
8106 * gdb.texinfo: Beautify copyright years; fix a typo.
56248298
EZ
8107 (DJGPP Native): Fix overfull hboxes in examples. From Brian Youmans
8108 <3diff@gnu.org>
231b2aad 8109
82600034
AC
81102002-01-19 Andrew Cagney <ac131313@redhat.com>
8111
8112 * gdbint.texinfo (Host Definition): Remove references to
8113 MALLOC_INCOMPATIBLE.
8114
7708fa01
AC
81152002-01-17 Andrew Cagney <ac131313@redhat.com>
8116
8117 * gdbint.texinfo (Host Definition): Remove references to XDEPFILES
8118 and xyz-xdep.o.
8119
eb12ee30
AC
81202002-01-17 Andrew Cagney <ac131313@redhat.com>
8121
889bf7c5 8122 * gdb.texinfo (Maintenance Commands): Add appendix.
eb12ee30
AC
8123 (Set Breaks): Copy ``maint info breakpoint'' doco to
8124 ``Maintenance Commands'' appendix. Add reference.
8125
c9ccaa92
AC
81262002-01-17 Andrew Cagney <ac131313@redhat.com>
8127
8128 * fdl.texi: Remove next/prev from @node.
8129
f7dc1244 81302002-01-17 Eli Zaretskii <eliz@gnu.org>
6826cf00
EZ
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
8973da3a
AC
81392002-01-15 Andrew Cagney <ac131313@redhat.com>
8140
8141 * gdbint.texinfo (Releasing GDB): New chapter.
8142
7d86b5d5
AC
81432002-01-14 Andrew Cagney <ac131313@redhat.com>
8144
8145 * gdb.texinfo (Embedded Processors, Calling program functions):
8146 Obsolete references to a29k.
8147
cc1cb004
AC
81482002-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
79f12247
MS
81542002-01-11 Michael Snyder <msnyder@redhat.com>
8155
8156 * gdb.texinfo (Choosing files): Change @samp to @file.
8157
19837790
MS
81582002-01-05 Michael Snyder <msnyder@redhat.com>
8159
8160 * gdb.texinfo (--pid): Document new command line option (attach).
8161
f7dc1244 81622002-01-07 Eli Zaretskii <eliz@gnu.org>
2c0069bb
EZ
8163
8164 * gdb.texinfo (Tracepoints): Clarify that tracepoints need support
8165 in the stub.
8166
d7449b42
AC
81672002-01-04 Andrew Cagney <ac131313@redhat.com>
8168
8169 * gdbint.texinfo (Target Architecture Definition): Replace
8170 BIG_ENDIAN with BFD_ENDIAN_BIG.
8171
f23631e4
AC
81722002-01-03 Andrew Cagney <ac131313@redhat.com>
8173
8174 * gdbint.texinfo (Target Architecture Definition): Replace
8175 value_ptr with struct value pointer.
8176
72c9928d
EZ
81772002-01-02 Eli Zaretskii <eliz@gnu.org>
8178
8179 * gdb.texinfo (Free Software): Fix wording.
8180
959acfd1
EZ
81812001-12-31 Eli Zaretskii <eliz@gnu.org>
8182
8183 * gdb.texinfo (Free Software): New section ``Free Software Needs
8184 Free Documentation''.
8185
f7dc1244 81862001-12-30 Eli Zaretskii <eliz@gnu.org>
2a6585f0
EZ
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
6600abed
MS
81942001-12-29 Michael Snyder <msnyder@redhat.com>
8195
8196 * gdb.texinfo (maint info sections): Fix typo.
8197
f6680716
MS
81982001-12-26 Michael Snyder <msnyder@redhat.com>
8199
fe95c787
MS
8200 * gdb.texinfo (maint info sections): Document.
8201
a9331b3f 8202 * gdb.texinfo (info proc): Comment out documentation for
f6680716
MS
8203 'info proc' sub-options that are currently not implemented.
8204
c3d3ce5b
JB
82052001-12-20 Jim Blandy <jimb@redhat.com>
8206
8207 * gdbint.texinfo (TARGET_CHAR_SIGNED): Document.
8208
778eb05e
AC
82092001-12-15 Andrew Cagney <ac131313@redhat.com>
8210
8211 * gdbint.texinfo (Target Architecture Definition): Replace
8212 LITTLE_ENDIAN with BFD_ENDIAN_LITTLE.
8213
2607059c
AC
82142001-12-01 Andrew Cagney <ac131313@redhat.com>
8215
8216 * gdbint.texinfo (Host Definition): Delete documentation on
8217 HOST_BYTE_ORDER.
8218
df0cd8c5
JB
82192001-11-30 Jim Blandy <jimb@redhat.com>
8220
8221 * gdb.texinfo (Overlays): New chapter, documenting GDB's
5ae4183a 8222 overlay support. Add to top-level menu.
df0cd8c5 8223
88118b3a
TT
82242001-11-26 Tom Tromey <tromey@redhat.com>
8225
8226 * gdb.texinfo (Command Syntax): Document C-o binding.
8227
96565e91
CF
82282001-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
f7dc1244 8233 From Eli Zaretskii <eliz@gnu.org>
96565e91
CF
8234 * gdb.texinfo (Command Files): Reword to make gdb.ini requirement
8235 clearer when using DJGPP.
8236
2a3d5645
CF
82372001-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
aa26fa3a
TT
82432001-11-21 Tom Tromey <tromey@redhat.com>
8244
8245 * gdb.texinfo (Invoking GDB): Document --args.
8246 (Mode Options): Likewise.
8247
4f8ada06
JB
82482001-11-21 Jim Blandy <jimb@redhat.com>
8249
8250 * gdbint.texinfo (TARGET_RANGE_PROFITABLE_FOR_HW_WATCHPOINT):
889bf7c5
PA
8251 Delete documentation; this macro has been removed from the
8252 sources.
4f8ada06 8253
3fe0dc10
JB
82542001-11-13 Jim Blandy <jimb@redhat.com>
8255
8256 * gdbint.texinfo (COERCE_FLOAT_TO_DOUBLE): Clarify.
8257
9e5abb06
CV
82582001-11-06 Corinna Vinschen <vinschen@redhat.com>
8259
8260 * gdb.texinfo (gdbarch_in_function_epilogue_p): Add documentation.
8261
1c5dfdad
MS
82622001-11-05 Michael Snyder <msnyder@redhat.com>
8263
a9331b3f 8264 * gdb.texinfo (info functions): Document use of backslash to
1c5dfdad
MS
8265 quote regexp chars in function names such as "operator*()".
8266
990f9fe3
FF
82672001-11-01 Fred Fish <fnf@redhat.com>
8268
8269 * gdbint.texinfo (SOLIB_ADD): Document additional new
8270 "readsyms" arg.
8271
b433d00b
DH
82722001-10-30 Don Howard <dhoward@redhat.com>
8273
070b1dd3
DH
8274 * gdb.texinfo: (Command Files) Added documentation for the
8275 behavior of gdb with input redirected from a file.
b433d00b 8276
b7209cb4
FF
82772001-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
1aa20aa8
AC
82832001-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
fc0c74b1
AC
82882001-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
f4846649
JB
82952001-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
f277788b
MK
83002001-09-08 Mark Kettenis <kettenis@gnu.org>
8301
a9dc4918
MK
8302 * gdbint.texinfo (Host Definition): Remove description of
8303 MEM_FNS_DECLARED.
8304
d28379df
MK
8305 * gdbint.texinfo (Host Definition): Remove description of R_OK.
8306
f277788b
MK
8307 * gdbint.texinfo (Host Definition): Remove description of
8308 HAVE_SIGSETMASK.
8309
7ccaa899
EZ
83102001-09-04 Elena Zannoni <ezannoni@redhat.com>
8311
8312 * gdbint.texinfo (Target Architecture Definition): Add
8313 explanation of TARGET_PRINT_INSN macro.
8314
17d9d558
JB
83152001-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
72cde065
JB
83202001-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
9e678452
CF
8325Wed Aug 15 10:47:28 2001 Christopher Faylor <cgf@cygnus.com>
8326
8327 * gdbint.texinfo: Add a cautionary note about macro use.
8328
a2bea4c3 83292001-08-02 Corinna Vinschen <vinschen@redhat.com>
a9331b3f 8330
a2bea4c3
CV
8331 * gdb.texinfo: Explain omitting the hostname in the
8332 `target remote' command.
8333
1129bf27
DJ
83342001-07-30 Daniel Jacobowitz <drow@mvista.com>
8335
8336 * gdbint.texinfo: Remove extraneous START-INFO-DIR-ENTRY
8337 and END-INFO-DIR-ENTRY.
8338
732b3002
SC
83392001-07-28 Stephane Carrez <Stephane.Carrez@worldnet.fr>
8340
8341 * gdb.texinfo (TUI Configuration): Rename tui configuration variables.
8342
89437448
AC
83432001-07-25 Andrew Cagney <ac131313@redhat.com>
8344
8345 * gdbint.texinfo (libgdb): Rewrite.
8346
f7dc1244 83472001-07-26 Eli Zaretskii <eliz@gnu.org>
9a1c15c5
EZ
8348
8349 * Makefile.in (gdbgui.dvi, gdb-gui, gdbgui.info): Targets deleted.
8350
c4555f82
SC
83512001-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
2f45a6e0
MK
83562001-07-23 Mark Kettenis <kettenis@gnu.org>
8357
8358 * gdbint.texinfo (Host Definition): Remove description of
8359 NEED_POSIX_SETPGID.
8360
f7dc1244 83612001-07-23 Eli Zaretskii <eliz@gnu.org>
9f20bf26
EZ
8362
8363 * gdb.tex (DJGPP Native): New node, with descriptions of
8364 DJGPP-specific commands.
8365
be9c6c35
JM
83662001-07-19 John R. Moore <jmoore@redhat.com>
8367
8368 * gdbint.texinfo: Three misspellings.
8369
dfa249fb
AC
83702001-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
c72e7388
AC
83752001-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
94bbb2c0
AC
83802001-07-04 Andrew Cagney <ac131313@redhat.com>
8381
8382 * gdb.texinfo (Mode Options): Mention the mi0 and mi1
8383 interpreters.
8384
af6c57ea
AC
83852001-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
83aa8bc6
AC
83942001-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
f7dc1244 84002001-06-17 Eli Zaretskii <eliz@gnu.org>
cb51c4e0
EZ
8401
8402 * annotate.texi: Add @noindent where needed. From Dmitry
8403 Sivachenko <dima@Chg.RU>.
8404 * gdb.texinfo: Indexing fix. From Dmitry Sivachenko.
8405
656db9b0
AC
84062001-06-16 Andrew Cagney <ac131313@redhat.com>
8407
8408 * gdb.texinfo (Protocol): Fix typo. Extra parenthesis.
8409
df2396a1
AC
84102001-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
0f1f2b0a
MS
84152001-06-13 Michael Snyder <msnyder@redhat.com>
8416
8417 * gdb.texinfo (Protocol): Add doc for new packet "qSymbol:".
8418
f7dc1244 84192001-06-13 Eli Zaretskii <eliz@gnu.org>
24f93129
EZ
8420
8421 * gdb.texinfo (Signals): Clarify the default setting of signal
8422 handling.
8423
a5d7c491
AC
84242001-05-14 Andrew Cagney <ac131313@redhat.com>
8425
8426 * gdbint.texinfo (CLEAR_DEFERRED_STORES): Delete stray @item
8427 (FRAME_ARGS_ADDRESS_CORRECT): Ditto.
8428
05a54c4f
AC
84292001-05-12 Andrew Cagney <ac131313@redhat.com>
8430
8431 * Makefile.in (GDBvn.texi): Set GDBVN from ../version.in.
8432
f7dc1244 84332001-05-10 Eli Zaretskii <eliz@gnu.org>
dab11f21
EZ
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
f7dc1244 84402001-04-02 Eli Zaretskii <eliz@gnu.org>
f5c37c66
EZ
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
f7dc1244 84462001-04-01 Eli Zaretskii <eliz@gnu.org>
c534679c 8447
b37052ae
EZ
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
0ee54786
EZ
8453 * gdbint.texinfo (User Interface): A new section about ui_out
8454 functions, based on text written by Fernando Nasser.
8455
c534679c
EZ
8456 * stabs.texinfo: Change Permissions to GFDL. Update Copyright.
8457
f7dc1244 84582001-03-26 Eli Zaretskii <eliz@gnu.org>
3d67e040 8459
e9c75b65
EZ
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
3d67e040
EZ
8469 * gdb.texinfo (Output Formats): Mention "info symbol" and provide
8470 a cross-reference to its description.
8471 (Symbols): Document "info symbol".
8472
f7dc1244 84732001-03-21 Eli Zaretskii <eliz@gnu.org>
9742079a
EZ
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
b0ed3589
AC
84812001-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
b6ba6518
KB
84872001-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
f7dc1244 84922001-02-21 Eli Zaretskii <eliz@gnu.org>
5ece1a18
EZ
8493
8494 * gdb.texinfo (Signals): Document "ignore", "noignore", and "all".
8495
f7dc1244 84962001-02-11 Eli Zaretskii <eliz@gnu.org>
56caf160 8497
17cc6a06
EZ
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
56caf160
EZ
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
29e57380
C
85072001-01-23 J.T. Conklin <jtc@redback.com>
8508
8509 * gdb.texinfo (Memory region attributes): New manual section.
8510
1c6147de
ND
85112001-01-04 Nicholas Duffek <nsd@redhat.com>
8512
8513 * gdbint.texinfo (POP_FRAME): Document use by return_command.
8514
f7dc1244 85152000-12-25 Eli Zaretskii <eliz@gnu.org>
b157b00f
EZ
8516
8517 * refcard.tex: Version and copyright fixed. From Phil Edwards
8518 <pedwards@disaster.jaj.com>.
8519
0dcedd82
AC
8520Thu Nov 30 16:57:19 2000 Andrew Cagney <cagney@b1.cygnus.com>
8521
8522 * gdbint.texinfo (ECOFF_REG_TO_REGNUM, DWARF_REG_TO_REGNUM,
889bf7c5 8523 DWARF2_REG_TO_REGNUM): Document.
0dcedd82 8524
3b851bce
AC
8525Mon Nov 20 21:29:35 2000 Andrew Cagney <cagney@b1.cygnus.com>
8526
8527 * gdbint.texinfo (Coding): Update current value of
889bf7c5 8528 --enable-build-warnings. Mention --enable-gdb-build-warnings.
3b851bce 8529
f7dc1244 85302000-11-19 Eli Zaretskii <eliz@gnu.org>
4a92d011
EZ
8531
8532 * gdb.texinfo (Continuing and Stepping): Fixed markup and typos,
8533 as suggested by Dmitry Sivachenko <dima@Chg.RU>.
8534
b90a5f51
CF
85352000-11-10 Christopher Faylor <cgf@cygnus.com>
8536
8537 * gdb.texinfo: Document new 'set step-mode' command.
8538
f7dc1244 85392000-10-16 Eli Zaretskii <eliz@gnu.org>
96c405b3
EZ
8540
8541 * gdb.texinfo (Contributors, MIPS Embedded): Minor spelling
8542 changes from Dmitry Sivachenko <dima@Chg.RU>.
8543
f7dc1244 85442000-09-26 Eli Zaretskii <eliz@gnu.org>
c78b4128
EZ
8545
8546 * gdb.texinfo (Hooks): Document the new post-hook functionality.
8547 From Steven Johnson <sbjohnson@ozemail.com.au>.
8548
2e685b93
MK
85492000-08-10 Mark Kettenis <kettenis@gnu.org>
8550
8551 * gdbint.texinfo (Overall Structure): Spelling fix.
8552
f7dc1244 85532000-08-10 Eli Zaretskii <eliz@gnu.org>
6f6ef15a
EZ
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
63ac3005
EZ
85592000-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
bd79f757
ND
85642000-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
f7dc1244 85692000-07-05 Eli Zaretskii <eliz@gnu.org>
5f208f6d
EZ
8570
8571 * refcard.tex: Remove \centerline from the blurb. Patch from
5ae4183a 8572 Brian Youmans.
5f208f6d 8573
f7dc1244 85742000-06-25 Eli Zaretskii <eliz@gnu.org>
cc542d3b
EZ
8575
8576 * Makefile.in (install-info): Support installation from outside of
5ae4183a
AS
8577 the source directory. Reported by Mark Harig
8578 <markh@frazier.landmark.com>.
cc542d3b 8579
f3b28801
C
85802000-06-20 J.T. Conklin <jtc@redback.com>
8581
8582 * gdb.texinfo: Fix typo, $bpnum is set to last breakpoint number.
8583
449f3b6c
AC
8584Fri 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.
889bf7c5 8587 Generate using pdftex.
449f3b6c 8588 (PDFTEX): Define.
889bf7c5 8589 (STAGESTUFF, maintainer-clean realclean): Add *.pdf.
449f3b6c 8590 (gdb.texinfo, gdbint.texinfo, stabs.texinfo): When TeX insert the
889bf7c5 8591 @contents at the start.
449f3b6c 8592
f7dc1244 85932000-05-24 Eli Zaretskii <eliz@gnu.org>
48e934c6
EZ
8594
8595 * gdb.texinfo: Remove duplicate @syncodeindex. From Brian
5ae4183a 8596 Youmans.
48e934c6 8597
9e9c5ae7
AC
8598Wed May 24 21:27:58 2000 Andrew Cagney <cagney@b1.cygnus.com>
8599
8600 From Brian Youmans:
8601 * gdb.texinfo: Fix ``et al.''.
8602
c741b251
AC
8603Tue May 23 22:57:41 2000 Andrew Cagney <cagney@b1.cygnus.com>
8604
8605 * Makefile.in (refcard.dvi): Remove quotes around REFEDITS in for
889bf7c5 8606 loop.
c741b251 8607
4ab64e14
JG
86082000-05-19 Jimmy Guo <guo@cup.hp.com>
8609
8610 * configure: Regenerate.
8611
f7dc1244 86122000-05-17 Eli Zaretskii <eliz@gnu.org>
d3229ae3
EZ
8613
8614 * Makefile.in (install-info): Run install-info on installed Info
8615 files.
8616
8c70017b
AC
8617Fri May 12 20:18:04 2000 Andrew Cagney <cagney@b1.cygnus.com>
8618
a7cb598a 8619 * gdb.texinfo: Add Stan Shebs, et.al. as authors. Mention
889bf7c5 8620 Andrew Cagney.
8c70017b 8621
f7dc1244 86222000-05-09 Eli Zaretskii <eliz@gnu.org>
598ca718
EZ
8623
8624 * gdb.texinfo: Proofreading changes from Brian Youmans.
8625
bf0184be
ND
86262000-05-01 Nick Duffek <nsd@cygnus.com>
8627
8628 * gdb.texinfo (Command Files): Mention -x, use @enumerate for
8629 startup sequence, minor edits.
8630
f7dc1244 86312000-05-01 Eli Zaretskii <eliz@gnu.org>
41afff9a
EZ
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
33e16fad
AC
8641Sat 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
f7dc1244 86452000-04-23 Eli Zaretskii <eliz@gnu.org>
7162c0ca
EZ
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
d167840f
EZ
86592000-04-17 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
8660
8661 * gdb.texinfo (Files): Update description of add-symbol-file
889bf7c5 8662 command.
d167840f 8663
f7dc1244 86642000-04-17 Eli Zaretskii <eliz@gnu.org>
8487521e
EZ
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
f7dc1244 86692000-04-17 Eli Zaretskii <eliz@gnu.org>
00e4a2e4
EZ
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
f7dc1244 86762000-04-16 Eli Zaretskii <eliz@gnu.org>
39ec5655
EZ
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
8dc7983f
JB
86842000-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
1a8237e8
DB
86912000-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
ca526f1a
JB
86962000-04-10 Jim Blandy <jimb@redhat.com>
8697
8698 * gdbint.texinfo (Target Architecture Definition): Fix
8699 cross-references.
8700
faaafcb4
JB
87012000-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,
889bf7c5
PA
8706 REGISTER_VIRTUAL_TYPE, REGISTER_CONVERT_TO_VIRTUAL,
8707 REGISTER_CONVERT_TO_RAW): Document.
faaafcb4 8708
1b27397f
AC
8709Mon Apr 3 19:16:32 2000 Andrew Cagney <cagney@b1.cygnus.com>
8710
8711 * gdb.texinfo (Protocol): Deprecate the sequence-id. Add cindex
889bf7c5 8712 for acknowledgments.
1b27397f 8713
480ff1fb
AC
8714Tue Mar 28 18:28:45 2000 Andrew Cagney <cagney@b1.cygnus.com>
8715
8716 * gdb.texinfo (Protocol): Replace ``qfThreadExtraInfo'' with
889bf7c5 8717 qThreadExtraInfo.
480ff1fb 8718
a9331b3f 87192000-03-28 J.T. Conklin <jtc@redback.com>
f1251bdd 8720
a9331b3f
RM
8721 * gdb.texinfo: Clarify which remote debug protocol commands are
8722 required and which are optional.
f1251bdd 8723
dbeb8dbd
AC
8724Tue 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
889bf7c5
PA
8727 Cagney <cagney@b1.cygnus.com>. Move @chapter and @node entries
8728 back to annotate.texi, rluser.texinfo and inc-hist.texinfo.
dbeb8dbd
AC
8729 * annotate.texi: Update.
8730
6d2ebf8b
SS
87312000-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
5d161b24
DB
87432000-03-27 Daniel Berlin <dan@cgsoftware.com>
8744
5ae4183a
AS
8745 * gdb.texinfo (Debugging Output): Added new section, documenting
8746 the "set/show debug" commands.
5d161b24 8747
b9deaee7
AC
8748Fri Mar 24 18:06:34 2000 Andrew Cagney <cagney@b1.cygnus.com>
8749
8750 * annotate.texi (Annotations): When GDBN omit @chapter and @node
889bf7c5 8751 entry.
b9deaee7
AC
8752
8753 * gdb.texinfo: Check for @ifinfo instead of @ifnottex.
8754 (rluser.texinfo, inc-hist.texinfo, annotate.texi): Add local
889bf7c5 8755 @chapter and @node entries.
a9331b3f 8756
b9deaee7 8757 * gdb.texinfo: Link all top-level nodes.
a9331b3f 8758
9ef47d30
AC
8759Fri Mar 24 17:56:48 2000 Andrew Cagney <cagney@b1.cygnus.com>
8760
8761 * Makefile.in (install-info): Create $(infodir) before installing
889bf7c5 8762 files.
9ef47d30 8763
cfeada60
FN
87642000-03-23 Fernando Nasser <fnasser@totem.to.cygnus.com>
8765
8766 From David Whedon <dwhedon@gordian.com>
5ae4183a 8767 * gdbint.texinfo : Added paragraphs about command deprecation.
cfeada60 8768
6837a0a2
DB
87692000-03-22 Daniel Berlin <dan@cgsoftware.com>
8770
8771 * gdb.texinfo: Add documentation for the apropos command.
8772
bba2971c
MS
87732000-03-20 Michael Snyder <msnyder@cleaver.cygnus.com>
8774
8775 * gdb.texinfo: Add new queries ThreadInfo and ThreadExtraInfo.
8776
2b628194
MS
87772000-03-20 Michael Snyder <msnyder@cleaver.cygnus.com>
8778
a9331b3f 8779 * gdb.texinfo: Add white space to prevent overprinting in
2b628194
MS
8780 two places.
8781
96a2c332
SS
87822000-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
f7dc1244 87882000-03-16 Eli Zaretskii <eliz@gnu.org>
d700128c
EZ
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
9d233477
JB
87982000-02-23 Jim Blandy <jimb@redhat.com>
8799
8800 * gdbint.texinfo (FUNCTION_START_OFFSET): Document.
8801
14e0eb3b
JB
88022000-02-22 Jim Blandy <jimb@redhat.com>
8803
8804 * gdbint.texinfo: Document COERCE_FLOAT_TO_DOUBLE --- the new form.
8805
3555de01
JM
88062000-02-15 Jason Molenda (jsm@bugshack.cygnus.com)
8807
8808 * Makefile.in (diststuff): New target.
8809
5e35df8e
KB
88102000-02-15 Kevin Buettner <kevinb@redhat.com>
8811
8812 * agentexpr.texi: Fix wording regarding Intel's IA-64
90a3d8f2 8813 architecture. [From Jim Wilson.]
5e35df8e 8814
c5394b80
JM
88152000-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
c3f6f71d
JM
88212000-01-05 Dmitry Sivachenko <dima@Chg.RU>
8822
8823 * gdb.texinfo: Wrap "ASCII" in @sc{}; clarify a few sentences.
8824
c4093a6a
JM
8825Wed Dec 8 19:53:08 1999 Andrew Cagney <cagney@b1.cygnus.com>
8826
8827 * gdbint.texinfo (FRAME_CHAIN_VALID): Add the generic frame-chain
889bf7c5 8828 valid functions.
c4093a6a 8829
11cf8741
JM
88301999-11-05 Stan Shebs <shebs@andros.cygnus.com>
8831
8832 * gdb.texinfo: Clarify regular expressions used in rbreak.
8833
917317f4
JM
88341999-10-15 Kevin Buettner <kevinb@cygnus.com>
8835
8836 * gdbint.texinfo (MEMORY_INSERT_BREAKPOINT,
8837 MEMORY_REMOVE_BREAKPOINT): Document.
8838
8839Thu Oct 14 21:17:17 1999 Andrew Cagney <cagney@b1.cygnus.com>
8840
8841 * gdb.texinfo (remote): Document how GDB ignores the qOffsets BSS
889bf7c5 8842 offset re-using the DATA offset instead.
917317f4 8843
2df3850c
JM
88441999-10-11 Jim Kingdon <kingdon@redhat.com>
8845
8846 * gdbint.texinfo (Target Architecture Definition): Add PARM_BOUNDARY.
8847
88481999-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
2acceee2
JM
88571999-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
c2c6d25f
JM
88621999-09-14 Michael Snyder <msnyder@cleaver.cygnus.com>
8863
8864 * gdbint.texinfo: Fix typo, add the word "have".
8865
88661999-09-14 Jim Blandy <jimb@cris.red-bean.com>
8867
8868 * gdbint.texinfo (Target Architecture Definition): Document the
8869 SKIP_PERMANENT_BREAKPOINT macro.
8870
d4f3574e
SS
88711999-09-07 Stan Shebs <shebs@andros.cygnus.com>
8872
8873 * gdb.texinfo: Fiks speling errers.
8874
8875 * gdb.texinfo: Fix uses of @multitable.
8876
f7dc1244 8877 From Eli Zaretskii <eliz@gnu.org>:
d4f3574e 8878 * gdb.texinfo: Include details specific to DOS host, clarify
889bf7c5 8879 some confusing language, fix @ref/@xref/@pxref usages, add
d4f3574e
SS
8880 comments about using with optimization, add more indexing,
8881 fix info about disassembly-flavor.
8882
8883Tue 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
8888Fri Sep 3 18:05:14 1999 Andrew Cagney <cagney@b1.cygnus.com>
8889
8890 * gdb.texinfo (Protocol): Review. Add tables describing ``q'' and
889bf7c5 8891 ``g'' packets.
d4f3574e 8892
104c1213
JM
88931999-08-30 Stan Shebs <shebs@andros.cygnus.com>
8894
8895 * gdb.texinfo: Create a new "Configurations" chapter with
889bf7c5
PA
8896 platform-specific info, inline remote.texi and move sections of it
8897 into the new chapter, move bits about info proc, heuristic search,
104c1213
JM
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
89021999-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
8907Wed Aug 25 10:47:03 1999 Andrew Cagney <cagney@b1.cygnus.com>
8908
8909 * gdbint.texinfo (Target Architecture Definition): Mention
889bf7c5 8910 TDEPLIBS.
104c1213 8911
53a5351d
JM
89121999-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
889bf7c5 8924 in description of `set environment'.
53a5351d
JM
8925
89261999-08-17 Stan Shebs <shebs@andros.cygnus.com>
8927
8928 * gdbint.texinfo: Update coding standard to allow pure ANSI/ISO C.
8929
7be570e7
JM
89301999-08-12 Ben Elliston <bje@cygnus.com>
8931
8932 * gdbint.texinfo (Breakpoint Handling): Add missing words.
8933
f7dc1244 89341999-08-10 Eli Zaretskii <eliz@gnu.org>
7be570e7
JM
8935
8936 * gdb.texinfo (Set Watchpoints): Explain some subtleties about
889bf7c5
PA
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.
7be570e7
JM
8940
8941Wed Aug 11 13:18:14 1999 Andrew Cagney <cagney@amy.cygnus.com>
8942
8943 * remote.texi (Protocol): Further clarification of the "qRcmd"
889bf7c5
PA
8944 packet. Allow E.. response packet. "qRcmd" packet is no longer
8945 reserved.
7be570e7
JM
8946
89471999-08-10 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
8948
a9331b3f
RM
8949 * Makefile.in: Rename inc-hist.texi to inc-hist.texinfo.
8950 * gdb.texinfo: Ditto.
7be570e7 8951
96baa820
JM
89521999-08-06 Tom Tromey <tromey@cygnus.com>
8953
8954 * gdb.texinfo (KOD): New node.
8955
8956Fri Aug 6 17:05:48 1999 Andrew Cagney <cagney@b1.cygnus.com>
8957
8958 * remote.texi (Rcmd): Fix minor formatting typos.
8959
8960Thu Aug 5 17:57:41 1999 Andrew Cagney <cagney@b1.cygnus.com>
8961
8962 * remote.texi (protocol qRcmd): Allow ``OK'' and ``O...'' response
889bf7c5 8963 packets.
96baa820 8964
adf40b2e
JM
89651999-07-14 Jim Blandy <jimb@zwingli.cygnus.com>
8966
8967 * gdbint.texinfo (PREPARE_TO_PROCEED, ADDR_BITS_REMOVE): Doc
8968 fixes.
8969
43ff13b4
JM
8970Tue Jun 29 11:43:55 1999 Andrew Cagney <cagney@b1.cygnus.com>
8971
8972 * gdbint.texinfo (SAVE_DUMMY_FRAME_TOS): Define.
8973
085dd6e6
JM
8974Fri Jun 25 11:47:06 1999 Andrew Cagney <cagney@b1.cygnus.com>
8975
8976 * remote.texi (Communication Protocol): ``v'' is in use. Fix
889bf7c5
PA
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.
085dd6e6
JM
8981
89821999-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
8987Thu Jun 24 15:59:03 1999 Stan Shebs <shebs@andros.cygnus.com>
8988
8989 * gdbint.texinfo (Testsuite): New chapter, information about the
889bf7c5 8990 testsuite.
085dd6e6
JM
8991
8992Fri Jun 25 02:40:34 1999 Andrew Cagney <cagney@b1.cygnus.com>
8993
8994 * remote.texi (Communication Protocol): Rewrite.
8995
8996Thu Jun 24 16:59:54 1999 Andrew Cagney <cagney@b1.cygnus.com>
8997
8998 * stabs.texinfo: Fix uses of xref.
8999
9e0b60a8
JM
9000Thu 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
cce74817
JM
9005Mon 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
9010Fri Jun 4 16:58:22 1999 Andrew Cagney <cagney@b1.cygnus.com>
9011
9012 * gdbint.texinfo (SP_REGNUM, FP_REGNUM, PC_REGNUM): Add reference
889bf7c5
PA
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.
cce74817 9016
ac9a91a7
JM
9017Tue Jun 1 15:04:15 1999 Andrew Cagney <cagney@b1.cygnus.com>
9018
9019 * gdbint.texinfo (TARGET_COMPLEX_BIT, TARGET_DOUBLE_COMPLEX_BIT):
889bf7c5 9020 Document that these are not used.
ac9a91a7
JM
9021
9022Thu May 27 09:28:15 1999 Andrew Cagney <cagney@b1.cygnus.com>
9023
9024 * gdbint.texinfo (EXTRACT_STRUCT_VALUE_ADDRESS_P): Document.
9025
392a587b
JM
9026Mon May 24 10:07:39 1999 Andrew Cagney <cagney@b1.cygnus.com>
9027
9028 * gdbint.texinfo (FRAME_NUM_ARGS): Update definition. Parameter
889bf7c5 9029 numargs was dropped.
392a587b
JM
9030
9031Thu May 20 12:26:59 1999 Andrew Cagney <cagney@b1.cygnus.com>
9032
9033 * gdbint.texinfo (FRAMELESS_FUNCTION_INVOCATION): Update.
9034
b83266a0
SS
9035Tue Apr 27 19:14:20 1999 Andrew Cagney <cagney@b1.cygnus.com>
9036
9037 * gdbint.texinfo (SKIP_PROLOGUE, SKIP_PROLOGUE_FRAMELESS_P):
889bf7c5 9038 Update.
b83266a0 9039
7a292a7a
SS
9040Thu 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
9045Wed Apr 21 13:59:01 1999 Dave Brolley <brolley@cygnus.com>
9046
9047 * gdbint.texinfo: Fix typos: $ -> @.
9048
9049Tue Apr 20 11:59:38 1999 Andrew Cagney <cagney@b1.cygnus.com>
9050
9051 * gdbint.texinfo (REGISTER_NAMES, BREAKPOINT, BIG_BREAKPOINT,
889bf7c5
PA
9052 LITTLE_BREAKPOINT, LITTLE_REMOTE_BREAKPOINT,
9053 BIG_REMOTE_BREAKPOINT): Deprecate in favor of REGISTER_NAME and
9054 BREAKPOINT_FROM_PC.
a9331b3f 9055
7a292a7a
SS
9056Mon Apr 12 16:00:44 1999 Andrew Cagney <cagney@b1.cygnus.com>
9057
9058 * gdbint.texinfo (CALL_DUMMY_STACK_ADJUST_P,
889bf7c5 9059 CALL_DUMMY_STACK_ADJUST): Document.
7a292a7a
SS
9060
9061Thu Apr 8 17:23:15 1999 Andrew Cagney <cagney@b1.cygnus.com>
9062
9063 * gdbint.texinfo (CALL_DUMMY_P, CALL_DUMMY_WORDS,
889bf7c5 9064 SIZEOF_CALL_DUMMY_WORDS, CALL_DUMMY): Define.
7a292a7a
SS
9065
90661999-04-02 Stan Shebs <shebs@andros.cygnus.com>
9067
9068 * gdbint.texinfo (MAINTENANCE_CMDS): Remove ref, since it no
9069 longer exists.
9070
9071Tue 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
889bf7c5
PA
9074 nearly all @ifset/@ifclear conditionals; nobody uses them, and
9075 they make the manual source incomprehensible.
7a292a7a
SS
9076 * h8-cfg.texi: Remove, hasn't been used in years.
9077
c906108c
SS
9078Thu Feb 11 18:00:59 1999 Stan Shebs <shebs@andros.cygnus.com>
9079
9080 * gdb.texinfo: Update the credits.
9081
9082Mon 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
9087Fri Feb 5 17:20:00 1999 Stan Shebs <shebs@andros.cygnus.com>
9088
9089 * gdb.texinfo, remote.texi: Many changes; update to Seventh
889bf7c5
PA
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.
c906108c
SS
9094 * all-cfg.texi, HPPA-cfg.texi: Remove some obsolete conditionals.
9095
9096Wed 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
9103Thu 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
9109Wed Jan 13 10:38:40 1999 Edith Epstein <eepstein@sophia.cygnus.com>
9110
a9331b3f
RM
9111 * gdb.texinfo: Changes made as part of a project to merge in
9112 changes made by HP. Documentation makes extensive use of
c906108c
SS
9113 @ifclear HPPA and @ifset HPPA. The HP manual omits doumentation
9114 on remote debugging. There are differences in documentation
889bf7c5 9115 (HP vs. non-HP) on C++ support (aCC vs. gnu gcc++). Also,
c906108c
SS
9116 the HP manual discusses catchpoints, hardware watchpoints, and
9117 some HPUX specific limitations for shared library support.
a9331b3f 9118
c906108c
SS
9119 There are also a number of @node changes.
9120
91211999-01-12 Jason Molenda (jsm@bugshack.cygnus.com)
9122
9123 * gdbint.texinfo (Formatting): Disambiguate a sentence.
9124 (C Usage): Same.
9125
9126Wed Jan 6 11:55:34 1999 David Taylor <taylor@texas.cygnus.com>
9127
9128 The following changes were made by Edith Epstein
889bf7c5
PA
9129 <eepstein@cygnus.com> as part of a project to merge in changes
9130 made by HP.
a9331b3f 9131
c906108c
SS
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
9139Mon 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
91441998-12-14 J.T. Conklin <jtc@redbacknetworks.com>
9145
9146 * gdb.texinfo: Fix tipo.
9147
9148Sun Dec 13 10:27:59 1998 Andrew Cagney <cagney@b1.cygnus.com>
9149
9150 * gdbint.texinfo: Document TARGET_BYTE_ORDER_DEFAULT and
889bf7c5 9151 TARGET_BYTE_ORDER_SELECTABLE_P.
c906108c
SS
9152
9153Thu Dec 10 16:07:09 1998 Andrew Cagney <cagney@b1.cygnus.com>
9154
9155 * gdbint.texinfo (FRAME_FIND_SAVED_REGS): Document.
9156
91571998-12-09 Jim Blandy <jimb@zwingli.cygnus.com>
9158
9159 * agentexpr.texi: New file.
9160
9161Wed Dec 9 21:13:57 1998 Andrew Cagney <cagney@chook>
9162
9163 * gdbint.texinfo (REGISTER_NAME): Replace REGISTER_NAMES.
9164
91651998-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
9170Tue 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
9178Mon Nov 30 11:32:21 1998 Andrew Cagney <cagney@chook>
9179
a9331b3f 9180 * gdbint.texinfo (FRAME_CHAIN_VALID_ALTERNATE):
c906108c
SS
9181
9182Sat Nov 28 13:45:53 1998 Andrew Cagney <cagney@b1.cygnus.com>
9183
9184 * gdbint.texinfo (INNER_THAN): Update, now takes parameters.
9185
9186Fri Nov 27 12:39:45 1998 Andrew Cagney <cagney@chook>
9187
9188 * gdbint.texinfo (NO_SINGLE_STEP): Replace with
889bf7c5 9189 SOFTWARE_SINGLE_STEP_P and SOFTWARE_SINGLE_STEP.
c906108c
SS
9190
9191Wed Oct 14 10:02:40 1998 Andrew Cagney <cagney@b1.cygnus.com>
9192
9193 * gdbint.texinfo: Fix minor typos.
9194
9195Wed 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
9201Fri Jul 24 17:51:38 1998 Ian Lance Taylor <ian@cygnus.com>
9202
9203 * stabs.texinfo (Method Type Descriptor): Expand and correct.
9204
9205Mon May 4 10:37:12 1998 Brian Youmans (3diff@gnu.org)
9206
9207 * refcard.tex: Copyright, address updates.
9208
9209Tue 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
9214Mon Apr 13 14:05:00 1998 Fred Fish <fnf@cygnus.com>
9215
9216 * gdb.texinfo (hbreak, watch): Fix typo, "date" -> "data".
9217
9218Thu Apr 2 16:52:44 1998 Jason Molenda (crash@bugshack.cygnus.com)
9219
5ae4183a 9220 * LRS: Reformat a bit to keep text under 80 columns.
c906108c
SS
9221
9222Thu 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.
a9331b3f 9227
c906108c
SS
9228Mon 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
889bf7c5
PA
9231 files, finish sorting of host vs target vs native macros, describe
9232 some more of them.
c906108c
SS
9233
9234Tue 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
9239Mon Nov 24 13:55:21 1997 Andrew Cagney <cagney@b1.cygnus.com>
9240
9241 * gdbint.texinfo (Host Conditionals): Document
889bf7c5 9242 PRINTF_HAS_LONG_DOUBLE, SCANF_HAS_LONG_DOUBLE, HAVE_LONG_DOUBLE.
c906108c
SS
9243
9244Fri 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
9249Tue 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
9254Thu 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
9269Mon Dec 9 12:23:32 1996 Roland Pesch <roland@wrs.com>
9270
9271 * gdb.texinfo, refcard.tex: Restore author credit
9272
9273Wed 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
9279Thu 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
9284Tue 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
9289Fri Jul 12 11:10:05 1996 Stu Grossman (grossman@critters.cygnus.com)
9290
9291 * gdb.texinfo: Document `set assembly-language'.
9292
9293Thu 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
9297Fri Jul 5 15:38:54 1996 Fred Fish <fnf@cygnus.com>
9298
9299 * gdbint.texinfo (NO_MMCHECK): Renamed from NO_MMALLOC_CHECK.
889bf7c5
PA
9300 Also document that some systems can use mmalloc but must define
9301 this if their C runtime allocates memory that is later freed.
c906108c 9302 (MMCHECK_FORCE): Document new macro.
a9331b3f 9303
c906108c
SS
9304Fri Jun 28 22:17:10 1996 Dawn Perchik <dawn@cygnus.com>
9305
9306 * remote.texi: Add documentation for target Sparclet.
9307
9308Mon Jun 24 18:12:22 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
9309
a9331b3f 9310 * Makefile.in (srcdir, VPATH, prefix, infodir, INSTALL,
c906108c
SS
9311 INSTALL_PROGRAM, INSTALL_DATA): Use autoconf set values.
9312 * configure.in: Rewritten for autoconf.
9313 * configure: New.
9314
9315Mon 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
a9331b3f 9328 (gdb.dvi, gdbgui.dvi, gdbint.dvi, stabs.dvi): Remove
c906108c
SS
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
9335Sat 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
9340Sat 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
9345Sat Mar 16 13:28:45 1996 Fred Fish <fnf@cygnus.com>
9346
9347 * gdb.texinfo: Add missing "@bullet" to some "@itemize" commands.
9348
9349Sat 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
9354Wed 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
9359Wed 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
9364Fri 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
9369Fri 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
9374Wed 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
9379Thu Aug 3 10:45:37 1995 Fred Fish <fnf@cygnus.com>
9380
9381 * Update all FSF addresses except those in COPYING* files.
9382
9383Wed 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
9389Thu 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
9394Tue 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
9400Mon 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
9405Wed 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
9410Tue 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
9415Tue 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
9420Fri 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
9425Thu 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
9429Mon 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
9434Fri 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
9438Wed 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
9444Fri 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
9450Wed 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
9455Mon Jan 23 14:23:37 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
9456
9457 * gdb.texinfo (Processes): New node.
9458
9459Tue Jan 17 14:09:03 1995 Ian Lance Taylor <ian@sanguine.cygnus.com>
9460
9461 * remote.texi: Update documentation of set/show mipsfpu.
9462
3fc11d3e
JM
9463Fri 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.
c906108c
SS
9467
9468Sun 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
9473Mon 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
9478Mon Aug 1 15:12:02 1994 Stan Shebs (shebs@andros.cygnus.com)
9479
9480 * gdbint.texinfo: Put regex conditionals in their own table.
9481
9482Tue 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
9487Sun 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
9493Thu 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
9498Tue 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
9503Wed 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
9508Wed 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
9513Thu 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
9518Wed 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
9528Fri 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
9533Thu Apr 28 07:44:28 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
9534
9535 * annotate.texi: New file, to document annotations.
9536
9537Thu 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
9542Wed 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
9549Wed 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
9555Thu 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
9560Wed 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
9566Wed 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
9577Tue 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
9582Fri 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
9587Wed Mar 9 19:43:05 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
9588
9589 * stabs.texinfo (Symbol Descriptors): Add OS9000 symbol descriptor s.
9590
9591Tue 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
9596Wed 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
9603Fri Feb 18 08:25:58 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
9604
9605 * gdb.texinfo (Formatting Documentation): Change GhostScript to
9606 Ghostscript.
9607
9608Fri 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
9615Thu 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
9620Wed 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
9625Thu 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
9630Wed 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
9634Tue Jan 25 12:12:04 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
9635
9636 * stabs.texinfo (String Field): Discuss continuing stabs with ?.
9637
9638Wed 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
9642Sun 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
9651Wed 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
9657Mon 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
9664Fri 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
9668Tue 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
9674Mon Dec 27 13:55:04 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9675
9676 * stabs.texinfo: Document S type attribute.
9677
9678Sun 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
9682Fri Dec 3 19:13:19 1993 John Gilmore (gnu@cygnus.com)
9683
9684 * gdbint.texinfo: Fix a few typos.
9685
9686Sun 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.
a9331b3f 9699
c906108c
SS
9700Wed 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
9704Fri 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
9709Thu 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
9724Mon 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
9731Fri 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
9736Tue 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
9742Sun 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
9747Wed 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
9756Mon 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
9767Wed 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
9772Tue 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
9781Tue 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
9785Tue 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
9798Thu 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
9804Wed Oct 6 13:23:01 1993 Tom Lord (lord@rtl.cygnus.com)
9805
9806 * libgdb.texinfo: added `@' to braces that were unescaped.
9807
9808Mon Oct 4 10:42:18 1993 Tom Lord (lord@rtl.cygnus.com)
9809
9810 * libgdb.texinfo: new file. Spec for the gdb library.
9811
9812Sun Oct 3 15:26:56 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9813
9814 * stabs.texinfo (Include Files): Fix typo (start -> end).
9815
9816Thu 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
9821Thu 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
9827Wed Sep 22 21:22:11 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9828
9829 * remote.texi (Bootstrapping): Discuss 386 call gates.
9830
9831Sat Sep 18 17:10:44 1993 Jim Kingdon (kingdon@poseidon.cygnus.com)
9832
9833 * stabs.texinfo (Based Variables): New node.
9834
9835Thu 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
9840Sat Sep 11 09:35:11 1993 Jim Kingdon (kingdon@poseidon.cygnus.com)
9841
9842 * stabs.texinfo (Methods): Fix typo.
9843
9844Fri Sep 10 06:34:20 1993 David J. Mackenzie (djm@thepub.cygnus.com)
9845
9846 * gdb.texinfo: Fix a few typos.
9847
9848Wed 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
9855Tue 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
9859Mon 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
9864Fri Sep 3 17:06:08 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
9865
9866 * gdb.texinfo: @up/@down -> @raisesections/@lowersections
9867
9868Fri 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
9872Tue 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
9877Mon 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
9883Sat 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
9893Thu Aug 26 06:36:31 1993 Fred Fish (fnf@deneb.cygnus.com)
9894
9895 * gdb.texinfo: Change typo "Two two" to "The two".
9896
9897Sun 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
9907Sat Aug 21 04:32:28 1993 David MacKenzie (djm@cygnus.com)
9908
9909 * stabs.texinfo: Formatting cleanups.
9910
9911Fri 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
9918Tue Aug 17 15:57:27 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9919
9920 * stabs.texinfo (Stack Variables): Re-write.
9921
9922Mon 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
9929Thu 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
9933Tue 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
9938Tue 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
9948Fri Jul 30 18:26:21 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9949
9950 * stabs.texinfo (Procedures): Improve stuff on nested functions.
9951
9952Thu 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
9957Thu 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
9962Wed 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
9975Wed 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
9980Mon Jul 26 13:00:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9981
9982 * stabs.texinfo (Negative Type Numbers): FORTRAN LOGICAL fix.
9983
9984Tue Jul 20 16:30:41 1993 Jim Kingdon (kingdon@deneb.cygnus.com)
9985
9986 * Makefile.in (refcard.dvi): Use srcdir where necessary.
9987
9988Mon Jul 19 12:02:50 1993 Roland H. Pesch (pesch@cygnus.com)
9989
9990 * gdb.texinfo: repair conditional bugs in text markup
9991
9992Fri 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
9997Thu 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
10004Mon Jul 12 13:37:02 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10005
10006 * stabs.texinfo: N_MAIN is sometimes used for C.
10007
10008Fri 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
10012Tue Jul 6 12:41:28 1993 John Gilmore (gnu@cygnus.com)
10013
10014 * gdbint.texinfo (Target Conditionals): Remove NO_TYPEDEFS,
a9331b3f 10015 removed from the code by Kingdon.
c906108c
SS
10016
10017Tue 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
10025Thu 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
10030Wed 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
10034Fri Jun 25 21:34:52 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10035
10036 * stabs.texinfo (Common Blocks): Say what Sun FORTRAN does.
10037
10038Fri 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
10051Fri 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
10055Wed Jun 23 15:02:50 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10056
10057 * stabs.texinfo (Negative Type Numbers): Minor character cleanups.
10058
10059Tue 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
10064Fri Jun 18 19:42:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10065
10066 * stabs.texinfo: Document common blocks.
10067
10068Fri Jun 18 12:12:57 1993 Fred Fish (fnf@cygnus.com)
10069
10070 * stabs.texinfo: Add some basic info about stabs-in-elf.
10071
10072Fri Jun 18 13:57:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10073
10074 * stabs.texinfo (Top): Minor cleanup.
10075
10076Mon 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
10080Tue 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
10091Sun Jun 13 12:52:39 1993 Jim Kingdon (kingdon@cygnus.com)
10092
10093 * Makefile.in (realclean): Remove info and dvi files too.
10094
10095Sat 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
10104Fri Jun 11 15:15:55 1993 Jim Kingdon (kingdon@cygnus.com)
10105
10106 * Makefile.in (GDBvn.texi): Update atomically.
10107
10108Wed Jun 9 10:58:16 1993 Jim Kingdon (kingdon@cygnus.com)
10109
10110 * gdbinv-s.texi (Debug Session): Document exceptionHook.
10111
10112Tue 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
10118Tue 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
10123Mon 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
10130Thu 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
10134Wed 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
10142Tue 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
10154Mon May 24 09:00:33 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10155
10156 * stabs.texinfo (Stabs Format): Misc fixes.
10157
10158Sat 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
10164Fri 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
10171Thu 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
10186Tue 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
10191Fri 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
10195Fri 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
10202Fri 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
10207Thu 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
10224Thu 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
10231Tue 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
10237Fri 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
10246Fri Apr 23 07:30:01 1993 Jim Kingdon (kingdon@cygnus.com)
10247
10248 * stabs.texinfo (Parameters): Keep trying to get this right.
10249
10250Wed Apr 21 15:18:47 1993 Jim Kingdon (kingdon@cygnus.com)
10251
10252 * stabs.texinfo (Parameters): More on "local parameters".
10253
10254Mon Apr 19 08:00:51 1993 Jim Kingdon (kingdon@cygnus.com)
10255
10256 * stabs.texinfo (Parameters): Re-do "local parameters" section.
10257
10258Sun 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
10264Thu Apr 15 02:35:24 1993 John Gilmore (gnu@cacophony.cygnus.com)
10265
10266 * stabs.texinfo: Minor cleanup.
10267
10268Wed Apr 14 17:31:00 1993 Jim Kingdon (kingdon@cygnus.com)
10269
10270 * gdbint.texinfo: Minor xcoff stuff.
10271
10272Wed 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
10277Mon 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
10283Fri Apr 2 16:55:13 1993 Jim Kingdon (kingdon@cygnus.com)
10284
10285 * stabs.texinfo: Fixes about N_SO.
10286
10287Fri 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
10309Wed 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
10313Tue Mar 23 16:03:24 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
10314
10315 * gdb.texinfo, gdvinv-s.texinfo: formatting improvements.
10316
10317Fri 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
10323Fri 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
10329Mon Mar 8 15:52:18 1993 John Gilmore (gnu@cygnus.com)
10330
10331 * gdb.texinfo: Add `set print max-symbolic-offset' doc.
10332
10333Sun 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
10337Thu Feb 18 01:19:49 1993 John Gilmore (gnu@cygnus.com)
10338
10339 * gdbint.texinfo: Update PTRACE_ARG3_TYPE doc, pull PT_*.
10340
10341Wed Feb 17 08:15:24 1993 John Gilmore (gnu@cygnus.com)
10342
10343 * gdbint.texinfo: Remove SET_STACK_LIMIT_HUGE from target defines.
10344
10345Thu 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
10350Wed Feb 10 23:59:19 1993 John Gilmore (gnu@cygnus.com)
10351
10352 * gdbint.texinfo: Eliminate IBM6000_HOST, document IBM6000_TARGET.
10353
10354Tue Feb 9 18:26:21 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
10355
10356 * gdb.texinfo, gdbinv-s.texi: misc updates
10357
10358Sat 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
10363Fri 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
10371Thu 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
10376Thu 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
10381Tue Feb 2 12:18:06 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
10382
10383 * gdb.texinfo, gdbinv-s.texi: miscellaneous stylistic cleanups
10384
10385Mon 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
10392Sat 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
10397Mon 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
10401Mon Oct 26 11:09:47 1992 John Gilmore (gnu@cygnus.com)
10402
10403 * gdb.texinfo: Fix typo, reported by Karl Berry.
10404
10405Fri Oct 23 00:41:21 1992 John Gilmore (gnu@cygnus.com)
10406
10407 * gdb.texinfo: Add opcodes dir to GDB distribution description.
10408
10409Sat 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
10414Tue Sep 22 00:34:15 1992 John Gilmore (gnu@cygnus.com)
10415
10416 * gdbint.texinfo: Describe coding style of GDB.
10417
10418Mon Sep 21 19:32:16 1992 John Gilmore (gnu@cygnus.com)
10419
10420 * stabs.texinfo: Minor wording changes.
10421
10422Tue Sep 15 02:57:09 1992 John Gilmore (gnu@cygnus.com)
10423
10424 * gdbint.texinfo: Improve release doc slightly.
10425
10426Fri Sep 11 01:34:25 1992 John Gilmore (gnu@sphagnum.cygnus.com)
10427
10428 * gdbint.texinfo: Improve doc of GDB config macros.
10429
10430Wed 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
10435Mon 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
10441Tue 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
a9331b3f 10444 examples (not consistent w others).
c906108c
SS
10445 gdb.texinfo: issue disclaimer paragraph on cmdline options only
10446 for generic vn of doc
10447
10448Tue Aug 18 14:53:27 1992 Ian Lance Taylor (ian@cygnus.com)
10449
10450 * Makefile.in: always create installation directories.
10451
10452Tue 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
10456Mon 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
10464Sun 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
10469Sat 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
10474Sat 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
10479Fri Aug 14 21:08:47 1992 John Gilmore (gnu@cygnus.com)
10480
10481 * gdbint.texinfo: Add section on partial symbol tables.
10482
10483Sat 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
10488Thu 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
10494Tue 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
10498Mon May 11 19:06:27 1992 John Gilmore (gnu at cygnus.com)
10499
10500 * gdb.texinfo: Say how to read the `info' files.
10501
10502Tue May 5 12:11:38 1992 K. Richard Pixley (rich@cygnus.com)
10503
10504 * Makefile.in: gm4 -> m4.
10505
10506Fri 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
a9331b3f 10511 structure (add glob and mmalloc). Update configure doc.
c906108c
SS
10512
10513Tue Mar 24 23:28:38 1992 K. Richard Pixley (rich@cygnus.com)
10514
10515 * Makefile.in: remove $(srcdir) from gdb.info rule.
10516
10517Sat 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
10522Wed 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
dee368d3 10526 copyrights to '92, '13, changed some from Cygnus to FSF.
c906108c
SS
10527
10528Fri Dec 13 09:47:31 1991 John Gilmore (gnu at cygnus.com)
10529
10530 * gdb.texinfo: Improve how we ask for bug reports.
10531
10532Tue Dec 10 04:07:21 1991 K. Richard Pixley (rich at rtl.cygnus.com)
10533
10534 * Makefile.in: infodir belongs in datadir.
10535
10536Fri 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
a9331b3f 10540 standards.text support.
c906108c
SS
10541
10542Thu 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
10549Local Variables:
9e9c5ae7 10550mode: change-log
c906108c
SS
10551left-margin: 8
10552fill-column: 74
10553version-control: never
10554End:
This page took 1.489196 seconds and 4 git commands to generate.