]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blame - gdb/doc/ChangeLog
Fix build without libexpat
[thirdparty/binutils-gdb.git] / gdb / doc / ChangeLog
CommitLineData
2ddf4301
SM
12014-10-01 Simon Marchi <simon.marchi@ericsson.com>
2
3 * gdb.texinfo (Miscellaneous gdb/mi Commands): Document new
4 exit-code field in -list-thread-groups output.
5
342cc091
JBG
62014-09-22 Jan-Benedict Glaw <jbglaw@lug-owl.de>
7
8 * gdb.texinfo (Set Breaks): Add missing "@end table".
9
a25a5a45
PA
102014-09-22 Pedro Alves <palves@redhat.com>
11
12 * gdb.texinfo (Set Breaks): Document that "set breakpoint
13 always-inserted off" is the default mode now. Delete
14 documentation of "set breakpoint always-inserted auto".
15
2b4fd423
DE
162014-09-18 Doug Evans <dje@google.com>
17
18 * python.texi (Symbol Tables In Python): Document "producer"
19 attribute of gdb.Symtab objects.
20
deb8ff2b
PA
212014-09-16 Pedro Alves <palves@redhat.com>
22
23 * gdb.texinfo (Starting) <run command>: Don't mention VxWorks.
24 (Embedded OS): Remove VxWorks menu entry.
25 (VxWorks): Remove node.
26
81219e53
DE
272014-09-13 Doug Evans <xdje42@gmail.com>
28
29 * gdb.texinfo (Signaling): Document new queue-signal command.
30
faa42425
DE
312014-09-06 Doug Evans <xdje42@gmail.com>
32
33 PR 15276
34 * gdb.texinfo (Convenience Funs): Document $_caller_is,
35 $_caller_matches, $_any_caller_is, $_any_caller_matches.
36
1a6a384b
JL
372014-09-03 Justin Lebar <jlebar@google.com>
38
39 * python.texi (Types In Python): Type.template_argument(n) returns a
40 gdb.Value or a gdb.Type and throws an exception if n is out of
41 range.
42
5f3b99cf
SS
432014-09-03 Sasha Smundak <asmundak@google.com>
44
45 * python.texi (Frames in Python): Add read_register description.
46
3cecbbbe
TT
472014-08-04 Tom Tromey <tromey@redhat.com>
48
49 * gdb.texinfo (Debugging Output): Update for change to "set debug
50 target".
51
90debf20
MM
522014-08-01 Masaki Muranaka <monaka@monami-software.com>
53
54 Pushed by Joel Brobecker <brobecker@adacore.com>.
55 * Makefile.in (transform): New variable.
56 (install-man1, install-man5): Apply $(transform) to man file names.
57
ee7333ae
DE
582014-07-26 Doug Evans <xdje42@gmail.com>
59
60 PR guile/17177
61 * guile.texi (Guile Pretty Printing API): Fix typo.
62 Document set-pretty-printers!, pretty-printers.
63 (Selecting Guile Pretty-Printers): Update.
64 Mention program-space based pretty-printers.
65
70509625
PA
662014-07-25 Pedro Alves <palves@redhat.com>
67 Eli Zaretskii <eliz@gnu.org>
68
69 * gdb.texinfo (Signaling) <signal command>: Explain what happens
70 with multi-threaded programs.
71
b67a2c6f
YQ
722014-06-27 Yao Qi <yao@codesourcery.com>
73
74 * gdb.texinfo (Maintenance Commands): Update the output of
75 'maint print dummy-frames' command.
76
f179cf97
EZ
772014-06-24 Eli Zaretskii <eliz@gnu.org>
78
79 * gdb.texinfo (Screen Size): Improve indexing.
80
992c7d70
GB
812014-06-19 Gary Benson <gbenson@redhat.com>
82
83 * gdb.texinfo (Maintenance Commands): Document new
84 "maint set/show catch-demangler-crashes" option.
85
57fcfb1b
GB
862014-06-19 Gary Benson <gbenson@redhat.com>
87
88 * gdb.texinfo (Maintenance Commands): Document new
89 "maint demangler-warning" command and new
90 "maint set/show demangler-warning" option.
91
dd5d5494
SC
922014-06-09 Siva Chandra Reddy <sivachandra@google.com>
93
94 * python.texi (Xmethod API): Add space before the opening
95 parenthesis in function descriptions.
96
25326a28 972014-06-06 Doug Evans <xdje42@gmail.com>
d2929fdc
DE
98
99 * guile.texi (Guile Configuration): Document guile-data-directory.
100
0a770bb2 1012014-06-06 Mingjie Xing <mingjie.xing@gmail.com>
102
103 * gdb.texinfo (Invoking GDB): Add -q and --quiet.
104
16f691fb
DE
1052014-06-04 Doug Evans <xdje42@gmail.com>
106
107 * guile.texi (Breakpoints In Guile): Update.
108
1e47491b
JB
1092014-06-03 Joel Brobecker <brobecker@adacore.com>
110
111 * python.texi (Xmethod API): Fix reference to "Progspaces In
112 Python".
113
0c6e92a5
SC
1142014-06-03 Siva Chandra Reddy <sivachandra@google.com>
115
116 * python.texi (Xmethods In Python, XMethod API)
117 (Writing an Xmethod): New nodes.
118 (Python API): New menu entries "Xmethods In Python",
119 "Xmethod API", "Writing an Xmethod".
120
06eb1586
DE
1212014-06-02 Doug Evans <xdje42@gmail.com>
122
123 * guile.texi (Guile API): Add entry for Parameters In Guile.
124 (GDB Scheme Data Types): Mention <gdb:parameter> object.
125 (Parameters In Guile): New node.
126
e698b8c4
DE
1272014-06-02 Doug Evans <xdje42@gmail.com>
128
129 * guile.texi (Guile API): Add entry for Commands In Guile.
130 (Basic Guile) <parse-and-eval>: Add reference.
131 (Basic Guile) <string->argv>: Move definition to Commands In Guile.
132 (GDB Scheme Data Types): Mention <gdb:command> object.
133 (Commands In Guile): New node.
134
ded03782
DE
1352014-06-02 Doug Evans <xdje42@gmail.com>
136
137 * guile.texi (Guile API): Add entry for Progspaces In Guile.
138 (GDB Scheme Data Types): Mention <gdb:progspace> object.
139 (Progspaces In Guile): New node.
140
53e8a631
AB
1412014-05-30 Andrew Burgess <aburgess@broadcom.com>
142
143 * guile.texi (Frames In Guile): Mention FRAME_UNWIND_MEMORY_ERROR.
144 * python.texi (Frames In Python): Mention
145 gdb.FRAME_UNWIND_MEMORY_ERROR.
146
329ea579
PA
1472014-05-29 Pedro Alves <palves@redhat.com>
148 Tom Tromey <tromey@redhat.com>
149
150 * gdb.texinfo (Non-Stop Mode): Remove "set target-async 1"
151 from example.
152 (Asynchronous and non-stop modes): Document '-gdb-set mi-async'.
153 Mention that target-async is now deprecated.
154 (Maintenance Commands): Document maint set/show target-async.
155
92bcb5f9
PA
1562014-05-29 Pedro Alves <palves@redhat.com>
157
158 * observer.texi (sync_execution_done, command_error): New
159 subjects.
160
fd664c91
PA
1612014-05-29 Pedro Alves <palves@redhat.com>
162
163 PR gdb/13860
164 * observer.texi (signal_received, end_stepping_range)
165 (signal_exited, exited, no_history): New observer subjects.
166
b2715b27
AW
1672014-05-26 Andy Wingo <wingo@igalia.com>
168
169 * guile.texi (GDB Scheme Data Types): Remove documentation for
170 removed interfaces. Update spelling of gdb-object-kind.
171
9eaa4c1e
AW
1722014-05-26 Andy Wingo <wingo@igalia.com>
173
174 * guile.texi (Basic Guile): Fix some typos.
175
0f1e8403
AW
1762014-05-26 Andy Wingo <wingo@igalia.com>
177
178 * guile.texi (Writing a Guile Pretty-Printer)
179 (Guile Types Module): Fix excess parentheses in use-modules forms.
180
697aa1b7
EZ
1812014-05-24 Eli Zaretskii <eliz@gnu.org>
182
183 * guile.texi (Types In Guile, Basic Guile, Frames In Guile)
184 (Breakpoints In Guile, Guile Printing Module)
185 (Guile Exception Handling, Values From Inferior In Guile)
186 (Objfiles In Guile, Breakpoints In Guile, Memory Ports in Guile):
187 Don't use @var at the beginning of a sentence.
188
189 * gdb.texinfo (Frame Filter Management, Trace Files)
190 (C Operators, Ada Tasks, Calling, Bootstrapping, ARM)
191 (PowerPC Embedded, Define, Annotations for Running)
192 (IPA Protocol Commands, Packets, General Query Packets)
193 (Tracepoint Packets, Notification Packets, Environment)
194 (Inferiors and Programs, Set Breaks, Set Catchpoints)
195 (Continuing and Stepping, Signals, Thread-Specific Breakpoints)
196 (Frames, Backtrace, Selection, Expressions, Registers)
197 (Trace State Variables, Built-In Func/Proc, Signaling, Files)
198 (Numbers, GDB/MI Async Records, GDB/MI Data Manipulation)
199 (Source Annotations, Using JIT Debug Info Readers, Packets)
200 (Stop Reply Packets, Host I/O Packets)
201 (Target Description Format): Don't use @var at the beginning of a
202 sentence.
203
204 * python.texi (Basic Python, Types In Python)
205 (Commands In Python, Frames In Python, Line Tables In Python)
206 (Breakpoints In Python, gdb.printing, gdb.types)
207 (Type Printing API): Don't use @var at the beginning of a
208 sentence.
209
67b5c0c1
MM
2102014-05-23 Markus Metzger <markus.t.metzger@intel.com>
211
212 * gdb.texinfo (Process Record and Replay): Document "set/show btrace
213 replay-memory-access".
214
6a3cb8e8
PA
2152014-05-21 Pedro Alves <palves@redhat.com>
216
217 * gdb.texinfo (Starting): Document "set/show
218 auto-connect-native-target".
219 (Target Commands): Document "target native".
220
936d2992
PA
2212014-05-20 Pedro Alves <palves@redhat.com>
222
223 * gdb.texinfo (Memory) <compare-sections>: Generalize comments to
224 not be remote specific. Add cross reference to the qCRC packet.
225 (Separate Debug Files): Update cross reference to the qCRC packet.
226 (General Query Packets) <qCRC packet>: Add anchor.
227
b3ce5e5f
DE
2282014-05-17 Doug Evans <xdje42@gmail.com>
229
230 Copy over changes from guile.texi.
231 * python.texi (Basic Python) <gdb.execute>: Add text.
232 (Basic Python) <gdb.post_event>: Remove "main" from "main GDB thread".
233 (Values From Inferior) <Python string>: Add text.
234 (Values From Inferior) <Value.string>: Clarify string length handling.
235 (Pretty Printing API): Add cindex.
236 (Types In Python) <TYPE_CODE_*>: Use vtable instead of table.
237 Remove unnecessary index of gdb.TYPE_CODE_*. Replace @findex with
238 @vindex.
239 (Commands In Python) <COMPLETE_*>: Similarly.
240 (Symbols In Python) <SYMBOL_*>: Similarly.
241 (Breakpoints In Python) <WP_*>: Similarly.
242 (Breakpoints In Python) <BP_*>: Similarly.
243
8dfcab11
DT
2442014-05-17 David Taylor <dtaylor@emc.com>
245
246 * gdb.texinfo (General Query Packets): Add a note about thread IDs
247 mentioned in the qfThreadInfo reply.
248
8d551b02
DE
2492014-05-16 Doug Evans <dje@google.com>
250
251 * gdb.texinfo (Mode Options): Add -D.
252
e20bd8f4
SB
2532014-05-09 Samuel Bronson <naesten@gmail.com>
254
255 * Makefile.in (PACKAGE): Copy from ../Makefile.in in case of
256 "make -C".
257
f989a1c8
TT
2582014-04-29 Tom Tromey <tromey@redhat.com>
259
260 * gdb.texinfo (Debugging Output): Rename to "set debug varobj" and
261 "show debug varobj".
262
95cf3b38
DT
2632014-05-01 David Taylor <dtaylor@emc.com>
264
265 * gdb.texinfo (compare-sections): Document the new -r (read-only)
266 option.
267
01f9f808
MS
2682014-04-24 Michael Sturm <michael.sturm@mintel.com>
269 Walfred Tedeschi <walfred.tedeschi@intel.com>
270
271 * gdb.texinfo (i386 Features): Add description of AVX512
272 registers.
273
770e7fc7
DE
2742014-03-31 Doug Evans <dje@google.com>
275
276 * gdb.texinfo (Symbols): Document set/show print symbol-loading.
277
97d8f0ee
DE
2782014-03-30 Doug Evans <dje@google.com>
279
280 * gdb.texinfo (Non-Stop Mode): Remove trailing whitespace.
281 (Background Execution): Ditto.
282
36cb1214
HZ
2832014-03-21 Pedro Alves <palves@redhat.com>
284 Stan Shebs <stan@codesourcery.com>
285 Hui Zhu <hui@codesourcery.com>
286
287 * gdb.texinfo (Packets): Add anchor to "? packet".
288 Remove fixme and update introduction of "k packet".
289 Add anchor to "vKill packet".
290
5e3a2c38
SS
2912014-03-12 Stan Shebs <stan@codesourcery.com>
292
293 * Doxyfile-gdb-api.in (INPUT): Add gdbtypes.h.
294
7a5a839f
LC
2952014-02-26 Ludovic Courtès <ludo@gnu.org>
296
dc6ae996 297 * guile.texi (Basic Guile): Document 'history-append!'.
7a5a839f 298
95060284
JB
2992014-02-20 Joel Brobecker <brobecker@adacore.com>
300
301 * gdb.texinfo (Files): Document "add-shared-symbol-files"
302 and "assf" as being deprecated.
303 (Cygwin Native): Likewise for "dll-symbols".
304 (Non-debug DLL Symbols): Remove reference to "dll-symbols"
305 as a way to force the loading of symbols from a DLL.
306
f7bd0f78
SC
3072014-02-19 Siva Chandra Reddy <sivachandra@google.com>
308
309 * python.texi (Values From Inferior): Add description about the
310 new feature.
311
329baa95
DE
3122014-02-17 Doug Evans <xdje42@gmail.com>
313
314 * Makefile.in (GDB_DOC_FILES): Add python.texi.
315 * gdb.texinfo (Python): Moved to ...
316 * python.texi: ... here. New file.
317
687894f5
DE
3182014-02-17 Ludovic Courtès <ludo@gnu.org>
319
d25f38ee 320 * guile.texi (Writing a Guile Pretty-Printer) <example>:
687894f5
DE
321 Remove 'string-begins-with' procedure. Add 'pretty-printer'
322 parameter to 'str-lookup-function' procedure. Look for
323 the "std::string<" prefix.
324 (Frames In Guile): Add 'frame' parameter to 'frame-read-var'.
325 Adjust description.
326
6fb526ee
DE
3272014-02-11 Tejas Belagod <tejas.belagod@arm.com>
328
d25f38ee 329 * guile.texi (Values From Inferior In Guile): Remove stray
6fb526ee
DE
330 parantheses for deffn.
331 (Disassembly In Guile): Ditto.
332
1e0a5178
SS
3332014-02-10 Stan Shebs <stan@codesourcery.com>
334
335 Add Doxygen support.
336 * Makefile.in (doxy): New action, generates Doxygen files.
337 (DOXYGEN): New.
338 (doxyedit): New.
339 * Doxyfile-base.in: New file.
340 * Doxyfile-gdb-api.in: New file.
341 * Doxyfile-gdb-xref.in: New file.
342 * Doxyfile-gdbserver.in: New file.
343 * doxy-index.in: New file.
344 * filter-for-doxygen: New file.
345 * filter-params.pl: New file.
346
ed3ef339
DE
3472014-02-10 Doug Evans <xdje42@gmail.com>
348
349 * Makefile.in (GDB_DOC_FILES): Add guile.texi.
350 * gdb.texinfo (Auto-loading): Add set/show auto-load guile-scripts.
351 (Extending GDB): New menu entries Guile, Multiple Extension Languages.
352 (Guile docs): Include guile.texi.
353 (objfile-gdbdotext file): Add objfile-gdb.scm.
354 (dotdebug_gdb_scripts section): Mention Guile scripts.
355 (Multiple Extension Languages): New node.
356 * guile.texi: New file.
357
c6044dd1
JB
3582014-01-28 Joel Brobecker <brobecker@adacore.com>
359
360 * gdb.texinfo (Ada Glitches): Document the new "maint ada set/show
361 ignore-descriptive-types". commands.
362
87ce2a04
DE
3632014-01-22 Doug Evans <dje@google.com>
364
365 * gdb.texinfo (Server): Mention --debug-format=all|none|timestamp.
366 (gdbserver man): Ditto.
367
52834460
MM
3682014-01-16 Markus Metzger <markus.t.metzger@intel.com>
369
370 * gdb.texinfo: Document limited reverse/replay support
371 for target record-btrace.
372
0688d04e
MM
3732014-01-16 Markus Metzger <markus.t.metzger@intel.com>
374
375 * gdb.texinfo (Process Record and Replay): Update documentation.
376
8710b709
MM
3772014-01-16 Markus Metzger <markus.t.metzger@intel.com>
378
379 * gdb.texinfo (Process Record and Replay): Document new /c
380 modifier accepted by "record function-call-history".
381 Add /i modifier to "record function-call-history" example.
382
dcf106f3
JB
3832014-01-15 Yuanhui Zhang <asmwarrior@gmail.com>
384 Joel Brobecker <brobecker@adacore.com>
385
386 * gdb.texinfo (GDB/MI Output Syntax): Add some missing "nl"
387 markers. Remove one that was misplaced.
388
41ef2965
PA
3892014-01-10 Pedro Alves <palves@redhat.com>
390
391 * gdb.texinfo (Your Program's Environment) <set environment>:
392 Mention the shell, and point at 'set exec-wrapper'.
393
c0d48811
JB
3942014-01-07 Joel Brobecker <brobecker@adacore.com>
395
396 * gdb.texinfo (Types In Python): Document new attribute Types.name.
397
5fba4c0f
JB
3982013-12-30 Joel Brobecker <brobecker@adacore.com>
399
400 * gdb.texinfo (Types In Python): Clarify the documentation
401 of attribute gdb.Field.bitpos.
402
0809504b
JB
4032013-12-28 Joel Brobecker <brobecker@adacore.com>
404
405 * gdb.texinfo (Types In Python): Fix the documentation of
406 attribute "bitpos" in class gdb.Field for enum types. Add
407 documentation for attribute "enumval" in that same class.
408
edef6000
JB
4092013-12-28 Joel Brobecker <brobecker@adacore.com>
410
411 * gdb.texinfo (GDB/MI Support Commands): Change @table into
412 @ftable.
413
71b8c845
DE
4142013-12-23 Doug Evans <xdje42@gmail.com>
415
416 * gdb.texinfo (Auto-loading): Move menu up. Move discussion of
417 auto-loaded objfile scripts and .debug_gdb_scripts section to their
418 corresponding section in Extending GDB.
419 (Extending GDB): Move menu up. New menu item "Auto-loading
420 extensions".
421 (Sequences): New menu item "Auto-loading sequences".
422 (Auto-loading sequences): New node.
423 (Python): Rename section from Scripting GDB to Extending GDB.
424 (Python Auto-loading): Update xref, refer to "Auto-loading extensions".
425 Move docs on ways to auto-load extensions to ...
426 (Auto-loading extensions): ... here. New node.
427
d192b373
JB
4282013-12-23 Joel Brobecker <brobecker@adacore.com>
429
430 * gdb.texinfo (GDB/MI): Add "GDB/MI Support Commands" entry
431 in menu.
432 (GDB/MI Variable Objects): Adjust reference to "-list-features"
433 command, now in a new node.
434 (GDB/MI Support Commands): New node, with its contents being
435 extracted from the "GDB/MI Miscellaneous Commands" node.
436 A small paragraph introducing the section is also added at
437 the start.
438 (GDB/MI Miscellaneous Commands): Delete the description of the
439 -info-gdb-mi-command, -list-features and -list-target-features
440 commands, now hosted in the "GDB/MI Support Commands" node.
441
a16b0e22
SC
4422013-12-12 Siva Chandra Reddy <sivachandra@google.com>
443
444 PR python/16113
445 * gdb.texinfo (Values From Inferior): Add a note about using
446 gdb.Field objects as subscripts on gdb.Value objects.
447 (Types In Python): Add description about the new attribute
448 "parent_type" of gdb.Field objects.
449
9b26f0fb
JB
4502013-12-12 Joel Brobecker <brobecker@adacore.com>
451
452 * gdb.texinfo (GDB/MI Miscellaneous Commands): Add @cindex
453 entry for section docuumenting the -list-features GDB/MI command.
454
72bfa06c
JB
4552013-12-10 Joel Brobecker <brobecker@adacore.com>
456
457 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document the new
458 "exec-run-start-option" entry in the output of the "-list-features"
459 command.
460
3ea8680f
EZ
4612013-12-04 Eli Zaretskii <eliz@gnu.org>
462
463 * gdb.texinfo (i386): Fix yesterday's commit.
464
1a4f73eb
TT
4652013-12-03 Tom Tromey <tromey@redhat.com>
466
467 * gdb.texinfo (Set Catchpoints): Add @kindex for each command
468 documented here.
469
6cb999f8
TT
4702013-12-03 Tom Tromey <tromey@redhat.com>
471
472 * gdb.texinfo (@direntry): Add menu item for gdbserver.
473
ca8941bb
WT
4742013-12-03 Walfred Tedeschi <walfred.tedeschi@intel.com>
475
476 * gdb.texinfo (i386 Features): Add MPX feature registers.
477 (x86 Specific featuresx86 Architecture-specific Issues): Adds
478 a subsubsection for MPX and describes the display of the
479 boundary registers.
480
688981c9
JB
4812013-12-03 Joel Brobecker <brobecker@adacore.com>
482
483 * gdb.texinfo (GDB/MI Miscellaneous Commands): Remove the
484 documentation of the "ada-exceptions" entry.
485
2ea126fa
JB
4862013-12-03 Joel Brobecker <brobecker@adacore.com>
487
488 * gdb.texinfo (GDB/MI Result Records): Fix the syntax of the
489 "^error" result record concerning the error message. Document
490 the error code that may also be part of that result record.
491 (GDB/MI Miscellaneous Commands): Document the
492 "undefined-command-error-code" element in the output of
493 the "-list-features" GDB/MI command.
494
6b7cbff1
JB
4952013-12-03 Joel Brobecker <brobecker@adacore.com>
496
497 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document
498 the new -info-gdb-mi-command GDB/MI command. Document
499 the meaning of "-info-gdb-mi-command" in the output of
500 -list-features.
501
20e1ca3b
PA
5022013-11-29 Pedro Alves <palves@redhat.com>
503
504 * gdb.texinfo (Frames In Python) <gdb.FRAME_UNWIND_NULL_ID>:
505 Update comment.
506
29453a14
YQ
5072013-11-24 Yao Qi <yao@codesourcery.com>
508
509 * gdb.texinfo (Caching Remote Data): Document new
510 "set/show stack-cache" option.
511
6dd315ba
YQ
5122013-11-24 Yao Qi <yao@codesourcery.com>
513
514 * gdb.texinfo (Caching Target Data): Replace "ON" with "on".
515 (Maintenance Commands): Replace "ON" and "OFF" with "on" and
516 "off" respectively.
517
9df9dbe0
YQ
5182013-11-23 Yao Qi <yao@codesourcery.com>
519
520 * gdb.texinfo (GDB/MI Variable Objects): Add the description
521 of "displayhint" to the table about child results.
522
c78feb39
YQ
5232013-11-21 Yao Qi <yao@codesourcery.com>
524
525 * gdb.texinfo (GDB/MI Variable Objects): Add attribute
526 'dynamic' for the output of command -var-list-children.
527
27b81af3
YQ
5282013-11-21 Yao Qi <yao@codesourcery.com>
529
530 * gdb.texinfo (Caching Target Data): Remove "see" before
531 @pxref.
532
b26dfc9a
YQ
5332013-11-20 Yao Qi <yao@codesourcery.com>
534
535 * gdb.texinfo (Caching Target Data): Update doc for
536 per-address-space dcache.
537
b12039c6
YQ
5382013-11-20 Yao Qi <yao@codesourcery.com>
539
540 * gdb.texinfo (Data): Rename menu item.
541 (Caching Remote Data): Rename to ...
542 (Caching Target Data): ... it. Update.
543
422ad5c2
JB
5442013-11-18 Joel Brobecker <brobecker@adacore.com>
545
546 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document the new
547 "language-option" entry in the output of the "-list-features"
548 command.
549
805e1f19
TT
5502013-11-15 Tom Tromey <tromey@redhat.com>
551
552 * gdb.texinfo (Variables): Note gdb rules for ambiguous cases.
553 Add example.
554
8fe1b653
TT
5552013-11-14 Tom Tromey <tromey@redhat.com>
556
557 * gdb.texinfo (Breakpoints In Python): Replace "as" with "in".
558
403cb6b1
JB
5592013-11-14 Joel Brobecker <brobecker@adacore.com>
560
561 * gdb.texinfo (Show): Add xref anchor for "show language" command.
562 (Context management): Place current subsection text into its own
563 subsubsection. Add new subsubsection describing the "--language"
564 command option.
565
93973826
JB
5662013-11-13 Joel Brobecker <brobecker@adacore.com>
567
568 * gdb.texinfo (GDB/MI Miscellaneous Commands): Delete
569 the documentation of "info-ada-exceptions" in the output
570 of the "-list-features" command. Add the documentation
571 of the "ada-exception" entry instead.
572
6adcee18
JB
5732013-11-12 Joel Brobecker <brobecker@adacore.com>
574
93973826 575
6adcee18
JB
576 * gdb.texinfo (GDB/MI Miscellaneous Commands): Fix the first
577 word of a couple of sentences to start with a capital letter.
578
58d06528
JB
5792013-11-12 Joel Brobecker <brobecker@adacore.com>
580
581 * gdb.texinfo (Ada): Add entry in menu for new "Ada Exceptions" node.
582 (Ada Exceptions): New node.
583 (GDB/MI): Add entry in menu for new "GDB/MI Ada Exceptions
584 Commands" node.
585 (GDB/MI Ada Exceptions Commands): New node.
586 (GDB/MI Miscellaneous Commands): Document new "info-ada-exceptions"
587 field in the output of the "-list-features" command.
588 * NEWS: Add entry for the new "info exceptions" CLI command,
589 and for the new "-info-ada-exceptions" GDB/MI command.
590
bc79de95
PM
5912013-11-11 Phil Muldoon <pmuldoon@redhat.com>
592
593 * gdb.texinfo (Symbol Tables In Python): Add linetable method entry.
594 (Line Tables In Python): New node.
595
73be47f5
DE
5962013-11-08 Doug Evans <dje@google.com>
597
598 * gdb.texinfo (Debugging Output): Update text for
599 "set debug dwarf2-read".
600
db0fec5c
DE
6012013-11-08 Doug Evans <dje@google.com>
602
603 * gdb.texinfo (Debugging Output): Update text for
604 "set debug symtab-create".
605
92e32e33
PM
6062013-11-07 Phil Muldoon <pmuldoon@redhat.com>
607
608 * gdb.texinfo (Commands In Python): Document COMPLETE_EXPRESSION
609 constant.
610
f76c27b5
PM
6112013-11-07 Phil Muldoon <pmuldoon@redhat.com>
612
613 * gdb.texinfo (Breakpoints In Python): Document temporary
614 option in breakpoint constructor, and add documentation to the
615 temporary attribute.
616
fa4d0c40
YQ
6172013-11-07 Yao Qi <yao@codesourcery.com>
618
619 * gdb.texinfo (GDB/MI Variable Objects): Update doc about the
620 output of "-var-info-expression".
621
afa332ce
PA
6222013-11-06 Pedro Alves <palves@redhat.com>
623
624 * gdb.texinfo (Starting) <set/show startup-with-shell>: Mention
625 non-interactive mode.
626 (Environment) <shell startup files warning>: Mention
627 non-interactive mode. Mention .zshenv for Z shell, and talk about
628 BASH_ENV instead of .bashrc for BASH.
629
9ac69859
NB
6302013-10-29 Nicolas Blanc <nicolas.blanc@intel.com>
631
632 * gdb.texinfo (Commands to Specify Files): Add description
633 of the remove-symbol-file command.
634 * observer.texi: New free_objfile event
635
98882a26
PA
6362013-10-24 Pedro Alves <palves@redhat.com>
637
638 * gdb.texinfo (Starting): Document set/show startup-with-shell.
639
ce13fade
JB
6402013-10-11 Joel Brobecker <brobecker@adacore.com>
641
642 * gdb.texinfo (Shared Library GDB/MI Catchpoint Commands):
643 New subsection inside which the "-catch-load" and "-catch-unload"
644 commands documentation is now placed.
645 (Ada Exception GDB/MI Catchpoint Commands): New subsection
646 documenting the "-catch-assert" and "-catch-exception" new
647 GDB/MI commands.
648
2446f5ea
JB
6492013-10-10 Joel Brobecker <brobecker@adacore.com>
650
651 * gdb.texinfo (Connecting): Remove unnecessary @w{}.
652
0d12017b
JB
6532013-10-10 Joel Brobecker <brobecker@adacore.com>
654
bd80dc1a
JB
655 * gdb.texinfo (Connecting): Replace "set remotebaud" by "set
656 serial baud".
657 (Remote Configuration): Replace "set remotebaud" by "set serial
658 baud". Replace "show remotebaud" by "show serial baud".
0d12017b 659
f4fb82a1
PA
6602013-10-07 Pedro Alves <palves@redhat.com>
661
662 PR breakpoints/11568
663 * gdb.texinfo (Thread-Specific Breakpoints): Mention what happens
664 when the thread is removed from the thread list.
665
0c557179
SDJ
6662013-10-06 Sergio Durigan Junior <sergiodj@redhat.com>
667
668 * gdb.texinfo (Convenience Variables): Document $_exitsignal.
669 Update entry for $_exitcode.
670
5713b9b5
JB
6712013-10-04 Joel Brobecker <brobecker@adacore.com>
672
673 * gdb.texinfo (GDB/MI Program Execution): Document "-exec-run"'s
674 new "--start" option.
675
901461f8
PA
6762013-10-02 Pedro Alves <palves@redhat.com>
677
678 * gdb.texinfo (Registers): Expand description of saved registers
679 in frames. Explain <not saved>.
680
8fb8eb5c
DE
6812013-09-25 Doug Evans <dje@google.com>
682
683 * gdb.texinfo (Debugging Output): Document set/show debug symfile.
684
0a7cfe2c
SS
6852013-09-16 Stan Shebs <stan@codesourcery.com>
686
687 Remove the internals manual gdbint.texinfo.
688 * Makefile.in (INFO_DEPS): Remove gdbint.info.
689 (PDFFILES): Remove gdbint.pdf.
690 (HTMLFILES): Remove gdbint/index.html.
691 (HTMLFILES_INSTALL): Remove gdbint.
692 (GDBINT_DOC_FILES): Remove.
693 (dvi): Remove gdbint.dvi.
694 (ps): Remove gdbint.ps.
695 * gdbint.texinfo: Remove file.
696 * gdb.texinfo (Maintenance Commands): Remove reference to gdbint.
697
a280dbd1
SDJ
6982013-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
699
700 * gdb.texinfo (Convenience Functions): Mention new convenience
701 function $_isvoid.
702
4ac33720
UW
7032013-09-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
704
705 * gdb.texinfo (Decimal Floating Point format): Mention S/390.
706 (Standard Target Features): Add new node to menu.
707 (S/390 and System z Features): New node.
708
b3d3b4bd
SA
7092013-09-13 Sanimir Agovic <sanimir.agovic@intel.com>
710
711 * gdb.texinfo (GDB/MI Miscellaneous Commands): Use
712 -list-target-features in the example.
713
edf9f00c
JK
7142013-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
715
716 * gdb.texinfo (MiniDebugInfo): Prepare file debug and use it to create
717 mini_debuginfo. Strip binary before adding mini_debuginfo to it.
718
1d236d23
JK
7192013-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
720
721 Sync documentation with gdb.base/gnu-debugdata.exp.
722 * gdb.texinfo (MiniDebugInfo): Add comment and "D" in the example.
723
5423b017
JK
7242013-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
725
726 * gdb.texinfo (MiniDebugInfo): Fix two trailing dots.
727
6211c335
YQ
7282013-08-27 Pedro Alves <pedro@codesourcery.com>
729 Yao Qi <yao@codesourcery.com>
730
731 * gdb.texinfo (GDB/MI Stack Manipulation) <-stack-list-locals>:
732 Document new --skip-unavailable option.
733 <-stack-list-variables>: Document new --skip-unavailable option.
734
52e260a3
DE
7352013-08-26 Doug Evans <dje@google.com>
736
737 * gdb.texinfo (Maintenance Commands): "maint print objfiles" now takes
738 an optional regexp.
739
5e92f71a
TT
7402013-08-13 Tom Tromey <tromey@redhat.com>
741
742 * gdbint.texinfo (Testsuite): Use @table, not @itemize.
743 Document GDB_PARALLEL and GDB_INOTIFY.
744
c5d7073b
SS
7452013-08-09 Stan Shebs <stan@codesourcery.com>
746
747 * LRS: Remove file, describes a long-abandoned live-range
748 splitting extension to stabs.
749
6fbe845e
AB
7502013-07-25 Andrew Burgess <aburgess@broadcom.com>
751
752 * gdb.texinfo (Output Formats): Mention the new 'z' formatter.
753
e7045703
DE
7542013-07-17 Doug Evans <dje@google.com>
755
756 * gdb.texinfo (Print Settings): Document "print raw frame-arguments".
757
3105ebf9
TT
7582013-07-02 Tom Tromey <tromey@redhat.com>
759
760 * gdb.texinfo (Target Commands): Don't mention "target nrom".
761
d6c2da54
TT
7622013-06-28 Tom Tromey <tromey@redhat.com>
763
764 * Makefile.in (version.subst): Use version.in, not
765 common/version.in.
766 * gdbint.texinfo (Versions and Branches, Releasing GDB):
767 Likewise.
768
e5823f1c
PA
7692013-06-27 Pedro Alves <palves@redhat.com>
770
771 * gdbint.texinfo (Algorithms) <Stepping over runtime loader
772 dynamic symbol resolution code>: New section, based on infrun.c
773 comment.
774
92dcb9ff
TT
7752013-06-26 Tom Tromey <tromey@redhat.com>
776
777 * gdbint.texinfo (Versions and Branches): Use common/version.in.
778 Update.
779 (Releasing GDB): Likewise.
780
dc673c81
YQ
7812013-06-26 Pedro Alves <pedro@codesourcery.com>
782 Yao Qi <yao@codesourcery.com>
783
784 * gdb.texinfo (GDB/MI Tracepoint Commands): Document
785 -trace-frame-collected.
786
28a93511
YQ
7872013-06-26 Pedro Alves <pedro@codesourcery.com>
788
789 * gdb.texinfo (Traceframe Info Format): Document tvar element
790 and its attributes.
791
a0743c90
YQ
7922013-06-25 Yao Qi <yao@codesourcery.com>
793
794 * gdbint.texinfo (Testsuite): Document 'gdb,predefined_tsv'.
795
01208463
TT
7962013-06-24 Tom Tromey <tromey@redhat.com>
797
798 * Makefile.in (POD2MAN1, POD2MAN5): Use version.subst.
799 (GDBvn.texi): Use version.subst.
800 (version.subst): New target.
801 (mostlyclean): Remove version.subst.
802
c898adb7
YQ
8032013-06-20 Pedro Alves <pedro@codesourcery.com>
804
805 * gdb.texinfo (GDB/MI Data Manipulation)
806 <-data-list-register-values>: Document the --skip-unavailable
807 option.
808
7c57fa1e
YQ
8092013-06-07 Yao Qi <yao@codesourcery.com>
810
811 * gdb.texinfo (Symbols): Add kindex and cindex for
812 'maint print msymbols'.
813
0059c61a 8142013-06-05 Simon Marchi <simon.marchi@ericsson.com> (tiny change)
b7742092
MK
815
816 * gdb.texinfo (Miscellaneous gdb/mi Commands): Fix -add-inferior
817 response field name (thread-group to inferior).
818
85dc5a12
GB
8192013-06-04 Gary Benson <gbenson@redhat.com>
820
821 * gdb.texinfo (General Query Packets/qSupported): Added
822 "qXfer:libraries-svr4:read" and "augmented-libraries-svr4-read".
823 to the table of currently defined stub features.
824 Added a more detailed entry for "augmented-libraries-svr4-read".
825 (General Query Packets/qXfer:libraries-svr4:read): Documented
826 the augmented form of this packet.
827
5901af59
JB
8282013-05-23 Joel Brobecker <brobecker@adacore.com>
829
830 * gdb.texinfo (System-wide Configuration Scripts): Renames
831 "Installed System-wide Configuration Scripts". Add associated
832 @menu block.
833
c1e36e3e
PA
8342013-05-23 Yao Qi <yao@codesourcery.com>
835 Pedro Alves <palves@redhat.com>
836
837 * gdb.texinfo (Packets): Document 'vCont;r'.
838 (Continuing and Stepping): Document target-assisted range
839 stepping, and the 'set range-stepping' and 'show range-stepping'
840 commands.
841
0201faac
JB
8422013-05-23 Joel Brobecker <brobecker@adacore.com>
843
844 * gdb.texinfo (Installed System-wide Configuration Scripts):
845 Add subsection describing the scripts now available under
846 the data-dir's system-gdbbinit subdirectory.
847 * NEWS: Add entry announcing the availability of system-wide
848 configuration scripts for ElinOS and Wind River Linux.
849
c5867ab6
HZ
8502013-05-21 Hui Zhu <hui@codesourcery.com>
851
852 * gdb.texinfo (GDB/MI Breakpoint Commands): Describe the
853 "-dprintf-insert" command.
854
7d0c9981
DE
8552013-05-17 Doug Evans <dje@google.com>
856
857 * gdb.texinfo (Maintenance Commands): Update doc for
858 "maint check-psymtabs". Add doc for "maint check-symtabs",
859 "maint expand-symtabs".
860
742ce053
MM
8612013-05-15 Markus Metzger <markus.t.metzger@intel.com>
862
863 * gdb.texinfo (Process Record and Replay): Document the
864 "record goto" command and its sub-commands.
865
1e611234
PM
8662013-05-10 Phil Muldoon <pmuldoon@redhat.com>
867
868 * gdb.texinfo (Backtrace): Add "no-filter" argument.
869 (Python API): Add Frame Filters API, Frame Wrapper API,
870 Writing a Frame Filter/Wrapper, Managing Management of Frame
871 Filters chapter entries.
872 (Frame Filters API): New Node.
873 (Frame Wrapper API): New Node.
874 (Writing a Frame Filter): New Node.
875 (Managing Frame Filters): New Node.
876 (Progspaces In Python): Add note about frame_filters attribute.
877 (Objfiles in Python): Ditto.
878 (GDB/MI Stack Manipulation): Add -enable-frame-filters command,
879 @anchors and --no-frame-filters option to -stack-list-variables,
880 -stack-list-frames, -stack-list-locals and -stack-list-arguments
881 commands.
882
2874cb83
JB
8832013-05-08 Joel Brobecker <brobecker@adacore.com>
884
885 * gdbint.texinfo (Native Debugging): Add "AIX Shared Library
886 Support" subsection documenting the XML format used to transfer
887 shared library info on AIX.
888
9a005eb9
JB
8892013-05-08 Joel Brobecker <brobecker@adacore.com>
890
891 * gdb.texinfo (Debugging Output): Add documentation of
892 "set debug aix-solib" and "show debug aix-solib" commands.
893
a1217d97
SL
8942013-05-06 Sandra Loosemore <sandra@codesourcery.com>
895
896 * gdb.texinfo (Nios II): New section.
897 (Nios II Features): New section.
898
4d1eb6b4
JB
8992013-05-06 Joel Brobecker <brobecker@adacore.com>
900
901 * gdbint.texinfo (Algorithms): Remove entries documenting
902 DEPRECATED_IBM6000_TARGET, SOLIB_ADD, and
903 SOLIB_CREATE_INFERIOR_HOOK.
904
3f84184e
TT
9052013-04-29 Tom Tromey <tromey@redhat.com>
906
907 PR python/14204:
908 * gdb.texinfo (Python API): Fix menu entry.
909 (Blocks In Python): Fix subsubsection text. Rewrite intro.
910 Define global and static block. Add example. Clarify
911 block relationship for inline functions.
912
60155234
TT
9132013-04-29 Tom Tromey <tromey@redhat.com>
914
915 * gdb.texinfo (Python API): Mention Python help and keyword
916 arguments. Move pagination text to Basic Python.
917 (Basic Python): Put pagination text here. Document
918 close-on-exec, SIGCHLD, and SIGINT.
919
5360976e
PA
9202013-04-19 Pedro Alves <palves@redhat.com>
921
922 * gdbint.texinfo (Misc Guidelines) <Compiler Warnings>: Write
923 "signedness" instead of "signness".
924
bd3f3b55
PA
9252013-04-19 Pedro Alves <palves@redhat.com>
926
927 * gdbint.texinfo (Misc Guidelines) <Compiler Warnings>: Replace
928 -Wno-pointer-sign text with text on -Wpointer-sign.
929
dee368d3
TT
9302013-04-16 Tom Tromey <tromey@redhat.com>
931
932 * gdb.texinfo (Set Catchpoints): Mention earliest version of
933 GCC that has the SDT probe points.
934
cc16e6c9
TT
9352013-04-15 Tom Tromey <tromey@redhat.com>
936
937 * gdb.texinfo (Set Catchpoints): Document regexp syntax for
938 exception catchpoints.
939
72f1fe8a
TT
9402013-04-15 Tom Tromey <tromey@redhat.com>
941
942 * gdb.texinfo (Set Catchpoints): Document $_exception.
943 (Convenience Vars): Mention $_exception.
944
591f19e8
TT
9452013-04-15 Tom Tromey <tromey@redhat.com>
946
947 * gdb.texinfo (Set Catchpoints): Reorganize exception
948 catchpoints. Document "catch rethrow".
949 (Debugging C Plus Plus): Mention "catch rethrow".
950
02ae6bad
TT
9512013-04-15 Tom Tromey <tromey@redhat.com>
952
953 * gdb.texinfo (Set Catchpoints): Remove obsolete text.
954
2c91021c
JK
9552013-04-12 Jan Kratochvil <jan.kratochvil@redhat.com>
956 Eli Zaretskii <eliz@gnu.org>
957
958 * gdb.texinfo (Auto-loading safe path): Add quick -iex using command
959 line below the sample output.
960
6eaaf48b
EZ
9612013-04-12 Eli Zaretskii <eliz@gnu.org>
962
963 * gdb.texinfo (Mode Options): Document '-configuration'.
964 (Help): Document "show configuration".
965 (Bug Reporting): Add requirements to include the configuration
966 details in bug reports.
967
b292c783
JK
9682013-04-11 Jan Kratochvil <jan.kratochvil@redhat.com>
969
970 * Makefile.in (MAN1S): Add gcore.1.
971 Remove "Host, target, and site specific Makefile fragments" comment.
972 (@host_makefile_frag@, HAVE_NATIVE_GCORE_TARGET): New.
973 (install-man1, uninstall-man1): Conditionalize gcore.1.
974 (gcore.1): New.
975 * gdb.texinfo (Man Pages): Add gcore man.
976 (gcore man): New node.
977
f81d1120
PA
9782013-04-10 Pedro Alves <palves@redhat.com>
979
980 * gdb.texinfo (Process Record and Replay): Document that "set
981 record full insn-number-max", "set record
982 instruction-history-size" and "set record
983 function-call-history-size" accept "unlimited".
984 (Backtrace): Document that "set backtrace limit" accepts
985 "unlimited".
986 (List): Document that "set listsize" accepts "unlimited".
987 (Print Settings)" Document that "set print max-symbolic-offset",
988 "set print elements" and "set print repeats" accept "unlimited".
989 (Starting and Stopping Trace Experiments): Document that "set
990 trace-buffer-size" accepts "unlimited".
991 (Remote Configuration): Document that "set tcp connect-timeout"
992 accepts "unlimited".
993 (Command History): Document that "set history size" accepts
994 "unlimited".
995 (Screen Size): Document that "set height" and "set width" accepts
996 "unlimited". Adjust "set pagination"'s description to suggest
997 "set height unlimited" instead of "set height 0".
998
393fd4c3
YQ
9992013-04-10 Yao Qi <yao@codesourcery.com>
1000
1001 * gdb.texinfo (Trace Files): Add "target ctf".
1002
cba5a7bf
JK
10032013-04-06 Jan Kratochvil <jan.kratochvil@redhat.com>
1004
1005 * Makefile.in (POD2MAN1, POD2MAN5): Replace $(VERSION) by ../version.in.
1006
0ed630cb
JK
1007 * Makefile.in (install-man1, install-man5, uninstall-man1)
1008 (uninstall-man5): Replace $(MANS) by $(MAN1S) and $(MAN5S) respectively.
1009
afe1492b
JK
1010 * Makefile.in (gdb.1, gdbserver.1, gdbinit.5): Use $(srcdir).
1011
5b8b6385
JK
10122013-04-06 Jan Kratochvil <jan.kratochvil@redhat.com>
1013 Eli Zaretskii <eliz@gnu.org>
1014
1015 * gdb.texinfo (gdbserver man): Rename tty to comm. Swap --attach
1016 parameters order. Remove "On some targets" for --attach. Document the
1017 --multi parameter and extended-remote command. Document all the
1018 options.
1019
906ccdf0
JK
10202013-04-05 Jan Kratochvil <jan.kratochvil@redhat.com>
1021
1022 * gdb.texinfo (gdb man): Mention option -p. Include Fortran to
1023 the list of supported languages.
1024
43662968
JK
10252013-04-05 Jan Kratochvil <jan.kratochvil@redhat.com>
1026
1027 Convert man pages to texinfo, new gdbinit.5 texinfo page.
1028 * Makefile.in (mandir, man1dir, man5dir, SYSTEM_GDBINIT, MANCONF,
1029 (TEXI2POD, POD2MAN1, POD2MAN5, MAN1S, MAN5S, MANS, man): New.
1030 (diststuff): Add man.
1031 (install-man, install-man1, install-man5, uninstall-man, uninstall-man1)
1032 (uninstall-man5): New.
1033 (STAGESTUFF): Add *.1 and *.5.
1034 (GDBvn.texi): Add SYSTEM_GDBINIT.
1035 (gdb.1, gdbserver.1, gdbinit.5): New.
1036 (maintainer-clean realclean): Add $(MANS).
1037 (install): Add install-man.
1038 (uninstall): Add uninstall-man.
1039 * gdb.texinfo (@include gdb-cfg.texi): Wrap it by @c man begin INCLUDE.
1040 (@copying): Wrap it by @c man begin COPYRIGHT.
1041 (Top): Add Man Pages.
1042 (Man Pages, gdb man, gdbserver man, gdbinit man): New.
1043
be9a8770
PA
10442013-04-02 Pedro Alves <palves@redhat.com>
1045
1046 * gdb.texinfo (Debugging Output): Document "set/show debug
1047 aarch64", "set/show debug coff-pe-read" and "set/show debug
1048 mach-o".
1049
a46c1e42
PA
10502013-04-02 Pedro Alves <palves@redhat.com>
1051
1052 * gdb.texinfo (Remote Configuration) <set remote @var{name}-packet
1053 table>: Add entry for "trace-buffer-size".
1054
bd3eecc3
PA
10552013-03-28 Pedro Alves <palves@redhat.com>
1056
1057 * gdb.texinfo (Remote Configuration) <set remote @var{name}-packet
1058 table>: Add entry for "trace-status".
1059
215b9f98
EZ
10602013-03-28 Eli Zaretskii <eliz@gnu.org>
1061
1062 * gdb.texinfo (Maintenance Commands): Use @enumerate, not "@table
1063 @bullet", which is invalid (makeinfo 5.1 barfs).
1064
7f7cc265
PA
10652013-03-28 Pedro Alves <palves@redhat.com>
1066
1067 PR gdb/15294
1068
1069 * gdb.texinfo (List) <set listsize>: Adjust to document that
1070 listsize 0 means no limit, and remove mention of -1.
1071
9c0be723
YQ
10722013-03-22 Yao Qi <yao@codesourcery.com>
1073
1074 * gdb.texinfo (Embedded Processors): Remove menu item
1075 "OpenRISC 1000".
1076 (OpenRISC 1000): Remove.
1077
bd712aed
DE
10782013-03-21 Doug Evans <dje@google.com>
1079
1080 * gdb.texinfo (Maintenance Commands): Add docs for
1081 "mt set per-command {space,time,symtab} {on,off}".
1082
d0353e76
YQ
10832013-03-14 Hui Zhu <hui@codesourcery.com>
1084 Yao Qi <yao@codesourcery.com>
1085
1086 * gdb.texinfo (Trace Files): Add "tsave -ctf".
1087
6dd24dfa
KS
10882013-03-13 Keith Seitz <keiths@redhat.com>
1089
1090 * gdb.texinfo (Maintenance Commands): Add missing ')' for
1091 "maint agent" reference to Dynamic printf.
1092
5c4808ca
EZ
10932013-03-11 Eli Zaretskii <eliz@gnu.org>
1094
1095 * gdb.texinfo (General Query Packets): Don't use colon in index
1096 entries visible to Info format.
1097
59ea5688
MM
10982013-03-11 Markus Metzger <markus.t.metzger@intel.com>
1099
1100 * gdb.texinfo (Process Record and Replay): Document record
1101 changes.
1102
2ae8c8e7
MM
11032013-03-11 Markus Metzger <markus.t.metzger@intel.com>
1104
1105 * gdb.texinfo (Requirements): List qXfer:btrace:read requiring expat.
1106 (General Query Packets): Describe Qbtrace:bts, Qbtrace:off, and
1107 qXfer:btrace:read.
1108
28abe188
EZ
11092013-03-09 Eli Zaretskii <eliz@gnu.org>
1110
1111 * gdb.texinfo (General Query Packets, Tracepoint Packets): Don't
1112 use colons in @anchor and @cindex entries.
1113
be9a119c 11142013-03-09 Hafiz Abid Qadeer <abidh@codesourcery.com>
6790eb9f
HAQ
1115
1116 * gdb.texinfo (QTBuffer:size): Add cindex and anchor.
1117
be9a119c 11182013-03-08 Stan Shebs <stan@codesourcery.com>
f6f899bf
HAQ
1119 Hafiz Abid Qadeer <abidh@codesourcery.com>
1120
1121 * gdb.texinfo (Starting and Stopping Trace Experiments): Document
1122 trace-buffer-size set and show commands.
1123 (Tracepoint Packets): Document QTBuffer:size.
1124 (General Query Packets): Document QTBuffer:size.
1125
d57350ea
TT
11262013-02-21 Tom Tromey <tromey@redhat.com>
1127
1128 * gdb.texinfo: Remove bad @syncodeindex.
1129 (Values From Inferior, Types In Python, Inferiors In Python)
1130 (Events In Python, Threads In Python, Frames In Python, Blocks In
1131 Python, Symbols In Python, Symbol Tables In Python): Remove
1132 @tables.
1133 (Packets, General Query Packets, Tracepoint Packets)
1134 (Host I/O Packets): Use @w{} for empty @item.
1135
9f44fbc0
SCR
11362013-02-20 Siva Chandra Reddy <sivachandra@google.com>
1137
1138 * gdb.texinfo (Architectures In Python): Add description about
1139 the new method gdb.Architecture.disassemble.
1140
f5911ea1
HAQ
11412013-02-15 Pedro Alves <pedro@codesourcery.com>
1142 Hafiz Abid Qadeer <abidh@codesourcery.com>
1143
1144 * gdb.texinfo (GDB/MI Tracepoint Commands) <-trace-status>:
1145 Document the "trace-file" field.
1146
7e1e0340
DE
11472013-02-07 Doug Evans <dje@google.com>
1148
1149 * gdb.texinfo (Machine Code): Clarify argument to disassemble
1150 command.
1151
134a2066
YQ
11522013-02-06 Yao Qi <yao@codesourcery.com>
1153
1154 * gdb.texinfo (GDB/MI Async Records): Document new MI
1155 notification "=tsv-modified". Update the document of MI
1156 notification "=tsv-created".
1157 * observer.texi (GDB Observers): New observer tsv_modified.
1158 Update observer tsv_created and tsv_delete.
1159
430ed3f0
MS
11602013-02-05 Yufeng Zhang <yufeng.zhang@arm.com>
1161
1162 * gdb.texinfo (AArch64 Features): New section; document
1163 org.gnu.gdb.aarch64.core and org.gnu.gdb.aarch64.fpu.
1164 (Architectures): Add new AArch64 section to document AArch64
1165 architecture specific commands.
1166 (ABI): Add description of the new OS ABI "Newlib" and its influence
1167 on the longjmp handling.
1168
1b56eb55
JK
11692013-02-03 Eldar Gaynetdinov <hal9000ed2k@gmail.com>
1170 Jan Kratochvil <jan.kratochvil@redhat.com>
1171
1172 * gdb.texinfo (Backtrace): Added description of 'filename-display'
1173 variable in 'set/show backtrace' section.
1174
c4957902
TT
11752013-01-31 Tom Tromey <tromey@redhat.com>
1176
1177 * gdb.texinfo (Target Commands): Fix typo.
1178
bea883fd
SCR
11792013-01-23 Siva Chandra Reddy <sivachandra@google.com>
1180
1181 * doc/gdb.texinfo (Architectures In Python): New sub-sub-section
1182 describing the gdb.Architecture class.
1183 (Frames In Python): Add description about the new method
1184 gdb.Frame.architecture().
1185
796a7ff8
DE
11862013-01-23 Doug Evans <dje@google.com>
1187
1188 * gdb.texinfo (Index Section Format): Document .gdb_index version 8.
1189
998580f1
MK
11902013-01-21 Marc Khouzam <marc.khouzam@ericsson.com>
1191
1192 * gdb.texinfo (GDB/MI Breakpoint Commands): Document new
1193 'thread-groups' field when printing a breakpoint in MI.
1194
c9fb1240
SD
11952012-01-17 Sanjoy Das <sanjoy@playingwithpointers.com>
1196 * gdb.texinfo (Using JIT Debug Info Readers): Change documentation
1197 to reflect that jit-reader-load now supports absolute file-names.
1198
ab04a2af
TT
11992013-01-16 Tom Tromey <tromey@redhat.com>
1200
1201 * gdb.texinfo (Set Catchpoints): Document "catch signal".
1202 (Signals): Likewise.
1203
8ac3646f
TT
12042013-01-16 Tom Tromey <tromey@redhat.com>
1205
1206 * gdb.texinfo (GDB/MI Breakpoint Information): Document
1207 "catch-type" field.
1208 (GDB/MI Catchpoint Commands): Add "catch-type" to examples.
1209
e93a8774
TT
12102013-01-07 Tom Tromey <tromey@redhat.com>
1211
1212 * gdb.texinfo (Mode Options): Don't mention -epoch.
1213 (Data, Emacs): Remove obsolete comments.
1214
54516a0b
TT
12152013-01-02 Tom Tromey <tromey@redhat.com>
1216
1217 * gdb.texinfo (GDB/MI Output Records): Update menu.
1218 (GDB/MI Breakpoint Information): New node.
1219 (GDB/MI Breakpoint Commands) <-break-info>: Link to new node.
1220 <-break-insert>: Likewise.
1221
8dbe8ece
YQ
12222012-12-31 Yao Qi <yao@codesourcery.com>
1223
1224 * gdb.texinfo (Remote Non-Stop): Move paragraphs to ...
1225 (Packets): Move "vStopped" packet to ...
1226 (Notification Packets): ... here. Describe the components
1227 of notification. Add a table of supported notifications.
1228 Add an example on the process of he async notification.
1229
f35a17b5
JK
12302012-12-25 Jan Kratochvil <jan.kratochvil@redhat.com>
1231
1232 * gdb.texinfo (GDB/MI Data Manipulation) (fullname): Make it always
1233 present.
1234 (GDB/MI File Commands) (-file-list-exec-source-files): Make the
1235 fullname output always present.
1236
0dfd2fad
PM
12372012-12-23 Pierre Muller <muller@sourceware.org>
1238
1239 * gdbint.texinfo (Function prototypes): Require use of "extern"
1240 modifier for function prototypes in headers.
1241
7785b880
JB
12422012-12-19 Joel Brobecker <brobecker@adacore.com>
1243
1244 * refcard.tex: Update copyright notice to GPL v3 or later.
1245 Update contact info.
1246
3d745be3
JK
12472012-12-16 Jan Kratochvil <jan.kratochvil@redhat.com>
1248
1249 * gdbint.texinfo (Coding Standards) (C Usage): New rule for 0 vs. NULL.
1250
c9b6281a
YQ
12512012-12-15 Yao Qi <yao@codesourcery.com>
1252
1253 * gdb.texinfo (Debugging Output): Document 'set debug
1254 notification' and 'show debug notification'.
1255
f2a8bc8a
YQ
12562012-12-15 Yao Qi <yao@codesourcery.com>
1257
1258 * gdb.texinfo (Listing Tracepoints): New item and example about
1259 'installed on target' output.
1260 Add more in the example about 'installed on target'.
1261 (GDB/MI Breakpoint Commands): Doc about 'installed field.
1262
451b7c33
TT
12632012-12-14 Tom Tromey <tromey@redhat.com>
1264
1265 * gdb.texinfo (SVR4 Process Information): Mention core files.
1266
3fa7bf06
MG
12672012-12-12 Mircea Gherzan <mircea.gherzan@intel.com>
1268
1269 * gdb.texinfo (GDB/MI Catchpoint Commands): New section.
1270
05b4bd79
PA
12712012-12-11 Pedro Alves <palves@redhat.com>
1272
1273 * gdb.texinfo: Remove all mentions of Unixware throughout.
1274
74a0d9f6
JK
12752012-12-09 Jan Kratochvil <jan.kratochvil@redhat.com>
1276
1277 * gdbint.texinfo (Host Definition): Remove CC_HAS_LONG_LONG.
1278
0c631110
TT
12792012-11-29 Tom Tromey <tromey@redhat.com>
1280
1281 * gdb.texinfo (SVR4 Process Information): Document missing
1282 "info proc" subcommands.
1283
891df0ea
YQ
12842012-11-29 Yao Qi <yao@codesourcery.com>
1285
1286 PR gdb/1477.
1287 * gdb.texinfo (Print Settings): Correct the default 'demangle-style'
1288 to 'auto' instead of 'gnu'.
1289
608e2dbb
TT
12902012-11-26 Tom Tromey <tromey@redhat.com>
1291
1292 * gdb.texinfo (MiniDebugInfo): New node.
1293 (GDB Files): Update.
1294
e64e0392
DE
12952012-11-16 Doug Evans <dje@google.com>
1296
1297 * gdb.texinfo (System-wide configuration): If the system-wide init
1298 file lives in the data-directory, and --data-directory is provided,
1299 look for it there.
1300
ae606bee
TT
13012012-11-15 Tom Tromey <tromey@redhat.com>
1302
1303 * gdb.texinfo (Signaling): Fix typo.
1304
62747a60
TT
13052012-11-13 Giuseppe Montalto <giuseppe.montalto@st.com>
1306
1307 * gdb.texinfo (GDB/MI Data Manipulation): Document new optional
1308 parameter "count" of -data-write-memory-bytes, and add an example.
1309
18a9fc12
TT
13102012-11-12 Tom Tromey <tromey@redhat.com>
1311
1312 * gdb.texinfo (Symbols): Document "info type-printers",
1313 "enable type-printer" and "disable type-printer".
1314 (Python API): Add new node to menu.
1315 (Type Printing API): New node.
1316 (Progspaces In Python): Document type_printers field.
1317 (Objfiles In Python): Likewise.
1318 (gdb.types) <get_type_recognizers, apply_type_recognizers,
1319 register_type_printer, TypePrinter>: Document.
1320
53342f27
TT
13212012-11-12 Tom Tromey <tromey@redhat.com>
1322
1323 * gdb.texinfo (Symbols): Document "set print type methods",
1324 "set print type typedefs", and flags to ptype and whatis.
1325
ed8a1c2d
AB
13262012-11-09 Andrew Burgess <aburgess@broadcom.com>
1327
1328 * gdb.texinfo (GDB/MI Data Manipulation): Add fullname field to
1329 the example -data-disassemble output. Extend the description of
1330 the -data-disassemble results to document all fields. Document
1331 the cli disassemble command as being related to -data-disassemble.
1332
8506d139
YQ
13332012-11-09 Yao Qi <yao@codesourcery.com>
1334
1335 PR gdb/14777.
1336 * gdb.texinfo (OS Information): Remove doc on command
1337 'info udot'.
1338
4d3f93a2
JB
13392012-11-08 Joel Brobecker <brobecker@adacore.com>
1340
1341 * gdb.texinfo (Startup): Minor rewording, and clarify scope of
1342 gdb.ini warning for Windows port.
1343
1e96de83
YQ
13442012-11-08 Yao Qi <yao@codesourcery.com>
1345
1346 * gdb.texinfo (Search): Add kindex for 'fo'.
1347
dc939229
TT
13482012-11-05 Tom Tromey <tromey@redhat.com>
1349
1350 PR python/14802:
1351 * gdb.texinfo (Functions In Python): Add example.
1352
6f6484cd
YQ
13532012-11-03 Yao Qi <yao@codesourcery.com>
1354
1355 * observer.texi (GDB Observers): Remove observer
1356 'tracepoint_modified', 'tracepoint_created' and
1357 'tracepoint_deleted'.
1358
af4238e5
TT
13592012-10-26 Tom Tromey <tromey@redhat.com>
1360
1361 * gdb.texinfo (General Query Packets): Use @itemx for QAgent.
1362
687e43a4
TT
13632012-10-25 Tom Tromey <tromey@redhat.com>
1364
1365 * gdb.texinfo (General Query Packets): Use @itemx.
1366
8de0566d
YQ
13672012-10-17 Yao Qi <yao@codesourcery.com>
1368
1369 * observer.texi (GDB Observers): Update observer
1370 'memory_changed'.
1371 * gdb.texinfo (GDB/MI Async Records): Document for
1372 "memory-changed" notification.
1373
07540c15
DE
13742012-10-15 Doug Evans <dje@google.com>
1375
1376 * gdb.texinfo (Mode Options): Document -nh.
1377 Elaborate on docs for -nx.
1378
d7019589
SP
13792012-09-26 Siddhesh Poyarekar <siddhesh@redhat.com>
1380
1381 * observer.texi (memory_changed): Expand parameter LEN to ssize_t.
1382
82a90ccf
YQ
13832012-09-21 Yao Qi <yao@codesourcery.com>
1384 Pedro Alves <palves@redhat.com>
1385
1386 * gdb.texinfo (GDB/MI Async Records): Document notification
1387 'record-started' and 'record-stopped'.
1388 * observer.texi (GDB Observers): New observer 'record-changed'.
1389
aa9259cc
TS
13902012-09-19 Thomas Schwinge <thomas@codesourcery.com>
1391
1392 * gdb.texinfo: Document the removal of SH's 'regs' command.
1393
c1d780c2
SDJ
13942012-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
1395
1396 * gdb.texinfo (jump): Mention new alias `j' for `jump'.
1397
bb25a15c
YQ
13982012-09-18 Yao Qi <yao@codesourcery.com>
1399
1400 * gdb.texinfo (GDB/MI Async Records): Document new MI
1401 notifications '=tsv-created' and '=tsv-deleted'.
1402 * observer.texi (GDB Observers): New observer tsv_created and
1403 tsv_deleted.
1404
201b4506
YQ
14052012-09-18 Yao Qi <yao@codesourcery.com>
1406
1407 * observer.texi (GDB Observers): New observer 'traceframe_changed'.
1408 * gdb.texinfo (GDB/MI Async Records): Mention new MI notification
1409 '=traceframe-changed'.
1410
6fc1c773
YQ
14112012-09-17 Yao Qi <yao@codesourcery.com>
1412
1413 * gdb.texinfo (List): Describe the meaning of 0 and -1 in
1414 'set listsize'.
1415
121c73f3
JK
14162012-09-13 Jan Kratochvil <jan.kratochvil@redhat.com>
1417 Eli Zaretskii <eliz@gnu.org>
1418
1419 * gdbint.texinfo (Defining Other Architecture Features): Clarify *pcptr
1420 encoding for gdbarch_breakpoint_from_pc, bp_addr for
1421 gdbarch_push_dummy_call and bp_addr for gdbarch_push_dummy_code.
1422
e9687799
JK
14232012-08-27 Jan Kratochvil <jan.kratochvil@redhat.com>
1424
1425 * gdb.texinfo (objfile-gdb.py file): New paragraph for .exe stripping.
1426
3b5e4d35
YPK
14272012-08-23 Khoo Yit Phang <khooyp@cs.umd.edu>
1428
1429 Document how to return from "python-interactive" to GDB.
1430 * gdb.texinfo (Python Commands): Update documentation.
1431
14322012-08-22 Khoo Yit Phang <khooyp@cs.umd.edu>
1433
1434 Add a new "python-interactive" command that starts a standard
1435 Python interactive prompt with "pi" as alias, and add "py" as
1436 an alias to "python".
1437 * gdb.texinfo (Python Commands): Document the new commands.
1438
b583003e
TT
14392012-08-22 Tom Tromey <tromey@redhat.com>
1440
1441 * gdbint.texinfo (Host Definition): Remove documentation for
1442 SIGWINCH_HANDLER and SIGWINCH_HANDLER_BODY.
1443
a451cb65
KS
14442012-08-17 Keith Seitz <keiths@redhat.com>
1445
1446 PR c++/13356
1447 * gdb.texinfo (Type and Range Checking): Remove warning.
1448 Remove spurious commas.
1449 Update text and examples for re-implementation of set/show
1450 check type.
1451 (C and C++ Type and Range Checks): Likewise.
1452
6b1755ce
YQ
14532012-08-16 Yao Qi <yao@codesourcery.com>
1454
1455 * gdb.texinfo (Types In Python): Mention gdb.TYPE_CODE_BITSTRING
1456 is deprecated.
1457
f47f77df
DE
14582012-08-13 Doug Evans <dje@google.com>
1459
1460 * gdb.texinfo (Convenience Vars): Update text for "show convenience"
1461 to include functions.
1462
a72c3253
DE
14632012-08-10 Doug Evans <dje@google.com>
1464
1465 * gdb.texinfo (Convenience Funs): New node.
1466 (Types In Python): Document Type.vector.
1467
5b9afe8a
YQ
14682012-08-09 Yao Qi <yao@codesourcery.com>
1469
1470 * observer.texi: New observer command_param_changed.
1471 * gdb.texinfo (GDB/MI Async Records): Doc for '=cmd-param-changed'.
1472
dc1039df
JK
14732012-08-07 Jan Kratochvil <jan.kratochvil@redhat.com>
1474
1475 * gdbint.texinfo (Debugging GDB): In section
1476 'Debugging @value{GDBN} with itself' change .gdbinit for gdb-gdb.gdb.
1477 Mention also gdb-gdb.py.
1478
4abf930d
YQ
14792012-08-07 Yao Qi <yao@codesourcery.com>
1480
1481 Revert the folloing patch:
1482 2012-08-06 Yao Qi <yao@codesourcery.com>
1483 * gdb.texinfo (Remote Configuration): Add kindex for 'set
1484 remote hardware-watchpoint-limit' and 'set
1485 remote hardware-breakpoint-limit'.
1486
f3c8a52a
JK
14872012-08-06 Nathaniel Flath <flat0103@gmail.com>
1488
1489 * gdb.texinfo (Working Directory): Added information about new
1490 default argument for 'cd' command.
1491
77a91025
YQ
14922012-08-06 Yao Qi <yao@codesourcery.com>
1493
1494 * gdb.texinfo (Remote Configuration): Add kindex for 'set
1495 remote hardware-watchpoint-limit' and 'set
1496 remote hardware-breakpoint-limit'.
1497
d9f08f52
YQ
14982012-08-06 Yao Qi <yao@codesourcery.com>
1499
1500 Fix PR14371.
1501
1502 * gdb.texinfo (GDB/MI Async Records): Fix the doc for
1503 '=breakpoint-deleted'.
1504
95b07c96
YQ
15052012-08-02 Yao Qi <yao@codesourcery.com>
1506
1507 * gdb.texinfo (Native): Remove node Neutrino.
1508
7255706c
YQ
15092012-07-27 Yao Qi <yao@codesourcery.com>
1510
1511 * gdb.texinfo (IPA Protocol Commands): Document new command
1512 'close'.
1513
d6b28940
TT
15142012-07-25 Tom Tromey <tromey@redhat.com>
1515
1516 * gdb.texinfo (Maintenance Commands): Document maint info bfds.
1517
e615022a
DE
15182012-07-20 Doug Evans <dje@google.com>
1519
1520 * gdb.texinfo (Mode Options): Delete --use-deprecated-index-sections.
1521 (Index Files): Document how to control the use of deprecated index
1522 sections.
1523 (Index Section Format): Replace --use-deprecated-index-sections with
1524 "set use-deprecated-index-sections on".
1525
055855a4
EZ
15262012-07-12 Eli Zaretskii <eliz@gnu.org>
1527
1528 * gdbint.texinfo: Remove @syncodeindex directives that put all the
1529 indices into a single node "Index". Instead, join function and
1530 variable indices into a single index, separate from the concept
1531 index. Requested in
1532 http://sourceware.org/ml/gdb-patches/2012-07/msg00146.html.
1533 (Top): Update the top-level menu: instead of one "Index" there are
1534 now separate entries "Concept Index" and "Function and Variable
1535 Index".
1536 (Concept Index, Function and Variable Index): New nodes.
1537 (Index): Node deleted.
1538
f77cc5f0
HZ
15392012-07-05 Hui Zhu <hui_zhu@mentor.com>
1540
1541 * gdb.texinfo (Maintenance Commands): Change help for "maint agent"
1542 and "maint agent-eval".
1543
00595b5e
EZ
15442012-07-03 Eli Zaretskii <eliz@gnu.org>
1545
1546 * gdb.texinfo: Separate the index into 2 indices, cp and fn, to
1547 avoid file-name clashes between Index.html and index.html on
1548 case-insensitive filesystems. See the discussion starting in
1549 http://sourceware.org/ml/gdb-patches/2012-06/msg00457.html for the
1550 details of the problem.
1551 (Top): Update the master menu for the above.
1552 (Concept Index, Command and Variable Index): New nodes, instead of
1553 the old "Index" node that was deleted. All cross-references
1554 updated.
1555
d3ce09f5
SS
15562012-07-02 Stan Shebs <stan@codesourcery.com>
1557
1558 * gdb.texinfo (Dynamic Printf): Mention agent style and
1559 disconnected dprintf.
1560 (Maintenance Commands): Describe maint agent-printf.
1561 (General Query Packets): Mention BreakpointCommands feature.
1562 (Packets): Document commands extension to Z0 packet.
1563 * agentexpr.texi (Bytecode Descriptions): Document printf
1564 bytecode.
1565
2d7b58e8
JK
15662012-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
1567
1568 * gdb.texinfo (File Options): Change -ix and -iex commands that apply
1569 only after gdbinit files.
1570 (Startup): Move -iex and -iex commands down after gdbinit files.
1571
202cbf1c
JK
15722012-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
1573
1574 * gdb.texinfo (Auto-loading safe path): Note the shell wildcard
1575 possibility.
1576
b6ba681c
TT
15772012-06-29 Tom Tromey <tromey@redhat.com>
1578
1579 * gdb.texinfo (Index Section Format): Update for version 7.
1580
71caed83
SS
15812012-06-28 Stan Shebs <stan@codesourcery.com>
1582
1583 * gdb.texinfo (Miscellaneous GDB/MI Commands): Update -info-os
1584 example, add note about title column.
1585
ee0bf529
SCR
15862012-06-26 Siva Chandra Reddy <sivachandra@google.com>
1587
1588 * gdb.texinfo (Symbol Tables In Python): Add description about
1589 the new 'last' attribute of gdb.Symtab_and line.
1590
3c15d565
SCR
15912012-06-26 Siva Chandra Reddy <sivachandra@google.com>
1592
1593 * gdb.texinfo (Symbol Tables In Python): Correct the description
1594 of the 'pc' attribute of gdb.Symtab_and_line.
1595
45cfd468
DE
15962012-06-26 Doug Evans <dje@google.com>
1597
1598 * gdb.texinfo (Debugging Output): Document debug options dwarf2-read
1599 and symtab-create.
1600
496ee73e
KS
16012012-06-25 Keith Seitz <keiths@redhat.com>
1602
1603 * gdb.texinfo (GDB/MI Breakpoint Commands): Remove "-r" option
1604 from example. Remove "rbreak" from list of corresponding
1605 gdb commands.
1606
156942c7
DE
16072012-06-23 Doug Evans <dje@google.com>
1608
1609 * gdb.texinfo (Index Section Format): Document version 7 format.
1610
c614397c
YQ
16112012-06-22 Yao Qi <yao@codesourcery.com>
1612
1613 * gdb.texinfo: Add missing cindex for some packets.
1614
472a2379
KS
16152012-06-20 Keith Seitz <keiths@redhat.com>
1616
1617 * gdb.texinfo (GDB/MI Breakpoint Commands): Re-order options
1618 for -break-insert and document -p.
1619
2678e2af
YQ
16202012-06-20 Yao Qi <yao@codesourcery.com>
1621
1622 * gdb.texinfo (Inferiors In Python): Replace "gdb.read_memory"
1623 and "gdb.write_memory" with "Inferior.read_memory" and
1624 "Inferior.write_memory".
1625
984359d2
EZ
16262012-06-15 Patrice Dumas <pertusus@free.fr> (tiny change)
1627
1628 * gdb.texinfo (Summary): Add a link to "Free Documentation".
1629 (Free Documentation): Add @node line.
1630 (Continuing and Stepping) <advance location>: Use @item instead of
1631 @itemx.
1632 (Reverse Execution) <set exec-direction reverse>: Use @item instead of
1633 @itemx.
1634 (Embedded Processors): Put the link to "PA" to its correct place,
1635 according to document structure.
1636 (Python API): Put the link to "Lazy Strings In Python" to its
1637 correct place.
1638 (Index): Use @@ in @tex block to get a literal @.
1639
1640 * gdbint.texinfo: Fix the @subtitle line.
1641
1642 * stabs.texinfo (Top): Put the link to "Symbol Types Index" to its
1643 correct place.
1644
16bdd41f
YQ
16452012-06-08 Yao Qi <yao@codesourcery.com>
1646
1647 * gdb.texinfo (In-Process Agent): Add 'In-Process Agent
1648 Protocol'.
1649 (In-Process Agent Protocol, IPA Protocol Objects)
1650 (IPA Protocol Commands): New nodes.
1651 (Tracepoint Packets): Add anchors.
1652
2d4c29c5
TS
16532012-06-06 Thomas Schwinge <thomas@codesourcery.com>
1654
1655 * gdb.texinfo: Document the deprecation of SH's 'regs' command.
1656
6bd110c5
YQ
16572012-06-06 Yao Qi <yao@codesourcery.com>
1658
1659 * gdb.texinfo: Update copyright year.
1660
f3e0e960
SS
16612012-05-23 Stan Shebs <stan@codesourcery.com>
1662 Kwok Cheung Yeung <kcy@codesourcery.com>
1663
1664 * gdb.texinfo (Miscellaneous GDB/MI Commands): Document -info-os.
1665
1564a261
JK
16662012-05-20 Jan Kratochvil <jan.kratochvil@redhat.com>
1667
1668 * gdb.texinfo (Separate Debug Files): New anchor debug-file-directory.
1669 Mention also --with-separate-debug-dir.
1670 (Auto-loading): Prepend $debugdir in the sample output.
1671 (Auto-loading safe path): Likewise. Mention also $debugdir for the
1672 auto-load safe-path variable.
1673 (objfile-gdb.py file): Remove the extra debug-file-directory paragraph.
1674 Mention also $debugdir for 'set auto-load scripts-directory'.
1675
eb17f351
EZ
16762012-05-19 Eli Zaretskii <eliz@gnu.org>
1677
1678 * gdb.texinfo (Continuing and Stepping, Selection, Byte Order)
1679 (MIPS Embedded, MIPS, MIPS Register packet Format)
1680 (Target Descriptions, MIPS Features): Use @acronym{MIPS} where
1681 appropriate.
1682
4cc0665f
MR
16832012-05-18 Sandra Loosemore <sandra@codesourcery.com>
1684 Maciej W. Rozycki <macro@codesourcery.com>
1685
1686 * gdb.texinfo (MIPS): Document "set mips compression" and "show
1687 mips compression".
1688 (MIPS Breakpoint Kinds): New subsubsection.
1689
7af8dcf8 16902012-05-18 Eli Zaretskii <eliz@gnu.org>
02b67415
MR
1691
1692 * gdb.texinfo (Architecture-Specific Protocol Details): Define
1693 nodes for subsections. Add @acronym mark-ups and adjust
1694 formatting.
1695
aff139ff
JK
16962012-05-18 Jan Kratochvil <jan.kratochvil@redhat.com>
1697
1698 Rename $ddir to $datadir.
1699 * gdb.texinfo (Auto-loading, Auto-loading safe path)
1700 (objfile-gdb.py file): Rename $ddir to $datadir.
1701
9cb709b6
TT
17022012-05-18 Tom Tromey <tromey@redhat.com>
1703
1704 * gdb.texinfo (Print Settings): Document 'set print symbol'.
1705
e7e0cddf
SS
17062012-05-14 Stan Shebs <stan@codesourcery.com>
1707
1708 * gdb.texinfo (Dynamic Printf): New subsection.
1709
7efc75aa
SCR
17102012-05-13 Siva Chandra Reddy <sivachandra@google.com>
1711
1712 * gdb.texinfo (Basic Python): Add description about the function
1713 gdb.find_pc_line
1714
f307c045
JK
17152012-05-12 Jan Kratochvil <jan.kratochvil@redhat.com>
1716 Eli Zaretskii <eliz@gnu.org>
1717
1718 * gdb.texinfo (Separate Debug Files): Use plural form for global
1719 debugging information directory.
1720
85d4a676
SS
17212012-05-11 Stan Shebs <stan@codesourcery.com>
1722 Kwok Cheung Yeung <kcy@codesourcery.com>
1723
1724 * gdb.texinfo (Operating System Auxiliary Information): Document new
1725 'info os' subcommands.
1726
c1668e4e
JK
17272012-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
1728
1729 * gdb.texinfo (Auto-loading, Init File in the Current Directory)
1730 (libthread_db.so.1 file, objfile-gdb.gdb file, objfile-gdb.py file)
1731 (dotdebug_gdb_scripts section): Add reference
1732 to 'Auto-loading safe path'.
1733
7349ff92
JK
17342012-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
1735
1736 Implement multi-component --with-auto-load-dir.
1737 * gdb.texinfo (Auto-loading): New references
1738 for 'set auto-load scripts-directory'
1739 and 'show auto-load scripts-directory'.
1740 (Auto-loading safe path): Describe the new default. Move $ddir
1741 substituation reference to 'objfile-gdb.py file'.
1742 (objfile-gdb.py file): Describe script-name alias. Change real-name to
1743 script-name. Describe new 'set auto-load scripts-directory'
1744 and 'show auto-load scripts-directory'.
1745
6dea1fbd
JK
17462012-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
1747
1748 Provide $ddir substitution for --with-auto-load-safe-path.
1749 * gdb.texinfo (Auto-loading): Replace /usr/local by $ddir/auto-load.
1750 (Auto-loading safe path): Likewise. Mention the default value,
1751 $ddir substitution, --with-auto-load-safe-path and
1752 --without-auto-load-safe-path.
1753 * observer.texi (gdb_datadir_changed): New.
1754
1ccacbcd
JK
17552012-05-09 Jan Kratochvil <jan.kratochvil@redhat.com>
1756
1757 * gdb.texinfo (Auto-loading): Wrap too long lines in @smallexample.
1758 Twice.
1759
d9242c17
JK
1760 * gdb.texinfo (Separate Debug Files, Auto-loading safe path): Replace
1761 directory separator by path separator.
1762
af2c1515
JK
17632012-05-06 Jan Kratochvil <jan.kratochvil@redhat.com>
1764
1765 * gdb.texinfo (Auto-loading safe path): Make 'directories'
1766 for 'set auto-load safe-path' optional. Mention if it is omitted.
1767 Change disabling security protection condition to "/", twice.
1768
a20ee7a4
SCR
17692012-05-03 Siva Chandra Reddy <sivachandra@google.com>
1770
1771 * gdb.texinfo (Symbol Tables In Python): Add documentation about
1772 the new methods global_block and static_block on gdb.Symtab
1773 objects.
1774
56af09aa
SCR
17752012-05-02 Siva Chandra Reddy <sivachandra@google.com>
1776
1777 * gdb.texinfo (Blocks In Python): Add a note saying that future
1778 improvements to GDB and its infrastructure can move symbols
1779 across blocks within a symbol table.
1780
2746b0ef
YQ
17812012-04-29 Yao Qi <yao@codesourcery.com>
1782
1783 * gdb.texinfo (Architectures): Remove menu entry `A29K'.
1784 (A29K): Remove.
1785
62e5f89c
SDJ
17862012-04-27 Sergio Durigan Junior <sergiodj@redhat.com>
1787 Tom Tromey <tromey@redhat.com>
1788
1789 * gdb.texinfo (Static Probe Points): New entry, explaining SystemTap
1790 and generic static probe support on GDB.
1791
a766d390
DE
17922012-04-25 Doug Evans <dje@google.com>
1793
50f042b9
DE
1794 * gdb.texinfo (Go): Fix thinko.
1795
a766d390
DE
1796 * gdb.texinfo (Supported Languages): Add Go.
1797 (Go): New node.
1798
f02e2b19
YQ
17992012-04-25 Yao Qi <yao@codesourcery.com>
1800
1801 * gdbint.texinfo (Testsuite): New section `Board settings'.
1802
68d41a48
JK
18032012-04-23 Jan Kratochvil <jan.kratochvil@redhat.com>
1804
1805 * gdb.texinfo (Auto-loading safe path): Remove trailing [@dots{}].
1806 Three times.
1807
174bb630
JK
1808 * gdb.texinfo (Auto-loading safe path): Add trailing @dots{}.
1809 Three times.
1810
0511cc75
JK
18112012-04-22 Jan Kratochvil <jan.kratochvil@redhat.com>
1812
1813 * gdb.texinfo (Auto-loading safe path): Replace @itemize @bullet
1814 by @table @asis. Fix formatting of one item.
1815
0070f25a
JK
18162012-04-18 Jan Kratochvil <jan.kratochvil@redhat.com>
1817
1818 * gdb.texinfo (Auto-loading verbose mode): Fix smallexample typo.
1819
4dc84fd1
JK
18202012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
1821
1822 New option "set debug auto-load".
1823 * gdb.texinfo (Auto-loading): New menu item for auto-load verbose mode.
1824 (auto-load verbose mode): New node.
1825
bccbefd2
JK
18262012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
1827
1828 New option "set auto-load safe-path".
1829 * gdb.texinfo (Auto-loading): Extend the "show auto-load"
1830 and "info auto-load" examples for safe-path. Put there also references
1831 for "set auto-load safe-path" and "show auto-load safe-path".
1832 New menu item for Auto-loading safe path.
1833 (Auto-loading safe path): New node.
1834 (Python Auto-loading): Update the expected output from "Missing"
1835 to "No".
1836
bf88dd68
JK
18372012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
1838
1839 auto-load: Implementation.
1840 * gdb.texinfo (Mode Options): New anchor for -nx.
1841 (Startup): New anchors for Option -init-eval-command,
1842 Home Directory Init File
1843 and Init File in the Current Directory during Startup.
1844 Mention set auto-load local-gdbinit with a reference.
1845 Change the sample code to "set auto-load python-scripts".
1846 (Threads): New anchor set libthread-db-search-path.
1847 Provide references to libthread_db.so.1 file.
1848 (Controlling GDB): New menu item for Auto-loading.
1849 (Auto-loading, Init File in the Current Directory)
1850 (libthread_db.so.1 file, objfile-gdb.gdb file): New nodes.
1851 (Python): Rename the menu item Auto-loading to Python Auto-loading.
1852 (Writing a Pretty-Printer, Objfiles In Python): Update the renamed
1853 reference.
1854 (Auto-loading): Rename to ...
1855 (Python Auto-loading): ... here. Change "set auto-load-scripts" to
1856 "set auto-load python-scripts", new anchor for it. Change
1857 "show auto-load-scripts" to "show auto-load python-scripts", new anchor
1858 for it. Change "info auto-load-scripts"
1859 to "info auto-load python-scripts", new anchor for it. Change "scripts"
1860 to "Python scripts".
1861
8264ba82
AG
18622012-04-14 Anton Gorenkov <xgsa@yandex.ru>
1863
1864 PR mi/13393
1865 * gdb.texinfo (Print Settings): Extend the description for "set print
1866 object".
1867 (GDB/MI Variable Objects): Extend the description for -var-create and
1868 -var-list-children.
1869
06fc020f
SCR
18702012-04-11 Siva Chandra Reddy <sivachandra@google.com>
1871
1872 * gdb.texinfo (Examining Data): Document the 'explore' command.
1873
7191c139
JB
18742012-03-28 Joel Brobecker <brobecker@adacore.com>
1875
1876 * gdb.texinfo (GDB/MI Variable Objects): Document what happens
1877 to the children of a varobj and its update range when -var-update
1878 returns that the varobj's type changed.
1879
3708f05e
JK
18802012-03-27 Jan Kratochvil <jan.kratochvil@redhat.com>
1881
1882 * gdb.texinfo (Auto-loading): Move @menu to the end of @node.
1883 Create two new links fir 'objfile-gdb.py file'
1884 and 'dotdebug_gdb_scripts section'.
1885
8e0583c8
JK
18862012-03-27 Jan Kratochvil <jan.kratochvil@redhat.com>
1887
1888 * gdb.texinfo (Auto-loading): Rename node reference
1889 '.debug_gdb_scripts section' to 'dotdebug_gdb_scripts section'.
1890 Twice.
1891 (.debug_gdb_scripts section): Rename the node ...
1892 (dotdebug_gdb_scripts section): ... here.
1893 (Maintenance Commands): Also rename this node reference.
1894
7b282c5a
SCR
18952012-03-22 Siva Chandra Reddy <sivachandra@google.com>
1896
1897 * gdb.texinfo (Python API/Values From Inferior): Add description
1898 about the new method Value.referenced_value. Add description on
1899 how Value.dereference is different (and similar) to
1900 Value.referenced_value.
1901
8320cc4f
JK
19022012-03-19 Jan Kratochvil <jan.kratochvil@redhat.com>
1903
1904 * gdb.texinfo (File Options): Describe --init-command=FILE, -ix and
1905 --init-eval-command=COMMAND, -iex.
1906 (Startup): Describe -iex and -ix. Simplify the example
1907 for "set auto-load-scripts off".
1908
481860b3
GB
19092012-03-16 Gary Benson <gbenson@redhat.com>
1910
1911 PR breakpoints/10738
1912 * gdb.texinfo (Inline Functions): Remove the now-unnecessary @item
1913 stating that GDB cannot set breakpoints on inlined functions.
1914 (Mode Options): Document --use-deprecated-index-sections.
1915 (Index Section Format): Document new index section version format.
1916
c4aeac85
TT
19172012-03-15 Tom Tromey <tromey@redhat.com>
1918
1919 * gdb.texinfo (Debugging C Plus Plus): Document "info vtbl".
1920
16899756
DE
19212012-03-13 Doug Evans <dje@google.com>
1922
1923 * gdb.texinfo (Help): Change apropos example to use "alias" instead
1924 of "reload".
1925 (Symbols): Delete docs for set/show symbol-reloading.
1926 * gdbint.texinfo (Defining Other Architecture Features): Delete
1927 SYMBOL_RELOADING_DEFAULT.
1928 * refcard.tex: Delete reference to symbol-reloading.
1929
9b224c5e
PA
19302012-03-07 Pedro Alves <palves@redhat.com>
1931
1932 * gdb.texinfo (General Query Packets): Document new
1933 QProgramSignals packet.
1934 * gdb.texinfo (Remote configuration): Mention
1935 "program-signals-packet".
1936
169081d0
TG
19372012-03-05 Tristan Gingold <gingold@adacore.com>
1938
1939 * gdb.texinfo (General Query Packets): Document xfer:uib:read.
1940
d1feda86
YQ
19412012-03-03 Yao Qi <yao@codesourcery.com>
1942
1943 * gdb.texinfo (In-Process Agent): New node.
1944 Document new commands.
1945 (General Query Packets): Add packet `QAgent'.
1946
1faeff08
MR
19472012-03-01 Maciej W. Rozycki <macro@codesourcery.com>
1948
1949 * gdb.texinfo (MIPS Features): Add org.gnu.gdb.mips.dsp.
1950
7d74f244
DE
19512012-03-01 Scott J. Goldman <scottjg@vmware.com>
1952
1953 * gdb.texinfo (Commands In Python): Put example python macro in
1954 COMMAND_USER category rather than COMMAND_OBSCURE.
1955 Document gdb.COMMAND_USER.
1956 (User-defined Commands): Update documentation to clarify
1957 "set/show max-user-call-depth" and "show user" don't apply to python
1958 commands. Update documentation to clarify "help user-defined" may
1959 also include python commands defined as COMMAND_USER.
1960
6fe37d23
JK
19612012-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
1962
1963 * gdb.texinfo (Startup): Add option -ex description to the option -x
1964 description.
1965
83364271
LM
19662012-02-24 Luis Machado <lgustavo@codesourcery.com>
1967
1968 * gdb.texinfo (Setting Breakpoints): Mention and explain the
1969 condition-evaluation breakpoint parameter.
1970 Mention condition-evaluation mode being shown in "info break".
1971 (Break Conditions): Add description for target-side
1972 conditional breakpoints.
1973 (Remote Configuration): Mention conditional-breakpoints-packet.
1974 (Packets): Add cond-expr parameter to Z0/Z1 packets and explain
1975 cond-expr.
1976 (General Query Packets): Mention new ConditionalBreakpoint feature.
1977
bdb1994d
TT
19782012-02-22 Tom Tromey <tromey@redhat.com>
1979
1980 * gdb.texinfo (Blocks In Python): Clarify block iteration.
1981
4d241c86
TT
19822012-02-17 Tom Tromey <tromey@redhat.com>
1983
1984 PR python/10753:
1985 * gdb.texinfo (objfile-gdb.py file): Fix location of auto-load
1986 directory.
1987
816338b5
SS
19882012-02-14 Stan Shebs <stan@codesourcery.com>
1989
1990 * gdb.texinfo (Disabling Breakpoints): Document enable count.
1991
cc30c4bd
PA
19922012-02-13 Pedro Alves <palves@redhat.com>
1993
1994 * gdb.texinfo (MIPS boards): Refer to mips-elf instead of
1995 mips-idt-ecoff.
1996
035d1e5b
YQ
19972012-02-09 Yao Qi <yao@codesourcery.com>
1998
1999 * gdb.texinfo (Symbols In Python): Add missing `@end defvar'.
2000
f0823d2c
TT
20012012-02-07 Tom Tromey <tromey@redhat.com>
2002
2003 * gdb.texinfo (Symbols In Python): Document Symbol.needs_frame and
2004 Symbol.value.
2005
64e7d9dd
TT
20062012-02-07 Tom Tromey <tromey@redhat.com>
2007
2008 * gdb.texinfo (Symbols In Python): Document Symbol.line.
2009
4220b2f8
TS
20102012-01-27 Thomas Schwinge <thomas@codesourcery.com>
2011
2012 * gdb.textinfo (Packets): Move vCont paragraph to the correct place.
2013
edcc5120
TT
20142012-01-24 Tom Tromey <tromey@redhat.com>
2015
2016 * gdb.texinfo (Set Catchpoints): Document "catch load" and "catch
2017 unload".
2018 (Files): Mention new catch commands.
2019 (GDB/MI Async Records): Likewise.
2020
53fe1783
GB
20212012-01-24 Gary Benson <gbenson@redhat.com>
2022
2023 Delete #if 0'd out code.
2024 * gdb.texinfo (Frame Info): Remove "info catch".
2025
b9e7b9c3
UW
20262012-01-20 Ulrich Weigand <ulrich.weigand@linaro.org>
2027
2028 * gdb.texinfo (Remote Configuration): Document
2029 "set remote hostio-readlink-packet" command.
2030 (General Query Packets): Document vFile:readlink packet.
2031
4aac40c8
TT
20322012-01-16 Tom Tromey <tromey@redhat.com>
2033
2034 * gdb.texinfo (Specify Location): Document relative file name
2035 handling.
2036
cafec441
TT
20372012-01-16 Tom Tromey <tromey@redhat.com>
2038
2039 * gdb.texinfo (gdb.printing): Document FlagEnumerationPrinter.
2040
0ee339bc
JK
20412012-01-13 Jan Kratochvil <jan.kratochvil@redhat.com>
2042 Eli Zaretskii <eliz@gnu.org>
2043
2044 * gdbint.texinfo (Coding Standards): Require braces for two lines of
2045 code.
2046
72384ba3
PH
20472012-01-11 Paul Hilfinger <hilfingr@adacore.com>
2048
2049 * gdb.texinfo (Variables): Document use of :: for non-static
2050 variables.
2051
ce1b17c4
JB
20522012-01-05 Joel Brobecker <brobecker@adacore.com>
2053
2054 * gdbint.texinfo (Start of New Year Procedure): Update
2055 to replace use of copyright.sh by use of copyright.py.
2056
217bff3e
JK
20572012-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
2058
2059 Remove the gdbtui binary.
2060 * all-cfg.texi (GDBTUI): Remove.
2061 * gdb.texinfo (Mode Options): Remove the GDBTUI reference.
2062 (TUI): Remove GDBTUI pindex. Remove the GDBTUI reference.
2063 * gdbint.texinfo (Testsuite): Replace `gdbtui' by `gdb -tui'.
2064
cc72b2a2
KP
20652011-12-23 Kevin Pouget <kevin.pouget@st.com>
2066
2067 Introduce gdb.FinishBreakpoint in Python.
2068 * gdb.texinfo (Finish Breakpoints in Python): New subsection.
2069 (Python API): Add menu entry for Finish Breakpoints.
2070
13ac8d2c
JK
20712011-12-19 Jan Kratochvil <jan.kratochvil@redhat.com>
2072
2073 * gdbint.texinfo (Testsuite): Describe KFAIL and XFAIL in Writing
2074 tests.
2075
e0f9f062
DE
20762011-12-16 Doug Evans <dje@google.com>
2077
2078 * gdb.texinfo (Server): Document -/stdio argument to gdbserver.
2079
80b6e756
PM
20802011-12-16 Phil Muldoon <pmuldoon@redhat.com>
2081
1c3ad6ab 2082 * gdb.texinfo (Python Commands): Remove "maint set/show print
80b6e756
PM
2083 stack". Add documentation for "set/show python print-stack".
2084
2fb860fc
PA
20852011-12-14 Pedro Alves <pedro@codesourcery.com>
2086
2087 * gdb.texinfo (Implementing a Remote Stub): Explain that you
2088 should transfer control to the stub in the startup code instead of
2089 in main. Mention the need to get past the initial breakpoint.
2090
f8eba3c6
TT
20912011-12-06 Tom Tromey <tromey@redhat.com>
2092
2093 * gdb.texinfo (Set Breaks): Update for new behavior.
2094
2268b414
JK
20952011-12-02 Jan Kratochvil <jan.kratochvil@redhat.com>
2096
2097 * gdb.texinfo (Requirements, Remote Protocol): Reference also `Library
2098 List Format for SVR4 Targets'.
2099 (General Query Packets): New item qXfer:libraries-svr4:read.
2100 (Library List Format for SVR4 Targets): New node.
2101
ae6f0d5b
TT
21022011-12-01 Tom Tromey <tromey@redhat.com>
2103
2104 * gdb.texinfo (Writing a Pretty-Printer): Use append method, not
2105 add.
2106
36dfb11c
TT
21072011-11-22 Tom Tromey <tromey@redhat.com>
2108
2109 * gdb.texinfo (GDB/MI Async Records): Document new *stopped
2110 reasons.
2111
f196051f
SS
21122011-11-20 Stan Shebs <stan@codesourcery.com>
2113
2114 * gdb.texinfo (Starting and Stopping Trace Experiments): Document
2115 note-related options and variables.
2116 (Tracepoint Packets): Document packet changes.
2117
f85b53f8
SD
21182011-11-20 Sanjoy Das <sdas@igalia.com>
2119
2120 * gdb.texinfo (JIT Interface): Add documentation on writing and
2121 usind JIT debug info readers.
2122 (Custom Debug Info, Using JIT Debug Info Readers, Writing JIT
2123 Debug Info Readers): New nodes.
2124
bfccc43c
YQ
21252011-11-18 Yao Qi <yao@codesourcery.com>
2126
2127 * gdb.texinfo (Create and Delete Tracepoints): Mention pending
2128 tracepoint.
2129
c011a4f4
DE
21302011-11-15 Doug Evans <dje@google.com>
2131
2132 * gdb.texinfo (Files): Document basenames-may-differ.
2133
ed59ded5
DE
21342011-11-14 Doug Evans <dje@google.com>
2135
2136 * gdb.texinfo (Shell Commands): Document "!".
2137
405f8e94
SS
21382011-11-14 Stan Shebs <stan@codesourcery.com>
2139 Kwok Cheung Yeung <kcy@codesourcery.com>
2140
2141 * gdb.texinfo (Create and Delete Tracepoints): Describe what is
2142 needed to get shorter fast tracepoints.
2143 (Tracepoint Packets): Document new qTMinFTPILen packet.
2144
1e4d1764
YQ
21452011-11-14 Yao Qi <yao@codesourcery.com>
2146
2147 * gdb.texinfo (Create and Delete Tracepoints): Describe changed
2148 behavior of tracepoint.
2149 (General Query Packets): New feature InstallInTrace.
2150 (Remote Configuration): Document "set remote
2151 install-in-trace-packet".
2152
71eba9c2 21532011-11-12 Matt Rice <ratmice@gmail.com>
2154
2155 * gdb.texinfo (C Preprocessor Macros): Remove info definitions.
2156 Add arguments to info macro.
2157
e0f8f636
TT
21582011-11-10 Tom Tromey <tromey@redhat.com>
2159
2160 * gdb.texinfo (Compilation): Don't mention -gdwarf-2. Link to GCC
2161 manual.
2162 (Variables): Don't mention -gdwarf-2. Link to Compilation node.
2163 (Macros): Add a footnote.
2164 (C): Remove paragraph about compiler options.
2165 (C Constants): Mention wide character and string constants.
2166 (C Plus Plus Expressions): Update compiler option advice. Mention
2167 using declarations. Mention ADL. Remove old HP compiler
2168 information.
2169
625c0d47
TT
21702011-11-10 Tom Tromey <tromey@redhat.com>
2171
2172 PR c++/9257:
2173 * gdb.texinfo (Print Settings): Add an extra note about the need
2174 for a vtable.
2175
4be2aacc
MR
21762011-11-08 Maciej W. Rozycki <macro@codesourcery.com>
2177
2178 * gdb.texinfo (MIPS): Remove duplicate "auto" reference from
2179 "set mips abi" documentation.
2180
0a1c4d10
DE
21812011-11-04 Doug Evans <dje@google.com>
2182
2183 * gdb.texinfo (Maintenance Commands): Update docs of "maint time".
2184
aad1c02c
TT
21852011-11-03 Tom Tromey <tromey@redhat.com>
2186
2187 * gdb.texinfo (Stopping): Add menu entry.
2188 (Continuing and Stepping): Restore @node. Use @section, not
2189 @subsection.
2190
983fb131
MR
21912011-11-03 Maciej W. Rozycki <macro@codesourcery.com>
2192
2193 * gdb.texinfo (Skipping Over Functions and Files): Remove node
2194 designation. Fix "Specify Location" cross-reference.
2195
3065dfb6
SS
21962011-11-02 Stan Shebs <stan@codesourcery.com>
2197
2198 * gdb.texinfo (Tracepoint Action Lists): Document collect/s.
2199 (General Query Packets): Describe tracenz feature.
2200 * agentexpr.texi (Bytecode Descriptions): Describe tracenz.
2201
0aaaf063
PK
22022011-10-28 Paul Koning <paul_koning@dell.com>
2203
2204 * gdb.texinfo (gdb.types): Rename deepitems to deep_items.
2205
2231f1fb
KP
22062011-10-27 Kevin Pouget <kevin.pouget@st.com>
2207
2208 * gdb.texinfo ((Frames In Python): Document
2209 gdb.FRAME_UNWIND_FIRST_ERROR contant.
2210
5110b5df
PK
22112011-10-26 Paul Koning <paul_koning@dell.com>
2212
2213 * gdb.texinfo (gdb.types): Document new deepitems function.
2214
22dbab46
PK
22152011-10-25 Paul Koning <paul_koning@dell.com>
2216
2217 PR python/13327
2218
2219 * gdb.texinfo (Values From Inferior): Add is_lazy attribute,
2220 fetch_lazy method.
2221
9df2fbc4
PM
22222011-10-20 Phil Muldoon <pmuldoon@redhat.com>
2223
2224 PR python/12656
2225
2226 * gdb.texinfo (Blocks In Python): Document is_static, is_global,
2227 global_block, static_block function.
2228
f05e2e1d
TT
22292011-10-19 Tom Tromey <tromey@redhat.com>
2230
2231 * gdb.texinfo (Commands In Python): Add missing "@"s.
2232
a7fc3f37
KP
22332011-10-13 Kevin Pouget <kevin.pouget@st.com>
2234
2235 PR python/13285 Document named constants for frame unwind stop reasons
2236 * gdb.texinfo (Frames In Python): Document gdb.FRAME_UNWIND_*
2237 constants.
2238
5048e516
JK
22392011-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
2240
2241 Fix compatibility with texinfo versions older than 4.12.
2242 * Makefile.in (MAKEINFO): Set to @MAKEINFO@.
2243 (MAKEINFOFLAGS, MAKEINFO_EXTRA_FLAGS, MAKEINFO_CMD): New.
2244 (MAKEHTMLFLAGS): Use MAKEINFO_CMD.
2245 (gdb.info, gdbint.info, stabs.info, annotate.info): Use MAKEINFO_CMD.
2246 * gdb.texinfo (Tail Call Frames): Convert @arrow{} to @click, when possible.
2247 Make the conversion conditional on HAVE_MAKEINFO_CLICK, using variables
2248 CALLSEQ1A, CALLSEQ1B, CALLSEQ2A and CALLSEQ2B.
2249
5a56e9c5
DE
22502011-10-09 Doug Evans <dje@google.com>
2251
2252 * gdb.texinfo (Extending GDB): Document alias command.
2253
36b11add
JK
22542011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
2255
2256 Support @entry in input expressions.
2257 * gdb.texinfo (Variables): Describe @entry names suffix.
2258 (Print Settings): Add anchor for `set print entry-values'.
2259
e18b2753
JK
22602011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
2261 Eli Zaretskii <eliz@gnu.org>
2262
2263 Display @entry parameter values (without references).
2264 * gdb.texinfo (Tail Call Frames): Add anchor. Add self tail call
2265 example.
2266 (Print Settings): New description of set print entry-values and show
2267 print entry-values.
2268
111c6489
JK
22692011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
2270 Eli Zaretskii <eliz@gnu.org>
2271
2272 Recognize virtual tail call frames.
2273 * gdb.texinfo (Optimized Code): Add reference to Tail Call Frames.
2274 (Tail Call Frames): New node.
2275 (Frames In Python): Add gdb.TAILCALL_FRAME.
2276
9c15afc4
DE
22772011-10-07 Doug Evans <dje@google.com>
2278
2279 * gdb.texinfo (gdb.printing): Document new `replace' arg to
2280 register_pretty_printer.
2281
99f5279d
PM
22822011-10-07 Phil Muldoon <pmuldoon@redhat.com>
2283
2284 PR python/12930
2285 PR python/12802
2286
2287 * gdb.texinfo (Breakpoints In Python): Clarify behavior in the
2288 stop method.
2289
03583c20
UW
22902011-10-07 Ulrich Weigand <ulrich.weigand@linaro.org>
2291
2292 * gdb.texinfo (Starting your Program): "set disable-randomization"
2293 is no longer Linux-specific.
2294 (Remote Configuration): Document "set remote
2295 disable-randomization-packet".
2296 (General Query Packets): Document "QDisableRandomization" packet
2297 and add it to "qSupported" list.
2298
bd054e06
KP
22992011-10-07 Kevin Pouget <kevin.pouget@st.com>
2300
2301 Allow Python notification of new object-file loadings.
2302 * gdb.texinfo (Events In Python): Document `gdb.NewObjFileEvent'
2303 event type.
2304
cb6be26b
KP
23052011-10-04 Kevin Pouget <kevin.pouget@st.com>
2306
2307 PR python/12691: Add the inferior to Python exited event
2308 * gdb.texinfo (Events In Python): Describe exited inferior attribute.
2309
a05336a1
JB
23102011-10-03 Joel Brobecker <brobecker@adacore.com>
2311
2312 * gdb.texinfo (GDB/MI Miscellaneous Commands): Minor
2313 rephasing.
2314
5d77fe44
JB
23152011-10-03 Joel Brobecker <brobecker@adacore.com>
2316
2317 * gdb.texinfo (GDB/MI Ada Tasking Commands): New node.
2318 (GDB/MI Miscellaneous Commands): Add `ada-task-info'
2319 as possible feature returned by the `-list-features'
2320 command.
2321
699df94d
PK
23222011-09-28 Paul Koning <paul_koning@dell.com>
2323
2324 * gdb.texinfo (gdb.Type): Document field access by dictionary
2325 key syntax.
2326
24bdad53
YQ
23272011-09-28 Yao Qi <yao@codesourcery.com>
2328
2329 * gdb.texinfo (Files): Update options for `add-symbol-file'.
2330 Add one space after option `-s'. Remove @r{} markup.
2331
6710bf39
SS
23322011-09-27 Stan Shebs <stan@codesourcery.com>
2333
2334 * gdb.texinfo (Tracepoint Action Lists): Document $_ret.
2335
d99f7e48
HZ
23362011-09-16 Hui Zhu <teawater@gmail.com>
2337
2338 * gdb.texinfo (Tracepoint Restrictions): Change *$esp@300
2339 to *(unsigned char *)$esp@300.
2340
d812018b
PK
23412011-09-15 Paul Koning <paul_koning@dell.com>
2342
2343 * gdb.texinfo: Make style of Python functions and methods match
2344 the syntax of Python. Also put class and module names explicitly
2345 on function, member, and variable names, matching Python
2346 documentation conventions.
2347
2aa48337
KP
23482011-09-15 Kevin Pouget <kevin.pouget@st.com>
2349
2350 PR Python/12692 Add gdb.selected_inferior() to Python interface.
2351 * gdb.texinfo (Inferiors In Python): Describe new
2352 gdb.selected_inferior() function.
2353
6839b47f
KP
23542011-09-15 Kevin Pouget <kevin.pouget@st.com>
2355
2356 Handle multiple breakpoint hits in Python interface:
2357 * gdb.texinfo (Events In Python): New function documentation:
2358 gdb.BreakpointEvent.breakpoints. Indicate that
2359 gdb.BreakpointEvent.breakpoint is now deprecated.
2360
26829f2b
JB
23612011-09-04 Joel Brobecker <brobecker@adacore.com>
2362
2363 * gdb.texinfo: Set EDITION to "Tenth" and change ISBN.
2364
a9f54f60
TT
23652011-08-25 Andrew Oakley <andrew@ado.is-a-geek.net>
2366
2367 * gdb.texinfo (Types In Python): Document 'bitpos' for enums.
2368
fa3a4f15
PM
23692011-08-17 Phil Muldoon <pmuldoon@redhat.com>
2370
2371 * gdb.texinfo (Prompt): Add set/show extended-prompt
2372 documentation
2373 (Basic Python): Add prompt_hook anchor.
2374 (Python modules): Reword module text to reflect multiple modules.
2375 (gdb.prompt): Document gdb.prompt module.
2376
224bbe49
YQ
23772011-08-14 Yao Qi <yao@codesourcery.com>
2378
78d85199
YQ
2379 * gdb.texinfo (General Query Packets): Document qXfer:fdpic:read packet.
2380
23812011-08-14 Yao Qi <yao@codesourcery.com>
2382
2383 * gdb.texinfo (Standard Target Features): Document C6x features.
224bbe49
YQ
2384 (TIC6x Features): New node.
2385
457e09f0
DE
23862011-08-12 Doug Evans <dje@google.com>
2387
2388 * gdb.texinfo (Symbols In Python): Document symbol.type.
2389
5e239b84
PM
23902011-08-09 Phil Muldoon <pmuldoon@redhat.com>
2391
2392 * gdb.texinfo (Python): Document command and function
2393 auto-loading.
2394
177bc839
JK
23952011-07-26 Jan Kratochvil <jan.kratochvil@redhat.com>
2396 Eli Zaretskii <eliz@gnu.org>
2397
2398 * gdb.texinfo (whatis, ptype): Highlight their differences. Describe
2399 typedefs unrolling. Extend the sample code by an inner typedef and
2400 outer typedefs unrolling.
2401
1a532630
PP
24022011-07-26 Paul Pluzhnikov <ppluzhnikov@google.com>
2403
2404 * gdb.texinfo (Caching Remote Data): Document {set,show} dcache
2405 size and line-size.
2406
9b158ba0 24072011-07-21 Matt Rice <ratmice@gmail.com>
2408
2409 PR macros/12999
2410 * gdb.texinfo (Macros): Add info definitions and info macros commands.
2411 Update text and cindex entries for info macro command.
2412
d17b6f81
PM
24132011-07-21 Phil Muldoon <pmuldoon@redhat.com>
2414
2415 * observer.texi (GDB Observers): Add before_prompt observer.
2416 * gdb.texinfo (Basic Python): Add documentation for prompt
2417 substitution.
2418
713389e0
PM
24192011-07-11 Phil Muldoon <pmuldoon@redhat.com>
2420
2421 PR python/12438
2422 * gdb.texinfo (Python Commands): Add deprecate note to maint
2423 set/show python print-stack. Document set/show python
2424 print-backtrace.
2425
177b42fe
TJB
24262011-07-05 Thiago Jung Bauermann <bauerman.ibm.com>
2427
2428 * gdb.texinfo: Fix typos.
2429
900e11f9
JK
24302011-07-01 Tom Tromey <tromey@redhat.com>
2431
2432 * gdb.texinfo (Debugging Output): Document set debug
2433 check-physname.
2434
39c4d40a
TT
24352011-06-29 Tom Tromey <tromey@redhat.com>
2436
2437 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document
2438 breakpoint-notifications feature.
2439
6f5def7d
UW
24402011-06-29 Ulrich Weigand <ulrich.weigand@linaro.org>
2441
2442 * gdb.texinfo (Target Description): Remove warning about
2443 possibly unstable format.
2444
8cf64490
TT
24452011-06-03 Tom Tromey <tromey@redhat.com>
2446
2447 * gdb.texinfo (GDB/MI Async Records): Document 'exit-code' field.
2448 (Events In Python): Note that exit_code is optional.
2449
393eab54
PA
24502011-05-17 Pedro Alves <pedro@codesourcery.com>
2451
2452 * gdb.texinfo (Remote Protocol) <Overview>: Mention vCont is
2453 required for multi-threading support.
2454 (Remote Protocol) <Packets>: Mention that 'c', 's', 'C', 'S' and
2455 Hc are deprecated for multi-threading debugging. Point readers at
2456 the vCont packet.
2457
75fc9810
DE
24582011-05-15 Doug Evans <dje@google.com>
2459
2460 * gdb.texinfo (Auto-loading): Document printing of missing scripts.
2461
01124a23
DE
24622011-05-13 Doug Evans <dje@google.com>
2463
98a5dd13
DE
2464 * gdb.texinfo (Threads): Document $sdir,$pdir.
2465 (Server): Document $pdir exception.
2466
dbaefcf7
DE
2467 * gdb.texinfo (Auto-loading): Document "info auto-load-scripts".
2468
cc63ef9b
DE
2469 * gdb.texinfo (Threads): Clarify default value for
2470 libthread-db-search-path.
7e0396aa 2471
01124a23
DE
2472 * gdb.texinfo (Completion): Update example.
2473 (Debugging Output): Delete `set/show debug lin-lwp-async'.
2474
d248b706
KY
24752011-05-12 Kwok Cheung Yeung <kcy@codesourcery.com>
2476
2477 * gdb.texinfo: Document change in the behaviour of the enable and
2478 disable GDB commands when applied to tracepoints.
2479 Document the EnableDisableTracepoints remote stub feature.
2480 Document QTEnable and QTDisable in the list of tracepoint packets.
2481
cc88a640
JK
24822011-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
2483
2484 * Makefile.in (GDB_DOC_SOURCE_INCLUDES): Rename inc-hist.texinfo to
2485 hsuser.texi.
2486 * gdb.texinfo <!SYSTEM_READLINE>: Rename inc-hist.texinfo inclusion and
2487 comment to hsuser.texi. Change rluser.texi name in the comment.
2488
84e578fb
DE
24892011-05-10 Doug Evans <dje@google.com>
2490
2491 * gdb.texinfo (Threads): If an empty path is provided for
2492 libthread-db-search-path it is reset to its default value.
2493 (Server): Ditto.
2494
478aac75
DE
24952011-05-09 Doug Evans <dje@google.com>
2496
2497 * gdb.texinfo (Requirements): Fix typo. Mention --with-iconv-bin.
2498
9c06b0b4
TJB
24992011-05-06 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
2500 Thiago Jung Bauermann <bauerman@br.ibm.com>
2501
2502 Implement support for PowerPC BookE masked watchpoints.
2503 * gdb.texinfo (Set Watchpoints): Document mask parameter.
2504 (PowerPC Embedded): Mention support of masked watchpoints.
2505
9ed350ad
JB
25062011-05-03 Joel Brobecker <brobecker@adacore.com>
2507
2508 * gdb.texinfo (In Memoriam): Replace litteral uses of `GDB' with
2509 `@value{GDBN}'.
2510
4ceed123
JB
25112011-05-03 Joel Brobecker <brobecker@adacore.com>
2512
2513 * gdb.texinfo (titlepage): Remove dedication.
2514 (In Memoriam): New appendix.
2515
559a7a62
JK
25162011-04-27 Jan Kratochvil <jan.kratochvil@redhat.com>
2517 Eli Zaretskii <eliz@gnu.org>
2518
2519 * gdb.texinfo (Index Section Format): Change the version to 5.
2520 Describe the different formula.
2521
03f2bd59
JK
25222011-04-24 Jan Kratochvil <jan.kratochvil@redhat.com>
2523 Eli Zaretskii <eliz@gnu.org>
2524
2525 * gdb.texinfo (Starting and Stopping Trace Experiments): New anchor
2526 for disconnected tracing.
2527 (Multi-Process Mode for @code{gdbserver}): Mention --multi and
2528 extended-remote relationship. Mention --once.
2529 (TCP port allocation lifecycle of @code{gdbserver}): New.
2530
d9b1a651
EZ
25312011-04-23 Eli Zaretskii <eliz@gnu.org>
2532
2533 * gdb.texinfo (Server): Improve indexing. Index all optional
2534 switches to gdbserver.
2535
90476074
TT
25362011-04-20 Tom Tromey <tromey@redhat.com>
2537
2538 * gdb.texinfo (Index Section Format): New node.
2539 (Top): Add new node to menu.
2540
c21236dc
PA
25412011-04-20 Pedro Alves <pedro@codesourcery.com>
2542
2543 * gdb.texinfo (Maintenance Commands): Document `maint print
2544 remote-registers'.
2545
05c8c3f5
TT
25462011-04-20 Tom Tromey <tromey@redhat.com>
2547
2548 * gdb.texinfo (Trace File Format): Move node later.
2549
7a9dd1b2
TT
25502011-04-19 Tom Tromey <tromey@redhat.com>
2551
2552 * gdbint.texinfo (Register Information Functions): Remove
2553 duplicate "the".
2554 * gdb.texinfo (Emacs): Remove duplicate "to".
2555 (GDB/MI Variable Objects): Remove duplicate "the".
2556 (General Query Packets): Likewise.
2557
4368ebeb
JB
25582011-04-02 Joel Brobecker <brobecker@adacore.com>
2559
2560 * gdb.texinfo (GDB/MI Output Records): Fix menu entry for
2561 "GDB/MI Ada Exception Information" node.
2562
956a9fb9
JB
25632011-04-01 Joel Brobecker <brobecker@adacore.com>
2564
2565 * gdb.texinfo (GDB/MI Ada Exception Information): Document
2566 the "exception-name" field in the *stopped async record.
2567
f1310107
TJB
25682011-03-31 Thiago Jung Bauermann <bauerman@br.ibm.com>
2569 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
2570
2571 Implement support for PowerPC BookE ranged breakpoints.
2572 * gdb.texinfo (PowerPC Embedded): Document ranged breakpoints.
2573
8786b2bd
TT
25742011-03-28 Tom Tromey <tromey@redhat.com>
2575
2576 * gdb.texinfo (Set Tracepoints): Fix typo.
2577
9ef07c8c
TT
25782011-03-24 Tom Tromey <tromey@redhat.com>
2579
2580 * gdb.texinfo (Specify Location): Document `function:label'
2581 linespec.
2582
99c3dc11
PM
25832011-03-18 Phil Muldoon <pmuldoon@redhat.com>
2584
f1310107 2585 PR python/12149
99c3dc11
PM
2586
2587 * gdb.texinfo (Basic Python): Update gdb.write and flush text.
2588
29703da4
PM
25892011-03-17 Phil Muldoon <pmuldoon@redhat.com>
2590
2591 * gdb.texinfo (Blocks In Python): Add is_valid method description.
2592 (Inferiors In Python): Likewise.
2593 (Threads In Python): Likewise.
2594 (Symbols In Python): Likewise.
2595 (Objfiles In Python): Likewise.
2596 (Symbol Tables In Python): Likewise.
2597
c9174737
PA
25982011-03-15 Pedro Alves <pedro@codesourcery.com>
2599
2600 * gdb.texinfo (Auto Display) <undisplay, enable display, disable
2601 display>: Explain that the commands accept number ranges.
2602
7371cf6d
PM
26032011-03-14 Phil Muldoon <pmuldoon@redhat.com>
2604
2605 * gdb.texinfo (Breakpoints In Python): Add description and example
2606 of Python stop function operation.
2607
ecec24e6
PM
26082011-03-10 Phil Muldoon <pmuldoon@redhat.com>
2609
2610 * gdb.texinfo (Parameters In Python): Document get_set_string and
2611 get_show_string methods.
2612
6dcd5565
JK
26132011-02-28 Jan Kratochvil <jan.kratochvil@redhat.com>
2614
2615 * gdb.texinfo (Tracepoint Conditions): Fix missing parenthesis.
2616
81896e36
JK
2617 * gdb.texinfo (Starting and Stopping Trace Experiments): Fix
2618 circular-trace-buffer name.
2619
5e30da2c
JB
26202011-02-28 Joel Brobecker <brobecker@adacore.com>
2621
2622 * gdb.texinfo (Inferiors and Programs): Fix small error introduced
2623 in the previous change.
2624
3bd0f5ef 26252011-02-27 Michael Snyder <msnyder@vmware.com>
af624141
MS
2626
2627 * gdb.texinfo (Inferiors and Programs): Update commands to show
2628 that they can accept multiple arguments.
2629
4ec7539c
JB
26302011-02-24 Joel Brobecker <brobecker@adacore.com>
2631
2632 Revert the following patch (code patch was not approved):
2633 2011-02-21 Hui Zhu <teawater@gmail.com>
2634 * agentexpr.texi (bytecode descriptions): add printf.
2635 * gdb.texinfo (tracepoint action lists): add printf.
2636
82809774
DE
26372011-02-23 Doug Evans <dje@google.com>
2638
2639 * gdb.texinfo (Symbols In Python): Fix mention of C++, use C@t{++}.
2640
e5a67952
MS
26412011-02-23 Michael Snyder <msnyder@vmware.com>
2642
2643 * gdb.texinfo (Set Breaks): Add @dots{} to arguments of info break.
2644 (Set Watchpoints): Add @dots{} to argument of info watchpoints.
2645 (Listing Tracepoints): Add @dots{} to argument of info tracepoints.
2646
6e6fbe60
DE
26472011-02-22 Doug Evans <dje@google.com>
2648
2649 * gdb.texinfo (Symbols In Python): Document lookup_global_symbol.
2650 Clarify behaviour of lookup_symbol when `block' argument is omitted,
2651 add description of result, fix @defun formatting.
2652
f994e27a
HZ
26532011-02-21 Hui Zhu <teawater@gmail.com>
2654
2655 * agentexpr.texi (Bytecode Descriptions): Add printf.
2656 * gdb.texinfo (Tracepoint Action Lists): Add printf.
2657
c7f96d2b
TT
26582011-02-18 Tom Tromey <tromey@redhat.com>
2659
2660 * agentexpr.texi (Bytecode Descriptions): Document pick and rot.
2661
60f98dde
MS
26622011-02-14 Michael Snyder <msnyder@vmware.com>
2663
2664 * gdb.texinfo (threads): Document argument for "info threads" cmd.
2665 Document new command "thread find".
2666
08e796bc
MS
26672011-02-14 Michael Snyder <msnyder@vmware.com>
2668
2669 * gdb.texinfo (Threads): Update example of new thread message.
2670
b3b9301e
PA
26712011-02-14 Pedro Alves <pedro@codesourcery.com>
2672
2673 * gdb.texinfo (Remote Configuration): Mention set/show remote
2674 traceframe-info.
2675 (Tools/Packages Optional for Building GDB): Mention that expat is
2676 used for traceframe info.
2677 (Remote Protocol) <Menu>: Add "Traceframe Info Format".
2678 (General Query Packets) <qSupported>: Describe the
2679 qXfer:traceframe-info:read feature.
2680 (qXfer::read): Describe qXfer:traceframe-info:read.
2681 (Traceframe Info Format): New section.
2682
cef35b0f
PA
26832011-02-04 Pedro Alves <pedro@codesourcery.com>
2684
2685 * gdbint.texinfo (Formatting): Mention some formatting guidelines
2686 for casts and unary operators.
2687
f1cbe1d3
TT
26882011-02-04 Tom Tromey <tromey@redhat.com>
2689
2690 * gdb.texinfo (GDB/MI Async Records): Document that symbols-loaded
2691 is not useful.
2692
585fdaa1
PA
26932011-01-25 Pedro Alves <pedro@codesourcery.com>
2694
2695 * gdb.texinfo: s/value optimized out/optimized out/g
2696
7bfc9434
JB
26972011-01-21 Joel Brobecker <brobecker@adacore.com>
2698
2699 * gdb.texinfo (Other Misc Settings): Rework part of the
2700 documentation of the "set interactive mode" command.
2701
4694da01
TT
27022011-01-19 Tom Tromey <tromey@redhat.com>
2703
2704 * gdb.texinfo (Threads): Document thread name output and `thread
2705 name' command.
2706 (Threads In Python): Document Thread.name attribute.
2707 (GDB/MI Thread Commands): Document thread attributes.
2708
b716877b
AB
27092011-01-12 Andrew Burgess <aburgess@broadcom.com>
2710
2711 * gdb.texinfo (GDB/MI Data Manipulation): Update to reflect
2712 changes in mi/mi-cmd-disas.c
2713
13fd8b81
TT
27142011-01-12 Tom Tromey <tromey@redhat.com>
2715
2716 * gdb.texinfo (Threads): Remove duplicate text. Update examples.
2717 Fix "thread apply" text.
2718
e09342b5
TJB
27192011-01-11 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
2720 Thiago Jung Bauermann <bauerman@br.ibm.com>
2721
2722 Implement support for PowerPC BookE ranged watchpoints.
2723 * gdb.texinfo (PowerPC Embedded): Document ranged watchpoints and
2724 the "set powerpc exact-watchpoints" flag.
2725
06e65f44
TT
27262011-01-07 Tom Tromey <tromey@redhat.com>
2727
2728 * gdb.texinfo (Python API): Add descriptions to @menu items.
2729
d8e22779
TT
27302011-01-06 Tom Tromey <tromey@redhat.com>
2731
2732 * gdb.texinfo (Frames In Python): Document gdb.newest_thread.
2733
a255712f
PP
27342010-01-06 Paul Pluzhnikov <ppluzhnikov@google.com>
2735
e09342b5 2736 * gdb.texinfo (Debugging Output): Document "set debug jit".
a255712f 2737
ccfc3d6e
TT
27382011-01-06 Tom Tromey <tromey@redhat.com>
2739
2740 PR python/12133:
2741 * gdb.texinfo (Frames In Python): Document various frame
2742 constants.
2743
44944448
JB
27442011-01-05 Joel Brobecker <brobecker@adacore.com>
2745
2746 * doc/agentexpr.texi, doc/all-cfg.texi, doc/annotate.texinfo,
2747 doc/gdb.texinfo, doc/gdbint.texinfo, doc/observer.texi,
2748 doc/refcard.tex, doc/stabs.texinfo: Copyright year update.
2749
42ea3d7a
JK
27502011-01-03 Jan Kratochvil <jan.kratochvil@redhat.com>
2751
2752 * Makefile.in (diststuff): Remove gdb-cfg.texi and GDBvn.texi.
2753 (clean): Add GDBvn.texi.
2754
720d1a40
JB
27552010-12-29 Joel Brobecker <brobecker@adacore.com>
2756
2757 * gdb.texinfo (Ada Glitches): Remove paragraph describing the
2758 occasional case where the debugger prints an array address
2759 instead of the array itself.
2760
ad196637
PA
27612010-12-23 Pedro Alves <pedro@codesourcery.com>
2762
2763 * gdb.texinfo (Packets) <read registers packet>: Document support
2764 for registers that were not collected.
2765
a86caf66
DE
27662010-12-15 Doug Evans <dje@google.com>
2767
2768 * gdb.texinfo (Startup): Document auto-loading of scripts during
2769 startup.
2770 (Auto-loading): Delete "maint set python auto-load on|off".
2771 Add "set auto-load-scripts on|off".
2772
aae1c79a
DE
27732010-12-07 Doug Evans <dje@google.com>
2774
2775 * gdb.texinfo (Mode Options): Document -data-directory.
2776 (Data Files): Add reference to -data-directory.
2777
4e04c971
DE
27782010-11-29 Doug Evans <dje@google.com>
2779
2780 * gdb.texinfo (Pretty-Printer Introduction): Change
2781 printer-name:subprinter-name to printer-name;subprinter-name.
2782
94b6973e
PM
27832010-11-29 Phil Muldoon <pmuldoon@redhat.com>
2784
2785 PR python/12199
2786
2787 * gdb.texinfo (Breakpoints In Python): Document "delete" method.
2788
39037522
TT
27892010-11-23 Tom Tromey <tromey@redhat.com>
2790
2791 * gdb.texinfo (Top): Check SYSTEM_READLINE.
2792 (Editing): Likewise.
2793 (Command History): Likewise.
2794 (TUI Keys): Likewise.
2795 (Bug Reporting): Conditionally include rluser.texi and
2796 inc-history.texinfo.
2797 * Makefile.in (READLINE_TEXI_INCFLAG): New variable.
2798 (GDB_DOC_SOURCE_INCLUDES): Add comment.
2799 (GDBvn.texi): Set SYSTEM_READLINE when appropriate.
2800 (gdb.dvi): Use READLINE_TEXI_INCFLAG.
2801 (gdb.pdf): Likewise.
2802 (gdb.info): Likewise.
2803 (gdb/index.html): Likewise.
2804
5ae98d25
TT
28052010-11-23 Tom Tromey <tromey@redhat.com>
2806
2807 * Makefile.in (Makefile): Run ../config.status.
2808 (distclean): Update.
2809 * configure: Remove.
2810 * configure.ac: Remove.
2811
621c8364
TT
28122010-11-12 Tom Tromey <tromey@redhat.com>
2813
2814 * gdb.texinfo (Basic Python): Update. Add xref.
2815 (Exception Handling): Document new exception classes.
2816 (Types In Python): Update.
2817 (Frames In Python): Update.
2818
84f4c1fe
PM
28192010-11-11 Phil Muldoon <pmuldoon@redhat.com>
2820
2821 * gdb.texinfo (Breakpoints In Python): Document "internal"
2822 parameter, and visible attribute.
2823
99e7ae30
DE
28242010-11-05 Doug Evans <dje@google.com>
2825
2826 * gdb.texinfo (Source Path): Document "set directories".
2827
f4b8a18d
KW
28282010-11-05 Ken Werner <ken.werner@de.ibm.com>
2829
2830 * gdb.texinfo: (Summary) Add mention about OpenCL C language support.
2831 (OpenCL C): New node.
2832
7b51bc51
DE
28332010-11-02 Doug Evans <dje@google.com>
2834
2835 * gdb.texinfo (Pretty Printing): Expand into three sections,
2836 introduction, example, and commands.
2837 (Python API): Delete section Disabling Pretty-Printers, merge into
2838 Selecting Pretty-Printers.
2839 (Writing a Pretty-Printer): New section. Move the pretty-printer
2840 example here, and reformat to match python coding style. Add a second
2841 example using the gdb.printing module.
2842 (Python modules): Add gdb.printing.
2843
9eeee977
DE
28442010-10-29 Doug Evans <dje@google.com>
2845
2846 * gdb.texinfo (Python): Fix long line.
2847
a0e0ffdf
DE
28482010-10-20 Doug Evans <dje@google.com>
2849
2850 * gdbint.texinfo (Misc Guidelines): Renamed from Coding.
2851 All references updated. Correct sections marked as subsections.
2852 (Coding Standards): New chapter. Move the coding standard related
2853 subsections here. Add section on Python coding standards.
2854
0e3509db
DE
28552010-10-13 Doug Evans <dje@google.com>
2856
2857 * gdb.texinfo (Python): Add "Python modules".
2858 (Types in Python): Add reference to gdb.types section.
2859 (Python modules): New node.
2860
44592cc4
DE
28612010-10-11 Doug Evans <dje@google.com>
2862
2863 * gdb.texinfo (Values From Inferior): Add reference to "Types in
2864 Python" from gdb.Value.type description.
2865
6e1bb179
JB
28662010-09-28 Joel Brobecker <brobecker@adacore.com>
2867
2868 * gdb.texinfo (Ravenscar Profile): New node.
2869
e8467610
TT
28702010-09-22 Tom Tromey <tromey@redhat.com>
2871
2872 * gdb.texinfo (Values From Inferior): Mention Value.__init__.
2873
fccd1d1e
EZ
28742010-09-22 Eli Zaretskii <eliz@gnu.org>
2875
2876 * gdb.texinfo (Values From Inferior): Clarify that
2877 value.dynamic_type works only in C++ programs with RTTI.
2878
c1b6b909
TT
28792010-09-15 Paul Bolle <pebolle@tiscali.nl>
2880
2881 * gdb.texinfo (Character Sets): Correctly reference host-charset
2882 in example.
2883
7d288aaa
TT
28842010-09-13 Tom Tromey <tromey@redhat.com>
2885
2886 * gdb.texinfo (GDB/MI Stack Manipulation) <-stack-list-frames>:
2887 Document "fullname" and "from".
2888
f75d858b
MK
28892010-09-01 Marc Khouzam <marc.khouzam@ericsson.com>
2890
2891 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document new
2892 feature `reverse' output by -list-target-features.
2893
83b9503b
L
28942010-08-31 H.J. Lu <hongjiu.lu@intel.com>
2895
2896 * gdb.texinfo (i386 Features): Remove an extra "@item".
2897
03f17ccf
TT
28982010-08-30 Tom Tromey <tromey@redhat.com>
2899
2900 PR python/11792:
2901 * gdb.texinfo (Values From Inferior): Document dynamic_type.
2902
9779414d
DJ
29032010-08-24 Daniel Jacobowitz <dan@codesourcery.com>
2904
2905 * gdb.texinfo (ARM Features): Document
2906 org.gnu.gdb.arm.m-profile.
2907
f9ffd4bb
TT
29082010-08-23 Tom Tromey <tromey@redhat.com>
2909
2910 PR python/11145:
2911 * gdb.texinfo (Values From Inferior): Document dynamic_cast and
2912 reinterpret_cast methods.
2913
702c2711
TT
29142010-08-23 Tom Tromey <tromey@redhat.com>
2915
2916 PR python/11915:
2917 * gdb.texinfo (Types In Python): Document array method.
2918
66b73624
TJB
29192010-08-18 Thiago Jung Bauermann <bauerman@br.ibm.com>
2920
2921 * gdb.texinfo (PowerPC Embedded): Mention support for the DVC register.
2922
06a64a0b
TT
29232010-08-16 Tom Tromey <tromey@redhat.com>
2924
2925 * gdb.texinfo (Set Watchpoints): Document -location option.
2926
a3a7127e
DE
29272010-08-13 Doug Evans <dje@google.com>
2928
2929 * gdb.texinfo (.debug_gdb_scripts section): Fix typo.
2930
8dedea02
VP
29312010-08-13 Vladimir Prus <vladimir@codesourcery.com>
2932
2933 * gdb.texinfo (GDB/MI Data Manipulation): Document
2934 -data-read-memory-raw and -data-write-memory-raw.
2935
ca5c20b6 29362010-08-11 Tom Tromey <tromey@redhat.com>
889bf7c5 2937 Phil Muldoon <pmuldoon@redhat.com>
ca5c20b6
PM
2938
2939 * gdb.texinfo (Basic Python): Describe post_event API.
2940
cb2e07a6
PM
29412010-08-11 Phil Muldoon <pmuldoon@redhat.com>
2942
2943 * gdb.texinfo (Basic Python): Describe solib_address and
889bf7c5 2944 decode_line Python APIs
cb2e07a6 2945
464b3efb
TT
29462010-08-10 Tom Tromey <tromey@redhat.com>
2947
2948 * gdb.texinfo (Pretty Printing API): Document
2949 gdb.default_visualizer.
2950
c29c521f
TT
29512010-08-10 Tom Tromey <tromey@redhat.com>
2952
2953 Revert gdb-add-index addition:
2954 * gdb.texinfo (Index Files): Don't document gdb-add-index.
2955
5da1313b
JK
29562010-08-07 Jan Kratochvil <jan.kratochvil@redhat.com>
2957 Eli Zaretskii <eliz@gnu.org>
2958
2959 * gdb.texinfo (Mode Options) <-batch>
2960 (Basic Python) <gdb.execute>: Describe setting width and height.
2961
02d868e8
PP
29622010-07-31 Paul Pluzhnikov <ppluzhnikov@google.com>
2963
2964 * gdb.texinfo (Threads): Document 'debug libthread-db'.
2965
c2bbed2a
TT
29662010-07-30 Tom Tromey <tromey@redhat.com>
2967
2968 * gdb.texinfo (Index Files): Mention gdb-add-index.
2969
6c13bbe1
HZ
29702010-07-30 Hui Zhu <teawater@gmail.com>
2971
2972 * gdb.texinfo (Inferiors and Programs): Update the introduce of
2973 "detach inferior" and "kill inferior".
2974
53a71c06
CR
29752010-07-28 CHENG Renquan <rqcheng@smu.edu.sg>
2976
2977 * gdb.texinfo (Machine Code): Update description of two forms of
2978 arguments, and add new example to demonstrate the new form.
2979
5374244e
PM
29802010-07-27 Phil Muldoon <pmuldoon@redhat.com>
2981
2982 * gdb.texinfo (Values From Inferior): Add value inferior function
2983 call description.
2984
8ea5bce5
JK
29852010-07-19 Jan Kratochvil <jan.kratochvil@redhat.com>
2986
2987 * gdb.texinfo (Active Targets): Fix wrong comma placement.
2988
c0edd9ed
JK
29892010-07-19 Jan Kratochvil <jan.kratochvil@redhat.com>
2990 Eli Zaretskii <eliz@gnu.org>
2991
2992 Make core files the process_stratum.
2993 * gdb.texinfo (Active Targets): Remove core_stratum. Include
2994 record_stratum example.
2995
9291a0cd
TT
29962010-07-13 Tom Tromey <tromey@redhat.com>
2997
2998 * gdb.texinfo (Index Files): New node.
2999
f5011d11
TT
30002010-07-13 Tom Tromey <tromey@redhat.com>
3001
3002 * gdb.texinfo (GDB/MI Variable Objects): Remove extra 'for'.
3003
0f5238ed
TT
30042010-07-13 Tom Tromey <tromey@redhat.com>
3005
3006 * gdb.texinfo (Specify Location): Document labels.
3007
74c761c1
PA
30082010-07-01 Pedro Alves <pedro@codesourcery.com>
3009
3010 * gdb.texinfo (Create and Delete Tracepoints): Add more index
3011 entries for fast tracepoints and static tracepoints.
3012
501994c0
PA
30132010-07-01 Pedro Alves <pedro@codesourcery.com>
3014
3015 * gdb.texinfo (General Query Packets) <qfThreadInfo,
3016 qsThreadInfo>: Spell out `l' as ell.
3017
0fb4aa4b
PA
30182010-07-01 Pedro Alves <pedro@codesourcery.com>
3019
3020 * gdb.texinfo (Convenience Variables): Document $_sdata.
3021 (Commands to Set Tracepoints): Describe static tracepoints. Add
3022 `Listing Static Tracepoint Markers' menu entry. Document
3023 "strace".
3024 (Tracepoint Action Lists): Document collecting $_sdata.
3025 (Listing Static Tracepoint Markers): New subsection.
3026 (Tracepoints support in gdbserver): Mention static tracepoints.
3027 (remote packets, enabling and disabling): Mention
3028 read-sdata-object.
3029 (General Query Packets) <qSupported>: Document qXfer:sdata:read
3030 and StaticTracepoint.
3031 Mention qTfSTM, qTsSTM and qTSTMat as tracepoint packets.
3032 Document qXfer:sdata:read.
3033 (Tracepoint packets): Document qTfSTM, qTsSTM and qTSTMat.
3034
dc3b15be
JB
30352010-06-29 Joel Brobecker <brobecker@adacore.com>
3036
3037 * gdb.texinfo (Threads In Python): Fix unmatched @end table.
3038
595939de
PM
30392010-06-28 Phil Muldoon <pmuldoon@redhat.com>
3040 Tom Tromey <tromey@redhat.com>
3041 Thiago Jung Bauermann <bauerman@br.ibm.com>
3042
3043 * gdb.texinfo (Inferiors In Python): New node.
3044 * gdb.texinfo (Threads In Python): New node.
3045
9279c692
JB
30462010-06-28 Joel Brobecker <brobecker@adacore.com>
3047
3048 * gdb.texinfo (Python): Document what the python directory is
3049 and what its location is.
3050 (Basic Python): Document the gdb.PYTHONDIR constant.
3051
bc9f0842
TT
30522010-06-25 Tom Tromey <tromey@redhat.com>
3053
3054 PR python/10808:
3055 * gdb.texinfo (Basic Python): Document new gdb.execute argument.
3056
f1421989
HZ
30572010-06-24 Hui Zhu <teawater@gmail.com>
3058
3059 * gdb.texinfo: (Commands for Controlled Output): Add
3060 documentation for command "eval".
3061
e4c0cfae
SS
30622010-06-21 Stan Shebs <stan@codesourcery.com>
3063
3064 * gdb.texinfo: Add explicit @node and @appendix for GFDL.
3065 * annotate.texinfo: Ditto.
3066 * gdbint.texinfo: Ditto.
3067 * stabs.texinfo: Ditto.
3068
bb08c432
HZ
30692010-06-22 Hui Zhu <teawater@gmail.com>
3070
3071 * gdb.texinfo: (Process Record and Replay): Add documentation
3072 for command "set record memory-query".
3073
4f5d9f07
SS
30742010-06-21 Stan Shebs <stan@codesourcery.com>
3075
3076 * gdb.texinfo: Relicense under GFDL version 1.3.
3077 * annotate.texinfo: Relicense under GFDL version 1.3.
3078 * gdbint.texinfo: Relicense under GFDL version 1.3.
3079 * stabs.texinfo: Relicense under GFDL version 1.3.
3080 * fdl.texi: Update to version 1.3.
3081
6aed2dbc
SS
30822010-06-18 Stan Shebs <stan@codesourcery.com>
3083
a61408f8
SS
3084 * gdb.texinfo (Operating System Auxiliary Information): Describe
3085 "info os" when no arguments given.
3086
6aed2dbc
SS
3087 * gdb.texinfo (Debugging Programs with Multiple Threads): Describe
3088 $_thread.
3089
24e933df
HZ
30902010-06-18 Hui Zhu <teawater@gmail.com>
3091
3092 * gdb.texinfo: (Process Record and Replay): Add documentation
3093 for commands "record save" and "record restore".
3094
65d79d4b
SDJ
30952010-06-16 Jan Kratochvil <jan.kratochvil@redhat.com>
3096
3097 * gdb.texinfo: Include information about the correct use
3098 of addresses in the `watch' command.
3099
d914c394
SS
31002010-06-11 Stan Shebs <stan@codesourcery.com>
3101
3102 * gdb.texinfo (Observer Mode): New section.
3103 (General Query Packets): Document QAllow.
889bf7c5 3104
967cf477
DE
31052010-06-04 Doug Evans <dje@google.com>
3106
3107 * gdb.texinfo (Python API): New node `Disabling Pretty-Printers'.
3108
aaf4119b
DE
31092010-06-03 Doug Evans <dje@google.com>
3110
3111 * gdbint.texinfo (Coding): Add subsection on command names.
3112
9eae7c52
TT
31132010-06-02 Tom Tromey <tromey@redhat.com>
3114
3115 * gdb.texinfo (Maintenance Commands): Document maint set dwarf2
3116 always-disassemble.
3117
fa593d66
PA
31182010-06-01 Pedro Alves <pedro@codesourcery.com>
3119
3120 * gdb.texinfo (Set Tracepoints): Mention tracepoints support in
3121 gdbserver, and add cross reference.
3122 (Tracepoints support in gdbserver): New subsection.
3123
dde08ee1
PA
31242010-05-26 Pedro Alves <pedro@codesourcery.com>
3125
3126 * gdb.texinfo (General Query Packets) <qSupported>: Describe the
3127 `qRelocInsn' feature.
3128 (Relocate instruction reply packet): New subsection
3129 of `Tracepoint Packets'.
3130 (Tracepoint Packets): Mention that packets QTDP and QTStart
3131 support the qRelocInsn request, and add cross reference to new
3132 subsection.
3133
07ca107c
DE
31342010-05-25 Doug Evans <dje@google.com>
3135
3136 * gdb.texinfo (Exception Handling): Document gdb.GdbError.
3137 (Commands In Python): Document gdb.string_to_argv.
3138
c25c4a8b
JK
31392010-05-02 Jan Kratochvil <jan.kratochvil@redhat.com>
3140
3141 * gdbint.texinfo (Host Definition): Remove items NORETURN and
3142 ATTR_NORETURN.
3143
d7b32ed3 31442010-04-29 Phil Muldoon <pmuldoon@redhat.com>
c25c4a8b
JK
3145 Tom Tromey <tromey@redhat.com>
3146 Thiago Jung Bauermann <bauerman@br.ibm.com>
d7b32ed3 3147
c25c4a8b 3148 * gdb.texinfo (Parameters In Python): New Node.
d7b32ed3 3149
6aecb9c2
JB
31502010-04-29 Mihail Zenkov <mihail.zenkov@gmail.com>
3151
3152 * gdb.texinfo: (Summary) Add mention about D language support.
3153 (Filenames): Add D suffixes.
3154 (D): New node.
3155
b7da9e9f
PM
31562010-04-26 Pierre Muller <muller@ics.u-strasbg.fr>
3157
3158 * gdbint.texinfo (CANNOT_STEP_HW_WATCHPOINTS): Remove explanation
3159 of macro deleted from GDB code.
3160
ab38a727
PA
31612010-04-24 Pedro Alves <pedro@codesourcery.com>
3162
3163 * gdb.texinfo (Commands to specify files): Describe what how GDB
3164 looks up DOS-based filesystem paths on the system root. Document
3165 the new `set/show target-file-system-kind' commands.
3166
66d09542
DE
31672010-04-23 Doug Evans <dje@google.com>
3168
3169 * gdb.texinfo (Python): Move Auto-loading section here ...
3170 (Python API): from here.
3171 (Auto-loading): Add docs for .debug_gdb_scripts auto-loaded scripts.
3172 (Maintenance Commands): Add docs for "maint print section-scripts".
3173
8bd10a10
CM
31742010-04-20 Chris Moller <cmoller@redhat.com>
3175
3176 * gdb.texinfo (Setting Breakpoints): Added description of
3177 filename-qualified rbreak.
3178 * refcard.tex (Breakpoints and Watchpoints): Added brief
3179 description of filename-qualified rbreak.
3180
4c374409
JK
31812010-04-22 Jan Kratochvil <jan.kratochvil@redhat.com>
3182
3183 * gdb.texinfo (Data): New @menu reference to Pretty Printing.
3184 (Python API): Change the reference to Pretty Printing API.
3185 (Pretty Printing): Move the user part under the Data node. Reformat
3186 the sample output to 72 columns. Create a new reference to Pretty
3187 Printing API. Rename the API part ...
3188 (Pretty Printing API): To a new node name.
3189 (Selecting Pretty-Printers, Progspaces In Python, Objfiles In Python)
3190 (GDB/MI Variable Objects): Change references to Pretty Printing API.
3191
5a9351ae
SS
31922010-04-21 Stan Shebs <stan@codesourcery.com>
3193
3194 * gdb.texinfo (Tracepoint Actions): Mention synonymy of actions
889bf7c5 3195 and commands.
5a9351ae 3196 (Listing Tracepoints): Update to reflect current behavior.
889bf7c5 3197
9a22f0d0
PM
31982010-04-22 Pierre Muller <muller@ics.u-strasbg.fr>
3199
3200 * gdb.texinfo (Examining memory): Update for change in string
3201 display with explicit size.
3202
6149aea9
PA
32032010-04-19 Pedro Alves <pedro@codesourcery.com>
3204
3205 PR breakpoints/8554.
3206
3207 * gdb.texinfo (Save Breakpoints): New node.
3208 (save-tracepoints): Rename to ...
3209 (save tracepoints): ... this. Mention that `save-tracepoints' is
3210 a deprecated alias to `save tracepoints'.
3211
711e434b
PM
32122010-04-16 Pierre Muller <muller@ics.u-strasbg.fr>
3213
645797a8 3214 * gdb.texinfo ($_tlb): Document new automatic convinience variable.
711e434b
PM
3215 (info w32 thread-information-block): Document new command.
3216 (qGetTIBAddress): Document new gdbserver query.
3217 (maint set/show show-all-tib): Document new command.
3218
3f7b2faa
DE
32192010-04-15 Doug Evans <dje@google.com>
3220
fa33c3cd
DE
3221 * gdb.texinfo (Python API): Add progspaces section.
3222 (Selecting Pretty-Printers): Progspace pretty-printers are
3223 searched too.
3224 (Progspaces In Python): New section.
3225
3f7b2faa
DE
3226 * gdb.texinfo (Command Files): Add docs for new "source -s" option.
3227
79f283fe
PM
32282010-04-14 Phil Muldoon <pmuldoon@redhat.com>
3229
3230 * gdb.texinfo (Pretty Printing): Document behaviour when to_string
3231 returns None.
3232
87290684
SS
32332010-04-09 Stan Shebs <stan@codesourcery.com>
3234
3235 * gdb.texinfo (gdb/mi Tracepoint Commands) <-trace-status>:
3236 Describe the `frames-created' field, tweak grammar.
3237
a97153c7
PA
32382010-04-09 Pedro Alves <pedro@codesourcery.com>
3239
3240 * gdb.texinfo (gdb/mi Tracepoint Commands) <-trace-status>:
3241 Describe the `circular' and `disconnected' fields.
3242
5c5dcc1b
L
32432010-04-09 H.J. Lu <hongjiu.lu@intel.com>
3244
3245 * gdb.texinfo (maint print registers): Mention unavailable and
3246 invisible registers.
3247
adc36818
PM
32482010-04-09 Phil Muldoon <pmuldoon@redhat.com>
3249 Thiago Jung Bauermann <bauerman@br.ibm.com>
5c5dcc1b 3250 Tom Tromey <tromey@redhat.com>
adc36818
PM
3251
3252 * gdb.texinfo (Breakpoints In Python): New Node.
3253
33da3f1c
SS
32542010-04-08 Stan Shebs <stan@codesourcery.com>
3255
3256 * gdb.texinfo (Tracepoint Packets): Describe disconn and circular
3257 trace status fields.
3258
3a13a53b
L
32592010-04-08 H.J. Lu <hongjiu.lu@intel.com>
3260
3261 * gdb.texinfo (i386 Features): Make org.gnu.gdb.i386.avx
3262 optional. Make org.gnu.gdb.i386.avx requires
3263 org.gnu.gdb.i386.avx.
3264
08001717
DE
32652010-04-08 Doug Evans <dje@google.com>
3266
3267 * gdb.texinfo (Command Files): Document that gdb skips $cdir in
3268 search path, and document that gdb only scans the search path if
3269 the script's path doesn't specify a directory.
3270
c375651d
DE
32712010-04-05 Doug Evans <dje@google.com>
3272
3273 * gdb.texinfo (maint show python auto-load): Fix typo.
3274
af54718e
SS
32752010-04-04 Stan Shebs <stan@codesourcery.com>
3276
d77f58be
SS
3277 * gdb.texinfo (Setting Breakpoints): "info watch" no longer a synonym.
3278 (Setting Watchpoints): Update description of "info watch".
3279 (Disabling Breakpoints): Only "info break" lists all.
3280
af54718e
SS
3281 * gdb.texinfo (Tracepoint Restrictions): Document PC inference.
3282 (tdump): Explain how tdump works.
3283
86b17b60
PA
32842010-04-01 Pedro Alves <pedro@codesourcery.com>
3285
3286 * gdb.texinfo (Break Commands): Clarify `commands' changes, and
3287 add cross reference.
3288
ff12863f
PA
32892010-03-31 Pedro Alves <pedro@codesourcery.com>
3290
3291 * gdb.texinfo (TUI Commands): Mention that in some cases, these
3292 commands error out.
3293
f68eb612
L
32942010-03-30 H.J. Lu <hongjiu.lu@intel.com>
3295
3296 * gdb.texinfo (i386 Features): Add org.gnu.gdb.i386.avx.
3297
c8d5aac9
L
32982010-03-30 H.J. Lu <hongjiu.lu@intel.com>
3299
3300 * gdb.texinfo (General Query Packets): Add xmlRegisters.
3301
7d13fe92
SS
33022010-03-29 Stan Shebs <stan@codesourcery.com>
3303 Nathan Sidwell <nathan@codesourcery.com>
3304
3305 * gdb.texinfo (GDB/MI Tracepoint Commands): Add notes about the
3306 GDBN equivalent.
3307 (Set Tracepoints): Remove mention that conditional tracepoints
3308 don't exist.
3309 (Tracepoint Actions): Clarify when while-stepping collection
3310 happens, note that while-stepping does not automatically collect
3311 $pc.
3312
409873ef 33132010-03-29 Stan Shebs <stan@codesourcery.com>
889bf7c5 3314
409873ef
SS
3315 * gdb.texinfo (Tracepoint Packets): Describe QTDPsrc.
3316 (General Query Packets): Describe TracepointSource.
3317
ee8e71d4
EZ
33182010-03-27 Matt Rice <ratmice@gmail.com>
3319
c8d5aac9
L
3320 * gdb.texinfo (ARM): Document arguments to "target sim".
3321 (Set Catchpoints): Use @dots{} instead of @r{...}.
ee8e71d4 3322
99b5e152
PA
33232010-03-26 Pedro Alves <pedro@codesourcery.com>
3324
3325 * gdb.texinfo (Tracepoint Packets): Remove mention that
3326 terror:string may be plain text, and drop mention of X prefix.
3327
cd64ee31
VP
33282010-03-26 Vladimir Prus <vladimir@codesourcery.com>
3329
3330 * gdb.texinfo (GDB/MI Tracepoint Commands): Add comma after @xref.
3331
6c28cbf2
SS
33322010-03-24 Stan Shebs <stan@codesourcery.com>
3333
3334 * gdb.texinfo (Tracepoint Packets): Document trace error status.
3335
95a42b64
TT
33362010-03-24 Tom Tromey <tromey@redhat.com>
3337
3338 PR breakpoints/9352:
3339 * gdb.texinfo (Break Commands): Update.
3340
18148017
VP
33412010-03-24 Vladimir Prus <vladimir@codesourcery.com>
3342
3343 * gdb.texinfo (GDB/MI Tracepoint Commands): Document MI tracepoint
3344 commands.
3345
4daf5ac0
SS
33462010-03-16 Stan Shebs <stan@codesourcery.com>
3347
3348 * gdb.texinfo (Starting and Stopping Trace Experiments): Describe
3349 circular-trace-buffer.
3350 (Tracepoint Packets): Describe QTBuffer, and details of the
3351 qTStatus reply.
3352
c9429232
SS
33532010-03-12 Stan Shebs <stan@codesourcery.com>
3354 Nathan Sidwell <nathan@codesourcery.com>
3355
3356 * gdb.texinfo (Tracepoint Actions): Clarify that while-stepping is
3357 doing instruction stepping.
3358 (Tracepoint Restrictions): New node.
3359
ccefe4c4
TT
33602010-03-10 Tom Tromey <tromey@redhat.com>
3361
3362 * gdbint.texinfo (Symbol Handling): Update.
3363
7c953934
TT
33642010-03-08 Tom Tromey <tromey@redhat.com>
3365
3366 PR cli/9591:
3367 * gdb.texinfo (Mode Options): Mention lack of pagination and
3368 confirmation with --batch.
3369 (Screen Size): Mention --batch.
3370 (Messages/Warnings): Likewise.
3371
f870a310
TT
33722010-03-05 Tom Tromey <tromey@redhat.com>
3373
3374 * gdb.texinfo (Basic Python): Document target_charset and
3375 target_wide_charset.
3376
78e2826b
TT
33772010-03-05 Tom Tromey <tromey@redhat.com>
3378
3379 * gdb.texinfo (Data): Link to pretty-printing.
3380 (Output Formats): Likewise. Correct text.
3381
f5dff777
DJ
33822010-03-01 Daniel Jacobowitz <dan@codesourcery.com>
3383
3384 * gdb.texinfo (Types): Describe <struct> and <flags>.
3385
dc00d89f
PM
33862010-02-28 Phil Muldoon <pmuldoon@redhat.com>
3387
3388 * gdb.texinfo (Frames In Python): Add block parameter and
3389 description to read_var text.
3390
5107b149 33912010-02-26 Phil Muldoon <pmuldoon@redhat.com>
c8d5aac9 3392 Tom Tromey <tromey@redhat.com>
5107b149
PM
3393
3394 * gdb.texinfo (Types In Python): Describe block argument in
3395 template_argument and gdb.lookup_type.
3396
e03e5e7b
TT
33972010-02-24 Tom Tromey <tromey@redhat.com>
3398
3399 * gdb.texinfo (Cygwin Native): Fix typo.
3400
f3e9a817
PM
34012010-02-24 Phil Muldoon <pmuldoon@redhat.com>
3402
3403 * gdb.texinfo (Frames In Python): Add block, find_sal, function
3404 and select method descriptions.
3405 (Python API): Add Blocks In Python, Symbols in Python and Symbol
3406 Tables in Python to menu.
3407 (Blocks In Python): New node.
3408 (Symbols In Python): New node.
3409 (Symbol Tables in Python): New node.
3410
a79b8f6e
VP
34112010-02-24 Vladimir Prus <vladimir@codesourcery.com>
3412
3413 Multiexec MI
3414
3415 gdb/
3416 * breakpoint.c (clear_syscall_counts): Take struct inferior*.
3417
3418 gdb/doc/
3419 * gdb.texinfo (GDB/MI Command Syntax): Document notification
3420 changes.
3421 (GDB/MI Program Execution): Document current behaviour of
3422 --all and --thread-group.
3423 (GDB/MI Miscellaneous Commands): Document -add-inferior and
3424 -remove-inferior.
3425 * observer.texi (inferior_added, inferior_removed): New
3426 observers.
3427
629d6a47
TT
34282010-02-19 Tom Tromey <tromey@redhat.com>
3429
3430 * gdbint.texinfo (Getting Started): Fix @node.
3431 (Debugging GDB): Likewise.
3432
c09529e5
JB
34332010-02-13 Joel Brobecker <brobecker@adacore.com>
3434
3435 * gdbint.texinfo (Testsuite): New section "Testsuite Configuration",
3436 documenting the gdb_test_timeout variable.
3437
540aa8e7
MS
34382010-02-12 Jakob Engblom <jakob@virtutech.com>
3439
3440 * gdb.texinfo (MI commands): Added documentation of --reverse
3441 option to a set of MI commands. Restructured documentation of MI
3442 commands --exec-continue to reflect the complexity of reverse
3443 execution.
3444
081dfbf7
PA
34452010-02-12 Pedro Alves <pedro@codesourcery.com>
3446
3447 * gdb.texinfo (Using the Collected Data): Specify that the address
3448 range of `tfind outsize' is exclusive, and that the address range
3449 of `tfind range' is inclusive.
3450 (Tracepoint Packets): Specify that the address range of
3451 `QTFrame:range' is inclusive, and that the address range of
3452 `QTFrame:outside' is exclusive
3453
8e9c5e02
VP
34542010-02-12 Vladimir Prus <vladimir@codesourcery.com>
3455
3456 * gdb.texinfo (GDB/MI Result Records): Clarify ^running.
3457
92981e24
TT
34582010-02-10 Tom Tromey <tromey@redhat.com>
3459
3460 * gdb.texinfo (Debugging Output): Document set debug parser and
3461 show debug parser.
3462
075b51b7
L
34632010-02-09 H.J. Lu <hongjiu.lu@intel.com>
3464
3465 * gdb.texinfo (Predefined Target Types): Add i387_ext,
3466 i386_eflags and i386_mxcsr.
3467
3bb8d5c3
L
34682010-02-08 H.J. Lu <hongjiu.lu@intel.com>
3469
3470 * gdb.texinfo: Document i386 target features.
3471
c5f80513
DE
34722010-02-05 Doug Evans <dje@google.com>
3473
3474 * gdbint.texinfo (Testsuite): Add a new section to document the
3475 various DejaGnu variables that may be overridden.
1be00882 3476 Document INTERNAL_GDBFLAGS.
c5f80513 3477
6ac33a4e
TT
34782010-02-04 Tom Tromey <tromey@redhat.com>
3479
3480 PR cli/8830:
3481 * gdb.texinfo (Files): -readnow comes before the filename for file
3482 and symbol-file.
3483
a1dcb23a
DJ
34842010-02-01 Daniel Jacobowitz <dan@codesourcery.com>
3485
3486 * gdb.texinfo (Architecture-Specific Protocol Details): New section.
3487 Document ARM breakpoint types.
3488 (Register Packet Format): Move into the new section.
3489 (Packets): Describe the KIND argument for Z0, z0, Z1, and z1 packets.
3490
95433b34
JB
34912010-01-21 Joel Brobecker <brobecker@adacore.com>
3492
3493 * gdb.texinfo (File Options): Adjust the documentation of this
3494 switch to refer to the "source" command rather than partially
3495 duplicating some of the relevant information.
3496 (Extending GDB): Introduce and document the set/show script-extension
3497 setting.
3498 (Command Files): Add note explaining that the "source" command
3499 is also used to evalute scripts written in other languages.
3500 Remove the short slightly incorrect reference to sourcing Python
3501 scripts.
3502 (Python Commands): Document how to execute a Python script from GDB.
3503
8d576872
JB
35042010-01-19 Joel Brobecker <brobecker@adacore.com>
3505
3506 * gdb.texinfo (Command Files): Fix typo.
3507
8150ff9c
JB
35082010-01-18 Tom Tromey <tromey@redhat.com>
3509
3510 * gdb.texinfo (File Options): Document -x on .py files.
3511 (Command Files): Document handling of Python scripts.
3512
23db03a6
JZ
35132010-01-18 Jie Zhang <jie.zhang@analog.com>
3514
3515 * Makefile.in (ANNOTATE_DOC_BUILD_INCLUDES): Add GDBvn.texi.
3516
00bf0b85
SS
35172010-01-15 Stan Shebs <stan@codesourcery.com>
3518
3519 * gdb.texinfo (Trace Files): New section.
3520 (Tracepoint Packets): Document QTSave and qTBuffer.
3521 (Trace File Format): New appendix.
3522
be759fcf
PM
35232010-01-13 Phil Muldoon <pmuldoon@redhat.com>
3524
3525 * gdb.texinfo (Values From Inferior): Document lazy_string value
3526 method.
3527 (Python API): Add Lazy strings menu item.
3528 (Lazy Strings In Python): New node.
3529
dc146f7c
VP
35302010-01-13 Vladimir Prus <vladimir@codesourcery.com>
3531
3532 * gdb.texinfo (GDB/MI Thread Information): New.
3533 (GDB/MI Async Records): Document the core field in *stopped.
3534 (GDB/MI Miscellaneous Commands): Expand -list-thread-groups
3535 documentation
3536 (Process list): Document that osdata document may contain
3537 threads.
3538 (Remote Serial Protocol): Document qXfer:threads.
3539
d5551862
SS
35402010-01-06 Stan Shebs <stan@codesourcery.com>
3541
3542 * gdb.texinfo (Starting and Stopping Trace Experiments): Document
3543 disconnected tracing.
3544 (Tracepoint Packets): Document new protocol.
3545
7a697b8d
SS
35462010-01-05 Stan Shebs <stan@codesourcery.com>
3547
3548 * gdb.texinfo (Create and Delete Tracepoints): Describe fast
3549 tracepoints.
3550 (Tracepoint Packets): Describe remote protocol for fast
3551 tracepoints.
3552
e6f3ec50
JB
35532010-01-01 Joel Brobecker <brobecker@adacore.com>
3554
3555 Update the "Start of New Year Procedure".
3556 * gdbint.texinfo: Add the list of files that need to be updated
3557 manually. Minor reformatting.
3558
ddc4e9c1
JB
35592010-01-01 Joel Brobecker <brobecker@adacore.com>
3560
3561 * refcard.tex: Update copyright year in header and text.
3562
9d2897ad
JB
35632010-01-01 Joel Brobecker <brobecker@adacore.com>
3564
3565 * agentexpr.texi: Add 2010 to the list of copyright years.
3566 * annotate.texinfo: Likewise.
3567 * gdb.texinfo: Likewise.
3568 * gdbint.texinfo: Likewise.
3569 * observer.texi: Likewise.
3570 * stabs.texinfo: Likewise.
3571
6da95a67
SS
35722009-12-31 Stan Shebs <stan@codesourcery.com>
3573
3574 * gdb.texinfo (Tracepoint Actions): Describe teval.
889bf7c5 3575
236f1d4d
SS
35762009-12-29 Stan Shebs <stan@codesourcery.com>
3577
3578 * gdb.texinfo (Tracepoint Actions): Describe default-collect.
889bf7c5 3579
f61e138d
SS
35802009-12-28 Stan Shebs <stan@codesourcery.com>
3581
3582 * gdb.texinfo (Trace State Variables): New section.
3583 (Tracepoint Packets): Describe trace state variable packets.
3584 * agentexpr.texi (Bytecode Descriptions): Describe trace state
3585 variable bytecodes.
3586
0fe7935b
DJ
35872009-12-28 Daniel Jacobowitz <dan@codesourcery.com>
3588
3589 * gdb.texinfo (Symbols): "info variables" prints definitions, not
3590 declarations.
3591
a6b29f87
VP
35922009-12-21 Vladimir Prus <vladimir@codesourcery.com>
3593
3594 * gdb.texinfo (GDB/MI Miscellaneous Commands): Clarify that
3595 -gdb-exit behaviour.
3596
5e4bde96
JB
35972009-12-20 Joel Brobecker <brobecker@adacore.com>
3598
3599 * gpl.texi: Update to version 3 of the GPL.
3600
a1715244
JB
36012009-12-20 Joel Brobecker <brobecker@adacore.com>
3602
3603 * Makefile.in: Update copyright header.
3604 * observer.texi: Fix the copyright header of the generated files.
3605
361ae042
PM
36062009-12-08 Phil Muldoon <pmuldoon@redhat.com>
3607
3608 * gdb.texinfo (Types In Python): Describe range function.
3609
bfd31e71
PM
36102009-12-03 Richard Ward <richard.j.ward1@googlemail.com>
3611
3612 * gdb.texinfo (Types In Python): Describe "is_base_class".
3613
57a1d736
TT
36142009-12-03 Tom Tromey <tromey@redhat.com>
3615
3616 * gdb.texinfo (Basic Python): Document gdb.parse_and_eval.
3617
8cebebb9
PP
36182009-12-02 Paul Pluzhnikov <ppluzhnikov@google.com>
3619
3620 * observer.texi: New memory_changed observer.
3621
16af530a
TT
36222009-12-01 Tom Tromey <tromey@redhat.com>
3623
3624 * gdb.texinfo (Reverse Execution): Fix typo.
3625
b6199126
DJ
36262009-11-24 Daniel Jacobowitz <dan@codesourcery.com>
3627
3628 PR gdb/8704
3629
3630 * gdb.texinfo (Thread-Specific Breakpoints): Thread specifiers
3631 are allowed after the breakpoint condition.
3632
7a6973ad
TT
36332009-11-23 Tom Tromey <tromey@redhat.com>
3634
3635 PR python/10782:
3636 * gdb.texinfo (Types In Python): Document Type.pointer.
3637
21a0512e
PP
36382009-11-23 Paul Pluzhnikov <ppluzhnikov@google.com>
3639
3640 * gdb.texinfo (Machine Code): Adjust.
889bf7c5 3641
a5832c8f
PA
36422009-11-11 Pedro Alves <pedro@codesourcery.com>
3643
3644 * agentexpr.texi (Tracing On Symmetrix): Delete section.
3645 (Using Agent Expressions): Delete cross reference.
3646
1eb7cd77
JB
36472009-11-07 Joel Brobecker <brobecker@adacore.com>
3648
3649 * gdbint.texinfo, stabs.texinfo: Move the @setchapternewpage
3650 and @settitle directives up to help makeinfo find them.
3651
24ddea62
JK
36522009-11-02 Jan Kratochvil <jan.kratochvil@redhat.com>
3653
3654 * gdb.texinfo (set debug-file-directory, show debug-file-directory)
3655 (Auto-loading): Use plural and note one can use multiple components now.
3656
3afae151
VP
36572009-11-01 Vladimir Prus <vladimir@codesourcery.com>
3658
3659 * gdb.texinfo (GDB/MI Stack Manipulation): Make
3660 -stack-list-arguments have the same documentation for parameter
3661 as -stack-list-locals. Add comas.
3662
14ff2235
PM
36632009-10-27 Tom Tromey <tromey@redhat.com>
3664 Eli Zaretskii <eliz@gnu.org>
3665
c8d5aac9 3666 PR python/10781
14ff2235
PM
3667
3668 * gdb.texinfo (Values From Inferior): Document cast method.
3669
9c419145
PP
36702009-10-22 Paul Pluzhnikov <ppluzhnikov@google.com>
3671
3672 * gdb.texinfo (Machine Code): Mention function name in disasssembly
3673 and adjust example.
889bf7c5 3674
29153c24
MS
36752009-10-22 Michael Snyder <msnyder@vmware.com>
3676
3677 * gdb.texinfo (Process Record and Replay): Document new form of
889bf7c5 3678 info record command. Also document the new save and restore
29153c24
MS
3679 commands.
3680
2b28d209
PP
36812009-10-21 Paul Pluzhnikov <ppluzhnikov@google.com>
3682
3683 * gdb.texinfo (Machine Code): Mention current pc marker.
3684 (Memory): Likewise.
3685
6c95b8df
PA
36862009-10-19 Pedro Alves <pedro@codesourcery.com>
3687 Stan Shebs <stan@codesourcery.com>
3688
3689 * observer.texi (new_inferior): Rename to...
3690 (inferior_appeared): ... this.
3691
3692 * gdb.texinfo (Inferiors): Rename node to ...
3693 (Inferiors and Programs): ... this. Mention running multiple
3694 programs in the same debug session.
3695 <info inferiors>: Mention the new 'Executable' column if "info
3696 inferiors". Update examples. Document the "add-inferior",
3697 "clone-inferior", "remove-inferior" and "maint info
3698 program-spaces" commands.
3699 (Process): Rename node to...
3700 (Forks): ... this. Document "set|show follow-exec-mode".
3701
2f8132f3
MS
37022009-10-11 Michael Snyder <msnyder@vmware.com>
3703
3704 * gdb.texinfo (ReverseStep): Show default as "unsupported".
3705 (ReverseContinue): Ditto.
3706
cba4b2d3
PP
37072009-10-08 Paul Pluzhnikov <ppluzhnikov@google.com>
3708
3709 * gdb.texinfo (Server): Document libthread-db-search-path.
889bf7c5 3710
da082f17
JK
37112009-10-08 Jan Kratochvil <jan.kratochvil@redhat.com>
3712
3713 * gdbint.texinfo (i386_stopped_by_hwbp): Remove.
3714
08be9d71
ME
37152009-10-06 Michael Eager <eager@eagercon.com>
3716
3717 * gdb.texinfo (Contributors): Add self for Xilinx MicroBlaze.
3718 (Embedded Processors): Add MicroBlaze.
3719 (MicroBlaze): New. Describe Xilinx MicroBlaze
3720
08a0efd0
PA
37212009-10-04 Pedro Alves <pedro@codesourcery.com>
3722
3723 * gdb.texinfo (Remote Protocol): Don't mention vCont;T.
3724
cbb8f428
EZ
37252009-09-26 Pierre Muller <muller@ics.u-strasbg.fr>
3726
3727 * gdb.texinfo (Cygwin Native): Mention support for Ctrl-BREAK.
3728
30a4a70c
JB
37292009-09-23 Joel Brobecker <brobecker@adacore.com>
3730
3731 * observer.texi (solib_unloaded): Document explicitly the fact that
3732 this observer is called before the associated symbols are unloaded.
3733
b3372f91
VP
37342009-09-19 Vladimir Prus <vladimir@codesourcery.com>
3735
3736 * gdb.texinfo (GDB/MI Stack Manipulation): Document
3737 -stack-list-variables.
3738
f43030c4
TT
37392009-09-18 Tom Tromey <tromey@redhat.com>
3740
3741 * gdb.texinfo (GDB/MI Variable Objects): -enable-pretty-printing
3742 is experimental.
3743
ec7e75e7
PP
37442009-09-17 Paul Pluzhnikov <ppluzhnikov@google.com>
3745
3746 * gdb.texinfo (convenince variables): Mention
3747 $_siginfo could be empty.
f43030c4 3748
0cc7d26f
TT
37492009-09-15 Tom Tromey <tromey@redhat.com>
3750
3751 * gdb.texinfo (GDB/MI Variable Objects): Document
3752 -enable-pretty-printing, -var-set-update-range, dynamic varobjs.
3753 Expand -var-update documentation.
3754
a96d9b2e
SDJ
37552009-09-14 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
3756
3757 * gdb.texinfo (Set Catchpoints): Documentation about the catch syscall
3758 feature.
3759
005ca36a
JB
37602009-09-13 Daniel Jacobowitz <dan@codesourcery.com>
3761
3762 * gdbint.texinfo (Unwinding the Frame ID): Reference outer_frame_id.
3763
0d772ac9
MS
37642009-09-10 Michael Snyder <msnyder@vmware.com>
3765
3766 * gdb.texinfo (qSupported): Mention new ReverseContinue and
3767 ReverseStep replies to the qSupported query.
3768
14fb1bac
JB
37692009-09-10 Joel Brobecker <brobecker@adacore.com>
3770
3771 Add documentation for set/show interactive-mode.
3772 * gdb.texinfo (Other Misc Settings): New node.
3773
29b090c0
DE
37742009-09-01 Doug Evans <dje@google.com>
3775
3776 * gdb.texinfo (Caching Data of Remote Targets): Add note on
3777 non-stop mode's affect on remote caching.
3778
4e5d721f
DE
37792009-08-31 Jacob Potter <jdpotter@google.com>
3780 Doug Evans <dje@google.com>
3781
3782 * gdb.texinfo (Caching Data of Remote Targets): Update text.
3783 Mark `set/show remotecache' options as obsolete.
3784 Document new `set/show stack-cache' option.
3785 Update text for `info dcache'.
3786
55333a84
DE
37872009-08-27 Doug Evans <dje@google.com>
3788
3789 * gdb.texinfo (Symbols): Delete `set print symbol-loading'.
3790 (Files): Add note on new optional regex arg to `info sharedlibrary'.
3791
bc3a0b4d
RW
37922009-08-26 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3793
3794 * gdbint.texinfo (Releasing GDB): Fix confusing sentence
3795 about autoconf.
3796
3a1ff0b6
PA
37972009-08-25 Pedro Alves <pedro@codesourcery.com>
3798
3799 * gdb.texinfo (Debugging Multiple Inferiors): Add "info inferiors"
3800 small example, and describe its columns. Replace "inferior-id" by
3801 "infno" throughout.
3802
81ecdfbb
RW
38032009-08-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3804
af542c2e
RW
3805 * gdbint.texinfo (Releasing GDB): Point to
3806 README-maintainer-mode file for required autoconf version.
3807 * configure.ac: Do not substitute datarootdir, htmldir,
3808 pdfdir, docdir. Do not process --with-datarootdir,
3809 --with-htmldir, --with-pdfdir, --with-docdir.
3810 * configure: Regenerate.
3811
81ecdfbb
RW
3812 * configure: Regenerate.
3813
4efc6507
DE
38142009-08-20 Reid Kleckner <reid@kleckner.net>
3815
3816 * gdb.texinfo: Add chapter on JIT interface.
3817
43089a6e
NR
38182009-08-07 Nick Roberts <nickrob@snap.net.nz>
3819
3820 * gdb.texinfo (Server Prefix): Explain that server prefix suppresses
889bf7c5 3821 confirmation request.
43089a6e 3822
99e008fe
EZ
38232009-08-05 Jeremy Bennett <jeremy.bennett@embecosm.com>
3824
c8d5aac9
L
3825 * gdb.texinfo (Separate Debug Files, Remote Protocol): Clarified
3826 CRC definitions.
99e008fe 3827
48cb2d85
VP
38282009-08-03 Vladimir Prus <vladimir@codesourcery.com>
3829
3830 * gdb.texinfo (GDB/MI Breakpoint Commands): Document
889bf7c5 3831 -break-commands.
48cb2d85 3832
ff1a52c6
UW
38332009-07-31 Ulrich Weigand <uweigand@de.ibm.com>
3834
3835 * gdb.texinfo (Cell Broadband Engine SPU architecture): Document the
3836 "set spu auto-flush-cache" and "show spu auto-flush-cache" commands.
3837
3285f3fe
UW
38382009-07-31 Ulrich Weigand <uweigand@de.ibm.com>
3839
3840 * gdb.texinfo (Cell Broadband Engine SPU architecture): Document the
3841 "set spu stop-on-load" and "show spu stop-on-load" commands.
3842
e35359c5
UW
38432009-07-31 Ulrich Weigand <uweigand@de.ibm.com>
3844
3845 * gdb.texinfo (Target Descriptions): Document <compatible> element.
3846
58d6951d
DJ
38472009-07-28 Daniel Jacobowitz <dan@codesourcery.com>
3848
3849 * gdb.texinfo (ARM Features): Document org.gnu.gdb.arm.vfp and
3850 org.gnu.gdb.arm.neon.
3851
08d16641
PA
38522009-07-20 Pedro Alves <pedro@codesourcery.com>
3853
3854 * gdb.texinfo (Target Description Format): Mention the new <osabi>
3855 optional element.
3856 (subsection OS ABI): New subsection.
3857
782b2b07
SS
38582009-07-14 Stan Shebs <stan@codesourcery.com>
3859
3860 * gdb.texinfo (Tracepoint Conditions): New section.
3861 (General Query Packets): Describe ConditionalTracepoints.
3862 (Tracepoint Packets): Describe condition field.
3863 (Maintenance Commands): Describe maint agent-eval.
3864 * agentexpr.texi (Using Agent Expressions): Mention eval usage.
3865
9b117ef3
HZ
38662009-07-11 Hui Zhu <teawater@gmail.com>
3867
3868 * gdb.texinfo (disassemble): Add a new modifier /r
3869 to "disassemble" command to make it print the raw instructions
3870 in hex as well as in symbolic form.
3871
f5a33284
TT
38722009-07-09 Tom Tromey <tromey@redhat.com>
3873
3874 * gdbint.texinfo (Testsuite): Document parallel make check.
3875
812f7342
TT
38762009-07-09 Tom Tromey <tromey@redhat.com>
3877
3878 * gdbint.texinfo (Testsuite): Document test transcripts.
3879
fbb8f299
PM
38802009-07-10 Phil Muldoon <pmuldoon@redhat.com>
3881
3882 * gdb.texinfo (Values From Inferior): Add length parameter
3883 description.
3884
dd8f35ac
EZ
38852009-07-04 Chris Genly <chris@genly.us>
3886
3887 * gdb.texinfo (GDB/MI Variable Objects): Document child definition
3888 in -var-list-children. Fix example according to what the code
3889 does.
3890
2277426b
PA
38912009-07-02 Pedro Alves <pedro@codesourcery.com>
3892
3893 * gdb.texinfo (Debugging multiple inferiors): Document the
3894 "inferior", "detach inferior" and "kill inferior" commands.
3895 (Debugging Programs with Multiple Processes): Adjust to mention
3896 generic "inferior" commands. Delete mention of "detach fork" and
3897 "delete fork". Cross reference to "Debugging multiple inferiors"
3898 section.
3899
a6d9a66e
UW
39002009-07-02 Ulrich Weigand <uweigand@de.ibm.com>
3901
5af949e3
UW
3902 * gdbint.texinfo (Item Output Functions): Update signature
3903 for ui_out_field_core_addr.
3904
39052009-07-02 Ulrich Weigand <uweigand@de.ibm.com>
3906
3907 * gdbint.texinfo (Examples of Use of @code{ui_out} functions):
a6d9a66e
UW
3908 Update example code extrated from breakpoint.c.
3909
9901a55b 39102009-06-28 Paul Pluzhnikov <ppluzhnikov@google.com>
889bf7c5 3911
9901a55b
PP
3912 * gdb.texinfo (GDB/MI Program Context): @ignore unimplemented
3913 MI commands.
3914 (GDB/MI Symbol Query): Likewise.
3915 (GDB/MI File Commands): Likewise.
3916 (GDB/MI File Transfer Commands): Likewise.
3917 (GDB/MI Target Manipulation): Likewise.
3918 (GDB/MI Miscellaneous Commands): Likewise.
889bf7c5 3919
edb3359d
DJ
39202009-06-27 Daniel Jacobowitz <dan@codesourcery.com>
3921
3922 * gdb.texinfo (Debugging Optimized Code): New chapter.
3923 (Compiling for Debugging): Reference it. Move some
3924 text to the new section.
3925
7cd1089b
PM
39262009-06-15 Phil Muldoon <pmuldoon@redhat.com>
3927
3928 * doc/gdb.texinfo (Calling): Document
3929 set-unwind-on-terminating-exception usage.
3930
d4db2f36
PA
39312009-06-11 Pedro Alves <pedro@codesourcery.com>
3932
3933 * gdb.texinfo (All-Stop): Document new 'set schedule-multiple'
3934 command.
3935
d1a7880c
PA
39362009-06-07 Pedro Alves <pedro@codesourcery.com>
3937
3938 * gdbint.texinfo (TARGET_HAS_HARDWARE_WATCHPOINTS): Delete all
3939 references.
3940
473f94e6
UW
39412009-06-04 Ulrich Weigand <uweigand@de.ibm.com>
3942
3943 * gdbint.texinfo: Rename formal parameters to gdbarch function
3944 protoypes from "current_gdbarch" to "gdbarch".
3945
8f500870
TT
39462009-05-28 Tom Tromey <tromey@redhat.com>
3947
3948 * gdb.texinfo (Basic Python): Change get_parameter to parameter.
3949
b6313243
TT
39502009-05-27 Tom Tromey <tromey@redhat.com>
3951
3952 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document "python"
3953 feature.
3954 (GDB/MI Variable Objects): Document -var-set-visualizer.
3955
39562009-04-02 Tom Tromey <tromey@redhat.com>
3957
3958 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document "python"
3959 feature.
3960 (GDB/MI Variable Objects): Document -var-set-visualizer.
3961
a6bac58e
TT
39622009-05-27 Tom Tromey <tromey@redhat.com>
3963 Thiago Jung Bauermann <bauerman@br.ibm.com>
3964 Phil Muldoon <pmuldoon@redhat.com>
3965
3966 * gdb.texinfo (Objfiles In Python): Reference pretty printing.
3967 (Pretty Printing): New node.
3968 (Selecting Pretty-Printers): Likewise.
3969 (Python API): Update.
3970 (Output Formats): Document /r format.
3971
2c74e833
TT
39722009-05-27 Thiago Jung Bauermann <bauerman@br.ibm.com>
3973 Tom Tromey <tromey@redhat.com>
3974
3975 * gdb.texinfo (Types In Python): New node.
3976 (Values From Inferior): "type" is now an attribute.
3977 (Python API): Update.
3978
89c73ade
TT
39792009-05-27 Tom Tromey <tromey@redhat.com>
3980 Thiago Jung Bauermann <bauerman@br.ibm.com>
3981 Phil Muldoon <pmuldoon@redhat.com>
3982
3983 * gdb.texinfo: Add @syncodeindex for `tp'.
3984 (Python API): Update.
3985 (Auto-loading): New node.
3986 (Objfiles In Python): New node.
3987
17a37d48
PP
39882009-05-15 Paul Pluzhnikov <ppluzhnikov@google.com>
3989
3990 * gdb.texinfo (Threads): Document libthread-db-search-path.
889bf7c5 3991
6718376f
NR
39922009-05-15 Nick Roberts <nickrob@snap.net.nz>
3993
3994 * gdb.texinfo (GDB/MI General Design): Break up into four nodes.
3995
cbe54154
PA
39962009-05-12 Pedro Alves <pedro@codesourcery.com>
3997
3998 * gdb.texinfo: Document 'set/show debug gnu-nat'. Replace 'maint
3999 show-debug-regs' docs by 'maint set show-debug-regs' and 'maint
4000 show show-debug-regs' docs.
4001
8e05493c
EZ
40022009-05-08 Eli Zaretskii <eliz@gnu.org>
4003
4004 * gdb.texinfo (Process Record and Replay): Add description of
4005 reverse execution.
4006
b39f4988
JB
40072009-05-07 Joel Brobecker <brobecker@adacore.com>
4008
4009 * gdbint.texinfo (Adding support for debugging core files): New node.
4010 (Native Debugging): Remove the ``Native core file Support'' section.
4011
a2311334
EZ
40122009-05-01 Eli Zaretskii <eliz@gnu.org>
4013
4014 * gdb.texinfo (Process Record and Replay): Improve and clarify.
4015 Add index entries.
4016
53cc454a 40172009-04-30 Hui Zhu <teawater@gmail.com>
c8d5aac9 4018 Michael Snyder <msnyder@vmware.com>
53cc454a 4019
a2311334
EZ
4020 * gdb.texinfo: (Process Record and Replay): Add documentation for
4021 process record and replay.
53cc454a 4022
484086b7
JK
40232009-04-29 Jan Kratochvil <jan.kratochvil@redhat.com>
4024
4025 * gdb.texinfo (Macros): Note command-line for `info macro'. Append
4026 a new part on command-line defined macros.
4027
32ae1842
EZ
40282009-04-25 Eli Zaretskii <eliz@gnu.org>
4029
4030 * gdb.texinfo (Machine Code) <disassemble-next-line>: Improve and
4031 clarify the wording.
4032
b14b1491
TT
40332009-04-23 Tom Tromey <tromey@redhat.com>
4034
4035 * gdb.texinfo (Data Files): New node.
4036 (GDB Files): Update menu.
4037
5c1e86e1
JB
40382009-04-23 Joel Brobecker <brobecker@adacore.com>
4039
4040 * gdbint.texinfo (Defining Other Architecture Features): Remove
e346fb8f 4041 entry for PROCESS_LINENUMBER_HOOK.
5c1e86e1 4042
83eba9b7
VP
40432009-04-22 Vladimir Prus <vladimir@codesourcery.com>
4044
4045 * gdb.texinfo (GDB/MI Program Execution): Document -exec-jump.
4046
e31198c4
HZ
40472009-04-22 Hui Zhu <teawater@gmail.com>
4048
4049 * gdb.texinfo (disassemble-next-line): Set the default of
4050 disassemble-next-line to off.
4051
26e251b6
JM
40522009-04-21 Joseph Myers <joseph@codesourcery.com>
4053
4054 * configure.ac (--with-datarootdir, --with-docdir, --with-pdfdir,
4055 --with-htmldir): New.
4056 * configure: Regenerate.
4057 * Makefile.in (datarootdir, docdir): Define.
4058 (gdb.dvi, gdb.pdf): Use same -I options as for building gdb.info
4059 instead of $(SET_TEXINPUTS).
4060 (gdbint.dvi, gdbint.pdf): Use same -I options as for building
4061 gdbint.info instead of $(SET_TEXINPUTS).
4062 (gdbint/index.html): Use same -I options as for building
4063 gdbint.info.
4064 (stabs.dvi, stabs.pdf): Use same -I options as for building
4065 stabs.info instead of $(SET_TEXINPUTS).
4066 (stabs/index.html): Use same -I options as for building
4067 stabs.info.
4068 (annotate.dvi, annotate.pdf): Use same -I options as for building
4069 annotate.info instead of $(SET_TEXINPUTS).
4070 (annotate/index.html): Use same -I options as for building
4071 annotate.info.
4072
eac35c4e
DD
40732009-04-21 David Daney <ddaney@caviumnetworks.com>
4074
4075 * gdb.texinfo (maint show-debug-regs): Remove mention of x86.
4076
29b0e8a2
JM
40772009-04-21 Joseph Myers <joseph@codesourcery.com>
4078
4079 * gdb.texinfo (Source Path): Document --with-relocated-sources.
4080
2b831889 40812009-04-18 Carlos O'Donell <carlos@codesourcery.com>
c8d5aac9 4082 Joseph Myers <joseph@codesourcery.com>
2b831889
JM
4083
4084 * Makefile.in (MAKEHTML): Set to makeinfo --html.
4085 (MAKEHTMLFLAGS): Set to empty.
4086 (html__strip_dir): Define.
4087 (HTMLFILES): Define.
4088 (HTMLFILES_INSTALL): Define.
4089 (install-html): Copy new automake rule.
4090 (html): Depend on $(HTMLFILES).
4091 (gdb_toc.html): Rename to gdb/index.html.
4092 (gdbint_toc.html): Rename to gdbint/index.html.
4093 (stabs_toc.html): Rename to stabs/index.html.
4094 (annotate_toc.html): Rename to annotate/index.html.
4095
89a34d1b
JM
40962009-04-17 Carlos O'Donell <carlos@codesourcery.com>
4097
4098 * Makefile.in: Set pdfdir and htmldir from configure
4099 substitutions.
4100 * configure.ac: AC_SUBST datarootdir, docdir, htmldir, pdfdir.
4101 * configure: Regenerate.
4102
a2d5da46
JB
41032009-04-16 Joel Brobecker <brobecker@adacore.com>
4104
4105 * gdbint.texinfo (Native Debugging): Remove entry for PROC_NAME_FMT.
4106 This macro is no longer used.
4107
732f6a93
TT
41082009-04-15 Tom Tromey <tromey@redhat.com>
4109
4110 * gdb.texinfo (Character Sets): Document default character set.
4111
87f9adc1
PM
41122009-04-14 Pierre Muller <muller@ics.u-strasbg.fr>
4113
4114 * gdbint.texinfo: Change server name from sources.redhat.com to
4115 sourceware.org throughout.
4116
2c88c651
JB
41172009-04-09 Joel Brobecker <brobecker@adacore.com>
4118
4119 * gdb.texinfo (Set Breaks): Rewrite a paragraph to avoid a warning
4120 about a missing dot or coma after @xref.
4121
4f5376b2
JB
41222009-04-02 Joel Brobecker <brobecker@adacore.com>
4123
4124 * gdb.texinfo (Backtrace): Add a parameter in frame 1 of the first
4125 example, and add a small explanation about it.
4126 (Print Settings): Change the documentation of the "set print
4127 frame-arguments" to reflect the fact that the default is now "scalars".
4128
a0381d3a
JB
41292009-04-02 Joel Brobecker <brobecker@adacore.com>
4130
4131 * gdb.texinfo (Print Settings): Add kindex for command "set
4132 print frame-arguments".
4133
45ac276d
JB
41342009-03-31 Joel Brobecker <brobecker@adacore.com>
4135
4136 * gdb.texinfo (Ada Tasks): Add documentation about task-specific
4137 breakpoints.
4138 (Set Breaks): Add reference to thread-specific and task-specific
4139 breakpoints.
4140
32cd1edc
JB
41412009-03-31 Joel Brobecker <brobecker@adacore.com>
4142
4143 * gdb.texinfo (Ada Tasks): Remove the documentation about
4144 the "Running" state, as this state has been eliminated.
4145 Now all runnable tasks are shown as "Runnable".
4146
1042e4c0
SS
41472009-03-30 Stan Shebs <stan@codesourcery.com>
4148
4149 * gdb.texinfo (Tracepoints): Describe tracepoints as a
4150 special case of breakpoints.
4151 (Enable and Disable Tracepoints): Mention deprecation.
4152 (Listing Tracepoints): Update description and example.
4153
f8f6f20b
TJB
41542009-03-30 Thiago Jung Bauermann <bauerman@br.ibm.com>
4155
4156 * gdb.texinfo (Frames in Python): New node.
4157 (Python API): Update.
4158
c0c6f777
TJB
41592009-03-29 Thiago Jung Bauermann <bauerman@br.ibm.com>
4160
4161 * gdb.texinfo (Values From Inferior): Change gdb.Value.address
4162 from a method to an attribute.
4163
def2b000
TJB
41642009-03-26 Thiago Jung Bauermann <bauerman@br.ibm.com>
4165
4166 * gdb.texinfo (Values From Inferior): Document is_optimized_out
4167 attribute.
4168
a07daef3
PA
41692009-03-25 Pedro Alves <pedro@codesourcery.com>
4170
4171 * observer.texi (thread_exit): Add "silent" parameter.
4172
f3b1572e
PA
41732009-03-22 Pedro Alves <pedro@codesourcery.com>
4174
4175 * observer.texi (about_to_proceed): New.
4176
587afa38
EZ
41772009-03-21 Jeremy Bennett <jeremy.bennett@embecosm.com>
4178
4179 * gdbint.texinfo (everywhere): Use braces {} in @deftypeXX type
4180 field throughout to handle types with spaces in them. Fix typos
4181 found by aspell.
4182 (Summary, Requirements, Contributors): New first chapter,
4183 "Summary" added, old Requirements section moved there, and new
4184 section, "Contributors" added.
4185 (Initializing a New Architecture, Register Representation)
4186 (Frame Interpretation, Inferior Call Setup, Adding a New Target)
4187 (Porting gdb): These sections extended and updated.
4188 (Compiler Characteristics): This section (empty) deleted.
4189 (Defining Other Architecture Features): This section renamed and
4190 duplicate material removed from (formerly "Target Conditionals").
4191 Use braces {} in @deftypeXX type field throughout to handle types
4192 with spaces in them. Typos found by aspell fixed.
4193
4194 * stack_frame.svg: New file, source of image for gdbint.texinfo.
4195 * stack_frame.pdf: Version of image for PDF output.
4196 * stack_frame.png: Version of image for HTML output and for Emacs.
4197 * stack_frame.txt: Version of image for Info output.
1db61298 4198 * stack_frame.eps: Version of image for TeX DVI output.
587afa38 4199
10af6951
EZ
42002009-03-21 Eli Zaretskii <eliz@gnu.org>
4201
4202 * gdb.texinfo (Character Sets): Fix last change.
4203
cc924cad
TJB
42042009-03-21 Thiago Jung Bauermann <bauerman@br.ibm.com>
4205
4206 * gdb.texinfo (Values From Inferior): Fix optional arguments
4207 markup.
4208 (Commands In Python): Adjust argument names of gdb.Command.__init__
4209 to what the function accepts as keywords.
4210
bc3b79fd
TJB
42112008-03-20 Tom Tromey <tromey@redhat.com>
4212
4213 * gdb.texinfo (Convenience Vars): Document convenience functions.
4214 (Functions In Python): New node.
4215 (Python API): Update.
4216
6c7a06a3
TT
42172009-03-20 Tom Tromey <tromey@redhat.com>
4218
4219 * gdb.texinfo (Character Sets): Remove obsolete text. Document
4220 set target-wide-charset.
4221 (Requirements): Mention iconv.
4222
b646ddd4
HZ
42232009-03-17 Hui Zhu <teawater@gmail.com>
4224
4225 * gdb.texinfo: Change the introduce of "disassemble-next-line".
4226
91440f57
HZ
42272009-03-17 Hui Zhu <teawater@gmail.com>
4228
4229 * gdb.texinfo: Add documentation for disassemble-next-line.
4230
8fd41227
TJB
42312009-03-16 Thiago Jung Bauermann <bauerman@br.ibm.com>
4232
4233 * gdb.texinfo (Commands In Python): Remove tindex entries.
4234
61ff14c6
JK
42352009-03-15 Jan Kratochvil <jan.kratochvil@redhat.com>
4236
4237 * gdb.texinfo (Returning): New description for missing debug info.
4238
0b16c5cf
PA
42392009-03-14 Pedro Alves <pedro@codesourcery.com>
4240
4241 * gdb.texinfo (Remote Configuration): Document query-attached.
61ff14c6 4242 (General Query Packets): Document qAttached.
0b16c5cf 4243
32fc0df9
PA
42442009-03-05 Pedro Alves <pedro@codesourcery.com>
4245
4246 * gdb.texinfo (Background Execution): Better describe the set
4247 target-async command.
4248 (Maintenance Commands): Delete description of the `maint set/show
4249 linux-async' and `maint set/show remote-async' commands.
4250
134eb42c
VP
42512009-02-18 Vladimir Prus <vladimir@codesourcery.com>
4252
4253 * gdb.texinfo (GDB/MI Async Records): Add double-spaces
4254 between sentences.
4255
c86cf029
VP
42562009-02-18 Vladimir Prus <vladimir@codesourcery.com>
4257
4258 * gdb.texinfo (GDB/MI Async Records): Document the
4259 =library-loaded and =library-unloaded notifications.
4260
3ea85240
VP
42612009-02-17 Vladimir Prus <vladimir@codesourcery.com>
4262
4263 * observer.texi (test_notification): New observer.
4264
1d33d6ba
VP
42652009-02-14 Vladimir Prus <vladimir@codesourcery.com>
4266
61ff14c6
JK
4267 * observer.texi: Add parameter 'print_frame' to normal_stop
4268 observer.
1d33d6ba 4269
d721c933
EZ
42702009-02-07 Eli Zaretskii <eliz@gnu.org>
4271
4272 * gdb.texinfo (Basic Python): Fix change from 2009-02-04.
4273 (Commands In Python): Fix COMMAND_* constants in last change. Use
4274 @kbd for interactive input. Add cross-references and index
4275 entries.
4276
4aa995e1
PA
42772009-02-06 Pedro Alves <pedro@codesourcery.com>
4278
4279 * gdb.texinfo (Signals): Document $_siginfo.
4280 (Convenience Variables): Mention $_siginfo.
4281 (Remote Configuration): Document qXfer:siginfo:read,
4282 qXfer:siginfo:write packets, and the read-siginfo-object,
4283 write-siginfo-object commands.
4284
5f5233d4
PA
42852009-02-06 Pedro Alves <pedro@codesourcery.com>
4286
4287 * gdbint.texinfo (Values): New chapter.
4288
d8906c6f
TJB
42892009-02-06 Tom Tromey <tromey@redhat.com>
4290
4291 * gdb.texinfo (Python API): Add entry for Commands In Python.
4292 (Commands In Python): New node.
4293
b6cb8e7d
TJB
42942009-02-05 Tom Tromey <tromey@redhat.com>
4295
4296 * gdb.texinfo (Values From Inferior): Document Value.string.
4297
12453b93
TJB
42982009-02-05 Tom Tromey <tromey@redhat.com>
4299
4300 * gdb.texinfo (Basic Python): Document execute's from_tty
4301 argument.
4302
08c637de
TJB
43032009-02-04 Tom Tromey <tromey@redhat.com>
4304
4305 * gdb.texinfo (Basic Python): Document gdb.history.
4306
592375cd
VP
43072009-01-30 Vladimir Prus <vladimir@codesourcery.com>
4308
4309 * gdb.texinfo (GDB/MI Thread Commands): Document the
4310 'current-thread-id' field. Remove the example with zero threads,
4311 since current GDB won't ever report that if there's inferior.
4312
41447f92
VP
43132009-01-30 Vladimir Prus <vladimir@codesourcery.com>
4314
4315 * gdb.texinfo (GDB/MI Breakpoint Commands): Document the -d
4316 option to -break-insert.
4317
098b41a6
JG
43182009-01-28 Daniel Jacobowitz <dan@codesourcery.com>
4319 Jerome Guitton <guitton@adacore.com>
4320
4321 * gdb.texinfo (Startup): Document --with-system-gdbinit.
4322 (System-wide configuration): New section.
4323
3c16cced
PA
43242009-01-26 Pedro Alves <pedro@codesourcery.com>
4325
4326 PR gdb/7580:
4327 * gdb.texinfo (Maintenance Commands): Document "maint set|show
4328 internal-error|internal-warning quit|corefile ask|yes|no".
4329
62709adf
PA
43302009-01-26 Pedro Alves <pedro@codesourcery.com>
4331
4332 * gdb.texinfo (Using the `gdbserver' Program): Document
4333 --remote-debug.
4334
7ce58dd2
DE
43352009-01-23 Doug Evans <dje@google.com>
4336
4337 * gdb.texinfo: Add nexti to list of commands that support
4338 background execution.
4339
adb483fe
DJ
43402009-01-14 Daniel Jacobowitz <dan@codesourcery.com>
4341
4342 * gdb.texinfo (Define, Hooks): Document prefix command support.
4343
a67ec3f4 43442009-01-14 Joseph Myers <joseph@codesourcery.com>
c8d5aac9 4345 Carlos O'Donell <carlos@codesourcery.com>
a67ec3f4
JM
4346
4347 Fixes for makeinfo --html.
4348
4349 * annotate.texinfo: Use @copying and @insertcopying. Use
4350 @ifnottex in place of @ifinfo.
4351 * gdb.texinfo: Use @copying and @insertcopying. Use @ifnottex in
4352 place of @ifinfo. Use @ifnotinfo for one index entry.
4353 * gdbint.texinfo: Use @copying and @insertcopying. Use @ifnottex
4354 in place of @ifinfo.
4355 * stabs.texinfo: Use @copying and @insertcopying. Use @ifnottex
4356 in place of @ifinfo. Include contents at start unconditionally.
4357
84fcdf95
PA
43582009-01-13 Pedro Alves <pedro@codesourcery.com>
4359
4360 * gdb.texinfo (General Query Packets): Remove @var{} around the
4361 "spu" literal string.
4362
fa3a767f
PA
43632009-01-07 Pedro Alves <pedro@codesourcery.com>
4364
4365 * gdb.texinfo (Error in Breakpoints): Delete mention of "The same
4366 program may be running in another process" errors.
4367 * gdbint.texinfo (Native Conditionals): Delete
4368 ONE_PROCESS_WRITETEXT description.
4369
9cb011d3
JB
43702009-01-07 Joel Brobecker <brobecker@adacore.com>
4371
4372 * gdbint.texinfo (Start of New Year Procedure): Add the "coding"
4373 emacs local variable to be placed at the end of the ChangeLog.
4374 Add server.c and gdbreplay.c to the list of files where the
4375 copyright year needs to be updated.
4376
84603566
SL
43772009-01-06 Sandra Loosemore <sandra@codesourcery.com>
4378
4379 * gdb.texinfo (Remote Configuration): Document new
4380 "set/show tcp auto-retry" and "set/show tcp connect-timeout"
4381 commands.
4382
a53f55d8
PA
43832008-12-28 Pedro Alves <pedro@codesourcery.com>
4384
4385 * gdbint.texinfo (gdbarch_cannot_fetch_register): Don't mention
4386 FETCH_INFERIOR_REGISTERS.
4387 (Native Conditionals): Remove obsolete CHILD_PREPARE_TO_STORE,
4388 FETCH_INFERIOR_REGISTERS descriptions. Remove
4389 gdbarch_get_longjmp_target descrition, since already described in
4390 Target Conditionals. Move gdbarch_fp0_regnum description to ...
4391 (Target Conditionals): ... here.
4392
077e0a52
JB
43932008-12-16 Joel Brobecker <brobecker@adacore.com>
4394
4395 * gdb.texinfo (Omissions from Ada): Add missing GDB prompt in
4396 examples.
4397 (Additions to Ada): Likewise. Add the missing opening and closing
4398 parenthesis of the GDB prompt in one of the examples.
4399
023eb17c
JB
44002008-12-14 Joel Brobecker <brobecker@adacore.com>
4401
4402 * gdb.texinfo (Omissions from Ada): Remove incorrect documentation
4403 about the result of 'Address not being of type System.Address.
4404 This problem has been fixed a while ago.
4405
c3b108f7
VP
44062008-12-02 Vladimir Prus <vladimir@codesourcery.com>
4407
4408 MI non-stop and multiprocess docs.
4409
c8d5aac9
L
4410 * gdb.texinfo (GDB/MI): New section 'GDB/MI General Design'
4411 (GDB/MI Output Records): New section 'GDB/MI Frame Information'
4412 Adjust documentation for *stopped, document =thread-created,
4413 =thread-exited, =thread-group-created and =thread-group-exited.
4414 (GDB/MI Thread Commands): Document the 'state' field in
4415 -thread-info output.
4416 (GDB/MI Program Execution): Mention --all and --thread-group
4417 options.
4418 (GDB/MI Variable Objects): Describe floating and fixed variable
4419 objects.
4420 (GDB/MI Miscellaneous Commands): Document -list-thread-groups.
c3b108f7 4421
07e059b5
VP
44222008-12-02 Vladimir Prus <vladimir@codesourcery.com>
4423
c8d5aac9
L
4424 * gdb.texinfo (Operating System Information): New appendix.
4425 (Operating System Auxiliary Information): Document 'info os processes'
4426 (Remote Configuration): Document 'osdata'
4427 (General Query Packets): Document qXfer:osdata:read.
07e059b5 4428
a80b95ba
TG
44292008-11-27 Tristan Gingold <gingold@adacore.com>
4430
4431 * gdb.texinfo (Darwin): Document Darwin specific features.
4432
a655d424
JK
44332008-11-25 Jan Kratochvil <jan.kratochvil@redhat.com>
4434
4435 * gdbint.texinfo (Target Conditionals): Extend the
4436 gdbarch_breakpoint_from_pc description.
4437
249e1128
VP
44382008-11-22 Vladimir Prus <vladimir@codesourcery.com>
4439
4440 * gdb.texinfo (M68K Features): Fix typo.
4441
c14c28ba
PP
44422008-11-18 Paul Pluzhnikov <ppluzhnikov@google.com>
4443
4444 * gdb.texinfo (Symbols): Mention printing containing
4445 image name in "info symbol".
4446 (Maint translate-address): Likewise.
889bf7c5 4447
394a6666
JB
44482008-11-18 Joel Brobecker <brobecker@adacore.com>
4449
4450 * gdb.texinfo (Set Catchpoints): Remove the documentation of
4451 commands "catch load" and "catch unload".
4452
66bb093b
VP
44532008-11-17 Vladimir Prus <vladimir@codesourcery.com>
4454
4455 * gdb.texinfo (GDB/MI Async Records): Document
c8d5aac9 4456 =thread-selected.
889bf7c5 4457
4a92f99b
VP
44582008-11-17 Vladimir Prus <vladimir@codesourcery.com>
4459
c8d5aac9 4460 * observer.texi (new_inferior, inferior_exit): New observers.
4a92f99b 4461
f0323ca0
PA
44622008-10-27 Pedro Alves <pedro@codesourcery.com>
4463
4464 * gdbint.texinfo (Adding a New Target): Don't mention TDEPFILES,
4465 .mt files, TM_CLIBS or TM_CDEPS.
4466 (x86 Watchpoints): Don't mention TDEPFILES.
4467
8b23ecc4
SL
44682008-10-24 Sandra Loosemore <sandra@codesourcery.com>
4469
4470 * gdb.texinfo (Remote Protocol): Add new nodes to menu.
4471 (Overview): Mention notifications and non-stop mode behavior.
4472 (Packets): Update documentation of ?, vAttach, vCont, and vRun
4473 with non-stop mode behavior. Add vStopped description.
4474 (Stop Reply Packets): Update list of packets that return
4475 stop replies. Mention non-stop behavior.
4476 (General Query Packets): Document QNonStop packet and associated
4477 qSupported query response.
4478 (Interrupts): Clarify multi-threaded behavior. Mention non-stop
4479 behavior.
4480 (Notification Packets): New section.
4481 (Remote Non-Stop): New section.
4482 (File-I/O Overview): Mention non-stop behavior.
4483
fff08868
HZ
44842008-10-24 Hui Zhu <teawater@gmail.com>
4485 Pedro Alves <pedro@codesourcery.com>
4486
4487 * gdb.texinfo (displaced-stepping): Describe the auto mode
4488 setting, and say it's the default. This is now a mainstream
4489 setting instead of a maintenance setting.
4490
252fbfc8
PA
44912008-10-23 Pedro Alves <pedro@codesourcery.com>
4492
4493 * observer.texi (thread_stop_requested): New.
4494
20924a55
JB
44952008-10-22 Joel Brobecker <brobecker@adacore.com>
4496
4497 * gdb.texinfo (Ada Tasks, Ada Tasks and Core Files): New nodes.
4498 (Patching): Replace incorrect usage of @samp by @kbd.
4499
bacec72f
MS
45002008-10-17 Michael Snyder <msnyder@vmware.com>
4501
4502 * gdb.texinfo: Add documentation for reverse execution.
4503
a08702d6 45042008-10-16 Thiago Jung Bauermann <bauerman@br.ibm.com>
bd4f7d68 4505 Eli Zaretskii <eliz@gnu.org>
a08702d6
TJB
4506
4507 * gdb.texinfo. (Values From Inferior): New subsubsection.
4508
d97bc12b
DE
45092008-10-06 Doug Evans <dje@google.com>
4510
4511 * gdb.texinfo (set debug dwarf2-die): Document it.
4512
87f67dba
JB
45132008-10-01 Joel Brobecker <brobecker@adacore.com>
4514
4515 * gdb.texinfo (catch) [exception]: Document how to insert
4516 a breakpoint on user-defined exceptions when the exception
4517 name is identical to one of the language-defined ones.
4518
2fae03e8
TT
45192008-09-27 Tom Tromey <tromey@redhat.com>
4520
4521 * gdb.texinfo (Macros): Remove text about stringification,
4522 varargs, and splicing.
4523
5c6ce71d
TT
45242008-09-27 Tom Tromey <tromey@redhat.com>
4525
4526 * gdbint.texinfo (Language Support): Remove text about omitting
4527 support for a language.
4528
07128da0
DE
45292008-09-23 Doug Evans <dje@google.com>
4530
4531 * gdb.texinfo (info dcache): Update.
4532
b90a069a
SL
45332008-09-22 Sandra Loosemore <sandra@codesourcery.com>
4534
4535 * gdb.texinfo (Packets): Add info on thread-id syntax and
4536 multiprocess extensions.
4537 <D>: Document multiprocess form of packet.
4538 <H>: Use thread-id syntax.
4539 <T>: Likewise.
4540 <vCont>: Likewise. Note this is required for multiprocess.
4541 <vKill>: New packet.
4542 (Stop Reply Packets) <T>: Use thread-id syntax.
4543 <W>: Document multiprocess form of reply.
4544 <X>: Likewise.
4545 (General Query Packets) <qC>: Use thread-id syntax.
4546 <qfThreadInfo>: Likewise.
4547 <qGetTLSAddr>: Likewise.
4548 <qP>: Likewise.
4549 <qSupported>: Add "multiprocess" feature.
4550 <qThreadExtraInfo>: Use thread-id syntax.
4551
b77209e0
PA
45522008-09-22 Stan Shebs <stan@codesourcery.com>
4553
4554 * gdb.texinfo (Inferiors): New section.
4555
3d0bb823
PA
45562008-09-12 Pedro Alves <pedro@codesourcery.com>
4557
4558 * gdbint.texinfo (Native Debugging): Mention NAT_GENERATED_FILES.
4559
f8dcfc0a
UW
45602008-09-11 Ulrich Weigand <uweigand@de.ibm.com>
4561
4562 * gdbint.texinfo (Target Conditionals): Remove documentation
4563 for gdbarch_name_of_malloc.
4564
8775bb90
MS
45652008-09-03 Angela Marie Thomas <angela@releasedominatrix.com>
4566
4567 * gdb.texinfo (Interrupts): Mention TCP interface for
4568 sending BREAK.
4569
f1838a98
UW
45702008-08-26 Ulrich Weigand <uweigand@de.ibm.com>
4571
4572 * gdb.texinfo (Commands to Specify Files): Document "remote:"
4573 argument prefix to "set sysroot".
4574
158c7665
PH
45752008-08-21 Paul N. Hilfinger <hilfinger@adacore.com>
4576
4577 * gdb.texinfo (Omissions from Ada): Describe new treatment of True
4578 and False.
4579
30e026bb
VP
45802008-08-20 Vladimir Prus <vladimir@codesourcery.com>
4581
c8d5aac9
L
4582 * gdb.textinfo (GDB/MI Miscellaneous Commands): Use @table
4583 for possible features of -list-features.
30e026bb 4584
c6ebd6cf
VP
45852008-08-19 Vladimir Prus <vladimir@codesourcery.com>
4586
c8d5aac9 4587 * gdb.texinfo (Background execution): Adjust example
c6ebd6cf
VP
4588 (GDB/MI Miscellaneous Commands): Document -list-target-features.
4589
aeac0ff9
VP
45902008-08-19 Vladimir Prus <vladimir@codesourcery.com>
4591
4592 * doc/gdb.texinfo (PowerPC): Fix typo.
4593 (PowerPC features): Fix typo.
4594
5231c1fd
PA
45952008-08-18 Pedro Alves <pedro@codesourcery.com>
4596
4597 * observer.texi (thread_ptid_changed): New.
4598
677c5bb1
LM
45992008-08-18 Luis Machado <luisgpm@br.ibm.com>
4600
4601 * doc/gdb.texinfo (PowerPC): Mention Extended FPR's for POWER7.
4602 (PowerPC features): Mention feature set for VSX registers.
4603
f3a2dd1a
JB
46042008-08-13 Joel Brobecker <brobecker@adacore.com>
4605
4606 * gdb.texinfo (Ada Mode Intro): Improve the documentation regarding
4607 the direct visibility of all names in user-written packages.
4608
33e5cbd6
PA
46092008-08-13 Pedro Alves <pedro@codesourcery.com>
4610
4611 * gdb.texinfo (breakpoint always-inserted) Describe the auto mode
4612 setting, and make it the default.
4613 (Non-Stop Mode): Remove "set breakpoints always-inserted 1" from
4614 non-stop script example.
4615
d0384fc4
TJB
46162008-08-12 Thiago Jung Bauermann <bauerman@br.ibm.com>
4617
4618 * gdbint.texinfo (Raw and Virtual Register Representations): Fix
4619 reference to the "Using Different Register and Memory Data
4620 Representation" section.
4621
a6f3e723
SL
46222008-08-12 Sandra Loosemore <sandra@codesourcery.com>
4623
4624 * gdb.texinfo (Remote Configuration): Document set remote noack-packet.
4625 (Remote Protocol): Add Packet Acknowledgment to menu.
4626 (Overview): Mention +/- can be disabled, and point to new section
4627 where this is discussed in detail.
4628 (General Query Packets): Document QStartNoAckMode packet, and
4629 corresponding qSupported reply.
4630 (Packet Acknowledgment): New section.
4631
0606b73b
SL
46322008-08-11 Sandra Loosemore <sandra@codesourcery.com>
4633 Pedro Alves <pedro@codesourcery.com>
4634
4635 * gdb.texinfo (Threads): Move paragraph about automatic thread
4636 selection to All-Stop Mode subsection.
4637 (Thread Stops): Reorganize existing material into subsections.
4638 Add introductory blurb and menu.
4639 (Non-Stop Mode): New subsection.
4640 (Background Execution): New subsection.
4641 (Maintenance Commands): Add cross-references from async mode
4642 commands to the new Background Execution section.
4643
d57a3c85
TJB
46442008-08-06 Tom Tromey <tromey@redhat.com>
4645
4646 * gdb.texinfo (Extending GDB): New chapter.
4647 (Sequences): Demoted chapter, now a section under the new
4648 Extending GDB chapter.
4649 (Python): New section.
4650
6d76a53d
SS
46512008-07-31 Stan Shebs <stan@codesourcery.com>
4652
4653 * gdbint.texinfo: Remove FUNCTION_EPILOGUE_SIZE.
4654
1f70da6a
SS
46552008-07-29 Stan Shebs <stan@codesourcery.com>
4656
4657 * gdbint.texinfo: General round of cleanup and minor
4658 clarifications.
4659 (Breakpoint Handling): Remove mention of BREAKPOINT macro.
4660 (Longjmp Support): Update description to reflect how it is done
4661 for targets without using native header.
4662 (Symbol Handling): Add a little more general explanation.
4663 (COFF, ELF): Mention stabs encapsulation.
4664 (DWARF 3): New section.
4665 (Adding a New Host): Scrub out some obsolete bits.
4666 (Generic Host Support Files): Mention ser-pipe.c, ser-mingw.c.
4667 (Host Conditionals): Remove descriptions of NO_STD_REGS,
4668 HAVE_MMAP, HAVE_TERMIO, INT_MAX etc, LONGEST, HAVE_LONG_DOUBLE,
4669 PRINTF_HAS_LONG_DOUBLE, SCANF_HAS_LONG_DOUBLE, L_SET, SEEK_CUR,
4670 SEEK_SET, STOP_SIGNAL, USG.
4671 (Raw and Virtual Register Representations): Ditto for
4672 DEPRECATED_REGISTER_RAW_SIZE, DEPRECATED_REGISTER_VIRTUAL_SIZE,
4673 DEPRECATED_REGISTER_VIRTUAL_TYPE, REGISTER_CONVERT_TO_TYPE.
4674 (Target Conditionals): Ditto for DEPRECATED_FP_REGNUM,
4675 DEPRECATED_FRAMELESS_FUNCTION_INVOCATION, DEPRECATED_FRAME_CHAIN,
4676 DEPRECATED_FRAME_CHAIN_VALID, DEPRECATED_FRAME_INIT_SAVED_REGS,
4677 DEPRECATED_FRAME_SAVED_PC, DEPRECATED_FUNCTION_START_OFFSET,
4678 DEPRECATED_REGISTER_VIRTUAL_SIZE,
4679 DEPRECATED_REGISTER_VIRTUAL_TYPE,
4680 DEPRECATED_USE_STRUCT_CONVENTION.
4681 Describe gdbarch_deprecated_fp_regnum.
4682 Update description of gdbarch_print_insn.
4683 (Adding a New Target): Scrub out obsolete bits.
4684 (Obsolete Conditionals): Remove entire section.
4685
383f836e
TT
46862008-07-25 Tom Tromey <tromey@redhat.com>
4687
4688 * observer.texi (GDB Observers): Document new observers:
4689 breakpoint_created, breakpoint_deleted, breakpoint_modified,
4690 tracepoint_created, tracepoint_deleted, tracepoint_modified,
4691 architecture_changed.
4692
cfd8ab24
SS
46932008-07-21 Stan Shebs <stan@codesourcery.com>
4694
4695 * gdbint.texinfo: Refer to target_so_ops.in_dynsym_resolve_code
4696 instead of IN_SOLIB_DYNSYM_RESOLVE_CODE.
4697
781b42b0
TT
46982008-07-21 Tom Tromey <tromey@redhat.com>
4699
4700 * observer.texi (GDB Observers): Remove obsolete comment.
4701 <executable_changed>: Remove argument.
4702
d7d9f01e
TT
47032008-07-18 Tom Tromey <tromey@redhat.com>
4704
4705 * gdb.texinfo (Macros): Update. Use @code rather than @command.
4706
bf250677
DE
47072008-07-10 Doug Evans <dje@google.com>
4708
4709 * doc/gdb.texinfo: Document "set print symbol-loading on|off".
4710
10568435
JK
47112008-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
4712
4713 * gdb.texinfo (Starting): Document "set disable-randomization".
4714
5ae4183a
AS
47152008-07-07 Andreas Schwab <schwab@suse.de>
4716
4717 * gdb.texinfo (GDB/MI Target Manipulation): Fix last change.
4718
b56e7235
VP
47192008-07-06 Vladimir Prus <vladimir@codesourcery.com>
4720
4721 * gdb.texinfo (GDB/MI Target Manipulation): Add
4722 example of -target-attach.
4723
e1ac3328
VP
47242008-06-10 Vladimir Prus <vladimir@codesourcery.com>
4725
4726 * observer.texi (target_resumed): New observer.
5ae4183a 4727 * gdb.texinfo (GDB/MI Output Records): Document *running.
e1ac3328 4728
65d12d83
TT
47292008-06-06 Tom Tromey <tromey@redhat.com>
4730
4731 * gdb.texinfo (Completion): Add field name example.
4732
fbc5282e
MK
47332008-06-06 Marc Khouzam <marc.khouzam@ericsson.com>
4734
4735 * gdb.texinfo (GDB/MI Program Context): Added example
4736 to -exec-arguments
5ae4183a 4737
fbc5282e 47382008-06-05 Nick Roberts <nickrob@snap.net.nz>
bcf6fc3a
NR
4739
4740 * annotate.texinfo (Multi-threaded Apps): Add entry for thread-changed
4741 annotation.
4742
c16158bc 47432008-06-05 Vladimir Prus <vladimir@codesourcery.com>
5ae4183a
AS
4744 Nathan Sidwell <nathan@codesourcery.com>
4745 Joseph Myers <joseph@codesourcery.com>
c16158bc
JM
4746
4747 * configure.ac: Include ../../config/acx.m4. Use ACX_PKGVERSION
4748 and ACX_BUGURL.
4749 * configure: Regenerate.
4750 * Makefile.in (PKGVERSION, BUGURL_TEXI): Define.
4751 (GDBvn.texi): Define VERSION_PACKAGE, BUGURL and BUGURL_DEFAULT.
4752 * gdb.texinfo: Use VERSION_PACKAGE and BUGURL. Remove
4753 mailing-list-specific text about bug reporting unless
4754 BUGURL_DEFAULT.
4755
75c99385
PA
47562008-06-05 Pedro Alves <pedro@codesourcery.com>
4757
4758 * gdb.texinfo (-target-select): Remove reference to target async.
4759 (Maintenance Commands): Document "maint set/show remote-async".
4760
1763a388
MK
47612008-06-04 Marc Khouzam <marc.khouzam@ericsson.com>
4762
4763 * gdb.texinfo (GDB/MI File Transfer Commands): Typo
4764 in -target-file-get section.
5ae4183a 4765
d0d064df
PA
47662008-05-22 Pedro Alves <pedro@codesourcery.com>
4767
9b562ab8
PA
4768 * gdb.texinfo (vAttach, vRun): Re-remove requirement of the stub
4769 killing the inferior when it is already debugging a process.
d0d064df 4770
8dfa32fc
JB
47712008-05-21 Joel Brobecker <brobecker@adacore.com>
4772
4773 * gdb.texinfo (Continuing and Stepping): Document the new "fin"
4774 abbreviation for "finish".
4775
55f996a7
NR
47762008-05-21 Nick Roberts <nickrob@snap.net.nz>
4777
4778 * annotate.texinfo (Multi-threaded Apps): New node for new annotation.
4779
ba2b1c56
DJ
47802008-05-15 Daniel Jacobowitz <dan@codesourcery.com>
4781
4782 * gdbint.texinfo (Target Conditionals): Delete entry for
4783 gdbarch_dwarf_reg_to_regnum.
4784
08388c79
DE
47852008-05-09 Doug Evans <dje@google.com>
4786
a3c83fae 4787 * gdb.texinfo: Document "find" command, qSearch:memory packet.
08388c79 4788
d14508fe
DE
47892008-05-05 Doug Evans <dje@google.com>
4790
4791 * gdb.texinfo (disassemble): Document /m modifier.
4792
e2b7ddea
VP
47932008-05-05 Vladimir Prus <vladimir@codesourcery.com>
4794
5ae4183a
AS
4795 * gdb.texinfo (Maintenance Commands): Clarify that "maint time"
4796 will not report the time of commands that run the target.
e2b7ddea 4797
8eb41542
VP
47982008-05-03 Vladimir Prus <vladimir@codesourcery.com>
4799
4800 * gdb.texinfo (GDB/MI Output Records): Add
4801 missing semicolon.
4802
82f68b1c
VP
48032008-05-03 Vladimir Prus <vladimir@codesourcery.com>
4804
4805 * gdb.texinfo (GDB/MI Output Records):
4806 Document =thread-create and =thread-exited.
4807
fa0f268d
VP
48082008-05-03 Vladimir Prus <vladimir@codesourcery.com>
4809
4810 * gdb.texinfo (GDB/MI Development and Front Ends):
82f68b1c 4811 Remove mention of dmi-discuss.
fa0f268d 4812
063bfe2e
VP
48132008-05-03 Pedro Alves <pedro@codesourcery.com>
4814
4815 * observer.texi (thread_exit): New.
4816
237fc4c9
PA
48172008-05-02 Pedro Alves <pedro@codesourcery.com>
4818
4819 * gdb.texinfo (Debugging Output): Document "set/show debug
4820 displaced".
4821 (Maintenance Commands): Document "maint set/show
4822 can-use-displaced-stepping".
4823
0428b8f5
DJ
48242008-05-02 Daniel Jacobowitz <dan@codesourcery.com>
4825
4826 * gdb.texinfo (ARM): Document set/show arm fallback-mode
4827 and set/show arm force-mode.
4828
5009afc5
AS
48292008-05-02 Andreas Schwab <schwab@suse.de>
4830
4831 * gdbint.texinfo (Algorithms): Describe
4832 target_watchpoint_addr_within_range.
4833
669fac23
DJ
48342008-04-30 Daniel Jacobowitz <dan@codesourcery.com>
4835
4836 * gdbint.texinfo (Stack Frames): New chapter.
4837 (Algorithms): Move Frames text to the new chapter.
4838 (Target Conditionals): Delete SAVE_DUMMY_FRAME_TOS. Document
4839 gdbarch_dummy_id instead of gdbarch_unwind_dummy_id.
4840
721c02de
VP
48412008-04-24 Vladimir Prus <vladimir@codesourcery.com>
4842
5ae4183a
AS
4843 * gdb.texinfo (GDB/MI Output Syntax): Clarify that async
4844 output does not necessary include any tokens.
721c02de 4845
c055b101
CV
48462008-04-22 Corinna Vinschen <vinschen@redhat.com>
4847
4848 * gdb.texinfo (Set SH Calling convention): New @item.
4849 (Show SH Calling convention): Ditto.
4850
68837c9d
MD
48512008-04-22 Markus Deuling <deuling@de.ibm.com>
4852
4853 * gdb.texinfo (Fortran Operators): Describe '%' operator.
4854
2e9132cc
EZ
48552008-04-20 Eli Zaretskii <eliz@gnu.org>
4856
4857 * gdb.texinfo (Set Breaks): Mention that multiple location
4858 breakpoints need line number info. Add index entries.
4859
31fffb02
CS
48602008-04-19 Craig Silverstein <csilvers@google.com>
4861
4862 * gdb.texinfo (Requirements): Add an optional requirement on
4863 zlib.
4864 * gdbint.texinfo (Debugging File Formats): Add new subsection for
4865 Compressed DWARF 2.
4866
a47ec5fe
AR
48672008-04-16 Aleksandar Ristovski <aristovski@qnx.com>
4868
4869 * gdb.texinfo (GDB/MI Simple Examples): Added 'disp' field to the
4870 sample output for 'stopped,reason="breakpoint-hit"' message.
4871 (GDB/MI Program Execution): Likewise.
4872
de051565
MK
48732008-04-09 Marc Khouzam <marc.khouzam@ericsson.com>
4874
5ae4183a 4875 * gdb.texinfo (GDB/MI Variable Objects): Add anchor to
de051565
MK
4876 -var-set-format. Add -f option to -var-evaluate-expression.
4877
6ba66d6a
JB
48782008-04-03 Joel Brobecker <brobecker@adacore.com>
4879
4880 * gdb.texinfo (Breakpoint Menus): Delete. Contents moved inside
4881 new node "Ambiguous Expressions". Replace references to this
4882 node by references to "Ambiguous Expressions" throughout.
4883 (Ambiguous Expressions): New node.
4884
1e26b4f8
DJ
48852008-03-26 Daniel Jacobowitz <dan@codesourcery.com>
4886
4887 * gdb.texinfo (MIPS Features, PowerPC Features): Add @node.
4888
b84876c2
PA
48892008-03-21 Pedro Alves <pedro@codesourcery.com>
4890
4891 * gdb.texinfo (Debugging Output): Document
4892 "set/show debug lin-lwp-async".
4893 (Maintenance Commands): Document "maint set/show linux-async".
4894
63092375
DJ
48952008-03-21 Daniel Jacobowitz <dan@codesourcery.com>
4896
4897 * gdb.texinfo (Expressions): Update description of malloced arrays.
4898
8e8901c5
VP
48992008-03-15 Vladimir Prus <vladimir@codesourcery.com>
4900
4901 * gdb.texinfo (Thread Commands): Document
4902 -thread-info. Remove -thread-list-all-threads.
4903
1fddbabb
PA
49042008-03-14 Pedro Alves <pedro@codesourcery.com>
4905 Sandra Loosemore <sandra@codesourcery.com>
4906
4907 * gdb.texinfo (Library List Format): Update to mention the
4908 possibility to pass section addresses instead of segment
4909 addresses.
4910
ccd213ac
DJ
49112008-03-10 Daniel Jacobowitz <dan@codesourcery.com>
4912
4913 * gdb.texinfo (Starting): Document "set exec-wrapper".
4914 (Server): Document gdbserver --wrapper.
4915
fa4727a6
DJ
49162008-03-03 Daniel Jacobowitz <dan@codesourcery.com>
4917
4918 * gdb.texinfo (Set Watchpoints): Mention watchpoints on
4919 unreadable memory. Delete obsolete SPARClite reference.
4920
8edfe269
DJ
49212008-02-28 Daniel Jacobowitz <dan@codesourcery.com>
4922
4923 * gdb.texinfo (Starting): Mention always-running targets.
4924 (Target Commands): Add an anchor for load.
4925 (Connecting): Explain continue instead of run.
4926
1843f87b
DJ
49272008-02-27 Daniel Jacobowitz <dan@codesourcery.com>
4928
4929 * gdb.texinfo (Debugging Output): Document "set debug timestamp".
4930
f9082629
NR
49312008-02-26 Nick Roberts <nickrob@snap.net.nz>
4932
4933 * gdb.texinfo (Set Breaks): Revert description of Enb column of
4934 breakpoint table.
4935
fd96d250
PA
49362008-02-19 Pedro Alves <pedro@codesourcery.com>
4937
4938 * gdb.texinfo (vAttach, vRun): Remove requirement of the stub
4939 killing the inferior when it is already debugging a process.
4940
36af4ef6
MD
49412008-02-13 Markus Deuling <deuling@de.ibm.com>
4942
4943 * gdbint.texinfo (Build Script): New section. Mention new build script
4944 gdb_buildall.sh.
4945
cda4ce5a
JB
49462008-02-01 Jim Blandy <jimb@red-bean.com>
4947
4948 * gdb.texinfo (Help): Summarize 'info args' correctly.
4949
4acd40f3
TJB
49502008-01-30 Thiago Jung Bauermann <bauerman@br.ibm.com>
4951
4952 * gdb.texinfo: (Decimal Floating Point): Mention pseudo-registers
4953 available in PowerPC architecture.
4954 (Embedded Processors): Change node name of PowerPC item in menu.
4955 (PowerPC): Rename to...
4956 (PowerPC Embedded): this.
4957 (Architectures): Add new PowerPC item in menu.
4958 (PowerPC): New node.
4959
6e6c6f50
DJ
49602008-01-30 Daniel Jacobowitz <dan@codesourcery.com>
4961
4962 * gdb.texinfo (Multi-Process Mode for gdbserver): Use @kbd for
4963 commands.
4964
5ee187d7
DJ
49652008-01-30 Daniel Jacobowitz <dan@codesourcery.com>
4966
4967 * gdb.texinfo (Setting Catchpoints): Mention features
4968 supported on GNU/Linux.
4969
e275c0d9
NR
49702008-01-30 Nick Roberts <nickrob@snap.net.nz>
4971
4972 * gdb.texinfo (GDB/MI File Commands): Describe new output
4973 field for MI command -file-list-exec-source-file.
4974
2d717e4f
DJ
49752008-01-29 Daniel Jacobowitz <dan@codesourcery.com>
4976
4977 * gdb.texinfo (Using the `gdbserver' Program): Add security
4978 warning. Rearrange into subsections and subsubsections. Document
4979 --multi and --debug. Correct --with-sysroot typo. Update --attach
4980 usage. Make load reference clearer. Document monitor exit.
4981 (Remote Configuration): Document set remote exec-file, attach-packet,
4982 and run-packet.
4983 (Packets): Document vAttach and vRun.
4984
d35a4257 49852008-01-29 Nick Roberts <nickrob@snap.net.nz>
f663676d
NR
4986
4987 * gdb.texinfo (Processes): Mention process command.
889bf7c5 4988 detach-on-follow -> detach-on-fork.
f663676d 4989
c78d192c
DJ
49902008-01-28 Daniel Jacobowitz <dan@codesourcery.com>
4991
4992 * gdbint.texinfo (Native Conditionals): Remove
4993 SHELL_COMMAND_CONCAT and SHELL_FILE.
4994
d35a4257
EZ
49952008-01-26 Eli Zaretskii <eliz@gnu.org>
4996
4997 * gdb.texinfo (Specify Location): Improve wording.
4998
93815fbf
VP
49992008-01-23 Chris Demetriou <cgd@google.com>
5000
5001 * gdb.texinfo (Threads): Document new "set print thread-events"
5002 and "show print thread-events" commands.
5003
2a25a5ba
EZ
50042008-01-19 Eli Zaretskii <eliz@gnu.org>
5005
5006 * gdb.texinfo (Specify Location): New section.
5007 (Delete Breaks, Edit, Set Breaks): Remove description of
5008 locations. Instead, add a reference to "Specify Location".
5009 (Machine Code, Jumping, Thread Stops, Continuing and Stepping)
5010 (Symbols): Refer to "Specify Location" for the valid forms of
5011 linespecs and locations.
5012
32c9a795
MD
50132008-01-18 Markus Deuling <deuling@de.ibm.com>
5014
5015 * gdbint.texinfo (Target Conditionals): Replace the description of
5016 BITS_BIG_ENDIAN with a description of gdbarch_bits_big_endian.
5017
b17828ca
JB
50182008-01-12 Paul Hilfinger <hilfinger@adacore.com>
5019
5020 * gdb.texinfo (C Operators): Remove incorrect parenthetical comment
5021 about &&var, which is rejected by the expression parser.
5022
0aea4bf3
LM
50232008-01-09 Luis Machado <luisgpm@br.ibm.com>
5024
5025 * gdb.texinfo (Output): Update documentation on using printf with DFP
5026 types.
5027
febe4383
TJB
50282008-01-07 Thiago Jung Bauermann <bauerman@br.ibm.com>
5029
5030 * gdb.texinfo (C and C++): Add Decimal Floating Point format
5031 subsubsection.
5032 (Decimal Floating Point format): New subsubsection.
5033
7a404eba
PA
50342008-01-05 Pedro Alves <pedro@codesourcery.com>
5035
5036 * gdb.texinfo (File Options): Remove mention of the attempt to
5037 open a core file with the -p option. Don't list -c as a valid
5038 option to attach to a process.
5039
a4d9b460
PA
50402008-01-05 Pedro Alves <pedro@codesourcery.com>
5041
5042 * gdbint.texinfo (Host Conditionals): Remove mention of
5043 ALIGN_STACK_ON_ENTRY.
5044
6ec2edbe
JB
50452008-01-05 Joel Brobecker <brobecker@adacore.com>
5046
5047 * gdbint.texinfo (Start of New Year Procedure): Add item
5048 describing how to update the source and documentation copyright
5049 notices.
5050
d8b2a693
JB
50512007-12-18 Jim Blandy <jimb@codesourcery.com>
5052
ab209b3a 5053 * gdb.texinfo (Set Watchpoints): Integrate per-thread
d8b2a693
JB
5054 watchpoint explanation into the main description of the watchpoint
5055 command; update synopses of 'watch', 'rwatch', and 'awatch'
5056 commands.
5057
8b4ed427
VP
50582007-12-18 Vladimir Prus <vladimir@codesourcery.com>
5059
5060 * gdb.texinfo (Miscellaneous gdb/mi Commands):
5061 Document 'pending-breakpoints' feature of
5062 -list-features.
5063
37e4754d
LM
50642007-12-17 Luis Machado <luisgpm@br.ibm.com>
5065
669fac23 5066 * gdb.texinfo: Add new parameter's description.
37e4754d 5067
1d3811f6
DJ
50682007-12-16 Daniel Jacobowitz <dan@codesourcery.com>
5069
5070 * gdb.texinfo (Overview): Clarify run-length encoding
5071 example. Remove the restriction on "+" and "-" characters.
5072
c1c25a1a
EZ
50732007-12-15 Eli Zaretskii <eliz@gnu.org>
5074
5075 * gdb.texinfo (Host I/O Packets): Fix xref syntax.
5076
afe8ab22 50772007-12-14 Vladimir Prus <vladimir@codesourcery.com>
5ae4183a 5078
afe8ab22
VP
5079 * gdb.texinfo (GDB/MI Breakpoint Commands): Document
5080 the -f option for -break-insert, remove -r option,
5081 and clarify specification of location.
5082
a6b151f1
DJ
50832007-11-30 Daniel Jacobowitz <dan@codesourcery.com>
5084
5085 * gdb.texinfo (Debugging Programs with Multiple Processes): Correct
5086 formatting.
5087 (Remote Debugging): Add File Transfer section.
5088 (Remote Configuration): Document Host I/O packets.
5089 (GDB/MI): Add GDB/MI File Transfer Commands section.
c1c25a1a 5090 (Host I/O Packets): New section in "Remote Protocol".
a6b151f1
DJ
5091 (Packets): Add vFile.
5092
3b784c4f
EZ
50932007-11-17 Eli Zaretskii <eliz@gnu.org>
5094
5095 * gdb.texinfo (Set Breaks, Disabling): Clarify behavior of
5096 breakpoints with multiple locations.
5097 (Breakpoint Menus): Improve wording.
5098 (Output): Fix last change.
5099
a4ce5b0d
UW
51002007-11-17 Ulrich Weigand <uweigand@de.ibm.com>
5101
5102 * Makefile.in (Makefile): Do not depend on target_makefile_frag.
5103
1b39d5c0
DE
51042007-11-15 Doug Evans <dje@google.com>
5105
5106 * gdb.texinfo (Symbols): Update output of "maint info symtabs".
5107
7a72d44c
VP
51082007-11-15 Vladimir Prus <vladimir@codesourcery.com>
5109
5110 * gdbint.texinfo (Native Conditionals): Remove
5111 mention of CLEAR_SOLIB.
5ae4183a 5112
6d1829bf 51132007-11-11 Joel Brobecker <brobecker@adacore.com>
b4740add
JB
5114
5115 * gdb.texinfo (Print Settings): Add documentation for "set/show
5116 print frame-arguments".
5117
1a619819
LM
51182007-11-05 Luis Machado <luisgpm@br.ibm.com>
5119
3b784c4f 5120 * gdb.texinfo (Output): Update printf command's description.
1a619819 5121
55eddb0f
DJ
51222007-10-30 Daniel Jacobowitz <dan@codesourcery.com>
5123
5124 * gdb.texinfo (PowerPC): Document "set powerpc vector-abi" and "set
5125 powerpc soft-float".
5126
9cceb671
DJ
51272007-10-24 Daniel Jacobowitz <dan@codesourcery.com>
5128
5129 * gdb.texinfo (Files): Correct formatting. Mention Expat
5130 requirement.
5131 (Requirements for Building GDB): Expand the list of Expat
5132 uses.
5133 (Library List Format, Memory Map Format): Mention Expat.
5134 (Target Descriptions): Update Expat wording.
5135
83acabca
DJ
51362007-10-24 Daniel Jacobowitz <dan@codesourcery.com>
5137
5138 * gdbint.texinfo (Register and Memory Data, Target Conditionals):
5139 Document that gdbarch_convert_register_p should return zero for no-op
5140 conversions.
5141
e35879db
UW
51422007-10-22 Ulrich Weigand <uweigand@de.ibm.com>
5143
83acabca 5144 * gdbint.texi (Compiler Characteristics): Move documentation
e35879db
UW
5145 of set_gdbarch_sofun_address_maybe_missing back to ...
5146 (Target Conditionals): ... here to fix build break.
5147
203c3895
UW
51482007-10-19 Ulrich Weigand <uweigand@de.ibm.com>
5149
83acabca 5150 * gdbint.texi (Target Conditionals): Remove documentation of
203c3895
UW
5151 SOFUN_ADDRESS_MAYBE_MISSING, replaced by ...
5152 (Compiler Characteristics): ... documentation of
5153 set_gdbarch_sofun_address_maybe_missing.
5154
11411de3
DJ
51552007-10-17 Daniel Jacobowitz <dan@codesourcery.com>
5156
5157 * gdbint.texinfo (Target Conditionals): Use
5158 frame_unwind_register_unsigned in examples instead of
5159 frame_unwind_unsigned_register.
5160
7cc46491
DJ
51612007-10-15 Daniel Jacobowitz <dan@codesourcery.com>
5162
5163 * gdb.texinfo (Predefined Target Types): Add int128
5164 and uint128.
5165 (Standard Target Features): Add PowerPC features.
5166
81adfced
DJ
51672007-10-15 Daniel Jacobowitz <dan@codesourcery.com>
5168
5169 * gdb.texinfo (Maintenance Commands): Document "maint print c-tdesc".
5170
c1874924
UW
51712007-10-12 Ulrich Weigand <uweigand@de.ibm.com>
5172
5173 * gdbint.texi (Target Conditionals): Remove documentation
5174 of and references to DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS,
5175 gdbarch_extract_return_value, and gdbarch_store_return_value.
5176
f6e56ab3
UW
51772007-10-12 Ulrich Weigand <uweigand@de.ibm.com>
5178
5179 * gdbint.texi (Target Conditionals): Remove documentation of
5180 and references to DEPRECATED_REG_STRUCT_HAS_ADDR.
5181
56cf5405
KH
51822007-10-11 Kazu Hirata <kazu@codesourcery.com>
5183
5184 * gdb.texinfo: Mention that inaccessible-by-default is on by
5185 default.
5186
35156bae
DJ
51872007-10-11 Daniel Jacobowitz <dan@codesourcery.com>
5188
5189 * gdbint.texinfo (Target Conditionals): Remove VARIABLES_INSIDE_BLOCK.
5190
d983da9c
DJ
51912007-09-30 Daniel Jacobowitz <dan@codesourcery.com>
5192
5193 * gdb.texinfo (Setting Watchpoints): Adjust warning text about
5194 multi-threaded watchpoints.
5195 * gdbint.texinfo (Watchpoints): Describe how watchpoints are
5196 checked. Describe sticky notification. Expand description
5197 of steppable and continuable watchpoints.
5198 (Watchpoints and Threads): New subsection.
5199
fe6fbf8b
VP
52002007-09-28 Vladimir Prus <vladimir@codesourcery.com>
5201
5202 * gdb.texinfo (Setting Breakpoints): Revise
5203 documentation for pending breakpoints. Document
5204 breakpoints with multiple locations.
5ae4183a 5205
084344da
VP
52062007-09-19 Vladimir Prus <vladimir@codesourcery.com>
5207
5208 * gdb.texinfo (Miscellaneous gdb/mi Commands):
5209 Document -list-features.
5ae4183a 5210
82160952
EZ
52112007-09-15 Eli Zaretskii <eliz@gnu.org>
5212
5213 * gdb.texinfo (Output): Spell out which features of C's printf are
5214 not supported by GDB's printf.
7e27a47a
EZ
5215 (Separate Debug Files): More accurate wording regarding build ID
5216 and a reference to the ld manual rather than the Fedora wiki.
82160952 5217
ea37ba09
DJ
52182007-09-04 Daniel Jacobowitz <dan@codesourcery.com>
5219 Jim Blandy <jimb@codesourcery.com>
5220
5221 * gdb.texinfo (Output Formats): Update 'c' description. Describe 's'.
5222 (Examining Memory): Update mentions of the 's' format.
5223 (Automatic Display): Likewise.
5224
b8533aec
DJ
52252007-09-02 Daniel Jacobowitz <dan@codesourcery.com>
5226
5227 * gdb.texinfo: Update the FSF's Back-Cover Text.
5228
83f83d7f
JK
52292007-09-02 Jan Kratochvil <jan.kratochvil@redhat.com>
5230 Eli Zaretskii <eliz@gnu.org>
5231
5232 * gdb.texinfo (Separate Debug Files): Cosmetic quoting removal.
5233 Fixed the ``build ID'' name. New binaries build instructions for the
5234 build ID inclusion. Explain how the commands are specific to the build
5235 ID vs. debug link.
5236
c7e83d54
EZ
52372007-09-01 Eli Zaretskii <eliz@gnu.org>
5238
5239 * gdb.texinfo (Separate Debug Files): Fix last change. Add
5240 indexing for ``build ID'' support.
5241
d3750b24
JK
52422007-09-01 Jan Kratochvil <jan.kratochvil@redhat.com>
5243
5244 * gdb.texinfo (Separate Debug Files): Included a BUILD ID description.
5245 Enlisted BUILD ID to the debug file searching example.
5246 Included a BUILD ID `.note.gnu.build-id' section description.
5247 Updated/added the debug files splitting instructions for OBJCOPY.
5248
02142340
VP
52492007-08-31 Vladimir Prus <vladimir@codesourcery.com>
5250
5251 * gdb.texinfo (Variable Objects): Adjust docs
5252 for -var-info-expression and document
5253 -var-info-path-expression.
5254
d3bdde98
JB
52552007-08-20 Jim Blandy <jimb@codesourcery.com>
5256
3fb6a982
JB
5257 * gdb.texinfo (Top): Dedicate manual to the memory of Fred Fish.
5258 (title page): Include the dedication in the printed manual, as a
5259 separate page after the copyright notice.
5ae4183a 5260
d3bdde98
JB
5261 * gdb.texinfo (The F Reply Packet): Avoid confusing texi2html:
5262 don't break a @var across a line.
5263
c80a96a8
MR
52642007-07-25 Maciej W. Rozycki <macro@mips.com>
5265
5266 * Makefile.in (MAKEHTMLFLAGS): Also search the current directory
5267 for include files.
5268
5824a901
NR
52692007-07-12 Nick Roberts <nickrob@snap.net.nz>
5270
5271 * gdb.texinfo (Server Prefix): New node. Adapt from existing node
5ae4183a
AS
5272 in annotate.texinfo.
5273 (Command History): Link to new node.
5824a901 5274
d52e7ea3
UW
52752007-07-05 Markus Deuling <deuling@de.ibm.com>
5276
5277 * gdbint.texinfo (PC_LOAD_SEGMENT): Remove description.
5278
5fc14d0a
EZ
52792007-07-05 Eli Zaretskii <eliz@gnu.org>
5280
5281 * gdbint.texinfo (Target Conditionals): Fix last change.
5282
4a9bb1df
UW
52832007-07-03 Markus Deuling <deuling@de.ibm.com>
5284
5285 * gdb.texinfo: Replace following macros by their appropriate gdbarch
5286 routines:
5287 (TARGET_CHAR_SIGNED, CALL_DUMMY_LOCATION, CANNOT_FETCH_REGISTER)
5288 (CANNOT_STORE_REGISTER, GET_LONGJMP_TARGET, POINTER_TO_ADDRESS)
5289 (ADDRESS_TO_POINTER, INNER_THAN, FRAME_NUM_ARGS)
5290 (HAVE_NONSTEPPABLE_WATCHPOINT, TARGET_SHORT_BIT, TARGET_INT_BIT)
5291 (TARGET_LONG_BIT, TARGET_LONG_LONG_BIT, TARGET_FLOAT_BIT)
5292 (TARGET_DOUBLE_BIT, TARGET_LONG_DOUBLE_BIT, TARGET_PTR_BIT
5293 (TARGET_ADDR_BIT, SP_REGNUM, PC_REGNUM, PS_REGNUM, FP0_REGNUM)
5294 (STAB_REG_TO_REGNUM, ECOFF_REG_TO_REGNUM, DWARF_REG_TO_REGNUM)
5295 (SDB_REG_TO_REGNUM, DWARF2_REG_TO_REGNUM, BELIEVE_PCC_PROMOTION)
5296 (CONVERT_REGISTER_P, REGISTER_TO_VALUE, VALUE_TO_REGISTER)
5297 (POINTER_TO_ADDRESS, ADDRESS_TO_POINTER, EXTRACT_RETURN_VALUE)
5298 (STORE_RETURN_VALUE, SKIP_PROLOGUE, MEMORY_INSERT_BREAKPOINT)
5299 (BREAKPOINT_FROM_PC, MEMORY_REMOVE_BREAKPOINT, DECR_PC_AFTER_BREAK)
5300 (ADDR_BITS_REMOVE, TARGET_PRINT_INSN, SKIP_TRAMPOLINE_CODE)
5301 (IN_SOLIB_RETURN_TRAMPOLINE, NAME_OF_MALLOC, ADDRESS_CLASS_TYPE_FLAGS)
5302 (ADDRESS_CLASS_TYPE_FLAGS_TO_NAME, ADDRESS_CLASS_TYPE_FLAGS_P).
5303 (ADDRESS_CLASS_NAME_to_TYPE_FLAGS, ADJUST_BREAKPOINT_ADDRESS)
5304 (PRINT_FLOAT_INFO, PRINT_VECTOR_INFO, INTEGER_TO_ADDRESS)
5305 (SKIP_PERMANENT_BREAKPOINT, TARGET_VIRTUAL_FRAME_POINTER)
5306 (SOFTWARE_SINGLE_STEP_P)
5307
5308 (push_dummy_call, stabs_argument_has_addr, unwind_sp, unwind_pc)
5309 (print_registers_info, push_dummy_code, unwind_dummy_id): Rework
5310
5311 (REGISTER_CONVERT_TO_TYPE, END_OF_TEXT_DEFAULT, GDB_MULTI_ARCH)
5312 (GDB_TARGET_IS_HPPA, DEPRECATED_GET_SAVED_REGISTER)
5313 (SYMBOLS_CAN_START_WITH_DOLLAR, DEPRECATED_INIT_EXTRA_FRAME_INFO)
5314 (DEPRECATED_INIT_FRAME_PC, DEPRECATED_SIGTRAMP_START)
5315 (IN_SOLIB_CALL_TRAMPOLINE, NO_HIF_SUPPORT, REGISTER_CONVERTIBLE)
5316 (DEPRECATED_REGISTER_RAW_SIZE, PARM_BOUNDARY, DEPRECATED_STACK_ALIGN)
5317 (PROLOGUE_FIRSTLINE_OVERLAP, DEPRECATED_POP_FRAME, STEP_SKIPS_DELAY)
5318 (TARGET_COMPLEX_BIT, TARGET_DOUBLE_COMPLEX_BIT)
5319 (OS9K_VARIABLES_INSIDE_BLOCK, KERNEL_U_ADDR, KERNEL_U_ADDR_HPUX)
5320 (REGISTER_U_ADDR, U_REGS_OFFSET, DEBUG_PTRACE): Remove description.
5321
5322 (Converting an existing Target Architecture to Multi-arch): Remove
5323 section.
5324
5325 (gdbarch_unwind_pc, gdbarch_unwind_sp): Renew code example.
5326 (gdbarch_addr_bits_remove): Add code example.
5327
5328 * gdb.texinfo: Replace REGISTER_NAME by gdbarch_register_name.
5329
cfa9d6d9
DJ
53302007-07-02 Daniel Jacobowitz <dan@codesourcery.com>
5331
5332 * gdb.texinfo (Remote Configuration): Document library-info-packet.
5333 Add other missing entries. Adjust the table size to fit.
5334 (Stop Reply Packets): Use @itemize instead of @enumerate. Document
5335 stop reasons including the new "library" event.
5336 (General Query Packets): Adjust table widths for qSupported. Mention
5337 qXfer:libraries:read reply to qSupported and document the new packet.
5338 (Library List Format): New section.
5339
159fcc13
JK
53402007-07-01 Jan Kratochvil <jan.kratochvil@redhat.com>
5341
5342 * gdb.texinfo (Attach): Fixed GDB exit inferior detachment.
5343
f66d1690
MS
53442007-06-28 Michael Snyder <msnyder@svkmacdonelllnx>
5345
5346 * gdbint.texinfo (Table, Tuple and List Functions) Fix typo.
5347
67102876
NR
53482007-06-25 Nick Roberts <nickrob@snap.net.nz>
5349
5350 * gdbint.texinfo (Register and Memory Data): Break sections
5351 into nodes and add a menu.
5352
a4642986
MR
53532007-06-21 Maciej W. Rozycki <macro@mips.com>
5354
5355 * gdb.texinfo (Examining Memory): Document the new behaviour.
5356
e9c17194
VP
53572007-06-21 Vladimir Prus <vladimir@codesourcery.com>
5358
5359 * gdb.texinfo (Standard Target Features): Document
5360 m68k features.
5361
31d99776
DJ
53622007-06-18 Daniel Jacobowitz <dan@codesourcery.com>
5363
5364 * gdb.texinfo (General Query Packets): Document qOffsets changes.
5365
1780a0ed
DJ
53662007-06-13 Daniel Jacobowitz <dan@codesourcery.com>
5367
5368 * gdb.texinfo (Target Description Format): Add version attribute
5369 for <target>.
5370
822b6570
DJ
53712007-06-13 Daniel Jacobowitz <dan@codesourcery.com>
5372
5373 * gdb.texinfo (MIPS Features): Document org.gnu.gdb.mips.linux.
5374
f8b73d13
DJ
53752007-06-13 Daniel Jacobowitz <dan@codesourcery.com>
5376
5377 * gdb.texinfo (MIPS Features): New subsection.
5378
0e7f50da
UW
53792007-06-12 Ulrich Weigand <uweigand@de.ibm.com>
5380 Markus Deuling <deuling@de.ibm.com>
5381
5382 * gdb.texinfo (General Query Packets): Document qXfer:spu:read
5383 and qXfer:spu:write packets and mention them under qSupported.
5384
23d964e7
UW
53852007-06-12 Ulrich Weigand <uweigand@de.ibm.com>
5386 Markus Deuling <deuling@de.ibm.com>
5387
5388 * gdb.texinfo (Architectures): Add new SPU section to document
5389 Cell Broadband Engine SPU architecture specific commands.
5390
9f708cb2
VP
53912007-06-09 Vladimir Prus <vladimir@codesourcery.com>
5392
5393 * gdb.texinfo (GDB/MI Variable Objects): Editorial
5394 comments.
5395
7579b5f8
NR
53962007-06-07 Nick Roberts <nickrob@snap.net.nz>
5397
5398 * gdb.texinfo (Emacs): Describe GDB under Emacs 22.1.
5399
bf06d120
JB
54002007-05-29 Jim Blandy <jimb@codesourcery.com>
5401
5402 * gdb.texinfo (Overview): Doc fix.
5403
23776285
MR
54042007-05-22 Maciej W. Rozycki <macro@mips.com>
5405
5406 * gdb.texinfo (Remote Configuration): Document "set/show
5407 remoteflow".
5408
1a69e1e4
DJ
54092007-05-16 Daniel Jacobowitz <dan@codesourcery.com>
5410
bf06d120
JB
5411 * gdb.texinfo (MIPS): Remove documentation for set mips
5412 saved-gpreg-size, show mips saved-gpreg-size, and set mips
5413 stack-arg-size.
1a69e1e4 5414
46ba6afa 54152007-05-14 Bob Wilson <bob.wilson@acm.org>
5ae4183a 5416
46ba6afa
BW
5417 * all-cfg.texi (GDBTUI): New.
5418 * gdb.texinfo (Mode Options): Use GDBTUI variable.
5419 (TUI, TUI Overview, TUI Keys, TUI Single Key Mode, TUI Commands)
5420 (TUI Configuration): Edit to improve clarity and fix problems of
5421 both style and content.
5ae4183a 5422
06d3b283
UW
54232007-05-11 Ulrich Weigand <uweigand@de.ibm.com>
5424
5425 * observer.texi (GDB Observers): New observer "new_objfile".
5426
179101d6
UW
54272007-05-08 Ulrich Weigand <uweigand@de.ibm.com>
5428
5429 * gdbint.texinfo (Native Conditionals): Remove USE_PROC_FS.
5430
25d5ea92
VP
54312007-04-14 Vladimir Prus <vladimir@codesourcery.com>
5432
5433 * gdb.texinfo (GDB/MI Variable Objects): Document
5434 frozen variables objects.
5ae4183a 5435
ea35711c
DJ
54362007-04-13 Daniel Jacobowitz <dan@codesourcery.com>
5437
5438 * gdb.texinfo (Memory): Reference Remote Debugging chapter.
5439 (Character Sets, Caching Data of Remote Targets): Likewise.
5440 (Targets): Delete Remote node. Move its text...
5441 (Debugging Remote Programs): ...to here. Delete description
5442 of the "remote" command.
5443 (Remote configuration): Delete description of "set remotedevice"
5444 and "show remotedevice".
5445 (Embedded Processors): Delete H8/300, H8/500, and SH nodes.
5446
db2e3e2e
BW
54472007-04-11 Bob Wilson <bob.wilson@acm.org>
5448
5ae4183a
AS
5449 * gdb.texinfo (Contributors, Continuing and Stepping)
5450 (Fortran Defaults, HPPA, TUI, TUI Commands, Configure Options)
5451 (General Query Packets, File-I/O Remote Protocol Extension)
5452 (Protocol Basics, The F Reply Packet, Write)
5453 (Protocol-specific Representation of Datatypes, Memory Transfer):
5454 Fix hyphenation, punctuation and grammar problems.
5455 (Cygwin Native): Likewise. Also fix misuse of @pxref and use
5456 'section' instead of 'subsection' in the text.
5457 (Non-debug DLL Symbols): Avoid 'subsubsection' in the text.
5458 (i386): Remove period from section name.
db2e3e2e
BW
5459 (Installing GDB, Requirements, Running Configure, Separate Objdir)
5460 (Config Names, Configure Options): Use @file{configure}.
5461
8a3dae3e
DJ
54622007-04-11 Daniel Jacobowitz <dan@codesourcery.com>
5463
5464 * gdbint.texinfo (Writing Tests): Mention gdb_test_multiple
5465 and tab expansion.
5466
1a92f856
DJ
54672007-04-10 Daniel Jacobowitz <dan@codesourcery.com>
5468
5469 * gdbint.texinfo (SOM): Correct location of the SOM reader.
5470
79a6e687 54712007-04-02 Bob Wilson <bob.wilson@acm.org>
5ae4183a 5472
79a6e687
BW
5473 * gdb.texinfo: Consistently capitalize all significant words in
5474 node names, chapter titles, section titles, and headings. Update
5475 cross references to match.
5476 (Starting and Stopping Trace Experiment): Make node name plural.
5477 (Breakpoint related warnings): Hyphenate "Breakpoint-related".
5ae4183a 5478
ad527d2e
PA
54792007-03-30 Pedro Alves <pedro_alves@portugalmail.pt>
5480
5481 * gdb.texinfo (WinCE): Delete obsolete subsection.
5482
7ce59000
DJ
54832007-03-30 Daniel Jacobowitz <dan@codesourcery.com>
5484
5485 * gdb.texinfo (M68K): Remove obsolete ROM monitors.
5486 * gdbint.texinfo (DWARF 1): Delete section and other dwarfread.c
5487 references.
5488
8807d78b
DJ
54892007-03-30 Daniel Jacobowitz <dan@codesourcery.com>
5490
5491 * gdb.texinfo (Startup): Delete references to some alternate
5492 names for .gdbinit.
5493 (Thread): Remove LynxOS reference.
5494 (Tandem ST2000): Delete target-specific documentation.
5495 * gdbint.texinfo (Symbol Handling): Remove mention of NLM.
5496 (Target Architecture Definition): Remove mention of GDB_OSABI_NETWARE
5497 and GDB_OSABI_LYNXOS.
5498
5f402660
UW
54992007-03-29 Ulrich Weigand <uweigand@de.ibm.com>
5500
5501 * gdbint.texi (Native Conditionals): Remove PTRACE_ARG3_TYPE.
5502
bac718a6
UW
55032007-03-27 Ulrich Weigand <uweigand@de.ibm.com>
5504
5505 * gdbint.texinfo (Target Conditionals): Remove mention of
5506 DEPRECATED_REMOTE_BREAKPOINT, DEPRECATED_BIG_REMOTE_BREAKPOINT,
5507 and DEPRECATED_LITTLE_REMOTE_BREAKPOINT.
5508
9453113a
DJ
55092007-03-27 Brooks Moses <brooks.moses@codesourcery.com>
5510
5511 * Makefile.in: Add "pdfdir" installation
5512 directory, PDFTEX macro, support for "install-pdf" target,
5513 and rules for making a pdf version of refcard.texi.
5514 * refcard.tex: Specify paper size for PDF output.
5515
ae21e955 55162007-03-26 Bob Wilson <bob.wilson@acm.org>
5ae4183a 5517
ae21e955 5518 * gdb.texinfo (Omissions from Ada, Additions to Ada): Wrap long lines.
5ae4183a 5519
3f94c067 55202007-03-26 Bob Wilson <bob.wilson@acm.org>
5ae4183a 5521
3f94c067
BW
5522 * gdb.texinfo (Invoking GDB): Use @value{GDBP}.
5523 (Source Path, Character Sets, Macros, Define)
5524 (GDB/MI Result Records, GDB/MI Simple Examples)
5525 (GDB/MI Program Execution, GDB/MI File Commands)
5526 (Maintenance Commands, Packets, File-I/O Overview): Use @value{GDBN}.
5527 (Bug Reporting): Use @value{GCC}.
5ae4183a 5528
12c27660 55292007-03-26 Bob Wilson <bob.wilson@acm.org>
5ae4183a 5530
12c27660
BW
5531 * gdb.texinfo (Help): Fix formatting of examples.
5532 (Variables): Use @ifnotinfo instead of @iftex.
5533 (Non-debug DLL symbols): Use @ref instead of @pxref.
5534 (Sparclet File): Use @samp instead of quotes.
5ae4183a 5535
ce9341a1
BW
55362007-03-26 Bob Wilson <bob.wilson@acm.org>
5537
5538 * gdb.texinfo (Variables, C): Update cross reference to GCC docs.
5539
c8f4133a
BW
55402007-03-26 Bob Wilson <bob.wilson@acm.org>
5541
5542 * gdb.texinfo (Top): Move TUI and Annotations menu entries to match
5543 the order of the nodes.
5544 (C Operators, C Constants, Debugging C): Remove extra menus.
5545 (Method Names in Commands): Do not specify next/prev/up nodes.
5ae4183a 5546
c8f4133a 55472007-03-26 Bob Wilson <bob.wilson@acm.org>
d52fb0e9
BW
5548
5549 * gdb.texinfo (File Options): Add missing parenthesis.
5550 (Breakpoints, Special Fortran commands, PowerPC): Fix typos.
5551
c74d0ad8
DJ
55522007-02-26 Daniel Jacobowitz <dan@codesourcery.com>
5553
5554 * gdb.texinfo (Monitor commands for gdbserver): New subsection.
5555
ff6f572f
DJ
55562007-02-26 Daniel Jacobowitz <dan@codesourcery.com>
5557
669fac23 5558 * gdb.texinfo (Standard Target Features): Mention
ff6f572f
DJ
5559 case insensitivity.
5560 (ARM Features): Describe org.gnu.gdb.xscale.iwmmxt.
5561
994337c3
NR
55622007-02-18 Nick Roberts <nickrob@snap.net.nz>
5563
5564 * gdb.texinfo (Top): Put Appendix A after numbered sections.
5565 (Files): Add section name to argument list for pxref.
5566 (Non-debug DLL symbols): Don't use `see' for pxref.
5567 (Embedded Processors): Fix typo.
5568 (GDB/MI Breakpoint Commands): Execution commands generate
5569 *stopped not ^done.
5570
eb819d70
NR
55712007-02-13 Nick Roberts <nickrob@snap.net.nz>
5572
5573 * gdb.texinfo (GDB/MI Variable Objects): Describe meanings of
5574 values for in_scope. Mention that only root variables can be
5575 updated.
5576 (GDB/MI Development and Front Ends): Explain new values may be
5577 added to existing fields.
5578
123dc839
DJ
55792007-02-08 Daniel Jacobowitz <dan@codesourcery.com>
5580
5581 * gdb.texinfo (-target-disconnect): Use @smallexample.
5582 (Requirements): Add anchor for Expat. Update description.
5583 (Target Descriptions): Mention Expat.
5584 (Target Description Format): Document new elements. Use
5585 @smallexample.
5586 (Predefined Target Types, Standard Target Features): New sections.
669fac23 5587 * gdbint.texinfo (Target Descriptions): New section.
123dc839 5588
108546a0
DJ
55892007-02-07 Daniel Jacobowitz <dan@codesourcery.com>
5590
5591 * gdb.texinfo (Target Description Format): Add section on XInclude.
5592
95a98c01
NR
55932006-02-03 Nick Roberts <nickrob@snap.net.nz>
5594
5595 * gdb.texinfo (GDB/MI Miscellaneous Commands): Describe the new
5596 command -enable-timings.
5597
f4b3909f
EZ
55982007-02-02 Markus Deuling <deuling@de.ibm.com> (tiny change)
5599
5ae4183a 5600 * gdbint.texinfo (Operation System ABI Variant Handling): Update
f4b3909f
EZ
5601 descriptions for new/deleted elements in gdb_osabi. Add missing
5602 description for function generic_elf_osabi_sniff_abi_tag_sections.
5603
c7ba131e
JB
56042007-01-29 Joel Brobecker <brobecker@adacore.com>
5605
5606 * gdb.texinfo (Maintenance Commands): Add documentation for
5607 the new "maint print target-stack" command.
5608
3a60f64e
JK
56092007-01-26 Jan Kratochvil <jan.kratochvil@redhat.com>
5610 Eli Zaretskii <eliz@gnu.org>
5611
f4b3909f 5612 * gdb.texinfo: Describe CHAR array vs. string identification rules.
3a60f64e 5613
c582f8b6
EZ
56142007-01-26 Eli Zaretskii <eliz@gnu.org>
5615
5616 * gdb.texinfo (Compilation, Files, Bootstrapping, Bug Reporting):
5617 Use @value{NGCC} instead of @value{GCC}.
5618
d3e8051b
EZ
56192007-01-20 Ralf Wildenhues <Ralf.Wildenhues@gmx.de> (tiny change)
5620
5621 * agentexpr.texi: Fix typos.
5622 * annotate.texinfo: Likewise.
5623 * gdb.texinfo: Likewise.
5624 * gdbint.texinfo: Likewise.
5625 * observer.texi: Likewise.
5626 * stabs.texinfo: Likewise.
5627
86f04699
EZ
56282007-01-20 Markus Deuling <deuling@de.ibm.com> (tiny change)
5629
5630 * gdbint.texinfo (Support Libraries): Remove mmalloc
5631 entry. Describe readline library.
5632
23181151
DJ
56332007-01-09 Daniel Jacobowitz <dan@codesourcery.com>
5634
5635 * gdb.texinfo (Target Descriptions): New section.
5636 (General Query Packets): Add QPassSignals anchor. Mention
5637 qXfer:features:read under qSupported. Expand mentions of
5638 qXfer:memory-map:read and QPassSignals. Document
5639 qXfer:features:read.
5640
f822c95b
DJ
56412007-01-08 Daniel Jacobowitz <dan@codesourcery.com>
5642
5643 * gdb.texinfo (Commands to specify files): Describe
5644 "set sysroot" and "show sysroot".
5645 (Using the `gdbserver' program): Lowercase argument
5646 to @var. Expand description of setting up GDB on the
5647 host.
5648
8936fcda
JB
56492007-01-05 Joel Brobecker <brobecker@adacore.com>
5650
5651 * gdb.texinfo (Set Catchpoints): Add documentation for the new
5652 catch exception, catch exception unhandled, and catch assert
5653 commands.
5654
e776119f
DJ
56552007-01-04 Daniel Jacobowitz <dan@codesourcery.com>
5656
5657 * gdb.texinfo (Debugging Output): Document "set debug xml"
5658 and "show debug xml".
5659
aa79a185
DJ
56602007-01-04 Daniel Jacobowitz <dan@codesourcery.com>
5661
5662 * gdbint.texinfo (Compiler Warnings): Update for -Wall use.
5663
7f893741
JB
56642007-01-01 Joel Brobecker <brobecker@adacore.com>
5665
5666 * gdbint.texinfo (Start of New Year Procedure): Add missing item.
5667
a1b5960f
VP
56682006-12-08 Vladimir Prus <vladimir@codesourcery.com>
5669
5670 * gdb.texinfo (GDB/MI Variable Objects): Wrap historical
5671 note in @ignore, to be removed later if nobody complains.
5672
9f470e6e
NR
56732006-12-04 Nick Roberts <nickrob@snap.net.nz>
5674
5675 * gdb.texinfo (GDB/MI Variable Objects): Describe -c option
5676 of -var-delete.
5677
765dc015 56782006-11-22 Vladimir Prus <vladimir@codesourcery.com>
5ae4183a 5679
765dc015 5680 * gdb.texinfo (Setting breakpoints): Document
5ae4183a
AS
5681 automatic software/hardware breakpoint usage and
5682 the "set breakpoint auto-hw" command.
765dc015 5683
4b5752d0
VP
56842006-11-21 Vladimir Prus <vladimir@codesourcery.com>
5685
5686 * gdb.texinfo (Memory Access Checking): New.
5687
89be2091
DJ
56882006-11-16 Daniel Jacobowitz <dan@codesourcery.com>
5689
5690 * gdb.texinfo (Remote configuration): Mention
5691 "pass-signals-packet".
5692 (General Query Packets): Document QPassSignals. Fix
5693 a typo.
5694
ca3bf3bd
DJ
56952006-11-14 Maxim Grigoriev <maxim@tensilica.com>
5696
5697 * gdb.texinfo (Contributors): Add contributors of Xtensa port.
5698
427c3a89
DJ
56992006-11-14 Daniel Jacobowitz <dan@codesourcery.com>
5700
5701 * gdb.texinfo (Remote configuration): Rewrite documentation for
5702 packet configuration commands.
5703 (OS Information): Adjust reference to qXfer:auxv:read.
5704 (General Query Packets): Remove references to read-aux-vector-packet
5705 and set remote get-thread-local-storage-address.
5706
7a107747
DJ
57072006-11-10 Daniel Jacobowitz <dan@codesourcery.com>
5708
5709 * gdbint.texinfo (Target Architecture Definition): Add new
5710 Initializing a New Architecture section.
5711
1c56eb0e
EZ
57122006-10-31 David Taylor <dtaylor@emc.com>
5713
5714 * stabs.texinfo (Macro define and undefine): New node describing
5715 stabs for #define and #undef.
5716
f73adfeb
AS
57172006-10-27 Andreas Schwab <schwab@suse.de>
5718
5719 * gdb.texinfo (Processes): Rename "detach-fork" to "detach fork".
5720
fd60e0df
EZ
57212006-10-21 Eli Zaretskii <eliz@gnu.org>
5722
5723 * gdb.texinfo (Breakpoints, Set Watchpoints): Elaborate and
5724 clarify on the possible meanings of ``expression'' watched by
5725 watchpoints. Add indexing.
e5ac9b53
EZ
5726 (Prompting, Errors, Invalidation, Annotations for Running)
5727 (Source Annotations): Fix index entries by adding "annotation" to
5728 them, to discriminate from index entries that point to the more
5729 general topic descriptions.
fd60e0df 5730
52bb452f
DJ
57312006-10-17 Daniel Jacobowitz <dan@codesourcery.com>
5732
5733 * gdbint.texinfo (Target Vector Definition): Move most
5734 content into Existing Targets. Add a menu.
5735 (Existing Targets): New section, moved from Target Vector
5736 Definition. Use @subsection.
5737 (Managing Execution State): New section.
5738
58955e58
BW
57392006-10-16 Bob Wilson <bob.wilson@acm.org>
5740
5741 * gdb.texinfo (ST2000): Use Ctrl- instead of C-.
5742
c8aa23ab
EZ
57432006-10-15 Eli Zaretskii <eliz@gnu.org>
5744
5745 * gdb.texinfo (Sample Session, Invocation, Quitting GDB)
5746 (Command Syntax, Signals, Backtrace, Connecting)
5747 (Remote configuration, Renesas Boards, Console I/O): Fix last
5748 change: use Ctrl- instead of C-, except wrt Emacs.
5749 (File-I/O Examples): Put Ctrl-c in @kbd.
5750 (Cygwin Native, File-I/O Overview, The Ctrl-C message)
5751 (Console I/O): Use @samp with Ctrl-.
45ac1734
EZ
5752 (Signals, Set Breaks, Set Watchpoints): Document optional
5753 arguments to `info signals' `handle', `info breakpoints', and
5754 `info watchpoints'.
c8aa23ab 5755
e7109c7e
EZ
57562006-10-14 Eli Zaretskii <eliz@gnu.org>
5757
5758 * gdb.texinfo (Backtrace): Fix last change.
5759
de3aea7b
NR
57602006-10-14 Nick Roberts <nickrob@snap.net.nz>
5761
5762 * gdb.texinfo (Backtrace): Order correctly and add other cases.
5763
7f9087cb
BW
57642006-10-10 Bob Wilson <bob.wilson@acm.org>
5765
c8aa23ab
EZ
5766 * gdb.texinfo (Command Syntax, Connecting, Remote configuration)
5767 (Renesas Boards, ST2000, TUI Keys, TUI Single Key Mode)
5768 (TUI Commands, Emacs, Console I/O): Fix @key and @kbd usage.
7f9087cb 5769
68437a39
DJ
57702006-09-21 Vladimir Prus <vladimir@codesourcery.com>
5771 Daniel Jacobowitz <dan@codesourcery.com>
5772
5773 * gdb.texinfo (Packets): Document vFlashErase,
5774 vFlashWrite and vFlashDone packets.
5775 (General Query Packets): Document qXfer:memory-map:read.
5776 Add a new feature for qXfer:memory-map:read.
5777 (Memory map format): New section.
5778 (Target Commands): Mention that gdb can write flash.
5779
fd79ecee
DJ
57802006-09-21 Vladimir Prus <vladimir@codesourcery.com>
5781 Daniel Jacobowitz <dan@codesourcery.com>
5782
5783 * gdb.texinfo (Memory Region Attributes): Mention target-supplied
5784 memory regions and "mem auto".
5785
350da6ee
DJ
57862006-09-21 Nathan Sidwell <nathan@codesourcery.com>
5787
5788 * gdbint.texinfo (Array Containers): New section.
5789
2f1acb09
VP
57902006-09-17 Vladimir Prus <vladimir@codesourcery.com>
5791
5792 * gdb.texinfo (GDB/MI Stack Manipulation): Mention that
5793 -stack-list-arguments HIGH_FRAME argument can be larger then the
5794 actual number of frames.
5795
2ab1eb7a
VP
57962006-09-07 Vladimir Prus <vladimir@codesourcery.com>
5797
5798 * gdb.texinfo (GDB/MI Stack Manipulation): Mention that
5ae4183a
AS
5799 -stack-list-locals HIGH_FRAME argument can be larger then the
5800 actual number of frames.
2ab1eb7a 5801
599b237a
BW
58022006-09-02 Bob Wilson <bob.wilson@acm.org>
5803
5804 * gdb.texinfo (Packets, Stop Reply Packets, General Query Packets,
5805 Register Packet Format, Tracepoint Packets): Fix spelling errors.
5806
25ab7e6d
EZ
58072006-09-02 Eli Zaretskii <eliz@gnu.org>
5808
5809 * gdbint.texinfo (Overall Structure): New section "Source Tree
5810 Structure".
5811
940178d3
JB
58122006-08-17 Jim Blandy <jimb@codesourcery.com>
5813
5814 * gdb.texinfo (Stop Reply Packets): Note similarity of 'S' and 'T'
5815 responses.
5816
30daae6c
JB
58172006-08-08 Joel Brobecker <brobecker@adacore.com>
5818
5819 * gdb.texinfo (Source Path): Add documentation for new
5820 substitute-path commands.
5821
7fa2210b
DJ
58222006-08-08 Daniel Jacobowitz <dan@codesourcery.com>
5823
5824 * gdb.texinfo (Installing GDB): Update menu. Move text to...
5825 (Running Configure): ...here.
5826 (Requirements): New node. Mention expat.
5827
3d00d119
DJ
58282006-08-08 Vladimir Prus <vladimir@codesourcery.com>
5829
5ae4183a 5830 * gdb.texinfo (Target Commands): Remove
3d00d119
DJ
5831 'set download-write-size' and 'show download-write-size'.
5832
0cbfa4ee
DJ
58332006-08-01 Daniel Jacobowitz <dan@codesourcery.com>
5834
5835 * stabs.texinfo (Member Type Descriptor): Correct example for
5836 pointer to member types.
5837
16026cd7
AS
58382006-07-21 Andrew Stubbs <andrew.stubbs@st.com>
5839
5840 * gdb.texinfo (Optional warnings and messages): Add
5841 'set/show trace-commands'.
5842 (Command files): Add '-v' to source command.
5843
0876f84a
DJ
58442006-07-12 Daniel Jacobowitz <dan@codesourcery.com>
5845
5846 * gdb.texinfo (OS Information): Update qPart reference to
5847 qXfer.
5848 (Remote configuration): Likewise.
5849 (Overview): Move @cindex to the start of a paragraph. Talk
5850 about binary data encoding.
5851 (Packets): Refer to the overview for the details of the X
5852 packet encoding.
5853 (General Query Packets): Remove qPart description. Add qXfer
5854 description. Add an anchor to qSupported. Correct feature
5855 table title. Add a new feature for qXfer:auxv:read.
5856 (Interrupts): Add a missing parenthesis.
5857
2ec3381a
DJ
58582006-07-05 Daniel Jacobowitz <dan@codesourcery.com>
5859
669fac23 5860 * gdb.texinfo (KOD): Remove node.
2ec3381a
DJ
5861 (GDB/MI Kod Commands): Remove commented out node.
5862
594fe323
EZ
58632006-07-01 Eli Zaretskii <eliz@gnu.org>
5864
5865 * gdb.texinfo (GDB/MI Output Syntax, GDB/MI Simple Examples)
5866 (GDB/MI Breakpoint Commands, GDB/MI Program Context)
5867 (GDB/MI Thread Commands, GDB/MI Program Execution)
5868 (GDB/MI Stack Manipulation, GDB/MI Variable Objects)
5869 (GDB/MI Data Manipulation, GDB/MI Symbol Query)
5870 (GDB/MI File Commands, GDB/MI Target Manipulation)
5871 (GDB/MI Miscellaneous Commands): Change (@value{GDBP})->(gdb),
5872 since the MI prompt is hard-wired into the code.
5873
7e3fb70c
NR
58742006-07-01 Nick Roberts <nickrob@snap.net.nz>
5875
5876 * gdb.texinfo (GDB/MI Compatibility with CLI): Qualify more carefully.
5877 (GDB/MI Simple Examples): Use @subheading for "A Bad Command".
5878 (GDB/MI Data Manipulation): Remove description of unimplemented
5879 display related commands as variable objects perform this function
5880 and are superior: -display-delete, -display-disable,
5881 -display-enable, -display-insert and -display-list. Move
5882 -environment-cd, -environment-directory, -environment-path
5883 and -environment-pwd to "Program Context".
5884 (GDB/MI Program Control): Rename to "Program Execution". Move
5885 -exec-arguments -exec-abort to...
5886 (GDB/MI Program Context): ...here. New node split from "Data
5887 Manipulation".
5888
be2a5f71
DJ
58892006-06-21 Daniel Jacobowitz <dan@codesourcery.com>
5890
5891 * gdb.texinfo (Remote configuration): Document set / show
5892 remote supported-packets.
5893 (General Query Packets): Document qSupported packet.
5894
fc320d37
SL
58952006-06-10 Sandra Loosemore <sandra@codesourcery.com>
5896
5897 * gdb.texinfo (File-I/O overview): Copy edit for grammar, spelling,
5898 and font markup.
5899 (Protocol basics): Likewise.
5900 (The F request packet): Likewise.
5901 (The F reply packet): Likewise.
5902 (Memory transfer): Move this node to be a subsubsection of
5903 "Protocol specific representation of datatypes".
5904 (The Ctrl-C message): More copy editing.
5905 (Console I/O): Likewise.
5906 (The isatty call): Delete this node, and merge its content into
5907 the "isatty" node. Fixed references elsewhere.
5908 (The system call): Delete this node, and merge its content into
5909 the "system" node. Fixed references elsewhere.
5910 (open): Reformat to use @table, and add appropriate font markup.
5911 (close): Likewise.
5912 (read): Likewise.
5913 (write): Likewise.
5914 (lseek): Likewise.
5915 (rename): Likewise.
5916 (unlink): Likewise.
5917 (stat/fstat): Likewise.
5918 (gettimeofday): Likewise.
5919 (isatty): Likewise.
5920 (system): Likewise, plus minor changes to fix confusing wording.
5921 (Integral datatypes): Fix font markup.
5922 (Pointer values): Likewise.
5923 (struct stat): Fix markup to use @table, plus minor copy editing.
5924 (struct timeval): Fix font markup, plus minor copy editing.
5925 (Constants): Minor copy editing.
5926 (Errno values): Add font markup.
5927 (File-I/O Examples): Likewise.
5928
158fdf5c
NR
59292006-06-10 Nick Roberts <nickrob@snap.net.nz>
5930
5931 * gdb.texinfo (GDB/MI): Remove duplicate acknowledgements.
5932 (GDB/MI Simple Examples): Move node up one level. Use real
5933 examples.
5934 (GDB/MI Compatibility with CLI): Update.
5935 (GDB/MI Result Records): Add "connected" and "exit" result
5936 classes.
5937 (GDB/MI Stream Records): Clarify target output.
5938 (GDB/MI Command Description Format): Modify example description.
5939 (GDB/MI Breakpoint Table Commands): Rename to...
5940 (GDB/MI Breakpoint Commands): ...this
5941 (GDB/MI Breakpoint Commands): Add optional thread field.
5942 (GDB/MI Program Control): Add an introduction. Move "Program
5943 termination" examples into exec-run description.
5944 (GDB/MI File Commands): Mention similar CLI commands.
5945 (GDB/MI Miscellaneous Commands): Move to end. Mention "show version"
5946 is similar to "-gdb-version".
5947
ddb50cd7
EZ
59482006-06-09 Eli Zaretskii <eliz@gnu.org>
5949
5950 * gdb.texinfo (Symbols): Fix "(gdb)"=>"(@value{GDBP})".
5951
2aef0d6b
NR
59522006-06-02 Nick Roberts <nickrob@snap.net.nz>
5953
5954 * gdb.texinfo (GDB/MI Development and Front Ends): Use
5955 sourceware.org for mailing lists.
d5e40d59 5956 (GDB/MI File Commands): New node split from Program Control.
2aef0d6b 5957
383a5c52
NR
59582006-06-01 Nick Roberts <nickrob@snap.net.nz>
5959
d5e40d59 5960 * gdb.texinfo (GDB/MI Development and Front Ends): New node.
383a5c52 5961
e16b02ee
EZ
59622006-05-22 Eli Zaretskii <eliz@gnu.org>
5963
5964 * gdb.texinfo (Cygwin Native): Fix last change.
5965
be90c084
CF
59662006-05-22 Christopher Faylor <cgf@timesys.com>
5967
5968 * gdb.texinfo (Cygwin Native): Document set/show cygwin-exceptions.
5969
347ceba5
NR
59702006-05-15 Nick Roberts <nickrob@snap.net.nz>
5971
5972 * gdbint.texinfo (Algorithms): Correct spelling and punctuation.
5973 (Releasing GDB, Testsuite): Remove details for including DejaGnu.
5974
369af7bd
DJ
59752006-05-14 Daniel Jacobowitz <dan@codesourcery.com>
5976
5977 * gdb.texinfo (General Query Packets): Recommend not starting
5978 new packets with qC and clarify.
5979
2ffdbde8 59802006-05-13 Gaius Mulley <gaius@glam.ac.uk>
229582b7
GM
5981
5982 * gdb.texinfo (M2 Types): New section.
72019c9c 5983
16d1a084
DJ
59842006-05-10 Daniel Jacobowitz <dan@codesourcery.com>
5985
5986 * agentexpr.texi: Add a copyright and license notice.
5987 * observer.texi: Likewise, with GPL clause for function prototypes.
5988 Remove trailing whitespace.
5989
aa56d27a
JB
59902006-05-05 Jim Blandy <jimb@codesourcery.com>
5991
5992 * gdb.texinfo (General Query Packets): Document conventions for
5993 terminating packet names, and their violations.
5994
5bdf8622
DJ
59952006-05-05 Daniel Jacobowitz <dan@codesourcery.com>
5996
5997 * Makefile.in (GDB_DOC_SOURCE_INCLUDES): Update for readline 5.1.
5998 * gdb.texinfo: Likewise.
5999
605a56cb
DJ
60002006-05-05 Daniel Jacobowitz <dan@codesourcery.com>
6001
6002 * gdb.texinfo (Remote Configuration): Remove "set remotedebug"
6003 and "show remotedebug".
6004 (Debugging Output): Add additional index entries.
6005
b8db102d
MS
60062006-04-27 Michael Snyder <msnyder@redhat.com>
6007
6008 * gdb.texinfo (delete-fork): Command renamed to "delete fork".
6009
c5e30d01
AC
60102006-04-22 Andrew Cagney <cagney@redhat.com>
6011
6012 * gdb.texinfo (Contributors): Credit frame unwinder contributors.
6013 * gdbint.texinfo (Algorithms): Fix errors in frame documentation.
6014
8181d85f
DJ
60152006-04-18 Daniel Jacobowitz <dan@codesourcery.com>
6016
6017 * gdbint.texinfo (x86 Watchpoints, Target Conditionals): Update insert
6018 and remove breakpoint prototypes.
6019 (Watchpoints): Move description of target_insert_hw_breakpoint and
6020 target_remove_hw_breakpoint ...
6021 (Breakpoints): ... to here. Document target_insert_breakpoint and
6022 target_remove_breakpoint.
6023
4f553f88
JB
60242006-04-17 Jim Blandy <jimb@codesourcery.com>
6025
6026 * gdb.texinfo (Packets): Note that 'addr' arguments to s, S, c,
6027 and C packets are optional.
6028
cd852561
FR
60292006-04-14 Frederic Riss <frederic.riss@st.com>
6030
6031 * gdb.texinfo (Specifying source directories): Update the description
6032 of the source file search to reflect the fact that the source path
6033 always contains at least $cdir and $cwd.
6034
b620eb07
MS
60352006-03-31 Michael Snyder <msnyder@redhat.com>
6036
6037 * gdb.texinfo: Update copyright dates.
6038
3156cdaf
EZ
60392006-03-31 Eli Zaretskii <eliz@gnu.org>
6040
6041 * gdb.texinfo (Overview): Add an index entry to "empty response".
6042
7d30c22d
JB
60432006-03-28 Jim Blandy <jimb@codesourcery.com>
6044
6045 * gdbint.texinfo (Prologue Analysis): New section.
6046
86941c27
JB
60472006-03-07 Jim Blandy <jimb@red-bean.com>
6048
66b8c7f6
JB
6049 * gdb.texinfo (Connecting): Document 'target remote pipe'.
6050
1a10341b
JB
6051 * gdb.texinfo (Target Commands): Update text describing how to
6052 specify a target. Refer to the detailed section on remote
6053 debugging, not the brief mention.
6054
86941c27
JB
6055 * gdb.texinfo (Connecting): Organize the different 'target remote'
6056 connection methods into a table. Add a 'target remote' index
6057 entry. (!!!)
6058
62f3a2ba
FF
60592006-02-17 Fred Fish <fnf@specifix.com>
6060
6061 * gdb.texinfo (Symbols): Update descriptions of 'whatis' and
6062 'ptype' commands to reflect the fact that the only significant
6063 difference between them is that ptype prints the complete type
6064 description instead of just the name.
6065
8b9a88ea
WZ
60662006-02-13 Wu Zhou <woodzltc@cn.ibm.com>
6067
6068 * gdbint.texinfo (Watchpoints): Delete
6069 TARGET_REGION_SIZE_OK_FOR_HW_WATCHPOINT.
6070
7e8dc855
NR
60712006-02-10 Nick Roberts <nickrob@snap.net.nz>
6072
6073 * gdb.texinfo (GDB/MI Breakpoint Table Commands): Add fullname and
6074 times fields where needed. Fix typos. Update general form given
6075 for output of -break-insert.
6076 (GDB/MI): Abbreviate some unnecessarily long fullnames.
6077
c91d38aa
DJ
60782006-02-06 Daniel Jacobowitz <dan@codesourcery.com>
6079
6080 * gdbint.texinfo (Symbol Handling): Add a section
6081 on memory management.
6082
38fcd64c
DJ
60832006-02-06 Vladimir Prus <ghost@cs.msu.su>
6084
6085 * gdb.texinfo (Breakpoint table commands): Document the fullname
6086 field in -break-list output.
6087
219eec71
EZ
60882006-02-03 Eli Zaretskii <eliz@gnu.org>
6089
6090 * gdb.texinfo (Cygwin Native): Fix typos. Clarify the types of
6091 debugging information produced by the various "set debug..."
6092 options.
6093
ae5a43e0
DJ
60942006-02-01 Daniel Jacobowitz <dan@codesourcery.com>
6095
6096 * gdb.texinfo (Files): Remove obsolete bits from the description
6097 of "symbol-file".
6098
a9f158ec
JB
60992006-01-25 Jim Blandy <jimb@redhat.com>
6100
6101 * gdbint.texinfo (Testsuite): Explain how to run selected tests.
6102
410dd08e
JB
61032006-01-24 Jim Blandy <jimb@redhat.com>
6104
6105 * gdbint.texinfo (Frames): Document the basics of GDB's register
6106 unwinding model, and explain the existence of the "sentinel" frame.
6107
4b505b12
AS
61082006-01-23 Andrew Stubbs <andrew.stubbs@st.com>
6109
6110 * gdb.texinfo (Choosing files): Mention that -directory is used
6111 for script files.
6112 (Specifying source directories): Likewise.
6113 (Command files): Explain how script files are found.
6114
839c27b7
EZ
61152006-01-21 Eli Zaretskii <eliz@gnu.org>
6116
6117 * gdb.texinfo (Backtrace): Describe how to get backtrace of all
6118 the threads in a multi-threaded program.
6119 (Threads): The threadno argument of "thread apply" can be a range
6120 of numbers.
6121
7be93b9e
JB
61222006-01-18 Jim Blandy <jimb@redhat.com>
6123
6124 * gdbint.texinfo (Coding): Add entry for -Wno-pointer-sign to list
6125 of warning flags.
6126
fcc73fe3
EZ
61272006-01-13 Eli Zaretskii <eliz@gnu.org>
6128
6129 * gdb.texinfo (Sequences): Improve menu annotations.
6130 (Define): Add index entries for arguments of user-defined
6131 commands. Move the description of flow-control commands...
6132 (Command Files): ...to here. Document loop_break and
6133 loop_continue.
ca91424e
EZ
6134 (Define, Command Files): Document `end' and add index entries for
6135 it.
fcc73fe3 6136
5c95884b
MS
61372006-01-04 Michael Snyder <msnyder@redhat.com>
6138
6139 * gdb.texinfo: Add documentation for linux-fork.
5ae4183a 6140 * gdbint.texinfo: Add internal documentation for checkpoints.
5c95884b 6141
860701dc
PH
61422006-01-02 Paul N. Hilfinger <hilfinger@gnat.com>
6143
6144 * gdb.texinfo (Omissions from Ada): Document that there is now
6145 limited aggregate support.
6146
36b80e65
EZ
61472005-12-28 Eli Zaretskii <eliz@gnu.org>
6148
6149 * gdb.texinfo (Registers): Describe how to refer to SSE and MMX
6150 registers and the likes.
6151
c1468174
EZ
61522005-12-24 Eli Zaretskii <eliz@gnu.org>
6153
6154 * gdb.texinfo (Target Commands, Bug Reporting, File Options)
6155 (Symbols): Fix usage of "e.g.".
359df76b 6156 (Memory Region Attributes): Fix usage of "etc."
c1468174
EZ
6157
6158 * gdbint.texinfo (libgdb, Symbol Handling, Native Debugging)
6159 (Coding): Fix usage of "e.g.".
6160
c02a867d
EZ
61612005-12-23 Eli Zaretskii <eliz@gnu.org>
6162
5ae4183a
AS
6163 * stabs.texinfo:
6164 * refcard.tex:
c02a867d 6165 * gpl.texi:
5ae4183a
AS
6166 * gdbint.texinfo:
6167 * gdb.texinfo:
6168 * gdb-cfg.texi:
c02a867d 6169 * fdl.texi:
5ae4183a
AS
6170 * annotate.texinfo:
6171 * all-cfg.texi:
c02a867d
EZ
6172 * Makefile.in: Add (C) after Copyright. Update the FSF
6173 address.
6174
fad38dfa
EZ
61752005-12-03 Eli Zaretskii <eliz@gnu.org>
6176
6177 * gdb.texinfo (Connecting): Explain that `monitor' is a way to
6178 extend GDB with commands for external monitor.
6179
53e5f3cf
AS
61802005-12-02 Andrew Stubbs <andrew.stubbs@st.com>
6181
6182 * gdb.texinfo (Convenience variables): Add init-if-undefined command.
6183
55f6ca0f
JB
61842005-11-25 Joel Brobecker <brobecker@adacore.com>
6185
6186 * gdbint.texinfo (Start of New Year Procedure): New chapter.
6187
c1947b85
JB
61882005-11-21 Jim Blandy <jimb@redhat.com>
6189
6190 * gdb.texinfo (Tracepoint Packets): Document restrictions on
6191 placement of 'R' actions in tracepoint action packets; document
6192 dependence of 'X' and 'M' actions on a preceding 'R' action for
6193 their registers.
6194
9d29849a
JB
61952005-11-19 Jim Blandy <jimb@redhat.com>
6196
6197 * gdb.texinfo (Tracepoint Packets): New node.
6198 (General Query Packets): Add entries for the tracepoint packets,
6199 referring to the "Tracepoint Packets" node.
6200 (Tracepoints): Add reference to "Tracepoint Packets".
5ae4183a 6201
9a6253be
KB
62022005-11-18 Kevin Buettner <kevinb@redhat.com>
6203
6204 * gdb.texinfo (set remotebreak): Add anchor.
6205 (X packet): Likewise.
6206 (Remote Protocol): Add new section `Interrupts' and new index
6207 entry `interrupts (remote protocol)'.
6208
5f3bebba
JB
62092005-11-18 Jim Blandy <jimb@redhat.com>
6210
6211 * gdb.texinfo (Packets): Move information out of 'q' and 'Q'
6212 entries into the General Query Packets section. Add a
6213 cross-reference to that section. Drop description of replies, as
6214 these are covered in the descriptions of each packet.
6215 (General Query Packets): Add introductory text. Explain naming
6216 conventions, and how the end of a name is recognized.
6217
9a7a1b36
KB
62182005-11-17 Kevin Buettner <kevinb@redhat.com>
6219
0564b6cf 6220 * gdb.texinfo (Remote configuration): Fix typo in description of
9a7a1b36
KB
6221 "set remotebreak" command.
6222
b8ff78ce
JB
62232005-11-16 Jim Blandy <jimb@redhat.com>
6224
6225 * gdb.texinfo (Packets, Stop Reply Packets)
6226 (General Query Packets): Various formatting cleanups.
6227 - Use @samp for packet contents.
6228 - Drop summaries from packet @item lines; the same information appears
6229 immediately below in the description.
6230 - Delete paragraph breaks after packet @item commands, so that the
6231 description appears directly to the right of the packet prototype
6232 in the printed manual, if it fits.
6233 - Place spaces in packet prototypes between @vars and non-@var
6234 letters, and explain that they're just for formatting.
6235 - Use @dots{} instead of '...'.
6236 - Fix uses of @code where @var was needed.
6237 - Replace "deprecated" markers with English text spelling out the
6238 packet's status and the preferred alternatives.
6239 - Remove "(reserved)" markers on 'A' and 'I' packets; it's unclear
6240 what this ever meant.
6241 - Remove "(draft)" markers on 'i' packets; nobody has commented on
6242 this for a long time.
6243 - Remove "(draft)" markers on 'z' and 'Z' packets; these have been
6244 implemented several times, and have been in use for years.
6245
8ffe2530
JB
62462005-11-15 Jim Blandy <jimb@redhat.com>
6247
c43c5473
JB
6248 * gdb.texinfo (Packets): Add index entries for 'm' packet
6249 disclaimers.
5ae4183a 6250
fb031cdf
JB
6251 * gdb.texinfo (Packets): Clarify lack of restrictions on behavior
6252 of stub when processing an 'm' packet.
6253
8ffe2530
JB
6254 * gdb.texinfo (Packets): Mention that packets beginning with
6255 letters are reserved once, at the top, instead of actually listing
6256 them all and saying "reserved".
6257
c03c782f
AS
62582005-11-15 Andrew Stubbs <andrew.stubbs@st.com>
6259
6260 * gdb.texinfo (User-defined commands): Add $argc. Add missing 'end'.
6261 Change @var{$arg0 to @code{$arg0.
6262
814e32d7
WZ
62632005-11-14 Wu Zhou <woodzltc@cn.ibm.com>
6264
6265 * gdb.texinfo (Fortran): Add some words about Fortran debugging.
6266
fa93a9d8
JB
62672005-11-12 Jim Blandy <jimb@redhat.com>
6268
6269 * gdb.texinfo (General Query Packets): Put packets in alphabetical
6270 order. Remove extraneous 'z'.
6271
8a5a3c82
AS
62722005-11-07 Andrew Stubbs <andrew.stubbs@st.com>
6273
6274 * gdb.texinfo (Choosing files): Add --eval-command.
6275
4b0ad762
AS
62762005-11-04 Andrew Stubbs <andrew.stubbs@st.com>
6277
6278 * gdb.texinfo (Choosing modes): Add --return-child-result.
6279
6280
1a088d06
AS
62812005-11-01 Andrew Stubbs <andrew.stubbs@st.com>
6282
6283 * gdb.texinfo (Choosing modes): Add --batch-silent.
6284
656d5e12
EZ
62852005-10-28 Eli Zaretskii <eliz@gnu.org>
6286
6287 * gdb.texinfo (GDB/MI Variable Objects): Fix @pxref usage under
6288 "The -var-update Command".
6289
3c9c013a
JB
62902005-10-03 Joel Brobecker <brobecker@adacore.com>
6291
6292 * gdb.texinfo (Print Settings): Add documentation for set/show
6293 print array-indexes.
6294
7ba3cf9c
DJ
62952005-09-17 Daniel Jacobowitz <dan@codesourcery.com>
6296
6297 * gdb.texinfo (Contributors): Thank Andrew Cagney for releases
6298 6.2 and 6.3.
6299
a94ab193
EZ
63002005-08-27 Eli Zaretskii <eliz@gnu.org>
6301
6302 * gdb.texinfo (File Options): Don't document --mapped, it's gone
6303 since 19-Jan-2004.
6304 (Files): Likewise.
ab1adacd
EZ
6305 (Variables, Symbols): Document the "<incomplete type>" message and
6306 its reasons.
a94ab193 6307
ca06016a
FF
63082005-08-01 Fred Fish <fnf@specifix.com>
6309
6310 * gdb.texinfo (SETUP_ARBITRARY_FRAME): Remove obsolete reference.
6311
cf58170d
NR
63122005-07-15 Nick Roberts <nickrob@snap.net.nz>
6313
6314 * gdb.texinfo (GDB/MI Variable Objects): Describe print-values
6315 option for -var-list-children and -var-update.
6316 (GDB/MI Stack Manipulation): Simplify description of
6317 print-values option for -stack-list-locals.
6318 (GDB/MI Command Description Format): Clarify.
6319 (Mode Options): Spelling of superseded.
6320
38f1196a
BR
63212005-07-12 Bob Rossi <bob@brasko.net>
6322
6323 * gdb.texinfo (GDB/MI Miscellaneous Commands): Fix -inferior-tty-show
6324 corresponding GDB command comment.
6325
3cb3b8df
BR
63262005-07-06 Bob Rossi <bob@brasko.net>
6327
6328 * gdb.texinfo (GDB/MI Miscellaneous Commands): Add -inferior-tty-set
6329 and -inferior-tty-show.
6330 (Input/Output): Document "set/show inferior-tty" and tty alias.
6331
10fac096
NW
63322005-07-02 Nathan J. Williams <nathanw@wasabisystems.com>
6333
6334 * gdb.texinfo (Packets): Change description of 'D' packet to note
6335 that GDB does wait for a response.
6336
d1b6db76
NR
63372005-06-22 Nick Roberts <nickrob@snap.net.nz>
6338
6339 * gdb.texinfo (History) Rename "Command History".
6340 (Command History): Move node "Server Prefix" from section on
6341 Annotations here.
6342
29629dcf
NR
63432005-06-19 Nick Roberts <nickrob@snap.net.nz>
6344
6345 * gdb.texinfo (GDB/MI Stack Manipulation):
6346 Re-instate -stack-info-frame with example. Say that it gets
6347 info on selected frame, not current frame.
6348
397ca115
EZ
63492005-06-18 Eli Zaretskii <eliz@gnu.org>
6350
6351 * gdb.texinfo (Server): Clarify that `file' should be used before
6352 connecting to the server.
6353 (Files): Add an xref to the above description.
51274035
EZ
6354 (Output Formats): More detailed description of the `c' format.
6355 (Memory): List explicitly all the formats supported by `x'.
638ac427 6356 (Threads): Add an @cindex entry for "thread apply".
fc8be69e 6357 (Files): Document the possibility of loading unlinked object
59b7b46f
EZ
6358 files. Add more indexing for solib-absolute-prefix and
6359 --with-sysroot.
76d17f34
EZ
6360 (Machine Code): Document possible problems with locations in
6361 shared libraries.
d416eeec
EZ
6362 (Backtrace): Document that free-standing environments do not need
6363 to have a `main' function.
397ca115 6364
74f6deaa
NR
63652005-06-18 Nick Roberts <nickrob@snap.net.nz>
6366
6367 * gdb.texinfo (GDB/MI Stack Manipulation): Remove reference to
6368 -stack-info-frame.
6369
a9967aef
AC
63702005-06-07 Andrew Cagney <cagney@gnu.org>
6371
6372 * gdb.texinfo (Contributors): Note the original multi-arch
6373 contributors.
6374
e09f16f9
EZ
63752005-06-03 Eli Zaretskii <eliz@gnu.org>
6376
6377 * gdb.texinfo (Registers): Add index entries for the standard
6378 registers.
6379 (Frames): Add cross-reference from frame pointer description to
6380 the Registers node.
6381 (Annotations Overview): Fix the reference to GDB name.
6382
d87ba7ee
EZ
63832005-06-01 Eli Zaretskii <eliz@gnu.org>
6384
6385 * gdb.texinfo (Set Watchpoints): Remove @vindex entry for
6386 can-use-hw-watchpoints.
6387
034dad6f
BR
63882005-05-28 Bob Rossi <bob@brasko.net>
6389
6390 * gdb.texinfo (GDB/MI Out-of-band Records): Add bullet enumerating
6391 the possible reasons why an exec async record would be returned to FE.
6392
ffed4509
AC
63932005-05-26 Andrew Cagney <cagney@gnu.org>
6394
6395 * gdb.texinfo: Note that Elena Zannoni, Fernando Nasser, and
6396 Andrew Cagney implemented the original GDB/MI.
6397
e22e55c9
OF
63982005-05-23 Orjan Friberg <orjanf@axis.com>
6399
6400 * gdb.texinfo (CRIS): Update the cris-version and cris-dwarf2-cfi
6401 documentation. Add documentation for cris-mode.
6402
a78e13ce
EZ
64032005-05-20 Eli Zaretskii <eliz@gnu.org>
6404
6405 * gdb.texinfo (Numbers): Explain the example and make the wording
6406 more acurate.
6407
76ff342d
DJ
64082005-05-17 Daniel Jacobowitz <dan@codesourcery.com>
6409 Dennis Brueni <dennis@slickedit.com>
6410
6411 * gdb.texinfo (GDB/MI Breakpoint Table Commands)
6412 (GDB/MI Data Manipulation, GDB/MI Program Control)
6413 (GDB/MI Stack Manipulation): Update examples to include the fullname
6414 attribute in stack frames.
6415
119b882a
EZ
64162005-05-12 Eli Zaretskii <eliz@gnu.org>
6417
6418 * gdb.texinfo (Startup): Fix last change. Treat gdb.ini like we
6419 do with other non-standard names of init files.
6420
6fc08d32
EZ
64212005-05-11 Eli Zaretskii <eliz@gnu.org>
6422
6423 * gdb.texinfo (Command Files): Move the description of the startup
6424 from here...
6425 (Startup): ...to this new subsection of the Invocation chapter.
6426 Rearrange the description of init files more logically and add a
6427 cross-reference to "Command Files". Document the special gdbinit
6428 name for CISCO 68k. Expand the description of what GDB does
6429 during startup.
6430 (History): Add index entry for HISTSIZE.
6431
a561754a
MK
64322005-05-02 Mark Kettenis <kettenis@gnu.org>
6433
6434 * gdb.texinfo (Files): Remove documentation for auto-solib-limit.
6435
2eecc4ab
EZ
64362005-05-02 Eli Zaretskii <eliz@gnu.org>
6437
6438 * gdb.texinfo (SVR4 Process Information, The isatty call)
6439 (The system call): Don't use foo(N) notation for man pages and
6440 functions.
514c4d71 6441 (Compilation, DJGPP Native): Improve wording.
2eecc4ab 6442
18999be5
EZ
64432005-04-27 Eli Zaretskii <eliz@gnu.org>
6444
6445 * gdb.texinfo (Backtrace): Describe backtraces with arguments that
6446 were optimized away.
6447
0abb7bc7
EZ
64482005-04-22 Eli Zaretskii <eliz@gnu.org>
6449
6450 * gdb.texinfo (Remote configuration): Document "set/show
6451 get-thread-local-storage-address". Add cross-reference to the
6452 description of the qGetTLSAddr packet.
6453 (General Query Packets): Mention "set remote
6454 get-thread-local-storage-address" and add a reference to its
6455 description.
6456
6f61acb1
NR
64572005-04-19 Nick Roberts <nickrob@snap.net.nz>
6458
6459 * gdb.texinfo (Backtrace): Describe 'bt full'.
6460
9d59903a
NR
64612005-04-17 Nick Roberts <nickrob@snap.net.nz>
6462
6463 * gdb.texinfo (Mode Options): Fix typo.
6464 (GDB/MI): Describe how to invoke GDB/MI.
6465
721c2651
EZ
64662005-04-16 Eli Zaretskii <eliz@gnu.org>
6467
6468 * gdb.texinfo (OS Information): Renamed from Auxiliary Vector; all
a5adf40f 6469 references changed. Add description of "info udot".
721c2651
EZ
6470 (Files): Document "set/show stop-on-solib-events".
6471 (M32R/D): Document "set/show download-path", "set/show
6472 board-address", "set/show server-address", "upload", "tload".
ba04e063
EZ
6473 Document "sdireset", "sdistatus", "debug_chaos", "use_debug_dma",
6474 "use_mon_code", "use_ib_break", "use_dbt_break".
721c2651
EZ
6475 (Maintenance Commands): Improve indexing.
6476 (Target Commands): Document "set/show hash", "set/show debug
6477 monitor".
6478 (SVR4 Process Information): Document "info pidlist" and "info
6479 meminfo". Document "set/show procfs-tarce" and "set/show
6480 procfs-file". Document "proc-trace-*" and "proc-untrace-*".
6481 (Symbols, The Print Command with Objective-C): Improve indexing.
6482 (Objective-C): Add references to "info classes" and "info
6483 selectors".
c45da7e6
EZ
6484 (Debugging Output): Improve wording. Document "set/show debug
6485 solib-frv". Fix "set/show debugvarobj".
ba04e063
EZ
6486 (Set Breaks): Add index entry for "hardware breakpoints".
6487 (Renesas ICE): Document "e7000", "ftplogin", "ftpload", "drain",
6488 and "set/show usehardbreakpoints".
6489 (MIPS Embedded): Document "se/show syn-garbage-limit", "set/show
6490 monitor-prompt", "set/show monitor-warnings", "pmon".
c45da7e6
EZ
6491 (ARM): Document "rdilogfile", "rdilogenable", "set/show
6492 rdiromatzero", "set/show rdiheartbeat".
6493 (PowerPC): Document SDS-specific commands "set/show sdstimeout",
6494 "sds".
6495 (Embedded Processors): Document the "sim" command.
6496 (Remote): Document the "remote" command.
6497 (DJGPP Native): Document the "info serial" command.
6498 (Threads): Document "maint info sol-threads".
6499 (Files): Document "nosharedlibrary", "add-symbol-file-from-memory".
6500 (Set Breaks): Improve indexing.
6501 (Command Syntax): Add a reference to dont-repeat.
6502 (Define): Document "dont-repeat".
6503 (TUI Commands): Document "tabset".
6504 (WinCE): New subsection. Document "set/show remotedirectory",
6505 "set/show remoteupload", "set/show remoteaddhost".
721c2651 6506
14d6dd68
EZ
65072005-04-15 Eli Zaretskii <eliz@gnu.org>
6508
6509 * gdb.texinfo (Hurd Native): New subsection, documents
6510 Hurd-specific commands.
a64548ea 6511 (Maintenance Commands): Add cross-reference to "Debugging Output".
da316a69 6512 (Debugging Output): Document "set/show debug lin-lwp".
a64548ea
EZ
6513 (MIPS): Improve documentation of heuristic-fence-post. Document
6514 "set/show mips abi", "set/show mips saved-gpreg-size", "set/show
6515 mips stack-arg-size", "set/show mips mask-address", "set/show mips
6516 remote-mips64-transfers-32bit-regs", "set/show debug mips".
e2f4edfd 6517 (ARM): Document ARM-specific commands.
a64548ea
EZ
6518 (AVR): New section. Document "info io_registers".
6519 (CRIS): New section. Document "set/show cris-version" and
6520 "set/show cris-dwarf2-cfi".
6521 (HPPA): New section. Document "set/show debug hppa" and "maint
6522 print unwind".
a5adf40f 6523 (Neutrino): New subsection. Document "set/show debug nto-debug".
a64548ea 6524 (Super-H): New section. Document the "regs" command.
721c2651 6525 (Debugging Output): Document "set/show debug aix-thread".
14d6dd68 6526
9c16f35a
EZ
65272005-04-09 Eli Zaretskii <eliz@gnu.org>
6528
6529 * gdb.texinfo (Print Settings): Document "set/show print
6530 pascal_static-members", "set print repeats", "show print
6531 null-stop". Improve indexing. Fix documentation of "set print
6532 union".
6533 (Pascal): New section.
6534 (Supported languages): Rename from "Support"; all references
6535 updated. Add a menu item for Pascal.
6536 (Numbers): Document "set radix.
6537 (Screen Size): Document "set/show pagination".
6538 (MIPS Embedded): Remove "set processor" documentation.
6539 (Remote configuration): Document "set/show X/P/Z-packet",
6540 "set/show read-aux-vector-packet", "set/show remote
6541 symbol-lookup-packet", "set/show remote verbose-resume-packet",
6542 "set/show remoteaddresssize", "set/show remotebaud", "set/show
6543 remotedebug", "set/show remotebreak", "set/show remotedevice",
6544 "set/show remotelogfile".
6545 (Auxiliary Vector): Add reference to the description of the
6546 read-aux-vector-packet setting.
6547 (Set Watchpoints): Add a cross-reference to "set remote
6548 hardware-breakpoint-limit".
6549 (General Query Packets): Add indexing of requests and
6550 cross-references to related commands in "Remote configuration".
6551 (File-I/O Overview, The system call): Fix wording and typos.
6552 (Thread Stops): Add index entries.
6553 (Continuing and Stepping): Document "show step-mode".
6554 (i386): New node. Document "set/show struct-convention".
6555 (Files): Document "show trust-readonly-sections".
6556 (Calling): Document "set/show unwindonsignal".
6557 (Messages/Warnings): Add index entries.
6558 (Maintenance Commands): Document "set/show watchdog".
6559 (Annotations Overview): Document "show annotate".
6560 (Set Watchpoints): Add index entries.
6561 (Symbols): Fix doc of case-sensitive.
6562 (ABI): Document "show coerce-float-to-double".
6563 (Convenience Vars, Help): Improve indexing.
6564 (Machine Code): Document "show disassembly-flavor".
6565 (Debugging C plus plus): Document "show overload-resolution".
6566 (Value History, Signaling): Add index entries.
6567
65682005-04-08 Eli Zaretskii <eliz@gnu.org>
6569
6570 * gdb.texinfo (Show): Move @kindex entries to their proper places.
6571 (Processes): Fix wording.
6572 (History, List, Logging output, Define, Symbols, Print Settings):
6573 Improve indexing.
6574
a8f24a35
EZ
65752005-04-03 Eli Zaretskii <eliz@gnu.org>
6576
6577 * gdb.texinfo (Targets): Document "set/show architecture". Remove
6578 redundant index entry for "target" command.
6579 (Backtrace): Add index entries.
6580 (Symbols, Fortran): Document the "set case-sensitive" command.
6581 (DJGPP Native): Document "set com1base", "set com1irq", etc.
6582 (Print Settings): Add index entry for "set demangle-style".
6583 (Target Commands): Document "set download-write-size".
6584 (Debugging Output): Document "set exec-done-display".
6585
09d4efe1
EZ
65862005-04-02 Eli Zaretskii <eliz@gnu.org>
6587
6588 * gdb.texinfo (Files): Fix the name and documentation of
6589 add-shared-symbol-files. Document its alias assf. Update the
6590 list of OSs where GDB supports shared libraries. Fix markup.
6591 (Continuing and Stepping): Add reference to @var{location} in the
6592 text.
6593 (Dump/Restore Files): Fix reference to @{filename}.
6594 (Help): Fix wording.
6595 (Attach): Ditto.
6596 (Set Watchpoints): Ditto.
6597 (Backtrace): Remove redundant index entries. Improve index
6598 entries.
6599 (Delete Breaks): Fix wording.
6600 (Memory): Document the compare-sections command.
6601 (Memory Region Attributes): Improve wording.
6602 (Disabling): Improve wording.
6603 (Fortran): New subsection. Document the "info common" command.
6604 (Help): Document aliases "info copying" and "info warranty".
6605 (Caching Remote Data): New section. Document the "set/show
6606 remotecache" and "info dcache" commands.
6607 (Show): Fix wording of the documentation of the "set
6608 extension-language" command.
6609 (Signals): Add index entry for "info handle".
6610 (Memory Region Attributes): Fix punctuation.
6611 (Symbols): Change the arg name to "location" and refer to it in
6612 the text. Fix wording of "info types" doc.
6613 (Threads): Fix usage of @enumerate @item's.
6614 (Listing Tracepoints): Add index entry for "info tp".
6615 (Set Watchpoints): Add xref to "info break" description.
6616 (Macros): Add an index entry for "macro exp1". Document the
6617 "macro list" command.
6618 (Maintenance Commands): Document "flushregs", "maint agent",
6619 "maint check-symtabs", "maint cplus", "maint demangle", "maint
6620 deprecate", "maint undeprecate", "maint dump-me", "maint packet",
6621 "maint print architecture", "maint print objfiles", "maint print
6622 statistics", "maint print type", "maint show-debug-regs", "maint
6623 space", "maint time", and "maint translate-address".
6624 (Connecting): Document the "monitor" command.
6625 (Annotations Overview): Describe the "set annotate" command.
6626
82f2d802
EZ
66272005-04-01 Eli Zaretskii <eliz@gnu.org>
6628
6629 * gdb.texinfo (Set Watchpoints): Document can-use-hw-watchpoints.
6630 Rearrange index entries and improve wording about support for
6631 hardware watchpoints.
6632
7d51c7de
BR
66332005-03-10 Bob Rossi <bob@brasko.net>
6634
6635 * gdb.texinfo: Update copyright
6636
68c71a2e
TR
66372005-02-09 Theodore A. Roth <troth@openavr.org>
6638
6639 * gdb.texinfo (General Query Packets): Fix texinfo compile warning and
6640 error.
6641
83761cbd
KB
66422005-02-03 Kevin Buettner <kevinb@redhat.com>
6643
6644 * gdb.texinfo (General Query Packets): Document qGetTLSAddr packet.
6645
9f1c6395
MS
66462005-01-17 Michael Snyder <msnyder@redhat.com>
6647
6648 * gdb.texinfo: Fix spelling, infinte -> infinite.
6649
fbd1b305
MK
66502005-01-08 Mark Kettenis <kettenis@gnu.org>
6651
6652 * observer.texi (GDB Observers): Document "solib_loaded".
6653
3ace7edb
AC
66542005-01-07 Andrew Cagney <cagney@gnu.org>
6655
bec39cab
AC
6656 * configure.ac: Rename configure.in, require autoconf 2.59.
6657 * configure: Re-generate.
6658
3ace7edb
AC
6659 * configure.in: Replace configdirs with multiple references to
6660 AC_CONFIG_SUBDIRS.
6661 * configure: Re-generate.
5ae4183a 6662
53531fc1
AC
66632005-01-04 Andrew Cagney <cagney@gnu.org>
6664
6665 * gdbint.texinfo (Versions and Branches): Make the date (YYYYMMDD)
6666 part of the version number.
6667
536ffdb7
MK
66682004-12-24 Mark Kettenis <kettenis@gnu.org>
6669
6670 * gdbint.texinfo (Algorithms): Remove description of
6671 TARGET_DISABLE_HW_WATCHPOINTS and TARGET_ENABLE_HW_WATCHPOINTS.
6672
e1aac25b
JB
66732004-12-07 Jim Blandy <jimb@redhat.com>
6674
6675 * gdb.texinfo (General Query Packets): Specify that thread ID's in
6676 the 'qC' and 'qThreadInfo' packets are unsigned hexidecimal
6677 numbers.
6678
f47b1503
AS
66792004-12-07 Andreas Schwab <schwab@suse.de>
6680
6681 * gdb.texinfo (Mode Options): Document -l option.
6682
b6b8ece6
EZ
66832004-12-04 Eli Zaretskii <eliz@gnu.org>
6684
6685 * gdbint.texinfo (Algorithms): More accurate description of
6686 STOPPED_BY_WATCHPOINT. Point out that target_stopped_data_address
6687 is not needed unless data-read and data-access watchpoints are
6688 supported. Add a description of how GDB checks whether the
6689 inferior stopped because a watchpoint was hit.
6690
01371747
EZ
66912004-11-23 Eli Zaretskii <eliz@gnu.org>
6692
6693 * gdb.texinfo (Files): Add cross-reference to description of
6694 -readnow command-line switch.
6695
2315ffec
RC
66962004-11-10 Randolph Chung <tausq@debian.org>
6697
6698 * gdb.texinfo: Document set/show backtrace past-entry commands.
6699 Rearrange index entries for set/show backtrace past-main.
6700
69065f5d
AC
67012004-11-10 Jon Beniston <jon@beniston.com>
6702
6703 Committed by Andrew Cagney <cagney@gnu.org>.
5ae4183a
AS
6704 * gdb.texinfo (Remote Serial Protocol): Further describe
6705 binary transfer escaping mechanism .
69065f5d 6706
30e91e0b
RC
67072004-11-08 Randolph Chung <tausq@debian.org>
6708
6709 * gdb.texinfo (inferior_debugging info): Document "set debug infrun"
6710 and "show debug infrun". Add index entries.
6711
60bf7e09
EZ
67122004-10-23 Eli Zaretskii <eliz@gnu.org>
6713
6714 * gdb.texinfo (SVR4 Process Information): Document subcommands of
6715 "info proc" that are already implemented. Add index entries.
6716 (Working Directory): Add a cross-reference to "info proc" command.
dcaf7c2c
EZ
6717 (Files): Add a tip for decreasing memory used for symtabs from
6718 shared libraries.
f018e82f
EZ
6719 (Starting): Fix whitespace; make "elaboration" stand out where it
6720 is first used, and add an index entry for the term.
f8568604
EZ
6721 (Calling): Expand and elaborate text. Add "print". Add the
6722 description of problems with weak aliases.
384ee23f 6723 (Core File Generation): New section.
60bf7e09 6724
d52fe014
AC
67252004-10-12 Andrew Cagney <cagney@gnu.org>
6726
6727 * gdbint.texinfo (Versions and Branches): New chapter.
6728 (Releasing GDB): Delete "Versions and Branches" section.
6729 (Top): Add "Versions and Branches".
6730
703663ab
EZ
67312004-10-08 Eli Zaretskii <eliz@gnu.org>
6732
6733 * gdb.texinfo (Editing, History): Add cross-references to the
6734 included Readline and History user documentation. Remove
6735 references to the symbol have-readline-appendices which is unused
6736 and undefined.
6737 (History): Fix indexing.
6738
ac77d04f
JJ
67392004-10-08 Jeff Johnston <jjohnstn@redhat.com>
6740
6741 * gdbint.texinfo (target_stopped_data_address): Update to
6742 new prototype.
6743 (i386_stopped_data_address): Update prototype and description.
6744 (i386_stopped_by_watchpoint): New function and description.
6745
e07c999f
PH
67462004-10-03 Paul N. Hilfinger <hilfinger@gnat.com>
6747
6748 * gdb.texinfo (Filenames): Add Ada suffixes.
6749 (Ada) New section.
6750
2e868123
AC
67512004-09-27 Andrew Cagney <cagney@gnu.org>
6752 Robert Picco <Robert.Picco@hp.com>
6753
6754 * gdb.texinfo (Packets): Document the "p" packet.
6755
02a57714
JM
67562004-09-21 Jason Molenda (jmolenda@apple.com)
6757
6758 * gdb.texinfo (Paths and Names of the Source Files): Document the
6759 meaning of values in the 'desc' field of a SO stab.
6760
ae038cb0
DJ
67612004-09-20 Daniel Jacobowitz <dan@debian.org>
6762
6763 * gdb.texinfo (Maintenance Commands): Document "maint set dwarf2
6764 max-cache-age" and "maint show dwarf2 max-cache-age".
6765
f7dc1244
EZ
67662004-09-16 Eli Zaretskii <eliz@gnu.org>
6767
6768 * gdb.texinfo (Set Breaks): Add index entry for setting
6769 breakpoints on overloaded C++ functions that are not members of
6770 any classes. Add an example and an index entry for setting
6771 breakpoints on all program functions.
6772 (Character Sets, Macros, Overlay Commands)
6773 (Non-debug DLL symbols, GDB/MI Output Syntax)
6774 (Annotations Overview, Maintenance Commands, File-I/O Overview):
6775 Use "(@value{GDBP})" instead of a literal "(gdb)".
6776
f810308b
AC
67772004-09-12 Andrew Cagney <cagney@gnu.org>
6778
6779 * gdbint.texinfo (Native Debugging): Delete description of
6780 FILES_INFO_HOOK.
6781
15a661f3
PH
67822004-09-11 Paul Hilfinger <hilfinger@gnat.com>
6783
5ae4183a
AS
6784 * gdbint.texinfo (User Interface): Change local_hex_string_custom
6785 to hex_string_custom (not historically correct, but more
15a661f3
PH
6786 understandable, given the current code).
6787
f3219c75
AC
67882004-09-03 Andrew Cagney <cagney@gnu.org>
6789
6790 * gdbint.texinfo (Native Debugging): Delete SVR4_SHARED_LIBS.
6791
f3bb6704
JJ
67922004-09-01 Jeff Johnston <jjohnstn@redhat.com>
6793
6794 * observer.texi (solib_unloaded): New observer.
6795
8d2c00cb
AC
67962004-08-24 Andrew Cagney <cagney@gnu.org>
6797
6798 * gdbint.texinfo (Target Architecture Definition): Add missing
6799 comma.
6800
e7dc800a
MC
68012004-08-20 Michael Chastain <mec.gnu@mindspring.com>
6802
6803 * (Using the Testsuite): build != host is supported,
6804 but some test scripts do not support build != host.
6805
73b03683
MK
68062004-08-14 Mark Kettenis <kettenis@gnu.org>
6807
6808 * gdbint.texinfo (Host Definition): Delete description of
6809 FCLOSE_PROVIDED and GETENV_PROVIDED.
6810
c0ccb908
MK
68112004-08-05 Mark Kettenis <kettenis@chello.nl>
6812
6813 * gdbint.texinfo (Host Definition): Delete description of
6814 NO_SYS_FILE.
6815 (Native Debugging): Delete description of KERNEL_U_ADDR_BSD and
6816 PTRACE_FP_BUG.
6817
9c8dbfa9
AC
68182004-08-05 Andrew Cagney <cagney@gnu.org>
6819
6820 * gdbint.texinfo (Target Architecture Definition): Delete
6821 reference to deprecated_read_fp.
6822
f42accbe
AC
68232004-08-02 Andrew Cagney <cagney@gnu.org>
6824
6825 * gdbint.texinfo (Target Architecture Definition): Delete
6826 description of DEPRECATED_REGISTER_BYTES.
6827
0b66e38c
EZ
68282004-07-30 Baurjan Ismagulov <ibr@ata.cs.hun.edu.tr>
6829
6830 * gdb.texinfo (Source Path): Document the new behavior of
6831 searching for the source files.
6832
15387254
EZ
68332004-07-17 Eli Zaretskii <eliz@gnu.org>
6834
6835 * gdb.texinfo (Edit): Fix markup of EDITOR and improve wording.
6836 (Search, Expressions, Arrays, Variables, Data, Machine Code)
6837 (Auto Display): Improve indexing.
6838
2c07db7a
AC
68392004-07-16 Andrew Cagney <cagney@gnu.org>
6840
6841 * gdb.texinfo (Mode Options): Delete documentation on "-async" and
6842 "-noasync".
6843
4644b6e3
EZ
68442004-07-09 Eli Zaretskii <eliz@gnu.org>
6845
6846 * gdb.texinfo: Fix @kindex entries so that multiple commands that
6847 have the same prefix have only their prefix in the index.
6848
7561d450
MK
68492004-07-03 Mark Kettenis <kettenis@gnu.org>
6850
6851 * gdb.texinfo (BSD libkvm Interface): New node (section)
6852 (Native): Add it to the menu.
6853
67bebe79
MK
68542004-07-01 Mark Kettenis <kettenis@gnu.org>
6855
6856 * gdbint.texinfo (Target Architecture Definition): Remove
6857 PCC_SOL_BROKEN.
6858
1a6923e0
MK
68592004-06-24 Mark Kettenis <kettenis@gnu.org>
6860
6861 * gdbint.texinfo (Target Architecture Definition): Remove
6862 SUN_FIXED_LBRAC_BUG.
6863
b435e160
AC
68642004-06-26 Andrew Cagney <cagney@gnu.org>
6865
6866 * gdbint.texinfo (Coding): Replace xasprintf with xstrprintf.
6867
b5622e8d
AC
68682004-06-20 Andrew Cagney <cagney@gnu.org>
6869
6870 * gdbint.texinfo (Target Architecture Definition): Deprecate
6871 USE_STRUCT_CONVENTION.
6872
e0c07bf0
MC
68732004-06-19 Michael Chastain <mec.gnu@mindspring.com>
6874
6875 gdb.texinfo (Bug Reporting): Mention session recording,
6876 with the script command or Emacs.
6877
782263ab
AC
68782004-06-18 Andrew Cagney <cagney@gnu.org>
6879
6880 * gdbint.texinfo (Target Architecture Definition): Deprecate
6881 FUNCTION_START_OFFSET.
6882
03727ca6
AC
68832004-06-14 Andrew Cagney <cagney@gnu.org>
6884
6885 Based on changes from Karl Berry.
6886 * gdb.texinfo: Do not use @sc in a direntry.
6887 * stabs.texinfo: Change @dircateogry to "Software development".
6888 * gdbint.texinfo, gdb.texinfo, annotate.texinfo: Ditto.
6889
97092415
AC
68902004-06-13 Andrew Cagney <cagney@gnu.org>
6891
6892 * gdbint.texinfo (Target Architecture Definition): Delete
6893 description of RETURN_VALUE_ON_STACK.
6894
1f6d4158
AC
68952004-06-09 Andrew Cagney <cagney@gnu.org>
6896
6897 * gdbint.texinfo (Native Debugging): Restore "@table @code"
6898 deleted by previous patch.
6899
d966f0cb
AC
69002004-06-08 Andrew Cagney <cagney@gnu.org>
6901
6902 * gdbint.texinfo (Native Debugging): Delete documentation on
6903 ATTACH_DETACH.
6904
86fe4aaa
RC
69052004-06-06 Randolph Chung <tausq@debian.org>
6906
6907 * gdb.texinfo (push_dummy_call): Use @code{struct value}.
6908
d4b6d575
RC
69092004-06-06 Randolph Chung <tausq@debian.org>
6910
5ae4183a 6911 * gdb.texinfo (push_dummy_call): Update argument list to match
d4b6d575
RC
6912 the new push_dummy_call method signature. Describe the function
6913 argument.
6914
4e8b0763
JB
69152004-05-24 Joel Brobecker <brobecker@gnat.com>
6916
6917 * gdb.texinfo (Starting): Document new start command.
6918
59caf092
AC
69192004-05-21 Andrew Cagney <cagney@redhat.com>
6920
6921 * observer.texi (GDB Observers): Document "inferior_created".
6922
e4a2df64
AC
69232004-05-08 Andrew Cagney <cagney@redhat.com>
6924
e6b55ae2
AC
6925 * gdbint.texinfo (Target Architecture Definition): Delete
6926 description of DO_DEFERRED_STORES.
6927
28954179
AC
6928 * gdbint.texinfo (Target Architecture Definition): Delete
6929 references to DEPRECATED_FIX_CALL_DUMMY.
6930
434b87dd
AC
6931 * gdbint.texinfo (Target Architecture Definition): Delete
6932 description of DEPRECATED_CALL_DUMMY_WORDS,
6933 DEPRECATED_SIZEOF_CALL_DUMMY_WORDS, and CALL_DUMMY.
6934
58d28df8
AC
6935 * gdbint.texinfo (Target Architecture Definition): Delete
6936 description of DEPRECATED_PUSH_DUMMY_FRAME.
6937
e4a2df64
AC
6938 * gdbint.texinfo (Target Architecture Definition): Delete
6939 reference to DEPRECATED_CALL_DUMMY_BREAKPOINT_OFFSET.
6940
2b4855ab
AC
69412004-05-07 Andrew Cagney <cagney@redhat.com>
6942
6943 * observer.texi (GDB Observers): Add "Debugging" section. Include
6944 cross reference to "set/show debug observer".
6945 * gdb.texinfo (Debugging Output): Document "set/show debug
6946 observer".
6947
fcf70625
AC
69482004-05-01 Andrew Cagney <cagney@redhat.com>
6949
6950 * gdbint.texinfo (Target Architecture Definition): Delete
6951 description of DEPRECATED_PC_IN_SIGTRAMP.
6952
8ee56bcf
AC
69532004-04-30 Andrew Cagney <cagney@redhat.com>
6954
6955 * gdbint.texinfo (Target Architecture Definition): Delete
6956 documentation for BELIEVE_PCC_PROMOTION_TYPE, no longer defined.
6957
67ab9a76
OF
69582004-04-30 Orjan Friberg <orjanf@axis.com>
6959
6960 * observer.texi (GDB Observers): Correct spelling.
6961
79346bcb
OF
69622004-04-26 Orjan Friberg <orjanf@axis.com>
6963
6964 * observer.texi (GDB Observers): Add target_changed event.
6965
7a464420
AC
69662004-04-08 Andrew Cagney <cagney@redhat.com>
6967
6968 * observer.texi (GDB Observers): Rework, provide generic observer
6969 definitions and then a list of observable events.
6970
6cdf9d98
AC
69712004-04-04 Andrew Cagney <cagney@redhat.com>
6972
6973 * gdbint.texinfo (Host Definition): Delete reference to
6974 NO_SIGINTERRUPT.
6975
ddc135a4
AC
69762004-04-02 Andrew Cagney <cagney@redhat.com>
6977
6978 * gdbint.texinfo (Target Architecture Definition): Delete
6979 reference to DEPRECATED_CALL_DUMMY_LENGTH.
6980
6a1b180d
SC
69812004-03-28 Stephane Carrez <stcarrez@nerim.fr>
6982
6983 * gdb.texinfo (TUI Commands): Document tui reg commands.
6984
d0d5df6f
AC
69852004-03-26 Andrew Cagney <cagney@redhat.com>
6986
6987 * gdb.texinfo (TUI): Delete reference to --enable-tui. Mention
6988 "gdbtui".
6989 (Mode Options): Mention "gdbtui". Use "Text" not "Terminal".
6990 (Contributors): Mention both Text and Terminal User Interface.
6991
aa2a3f87
AC
69922004-03-23 Andrew Cagney <cagney@redhat.com>
6993
6994 * gdbint.texinfo (Target Architecture Definition): Deprecate
6995 references to SIGTRAMP_START and SIGTRAMP_END.
6996
f561f026
AC
69972004-03-23 Andrew Cagney <cagney@redhat.com>
6998
6999 * gdbint.texinfo (Target Architecture Definition): Deprecate
7000 references to PC_IN_SIGTRAMP.
7001
33cb8b0f
AC
70022004-03-19 Andrew Cagney <cagney@redhat.com>
7003
7004 * gdbint.texinfo (Target Architecture Definition): Delete
7005 reference to GDB_TARGET_IS_HPPA.
7006
fc989b7a
AC
70072004-03-18 Andrew Cagney <cagney@redhat.com>
7008
7009 * gdbint.texinfo (Coding): Update section on gdbarch_data,
7010 describe pre_init and post_init.
7011
701b08bb
DJ
70122004-03-09 Daniel Jacobowitz <drow@mvista.com>
7013
7014 * gdb.texinfo (Debugging Output): Document values for "set debug
7015 target".
7016
faae5abe
AC
70172004-02-28 Andrew Cagney <cagney@redhat.com>
7018
7019 * gdb.texinfo (Contributors): Mention GDB 6.1 release engineer.
7020
dd79a6cf
JJ
70212004-02-26 Jeff Johnston <jjohnstn@redhat.com>
7022
7023 * gdb.texinfo (breakpoints): Add information about the
7024 new "set breakpoint pending" and "show breakpoint pending"
7025 commands.
7026
e7f16015
AC
70272004-02-26 Andrew Cagney <cagney@redhat.com>
7028
7029 * gdbint.texinfo (Coding): Document use of gdbarch_obstack_zalloc
7030 in Per-architecture module data section.
7031
7161a3a6
RM
70322004-02-25 Roland McGrath <roland@redhat.com>
7033
7034 * gdb.texinfo (General Query Packets): Document qPart:... packets.
7035
2154891a
AC
70362004-02-24 Andrew Cagney <cagney@redhat.com>
7037
7038 * annotate.texinfo: Wrap fdl.texi include in raise/lower sections.
7039 * gdb.texinfo, gdbint.texinfo, stabs.texinfo: Ditto.
7040 * fdl.texi: Import Version 1.2, November 2002.
7161a3a6 7041
6c74ac8b
AC
70422004-02-17 Andrew Cagney <cagney@redhat.com>
7043
7044 * gdb.texinfo (Mode Options): Note that "mi1" is deprecated.
7045
19772a2c
AC
70462004-02-16 Andrew Cagney <cagney@redhat.com>
7047
7048 * gdbint.texinfo (Target Architecture Definition): Deprecate
7049 FRAMELESS_FUNCTION_INVOCATION.
7050
c9830293
AC
70512004-02-16 Andrew Cagney <cagney@redhat.com>
7052
7053 * gdbint.texinfo (Coding): Mention -Wunused-function.
7054
b9d26eb9
AC
70552004-02-14 Andrew Cagney <cagney@redhat.com>
7056
7057 * gdbint.texinfo (Target Architecture Definition): Delete
7058 description of DEPRECATED_CALL_DUMMY_STACK_ADJUST.
7059
49efadf5
EZ
70602004-02-12 Elena Zannoni <ezannoni@redhat.com>
7061
7062 * gdb.texinfo: Properly quote the name "C++".
7063 * gdbint.texinfo: Ditto.
7064 * stabs.texinfo: Ditto.
7065
1eb288ea
EZ
70662004-02-11 Elena Zannoni <ezannoni@redhat.com>
7067
7068 * gdbint.texinfo (Support Libraries): Add doco about obstacks and
7069 minimal information about libiberty.
7070
e4937fc1
MC
70712004-02-06 Michael Chastain <mec.gnu@mindspring.com>
7072
7073 * gdb.texinfo (Auxiliary Vector): Fix thinko with @value{GDBN}.
7074
a9331b3f
RM
70752004-02-04 Roland McGrath <roland@redhat.com>
7076
7077 * gdb.texinfo (Auxiliary Vector): New node (section).
7078 (Data): Add it to the menu.
7079
2650777c
JJ
70802004-02-02 Jeff Johnston <jjohnstn@redhat.com>
7081
7082 * gdb.texinfo (Breakpoints): Add information about pending
7083 breakpoint support.
7084
b4501125
AC
70852004-01-26 Andrew Cagney <cagney@redhat.com>
7086
7087 * gdb.texinfo (Overview): Delete references to the cisco protocol
7088 including the "N" response.
7089
74055713
AC
70902004-01-26 Andrew Cagney <cagney@redhat.com>
7091
7092 * gdbint.texinfo (Target Architecture Definition): Rename
7093 EXTRACT_STRUCT_VALUE_ADDRESS to
7094 DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS.
a9331b3f 7095
3bbe9696
EZ
70962004-01-24 Eli Zaretskii <eliz@gnu.org>
7097
7098 * gdb.texinfo (KOD): Document "show os". Add index entries for
7099 "set/show os" and "info cisco" commands.
7100
5843504f
EZ
71012004-01-21 Eli Zaretskii <eliz@gnu.org>
7102
7103 * Makefile.in (install-info): Prepend $(DESTDIR) to $(infodir).
7104
9175c9a3
MC
71052004-01-19 Michael Chastain <mec.gnu@mindspring.com>
7106
7107 * gdbint.texinfo: Delete USE_MMALLOC, NO_MMCHECK, MMCHECK_FORCE,
7108 MMAP_BASE_ADDRESS, MMAP_INCREMENT.
7109
8e94b928
NR
71102004-01-19 Nick Roberts <nick@nick.uklinux.net>
7111
7112 * gdb.texinfo (GDB/MI Stack Manipulation): Describe extension to
7113 -stack-list-locals.
7114 (GDB/MI Variable Objects): Describe extension to
7115 -var-list-children.
7116
a20cf136
DJ
71172004-01-17 Daniel Jacobowitz <drow@mvista.com>
7118
7119 * gdbint.texinfo (DECR_PC_AFTER_HW_BREAK): Don't document.
7120
afb18d0f
AC
71212004-01-17 Andrew Cagney <cagney@redhat.com>
7122
7123 * gdbint.texinfo (Target Architecture Definition): Delete
7124 documentation on DEPRECATED_NPC_REGNUM.
7125
b51970ac
DJ
71262004-01-13 Daniel Jacobowitz <drow@mvista.com>
7127
7128 * gdb.texinfo: Update copyright year. Mention that set
7129 follow-fork-mode is supported on GNU/Linux. Remove documentation of
7130 "set follow-fork-mode ask".
7131
0f0cffd2
AC
71322004-01-13 Andrew Cagney <cagney@redhat.com>
7133
7134 * gdbint.texinfo: Update copyright year.
7135 (Coding): Add -Wunused-label to list of -Werror warnings.
7136
c552b3bb 71372004-01-08 Jason Molenda <jmolenda@apple.com>
5ae4183a 7138 Eli Zaretskii <eliz@gnu.org>
c552b3bb
JM
7139
7140 * gdb.texinfo: Update copyright.
7141 (Objective-C): "methodName" typeo fixed. Add @code/@var markup
7142 around names, as appropriate. Minor syntax cleanup of
7143 _NSPrintForDebugger explanation. Two spaces after periods.
7144 GDBN used instead of lit. "gdb". Index entries added for
7145 print-object and _NSPrintForDebugger. @noindent added in one spot.
7146
afe157ca
EZ
71472003-11-11 Elena Zannoni <ezannoni@redhat.com>
7148
7149 * stabs.texinfo: Add dircategory and direntry commands.
7150 * annotate.texinfo: Ditto.
7151
963e2bb7
AC
71522003-11-10 Andrew Cagney <cagney@redhat.com>
7153
7154 * gdbint.texinfo (Target Architecture Definition): Replace the
7155 return_value method's "inval" and "outval" parameters with
7156 "readbuf" and "writebuf".
7157
1d8b2f28
JB
71582003-10-28 Jim Blandy <jimb@redhat.com>
7159
7160 * gdb.texinfo (The F request packet, The F reply packet): Renamed
7161 from "The `F' request packet" and "The `F' reply packet", to make
7162 texi2dvi happy.
7163 (File-I/O remote protocol extension): Update menu entries, too.
7164
36d86913
MC
71652003-10-26 Michael Chastain <mec@shout.net>
7166
7167 * gdb.texinfo (Thread Stops): Document the issue with
7168 premature return from system calls in multi-threaded programs.
7169
ce2826aa
AC
71702003-10-24 Andrew Cagney <cagney@redhat.com>
7171
7172 * annotate.texinfo: Fix "fortunatly"[sic].
7173
f24c5e49
KI
71742003-10-23 Kei Sakamoto <sakamoto.kei@renesas.com>
7175
7176 * gdb.texinfo (Contributors to GDB): Replace "Renesas"
7177 with "Hitachi" and "Mitsubishi".
7178
92ad9cd9
AC
71792003-10-20 Andrew Cagney <cagney@redhat.com>
7180
7181 * gdbint.texinfo (Target Architecture Definition): Document
7182 gdbarch_return_value. Add cross references from
7183 USE_STRUCT_CONVENTION, EXTRACT_RETURN_VALUE, and
7184 STORE_RETURN_VALUE, and from/to EXTRACT_STRUCT_VALUE_ADDRESS.
7185
0ab4b752
MK
71862003-10-18 Mark Kettenis <kettenis@gnu.org>
7187
7188 * gdbint.texinfo (Target Architecture Definition): Document
7189 regset_from_core_section.
fb3e19c0
KI
7190
71912003-10-16 Kei Sakamot Sakamoto <sakamoto.kei@renesas.com>
7192
7193 * gdb.texinfo (M32R/D): Mention m32rsdi target.
7194
a9331b3f 71952003-10-15 Kevin Buettner <kevinb@redhat.com>
e4d5f7e1
KB
7196
7197 From Anthony Green <green@redhat.com>:
5ae4183a 7198 * gdb.texinfo (Breakpoints related warnings): Insert into menu.
e4d5f7e1 7199
1485d690
KB
72002003-10-14 Kevin Buettner <kevinb@redhat.com>
7201
889bf7c5
PA
7202 * gdb.texinfo (Breakpoint related warnings): New node.
7203 * gdbint.texinfo (ADJUST_BREAKPOINT_ADDRESS): Document.
a9331b3f 7204
86d30acc
DJ
72052003-10-13 Daniel Jacobowitz <drow@mvista.com>
7206
7207 * gdb.texinfo (Remote Protocol): Document v and vCont.
7208
172c2a43
KI
72092003-10-10 Kei Sakamoto <sakamoto.kei@renesas.com>
7210
7211 * gdb.texinfo: Replace "Hitachi" and "Mitsubishi" with "Renesas".
7212 * gdbint.texinfo: Ditto.
7213
71952f4c
AC
72142003-10-09 Andrew Cagney <cagney@redhat.com>
7215
7216 From 2003-09-18 David Anderson <davea@sgi.com>:
7217 * gdb.texinfo (GDB/MI Symbol Query): Replace "comamnd" with
7218 "command".
7219
268e2188
AC
72202003-10-03 Andrew Cagney <cagney@redhat.com>
7221
7222 * gdbint.texinfo (Target Architecture Definition): Deprecate
7223 IBM6000_TARGET. Mention that it implies an RS/6000 system and not
7224 just target.
7225
12c266ea 72262003-10-02 Andrew Cagney <cagney@redhat.com>
2e092625 7227
f30992d4 7228 * gdbint.texinfo (Target Architecture Definition): Rename
12c266ea
AC
7229 REGISTER_RAW_SIZE to DEPRECATED_REGISTER_RAW_SIZE.
7230 * gdb.texinfo (Packets, Stop Reply Packets): Ditto.
7231 * gdbint.texinfo (Target Architecture Definition): Rename
7232
72332003-09-30 Andrew Cagney <cagney@redhat.com>
7234
f30992d4 7235 REGISTER_VIRTUAL_SIZE to DEPRECATED_REGISTER_VIRTUAL_SIZE.
a9331b3f 7236 (Target Architecture Definition):
f30992d4 7237
2e092625
AC
7238 * gdbint.texinfo (Target Architecture Definition): Rename
7239 REGISTER_VIRTUAL_TYPE to DEPRECATED_REGISTER_VIRTUAL_TYPE.
7240
0717ae8a
AC
72412003-09-29 Andrew Cagney <cagney@redhat.com>
7242
dad809b7
AC
7243 * gdbint.texinfo (Target Architecture Definition): Delete
7244 documentation for NEED_TEXT_START_END.
7245
0717ae8a
AC
7246 * gdbint.texinfo (Target Architecture Definition): Rename
7247 NPC_REGNUM to DEPRECATED_NPC_REGNUM. Add cross reference to
7248 TARGET_WRITE_PC.
a9331b3f 7249
af6cf26d
MC
72502003-09-22 Michael Chastain <mec@shout.net>
7251
7252 * gdbint.texinfo (Testsuite Organization): Change gdb.c++ to gdb.cp.
7253
ee206350
AG
72542003-09-21 Anthony Green <green@redhat.com>
7255
7256 * gdbint.texinfo (Target Architecture Definition): Fix typos.
7257
a38c9fe6
MK
72582003-09-21 Mark Kettenis <kettenis@gnu.org>
7259
7260 * gdbint.texinfo (Target Architecture Definition): Document
7261 stabs_argument_has_addr.
7262
77949794
AC
72632003-09-18 Andrew Cagney <cagney@redhat.com>
7264
7265 * gdbint.texinfo (Target Architecture Definition): Delete
7266 documentation on REGISTER_NAMES.
7267
8e823e25
MK
72682003-09-13 Mark Kettenis <kettenis@gnu.org>
7269
7270 * gdbint.texinfo (Target Architecture Definition): Replace
7271 REG_STRUCT_HAS_ADDR with DEPRECATED_REG_STRUCT_HAS_ADDR.
7272
f27dd7fd
AC
72732003-09-11 Andrew Cagney <cagney@redhat.com>
7274
7275 * gdbint.texinfo (Target Architecture Definition): Replace
7276 STACK_ALIGN with DEPRECATED_STACK_ALIGN.
7277
8b148df9
AC
72782003-08-18 Andrew Cagney <cagney@redhat.com>
7279
7280 * gdbint.texinfo (Target Architecture Definition): Document
7281 "frame_red_zone_size".
7282
25d29d70
AC
72832003-08-09 Andrew Cagney <cagney@redhat.com>
7284
7285 * gdb.texinfo (Backtrace): Replace "set/show backtrace-below-main"
7286 with "set/show backtrace past-main" and "set/show backtrace
7287 limit".
7288
c938e9b0
L
72892003-08-08 H.J. Lu <hongjiu.lu@intel.com>
7290
7291 * Makefile.in (install-info): Support DESTDIR.
7292 (install-html): Likewise.
7293
64fabec2
AC
72942003-08-07 Andrew Cagney <cagney@redhat.com>
7295
7296 Patch from Nick Roberts.
7297 * gdb.texinfo (Using GDB under GNU Emacs): Fix/update key
7298 bindings. Remove description of send-gdb-command.
7299
2fcf52f0
AC
73002003-08-07 Andrew Cagney <cagney@redhat.com>
7301
7302 * gdb.texinfo (Mode Options): Mention that "mi2" was included in
7303 GDB 6.0.
7304
086432e2
AC
73052003-08-06 Andrew Cagney <cagney@redhat.com>
7306
7307 * gdb.texinfo (Mode Options): Mention that level three is the
7308 highest available and that level 2 is deprecated.
7309 (Annotations Overview): Mention annotation levels. Cross reference
7310 to "Limitations of the Annotation Interface" in annotate.texi.
7311 (TODO, Value Annotations, Frame Annotations): Delete section.
7312 (Displays, Breakpoint Info): Delete.
7313
e5249f67
AC
73142003-08-04 Andrew Cagney <cagney@redhat.com>
7315
7316 * agentexpr.texi: Delete @bye.
7317 * Makefile.in (STABS_DOC_SOURCE_INCLUDES): Add "fdl.texi"
7318 (stabs.info): Add $(srcdir) to include search path.
7319 (html): Depend on "annotate_toc.html", and not "annotate.html".
7320 * stabs.texinfo: Ditto. Include "fdl.texi".
7321 * gdbint.texinfo: Update copyright statement's list of invariant
7322 sections.
7323
e6f672d2
AC
73242003-07-28 Andrew Cagney <cagney@redhat.com>
7325
7326 * Makefile.in (INFO_DEPS): Add annotate.info.
7327 (dvi, ps, html, pdf): Add annotate.
7328 (ANNOTATE_DOC_SOURCE_INCLUDES): New macro.
7329 (ANNOTATE_DOC_BUILD_INCLUDES): New macro.
7330 (ANNOTATE_DOC_FILES): New macro.
7331 (ANNOTATE_TEX_TMPS): New macro.
7332 (annotate.info, annotate_toc.html): Specify dependencies.
7333 (annotate.ps, annotate.pdf, annotate.dvi): Ditto.
7334 * annotate.texinfo: Rename annotate.texi. Get building. Add
7335 "Migrating to GDB/MI" and "Limitations of the Annotation
7336 Interface" chapters. Mention why it is not part of the user
7337 guide. Update copyright notice. Include "fdl.texi".
7338
72ffddc9
SC
73392003-07-26 Stephane Carrez <stcarrez@nerim.fr>
7340
7341 * gdb.texinfo (TUI Keys): Document C-x o key to switch active window.
7342
a9f12a31
DJ
73432003-07-24 Daniel Jacobowitz <drow@mvista.com>
7344
7345 * gdbint.texinfo (libgdb components): Correct a GDB to GDBN.
7346
b1fe9455
DJ
73472003-07-24 Daniel Jacobowitz <drow@mvista.com>
7348
7349 * gdb.texinfo (Server): Mention pidof.
7350
153721e6
AC
73512003-07-22 Andrew Cagney <cagney@redhat.com>
7352
7353 * gdbint.texinfo (Coding): Add -Wformat-nonliteral to -Werror
7354 list.
7355
0fac0b41
DJ
73562003-06-28 Daniel Jacobowitz <drow@mvista.com>
7357
7358 * gdb.texinfo (Logging output): New chapter.
7359
4e562065
JB
73602003-06-24 Joel Brobecker <brobecker@gnat.com>
7361
7362 * gdb.texinfo (Unsupported languages): New section.
7363 (Languages): Add link to new section.
7364
f2c06f52
AC
73652003-06-22 Andrew Cagney <cagney@redhat.com>
7366
7367 * gdb.texinfo (Contributors): Mention 6.0 release engineer.
7368
b4177fca
DJ
73692003-06-22 Daniel Jacobowitz <drow@mvista.com>
7370
7371 * gdbint.texinfo (Coding): Clarify use of gdb_XXX.h headers.
7372
f418dd93
DJ
73732003-06-22 Daniel Jacobowitz <drow@mvista.com>
7374
7375 * Makefile.in (SFILES_INCLUDED): Add agentexpr.texi.
7376 * agentexpr.texi: Retitle section, and change it to an appendix.
7377 Comment out texinfo initialization. Factor a @var{} into two
7378 pieces to prevent makeinfo warnings.
7379 * gdb.texinfo: Add Agent Expressions appendix.
7380
4ca61388
DJ
73812003-06-19 Daniel Jacobowitz <drow@mvista.com>
7382
7383 * gdbint.texinfo (Native Conditionals): Remove PREPARE_TO_PROCEED.
7384
07f31aa6
DJ
73852003-06-18 Daniel Jacobowitz <drow@mvista.com>
7386
5ae4183a 7387 * gdb.texinfo (Remote Debugging): New section "Connecting to a
07f31aa6
DJ
7388 remote target". Document the "detach" and "disconnect" commands.
7389 (Server, Netware, Debug Session): Reference "Connecting to a
7390 remote target".
7391 (GDB/MI Target Manipulation): Document "-target-disconnect".
7392
2dd0da42
AC
73932003-06-13 Andrew Cagney <cagney@redhat.com>
7394
7395 * gdbint.texinfo (Target Architecture Definition): Deprecate
7396 REMOTE_BREAKPOINT, LITTLE_REMOTE_BREAKPOINT, and
7397 BIG_REMOTE_BREAKPOINT. Cross reference BREAKPOINT_FROM_PC.
7398
e7a3abfc
JB
73992003-06-09 Jim Blandy <jimb@redhat.com>
7400
7401 * gdb.texinfo (Separate Debug Files): Remove extra semicolon.
7402
25e3a86b
AC
74032003-06-08 Andrew Cagney <cagney@redhat.com>
7404
7405 * gdbint.texinfo (Target Architecture Definition): Delete
7406 documentation on FRAME_ARGS_ADDRESS_CORRECT.
7407
a9e5fdc2
AC
74082003-06-08 Andrew Cagney <cagney@redhat.com>
7409
7410 * gdbint.texinfo (Target Architecture Definition): Document
7411 "unwind_sp". Cross reference "unwind_sp" and TARGET_READ_SP.
7412
b37303ee
AF
74132003-06-07 Adam Fedor <fedor@gnu.org>
7414
7415 * gdb.texinfo: Add Objective-C documentation.
7416
39fe6e80
AC
74172003-06-01 Andrew Cagney <cagney@redhat.com>
7418
7419 * gdbint.texinfo (Target Architecture Definition): Add "func_addr"
7420 parameter to "push_dummy_call". Rename "dummy_addr" to "bp_addr".
7421
125309b2
AC
74222003-05-21 Andrew Cagney <cagney@redhat.com>
7423
7424 * gdbint.texinfo (Target Architecture Definition): Delete
7425 references to "extract_address" and "store_address".
7426
b8b527c5
AC
74272003-05-16 Andrew Cagney <cagney@redhat.com>
7428
7429 * gdbint.texinfo (Target Architecture Definition): Replace
7430 REGISTER_BYTES with DEPRECATED_REGISTER_BYTES. Fix typo,
7431 DEPRECATED_REGISTER_SIZE instead of REGISTER_BYTE.
7432
50e3ee83
TR
74332003-05-14 Theodore A. Roth <troth@openavr.org>
7434
7435 * gdbint.texinfo (Breakpoint Handling): Correct a double negative.
7436
44e2be90
L
74372003-05-10 H.J. Lu <hongjiu.lu@intel.com>
7438
7439 * Makefile.in (gdb-cfg.texi): Replace $$LN_S with $(LN_S).
7440 (gdb.dvi): Likewise.
7441 (gdb.pdf): Likewise.
7442 (links2roff): Likewise.
7443
df5215a6
JB
74442003-05-08 Jim Blandy <jimb@redhat.com>
7445
7446 * gdb.texinfo (Dump/Restore Files): Update documentation for
7447 'dump', 'append', and 'restore': note that format argument is
7448 optional; simplify presentation of the command variants; and be
7449 more precise about the formats.
7450
5e7b2f39
JB
74512003-05-07 Jim Blandy <jimb@redhat.com>
7452
7453 * gdb.texinfo (Symbols): Update documentation: 'maint list
7454 symtabs' and 'maint list psymtabs' have been renamed 'maint info
7455 symtabs' and 'maint info psymtabs'.
7456
b1e29e33
AC
74572003-05-05 Andrew Cagney <cagney@redhat.com>
7458
7459 * gdbint.texinfo (Target Architecture Definition): Make
7460 CALL_DUMMY_WORDS, SIZEOF_CALL_DUMMY_WORDS, CALL_DUMMY_LENGTH,
7461 FIX_CALL_DUMMY, CALL_DUMMY_BREAKPOINT_OFFSET and
7462 CALL_DUMMY_BREAKPOINT_OFFSET deprecated.
7463
00905d52
AC
74642003-05-04 Andrew Cagney <cagney@redhat.com>
7465
7466 * gdb.texinfo (Maintenance Commands): Document "maint print
7467 dummy-frames".
7468
54ff5908
AC
74692003-05-04 Andrew Cagney <cagney@redhat.com>
7470
7471 * gdb.texinfo (GDB/MI Symbol Query): Use @{ and @}.
7472
32e7087d
JB
74732003-05-03 J. Brobecker <brobecker@gnat.com>
7474
7475 Thierry Schneider <tpschneider1@yahoo.com>
7476 * gdb.texinfo (section GDB/MI Symbol Query): Add documentation
7477 for new MI command.
7478
7043d8dc
AC
74792003-05-03 Andrew Cagney <cagney@redhat.com>
7480
7481 * gdbint.texinfo (Target Architecture Definition): Document
7482 push_dummy_code. Add cross references.
7483
e33d66ec
EZ
74842003-05-02 Elena Zannoni <ezannoni@redhat.com>
7485
7486 * gdb.texinfo (Character Sets): Update to reflect new behavior of
7487 set/show charsets commands.
7488
0ba6dca9
AC
74892003-04-28 Andrew Cagney <cagney@redhat.com>
7490
7491 * gdbint.texinfo (Target Architecture Definition): Replace
7492 read_fp, TARGET_READ_FP and FP_REGNUM, with deprecated_read_fp,
7493 DEPRECATED_TARGET_READ_FP and DEPRECATED_REGNUM.
7494
d7a27068
AC
74952003-04-28 Andrew Cagney <cagney@redhat.com>
7496
7497 * gdbint.texinfo (Target Architecture Definition): Rename
7498 "tm_print_insn" to "deprecated_tm_print_insn".
7499
44ea7b70
JB
75002003-04-09 Jim Blandy <jimb@redhat.com>
7501
7502 * gdb.texinfo (Symbols): Document 'maint list symtabs' and 'maint
7503 list psymtabs'.
7504
fb8f8949
AC
75052003-04-08 Andrew Cagney <cagney@redhat.com>
7506
7507 * gdbint.texinfo (Target Architecture Definition): Delete
7508 references to EXTRA_FRAME_INFO.
7509
32fb0f22
AC
75102003-04-08 Andrew Cagney <cagney@redhat.com>
7511
7512 * gdbint.texinfo (Target Architecture Definition): Delete
7513 PRINT_TYPELESS_INTEGER.
7514
6be67e67
JB
75152003-04-02 J. Brobecker <brobecker@gnat.com>
7516
7517 * observer.texi (GDB Observers): Adjust the documentation for the
7518 normal_stop notification to better describe reality. Fix a couple
7519 of minor typos.
7520
4e35d5f0
BR
75212003-04-02 Bob Rossi <bob_rossi@cox.net>
7522
a9331b3f 7523 * gdb.texinfo (GDB/MI Program Control): Add
4e35d5f0
BR
7524 '-file-list-exec-source-file'
7525
e8a8712a
AC
75262003-03-31 Andrew Cagney <cagney@redhat.com>
7527
7528 * gdbint.texinfo (Target Architecture Definition): Delete
7529 references to CALL_DUMMY_P.
7530
6c0e89ed
AC
75312003-03-30 Andrew Cagney <cagney@redhat.com>
7532
7533 * gdbint.texinfo (Target Architecture Definition): Remove
7534 reference to TARGET_WRITE_SP.
a9331b3f 7535
378bfd1b
AC
75362003-03-27 Andrew Cagney <cagney@redhat.com>
7537
7538 * gdbint.texinfo (Target Architecture Definition): Remove
7539 references to write_sp.
6c0e89ed 7540
922fbb7b
AC
75412003-03-27 Andrew Cagney <cagney@redhat.com>
7542
7543 * gdb.texinfo (GDB/MI Variable Objects): Replace @include with
7544 chapter body. Use @smallexample instead of @example.
7545 (Annotations): Ditto.
7546 * Makefile.in (GDB_DOC_SOURCE_INCLUDES): Remove gdbmi.texinfo and
7547 annotate.texi.
7548
b81774d8
AC
75492003-03-26 Andrew Cagney <cagney@redhat.com>
7550
7551 * gdbint.texinfo (Target Architecture Definition): Replace
7552 PUSH_ARGUMENTS with push_dummy_call, add gdbarch, regcache and
7553 dummy_addr parameters.
7554
1bf6d5cc
AC
75552003-03-25 Andrew Cagney <cagney@redhat.com>
7556
7557 * gdbint.texinfo (Target Architecture Definition): Delete
7558 reference to CALL_DUMMY_STACK_ADJUST_P. Rename
7559 CALL_DUMMY_STACK_ADJUST to DEPRECATED_CALL_DUMMY_STACK_ADJUST.
7560 Add reference to PUSH_ARGUMENTS.
7561
618ce49f
AC
75622003-03-23 Andrew Cagney <cagney@redhat.com>
7563
7564 * gdbint.texinfo (Algorithms, Target Architecture Definition):
7565 Deprecate FRAME_CHAIN and FRAME_CHAIN_VALID.
7566
bcd7e15f
JB
75672003-03-18 J. Brobecker <brobecker@gnat.com>
7568
7569 * gdbint.texinfo (Algorithms): Add new section describing the
7570 Observer paradigm.
7571 (Top): Add menu entry to new observer appendix.
7572 * observer.texi: New file.
7573 * Makefile.in (GDBINT_DOC_SOURCE_INCLUDES): Add dependency on
7574 new observer.texi file.
7575
9fe8321b
AC
75762003-03-17 Andrew Cagney <cagney@redhat.com>
7577
7578 * gdb.texinfo (DATE): Delete. Remove date from titles. Mention
7579 that GNU Press update the manual version number.
7580
ac2adee5
AC
75812003-03-12 Andrew Cagney <cagney@redhat.com>
7582
7583 * gdbint.texinfo (Target Architecture Definition): Delete
7584 references to get_saved_register. Rename GET_SAVED_REGISTER to
7585 DEPRECATED_GET_SAVED_REGISTER.
7586
749b82f6
AC
75872003-03-13 Andrew Cagney <cagney@redhat.com>
7588
7589 * gdbint.texinfo (Target Architecture Definition): Replace
7590 POP_FRAME with DEPRECATED_POP_FRAME. Update description.
7591
8bedc050
AC
75922003-03-12 Andrew Cagney <cagney@redhat.com>
7593
7594 * gdbint.texinfo (Target Architecture Definition): Rename
7595 FRAME_SAVED_PC to DEPRECATED_FRAME_SAVED_PC.
a9331b3f 7596
0ce1b118
CV
75972003-03-10 Corinna Vinschen <vinschen@redhat.com>
7598
7599 * gdb.texinfo: Add File-I/O documentation.
7600
12cc2063
AC
76012003-03-10 Andrew Cagney <cagney@redhat.com>
7602
7603 * gdbint.texinfo (Target Architecture Definition): Cross reference
7604 FRAME_SAVED_PC to unwind_pc. Document unwind_pc.
7605
7453dc06
AC
76062003-03-07 Andrew Cagney <cagney@redhat.com>
7607
7608 * gdb.texinfo (Debugging Output): Mention the "set/show debug
7609 frame" command.
7610
6314f104
AC
76112003-03-05 Andrew Cagney <cagney@redhat.com>
7612
7613 * gdbint.texinfo (Target Architecture Definition): Document
7614 unwind_dummy_id. Cross reference unwind_dummy_id and
7615 SAVE_DUMMY_FRAME_TOS.
7616
f1212245
DJ
76172003-03-05 James Ingham <jingham@apple.com>
7618 Daniel Jacobowitz <drow@mvista.com>
7619
7620 * gdb.texinfo (Configuring the current ABI): Document "set cp-abi"
7621 and "show cp-abi".
7622
77e7e267
AC
76232003-03-03 Andrew Cagney <cagney@redhat.com>
7624
7625 * gdbint.texinfo (Target Architecture Definition): Document
7626 register_type.
7627
838a8221
AC
76282003-03-03 Andrew Cagney <cagney@redhat.com>
7629
7630 * stabs.texinfo (Structures): Use @samp and separate @var's
7631 instead of a single @var containing a comma separated list.
7632 (Unions): Ditto.
7633
d7f4a264
DJ
76342003-03-02 Daniel Jacobowitz <drow@mvista.com>
7635
7636 * Makefile.in (distclean): Remove config.log.
7637
f30ee0bc
AC
76382003-03-01 Andrew Cagney <cagney@redhat.com>
7639
7640 * gdbint.texinfo (Target Architecture Definition): Rename
7641 FRAME_INIT_SAVED_REGS to DEPRECATED_FRAME_INIT_SAVED_REGS.
7642
76432003-03-01 Andrew Cagney <cagney@redhat.com>
e9582e71
AC
7644
7645 * gdbint.texinfo: Rename INIT_EXTRA_FRAME_INFO to
7646 DEPRECATED_INIT_EXTRA_FRAME_INFO.
7647
be448670
CF
76482003-02-23 Raoul Gough <RaoulGough@yahoo.co.uk>
7649
7650 * gdb.texinfo (Cygwin Native): Links to Non-debug DLL symbols.
7651 (Non-debug DLL symbols): New node, describing the minimal symbols
7652 loaded from DLLs without real debugging symbols.
7653
501eef12
AC
76542003-02-20 Andrew Cagney <ac131313@redhat.com>
7655
7656 * gdb.texinfo (Set Breaks): Add cross reference to "set remote
7657 hardware-breakpoint-limit".
7658 (Set Watchpoints): Add cross reference to "set remote
7659 hardware-watchpoint-limit".
7660 (Remote configuration options): New section.
7661
21c294e6
AC
76622003-02-04 Andrew Cagney <ac131313@redhat.com>
7663
e9be73e4
AC
7664 * gdbint.texinfo (Target Architecture Definition): Delete
7665 descrption of IS_TRAPPED_INTERNALVAR.
7666
21c294e6
AC
7667 From Keith Seitz <keiths@redhat.com>:
7668 * gdb.texinfo (Interpreters): New chapter. Refer the command-line
7669 option "-i"/"--interpreter" to this chapter. Include index
7670 entries.
7671
0179ffac
DC
76722003-02-04 David Carlton <carlton@math.stanford.edu>
7673
7674 * gdb.texinfo (C@t{++}): Recommend DWARF 2, then stabs+.
7675 (Variables): Recommend stabs+ and DWARF 2.
7676 (C plus plus expressions): Correct info about
7677 compiler versions, debug formats.
7678 (Contributors): Change 'DWARF2' to 'DWARF 2'.
7679 PR symtab/874.
7680
7ca9f392
AC
76812003-02-01 Andrew Cagney <ac131313@redhat.com>
7682
7683 * gdbint.texinfo (Target Architecture Definition): Delete
7684 description of ADDITIONAL_OPTIONS, ADDITIONAL_OPTION_CASES,
7685 ADDITIONAL_OPTION_HANDLER, and ADDITIONAL_OPTION_HELP, and
7686 BEFORE_MAIN_LOOP_HOOK, and DBX_PARM_SYMBOL_CLASS along with
7687 references to nindy and i960.
7688 * gdb.texinfo (i960): Delete all references to i960 and nindy.
7689
31a85ea2
AC
76902003-02-01 Andrew Cagney <ac131313@redhat.com>
7691
7692 * gdbint.texinfo (Target Architecture Definition): Delete
7693 FLOAT_INFO.
7694
6b894e49
AC
76952003-01-30 Andrew Cagney <ac131313@redhat.com>
7696
7697 * stabs.texinfo (Member Type Descriptor): Clarify description of
7698 `@'. Suggested by Ben Hutchings.
7699
c48861fb
AC
77002003-01-29 Andrew Cagney <ac131313@redhat.com>
7701
7702 * gdb.texinfo (M68K): Delete reference to es1800.
7703
617073a9
AC
77042003-01-29 Andrew Cagney <ac131313@redhat.com>
7705
7706 * gdb.texinfo (Maintenance Commands): Document `maint print
7707 reggroups' and `maint print register-groups'.
7708 * gdbint.texinfo (Target Architecture Definition): Document
7709 register_reggroup_p.
7710
5b5d99cf
JB
77112003-01-23 Jim Blandy <jimb@redhat.com>
7712
7713 * gdb.texinfo (Separate Debug Files): New section.
7714
e7ba9c65
DJ
77152003-01-22 Daniel Jacobowitz <drow@mvista.com>
7716
7717 * gdb.texinfo (Maintenance Commands): Add "maint set profile"
7718 and "maint show profile".
7719
94e91d6d
MC
77202003-01-16 Michael Chastain <mec@shout.net>
7721
7722 * gdb.texinfo (Installing GDB): Warn against
7723 ".../gdb-VERSION/gdb/configure".
7724 (Separate Objdir): Likewise.
7725
867f3898
AC
77262003-01-15 Andrew Cagney <ac131313@redhat.com>
7727
7728 * gdbint.texinfo (Target Architecture Definition): Delete
7729 definition of PRINT_REGISTER_HOOK.
7730
f153cc92
EZ
77312003-01-15 Elena Zannoni <ezannoni@redhat.com>
7732
7733 (OpenRISC 1000): Fix formatting of command names.
7734
c60eb6f1
EZ
77352003-01-15 Elena Zannoni <ezannoni@redhat.com>
7736
7737 * gdb.texinfo (Continuing and Stepping): Add new command
7738 'advance'. Clarify behavior of 'until'.
7739
f5ebfba0
DJ
77402003-01-13 Daniel Jacobowitz <drow@mvista.com>
7741
7742 * gdb.texinfo (Files): Document solib-absolute-prefix and
7743 solib-search-path.
7744
4ce8657e
MC
77452003-01-09 Michael Chastain <mec@shout.net>
7746
7747 * gdbint.texinfo (Configuring @value{GDBN} for Release): Delete.
7748 (Create a Release): Add new instructions for new @file{src-release}.
7749 Document existing instructions for @file{Makefile.in} as
7750 being for @value{GDBN} 5.3.1 or earlier.
7751
372613e3
AC
77522003-01-09 Andrew Cagney <ac131313@redhat.com>
7753
7754 * gdbint.texinfo (Target Architecture Definition): Mention
7755 frame_saved_regs_zalloc and frame_extra_info_zalloc as the way to
7756 allocate memory.
7757
b4e9345d
DJ
77582003-01-04 Daniel Jacobowitz <drow@mvista.com>
7759
7760 * gdb.texinfo (Controlling GDB): Add @kindex for
7761 "show osabi".
7762 (Backtraces): Add @kindex's for backtrace-below-main.
7763
98b45e30
DJ
77642003-01-04 Daniel Jacobowitz <drow@mvista.com>
7765
7766 * gdb.texinfo (Controlling GDB): Document "set osabi".
7767
95f90d25
DJ
77682003-01-04 Daniel Jacobowitz <drow@mvista.com>
7769
7770 * gdb.texinfo (Backtraces): Document "set backtrace-below-main".
7771 * gdbint.texinfo (FRAME_CHAIN_VALID): Update documentation.
7772
1e698235
DJ
77732003-01-04 Daniel Jacobowitz <drow@mvista.com>
7774
7775 * gdb.texinfo (Controlling GDB): Add ABI section. Document
7776 "set coerce-float-to-double".
7777 * gdbint.texinfo (COERCE_FLOAT_TO_DOUBLE): Remove documentation.
7778
e632838e
AC
77792003-01-02 Andrew Cagney <ac131313@redhat.com>
7780
7781 * stabs.texinfo: Remove obsolete text.
7782 * gdbint.texinfo: Ditto.
7783 * gdb.texinfo: Ditto.
7784
c133ab7a
MK
77852002-12-22 Mark Kettenis <kettenis@gnu.org>
7786
7787 * gdbint.texinfo (Target Architecture Definition): Update
7788 description of gdbarch_register_osabi.
7789
f821f325
KH
77902002-12-20 Kazu Hirata <kazu@cs.umass.edu>
7791
7792 * agentexpr.texi: Fix typos.
7793 * annotate.texi: Likewise.
7794 * fdl.texi: Likewise.
7795
85a6d8d3 77962002-12-10 Andrew Cagney <cagney@redhat.com>
a5afb99f
AC
7797
7798 * gdbint.texinfo (Algorithms): Replace INIT_FRAME_PC with
7799 DEPRECATED_INIT_FRAME_PC.
7800
ae45cd16
AC
78012002-12-01 Andrew Cagney <ac131313@redhat.com>
7802
7803 * gdbint.texinfo (Target Architecture Definition): Delete
7804 PC_IN_CALL_DUMMY.
7805
07555a72
AC
78062002-11-28 Andrew Cagney <ac131313@redhat.com>
7807
7808 * gdbint.texinfo (Host Definition): Delete documentation on
7809 USE_GENERIC_DUMMY_FRAMES.
7810
c166cdc7
EZ
78112002-11-26 Elena Zannoni <ezannoni@redhat.com>
7812
5ae4183a 7813 Fix PR gdb/723 and PR gdb/245.
c166cdc7
EZ
7814 * Makefile.in (install-info): Run the install-info command as part
7815 of the post install steps only.
7816 (uninstall-info): New target.
7817 (uninstall): New target.
7818
35db0260
EZ
78192002-11-22 Elena Zannoni <ezannoni@redhat.com>
7820
7821 * Makefile.in (install): Make install do some real work.
7822
9ba8d803
AC
78232002-11-19 Andrew Cagney <ac131313@redhat.com>
7824
7825 Fix POSIX problem reported by Paul Eggert.
7826 * Makefile.in (GDBvn.texi): Use `sed q' instead of `head -1'.
7827 Fix PR gdb/527.
7828
903ad3a6
AC
78292002-10-26 Andrew Cagney <cagney@redhat.com>
7830
7831 * gdbint.texinfo (Target Architecture Definition): Delete
7832 definition of DO_REGISTERS_INFO.
7833
f2abfe65
KB
78342002-10-18 Kevin Buettner <kevinb@redhat.com>
7835
7836 * gdbint.texinfo (Address Classes): Fix problems with insertion
7837 of ``{'' and ``}'' in example.
7838
b5b0480a
KB
78392002-10-17 Kevin Buettner <kevinb@redhat.com>
7840
7841 * gdbint.texinfo (Address Classes): New section.
7842 (Target Conditionals): Document ADDRESS_CLASS_NAME_TO_TYPE_FLAGS,
7843 ADDRESS_CLASS_NAME_TO_TYPE_FLAGS_P, ADDRESS_CLASS_TYPE_FLAGS,
7844 ADDRESS_CLASS_TYPE_FLAGS_P, ADDRESS_CLASS_TYPE_FLAGS_TO_NAME, and
7845 ADDRESS_CLASS_TYPE_FLAGS_TO_NAME_P.
7846
c85508ee
KD
78472002-10-11 Klee Dienes <kdienes@apple.com>
7848
7849 * gdb.texinfo (Registers): Mention vector registers as well as
7850 floating registers in the documentation for 'info registers' and
7851 'info all-registers'.
7852
6d12fc3d
DJ
78532002-10-11 Daniel Jacobowitz <drow@mvista.com>
7854
7855 * gdbint.texinfo (CPLUS_MARKER): Remove item.
7856
8d19fbd2
JJ
78572002-10-03 Jeff Johnston <jjohnstn@redhat.com>
7858
7859 * gdbint.texinfo (Item Output Functions): Add new ui_out_field_fmt_int
7860 interface definition.
7861
a37295f9
MM
78622002-10-03 Marko Mlinar <markom@opencores.org>
7863
7864 * gdb.texinfo (Target Commands): Add or1k target specific
7865 commands.
7866 * gdb.texinfo (Contributors): Add myself to the contributors list.
7867
da0f9dcd
AC
78682002-10-01 Andrew Cagney <ac131313@redhat.com>
7869
7870 * gdb.texinfo (Mode Options): Update --interpreter option. "mi2"
7871 and "mi1" instead of "mi1" and "mi0".
7872
2e834e49
HPN
78732002-09-29 Hans-Peter Nilsson <hp@bitrange.com>
7874
7875 * gdb.texinfo (Packets): Fix typos "alligned".
7876 Correct z3/Z3 description. Correct z4/Z4 title.
7877
050be0dc
AC
78782002-09-27 Andrew Cagney <ac131313@redhat.com>
7879
7880 * all-cfg.texi: Use @sc for GDB and GCC. Update copyright.
7881
1104b9e7
KB
78822002-09-25 Kevin Buettner <kevinb@redhat.com>
7883
7884 * gdb.texinfo: Use GNU/Linux instead of Linux.
7885
512217c7
AC
78862002-09-25 Andrew Cagney <ac131313@redhat.com>
7887
7888 * gdb.texinfo (Packets): Replace @samp{} with ``an empty string''.
7889
10998722
AC
78902002-09-24 Andrew Cagney <ac131313@redhat.com>
7891
512217c7 7892 * gdb.texinfo: Replace @example with @smallexample.
10998722 7893
a0eb71c5
KB
78942002-09-20 Kevin Buettner <kevinb@redhat.com>
7895
f7dc1244 7896 From Eli Zaretskii <eliz@gnu.org>:
a0eb71c5
KB
7897 * gdb.texinfo (Character Sets): Use @smallexample instead of
7898 @example. Use GNU/Linux instead of Linux.
7899
79002002-09-20 Jim Blandy <jimb@redhat.com>
7901
7902 * gdb.texinfo: Add character set documentation.
7903
2f870471
AC
79042002-09-19 Andrew Cagney <ac131313@redhat.com>
7905
7906 * gdb.texinfo (Packets): Revise `z' and `Z' packet documentation.
7907 (Packets): Add cross reference from `b' packet to `z' packets.
7908
790eb8f5
AC
79092002-09-19 Andrew Cagney <ac131313@redhat.com>
7910
8d30a00d
AC
7911 * gdb.texinfo (Maintenance Commands): Document ``maint
7912 internal-error'' and ``maint internal-warning''.
7913
790eb8f5
AC
7914 * gdbint.texinfo (Target Architecture Definition): Revise
7915 description of STACK_ALIGN. Add description of FRAME_ALIGN.
7916
a23a7bf1
JB
79172002-09-19 Joel Brobecker <brobecker@gnat.com>
7918
7919 * gdbint.texinfo (Target Conditionals): Document the new
7920 NAME_OF_MALLOC macro.
7921
299ffc64
AC
79222002-09-05 Andrew Cagney <ac131313@redhat.com>
7923
7924 * gdb.texinfo (Contributors): Mention 5.2 and 5.3 release
7925 engineer.
7926
b7bb15bc
SC
79272002-09-02 Stephane Carrez <stcarrez@nerim.fr>
7928
7929 * gdb.texinfo (TUI Overview): Document status line fields.
7930
3d757584
SC
79312002-09-02 Stephane Carrez <stcarrez@nerim.fr>
7932
7933 * gdb.texinfo (TUI Commands): Document info win command.
7934
269c21fe
SC
79352002-09-01 Stephane Carrez <stcarrez@nerim.fr>
7936
7937 * gdb.texinfo (TUI Overview): Document breakpoint markers.
7938
7cf36c78
SC
79392002-09-01 Stephane Carrez <stcarrez@nerim.fr>
7940
7941 * gdb.texinfo (TUI Single Key Mode): Document new SingleKey mode.
7942 (TUI Keys): Likewise.
7943
d2c6833e
AC
79442002-08-25 Andrew Cagney <ac131313@redhat.com>
7945
7946 * gdb.texinfo (Examples): Use ``->'' for a packet send and ``<-''
7947 for a packet receive.
7948
46d8b1c3
AC
79492002-08-25 Andrew Cagney <ac131313@redhat.com>
7950
7951 * Makefile.in (clean): Move to end of file.
7952 (distclean, maintainer-clean, realclean): Ditto.
7953 (mostlyclean): Move rule to end of file. Use GDB_TEX_TMPS,
7954 GDBINT_TEX_TMPS, STABS_TEX_TMPS.
7955 (gdb.dvi, gdb.pdf): Do not cleanup TeX temp files after texi2dvi.
7956 (gdbint.dvi, gdbint.pdf, stabs.dvi, stabs.pdf): Ditto.
7957
b0787093
AC
79582002-08-24 Andrew Cagney <ac131313@redhat.com>
7959
7960 * Makefile.in (GDBINT_TEX_TMPS): Define.
7961 (gdbint.dvi, gdbint.pdf): Use
7962 (GDB_TEX_TMPS): Define.
7963 (gdb.dvi, gdb.pdf): Use.
7964 (STABS_TEX_TMPS): Define.
7965 (stabs.dvi, stabs.pdf): Use.
7966 (GDB_DOC_SOURCE_INCLUDES): New macros.
7967 (GDB_DOC_BUILD_INCLUDES, GDB_DOC_FILES): New macros.
7968 (GDBINT_DOC_FILES_INCLUDES): New macros.
7969 (GDBINT_DOC_BUILD_INCLUDES): New macros.
7970 (GDBINT_DOC_FILES, STABS_DOC_SOURCE_INCLUDES): New macros.
7971 (STABS_DOC_BUILD_INCLUDES, STABS_DOC_FILES): New macros.
7972 (SFILES_DOC, SFILES_INCLUDED, SFILES_LOCAL): Delete macros.
7973 (links2roff): Replace SFILES_INCLUDED with
7974 GDB_DOC_SOURCE_INCLUDES.
7975 (gdb.dvi, gdb_toc.html, gdb.pdf, gdb.info): Update dependencies.
7976 (gdb.me, gdb.mm, gdb.ms): Update dependencies.
7977 (gdbint.dvi, gdbint_toc.html, gdbint.pdf, gdbint.info): Update
7978 dependencies.
7979 (stabs.info, stabs_toc.html, stabs.pdf, stabs.dvi): Update
7980 dependencies.
7981 (gdbmi.texinfo): Delete rule.
7982 (inc-hist.texinfo): Delete rule.
7983 (rluser.texinfo): Delete rule.
7984
ebba8386
AC
79852002-08-23 Andrew Cagney <cagney@redhat.com>
7986
7987 * gdbint.texinfo (Target Architecture Definition): Update
7988 STORE_RETURN_VALUE, mention regcache.
7989
0ab7a791
AC
79902002-08-21 Andrew Cagney <ac131313@redhat.com>
7991
7992 * gdbint.texinfo (Target Architecture Definition): Document
7993 print_registers_info. Note that DO_REGISTERS_INFO is deprecated.
7994
ee2d5c50
AC
79952002-08-19 Andrew Cagney <ac131313@redhat.com>
7996
7997 * gdb.texinfo (Remote Protocol): Reformat. Use cross references.
7998 Fix minor typos. Add index entries.
7999
53c69bd7
AC
80002002-08-18 Andrew Cagney <ac131313@redhat.com>
8001
8002 * gdb.texinfo (Data): Add ``Vector Unit'' to menu.
8003
e76f1f2e
AC
80042002-08-15 Andrew Cagney <ac131313@redhat.com>
8005
8006 * gdbint.texinfo (Target Architecture Definition): Document
8007 PRINT_VECTOR_INFO.
8008 * gdb.texinfo (Vector Unit): Document "info vectors" command.
8009
0680b120
AC
80102002-08-13 Andrew Cagney <ac131313@redhat.com>
8011
8012 * gdb.texinfo (Maintenance Commands): Document "maint print
8013 registers", "maint print raw-registers" and "maint print
8014 cooked-registers".
8015
3c3bea1c
GS
80162002-08-08 Grace Sainsbury <graces@redhat.com>
8017
a9331b3f 8018 From Mark Salter:
3c3bea1c
GS
8019 * gdb.texinfo (Protocol): Document T packet extension to
8020 allow watchpoint address reporting.
8021
42f9b0a5
AC
80222002-08-03 Andrew Cagney <ac131313@redhat.com>
8023
8024 * gdb.texinfo (Dump/Restore Files): Move `[]' to outside of @var.
8025
db034ac5
AC
80262002-08-01 Andrew Cagney <cagney@redhat.com>
8027
8028 * stabs.texinfo, gdb.texinfo, gdbint.texinfo: Obsolete references
8029 to CHILL.
8030
e2b28d04
AC
80312002-08-01 Andrew Cagney <ac131313@redhat.com>
8032
8033 * gdbint.texinfo (Coding): Revise section "Include Files".
8034
7fb623f7
AC
80352002-07-24 Andrew Cagney <cagney@redhat.com>
8036
8037 * gdbint.texinfo: Obsolete references to m88k.
8038 * gdb.texinfo: Ditto.
8039
4a2b4636
JB
80402002-07-10 Joel Brobecker <brobecker@gnat.com>
8041
7fb623f7 8042 * gdbint.texinfo (Create a release candiate): Add the location
4a2b4636
JB
8043 where the proper version of autoconf can be retrieved.
8044
a71ec265
DH
80452002-07-09 Don Howard <dhoward@redhat.com>
8046
8047 * gdb.texinfo (Command Files): Further describe the behavior of
8048 sourced command files.
8049
b9aa90c9
AC
80502002-06-27 Andrew Cagney <ac131313@redhat.com>
8051
8052 * gdbint.texinfo (User Interface): ISO C rather than ISO-C.
8053 (Coding): Clarify ISO C version that GDB assumes.
8054
40dd2248
TT
80552002-06-26 Tom Tromey <tromey@redhat.com>
8056
8057 * gdbint.texinfo (User Interface): Mention add_setshow_cmd and
8058 add_setshow_cmd_full.
8059
bfac230e
DH
80602002-06-25 Don Howard <dhoward@redhat.com>
8061
8062 * gdb.texinfo (Memory Region Attributes): Document new behavior
8063 for 'mem' command.
8064
475b0867
JB
80652002-06-11 Jim Blandy <jimb@redhat.com>
8066
919d772c
JB
8067 * gdb.texinfo (Symbols): Update documentation for `info source'
8068 command.
8069
475b0867
JB
8070 * gdb.texinfo (Macros): Call the command `info macro', not
8071 `show macro'.
8072
ba8c9337
AC
80732002-06-09 Andrew Cagney <ac131313@redhat.com>
8074
8075 * gdbint.texinfo (Coding): Add section ``Per-architecture module
8076 data''.
8077
1029b7fa
MK
80782002-06-09 Mark Kettenis <kettenis@gnu.org>
8079
8080 * gdbint.texinfo (Target Architecture Definition): Document
8081 GDB_OSABI_GO32 and GDB_OSABI_NETWARE.
8082
16737d73
AC
80832002-06-08 Andrew Cagney <ac131313@redhat.com>
8084
8085 * gdbint.texinfo (Releasing GDB): Fix typos in @itemize @bullet
8086 lists.
8087
30107679
AC
80882002-06-08 Andrew Cagney <ac131313@redhat.com>
8089
8090 * gdbint.texinfo (Releasing GDB): Revise the section ``Cut the
8091 Branch''.
8092
3352e23e
AC
80932002-06-01 Andrew Cagney <ac131313@redhat.com>
8094
8095 * gdbint.texinfo (Target Architecture Definition): Add section
8096 ``Converting an existing Target Architecture to Multi-arch''.
8097
cbb09e6a
AC
80982002-05-30 Andrew Cagney <ac131313@redhat.com>
8099
8100 * gdbint.texinfo (Releasing GDB): Rename ``Obsoleting any code''
8101 to ``Obsoleting code''. Revise.
8102
e2e0bcd1
JB
81032002-05-17 Jim Blandy <jimb@redhat.com>
8104
8105 * gdb.texinfo (C Preprocessor Macros): New chapter.
8106 Include it in the main menu.
8107 (Contributors): Credit Jim Blandy with macro support.
8108 (Compilation): Explain how to get macro information into the
8109 executable.
8110 (Expressions): Note that preprocessor macros are expanded.
8111
9db8d71f
DJ
81122002-05-14 Daniel Jacobowitz <drow@mvista.com>
8113
8114 * gdb.texinfo (Debug Session): Document new `udp:' and `tcp:'
8115 options for `target remote'.
8116
6d531722
AC
81172002-05-13 Andrew Cagney <ac131313@redhat.com>
8118
8119 * gdbint.texinfo (Target Architecture Definition): Delete
8120 documentation on NNPC_REGNUM.
8121
13d01224
AC
81222002-05-11 Andrew Cagney <ac131313@redhat.com>
8123
8124 * gdbint.texinfo (Target Architecture Definition): Document
8125 REGISTER_TO_VALUE and VALUE_TO_REGISTER and CONVERT_REGISTER_P.
8126 (Target Architecture Definition): Revise section `Using Different
8127 Register and Memory Data Representations'. Add section `Raw and
8128 Virtual Register Representations'.
8129
b2e75d78
AC
81302002-05-11 Andrew Cagney <ac131313@redhat.com>
8131
8132 * gdbint.texinfo (Target Architecture Definition): Mention
8133 defaults for REGISTER_VIRTUAL_SIZE and REGISTER_RAW_SIZE.
8134 (Target Architecture Definition): Mention same. Add references to
8135 web pages.
8136
2c8682ee
MS
81372002-05-08 Michael Snyder <msnyder@redhat.com>
8138
8139 * stabs.texinfo (Attributes): Document new "vector" attribute.
8140
0816590b
AC
81412002-05-04 Andrew Cagney <ac131313@redhat.com>
8142
8143 * gdbint.texinfo (Releasing GDB): Revise `Create a Release'.
8144
2653173e
AC
81452002-05-04 Andrew Cagney <ac131313@redhat.com>
8146
8147 * gdb.texinfo: Delete obsolete references to a29k.
8148
d7bd68ca
AC
81492002-04-24 Andrew Cagney <ac131313@redhat.com>
8150
8151 * gdbint.texinfo (Target Architecture Definition): Replace
8152 IN_SIGTRAMP with PC_IN_SIGTRAMP.
8153
21d83aa5
DM
81542002-04-24 David S. Miller <davem@redhat.com>
8155
8156 * gdbint.texinfo (REGISTER_IN_WINDOW): Delete definition.
8157
7673a6cc
DM
81582002-04-21 David S. Miller <davem@redhat.com>
8159
8160 * gdbint.texinfo (SKIP_PROLOGUE_FRAMELESS_P): Delete definition.
8161
d49d1e0a
AC
81622002-04-21 Andrew Cagney <ac131313@redhat.com>
8163
8164 * gdbint.texinfo (Target Architecture Definition): Delete
8165 definition of HAVE_REGISTER_WINDOWS.
8166
f7dc1244 81672002-04-19 Eli Zaretskii <eliz@gnu.org>
4be31470
EZ
8168
8169 * gdbint.texinfo (Releasing GDB, Coding): Fix typos. Reported by
8170 "Theodore A. Roth" <troth@verinet.com>.
8171
5ca0cb28
DH
81722002-04-15 Don Howard <dhoward@redhat.com>
8173
f7dc1244 8174 From Eli Zaretskii <eliz@gnu.org>
5ca0cb28 8175 * gdb.texinfo (show max-user-call-depth): Correct formatting.
a9331b3f 8176 Provide a better explaination of this feature.
5ca0cb28 8177
f208ba17
AC
81782002-04-14 Andrew Cagney <ac131313@redhat.com>
8179
8180 * gdbint.texinfo (Target Architecture Definition): Remove
8181 FRAME_CHAIN_COMBINE.
8182
d5ba91de
MC
81832002-04-12 Michael Chastain <mec@shout.net>
8184
8185 * gdbint.texinfo (Obsolete Conditionals): Remove reference to
8186 REG_STACK_SEGMENT.
8187
26818220
MC
81882002-04-09 Michael Chastain <mec@shout.net>
8189
8190 * gdbint.texinfo (Obsolete Conditionals): Remove references to
8191 PYRAMID_* macros.
8192
129188f6
AC
81932002-04-07 Andrew Cagney <ac131313@redhat.com>
8194
8195 * gdb.texinfo (Bug Reporting): Document that the web is the
8196 prefered way of submitting bug reports.
8197 (Bug Reporting): Delete the s-mail address as the last resort.
8198
8227c0ff
AC
81992002-04-05 Andrew Cagney <ac131313@redhat.com>
8200
8201 * gdbint.texinfo (Target Architecture Definition): Delete
8202 references to TARGET_WRITE_FP and write_fp.
8203
16d9dec6
MS
82042002-03-27 Michael Snyder <msnyder@redhat.com>
8205
8206 * gdb.texinfo: Document new commands dump, append, and restore.
8207
9ae8b82c
AC
82082002-03-27 Andrew Cagney <ac131313@redhat.com>
8209
8210 * gdbint.texinfo (Releasing GDB): Revise the section `Before the
8211 Branch'.
8212
474c8240
AC
82132002-03-18 Andrew Cagney <ac131313@redhat.com>
8214
8215 * gdb.texinfo: Change all examples to @smallexample.
8216 * gdbint.texinfo: Ditto.
a9331b3f 8217
fb0ff88f
AC
82182002-03-18 Andrew Cagney <ac131313@redhat.com>
8219
8220 * gdbint.texinfo (Releasing GDB): Add section ``Versions and
8221 Branches''.
8222
9bb0a4d8
AC
82232002-03-18 Andrew Cagney <ac131313@redhat.com>
8224
8225 * gdbint.texinfo (Releasing GDB): Add the section``Branch Commit
8226 Policy''.
8227
937f164b
FF
82282002-03-04 Fred Fish <fnf@redhat.com>
8229
8230 * gdbint.texinfo: Fix a bunch of typos (alsways, mirrorred,
8231 expresson, suports, dependant, trhe, perhaphs, situtations,
8232 explictily, taged, oportunity, unfortunatly).
8233
a7b40f07
AC
82342002-02-24 Andrew Cagney <ac131313@redhat.com>
8235
8236 * Makefile.in (gdb.info): Add explicit path to gdb.texinfo.
8237 Remove reference to 3.12.
8238
aab4e0ec
AC
82392002-02-23 Andrew Cagney <ac131313@redhat.com>
8240
8241 * gdbint.texinfo: Include fdl.texi.
8242 (Top): Add GNU Free Documentation License.
8243 * Makefile.in (SFILES_INCLUDED): Add gpl.texi.
8244 (gdbint.dvi, gdbint.pdf, gdbint.info): Add dependency on fdl.texi.
8245 (gdbint_toc.html): Add dependency on gdb-cfg.texi and fdl.texi.
8246 (gdbint.info): Add srcdir to include path.
8247 * gdb.texinfo: Include gpl.texi.
8248 (Top): Add Copying.
8249 * gpl.texi: New file.
8250
47b95330
AC
82512002-02-23 Andrew Cagney <ac131313@redhat.com>
8252
8253 * gdbint.texinfo (Debugging GDB): Remove references to cygnus.com.
8254
78c47bea
PM
82552002-02-19 Pierre Muller <muller@ics.u-strasbg.fr>
8256
8257 * gdb.texinfo: Document Cygwin native specific commands.
8258
56460a61
DJ
82592002-02-15 Daniel Jacobowitz <drow@mvista.com>
8260
8261 * gdb.texinfo: Document gdbserver ``--attach'' command.
8262
def71bfa
MS
82632002-02-07 Michael Snyder <msnyder@redhat.com>
8264
8265 * gdb.texinfo (overlays): Change @var(_ovly_debug_event)
8266 to @code(_ovly_debug_event).
8267
c928edc0
AC
82682002-02-07 Andrew Cagney <ac131313@redhat.com>
8269
8270 * gdb.texinfo (How Overlays Work): Shrink the overlay diagram.
8271
81d46470
MS
82722002-02-06 Michael Snyder <msnyder@redhat.com>
8273
8274 * gdb.texinfo (overlays): Mention new magic symbol
8275 '_ovly_debug_event', which allows GDB to keep better track
8276 of overlays.
8277
f7dc1244 82782002-02-03 Eli Zaretskii <eliz@gnu.org>
6ca652b0
EZ
8279
8280 * gdb.texinfo (Memory Region Attributes): Fix the wording.
8281 Suggested by Dmitry Sivachenko.
8282
8283 * (<many nodes>): Fix the spelling and punctuation of "i.e.".
8284
15110bc3
MS
82852002-02-01 Michael Snyder <msnyder@redhat.com>
8286
8287 * gdb.texinfo (set trust-readonly): Change value{gdbn} to value{GDBN}.
8288
6763aef9
MS
82892002-01-30 Michael Snyder <msnyder@redhat.com>
8290
ac282366
MS
8291 * gdb.texinfo: (remote protocol): Gramatical fix-up.
8292 (set trust-readonly-sections): Document.
6763aef9 8293
8642bc8f
AC
82942002-01-29 Andrew Cagney <ac131313@redhat.com>
8295
8296 * gdbint.texinfo (Releasing GDB): Revise and update.
8297
afe64c1a
AC
82982002-01-28 Andrew Cagney <ac131313@redhat.com>
8299
8300 * gdbint.texinfo (Target Architecture Definition): Delete
8301 description of TARGET_BYTE_ORDER_DEFAULT.
8302
f7dc1244 83032002-01-27 Eli Zaretskii <eliz@gnu.org>
59649f2e
EZ
8304
8305 * gdb.texinfo: Fix typos and markup. From Dmitry Sivachenko
8306 <mitya@cavia.pp.ru>.
8307
3d6e1b5a
AC
83082002-01-23 Andrew Cagney <ac131313@redhat.com>
8309
8310 * libgdb.texinfo: Delete file.
8311
6c0e9fb3
AC
83122002-01-22 Andrew Cagney <ac131313@redhat.com>
8313
8314 * gdb.texinfo: Remove makeinfo 3.12 hacks.
8315 * gdbint.texinfo: Ditto.
8316
e0ce93ac
AC
8317Tue Jan 22 11:57:38 2002 Andrew Cagney <cagney@redhat.com>
8318
8319 * gdb.texinfo: Fix typo ``Remove' -> ``Remote''.
8320
be298bcc
AC
83212002-01-22 Andrew Cagney <ac131313@redhat.com>
8322
8323 * Makefile.in: Update copyright.
8324 (TEXI2DVI): Define.
8325 (gdb.dvi, gdb.pdf, stabs.dvi, stabs.pdf): Use TEXI2DVI.
8326 (gdbint.dvi, gdbint.pdf): Use TEXI2DVI. Add dependency on
8327 gdb-cfg.texi.
8328 (TEXINDEX, PDFTEX): Delete makefile variables.
8329
8e04817f
AC
83302002-01-22 Andrew Cagney <ac131313@redhat.com>
8331
8332 * gdb.texinfo (Protocol): Move section to appendix.
8333
6b2f586d
AC
83342002-01-21 Andrew Cagney <ac131313@redhat.com>
8335
8336 * gdb.texinfo (Remote Debugging): Create a menu.
8337 (Top): Add ``Remote Debugging'' to menu.
8338
6f05cf9f
AC
83392002-01-21 Andrew Cagney <ac131313@redhat.com>
8340
8341 * gdb.texinfo (Remote): Move the sub-section ``The GDB remote
8342 serial protocol'' from here.
8343 (Remote Debugging): To here. New chapter.
8344
3fd3d7d2
AC
83452002-01-20 Andrew Cagney <ac131313@redhat.com>
8346
8347 * gdbint.texinfo (Target Architecture Definition): Delete
8348 description of TARGET_BYTE_ORDER_SELECTABLE_P.
8349
7fd60527
AC
83502002-01-20 Andrew Cagney <ac131313@redhat.com>
8351
8352 * gdbint.texinfo (Host Definition): Revise. xm-xyz.h and xyz.mh
8353 are no longer needed.
8354 (Porting GDB): Add maintainer note about configure.host.
8355
c2f05ac9
AC
83562002-01-20 Andrew Cagney <ac131313@redhat.com>
8357
8358 * gdbint.texinfo (Target Architecture Definition): Remove
8359 definition of IEEE_FLOAT.
8360
f7dc1244 83612002-01-20 Eli Zaretskii <eliz@gnu.org>
231b2aad
EZ
8362
8363 * gdb.texinfo: Beautify copyright years; fix a typo.
56248298
EZ
8364 (DJGPP Native): Fix overfull hboxes in examples. From Brian Youmans
8365 <3diff@gnu.org>
231b2aad 8366
82600034
AC
83672002-01-19 Andrew Cagney <ac131313@redhat.com>
8368
8369 * gdbint.texinfo (Host Definition): Remove references to
8370 MALLOC_INCOMPATIBLE.
8371
7708fa01
AC
83722002-01-17 Andrew Cagney <ac131313@redhat.com>
8373
8374 * gdbint.texinfo (Host Definition): Remove references to XDEPFILES
8375 and xyz-xdep.o.
8376
eb12ee30
AC
83772002-01-17 Andrew Cagney <ac131313@redhat.com>
8378
889bf7c5 8379 * gdb.texinfo (Maintenance Commands): Add appendix.
eb12ee30
AC
8380 (Set Breaks): Copy ``maint info breakpoint'' doco to
8381 ``Maintenance Commands'' appendix. Add reference.
8382
c9ccaa92
AC
83832002-01-17 Andrew Cagney <ac131313@redhat.com>
8384
8385 * fdl.texi: Remove next/prev from @node.
8386
f7dc1244 83872002-01-17 Eli Zaretskii <eliz@gnu.org>
6826cf00
EZ
8388
8389 * gdb.texinfo: @include fdl.texi. Fixes for overfull hboxes and
8390 for monstrous @multitable (from Brian Youmans).
8391
8392 * fdl.texi: New file.
8393
8394 * Makefile.in (SFILES_INCLUDED): Add fdl.texi.
8395
8973da3a
AC
83962002-01-15 Andrew Cagney <ac131313@redhat.com>
8397
8398 * gdbint.texinfo (Releasing GDB): New chapter.
8399
7d86b5d5
AC
84002002-01-14 Andrew Cagney <ac131313@redhat.com>
8401
8402 * gdb.texinfo (Embedded Processors, Calling program functions):
8403 Obsolete references to a29k.
8404
cc1cb004
AC
84052002-01-13 Andrew Cagney <ac131313@redhat.com>
8406
8407 * gdbint.texinfo (Coding): Review Cleanups section. Examples
8408 examples. Document that a code-block should do or discard its
8409 cleanups before exit.
8410
79f12247
MS
84112002-01-11 Michael Snyder <msnyder@redhat.com>
8412
8413 * gdb.texinfo (Choosing files): Change @samp to @file.
8414
19837790
MS
84152002-01-05 Michael Snyder <msnyder@redhat.com>
8416
8417 * gdb.texinfo (--pid): Document new command line option (attach).
8418
f7dc1244 84192002-01-07 Eli Zaretskii <eliz@gnu.org>
2c0069bb
EZ
8420
8421 * gdb.texinfo (Tracepoints): Clarify that tracepoints need support
8422 in the stub.
8423
d7449b42
AC
84242002-01-04 Andrew Cagney <ac131313@redhat.com>
8425
8426 * gdbint.texinfo (Target Architecture Definition): Replace
8427 BIG_ENDIAN with BFD_ENDIAN_BIG.
8428
f23631e4
AC
84292002-01-03 Andrew Cagney <ac131313@redhat.com>
8430
8431 * gdbint.texinfo (Target Architecture Definition): Replace
8432 value_ptr with struct value pointer.
8433
72c9928d
EZ
84342002-01-02 Eli Zaretskii <eliz@gnu.org>
8435
8436 * gdb.texinfo (Free Software): Fix wording.
8437
959acfd1
EZ
84382001-12-31 Eli Zaretskii <eliz@gnu.org>
8439
8440 * gdb.texinfo (Free Software): New section ``Free Software Needs
8441 Free Documentation''.
8442
f7dc1244 84432001-12-30 Eli Zaretskii <eliz@gnu.org>
2a6585f0
EZ
8444
8445 * stabs.texinfo:
8446 * gdb.texinfo:
8447 * gdbint.texinfo:
8448 * libgdb.texinfo:
8449 * annotate.texi: Fix the application of GFDL in the Copyright notice.
8450
6600abed
MS
84512001-12-29 Michael Snyder <msnyder@redhat.com>
8452
8453 * gdb.texinfo (maint info sections): Fix typo.
8454
f6680716
MS
84552001-12-26 Michael Snyder <msnyder@redhat.com>
8456
fe95c787
MS
8457 * gdb.texinfo (maint info sections): Document.
8458
a9331b3f 8459 * gdb.texinfo (info proc): Comment out documentation for
f6680716
MS
8460 'info proc' sub-options that are currently not implemented.
8461
c3d3ce5b
JB
84622001-12-20 Jim Blandy <jimb@redhat.com>
8463
8464 * gdbint.texinfo (TARGET_CHAR_SIGNED): Document.
8465
778eb05e
AC
84662001-12-15 Andrew Cagney <ac131313@redhat.com>
8467
8468 * gdbint.texinfo (Target Architecture Definition): Replace
8469 LITTLE_ENDIAN with BFD_ENDIAN_LITTLE.
8470
2607059c
AC
84712001-12-01 Andrew Cagney <ac131313@redhat.com>
8472
8473 * gdbint.texinfo (Host Definition): Delete documentation on
8474 HOST_BYTE_ORDER.
8475
df0cd8c5
JB
84762001-11-30 Jim Blandy <jimb@redhat.com>
8477
8478 * gdb.texinfo (Overlays): New chapter, documenting GDB's
5ae4183a 8479 overlay support. Add to top-level menu.
df0cd8c5 8480
88118b3a
TT
84812001-11-26 Tom Tromey <tromey@redhat.com>
8482
8483 * gdb.texinfo (Command Syntax): Document C-o binding.
8484
96565e91
CF
84852001-07-26 Christopher Faylor <cgf@redhat.com>
8486
8487 * gdb.texinfo (Options): Eliminate attempt to explain .gdbinit/gdb.ini
8488 use since it is described in the referenced section.
8489
f7dc1244 8490 From Eli Zaretskii <eliz@gnu.org>
96565e91
CF
8491 * gdb.texinfo (Command Files): Reword to make gdb.ini requirement
8492 clearer when using DJGPP.
8493
2a3d5645
CF
84942001-11-24 Christopher Faylor <cgf@redhat.com>
8495
8496 * gdb.texinfo (File Options): Change description of -nx and gdb.ini to
8497 specifically refer to MS-DOS.
8498 (command files): Mention gdb.ini is only used on MS-DOS.
8499
aa26fa3a
TT
85002001-11-21 Tom Tromey <tromey@redhat.com>
8501
8502 * gdb.texinfo (Invoking GDB): Document --args.
8503 (Mode Options): Likewise.
8504
4f8ada06
JB
85052001-11-21 Jim Blandy <jimb@redhat.com>
8506
8507 * gdbint.texinfo (TARGET_RANGE_PROFITABLE_FOR_HW_WATCHPOINT):
889bf7c5
PA
8508 Delete documentation; this macro has been removed from the
8509 sources.
4f8ada06 8510
3fe0dc10
JB
85112001-11-13 Jim Blandy <jimb@redhat.com>
8512
8513 * gdbint.texinfo (COERCE_FLOAT_TO_DOUBLE): Clarify.
8514
9e5abb06
CV
85152001-11-06 Corinna Vinschen <vinschen@redhat.com>
8516
8517 * gdb.texinfo (gdbarch_in_function_epilogue_p): Add documentation.
8518
1c5dfdad
MS
85192001-11-05 Michael Snyder <msnyder@redhat.com>
8520
a9331b3f 8521 * gdb.texinfo (info functions): Document use of backslash to
1c5dfdad
MS
8522 quote regexp chars in function names such as "operator*()".
8523
990f9fe3
FF
85242001-11-01 Fred Fish <fnf@redhat.com>
8525
8526 * gdbint.texinfo (SOLIB_ADD): Document additional new
8527 "readsyms" arg.
8528
b433d00b
DH
85292001-10-30 Don Howard <dhoward@redhat.com>
8530
070b1dd3
DH
8531 * gdb.texinfo: (Command Files) Added documentation for the
8532 behavior of gdb with input redirected from a file.
b433d00b 8533
b7209cb4
FF
85342001-10-28 Fred Fish <fnf@redhat.com>
8535
8536 * gdb.texinfo (auto-solib-add): Change docs to match
8537 implementation change.
8538 (auto-solib-limit): Add docs for new variable.
8539
1aa20aa8
AC
85402001-10-15 Andrew Cagney <ac131313@redhat.com>
8541
8542 * gdbint.texinfo (Target Architecture Definition): Function
8543 value_as_pointer renamed to value_as_address.
8544
fc0c74b1
AC
85452001-10-15 Andrew Cagney <ac131313@redhat.com>
8546
8547 * gdbint.texinfo (Target Architecture Definition): Default
8548 POINTER_TO_ADDRESS functions assume unsigned addresses.
8549 (INTEGER_TO_ADDRESS): Document. Derive pragmatics section from a
8550 posting by Jim Blandy.
8551
f4846649
JB
85522001-10-12 Jim Blandy <jimb@redhat.com>
8553
8554 * Makefile.in (MAKEHTMLFLAGS): Remove -glossary; the most recent
8555 version of texi2html (1.64) doesn't support this flag any more.
8556
f277788b
MK
85572001-09-08 Mark Kettenis <kettenis@gnu.org>
8558
a9dc4918
MK
8559 * gdbint.texinfo (Host Definition): Remove description of
8560 MEM_FNS_DECLARED.
8561
d28379df
MK
8562 * gdbint.texinfo (Host Definition): Remove description of R_OK.
8563
f277788b
MK
8564 * gdbint.texinfo (Host Definition): Remove description of
8565 HAVE_SIGSETMASK.
8566
7ccaa899
EZ
85672001-09-04 Elena Zannoni <ezannoni@redhat.com>
8568
8569 * gdbint.texinfo (Target Architecture Definition): Add
8570 explanation of TARGET_PRINT_INSN macro.
8571
17d9d558
JB
85722001-08-30 Jim Blandy <jimb@redhat.com>
8573
8574 * gdb.texinfo (`add-symbol-file'): Correct synopsis.
8575 Explain what it means to load relocatable files.
8576
72cde065
JB
85772001-08-28 Jim Blandy <jimb@redhat.com>
8578
8579 * gdbint.texinfo: Bring the HTML `top' menu into sync with the
8580 info `top' menu.
8581
9e678452
CF
8582Wed Aug 15 10:47:28 2001 Christopher Faylor <cgf@cygnus.com>
8583
8584 * gdbint.texinfo: Add a cautionary note about macro use.
8585
a2bea4c3 85862001-08-02 Corinna Vinschen <vinschen@redhat.com>
a9331b3f 8587
a2bea4c3
CV
8588 * gdb.texinfo: Explain omitting the hostname in the
8589 `target remote' command.
8590
1129bf27
DJ
85912001-07-30 Daniel Jacobowitz <drow@mvista.com>
8592
8593 * gdbint.texinfo: Remove extraneous START-INFO-DIR-ENTRY
8594 and END-INFO-DIR-ENTRY.
8595
732b3002
SC
85962001-07-28 Stephane Carrez <Stephane.Carrez@worldnet.fr>
8597
8598 * gdb.texinfo (TUI Configuration): Rename tui configuration variables.
8599
89437448
AC
86002001-07-25 Andrew Cagney <ac131313@redhat.com>
8601
8602 * gdbint.texinfo (libgdb): Rewrite.
8603
f7dc1244 86042001-07-26 Eli Zaretskii <eliz@gnu.org>
9a1c15c5
EZ
8605
8606 * Makefile.in (gdbgui.dvi, gdb-gui, gdbgui.info): Targets deleted.
8607
c4555f82
SC
86082001-07-24 Stephane Carrez <Stephane.Carrez@worldnet.fr>
8609
8610 * gdb.texinfo (TUI): New chapter, document the TUI.
8611 (Mode Options): Document the -tui option.
8612
2f45a6e0
MK
86132001-07-23 Mark Kettenis <kettenis@gnu.org>
8614
8615 * gdbint.texinfo (Host Definition): Remove description of
8616 NEED_POSIX_SETPGID.
8617
f7dc1244 86182001-07-23 Eli Zaretskii <eliz@gnu.org>
9f20bf26
EZ
8619
8620 * gdb.tex (DJGPP Native): New node, with descriptions of
8621 DJGPP-specific commands.
8622
be9c6c35
JM
86232001-07-19 John R. Moore <jmoore@redhat.com>
8624
8625 * gdbint.texinfo: Three misspellings.
8626
dfa249fb
AC
86272001-07-06 Andrew Cagney <ac131313@redhat.com>
8628
8629 * Makefile.in (refcard.dvi): Rewrite to avoid problems with empty
8630 `test` expressions on bash. Problem reported by Colin Walters.
8631
c72e7388
AC
86322001-07-04 Andrew Cagney <ac131313@redhat.com>
8633
8634 * gdbint.texinfo (User Interface): Update ui-out documentation to
8635 refelect recent UI/MI updates.
8636
94bbb2c0
AC
86372001-07-04 Andrew Cagney <ac131313@redhat.com>
8638
8639 * gdb.texinfo (Mode Options): Mention the mi0 and mi1
8640 interpreters.
8641
af6c57ea
AC
86422001-06-15 Andrew Cagney <ac131313@redhat.com>
8643
8644 * gdbint.texinfo (Target Architecture Definition): GDBARCH is a C
8645 structure and not macros.
8646 (Host Definition): Document that much of this chapter is obsolete.
8647 (Target Architecture Definition): Update list of files that make
8648 up a target architecture.
8649 (Coding): Update.
8650
83aa8bc6
AC
86512001-06-28 Andrew Cagney <ac131313@redhat.com>
8652
8653 * gdbint.texinfo (Target Architecture Definition): Update
8654 EXTRACT_STRUCT_VALUE_ADDRESS and EXTRACT_STRUCT_VALUE_ADDRESS_P.
8655 The latter has been changed to a true predicate.
8656
f7dc1244 86572001-06-17 Eli Zaretskii <eliz@gnu.org>
cb51c4e0
EZ
8658
8659 * annotate.texi: Add @noindent where needed. From Dmitry
8660 Sivachenko <dima@Chg.RU>.
8661 * gdb.texinfo: Indexing fix. From Dmitry Sivachenko.
8662
656db9b0
AC
86632001-06-16 Andrew Cagney <ac131313@redhat.com>
8664
8665 * gdb.texinfo (Protocol): Fix typo. Extra parenthesis.
8666
df2396a1
AC
86672001-06-14 Andrew Cagney <ac131313@redhat.com>
8668
8669 * gdb.texinfo (Remote Protocol): Document that the ``!'' packet
8670 returns ``OK''. Document that the ``R'' packet does not reply.
8671
0f1f2b0a
MS
86722001-06-13 Michael Snyder <msnyder@redhat.com>
8673
8674 * gdb.texinfo (Protocol): Add doc for new packet "qSymbol:".
8675
f7dc1244 86762001-06-13 Eli Zaretskii <eliz@gnu.org>
24f93129
EZ
8677
8678 * gdb.texinfo (Signals): Clarify the default setting of signal
8679 handling.
8680
a5d7c491
AC
86812001-05-14 Andrew Cagney <ac131313@redhat.com>
8682
8683 * gdbint.texinfo (CLEAR_DEFERRED_STORES): Delete stray @item
8684 (FRAME_ARGS_ADDRESS_CORRECT): Ditto.
8685
05a54c4f
AC
86862001-05-12 Andrew Cagney <ac131313@redhat.com>
8687
8688 * Makefile.in (GDBvn.texi): Set GDBVN from ../version.in.
8689
f7dc1244 86902001-05-10 Eli Zaretskii <eliz@gnu.org>
dab11f21
EZ
8691
8692 * gdbint.texinfo (Clean Design and Portable Implementation):
8693 Renamed from "Clean Design".
8694 (Clean Design and Portable Implementation): Document portable
8695 methods of handling file names, and the associated macros.
8696
f7dc1244 86972001-04-02 Eli Zaretskii <eliz@gnu.org>
f5c37c66
EZ
8698
8699 * gdb.texinfo (Tracepoint Actions): Mention the "info scope"
8700 command and provide a cross-reference to its description.
8701 (Symbols): Note that "info scope" is useful for trace experiments.
8702
f7dc1244 87032001-04-01 Eli Zaretskii <eliz@gnu.org>
c534679c 8704
b37052ae
EZ
8705 * gdb.texinfo (Symbols): Document "info scope".
8706 (Tracepoints): New chapter.
8707 (Contributors): Update for v5.1.
8708 <All nodes>: Change "C++" to "C@t{++}".
8709
0ee54786
EZ
8710 * gdbint.texinfo (User Interface): A new section about ui_out
8711 functions, based on text written by Fernando Nasser.
8712
c534679c
EZ
8713 * stabs.texinfo: Change Permissions to GFDL. Update Copyright.
8714
f7dc1244 87152001-03-26 Eli Zaretskii <eliz@gnu.org>
3d67e040 8716
e9c75b65
EZ
8717 * gdb.texinfo: Change Permissions to GFDL. Update Copyright.
8718
8719 * gdbint.texinfo: Change Permissions to GFDL. Update Copyright.
8720
8721 * gdbgui.texinfo: Change Permissions to GFDL. Update Copyright.
8722 Replace "GDB" with "@value{GDBN}". Fix markup.
8723
8724 * annotate.texi: Change Permissions to GFDL. Update Copyright.
8725
3d67e040
EZ
8726 * gdb.texinfo (Output Formats): Mention "info symbol" and provide
8727 a cross-reference to its description.
8728 (Symbols): Document "info symbol".
8729
f7dc1244 87302001-03-21 Eli Zaretskii <eliz@gnu.org>
9742079a
EZ
8731
8732 * gdbint.texinfo (Algorithms): New section "Watchpoints" and new
8733 subsection "x86 Watchpoints".
8734 (Target Architecture Definition): Document the macros
8735 I386_USE_GENERIC_WATCHPOINTS and TARGET_HAS_HARDWARE_WATCHPOINTS.
8736 (Native Debugging): Document I386_USE_GENERIC_WATCHPOINTS.
8737
b0ed3589
AC
87382001-03-20 Andrew Cagney <ac131313@redhat.com>
8739
8740 * gdbint.texinfo (Target Architecture Definition): Update
8741 definition of SOFTWARE_SINGLE_STEP_P to include empty parameter
8742 list.
8743
b6ba6518
KB
87442001-03-06 Kevin Buettner <kevinb@redhat.com>
8745
8746 * Makefile.in, all-cfg.texi, annotate.texi, gdb.texinfo,
8747 gdbint.texinfo, refcard.tex: Update/correct copyright notices.
8748
f7dc1244 87492001-02-21 Eli Zaretskii <eliz@gnu.org>
5ece1a18
EZ
8750
8751 * gdb.texinfo (Signals): Document "ignore", "noignore", and "all".
8752
f7dc1244 87532001-02-11 Eli Zaretskii <eliz@gnu.org>
56caf160 8754
17cc6a06
EZ
8755 * gdb.texinfo (Environment): Document that `path' does not change
8756 the value of PATH in GDB's own environment (it did in the past,
8757 but that was changed on March 15, 1994). Reported by Doug Evans
8758 <dje@transmeta.com>.
8759
56caf160
EZ
8760 * gdbint.texinfo: Fix up @itemize lists so that @item is alone on
8761 its line. Fix markup of commands and macros. Add an Index node
8762 and index entries.
8763
29e57380
C
87642001-01-23 J.T. Conklin <jtc@redback.com>
8765
8766 * gdb.texinfo (Memory region attributes): New manual section.
8767
1c6147de
ND
87682001-01-04 Nicholas Duffek <nsd@redhat.com>
8769
8770 * gdbint.texinfo (POP_FRAME): Document use by return_command.
8771
f7dc1244 87722000-12-25 Eli Zaretskii <eliz@gnu.org>
b157b00f
EZ
8773
8774 * refcard.tex: Version and copyright fixed. From Phil Edwards
8775 <pedwards@disaster.jaj.com>.
8776
0dcedd82
AC
8777Thu Nov 30 16:57:19 2000 Andrew Cagney <cagney@b1.cygnus.com>
8778
8779 * gdbint.texinfo (ECOFF_REG_TO_REGNUM, DWARF_REG_TO_REGNUM,
889bf7c5 8780 DWARF2_REG_TO_REGNUM): Document.
0dcedd82 8781
3b851bce
AC
8782Mon Nov 20 21:29:35 2000 Andrew Cagney <cagney@b1.cygnus.com>
8783
8784 * gdbint.texinfo (Coding): Update current value of
889bf7c5 8785 --enable-build-warnings. Mention --enable-gdb-build-warnings.
3b851bce 8786
f7dc1244 87872000-11-19 Eli Zaretskii <eliz@gnu.org>
4a92d011
EZ
8788
8789 * gdb.texinfo (Continuing and Stepping): Fixed markup and typos,
8790 as suggested by Dmitry Sivachenko <dima@Chg.RU>.
8791
b90a5f51
CF
87922000-11-10 Christopher Faylor <cgf@cygnus.com>
8793
8794 * gdb.texinfo: Document new 'set step-mode' command.
8795
f7dc1244 87962000-10-16 Eli Zaretskii <eliz@gnu.org>
96c405b3
EZ
8797
8798 * gdb.texinfo (Contributors, MIPS Embedded): Minor spelling
8799 changes from Dmitry Sivachenko <dima@Chg.RU>.
8800
f7dc1244 88012000-09-26 Eli Zaretskii <eliz@gnu.org>
c78b4128
EZ
8802
8803 * gdb.texinfo (Hooks): Document the new post-hook functionality.
8804 From Steven Johnson <sbjohnson@ozemail.com.au>.
8805
2e685b93
MK
88062000-08-10 Mark Kettenis <kettenis@gnu.org>
8807
8808 * gdbint.texinfo (Overall Structure): Spelling fix.
8809
f7dc1244 88102000-08-10 Eli Zaretskii <eliz@gnu.org>
6f6ef15a
EZ
8811
8812 * gdbint.texinfo (Target Architecture Definition): Document that
8813 REGISTER_CONVERT_TO_VIRTUAL should only be called on a register
8814 for which REGISTER_CONVERTIBLE returns a zero value.
8815
63ac3005
EZ
88162000-07-08 Christopher Faylor <cgf@cygnus.com>
8817
8818 * Makefile.in (install-info): Find files to install in either the
8819 build or source directories (adapted from Makefile.am).
8820
bd79f757
ND
88212000-07-07 Nicholas Duffek <nsd@redhat.com>
8822
8823 * stabs.texinfo: Fix spelling errors.
8824 (String Field): FILE-NUMBER starts from 0, not 1.
8825
f7dc1244 88262000-07-05 Eli Zaretskii <eliz@gnu.org>
5f208f6d
EZ
8827
8828 * refcard.tex: Remove \centerline from the blurb. Patch from
5ae4183a 8829 Brian Youmans.
5f208f6d 8830
f7dc1244 88312000-06-25 Eli Zaretskii <eliz@gnu.org>
cc542d3b
EZ
8832
8833 * Makefile.in (install-info): Support installation from outside of
5ae4183a
AS
8834 the source directory. Reported by Mark Harig
8835 <markh@frazier.landmark.com>.
cc542d3b 8836
f3b28801
C
88372000-06-20 J.T. Conklin <jtc@redback.com>
8838
8839 * gdb.texinfo: Fix typo, $bpnum is set to last breakpoint number.
8840
449f3b6c
AC
8841Fri May 26 15:55:33 2000 Andrew Cagney <cagney@b1.cygnus.com>
8842
8843 * Makefile.in (pdf, gdbint.pdf, gdb.pdf, stabs.pdf): New targets.
889bf7c5 8844 Generate using pdftex.
449f3b6c 8845 (PDFTEX): Define.
889bf7c5 8846 (STAGESTUFF, maintainer-clean realclean): Add *.pdf.
449f3b6c 8847 (gdb.texinfo, gdbint.texinfo, stabs.texinfo): When TeX insert the
889bf7c5 8848 @contents at the start.
449f3b6c 8849
f7dc1244 88502000-05-24 Eli Zaretskii <eliz@gnu.org>
48e934c6
EZ
8851
8852 * gdb.texinfo: Remove duplicate @syncodeindex. From Brian
5ae4183a 8853 Youmans.
48e934c6 8854
9e9c5ae7
AC
8855Wed May 24 21:27:58 2000 Andrew Cagney <cagney@b1.cygnus.com>
8856
8857 From Brian Youmans:
8858 * gdb.texinfo: Fix ``et al.''.
8859
c741b251
AC
8860Tue May 23 22:57:41 2000 Andrew Cagney <cagney@b1.cygnus.com>
8861
8862 * Makefile.in (refcard.dvi): Remove quotes around REFEDITS in for
889bf7c5 8863 loop.
c741b251 8864
4ab64e14
JG
88652000-05-19 Jimmy Guo <guo@cup.hp.com>
8866
8867 * configure: Regenerate.
8868
f7dc1244 88692000-05-17 Eli Zaretskii <eliz@gnu.org>
d3229ae3
EZ
8870
8871 * Makefile.in (install-info): Run install-info on installed Info
8872 files.
8873
8c70017b
AC
8874Fri May 12 20:18:04 2000 Andrew Cagney <cagney@b1.cygnus.com>
8875
a7cb598a 8876 * gdb.texinfo: Add Stan Shebs, et.al. as authors. Mention
889bf7c5 8877 Andrew Cagney.
8c70017b 8878
f7dc1244 88792000-05-09 Eli Zaretskii <eliz@gnu.org>
598ca718
EZ
8880
8881 * gdb.texinfo: Proofreading changes from Brian Youmans.
8882
bf0184be
ND
88832000-05-01 Nick Duffek <nsd@cygnus.com>
8884
8885 * gdb.texinfo (Command Files): Mention -x, use @enumerate for
8886 startup sequence, minor edits.
8887
f7dc1244 88882000-05-01 Eli Zaretskii <eliz@gnu.org>
41afff9a
EZ
8889
8890 * annotate.texi: Remove "@syncodeindex fn cp", it causes grief in
8891 TeX.
8892
8893 * gdb.texinfo: Add "@syncodeindex fn cp". Convert all entries
8894 "@kindex f" into "@kindex f (foo)", otherwise we get index entries
8895 like `n' and `s' which look weird. Convert some of the @kindex to
8896 @vindex, when they refer to variables, not commands.
8897
33e16fad
AC
8898Sat Apr 29 17:01:04 2000 Andrew Cagney <cagney@b1.cygnus.com>
8899
8900 * gdbint.texinfo (Hints): Do not use @value{GDBN in @nodes.
8901
f7dc1244 89022000-04-23 Eli Zaretskii <eliz@gnu.org>
7162c0ca
EZ
8903
8904 * Makefile.in (GDBMI_DIR): New variable.
8905 (SET_TEXINPUTS): Add $(GDBMI_DIR).
8906 (SFILES_DOC): Add $(GDBMI_DIR)/gdbmi.texinfo.
8907 (gdbmi.texinfo): New target, for texi2roff.
8908 (gdb.me, gdb.ms, gdb.mm): Depend on gdbmi.texinfo.
8909 (gdb.info, gdb_toc.html): Add "-I ${GDBMI_DIR}".
8910
8911 * gdb.texinfo (Top): Add GDB/MI to the main menu and @include
8912 gdbmi.texinfo.
8913 (Mode Options): Add xref to GDB/MI docs and remove a FIXME
8914 comment.
8915
d167840f
EZ
89162000-04-17 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
8917
8918 * gdb.texinfo (Files): Update description of add-symbol-file
889bf7c5 8919 command.
d167840f 8920
f7dc1244 89212000-04-17 Eli Zaretskii <eliz@gnu.org>
8487521e
EZ
8922
8923 * gdb.texinfo (Porting GDB): Don't use @value in the node name, it
8924 prevents the build (and is generally a Bad Idea).
8925
f7dc1244 89262000-04-17 Eli Zaretskii <eliz@gnu.org>
00e4a2e4
EZ
8927
8928 * gdb.texinfo (Protocol): Prevent makeinfo from complaining about
8929 a comma inside @var.
8930 (Command Files): Index markup changes from Dmitry Sivachenko
8931 <dima@Chg.RU>.
8932
f7dc1244 89332000-04-16 Eli Zaretskii <eliz@gnu.org>
39ec5655
EZ
8934
8935 * Makefile.in (LN_S): Define.
8936 (gdb-cfg.texi, gdb.dvi, links2roff, inc-hist.texinfo): Don't
8937 invoke "ln -s" unless it is known to work.
8938
8939 * configure.in (AC_PROG_LN_S): Add.
8940
8dc7983f
JB
89412000-04-14 Jim Blandy <jimb@redhat.com>
8942
8943 * gdbint.texinfo (Pointers Are Not Always Addresses): New manual
8944 section.
8945 (Target Conditionals): Document ADDRESS_TO_POINTER,
8946 POINTER_TO_ADDRESS.
8947
1a8237e8
DB
89482000-04-11 Daniel Berlin <dan@cgsoftware.com>
8949
8950 * gdbint.texinfo: Replaced GDB with @value{GDBN}, @include
8951 gdb-cfg.texi to get the value.
8952
ca526f1a
JB
89532000-04-10 Jim Blandy <jimb@redhat.com>
8954
8955 * gdbint.texinfo (Target Architecture Definition): Fix
8956 cross-references.
8957
faaafcb4
JB
89582000-04-08 Jim Blandy <jimb@redhat.com>
8959
8960 * gdbint.texinfo (Using Different Register and Memory Data
8961 Representations): New section.
8962 (REGISTER_CONVERTIBLE, REGISTER_RAW_SIZE, REGISTER_VIRTUAL_SIZE,
889bf7c5
PA
8963 REGISTER_VIRTUAL_TYPE, REGISTER_CONVERT_TO_VIRTUAL,
8964 REGISTER_CONVERT_TO_RAW): Document.
faaafcb4 8965
1b27397f
AC
8966Mon Apr 3 19:16:32 2000 Andrew Cagney <cagney@b1.cygnus.com>
8967
8968 * gdb.texinfo (Protocol): Deprecate the sequence-id. Add cindex
889bf7c5 8969 for acknowledgments.
1b27397f 8970
480ff1fb
AC
8971Tue Mar 28 18:28:45 2000 Andrew Cagney <cagney@b1.cygnus.com>
8972
8973 * gdb.texinfo (Protocol): Replace ``qfThreadExtraInfo'' with
889bf7c5 8974 qThreadExtraInfo.
480ff1fb 8975
a9331b3f 89762000-03-28 J.T. Conklin <jtc@redback.com>
f1251bdd 8977
a9331b3f
RM
8978 * gdb.texinfo: Clarify which remote debug protocol commands are
8979 required and which are optional.
f1251bdd 8980
dbeb8dbd
AC
8981Tue Mar 28 16:06:22 2000 Andrew Cagney <cagney@b1.cygnus.com>
8982
8983 * gdb.texinfo: Revert remainder of Fri Mar 24 18:06:34 2000 Andrew
889bf7c5
PA
8984 Cagney <cagney@b1.cygnus.com>. Move @chapter and @node entries
8985 back to annotate.texi, rluser.texinfo and inc-hist.texinfo.
dbeb8dbd
AC
8986 * annotate.texi: Update.
8987
6d2ebf8b
SS
89882000-03-28 Stan Shebs <shebs@apple.com>
8989
8990 * gdb.texinfo: Update dates, bump to Eighth Edition (note
8991 expectation of additional changes before release), update
8992 ISBN, add copy of top-level menu for @ifhtml, remove explicit
8993 node links, rephrase and/or shorten lines to fix formatting
8994 problem in both regular and @smallbook formats.
8995 * annotate.texi: Shorten lines in example, use smallexample
8996 consistently everywhere.
8997 * Makefile.in: Add comment about texinfo 4.0 html generation.
8998 (SFILES_INCLUDED): Add annotate.texi.
8999
5d161b24
DB
90002000-03-27 Daniel Berlin <dan@cgsoftware.com>
9001
5ae4183a
AS
9002 * gdb.texinfo (Debugging Output): Added new section, documenting
9003 the "set/show debug" commands.
5d161b24 9004
b9deaee7
AC
9005Fri Mar 24 18:06:34 2000 Andrew Cagney <cagney@b1.cygnus.com>
9006
9007 * annotate.texi (Annotations): When GDBN omit @chapter and @node
889bf7c5 9008 entry.
b9deaee7
AC
9009
9010 * gdb.texinfo: Check for @ifinfo instead of @ifnottex.
9011 (rluser.texinfo, inc-hist.texinfo, annotate.texi): Add local
889bf7c5 9012 @chapter and @node entries.
a9331b3f 9013
b9deaee7 9014 * gdb.texinfo: Link all top-level nodes.
a9331b3f 9015
9ef47d30
AC
9016Fri Mar 24 17:56:48 2000 Andrew Cagney <cagney@b1.cygnus.com>
9017
9018 * Makefile.in (install-info): Create $(infodir) before installing
889bf7c5 9019 files.
9ef47d30 9020
cfeada60
FN
90212000-03-23 Fernando Nasser <fnasser@totem.to.cygnus.com>
9022
9023 From David Whedon <dwhedon@gordian.com>
5ae4183a 9024 * gdbint.texinfo : Added paragraphs about command deprecation.
cfeada60 9025
6837a0a2
DB
90262000-03-22 Daniel Berlin <dan@cgsoftware.com>
9027
9028 * gdb.texinfo: Add documentation for the apropos command.
9029
bba2971c
MS
90302000-03-20 Michael Snyder <msnyder@cleaver.cygnus.com>
9031
9032 * gdb.texinfo: Add new queries ThreadInfo and ThreadExtraInfo.
9033
2b628194
MS
90342000-03-20 Michael Snyder <msnyder@cleaver.cygnus.com>
9035
a9331b3f 9036 * gdb.texinfo: Add white space to prevent overprinting in
2b628194
MS
9037 two places.
9038
96a2c332
SS
90392000-03-17 Stan Shebs <shebs@apple.com>
9040
9041 * gdb.texinfo: Many minor changes from Dmitry Sivachenko
9042 <dima@Chg.RU>, also clarification of allowed content for
9043 string constants.
9044
f7dc1244 90452000-03-16 Eli Zaretskii <eliz@gnu.org>
d700128c
EZ
9046
9047 * gdb.texinfo (main menu): Add Annotations.
9048 (File Options): Add @cindex entries for each command-line option.
9049 Document --epoch, --annotate, --async, --interpreter, --write,
9050 --statistics, and --version.
9051
9052 * annotate.texi: Convert to a chapter. Use @value{GDBN} instead
9053 of GDB.
9054
9d233477
JB
90552000-02-23 Jim Blandy <jimb@redhat.com>
9056
9057 * gdbint.texinfo (FUNCTION_START_OFFSET): Document.
9058
14e0eb3b
JB
90592000-02-22 Jim Blandy <jimb@redhat.com>
9060
9061 * gdbint.texinfo: Document COERCE_FLOAT_TO_DOUBLE --- the new form.
9062
3555de01
JM
90632000-02-15 Jason Molenda (jsm@bugshack.cygnus.com)
9064
9065 * Makefile.in (diststuff): New target.
9066
5e35df8e
KB
90672000-02-15 Kevin Buettner <kevinb@redhat.com>
9068
9069 * agentexpr.texi: Fix wording regarding Intel's IA-64
90a3d8f2 9070 architecture. [From Jim Wilson.]
5e35df8e 9071
c5394b80
JM
90722000-01-16 Tom Tromey <tromey@cygnus.com>
9073
9074 * gdb.texinfo (Breakpoints): Mention breakpoint ranges.
9075 (Delete Breaks): Mention range arguments.
9076 (Disabling): Likewise.
9077
c3f6f71d
JM
90782000-01-05 Dmitry Sivachenko <dima@Chg.RU>
9079
9080 * gdb.texinfo: Wrap "ASCII" in @sc{}; clarify a few sentences.
9081
c4093a6a
JM
9082Wed Dec 8 19:53:08 1999 Andrew Cagney <cagney@b1.cygnus.com>
9083
9084 * gdbint.texinfo (FRAME_CHAIN_VALID): Add the generic frame-chain
889bf7c5 9085 valid functions.
c4093a6a 9086
11cf8741
JM
90871999-11-05 Stan Shebs <shebs@andros.cygnus.com>
9088
9089 * gdb.texinfo: Clarify regular expressions used in rbreak.
9090
917317f4
JM
90911999-10-15 Kevin Buettner <kevinb@cygnus.com>
9092
9093 * gdbint.texinfo (MEMORY_INSERT_BREAKPOINT,
9094 MEMORY_REMOVE_BREAKPOINT): Document.
9095
9096Thu Oct 14 21:17:17 1999 Andrew Cagney <cagney@b1.cygnus.com>
9097
9098 * gdb.texinfo (remote): Document how GDB ignores the qOffsets BSS
889bf7c5 9099 offset re-using the DATA offset instead.
917317f4 9100
2df3850c
JM
91011999-10-11 Jim Kingdon <kingdon@redhat.com>
9102
9103 * gdbint.texinfo (Target Architecture Definition): Add PARM_BOUNDARY.
9104
91051999-10-05 Stan Shebs <shebs@andros.cygnus.com>
9106
9107 From Dmitry Sivachenko <demon@gpad.ac.ru>:
9108 * gdb.texinfo: Use GDBP and GDBN everywhere, fix a couple other
9109 typos.
9110
9111 * gdb.texinfo: Various minor wording and formatting improvements,
9112 mentions of additional command-line options.
9113
2acceee2
JM
91141999-09-30 Fred Fish <fnf@cygnus.com>
9115
9116 * gdb.texinfo: Document additional forms of specifying section
9117 names and addresses for the add-symbol-file command.
9118
c2c6d25f
JM
91191999-09-14 Michael Snyder <msnyder@cleaver.cygnus.com>
9120
9121 * gdbint.texinfo: Fix typo, add the word "have".
9122
91231999-09-14 Jim Blandy <jimb@cris.red-bean.com>
9124
9125 * gdbint.texinfo (Target Architecture Definition): Document the
9126 SKIP_PERMANENT_BREAKPOINT macro.
9127
d4f3574e
SS
91281999-09-07 Stan Shebs <shebs@andros.cygnus.com>
9129
9130 * gdb.texinfo: Fiks speling errers.
9131
9132 * gdb.texinfo: Fix uses of @multitable.
9133
f7dc1244 9134 From Eli Zaretskii <eliz@gnu.org>:
d4f3574e 9135 * gdb.texinfo: Include details specific to DOS host, clarify
889bf7c5 9136 some confusing language, fix @ref/@xref/@pxref usages, add
d4f3574e
SS
9137 comments about using with optimization, add more indexing,
9138 fix info about disassembly-flavor.
9139
9140Tue Sep 7 09:11:24 1999 Kevin Buettner <kevinb@cygnus.com>
9141
9142 * gdbint.texinfo (IN_SOLIB_DYNSYM_RESOLVE_CODE,
9143 SKIP_SOLIB_RESOLVER): Define.
9144
9145Fri Sep 3 18:05:14 1999 Andrew Cagney <cagney@b1.cygnus.com>
9146
9147 * gdb.texinfo (Protocol): Review. Add tables describing ``q'' and
889bf7c5 9148 ``g'' packets.
d4f3574e 9149
104c1213
JM
91501999-08-30 Stan Shebs <shebs@andros.cygnus.com>
9151
9152 * gdb.texinfo: Create a new "Configurations" chapter with
889bf7c5
PA
9153 platform-specific info, inline remote.texi and move sections of it
9154 into the new chapter, move bits about info proc, heuristic search,
104c1213
JM
9155 and register stack into the new chapter.
9156 * remote.texi: Remove, now part of gdb.texinfo.
9157 * Makefile.in (SFILES_INCLUDED): Remove ref to remote.texi.
9158
91591999-08-27 Jason Molenda (jsm@bugshack.cygnus.com)
9160
9161 * gdbint.texinfo (GDB_TARGET_IS_SUN3, GDB_TARGET_IS_SUN386,
9162 GDB_TARGET_IS_MACH386): These kludges have gone away.
9163
9164Wed Aug 25 10:47:03 1999 Andrew Cagney <cagney@b1.cygnus.com>
9165
9166 * gdbint.texinfo (Target Architecture Definition): Mention
889bf7c5 9167 TDEPLIBS.
104c1213 9168
53a5351d
JM
91691999-08-20 Stan Shebs <shebs@andros.cygnus.com>
9170
9171 * gdb.texinfo: Remove remaining "HPPA" conditionals, rewrite
9172 surrounding text to fit HP-UX bits into general info.
9173 (HPPA-cfg.texi): Remove, no longer useful.
9174
9175 * gdb.texinfo: Remove explicit links from @node lines, remove
9176 HP-added "Detailed Node Listing" from main menu which confuses
9177 things.
9178
9179 From Dmitry Sivachenko <dima@Chg.RU>:
9180 * gdb.texinfo: Use @value{GDBN} instead of plain GDB, fix grouping
889bf7c5 9181 in description of `set environment'.
53a5351d
JM
9182
91831999-08-17 Stan Shebs <shebs@andros.cygnus.com>
9184
9185 * gdbint.texinfo: Update coding standard to allow pure ANSI/ISO C.
9186
7be570e7
JM
91871999-08-12 Ben Elliston <bje@cygnus.com>
9188
9189 * gdbint.texinfo (Breakpoint Handling): Add missing words.
9190
f7dc1244 91911999-08-10 Eli Zaretskii <eliz@gnu.org>
7be570e7
JM
9192
9193 * gdb.texinfo (Set Watchpoints): Explain some subtleties about
889bf7c5
PA
9194 watch, awatch, and rwatch. Explain why the latter two cannot be
9195 set as software watchpoints. Document that watchpoints for local
9196 variables are deleted when the debuggee terminates.
7be570e7
JM
9197
9198Wed Aug 11 13:18:14 1999 Andrew Cagney <cagney@amy.cygnus.com>
9199
9200 * remote.texi (Protocol): Further clarification of the "qRcmd"
889bf7c5
PA
9201 packet. Allow E.. response packet. "qRcmd" packet is no longer
9202 reserved.
7be570e7
JM
9203
92041999-08-10 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
9205
a9331b3f
RM
9206 * Makefile.in: Rename inc-hist.texi to inc-hist.texinfo.
9207 * gdb.texinfo: Ditto.
7be570e7 9208
96baa820
JM
92091999-08-06 Tom Tromey <tromey@cygnus.com>
9210
9211 * gdb.texinfo (KOD): New node.
9212
9213Fri Aug 6 17:05:48 1999 Andrew Cagney <cagney@b1.cygnus.com>
9214
9215 * remote.texi (Rcmd): Fix minor formatting typos.
9216
9217Thu Aug 5 17:57:41 1999 Andrew Cagney <cagney@b1.cygnus.com>
9218
9219 * remote.texi (protocol qRcmd): Allow ``OK'' and ``O...'' response
889bf7c5 9220 packets.
96baa820 9221
adf40b2e
JM
92221999-07-14 Jim Blandy <jimb@zwingli.cygnus.com>
9223
9224 * gdbint.texinfo (PREPARE_TO_PROCEED, ADDR_BITS_REMOVE): Doc
9225 fixes.
9226
43ff13b4
JM
9227Tue Jun 29 11:43:55 1999 Andrew Cagney <cagney@b1.cygnus.com>
9228
9229 * gdbint.texinfo (SAVE_DUMMY_FRAME_TOS): Define.
9230
085dd6e6
JM
9231Fri Jun 25 11:47:06 1999 Andrew Cagney <cagney@b1.cygnus.com>
9232
9233 * remote.texi (Communication Protocol): ``v'' is in use. Fix
889bf7c5
PA
9234 numerous formatting errors. Clarify ``i''. Mark ``i'', ``Z'',
9235 ``z'' and ``qRcmd'' as draft instead of reserved. Identify
9236 packets that are not supported on all hosts. Expand examples.
9237 Spell check.
085dd6e6
JM
9238
92391999-06-24 Jason Molenda (jsm@bugshack.cygnus.com)
9240
9241 * Makefile.in: Recognize html, install-html. Add targets
9242 to build HTML versions of documentation via texi2html.
9243
9244Thu Jun 24 15:59:03 1999 Stan Shebs <shebs@andros.cygnus.com>
9245
9246 * gdbint.texinfo (Testsuite): New chapter, information about the
889bf7c5 9247 testsuite.
085dd6e6
JM
9248
9249Fri Jun 25 02:40:34 1999 Andrew Cagney <cagney@b1.cygnus.com>
9250
9251 * remote.texi (Communication Protocol): Rewrite.
9252
9253Thu Jun 24 16:59:54 1999 Andrew Cagney <cagney@b1.cygnus.com>
9254
9255 * stabs.texinfo: Fix uses of xref.
9256
9e0b60a8
JM
9257Thu Jun 17 17:23:25 1999 Stan Shebs <shebs@andros.cygnus.com>
9258
9259 * gdbint.texinfo: Add an anti-printf exhortation, and update the
9260 info about patch submission.
9261
cce74817
JM
9262Mon Jun 7 15:49:40 1999 Stan Shebs <shebs@andros.cygnus.com>
9263
9264 From Per Bothner <bothner@cygnus.com>:
9265 * gdb.texinfo: Document Chill support.
9266
9267Fri Jun 4 16:58:22 1999 Andrew Cagney <cagney@b1.cygnus.com>
9268
9269 * gdbint.texinfo (SP_REGNUM, FP_REGNUM, PC_REGNUM): Add reference
889bf7c5
PA
9270 to corresponding TARGET_READ_reg TARGET_WRITE_reg macros.
9271 Document that the value should be greater-than or equal-to zero.
9272 (NO_STD_REGS): Document. Deprecate.
cce74817 9273
ac9a91a7
JM
9274Tue Jun 1 15:04:15 1999 Andrew Cagney <cagney@b1.cygnus.com>
9275
9276 * gdbint.texinfo (TARGET_COMPLEX_BIT, TARGET_DOUBLE_COMPLEX_BIT):
889bf7c5 9277 Document that these are not used.
ac9a91a7
JM
9278
9279Thu May 27 09:28:15 1999 Andrew Cagney <cagney@b1.cygnus.com>
9280
9281 * gdbint.texinfo (EXTRACT_STRUCT_VALUE_ADDRESS_P): Document.
9282
392a587b
JM
9283Mon May 24 10:07:39 1999 Andrew Cagney <cagney@b1.cygnus.com>
9284
9285 * gdbint.texinfo (FRAME_NUM_ARGS): Update definition. Parameter
889bf7c5 9286 numargs was dropped.
392a587b
JM
9287
9288Thu May 20 12:26:59 1999 Andrew Cagney <cagney@b1.cygnus.com>
9289
9290 * gdbint.texinfo (FRAMELESS_FUNCTION_INVOCATION): Update.
9291
b83266a0
SS
9292Tue Apr 27 19:14:20 1999 Andrew Cagney <cagney@b1.cygnus.com>
9293
9294 * gdbint.texinfo (SKIP_PROLOGUE, SKIP_PROLOGUE_FRAMELESS_P):
889bf7c5 9295 Update.
b83266a0 9296
7a292a7a
SS
9297Thu Apr 22 13:07:37 1999 Andrew Cagney <cagney@b1.cygnus.com>
9298
9299 * gdbint.texinfo (USE_GENERIC_DUMMY_FRAMES): Document.
9300 (GET_SAVED_REGISTER): Update, not just the a29k uses this.
9301
9302Wed Apr 21 13:59:01 1999 Dave Brolley <brolley@cygnus.com>
9303
9304 * gdbint.texinfo: Fix typos: $ -> @.
9305
9306Tue Apr 20 11:59:38 1999 Andrew Cagney <cagney@b1.cygnus.com>
9307
9308 * gdbint.texinfo (REGISTER_NAMES, BREAKPOINT, BIG_BREAKPOINT,
889bf7c5
PA
9309 LITTLE_BREAKPOINT, LITTLE_REMOTE_BREAKPOINT,
9310 BIG_REMOTE_BREAKPOINT): Deprecate in favor of REGISTER_NAME and
9311 BREAKPOINT_FROM_PC.
a9331b3f 9312
7a292a7a
SS
9313Mon Apr 12 16:00:44 1999 Andrew Cagney <cagney@b1.cygnus.com>
9314
9315 * gdbint.texinfo (CALL_DUMMY_STACK_ADJUST_P,
889bf7c5 9316 CALL_DUMMY_STACK_ADJUST): Document.
7a292a7a
SS
9317
9318Thu Apr 8 17:23:15 1999 Andrew Cagney <cagney@b1.cygnus.com>
9319
9320 * gdbint.texinfo (CALL_DUMMY_P, CALL_DUMMY_WORDS,
889bf7c5 9321 SIZEOF_CALL_DUMMY_WORDS, CALL_DUMMY): Define.
7a292a7a
SS
9322
93231999-04-02 Stan Shebs <shebs@andros.cygnus.com>
9324
9325 * gdbint.texinfo (MAINTENANCE_CMDS): Remove ref, since it no
9326 longer exists.
9327
9328Tue Mar 9 19:25:11 1999 Stan Shebs <shebs@andros.cygnus.com>
9329
9330 * gdb.texinfo, remote.texi, all-cfg.texi, HPPA-cfg.texi: Remove
889bf7c5
PA
9331 nearly all @ifset/@ifclear conditionals; nobody uses them, and
9332 they make the manual source incomprehensible.
7a292a7a
SS
9333 * h8-cfg.texi: Remove, hasn't been used in years.
9334
c906108c
SS
9335Thu Feb 11 18:00:59 1999 Stan Shebs <shebs@andros.cygnus.com>
9336
9337 * gdb.texinfo: Update the credits.
9338
9339Mon Feb 8 17:33:57 1999 Stan Shebs <shebs@andros.cygnus.com>
9340
9341 * gdb.texinfo: Fix mistakes noticed in printout of last
9342 draft, add Alpha to discussion of heuristic fence post.
9343
9344Fri Feb 5 17:20:00 1999 Stan Shebs <shebs@andros.cygnus.com>
9345
9346 * gdb.texinfo, remote.texi: Many changes; update to Seventh
889bf7c5
PA
9347 Edition, merge some HP changes into mainline, describe some
9348 previously undocumented features, describe more of the target
9349 commands available, eliminate obsolete section on renamed
9350 commands.
c906108c
SS
9351 * all-cfg.texi, HPPA-cfg.texi: Remove some obsolete conditionals.
9352
9353Wed Jan 20 17:47:45 1999 Stan Shebs <shebs@andros.cygnus.com>
9354
9355 * gdb.texinfo: Make many HPPA conditionals unconditional,
9356 including catchpoint description, since now on for all configs.
9357 * all-cfg.texi: @clear HPPA, since is mainly for very HP-specific
9358 specializations.
9359
9360Thu Jan 14 17:10:12 1999 Stan Shebs <shebs@andros.cygnus.com>
9361
9362 * Makefile.in (GDBvn.texi): Fix match expression to work with
9363 current format of VERSION in gdb/Makefile.in.
9364 * gdb.texinfo: Fix node ref to match new readline.
9365
9366Wed Jan 13 10:38:40 1999 Edith Epstein <eepstein@sophia.cygnus.com>
9367
a9331b3f
RM
9368 * gdb.texinfo: Changes made as part of a project to merge in
9369 changes made by HP. Documentation makes extensive use of
c906108c
SS
9370 @ifclear HPPA and @ifset HPPA. The HP manual omits doumentation
9371 on remote debugging. There are differences in documentation
889bf7c5 9372 (HP vs. non-HP) on C++ support (aCC vs. gnu gcc++). Also,
c906108c
SS
9373 the HP manual discusses catchpoints, hardware watchpoints, and
9374 some HPUX specific limitations for shared library support.
a9331b3f 9375
c906108c
SS
9376 There are also a number of @node changes.
9377
93781999-01-12 Jason Molenda (jsm@bugshack.cygnus.com)
9379
9380 * gdbint.texinfo (Formatting): Disambiguate a sentence.
9381 (C Usage): Same.
9382
9383Wed Jan 6 11:55:34 1999 David Taylor <taylor@texas.cygnus.com>
9384
9385 The following changes were made by Edith Epstein
889bf7c5
PA
9386 <eepstein@cygnus.com> as part of a project to merge in changes
9387 made by HP.
a9331b3f 9388
c906108c
SS
9389 * HPPA-cfg.texi: new file.
9390
9391 * all-cfg.texi: set HPPA for HP PA-RISC targets.
9392
9393 * refcard.tex: change documentation about catch.
9394 removed info catch.
9395
9396Mon Jan 4 18:29:18 1999 Stan Shebs <shebs@andros.cygnus.com>
9397
9398 * gdbint.texinfo: Expand on GDB's coding standards,
9399 specify the use of arg names with prototypes.
9400
94011998-12-14 J.T. Conklin <jtc@redbacknetworks.com>
9402
9403 * gdb.texinfo: Fix tipo.
9404
9405Sun Dec 13 10:27:59 1998 Andrew Cagney <cagney@b1.cygnus.com>
9406
9407 * gdbint.texinfo: Document TARGET_BYTE_ORDER_DEFAULT and
889bf7c5 9408 TARGET_BYTE_ORDER_SELECTABLE_P.
c906108c
SS
9409
9410Thu Dec 10 16:07:09 1998 Andrew Cagney <cagney@b1.cygnus.com>
9411
9412 * gdbint.texinfo (FRAME_FIND_SAVED_REGS): Document.
9413
94141998-12-09 Jim Blandy <jimb@zwingli.cygnus.com>
9415
9416 * agentexpr.texi: New file.
9417
9418Wed Dec 9 21:13:57 1998 Andrew Cagney <cagney@chook>
9419
9420 * gdbint.texinfo (REGISTER_NAME): Replace REGISTER_NAMES.
9421
94221998-12-03 J.T. Conklin <jtc@redbacknetworks.com>
9423
9424 * remote.texi: Changed wording that implied that the GDB remote
9425 protocol caches register values instead of GDB itself.
9426
9427Tue Dec 1 17:45:43 1998 Stan Shebs <shebs@andros.cygnus.com>
9428
9429 * gdbint.texinfo: Add some info about symbol readers.
9430 (CHILL_PRODUCER, etc): Comment out descriptions, not useful.
9431 (IN_SOLIB_CALL_TRAMPOLINE): Rename info from IN_SOLIB_TRAMPOLINE.
9432 (IN_SOLIB_RETURN_TRAMPOLINE): Describe.
9433 (KERNEL_DEBUGGING, MIPSEL): No info about these, remove.
9434
9435Mon Nov 30 11:32:21 1998 Andrew Cagney <cagney@chook>
9436
a9331b3f 9437 * gdbint.texinfo (FRAME_CHAIN_VALID_ALTERNATE):
c906108c
SS
9438
9439Sat Nov 28 13:45:53 1998 Andrew Cagney <cagney@b1.cygnus.com>
9440
9441 * gdbint.texinfo (INNER_THAN): Update, now takes parameters.
9442
9443Fri Nov 27 12:39:45 1998 Andrew Cagney <cagney@chook>
9444
9445 * gdbint.texinfo (NO_SINGLE_STEP): Replace with
889bf7c5 9446 SOFTWARE_SINGLE_STEP_P and SOFTWARE_SINGLE_STEP.
c906108c
SS
9447
9448Wed Oct 14 10:02:40 1998 Andrew Cagney <cagney@b1.cygnus.com>
9449
9450 * gdbint.texinfo: Fix minor typos.
9451
9452Wed Sep 30 18:03:19 1998 Stan Shebs <shebs@andros.cygnus.com>
9453
9454 * gdbint.texinfo: Complete overhaul. Group descriptions more
9455 logically, add more info on generic algorithms, remove much
9456 obsolete and/or wrong material.
9457
9458Fri Jul 24 17:51:38 1998 Ian Lance Taylor <ian@cygnus.com>
9459
9460 * stabs.texinfo (Method Type Descriptor): Expand and correct.
9461
9462Mon May 4 10:37:12 1998 Brian Youmans (3diff@gnu.org)
9463
9464 * refcard.tex: Copyright, address updates.
9465
9466Tue Apr 21 18:09:56 1998 Stan Shebs <shebs@andros.cygnus.com>
9467
9468 * gdb.texinfo (EDITION, DATE): Update and change to use ordinals
9469 for the edition instead of confusing GDB-version-like numbers.
9470
9471Mon Apr 13 14:05:00 1998 Fred Fish <fnf@cygnus.com>
9472
9473 * gdb.texinfo (hbreak, watch): Fix typo, "date" -> "data".
9474
9475Thu Apr 2 16:52:44 1998 Jason Molenda (crash@bugshack.cygnus.com)
9476
5ae4183a 9477 * LRS: Reformat a bit to keep text under 80 columns.
c906108c
SS
9478
9479Thu Apr 2 16:10:36 1998 Stan Shebs <shebs@andros.cygnus.com>
9480
9481 * gdb.texinfo: Add some credits, mention bug monitor.
9482 * remote.texi: Mention mips monitor targets.
9483 * gdbint.texinfo: Describe SP_REGNUM, STEP_SKIPS_DELAY.
a9331b3f 9484
c906108c
SS
9485Mon Feb 2 17:13:03 1998 Stan Shebs <shebs@andros.cygnus.com>
9486
9487 * gdbint.texinfo: Remove obsolete mentions of pinsn.c and opcode.h
889bf7c5
PA
9488 files, finish sorting of host vs target vs native macros, describe
9489 some more of them.
c906108c
SS
9490
9491Tue Jan 13 16:44:50 1998 Fred Fish <fnf@cygnus.com>
9492
9493 * gdbint.texinfo (Host Conditionals): Document change from
9494 using NO_MMALLOC to it's inverse, USE_MMALLOC.
9495
9496Mon Nov 24 13:55:21 1997 Andrew Cagney <cagney@b1.cygnus.com>
9497
9498 * gdbint.texinfo (Host Conditionals): Document
889bf7c5 9499 PRINTF_HAS_LONG_DOUBLE, SCANF_HAS_LONG_DOUBLE, HAVE_LONG_DOUBLE.
c906108c
SS
9500
9501Fri Jul 4 14:52:31 1997 Ian Lance Taylor <ian@cygnus.com>
9502
9503 * gdbint.texinfo (Host Conditionals): Add CRLF_SOURCE_LINES.
9504 Document LSEEK_NOT_LINEAR.
9505
9506Tue Mar 25 14:44:09 1997 Ian Lance Taylor <ian@cygnus.com>
9507
9508 * stabs.texinfo (Stab Section Basics): Make it clear that only
9509 some versions of the GNU linker remove the leading N_UNDF symbol.
9510
9511Thu Feb 27 17:45:19 1997 Ian Lance Taylor <ian@cygnus.com>
9512
9513 * stabs.texinfo (String Field): Document type number pairs here,
9514 instead of in the Sun specific section.
9515 (Include Files): The GNU linker supports the N_BINCL
9516 optimization. Clarify the N_BINCL value, and what it is used
9517 for.
9518 (Procedures): Document N_FUN with an empty string to mark the end
9519 of a function.
9520 (Typedefs): Mention that Sun compilers may use N_GSYM for a type.
9521 (Sun Differences): Remove this node, as the information is now
9522 elsewhere in the main document.
9523 (Stab Section Basics): Mention that the GNU linker may optimize
9524 stabs and remove the leading N_UNDF symbol.
9525
9526Mon Dec 9 12:23:32 1996 Roland Pesch <roland@wrs.com>
9527
9528 * gdb.texinfo, refcard.tex: Restore author credit
9529
9530Wed Oct 2 22:01:36 1996 Fred Fish <fnf@fishfood.ninemoons.com>
9531
9532 * gdbint.texinfo (SIGTRAMP_START, SIGTRAMP_END): Update
9533 documentation to account for START and END macros taking
9534 one arg.
9535
9536Thu Aug 22 17:59:03 1996 Fred Fish <fnf@cygnus.com>
9537
9538 From: Eberhard Mattes <mattes@azu.informatik.uni-stuttgart.de>
9539 * gdb.texinfo (Frames): Fix typo.
9540
9541Tue Jul 23 10:06:20 1996 Fred Fish <fnf@cygnus.com>
9542
9543 * gdbint.texinfo (NO_SINGLE_STEP): Document that single_step takes
9544 a target_signal as arg type, not a pid.
9545
9546Fri Jul 12 11:10:05 1996 Stu Grossman (grossman@critters.cygnus.com)
9547
9548 * gdb.texinfo: Document `set assembly-language'.
9549
9550Thu Jul 11 13:50:28 1996 Stan Shebs <shebs@andros.cygnus.com>
9551
9552 * remote.texi: Update list of stubs in the GDB distribution.
9553
9554Fri Jul 5 15:38:54 1996 Fred Fish <fnf@cygnus.com>
9555
9556 * gdbint.texinfo (NO_MMCHECK): Renamed from NO_MMALLOC_CHECK.
889bf7c5
PA
9557 Also document that some systems can use mmalloc but must define
9558 this if their C runtime allocates memory that is later freed.
c906108c 9559 (MMCHECK_FORCE): Document new macro.
a9331b3f 9560
c906108c
SS
9561Fri Jun 28 22:17:10 1996 Dawn Perchik <dawn@cygnus.com>
9562
9563 * remote.texi: Add documentation for target Sparclet.
9564
9565Mon Jun 24 18:12:22 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
9566
a9331b3f 9567 * Makefile.in (srcdir, VPATH, prefix, infodir, INSTALL,
c906108c
SS
9568 INSTALL_PROGRAM, INSTALL_DATA): Use autoconf set values.
9569 * configure.in: Rewritten for autoconf.
9570 * configure: New.
9571
9572Mon Jun 17 10:43:41 1996 Fred Fish <fnf@cygnus.com>
9573
9574 * Makefile.in (DVIPS): New define, set to dvips.
9575 (dvi): Add stabs.dvi.
9576 (ps): New target.
9577 (all-doc): Depend on info, dvi, and ps targets.
9578 (STAGESTUFF): Add *.ps and *.dvi files.
9579 (clean-info, clean-dvi): Remove.
9580 (mostlyclean): Does not depend upon clean-info or clean-dvi,
9581 rules completely rewritten.
9582 (maintainer-clean): Remove clean-info and clean-dvi
9583 dependencies and put their actions in the rules.
9584 (gdb.ps): New target
a9331b3f 9585 (gdb.dvi, gdbgui.dvi, gdbint.dvi, stabs.dvi): Remove
c906108c
SS
9586 intermediate TeX files, whether they have 2 or 3 character
9587 extensions.
9588 (gdbint.ps): Add target and rules.
9589 (gdb-internals): Delete unused target.
9590 (Makefile): Depends upon config.status also.
9591
9592Sat Mar 30 15:46:58 1996 Fred Fish <fnf@cygnus.com>
9593
9594 * gdbint.texinfo (CC_HAS_LONG_LONG): Clarify when/how this is
9595 set.
9596
9597Sat Mar 16 15:10:20 1996 Fred Fish <fnf@cygnus.com>
9598
9599 From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>
9600 * gdb.texinfo (Expressions): Fix erroneous array constant example.
9601
9602Sat Mar 16 13:28:45 1996 Fred Fish <fnf@cygnus.com>
9603
9604 * gdb.texinfo: Add missing "@bullet" to some "@itemize" commands.
9605
9606Sat Feb 10 03:28:36 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
9607
9608 * gdb.texinfo (Print settings): Document
9609 `set/show print static-members' commands.
9610
9611Wed Jan 10 14:16:37 1996 Fred Fish <fnf@cygnus.com>
9612
9613 * gdbint.texinfo (Native): Document name change, coredep.c to
9614 core-aout.c.
9615
9616Wed Dec 13 12:35:28 1995 Ian Lance Taylor <ian@cygnus.com>
9617
9618 * stabs.texinfo (Include Files): Document the values the SunOS4
9619 linker creates for N_BINCL/N_EINCL/N_EXCL stabs.
9620
9621Fri Dec 8 21:08:44 1995 Fred Fish <fnf@cygnus.com>
9622
9623 * gdbint.texinfo (Releases): Change gdb.tar.Z to gdb.tar.gz.
9624 Fix typo.
9625
9626Fri Dec 1 11:07:50 1995 Fred Fish <fnf@cygnus.com>
9627
9628 * gdbint.texinfo (Releases): Make "gdb.tar.gz" rather than
9629 "gdb.tar.Z".
9630
9631Wed Sep 20 13:14:10 1995 Ian Lance Taylor <ian@cygnus.com>
9632
9633 * Makefile.in (maintainer-clean): New target, synonym for
9634 realclean.
9635
9636Thu Aug 3 10:45:37 1995 Fred Fish <fnf@cygnus.com>
9637
9638 * Update all FSF addresses except those in COPYING* files.
9639
9640Wed Jul 19 18:43:03 1995 Stan Shebs <shebs@andros.cygnus.com>
9641
9642 From Richard Earnshaw (rearnsha@armltd.co.uk):
9643 * gdb.texinfo (convenience variables): Document $_exitcode.
9644 (quit): Document optional expression to use as exit code.
9645
9646Thu Jun 22 21:27:33 1995 Victoria Mixon <victoria@cygnus.com>
9647
9648 * gdb.texinfo, remote.texi: Brought up to date with various
9649 GDB changes.
9650
9651Tue Jun 20 14:35:38 1995 Stan Shebs <shebs@andros.cygnus.com>
9652
9653 * gdb.texinfo: Update dates and versions, fix comments about
9654 hardware watchpoints in future releases and about the
9655 sharedlibrary command.
9656
9657Mon May 8 09:30:36 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
9658
9659 * stabs.texinfo: Remove node `XCOFF differences'. Describe value of
9660 C_FUN stab. Other cleanups.
9661
9662Wed Apr 19 07:02:19 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
9663
9664 * remote.texi (Bootstrapping): Clarify that flush_i_cache is only
9665 for the sparc stub.
9666
9667Tue Apr 11 11:41:49 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
9668
9669 * annotate.texi: Clarify which addresses have differing formats
9670 depending on the language and which do not.
9671
9672Tue Mar 28 16:56:22 1995 J.T. Conklin <jtc@rtl.cygnus.com>
9673
9674 * remote.texi (NetWare): Changed example to use BOARD= instead of
9675 NODE= argument to reflect correspoding change to gdbserve.nlm.
9676
9677Fri Mar 17 06:47:02 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
9678
9679 * stabs.texinfo (Negative Type Numbers): Mention the fact that
9680 GDB, as well as AIX dbx, supports the size type attribute.
9681
9682Thu Mar 16 12:11:32 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
9683
9684 * stabs.texinfo (Negative Type Numbers): Document types -31 to -34.
9685
9686Mon Mar 13 16:49:13 1995 Per Bothner <bothner@kalessin.cygnus.com>
9687
9688 * gdb.texinfo (Define): Document $arg0... arguments to commands,
9689 and new 'if' and 'while' commands.
9690
9691Fri Feb 17 15:24:35 1995 Per Bothner <bothner@kalessin.cygnus.com>
9692
9693 * gdb.texinfo (Artificial arrays): Note use of coerce-to-array-type.
9694
9695Wed Feb 15 11:59:18 1995 J.T. Conklin <jtc@rtl.cygnus.com>
9696
9697 * all-cfg.texi: New flag, GDBSERVE, for NetWare's gdbserve.nlm.
9698 * remote.texi (NetWare): New node, how to use gdbserve.nlm on
9699 NetWare targets. Mostly stolen from the Server node.
9700
9701Fri Feb 10 20:20:08 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
9702
9703 * gdb.texinfo (Setting): Talk about the language of a source file
9704 versus the working language. The old documentation did not match
9705 what GDB did.
9706
9707Wed Feb 1 20:26:36 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
9708
9709 * stabs.texinfo (Source Files): Document N_SO used to mark the end
9710 of a source file.
9711
9712Mon Jan 23 14:23:37 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
9713
9714 * gdb.texinfo (Processes): New node.
9715
9716Tue Jan 17 14:09:03 1995 Ian Lance Taylor <ian@sanguine.cygnus.com>
9717
9718 * remote.texi: Update documentation of set/show mipsfpu.
9719
3fc11d3e
JM
9720Fri Jan 6 17:17:28 1995 Stan Shebs <shebs@andros.cygnus.com>
9721
9722 * gdbgui.texinfo: New file, manual for GUI (gdbtk) users.
9723 * Makefile.in (gdbgui.dvi, gdbgui.info): New actions.
c906108c
SS
9724
9725Sun Sep 4 16:47:21 1994 Stan Shebs (shebs@andros.cygnus.com)
9726
9727 * gdbint.texinfo: Removed mentions of some incorrectly placed and
9728 obsolete conditionals, described some others.
9729
9730Mon Aug 1 15:42:39 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
9731
9732 * gdbint.texinfo: Remove references to BROKEN_LARGE_ALLOCA and
9733 SET_STACK_LIMIT_HUGE; they were removed from GDB 14 May 1994.
9734
9735Mon Aug 1 15:12:02 1994 Stan Shebs (shebs@andros.cygnus.com)
9736
9737 * gdbint.texinfo: Put regex conditionals in their own table.
9738
9739Tue Jul 26 18:32:52 1994 Stan Shebs (shebs@andros.cygnus.com)
9740
9741 * gdbint.texinfo: Removed mentions of many obsolete conditionals,
9742 described or fixed the descriptions of many others.
9743
9744Sun Jul 17 14:14:03 1994 Stan Shebs (shebs@andros.cygnus.com)
9745
9746 * gdb.texinfo: Add some more credits.
9747 * gdbint.texinfo: Capitalize GDB consistently, describe some
9748 macros and remove some.
9749
9750Thu Jul 14 18:43:17 1994 Stan Shebs (shebs@andros.cygnus.com)
9751
9752 * gdbint.texinfo: Removed mentions of many incorrectly placed and
9753 obsolete conditionals, described some others.
9754
9755Tue Jul 12 12:23:15 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
9756
9757 * gdb.texinfo (help targets): Changed to `help target', which
9758 is the correct gdb command.
9759
9760Wed Jun 22 18:00:51 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
9761
9762 * annotate.texi (TODO): New node, for keeping track of annotations
9763 suggested but not yet implemented.
9764
9765Wed Jun 1 16:10:45 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
9766
9767 * stabs.texinfo (Statics): Value of xcoff C_BSTAT points to
9768 another symbol, it is not the address itself.
9769
9770Thu May 5 20:23:36 1994 Stan Shebs (shebs@andros.cygnus.com)
9771
9772 * stabs.texinfo (Stab Section Basics): Add comment about alignment
9773 of stabs-in-coff sections.
9774
9775Wed May 4 06:26:11 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
9776
9777 * annotate.texi: Change edition to 0.5 and date to May 1994.
9778 Add index.
9779 (Frames): New node, for frame annotation.
9780 (Displays): New node, for display annotation.
9781
9782 * remote.texi (MIPS Remote): Say that set timeout doesn't apply
9783 when waiting for your program to stop.
9784
9785Fri Apr 29 18:24:46 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
9786
9787 * annotate.texi (Breakpoint Info): Document annotation of header
9788 fields and record annotation.
9789
9790Thu Apr 28 07:44:28 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
9791
9792 * annotate.texi: New file, to document annotations.
9793
9794Thu Apr 21 14:20:51 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
9795
9796 * Makefile.in (clean): Don't remove GDBvn.texi (apparently on Jan
9797 16 I meant to make this change but did not). Do remove gdb-cfg.texi.
9798
9799Wed Apr 20 11:22:48 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
9800
9801 * stabs.texinfo (Stab Section Basics): Say what is in .stab
9802 section, and say n_strx field is compilation unit relative.
9803 * stabs.texinfo: Don't use @code for a.out when it is the name of
9804 an object file format.
9805
9806Wed Apr 13 20:29:54 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
9807
9808 * gdb.texinfo: Refer to file names, not path names, per rms
9809 convention.
9810 (Arguments): Fix typo.
9811
9812Thu Mar 24 08:09:12 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
9813
9814 * stabs.texinfo (Global Variables): Talk about stabs in files
9815 where variables are referenced, but not defined.
9816
9817Wed Mar 23 07:16:36 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
9818
9819 * stabs.texinfo: Move stuff on @ and # type descriptors from node
9820 Cplusplus to new nodes Member Type Descriptor and Method Type
9821 Descriptor. Re-write stuff for #.
9822
9823Wed Mar 16 08:20:19 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
9824
9825 * gdb.texinfo (Print Settings): Don't document "set print
9826 fast-symbolic-addr off". The bug which it worked around was fixed
9827 on 25 Feb 94 in coffread.c, so I'm nuking the command.
9828
9829 * stabs.texinfo (Alternate Entry Points): New node, rewritten from
9830 N_ENTRY node.
9831
9832 * stabs.texinfo (Type Descriptors): Add 'Y' type descriptor.
9833
9834Tue Mar 15 08:43:02 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
9835
9836 * gdbint.texinfo (Host Conditionals, Target Conditionals): Remove
9837 references to ieee-float.c.
9838
9839Fri Mar 11 08:09:40 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
9840
9841 * gdb.texinfo (Set Breaks): Update documentation for tbreak to
9842 match what the code actually does.
9843
9844Wed Mar 9 19:43:05 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
9845
9846 * stabs.texinfo (Symbol Descriptors): Add OS9000 symbol descriptor s.
9847
9848Tue Mar 1 17:04:43 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
9849
9850 * stabs.texinfo (Type Descriptors): Add OS9000 type descriptors c,
9851 i, and b.
9852
9853Wed Feb 23 10:44:18 1994 Jim Kingdon (kingdon@rtl.cygnus.com)
9854
9855 * stabs.texinfo: Document N_RBRAC as function relative for COFF as
9856 well as for ELF and SOM. Unify the descriptions of ELF and SOM
9857 as "stabs in sections" rather than just saying "ELF and SOM".
9858 Also make that stuff apply to COFF.
9859
9860Fri Feb 18 08:25:58 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
9861
9862 * gdb.texinfo (Formatting Documentation): Change GhostScript to
9863 Ghostscript.
9864
9865Fri Feb 4 06:31:31 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
9866
9867 * gdb.texinfo (Continuing and Stepping): When talking about "step"
9868 versus functions without line numbers, also mention stepping into
9869 them as well as "step" when you are in them. Tell the user how to
9870 deal with the situation. Add comment about "debugging information".
9871
9872Thu Feb 3 11:39:59 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
9873
9874 * stabs.texinfo (Enumerations): Document restriction on where
9875 enumeration types can appear and still win with GDB.
9876
9877Wed Feb 2 11:29:17 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
9878
9879 * stabs.texinfo (Negative Type Numbers): Document format for type
9880 -16.
9881
9882Thu Jan 27 16:53:56 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
9883
9884 * gdb.texinfo (Selection, Frame Info): Update information about
9885 arbitrary frame specficiations.
9886
9887Wed Jan 26 15:31:57 1994 Roland H. Pesch (pesch@fowanton.cygnus.com)
9888
9889 * gdb.texinfo, remote.texi: general editing pass prior to Net release
9890
9891Tue Jan 25 12:12:04 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
9892
9893 * stabs.texinfo (String Field): Discuss continuing stabs with ?.
9894
9895Wed Jan 19 06:39:24 1994 David J. Mackenzie (djm@thepub.cygnus.com)
9896
9897 * stabs.texinfo (Non-Stab Symbol Types): Mention N_SET* | N_EXT.
9898
9899Sun Jan 16 12:43:32 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
9900
9901 * stabs.texinfo: Re-do stuff about C_BSTAT and move from XCOFF
9902 Differences node to Statics node.
9903 (Statics): Discuss XCOFF use of V symbol descriptor.
9904
9905 * Makefile.in: Remove refcard.dvi and GDBvn.texi in realclean,
9906 not clean.
9907
9908Wed Jan 12 21:29:54 1994 John Gilmore (gnu@cygnus.com)
9909
9910 * gdb.texinfo (Print Settings): Document `set print
9911 fast-symbolic-addr' and improve the doc for some other
9912 `set print's.
9913
9914Mon Jan 3 17:23:07 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
9915
9916 * stabs.texinfo (String Field): Talk about defining several type
9917 numbers at once.
9918 Fix lint regarding changing node ELF Transformations to
9919 ELF and SOM Transformations.
9920
9921Fri Dec 31 00:42:43 1993 John Gilmore (gnu@cygnus.com)
9922
9923 * stabs.texinfo: Insert Peter Kessler's name as inventor (I think).
9924
9925Tue Dec 28 09:30:40 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9926
9927 * stabs.texinfo (Cross-References): `::' is for nested types only
9928 within <>.
9929 (Structures): Document static members.
9930
9931Mon Dec 27 13:55:04 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9932
9933 * stabs.texinfo: Document S type attribute.
9934
9935Sun Dec 26 20:46:36 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
9936
9937 * stabs.texinfo: Add notes about stabs-in-som where appropriate.
9938
9939Fri Dec 3 19:13:19 1993 John Gilmore (gnu@cygnus.com)
9940
9941 * gdbint.texinfo: Fix a few typos.
9942
9943Sun Nov 28 18:06:25 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
9944
9945 * gdb.texinfo, remote.texi: formatting improvements
9946
9947 * gdb.texinfo (New Features): mention threads.
9948 (Summary, C): fix xrefs in newly contributed text.
9949 (Threads): index entries, clarifications, example
9950 (passim): minor typos fixed, phrasing improvements
9951
9952 * remote.texi (Bootstrapping): rephrase text on ^C and add index
9953 entries; (Server): explain use of gdbserver w/real-time systems,
9954 add example of conflicting TCP port; (MIPS Remote) break up
9955 running text into table, highlighting commands, and add example.
a9331b3f 9956
c906108c
SS
9957Wed Nov 24 14:15:56 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
9958
9959 * refcard.tex: avoid bad linebreaks even when REFEDITS=psrc.sed
9960
9961Fri Nov 12 16:10:58 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9962
9963 * stabs.texinfo (Nested Symbols): New node.
9964 (String Field, Symbol Descriptors, Cross-References): Refer to it.
9965
9966Thu Nov 11 13:26:45 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9967
9968 * stabs.texinfo (Stabs in ELF): Clarify how Bbss.bss work with respect
9969 to picking which Bbss.bss symbol to use, and (because there seems to
9970 be no good way of doing it) re-write some of the text to make it
9971 sound like Bbss.bss isn't such a great idea after all (as currently
9972 designed).
9973
9974 * gdb.texinfo (C): In addition to saying people have to use g++ for
9975 good results, say they have to use stabs. Specifically say cfront
9976 doesn't work well.
9977 (Summary): Merge in information on Modula-2, Pascal, and Chill from
9978 the gdb README. Add xrefs to places where the support for the various
9979 languages is described in detail.
9980
9981Mon Nov 8 11:47:34 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9982
9983 * stabs.texinfo: Clean up stuff about visibility and virtual
9984 characters.
9985
9986 * stabs.texinfo (N_M2C): Cite Sun doc.
9987
9988Fri Nov 5 16:27:27 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
9989
9990 * gdb.texinfo: updates re threads.
9991 * remote.texinfo: avoid index entries starting with digits.
9992
9993Tue Nov 2 09:08:37 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9994
9995 * stabs.texinfo (Enumerations): Talk about large, negative and
9996 octal values. Clean up cross reference to type attributes.
9997 (String Field): Say that GDB 4.11 supports size attribute.
9998
9999Sun Oct 31 13:31:10 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10000
10001 * remote.texi (VxWorks Remote): Clarify that rebuilding VxWorks kernel
10002 is a mandatory step. Make the stuff about that more concise.
10003
10004Wed Oct 27 00:25:46 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10005
10006 * stabs.texinfo (Class Names): New node.
10007
10008 * gdb.texinfo (Command Files): Explain order of init file reading.
10009
10010 * remote.texi (Bootstrapping): Talk about getting the serial driver
10011 to deal with ^C sent by gdb to stop the remote system.
10012
10013Mon Oct 25 03:25:41 1993 Tom Lord (lord@cygnus.com)
10014
10015 * libgdb.texinfo (I/O): incorporated better phrasing from rich.
10016
10017 * libgdb.texinfo (Defining Commands): made the DOC arg
10018 to gdb_define_app_command a char * instead of char **
10019 per a suggestion from kingdon.
10020
10021 * libgdb.texinfo: total rewrite from a different starting
10022 premise.
10023
10024Wed Oct 20 18:07:44 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10025
10026 * stabs.texinfo (Local Variable Parameters): Re-write paragraph on
10027 floats passed as doubles (to improve clarity).
10028
10029Tue Oct 19 14:21:18 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
10030
10031 * gdb.texinfo (Source Path): index entries for $cwd, $pdir
10032
10033 * a4rc.sed: update to work with Andreas Vogel papersize params
10034
10035 * refcard.tex: use Andreas Vogel simplifications of papersize
10036 params; remove useless version info; update copyright date.
10037
10038Tue Oct 19 10:46:22 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10039
10040 * gdb.texinfo (Symbols): Add class NAME to doc for ptype.
10041
10042Tue Oct 12 09:11:45 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10043
10044 * gdb.texinfo (Files): Say what address the load command loads it at.
10045
10046 * stabs.texinfo (Common Blocks): Minor cleanups.
10047
10048 * stabs.texinfo: Update ld stabs in elf relocation to reflect the fact
10049 that Sun has backed away from the linker kludge and thus the relevant
10050 issue is changes to the SunPRO tools, not the Solaris linker.
10051
10052 * stabs.texinfo (Traditional Integer Types): Clean up description
10053 of octal bounds a little bit. Document extra leading zeroes.
10054
10055Thu Oct 7 16:15:37 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10056
10057 * gdb.texinfo (Signaling): Update for symbolic symbol names
10058 and add a section explaining the difference between the GDB
10059 signal command and the shell kill utility.
10060
10061Wed Oct 6 13:23:01 1993 Tom Lord (lord@rtl.cygnus.com)
10062
10063 * libgdb.texinfo: added `@' to braces that were unescaped.
10064
10065Mon Oct 4 10:42:18 1993 Tom Lord (lord@rtl.cygnus.com)
10066
10067 * libgdb.texinfo: new file. Spec for the gdb library.
10068
10069Sun Oct 3 15:26:56 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10070
10071 * stabs.texinfo (Include Files): Fix typo (start -> end).
10072
10073Thu Sep 30 18:24:56 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
10074
10075 * gdb.texinfo, remote.texi: assorted small improvements, mostly
10076 from Melissa at FSF's editing pass.
10077
10078Thu Sep 30 11:54:38 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10079
10080 * gdb.texinfo: Remove stuff about ar and 14 character filenames.
10081 I believe this was fixed by the 13 Sep 89 change to print_frame_info.
10082 Also, modern versions of ar like BSD 4.4 or SVR4 don't have this bug.
10083
10084Wed Sep 22 21:22:11 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10085
10086 * remote.texi (Bootstrapping): Discuss 386 call gates.
10087
10088Sat Sep 18 17:10:44 1993 Jim Kingdon (kingdon@poseidon.cygnus.com)
10089
10090 * stabs.texinfo (Based Variables): New node.
10091
10092Thu Sep 16 17:48:55 1993 Jim Kingdon (kingdon@cirdan.cygnus.com)
10093
10094 * stabs.texinfo (Negative Type Numbers): Re-write discussions of
10095 names, sizes, and formats to suggest how not to lose.
10096
10097Sat Sep 11 09:35:11 1993 Jim Kingdon (kingdon@poseidon.cygnus.com)
10098
10099 * stabs.texinfo (Methods): Fix typo.
10100
10101Fri Sep 10 06:34:20 1993 David J. Mackenzie (djm@thepub.cygnus.com)
10102
10103 * gdb.texinfo: Fix a few typos.
10104
10105Wed Sep 8 09:11:52 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10106
10107 * gdb.texinfo: Clarify how well it works with Fortran.
10108
10109 * stabs.texinfo (Stabs In ELF, Statics, ELF Transformations):
10110 More on relocating stabs in ELF files.
10111
10112Tue Sep 7 13:45:02 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10113
10114 * stabs.texinfo (Stabs In ELF): Talk about N_FUN value.
10115
10116Mon Sep 6 19:23:18 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10117
10118 * stabs.texinfo (Local Variable Parameters): Talk about nameless
10119 parameters on VAX.
10120
10121Fri Sep 3 17:06:08 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
10122
10123 * gdb.texinfo: @up/@down -> @raisesections/@lowersections
10124
10125Fri Sep 3 12:04:15 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10126
10127 * stabs.texinfo: Make info author notice match the TeX author notice.
10128
10129Tue Aug 31 13:21:06 1993 David J. Mackenzie (djm@thepub.cygnus.com)
10130
10131 * stabs.texinfo: Initial-caps all words in node names and
10132 non-trivial words in section names.
10133
10134Mon Aug 30 11:13:16 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10135
10136 * stabs.texinfo: Many minor cleanups.
10137
10138 * stabs.texinfo: Remove @deffn except from Expanded Reference node.
10139
10140Sat Aug 28 12:08:09 1993 David J. MacKenzie (djm@edison.eng.umd.edu)
10141
10142 * stabs.texinfo: Remove full description of big example.
10143 It's not really helpful; just use pieces of it where appropriate.
10144 Add more Texinfo formatting directives (@samp, etc.).
10145 Use @deffn to define stab types.
10146 Eliminate some wordiness. Break up some nodes.
10147 Add an (alphabetized) index of symbol types.
10148 Use consistent capitalization style in node and section names.
10149
10150Thu Aug 26 06:36:31 1993 Fred Fish (fnf@deneb.cygnus.com)
10151
10152 * gdb.texinfo: Change typo "Two two" to "The two".
10153
10154Sun Aug 22 12:15:18 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10155
10156 * stabs.texinfo (XCOFF-differences): Remove references to
10157 non-existent types N_DECL and N_RPSYM.
10158
10159 * stabs.texinfo (String Field): Say that type attributes bug is
10160 fixed in GDB 4.10, since it is.
10161
10162 * stabs.texinfo: Clean up djm cleanups, and more cleanups of my own.
10163
10164Sat Aug 21 04:32:28 1993 David MacKenzie (djm@cygnus.com)
10165
10166 * stabs.texinfo: Formatting cleanups.
10167
10168Fri Aug 20 20:49:53 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10169
10170 * stabs.texinfo: When explaining the n_type of a stab, standardize
10171 how we do it ('#' as a comment indicator, "36 is N_FUN" as text,
10172 no tabs, use @r).
10173 (Global Variables): Clean up.
10174
10175Tue Aug 17 15:57:27 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10176
10177 * stabs.texinfo (Stack Variables): Re-write.
10178
10179Mon Aug 16 21:20:08 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10180
10181 * stabs.texinfo (Stabs-in-elf): Talk about getting the start
10182 addresses of a source file. Also revise formatting.
10183 Change "object module" or "object file" to "source file".
10184 Various: Miscellaneous cleanups.
10185
10186Thu Aug 12 15:11:51 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10187
10188 * stabs.texinfo: Point to mangling info in gcc's gpcompare.texi.
10189
10190Tue Aug 10 16:57:49 1993 Stan Shebs (shebs@rtl.cygnus.com)
10191
10192 * gdbint.texinfo: Removed many nonsensical machine-collected
10193 host and target conditionals, described some of the remainder.
10194
10195Tue Aug 10 13:28:30 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10196
10197 * gdbint.texinfo (Getting Started): Use @itemize, not @table.
10198
10199 * gdbint.texinfo (Top): Add name to @top line, and re-write the
10200 paragraph which follows.
10201
10202 * gdbint.texinfo (Host): Use @code not @samp for Makefile
10203 variables. Looks better and avoids overful hbox.
10204
10205Fri Jul 30 18:26:21 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10206
10207 * stabs.texinfo (Procedures): Improve stuff on nested functions.
10208
10209Thu Jul 29 15:10:58 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
10210
10211 * remote.texi: (MIPS Remote) clearer doc for set/show timeout,
10212 retransmit-timeout
10213
10214Thu Jul 29 13:16:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10215
10216 * gdbint.texinfo: Update statement about `some ancient Unix
10217 systems, like Ultrix 4.0' to Ultrix 4.2.
10218
10219Wed Jul 28 15:26:53 1993 Roland H. Pesch (pesch@el_bosque.cygnus.com)
10220
10221 * h8-cfg.texi, all-cfg.texi: new flag GDBSERVER
10222
10223 * Makefile.in: depend on remote.texi rather than gdbinv-s.texi
10224
10225 * remote.texi: (Server) New node on gdbserver. (Remote Serial,
10226 ST2000 Remote, MIPS Remote): mention `host:port' syntax for TCP.
10227
10228 * remote.texi: new name for former gdbinv-s.texi
10229
10230 * gdb.texinfo: use remote.texi rather than gdbinv-s.texi
10231
10232Wed Jul 28 08:26:24 1993 Ian Lance Taylor (ian@cygnus.com)
10233
10234 * gdbinv-s.texi: Documented timeout and retransmit-timeout
10235 variables for MIPS remote debugging protocol.
10236
10237Mon Jul 26 13:00:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10238
10239 * stabs.texinfo (Negative Type Numbers): FORTRAN LOGICAL fix.
10240
10241Tue Jul 20 16:30:41 1993 Jim Kingdon (kingdon@deneb.cygnus.com)
10242
10243 * Makefile.in (refcard.dvi): Use srcdir where necessary.
10244
10245Mon Jul 19 12:02:50 1993 Roland H. Pesch (pesch@cygnus.com)
10246
10247 * gdb.texinfo: repair conditional bugs in text markup
10248
10249Fri Jul 16 18:57:50 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
10250
10251 * gdb.texinfo, all-cfg.texi, h8-cfg.texi: introduce MOD2 switch
10252 to select Modula-2 material.
10253
10254Thu Jul 15 13:15:01 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10255
10256 * stabs.texinfo: Cleanups regarding statics.
10257
10258 * gdbinv-s.texi (Bootstrapping): Document exceptionHandler.
10259 (Debug Session): Mention exceptionHandler. Add xref to Bootstrapping.
10260
10261Mon Jul 12 13:37:02 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10262
10263 * stabs.texinfo: N_MAIN is sometimes used for C.
10264
10265Fri Jul 9 09:47:02 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
10266
10267 * gdbint.texinfo (Host, Target Conditionals): Remove TM_FILE_OVERRIDE.
10268
10269Tue Jul 6 12:41:28 1993 John Gilmore (gnu@cygnus.com)
10270
10271 * gdbint.texinfo (Target Conditionals): Remove NO_TYPEDEFS,
a9331b3f 10272 removed from the code by Kingdon.
c906108c
SS
10273
10274Tue Jul 6 12:24:34 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10275
10276 * gdb.texinfo (Break Commands): Remove stuff about flushing terminal
10277 input when evaluating breakpoint conditions; the bug has been fixed.
10278
10279 * gdb.texinfo (Continuing and Stepping): Argument to "continue"
10280 sets the ignore count to N-1, not to N.
10281
10282Thu Jul 1 14:57:42 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
10283
10284 * refcard.tex (\hoffset): correct longstanding error to match
10285 intended offset; avoids cutting off edge on some printers
10286
10287Wed Jun 30 18:23:06 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10288
10289 * stabs.texinfo (Parameters): Say that order of stabs is significant.
10290
10291Fri Jun 25 21:34:52 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10292
10293 * stabs.texinfo (Common Blocks): Say what Sun FORTRAN does.
10294
10295Fri Jun 25 16:15:10 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
10296
10297 * Makefile.in: (REFEDITS) new var to control whether PS or CM
10298 fonts and whether US or A4 paper for GDB refcard; (refcard.dvi)
10299 collect sed edits if any, apply to refcard before formatting;
10300 (refcard.ps) stop implying PS fonts if PS output requested;
10301 (lrefcard.ps) delete extra target for variant PS fonts
10302
10303 * refcard.tex: parametrize papersize dependent info, collect
10304 in easily replaced spot
10305
10306 * a4rc.sed: new file, edits to refcard for A4 paper
10307
10308Fri Jun 25 14:21:46 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10309
10310 * stabs.texinfo (Negative Type Numbers): Type -16 is 4 bytes.
10311
10312Wed Jun 23 15:02:50 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10313
10314 * stabs.texinfo (Negative Type Numbers): Minor character cleanups.
10315
10316Tue Jun 22 16:31:52 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10317
10318 * stabs.texinfo: Express disapproval of 'D' symbol descriptor
10319 politely rather than rudely.
10320
10321Fri Jun 18 19:42:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10322
10323 * stabs.texinfo: Document common blocks.
10324
10325Fri Jun 18 12:12:57 1993 Fred Fish (fnf@cygnus.com)
10326
10327 * stabs.texinfo: Add some basic info about stabs-in-elf.
10328
10329Fri Jun 18 13:57:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10330
10331 * stabs.texinfo (Top): Minor cleanup.
10332
10333Mon Jun 14 16:16:51 1993 david d `zoo' zuhn (zoo at rtl.cygnus.com)
10334
10335 * Makefile.in (install-info): remove parentdir support
10336
10337Tue Jun 15 18:11:39 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
10338
10339 * gdb.texinfo (Copying): delete this node and references to it;
10340 RMS says this manual need not carry GPL. (passim): Improvements
10341 from last round at FSF, largely due to Ian Taylor review, and
10342 minor formatting improvements.
10343
10344 * gdbinv-s.texi (passim): Improvements from last round at FSF,
10345 largely due to Ian Taylor review. (Debug Session): minor edits to
10346 new text.
10347
10348Sun Jun 13 12:52:39 1993 Jim Kingdon (kingdon@cygnus.com)
10349
10350 * Makefile.in (realclean): Remove info and dvi files too.
10351
10352Sat Jun 12 16:09:22 1993 Jim Kingdon (kingdon@cygnus.com)
10353
10354 * {all,h8}-config.texi: Rename to *-cfg.texi for 14 char filenames.
10355 * Makefile.in: Change accordingly. gdb-config.texi -> gdb-cfg.texi.
10356 * gdb.texinfo: Change accordingly.
10357
10358 * stabs.texinfo: Clean up N_{L,R}BRAC. Discuss what addresses of
10359 N_{L,R}BRAC,N_SLINE are relative to.
10360
10361Fri Jun 11 15:15:55 1993 Jim Kingdon (kingdon@cygnus.com)
10362
10363 * Makefile.in (GDBvn.texi): Update atomically.
10364
10365Wed Jun 9 10:58:16 1993 Jim Kingdon (kingdon@cygnus.com)
10366
10367 * gdbinv-s.texi (Debug Session): Document exceptionHook.
10368
10369Tue Jun 8 13:42:04 1993 Jim Kingdon (kingdon@cygnus.com)
10370
10371 * gdb.texinfo (Print Settings): Move all stuff relating to symbolic
10372 addresses together. Also motivate the set print symbol-filename
10373 command and suggest other solutions.
10374
10375Tue Jun 1 22:46:43 1993 Fred Fish (fnf@cygnus.com)
10376
10377 * gdb.texinfo (set print elements): Note that the number of
10378 elements is set to unlimited by "set print elements 0".
10379
10380Mon May 31 08:06:55 1993 Jim Kingdon (kingdon@cygnus.com)
10381
10382 * stabs.texinfo (Builtin Type Descriptors): Try to clarify what
10383 NF_LDOUBLE means.
10384 (Stab Types): Include Solaris stab types.
10385 (Procedures): Document Solaris extensions.
10386
10387Thu May 27 06:20:42 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
10388
10389 * gdb.texinfo: Add `set print symbol-filename' doc.
10390
10391Wed May 26 00:26:42 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10392
10393 * stabs.texinfo (Arrays): Talk about type definition vs. type
10394 information.
10395
10396 * stabs.texinfo (Builtin Type Descriptors): Talk about omitting
10397 the trailing semicolon.
10398
10399Tue May 25 14:49:42 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10400
10401 * stabs.texinfo (Line Numbers, Source Files): Re-write these two nodes
10402 and merge in other parts of the document addressing these subjects.
10403 gdbint.texinfo (XCOFF): Remove info which is now in stabs.texinfo.
10404
10405 * stabs.texinfo (Subranges, Arrays): Try to explain about the semicolon
10406 at the end of a range type.
10407
10408 * stabs.texinfo (Subranges): "A offset" and "T offset" are not
10409 AIX extensions.
10410
10411Mon May 24 09:00:33 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10412
10413 * stabs.texinfo (Stabs Format): Misc fixes.
10414
10415Sat May 22 10:40:56 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10416
10417 * stabs.texinfo (Constants): Allow an `e' constant to be non-enum.
10418 (Traditional builtin types): Document convex convention for long long.
10419 (Negative builtin types): Discuss type names, and misc fixes.
10420
10421Fri May 21 11:20:31 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10422
10423 * stabs.texinfo (Builtin Type Descriptors): Document the floating
10424 point types used with @samp{R} type descriptor.
10425 (Symbol Descriptors): Describe how to handle conflict between
10426 different meanings of @samp{P} symbol descriptor.
10427
10428Thu May 20 13:35:10 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10429
10430 * stabs.texinfo: Remove node Quick Reference and put its children
10431 directly under the main menu.
10432
10433 * stabs.texinfo: Many more changes to bring it into line with
10434 AIX documentation and reality. I think it now has all the
10435 information from the AIX documentation, except that I burned
10436 out when I got to variant records (Pascal and Modula-2) and
10437 all the COBOL types. Oh well, we can add them later when we're
10438 worrying more about those languages.
10439
10440 * stabs.texinfo (Automatic variables): Talk about what it means
10441 to omit the symbol descriptor.
10442
10443Tue May 18 17:59:18 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10444
10445 * stabs.texinfo (Parameters): Add "(sometimes)" when describing
10446 gcc2 behavior with promoted args.
10447
10448Fri May 14 21:35:29 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
10449
10450 * gdb.texinfo: include readline appendices in info version of manual
10451
10452Fri May 7 11:56:18 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
10453
10454 * gdbinv-s.texi (Remote Serial): describe new ^C behavior in
10455 target remote.
10456
10457 * gdb.texinfo (Machine Code): more index entries for disassemble
10458
10459Fri May 7 10:12:30 1993 Fred Fish (fnf@cygnus.com)
10460
10461 * Clarify the intended use of the gdb-testers and gdb-patches
10462 mailing lists, and shrink gzip comment.
10463
10464Thu May 6 16:39:50 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
10465
10466 * gdb.texinfo (Shell Commands): do not mention SHELL env var in
10467 DOSHOST configuration of manual.
10468
10469 * gdb.texinfo (MIPS Stack): new node.
10470
10471 * all-config.texi (MIPS) new switch.
10472
10473 * gdbinv-s.texi (Nindy Options) Remove two instances of future
10474 tense; (MIPS Remote) new node.
10475
10476 * gdb.texinfo (passim) rephrases to work around makeinfo @value
10477 bug; (Environment) less passive, other small cleanups in text about
10478 .cshrc/.bashrc; (Invoking GDB) new MIPS Remote menu entry;
10479 (Remote) new MIPS Remote menu entry.
10480
10481Thu Apr 29 09:36:25 1993 Jim Kingdon (kingdon@cygnus.com)
10482
10483 * stabs.texinfo: Many changes to include information from the
10484 AIX documentation.
10485
10486 * gdb.texinfo (Environment): Mention pitfall with .cshrc.
10487
10488Tue Apr 27 14:02:57 1993 Jim Kingdon (kingdon@cygnus.com)
10489
10490 * gdbint.texinfo (new node Debugging GDB, elsewhere):
10491 Move a bunch of information from ../README.
10492 (Getting Started): New node.
10493
10494Fri Apr 23 17:21:13 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
10495
10496 * gdbinv-s.texi, gdb.texinfo: include Hitachi SH target
10497
10498 * gdb.texinfo: advance manual revision dates to present
10499
10500 * gdbinv-s.texi, gdb.texinfo, all-config.texi, h8-config.texi:
10501 stop using silly Roman numerals in @set variable names
10502
10503Fri Apr 23 07:30:01 1993 Jim Kingdon (kingdon@cygnus.com)
10504
10505 * stabs.texinfo (Parameters): Keep trying to get this right.
10506
10507Wed Apr 21 15:18:47 1993 Jim Kingdon (kingdon@cygnus.com)
10508
10509 * stabs.texinfo (Parameters): More on "local parameters".
10510
10511Mon Apr 19 08:00:51 1993 Jim Kingdon (kingdon@cygnus.com)
10512
10513 * stabs.texinfo (Parameters): Re-do "local parameters" section.
10514
10515Sun Apr 18 09:47:45 1993 Jim Kingdon (kingdon@cygnus.com)
10516
10517 * stabs.texinfo (Symbol descriptors): Re-do using @table and @xref.
10518 (Parameters): Rewrite.
10519 (xcoff-differences, Sun-differences): Minor changes.
10520
10521Thu Apr 15 02:35:24 1993 John Gilmore (gnu@cacophony.cygnus.com)
10522
10523 * stabs.texinfo: Minor cleanup.
10524
10525Wed Apr 14 17:31:00 1993 Jim Kingdon (kingdon@cygnus.com)
10526
10527 * gdbint.texinfo: Minor xcoff stuff.
10528
10529Wed Apr 7 14:11:07 1993 Fred Fish (fnf@cygnus.com)
10530
10531 * gdbint.texinfo: Update for new config directory structure.
10532 Add info about internal type data structures.
10533
10534Mon Apr 5 09:06:30 1993 Ian Lance Taylor (ian@cygnus.com)
10535
10536 * Makefile.in (SFILES_INCLUDED): gdb-config.texi is no longer in
10537 $(srcdir).
10538 (gdb-config.texi): Depend on file in $(srcdir).
10539
10540Fri Apr 2 16:55:13 1993 Jim Kingdon (kingdon@cygnus.com)
10541
10542 * stabs.texinfo: Fixes about N_SO.
10543
10544Fri Mar 26 18:00:35 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
10545
10546 * gdb.texinfo: include list of nonstandard init file names
10547
10548 * *-config.texi: new switch GENERIC for text that applies *only*
10549 to (usual) multiple-target version of manual
10550
10551 * gdb.texinfo, gdbinv-s.texi: Update conditional markup to correct
10552 h8 config
10553
10554 * gdb.texinfo: depend on latest fixed makeinfo, use conditionals
10555 in menus (rather than conditionally selected multiple alternative
10556 menus).
10557
10558 * Makefile.in: define and use DOC_CONFIG var to select
10559 configuration for GDB user manual.
10560
10561 * gdb-config.texi: delete from repository, generate from Makefile.
10562
10563 * all-config.texi: normal `generic' configuration file, formerly
10564 stored as gdb-config.texi
10565
10566Wed Mar 24 14:03:19 1993 david d `zoo' zuhn (zoo at poseidon.cygnus.com)
10567
10568 * Makefile.in: add dvi target to build all .dvi files
10569
10570Tue Mar 23 16:03:24 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
10571
10572 * gdb.texinfo, gdvinv-s.texinfo: formatting improvements.
10573
10574Fri Mar 19 21:46:50 1993 John Gilmore (gnu@cygnus.com)
10575
10576 * gdbint.texinfo: Doc NO_MMALLOC and NO_MMALLOC_CHECK as
10577 host conditionals.
10578 * stabs.texinfo: More array fixes inspired by Jim's.
10579
10580Fri Mar 19 10:23:34 1993 Jim Kingdon (kingdon@cygnus.com)
10581
10582 * stabs.texinfo: Fixes re arrays and continuations.
10583
10584 * gdbint.texinfo: Add XCOFF node.
10585
10586Mon Mar 8 15:52:18 1993 John Gilmore (gnu@cygnus.com)
10587
10588 * gdb.texinfo: Add `set print max-symbolic-offset' doc.
10589
10590Sun Feb 21 17:09:38 1993 Per Bothner (bothner@rtl.cygnus.com)
10591
10592 * stabs.texinfo: Fix for array types to mention lower bounds.
10593
10594Thu Feb 18 01:19:49 1993 John Gilmore (gnu@cygnus.com)
10595
10596 * gdbint.texinfo: Update PTRACE_ARG3_TYPE doc, pull PT_*.
10597
10598Wed Feb 17 08:15:24 1993 John Gilmore (gnu@cygnus.com)
10599
10600 * gdbint.texinfo: Remove SET_STACK_LIMIT_HUGE from target defines.
10601
10602Thu Feb 11 10:38:40 1993 John Gilmore (gnu@cygnus.com)
10603
10604 * gdbint.texinfo: Fix thinko (NM_FILE => NAT_FILE). Found
10605 by Michael Ben-Gershon <mybg@CS.HUJI.AC.IL>.
10606
10607Wed Feb 10 23:59:19 1993 John Gilmore (gnu@cygnus.com)
10608
10609 * gdbint.texinfo: Eliminate IBM6000_HOST, document IBM6000_TARGET.
10610
10611Tue Feb 9 18:26:21 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
10612
10613 * gdb.texinfo, gdbinv-s.texi: misc updates
10614
10615Sat Feb 6 10:25:47 1993 John Gilmore (gnu@cygnus.com)
10616
10617 * gdbint.texinfo: Brief documentation for longjmp support,
10618 from an email msg by Stu.
10619
10620Fri Feb 5 14:10:15 1993 John Gilmore (gnu@cygnus.com)
10621
10622 * stabs.texinfo: Fix description of floating point "range"
10623 types (which really define basic types). Reported by Jim Meehan,
10624 <meehan@src.dec.com>.
10625
10626 * gdbint.texinfo: Remove COFF_NO_LONG_FILE_NAMES define, now gone.
10627
10628Thu Feb 4 13:56:46 1993 Ian Lance Taylor (ian@cygnus.com)
10629
10630 * gdbint.texinfo: Slightly expand section on supporting a new
10631 object file format.
10632
10633Thu Feb 4 01:49:04 1993 John Gilmore (gnu@cygnus.com)
10634
10635 * Makefile.in (refcard.ps, lrefcard.ps): Remove psref.tex
10636 intermediate file.
10637
10638Tue Feb 2 12:18:06 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
10639
10640 * gdb.texinfo, gdbinv-s.texi: miscellaneous stylistic cleanups
10641
10642Mon Feb 1 15:35:47 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
10643
10644 * gdbinv-s.texi: z8000 simulator target name is just "sim"
10645
10646 * gdbinv-s.texi: Mention that Z8000 simulator can simulate Z8001
10647 as well as Z8002.
10648
10649Sat Nov 28 06:51:35 1992 John Gilmore (gnu@cygnus.com)
10650
10651 * gdbint.texinfo: Add sections on clean design and on how to send
10652 in changes.
10653
10654Mon Nov 9 23:57:02 1992 John Gilmore (gnu@cygnus.com)
10655
10656 * gdbint.texinfo: Add how to declare the result of make_cleanup.
10657
10658Mon Oct 26 11:09:47 1992 John Gilmore (gnu@cygnus.com)
10659
10660 * gdb.texinfo: Fix typo, reported by Karl Berry.
10661
10662Fri Oct 23 00:41:21 1992 John Gilmore (gnu@cygnus.com)
10663
10664 * gdb.texinfo: Add opcodes dir to GDB distribution description.
10665
10666Sat Oct 10 18:04:58 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
10667
10668 * gdbint.texinfo: fixed a stray email address (needs @@),
10669 added @table @code to node "Native Conditionals"
10670
10671Tue Sep 22 00:34:15 1992 John Gilmore (gnu@cygnus.com)
10672
10673 * gdbint.texinfo: Describe coding style of GDB.
10674
10675Mon Sep 21 19:32:16 1992 John Gilmore (gnu@cygnus.com)
10676
10677 * stabs.texinfo: Minor wording changes.
10678
10679Tue Sep 15 02:57:09 1992 John Gilmore (gnu@cygnus.com)
10680
10681 * gdbint.texinfo: Improve release doc slightly.
10682
10683Fri Sep 11 01:34:25 1992 John Gilmore (gnu@sphagnum.cygnus.com)
10684
10685 * gdbint.texinfo: Improve doc of GDB config macros.
10686
10687Wed Sep 9 16:52:06 1992 John Gilmore (gnu@cygnus.com)
10688
10689 * stabs.texinfo: Remove Bothner's changes for C++ nested types.
10690 These will be reinserted when examined.
10691
10692Mon Aug 24 01:17:55 1992 John Gilmore (gnu@cygnus.com)
10693
10694 * gdbint.texinfo: Make a start at documenting all the #if macros
10695 in GDB. At least list them all, and start separating them into
10696 host-specific and target-specific.
10697
10698Tue Aug 18 15:59:13 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)
10699
10700 * gdbinv-s.m4.in: refrain from using @cartouche for just a few
a9331b3f 10701 examples (not consistent w others).
c906108c
SS
10702 gdb.texinfo: issue disclaimer paragraph on cmdline options only
10703 for generic vn of doc
10704
10705Tue Aug 18 14:53:27 1992 Ian Lance Taylor (ian@cygnus.com)
10706
10707 * Makefile.in: always create installation directories.
10708
10709Tue Aug 18 14:11:50 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)
10710
10711 * gdb.texinfo: in h8 config, do not describe searching commands.
10712
10713Mon Aug 17 18:07:59 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)
10714
10715 * gdb.texinfo, none.m4, h8.m4, gdbinv-s.m4.in: improve H8/300
10716 conditionals; introduce a few generic switches that may be
10717 useful for other cross-dev or dos-hosted configs.
10718
10719 * gdb.texinfo: fix typo in "info reg" description
10720
10721Sun Aug 16 01:16:18 1992 John Gilmore (gnu@cygnus.com)
10722
10723 * stabs.texinfo: Minor updates from running TeX over it.
10724 * Makefile.in (stabs.dvi, stabs.ps): Add.
10725
10726Sat Aug 15 20:52:24 1992 Per Bothner (bothner@rtl.cygnus.com)
10727
10728 * stabs.texinfo: Stabs documentation, written by Julia Menapace.
10729 First pass at converting it to texinfo.
10730
10731Sat Aug 15 03:14:59 1992 John Gilmore (gnu@cygnus.com)
10732
10733 * gdb.texinfo, refcard.tex: Document mult args on `info reg'.
10734 * Makefile.in (refcard.ps, lrefcard.ps): Add missing $(srdir).
10735
10736Fri Aug 14 21:08:47 1992 John Gilmore (gnu@cygnus.com)
10737
10738 * gdbint.texinfo: Add section on partial symbol tables.
10739
10740Sat Jun 20 16:31:10 1992 John Gilmore (gnu at cygnus.com)
10741
10742 * gdb.texinfo: document `set remotedebug' and `set
10743 rstack_high_address'.
10744
10745Thu May 14 17:09:48 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)
10746
10747 * gdb.texinfo: slight expansion of new text on reading info files
10748 * gdbinv-s.m4.in: correct and expand info on cross-debugging
10749 H8/300 from DOS.
10750
10751Tue May 12 12:22:47 1992 John Gilmore (gnu at cygnus.com)
10752
10753 * gdb.texinfo: `info user' => `show user'. Noticed by David Taylor.
10754
10755Mon May 11 19:06:27 1992 John Gilmore (gnu at cygnus.com)
10756
10757 * gdb.texinfo: Say how to read the `info' files.
10758
10759Tue May 5 12:11:38 1992 K. Richard Pixley (rich@cygnus.com)
10760
10761 * Makefile.in: gm4 -> m4.
10762
10763Fri Apr 10 17:50:43 1992 John Gilmore (gnu at rtl.cygnus.com)
10764
10765 * gdb.texinfo: Update for GDB-4.5. Move `Formatting
10766 Documentation' ahead of `Installing GDB' to match README.
10767 Update shared library doc, -readnow and -mapped, and directory
a9331b3f 10768 structure (add glob and mmalloc). Update configure doc.
c906108c
SS
10769
10770Tue Mar 24 23:28:38 1992 K. Richard Pixley (rich@cygnus.com)
10771
10772 * Makefile.in: remove $(srcdir) from gdb.info rule.
10773
10774Sat Mar 7 18:44:50 1992 K. Richard Pixley (rich@rtl.cygnus.com)
10775
10776 * Makefile.in: commented out gdb-all.texinfo rule. This is
10777 temporary.
10778
10779Wed Feb 26 18:04:40 1992 K. Richard Pixley (rich@cygnus.com)
10780
10781 * Makefile.in, configure.in: removed traces of namesubdir,
10782 -subdirs, $(subdir), $(unsubdir), some rcs triggers. Forced
dee368d3 10783 copyrights to '92, '13, changed some from Cygnus to FSF.
c906108c
SS
10784
10785Fri Dec 13 09:47:31 1991 John Gilmore (gnu at cygnus.com)
10786
10787 * gdb.texinfo: Improve how we ask for bug reports.
10788
10789Tue Dec 10 04:07:21 1991 K. Richard Pixley (rich at rtl.cygnus.com)
10790
10791 * Makefile.in: infodir belongs in datadir.
10792
10793Fri Dec 6 23:57:34 1991 K. Richard Pixley (rich at rtl.cygnus.com)
10794
10795 * Makefile.in: remove spaces following hyphens, bsd make can't
10796 cope. install using INSTALL_DATA. added clean-info. added
a9331b3f 10797 standards.text support.
c906108c
SS
10798
10799Thu Dec 5 22:46:12 1991 K. Richard Pixley (rich at rtl.cygnus.com)
10800
10801 * Makefile.in: idestdir and ddestdir go away. Added copyrights
10802 and shift gpl to v2. Added ChangeLog if it didn't exist. docdir
10803 and mandir now keyed off datadir by default.
10804
10805\f
10806Local Variables:
9e9c5ae7 10807mode: change-log
c906108c
SS
10808left-margin: 8
10809fill-column: 74
10810version-control: never
10811End: