make "set debug target" take effect immediately
[deliverable/binutils-gdb.git] / gdb / doc / ChangeLog
CommitLineData
3cecbbbe
TT
12014-08-04 Tom Tromey <tromey@redhat.com>
2
3 * gdb.texinfo (Debugging Output): Update for change to "set debug
4 target".
5
90debf20
MM
62014-08-01 Masaki Muranaka <monaka@monami-software.com>
7
8 Pushed by Joel Brobecker <brobecker@adacore.com>.
9 * Makefile.in (transform): New variable.
10 (install-man1, install-man5): Apply $(transform) to man file names.
11
ee7333ae
DE
122014-07-26 Doug Evans <xdje42@gmail.com>
13
14 PR guile/17177
15 * guile.texi (Guile Pretty Printing API): Fix typo.
16 Document set-pretty-printers!, pretty-printers.
17 (Selecting Guile Pretty-Printers): Update.
18 Mention program-space based pretty-printers.
19
70509625
PA
202014-07-25 Pedro Alves <palves@redhat.com>
21 Eli Zaretskii <eliz@gnu.org>
22
23 * gdb.texinfo (Signaling) <signal command>: Explain what happens
24 with multi-threaded programs.
25
b67a2c6f
YQ
262014-06-27 Yao Qi <yao@codesourcery.com>
27
28 * gdb.texinfo (Maintenance Commands): Update the output of
29 'maint print dummy-frames' command.
30
f179cf97
EZ
312014-06-24 Eli Zaretskii <eliz@gnu.org>
32
33 * gdb.texinfo (Screen Size): Improve indexing.
34
992c7d70
GB
352014-06-19 Gary Benson <gbenson@redhat.com>
36
37 * gdb.texinfo (Maintenance Commands): Document new
38 "maint set/show catch-demangler-crashes" option.
39
57fcfb1b
GB
402014-06-19 Gary Benson <gbenson@redhat.com>
41
42 * gdb.texinfo (Maintenance Commands): Document new
43 "maint demangler-warning" command and new
44 "maint set/show demangler-warning" option.
45
dd5d5494
SC
462014-06-09 Siva Chandra Reddy <sivachandra@google.com>
47
48 * python.texi (Xmethod API): Add space before the opening
49 parenthesis in function descriptions.
50
25326a28 512014-06-06 Doug Evans <xdje42@gmail.com>
d2929fdc
DE
52
53 * guile.texi (Guile Configuration): Document guile-data-directory.
54
0a770bb2 552014-06-06 Mingjie Xing <mingjie.xing@gmail.com>
56
57 * gdb.texinfo (Invoking GDB): Add -q and --quiet.
58
16f691fb
DE
592014-06-04 Doug Evans <xdje42@gmail.com>
60
61 * guile.texi (Breakpoints In Guile): Update.
62
1e47491b
JB
632014-06-03 Joel Brobecker <brobecker@adacore.com>
64
65 * python.texi (Xmethod API): Fix reference to "Progspaces In
66 Python".
67
0c6e92a5
SC
682014-06-03 Siva Chandra Reddy <sivachandra@google.com>
69
70 * python.texi (Xmethods In Python, XMethod API)
71 (Writing an Xmethod): New nodes.
72 (Python API): New menu entries "Xmethods In Python",
73 "Xmethod API", "Writing an Xmethod".
74
06eb1586
DE
752014-06-02 Doug Evans <xdje42@gmail.com>
76
77 * guile.texi (Guile API): Add entry for Parameters In Guile.
78 (GDB Scheme Data Types): Mention <gdb:parameter> object.
79 (Parameters In Guile): New node.
80
e698b8c4
DE
812014-06-02 Doug Evans <xdje42@gmail.com>
82
83 * guile.texi (Guile API): Add entry for Commands In Guile.
84 (Basic Guile) <parse-and-eval>: Add reference.
85 (Basic Guile) <string->argv>: Move definition to Commands In Guile.
86 (GDB Scheme Data Types): Mention <gdb:command> object.
87 (Commands In Guile): New node.
88
ded03782
DE
892014-06-02 Doug Evans <xdje42@gmail.com>
90
91 * guile.texi (Guile API): Add entry for Progspaces In Guile.
92 (GDB Scheme Data Types): Mention <gdb:progspace> object.
93 (Progspaces In Guile): New node.
94
53e8a631
AB
952014-05-30 Andrew Burgess <aburgess@broadcom.com>
96
97 * guile.texi (Frames In Guile): Mention FRAME_UNWIND_MEMORY_ERROR.
98 * python.texi (Frames In Python): Mention
99 gdb.FRAME_UNWIND_MEMORY_ERROR.
100
329ea579
PA
1012014-05-29 Pedro Alves <palves@redhat.com>
102 Tom Tromey <tromey@redhat.com>
103
104 * gdb.texinfo (Non-Stop Mode): Remove "set target-async 1"
105 from example.
106 (Asynchronous and non-stop modes): Document '-gdb-set mi-async'.
107 Mention that target-async is now deprecated.
108 (Maintenance Commands): Document maint set/show target-async.
109
92bcb5f9
PA
1102014-05-29 Pedro Alves <palves@redhat.com>
111
112 * observer.texi (sync_execution_done, command_error): New
113 subjects.
114
fd664c91
PA
1152014-05-29 Pedro Alves <palves@redhat.com>
116
117 PR gdb/13860
118 * observer.texi (signal_received, end_stepping_range)
119 (signal_exited, exited, no_history): New observer subjects.
120
b2715b27
AW
1212014-05-26 Andy Wingo <wingo@igalia.com>
122
123 * guile.texi (GDB Scheme Data Types): Remove documentation for
124 removed interfaces. Update spelling of gdb-object-kind.
125
9eaa4c1e
AW
1262014-05-26 Andy Wingo <wingo@igalia.com>
127
128 * guile.texi (Basic Guile): Fix some typos.
129
0f1e8403
AW
1302014-05-26 Andy Wingo <wingo@igalia.com>
131
132 * guile.texi (Writing a Guile Pretty-Printer)
133 (Guile Types Module): Fix excess parentheses in use-modules forms.
134
697aa1b7
EZ
1352014-05-24 Eli Zaretskii <eliz@gnu.org>
136
137 * guile.texi (Types In Guile, Basic Guile, Frames In Guile)
138 (Breakpoints In Guile, Guile Printing Module)
139 (Guile Exception Handling, Values From Inferior In Guile)
140 (Objfiles In Guile, Breakpoints In Guile, Memory Ports in Guile):
141 Don't use @var at the beginning of a sentence.
142
143 * gdb.texinfo (Frame Filter Management, Trace Files)
144 (C Operators, Ada Tasks, Calling, Bootstrapping, ARM)
145 (PowerPC Embedded, Define, Annotations for Running)
146 (IPA Protocol Commands, Packets, General Query Packets)
147 (Tracepoint Packets, Notification Packets, Environment)
148 (Inferiors and Programs, Set Breaks, Set Catchpoints)
149 (Continuing and Stepping, Signals, Thread-Specific Breakpoints)
150 (Frames, Backtrace, Selection, Expressions, Registers)
151 (Trace State Variables, Built-In Func/Proc, Signaling, Files)
152 (Numbers, GDB/MI Async Records, GDB/MI Data Manipulation)
153 (Source Annotations, Using JIT Debug Info Readers, Packets)
154 (Stop Reply Packets, Host I/O Packets)
155 (Target Description Format): Don't use @var at the beginning of a
156 sentence.
157
158 * python.texi (Basic Python, Types In Python)
159 (Commands In Python, Frames In Python, Line Tables In Python)
160 (Breakpoints In Python, gdb.printing, gdb.types)
161 (Type Printing API): Don't use @var at the beginning of a
162 sentence.
163
67b5c0c1
MM
1642014-05-23 Markus Metzger <markus.t.metzger@intel.com>
165
166 * gdb.texinfo (Process Record and Replay): Document "set/show btrace
167 replay-memory-access".
168
6a3cb8e8
PA
1692014-05-21 Pedro Alves <palves@redhat.com>
170
171 * gdb.texinfo (Starting): Document "set/show
172 auto-connect-native-target".
173 (Target Commands): Document "target native".
174
936d2992
PA
1752014-05-20 Pedro Alves <palves@redhat.com>
176
177 * gdb.texinfo (Memory) <compare-sections>: Generalize comments to
178 not be remote specific. Add cross reference to the qCRC packet.
179 (Separate Debug Files): Update cross reference to the qCRC packet.
180 (General Query Packets) <qCRC packet>: Add anchor.
181
b3ce5e5f
DE
1822014-05-17 Doug Evans <xdje42@gmail.com>
183
184 Copy over changes from guile.texi.
185 * python.texi (Basic Python) <gdb.execute>: Add text.
186 (Basic Python) <gdb.post_event>: Remove "main" from "main GDB thread".
187 (Values From Inferior) <Python string>: Add text.
188 (Values From Inferior) <Value.string>: Clarify string length handling.
189 (Pretty Printing API): Add cindex.
190 (Types In Python) <TYPE_CODE_*>: Use vtable instead of table.
191 Remove unnecessary index of gdb.TYPE_CODE_*. Replace @findex with
192 @vindex.
193 (Commands In Python) <COMPLETE_*>: Similarly.
194 (Symbols In Python) <SYMBOL_*>: Similarly.
195 (Breakpoints In Python) <WP_*>: Similarly.
196 (Breakpoints In Python) <BP_*>: Similarly.
197
8dfcab11
DT
1982014-05-17 David Taylor <dtaylor@emc.com>
199
200 * gdb.texinfo (General Query Packets): Add a note about thread IDs
201 mentioned in the qfThreadInfo reply.
202
8d551b02
DE
2032014-05-16 Doug Evans <dje@google.com>
204
205 * gdb.texinfo (Mode Options): Add -D.
206
e20bd8f4
SB
2072014-05-09 Samuel Bronson <naesten@gmail.com>
208
209 * Makefile.in (PACKAGE): Copy from ../Makefile.in in case of
210 "make -C".
211
f989a1c8
TT
2122014-04-29 Tom Tromey <tromey@redhat.com>
213
214 * gdb.texinfo (Debugging Output): Rename to "set debug varobj" and
215 "show debug varobj".
216
95cf3b38
DT
2172014-05-01 David Taylor <dtaylor@emc.com>
218
219 * gdb.texinfo (compare-sections): Document the new -r (read-only)
220 option.
221
01f9f808
MS
2222014-04-24 Michael Sturm <michael.sturm@mintel.com>
223 Walfred Tedeschi <walfred.tedeschi@intel.com>
224
225 * gdb.texinfo (i386 Features): Add description of AVX512
226 registers.
227
770e7fc7
DE
2282014-03-31 Doug Evans <dje@google.com>
229
230 * gdb.texinfo (Symbols): Document set/show print symbol-loading.
231
97d8f0ee
DE
2322014-03-30 Doug Evans <dje@google.com>
233
234 * gdb.texinfo (Non-Stop Mode): Remove trailing whitespace.
235 (Background Execution): Ditto.
236
36cb1214
HZ
2372014-03-21 Pedro Alves <palves@redhat.com>
238 Stan Shebs <stan@codesourcery.com>
239 Hui Zhu <hui@codesourcery.com>
240
241 * gdb.texinfo (Packets): Add anchor to "? packet".
242 Remove fixme and update introduction of "k packet".
243 Add anchor to "vKill packet".
244
5e3a2c38
SS
2452014-03-12 Stan Shebs <stan@codesourcery.com>
246
247 * Doxyfile-gdb-api.in (INPUT): Add gdbtypes.h.
248
7a5a839f
LC
2492014-02-26 Ludovic Courtès <ludo@gnu.org>
250
dc6ae996 251 * guile.texi (Basic Guile): Document 'history-append!'.
7a5a839f 252
95060284
JB
2532014-02-20 Joel Brobecker <brobecker@adacore.com>
254
255 * gdb.texinfo (Files): Document "add-shared-symbol-files"
256 and "assf" as being deprecated.
257 (Cygwin Native): Likewise for "dll-symbols".
258 (Non-debug DLL Symbols): Remove reference to "dll-symbols"
259 as a way to force the loading of symbols from a DLL.
260
f7bd0f78
SC
2612014-02-19 Siva Chandra Reddy <sivachandra@google.com>
262
263 * python.texi (Values From Inferior): Add description about the
264 new feature.
265
329baa95
DE
2662014-02-17 Doug Evans <xdje42@gmail.com>
267
268 * Makefile.in (GDB_DOC_FILES): Add python.texi.
269 * gdb.texinfo (Python): Moved to ...
270 * python.texi: ... here. New file.
271
687894f5
DE
2722014-02-17 Ludovic Courtès <ludo@gnu.org>
273
d25f38ee 274 * guile.texi (Writing a Guile Pretty-Printer) <example>:
687894f5
DE
275 Remove 'string-begins-with' procedure. Add 'pretty-printer'
276 parameter to 'str-lookup-function' procedure. Look for
277 the "std::string<" prefix.
278 (Frames In Guile): Add 'frame' parameter to 'frame-read-var'.
279 Adjust description.
280
6fb526ee
DE
2812014-02-11 Tejas Belagod <tejas.belagod@arm.com>
282
d25f38ee 283 * guile.texi (Values From Inferior In Guile): Remove stray
6fb526ee
DE
284 parantheses for deffn.
285 (Disassembly In Guile): Ditto.
286
1e0a5178
SS
2872014-02-10 Stan Shebs <stan@codesourcery.com>
288
289 Add Doxygen support.
290 * Makefile.in (doxy): New action, generates Doxygen files.
291 (DOXYGEN): New.
292 (doxyedit): New.
293 * Doxyfile-base.in: New file.
294 * Doxyfile-gdb-api.in: New file.
295 * Doxyfile-gdb-xref.in: New file.
296 * Doxyfile-gdbserver.in: New file.
297 * doxy-index.in: New file.
298 * filter-for-doxygen: New file.
299 * filter-params.pl: New file.
300
ed3ef339
DE
3012014-02-10 Doug Evans <xdje42@gmail.com>
302
303 * Makefile.in (GDB_DOC_FILES): Add guile.texi.
304 * gdb.texinfo (Auto-loading): Add set/show auto-load guile-scripts.
305 (Extending GDB): New menu entries Guile, Multiple Extension Languages.
306 (Guile docs): Include guile.texi.
307 (objfile-gdbdotext file): Add objfile-gdb.scm.
308 (dotdebug_gdb_scripts section): Mention Guile scripts.
309 (Multiple Extension Languages): New node.
310 * guile.texi: New file.
311
c6044dd1
JB
3122014-01-28 Joel Brobecker <brobecker@adacore.com>
313
314 * gdb.texinfo (Ada Glitches): Document the new "maint ada set/show
315 ignore-descriptive-types". commands.
316
87ce2a04
DE
3172014-01-22 Doug Evans <dje@google.com>
318
319 * gdb.texinfo (Server): Mention --debug-format=all|none|timestamp.
320 (gdbserver man): Ditto.
321
52834460
MM
3222014-01-16 Markus Metzger <markus.t.metzger@intel.com>
323
324 * gdb.texinfo: Document limited reverse/replay support
325 for target record-btrace.
326
0688d04e
MM
3272014-01-16 Markus Metzger <markus.t.metzger@intel.com>
328
329 * gdb.texinfo (Process Record and Replay): Update documentation.
330
8710b709
MM
3312014-01-16 Markus Metzger <markus.t.metzger@intel.com>
332
333 * gdb.texinfo (Process Record and Replay): Document new /c
334 modifier accepted by "record function-call-history".
335 Add /i modifier to "record function-call-history" example.
336
dcf106f3
JB
3372014-01-15 Yuanhui Zhang <asmwarrior@gmail.com>
338 Joel Brobecker <brobecker@adacore.com>
339
340 * gdb.texinfo (GDB/MI Output Syntax): Add some missing "nl"
341 markers. Remove one that was misplaced.
342
41ef2965
PA
3432014-01-10 Pedro Alves <palves@redhat.com>
344
345 * gdb.texinfo (Your Program's Environment) <set environment>:
346 Mention the shell, and point at 'set exec-wrapper'.
347
c0d48811
JB
3482014-01-07 Joel Brobecker <brobecker@adacore.com>
349
350 * gdb.texinfo (Types In Python): Document new attribute Types.name.
351
5fba4c0f
JB
3522013-12-30 Joel Brobecker <brobecker@adacore.com>
353
354 * gdb.texinfo (Types In Python): Clarify the documentation
355 of attribute gdb.Field.bitpos.
356
0809504b
JB
3572013-12-28 Joel Brobecker <brobecker@adacore.com>
358
359 * gdb.texinfo (Types In Python): Fix the documentation of
360 attribute "bitpos" in class gdb.Field for enum types. Add
361 documentation for attribute "enumval" in that same class.
362
edef6000
JB
3632013-12-28 Joel Brobecker <brobecker@adacore.com>
364
365 * gdb.texinfo (GDB/MI Support Commands): Change @table into
366 @ftable.
367
71b8c845
DE
3682013-12-23 Doug Evans <xdje42@gmail.com>
369
370 * gdb.texinfo (Auto-loading): Move menu up. Move discussion of
371 auto-loaded objfile scripts and .debug_gdb_scripts section to their
372 corresponding section in Extending GDB.
373 (Extending GDB): Move menu up. New menu item "Auto-loading
374 extensions".
375 (Sequences): New menu item "Auto-loading sequences".
376 (Auto-loading sequences): New node.
377 (Python): Rename section from Scripting GDB to Extending GDB.
378 (Python Auto-loading): Update xref, refer to "Auto-loading extensions".
379 Move docs on ways to auto-load extensions to ...
380 (Auto-loading extensions): ... here. New node.
381
d192b373
JB
3822013-12-23 Joel Brobecker <brobecker@adacore.com>
383
384 * gdb.texinfo (GDB/MI): Add "GDB/MI Support Commands" entry
385 in menu.
386 (GDB/MI Variable Objects): Adjust reference to "-list-features"
387 command, now in a new node.
388 (GDB/MI Support Commands): New node, with its contents being
389 extracted from the "GDB/MI Miscellaneous Commands" node.
390 A small paragraph introducing the section is also added at
391 the start.
392 (GDB/MI Miscellaneous Commands): Delete the description of the
393 -info-gdb-mi-command, -list-features and -list-target-features
394 commands, now hosted in the "GDB/MI Support Commands" node.
395
a16b0e22
SC
3962013-12-12 Siva Chandra Reddy <sivachandra@google.com>
397
398 PR python/16113
399 * gdb.texinfo (Values From Inferior): Add a note about using
400 gdb.Field objects as subscripts on gdb.Value objects.
401 (Types In Python): Add description about the new attribute
402 "parent_type" of gdb.Field objects.
403
9b26f0fb
JB
4042013-12-12 Joel Brobecker <brobecker@adacore.com>
405
406 * gdb.texinfo (GDB/MI Miscellaneous Commands): Add @cindex
407 entry for section docuumenting the -list-features GDB/MI command.
408
72bfa06c
JB
4092013-12-10 Joel Brobecker <brobecker@adacore.com>
410
411 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document the new
412 "exec-run-start-option" entry in the output of the "-list-features"
413 command.
414
3ea8680f
EZ
4152013-12-04 Eli Zaretskii <eliz@gnu.org>
416
417 * gdb.texinfo (i386): Fix yesterday's commit.
418
1a4f73eb
TT
4192013-12-03 Tom Tromey <tromey@redhat.com>
420
421 * gdb.texinfo (Set Catchpoints): Add @kindex for each command
422 documented here.
423
6cb999f8
TT
4242013-12-03 Tom Tromey <tromey@redhat.com>
425
426 * gdb.texinfo (@direntry): Add menu item for gdbserver.
427
ca8941bb
WT
4282013-12-03 Walfred Tedeschi <walfred.tedeschi@intel.com>
429
430 * gdb.texinfo (i386 Features): Add MPX feature registers.
431 (x86 Specific featuresx86 Architecture-specific Issues): Adds
432 a subsubsection for MPX and describes the display of the
433 boundary registers.
434
688981c9
JB
4352013-12-03 Joel Brobecker <brobecker@adacore.com>
436
437 * gdb.texinfo (GDB/MI Miscellaneous Commands): Remove the
438 documentation of the "ada-exceptions" entry.
439
2ea126fa
JB
4402013-12-03 Joel Brobecker <brobecker@adacore.com>
441
442 * gdb.texinfo (GDB/MI Result Records): Fix the syntax of the
443 "^error" result record concerning the error message. Document
444 the error code that may also be part of that result record.
445 (GDB/MI Miscellaneous Commands): Document the
446 "undefined-command-error-code" element in the output of
447 the "-list-features" GDB/MI command.
448
6b7cbff1
JB
4492013-12-03 Joel Brobecker <brobecker@adacore.com>
450
451 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document
452 the new -info-gdb-mi-command GDB/MI command. Document
453 the meaning of "-info-gdb-mi-command" in the output of
454 -list-features.
455
20e1ca3b
PA
4562013-11-29 Pedro Alves <palves@redhat.com>
457
458 * gdb.texinfo (Frames In Python) <gdb.FRAME_UNWIND_NULL_ID>:
459 Update comment.
460
29453a14
YQ
4612013-11-24 Yao Qi <yao@codesourcery.com>
462
463 * gdb.texinfo (Caching Remote Data): Document new
464 "set/show stack-cache" option.
465
6dd315ba
YQ
4662013-11-24 Yao Qi <yao@codesourcery.com>
467
468 * gdb.texinfo (Caching Target Data): Replace "ON" with "on".
469 (Maintenance Commands): Replace "ON" and "OFF" with "on" and
470 "off" respectively.
471
9df9dbe0
YQ
4722013-11-23 Yao Qi <yao@codesourcery.com>
473
474 * gdb.texinfo (GDB/MI Variable Objects): Add the description
475 of "displayhint" to the table about child results.
476
c78feb39
YQ
4772013-11-21 Yao Qi <yao@codesourcery.com>
478
479 * gdb.texinfo (GDB/MI Variable Objects): Add attribute
480 'dynamic' for the output of command -var-list-children.
481
27b81af3
YQ
4822013-11-21 Yao Qi <yao@codesourcery.com>
483
484 * gdb.texinfo (Caching Target Data): Remove "see" before
485 @pxref.
486
b26dfc9a
YQ
4872013-11-20 Yao Qi <yao@codesourcery.com>
488
489 * gdb.texinfo (Caching Target Data): Update doc for
490 per-address-space dcache.
491
b12039c6
YQ
4922013-11-20 Yao Qi <yao@codesourcery.com>
493
494 * gdb.texinfo (Data): Rename menu item.
495 (Caching Remote Data): Rename to ...
496 (Caching Target Data): ... it. Update.
497
422ad5c2
JB
4982013-11-18 Joel Brobecker <brobecker@adacore.com>
499
500 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document the new
501 "language-option" entry in the output of the "-list-features"
502 command.
503
805e1f19
TT
5042013-11-15 Tom Tromey <tromey@redhat.com>
505
506 * gdb.texinfo (Variables): Note gdb rules for ambiguous cases.
507 Add example.
508
8fe1b653
TT
5092013-11-14 Tom Tromey <tromey@redhat.com>
510
511 * gdb.texinfo (Breakpoints In Python): Replace "as" with "in".
512
403cb6b1
JB
5132013-11-14 Joel Brobecker <brobecker@adacore.com>
514
515 * gdb.texinfo (Show): Add xref anchor for "show language" command.
516 (Context management): Place current subsection text into its own
517 subsubsection. Add new subsubsection describing the "--language"
518 command option.
519
93973826
JB
5202013-11-13 Joel Brobecker <brobecker@adacore.com>
521
522 * gdb.texinfo (GDB/MI Miscellaneous Commands): Delete
523 the documentation of "info-ada-exceptions" in the output
524 of the "-list-features" command. Add the documentation
525 of the "ada-exception" entry instead.
526
6adcee18
JB
5272013-11-12 Joel Brobecker <brobecker@adacore.com>
528
93973826 529
6adcee18
JB
530 * gdb.texinfo (GDB/MI Miscellaneous Commands): Fix the first
531 word of a couple of sentences to start with a capital letter.
532
58d06528
JB
5332013-11-12 Joel Brobecker <brobecker@adacore.com>
534
535 * gdb.texinfo (Ada): Add entry in menu for new "Ada Exceptions" node.
536 (Ada Exceptions): New node.
537 (GDB/MI): Add entry in menu for new "GDB/MI Ada Exceptions
538 Commands" node.
539 (GDB/MI Ada Exceptions Commands): New node.
540 (GDB/MI Miscellaneous Commands): Document new "info-ada-exceptions"
541 field in the output of the "-list-features" command.
542 * NEWS: Add entry for the new "info exceptions" CLI command,
543 and for the new "-info-ada-exceptions" GDB/MI command.
544
bc79de95
PM
5452013-11-11 Phil Muldoon <pmuldoon@redhat.com>
546
547 * gdb.texinfo (Symbol Tables In Python): Add linetable method entry.
548 (Line Tables In Python): New node.
549
73be47f5
DE
5502013-11-08 Doug Evans <dje@google.com>
551
552 * gdb.texinfo (Debugging Output): Update text for
553 "set debug dwarf2-read".
554
db0fec5c
DE
5552013-11-08 Doug Evans <dje@google.com>
556
557 * gdb.texinfo (Debugging Output): Update text for
558 "set debug symtab-create".
559
92e32e33
PM
5602013-11-07 Phil Muldoon <pmuldoon@redhat.com>
561
562 * gdb.texinfo (Commands In Python): Document COMPLETE_EXPRESSION
563 constant.
564
f76c27b5
PM
5652013-11-07 Phil Muldoon <pmuldoon@redhat.com>
566
567 * gdb.texinfo (Breakpoints In Python): Document temporary
568 option in breakpoint constructor, and add documentation to the
569 temporary attribute.
570
fa4d0c40
YQ
5712013-11-07 Yao Qi <yao@codesourcery.com>
572
573 * gdb.texinfo (GDB/MI Variable Objects): Update doc about the
574 output of "-var-info-expression".
575
afa332ce
PA
5762013-11-06 Pedro Alves <palves@redhat.com>
577
578 * gdb.texinfo (Starting) <set/show startup-with-shell>: Mention
579 non-interactive mode.
580 (Environment) <shell startup files warning>: Mention
581 non-interactive mode. Mention .zshenv for Z shell, and talk about
582 BASH_ENV instead of .bashrc for BASH.
583
9ac69859
NB
5842013-10-29 Nicolas Blanc <nicolas.blanc@intel.com>
585
586 * gdb.texinfo (Commands to Specify Files): Add description
587 of the remove-symbol-file command.
588 * observer.texi: New free_objfile event
589
98882a26
PA
5902013-10-24 Pedro Alves <palves@redhat.com>
591
592 * gdb.texinfo (Starting): Document set/show startup-with-shell.
593
ce13fade
JB
5942013-10-11 Joel Brobecker <brobecker@adacore.com>
595
596 * gdb.texinfo (Shared Library GDB/MI Catchpoint Commands):
597 New subsection inside which the "-catch-load" and "-catch-unload"
598 commands documentation is now placed.
599 (Ada Exception GDB/MI Catchpoint Commands): New subsection
600 documenting the "-catch-assert" and "-catch-exception" new
601 GDB/MI commands.
602
2446f5ea
JB
6032013-10-10 Joel Brobecker <brobecker@adacore.com>
604
605 * gdb.texinfo (Connecting): Remove unnecessary @w{}.
606
0d12017b
JB
6072013-10-10 Joel Brobecker <brobecker@adacore.com>
608
bd80dc1a
JB
609 * gdb.texinfo (Connecting): Replace "set remotebaud" by "set
610 serial baud".
611 (Remote Configuration): Replace "set remotebaud" by "set serial
612 baud". Replace "show remotebaud" by "show serial baud".
0d12017b 613
f4fb82a1
PA
6142013-10-07 Pedro Alves <palves@redhat.com>
615
616 PR breakpoints/11568
617 * gdb.texinfo (Thread-Specific Breakpoints): Mention what happens
618 when the thread is removed from the thread list.
619
0c557179
SDJ
6202013-10-06 Sergio Durigan Junior <sergiodj@redhat.com>
621
622 * gdb.texinfo (Convenience Variables): Document $_exitsignal.
623 Update entry for $_exitcode.
624
5713b9b5
JB
6252013-10-04 Joel Brobecker <brobecker@adacore.com>
626
627 * gdb.texinfo (GDB/MI Program Execution): Document "-exec-run"'s
628 new "--start" option.
629
901461f8
PA
6302013-10-02 Pedro Alves <palves@redhat.com>
631
632 * gdb.texinfo (Registers): Expand description of saved registers
633 in frames. Explain <not saved>.
634
8fb8eb5c
DE
6352013-09-25 Doug Evans <dje@google.com>
636
637 * gdb.texinfo (Debugging Output): Document set/show debug symfile.
638
0a7cfe2c
SS
6392013-09-16 Stan Shebs <stan@codesourcery.com>
640
641 Remove the internals manual gdbint.texinfo.
642 * Makefile.in (INFO_DEPS): Remove gdbint.info.
643 (PDFFILES): Remove gdbint.pdf.
644 (HTMLFILES): Remove gdbint/index.html.
645 (HTMLFILES_INSTALL): Remove gdbint.
646 (GDBINT_DOC_FILES): Remove.
647 (dvi): Remove gdbint.dvi.
648 (ps): Remove gdbint.ps.
649 * gdbint.texinfo: Remove file.
650 * gdb.texinfo (Maintenance Commands): Remove reference to gdbint.
651
a280dbd1
SDJ
6522013-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
653
654 * gdb.texinfo (Convenience Functions): Mention new convenience
655 function $_isvoid.
656
4ac33720
UW
6572013-09-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
658
659 * gdb.texinfo (Decimal Floating Point format): Mention S/390.
660 (Standard Target Features): Add new node to menu.
661 (S/390 and System z Features): New node.
662
b3d3b4bd
SA
6632013-09-13 Sanimir Agovic <sanimir.agovic@intel.com>
664
665 * gdb.texinfo (GDB/MI Miscellaneous Commands): Use
666 -list-target-features in the example.
667
edf9f00c
JK
6682013-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
669
670 * gdb.texinfo (MiniDebugInfo): Prepare file debug and use it to create
671 mini_debuginfo. Strip binary before adding mini_debuginfo to it.
672
1d236d23
JK
6732013-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
674
675 Sync documentation with gdb.base/gnu-debugdata.exp.
676 * gdb.texinfo (MiniDebugInfo): Add comment and "D" in the example.
677
5423b017
JK
6782013-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
679
680 * gdb.texinfo (MiniDebugInfo): Fix two trailing dots.
681
6211c335
YQ
6822013-08-27 Pedro Alves <pedro@codesourcery.com>
683 Yao Qi <yao@codesourcery.com>
684
685 * gdb.texinfo (GDB/MI Stack Manipulation) <-stack-list-locals>:
686 Document new --skip-unavailable option.
687 <-stack-list-variables>: Document new --skip-unavailable option.
688
52e260a3
DE
6892013-08-26 Doug Evans <dje@google.com>
690
691 * gdb.texinfo (Maintenance Commands): "maint print objfiles" now takes
692 an optional regexp.
693
5e92f71a
TT
6942013-08-13 Tom Tromey <tromey@redhat.com>
695
696 * gdbint.texinfo (Testsuite): Use @table, not @itemize.
697 Document GDB_PARALLEL and GDB_INOTIFY.
698
c5d7073b
SS
6992013-08-09 Stan Shebs <stan@codesourcery.com>
700
701 * LRS: Remove file, describes a long-abandoned live-range
702 splitting extension to stabs.
703
6fbe845e
AB
7042013-07-25 Andrew Burgess <aburgess@broadcom.com>
705
706 * gdb.texinfo (Output Formats): Mention the new 'z' formatter.
707
e7045703
DE
7082013-07-17 Doug Evans <dje@google.com>
709
710 * gdb.texinfo (Print Settings): Document "print raw frame-arguments".
711
3105ebf9
TT
7122013-07-02 Tom Tromey <tromey@redhat.com>
713
714 * gdb.texinfo (Target Commands): Don't mention "target nrom".
715
d6c2da54
TT
7162013-06-28 Tom Tromey <tromey@redhat.com>
717
718 * Makefile.in (version.subst): Use version.in, not
719 common/version.in.
720 * gdbint.texinfo (Versions and Branches, Releasing GDB):
721 Likewise.
722
e5823f1c
PA
7232013-06-27 Pedro Alves <palves@redhat.com>
724
725 * gdbint.texinfo (Algorithms) <Stepping over runtime loader
726 dynamic symbol resolution code>: New section, based on infrun.c
727 comment.
728
92dcb9ff
TT
7292013-06-26 Tom Tromey <tromey@redhat.com>
730
731 * gdbint.texinfo (Versions and Branches): Use common/version.in.
732 Update.
733 (Releasing GDB): Likewise.
734
dc673c81
YQ
7352013-06-26 Pedro Alves <pedro@codesourcery.com>
736 Yao Qi <yao@codesourcery.com>
737
738 * gdb.texinfo (GDB/MI Tracepoint Commands): Document
739 -trace-frame-collected.
740
28a93511
YQ
7412013-06-26 Pedro Alves <pedro@codesourcery.com>
742
743 * gdb.texinfo (Traceframe Info Format): Document tvar element
744 and its attributes.
745
a0743c90
YQ
7462013-06-25 Yao Qi <yao@codesourcery.com>
747
748 * gdbint.texinfo (Testsuite): Document 'gdb,predefined_tsv'.
749
01208463
TT
7502013-06-24 Tom Tromey <tromey@redhat.com>
751
752 * Makefile.in (POD2MAN1, POD2MAN5): Use version.subst.
753 (GDBvn.texi): Use version.subst.
754 (version.subst): New target.
755 (mostlyclean): Remove version.subst.
756
c898adb7
YQ
7572013-06-20 Pedro Alves <pedro@codesourcery.com>
758
759 * gdb.texinfo (GDB/MI Data Manipulation)
760 <-data-list-register-values>: Document the --skip-unavailable
761 option.
762
7c57fa1e
YQ
7632013-06-07 Yao Qi <yao@codesourcery.com>
764
765 * gdb.texinfo (Symbols): Add kindex and cindex for
766 'maint print msymbols'.
767
0059c61a 7682013-06-05 Simon Marchi <simon.marchi@ericsson.com> (tiny change)
b7742092
MK
769
770 * gdb.texinfo (Miscellaneous gdb/mi Commands): Fix -add-inferior
771 response field name (thread-group to inferior).
772
85dc5a12
GB
7732013-06-04 Gary Benson <gbenson@redhat.com>
774
775 * gdb.texinfo (General Query Packets/qSupported): Added
776 "qXfer:libraries-svr4:read" and "augmented-libraries-svr4-read".
777 to the table of currently defined stub features.
778 Added a more detailed entry for "augmented-libraries-svr4-read".
779 (General Query Packets/qXfer:libraries-svr4:read): Documented
780 the augmented form of this packet.
781
5901af59
JB
7822013-05-23 Joel Brobecker <brobecker@adacore.com>
783
784 * gdb.texinfo (System-wide Configuration Scripts): Renames
785 "Installed System-wide Configuration Scripts". Add associated
786 @menu block.
787
c1e36e3e
PA
7882013-05-23 Yao Qi <yao@codesourcery.com>
789 Pedro Alves <palves@redhat.com>
790
791 * gdb.texinfo (Packets): Document 'vCont;r'.
792 (Continuing and Stepping): Document target-assisted range
793 stepping, and the 'set range-stepping' and 'show range-stepping'
794 commands.
795
0201faac
JB
7962013-05-23 Joel Brobecker <brobecker@adacore.com>
797
798 * gdb.texinfo (Installed System-wide Configuration Scripts):
799 Add subsection describing the scripts now available under
800 the data-dir's system-gdbbinit subdirectory.
801 * NEWS: Add entry announcing the availability of system-wide
802 configuration scripts for ElinOS and Wind River Linux.
803
c5867ab6
HZ
8042013-05-21 Hui Zhu <hui@codesourcery.com>
805
806 * gdb.texinfo (GDB/MI Breakpoint Commands): Describe the
807 "-dprintf-insert" command.
808
7d0c9981
DE
8092013-05-17 Doug Evans <dje@google.com>
810
811 * gdb.texinfo (Maintenance Commands): Update doc for
812 "maint check-psymtabs". Add doc for "maint check-symtabs",
813 "maint expand-symtabs".
814
742ce053
MM
8152013-05-15 Markus Metzger <markus.t.metzger@intel.com>
816
817 * gdb.texinfo (Process Record and Replay): Document the
818 "record goto" command and its sub-commands.
819
1e611234
PM
8202013-05-10 Phil Muldoon <pmuldoon@redhat.com>
821
822 * gdb.texinfo (Backtrace): Add "no-filter" argument.
823 (Python API): Add Frame Filters API, Frame Wrapper API,
824 Writing a Frame Filter/Wrapper, Managing Management of Frame
825 Filters chapter entries.
826 (Frame Filters API): New Node.
827 (Frame Wrapper API): New Node.
828 (Writing a Frame Filter): New Node.
829 (Managing Frame Filters): New Node.
830 (Progspaces In Python): Add note about frame_filters attribute.
831 (Objfiles in Python): Ditto.
832 (GDB/MI Stack Manipulation): Add -enable-frame-filters command,
833 @anchors and --no-frame-filters option to -stack-list-variables,
834 -stack-list-frames, -stack-list-locals and -stack-list-arguments
835 commands.
836
2874cb83
JB
8372013-05-08 Joel Brobecker <brobecker@adacore.com>
838
839 * gdbint.texinfo (Native Debugging): Add "AIX Shared Library
840 Support" subsection documenting the XML format used to transfer
841 shared library info on AIX.
842
9a005eb9
JB
8432013-05-08 Joel Brobecker <brobecker@adacore.com>
844
845 * gdb.texinfo (Debugging Output): Add documentation of
846 "set debug aix-solib" and "show debug aix-solib" commands.
847
a1217d97
SL
8482013-05-06 Sandra Loosemore <sandra@codesourcery.com>
849
850 * gdb.texinfo (Nios II): New section.
851 (Nios II Features): New section.
852
4d1eb6b4
JB
8532013-05-06 Joel Brobecker <brobecker@adacore.com>
854
855 * gdbint.texinfo (Algorithms): Remove entries documenting
856 DEPRECATED_IBM6000_TARGET, SOLIB_ADD, and
857 SOLIB_CREATE_INFERIOR_HOOK.
858
3f84184e
TT
8592013-04-29 Tom Tromey <tromey@redhat.com>
860
861 PR python/14204:
862 * gdb.texinfo (Python API): Fix menu entry.
863 (Blocks In Python): Fix subsubsection text. Rewrite intro.
864 Define global and static block. Add example. Clarify
865 block relationship for inline functions.
866
60155234
TT
8672013-04-29 Tom Tromey <tromey@redhat.com>
868
869 * gdb.texinfo (Python API): Mention Python help and keyword
870 arguments. Move pagination text to Basic Python.
871 (Basic Python): Put pagination text here. Document
872 close-on-exec, SIGCHLD, and SIGINT.
873
5360976e
PA
8742013-04-19 Pedro Alves <palves@redhat.com>
875
876 * gdbint.texinfo (Misc Guidelines) <Compiler Warnings>: Write
877 "signedness" instead of "signness".
878
bd3f3b55
PA
8792013-04-19 Pedro Alves <palves@redhat.com>
880
881 * gdbint.texinfo (Misc Guidelines) <Compiler Warnings>: Replace
882 -Wno-pointer-sign text with text on -Wpointer-sign.
883
dee368d3
TT
8842013-04-16 Tom Tromey <tromey@redhat.com>
885
886 * gdb.texinfo (Set Catchpoints): Mention earliest version of
887 GCC that has the SDT probe points.
888
cc16e6c9
TT
8892013-04-15 Tom Tromey <tromey@redhat.com>
890
891 * gdb.texinfo (Set Catchpoints): Document regexp syntax for
892 exception catchpoints.
893
72f1fe8a
TT
8942013-04-15 Tom Tromey <tromey@redhat.com>
895
896 * gdb.texinfo (Set Catchpoints): Document $_exception.
897 (Convenience Vars): Mention $_exception.
898
591f19e8
TT
8992013-04-15 Tom Tromey <tromey@redhat.com>
900
901 * gdb.texinfo (Set Catchpoints): Reorganize exception
902 catchpoints. Document "catch rethrow".
903 (Debugging C Plus Plus): Mention "catch rethrow".
904
02ae6bad
TT
9052013-04-15 Tom Tromey <tromey@redhat.com>
906
907 * gdb.texinfo (Set Catchpoints): Remove obsolete text.
908
2c91021c
JK
9092013-04-12 Jan Kratochvil <jan.kratochvil@redhat.com>
910 Eli Zaretskii <eliz@gnu.org>
911
912 * gdb.texinfo (Auto-loading safe path): Add quick -iex using command
913 line below the sample output.
914
6eaaf48b
EZ
9152013-04-12 Eli Zaretskii <eliz@gnu.org>
916
917 * gdb.texinfo (Mode Options): Document '-configuration'.
918 (Help): Document "show configuration".
919 (Bug Reporting): Add requirements to include the configuration
920 details in bug reports.
921
b292c783
JK
9222013-04-11 Jan Kratochvil <jan.kratochvil@redhat.com>
923
924 * Makefile.in (MAN1S): Add gcore.1.
925 Remove "Host, target, and site specific Makefile fragments" comment.
926 (@host_makefile_frag@, HAVE_NATIVE_GCORE_TARGET): New.
927 (install-man1, uninstall-man1): Conditionalize gcore.1.
928 (gcore.1): New.
929 * gdb.texinfo (Man Pages): Add gcore man.
930 (gcore man): New node.
931
f81d1120
PA
9322013-04-10 Pedro Alves <palves@redhat.com>
933
934 * gdb.texinfo (Process Record and Replay): Document that "set
935 record full insn-number-max", "set record
936 instruction-history-size" and "set record
937 function-call-history-size" accept "unlimited".
938 (Backtrace): Document that "set backtrace limit" accepts
939 "unlimited".
940 (List): Document that "set listsize" accepts "unlimited".
941 (Print Settings)" Document that "set print max-symbolic-offset",
942 "set print elements" and "set print repeats" accept "unlimited".
943 (Starting and Stopping Trace Experiments): Document that "set
944 trace-buffer-size" accepts "unlimited".
945 (Remote Configuration): Document that "set tcp connect-timeout"
946 accepts "unlimited".
947 (Command History): Document that "set history size" accepts
948 "unlimited".
949 (Screen Size): Document that "set height" and "set width" accepts
950 "unlimited". Adjust "set pagination"'s description to suggest
951 "set height unlimited" instead of "set height 0".
952
393fd4c3
YQ
9532013-04-10 Yao Qi <yao@codesourcery.com>
954
955 * gdb.texinfo (Trace Files): Add "target ctf".
956
cba5a7bf
JK
9572013-04-06 Jan Kratochvil <jan.kratochvil@redhat.com>
958
959 * Makefile.in (POD2MAN1, POD2MAN5): Replace $(VERSION) by ../version.in.
960
0ed630cb
JK
961 * Makefile.in (install-man1, install-man5, uninstall-man1)
962 (uninstall-man5): Replace $(MANS) by $(MAN1S) and $(MAN5S) respectively.
963
afe1492b
JK
964 * Makefile.in (gdb.1, gdbserver.1, gdbinit.5): Use $(srcdir).
965
5b8b6385
JK
9662013-04-06 Jan Kratochvil <jan.kratochvil@redhat.com>
967 Eli Zaretskii <eliz@gnu.org>
968
969 * gdb.texinfo (gdbserver man): Rename tty to comm. Swap --attach
970 parameters order. Remove "On some targets" for --attach. Document the
971 --multi parameter and extended-remote command. Document all the
972 options.
973
906ccdf0
JK
9742013-04-05 Jan Kratochvil <jan.kratochvil@redhat.com>
975
976 * gdb.texinfo (gdb man): Mention option -p. Include Fortran to
977 the list of supported languages.
978
43662968
JK
9792013-04-05 Jan Kratochvil <jan.kratochvil@redhat.com>
980
981 Convert man pages to texinfo, new gdbinit.5 texinfo page.
982 * Makefile.in (mandir, man1dir, man5dir, SYSTEM_GDBINIT, MANCONF,
983 (TEXI2POD, POD2MAN1, POD2MAN5, MAN1S, MAN5S, MANS, man): New.
984 (diststuff): Add man.
985 (install-man, install-man1, install-man5, uninstall-man, uninstall-man1)
986 (uninstall-man5): New.
987 (STAGESTUFF): Add *.1 and *.5.
988 (GDBvn.texi): Add SYSTEM_GDBINIT.
989 (gdb.1, gdbserver.1, gdbinit.5): New.
990 (maintainer-clean realclean): Add $(MANS).
991 (install): Add install-man.
992 (uninstall): Add uninstall-man.
993 * gdb.texinfo (@include gdb-cfg.texi): Wrap it by @c man begin INCLUDE.
994 (@copying): Wrap it by @c man begin COPYRIGHT.
995 (Top): Add Man Pages.
996 (Man Pages, gdb man, gdbserver man, gdbinit man): New.
997
be9a8770
PA
9982013-04-02 Pedro Alves <palves@redhat.com>
999
1000 * gdb.texinfo (Debugging Output): Document "set/show debug
1001 aarch64", "set/show debug coff-pe-read" and "set/show debug
1002 mach-o".
1003
a46c1e42
PA
10042013-04-02 Pedro Alves <palves@redhat.com>
1005
1006 * gdb.texinfo (Remote Configuration) <set remote @var{name}-packet
1007 table>: Add entry for "trace-buffer-size".
1008
bd3eecc3
PA
10092013-03-28 Pedro Alves <palves@redhat.com>
1010
1011 * gdb.texinfo (Remote Configuration) <set remote @var{name}-packet
1012 table>: Add entry for "trace-status".
1013
215b9f98
EZ
10142013-03-28 Eli Zaretskii <eliz@gnu.org>
1015
1016 * gdb.texinfo (Maintenance Commands): Use @enumerate, not "@table
1017 @bullet", which is invalid (makeinfo 5.1 barfs).
1018
7f7cc265
PA
10192013-03-28 Pedro Alves <palves@redhat.com>
1020
1021 PR gdb/15294
1022
1023 * gdb.texinfo (List) <set listsize>: Adjust to document that
1024 listsize 0 means no limit, and remove mention of -1.
1025
9c0be723
YQ
10262013-03-22 Yao Qi <yao@codesourcery.com>
1027
1028 * gdb.texinfo (Embedded Processors): Remove menu item
1029 "OpenRISC 1000".
1030 (OpenRISC 1000): Remove.
1031
bd712aed
DE
10322013-03-21 Doug Evans <dje@google.com>
1033
1034 * gdb.texinfo (Maintenance Commands): Add docs for
1035 "mt set per-command {space,time,symtab} {on,off}".
1036
d0353e76
YQ
10372013-03-14 Hui Zhu <hui@codesourcery.com>
1038 Yao Qi <yao@codesourcery.com>
1039
1040 * gdb.texinfo (Trace Files): Add "tsave -ctf".
1041
6dd24dfa
KS
10422013-03-13 Keith Seitz <keiths@redhat.com>
1043
1044 * gdb.texinfo (Maintenance Commands): Add missing ')' for
1045 "maint agent" reference to Dynamic printf.
1046
5c4808ca
EZ
10472013-03-11 Eli Zaretskii <eliz@gnu.org>
1048
1049 * gdb.texinfo (General Query Packets): Don't use colon in index
1050 entries visible to Info format.
1051
59ea5688
MM
10522013-03-11 Markus Metzger <markus.t.metzger@intel.com>
1053
1054 * gdb.texinfo (Process Record and Replay): Document record
1055 changes.
1056
2ae8c8e7
MM
10572013-03-11 Markus Metzger <markus.t.metzger@intel.com>
1058
1059 * gdb.texinfo (Requirements): List qXfer:btrace:read requiring expat.
1060 (General Query Packets): Describe Qbtrace:bts, Qbtrace:off, and
1061 qXfer:btrace:read.
1062
28abe188
EZ
10632013-03-09 Eli Zaretskii <eliz@gnu.org>
1064
1065 * gdb.texinfo (General Query Packets, Tracepoint Packets): Don't
1066 use colons in @anchor and @cindex entries.
1067
be9a119c 10682013-03-09 Hafiz Abid Qadeer <abidh@codesourcery.com>
6790eb9f
HAQ
1069
1070 * gdb.texinfo (QTBuffer:size): Add cindex and anchor.
1071
be9a119c 10722013-03-08 Stan Shebs <stan@codesourcery.com>
f6f899bf
HAQ
1073 Hafiz Abid Qadeer <abidh@codesourcery.com>
1074
1075 * gdb.texinfo (Starting and Stopping Trace Experiments): Document
1076 trace-buffer-size set and show commands.
1077 (Tracepoint Packets): Document QTBuffer:size.
1078 (General Query Packets): Document QTBuffer:size.
1079
d57350ea
TT
10802013-02-21 Tom Tromey <tromey@redhat.com>
1081
1082 * gdb.texinfo: Remove bad @syncodeindex.
1083 (Values From Inferior, Types In Python, Inferiors In Python)
1084 (Events In Python, Threads In Python, Frames In Python, Blocks In
1085 Python, Symbols In Python, Symbol Tables In Python): Remove
1086 @tables.
1087 (Packets, General Query Packets, Tracepoint Packets)
1088 (Host I/O Packets): Use @w{} for empty @item.
1089
9f44fbc0
SCR
10902013-02-20 Siva Chandra Reddy <sivachandra@google.com>
1091
1092 * gdb.texinfo (Architectures In Python): Add description about
1093 the new method gdb.Architecture.disassemble.
1094
f5911ea1
HAQ
10952013-02-15 Pedro Alves <pedro@codesourcery.com>
1096 Hafiz Abid Qadeer <abidh@codesourcery.com>
1097
1098 * gdb.texinfo (GDB/MI Tracepoint Commands) <-trace-status>:
1099 Document the "trace-file" field.
1100
7e1e0340
DE
11012013-02-07 Doug Evans <dje@google.com>
1102
1103 * gdb.texinfo (Machine Code): Clarify argument to disassemble
1104 command.
1105
134a2066
YQ
11062013-02-06 Yao Qi <yao@codesourcery.com>
1107
1108 * gdb.texinfo (GDB/MI Async Records): Document new MI
1109 notification "=tsv-modified". Update the document of MI
1110 notification "=tsv-created".
1111 * observer.texi (GDB Observers): New observer tsv_modified.
1112 Update observer tsv_created and tsv_delete.
1113
430ed3f0
MS
11142013-02-05 Yufeng Zhang <yufeng.zhang@arm.com>
1115
1116 * gdb.texinfo (AArch64 Features): New section; document
1117 org.gnu.gdb.aarch64.core and org.gnu.gdb.aarch64.fpu.
1118 (Architectures): Add new AArch64 section to document AArch64
1119 architecture specific commands.
1120 (ABI): Add description of the new OS ABI "Newlib" and its influence
1121 on the longjmp handling.
1122
1b56eb55
JK
11232013-02-03 Eldar Gaynetdinov <hal9000ed2k@gmail.com>
1124 Jan Kratochvil <jan.kratochvil@redhat.com>
1125
1126 * gdb.texinfo (Backtrace): Added description of 'filename-display'
1127 variable in 'set/show backtrace' section.
1128
c4957902
TT
11292013-01-31 Tom Tromey <tromey@redhat.com>
1130
1131 * gdb.texinfo (Target Commands): Fix typo.
1132
bea883fd
SCR
11332013-01-23 Siva Chandra Reddy <sivachandra@google.com>
1134
1135 * doc/gdb.texinfo (Architectures In Python): New sub-sub-section
1136 describing the gdb.Architecture class.
1137 (Frames In Python): Add description about the new method
1138 gdb.Frame.architecture().
1139
796a7ff8
DE
11402013-01-23 Doug Evans <dje@google.com>
1141
1142 * gdb.texinfo (Index Section Format): Document .gdb_index version 8.
1143
998580f1
MK
11442013-01-21 Marc Khouzam <marc.khouzam@ericsson.com>
1145
1146 * gdb.texinfo (GDB/MI Breakpoint Commands): Document new
1147 'thread-groups' field when printing a breakpoint in MI.
1148
c9fb1240
SD
11492012-01-17 Sanjoy Das <sanjoy@playingwithpointers.com>
1150 * gdb.texinfo (Using JIT Debug Info Readers): Change documentation
1151 to reflect that jit-reader-load now supports absolute file-names.
1152
ab04a2af
TT
11532013-01-16 Tom Tromey <tromey@redhat.com>
1154
1155 * gdb.texinfo (Set Catchpoints): Document "catch signal".
1156 (Signals): Likewise.
1157
8ac3646f
TT
11582013-01-16 Tom Tromey <tromey@redhat.com>
1159
1160 * gdb.texinfo (GDB/MI Breakpoint Information): Document
1161 "catch-type" field.
1162 (GDB/MI Catchpoint Commands): Add "catch-type" to examples.
1163
e93a8774
TT
11642013-01-07 Tom Tromey <tromey@redhat.com>
1165
1166 * gdb.texinfo (Mode Options): Don't mention -epoch.
1167 (Data, Emacs): Remove obsolete comments.
1168
54516a0b
TT
11692013-01-02 Tom Tromey <tromey@redhat.com>
1170
1171 * gdb.texinfo (GDB/MI Output Records): Update menu.
1172 (GDB/MI Breakpoint Information): New node.
1173 (GDB/MI Breakpoint Commands) <-break-info>: Link to new node.
1174 <-break-insert>: Likewise.
1175
8dbe8ece
YQ
11762012-12-31 Yao Qi <yao@codesourcery.com>
1177
1178 * gdb.texinfo (Remote Non-Stop): Move paragraphs to ...
1179 (Packets): Move "vStopped" packet to ...
1180 (Notification Packets): ... here. Describe the components
1181 of notification. Add a table of supported notifications.
1182 Add an example on the process of he async notification.
1183
f35a17b5
JK
11842012-12-25 Jan Kratochvil <jan.kratochvil@redhat.com>
1185
1186 * gdb.texinfo (GDB/MI Data Manipulation) (fullname): Make it always
1187 present.
1188 (GDB/MI File Commands) (-file-list-exec-source-files): Make the
1189 fullname output always present.
1190
0dfd2fad
PM
11912012-12-23 Pierre Muller <muller@sourceware.org>
1192
1193 * gdbint.texinfo (Function prototypes): Require use of "extern"
1194 modifier for function prototypes in headers.
1195
7785b880
JB
11962012-12-19 Joel Brobecker <brobecker@adacore.com>
1197
1198 * refcard.tex: Update copyright notice to GPL v3 or later.
1199 Update contact info.
1200
3d745be3
JK
12012012-12-16 Jan Kratochvil <jan.kratochvil@redhat.com>
1202
1203 * gdbint.texinfo (Coding Standards) (C Usage): New rule for 0 vs. NULL.
1204
c9b6281a
YQ
12052012-12-15 Yao Qi <yao@codesourcery.com>
1206
1207 * gdb.texinfo (Debugging Output): Document 'set debug
1208 notification' and 'show debug notification'.
1209
f2a8bc8a
YQ
12102012-12-15 Yao Qi <yao@codesourcery.com>
1211
1212 * gdb.texinfo (Listing Tracepoints): New item and example about
1213 'installed on target' output.
1214 Add more in the example about 'installed on target'.
1215 (GDB/MI Breakpoint Commands): Doc about 'installed field.
1216
451b7c33
TT
12172012-12-14 Tom Tromey <tromey@redhat.com>
1218
1219 * gdb.texinfo (SVR4 Process Information): Mention core files.
1220
3fa7bf06
MG
12212012-12-12 Mircea Gherzan <mircea.gherzan@intel.com>
1222
1223 * gdb.texinfo (GDB/MI Catchpoint Commands): New section.
1224
05b4bd79
PA
12252012-12-11 Pedro Alves <palves@redhat.com>
1226
1227 * gdb.texinfo: Remove all mentions of Unixware throughout.
1228
74a0d9f6
JK
12292012-12-09 Jan Kratochvil <jan.kratochvil@redhat.com>
1230
1231 * gdbint.texinfo (Host Definition): Remove CC_HAS_LONG_LONG.
1232
0c631110
TT
12332012-11-29 Tom Tromey <tromey@redhat.com>
1234
1235 * gdb.texinfo (SVR4 Process Information): Document missing
1236 "info proc" subcommands.
1237
891df0ea
YQ
12382012-11-29 Yao Qi <yao@codesourcery.com>
1239
1240 PR gdb/1477.
1241 * gdb.texinfo (Print Settings): Correct the default 'demangle-style'
1242 to 'auto' instead of 'gnu'.
1243
608e2dbb
TT
12442012-11-26 Tom Tromey <tromey@redhat.com>
1245
1246 * gdb.texinfo (MiniDebugInfo): New node.
1247 (GDB Files): Update.
1248
e64e0392
DE
12492012-11-16 Doug Evans <dje@google.com>
1250
1251 * gdb.texinfo (System-wide configuration): If the system-wide init
1252 file lives in the data-directory, and --data-directory is provided,
1253 look for it there.
1254
ae606bee
TT
12552012-11-15 Tom Tromey <tromey@redhat.com>
1256
1257 * gdb.texinfo (Signaling): Fix typo.
1258
62747a60
TT
12592012-11-13 Giuseppe Montalto <giuseppe.montalto@st.com>
1260
1261 * gdb.texinfo (GDB/MI Data Manipulation): Document new optional
1262 parameter "count" of -data-write-memory-bytes, and add an example.
1263
18a9fc12
TT
12642012-11-12 Tom Tromey <tromey@redhat.com>
1265
1266 * gdb.texinfo (Symbols): Document "info type-printers",
1267 "enable type-printer" and "disable type-printer".
1268 (Python API): Add new node to menu.
1269 (Type Printing API): New node.
1270 (Progspaces In Python): Document type_printers field.
1271 (Objfiles In Python): Likewise.
1272 (gdb.types) <get_type_recognizers, apply_type_recognizers,
1273 register_type_printer, TypePrinter>: Document.
1274
53342f27
TT
12752012-11-12 Tom Tromey <tromey@redhat.com>
1276
1277 * gdb.texinfo (Symbols): Document "set print type methods",
1278 "set print type typedefs", and flags to ptype and whatis.
1279
ed8a1c2d
AB
12802012-11-09 Andrew Burgess <aburgess@broadcom.com>
1281
1282 * gdb.texinfo (GDB/MI Data Manipulation): Add fullname field to
1283 the example -data-disassemble output. Extend the description of
1284 the -data-disassemble results to document all fields. Document
1285 the cli disassemble command as being related to -data-disassemble.
1286
8506d139
YQ
12872012-11-09 Yao Qi <yao@codesourcery.com>
1288
1289 PR gdb/14777.
1290 * gdb.texinfo (OS Information): Remove doc on command
1291 'info udot'.
1292
4d3f93a2
JB
12932012-11-08 Joel Brobecker <brobecker@adacore.com>
1294
1295 * gdb.texinfo (Startup): Minor rewording, and clarify scope of
1296 gdb.ini warning for Windows port.
1297
1e96de83
YQ
12982012-11-08 Yao Qi <yao@codesourcery.com>
1299
1300 * gdb.texinfo (Search): Add kindex for 'fo'.
1301
dc939229
TT
13022012-11-05 Tom Tromey <tromey@redhat.com>
1303
1304 PR python/14802:
1305 * gdb.texinfo (Functions In Python): Add example.
1306
6f6484cd
YQ
13072012-11-03 Yao Qi <yao@codesourcery.com>
1308
1309 * observer.texi (GDB Observers): Remove observer
1310 'tracepoint_modified', 'tracepoint_created' and
1311 'tracepoint_deleted'.
1312
af4238e5
TT
13132012-10-26 Tom Tromey <tromey@redhat.com>
1314
1315 * gdb.texinfo (General Query Packets): Use @itemx for QAgent.
1316
687e43a4
TT
13172012-10-25 Tom Tromey <tromey@redhat.com>
1318
1319 * gdb.texinfo (General Query Packets): Use @itemx.
1320
8de0566d
YQ
13212012-10-17 Yao Qi <yao@codesourcery.com>
1322
1323 * observer.texi (GDB Observers): Update observer
1324 'memory_changed'.
1325 * gdb.texinfo (GDB/MI Async Records): Document for
1326 "memory-changed" notification.
1327
07540c15
DE
13282012-10-15 Doug Evans <dje@google.com>
1329
1330 * gdb.texinfo (Mode Options): Document -nh.
1331 Elaborate on docs for -nx.
1332
d7019589
SP
13332012-09-26 Siddhesh Poyarekar <siddhesh@redhat.com>
1334
1335 * observer.texi (memory_changed): Expand parameter LEN to ssize_t.
1336
82a90ccf
YQ
13372012-09-21 Yao Qi <yao@codesourcery.com>
1338 Pedro Alves <palves@redhat.com>
1339
1340 * gdb.texinfo (GDB/MI Async Records): Document notification
1341 'record-started' and 'record-stopped'.
1342 * observer.texi (GDB Observers): New observer 'record-changed'.
1343
aa9259cc
TS
13442012-09-19 Thomas Schwinge <thomas@codesourcery.com>
1345
1346 * gdb.texinfo: Document the removal of SH's 'regs' command.
1347
c1d780c2
SDJ
13482012-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
1349
1350 * gdb.texinfo (jump): Mention new alias `j' for `jump'.
1351
bb25a15c
YQ
13522012-09-18 Yao Qi <yao@codesourcery.com>
1353
1354 * gdb.texinfo (GDB/MI Async Records): Document new MI
1355 notifications '=tsv-created' and '=tsv-deleted'.
1356 * observer.texi (GDB Observers): New observer tsv_created and
1357 tsv_deleted.
1358
201b4506
YQ
13592012-09-18 Yao Qi <yao@codesourcery.com>
1360
1361 * observer.texi (GDB Observers): New observer 'traceframe_changed'.
1362 * gdb.texinfo (GDB/MI Async Records): Mention new MI notification
1363 '=traceframe-changed'.
1364
6fc1c773
YQ
13652012-09-17 Yao Qi <yao@codesourcery.com>
1366
1367 * gdb.texinfo (List): Describe the meaning of 0 and -1 in
1368 'set listsize'.
1369
121c73f3
JK
13702012-09-13 Jan Kratochvil <jan.kratochvil@redhat.com>
1371 Eli Zaretskii <eliz@gnu.org>
1372
1373 * gdbint.texinfo (Defining Other Architecture Features): Clarify *pcptr
1374 encoding for gdbarch_breakpoint_from_pc, bp_addr for
1375 gdbarch_push_dummy_call and bp_addr for gdbarch_push_dummy_code.
1376
e9687799
JK
13772012-08-27 Jan Kratochvil <jan.kratochvil@redhat.com>
1378
1379 * gdb.texinfo (objfile-gdb.py file): New paragraph for .exe stripping.
1380
3b5e4d35
YPK
13812012-08-23 Khoo Yit Phang <khooyp@cs.umd.edu>
1382
1383 Document how to return from "python-interactive" to GDB.
1384 * gdb.texinfo (Python Commands): Update documentation.
1385
13862012-08-22 Khoo Yit Phang <khooyp@cs.umd.edu>
1387
1388 Add a new "python-interactive" command that starts a standard
1389 Python interactive prompt with "pi" as alias, and add "py" as
1390 an alias to "python".
1391 * gdb.texinfo (Python Commands): Document the new commands.
1392
b583003e
TT
13932012-08-22 Tom Tromey <tromey@redhat.com>
1394
1395 * gdbint.texinfo (Host Definition): Remove documentation for
1396 SIGWINCH_HANDLER and SIGWINCH_HANDLER_BODY.
1397
a451cb65
KS
13982012-08-17 Keith Seitz <keiths@redhat.com>
1399
1400 PR c++/13356
1401 * gdb.texinfo (Type and Range Checking): Remove warning.
1402 Remove spurious commas.
1403 Update text and examples for re-implementation of set/show
1404 check type.
1405 (C and C++ Type and Range Checks): Likewise.
1406
6b1755ce
YQ
14072012-08-16 Yao Qi <yao@codesourcery.com>
1408
1409 * gdb.texinfo (Types In Python): Mention gdb.TYPE_CODE_BITSTRING
1410 is deprecated.
1411
f47f77df
DE
14122012-08-13 Doug Evans <dje@google.com>
1413
1414 * gdb.texinfo (Convenience Vars): Update text for "show convenience"
1415 to include functions.
1416
a72c3253
DE
14172012-08-10 Doug Evans <dje@google.com>
1418
1419 * gdb.texinfo (Convenience Funs): New node.
1420 (Types In Python): Document Type.vector.
1421
5b9afe8a
YQ
14222012-08-09 Yao Qi <yao@codesourcery.com>
1423
1424 * observer.texi: New observer command_param_changed.
1425 * gdb.texinfo (GDB/MI Async Records): Doc for '=cmd-param-changed'.
1426
dc1039df
JK
14272012-08-07 Jan Kratochvil <jan.kratochvil@redhat.com>
1428
1429 * gdbint.texinfo (Debugging GDB): In section
1430 'Debugging @value{GDBN} with itself' change .gdbinit for gdb-gdb.gdb.
1431 Mention also gdb-gdb.py.
1432
4abf930d
YQ
14332012-08-07 Yao Qi <yao@codesourcery.com>
1434
1435 Revert the folloing patch:
1436 2012-08-06 Yao Qi <yao@codesourcery.com>
1437 * gdb.texinfo (Remote Configuration): Add kindex for 'set
1438 remote hardware-watchpoint-limit' and 'set
1439 remote hardware-breakpoint-limit'.
1440
f3c8a52a
JK
14412012-08-06 Nathaniel Flath <flat0103@gmail.com>
1442
1443 * gdb.texinfo (Working Directory): Added information about new
1444 default argument for 'cd' command.
1445
77a91025
YQ
14462012-08-06 Yao Qi <yao@codesourcery.com>
1447
1448 * gdb.texinfo (Remote Configuration): Add kindex for 'set
1449 remote hardware-watchpoint-limit' and 'set
1450 remote hardware-breakpoint-limit'.
1451
d9f08f52
YQ
14522012-08-06 Yao Qi <yao@codesourcery.com>
1453
1454 Fix PR14371.
1455
1456 * gdb.texinfo (GDB/MI Async Records): Fix the doc for
1457 '=breakpoint-deleted'.
1458
95b07c96
YQ
14592012-08-02 Yao Qi <yao@codesourcery.com>
1460
1461 * gdb.texinfo (Native): Remove node Neutrino.
1462
7255706c
YQ
14632012-07-27 Yao Qi <yao@codesourcery.com>
1464
1465 * gdb.texinfo (IPA Protocol Commands): Document new command
1466 'close'.
1467
d6b28940
TT
14682012-07-25 Tom Tromey <tromey@redhat.com>
1469
1470 * gdb.texinfo (Maintenance Commands): Document maint info bfds.
1471
e615022a
DE
14722012-07-20 Doug Evans <dje@google.com>
1473
1474 * gdb.texinfo (Mode Options): Delete --use-deprecated-index-sections.
1475 (Index Files): Document how to control the use of deprecated index
1476 sections.
1477 (Index Section Format): Replace --use-deprecated-index-sections with
1478 "set use-deprecated-index-sections on".
1479
055855a4
EZ
14802012-07-12 Eli Zaretskii <eliz@gnu.org>
1481
1482 * gdbint.texinfo: Remove @syncodeindex directives that put all the
1483 indices into a single node "Index". Instead, join function and
1484 variable indices into a single index, separate from the concept
1485 index. Requested in
1486 http://sourceware.org/ml/gdb-patches/2012-07/msg00146.html.
1487 (Top): Update the top-level menu: instead of one "Index" there are
1488 now separate entries "Concept Index" and "Function and Variable
1489 Index".
1490 (Concept Index, Function and Variable Index): New nodes.
1491 (Index): Node deleted.
1492
f77cc5f0
HZ
14932012-07-05 Hui Zhu <hui_zhu@mentor.com>
1494
1495 * gdb.texinfo (Maintenance Commands): Change help for "maint agent"
1496 and "maint agent-eval".
1497
00595b5e
EZ
14982012-07-03 Eli Zaretskii <eliz@gnu.org>
1499
1500 * gdb.texinfo: Separate the index into 2 indices, cp and fn, to
1501 avoid file-name clashes between Index.html and index.html on
1502 case-insensitive filesystems. See the discussion starting in
1503 http://sourceware.org/ml/gdb-patches/2012-06/msg00457.html for the
1504 details of the problem.
1505 (Top): Update the master menu for the above.
1506 (Concept Index, Command and Variable Index): New nodes, instead of
1507 the old "Index" node that was deleted. All cross-references
1508 updated.
1509
d3ce09f5
SS
15102012-07-02 Stan Shebs <stan@codesourcery.com>
1511
1512 * gdb.texinfo (Dynamic Printf): Mention agent style and
1513 disconnected dprintf.
1514 (Maintenance Commands): Describe maint agent-printf.
1515 (General Query Packets): Mention BreakpointCommands feature.
1516 (Packets): Document commands extension to Z0 packet.
1517 * agentexpr.texi (Bytecode Descriptions): Document printf
1518 bytecode.
1519
2d7b58e8
JK
15202012-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
1521
1522 * gdb.texinfo (File Options): Change -ix and -iex commands that apply
1523 only after gdbinit files.
1524 (Startup): Move -iex and -iex commands down after gdbinit files.
1525
202cbf1c
JK
15262012-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
1527
1528 * gdb.texinfo (Auto-loading safe path): Note the shell wildcard
1529 possibility.
1530
b6ba681c
TT
15312012-06-29 Tom Tromey <tromey@redhat.com>
1532
1533 * gdb.texinfo (Index Section Format): Update for version 7.
1534
71caed83
SS
15352012-06-28 Stan Shebs <stan@codesourcery.com>
1536
1537 * gdb.texinfo (Miscellaneous GDB/MI Commands): Update -info-os
1538 example, add note about title column.
1539
ee0bf529
SCR
15402012-06-26 Siva Chandra Reddy <sivachandra@google.com>
1541
1542 * gdb.texinfo (Symbol Tables In Python): Add description about
1543 the new 'last' attribute of gdb.Symtab_and line.
1544
3c15d565
SCR
15452012-06-26 Siva Chandra Reddy <sivachandra@google.com>
1546
1547 * gdb.texinfo (Symbol Tables In Python): Correct the description
1548 of the 'pc' attribute of gdb.Symtab_and_line.
1549
45cfd468
DE
15502012-06-26 Doug Evans <dje@google.com>
1551
1552 * gdb.texinfo (Debugging Output): Document debug options dwarf2-read
1553 and symtab-create.
1554
496ee73e
KS
15552012-06-25 Keith Seitz <keiths@redhat.com>
1556
1557 * gdb.texinfo (GDB/MI Breakpoint Commands): Remove "-r" option
1558 from example. Remove "rbreak" from list of corresponding
1559 gdb commands.
1560
156942c7
DE
15612012-06-23 Doug Evans <dje@google.com>
1562
1563 * gdb.texinfo (Index Section Format): Document version 7 format.
1564
c614397c
YQ
15652012-06-22 Yao Qi <yao@codesourcery.com>
1566
1567 * gdb.texinfo: Add missing cindex for some packets.
1568
472a2379
KS
15692012-06-20 Keith Seitz <keiths@redhat.com>
1570
1571 * gdb.texinfo (GDB/MI Breakpoint Commands): Re-order options
1572 for -break-insert and document -p.
1573
2678e2af
YQ
15742012-06-20 Yao Qi <yao@codesourcery.com>
1575
1576 * gdb.texinfo (Inferiors In Python): Replace "gdb.read_memory"
1577 and "gdb.write_memory" with "Inferior.read_memory" and
1578 "Inferior.write_memory".
1579
984359d2
EZ
15802012-06-15 Patrice Dumas <pertusus@free.fr> (tiny change)
1581
1582 * gdb.texinfo (Summary): Add a link to "Free Documentation".
1583 (Free Documentation): Add @node line.
1584 (Continuing and Stepping) <advance location>: Use @item instead of
1585 @itemx.
1586 (Reverse Execution) <set exec-direction reverse>: Use @item instead of
1587 @itemx.
1588 (Embedded Processors): Put the link to "PA" to its correct place,
1589 according to document structure.
1590 (Python API): Put the link to "Lazy Strings In Python" to its
1591 correct place.
1592 (Index): Use @@ in @tex block to get a literal @.
1593
1594 * gdbint.texinfo: Fix the @subtitle line.
1595
1596 * stabs.texinfo (Top): Put the link to "Symbol Types Index" to its
1597 correct place.
1598
16bdd41f
YQ
15992012-06-08 Yao Qi <yao@codesourcery.com>
1600
1601 * gdb.texinfo (In-Process Agent): Add 'In-Process Agent
1602 Protocol'.
1603 (In-Process Agent Protocol, IPA Protocol Objects)
1604 (IPA Protocol Commands): New nodes.
1605 (Tracepoint Packets): Add anchors.
1606
2d4c29c5
TS
16072012-06-06 Thomas Schwinge <thomas@codesourcery.com>
1608
1609 * gdb.texinfo: Document the deprecation of SH's 'regs' command.
1610
6bd110c5
YQ
16112012-06-06 Yao Qi <yao@codesourcery.com>
1612
1613 * gdb.texinfo: Update copyright year.
1614
f3e0e960
SS
16152012-05-23 Stan Shebs <stan@codesourcery.com>
1616 Kwok Cheung Yeung <kcy@codesourcery.com>
1617
1618 * gdb.texinfo (Miscellaneous GDB/MI Commands): Document -info-os.
1619
1564a261
JK
16202012-05-20 Jan Kratochvil <jan.kratochvil@redhat.com>
1621
1622 * gdb.texinfo (Separate Debug Files): New anchor debug-file-directory.
1623 Mention also --with-separate-debug-dir.
1624 (Auto-loading): Prepend $debugdir in the sample output.
1625 (Auto-loading safe path): Likewise. Mention also $debugdir for the
1626 auto-load safe-path variable.
1627 (objfile-gdb.py file): Remove the extra debug-file-directory paragraph.
1628 Mention also $debugdir for 'set auto-load scripts-directory'.
1629
eb17f351
EZ
16302012-05-19 Eli Zaretskii <eliz@gnu.org>
1631
1632 * gdb.texinfo (Continuing and Stepping, Selection, Byte Order)
1633 (MIPS Embedded, MIPS, MIPS Register packet Format)
1634 (Target Descriptions, MIPS Features): Use @acronym{MIPS} where
1635 appropriate.
1636
4cc0665f
MR
16372012-05-18 Sandra Loosemore <sandra@codesourcery.com>
1638 Maciej W. Rozycki <macro@codesourcery.com>
1639
1640 * gdb.texinfo (MIPS): Document "set mips compression" and "show
1641 mips compression".
1642 (MIPS Breakpoint Kinds): New subsubsection.
1643
7af8dcf8 16442012-05-18 Eli Zaretskii <eliz@gnu.org>
02b67415
MR
1645
1646 * gdb.texinfo (Architecture-Specific Protocol Details): Define
1647 nodes for subsections. Add @acronym mark-ups and adjust
1648 formatting.
1649
aff139ff
JK
16502012-05-18 Jan Kratochvil <jan.kratochvil@redhat.com>
1651
1652 Rename $ddir to $datadir.
1653 * gdb.texinfo (Auto-loading, Auto-loading safe path)
1654 (objfile-gdb.py file): Rename $ddir to $datadir.
1655
9cb709b6
TT
16562012-05-18 Tom Tromey <tromey@redhat.com>
1657
1658 * gdb.texinfo (Print Settings): Document 'set print symbol'.
1659
e7e0cddf
SS
16602012-05-14 Stan Shebs <stan@codesourcery.com>
1661
1662 * gdb.texinfo (Dynamic Printf): New subsection.
1663
7efc75aa
SCR
16642012-05-13 Siva Chandra Reddy <sivachandra@google.com>
1665
1666 * gdb.texinfo (Basic Python): Add description about the function
1667 gdb.find_pc_line
1668
f307c045
JK
16692012-05-12 Jan Kratochvil <jan.kratochvil@redhat.com>
1670 Eli Zaretskii <eliz@gnu.org>
1671
1672 * gdb.texinfo (Separate Debug Files): Use plural form for global
1673 debugging information directory.
1674
85d4a676
SS
16752012-05-11 Stan Shebs <stan@codesourcery.com>
1676 Kwok Cheung Yeung <kcy@codesourcery.com>
1677
1678 * gdb.texinfo (Operating System Auxiliary Information): Document new
1679 'info os' subcommands.
1680
c1668e4e
JK
16812012-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
1682
1683 * gdb.texinfo (Auto-loading, Init File in the Current Directory)
1684 (libthread_db.so.1 file, objfile-gdb.gdb file, objfile-gdb.py file)
1685 (dotdebug_gdb_scripts section): Add reference
1686 to 'Auto-loading safe path'.
1687
7349ff92
JK
16882012-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
1689
1690 Implement multi-component --with-auto-load-dir.
1691 * gdb.texinfo (Auto-loading): New references
1692 for 'set auto-load scripts-directory'
1693 and 'show auto-load scripts-directory'.
1694 (Auto-loading safe path): Describe the new default. Move $ddir
1695 substituation reference to 'objfile-gdb.py file'.
1696 (objfile-gdb.py file): Describe script-name alias. Change real-name to
1697 script-name. Describe new 'set auto-load scripts-directory'
1698 and 'show auto-load scripts-directory'.
1699
6dea1fbd
JK
17002012-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
1701
1702 Provide $ddir substitution for --with-auto-load-safe-path.
1703 * gdb.texinfo (Auto-loading): Replace /usr/local by $ddir/auto-load.
1704 (Auto-loading safe path): Likewise. Mention the default value,
1705 $ddir substitution, --with-auto-load-safe-path and
1706 --without-auto-load-safe-path.
1707 * observer.texi (gdb_datadir_changed): New.
1708
1ccacbcd
JK
17092012-05-09 Jan Kratochvil <jan.kratochvil@redhat.com>
1710
1711 * gdb.texinfo (Auto-loading): Wrap too long lines in @smallexample.
1712 Twice.
1713
d9242c17
JK
1714 * gdb.texinfo (Separate Debug Files, Auto-loading safe path): Replace
1715 directory separator by path separator.
1716
af2c1515
JK
17172012-05-06 Jan Kratochvil <jan.kratochvil@redhat.com>
1718
1719 * gdb.texinfo (Auto-loading safe path): Make 'directories'
1720 for 'set auto-load safe-path' optional. Mention if it is omitted.
1721 Change disabling security protection condition to "/", twice.
1722
a20ee7a4
SCR
17232012-05-03 Siva Chandra Reddy <sivachandra@google.com>
1724
1725 * gdb.texinfo (Symbol Tables In Python): Add documentation about
1726 the new methods global_block and static_block on gdb.Symtab
1727 objects.
1728
56af09aa
SCR
17292012-05-02 Siva Chandra Reddy <sivachandra@google.com>
1730
1731 * gdb.texinfo (Blocks In Python): Add a note saying that future
1732 improvements to GDB and its infrastructure can move symbols
1733 across blocks within a symbol table.
1734
2746b0ef
YQ
17352012-04-29 Yao Qi <yao@codesourcery.com>
1736
1737 * gdb.texinfo (Architectures): Remove menu entry `A29K'.
1738 (A29K): Remove.
1739
62e5f89c
SDJ
17402012-04-27 Sergio Durigan Junior <sergiodj@redhat.com>
1741 Tom Tromey <tromey@redhat.com>
1742
1743 * gdb.texinfo (Static Probe Points): New entry, explaining SystemTap
1744 and generic static probe support on GDB.
1745
a766d390
DE
17462012-04-25 Doug Evans <dje@google.com>
1747
50f042b9
DE
1748 * gdb.texinfo (Go): Fix thinko.
1749
a766d390
DE
1750 * gdb.texinfo (Supported Languages): Add Go.
1751 (Go): New node.
1752
f02e2b19
YQ
17532012-04-25 Yao Qi <yao@codesourcery.com>
1754
1755 * gdbint.texinfo (Testsuite): New section `Board settings'.
1756
68d41a48
JK
17572012-04-23 Jan Kratochvil <jan.kratochvil@redhat.com>
1758
1759 * gdb.texinfo (Auto-loading safe path): Remove trailing [@dots{}].
1760 Three times.
1761
174bb630
JK
1762 * gdb.texinfo (Auto-loading safe path): Add trailing @dots{}.
1763 Three times.
1764
0511cc75
JK
17652012-04-22 Jan Kratochvil <jan.kratochvil@redhat.com>
1766
1767 * gdb.texinfo (Auto-loading safe path): Replace @itemize @bullet
1768 by @table @asis. Fix formatting of one item.
1769
0070f25a
JK
17702012-04-18 Jan Kratochvil <jan.kratochvil@redhat.com>
1771
1772 * gdb.texinfo (Auto-loading verbose mode): Fix smallexample typo.
1773
4dc84fd1
JK
17742012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
1775
1776 New option "set debug auto-load".
1777 * gdb.texinfo (Auto-loading): New menu item for auto-load verbose mode.
1778 (auto-load verbose mode): New node.
1779
bccbefd2
JK
17802012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
1781
1782 New option "set auto-load safe-path".
1783 * gdb.texinfo (Auto-loading): Extend the "show auto-load"
1784 and "info auto-load" examples for safe-path. Put there also references
1785 for "set auto-load safe-path" and "show auto-load safe-path".
1786 New menu item for Auto-loading safe path.
1787 (Auto-loading safe path): New node.
1788 (Python Auto-loading): Update the expected output from "Missing"
1789 to "No".
1790
bf88dd68
JK
17912012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
1792
1793 auto-load: Implementation.
1794 * gdb.texinfo (Mode Options): New anchor for -nx.
1795 (Startup): New anchors for Option -init-eval-command,
1796 Home Directory Init File
1797 and Init File in the Current Directory during Startup.
1798 Mention set auto-load local-gdbinit with a reference.
1799 Change the sample code to "set auto-load python-scripts".
1800 (Threads): New anchor set libthread-db-search-path.
1801 Provide references to libthread_db.so.1 file.
1802 (Controlling GDB): New menu item for Auto-loading.
1803 (Auto-loading, Init File in the Current Directory)
1804 (libthread_db.so.1 file, objfile-gdb.gdb file): New nodes.
1805 (Python): Rename the menu item Auto-loading to Python Auto-loading.
1806 (Writing a Pretty-Printer, Objfiles In Python): Update the renamed
1807 reference.
1808 (Auto-loading): Rename to ...
1809 (Python Auto-loading): ... here. Change "set auto-load-scripts" to
1810 "set auto-load python-scripts", new anchor for it. Change
1811 "show auto-load-scripts" to "show auto-load python-scripts", new anchor
1812 for it. Change "info auto-load-scripts"
1813 to "info auto-load python-scripts", new anchor for it. Change "scripts"
1814 to "Python scripts".
1815
8264ba82
AG
18162012-04-14 Anton Gorenkov <xgsa@yandex.ru>
1817
1818 PR mi/13393
1819 * gdb.texinfo (Print Settings): Extend the description for "set print
1820 object".
1821 (GDB/MI Variable Objects): Extend the description for -var-create and
1822 -var-list-children.
1823
06fc020f
SCR
18242012-04-11 Siva Chandra Reddy <sivachandra@google.com>
1825
1826 * gdb.texinfo (Examining Data): Document the 'explore' command.
1827
7191c139
JB
18282012-03-28 Joel Brobecker <brobecker@adacore.com>
1829
1830 * gdb.texinfo (GDB/MI Variable Objects): Document what happens
1831 to the children of a varobj and its update range when -var-update
1832 returns that the varobj's type changed.
1833
3708f05e
JK
18342012-03-27 Jan Kratochvil <jan.kratochvil@redhat.com>
1835
1836 * gdb.texinfo (Auto-loading): Move @menu to the end of @node.
1837 Create two new links fir 'objfile-gdb.py file'
1838 and 'dotdebug_gdb_scripts section'.
1839
8e0583c8
JK
18402012-03-27 Jan Kratochvil <jan.kratochvil@redhat.com>
1841
1842 * gdb.texinfo (Auto-loading): Rename node reference
1843 '.debug_gdb_scripts section' to 'dotdebug_gdb_scripts section'.
1844 Twice.
1845 (.debug_gdb_scripts section): Rename the node ...
1846 (dotdebug_gdb_scripts section): ... here.
1847 (Maintenance Commands): Also rename this node reference.
1848
7b282c5a
SCR
18492012-03-22 Siva Chandra Reddy <sivachandra@google.com>
1850
1851 * gdb.texinfo (Python API/Values From Inferior): Add description
1852 about the new method Value.referenced_value. Add description on
1853 how Value.dereference is different (and similar) to
1854 Value.referenced_value.
1855
8320cc4f
JK
18562012-03-19 Jan Kratochvil <jan.kratochvil@redhat.com>
1857
1858 * gdb.texinfo (File Options): Describe --init-command=FILE, -ix and
1859 --init-eval-command=COMMAND, -iex.
1860 (Startup): Describe -iex and -ix. Simplify the example
1861 for "set auto-load-scripts off".
1862
481860b3
GB
18632012-03-16 Gary Benson <gbenson@redhat.com>
1864
1865 PR breakpoints/10738
1866 * gdb.texinfo (Inline Functions): Remove the now-unnecessary @item
1867 stating that GDB cannot set breakpoints on inlined functions.
1868 (Mode Options): Document --use-deprecated-index-sections.
1869 (Index Section Format): Document new index section version format.
1870
c4aeac85
TT
18712012-03-15 Tom Tromey <tromey@redhat.com>
1872
1873 * gdb.texinfo (Debugging C Plus Plus): Document "info vtbl".
1874
16899756
DE
18752012-03-13 Doug Evans <dje@google.com>
1876
1877 * gdb.texinfo (Help): Change apropos example to use "alias" instead
1878 of "reload".
1879 (Symbols): Delete docs for set/show symbol-reloading.
1880 * gdbint.texinfo (Defining Other Architecture Features): Delete
1881 SYMBOL_RELOADING_DEFAULT.
1882 * refcard.tex: Delete reference to symbol-reloading.
1883
9b224c5e
PA
18842012-03-07 Pedro Alves <palves@redhat.com>
1885
1886 * gdb.texinfo (General Query Packets): Document new
1887 QProgramSignals packet.
1888 * gdb.texinfo (Remote configuration): Mention
1889 "program-signals-packet".
1890
169081d0
TG
18912012-03-05 Tristan Gingold <gingold@adacore.com>
1892
1893 * gdb.texinfo (General Query Packets): Document xfer:uib:read.
1894
d1feda86
YQ
18952012-03-03 Yao Qi <yao@codesourcery.com>
1896
1897 * gdb.texinfo (In-Process Agent): New node.
1898 Document new commands.
1899 (General Query Packets): Add packet `QAgent'.
1900
1faeff08
MR
19012012-03-01 Maciej W. Rozycki <macro@codesourcery.com>
1902
1903 * gdb.texinfo (MIPS Features): Add org.gnu.gdb.mips.dsp.
1904
7d74f244
DE
19052012-03-01 Scott J. Goldman <scottjg@vmware.com>
1906
1907 * gdb.texinfo (Commands In Python): Put example python macro in
1908 COMMAND_USER category rather than COMMAND_OBSCURE.
1909 Document gdb.COMMAND_USER.
1910 (User-defined Commands): Update documentation to clarify
1911 "set/show max-user-call-depth" and "show user" don't apply to python
1912 commands. Update documentation to clarify "help user-defined" may
1913 also include python commands defined as COMMAND_USER.
1914
6fe37d23
JK
19152012-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
1916
1917 * gdb.texinfo (Startup): Add option -ex description to the option -x
1918 description.
1919
83364271
LM
19202012-02-24 Luis Machado <lgustavo@codesourcery.com>
1921
1922 * gdb.texinfo (Setting Breakpoints): Mention and explain the
1923 condition-evaluation breakpoint parameter.
1924 Mention condition-evaluation mode being shown in "info break".
1925 (Break Conditions): Add description for target-side
1926 conditional breakpoints.
1927 (Remote Configuration): Mention conditional-breakpoints-packet.
1928 (Packets): Add cond-expr parameter to Z0/Z1 packets and explain
1929 cond-expr.
1930 (General Query Packets): Mention new ConditionalBreakpoint feature.
1931
bdb1994d
TT
19322012-02-22 Tom Tromey <tromey@redhat.com>
1933
1934 * gdb.texinfo (Blocks In Python): Clarify block iteration.
1935
4d241c86
TT
19362012-02-17 Tom Tromey <tromey@redhat.com>
1937
1938 PR python/10753:
1939 * gdb.texinfo (objfile-gdb.py file): Fix location of auto-load
1940 directory.
1941
816338b5
SS
19422012-02-14 Stan Shebs <stan@codesourcery.com>
1943
1944 * gdb.texinfo (Disabling Breakpoints): Document enable count.
1945
cc30c4bd
PA
19462012-02-13 Pedro Alves <palves@redhat.com>
1947
1948 * gdb.texinfo (MIPS boards): Refer to mips-elf instead of
1949 mips-idt-ecoff.
1950
035d1e5b
YQ
19512012-02-09 Yao Qi <yao@codesourcery.com>
1952
1953 * gdb.texinfo (Symbols In Python): Add missing `@end defvar'.
1954
f0823d2c
TT
19552012-02-07 Tom Tromey <tromey@redhat.com>
1956
1957 * gdb.texinfo (Symbols In Python): Document Symbol.needs_frame and
1958 Symbol.value.
1959
64e7d9dd
TT
19602012-02-07 Tom Tromey <tromey@redhat.com>
1961
1962 * gdb.texinfo (Symbols In Python): Document Symbol.line.
1963
4220b2f8
TS
19642012-01-27 Thomas Schwinge <thomas@codesourcery.com>
1965
1966 * gdb.textinfo (Packets): Move vCont paragraph to the correct place.
1967
edcc5120
TT
19682012-01-24 Tom Tromey <tromey@redhat.com>
1969
1970 * gdb.texinfo (Set Catchpoints): Document "catch load" and "catch
1971 unload".
1972 (Files): Mention new catch commands.
1973 (GDB/MI Async Records): Likewise.
1974
53fe1783
GB
19752012-01-24 Gary Benson <gbenson@redhat.com>
1976
1977 Delete #if 0'd out code.
1978 * gdb.texinfo (Frame Info): Remove "info catch".
1979
b9e7b9c3
UW
19802012-01-20 Ulrich Weigand <ulrich.weigand@linaro.org>
1981
1982 * gdb.texinfo (Remote Configuration): Document
1983 "set remote hostio-readlink-packet" command.
1984 (General Query Packets): Document vFile:readlink packet.
1985
4aac40c8
TT
19862012-01-16 Tom Tromey <tromey@redhat.com>
1987
1988 * gdb.texinfo (Specify Location): Document relative file name
1989 handling.
1990
cafec441
TT
19912012-01-16 Tom Tromey <tromey@redhat.com>
1992
1993 * gdb.texinfo (gdb.printing): Document FlagEnumerationPrinter.
1994
0ee339bc
JK
19952012-01-13 Jan Kratochvil <jan.kratochvil@redhat.com>
1996 Eli Zaretskii <eliz@gnu.org>
1997
1998 * gdbint.texinfo (Coding Standards): Require braces for two lines of
1999 code.
2000
72384ba3
PH
20012012-01-11 Paul Hilfinger <hilfingr@adacore.com>
2002
2003 * gdb.texinfo (Variables): Document use of :: for non-static
2004 variables.
2005
ce1b17c4
JB
20062012-01-05 Joel Brobecker <brobecker@adacore.com>
2007
2008 * gdbint.texinfo (Start of New Year Procedure): Update
2009 to replace use of copyright.sh by use of copyright.py.
2010
217bff3e
JK
20112012-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
2012
2013 Remove the gdbtui binary.
2014 * all-cfg.texi (GDBTUI): Remove.
2015 * gdb.texinfo (Mode Options): Remove the GDBTUI reference.
2016 (TUI): Remove GDBTUI pindex. Remove the GDBTUI reference.
2017 * gdbint.texinfo (Testsuite): Replace `gdbtui' by `gdb -tui'.
2018
cc72b2a2
KP
20192011-12-23 Kevin Pouget <kevin.pouget@st.com>
2020
2021 Introduce gdb.FinishBreakpoint in Python.
2022 * gdb.texinfo (Finish Breakpoints in Python): New subsection.
2023 (Python API): Add menu entry for Finish Breakpoints.
2024
13ac8d2c
JK
20252011-12-19 Jan Kratochvil <jan.kratochvil@redhat.com>
2026
2027 * gdbint.texinfo (Testsuite): Describe KFAIL and XFAIL in Writing
2028 tests.
2029
e0f9f062
DE
20302011-12-16 Doug Evans <dje@google.com>
2031
2032 * gdb.texinfo (Server): Document -/stdio argument to gdbserver.
2033
80b6e756
PM
20342011-12-16 Phil Muldoon <pmuldoon@redhat.com>
2035
1c3ad6ab 2036 * gdb.texinfo (Python Commands): Remove "maint set/show print
80b6e756
PM
2037 stack". Add documentation for "set/show python print-stack".
2038
2fb860fc
PA
20392011-12-14 Pedro Alves <pedro@codesourcery.com>
2040
2041 * gdb.texinfo (Implementing a Remote Stub): Explain that you
2042 should transfer control to the stub in the startup code instead of
2043 in main. Mention the need to get past the initial breakpoint.
2044
f8eba3c6
TT
20452011-12-06 Tom Tromey <tromey@redhat.com>
2046
2047 * gdb.texinfo (Set Breaks): Update for new behavior.
2048
2268b414
JK
20492011-12-02 Jan Kratochvil <jan.kratochvil@redhat.com>
2050
2051 * gdb.texinfo (Requirements, Remote Protocol): Reference also `Library
2052 List Format for SVR4 Targets'.
2053 (General Query Packets): New item qXfer:libraries-svr4:read.
2054 (Library List Format for SVR4 Targets): New node.
2055
ae6f0d5b
TT
20562011-12-01 Tom Tromey <tromey@redhat.com>
2057
2058 * gdb.texinfo (Writing a Pretty-Printer): Use append method, not
2059 add.
2060
36dfb11c
TT
20612011-11-22 Tom Tromey <tromey@redhat.com>
2062
2063 * gdb.texinfo (GDB/MI Async Records): Document new *stopped
2064 reasons.
2065
f196051f
SS
20662011-11-20 Stan Shebs <stan@codesourcery.com>
2067
2068 * gdb.texinfo (Starting and Stopping Trace Experiments): Document
2069 note-related options and variables.
2070 (Tracepoint Packets): Document packet changes.
2071
f85b53f8
SD
20722011-11-20 Sanjoy Das <sdas@igalia.com>
2073
2074 * gdb.texinfo (JIT Interface): Add documentation on writing and
2075 usind JIT debug info readers.
2076 (Custom Debug Info, Using JIT Debug Info Readers, Writing JIT
2077 Debug Info Readers): New nodes.
2078
bfccc43c
YQ
20792011-11-18 Yao Qi <yao@codesourcery.com>
2080
2081 * gdb.texinfo (Create and Delete Tracepoints): Mention pending
2082 tracepoint.
2083
c011a4f4
DE
20842011-11-15 Doug Evans <dje@google.com>
2085
2086 * gdb.texinfo (Files): Document basenames-may-differ.
2087
ed59ded5
DE
20882011-11-14 Doug Evans <dje@google.com>
2089
2090 * gdb.texinfo (Shell Commands): Document "!".
2091
405f8e94
SS
20922011-11-14 Stan Shebs <stan@codesourcery.com>
2093 Kwok Cheung Yeung <kcy@codesourcery.com>
2094
2095 * gdb.texinfo (Create and Delete Tracepoints): Describe what is
2096 needed to get shorter fast tracepoints.
2097 (Tracepoint Packets): Document new qTMinFTPILen packet.
2098
1e4d1764
YQ
20992011-11-14 Yao Qi <yao@codesourcery.com>
2100
2101 * gdb.texinfo (Create and Delete Tracepoints): Describe changed
2102 behavior of tracepoint.
2103 (General Query Packets): New feature InstallInTrace.
2104 (Remote Configuration): Document "set remote
2105 install-in-trace-packet".
2106
71eba9c2 21072011-11-12 Matt Rice <ratmice@gmail.com>
2108
2109 * gdb.texinfo (C Preprocessor Macros): Remove info definitions.
2110 Add arguments to info macro.
2111
e0f8f636
TT
21122011-11-10 Tom Tromey <tromey@redhat.com>
2113
2114 * gdb.texinfo (Compilation): Don't mention -gdwarf-2. Link to GCC
2115 manual.
2116 (Variables): Don't mention -gdwarf-2. Link to Compilation node.
2117 (Macros): Add a footnote.
2118 (C): Remove paragraph about compiler options.
2119 (C Constants): Mention wide character and string constants.
2120 (C Plus Plus Expressions): Update compiler option advice. Mention
2121 using declarations. Mention ADL. Remove old HP compiler
2122 information.
2123
625c0d47
TT
21242011-11-10 Tom Tromey <tromey@redhat.com>
2125
2126 PR c++/9257:
2127 * gdb.texinfo (Print Settings): Add an extra note about the need
2128 for a vtable.
2129
4be2aacc
MR
21302011-11-08 Maciej W. Rozycki <macro@codesourcery.com>
2131
2132 * gdb.texinfo (MIPS): Remove duplicate "auto" reference from
2133 "set mips abi" documentation.
2134
0a1c4d10
DE
21352011-11-04 Doug Evans <dje@google.com>
2136
2137 * gdb.texinfo (Maintenance Commands): Update docs of "maint time".
2138
aad1c02c
TT
21392011-11-03 Tom Tromey <tromey@redhat.com>
2140
2141 * gdb.texinfo (Stopping): Add menu entry.
2142 (Continuing and Stepping): Restore @node. Use @section, not
2143 @subsection.
2144
983fb131
MR
21452011-11-03 Maciej W. Rozycki <macro@codesourcery.com>
2146
2147 * gdb.texinfo (Skipping Over Functions and Files): Remove node
2148 designation. Fix "Specify Location" cross-reference.
2149
3065dfb6
SS
21502011-11-02 Stan Shebs <stan@codesourcery.com>
2151
2152 * gdb.texinfo (Tracepoint Action Lists): Document collect/s.
2153 (General Query Packets): Describe tracenz feature.
2154 * agentexpr.texi (Bytecode Descriptions): Describe tracenz.
2155
0aaaf063
PK
21562011-10-28 Paul Koning <paul_koning@dell.com>
2157
2158 * gdb.texinfo (gdb.types): Rename deepitems to deep_items.
2159
2231f1fb
KP
21602011-10-27 Kevin Pouget <kevin.pouget@st.com>
2161
2162 * gdb.texinfo ((Frames In Python): Document
2163 gdb.FRAME_UNWIND_FIRST_ERROR contant.
2164
5110b5df
PK
21652011-10-26 Paul Koning <paul_koning@dell.com>
2166
2167 * gdb.texinfo (gdb.types): Document new deepitems function.
2168
22dbab46
PK
21692011-10-25 Paul Koning <paul_koning@dell.com>
2170
2171 PR python/13327
2172
2173 * gdb.texinfo (Values From Inferior): Add is_lazy attribute,
2174 fetch_lazy method.
2175
9df2fbc4
PM
21762011-10-20 Phil Muldoon <pmuldoon@redhat.com>
2177
2178 PR python/12656
2179
2180 * gdb.texinfo (Blocks In Python): Document is_static, is_global,
2181 global_block, static_block function.
2182
f05e2e1d
TT
21832011-10-19 Tom Tromey <tromey@redhat.com>
2184
2185 * gdb.texinfo (Commands In Python): Add missing "@"s.
2186
a7fc3f37
KP
21872011-10-13 Kevin Pouget <kevin.pouget@st.com>
2188
2189 PR python/13285 Document named constants for frame unwind stop reasons
2190 * gdb.texinfo (Frames In Python): Document gdb.FRAME_UNWIND_*
2191 constants.
2192
5048e516
JK
21932011-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
2194
2195 Fix compatibility with texinfo versions older than 4.12.
2196 * Makefile.in (MAKEINFO): Set to @MAKEINFO@.
2197 (MAKEINFOFLAGS, MAKEINFO_EXTRA_FLAGS, MAKEINFO_CMD): New.
2198 (MAKEHTMLFLAGS): Use MAKEINFO_CMD.
2199 (gdb.info, gdbint.info, stabs.info, annotate.info): Use MAKEINFO_CMD.
2200 * gdb.texinfo (Tail Call Frames): Convert @arrow{} to @click, when possible.
2201 Make the conversion conditional on HAVE_MAKEINFO_CLICK, using variables
2202 CALLSEQ1A, CALLSEQ1B, CALLSEQ2A and CALLSEQ2B.
2203
5a56e9c5
DE
22042011-10-09 Doug Evans <dje@google.com>
2205
2206 * gdb.texinfo (Extending GDB): Document alias command.
2207
36b11add
JK
22082011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
2209
2210 Support @entry in input expressions.
2211 * gdb.texinfo (Variables): Describe @entry names suffix.
2212 (Print Settings): Add anchor for `set print entry-values'.
2213
e18b2753
JK
22142011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
2215 Eli Zaretskii <eliz@gnu.org>
2216
2217 Display @entry parameter values (without references).
2218 * gdb.texinfo (Tail Call Frames): Add anchor. Add self tail call
2219 example.
2220 (Print Settings): New description of set print entry-values and show
2221 print entry-values.
2222
111c6489
JK
22232011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
2224 Eli Zaretskii <eliz@gnu.org>
2225
2226 Recognize virtual tail call frames.
2227 * gdb.texinfo (Optimized Code): Add reference to Tail Call Frames.
2228 (Tail Call Frames): New node.
2229 (Frames In Python): Add gdb.TAILCALL_FRAME.
2230
9c15afc4
DE
22312011-10-07 Doug Evans <dje@google.com>
2232
2233 * gdb.texinfo (gdb.printing): Document new `replace' arg to
2234 register_pretty_printer.
2235
99f5279d
PM
22362011-10-07 Phil Muldoon <pmuldoon@redhat.com>
2237
2238 PR python/12930
2239 PR python/12802
2240
2241 * gdb.texinfo (Breakpoints In Python): Clarify behavior in the
2242 stop method.
2243
03583c20
UW
22442011-10-07 Ulrich Weigand <ulrich.weigand@linaro.org>
2245
2246 * gdb.texinfo (Starting your Program): "set disable-randomization"
2247 is no longer Linux-specific.
2248 (Remote Configuration): Document "set remote
2249 disable-randomization-packet".
2250 (General Query Packets): Document "QDisableRandomization" packet
2251 and add it to "qSupported" list.
2252
bd054e06
KP
22532011-10-07 Kevin Pouget <kevin.pouget@st.com>
2254
2255 Allow Python notification of new object-file loadings.
2256 * gdb.texinfo (Events In Python): Document `gdb.NewObjFileEvent'
2257 event type.
2258
cb6be26b
KP
22592011-10-04 Kevin Pouget <kevin.pouget@st.com>
2260
2261 PR python/12691: Add the inferior to Python exited event
2262 * gdb.texinfo (Events In Python): Describe exited inferior attribute.
2263
a05336a1
JB
22642011-10-03 Joel Brobecker <brobecker@adacore.com>
2265
2266 * gdb.texinfo (GDB/MI Miscellaneous Commands): Minor
2267 rephasing.
2268
5d77fe44
JB
22692011-10-03 Joel Brobecker <brobecker@adacore.com>
2270
2271 * gdb.texinfo (GDB/MI Ada Tasking Commands): New node.
2272 (GDB/MI Miscellaneous Commands): Add `ada-task-info'
2273 as possible feature returned by the `-list-features'
2274 command.
2275
699df94d
PK
22762011-09-28 Paul Koning <paul_koning@dell.com>
2277
2278 * gdb.texinfo (gdb.Type): Document field access by dictionary
2279 key syntax.
2280
24bdad53
YQ
22812011-09-28 Yao Qi <yao@codesourcery.com>
2282
2283 * gdb.texinfo (Files): Update options for `add-symbol-file'.
2284 Add one space after option `-s'. Remove @r{} markup.
2285
6710bf39
SS
22862011-09-27 Stan Shebs <stan@codesourcery.com>
2287
2288 * gdb.texinfo (Tracepoint Action Lists): Document $_ret.
2289
d99f7e48
HZ
22902011-09-16 Hui Zhu <teawater@gmail.com>
2291
2292 * gdb.texinfo (Tracepoint Restrictions): Change *$esp@300
2293 to *(unsigned char *)$esp@300.
2294
d812018b
PK
22952011-09-15 Paul Koning <paul_koning@dell.com>
2296
2297 * gdb.texinfo: Make style of Python functions and methods match
2298 the syntax of Python. Also put class and module names explicitly
2299 on function, member, and variable names, matching Python
2300 documentation conventions.
2301
2aa48337
KP
23022011-09-15 Kevin Pouget <kevin.pouget@st.com>
2303
2304 PR Python/12692 Add gdb.selected_inferior() to Python interface.
2305 * gdb.texinfo (Inferiors In Python): Describe new
2306 gdb.selected_inferior() function.
2307
6839b47f
KP
23082011-09-15 Kevin Pouget <kevin.pouget@st.com>
2309
2310 Handle multiple breakpoint hits in Python interface:
2311 * gdb.texinfo (Events In Python): New function documentation:
2312 gdb.BreakpointEvent.breakpoints. Indicate that
2313 gdb.BreakpointEvent.breakpoint is now deprecated.
2314
26829f2b
JB
23152011-09-04 Joel Brobecker <brobecker@adacore.com>
2316
2317 * gdb.texinfo: Set EDITION to "Tenth" and change ISBN.
2318
a9f54f60
TT
23192011-08-25 Andrew Oakley <andrew@ado.is-a-geek.net>
2320
2321 * gdb.texinfo (Types In Python): Document 'bitpos' for enums.
2322
fa3a4f15
PM
23232011-08-17 Phil Muldoon <pmuldoon@redhat.com>
2324
2325 * gdb.texinfo (Prompt): Add set/show extended-prompt
2326 documentation
2327 (Basic Python): Add prompt_hook anchor.
2328 (Python modules): Reword module text to reflect multiple modules.
2329 (gdb.prompt): Document gdb.prompt module.
2330
224bbe49
YQ
23312011-08-14 Yao Qi <yao@codesourcery.com>
2332
78d85199
YQ
2333 * gdb.texinfo (General Query Packets): Document qXfer:fdpic:read packet.
2334
23352011-08-14 Yao Qi <yao@codesourcery.com>
2336
2337 * gdb.texinfo (Standard Target Features): Document C6x features.
224bbe49
YQ
2338 (TIC6x Features): New node.
2339
457e09f0
DE
23402011-08-12 Doug Evans <dje@google.com>
2341
2342 * gdb.texinfo (Symbols In Python): Document symbol.type.
2343
5e239b84
PM
23442011-08-09 Phil Muldoon <pmuldoon@redhat.com>
2345
2346 * gdb.texinfo (Python): Document command and function
2347 auto-loading.
2348
177bc839
JK
23492011-07-26 Jan Kratochvil <jan.kratochvil@redhat.com>
2350 Eli Zaretskii <eliz@gnu.org>
2351
2352 * gdb.texinfo (whatis, ptype): Highlight their differences. Describe
2353 typedefs unrolling. Extend the sample code by an inner typedef and
2354 outer typedefs unrolling.
2355
1a532630
PP
23562011-07-26 Paul Pluzhnikov <ppluzhnikov@google.com>
2357
2358 * gdb.texinfo (Caching Remote Data): Document {set,show} dcache
2359 size and line-size.
2360
9b158ba0 23612011-07-21 Matt Rice <ratmice@gmail.com>
2362
2363 PR macros/12999
2364 * gdb.texinfo (Macros): Add info definitions and info macros commands.
2365 Update text and cindex entries for info macro command.
2366
d17b6f81
PM
23672011-07-21 Phil Muldoon <pmuldoon@redhat.com>
2368
2369 * observer.texi (GDB Observers): Add before_prompt observer.
2370 * gdb.texinfo (Basic Python): Add documentation for prompt
2371 substitution.
2372
713389e0
PM
23732011-07-11 Phil Muldoon <pmuldoon@redhat.com>
2374
2375 PR python/12438
2376 * gdb.texinfo (Python Commands): Add deprecate note to maint
2377 set/show python print-stack. Document set/show python
2378 print-backtrace.
2379
177b42fe
TJB
23802011-07-05 Thiago Jung Bauermann <bauerman.ibm.com>
2381
2382 * gdb.texinfo: Fix typos.
2383
900e11f9
JK
23842011-07-01 Tom Tromey <tromey@redhat.com>
2385
2386 * gdb.texinfo (Debugging Output): Document set debug
2387 check-physname.
2388
39c4d40a
TT
23892011-06-29 Tom Tromey <tromey@redhat.com>
2390
2391 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document
2392 breakpoint-notifications feature.
2393
6f5def7d
UW
23942011-06-29 Ulrich Weigand <ulrich.weigand@linaro.org>
2395
2396 * gdb.texinfo (Target Description): Remove warning about
2397 possibly unstable format.
2398
8cf64490
TT
23992011-06-03 Tom Tromey <tromey@redhat.com>
2400
2401 * gdb.texinfo (GDB/MI Async Records): Document 'exit-code' field.
2402 (Events In Python): Note that exit_code is optional.
2403
393eab54
PA
24042011-05-17 Pedro Alves <pedro@codesourcery.com>
2405
2406 * gdb.texinfo (Remote Protocol) <Overview>: Mention vCont is
2407 required for multi-threading support.
2408 (Remote Protocol) <Packets>: Mention that 'c', 's', 'C', 'S' and
2409 Hc are deprecated for multi-threading debugging. Point readers at
2410 the vCont packet.
2411
75fc9810
DE
24122011-05-15 Doug Evans <dje@google.com>
2413
2414 * gdb.texinfo (Auto-loading): Document printing of missing scripts.
2415
01124a23
DE
24162011-05-13 Doug Evans <dje@google.com>
2417
98a5dd13
DE
2418 * gdb.texinfo (Threads): Document $sdir,$pdir.
2419 (Server): Document $pdir exception.
2420
dbaefcf7
DE
2421 * gdb.texinfo (Auto-loading): Document "info auto-load-scripts".
2422
cc63ef9b
DE
2423 * gdb.texinfo (Threads): Clarify default value for
2424 libthread-db-search-path.
7e0396aa 2425
01124a23
DE
2426 * gdb.texinfo (Completion): Update example.
2427 (Debugging Output): Delete `set/show debug lin-lwp-async'.
2428
d248b706
KY
24292011-05-12 Kwok Cheung Yeung <kcy@codesourcery.com>
2430
2431 * gdb.texinfo: Document change in the behaviour of the enable and
2432 disable GDB commands when applied to tracepoints.
2433 Document the EnableDisableTracepoints remote stub feature.
2434 Document QTEnable and QTDisable in the list of tracepoint packets.
2435
cc88a640
JK
24362011-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
2437
2438 * Makefile.in (GDB_DOC_SOURCE_INCLUDES): Rename inc-hist.texinfo to
2439 hsuser.texi.
2440 * gdb.texinfo <!SYSTEM_READLINE>: Rename inc-hist.texinfo inclusion and
2441 comment to hsuser.texi. Change rluser.texi name in the comment.
2442
84e578fb
DE
24432011-05-10 Doug Evans <dje@google.com>
2444
2445 * gdb.texinfo (Threads): If an empty path is provided for
2446 libthread-db-search-path it is reset to its default value.
2447 (Server): Ditto.
2448
478aac75
DE
24492011-05-09 Doug Evans <dje@google.com>
2450
2451 * gdb.texinfo (Requirements): Fix typo. Mention --with-iconv-bin.
2452
9c06b0b4
TJB
24532011-05-06 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
2454 Thiago Jung Bauermann <bauerman@br.ibm.com>
2455
2456 Implement support for PowerPC BookE masked watchpoints.
2457 * gdb.texinfo (Set Watchpoints): Document mask parameter.
2458 (PowerPC Embedded): Mention support of masked watchpoints.
2459
9ed350ad
JB
24602011-05-03 Joel Brobecker <brobecker@adacore.com>
2461
2462 * gdb.texinfo (In Memoriam): Replace litteral uses of `GDB' with
2463 `@value{GDBN}'.
2464
4ceed123
JB
24652011-05-03 Joel Brobecker <brobecker@adacore.com>
2466
2467 * gdb.texinfo (titlepage): Remove dedication.
2468 (In Memoriam): New appendix.
2469
559a7a62
JK
24702011-04-27 Jan Kratochvil <jan.kratochvil@redhat.com>
2471 Eli Zaretskii <eliz@gnu.org>
2472
2473 * gdb.texinfo (Index Section Format): Change the version to 5.
2474 Describe the different formula.
2475
03f2bd59
JK
24762011-04-24 Jan Kratochvil <jan.kratochvil@redhat.com>
2477 Eli Zaretskii <eliz@gnu.org>
2478
2479 * gdb.texinfo (Starting and Stopping Trace Experiments): New anchor
2480 for disconnected tracing.
2481 (Multi-Process Mode for @code{gdbserver}): Mention --multi and
2482 extended-remote relationship. Mention --once.
2483 (TCP port allocation lifecycle of @code{gdbserver}): New.
2484
d9b1a651
EZ
24852011-04-23 Eli Zaretskii <eliz@gnu.org>
2486
2487 * gdb.texinfo (Server): Improve indexing. Index all optional
2488 switches to gdbserver.
2489
90476074
TT
24902011-04-20 Tom Tromey <tromey@redhat.com>
2491
2492 * gdb.texinfo (Index Section Format): New node.
2493 (Top): Add new node to menu.
2494
c21236dc
PA
24952011-04-20 Pedro Alves <pedro@codesourcery.com>
2496
2497 * gdb.texinfo (Maintenance Commands): Document `maint print
2498 remote-registers'.
2499
05c8c3f5
TT
25002011-04-20 Tom Tromey <tromey@redhat.com>
2501
2502 * gdb.texinfo (Trace File Format): Move node later.
2503
7a9dd1b2
TT
25042011-04-19 Tom Tromey <tromey@redhat.com>
2505
2506 * gdbint.texinfo (Register Information Functions): Remove
2507 duplicate "the".
2508 * gdb.texinfo (Emacs): Remove duplicate "to".
2509 (GDB/MI Variable Objects): Remove duplicate "the".
2510 (General Query Packets): Likewise.
2511
4368ebeb
JB
25122011-04-02 Joel Brobecker <brobecker@adacore.com>
2513
2514 * gdb.texinfo (GDB/MI Output Records): Fix menu entry for
2515 "GDB/MI Ada Exception Information" node.
2516
956a9fb9
JB
25172011-04-01 Joel Brobecker <brobecker@adacore.com>
2518
2519 * gdb.texinfo (GDB/MI Ada Exception Information): Document
2520 the "exception-name" field in the *stopped async record.
2521
f1310107
TJB
25222011-03-31 Thiago Jung Bauermann <bauerman@br.ibm.com>
2523 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
2524
2525 Implement support for PowerPC BookE ranged breakpoints.
2526 * gdb.texinfo (PowerPC Embedded): Document ranged breakpoints.
2527
8786b2bd
TT
25282011-03-28 Tom Tromey <tromey@redhat.com>
2529
2530 * gdb.texinfo (Set Tracepoints): Fix typo.
2531
9ef07c8c
TT
25322011-03-24 Tom Tromey <tromey@redhat.com>
2533
2534 * gdb.texinfo (Specify Location): Document `function:label'
2535 linespec.
2536
99c3dc11
PM
25372011-03-18 Phil Muldoon <pmuldoon@redhat.com>
2538
f1310107 2539 PR python/12149
99c3dc11
PM
2540
2541 * gdb.texinfo (Basic Python): Update gdb.write and flush text.
2542
29703da4
PM
25432011-03-17 Phil Muldoon <pmuldoon@redhat.com>
2544
2545 * gdb.texinfo (Blocks In Python): Add is_valid method description.
2546 (Inferiors In Python): Likewise.
2547 (Threads In Python): Likewise.
2548 (Symbols In Python): Likewise.
2549 (Objfiles In Python): Likewise.
2550 (Symbol Tables In Python): Likewise.
2551
c9174737
PA
25522011-03-15 Pedro Alves <pedro@codesourcery.com>
2553
2554 * gdb.texinfo (Auto Display) <undisplay, enable display, disable
2555 display>: Explain that the commands accept number ranges.
2556
7371cf6d
PM
25572011-03-14 Phil Muldoon <pmuldoon@redhat.com>
2558
2559 * gdb.texinfo (Breakpoints In Python): Add description and example
2560 of Python stop function operation.
2561
ecec24e6
PM
25622011-03-10 Phil Muldoon <pmuldoon@redhat.com>
2563
2564 * gdb.texinfo (Parameters In Python): Document get_set_string and
2565 get_show_string methods.
2566
6dcd5565
JK
25672011-02-28 Jan Kratochvil <jan.kratochvil@redhat.com>
2568
2569 * gdb.texinfo (Tracepoint Conditions): Fix missing parenthesis.
2570
81896e36
JK
2571 * gdb.texinfo (Starting and Stopping Trace Experiments): Fix
2572 circular-trace-buffer name.
2573
5e30da2c
JB
25742011-02-28 Joel Brobecker <brobecker@adacore.com>
2575
2576 * gdb.texinfo (Inferiors and Programs): Fix small error introduced
2577 in the previous change.
2578
3bd0f5ef 25792011-02-27 Michael Snyder <msnyder@vmware.com>
af624141
MS
2580
2581 * gdb.texinfo (Inferiors and Programs): Update commands to show
2582 that they can accept multiple arguments.
2583
4ec7539c
JB
25842011-02-24 Joel Brobecker <brobecker@adacore.com>
2585
2586 Revert the following patch (code patch was not approved):
2587 2011-02-21 Hui Zhu <teawater@gmail.com>
2588 * agentexpr.texi (bytecode descriptions): add printf.
2589 * gdb.texinfo (tracepoint action lists): add printf.
2590
82809774
DE
25912011-02-23 Doug Evans <dje@google.com>
2592
2593 * gdb.texinfo (Symbols In Python): Fix mention of C++, use C@t{++}.
2594
e5a67952
MS
25952011-02-23 Michael Snyder <msnyder@vmware.com>
2596
2597 * gdb.texinfo (Set Breaks): Add @dots{} to arguments of info break.
2598 (Set Watchpoints): Add @dots{} to argument of info watchpoints.
2599 (Listing Tracepoints): Add @dots{} to argument of info tracepoints.
2600
6e6fbe60
DE
26012011-02-22 Doug Evans <dje@google.com>
2602
2603 * gdb.texinfo (Symbols In Python): Document lookup_global_symbol.
2604 Clarify behaviour of lookup_symbol when `block' argument is omitted,
2605 add description of result, fix @defun formatting.
2606
f994e27a
HZ
26072011-02-21 Hui Zhu <teawater@gmail.com>
2608
2609 * agentexpr.texi (Bytecode Descriptions): Add printf.
2610 * gdb.texinfo (Tracepoint Action Lists): Add printf.
2611
c7f96d2b
TT
26122011-02-18 Tom Tromey <tromey@redhat.com>
2613
2614 * agentexpr.texi (Bytecode Descriptions): Document pick and rot.
2615
60f98dde
MS
26162011-02-14 Michael Snyder <msnyder@vmware.com>
2617
2618 * gdb.texinfo (threads): Document argument for "info threads" cmd.
2619 Document new command "thread find".
2620
08e796bc
MS
26212011-02-14 Michael Snyder <msnyder@vmware.com>
2622
2623 * gdb.texinfo (Threads): Update example of new thread message.
2624
b3b9301e
PA
26252011-02-14 Pedro Alves <pedro@codesourcery.com>
2626
2627 * gdb.texinfo (Remote Configuration): Mention set/show remote
2628 traceframe-info.
2629 (Tools/Packages Optional for Building GDB): Mention that expat is
2630 used for traceframe info.
2631 (Remote Protocol) <Menu>: Add "Traceframe Info Format".
2632 (General Query Packets) <qSupported>: Describe the
2633 qXfer:traceframe-info:read feature.
2634 (qXfer::read): Describe qXfer:traceframe-info:read.
2635 (Traceframe Info Format): New section.
2636
cef35b0f
PA
26372011-02-04 Pedro Alves <pedro@codesourcery.com>
2638
2639 * gdbint.texinfo (Formatting): Mention some formatting guidelines
2640 for casts and unary operators.
2641
f1cbe1d3
TT
26422011-02-04 Tom Tromey <tromey@redhat.com>
2643
2644 * gdb.texinfo (GDB/MI Async Records): Document that symbols-loaded
2645 is not useful.
2646
585fdaa1
PA
26472011-01-25 Pedro Alves <pedro@codesourcery.com>
2648
2649 * gdb.texinfo: s/value optimized out/optimized out/g
2650
7bfc9434
JB
26512011-01-21 Joel Brobecker <brobecker@adacore.com>
2652
2653 * gdb.texinfo (Other Misc Settings): Rework part of the
2654 documentation of the "set interactive mode" command.
2655
4694da01
TT
26562011-01-19 Tom Tromey <tromey@redhat.com>
2657
2658 * gdb.texinfo (Threads): Document thread name output and `thread
2659 name' command.
2660 (Threads In Python): Document Thread.name attribute.
2661 (GDB/MI Thread Commands): Document thread attributes.
2662
b716877b
AB
26632011-01-12 Andrew Burgess <aburgess@broadcom.com>
2664
2665 * gdb.texinfo (GDB/MI Data Manipulation): Update to reflect
2666 changes in mi/mi-cmd-disas.c
2667
13fd8b81
TT
26682011-01-12 Tom Tromey <tromey@redhat.com>
2669
2670 * gdb.texinfo (Threads): Remove duplicate text. Update examples.
2671 Fix "thread apply" text.
2672
e09342b5
TJB
26732011-01-11 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
2674 Thiago Jung Bauermann <bauerman@br.ibm.com>
2675
2676 Implement support for PowerPC BookE ranged watchpoints.
2677 * gdb.texinfo (PowerPC Embedded): Document ranged watchpoints and
2678 the "set powerpc exact-watchpoints" flag.
2679
06e65f44
TT
26802011-01-07 Tom Tromey <tromey@redhat.com>
2681
2682 * gdb.texinfo (Python API): Add descriptions to @menu items.
2683
d8e22779
TT
26842011-01-06 Tom Tromey <tromey@redhat.com>
2685
2686 * gdb.texinfo (Frames In Python): Document gdb.newest_thread.
2687
a255712f
PP
26882010-01-06 Paul Pluzhnikov <ppluzhnikov@google.com>
2689
e09342b5 2690 * gdb.texinfo (Debugging Output): Document "set debug jit".
a255712f 2691
ccfc3d6e
TT
26922011-01-06 Tom Tromey <tromey@redhat.com>
2693
2694 PR python/12133:
2695 * gdb.texinfo (Frames In Python): Document various frame
2696 constants.
2697
44944448
JB
26982011-01-05 Joel Brobecker <brobecker@adacore.com>
2699
2700 * doc/agentexpr.texi, doc/all-cfg.texi, doc/annotate.texinfo,
2701 doc/gdb.texinfo, doc/gdbint.texinfo, doc/observer.texi,
2702 doc/refcard.tex, doc/stabs.texinfo: Copyright year update.
2703
42ea3d7a
JK
27042011-01-03 Jan Kratochvil <jan.kratochvil@redhat.com>
2705
2706 * Makefile.in (diststuff): Remove gdb-cfg.texi and GDBvn.texi.
2707 (clean): Add GDBvn.texi.
2708
720d1a40
JB
27092010-12-29 Joel Brobecker <brobecker@adacore.com>
2710
2711 * gdb.texinfo (Ada Glitches): Remove paragraph describing the
2712 occasional case where the debugger prints an array address
2713 instead of the array itself.
2714
ad196637
PA
27152010-12-23 Pedro Alves <pedro@codesourcery.com>
2716
2717 * gdb.texinfo (Packets) <read registers packet>: Document support
2718 for registers that were not collected.
2719
a86caf66
DE
27202010-12-15 Doug Evans <dje@google.com>
2721
2722 * gdb.texinfo (Startup): Document auto-loading of scripts during
2723 startup.
2724 (Auto-loading): Delete "maint set python auto-load on|off".
2725 Add "set auto-load-scripts on|off".
2726
aae1c79a
DE
27272010-12-07 Doug Evans <dje@google.com>
2728
2729 * gdb.texinfo (Mode Options): Document -data-directory.
2730 (Data Files): Add reference to -data-directory.
2731
4e04c971
DE
27322010-11-29 Doug Evans <dje@google.com>
2733
2734 * gdb.texinfo (Pretty-Printer Introduction): Change
2735 printer-name:subprinter-name to printer-name;subprinter-name.
2736
94b6973e
PM
27372010-11-29 Phil Muldoon <pmuldoon@redhat.com>
2738
2739 PR python/12199
2740
2741 * gdb.texinfo (Breakpoints In Python): Document "delete" method.
2742
39037522
TT
27432010-11-23 Tom Tromey <tromey@redhat.com>
2744
2745 * gdb.texinfo (Top): Check SYSTEM_READLINE.
2746 (Editing): Likewise.
2747 (Command History): Likewise.
2748 (TUI Keys): Likewise.
2749 (Bug Reporting): Conditionally include rluser.texi and
2750 inc-history.texinfo.
2751 * Makefile.in (READLINE_TEXI_INCFLAG): New variable.
2752 (GDB_DOC_SOURCE_INCLUDES): Add comment.
2753 (GDBvn.texi): Set SYSTEM_READLINE when appropriate.
2754 (gdb.dvi): Use READLINE_TEXI_INCFLAG.
2755 (gdb.pdf): Likewise.
2756 (gdb.info): Likewise.
2757 (gdb/index.html): Likewise.
2758
5ae98d25
TT
27592010-11-23 Tom Tromey <tromey@redhat.com>
2760
2761 * Makefile.in (Makefile): Run ../config.status.
2762 (distclean): Update.
2763 * configure: Remove.
2764 * configure.ac: Remove.
2765
621c8364
TT
27662010-11-12 Tom Tromey <tromey@redhat.com>
2767
2768 * gdb.texinfo (Basic Python): Update. Add xref.
2769 (Exception Handling): Document new exception classes.
2770 (Types In Python): Update.
2771 (Frames In Python): Update.
2772
84f4c1fe
PM
27732010-11-11 Phil Muldoon <pmuldoon@redhat.com>
2774
2775 * gdb.texinfo (Breakpoints In Python): Document "internal"
2776 parameter, and visible attribute.
2777
99e7ae30
DE
27782010-11-05 Doug Evans <dje@google.com>
2779
2780 * gdb.texinfo (Source Path): Document "set directories".
2781
f4b8a18d
KW
27822010-11-05 Ken Werner <ken.werner@de.ibm.com>
2783
2784 * gdb.texinfo: (Summary) Add mention about OpenCL C language support.
2785 (OpenCL C): New node.
2786
7b51bc51
DE
27872010-11-02 Doug Evans <dje@google.com>
2788
2789 * gdb.texinfo (Pretty Printing): Expand into three sections,
2790 introduction, example, and commands.
2791 (Python API): Delete section Disabling Pretty-Printers, merge into
2792 Selecting Pretty-Printers.
2793 (Writing a Pretty-Printer): New section. Move the pretty-printer
2794 example here, and reformat to match python coding style. Add a second
2795 example using the gdb.printing module.
2796 (Python modules): Add gdb.printing.
2797
9eeee977
DE
27982010-10-29 Doug Evans <dje@google.com>
2799
2800 * gdb.texinfo (Python): Fix long line.
2801
a0e0ffdf
DE
28022010-10-20 Doug Evans <dje@google.com>
2803
2804 * gdbint.texinfo (Misc Guidelines): Renamed from Coding.
2805 All references updated. Correct sections marked as subsections.
2806 (Coding Standards): New chapter. Move the coding standard related
2807 subsections here. Add section on Python coding standards.
2808
0e3509db
DE
28092010-10-13 Doug Evans <dje@google.com>
2810
2811 * gdb.texinfo (Python): Add "Python modules".
2812 (Types in Python): Add reference to gdb.types section.
2813 (Python modules): New node.
2814
44592cc4
DE
28152010-10-11 Doug Evans <dje@google.com>
2816
2817 * gdb.texinfo (Values From Inferior): Add reference to "Types in
2818 Python" from gdb.Value.type description.
2819
6e1bb179
JB
28202010-09-28 Joel Brobecker <brobecker@adacore.com>
2821
2822 * gdb.texinfo (Ravenscar Profile): New node.
2823
e8467610
TT
28242010-09-22 Tom Tromey <tromey@redhat.com>
2825
2826 * gdb.texinfo (Values From Inferior): Mention Value.__init__.
2827
fccd1d1e
EZ
28282010-09-22 Eli Zaretskii <eliz@gnu.org>
2829
2830 * gdb.texinfo (Values From Inferior): Clarify that
2831 value.dynamic_type works only in C++ programs with RTTI.
2832
c1b6b909
TT
28332010-09-15 Paul Bolle <pebolle@tiscali.nl>
2834
2835 * gdb.texinfo (Character Sets): Correctly reference host-charset
2836 in example.
2837
7d288aaa
TT
28382010-09-13 Tom Tromey <tromey@redhat.com>
2839
2840 * gdb.texinfo (GDB/MI Stack Manipulation) <-stack-list-frames>:
2841 Document "fullname" and "from".
2842
f75d858b
MK
28432010-09-01 Marc Khouzam <marc.khouzam@ericsson.com>
2844
2845 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document new
2846 feature `reverse' output by -list-target-features.
2847
83b9503b
L
28482010-08-31 H.J. Lu <hongjiu.lu@intel.com>
2849
2850 * gdb.texinfo (i386 Features): Remove an extra "@item".
2851
03f17ccf
TT
28522010-08-30 Tom Tromey <tromey@redhat.com>
2853
2854 PR python/11792:
2855 * gdb.texinfo (Values From Inferior): Document dynamic_type.
2856
9779414d
DJ
28572010-08-24 Daniel Jacobowitz <dan@codesourcery.com>
2858
2859 * gdb.texinfo (ARM Features): Document
2860 org.gnu.gdb.arm.m-profile.
2861
f9ffd4bb
TT
28622010-08-23 Tom Tromey <tromey@redhat.com>
2863
2864 PR python/11145:
2865 * gdb.texinfo (Values From Inferior): Document dynamic_cast and
2866 reinterpret_cast methods.
2867
702c2711
TT
28682010-08-23 Tom Tromey <tromey@redhat.com>
2869
2870 PR python/11915:
2871 * gdb.texinfo (Types In Python): Document array method.
2872
66b73624
TJB
28732010-08-18 Thiago Jung Bauermann <bauerman@br.ibm.com>
2874
2875 * gdb.texinfo (PowerPC Embedded): Mention support for the DVC register.
2876
06a64a0b
TT
28772010-08-16 Tom Tromey <tromey@redhat.com>
2878
2879 * gdb.texinfo (Set Watchpoints): Document -location option.
2880
a3a7127e
DE
28812010-08-13 Doug Evans <dje@google.com>
2882
2883 * gdb.texinfo (.debug_gdb_scripts section): Fix typo.
2884
8dedea02
VP
28852010-08-13 Vladimir Prus <vladimir@codesourcery.com>
2886
2887 * gdb.texinfo (GDB/MI Data Manipulation): Document
2888 -data-read-memory-raw and -data-write-memory-raw.
2889
ca5c20b6 28902010-08-11 Tom Tromey <tromey@redhat.com>
889bf7c5 2891 Phil Muldoon <pmuldoon@redhat.com>
ca5c20b6
PM
2892
2893 * gdb.texinfo (Basic Python): Describe post_event API.
2894
cb2e07a6
PM
28952010-08-11 Phil Muldoon <pmuldoon@redhat.com>
2896
2897 * gdb.texinfo (Basic Python): Describe solib_address and
889bf7c5 2898 decode_line Python APIs
cb2e07a6 2899
464b3efb
TT
29002010-08-10 Tom Tromey <tromey@redhat.com>
2901
2902 * gdb.texinfo (Pretty Printing API): Document
2903 gdb.default_visualizer.
2904
c29c521f
TT
29052010-08-10 Tom Tromey <tromey@redhat.com>
2906
2907 Revert gdb-add-index addition:
2908 * gdb.texinfo (Index Files): Don't document gdb-add-index.
2909
5da1313b
JK
29102010-08-07 Jan Kratochvil <jan.kratochvil@redhat.com>
2911 Eli Zaretskii <eliz@gnu.org>
2912
2913 * gdb.texinfo (Mode Options) <-batch>
2914 (Basic Python) <gdb.execute>: Describe setting width and height.
2915
02d868e8
PP
29162010-07-31 Paul Pluzhnikov <ppluzhnikov@google.com>
2917
2918 * gdb.texinfo (Threads): Document 'debug libthread-db'.
2919
c2bbed2a
TT
29202010-07-30 Tom Tromey <tromey@redhat.com>
2921
2922 * gdb.texinfo (Index Files): Mention gdb-add-index.
2923
6c13bbe1
HZ
29242010-07-30 Hui Zhu <teawater@gmail.com>
2925
2926 * gdb.texinfo (Inferiors and Programs): Update the introduce of
2927 "detach inferior" and "kill inferior".
2928
53a71c06
CR
29292010-07-28 CHENG Renquan <rqcheng@smu.edu.sg>
2930
2931 * gdb.texinfo (Machine Code): Update description of two forms of
2932 arguments, and add new example to demonstrate the new form.
2933
5374244e
PM
29342010-07-27 Phil Muldoon <pmuldoon@redhat.com>
2935
2936 * gdb.texinfo (Values From Inferior): Add value inferior function
2937 call description.
2938
8ea5bce5
JK
29392010-07-19 Jan Kratochvil <jan.kratochvil@redhat.com>
2940
2941 * gdb.texinfo (Active Targets): Fix wrong comma placement.
2942
c0edd9ed
JK
29432010-07-19 Jan Kratochvil <jan.kratochvil@redhat.com>
2944 Eli Zaretskii <eliz@gnu.org>
2945
2946 Make core files the process_stratum.
2947 * gdb.texinfo (Active Targets): Remove core_stratum. Include
2948 record_stratum example.
2949
9291a0cd
TT
29502010-07-13 Tom Tromey <tromey@redhat.com>
2951
2952 * gdb.texinfo (Index Files): New node.
2953
f5011d11
TT
29542010-07-13 Tom Tromey <tromey@redhat.com>
2955
2956 * gdb.texinfo (GDB/MI Variable Objects): Remove extra 'for'.
2957
0f5238ed
TT
29582010-07-13 Tom Tromey <tromey@redhat.com>
2959
2960 * gdb.texinfo (Specify Location): Document labels.
2961
74c761c1
PA
29622010-07-01 Pedro Alves <pedro@codesourcery.com>
2963
2964 * gdb.texinfo (Create and Delete Tracepoints): Add more index
2965 entries for fast tracepoints and static tracepoints.
2966
501994c0
PA
29672010-07-01 Pedro Alves <pedro@codesourcery.com>
2968
2969 * gdb.texinfo (General Query Packets) <qfThreadInfo,
2970 qsThreadInfo>: Spell out `l' as ell.
2971
0fb4aa4b
PA
29722010-07-01 Pedro Alves <pedro@codesourcery.com>
2973
2974 * gdb.texinfo (Convenience Variables): Document $_sdata.
2975 (Commands to Set Tracepoints): Describe static tracepoints. Add
2976 `Listing Static Tracepoint Markers' menu entry. Document
2977 "strace".
2978 (Tracepoint Action Lists): Document collecting $_sdata.
2979 (Listing Static Tracepoint Markers): New subsection.
2980 (Tracepoints support in gdbserver): Mention static tracepoints.
2981 (remote packets, enabling and disabling): Mention
2982 read-sdata-object.
2983 (General Query Packets) <qSupported>: Document qXfer:sdata:read
2984 and StaticTracepoint.
2985 Mention qTfSTM, qTsSTM and qTSTMat as tracepoint packets.
2986 Document qXfer:sdata:read.
2987 (Tracepoint packets): Document qTfSTM, qTsSTM and qTSTMat.
2988
dc3b15be
JB
29892010-06-29 Joel Brobecker <brobecker@adacore.com>
2990
2991 * gdb.texinfo (Threads In Python): Fix unmatched @end table.
2992
595939de
PM
29932010-06-28 Phil Muldoon <pmuldoon@redhat.com>
2994 Tom Tromey <tromey@redhat.com>
2995 Thiago Jung Bauermann <bauerman@br.ibm.com>
2996
2997 * gdb.texinfo (Inferiors In Python): New node.
2998 * gdb.texinfo (Threads In Python): New node.
2999
9279c692
JB
30002010-06-28 Joel Brobecker <brobecker@adacore.com>
3001
3002 * gdb.texinfo (Python): Document what the python directory is
3003 and what its location is.
3004 (Basic Python): Document the gdb.PYTHONDIR constant.
3005
bc9f0842
TT
30062010-06-25 Tom Tromey <tromey@redhat.com>
3007
3008 PR python/10808:
3009 * gdb.texinfo (Basic Python): Document new gdb.execute argument.
3010
f1421989
HZ
30112010-06-24 Hui Zhu <teawater@gmail.com>
3012
3013 * gdb.texinfo: (Commands for Controlled Output): Add
3014 documentation for command "eval".
3015
e4c0cfae
SS
30162010-06-21 Stan Shebs <stan@codesourcery.com>
3017
3018 * gdb.texinfo: Add explicit @node and @appendix for GFDL.
3019 * annotate.texinfo: Ditto.
3020 * gdbint.texinfo: Ditto.
3021 * stabs.texinfo: Ditto.
3022
bb08c432
HZ
30232010-06-22 Hui Zhu <teawater@gmail.com>
3024
3025 * gdb.texinfo: (Process Record and Replay): Add documentation
3026 for command "set record memory-query".
3027
4f5d9f07
SS
30282010-06-21 Stan Shebs <stan@codesourcery.com>
3029
3030 * gdb.texinfo: Relicense under GFDL version 1.3.
3031 * annotate.texinfo: Relicense under GFDL version 1.3.
3032 * gdbint.texinfo: Relicense under GFDL version 1.3.
3033 * stabs.texinfo: Relicense under GFDL version 1.3.
3034 * fdl.texi: Update to version 1.3.
3035
6aed2dbc
SS
30362010-06-18 Stan Shebs <stan@codesourcery.com>
3037
a61408f8
SS
3038 * gdb.texinfo (Operating System Auxiliary Information): Describe
3039 "info os" when no arguments given.
3040
6aed2dbc
SS
3041 * gdb.texinfo (Debugging Programs with Multiple Threads): Describe
3042 $_thread.
3043
24e933df
HZ
30442010-06-18 Hui Zhu <teawater@gmail.com>
3045
3046 * gdb.texinfo: (Process Record and Replay): Add documentation
3047 for commands "record save" and "record restore".
3048
65d79d4b
SDJ
30492010-06-16 Jan Kratochvil <jan.kratochvil@redhat.com>
3050
3051 * gdb.texinfo: Include information about the correct use
3052 of addresses in the `watch' command.
3053
d914c394
SS
30542010-06-11 Stan Shebs <stan@codesourcery.com>
3055
3056 * gdb.texinfo (Observer Mode): New section.
3057 (General Query Packets): Document QAllow.
889bf7c5 3058
967cf477
DE
30592010-06-04 Doug Evans <dje@google.com>
3060
3061 * gdb.texinfo (Python API): New node `Disabling Pretty-Printers'.
3062
aaf4119b
DE
30632010-06-03 Doug Evans <dje@google.com>
3064
3065 * gdbint.texinfo (Coding): Add subsection on command names.
3066
9eae7c52
TT
30672010-06-02 Tom Tromey <tromey@redhat.com>
3068
3069 * gdb.texinfo (Maintenance Commands): Document maint set dwarf2
3070 always-disassemble.
3071
fa593d66
PA
30722010-06-01 Pedro Alves <pedro@codesourcery.com>
3073
3074 * gdb.texinfo (Set Tracepoints): Mention tracepoints support in
3075 gdbserver, and add cross reference.
3076 (Tracepoints support in gdbserver): New subsection.
3077
dde08ee1
PA
30782010-05-26 Pedro Alves <pedro@codesourcery.com>
3079
3080 * gdb.texinfo (General Query Packets) <qSupported>: Describe the
3081 `qRelocInsn' feature.
3082 (Relocate instruction reply packet): New subsection
3083 of `Tracepoint Packets'.
3084 (Tracepoint Packets): Mention that packets QTDP and QTStart
3085 support the qRelocInsn request, and add cross reference to new
3086 subsection.
3087
07ca107c
DE
30882010-05-25 Doug Evans <dje@google.com>
3089
3090 * gdb.texinfo (Exception Handling): Document gdb.GdbError.
3091 (Commands In Python): Document gdb.string_to_argv.
3092
c25c4a8b
JK
30932010-05-02 Jan Kratochvil <jan.kratochvil@redhat.com>
3094
3095 * gdbint.texinfo (Host Definition): Remove items NORETURN and
3096 ATTR_NORETURN.
3097
d7b32ed3 30982010-04-29 Phil Muldoon <pmuldoon@redhat.com>
c25c4a8b
JK
3099 Tom Tromey <tromey@redhat.com>
3100 Thiago Jung Bauermann <bauerman@br.ibm.com>
d7b32ed3 3101
c25c4a8b 3102 * gdb.texinfo (Parameters In Python): New Node.
d7b32ed3 3103
6aecb9c2
JB
31042010-04-29 Mihail Zenkov <mihail.zenkov@gmail.com>
3105
3106 * gdb.texinfo: (Summary) Add mention about D language support.
3107 (Filenames): Add D suffixes.
3108 (D): New node.
3109
b7da9e9f
PM
31102010-04-26 Pierre Muller <muller@ics.u-strasbg.fr>
3111
3112 * gdbint.texinfo (CANNOT_STEP_HW_WATCHPOINTS): Remove explanation
3113 of macro deleted from GDB code.
3114
ab38a727
PA
31152010-04-24 Pedro Alves <pedro@codesourcery.com>
3116
3117 * gdb.texinfo (Commands to specify files): Describe what how GDB
3118 looks up DOS-based filesystem paths on the system root. Document
3119 the new `set/show target-file-system-kind' commands.
3120
66d09542
DE
31212010-04-23 Doug Evans <dje@google.com>
3122
3123 * gdb.texinfo (Python): Move Auto-loading section here ...
3124 (Python API): from here.
3125 (Auto-loading): Add docs for .debug_gdb_scripts auto-loaded scripts.
3126 (Maintenance Commands): Add docs for "maint print section-scripts".
3127
8bd10a10
CM
31282010-04-20 Chris Moller <cmoller@redhat.com>
3129
3130 * gdb.texinfo (Setting Breakpoints): Added description of
3131 filename-qualified rbreak.
3132 * refcard.tex (Breakpoints and Watchpoints): Added brief
3133 description of filename-qualified rbreak.
3134
4c374409
JK
31352010-04-22 Jan Kratochvil <jan.kratochvil@redhat.com>
3136
3137 * gdb.texinfo (Data): New @menu reference to Pretty Printing.
3138 (Python API): Change the reference to Pretty Printing API.
3139 (Pretty Printing): Move the user part under the Data node. Reformat
3140 the sample output to 72 columns. Create a new reference to Pretty
3141 Printing API. Rename the API part ...
3142 (Pretty Printing API): To a new node name.
3143 (Selecting Pretty-Printers, Progspaces In Python, Objfiles In Python)
3144 (GDB/MI Variable Objects): Change references to Pretty Printing API.
3145
5a9351ae
SS
31462010-04-21 Stan Shebs <stan@codesourcery.com>
3147
3148 * gdb.texinfo (Tracepoint Actions): Mention synonymy of actions
889bf7c5 3149 and commands.
5a9351ae 3150 (Listing Tracepoints): Update to reflect current behavior.
889bf7c5 3151
9a22f0d0
PM
31522010-04-22 Pierre Muller <muller@ics.u-strasbg.fr>
3153
3154 * gdb.texinfo (Examining memory): Update for change in string
3155 display with explicit size.
3156
6149aea9
PA
31572010-04-19 Pedro Alves <pedro@codesourcery.com>
3158
3159 PR breakpoints/8554.
3160
3161 * gdb.texinfo (Save Breakpoints): New node.
3162 (save-tracepoints): Rename to ...
3163 (save tracepoints): ... this. Mention that `save-tracepoints' is
3164 a deprecated alias to `save tracepoints'.
3165
711e434b
PM
31662010-04-16 Pierre Muller <muller@ics.u-strasbg.fr>
3167
645797a8 3168 * gdb.texinfo ($_tlb): Document new automatic convinience variable.
711e434b
PM
3169 (info w32 thread-information-block): Document new command.
3170 (qGetTIBAddress): Document new gdbserver query.
3171 (maint set/show show-all-tib): Document new command.
3172
3f7b2faa
DE
31732010-04-15 Doug Evans <dje@google.com>
3174
fa33c3cd
DE
3175 * gdb.texinfo (Python API): Add progspaces section.
3176 (Selecting Pretty-Printers): Progspace pretty-printers are
3177 searched too.
3178 (Progspaces In Python): New section.
3179
3f7b2faa
DE
3180 * gdb.texinfo (Command Files): Add docs for new "source -s" option.
3181
79f283fe
PM
31822010-04-14 Phil Muldoon <pmuldoon@redhat.com>
3183
3184 * gdb.texinfo (Pretty Printing): Document behaviour when to_string
3185 returns None.
3186
87290684
SS
31872010-04-09 Stan Shebs <stan@codesourcery.com>
3188
3189 * gdb.texinfo (gdb/mi Tracepoint Commands) <-trace-status>:
3190 Describe the `frames-created' field, tweak grammar.
3191
a97153c7
PA
31922010-04-09 Pedro Alves <pedro@codesourcery.com>
3193
3194 * gdb.texinfo (gdb/mi Tracepoint Commands) <-trace-status>:
3195 Describe the `circular' and `disconnected' fields.
3196
5c5dcc1b
L
31972010-04-09 H.J. Lu <hongjiu.lu@intel.com>
3198
3199 * gdb.texinfo (maint print registers): Mention unavailable and
3200 invisible registers.
3201
adc36818
PM
32022010-04-09 Phil Muldoon <pmuldoon@redhat.com>
3203 Thiago Jung Bauermann <bauerman@br.ibm.com>
5c5dcc1b 3204 Tom Tromey <tromey@redhat.com>
adc36818
PM
3205
3206 * gdb.texinfo (Breakpoints In Python): New Node.
3207
33da3f1c
SS
32082010-04-08 Stan Shebs <stan@codesourcery.com>
3209
3210 * gdb.texinfo (Tracepoint Packets): Describe disconn and circular
3211 trace status fields.
3212
3a13a53b
L
32132010-04-08 H.J. Lu <hongjiu.lu@intel.com>
3214
3215 * gdb.texinfo (i386 Features): Make org.gnu.gdb.i386.avx
3216 optional. Make org.gnu.gdb.i386.avx requires
3217 org.gnu.gdb.i386.avx.
3218
08001717
DE
32192010-04-08 Doug Evans <dje@google.com>
3220
3221 * gdb.texinfo (Command Files): Document that gdb skips $cdir in
3222 search path, and document that gdb only scans the search path if
3223 the script's path doesn't specify a directory.
3224
c375651d
DE
32252010-04-05 Doug Evans <dje@google.com>
3226
3227 * gdb.texinfo (maint show python auto-load): Fix typo.
3228
af54718e
SS
32292010-04-04 Stan Shebs <stan@codesourcery.com>
3230
d77f58be
SS
3231 * gdb.texinfo (Setting Breakpoints): "info watch" no longer a synonym.
3232 (Setting Watchpoints): Update description of "info watch".
3233 (Disabling Breakpoints): Only "info break" lists all.
3234
af54718e
SS
3235 * gdb.texinfo (Tracepoint Restrictions): Document PC inference.
3236 (tdump): Explain how tdump works.
3237
86b17b60
PA
32382010-04-01 Pedro Alves <pedro@codesourcery.com>
3239
3240 * gdb.texinfo (Break Commands): Clarify `commands' changes, and
3241 add cross reference.
3242
ff12863f
PA
32432010-03-31 Pedro Alves <pedro@codesourcery.com>
3244
3245 * gdb.texinfo (TUI Commands): Mention that in some cases, these
3246 commands error out.
3247
f68eb612
L
32482010-03-30 H.J. Lu <hongjiu.lu@intel.com>
3249
3250 * gdb.texinfo (i386 Features): Add org.gnu.gdb.i386.avx.
3251
c8d5aac9
L
32522010-03-30 H.J. Lu <hongjiu.lu@intel.com>
3253
3254 * gdb.texinfo (General Query Packets): Add xmlRegisters.
3255
7d13fe92
SS
32562010-03-29 Stan Shebs <stan@codesourcery.com>
3257 Nathan Sidwell <nathan@codesourcery.com>
3258
3259 * gdb.texinfo (GDB/MI Tracepoint Commands): Add notes about the
3260 GDBN equivalent.
3261 (Set Tracepoints): Remove mention that conditional tracepoints
3262 don't exist.
3263 (Tracepoint Actions): Clarify when while-stepping collection
3264 happens, note that while-stepping does not automatically collect
3265 $pc.
3266
409873ef 32672010-03-29 Stan Shebs <stan@codesourcery.com>
889bf7c5 3268
409873ef
SS
3269 * gdb.texinfo (Tracepoint Packets): Describe QTDPsrc.
3270 (General Query Packets): Describe TracepointSource.
3271
ee8e71d4
EZ
32722010-03-27 Matt Rice <ratmice@gmail.com>
3273
c8d5aac9
L
3274 * gdb.texinfo (ARM): Document arguments to "target sim".
3275 (Set Catchpoints): Use @dots{} instead of @r{...}.
ee8e71d4 3276
99b5e152
PA
32772010-03-26 Pedro Alves <pedro@codesourcery.com>
3278
3279 * gdb.texinfo (Tracepoint Packets): Remove mention that
3280 terror:string may be plain text, and drop mention of X prefix.
3281
cd64ee31
VP
32822010-03-26 Vladimir Prus <vladimir@codesourcery.com>
3283
3284 * gdb.texinfo (GDB/MI Tracepoint Commands): Add comma after @xref.
3285
6c28cbf2
SS
32862010-03-24 Stan Shebs <stan@codesourcery.com>
3287
3288 * gdb.texinfo (Tracepoint Packets): Document trace error status.
3289
95a42b64
TT
32902010-03-24 Tom Tromey <tromey@redhat.com>
3291
3292 PR breakpoints/9352:
3293 * gdb.texinfo (Break Commands): Update.
3294
18148017
VP
32952010-03-24 Vladimir Prus <vladimir@codesourcery.com>
3296
3297 * gdb.texinfo (GDB/MI Tracepoint Commands): Document MI tracepoint
3298 commands.
3299
4daf5ac0
SS
33002010-03-16 Stan Shebs <stan@codesourcery.com>
3301
3302 * gdb.texinfo (Starting and Stopping Trace Experiments): Describe
3303 circular-trace-buffer.
3304 (Tracepoint Packets): Describe QTBuffer, and details of the
3305 qTStatus reply.
3306
c9429232
SS
33072010-03-12 Stan Shebs <stan@codesourcery.com>
3308 Nathan Sidwell <nathan@codesourcery.com>
3309
3310 * gdb.texinfo (Tracepoint Actions): Clarify that while-stepping is
3311 doing instruction stepping.
3312 (Tracepoint Restrictions): New node.
3313
ccefe4c4
TT
33142010-03-10 Tom Tromey <tromey@redhat.com>
3315
3316 * gdbint.texinfo (Symbol Handling): Update.
3317
7c953934
TT
33182010-03-08 Tom Tromey <tromey@redhat.com>
3319
3320 PR cli/9591:
3321 * gdb.texinfo (Mode Options): Mention lack of pagination and
3322 confirmation with --batch.
3323 (Screen Size): Mention --batch.
3324 (Messages/Warnings): Likewise.
3325
f870a310
TT
33262010-03-05 Tom Tromey <tromey@redhat.com>
3327
3328 * gdb.texinfo (Basic Python): Document target_charset and
3329 target_wide_charset.
3330
78e2826b
TT
33312010-03-05 Tom Tromey <tromey@redhat.com>
3332
3333 * gdb.texinfo (Data): Link to pretty-printing.
3334 (Output Formats): Likewise. Correct text.
3335
f5dff777
DJ
33362010-03-01 Daniel Jacobowitz <dan@codesourcery.com>
3337
3338 * gdb.texinfo (Types): Describe <struct> and <flags>.
3339
dc00d89f
PM
33402010-02-28 Phil Muldoon <pmuldoon@redhat.com>
3341
3342 * gdb.texinfo (Frames In Python): Add block parameter and
3343 description to read_var text.
3344
5107b149 33452010-02-26 Phil Muldoon <pmuldoon@redhat.com>
c8d5aac9 3346 Tom Tromey <tromey@redhat.com>
5107b149
PM
3347
3348 * gdb.texinfo (Types In Python): Describe block argument in
3349 template_argument and gdb.lookup_type.
3350
e03e5e7b
TT
33512010-02-24 Tom Tromey <tromey@redhat.com>
3352
3353 * gdb.texinfo (Cygwin Native): Fix typo.
3354
f3e9a817
PM
33552010-02-24 Phil Muldoon <pmuldoon@redhat.com>
3356
3357 * gdb.texinfo (Frames In Python): Add block, find_sal, function
3358 and select method descriptions.
3359 (Python API): Add Blocks In Python, Symbols in Python and Symbol
3360 Tables in Python to menu.
3361 (Blocks In Python): New node.
3362 (Symbols In Python): New node.
3363 (Symbol Tables in Python): New node.
3364
a79b8f6e
VP
33652010-02-24 Vladimir Prus <vladimir@codesourcery.com>
3366
3367 Multiexec MI
3368
3369 gdb/
3370 * breakpoint.c (clear_syscall_counts): Take struct inferior*.
3371
3372 gdb/doc/
3373 * gdb.texinfo (GDB/MI Command Syntax): Document notification
3374 changes.
3375 (GDB/MI Program Execution): Document current behaviour of
3376 --all and --thread-group.
3377 (GDB/MI Miscellaneous Commands): Document -add-inferior and
3378 -remove-inferior.
3379 * observer.texi (inferior_added, inferior_removed): New
3380 observers.
3381
629d6a47
TT
33822010-02-19 Tom Tromey <tromey@redhat.com>
3383
3384 * gdbint.texinfo (Getting Started): Fix @node.
3385 (Debugging GDB): Likewise.
3386
c09529e5
JB
33872010-02-13 Joel Brobecker <brobecker@adacore.com>
3388
3389 * gdbint.texinfo (Testsuite): New section "Testsuite Configuration",
3390 documenting the gdb_test_timeout variable.
3391
540aa8e7
MS
33922010-02-12 Jakob Engblom <jakob@virtutech.com>
3393
3394 * gdb.texinfo (MI commands): Added documentation of --reverse
3395 option to a set of MI commands. Restructured documentation of MI
3396 commands --exec-continue to reflect the complexity of reverse
3397 execution.
3398
081dfbf7
PA
33992010-02-12 Pedro Alves <pedro@codesourcery.com>
3400
3401 * gdb.texinfo (Using the Collected Data): Specify that the address
3402 range of `tfind outsize' is exclusive, and that the address range
3403 of `tfind range' is inclusive.
3404 (Tracepoint Packets): Specify that the address range of
3405 `QTFrame:range' is inclusive, and that the address range of
3406 `QTFrame:outside' is exclusive
3407
8e9c5e02
VP
34082010-02-12 Vladimir Prus <vladimir@codesourcery.com>
3409
3410 * gdb.texinfo (GDB/MI Result Records): Clarify ^running.
3411
92981e24
TT
34122010-02-10 Tom Tromey <tromey@redhat.com>
3413
3414 * gdb.texinfo (Debugging Output): Document set debug parser and
3415 show debug parser.
3416
075b51b7
L
34172010-02-09 H.J. Lu <hongjiu.lu@intel.com>
3418
3419 * gdb.texinfo (Predefined Target Types): Add i387_ext,
3420 i386_eflags and i386_mxcsr.
3421
3bb8d5c3
L
34222010-02-08 H.J. Lu <hongjiu.lu@intel.com>
3423
3424 * gdb.texinfo: Document i386 target features.
3425
c5f80513
DE
34262010-02-05 Doug Evans <dje@google.com>
3427
3428 * gdbint.texinfo (Testsuite): Add a new section to document the
3429 various DejaGnu variables that may be overridden.
1be00882 3430 Document INTERNAL_GDBFLAGS.
c5f80513 3431
6ac33a4e
TT
34322010-02-04 Tom Tromey <tromey@redhat.com>
3433
3434 PR cli/8830:
3435 * gdb.texinfo (Files): -readnow comes before the filename for file
3436 and symbol-file.
3437
a1dcb23a
DJ
34382010-02-01 Daniel Jacobowitz <dan@codesourcery.com>
3439
3440 * gdb.texinfo (Architecture-Specific Protocol Details): New section.
3441 Document ARM breakpoint types.
3442 (Register Packet Format): Move into the new section.
3443 (Packets): Describe the KIND argument for Z0, z0, Z1, and z1 packets.
3444
95433b34
JB
34452010-01-21 Joel Brobecker <brobecker@adacore.com>
3446
3447 * gdb.texinfo (File Options): Adjust the documentation of this
3448 switch to refer to the "source" command rather than partially
3449 duplicating some of the relevant information.
3450 (Extending GDB): Introduce and document the set/show script-extension
3451 setting.
3452 (Command Files): Add note explaining that the "source" command
3453 is also used to evalute scripts written in other languages.
3454 Remove the short slightly incorrect reference to sourcing Python
3455 scripts.
3456 (Python Commands): Document how to execute a Python script from GDB.
3457
8d576872
JB
34582010-01-19 Joel Brobecker <brobecker@adacore.com>
3459
3460 * gdb.texinfo (Command Files): Fix typo.
3461
8150ff9c
JB
34622010-01-18 Tom Tromey <tromey@redhat.com>
3463
3464 * gdb.texinfo (File Options): Document -x on .py files.
3465 (Command Files): Document handling of Python scripts.
3466
23db03a6
JZ
34672010-01-18 Jie Zhang <jie.zhang@analog.com>
3468
3469 * Makefile.in (ANNOTATE_DOC_BUILD_INCLUDES): Add GDBvn.texi.
3470
00bf0b85
SS
34712010-01-15 Stan Shebs <stan@codesourcery.com>
3472
3473 * gdb.texinfo (Trace Files): New section.
3474 (Tracepoint Packets): Document QTSave and qTBuffer.
3475 (Trace File Format): New appendix.
3476
be759fcf
PM
34772010-01-13 Phil Muldoon <pmuldoon@redhat.com>
3478
3479 * gdb.texinfo (Values From Inferior): Document lazy_string value
3480 method.
3481 (Python API): Add Lazy strings menu item.
3482 (Lazy Strings In Python): New node.
3483
dc146f7c
VP
34842010-01-13 Vladimir Prus <vladimir@codesourcery.com>
3485
3486 * gdb.texinfo (GDB/MI Thread Information): New.
3487 (GDB/MI Async Records): Document the core field in *stopped.
3488 (GDB/MI Miscellaneous Commands): Expand -list-thread-groups
3489 documentation
3490 (Process list): Document that osdata document may contain
3491 threads.
3492 (Remote Serial Protocol): Document qXfer:threads.
3493
d5551862
SS
34942010-01-06 Stan Shebs <stan@codesourcery.com>
3495
3496 * gdb.texinfo (Starting and Stopping Trace Experiments): Document
3497 disconnected tracing.
3498 (Tracepoint Packets): Document new protocol.
3499
7a697b8d
SS
35002010-01-05 Stan Shebs <stan@codesourcery.com>
3501
3502 * gdb.texinfo (Create and Delete Tracepoints): Describe fast
3503 tracepoints.
3504 (Tracepoint Packets): Describe remote protocol for fast
3505 tracepoints.
3506
e6f3ec50
JB
35072010-01-01 Joel Brobecker <brobecker@adacore.com>
3508
3509 Update the "Start of New Year Procedure".
3510 * gdbint.texinfo: Add the list of files that need to be updated
3511 manually. Minor reformatting.
3512
ddc4e9c1
JB
35132010-01-01 Joel Brobecker <brobecker@adacore.com>
3514
3515 * refcard.tex: Update copyright year in header and text.
3516
9d2897ad
JB
35172010-01-01 Joel Brobecker <brobecker@adacore.com>
3518
3519 * agentexpr.texi: Add 2010 to the list of copyright years.
3520 * annotate.texinfo: Likewise.
3521 * gdb.texinfo: Likewise.
3522 * gdbint.texinfo: Likewise.
3523 * observer.texi: Likewise.
3524 * stabs.texinfo: Likewise.
3525
6da95a67
SS
35262009-12-31 Stan Shebs <stan@codesourcery.com>
3527
3528 * gdb.texinfo (Tracepoint Actions): Describe teval.
889bf7c5 3529
236f1d4d
SS
35302009-12-29 Stan Shebs <stan@codesourcery.com>
3531
3532 * gdb.texinfo (Tracepoint Actions): Describe default-collect.
889bf7c5 3533
f61e138d
SS
35342009-12-28 Stan Shebs <stan@codesourcery.com>
3535
3536 * gdb.texinfo (Trace State Variables): New section.
3537 (Tracepoint Packets): Describe trace state variable packets.
3538 * agentexpr.texi (Bytecode Descriptions): Describe trace state
3539 variable bytecodes.
3540
0fe7935b
DJ
35412009-12-28 Daniel Jacobowitz <dan@codesourcery.com>
3542
3543 * gdb.texinfo (Symbols): "info variables" prints definitions, not
3544 declarations.
3545
a6b29f87
VP
35462009-12-21 Vladimir Prus <vladimir@codesourcery.com>
3547
3548 * gdb.texinfo (GDB/MI Miscellaneous Commands): Clarify that
3549 -gdb-exit behaviour.
3550
5e4bde96
JB
35512009-12-20 Joel Brobecker <brobecker@adacore.com>
3552
3553 * gpl.texi: Update to version 3 of the GPL.
3554
a1715244
JB
35552009-12-20 Joel Brobecker <brobecker@adacore.com>
3556
3557 * Makefile.in: Update copyright header.
3558 * observer.texi: Fix the copyright header of the generated files.
3559
361ae042
PM
35602009-12-08 Phil Muldoon <pmuldoon@redhat.com>
3561
3562 * gdb.texinfo (Types In Python): Describe range function.
3563
bfd31e71
PM
35642009-12-03 Richard Ward <richard.j.ward1@googlemail.com>
3565
3566 * gdb.texinfo (Types In Python): Describe "is_base_class".
3567
57a1d736
TT
35682009-12-03 Tom Tromey <tromey@redhat.com>
3569
3570 * gdb.texinfo (Basic Python): Document gdb.parse_and_eval.
3571
8cebebb9
PP
35722009-12-02 Paul Pluzhnikov <ppluzhnikov@google.com>
3573
3574 * observer.texi: New memory_changed observer.
3575
16af530a
TT
35762009-12-01 Tom Tromey <tromey@redhat.com>
3577
3578 * gdb.texinfo (Reverse Execution): Fix typo.
3579
b6199126
DJ
35802009-11-24 Daniel Jacobowitz <dan@codesourcery.com>
3581
3582 PR gdb/8704
3583
3584 * gdb.texinfo (Thread-Specific Breakpoints): Thread specifiers
3585 are allowed after the breakpoint condition.
3586
7a6973ad
TT
35872009-11-23 Tom Tromey <tromey@redhat.com>
3588
3589 PR python/10782:
3590 * gdb.texinfo (Types In Python): Document Type.pointer.
3591
21a0512e
PP
35922009-11-23 Paul Pluzhnikov <ppluzhnikov@google.com>
3593
3594 * gdb.texinfo (Machine Code): Adjust.
889bf7c5 3595
a5832c8f
PA
35962009-11-11 Pedro Alves <pedro@codesourcery.com>
3597
3598 * agentexpr.texi (Tracing On Symmetrix): Delete section.
3599 (Using Agent Expressions): Delete cross reference.
3600
1eb7cd77
JB
36012009-11-07 Joel Brobecker <brobecker@adacore.com>
3602
3603 * gdbint.texinfo, stabs.texinfo: Move the @setchapternewpage
3604 and @settitle directives up to help makeinfo find them.
3605
24ddea62
JK
36062009-11-02 Jan Kratochvil <jan.kratochvil@redhat.com>
3607
3608 * gdb.texinfo (set debug-file-directory, show debug-file-directory)
3609 (Auto-loading): Use plural and note one can use multiple components now.
3610
3afae151
VP
36112009-11-01 Vladimir Prus <vladimir@codesourcery.com>
3612
3613 * gdb.texinfo (GDB/MI Stack Manipulation): Make
3614 -stack-list-arguments have the same documentation for parameter
3615 as -stack-list-locals. Add comas.
3616
14ff2235
PM
36172009-10-27 Tom Tromey <tromey@redhat.com>
3618 Eli Zaretskii <eliz@gnu.org>
3619
c8d5aac9 3620 PR python/10781
14ff2235
PM
3621
3622 * gdb.texinfo (Values From Inferior): Document cast method.
3623
9c419145
PP
36242009-10-22 Paul Pluzhnikov <ppluzhnikov@google.com>
3625
3626 * gdb.texinfo (Machine Code): Mention function name in disasssembly
3627 and adjust example.
889bf7c5 3628
29153c24
MS
36292009-10-22 Michael Snyder <msnyder@vmware.com>
3630
3631 * gdb.texinfo (Process Record and Replay): Document new form of
889bf7c5 3632 info record command. Also document the new save and restore
29153c24
MS
3633 commands.
3634
2b28d209
PP
36352009-10-21 Paul Pluzhnikov <ppluzhnikov@google.com>
3636
3637 * gdb.texinfo (Machine Code): Mention current pc marker.
3638 (Memory): Likewise.
3639
6c95b8df
PA
36402009-10-19 Pedro Alves <pedro@codesourcery.com>
3641 Stan Shebs <stan@codesourcery.com>
3642
3643 * observer.texi (new_inferior): Rename to...
3644 (inferior_appeared): ... this.
3645
3646 * gdb.texinfo (Inferiors): Rename node to ...
3647 (Inferiors and Programs): ... this. Mention running multiple
3648 programs in the same debug session.
3649 <info inferiors>: Mention the new 'Executable' column if "info
3650 inferiors". Update examples. Document the "add-inferior",
3651 "clone-inferior", "remove-inferior" and "maint info
3652 program-spaces" commands.
3653 (Process): Rename node to...
3654 (Forks): ... this. Document "set|show follow-exec-mode".
3655
2f8132f3
MS
36562009-10-11 Michael Snyder <msnyder@vmware.com>
3657
3658 * gdb.texinfo (ReverseStep): Show default as "unsupported".
3659 (ReverseContinue): Ditto.
3660
cba4b2d3
PP
36612009-10-08 Paul Pluzhnikov <ppluzhnikov@google.com>
3662
3663 * gdb.texinfo (Server): Document libthread-db-search-path.
889bf7c5 3664
da082f17
JK
36652009-10-08 Jan Kratochvil <jan.kratochvil@redhat.com>
3666
3667 * gdbint.texinfo (i386_stopped_by_hwbp): Remove.
3668
08be9d71
ME
36692009-10-06 Michael Eager <eager@eagercon.com>
3670
3671 * gdb.texinfo (Contributors): Add self for Xilinx MicroBlaze.
3672 (Embedded Processors): Add MicroBlaze.
3673 (MicroBlaze): New. Describe Xilinx MicroBlaze
3674
08a0efd0
PA
36752009-10-04 Pedro Alves <pedro@codesourcery.com>
3676
3677 * gdb.texinfo (Remote Protocol): Don't mention vCont;T.
3678
cbb8f428
EZ
36792009-09-26 Pierre Muller <muller@ics.u-strasbg.fr>
3680
3681 * gdb.texinfo (Cygwin Native): Mention support for Ctrl-BREAK.
3682
30a4a70c
JB
36832009-09-23 Joel Brobecker <brobecker@adacore.com>
3684
3685 * observer.texi (solib_unloaded): Document explicitly the fact that
3686 this observer is called before the associated symbols are unloaded.
3687
b3372f91
VP
36882009-09-19 Vladimir Prus <vladimir@codesourcery.com>
3689
3690 * gdb.texinfo (GDB/MI Stack Manipulation): Document
3691 -stack-list-variables.
3692
f43030c4
TT
36932009-09-18 Tom Tromey <tromey@redhat.com>
3694
3695 * gdb.texinfo (GDB/MI Variable Objects): -enable-pretty-printing
3696 is experimental.
3697
ec7e75e7
PP
36982009-09-17 Paul Pluzhnikov <ppluzhnikov@google.com>
3699
3700 * gdb.texinfo (convenince variables): Mention
3701 $_siginfo could be empty.
f43030c4 3702
0cc7d26f
TT
37032009-09-15 Tom Tromey <tromey@redhat.com>
3704
3705 * gdb.texinfo (GDB/MI Variable Objects): Document
3706 -enable-pretty-printing, -var-set-update-range, dynamic varobjs.
3707 Expand -var-update documentation.
3708
a96d9b2e
SDJ
37092009-09-14 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
3710
3711 * gdb.texinfo (Set Catchpoints): Documentation about the catch syscall
3712 feature.
3713
005ca36a
JB
37142009-09-13 Daniel Jacobowitz <dan@codesourcery.com>
3715
3716 * gdbint.texinfo (Unwinding the Frame ID): Reference outer_frame_id.
3717
0d772ac9
MS
37182009-09-10 Michael Snyder <msnyder@vmware.com>
3719
3720 * gdb.texinfo (qSupported): Mention new ReverseContinue and
3721 ReverseStep replies to the qSupported query.
3722
14fb1bac
JB
37232009-09-10 Joel Brobecker <brobecker@adacore.com>
3724
3725 Add documentation for set/show interactive-mode.
3726 * gdb.texinfo (Other Misc Settings): New node.
3727
29b090c0
DE
37282009-09-01 Doug Evans <dje@google.com>
3729
3730 * gdb.texinfo (Caching Data of Remote Targets): Add note on
3731 non-stop mode's affect on remote caching.
3732
4e5d721f
DE
37332009-08-31 Jacob Potter <jdpotter@google.com>
3734 Doug Evans <dje@google.com>
3735
3736 * gdb.texinfo (Caching Data of Remote Targets): Update text.
3737 Mark `set/show remotecache' options as obsolete.
3738 Document new `set/show stack-cache' option.
3739 Update text for `info dcache'.
3740
55333a84
DE
37412009-08-27 Doug Evans <dje@google.com>
3742
3743 * gdb.texinfo (Symbols): Delete `set print symbol-loading'.
3744 (Files): Add note on new optional regex arg to `info sharedlibrary'.
3745
bc3a0b4d
RW
37462009-08-26 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3747
3748 * gdbint.texinfo (Releasing GDB): Fix confusing sentence
3749 about autoconf.
3750
3a1ff0b6
PA
37512009-08-25 Pedro Alves <pedro@codesourcery.com>
3752
3753 * gdb.texinfo (Debugging Multiple Inferiors): Add "info inferiors"
3754 small example, and describe its columns. Replace "inferior-id" by
3755 "infno" throughout.
3756
81ecdfbb
RW
37572009-08-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3758
af542c2e
RW
3759 * gdbint.texinfo (Releasing GDB): Point to
3760 README-maintainer-mode file for required autoconf version.
3761 * configure.ac: Do not substitute datarootdir, htmldir,
3762 pdfdir, docdir. Do not process --with-datarootdir,
3763 --with-htmldir, --with-pdfdir, --with-docdir.
3764 * configure: Regenerate.
3765
81ecdfbb
RW
3766 * configure: Regenerate.
3767
4efc6507
DE
37682009-08-20 Reid Kleckner <reid@kleckner.net>
3769
3770 * gdb.texinfo: Add chapter on JIT interface.
3771
43089a6e
NR
37722009-08-07 Nick Roberts <nickrob@snap.net.nz>
3773
3774 * gdb.texinfo (Server Prefix): Explain that server prefix suppresses
889bf7c5 3775 confirmation request.
43089a6e 3776
99e008fe
EZ
37772009-08-05 Jeremy Bennett <jeremy.bennett@embecosm.com>
3778
c8d5aac9
L
3779 * gdb.texinfo (Separate Debug Files, Remote Protocol): Clarified
3780 CRC definitions.
99e008fe 3781
48cb2d85
VP
37822009-08-03 Vladimir Prus <vladimir@codesourcery.com>
3783
3784 * gdb.texinfo (GDB/MI Breakpoint Commands): Document
889bf7c5 3785 -break-commands.
48cb2d85 3786
ff1a52c6
UW
37872009-07-31 Ulrich Weigand <uweigand@de.ibm.com>
3788
3789 * gdb.texinfo (Cell Broadband Engine SPU architecture): Document the
3790 "set spu auto-flush-cache" and "show spu auto-flush-cache" commands.
3791
3285f3fe
UW
37922009-07-31 Ulrich Weigand <uweigand@de.ibm.com>
3793
3794 * gdb.texinfo (Cell Broadband Engine SPU architecture): Document the
3795 "set spu stop-on-load" and "show spu stop-on-load" commands.
3796
e35359c5
UW
37972009-07-31 Ulrich Weigand <uweigand@de.ibm.com>
3798
3799 * gdb.texinfo (Target Descriptions): Document <compatible> element.
3800
58d6951d
DJ
38012009-07-28 Daniel Jacobowitz <dan@codesourcery.com>
3802
3803 * gdb.texinfo (ARM Features): Document org.gnu.gdb.arm.vfp and
3804 org.gnu.gdb.arm.neon.
3805
08d16641
PA
38062009-07-20 Pedro Alves <pedro@codesourcery.com>
3807
3808 * gdb.texinfo (Target Description Format): Mention the new <osabi>
3809 optional element.
3810 (subsection OS ABI): New subsection.
3811
782b2b07
SS
38122009-07-14 Stan Shebs <stan@codesourcery.com>
3813
3814 * gdb.texinfo (Tracepoint Conditions): New section.
3815 (General Query Packets): Describe ConditionalTracepoints.
3816 (Tracepoint Packets): Describe condition field.
3817 (Maintenance Commands): Describe maint agent-eval.
3818 * agentexpr.texi (Using Agent Expressions): Mention eval usage.
3819
9b117ef3
HZ
38202009-07-11 Hui Zhu <teawater@gmail.com>
3821
3822 * gdb.texinfo (disassemble): Add a new modifier /r
3823 to "disassemble" command to make it print the raw instructions
3824 in hex as well as in symbolic form.
3825
f5a33284
TT
38262009-07-09 Tom Tromey <tromey@redhat.com>
3827
3828 * gdbint.texinfo (Testsuite): Document parallel make check.
3829
812f7342
TT
38302009-07-09 Tom Tromey <tromey@redhat.com>
3831
3832 * gdbint.texinfo (Testsuite): Document test transcripts.
3833
fbb8f299
PM
38342009-07-10 Phil Muldoon <pmuldoon@redhat.com>
3835
3836 * gdb.texinfo (Values From Inferior): Add length parameter
3837 description.
3838
dd8f35ac
EZ
38392009-07-04 Chris Genly <chris@genly.us>
3840
3841 * gdb.texinfo (GDB/MI Variable Objects): Document child definition
3842 in -var-list-children. Fix example according to what the code
3843 does.
3844
2277426b
PA
38452009-07-02 Pedro Alves <pedro@codesourcery.com>
3846
3847 * gdb.texinfo (Debugging multiple inferiors): Document the
3848 "inferior", "detach inferior" and "kill inferior" commands.
3849 (Debugging Programs with Multiple Processes): Adjust to mention
3850 generic "inferior" commands. Delete mention of "detach fork" and
3851 "delete fork". Cross reference to "Debugging multiple inferiors"
3852 section.
3853
a6d9a66e
UW
38542009-07-02 Ulrich Weigand <uweigand@de.ibm.com>
3855
5af949e3
UW
3856 * gdbint.texinfo (Item Output Functions): Update signature
3857 for ui_out_field_core_addr.
3858
38592009-07-02 Ulrich Weigand <uweigand@de.ibm.com>
3860
3861 * gdbint.texinfo (Examples of Use of @code{ui_out} functions):
a6d9a66e
UW
3862 Update example code extrated from breakpoint.c.
3863
9901a55b 38642009-06-28 Paul Pluzhnikov <ppluzhnikov@google.com>
889bf7c5 3865
9901a55b
PP
3866 * gdb.texinfo (GDB/MI Program Context): @ignore unimplemented
3867 MI commands.
3868 (GDB/MI Symbol Query): Likewise.
3869 (GDB/MI File Commands): Likewise.
3870 (GDB/MI File Transfer Commands): Likewise.
3871 (GDB/MI Target Manipulation): Likewise.
3872 (GDB/MI Miscellaneous Commands): Likewise.
889bf7c5 3873
edb3359d
DJ
38742009-06-27 Daniel Jacobowitz <dan@codesourcery.com>
3875
3876 * gdb.texinfo (Debugging Optimized Code): New chapter.
3877 (Compiling for Debugging): Reference it. Move some
3878 text to the new section.
3879
7cd1089b
PM
38802009-06-15 Phil Muldoon <pmuldoon@redhat.com>
3881
3882 * doc/gdb.texinfo (Calling): Document
3883 set-unwind-on-terminating-exception usage.
3884
d4db2f36
PA
38852009-06-11 Pedro Alves <pedro@codesourcery.com>
3886
3887 * gdb.texinfo (All-Stop): Document new 'set schedule-multiple'
3888 command.
3889
d1a7880c
PA
38902009-06-07 Pedro Alves <pedro@codesourcery.com>
3891
3892 * gdbint.texinfo (TARGET_HAS_HARDWARE_WATCHPOINTS): Delete all
3893 references.
3894
473f94e6
UW
38952009-06-04 Ulrich Weigand <uweigand@de.ibm.com>
3896
3897 * gdbint.texinfo: Rename formal parameters to gdbarch function
3898 protoypes from "current_gdbarch" to "gdbarch".
3899
8f500870
TT
39002009-05-28 Tom Tromey <tromey@redhat.com>
3901
3902 * gdb.texinfo (Basic Python): Change get_parameter to parameter.
3903
b6313243
TT
39042009-05-27 Tom Tromey <tromey@redhat.com>
3905
3906 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document "python"
3907 feature.
3908 (GDB/MI Variable Objects): Document -var-set-visualizer.
3909
39102009-04-02 Tom Tromey <tromey@redhat.com>
3911
3912 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document "python"
3913 feature.
3914 (GDB/MI Variable Objects): Document -var-set-visualizer.
3915
a6bac58e
TT
39162009-05-27 Tom Tromey <tromey@redhat.com>
3917 Thiago Jung Bauermann <bauerman@br.ibm.com>
3918 Phil Muldoon <pmuldoon@redhat.com>
3919
3920 * gdb.texinfo (Objfiles In Python): Reference pretty printing.
3921 (Pretty Printing): New node.
3922 (Selecting Pretty-Printers): Likewise.
3923 (Python API): Update.
3924 (Output Formats): Document /r format.
3925
2c74e833
TT
39262009-05-27 Thiago Jung Bauermann <bauerman@br.ibm.com>
3927 Tom Tromey <tromey@redhat.com>
3928
3929 * gdb.texinfo (Types In Python): New node.
3930 (Values From Inferior): "type" is now an attribute.
3931 (Python API): Update.
3932
89c73ade
TT
39332009-05-27 Tom Tromey <tromey@redhat.com>
3934 Thiago Jung Bauermann <bauerman@br.ibm.com>
3935 Phil Muldoon <pmuldoon@redhat.com>
3936
3937 * gdb.texinfo: Add @syncodeindex for `tp'.
3938 (Python API): Update.
3939 (Auto-loading): New node.
3940 (Objfiles In Python): New node.
3941
17a37d48
PP
39422009-05-15 Paul Pluzhnikov <ppluzhnikov@google.com>
3943
3944 * gdb.texinfo (Threads): Document libthread-db-search-path.
889bf7c5 3945
6718376f
NR
39462009-05-15 Nick Roberts <nickrob@snap.net.nz>
3947
3948 * gdb.texinfo (GDB/MI General Design): Break up into four nodes.
3949
cbe54154
PA
39502009-05-12 Pedro Alves <pedro@codesourcery.com>
3951
3952 * gdb.texinfo: Document 'set/show debug gnu-nat'. Replace 'maint
3953 show-debug-regs' docs by 'maint set show-debug-regs' and 'maint
3954 show show-debug-regs' docs.
3955
8e05493c
EZ
39562009-05-08 Eli Zaretskii <eliz@gnu.org>
3957
3958 * gdb.texinfo (Process Record and Replay): Add description of
3959 reverse execution.
3960
b39f4988
JB
39612009-05-07 Joel Brobecker <brobecker@adacore.com>
3962
3963 * gdbint.texinfo (Adding support for debugging core files): New node.
3964 (Native Debugging): Remove the ``Native core file Support'' section.
3965
a2311334
EZ
39662009-05-01 Eli Zaretskii <eliz@gnu.org>
3967
3968 * gdb.texinfo (Process Record and Replay): Improve and clarify.
3969 Add index entries.
3970
53cc454a 39712009-04-30 Hui Zhu <teawater@gmail.com>
c8d5aac9 3972 Michael Snyder <msnyder@vmware.com>
53cc454a 3973
a2311334
EZ
3974 * gdb.texinfo: (Process Record and Replay): Add documentation for
3975 process record and replay.
53cc454a 3976
484086b7
JK
39772009-04-29 Jan Kratochvil <jan.kratochvil@redhat.com>
3978
3979 * gdb.texinfo (Macros): Note command-line for `info macro'. Append
3980 a new part on command-line defined macros.
3981
32ae1842
EZ
39822009-04-25 Eli Zaretskii <eliz@gnu.org>
3983
3984 * gdb.texinfo (Machine Code) <disassemble-next-line>: Improve and
3985 clarify the wording.
3986
b14b1491
TT
39872009-04-23 Tom Tromey <tromey@redhat.com>
3988
3989 * gdb.texinfo (Data Files): New node.
3990 (GDB Files): Update menu.
3991
5c1e86e1
JB
39922009-04-23 Joel Brobecker <brobecker@adacore.com>
3993
3994 * gdbint.texinfo (Defining Other Architecture Features): Remove
e346fb8f 3995 entry for PROCESS_LINENUMBER_HOOK.
5c1e86e1 3996
83eba9b7
VP
39972009-04-22 Vladimir Prus <vladimir@codesourcery.com>
3998
3999 * gdb.texinfo (GDB/MI Program Execution): Document -exec-jump.
4000
e31198c4
HZ
40012009-04-22 Hui Zhu <teawater@gmail.com>
4002
4003 * gdb.texinfo (disassemble-next-line): Set the default of
4004 disassemble-next-line to off.
4005
26e251b6
JM
40062009-04-21 Joseph Myers <joseph@codesourcery.com>
4007
4008 * configure.ac (--with-datarootdir, --with-docdir, --with-pdfdir,
4009 --with-htmldir): New.
4010 * configure: Regenerate.
4011 * Makefile.in (datarootdir, docdir): Define.
4012 (gdb.dvi, gdb.pdf): Use same -I options as for building gdb.info
4013 instead of $(SET_TEXINPUTS).
4014 (gdbint.dvi, gdbint.pdf): Use same -I options as for building
4015 gdbint.info instead of $(SET_TEXINPUTS).
4016 (gdbint/index.html): Use same -I options as for building
4017 gdbint.info.
4018 (stabs.dvi, stabs.pdf): Use same -I options as for building
4019 stabs.info instead of $(SET_TEXINPUTS).
4020 (stabs/index.html): Use same -I options as for building
4021 stabs.info.
4022 (annotate.dvi, annotate.pdf): Use same -I options as for building
4023 annotate.info instead of $(SET_TEXINPUTS).
4024 (annotate/index.html): Use same -I options as for building
4025 annotate.info.
4026
eac35c4e
DD
40272009-04-21 David Daney <ddaney@caviumnetworks.com>
4028
4029 * gdb.texinfo (maint show-debug-regs): Remove mention of x86.
4030
29b0e8a2
JM
40312009-04-21 Joseph Myers <joseph@codesourcery.com>
4032
4033 * gdb.texinfo (Source Path): Document --with-relocated-sources.
4034
2b831889 40352009-04-18 Carlos O'Donell <carlos@codesourcery.com>
c8d5aac9 4036 Joseph Myers <joseph@codesourcery.com>
2b831889
JM
4037
4038 * Makefile.in (MAKEHTML): Set to makeinfo --html.
4039 (MAKEHTMLFLAGS): Set to empty.
4040 (html__strip_dir): Define.
4041 (HTMLFILES): Define.
4042 (HTMLFILES_INSTALL): Define.
4043 (install-html): Copy new automake rule.
4044 (html): Depend on $(HTMLFILES).
4045 (gdb_toc.html): Rename to gdb/index.html.
4046 (gdbint_toc.html): Rename to gdbint/index.html.
4047 (stabs_toc.html): Rename to stabs/index.html.
4048 (annotate_toc.html): Rename to annotate/index.html.
4049
89a34d1b
JM
40502009-04-17 Carlos O'Donell <carlos@codesourcery.com>
4051
4052 * Makefile.in: Set pdfdir and htmldir from configure
4053 substitutions.
4054 * configure.ac: AC_SUBST datarootdir, docdir, htmldir, pdfdir.
4055 * configure: Regenerate.
4056
a2d5da46
JB
40572009-04-16 Joel Brobecker <brobecker@adacore.com>
4058
4059 * gdbint.texinfo (Native Debugging): Remove entry for PROC_NAME_FMT.
4060 This macro is no longer used.
4061
732f6a93
TT
40622009-04-15 Tom Tromey <tromey@redhat.com>
4063
4064 * gdb.texinfo (Character Sets): Document default character set.
4065
87f9adc1
PM
40662009-04-14 Pierre Muller <muller@ics.u-strasbg.fr>
4067
4068 * gdbint.texinfo: Change server name from sources.redhat.com to
4069 sourceware.org throughout.
4070
2c88c651
JB
40712009-04-09 Joel Brobecker <brobecker@adacore.com>
4072
4073 * gdb.texinfo (Set Breaks): Rewrite a paragraph to avoid a warning
4074 about a missing dot or coma after @xref.
4075
4f5376b2
JB
40762009-04-02 Joel Brobecker <brobecker@adacore.com>
4077
4078 * gdb.texinfo (Backtrace): Add a parameter in frame 1 of the first
4079 example, and add a small explanation about it.
4080 (Print Settings): Change the documentation of the "set print
4081 frame-arguments" to reflect the fact that the default is now "scalars".
4082
a0381d3a
JB
40832009-04-02 Joel Brobecker <brobecker@adacore.com>
4084
4085 * gdb.texinfo (Print Settings): Add kindex for command "set
4086 print frame-arguments".
4087
45ac276d
JB
40882009-03-31 Joel Brobecker <brobecker@adacore.com>
4089
4090 * gdb.texinfo (Ada Tasks): Add documentation about task-specific
4091 breakpoints.
4092 (Set Breaks): Add reference to thread-specific and task-specific
4093 breakpoints.
4094
32cd1edc
JB
40952009-03-31 Joel Brobecker <brobecker@adacore.com>
4096
4097 * gdb.texinfo (Ada Tasks): Remove the documentation about
4098 the "Running" state, as this state has been eliminated.
4099 Now all runnable tasks are shown as "Runnable".
4100
1042e4c0
SS
41012009-03-30 Stan Shebs <stan@codesourcery.com>
4102
4103 * gdb.texinfo (Tracepoints): Describe tracepoints as a
4104 special case of breakpoints.
4105 (Enable and Disable Tracepoints): Mention deprecation.
4106 (Listing Tracepoints): Update description and example.
4107
f8f6f20b
TJB
41082009-03-30 Thiago Jung Bauermann <bauerman@br.ibm.com>
4109
4110 * gdb.texinfo (Frames in Python): New node.
4111 (Python API): Update.
4112
c0c6f777
TJB
41132009-03-29 Thiago Jung Bauermann <bauerman@br.ibm.com>
4114
4115 * gdb.texinfo (Values From Inferior): Change gdb.Value.address
4116 from a method to an attribute.
4117
def2b000
TJB
41182009-03-26 Thiago Jung Bauermann <bauerman@br.ibm.com>
4119
4120 * gdb.texinfo (Values From Inferior): Document is_optimized_out
4121 attribute.
4122
a07daef3
PA
41232009-03-25 Pedro Alves <pedro@codesourcery.com>
4124
4125 * observer.texi (thread_exit): Add "silent" parameter.
4126
f3b1572e
PA
41272009-03-22 Pedro Alves <pedro@codesourcery.com>
4128
4129 * observer.texi (about_to_proceed): New.
4130
587afa38
EZ
41312009-03-21 Jeremy Bennett <jeremy.bennett@embecosm.com>
4132
4133 * gdbint.texinfo (everywhere): Use braces {} in @deftypeXX type
4134 field throughout to handle types with spaces in them. Fix typos
4135 found by aspell.
4136 (Summary, Requirements, Contributors): New first chapter,
4137 "Summary" added, old Requirements section moved there, and new
4138 section, "Contributors" added.
4139 (Initializing a New Architecture, Register Representation)
4140 (Frame Interpretation, Inferior Call Setup, Adding a New Target)
4141 (Porting gdb): These sections extended and updated.
4142 (Compiler Characteristics): This section (empty) deleted.
4143 (Defining Other Architecture Features): This section renamed and
4144 duplicate material removed from (formerly "Target Conditionals").
4145 Use braces {} in @deftypeXX type field throughout to handle types
4146 with spaces in them. Typos found by aspell fixed.
4147
4148 * stack_frame.svg: New file, source of image for gdbint.texinfo.
4149 * stack_frame.pdf: Version of image for PDF output.
4150 * stack_frame.png: Version of image for HTML output and for Emacs.
4151 * stack_frame.txt: Version of image for Info output.
1db61298 4152 * stack_frame.eps: Version of image for TeX DVI output.
587afa38 4153
10af6951
EZ
41542009-03-21 Eli Zaretskii <eliz@gnu.org>
4155
4156 * gdb.texinfo (Character Sets): Fix last change.
4157
cc924cad
TJB
41582009-03-21 Thiago Jung Bauermann <bauerman@br.ibm.com>
4159
4160 * gdb.texinfo (Values From Inferior): Fix optional arguments
4161 markup.
4162 (Commands In Python): Adjust argument names of gdb.Command.__init__
4163 to what the function accepts as keywords.
4164
bc3b79fd
TJB
41652008-03-20 Tom Tromey <tromey@redhat.com>
4166
4167 * gdb.texinfo (Convenience Vars): Document convenience functions.
4168 (Functions In Python): New node.
4169 (Python API): Update.
4170
6c7a06a3
TT
41712009-03-20 Tom Tromey <tromey@redhat.com>
4172
4173 * gdb.texinfo (Character Sets): Remove obsolete text. Document
4174 set target-wide-charset.
4175 (Requirements): Mention iconv.
4176
b646ddd4
HZ
41772009-03-17 Hui Zhu <teawater@gmail.com>
4178
4179 * gdb.texinfo: Change the introduce of "disassemble-next-line".
4180
91440f57
HZ
41812009-03-17 Hui Zhu <teawater@gmail.com>
4182
4183 * gdb.texinfo: Add documentation for disassemble-next-line.
4184
8fd41227
TJB
41852009-03-16 Thiago Jung Bauermann <bauerman@br.ibm.com>
4186
4187 * gdb.texinfo (Commands In Python): Remove tindex entries.
4188
61ff14c6
JK
41892009-03-15 Jan Kratochvil <jan.kratochvil@redhat.com>
4190
4191 * gdb.texinfo (Returning): New description for missing debug info.
4192
0b16c5cf
PA
41932009-03-14 Pedro Alves <pedro@codesourcery.com>
4194
4195 * gdb.texinfo (Remote Configuration): Document query-attached.
61ff14c6 4196 (General Query Packets): Document qAttached.
0b16c5cf 4197
32fc0df9
PA
41982009-03-05 Pedro Alves <pedro@codesourcery.com>
4199
4200 * gdb.texinfo (Background Execution): Better describe the set
4201 target-async command.
4202 (Maintenance Commands): Delete description of the `maint set/show
4203 linux-async' and `maint set/show remote-async' commands.
4204
134eb42c
VP
42052009-02-18 Vladimir Prus <vladimir@codesourcery.com>
4206
4207 * gdb.texinfo (GDB/MI Async Records): Add double-spaces
4208 between sentences.
4209
c86cf029
VP
42102009-02-18 Vladimir Prus <vladimir@codesourcery.com>
4211
4212 * gdb.texinfo (GDB/MI Async Records): Document the
4213 =library-loaded and =library-unloaded notifications.
4214
3ea85240
VP
42152009-02-17 Vladimir Prus <vladimir@codesourcery.com>
4216
4217 * observer.texi (test_notification): New observer.
4218
1d33d6ba
VP
42192009-02-14 Vladimir Prus <vladimir@codesourcery.com>
4220
61ff14c6
JK
4221 * observer.texi: Add parameter 'print_frame' to normal_stop
4222 observer.
1d33d6ba 4223
d721c933
EZ
42242009-02-07 Eli Zaretskii <eliz@gnu.org>
4225
4226 * gdb.texinfo (Basic Python): Fix change from 2009-02-04.
4227 (Commands In Python): Fix COMMAND_* constants in last change. Use
4228 @kbd for interactive input. Add cross-references and index
4229 entries.
4230
4aa995e1
PA
42312009-02-06 Pedro Alves <pedro@codesourcery.com>
4232
4233 * gdb.texinfo (Signals): Document $_siginfo.
4234 (Convenience Variables): Mention $_siginfo.
4235 (Remote Configuration): Document qXfer:siginfo:read,
4236 qXfer:siginfo:write packets, and the read-siginfo-object,
4237 write-siginfo-object commands.
4238
5f5233d4
PA
42392009-02-06 Pedro Alves <pedro@codesourcery.com>
4240
4241 * gdbint.texinfo (Values): New chapter.
4242
d8906c6f
TJB
42432009-02-06 Tom Tromey <tromey@redhat.com>
4244
4245 * gdb.texinfo (Python API): Add entry for Commands In Python.
4246 (Commands In Python): New node.
4247
b6cb8e7d
TJB
42482009-02-05 Tom Tromey <tromey@redhat.com>
4249
4250 * gdb.texinfo (Values From Inferior): Document Value.string.
4251
12453b93
TJB
42522009-02-05 Tom Tromey <tromey@redhat.com>
4253
4254 * gdb.texinfo (Basic Python): Document execute's from_tty
4255 argument.
4256
08c637de
TJB
42572009-02-04 Tom Tromey <tromey@redhat.com>
4258
4259 * gdb.texinfo (Basic Python): Document gdb.history.
4260
592375cd
VP
42612009-01-30 Vladimir Prus <vladimir@codesourcery.com>
4262
4263 * gdb.texinfo (GDB/MI Thread Commands): Document the
4264 'current-thread-id' field. Remove the example with zero threads,
4265 since current GDB won't ever report that if there's inferior.
4266
41447f92
VP
42672009-01-30 Vladimir Prus <vladimir@codesourcery.com>
4268
4269 * gdb.texinfo (GDB/MI Breakpoint Commands): Document the -d
4270 option to -break-insert.
4271
098b41a6
JG
42722009-01-28 Daniel Jacobowitz <dan@codesourcery.com>
4273 Jerome Guitton <guitton@adacore.com>
4274
4275 * gdb.texinfo (Startup): Document --with-system-gdbinit.
4276 (System-wide configuration): New section.
4277
3c16cced
PA
42782009-01-26 Pedro Alves <pedro@codesourcery.com>
4279
4280 PR gdb/7580:
4281 * gdb.texinfo (Maintenance Commands): Document "maint set|show
4282 internal-error|internal-warning quit|corefile ask|yes|no".
4283
62709adf
PA
42842009-01-26 Pedro Alves <pedro@codesourcery.com>
4285
4286 * gdb.texinfo (Using the `gdbserver' Program): Document
4287 --remote-debug.
4288
7ce58dd2
DE
42892009-01-23 Doug Evans <dje@google.com>
4290
4291 * gdb.texinfo: Add nexti to list of commands that support
4292 background execution.
4293
adb483fe
DJ
42942009-01-14 Daniel Jacobowitz <dan@codesourcery.com>
4295
4296 * gdb.texinfo (Define, Hooks): Document prefix command support.
4297
a67ec3f4 42982009-01-14 Joseph Myers <joseph@codesourcery.com>
c8d5aac9 4299 Carlos O'Donell <carlos@codesourcery.com>
a67ec3f4
JM
4300
4301 Fixes for makeinfo --html.
4302
4303 * annotate.texinfo: Use @copying and @insertcopying. Use
4304 @ifnottex in place of @ifinfo.
4305 * gdb.texinfo: Use @copying and @insertcopying. Use @ifnottex in
4306 place of @ifinfo. Use @ifnotinfo for one index entry.
4307 * gdbint.texinfo: Use @copying and @insertcopying. Use @ifnottex
4308 in place of @ifinfo.
4309 * stabs.texinfo: Use @copying and @insertcopying. Use @ifnottex
4310 in place of @ifinfo. Include contents at start unconditionally.
4311
84fcdf95
PA
43122009-01-13 Pedro Alves <pedro@codesourcery.com>
4313
4314 * gdb.texinfo (General Query Packets): Remove @var{} around the
4315 "spu" literal string.
4316
fa3a767f
PA
43172009-01-07 Pedro Alves <pedro@codesourcery.com>
4318
4319 * gdb.texinfo (Error in Breakpoints): Delete mention of "The same
4320 program may be running in another process" errors.
4321 * gdbint.texinfo (Native Conditionals): Delete
4322 ONE_PROCESS_WRITETEXT description.
4323
9cb011d3
JB
43242009-01-07 Joel Brobecker <brobecker@adacore.com>
4325
4326 * gdbint.texinfo (Start of New Year Procedure): Add the "coding"
4327 emacs local variable to be placed at the end of the ChangeLog.
4328 Add server.c and gdbreplay.c to the list of files where the
4329 copyright year needs to be updated.
4330
84603566
SL
43312009-01-06 Sandra Loosemore <sandra@codesourcery.com>
4332
4333 * gdb.texinfo (Remote Configuration): Document new
4334 "set/show tcp auto-retry" and "set/show tcp connect-timeout"
4335 commands.
4336
a53f55d8
PA
43372008-12-28 Pedro Alves <pedro@codesourcery.com>
4338
4339 * gdbint.texinfo (gdbarch_cannot_fetch_register): Don't mention
4340 FETCH_INFERIOR_REGISTERS.
4341 (Native Conditionals): Remove obsolete CHILD_PREPARE_TO_STORE,
4342 FETCH_INFERIOR_REGISTERS descriptions. Remove
4343 gdbarch_get_longjmp_target descrition, since already described in
4344 Target Conditionals. Move gdbarch_fp0_regnum description to ...
4345 (Target Conditionals): ... here.
4346
077e0a52
JB
43472008-12-16 Joel Brobecker <brobecker@adacore.com>
4348
4349 * gdb.texinfo (Omissions from Ada): Add missing GDB prompt in
4350 examples.
4351 (Additions to Ada): Likewise. Add the missing opening and closing
4352 parenthesis of the GDB prompt in one of the examples.
4353
023eb17c
JB
43542008-12-14 Joel Brobecker <brobecker@adacore.com>
4355
4356 * gdb.texinfo (Omissions from Ada): Remove incorrect documentation
4357 about the result of 'Address not being of type System.Address.
4358 This problem has been fixed a while ago.
4359
c3b108f7
VP
43602008-12-02 Vladimir Prus <vladimir@codesourcery.com>
4361
4362 MI non-stop and multiprocess docs.
4363
c8d5aac9
L
4364 * gdb.texinfo (GDB/MI): New section 'GDB/MI General Design'
4365 (GDB/MI Output Records): New section 'GDB/MI Frame Information'
4366 Adjust documentation for *stopped, document =thread-created,
4367 =thread-exited, =thread-group-created and =thread-group-exited.
4368 (GDB/MI Thread Commands): Document the 'state' field in
4369 -thread-info output.
4370 (GDB/MI Program Execution): Mention --all and --thread-group
4371 options.
4372 (GDB/MI Variable Objects): Describe floating and fixed variable
4373 objects.
4374 (GDB/MI Miscellaneous Commands): Document -list-thread-groups.
c3b108f7 4375
07e059b5
VP
43762008-12-02 Vladimir Prus <vladimir@codesourcery.com>
4377
c8d5aac9
L
4378 * gdb.texinfo (Operating System Information): New appendix.
4379 (Operating System Auxiliary Information): Document 'info os processes'
4380 (Remote Configuration): Document 'osdata'
4381 (General Query Packets): Document qXfer:osdata:read.
07e059b5 4382
a80b95ba
TG
43832008-11-27 Tristan Gingold <gingold@adacore.com>
4384
4385 * gdb.texinfo (Darwin): Document Darwin specific features.
4386
a655d424
JK
43872008-11-25 Jan Kratochvil <jan.kratochvil@redhat.com>
4388
4389 * gdbint.texinfo (Target Conditionals): Extend the
4390 gdbarch_breakpoint_from_pc description.
4391
249e1128
VP
43922008-11-22 Vladimir Prus <vladimir@codesourcery.com>
4393
4394 * gdb.texinfo (M68K Features): Fix typo.
4395
c14c28ba
PP
43962008-11-18 Paul Pluzhnikov <ppluzhnikov@google.com>
4397
4398 * gdb.texinfo (Symbols): Mention printing containing
4399 image name in "info symbol".
4400 (Maint translate-address): Likewise.
889bf7c5 4401
394a6666
JB
44022008-11-18 Joel Brobecker <brobecker@adacore.com>
4403
4404 * gdb.texinfo (Set Catchpoints): Remove the documentation of
4405 commands "catch load" and "catch unload".
4406
66bb093b
VP
44072008-11-17 Vladimir Prus <vladimir@codesourcery.com>
4408
4409 * gdb.texinfo (GDB/MI Async Records): Document
c8d5aac9 4410 =thread-selected.
889bf7c5 4411
4a92f99b
VP
44122008-11-17 Vladimir Prus <vladimir@codesourcery.com>
4413
c8d5aac9 4414 * observer.texi (new_inferior, inferior_exit): New observers.
4a92f99b 4415
f0323ca0
PA
44162008-10-27 Pedro Alves <pedro@codesourcery.com>
4417
4418 * gdbint.texinfo (Adding a New Target): Don't mention TDEPFILES,
4419 .mt files, TM_CLIBS or TM_CDEPS.
4420 (x86 Watchpoints): Don't mention TDEPFILES.
4421
8b23ecc4
SL
44222008-10-24 Sandra Loosemore <sandra@codesourcery.com>
4423
4424 * gdb.texinfo (Remote Protocol): Add new nodes to menu.
4425 (Overview): Mention notifications and non-stop mode behavior.
4426 (Packets): Update documentation of ?, vAttach, vCont, and vRun
4427 with non-stop mode behavior. Add vStopped description.
4428 (Stop Reply Packets): Update list of packets that return
4429 stop replies. Mention non-stop behavior.
4430 (General Query Packets): Document QNonStop packet and associated
4431 qSupported query response.
4432 (Interrupts): Clarify multi-threaded behavior. Mention non-stop
4433 behavior.
4434 (Notification Packets): New section.
4435 (Remote Non-Stop): New section.
4436 (File-I/O Overview): Mention non-stop behavior.
4437
fff08868
HZ
44382008-10-24 Hui Zhu <teawater@gmail.com>
4439 Pedro Alves <pedro@codesourcery.com>
4440
4441 * gdb.texinfo (displaced-stepping): Describe the auto mode
4442 setting, and say it's the default. This is now a mainstream
4443 setting instead of a maintenance setting.
4444
252fbfc8
PA
44452008-10-23 Pedro Alves <pedro@codesourcery.com>
4446
4447 * observer.texi (thread_stop_requested): New.
4448
20924a55
JB
44492008-10-22 Joel Brobecker <brobecker@adacore.com>
4450
4451 * gdb.texinfo (Ada Tasks, Ada Tasks and Core Files): New nodes.
4452 (Patching): Replace incorrect usage of @samp by @kbd.
4453
bacec72f
MS
44542008-10-17 Michael Snyder <msnyder@vmware.com>
4455
4456 * gdb.texinfo: Add documentation for reverse execution.
4457
a08702d6 44582008-10-16 Thiago Jung Bauermann <bauerman@br.ibm.com>
bd4f7d68 4459 Eli Zaretskii <eliz@gnu.org>
a08702d6
TJB
4460
4461 * gdb.texinfo. (Values From Inferior): New subsubsection.
4462
d97bc12b
DE
44632008-10-06 Doug Evans <dje@google.com>
4464
4465 * gdb.texinfo (set debug dwarf2-die): Document it.
4466
87f67dba
JB
44672008-10-01 Joel Brobecker <brobecker@adacore.com>
4468
4469 * gdb.texinfo (catch) [exception]: Document how to insert
4470 a breakpoint on user-defined exceptions when the exception
4471 name is identical to one of the language-defined ones.
4472
2fae03e8
TT
44732008-09-27 Tom Tromey <tromey@redhat.com>
4474
4475 * gdb.texinfo (Macros): Remove text about stringification,
4476 varargs, and splicing.
4477
5c6ce71d
TT
44782008-09-27 Tom Tromey <tromey@redhat.com>
4479
4480 * gdbint.texinfo (Language Support): Remove text about omitting
4481 support for a language.
4482
07128da0
DE
44832008-09-23 Doug Evans <dje@google.com>
4484
4485 * gdb.texinfo (info dcache): Update.
4486
b90a069a
SL
44872008-09-22 Sandra Loosemore <sandra@codesourcery.com>
4488
4489 * gdb.texinfo (Packets): Add info on thread-id syntax and
4490 multiprocess extensions.
4491 <D>: Document multiprocess form of packet.
4492 <H>: Use thread-id syntax.
4493 <T>: Likewise.
4494 <vCont>: Likewise. Note this is required for multiprocess.
4495 <vKill>: New packet.
4496 (Stop Reply Packets) <T>: Use thread-id syntax.
4497 <W>: Document multiprocess form of reply.
4498 <X>: Likewise.
4499 (General Query Packets) <qC>: Use thread-id syntax.
4500 <qfThreadInfo>: Likewise.
4501 <qGetTLSAddr>: Likewise.
4502 <qP>: Likewise.
4503 <qSupported>: Add "multiprocess" feature.
4504 <qThreadExtraInfo>: Use thread-id syntax.
4505
b77209e0
PA
45062008-09-22 Stan Shebs <stan@codesourcery.com>
4507
4508 * gdb.texinfo (Inferiors): New section.
4509
3d0bb823
PA
45102008-09-12 Pedro Alves <pedro@codesourcery.com>
4511
4512 * gdbint.texinfo (Native Debugging): Mention NAT_GENERATED_FILES.
4513
f8dcfc0a
UW
45142008-09-11 Ulrich Weigand <uweigand@de.ibm.com>
4515
4516 * gdbint.texinfo (Target Conditionals): Remove documentation
4517 for gdbarch_name_of_malloc.
4518
8775bb90
MS
45192008-09-03 Angela Marie Thomas <angela@releasedominatrix.com>
4520
4521 * gdb.texinfo (Interrupts): Mention TCP interface for
4522 sending BREAK.
4523
f1838a98
UW
45242008-08-26 Ulrich Weigand <uweigand@de.ibm.com>
4525
4526 * gdb.texinfo (Commands to Specify Files): Document "remote:"
4527 argument prefix to "set sysroot".
4528
158c7665
PH
45292008-08-21 Paul N. Hilfinger <hilfinger@adacore.com>
4530
4531 * gdb.texinfo (Omissions from Ada): Describe new treatment of True
4532 and False.
4533
30e026bb
VP
45342008-08-20 Vladimir Prus <vladimir@codesourcery.com>
4535
c8d5aac9
L
4536 * gdb.textinfo (GDB/MI Miscellaneous Commands): Use @table
4537 for possible features of -list-features.
30e026bb 4538
c6ebd6cf
VP
45392008-08-19 Vladimir Prus <vladimir@codesourcery.com>
4540
c8d5aac9 4541 * gdb.texinfo (Background execution): Adjust example
c6ebd6cf
VP
4542 (GDB/MI Miscellaneous Commands): Document -list-target-features.
4543
aeac0ff9
VP
45442008-08-19 Vladimir Prus <vladimir@codesourcery.com>
4545
4546 * doc/gdb.texinfo (PowerPC): Fix typo.
4547 (PowerPC features): Fix typo.
4548
5231c1fd
PA
45492008-08-18 Pedro Alves <pedro@codesourcery.com>
4550
4551 * observer.texi (thread_ptid_changed): New.
4552
677c5bb1
LM
45532008-08-18 Luis Machado <luisgpm@br.ibm.com>
4554
4555 * doc/gdb.texinfo (PowerPC): Mention Extended FPR's for POWER7.
4556 (PowerPC features): Mention feature set for VSX registers.
4557
f3a2dd1a
JB
45582008-08-13 Joel Brobecker <brobecker@adacore.com>
4559
4560 * gdb.texinfo (Ada Mode Intro): Improve the documentation regarding
4561 the direct visibility of all names in user-written packages.
4562
33e5cbd6
PA
45632008-08-13 Pedro Alves <pedro@codesourcery.com>
4564
4565 * gdb.texinfo (breakpoint always-inserted) Describe the auto mode
4566 setting, and make it the default.
4567 (Non-Stop Mode): Remove "set breakpoints always-inserted 1" from
4568 non-stop script example.
4569
d0384fc4
TJB
45702008-08-12 Thiago Jung Bauermann <bauerman@br.ibm.com>
4571
4572 * gdbint.texinfo (Raw and Virtual Register Representations): Fix
4573 reference to the "Using Different Register and Memory Data
4574 Representation" section.
4575
a6f3e723
SL
45762008-08-12 Sandra Loosemore <sandra@codesourcery.com>
4577
4578 * gdb.texinfo (Remote Configuration): Document set remote noack-packet.
4579 (Remote Protocol): Add Packet Acknowledgment to menu.
4580 (Overview): Mention +/- can be disabled, and point to new section
4581 where this is discussed in detail.
4582 (General Query Packets): Document QStartNoAckMode packet, and
4583 corresponding qSupported reply.
4584 (Packet Acknowledgment): New section.
4585
0606b73b
SL
45862008-08-11 Sandra Loosemore <sandra@codesourcery.com>
4587 Pedro Alves <pedro@codesourcery.com>
4588
4589 * gdb.texinfo (Threads): Move paragraph about automatic thread
4590 selection to All-Stop Mode subsection.
4591 (Thread Stops): Reorganize existing material into subsections.
4592 Add introductory blurb and menu.
4593 (Non-Stop Mode): New subsection.
4594 (Background Execution): New subsection.
4595 (Maintenance Commands): Add cross-references from async mode
4596 commands to the new Background Execution section.
4597
d57a3c85
TJB
45982008-08-06 Tom Tromey <tromey@redhat.com>
4599
4600 * gdb.texinfo (Extending GDB): New chapter.
4601 (Sequences): Demoted chapter, now a section under the new
4602 Extending GDB chapter.
4603 (Python): New section.
4604
6d76a53d
SS
46052008-07-31 Stan Shebs <stan@codesourcery.com>
4606
4607 * gdbint.texinfo: Remove FUNCTION_EPILOGUE_SIZE.
4608
1f70da6a
SS
46092008-07-29 Stan Shebs <stan@codesourcery.com>
4610
4611 * gdbint.texinfo: General round of cleanup and minor
4612 clarifications.
4613 (Breakpoint Handling): Remove mention of BREAKPOINT macro.
4614 (Longjmp Support): Update description to reflect how it is done
4615 for targets without using native header.
4616 (Symbol Handling): Add a little more general explanation.
4617 (COFF, ELF): Mention stabs encapsulation.
4618 (DWARF 3): New section.
4619 (Adding a New Host): Scrub out some obsolete bits.
4620 (Generic Host Support Files): Mention ser-pipe.c, ser-mingw.c.
4621 (Host Conditionals): Remove descriptions of NO_STD_REGS,
4622 HAVE_MMAP, HAVE_TERMIO, INT_MAX etc, LONGEST, HAVE_LONG_DOUBLE,
4623 PRINTF_HAS_LONG_DOUBLE, SCANF_HAS_LONG_DOUBLE, L_SET, SEEK_CUR,
4624 SEEK_SET, STOP_SIGNAL, USG.
4625 (Raw and Virtual Register Representations): Ditto for
4626 DEPRECATED_REGISTER_RAW_SIZE, DEPRECATED_REGISTER_VIRTUAL_SIZE,
4627 DEPRECATED_REGISTER_VIRTUAL_TYPE, REGISTER_CONVERT_TO_TYPE.
4628 (Target Conditionals): Ditto for DEPRECATED_FP_REGNUM,
4629 DEPRECATED_FRAMELESS_FUNCTION_INVOCATION, DEPRECATED_FRAME_CHAIN,
4630 DEPRECATED_FRAME_CHAIN_VALID, DEPRECATED_FRAME_INIT_SAVED_REGS,
4631 DEPRECATED_FRAME_SAVED_PC, DEPRECATED_FUNCTION_START_OFFSET,
4632 DEPRECATED_REGISTER_VIRTUAL_SIZE,
4633 DEPRECATED_REGISTER_VIRTUAL_TYPE,
4634 DEPRECATED_USE_STRUCT_CONVENTION.
4635 Describe gdbarch_deprecated_fp_regnum.
4636 Update description of gdbarch_print_insn.
4637 (Adding a New Target): Scrub out obsolete bits.
4638 (Obsolete Conditionals): Remove entire section.
4639
383f836e
TT
46402008-07-25 Tom Tromey <tromey@redhat.com>
4641
4642 * observer.texi (GDB Observers): Document new observers:
4643 breakpoint_created, breakpoint_deleted, breakpoint_modified,
4644 tracepoint_created, tracepoint_deleted, tracepoint_modified,
4645 architecture_changed.
4646
cfd8ab24
SS
46472008-07-21 Stan Shebs <stan@codesourcery.com>
4648
4649 * gdbint.texinfo: Refer to target_so_ops.in_dynsym_resolve_code
4650 instead of IN_SOLIB_DYNSYM_RESOLVE_CODE.
4651
781b42b0
TT
46522008-07-21 Tom Tromey <tromey@redhat.com>
4653
4654 * observer.texi (GDB Observers): Remove obsolete comment.
4655 <executable_changed>: Remove argument.
4656
d7d9f01e
TT
46572008-07-18 Tom Tromey <tromey@redhat.com>
4658
4659 * gdb.texinfo (Macros): Update. Use @code rather than @command.
4660
bf250677
DE
46612008-07-10 Doug Evans <dje@google.com>
4662
4663 * doc/gdb.texinfo: Document "set print symbol-loading on|off".
4664
10568435
JK
46652008-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
4666
4667 * gdb.texinfo (Starting): Document "set disable-randomization".
4668
5ae4183a
AS
46692008-07-07 Andreas Schwab <schwab@suse.de>
4670
4671 * gdb.texinfo (GDB/MI Target Manipulation): Fix last change.
4672
b56e7235
VP
46732008-07-06 Vladimir Prus <vladimir@codesourcery.com>
4674
4675 * gdb.texinfo (GDB/MI Target Manipulation): Add
4676 example of -target-attach.
4677
e1ac3328
VP
46782008-06-10 Vladimir Prus <vladimir@codesourcery.com>
4679
4680 * observer.texi (target_resumed): New observer.
5ae4183a 4681 * gdb.texinfo (GDB/MI Output Records): Document *running.
e1ac3328 4682
65d12d83
TT
46832008-06-06 Tom Tromey <tromey@redhat.com>
4684
4685 * gdb.texinfo (Completion): Add field name example.
4686
fbc5282e
MK
46872008-06-06 Marc Khouzam <marc.khouzam@ericsson.com>
4688
4689 * gdb.texinfo (GDB/MI Program Context): Added example
4690 to -exec-arguments
5ae4183a 4691
fbc5282e 46922008-06-05 Nick Roberts <nickrob@snap.net.nz>
bcf6fc3a
NR
4693
4694 * annotate.texinfo (Multi-threaded Apps): Add entry for thread-changed
4695 annotation.
4696
c16158bc 46972008-06-05 Vladimir Prus <vladimir@codesourcery.com>
5ae4183a
AS
4698 Nathan Sidwell <nathan@codesourcery.com>
4699 Joseph Myers <joseph@codesourcery.com>
c16158bc
JM
4700
4701 * configure.ac: Include ../../config/acx.m4. Use ACX_PKGVERSION
4702 and ACX_BUGURL.
4703 * configure: Regenerate.
4704 * Makefile.in (PKGVERSION, BUGURL_TEXI): Define.
4705 (GDBvn.texi): Define VERSION_PACKAGE, BUGURL and BUGURL_DEFAULT.
4706 * gdb.texinfo: Use VERSION_PACKAGE and BUGURL. Remove
4707 mailing-list-specific text about bug reporting unless
4708 BUGURL_DEFAULT.
4709
75c99385
PA
47102008-06-05 Pedro Alves <pedro@codesourcery.com>
4711
4712 * gdb.texinfo (-target-select): Remove reference to target async.
4713 (Maintenance Commands): Document "maint set/show remote-async".
4714
1763a388
MK
47152008-06-04 Marc Khouzam <marc.khouzam@ericsson.com>
4716
4717 * gdb.texinfo (GDB/MI File Transfer Commands): Typo
4718 in -target-file-get section.
5ae4183a 4719
d0d064df
PA
47202008-05-22 Pedro Alves <pedro@codesourcery.com>
4721
9b562ab8
PA
4722 * gdb.texinfo (vAttach, vRun): Re-remove requirement of the stub
4723 killing the inferior when it is already debugging a process.
d0d064df 4724
8dfa32fc
JB
47252008-05-21 Joel Brobecker <brobecker@adacore.com>
4726
4727 * gdb.texinfo (Continuing and Stepping): Document the new "fin"
4728 abbreviation for "finish".
4729
55f996a7
NR
47302008-05-21 Nick Roberts <nickrob@snap.net.nz>
4731
4732 * annotate.texinfo (Multi-threaded Apps): New node for new annotation.
4733
ba2b1c56
DJ
47342008-05-15 Daniel Jacobowitz <dan@codesourcery.com>
4735
4736 * gdbint.texinfo (Target Conditionals): Delete entry for
4737 gdbarch_dwarf_reg_to_regnum.
4738
08388c79
DE
47392008-05-09 Doug Evans <dje@google.com>
4740
a3c83fae 4741 * gdb.texinfo: Document "find" command, qSearch:memory packet.
08388c79 4742
d14508fe
DE
47432008-05-05 Doug Evans <dje@google.com>
4744
4745 * gdb.texinfo (disassemble): Document /m modifier.
4746
e2b7ddea
VP
47472008-05-05 Vladimir Prus <vladimir@codesourcery.com>
4748
5ae4183a
AS
4749 * gdb.texinfo (Maintenance Commands): Clarify that "maint time"
4750 will not report the time of commands that run the target.
e2b7ddea 4751
8eb41542
VP
47522008-05-03 Vladimir Prus <vladimir@codesourcery.com>
4753
4754 * gdb.texinfo (GDB/MI Output Records): Add
4755 missing semicolon.
4756
82f68b1c
VP
47572008-05-03 Vladimir Prus <vladimir@codesourcery.com>
4758
4759 * gdb.texinfo (GDB/MI Output Records):
4760 Document =thread-create and =thread-exited.
4761
fa0f268d
VP
47622008-05-03 Vladimir Prus <vladimir@codesourcery.com>
4763
4764 * gdb.texinfo (GDB/MI Development and Front Ends):
82f68b1c 4765 Remove mention of dmi-discuss.
fa0f268d 4766
063bfe2e
VP
47672008-05-03 Pedro Alves <pedro@codesourcery.com>
4768
4769 * observer.texi (thread_exit): New.
4770
237fc4c9
PA
47712008-05-02 Pedro Alves <pedro@codesourcery.com>
4772
4773 * gdb.texinfo (Debugging Output): Document "set/show debug
4774 displaced".
4775 (Maintenance Commands): Document "maint set/show
4776 can-use-displaced-stepping".
4777
0428b8f5
DJ
47782008-05-02 Daniel Jacobowitz <dan@codesourcery.com>
4779
4780 * gdb.texinfo (ARM): Document set/show arm fallback-mode
4781 and set/show arm force-mode.
4782
5009afc5
AS
47832008-05-02 Andreas Schwab <schwab@suse.de>
4784
4785 * gdbint.texinfo (Algorithms): Describe
4786 target_watchpoint_addr_within_range.
4787
669fac23
DJ
47882008-04-30 Daniel Jacobowitz <dan@codesourcery.com>
4789
4790 * gdbint.texinfo (Stack Frames): New chapter.
4791 (Algorithms): Move Frames text to the new chapter.
4792 (Target Conditionals): Delete SAVE_DUMMY_FRAME_TOS. Document
4793 gdbarch_dummy_id instead of gdbarch_unwind_dummy_id.
4794
721c02de
VP
47952008-04-24 Vladimir Prus <vladimir@codesourcery.com>
4796
5ae4183a
AS
4797 * gdb.texinfo (GDB/MI Output Syntax): Clarify that async
4798 output does not necessary include any tokens.
721c02de 4799
c055b101
CV
48002008-04-22 Corinna Vinschen <vinschen@redhat.com>
4801
4802 * gdb.texinfo (Set SH Calling convention): New @item.
4803 (Show SH Calling convention): Ditto.
4804
68837c9d
MD
48052008-04-22 Markus Deuling <deuling@de.ibm.com>
4806
4807 * gdb.texinfo (Fortran Operators): Describe '%' operator.
4808
2e9132cc
EZ
48092008-04-20 Eli Zaretskii <eliz@gnu.org>
4810
4811 * gdb.texinfo (Set Breaks): Mention that multiple location
4812 breakpoints need line number info. Add index entries.
4813
31fffb02
CS
48142008-04-19 Craig Silverstein <csilvers@google.com>
4815
4816 * gdb.texinfo (Requirements): Add an optional requirement on
4817 zlib.
4818 * gdbint.texinfo (Debugging File Formats): Add new subsection for
4819 Compressed DWARF 2.
4820
a47ec5fe
AR
48212008-04-16 Aleksandar Ristovski <aristovski@qnx.com>
4822
4823 * gdb.texinfo (GDB/MI Simple Examples): Added 'disp' field to the
4824 sample output for 'stopped,reason="breakpoint-hit"' message.
4825 (GDB/MI Program Execution): Likewise.
4826
de051565
MK
48272008-04-09 Marc Khouzam <marc.khouzam@ericsson.com>
4828
5ae4183a 4829 * gdb.texinfo (GDB/MI Variable Objects): Add anchor to
de051565
MK
4830 -var-set-format. Add -f option to -var-evaluate-expression.
4831
6ba66d6a
JB
48322008-04-03 Joel Brobecker <brobecker@adacore.com>
4833
4834 * gdb.texinfo (Breakpoint Menus): Delete. Contents moved inside
4835 new node "Ambiguous Expressions". Replace references to this
4836 node by references to "Ambiguous Expressions" throughout.
4837 (Ambiguous Expressions): New node.
4838
1e26b4f8
DJ
48392008-03-26 Daniel Jacobowitz <dan@codesourcery.com>
4840
4841 * gdb.texinfo (MIPS Features, PowerPC Features): Add @node.
4842
b84876c2
PA
48432008-03-21 Pedro Alves <pedro@codesourcery.com>
4844
4845 * gdb.texinfo (Debugging Output): Document
4846 "set/show debug lin-lwp-async".
4847 (Maintenance Commands): Document "maint set/show linux-async".
4848
63092375
DJ
48492008-03-21 Daniel Jacobowitz <dan@codesourcery.com>
4850
4851 * gdb.texinfo (Expressions): Update description of malloced arrays.
4852
8e8901c5
VP
48532008-03-15 Vladimir Prus <vladimir@codesourcery.com>
4854
4855 * gdb.texinfo (Thread Commands): Document
4856 -thread-info. Remove -thread-list-all-threads.
4857
1fddbabb
PA
48582008-03-14 Pedro Alves <pedro@codesourcery.com>
4859 Sandra Loosemore <sandra@codesourcery.com>
4860
4861 * gdb.texinfo (Library List Format): Update to mention the
4862 possibility to pass section addresses instead of segment
4863 addresses.
4864
ccd213ac
DJ
48652008-03-10 Daniel Jacobowitz <dan@codesourcery.com>
4866
4867 * gdb.texinfo (Starting): Document "set exec-wrapper".
4868 (Server): Document gdbserver --wrapper.
4869
fa4727a6
DJ
48702008-03-03 Daniel Jacobowitz <dan@codesourcery.com>
4871
4872 * gdb.texinfo (Set Watchpoints): Mention watchpoints on
4873 unreadable memory. Delete obsolete SPARClite reference.
4874
8edfe269
DJ
48752008-02-28 Daniel Jacobowitz <dan@codesourcery.com>
4876
4877 * gdb.texinfo (Starting): Mention always-running targets.
4878 (Target Commands): Add an anchor for load.
4879 (Connecting): Explain continue instead of run.
4880
1843f87b
DJ
48812008-02-27 Daniel Jacobowitz <dan@codesourcery.com>
4882
4883 * gdb.texinfo (Debugging Output): Document "set debug timestamp".
4884
f9082629
NR
48852008-02-26 Nick Roberts <nickrob@snap.net.nz>
4886
4887 * gdb.texinfo (Set Breaks): Revert description of Enb column of
4888 breakpoint table.
4889
fd96d250
PA
48902008-02-19 Pedro Alves <pedro@codesourcery.com>
4891
4892 * gdb.texinfo (vAttach, vRun): Remove requirement of the stub
4893 killing the inferior when it is already debugging a process.
4894
36af4ef6
MD
48952008-02-13 Markus Deuling <deuling@de.ibm.com>
4896
4897 * gdbint.texinfo (Build Script): New section. Mention new build script
4898 gdb_buildall.sh.
4899
cda4ce5a
JB
49002008-02-01 Jim Blandy <jimb@red-bean.com>
4901
4902 * gdb.texinfo (Help): Summarize 'info args' correctly.
4903
4acd40f3
TJB
49042008-01-30 Thiago Jung Bauermann <bauerman@br.ibm.com>
4905
4906 * gdb.texinfo: (Decimal Floating Point): Mention pseudo-registers
4907 available in PowerPC architecture.
4908 (Embedded Processors): Change node name of PowerPC item in menu.
4909 (PowerPC): Rename to...
4910 (PowerPC Embedded): this.
4911 (Architectures): Add new PowerPC item in menu.
4912 (PowerPC): New node.
4913
6e6c6f50
DJ
49142008-01-30 Daniel Jacobowitz <dan@codesourcery.com>
4915
4916 * gdb.texinfo (Multi-Process Mode for gdbserver): Use @kbd for
4917 commands.
4918
5ee187d7
DJ
49192008-01-30 Daniel Jacobowitz <dan@codesourcery.com>
4920
4921 * gdb.texinfo (Setting Catchpoints): Mention features
4922 supported on GNU/Linux.
4923
e275c0d9
NR
49242008-01-30 Nick Roberts <nickrob@snap.net.nz>
4925
4926 * gdb.texinfo (GDB/MI File Commands): Describe new output
4927 field for MI command -file-list-exec-source-file.
4928
2d717e4f
DJ
49292008-01-29 Daniel Jacobowitz <dan@codesourcery.com>
4930
4931 * gdb.texinfo (Using the `gdbserver' Program): Add security
4932 warning. Rearrange into subsections and subsubsections. Document
4933 --multi and --debug. Correct --with-sysroot typo. Update --attach
4934 usage. Make load reference clearer. Document monitor exit.
4935 (Remote Configuration): Document set remote exec-file, attach-packet,
4936 and run-packet.
4937 (Packets): Document vAttach and vRun.
4938
d35a4257 49392008-01-29 Nick Roberts <nickrob@snap.net.nz>
f663676d
NR
4940
4941 * gdb.texinfo (Processes): Mention process command.
889bf7c5 4942 detach-on-follow -> detach-on-fork.
f663676d 4943
c78d192c
DJ
49442008-01-28 Daniel Jacobowitz <dan@codesourcery.com>
4945
4946 * gdbint.texinfo (Native Conditionals): Remove
4947 SHELL_COMMAND_CONCAT and SHELL_FILE.
4948
d35a4257
EZ
49492008-01-26 Eli Zaretskii <eliz@gnu.org>
4950
4951 * gdb.texinfo (Specify Location): Improve wording.
4952
93815fbf
VP
49532008-01-23 Chris Demetriou <cgd@google.com>
4954
4955 * gdb.texinfo (Threads): Document new "set print thread-events"
4956 and "show print thread-events" commands.
4957
2a25a5ba
EZ
49582008-01-19 Eli Zaretskii <eliz@gnu.org>
4959
4960 * gdb.texinfo (Specify Location): New section.
4961 (Delete Breaks, Edit, Set Breaks): Remove description of
4962 locations. Instead, add a reference to "Specify Location".
4963 (Machine Code, Jumping, Thread Stops, Continuing and Stepping)
4964 (Symbols): Refer to "Specify Location" for the valid forms of
4965 linespecs and locations.
4966
32c9a795
MD
49672008-01-18 Markus Deuling <deuling@de.ibm.com>
4968
4969 * gdbint.texinfo (Target Conditionals): Replace the description of
4970 BITS_BIG_ENDIAN with a description of gdbarch_bits_big_endian.
4971
b17828ca
JB
49722008-01-12 Paul Hilfinger <hilfinger@adacore.com>
4973
4974 * gdb.texinfo (C Operators): Remove incorrect parenthetical comment
4975 about &&var, which is rejected by the expression parser.
4976
0aea4bf3
LM
49772008-01-09 Luis Machado <luisgpm@br.ibm.com>
4978
4979 * gdb.texinfo (Output): Update documentation on using printf with DFP
4980 types.
4981
febe4383
TJB
49822008-01-07 Thiago Jung Bauermann <bauerman@br.ibm.com>
4983
4984 * gdb.texinfo (C and C++): Add Decimal Floating Point format
4985 subsubsection.
4986 (Decimal Floating Point format): New subsubsection.
4987
7a404eba
PA
49882008-01-05 Pedro Alves <pedro@codesourcery.com>
4989
4990 * gdb.texinfo (File Options): Remove mention of the attempt to
4991 open a core file with the -p option. Don't list -c as a valid
4992 option to attach to a process.
4993
a4d9b460
PA
49942008-01-05 Pedro Alves <pedro@codesourcery.com>
4995
4996 * gdbint.texinfo (Host Conditionals): Remove mention of
4997 ALIGN_STACK_ON_ENTRY.
4998
6ec2edbe
JB
49992008-01-05 Joel Brobecker <brobecker@adacore.com>
5000
5001 * gdbint.texinfo (Start of New Year Procedure): Add item
5002 describing how to update the source and documentation copyright
5003 notices.
5004
d8b2a693
JB
50052007-12-18 Jim Blandy <jimb@codesourcery.com>
5006
ab209b3a 5007 * gdb.texinfo (Set Watchpoints): Integrate per-thread
d8b2a693
JB
5008 watchpoint explanation into the main description of the watchpoint
5009 command; update synopses of 'watch', 'rwatch', and 'awatch'
5010 commands.
5011
8b4ed427
VP
50122007-12-18 Vladimir Prus <vladimir@codesourcery.com>
5013
5014 * gdb.texinfo (Miscellaneous gdb/mi Commands):
5015 Document 'pending-breakpoints' feature of
5016 -list-features.
5017
37e4754d
LM
50182007-12-17 Luis Machado <luisgpm@br.ibm.com>
5019
669fac23 5020 * gdb.texinfo: Add new parameter's description.
37e4754d 5021
1d3811f6
DJ
50222007-12-16 Daniel Jacobowitz <dan@codesourcery.com>
5023
5024 * gdb.texinfo (Overview): Clarify run-length encoding
5025 example. Remove the restriction on "+" and "-" characters.
5026
c1c25a1a
EZ
50272007-12-15 Eli Zaretskii <eliz@gnu.org>
5028
5029 * gdb.texinfo (Host I/O Packets): Fix xref syntax.
5030
afe8ab22 50312007-12-14 Vladimir Prus <vladimir@codesourcery.com>
5ae4183a 5032
afe8ab22
VP
5033 * gdb.texinfo (GDB/MI Breakpoint Commands): Document
5034 the -f option for -break-insert, remove -r option,
5035 and clarify specification of location.
5036
a6b151f1
DJ
50372007-11-30 Daniel Jacobowitz <dan@codesourcery.com>
5038
5039 * gdb.texinfo (Debugging Programs with Multiple Processes): Correct
5040 formatting.
5041 (Remote Debugging): Add File Transfer section.
5042 (Remote Configuration): Document Host I/O packets.
5043 (GDB/MI): Add GDB/MI File Transfer Commands section.
c1c25a1a 5044 (Host I/O Packets): New section in "Remote Protocol".
a6b151f1
DJ
5045 (Packets): Add vFile.
5046
3b784c4f
EZ
50472007-11-17 Eli Zaretskii <eliz@gnu.org>
5048
5049 * gdb.texinfo (Set Breaks, Disabling): Clarify behavior of
5050 breakpoints with multiple locations.
5051 (Breakpoint Menus): Improve wording.
5052 (Output): Fix last change.
5053
a4ce5b0d
UW
50542007-11-17 Ulrich Weigand <uweigand@de.ibm.com>
5055
5056 * Makefile.in (Makefile): Do not depend on target_makefile_frag.
5057
1b39d5c0
DE
50582007-11-15 Doug Evans <dje@google.com>
5059
5060 * gdb.texinfo (Symbols): Update output of "maint info symtabs".
5061
7a72d44c
VP
50622007-11-15 Vladimir Prus <vladimir@codesourcery.com>
5063
5064 * gdbint.texinfo (Native Conditionals): Remove
5065 mention of CLEAR_SOLIB.
5ae4183a 5066
6d1829bf 50672007-11-11 Joel Brobecker <brobecker@adacore.com>
b4740add
JB
5068
5069 * gdb.texinfo (Print Settings): Add documentation for "set/show
5070 print frame-arguments".
5071
1a619819
LM
50722007-11-05 Luis Machado <luisgpm@br.ibm.com>
5073
3b784c4f 5074 * gdb.texinfo (Output): Update printf command's description.
1a619819 5075
55eddb0f
DJ
50762007-10-30 Daniel Jacobowitz <dan@codesourcery.com>
5077
5078 * gdb.texinfo (PowerPC): Document "set powerpc vector-abi" and "set
5079 powerpc soft-float".
5080
9cceb671
DJ
50812007-10-24 Daniel Jacobowitz <dan@codesourcery.com>
5082
5083 * gdb.texinfo (Files): Correct formatting. Mention Expat
5084 requirement.
5085 (Requirements for Building GDB): Expand the list of Expat
5086 uses.
5087 (Library List Format, Memory Map Format): Mention Expat.
5088 (Target Descriptions): Update Expat wording.
5089
83acabca
DJ
50902007-10-24 Daniel Jacobowitz <dan@codesourcery.com>
5091
5092 * gdbint.texinfo (Register and Memory Data, Target Conditionals):
5093 Document that gdbarch_convert_register_p should return zero for no-op
5094 conversions.
5095
e35879db
UW
50962007-10-22 Ulrich Weigand <uweigand@de.ibm.com>
5097
83acabca 5098 * gdbint.texi (Compiler Characteristics): Move documentation
e35879db
UW
5099 of set_gdbarch_sofun_address_maybe_missing back to ...
5100 (Target Conditionals): ... here to fix build break.
5101
203c3895
UW
51022007-10-19 Ulrich Weigand <uweigand@de.ibm.com>
5103
83acabca 5104 * gdbint.texi (Target Conditionals): Remove documentation of
203c3895
UW
5105 SOFUN_ADDRESS_MAYBE_MISSING, replaced by ...
5106 (Compiler Characteristics): ... documentation of
5107 set_gdbarch_sofun_address_maybe_missing.
5108
11411de3
DJ
51092007-10-17 Daniel Jacobowitz <dan@codesourcery.com>
5110
5111 * gdbint.texinfo (Target Conditionals): Use
5112 frame_unwind_register_unsigned in examples instead of
5113 frame_unwind_unsigned_register.
5114
7cc46491
DJ
51152007-10-15 Daniel Jacobowitz <dan@codesourcery.com>
5116
5117 * gdb.texinfo (Predefined Target Types): Add int128
5118 and uint128.
5119 (Standard Target Features): Add PowerPC features.
5120
81adfced
DJ
51212007-10-15 Daniel Jacobowitz <dan@codesourcery.com>
5122
5123 * gdb.texinfo (Maintenance Commands): Document "maint print c-tdesc".
5124
c1874924
UW
51252007-10-12 Ulrich Weigand <uweigand@de.ibm.com>
5126
5127 * gdbint.texi (Target Conditionals): Remove documentation
5128 of and references to DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS,
5129 gdbarch_extract_return_value, and gdbarch_store_return_value.
5130
f6e56ab3
UW
51312007-10-12 Ulrich Weigand <uweigand@de.ibm.com>
5132
5133 * gdbint.texi (Target Conditionals): Remove documentation of
5134 and references to DEPRECATED_REG_STRUCT_HAS_ADDR.
5135
56cf5405
KH
51362007-10-11 Kazu Hirata <kazu@codesourcery.com>
5137
5138 * gdb.texinfo: Mention that inaccessible-by-default is on by
5139 default.
5140
35156bae
DJ
51412007-10-11 Daniel Jacobowitz <dan@codesourcery.com>
5142
5143 * gdbint.texinfo (Target Conditionals): Remove VARIABLES_INSIDE_BLOCK.
5144
d983da9c
DJ
51452007-09-30 Daniel Jacobowitz <dan@codesourcery.com>
5146
5147 * gdb.texinfo (Setting Watchpoints): Adjust warning text about
5148 multi-threaded watchpoints.
5149 * gdbint.texinfo (Watchpoints): Describe how watchpoints are
5150 checked. Describe sticky notification. Expand description
5151 of steppable and continuable watchpoints.
5152 (Watchpoints and Threads): New subsection.
5153
fe6fbf8b
VP
51542007-09-28 Vladimir Prus <vladimir@codesourcery.com>
5155
5156 * gdb.texinfo (Setting Breakpoints): Revise
5157 documentation for pending breakpoints. Document
5158 breakpoints with multiple locations.
5ae4183a 5159
084344da
VP
51602007-09-19 Vladimir Prus <vladimir@codesourcery.com>
5161
5162 * gdb.texinfo (Miscellaneous gdb/mi Commands):
5163 Document -list-features.
5ae4183a 5164
82160952
EZ
51652007-09-15 Eli Zaretskii <eliz@gnu.org>
5166
5167 * gdb.texinfo (Output): Spell out which features of C's printf are
5168 not supported by GDB's printf.
7e27a47a
EZ
5169 (Separate Debug Files): More accurate wording regarding build ID
5170 and a reference to the ld manual rather than the Fedora wiki.
82160952 5171
ea37ba09
DJ
51722007-09-04 Daniel Jacobowitz <dan@codesourcery.com>
5173 Jim Blandy <jimb@codesourcery.com>
5174
5175 * gdb.texinfo (Output Formats): Update 'c' description. Describe 's'.
5176 (Examining Memory): Update mentions of the 's' format.
5177 (Automatic Display): Likewise.
5178
b8533aec
DJ
51792007-09-02 Daniel Jacobowitz <dan@codesourcery.com>
5180
5181 * gdb.texinfo: Update the FSF's Back-Cover Text.
5182
83f83d7f
JK
51832007-09-02 Jan Kratochvil <jan.kratochvil@redhat.com>
5184 Eli Zaretskii <eliz@gnu.org>
5185
5186 * gdb.texinfo (Separate Debug Files): Cosmetic quoting removal.
5187 Fixed the ``build ID'' name. New binaries build instructions for the
5188 build ID inclusion. Explain how the commands are specific to the build
5189 ID vs. debug link.
5190
c7e83d54
EZ
51912007-09-01 Eli Zaretskii <eliz@gnu.org>
5192
5193 * gdb.texinfo (Separate Debug Files): Fix last change. Add
5194 indexing for ``build ID'' support.
5195
d3750b24
JK
51962007-09-01 Jan Kratochvil <jan.kratochvil@redhat.com>
5197
5198 * gdb.texinfo (Separate Debug Files): Included a BUILD ID description.
5199 Enlisted BUILD ID to the debug file searching example.
5200 Included a BUILD ID `.note.gnu.build-id' section description.
5201 Updated/added the debug files splitting instructions for OBJCOPY.
5202
02142340
VP
52032007-08-31 Vladimir Prus <vladimir@codesourcery.com>
5204
5205 * gdb.texinfo (Variable Objects): Adjust docs
5206 for -var-info-expression and document
5207 -var-info-path-expression.
5208
d3bdde98
JB
52092007-08-20 Jim Blandy <jimb@codesourcery.com>
5210
3fb6a982
JB
5211 * gdb.texinfo (Top): Dedicate manual to the memory of Fred Fish.
5212 (title page): Include the dedication in the printed manual, as a
5213 separate page after the copyright notice.
5ae4183a 5214
d3bdde98
JB
5215 * gdb.texinfo (The F Reply Packet): Avoid confusing texi2html:
5216 don't break a @var across a line.
5217
c80a96a8
MR
52182007-07-25 Maciej W. Rozycki <macro@mips.com>
5219
5220 * Makefile.in (MAKEHTMLFLAGS): Also search the current directory
5221 for include files.
5222
5824a901
NR
52232007-07-12 Nick Roberts <nickrob@snap.net.nz>
5224
5225 * gdb.texinfo (Server Prefix): New node. Adapt from existing node
5ae4183a
AS
5226 in annotate.texinfo.
5227 (Command History): Link to new node.
5824a901 5228
d52e7ea3
UW
52292007-07-05 Markus Deuling <deuling@de.ibm.com>
5230
5231 * gdbint.texinfo (PC_LOAD_SEGMENT): Remove description.
5232
5fc14d0a
EZ
52332007-07-05 Eli Zaretskii <eliz@gnu.org>
5234
5235 * gdbint.texinfo (Target Conditionals): Fix last change.
5236
4a9bb1df
UW
52372007-07-03 Markus Deuling <deuling@de.ibm.com>
5238
5239 * gdb.texinfo: Replace following macros by their appropriate gdbarch
5240 routines:
5241 (TARGET_CHAR_SIGNED, CALL_DUMMY_LOCATION, CANNOT_FETCH_REGISTER)
5242 (CANNOT_STORE_REGISTER, GET_LONGJMP_TARGET, POINTER_TO_ADDRESS)
5243 (ADDRESS_TO_POINTER, INNER_THAN, FRAME_NUM_ARGS)
5244 (HAVE_NONSTEPPABLE_WATCHPOINT, TARGET_SHORT_BIT, TARGET_INT_BIT)
5245 (TARGET_LONG_BIT, TARGET_LONG_LONG_BIT, TARGET_FLOAT_BIT)
5246 (TARGET_DOUBLE_BIT, TARGET_LONG_DOUBLE_BIT, TARGET_PTR_BIT
5247 (TARGET_ADDR_BIT, SP_REGNUM, PC_REGNUM, PS_REGNUM, FP0_REGNUM)
5248 (STAB_REG_TO_REGNUM, ECOFF_REG_TO_REGNUM, DWARF_REG_TO_REGNUM)
5249 (SDB_REG_TO_REGNUM, DWARF2_REG_TO_REGNUM, BELIEVE_PCC_PROMOTION)
5250 (CONVERT_REGISTER_P, REGISTER_TO_VALUE, VALUE_TO_REGISTER)
5251 (POINTER_TO_ADDRESS, ADDRESS_TO_POINTER, EXTRACT_RETURN_VALUE)
5252 (STORE_RETURN_VALUE, SKIP_PROLOGUE, MEMORY_INSERT_BREAKPOINT)
5253 (BREAKPOINT_FROM_PC, MEMORY_REMOVE_BREAKPOINT, DECR_PC_AFTER_BREAK)
5254 (ADDR_BITS_REMOVE, TARGET_PRINT_INSN, SKIP_TRAMPOLINE_CODE)
5255 (IN_SOLIB_RETURN_TRAMPOLINE, NAME_OF_MALLOC, ADDRESS_CLASS_TYPE_FLAGS)
5256 (ADDRESS_CLASS_TYPE_FLAGS_TO_NAME, ADDRESS_CLASS_TYPE_FLAGS_P).
5257 (ADDRESS_CLASS_NAME_to_TYPE_FLAGS, ADJUST_BREAKPOINT_ADDRESS)
5258 (PRINT_FLOAT_INFO, PRINT_VECTOR_INFO, INTEGER_TO_ADDRESS)
5259 (SKIP_PERMANENT_BREAKPOINT, TARGET_VIRTUAL_FRAME_POINTER)
5260 (SOFTWARE_SINGLE_STEP_P)
5261
5262 (push_dummy_call, stabs_argument_has_addr, unwind_sp, unwind_pc)
5263 (print_registers_info, push_dummy_code, unwind_dummy_id): Rework
5264
5265 (REGISTER_CONVERT_TO_TYPE, END_OF_TEXT_DEFAULT, GDB_MULTI_ARCH)
5266 (GDB_TARGET_IS_HPPA, DEPRECATED_GET_SAVED_REGISTER)
5267 (SYMBOLS_CAN_START_WITH_DOLLAR, DEPRECATED_INIT_EXTRA_FRAME_INFO)
5268 (DEPRECATED_INIT_FRAME_PC, DEPRECATED_SIGTRAMP_START)
5269 (IN_SOLIB_CALL_TRAMPOLINE, NO_HIF_SUPPORT, REGISTER_CONVERTIBLE)
5270 (DEPRECATED_REGISTER_RAW_SIZE, PARM_BOUNDARY, DEPRECATED_STACK_ALIGN)
5271 (PROLOGUE_FIRSTLINE_OVERLAP, DEPRECATED_POP_FRAME, STEP_SKIPS_DELAY)
5272 (TARGET_COMPLEX_BIT, TARGET_DOUBLE_COMPLEX_BIT)
5273 (OS9K_VARIABLES_INSIDE_BLOCK, KERNEL_U_ADDR, KERNEL_U_ADDR_HPUX)
5274 (REGISTER_U_ADDR, U_REGS_OFFSET, DEBUG_PTRACE): Remove description.
5275
5276 (Converting an existing Target Architecture to Multi-arch): Remove
5277 section.
5278
5279 (gdbarch_unwind_pc, gdbarch_unwind_sp): Renew code example.
5280 (gdbarch_addr_bits_remove): Add code example.
5281
5282 * gdb.texinfo: Replace REGISTER_NAME by gdbarch_register_name.
5283
cfa9d6d9
DJ
52842007-07-02 Daniel Jacobowitz <dan@codesourcery.com>
5285
5286 * gdb.texinfo (Remote Configuration): Document library-info-packet.
5287 Add other missing entries. Adjust the table size to fit.
5288 (Stop Reply Packets): Use @itemize instead of @enumerate. Document
5289 stop reasons including the new "library" event.
5290 (General Query Packets): Adjust table widths for qSupported. Mention
5291 qXfer:libraries:read reply to qSupported and document the new packet.
5292 (Library List Format): New section.
5293
159fcc13
JK
52942007-07-01 Jan Kratochvil <jan.kratochvil@redhat.com>
5295
5296 * gdb.texinfo (Attach): Fixed GDB exit inferior detachment.
5297
f66d1690
MS
52982007-06-28 Michael Snyder <msnyder@svkmacdonelllnx>
5299
5300 * gdbint.texinfo (Table, Tuple and List Functions) Fix typo.
5301
67102876
NR
53022007-06-25 Nick Roberts <nickrob@snap.net.nz>
5303
5304 * gdbint.texinfo (Register and Memory Data): Break sections
5305 into nodes and add a menu.
5306
a4642986
MR
53072007-06-21 Maciej W. Rozycki <macro@mips.com>
5308
5309 * gdb.texinfo (Examining Memory): Document the new behaviour.
5310
e9c17194
VP
53112007-06-21 Vladimir Prus <vladimir@codesourcery.com>
5312
5313 * gdb.texinfo (Standard Target Features): Document
5314 m68k features.
5315
31d99776
DJ
53162007-06-18 Daniel Jacobowitz <dan@codesourcery.com>
5317
5318 * gdb.texinfo (General Query Packets): Document qOffsets changes.
5319
1780a0ed
DJ
53202007-06-13 Daniel Jacobowitz <dan@codesourcery.com>
5321
5322 * gdb.texinfo (Target Description Format): Add version attribute
5323 for <target>.
5324
822b6570
DJ
53252007-06-13 Daniel Jacobowitz <dan@codesourcery.com>
5326
5327 * gdb.texinfo (MIPS Features): Document org.gnu.gdb.mips.linux.
5328
f8b73d13
DJ
53292007-06-13 Daniel Jacobowitz <dan@codesourcery.com>
5330
5331 * gdb.texinfo (MIPS Features): New subsection.
5332
0e7f50da
UW
53332007-06-12 Ulrich Weigand <uweigand@de.ibm.com>
5334 Markus Deuling <deuling@de.ibm.com>
5335
5336 * gdb.texinfo (General Query Packets): Document qXfer:spu:read
5337 and qXfer:spu:write packets and mention them under qSupported.
5338
23d964e7
UW
53392007-06-12 Ulrich Weigand <uweigand@de.ibm.com>
5340 Markus Deuling <deuling@de.ibm.com>
5341
5342 * gdb.texinfo (Architectures): Add new SPU section to document
5343 Cell Broadband Engine SPU architecture specific commands.
5344
9f708cb2
VP
53452007-06-09 Vladimir Prus <vladimir@codesourcery.com>
5346
5347 * gdb.texinfo (GDB/MI Variable Objects): Editorial
5348 comments.
5349
7579b5f8
NR
53502007-06-07 Nick Roberts <nickrob@snap.net.nz>
5351
5352 * gdb.texinfo (Emacs): Describe GDB under Emacs 22.1.
5353
bf06d120
JB
53542007-05-29 Jim Blandy <jimb@codesourcery.com>
5355
5356 * gdb.texinfo (Overview): Doc fix.
5357
23776285
MR
53582007-05-22 Maciej W. Rozycki <macro@mips.com>
5359
5360 * gdb.texinfo (Remote Configuration): Document "set/show
5361 remoteflow".
5362
1a69e1e4
DJ
53632007-05-16 Daniel Jacobowitz <dan@codesourcery.com>
5364
bf06d120
JB
5365 * gdb.texinfo (MIPS): Remove documentation for set mips
5366 saved-gpreg-size, show mips saved-gpreg-size, and set mips
5367 stack-arg-size.
1a69e1e4 5368
46ba6afa 53692007-05-14 Bob Wilson <bob.wilson@acm.org>
5ae4183a 5370
46ba6afa
BW
5371 * all-cfg.texi (GDBTUI): New.
5372 * gdb.texinfo (Mode Options): Use GDBTUI variable.
5373 (TUI, TUI Overview, TUI Keys, TUI Single Key Mode, TUI Commands)
5374 (TUI Configuration): Edit to improve clarity and fix problems of
5375 both style and content.
5ae4183a 5376
06d3b283
UW
53772007-05-11 Ulrich Weigand <uweigand@de.ibm.com>
5378
5379 * observer.texi (GDB Observers): New observer "new_objfile".
5380
179101d6
UW
53812007-05-08 Ulrich Weigand <uweigand@de.ibm.com>
5382
5383 * gdbint.texinfo (Native Conditionals): Remove USE_PROC_FS.
5384
25d5ea92
VP
53852007-04-14 Vladimir Prus <vladimir@codesourcery.com>
5386
5387 * gdb.texinfo (GDB/MI Variable Objects): Document
5388 frozen variables objects.
5ae4183a 5389
ea35711c
DJ
53902007-04-13 Daniel Jacobowitz <dan@codesourcery.com>
5391
5392 * gdb.texinfo (Memory): Reference Remote Debugging chapter.
5393 (Character Sets, Caching Data of Remote Targets): Likewise.
5394 (Targets): Delete Remote node. Move its text...
5395 (Debugging Remote Programs): ...to here. Delete description
5396 of the "remote" command.
5397 (Remote configuration): Delete description of "set remotedevice"
5398 and "show remotedevice".
5399 (Embedded Processors): Delete H8/300, H8/500, and SH nodes.
5400
db2e3e2e
BW
54012007-04-11 Bob Wilson <bob.wilson@acm.org>
5402
5ae4183a
AS
5403 * gdb.texinfo (Contributors, Continuing and Stepping)
5404 (Fortran Defaults, HPPA, TUI, TUI Commands, Configure Options)
5405 (General Query Packets, File-I/O Remote Protocol Extension)
5406 (Protocol Basics, The F Reply Packet, Write)
5407 (Protocol-specific Representation of Datatypes, Memory Transfer):
5408 Fix hyphenation, punctuation and grammar problems.
5409 (Cygwin Native): Likewise. Also fix misuse of @pxref and use
5410 'section' instead of 'subsection' in the text.
5411 (Non-debug DLL Symbols): Avoid 'subsubsection' in the text.
5412 (i386): Remove period from section name.
db2e3e2e
BW
5413 (Installing GDB, Requirements, Running Configure, Separate Objdir)
5414 (Config Names, Configure Options): Use @file{configure}.
5415
8a3dae3e
DJ
54162007-04-11 Daniel Jacobowitz <dan@codesourcery.com>
5417
5418 * gdbint.texinfo (Writing Tests): Mention gdb_test_multiple
5419 and tab expansion.
5420
1a92f856
DJ
54212007-04-10 Daniel Jacobowitz <dan@codesourcery.com>
5422
5423 * gdbint.texinfo (SOM): Correct location of the SOM reader.
5424
79a6e687 54252007-04-02 Bob Wilson <bob.wilson@acm.org>
5ae4183a 5426
79a6e687
BW
5427 * gdb.texinfo: Consistently capitalize all significant words in
5428 node names, chapter titles, section titles, and headings. Update
5429 cross references to match.
5430 (Starting and Stopping Trace Experiment): Make node name plural.
5431 (Breakpoint related warnings): Hyphenate "Breakpoint-related".
5ae4183a 5432
ad527d2e
PA
54332007-03-30 Pedro Alves <pedro_alves@portugalmail.pt>
5434
5435 * gdb.texinfo (WinCE): Delete obsolete subsection.
5436
7ce59000
DJ
54372007-03-30 Daniel Jacobowitz <dan@codesourcery.com>
5438
5439 * gdb.texinfo (M68K): Remove obsolete ROM monitors.
5440 * gdbint.texinfo (DWARF 1): Delete section and other dwarfread.c
5441 references.
5442
8807d78b
DJ
54432007-03-30 Daniel Jacobowitz <dan@codesourcery.com>
5444
5445 * gdb.texinfo (Startup): Delete references to some alternate
5446 names for .gdbinit.
5447 (Thread): Remove LynxOS reference.
5448 (Tandem ST2000): Delete target-specific documentation.
5449 * gdbint.texinfo (Symbol Handling): Remove mention of NLM.
5450 (Target Architecture Definition): Remove mention of GDB_OSABI_NETWARE
5451 and GDB_OSABI_LYNXOS.
5452
5f402660
UW
54532007-03-29 Ulrich Weigand <uweigand@de.ibm.com>
5454
5455 * gdbint.texi (Native Conditionals): Remove PTRACE_ARG3_TYPE.
5456
bac718a6
UW
54572007-03-27 Ulrich Weigand <uweigand@de.ibm.com>
5458
5459 * gdbint.texinfo (Target Conditionals): Remove mention of
5460 DEPRECATED_REMOTE_BREAKPOINT, DEPRECATED_BIG_REMOTE_BREAKPOINT,
5461 and DEPRECATED_LITTLE_REMOTE_BREAKPOINT.
5462
9453113a
DJ
54632007-03-27 Brooks Moses <brooks.moses@codesourcery.com>
5464
5465 * Makefile.in: Add "pdfdir" installation
5466 directory, PDFTEX macro, support for "install-pdf" target,
5467 and rules for making a pdf version of refcard.texi.
5468 * refcard.tex: Specify paper size for PDF output.
5469
ae21e955 54702007-03-26 Bob Wilson <bob.wilson@acm.org>
5ae4183a 5471
ae21e955 5472 * gdb.texinfo (Omissions from Ada, Additions to Ada): Wrap long lines.
5ae4183a 5473
3f94c067 54742007-03-26 Bob Wilson <bob.wilson@acm.org>
5ae4183a 5475
3f94c067
BW
5476 * gdb.texinfo (Invoking GDB): Use @value{GDBP}.
5477 (Source Path, Character Sets, Macros, Define)
5478 (GDB/MI Result Records, GDB/MI Simple Examples)
5479 (GDB/MI Program Execution, GDB/MI File Commands)
5480 (Maintenance Commands, Packets, File-I/O Overview): Use @value{GDBN}.
5481 (Bug Reporting): Use @value{GCC}.
5ae4183a 5482
12c27660 54832007-03-26 Bob Wilson <bob.wilson@acm.org>
5ae4183a 5484
12c27660
BW
5485 * gdb.texinfo (Help): Fix formatting of examples.
5486 (Variables): Use @ifnotinfo instead of @iftex.
5487 (Non-debug DLL symbols): Use @ref instead of @pxref.
5488 (Sparclet File): Use @samp instead of quotes.
5ae4183a 5489
ce9341a1
BW
54902007-03-26 Bob Wilson <bob.wilson@acm.org>
5491
5492 * gdb.texinfo (Variables, C): Update cross reference to GCC docs.
5493
c8f4133a
BW
54942007-03-26 Bob Wilson <bob.wilson@acm.org>
5495
5496 * gdb.texinfo (Top): Move TUI and Annotations menu entries to match
5497 the order of the nodes.
5498 (C Operators, C Constants, Debugging C): Remove extra menus.
5499 (Method Names in Commands): Do not specify next/prev/up nodes.
5ae4183a 5500
c8f4133a 55012007-03-26 Bob Wilson <bob.wilson@acm.org>
d52fb0e9
BW
5502
5503 * gdb.texinfo (File Options): Add missing parenthesis.
5504 (Breakpoints, Special Fortran commands, PowerPC): Fix typos.
5505
c74d0ad8
DJ
55062007-02-26 Daniel Jacobowitz <dan@codesourcery.com>
5507
5508 * gdb.texinfo (Monitor commands for gdbserver): New subsection.
5509
ff6f572f
DJ
55102007-02-26 Daniel Jacobowitz <dan@codesourcery.com>
5511
669fac23 5512 * gdb.texinfo (Standard Target Features): Mention
ff6f572f
DJ
5513 case insensitivity.
5514 (ARM Features): Describe org.gnu.gdb.xscale.iwmmxt.
5515
994337c3
NR
55162007-02-18 Nick Roberts <nickrob@snap.net.nz>
5517
5518 * gdb.texinfo (Top): Put Appendix A after numbered sections.
5519 (Files): Add section name to argument list for pxref.
5520 (Non-debug DLL symbols): Don't use `see' for pxref.
5521 (Embedded Processors): Fix typo.
5522 (GDB/MI Breakpoint Commands): Execution commands generate
5523 *stopped not ^done.
5524
eb819d70
NR
55252007-02-13 Nick Roberts <nickrob@snap.net.nz>
5526
5527 * gdb.texinfo (GDB/MI Variable Objects): Describe meanings of
5528 values for in_scope. Mention that only root variables can be
5529 updated.
5530 (GDB/MI Development and Front Ends): Explain new values may be
5531 added to existing fields.
5532
123dc839
DJ
55332007-02-08 Daniel Jacobowitz <dan@codesourcery.com>
5534
5535 * gdb.texinfo (-target-disconnect): Use @smallexample.
5536 (Requirements): Add anchor for Expat. Update description.
5537 (Target Descriptions): Mention Expat.
5538 (Target Description Format): Document new elements. Use
5539 @smallexample.
5540 (Predefined Target Types, Standard Target Features): New sections.
669fac23 5541 * gdbint.texinfo (Target Descriptions): New section.
123dc839 5542
108546a0
DJ
55432007-02-07 Daniel Jacobowitz <dan@codesourcery.com>
5544
5545 * gdb.texinfo (Target Description Format): Add section on XInclude.
5546
95a98c01
NR
55472006-02-03 Nick Roberts <nickrob@snap.net.nz>
5548
5549 * gdb.texinfo (GDB/MI Miscellaneous Commands): Describe the new
5550 command -enable-timings.
5551
f4b3909f
EZ
55522007-02-02 Markus Deuling <deuling@de.ibm.com> (tiny change)
5553
5ae4183a 5554 * gdbint.texinfo (Operation System ABI Variant Handling): Update
f4b3909f
EZ
5555 descriptions for new/deleted elements in gdb_osabi. Add missing
5556 description for function generic_elf_osabi_sniff_abi_tag_sections.
5557
c7ba131e
JB
55582007-01-29 Joel Brobecker <brobecker@adacore.com>
5559
5560 * gdb.texinfo (Maintenance Commands): Add documentation for
5561 the new "maint print target-stack" command.
5562
3a60f64e
JK
55632007-01-26 Jan Kratochvil <jan.kratochvil@redhat.com>
5564 Eli Zaretskii <eliz@gnu.org>
5565
f4b3909f 5566 * gdb.texinfo: Describe CHAR array vs. string identification rules.
3a60f64e 5567
c582f8b6
EZ
55682007-01-26 Eli Zaretskii <eliz@gnu.org>
5569
5570 * gdb.texinfo (Compilation, Files, Bootstrapping, Bug Reporting):
5571 Use @value{NGCC} instead of @value{GCC}.
5572
d3e8051b
EZ
55732007-01-20 Ralf Wildenhues <Ralf.Wildenhues@gmx.de> (tiny change)
5574
5575 * agentexpr.texi: Fix typos.
5576 * annotate.texinfo: Likewise.
5577 * gdb.texinfo: Likewise.
5578 * gdbint.texinfo: Likewise.
5579 * observer.texi: Likewise.
5580 * stabs.texinfo: Likewise.
5581
86f04699
EZ
55822007-01-20 Markus Deuling <deuling@de.ibm.com> (tiny change)
5583
5584 * gdbint.texinfo (Support Libraries): Remove mmalloc
5585 entry. Describe readline library.
5586
23181151
DJ
55872007-01-09 Daniel Jacobowitz <dan@codesourcery.com>
5588
5589 * gdb.texinfo (Target Descriptions): New section.
5590 (General Query Packets): Add QPassSignals anchor. Mention
5591 qXfer:features:read under qSupported. Expand mentions of
5592 qXfer:memory-map:read and QPassSignals. Document
5593 qXfer:features:read.
5594
f822c95b
DJ
55952007-01-08 Daniel Jacobowitz <dan@codesourcery.com>
5596
5597 * gdb.texinfo (Commands to specify files): Describe
5598 "set sysroot" and "show sysroot".
5599 (Using the `gdbserver' program): Lowercase argument
5600 to @var. Expand description of setting up GDB on the
5601 host.
5602
8936fcda
JB
56032007-01-05 Joel Brobecker <brobecker@adacore.com>
5604
5605 * gdb.texinfo (Set Catchpoints): Add documentation for the new
5606 catch exception, catch exception unhandled, and catch assert
5607 commands.
5608
e776119f
DJ
56092007-01-04 Daniel Jacobowitz <dan@codesourcery.com>
5610
5611 * gdb.texinfo (Debugging Output): Document "set debug xml"
5612 and "show debug xml".
5613
aa79a185
DJ
56142007-01-04 Daniel Jacobowitz <dan@codesourcery.com>
5615
5616 * gdbint.texinfo (Compiler Warnings): Update for -Wall use.
5617
7f893741
JB
56182007-01-01 Joel Brobecker <brobecker@adacore.com>
5619
5620 * gdbint.texinfo (Start of New Year Procedure): Add missing item.
5621
a1b5960f
VP
56222006-12-08 Vladimir Prus <vladimir@codesourcery.com>
5623
5624 * gdb.texinfo (GDB/MI Variable Objects): Wrap historical
5625 note in @ignore, to be removed later if nobody complains.
5626
9f470e6e
NR
56272006-12-04 Nick Roberts <nickrob@snap.net.nz>
5628
5629 * gdb.texinfo (GDB/MI Variable Objects): Describe -c option
5630 of -var-delete.
5631
765dc015 56322006-11-22 Vladimir Prus <vladimir@codesourcery.com>
5ae4183a 5633
765dc015 5634 * gdb.texinfo (Setting breakpoints): Document
5ae4183a
AS
5635 automatic software/hardware breakpoint usage and
5636 the "set breakpoint auto-hw" command.
765dc015 5637
4b5752d0
VP
56382006-11-21 Vladimir Prus <vladimir@codesourcery.com>
5639
5640 * gdb.texinfo (Memory Access Checking): New.
5641
89be2091
DJ
56422006-11-16 Daniel Jacobowitz <dan@codesourcery.com>
5643
5644 * gdb.texinfo (Remote configuration): Mention
5645 "pass-signals-packet".
5646 (General Query Packets): Document QPassSignals. Fix
5647 a typo.
5648
ca3bf3bd
DJ
56492006-11-14 Maxim Grigoriev <maxim@tensilica.com>
5650
5651 * gdb.texinfo (Contributors): Add contributors of Xtensa port.
5652
427c3a89
DJ
56532006-11-14 Daniel Jacobowitz <dan@codesourcery.com>
5654
5655 * gdb.texinfo (Remote configuration): Rewrite documentation for
5656 packet configuration commands.
5657 (OS Information): Adjust reference to qXfer:auxv:read.
5658 (General Query Packets): Remove references to read-aux-vector-packet
5659 and set remote get-thread-local-storage-address.
5660
7a107747
DJ
56612006-11-10 Daniel Jacobowitz <dan@codesourcery.com>
5662
5663 * gdbint.texinfo (Target Architecture Definition): Add new
5664 Initializing a New Architecture section.
5665
1c56eb0e
EZ
56662006-10-31 David Taylor <dtaylor@emc.com>
5667
5668 * stabs.texinfo (Macro define and undefine): New node describing
5669 stabs for #define and #undef.
5670
f73adfeb
AS
56712006-10-27 Andreas Schwab <schwab@suse.de>
5672
5673 * gdb.texinfo (Processes): Rename "detach-fork" to "detach fork".
5674
fd60e0df
EZ
56752006-10-21 Eli Zaretskii <eliz@gnu.org>
5676
5677 * gdb.texinfo (Breakpoints, Set Watchpoints): Elaborate and
5678 clarify on the possible meanings of ``expression'' watched by
5679 watchpoints. Add indexing.
e5ac9b53
EZ
5680 (Prompting, Errors, Invalidation, Annotations for Running)
5681 (Source Annotations): Fix index entries by adding "annotation" to
5682 them, to discriminate from index entries that point to the more
5683 general topic descriptions.
fd60e0df 5684
52bb452f
DJ
56852006-10-17 Daniel Jacobowitz <dan@codesourcery.com>
5686
5687 * gdbint.texinfo (Target Vector Definition): Move most
5688 content into Existing Targets. Add a menu.
5689 (Existing Targets): New section, moved from Target Vector
5690 Definition. Use @subsection.
5691 (Managing Execution State): New section.
5692
58955e58
BW
56932006-10-16 Bob Wilson <bob.wilson@acm.org>
5694
5695 * gdb.texinfo (ST2000): Use Ctrl- instead of C-.
5696
c8aa23ab
EZ
56972006-10-15 Eli Zaretskii <eliz@gnu.org>
5698
5699 * gdb.texinfo (Sample Session, Invocation, Quitting GDB)
5700 (Command Syntax, Signals, Backtrace, Connecting)
5701 (Remote configuration, Renesas Boards, Console I/O): Fix last
5702 change: use Ctrl- instead of C-, except wrt Emacs.
5703 (File-I/O Examples): Put Ctrl-c in @kbd.
5704 (Cygwin Native, File-I/O Overview, The Ctrl-C message)
5705 (Console I/O): Use @samp with Ctrl-.
45ac1734
EZ
5706 (Signals, Set Breaks, Set Watchpoints): Document optional
5707 arguments to `info signals' `handle', `info breakpoints', and
5708 `info watchpoints'.
c8aa23ab 5709
e7109c7e
EZ
57102006-10-14 Eli Zaretskii <eliz@gnu.org>
5711
5712 * gdb.texinfo (Backtrace): Fix last change.
5713
de3aea7b
NR
57142006-10-14 Nick Roberts <nickrob@snap.net.nz>
5715
5716 * gdb.texinfo (Backtrace): Order correctly and add other cases.
5717
7f9087cb
BW
57182006-10-10 Bob Wilson <bob.wilson@acm.org>
5719
c8aa23ab
EZ
5720 * gdb.texinfo (Command Syntax, Connecting, Remote configuration)
5721 (Renesas Boards, ST2000, TUI Keys, TUI Single Key Mode)
5722 (TUI Commands, Emacs, Console I/O): Fix @key and @kbd usage.
7f9087cb 5723
68437a39
DJ
57242006-09-21 Vladimir Prus <vladimir@codesourcery.com>
5725 Daniel Jacobowitz <dan@codesourcery.com>
5726
5727 * gdb.texinfo (Packets): Document vFlashErase,
5728 vFlashWrite and vFlashDone packets.
5729 (General Query Packets): Document qXfer:memory-map:read.
5730 Add a new feature for qXfer:memory-map:read.
5731 (Memory map format): New section.
5732 (Target Commands): Mention that gdb can write flash.
5733
fd79ecee
DJ
57342006-09-21 Vladimir Prus <vladimir@codesourcery.com>
5735 Daniel Jacobowitz <dan@codesourcery.com>
5736
5737 * gdb.texinfo (Memory Region Attributes): Mention target-supplied
5738 memory regions and "mem auto".
5739
350da6ee
DJ
57402006-09-21 Nathan Sidwell <nathan@codesourcery.com>
5741
5742 * gdbint.texinfo (Array Containers): New section.
5743
2f1acb09
VP
57442006-09-17 Vladimir Prus <vladimir@codesourcery.com>
5745
5746 * gdb.texinfo (GDB/MI Stack Manipulation): Mention that
5747 -stack-list-arguments HIGH_FRAME argument can be larger then the
5748 actual number of frames.
5749
2ab1eb7a
VP
57502006-09-07 Vladimir Prus <vladimir@codesourcery.com>
5751
5752 * gdb.texinfo (GDB/MI Stack Manipulation): Mention that
5ae4183a
AS
5753 -stack-list-locals HIGH_FRAME argument can be larger then the
5754 actual number of frames.
2ab1eb7a 5755
599b237a
BW
57562006-09-02 Bob Wilson <bob.wilson@acm.org>
5757
5758 * gdb.texinfo (Packets, Stop Reply Packets, General Query Packets,
5759 Register Packet Format, Tracepoint Packets): Fix spelling errors.
5760
25ab7e6d
EZ
57612006-09-02 Eli Zaretskii <eliz@gnu.org>
5762
5763 * gdbint.texinfo (Overall Structure): New section "Source Tree
5764 Structure".
5765
940178d3
JB
57662006-08-17 Jim Blandy <jimb@codesourcery.com>
5767
5768 * gdb.texinfo (Stop Reply Packets): Note similarity of 'S' and 'T'
5769 responses.
5770
30daae6c
JB
57712006-08-08 Joel Brobecker <brobecker@adacore.com>
5772
5773 * gdb.texinfo (Source Path): Add documentation for new
5774 substitute-path commands.
5775
7fa2210b
DJ
57762006-08-08 Daniel Jacobowitz <dan@codesourcery.com>
5777
5778 * gdb.texinfo (Installing GDB): Update menu. Move text to...
5779 (Running Configure): ...here.
5780 (Requirements): New node. Mention expat.
5781
3d00d119
DJ
57822006-08-08 Vladimir Prus <vladimir@codesourcery.com>
5783
5ae4183a 5784 * gdb.texinfo (Target Commands): Remove
3d00d119
DJ
5785 'set download-write-size' and 'show download-write-size'.
5786
0cbfa4ee
DJ
57872006-08-01 Daniel Jacobowitz <dan@codesourcery.com>
5788
5789 * stabs.texinfo (Member Type Descriptor): Correct example for
5790 pointer to member types.
5791
16026cd7
AS
57922006-07-21 Andrew Stubbs <andrew.stubbs@st.com>
5793
5794 * gdb.texinfo (Optional warnings and messages): Add
5795 'set/show trace-commands'.
5796 (Command files): Add '-v' to source command.
5797
0876f84a
DJ
57982006-07-12 Daniel Jacobowitz <dan@codesourcery.com>
5799
5800 * gdb.texinfo (OS Information): Update qPart reference to
5801 qXfer.
5802 (Remote configuration): Likewise.
5803 (Overview): Move @cindex to the start of a paragraph. Talk
5804 about binary data encoding.
5805 (Packets): Refer to the overview for the details of the X
5806 packet encoding.
5807 (General Query Packets): Remove qPart description. Add qXfer
5808 description. Add an anchor to qSupported. Correct feature
5809 table title. Add a new feature for qXfer:auxv:read.
5810 (Interrupts): Add a missing parenthesis.
5811
2ec3381a
DJ
58122006-07-05 Daniel Jacobowitz <dan@codesourcery.com>
5813
669fac23 5814 * gdb.texinfo (KOD): Remove node.
2ec3381a
DJ
5815 (GDB/MI Kod Commands): Remove commented out node.
5816
594fe323
EZ
58172006-07-01 Eli Zaretskii <eliz@gnu.org>
5818
5819 * gdb.texinfo (GDB/MI Output Syntax, GDB/MI Simple Examples)
5820 (GDB/MI Breakpoint Commands, GDB/MI Program Context)
5821 (GDB/MI Thread Commands, GDB/MI Program Execution)
5822 (GDB/MI Stack Manipulation, GDB/MI Variable Objects)
5823 (GDB/MI Data Manipulation, GDB/MI Symbol Query)
5824 (GDB/MI File Commands, GDB/MI Target Manipulation)
5825 (GDB/MI Miscellaneous Commands): Change (@value{GDBP})->(gdb),
5826 since the MI prompt is hard-wired into the code.
5827
7e3fb70c
NR
58282006-07-01 Nick Roberts <nickrob@snap.net.nz>
5829
5830 * gdb.texinfo (GDB/MI Compatibility with CLI): Qualify more carefully.
5831 (GDB/MI Simple Examples): Use @subheading for "A Bad Command".
5832 (GDB/MI Data Manipulation): Remove description of unimplemented
5833 display related commands as variable objects perform this function
5834 and are superior: -display-delete, -display-disable,
5835 -display-enable, -display-insert and -display-list. Move
5836 -environment-cd, -environment-directory, -environment-path
5837 and -environment-pwd to "Program Context".
5838 (GDB/MI Program Control): Rename to "Program Execution". Move
5839 -exec-arguments -exec-abort to...
5840 (GDB/MI Program Context): ...here. New node split from "Data
5841 Manipulation".
5842
be2a5f71
DJ
58432006-06-21 Daniel Jacobowitz <dan@codesourcery.com>
5844
5845 * gdb.texinfo (Remote configuration): Document set / show
5846 remote supported-packets.
5847 (General Query Packets): Document qSupported packet.
5848
fc320d37
SL
58492006-06-10 Sandra Loosemore <sandra@codesourcery.com>
5850
5851 * gdb.texinfo (File-I/O overview): Copy edit for grammar, spelling,
5852 and font markup.
5853 (Protocol basics): Likewise.
5854 (The F request packet): Likewise.
5855 (The F reply packet): Likewise.
5856 (Memory transfer): Move this node to be a subsubsection of
5857 "Protocol specific representation of datatypes".
5858 (The Ctrl-C message): More copy editing.
5859 (Console I/O): Likewise.
5860 (The isatty call): Delete this node, and merge its content into
5861 the "isatty" node. Fixed references elsewhere.
5862 (The system call): Delete this node, and merge its content into
5863 the "system" node. Fixed references elsewhere.
5864 (open): Reformat to use @table, and add appropriate font markup.
5865 (close): Likewise.
5866 (read): Likewise.
5867 (write): Likewise.
5868 (lseek): Likewise.
5869 (rename): Likewise.
5870 (unlink): Likewise.
5871 (stat/fstat): Likewise.
5872 (gettimeofday): Likewise.
5873 (isatty): Likewise.
5874 (system): Likewise, plus minor changes to fix confusing wording.
5875 (Integral datatypes): Fix font markup.
5876 (Pointer values): Likewise.
5877 (struct stat): Fix markup to use @table, plus minor copy editing.
5878 (struct timeval): Fix font markup, plus minor copy editing.
5879 (Constants): Minor copy editing.
5880 (Errno values): Add font markup.
5881 (File-I/O Examples): Likewise.
5882
158fdf5c
NR
58832006-06-10 Nick Roberts <nickrob@snap.net.nz>
5884
5885 * gdb.texinfo (GDB/MI): Remove duplicate acknowledgements.
5886 (GDB/MI Simple Examples): Move node up one level. Use real
5887 examples.
5888 (GDB/MI Compatibility with CLI): Update.
5889 (GDB/MI Result Records): Add "connected" and "exit" result
5890 classes.
5891 (GDB/MI Stream Records): Clarify target output.
5892 (GDB/MI Command Description Format): Modify example description.
5893 (GDB/MI Breakpoint Table Commands): Rename to...
5894 (GDB/MI Breakpoint Commands): ...this
5895 (GDB/MI Breakpoint Commands): Add optional thread field.
5896 (GDB/MI Program Control): Add an introduction. Move "Program
5897 termination" examples into exec-run description.
5898 (GDB/MI File Commands): Mention similar CLI commands.
5899 (GDB/MI Miscellaneous Commands): Move to end. Mention "show version"
5900 is similar to "-gdb-version".
5901
ddb50cd7
EZ
59022006-06-09 Eli Zaretskii <eliz@gnu.org>
5903
5904 * gdb.texinfo (Symbols): Fix "(gdb)"=>"(@value{GDBP})".
5905
2aef0d6b
NR
59062006-06-02 Nick Roberts <nickrob@snap.net.nz>
5907
5908 * gdb.texinfo (GDB/MI Development and Front Ends): Use
5909 sourceware.org for mailing lists.
d5e40d59 5910 (GDB/MI File Commands): New node split from Program Control.
2aef0d6b 5911
383a5c52
NR
59122006-06-01 Nick Roberts <nickrob@snap.net.nz>
5913
d5e40d59 5914 * gdb.texinfo (GDB/MI Development and Front Ends): New node.
383a5c52 5915
e16b02ee
EZ
59162006-05-22 Eli Zaretskii <eliz@gnu.org>
5917
5918 * gdb.texinfo (Cygwin Native): Fix last change.
5919
be90c084
CF
59202006-05-22 Christopher Faylor <cgf@timesys.com>
5921
5922 * gdb.texinfo (Cygwin Native): Document set/show cygwin-exceptions.
5923
347ceba5
NR
59242006-05-15 Nick Roberts <nickrob@snap.net.nz>
5925
5926 * gdbint.texinfo (Algorithms): Correct spelling and punctuation.
5927 (Releasing GDB, Testsuite): Remove details for including DejaGnu.
5928
369af7bd
DJ
59292006-05-14 Daniel Jacobowitz <dan@codesourcery.com>
5930
5931 * gdb.texinfo (General Query Packets): Recommend not starting
5932 new packets with qC and clarify.
5933
2ffdbde8 59342006-05-13 Gaius Mulley <gaius@glam.ac.uk>
229582b7
GM
5935
5936 * gdb.texinfo (M2 Types): New section.
72019c9c 5937
16d1a084
DJ
59382006-05-10 Daniel Jacobowitz <dan@codesourcery.com>
5939
5940 * agentexpr.texi: Add a copyright and license notice.
5941 * observer.texi: Likewise, with GPL clause for function prototypes.
5942 Remove trailing whitespace.
5943
aa56d27a
JB
59442006-05-05 Jim Blandy <jimb@codesourcery.com>
5945
5946 * gdb.texinfo (General Query Packets): Document conventions for
5947 terminating packet names, and their violations.
5948
5bdf8622
DJ
59492006-05-05 Daniel Jacobowitz <dan@codesourcery.com>
5950
5951 * Makefile.in (GDB_DOC_SOURCE_INCLUDES): Update for readline 5.1.
5952 * gdb.texinfo: Likewise.
5953
605a56cb
DJ
59542006-05-05 Daniel Jacobowitz <dan@codesourcery.com>
5955
5956 * gdb.texinfo (Remote Configuration): Remove "set remotedebug"
5957 and "show remotedebug".
5958 (Debugging Output): Add additional index entries.
5959
b8db102d
MS
59602006-04-27 Michael Snyder <msnyder@redhat.com>
5961
5962 * gdb.texinfo (delete-fork): Command renamed to "delete fork".
5963
c5e30d01
AC
59642006-04-22 Andrew Cagney <cagney@redhat.com>
5965
5966 * gdb.texinfo (Contributors): Credit frame unwinder contributors.
5967 * gdbint.texinfo (Algorithms): Fix errors in frame documentation.
5968
8181d85f
DJ
59692006-04-18 Daniel Jacobowitz <dan@codesourcery.com>
5970
5971 * gdbint.texinfo (x86 Watchpoints, Target Conditionals): Update insert
5972 and remove breakpoint prototypes.
5973 (Watchpoints): Move description of target_insert_hw_breakpoint and
5974 target_remove_hw_breakpoint ...
5975 (Breakpoints): ... to here. Document target_insert_breakpoint and
5976 target_remove_breakpoint.
5977
4f553f88
JB
59782006-04-17 Jim Blandy <jimb@codesourcery.com>
5979
5980 * gdb.texinfo (Packets): Note that 'addr' arguments to s, S, c,
5981 and C packets are optional.
5982
cd852561
FR
59832006-04-14 Frederic Riss <frederic.riss@st.com>
5984
5985 * gdb.texinfo (Specifying source directories): Update the description
5986 of the source file search to reflect the fact that the source path
5987 always contains at least $cdir and $cwd.
5988
b620eb07
MS
59892006-03-31 Michael Snyder <msnyder@redhat.com>
5990
5991 * gdb.texinfo: Update copyright dates.
5992
3156cdaf
EZ
59932006-03-31 Eli Zaretskii <eliz@gnu.org>
5994
5995 * gdb.texinfo (Overview): Add an index entry to "empty response".
5996
7d30c22d
JB
59972006-03-28 Jim Blandy <jimb@codesourcery.com>
5998
5999 * gdbint.texinfo (Prologue Analysis): New section.
6000
86941c27
JB
60012006-03-07 Jim Blandy <jimb@red-bean.com>
6002
66b8c7f6
JB
6003 * gdb.texinfo (Connecting): Document 'target remote pipe'.
6004
1a10341b
JB
6005 * gdb.texinfo (Target Commands): Update text describing how to
6006 specify a target. Refer to the detailed section on remote
6007 debugging, not the brief mention.
6008
86941c27
JB
6009 * gdb.texinfo (Connecting): Organize the different 'target remote'
6010 connection methods into a table. Add a 'target remote' index
6011 entry. (!!!)
6012
62f3a2ba
FF
60132006-02-17 Fred Fish <fnf@specifix.com>
6014
6015 * gdb.texinfo (Symbols): Update descriptions of 'whatis' and
6016 'ptype' commands to reflect the fact that the only significant
6017 difference between them is that ptype prints the complete type
6018 description instead of just the name.
6019
8b9a88ea
WZ
60202006-02-13 Wu Zhou <woodzltc@cn.ibm.com>
6021
6022 * gdbint.texinfo (Watchpoints): Delete
6023 TARGET_REGION_SIZE_OK_FOR_HW_WATCHPOINT.
6024
7e8dc855
NR
60252006-02-10 Nick Roberts <nickrob@snap.net.nz>
6026
6027 * gdb.texinfo (GDB/MI Breakpoint Table Commands): Add fullname and
6028 times fields where needed. Fix typos. Update general form given
6029 for output of -break-insert.
6030 (GDB/MI): Abbreviate some unnecessarily long fullnames.
6031
c91d38aa
DJ
60322006-02-06 Daniel Jacobowitz <dan@codesourcery.com>
6033
6034 * gdbint.texinfo (Symbol Handling): Add a section
6035 on memory management.
6036
38fcd64c
DJ
60372006-02-06 Vladimir Prus <ghost@cs.msu.su>
6038
6039 * gdb.texinfo (Breakpoint table commands): Document the fullname
6040 field in -break-list output.
6041
219eec71
EZ
60422006-02-03 Eli Zaretskii <eliz@gnu.org>
6043
6044 * gdb.texinfo (Cygwin Native): Fix typos. Clarify the types of
6045 debugging information produced by the various "set debug..."
6046 options.
6047
ae5a43e0
DJ
60482006-02-01 Daniel Jacobowitz <dan@codesourcery.com>
6049
6050 * gdb.texinfo (Files): Remove obsolete bits from the description
6051 of "symbol-file".
6052
a9f158ec
JB
60532006-01-25 Jim Blandy <jimb@redhat.com>
6054
6055 * gdbint.texinfo (Testsuite): Explain how to run selected tests.
6056
410dd08e
JB
60572006-01-24 Jim Blandy <jimb@redhat.com>
6058
6059 * gdbint.texinfo (Frames): Document the basics of GDB's register
6060 unwinding model, and explain the existence of the "sentinel" frame.
6061
4b505b12
AS
60622006-01-23 Andrew Stubbs <andrew.stubbs@st.com>
6063
6064 * gdb.texinfo (Choosing files): Mention that -directory is used
6065 for script files.
6066 (Specifying source directories): Likewise.
6067 (Command files): Explain how script files are found.
6068
839c27b7
EZ
60692006-01-21 Eli Zaretskii <eliz@gnu.org>
6070
6071 * gdb.texinfo (Backtrace): Describe how to get backtrace of all
6072 the threads in a multi-threaded program.
6073 (Threads): The threadno argument of "thread apply" can be a range
6074 of numbers.
6075
7be93b9e
JB
60762006-01-18 Jim Blandy <jimb@redhat.com>
6077
6078 * gdbint.texinfo (Coding): Add entry for -Wno-pointer-sign to list
6079 of warning flags.
6080
fcc73fe3
EZ
60812006-01-13 Eli Zaretskii <eliz@gnu.org>
6082
6083 * gdb.texinfo (Sequences): Improve menu annotations.
6084 (Define): Add index entries for arguments of user-defined
6085 commands. Move the description of flow-control commands...
6086 (Command Files): ...to here. Document loop_break and
6087 loop_continue.
ca91424e
EZ
6088 (Define, Command Files): Document `end' and add index entries for
6089 it.
fcc73fe3 6090
5c95884b
MS
60912006-01-04 Michael Snyder <msnyder@redhat.com>
6092
6093 * gdb.texinfo: Add documentation for linux-fork.
5ae4183a 6094 * gdbint.texinfo: Add internal documentation for checkpoints.
5c95884b 6095
860701dc
PH
60962006-01-02 Paul N. Hilfinger <hilfinger@gnat.com>
6097
6098 * gdb.texinfo (Omissions from Ada): Document that there is now
6099 limited aggregate support.
6100
36b80e65
EZ
61012005-12-28 Eli Zaretskii <eliz@gnu.org>
6102
6103 * gdb.texinfo (Registers): Describe how to refer to SSE and MMX
6104 registers and the likes.
6105
c1468174
EZ
61062005-12-24 Eli Zaretskii <eliz@gnu.org>
6107
6108 * gdb.texinfo (Target Commands, Bug Reporting, File Options)
6109 (Symbols): Fix usage of "e.g.".
359df76b 6110 (Memory Region Attributes): Fix usage of "etc."
c1468174
EZ
6111
6112 * gdbint.texinfo (libgdb, Symbol Handling, Native Debugging)
6113 (Coding): Fix usage of "e.g.".
6114
c02a867d
EZ
61152005-12-23 Eli Zaretskii <eliz@gnu.org>
6116
5ae4183a
AS
6117 * stabs.texinfo:
6118 * refcard.tex:
c02a867d 6119 * gpl.texi:
5ae4183a
AS
6120 * gdbint.texinfo:
6121 * gdb.texinfo:
6122 * gdb-cfg.texi:
c02a867d 6123 * fdl.texi:
5ae4183a
AS
6124 * annotate.texinfo:
6125 * all-cfg.texi:
c02a867d
EZ
6126 * Makefile.in: Add (C) after Copyright. Update the FSF
6127 address.
6128
fad38dfa
EZ
61292005-12-03 Eli Zaretskii <eliz@gnu.org>
6130
6131 * gdb.texinfo (Connecting): Explain that `monitor' is a way to
6132 extend GDB with commands for external monitor.
6133
53e5f3cf
AS
61342005-12-02 Andrew Stubbs <andrew.stubbs@st.com>
6135
6136 * gdb.texinfo (Convenience variables): Add init-if-undefined command.
6137
55f6ca0f
JB
61382005-11-25 Joel Brobecker <brobecker@adacore.com>
6139
6140 * gdbint.texinfo (Start of New Year Procedure): New chapter.
6141
c1947b85
JB
61422005-11-21 Jim Blandy <jimb@redhat.com>
6143
6144 * gdb.texinfo (Tracepoint Packets): Document restrictions on
6145 placement of 'R' actions in tracepoint action packets; document
6146 dependence of 'X' and 'M' actions on a preceding 'R' action for
6147 their registers.
6148
9d29849a
JB
61492005-11-19 Jim Blandy <jimb@redhat.com>
6150
6151 * gdb.texinfo (Tracepoint Packets): New node.
6152 (General Query Packets): Add entries for the tracepoint packets,
6153 referring to the "Tracepoint Packets" node.
6154 (Tracepoints): Add reference to "Tracepoint Packets".
5ae4183a 6155
9a6253be
KB
61562005-11-18 Kevin Buettner <kevinb@redhat.com>
6157
6158 * gdb.texinfo (set remotebreak): Add anchor.
6159 (X packet): Likewise.
6160 (Remote Protocol): Add new section `Interrupts' and new index
6161 entry `interrupts (remote protocol)'.
6162
5f3bebba
JB
61632005-11-18 Jim Blandy <jimb@redhat.com>
6164
6165 * gdb.texinfo (Packets): Move information out of 'q' and 'Q'
6166 entries into the General Query Packets section. Add a
6167 cross-reference to that section. Drop description of replies, as
6168 these are covered in the descriptions of each packet.
6169 (General Query Packets): Add introductory text. Explain naming
6170 conventions, and how the end of a name is recognized.
6171
9a7a1b36
KB
61722005-11-17 Kevin Buettner <kevinb@redhat.com>
6173
0564b6cf 6174 * gdb.texinfo (Remote configuration): Fix typo in description of
9a7a1b36
KB
6175 "set remotebreak" command.
6176
b8ff78ce
JB
61772005-11-16 Jim Blandy <jimb@redhat.com>
6178
6179 * gdb.texinfo (Packets, Stop Reply Packets)
6180 (General Query Packets): Various formatting cleanups.
6181 - Use @samp for packet contents.
6182 - Drop summaries from packet @item lines; the same information appears
6183 immediately below in the description.
6184 - Delete paragraph breaks after packet @item commands, so that the
6185 description appears directly to the right of the packet prototype
6186 in the printed manual, if it fits.
6187 - Place spaces in packet prototypes between @vars and non-@var
6188 letters, and explain that they're just for formatting.
6189 - Use @dots{} instead of '...'.
6190 - Fix uses of @code where @var was needed.
6191 - Replace "deprecated" markers with English text spelling out the
6192 packet's status and the preferred alternatives.
6193 - Remove "(reserved)" markers on 'A' and 'I' packets; it's unclear
6194 what this ever meant.
6195 - Remove "(draft)" markers on 'i' packets; nobody has commented on
6196 this for a long time.
6197 - Remove "(draft)" markers on 'z' and 'Z' packets; these have been
6198 implemented several times, and have been in use for years.
6199
8ffe2530
JB
62002005-11-15 Jim Blandy <jimb@redhat.com>
6201
c43c5473
JB
6202 * gdb.texinfo (Packets): Add index entries for 'm' packet
6203 disclaimers.
5ae4183a 6204
fb031cdf
JB
6205 * gdb.texinfo (Packets): Clarify lack of restrictions on behavior
6206 of stub when processing an 'm' packet.
6207
8ffe2530
JB
6208 * gdb.texinfo (Packets): Mention that packets beginning with
6209 letters are reserved once, at the top, instead of actually listing
6210 them all and saying "reserved".
6211
c03c782f
AS
62122005-11-15 Andrew Stubbs <andrew.stubbs@st.com>
6213
6214 * gdb.texinfo (User-defined commands): Add $argc. Add missing 'end'.
6215 Change @var{$arg0 to @code{$arg0.
6216
814e32d7
WZ
62172005-11-14 Wu Zhou <woodzltc@cn.ibm.com>
6218
6219 * gdb.texinfo (Fortran): Add some words about Fortran debugging.
6220
fa93a9d8
JB
62212005-11-12 Jim Blandy <jimb@redhat.com>
6222
6223 * gdb.texinfo (General Query Packets): Put packets in alphabetical
6224 order. Remove extraneous 'z'.
6225
8a5a3c82
AS
62262005-11-07 Andrew Stubbs <andrew.stubbs@st.com>
6227
6228 * gdb.texinfo (Choosing files): Add --eval-command.
6229
4b0ad762
AS
62302005-11-04 Andrew Stubbs <andrew.stubbs@st.com>
6231
6232 * gdb.texinfo (Choosing modes): Add --return-child-result.
6233
6234
1a088d06
AS
62352005-11-01 Andrew Stubbs <andrew.stubbs@st.com>
6236
6237 * gdb.texinfo (Choosing modes): Add --batch-silent.
6238
656d5e12
EZ
62392005-10-28 Eli Zaretskii <eliz@gnu.org>
6240
6241 * gdb.texinfo (GDB/MI Variable Objects): Fix @pxref usage under
6242 "The -var-update Command".
6243
3c9c013a
JB
62442005-10-03 Joel Brobecker <brobecker@adacore.com>
6245
6246 * gdb.texinfo (Print Settings): Add documentation for set/show
6247 print array-indexes.
6248
7ba3cf9c
DJ
62492005-09-17 Daniel Jacobowitz <dan@codesourcery.com>
6250
6251 * gdb.texinfo (Contributors): Thank Andrew Cagney for releases
6252 6.2 and 6.3.
6253
a94ab193
EZ
62542005-08-27 Eli Zaretskii <eliz@gnu.org>
6255
6256 * gdb.texinfo (File Options): Don't document --mapped, it's gone
6257 since 19-Jan-2004.
6258 (Files): Likewise.
ab1adacd
EZ
6259 (Variables, Symbols): Document the "<incomplete type>" message and
6260 its reasons.
a94ab193 6261
ca06016a
FF
62622005-08-01 Fred Fish <fnf@specifix.com>
6263
6264 * gdb.texinfo (SETUP_ARBITRARY_FRAME): Remove obsolete reference.
6265
cf58170d
NR
62662005-07-15 Nick Roberts <nickrob@snap.net.nz>
6267
6268 * gdb.texinfo (GDB/MI Variable Objects): Describe print-values
6269 option for -var-list-children and -var-update.
6270 (GDB/MI Stack Manipulation): Simplify description of
6271 print-values option for -stack-list-locals.
6272 (GDB/MI Command Description Format): Clarify.
6273 (Mode Options): Spelling of superseded.
6274
38f1196a
BR
62752005-07-12 Bob Rossi <bob@brasko.net>
6276
6277 * gdb.texinfo (GDB/MI Miscellaneous Commands): Fix -inferior-tty-show
6278 corresponding GDB command comment.
6279
3cb3b8df
BR
62802005-07-06 Bob Rossi <bob@brasko.net>
6281
6282 * gdb.texinfo (GDB/MI Miscellaneous Commands): Add -inferior-tty-set
6283 and -inferior-tty-show.
6284 (Input/Output): Document "set/show inferior-tty" and tty alias.
6285
10fac096
NW
62862005-07-02 Nathan J. Williams <nathanw@wasabisystems.com>
6287
6288 * gdb.texinfo (Packets): Change description of 'D' packet to note
6289 that GDB does wait for a response.
6290
d1b6db76
NR
62912005-06-22 Nick Roberts <nickrob@snap.net.nz>
6292
6293 * gdb.texinfo (History) Rename "Command History".
6294 (Command History): Move node "Server Prefix" from section on
6295 Annotations here.
6296
29629dcf
NR
62972005-06-19 Nick Roberts <nickrob@snap.net.nz>
6298
6299 * gdb.texinfo (GDB/MI Stack Manipulation):
6300 Re-instate -stack-info-frame with example. Say that it gets
6301 info on selected frame, not current frame.
6302
397ca115
EZ
63032005-06-18 Eli Zaretskii <eliz@gnu.org>
6304
6305 * gdb.texinfo (Server): Clarify that `file' should be used before
6306 connecting to the server.
6307 (Files): Add an xref to the above description.
51274035
EZ
6308 (Output Formats): More detailed description of the `c' format.
6309 (Memory): List explicitly all the formats supported by `x'.
638ac427 6310 (Threads): Add an @cindex entry for "thread apply".
fc8be69e 6311 (Files): Document the possibility of loading unlinked object
59b7b46f
EZ
6312 files. Add more indexing for solib-absolute-prefix and
6313 --with-sysroot.
76d17f34
EZ
6314 (Machine Code): Document possible problems with locations in
6315 shared libraries.
d416eeec
EZ
6316 (Backtrace): Document that free-standing environments do not need
6317 to have a `main' function.
397ca115 6318
74f6deaa
NR
63192005-06-18 Nick Roberts <nickrob@snap.net.nz>
6320
6321 * gdb.texinfo (GDB/MI Stack Manipulation): Remove reference to
6322 -stack-info-frame.
6323
a9967aef
AC
63242005-06-07 Andrew Cagney <cagney@gnu.org>
6325
6326 * gdb.texinfo (Contributors): Note the original multi-arch
6327 contributors.
6328
e09f16f9
EZ
63292005-06-03 Eli Zaretskii <eliz@gnu.org>
6330
6331 * gdb.texinfo (Registers): Add index entries for the standard
6332 registers.
6333 (Frames): Add cross-reference from frame pointer description to
6334 the Registers node.
6335 (Annotations Overview): Fix the reference to GDB name.
6336
d87ba7ee
EZ
63372005-06-01 Eli Zaretskii <eliz@gnu.org>
6338
6339 * gdb.texinfo (Set Watchpoints): Remove @vindex entry for
6340 can-use-hw-watchpoints.
6341
034dad6f
BR
63422005-05-28 Bob Rossi <bob@brasko.net>
6343
6344 * gdb.texinfo (GDB/MI Out-of-band Records): Add bullet enumerating
6345 the possible reasons why an exec async record would be returned to FE.
6346
ffed4509
AC
63472005-05-26 Andrew Cagney <cagney@gnu.org>
6348
6349 * gdb.texinfo: Note that Elena Zannoni, Fernando Nasser, and
6350 Andrew Cagney implemented the original GDB/MI.
6351
e22e55c9
OF
63522005-05-23 Orjan Friberg <orjanf@axis.com>
6353
6354 * gdb.texinfo (CRIS): Update the cris-version and cris-dwarf2-cfi
6355 documentation. Add documentation for cris-mode.
6356
a78e13ce
EZ
63572005-05-20 Eli Zaretskii <eliz@gnu.org>
6358
6359 * gdb.texinfo (Numbers): Explain the example and make the wording
6360 more acurate.
6361
76ff342d
DJ
63622005-05-17 Daniel Jacobowitz <dan@codesourcery.com>
6363 Dennis Brueni <dennis@slickedit.com>
6364
6365 * gdb.texinfo (GDB/MI Breakpoint Table Commands)
6366 (GDB/MI Data Manipulation, GDB/MI Program Control)
6367 (GDB/MI Stack Manipulation): Update examples to include the fullname
6368 attribute in stack frames.
6369
119b882a
EZ
63702005-05-12 Eli Zaretskii <eliz@gnu.org>
6371
6372 * gdb.texinfo (Startup): Fix last change. Treat gdb.ini like we
6373 do with other non-standard names of init files.
6374
6fc08d32
EZ
63752005-05-11 Eli Zaretskii <eliz@gnu.org>
6376
6377 * gdb.texinfo (Command Files): Move the description of the startup
6378 from here...
6379 (Startup): ...to this new subsection of the Invocation chapter.
6380 Rearrange the description of init files more logically and add a
6381 cross-reference to "Command Files". Document the special gdbinit
6382 name for CISCO 68k. Expand the description of what GDB does
6383 during startup.
6384 (History): Add index entry for HISTSIZE.
6385
a561754a
MK
63862005-05-02 Mark Kettenis <kettenis@gnu.org>
6387
6388 * gdb.texinfo (Files): Remove documentation for auto-solib-limit.
6389
2eecc4ab
EZ
63902005-05-02 Eli Zaretskii <eliz@gnu.org>
6391
6392 * gdb.texinfo (SVR4 Process Information, The isatty call)
6393 (The system call): Don't use foo(N) notation for man pages and
6394 functions.
514c4d71 6395 (Compilation, DJGPP Native): Improve wording.
2eecc4ab 6396
18999be5
EZ
63972005-04-27 Eli Zaretskii <eliz@gnu.org>
6398
6399 * gdb.texinfo (Backtrace): Describe backtraces with arguments that
6400 were optimized away.
6401
0abb7bc7
EZ
64022005-04-22 Eli Zaretskii <eliz@gnu.org>
6403
6404 * gdb.texinfo (Remote configuration): Document "set/show
6405 get-thread-local-storage-address". Add cross-reference to the
6406 description of the qGetTLSAddr packet.
6407 (General Query Packets): Mention "set remote
6408 get-thread-local-storage-address" and add a reference to its
6409 description.
6410
6f61acb1
NR
64112005-04-19 Nick Roberts <nickrob@snap.net.nz>
6412
6413 * gdb.texinfo (Backtrace): Describe 'bt full'.
6414
9d59903a
NR
64152005-04-17 Nick Roberts <nickrob@snap.net.nz>
6416
6417 * gdb.texinfo (Mode Options): Fix typo.
6418 (GDB/MI): Describe how to invoke GDB/MI.
6419
721c2651
EZ
64202005-04-16 Eli Zaretskii <eliz@gnu.org>
6421
6422 * gdb.texinfo (OS Information): Renamed from Auxiliary Vector; all
a5adf40f 6423 references changed. Add description of "info udot".
721c2651
EZ
6424 (Files): Document "set/show stop-on-solib-events".
6425 (M32R/D): Document "set/show download-path", "set/show
6426 board-address", "set/show server-address", "upload", "tload".
ba04e063
EZ
6427 Document "sdireset", "sdistatus", "debug_chaos", "use_debug_dma",
6428 "use_mon_code", "use_ib_break", "use_dbt_break".
721c2651
EZ
6429 (Maintenance Commands): Improve indexing.
6430 (Target Commands): Document "set/show hash", "set/show debug
6431 monitor".
6432 (SVR4 Process Information): Document "info pidlist" and "info
6433 meminfo". Document "set/show procfs-tarce" and "set/show
6434 procfs-file". Document "proc-trace-*" and "proc-untrace-*".
6435 (Symbols, The Print Command with Objective-C): Improve indexing.
6436 (Objective-C): Add references to "info classes" and "info
6437 selectors".
c45da7e6
EZ
6438 (Debugging Output): Improve wording. Document "set/show debug
6439 solib-frv". Fix "set/show debugvarobj".
ba04e063
EZ
6440 (Set Breaks): Add index entry for "hardware breakpoints".
6441 (Renesas ICE): Document "e7000", "ftplogin", "ftpload", "drain",
6442 and "set/show usehardbreakpoints".
6443 (MIPS Embedded): Document "se/show syn-garbage-limit", "set/show
6444 monitor-prompt", "set/show monitor-warnings", "pmon".
c45da7e6
EZ
6445 (ARM): Document "rdilogfile", "rdilogenable", "set/show
6446 rdiromatzero", "set/show rdiheartbeat".
6447 (PowerPC): Document SDS-specific commands "set/show sdstimeout",
6448 "sds".
6449 (Embedded Processors): Document the "sim" command.
6450 (Remote): Document the "remote" command.
6451 (DJGPP Native): Document the "info serial" command.
6452 (Threads): Document "maint info sol-threads".
6453 (Files): Document "nosharedlibrary", "add-symbol-file-from-memory".
6454 (Set Breaks): Improve indexing.
6455 (Command Syntax): Add a reference to dont-repeat.
6456 (Define): Document "dont-repeat".
6457 (TUI Commands): Document "tabset".
6458 (WinCE): New subsection. Document "set/show remotedirectory",
6459 "set/show remoteupload", "set/show remoteaddhost".
721c2651 6460
14d6dd68
EZ
64612005-04-15 Eli Zaretskii <eliz@gnu.org>
6462
6463 * gdb.texinfo (Hurd Native): New subsection, documents
6464 Hurd-specific commands.
a64548ea 6465 (Maintenance Commands): Add cross-reference to "Debugging Output".
da316a69 6466 (Debugging Output): Document "set/show debug lin-lwp".
a64548ea
EZ
6467 (MIPS): Improve documentation of heuristic-fence-post. Document
6468 "set/show mips abi", "set/show mips saved-gpreg-size", "set/show
6469 mips stack-arg-size", "set/show mips mask-address", "set/show mips
6470 remote-mips64-transfers-32bit-regs", "set/show debug mips".
e2f4edfd 6471 (ARM): Document ARM-specific commands.
a64548ea
EZ
6472 (AVR): New section. Document "info io_registers".
6473 (CRIS): New section. Document "set/show cris-version" and
6474 "set/show cris-dwarf2-cfi".
6475 (HPPA): New section. Document "set/show debug hppa" and "maint
6476 print unwind".
a5adf40f 6477 (Neutrino): New subsection. Document "set/show debug nto-debug".
a64548ea 6478 (Super-H): New section. Document the "regs" command.
721c2651 6479 (Debugging Output): Document "set/show debug aix-thread".
14d6dd68 6480
9c16f35a
EZ
64812005-04-09 Eli Zaretskii <eliz@gnu.org>
6482
6483 * gdb.texinfo (Print Settings): Document "set/show print
6484 pascal_static-members", "set print repeats", "show print
6485 null-stop". Improve indexing. Fix documentation of "set print
6486 union".
6487 (Pascal): New section.
6488 (Supported languages): Rename from "Support"; all references
6489 updated. Add a menu item for Pascal.
6490 (Numbers): Document "set radix.
6491 (Screen Size): Document "set/show pagination".
6492 (MIPS Embedded): Remove "set processor" documentation.
6493 (Remote configuration): Document "set/show X/P/Z-packet",
6494 "set/show read-aux-vector-packet", "set/show remote
6495 symbol-lookup-packet", "set/show remote verbose-resume-packet",
6496 "set/show remoteaddresssize", "set/show remotebaud", "set/show
6497 remotedebug", "set/show remotebreak", "set/show remotedevice",
6498 "set/show remotelogfile".
6499 (Auxiliary Vector): Add reference to the description of the
6500 read-aux-vector-packet setting.
6501 (Set Watchpoints): Add a cross-reference to "set remote
6502 hardware-breakpoint-limit".
6503 (General Query Packets): Add indexing of requests and
6504 cross-references to related commands in "Remote configuration".
6505 (File-I/O Overview, The system call): Fix wording and typos.
6506 (Thread Stops): Add index entries.
6507 (Continuing and Stepping): Document "show step-mode".
6508 (i386): New node. Document "set/show struct-convention".
6509 (Files): Document "show trust-readonly-sections".
6510 (Calling): Document "set/show unwindonsignal".
6511 (Messages/Warnings): Add index entries.
6512 (Maintenance Commands): Document "set/show watchdog".
6513 (Annotations Overview): Document "show annotate".
6514 (Set Watchpoints): Add index entries.
6515 (Symbols): Fix doc of case-sensitive.
6516 (ABI): Document "show coerce-float-to-double".
6517 (Convenience Vars, Help): Improve indexing.
6518 (Machine Code): Document "show disassembly-flavor".
6519 (Debugging C plus plus): Document "show overload-resolution".
6520 (Value History, Signaling): Add index entries.
6521
65222005-04-08 Eli Zaretskii <eliz@gnu.org>
6523
6524 * gdb.texinfo (Show): Move @kindex entries to their proper places.
6525 (Processes): Fix wording.
6526 (History, List, Logging output, Define, Symbols, Print Settings):
6527 Improve indexing.
6528
a8f24a35
EZ
65292005-04-03 Eli Zaretskii <eliz@gnu.org>
6530
6531 * gdb.texinfo (Targets): Document "set/show architecture". Remove
6532 redundant index entry for "target" command.
6533 (Backtrace): Add index entries.
6534 (Symbols, Fortran): Document the "set case-sensitive" command.
6535 (DJGPP Native): Document "set com1base", "set com1irq", etc.
6536 (Print Settings): Add index entry for "set demangle-style".
6537 (Target Commands): Document "set download-write-size".
6538 (Debugging Output): Document "set exec-done-display".
6539
09d4efe1
EZ
65402005-04-02 Eli Zaretskii <eliz@gnu.org>
6541
6542 * gdb.texinfo (Files): Fix the name and documentation of
6543 add-shared-symbol-files. Document its alias assf. Update the
6544 list of OSs where GDB supports shared libraries. Fix markup.
6545 (Continuing and Stepping): Add reference to @var{location} in the
6546 text.
6547 (Dump/Restore Files): Fix reference to @{filename}.
6548 (Help): Fix wording.
6549 (Attach): Ditto.
6550 (Set Watchpoints): Ditto.
6551 (Backtrace): Remove redundant index entries. Improve index
6552 entries.
6553 (Delete Breaks): Fix wording.
6554 (Memory): Document the compare-sections command.
6555 (Memory Region Attributes): Improve wording.
6556 (Disabling): Improve wording.
6557 (Fortran): New subsection. Document the "info common" command.
6558 (Help): Document aliases "info copying" and "info warranty".
6559 (Caching Remote Data): New section. Document the "set/show
6560 remotecache" and "info dcache" commands.
6561 (Show): Fix wording of the documentation of the "set
6562 extension-language" command.
6563 (Signals): Add index entry for "info handle".
6564 (Memory Region Attributes): Fix punctuation.
6565 (Symbols): Change the arg name to "location" and refer to it in
6566 the text. Fix wording of "info types" doc.
6567 (Threads): Fix usage of @enumerate @item's.
6568 (Listing Tracepoints): Add index entry for "info tp".
6569 (Set Watchpoints): Add xref to "info break" description.
6570 (Macros): Add an index entry for "macro exp1". Document the
6571 "macro list" command.
6572 (Maintenance Commands): Document "flushregs", "maint agent",
6573 "maint check-symtabs", "maint cplus", "maint demangle", "maint
6574 deprecate", "maint undeprecate", "maint dump-me", "maint packet",
6575 "maint print architecture", "maint print objfiles", "maint print
6576 statistics", "maint print type", "maint show-debug-regs", "maint
6577 space", "maint time", and "maint translate-address".
6578 (Connecting): Document the "monitor" command.
6579 (Annotations Overview): Describe the "set annotate" command.
6580
82f2d802
EZ
65812005-04-01 Eli Zaretskii <eliz@gnu.org>
6582
6583 * gdb.texinfo (Set Watchpoints): Document can-use-hw-watchpoints.
6584 Rearrange index entries and improve wording about support for
6585 hardware watchpoints.
6586
7d51c7de
BR
65872005-03-10 Bob Rossi <bob@brasko.net>
6588
6589 * gdb.texinfo: Update copyright
6590
68c71a2e
TR
65912005-02-09 Theodore A. Roth <troth@openavr.org>
6592
6593 * gdb.texinfo (General Query Packets): Fix texinfo compile warning and
6594 error.
6595
83761cbd
KB
65962005-02-03 Kevin Buettner <kevinb@redhat.com>
6597
6598 * gdb.texinfo (General Query Packets): Document qGetTLSAddr packet.
6599
9f1c6395
MS
66002005-01-17 Michael Snyder <msnyder@redhat.com>
6601
6602 * gdb.texinfo: Fix spelling, infinte -> infinite.
6603
fbd1b305
MK
66042005-01-08 Mark Kettenis <kettenis@gnu.org>
6605
6606 * observer.texi (GDB Observers): Document "solib_loaded".
6607
3ace7edb
AC
66082005-01-07 Andrew Cagney <cagney@gnu.org>
6609
bec39cab
AC
6610 * configure.ac: Rename configure.in, require autoconf 2.59.
6611 * configure: Re-generate.
6612
3ace7edb
AC
6613 * configure.in: Replace configdirs with multiple references to
6614 AC_CONFIG_SUBDIRS.
6615 * configure: Re-generate.
5ae4183a 6616
53531fc1
AC
66172005-01-04 Andrew Cagney <cagney@gnu.org>
6618
6619 * gdbint.texinfo (Versions and Branches): Make the date (YYYYMMDD)
6620 part of the version number.
6621
536ffdb7
MK
66222004-12-24 Mark Kettenis <kettenis@gnu.org>
6623
6624 * gdbint.texinfo (Algorithms): Remove description of
6625 TARGET_DISABLE_HW_WATCHPOINTS and TARGET_ENABLE_HW_WATCHPOINTS.
6626
e1aac25b
JB
66272004-12-07 Jim Blandy <jimb@redhat.com>
6628
6629 * gdb.texinfo (General Query Packets): Specify that thread ID's in
6630 the 'qC' and 'qThreadInfo' packets are unsigned hexidecimal
6631 numbers.
6632
f47b1503
AS
66332004-12-07 Andreas Schwab <schwab@suse.de>
6634
6635 * gdb.texinfo (Mode Options): Document -l option.
6636
b6b8ece6
EZ
66372004-12-04 Eli Zaretskii <eliz@gnu.org>
6638
6639 * gdbint.texinfo (Algorithms): More accurate description of
6640 STOPPED_BY_WATCHPOINT. Point out that target_stopped_data_address
6641 is not needed unless data-read and data-access watchpoints are
6642 supported. Add a description of how GDB checks whether the
6643 inferior stopped because a watchpoint was hit.
6644
01371747
EZ
66452004-11-23 Eli Zaretskii <eliz@gnu.org>
6646
6647 * gdb.texinfo (Files): Add cross-reference to description of
6648 -readnow command-line switch.
6649
2315ffec
RC
66502004-11-10 Randolph Chung <tausq@debian.org>
6651
6652 * gdb.texinfo: Document set/show backtrace past-entry commands.
6653 Rearrange index entries for set/show backtrace past-main.
6654
69065f5d
AC
66552004-11-10 Jon Beniston <jon@beniston.com>
6656
6657 Committed by Andrew Cagney <cagney@gnu.org>.
5ae4183a
AS
6658 * gdb.texinfo (Remote Serial Protocol): Further describe
6659 binary transfer escaping mechanism .
69065f5d 6660
30e91e0b
RC
66612004-11-08 Randolph Chung <tausq@debian.org>
6662
6663 * gdb.texinfo (inferior_debugging info): Document "set debug infrun"
6664 and "show debug infrun". Add index entries.
6665
60bf7e09
EZ
66662004-10-23 Eli Zaretskii <eliz@gnu.org>
6667
6668 * gdb.texinfo (SVR4 Process Information): Document subcommands of
6669 "info proc" that are already implemented. Add index entries.
6670 (Working Directory): Add a cross-reference to "info proc" command.
dcaf7c2c
EZ
6671 (Files): Add a tip for decreasing memory used for symtabs from
6672 shared libraries.
f018e82f
EZ
6673 (Starting): Fix whitespace; make "elaboration" stand out where it
6674 is first used, and add an index entry for the term.
f8568604
EZ
6675 (Calling): Expand and elaborate text. Add "print". Add the
6676 description of problems with weak aliases.
384ee23f 6677 (Core File Generation): New section.
60bf7e09 6678
d52fe014
AC
66792004-10-12 Andrew Cagney <cagney@gnu.org>
6680
6681 * gdbint.texinfo (Versions and Branches): New chapter.
6682 (Releasing GDB): Delete "Versions and Branches" section.
6683 (Top): Add "Versions and Branches".
6684
703663ab
EZ
66852004-10-08 Eli Zaretskii <eliz@gnu.org>
6686
6687 * gdb.texinfo (Editing, History): Add cross-references to the
6688 included Readline and History user documentation. Remove
6689 references to the symbol have-readline-appendices which is unused
6690 and undefined.
6691 (History): Fix indexing.
6692
ac77d04f
JJ
66932004-10-08 Jeff Johnston <jjohnstn@redhat.com>
6694
6695 * gdbint.texinfo (target_stopped_data_address): Update to
6696 new prototype.
6697 (i386_stopped_data_address): Update prototype and description.
6698 (i386_stopped_by_watchpoint): New function and description.
6699
e07c999f
PH
67002004-10-03 Paul N. Hilfinger <hilfinger@gnat.com>
6701
6702 * gdb.texinfo (Filenames): Add Ada suffixes.
6703 (Ada) New section.
6704
2e868123
AC
67052004-09-27 Andrew Cagney <cagney@gnu.org>
6706 Robert Picco <Robert.Picco@hp.com>
6707
6708 * gdb.texinfo (Packets): Document the "p" packet.
6709
02a57714
JM
67102004-09-21 Jason Molenda (jmolenda@apple.com)
6711
6712 * gdb.texinfo (Paths and Names of the Source Files): Document the
6713 meaning of values in the 'desc' field of a SO stab.
6714
ae038cb0
DJ
67152004-09-20 Daniel Jacobowitz <dan@debian.org>
6716
6717 * gdb.texinfo (Maintenance Commands): Document "maint set dwarf2
6718 max-cache-age" and "maint show dwarf2 max-cache-age".
6719
f7dc1244
EZ
67202004-09-16 Eli Zaretskii <eliz@gnu.org>
6721
6722 * gdb.texinfo (Set Breaks): Add index entry for setting
6723 breakpoints on overloaded C++ functions that are not members of
6724 any classes. Add an example and an index entry for setting
6725 breakpoints on all program functions.
6726 (Character Sets, Macros, Overlay Commands)
6727 (Non-debug DLL symbols, GDB/MI Output Syntax)
6728 (Annotations Overview, Maintenance Commands, File-I/O Overview):
6729 Use "(@value{GDBP})" instead of a literal "(gdb)".
6730
f810308b
AC
67312004-09-12 Andrew Cagney <cagney@gnu.org>
6732
6733 * gdbint.texinfo (Native Debugging): Delete description of
6734 FILES_INFO_HOOK.
6735
15a661f3
PH
67362004-09-11 Paul Hilfinger <hilfinger@gnat.com>
6737
5ae4183a
AS
6738 * gdbint.texinfo (User Interface): Change local_hex_string_custom
6739 to hex_string_custom (not historically correct, but more
15a661f3
PH
6740 understandable, given the current code).
6741
f3219c75
AC
67422004-09-03 Andrew Cagney <cagney@gnu.org>
6743
6744 * gdbint.texinfo (Native Debugging): Delete SVR4_SHARED_LIBS.
6745
f3bb6704
JJ
67462004-09-01 Jeff Johnston <jjohnstn@redhat.com>
6747
6748 * observer.texi (solib_unloaded): New observer.
6749
8d2c00cb
AC
67502004-08-24 Andrew Cagney <cagney@gnu.org>
6751
6752 * gdbint.texinfo (Target Architecture Definition): Add missing
6753 comma.
6754
e7dc800a
MC
67552004-08-20 Michael Chastain <mec.gnu@mindspring.com>
6756
6757 * (Using the Testsuite): build != host is supported,
6758 but some test scripts do not support build != host.
6759
73b03683
MK
67602004-08-14 Mark Kettenis <kettenis@gnu.org>
6761
6762 * gdbint.texinfo (Host Definition): Delete description of
6763 FCLOSE_PROVIDED and GETENV_PROVIDED.
6764
c0ccb908
MK
67652004-08-05 Mark Kettenis <kettenis@chello.nl>
6766
6767 * gdbint.texinfo (Host Definition): Delete description of
6768 NO_SYS_FILE.
6769 (Native Debugging): Delete description of KERNEL_U_ADDR_BSD and
6770 PTRACE_FP_BUG.
6771
9c8dbfa9
AC
67722004-08-05 Andrew Cagney <cagney@gnu.org>
6773
6774 * gdbint.texinfo (Target Architecture Definition): Delete
6775 reference to deprecated_read_fp.
6776
f42accbe
AC
67772004-08-02 Andrew Cagney <cagney@gnu.org>
6778
6779 * gdbint.texinfo (Target Architecture Definition): Delete
6780 description of DEPRECATED_REGISTER_BYTES.
6781
0b66e38c
EZ
67822004-07-30 Baurjan Ismagulov <ibr@ata.cs.hun.edu.tr>
6783
6784 * gdb.texinfo (Source Path): Document the new behavior of
6785 searching for the source files.
6786
15387254
EZ
67872004-07-17 Eli Zaretskii <eliz@gnu.org>
6788
6789 * gdb.texinfo (Edit): Fix markup of EDITOR and improve wording.
6790 (Search, Expressions, Arrays, Variables, Data, Machine Code)
6791 (Auto Display): Improve indexing.
6792
2c07db7a
AC
67932004-07-16 Andrew Cagney <cagney@gnu.org>
6794
6795 * gdb.texinfo (Mode Options): Delete documentation on "-async" and
6796 "-noasync".
6797
4644b6e3
EZ
67982004-07-09 Eli Zaretskii <eliz@gnu.org>
6799
6800 * gdb.texinfo: Fix @kindex entries so that multiple commands that
6801 have the same prefix have only their prefix in the index.
6802
7561d450
MK
68032004-07-03 Mark Kettenis <kettenis@gnu.org>
6804
6805 * gdb.texinfo (BSD libkvm Interface): New node (section)
6806 (Native): Add it to the menu.
6807
67bebe79
MK
68082004-07-01 Mark Kettenis <kettenis@gnu.org>
6809
6810 * gdbint.texinfo (Target Architecture Definition): Remove
6811 PCC_SOL_BROKEN.
6812
1a6923e0
MK
68132004-06-24 Mark Kettenis <kettenis@gnu.org>
6814
6815 * gdbint.texinfo (Target Architecture Definition): Remove
6816 SUN_FIXED_LBRAC_BUG.
6817
b435e160
AC
68182004-06-26 Andrew Cagney <cagney@gnu.org>
6819
6820 * gdbint.texinfo (Coding): Replace xasprintf with xstrprintf.
6821
b5622e8d
AC
68222004-06-20 Andrew Cagney <cagney@gnu.org>
6823
6824 * gdbint.texinfo (Target Architecture Definition): Deprecate
6825 USE_STRUCT_CONVENTION.
6826
e0c07bf0
MC
68272004-06-19 Michael Chastain <mec.gnu@mindspring.com>
6828
6829 gdb.texinfo (Bug Reporting): Mention session recording,
6830 with the script command or Emacs.
6831
782263ab
AC
68322004-06-18 Andrew Cagney <cagney@gnu.org>
6833
6834 * gdbint.texinfo (Target Architecture Definition): Deprecate
6835 FUNCTION_START_OFFSET.
6836
03727ca6
AC
68372004-06-14 Andrew Cagney <cagney@gnu.org>
6838
6839 Based on changes from Karl Berry.
6840 * gdb.texinfo: Do not use @sc in a direntry.
6841 * stabs.texinfo: Change @dircateogry to "Software development".
6842 * gdbint.texinfo, gdb.texinfo, annotate.texinfo: Ditto.
6843
97092415
AC
68442004-06-13 Andrew Cagney <cagney@gnu.org>
6845
6846 * gdbint.texinfo (Target Architecture Definition): Delete
6847 description of RETURN_VALUE_ON_STACK.
6848
1f6d4158
AC
68492004-06-09 Andrew Cagney <cagney@gnu.org>
6850
6851 * gdbint.texinfo (Native Debugging): Restore "@table @code"
6852 deleted by previous patch.
6853
d966f0cb
AC
68542004-06-08 Andrew Cagney <cagney@gnu.org>
6855
6856 * gdbint.texinfo (Native Debugging): Delete documentation on
6857 ATTACH_DETACH.
6858
86fe4aaa
RC
68592004-06-06 Randolph Chung <tausq@debian.org>
6860
6861 * gdb.texinfo (push_dummy_call): Use @code{struct value}.
6862
d4b6d575
RC
68632004-06-06 Randolph Chung <tausq@debian.org>
6864
5ae4183a 6865 * gdb.texinfo (push_dummy_call): Update argument list to match
d4b6d575
RC
6866 the new push_dummy_call method signature. Describe the function
6867 argument.
6868
4e8b0763
JB
68692004-05-24 Joel Brobecker <brobecker@gnat.com>
6870
6871 * gdb.texinfo (Starting): Document new start command.
6872
59caf092
AC
68732004-05-21 Andrew Cagney <cagney@redhat.com>
6874
6875 * observer.texi (GDB Observers): Document "inferior_created".
6876
e4a2df64
AC
68772004-05-08 Andrew Cagney <cagney@redhat.com>
6878
e6b55ae2
AC
6879 * gdbint.texinfo (Target Architecture Definition): Delete
6880 description of DO_DEFERRED_STORES.
6881
28954179
AC
6882 * gdbint.texinfo (Target Architecture Definition): Delete
6883 references to DEPRECATED_FIX_CALL_DUMMY.
6884
434b87dd
AC
6885 * gdbint.texinfo (Target Architecture Definition): Delete
6886 description of DEPRECATED_CALL_DUMMY_WORDS,
6887 DEPRECATED_SIZEOF_CALL_DUMMY_WORDS, and CALL_DUMMY.
6888
58d28df8
AC
6889 * gdbint.texinfo (Target Architecture Definition): Delete
6890 description of DEPRECATED_PUSH_DUMMY_FRAME.
6891
e4a2df64
AC
6892 * gdbint.texinfo (Target Architecture Definition): Delete
6893 reference to DEPRECATED_CALL_DUMMY_BREAKPOINT_OFFSET.
6894
2b4855ab
AC
68952004-05-07 Andrew Cagney <cagney@redhat.com>
6896
6897 * observer.texi (GDB Observers): Add "Debugging" section. Include
6898 cross reference to "set/show debug observer".
6899 * gdb.texinfo (Debugging Output): Document "set/show debug
6900 observer".
6901
fcf70625
AC
69022004-05-01 Andrew Cagney <cagney@redhat.com>
6903
6904 * gdbint.texinfo (Target Architecture Definition): Delete
6905 description of DEPRECATED_PC_IN_SIGTRAMP.
6906
8ee56bcf
AC
69072004-04-30 Andrew Cagney <cagney@redhat.com>
6908
6909 * gdbint.texinfo (Target Architecture Definition): Delete
6910 documentation for BELIEVE_PCC_PROMOTION_TYPE, no longer defined.
6911
67ab9a76
OF
69122004-04-30 Orjan Friberg <orjanf@axis.com>
6913
6914 * observer.texi (GDB Observers): Correct spelling.
6915
79346bcb
OF
69162004-04-26 Orjan Friberg <orjanf@axis.com>
6917
6918 * observer.texi (GDB Observers): Add target_changed event.
6919
7a464420
AC
69202004-04-08 Andrew Cagney <cagney@redhat.com>
6921
6922 * observer.texi (GDB Observers): Rework, provide generic observer
6923 definitions and then a list of observable events.
6924
6cdf9d98
AC
69252004-04-04 Andrew Cagney <cagney@redhat.com>
6926
6927 * gdbint.texinfo (Host Definition): Delete reference to
6928 NO_SIGINTERRUPT.
6929
ddc135a4
AC
69302004-04-02 Andrew Cagney <cagney@redhat.com>
6931
6932 * gdbint.texinfo (Target Architecture Definition): Delete
6933 reference to DEPRECATED_CALL_DUMMY_LENGTH.
6934
6a1b180d
SC
69352004-03-28 Stephane Carrez <stcarrez@nerim.fr>
6936
6937 * gdb.texinfo (TUI Commands): Document tui reg commands.
6938
d0d5df6f
AC
69392004-03-26 Andrew Cagney <cagney@redhat.com>
6940
6941 * gdb.texinfo (TUI): Delete reference to --enable-tui. Mention
6942 "gdbtui".
6943 (Mode Options): Mention "gdbtui". Use "Text" not "Terminal".
6944 (Contributors): Mention both Text and Terminal User Interface.
6945
aa2a3f87
AC
69462004-03-23 Andrew Cagney <cagney@redhat.com>
6947
6948 * gdbint.texinfo (Target Architecture Definition): Deprecate
6949 references to SIGTRAMP_START and SIGTRAMP_END.
6950
f561f026
AC
69512004-03-23 Andrew Cagney <cagney@redhat.com>
6952
6953 * gdbint.texinfo (Target Architecture Definition): Deprecate
6954 references to PC_IN_SIGTRAMP.
6955
33cb8b0f
AC
69562004-03-19 Andrew Cagney <cagney@redhat.com>
6957
6958 * gdbint.texinfo (Target Architecture Definition): Delete
6959 reference to GDB_TARGET_IS_HPPA.
6960
fc989b7a
AC
69612004-03-18 Andrew Cagney <cagney@redhat.com>
6962
6963 * gdbint.texinfo (Coding): Update section on gdbarch_data,
6964 describe pre_init and post_init.
6965
701b08bb
DJ
69662004-03-09 Daniel Jacobowitz <drow@mvista.com>
6967
6968 * gdb.texinfo (Debugging Output): Document values for "set debug
6969 target".
6970
faae5abe
AC
69712004-02-28 Andrew Cagney <cagney@redhat.com>
6972
6973 * gdb.texinfo (Contributors): Mention GDB 6.1 release engineer.
6974
dd79a6cf
JJ
69752004-02-26 Jeff Johnston <jjohnstn@redhat.com>
6976
6977 * gdb.texinfo (breakpoints): Add information about the
6978 new "set breakpoint pending" and "show breakpoint pending"
6979 commands.
6980
e7f16015
AC
69812004-02-26 Andrew Cagney <cagney@redhat.com>
6982
6983 * gdbint.texinfo (Coding): Document use of gdbarch_obstack_zalloc
6984 in Per-architecture module data section.
6985
7161a3a6
RM
69862004-02-25 Roland McGrath <roland@redhat.com>
6987
6988 * gdb.texinfo (General Query Packets): Document qPart:... packets.
6989
2154891a
AC
69902004-02-24 Andrew Cagney <cagney@redhat.com>
6991
6992 * annotate.texinfo: Wrap fdl.texi include in raise/lower sections.
6993 * gdb.texinfo, gdbint.texinfo, stabs.texinfo: Ditto.
6994 * fdl.texi: Import Version 1.2, November 2002.
7161a3a6 6995
6c74ac8b
AC
69962004-02-17 Andrew Cagney <cagney@redhat.com>
6997
6998 * gdb.texinfo (Mode Options): Note that "mi1" is deprecated.
6999
19772a2c
AC
70002004-02-16 Andrew Cagney <cagney@redhat.com>
7001
7002 * gdbint.texinfo (Target Architecture Definition): Deprecate
7003 FRAMELESS_FUNCTION_INVOCATION.
7004
c9830293
AC
70052004-02-16 Andrew Cagney <cagney@redhat.com>
7006
7007 * gdbint.texinfo (Coding): Mention -Wunused-function.
7008
b9d26eb9
AC
70092004-02-14 Andrew Cagney <cagney@redhat.com>
7010
7011 * gdbint.texinfo (Target Architecture Definition): Delete
7012 description of DEPRECATED_CALL_DUMMY_STACK_ADJUST.
7013
49efadf5
EZ
70142004-02-12 Elena Zannoni <ezannoni@redhat.com>
7015
7016 * gdb.texinfo: Properly quote the name "C++".
7017 * gdbint.texinfo: Ditto.
7018 * stabs.texinfo: Ditto.
7019
1eb288ea
EZ
70202004-02-11 Elena Zannoni <ezannoni@redhat.com>
7021
7022 * gdbint.texinfo (Support Libraries): Add doco about obstacks and
7023 minimal information about libiberty.
7024
e4937fc1
MC
70252004-02-06 Michael Chastain <mec.gnu@mindspring.com>
7026
7027 * gdb.texinfo (Auxiliary Vector): Fix thinko with @value{GDBN}.
7028
a9331b3f
RM
70292004-02-04 Roland McGrath <roland@redhat.com>
7030
7031 * gdb.texinfo (Auxiliary Vector): New node (section).
7032 (Data): Add it to the menu.
7033
2650777c
JJ
70342004-02-02 Jeff Johnston <jjohnstn@redhat.com>
7035
7036 * gdb.texinfo (Breakpoints): Add information about pending
7037 breakpoint support.
7038
b4501125
AC
70392004-01-26 Andrew Cagney <cagney@redhat.com>
7040
7041 * gdb.texinfo (Overview): Delete references to the cisco protocol
7042 including the "N" response.
7043
74055713
AC
70442004-01-26 Andrew Cagney <cagney@redhat.com>
7045
7046 * gdbint.texinfo (Target Architecture Definition): Rename
7047 EXTRACT_STRUCT_VALUE_ADDRESS to
7048 DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS.
a9331b3f 7049
3bbe9696
EZ
70502004-01-24 Eli Zaretskii <eliz@gnu.org>
7051
7052 * gdb.texinfo (KOD): Document "show os". Add index entries for
7053 "set/show os" and "info cisco" commands.
7054
5843504f
EZ
70552004-01-21 Eli Zaretskii <eliz@gnu.org>
7056
7057 * Makefile.in (install-info): Prepend $(DESTDIR) to $(infodir).
7058
9175c9a3
MC
70592004-01-19 Michael Chastain <mec.gnu@mindspring.com>
7060
7061 * gdbint.texinfo: Delete USE_MMALLOC, NO_MMCHECK, MMCHECK_FORCE,
7062 MMAP_BASE_ADDRESS, MMAP_INCREMENT.
7063
8e94b928
NR
70642004-01-19 Nick Roberts <nick@nick.uklinux.net>
7065
7066 * gdb.texinfo (GDB/MI Stack Manipulation): Describe extension to
7067 -stack-list-locals.
7068 (GDB/MI Variable Objects): Describe extension to
7069 -var-list-children.
7070
a20cf136
DJ
70712004-01-17 Daniel Jacobowitz <drow@mvista.com>
7072
7073 * gdbint.texinfo (DECR_PC_AFTER_HW_BREAK): Don't document.
7074
afb18d0f
AC
70752004-01-17 Andrew Cagney <cagney@redhat.com>
7076
7077 * gdbint.texinfo (Target Architecture Definition): Delete
7078 documentation on DEPRECATED_NPC_REGNUM.
7079
b51970ac
DJ
70802004-01-13 Daniel Jacobowitz <drow@mvista.com>
7081
7082 * gdb.texinfo: Update copyright year. Mention that set
7083 follow-fork-mode is supported on GNU/Linux. Remove documentation of
7084 "set follow-fork-mode ask".
7085
0f0cffd2
AC
70862004-01-13 Andrew Cagney <cagney@redhat.com>
7087
7088 * gdbint.texinfo: Update copyright year.
7089 (Coding): Add -Wunused-label to list of -Werror warnings.
7090
c552b3bb 70912004-01-08 Jason Molenda <jmolenda@apple.com>
5ae4183a 7092 Eli Zaretskii <eliz@gnu.org>
c552b3bb
JM
7093
7094 * gdb.texinfo: Update copyright.
7095 (Objective-C): "methodName" typeo fixed. Add @code/@var markup
7096 around names, as appropriate. Minor syntax cleanup of
7097 _NSPrintForDebugger explanation. Two spaces after periods.
7098 GDBN used instead of lit. "gdb". Index entries added for
7099 print-object and _NSPrintForDebugger. @noindent added in one spot.
7100
afe157ca
EZ
71012003-11-11 Elena Zannoni <ezannoni@redhat.com>
7102
7103 * stabs.texinfo: Add dircategory and direntry commands.
7104 * annotate.texinfo: Ditto.
7105
963e2bb7
AC
71062003-11-10 Andrew Cagney <cagney@redhat.com>
7107
7108 * gdbint.texinfo (Target Architecture Definition): Replace the
7109 return_value method's "inval" and "outval" parameters with
7110 "readbuf" and "writebuf".
7111
1d8b2f28
JB
71122003-10-28 Jim Blandy <jimb@redhat.com>
7113
7114 * gdb.texinfo (The F request packet, The F reply packet): Renamed
7115 from "The `F' request packet" and "The `F' reply packet", to make
7116 texi2dvi happy.
7117 (File-I/O remote protocol extension): Update menu entries, too.
7118
36d86913
MC
71192003-10-26 Michael Chastain <mec@shout.net>
7120
7121 * gdb.texinfo (Thread Stops): Document the issue with
7122 premature return from system calls in multi-threaded programs.
7123
ce2826aa
AC
71242003-10-24 Andrew Cagney <cagney@redhat.com>
7125
7126 * annotate.texinfo: Fix "fortunatly"[sic].
7127
f24c5e49
KI
71282003-10-23 Kei Sakamoto <sakamoto.kei@renesas.com>
7129
7130 * gdb.texinfo (Contributors to GDB): Replace "Renesas"
7131 with "Hitachi" and "Mitsubishi".
7132
92ad9cd9
AC
71332003-10-20 Andrew Cagney <cagney@redhat.com>
7134
7135 * gdbint.texinfo (Target Architecture Definition): Document
7136 gdbarch_return_value. Add cross references from
7137 USE_STRUCT_CONVENTION, EXTRACT_RETURN_VALUE, and
7138 STORE_RETURN_VALUE, and from/to EXTRACT_STRUCT_VALUE_ADDRESS.
7139
0ab4b752
MK
71402003-10-18 Mark Kettenis <kettenis@gnu.org>
7141
7142 * gdbint.texinfo (Target Architecture Definition): Document
7143 regset_from_core_section.
fb3e19c0
KI
7144
71452003-10-16 Kei Sakamot Sakamoto <sakamoto.kei@renesas.com>
7146
7147 * gdb.texinfo (M32R/D): Mention m32rsdi target.
7148
a9331b3f 71492003-10-15 Kevin Buettner <kevinb@redhat.com>
e4d5f7e1
KB
7150
7151 From Anthony Green <green@redhat.com>:
5ae4183a 7152 * gdb.texinfo (Breakpoints related warnings): Insert into menu.
e4d5f7e1 7153
1485d690
KB
71542003-10-14 Kevin Buettner <kevinb@redhat.com>
7155
889bf7c5
PA
7156 * gdb.texinfo (Breakpoint related warnings): New node.
7157 * gdbint.texinfo (ADJUST_BREAKPOINT_ADDRESS): Document.
a9331b3f 7158
86d30acc
DJ
71592003-10-13 Daniel Jacobowitz <drow@mvista.com>
7160
7161 * gdb.texinfo (Remote Protocol): Document v and vCont.
7162
172c2a43
KI
71632003-10-10 Kei Sakamoto <sakamoto.kei@renesas.com>
7164
7165 * gdb.texinfo: Replace "Hitachi" and "Mitsubishi" with "Renesas".
7166 * gdbint.texinfo: Ditto.
7167
71952f4c
AC
71682003-10-09 Andrew Cagney <cagney@redhat.com>
7169
7170 From 2003-09-18 David Anderson <davea@sgi.com>:
7171 * gdb.texinfo (GDB/MI Symbol Query): Replace "comamnd" with
7172 "command".
7173
268e2188
AC
71742003-10-03 Andrew Cagney <cagney@redhat.com>
7175
7176 * gdbint.texinfo (Target Architecture Definition): Deprecate
7177 IBM6000_TARGET. Mention that it implies an RS/6000 system and not
7178 just target.
7179
12c266ea 71802003-10-02 Andrew Cagney <cagney@redhat.com>
2e092625 7181
f30992d4 7182 * gdbint.texinfo (Target Architecture Definition): Rename
12c266ea
AC
7183 REGISTER_RAW_SIZE to DEPRECATED_REGISTER_RAW_SIZE.
7184 * gdb.texinfo (Packets, Stop Reply Packets): Ditto.
7185 * gdbint.texinfo (Target Architecture Definition): Rename
7186
71872003-09-30 Andrew Cagney <cagney@redhat.com>
7188
f30992d4 7189 REGISTER_VIRTUAL_SIZE to DEPRECATED_REGISTER_VIRTUAL_SIZE.
a9331b3f 7190 (Target Architecture Definition):
f30992d4 7191
2e092625
AC
7192 * gdbint.texinfo (Target Architecture Definition): Rename
7193 REGISTER_VIRTUAL_TYPE to DEPRECATED_REGISTER_VIRTUAL_TYPE.
7194
0717ae8a
AC
71952003-09-29 Andrew Cagney <cagney@redhat.com>
7196
dad809b7
AC
7197 * gdbint.texinfo (Target Architecture Definition): Delete
7198 documentation for NEED_TEXT_START_END.
7199
0717ae8a
AC
7200 * gdbint.texinfo (Target Architecture Definition): Rename
7201 NPC_REGNUM to DEPRECATED_NPC_REGNUM. Add cross reference to
7202 TARGET_WRITE_PC.
a9331b3f 7203
af6cf26d
MC
72042003-09-22 Michael Chastain <mec@shout.net>
7205
7206 * gdbint.texinfo (Testsuite Organization): Change gdb.c++ to gdb.cp.
7207
ee206350
AG
72082003-09-21 Anthony Green <green@redhat.com>
7209
7210 * gdbint.texinfo (Target Architecture Definition): Fix typos.
7211
a38c9fe6
MK
72122003-09-21 Mark Kettenis <kettenis@gnu.org>
7213
7214 * gdbint.texinfo (Target Architecture Definition): Document
7215 stabs_argument_has_addr.
7216
77949794
AC
72172003-09-18 Andrew Cagney <cagney@redhat.com>
7218
7219 * gdbint.texinfo (Target Architecture Definition): Delete
7220 documentation on REGISTER_NAMES.
7221
8e823e25
MK
72222003-09-13 Mark Kettenis <kettenis@gnu.org>
7223
7224 * gdbint.texinfo (Target Architecture Definition): Replace
7225 REG_STRUCT_HAS_ADDR with DEPRECATED_REG_STRUCT_HAS_ADDR.
7226
f27dd7fd
AC
72272003-09-11 Andrew Cagney <cagney@redhat.com>
7228
7229 * gdbint.texinfo (Target Architecture Definition): Replace
7230 STACK_ALIGN with DEPRECATED_STACK_ALIGN.
7231
8b148df9
AC
72322003-08-18 Andrew Cagney <cagney@redhat.com>
7233
7234 * gdbint.texinfo (Target Architecture Definition): Document
7235 "frame_red_zone_size".
7236
25d29d70
AC
72372003-08-09 Andrew Cagney <cagney@redhat.com>
7238
7239 * gdb.texinfo (Backtrace): Replace "set/show backtrace-below-main"
7240 with "set/show backtrace past-main" and "set/show backtrace
7241 limit".
7242
c938e9b0
L
72432003-08-08 H.J. Lu <hongjiu.lu@intel.com>
7244
7245 * Makefile.in (install-info): Support DESTDIR.
7246 (install-html): Likewise.
7247
64fabec2
AC
72482003-08-07 Andrew Cagney <cagney@redhat.com>
7249
7250 Patch from Nick Roberts.
7251 * gdb.texinfo (Using GDB under GNU Emacs): Fix/update key
7252 bindings. Remove description of send-gdb-command.
7253
2fcf52f0
AC
72542003-08-07 Andrew Cagney <cagney@redhat.com>
7255
7256 * gdb.texinfo (Mode Options): Mention that "mi2" was included in
7257 GDB 6.0.
7258
086432e2
AC
72592003-08-06 Andrew Cagney <cagney@redhat.com>
7260
7261 * gdb.texinfo (Mode Options): Mention that level three is the
7262 highest available and that level 2 is deprecated.
7263 (Annotations Overview): Mention annotation levels. Cross reference
7264 to "Limitations of the Annotation Interface" in annotate.texi.
7265 (TODO, Value Annotations, Frame Annotations): Delete section.
7266 (Displays, Breakpoint Info): Delete.
7267
e5249f67
AC
72682003-08-04 Andrew Cagney <cagney@redhat.com>
7269
7270 * agentexpr.texi: Delete @bye.
7271 * Makefile.in (STABS_DOC_SOURCE_INCLUDES): Add "fdl.texi"
7272 (stabs.info): Add $(srcdir) to include search path.
7273 (html): Depend on "annotate_toc.html", and not "annotate.html".
7274 * stabs.texinfo: Ditto. Include "fdl.texi".
7275 * gdbint.texinfo: Update copyright statement's list of invariant
7276 sections.
7277
e6f672d2
AC
72782003-07-28 Andrew Cagney <cagney@redhat.com>
7279
7280 * Makefile.in (INFO_DEPS): Add annotate.info.
7281 (dvi, ps, html, pdf): Add annotate.
7282 (ANNOTATE_DOC_SOURCE_INCLUDES): New macro.
7283 (ANNOTATE_DOC_BUILD_INCLUDES): New macro.
7284 (ANNOTATE_DOC_FILES): New macro.
7285 (ANNOTATE_TEX_TMPS): New macro.
7286 (annotate.info, annotate_toc.html): Specify dependencies.
7287 (annotate.ps, annotate.pdf, annotate.dvi): Ditto.
7288 * annotate.texinfo: Rename annotate.texi. Get building. Add
7289 "Migrating to GDB/MI" and "Limitations of the Annotation
7290 Interface" chapters. Mention why it is not part of the user
7291 guide. Update copyright notice. Include "fdl.texi".
7292
72ffddc9
SC
72932003-07-26 Stephane Carrez <stcarrez@nerim.fr>
7294
7295 * gdb.texinfo (TUI Keys): Document C-x o key to switch active window.
7296
a9f12a31
DJ
72972003-07-24 Daniel Jacobowitz <drow@mvista.com>
7298
7299 * gdbint.texinfo (libgdb components): Correct a GDB to GDBN.
7300
b1fe9455
DJ
73012003-07-24 Daniel Jacobowitz <drow@mvista.com>
7302
7303 * gdb.texinfo (Server): Mention pidof.
7304
153721e6
AC
73052003-07-22 Andrew Cagney <cagney@redhat.com>
7306
7307 * gdbint.texinfo (Coding): Add -Wformat-nonliteral to -Werror
7308 list.
7309
0fac0b41
DJ
73102003-06-28 Daniel Jacobowitz <drow@mvista.com>
7311
7312 * gdb.texinfo (Logging output): New chapter.
7313
4e562065
JB
73142003-06-24 Joel Brobecker <brobecker@gnat.com>
7315
7316 * gdb.texinfo (Unsupported languages): New section.
7317 (Languages): Add link to new section.
7318
f2c06f52
AC
73192003-06-22 Andrew Cagney <cagney@redhat.com>
7320
7321 * gdb.texinfo (Contributors): Mention 6.0 release engineer.
7322
b4177fca
DJ
73232003-06-22 Daniel Jacobowitz <drow@mvista.com>
7324
7325 * gdbint.texinfo (Coding): Clarify use of gdb_XXX.h headers.
7326
f418dd93
DJ
73272003-06-22 Daniel Jacobowitz <drow@mvista.com>
7328
7329 * Makefile.in (SFILES_INCLUDED): Add agentexpr.texi.
7330 * agentexpr.texi: Retitle section, and change it to an appendix.
7331 Comment out texinfo initialization. Factor a @var{} into two
7332 pieces to prevent makeinfo warnings.
7333 * gdb.texinfo: Add Agent Expressions appendix.
7334
4ca61388
DJ
73352003-06-19 Daniel Jacobowitz <drow@mvista.com>
7336
7337 * gdbint.texinfo (Native Conditionals): Remove PREPARE_TO_PROCEED.
7338
07f31aa6
DJ
73392003-06-18 Daniel Jacobowitz <drow@mvista.com>
7340
5ae4183a 7341 * gdb.texinfo (Remote Debugging): New section "Connecting to a
07f31aa6
DJ
7342 remote target". Document the "detach" and "disconnect" commands.
7343 (Server, Netware, Debug Session): Reference "Connecting to a
7344 remote target".
7345 (GDB/MI Target Manipulation): Document "-target-disconnect".
7346
2dd0da42
AC
73472003-06-13 Andrew Cagney <cagney@redhat.com>
7348
7349 * gdbint.texinfo (Target Architecture Definition): Deprecate
7350 REMOTE_BREAKPOINT, LITTLE_REMOTE_BREAKPOINT, and
7351 BIG_REMOTE_BREAKPOINT. Cross reference BREAKPOINT_FROM_PC.
7352
e7a3abfc
JB
73532003-06-09 Jim Blandy <jimb@redhat.com>
7354
7355 * gdb.texinfo (Separate Debug Files): Remove extra semicolon.
7356
25e3a86b
AC
73572003-06-08 Andrew Cagney <cagney@redhat.com>
7358
7359 * gdbint.texinfo (Target Architecture Definition): Delete
7360 documentation on FRAME_ARGS_ADDRESS_CORRECT.
7361
a9e5fdc2
AC
73622003-06-08 Andrew Cagney <cagney@redhat.com>
7363
7364 * gdbint.texinfo (Target Architecture Definition): Document
7365 "unwind_sp". Cross reference "unwind_sp" and TARGET_READ_SP.
7366
b37303ee
AF
73672003-06-07 Adam Fedor <fedor@gnu.org>
7368
7369 * gdb.texinfo: Add Objective-C documentation.
7370
39fe6e80
AC
73712003-06-01 Andrew Cagney <cagney@redhat.com>
7372
7373 * gdbint.texinfo (Target Architecture Definition): Add "func_addr"
7374 parameter to "push_dummy_call". Rename "dummy_addr" to "bp_addr".
7375
125309b2
AC
73762003-05-21 Andrew Cagney <cagney@redhat.com>
7377
7378 * gdbint.texinfo (Target Architecture Definition): Delete
7379 references to "extract_address" and "store_address".
7380
b8b527c5
AC
73812003-05-16 Andrew Cagney <cagney@redhat.com>
7382
7383 * gdbint.texinfo (Target Architecture Definition): Replace
7384 REGISTER_BYTES with DEPRECATED_REGISTER_BYTES. Fix typo,
7385 DEPRECATED_REGISTER_SIZE instead of REGISTER_BYTE.
7386
50e3ee83
TR
73872003-05-14 Theodore A. Roth <troth@openavr.org>
7388
7389 * gdbint.texinfo (Breakpoint Handling): Correct a double negative.
7390
44e2be90
L
73912003-05-10 H.J. Lu <hongjiu.lu@intel.com>
7392
7393 * Makefile.in (gdb-cfg.texi): Replace $$LN_S with $(LN_S).
7394 (gdb.dvi): Likewise.
7395 (gdb.pdf): Likewise.
7396 (links2roff): Likewise.
7397
df5215a6
JB
73982003-05-08 Jim Blandy <jimb@redhat.com>
7399
7400 * gdb.texinfo (Dump/Restore Files): Update documentation for
7401 'dump', 'append', and 'restore': note that format argument is
7402 optional; simplify presentation of the command variants; and be
7403 more precise about the formats.
7404
5e7b2f39
JB
74052003-05-07 Jim Blandy <jimb@redhat.com>
7406
7407 * gdb.texinfo (Symbols): Update documentation: 'maint list
7408 symtabs' and 'maint list psymtabs' have been renamed 'maint info
7409 symtabs' and 'maint info psymtabs'.
7410
b1e29e33
AC
74112003-05-05 Andrew Cagney <cagney@redhat.com>
7412
7413 * gdbint.texinfo (Target Architecture Definition): Make
7414 CALL_DUMMY_WORDS, SIZEOF_CALL_DUMMY_WORDS, CALL_DUMMY_LENGTH,
7415 FIX_CALL_DUMMY, CALL_DUMMY_BREAKPOINT_OFFSET and
7416 CALL_DUMMY_BREAKPOINT_OFFSET deprecated.
7417
00905d52
AC
74182003-05-04 Andrew Cagney <cagney@redhat.com>
7419
7420 * gdb.texinfo (Maintenance Commands): Document "maint print
7421 dummy-frames".
7422
54ff5908
AC
74232003-05-04 Andrew Cagney <cagney@redhat.com>
7424
7425 * gdb.texinfo (GDB/MI Symbol Query): Use @{ and @}.
7426
32e7087d
JB
74272003-05-03 J. Brobecker <brobecker@gnat.com>
7428
7429 Thierry Schneider <tpschneider1@yahoo.com>
7430 * gdb.texinfo (section GDB/MI Symbol Query): Add documentation
7431 for new MI command.
7432
7043d8dc
AC
74332003-05-03 Andrew Cagney <cagney@redhat.com>
7434
7435 * gdbint.texinfo (Target Architecture Definition): Document
7436 push_dummy_code. Add cross references.
7437
e33d66ec
EZ
74382003-05-02 Elena Zannoni <ezannoni@redhat.com>
7439
7440 * gdb.texinfo (Character Sets): Update to reflect new behavior of
7441 set/show charsets commands.
7442
0ba6dca9
AC
74432003-04-28 Andrew Cagney <cagney@redhat.com>
7444
7445 * gdbint.texinfo (Target Architecture Definition): Replace
7446 read_fp, TARGET_READ_FP and FP_REGNUM, with deprecated_read_fp,
7447 DEPRECATED_TARGET_READ_FP and DEPRECATED_REGNUM.
7448
d7a27068
AC
74492003-04-28 Andrew Cagney <cagney@redhat.com>
7450
7451 * gdbint.texinfo (Target Architecture Definition): Rename
7452 "tm_print_insn" to "deprecated_tm_print_insn".
7453
44ea7b70
JB
74542003-04-09 Jim Blandy <jimb@redhat.com>
7455
7456 * gdb.texinfo (Symbols): Document 'maint list symtabs' and 'maint
7457 list psymtabs'.
7458
fb8f8949
AC
74592003-04-08 Andrew Cagney <cagney@redhat.com>
7460
7461 * gdbint.texinfo (Target Architecture Definition): Delete
7462 references to EXTRA_FRAME_INFO.
7463
32fb0f22
AC
74642003-04-08 Andrew Cagney <cagney@redhat.com>
7465
7466 * gdbint.texinfo (Target Architecture Definition): Delete
7467 PRINT_TYPELESS_INTEGER.
7468
6be67e67
JB
74692003-04-02 J. Brobecker <brobecker@gnat.com>
7470
7471 * observer.texi (GDB Observers): Adjust the documentation for the
7472 normal_stop notification to better describe reality. Fix a couple
7473 of minor typos.
7474
4e35d5f0
BR
74752003-04-02 Bob Rossi <bob_rossi@cox.net>
7476
a9331b3f 7477 * gdb.texinfo (GDB/MI Program Control): Add
4e35d5f0
BR
7478 '-file-list-exec-source-file'
7479
e8a8712a
AC
74802003-03-31 Andrew Cagney <cagney@redhat.com>
7481
7482 * gdbint.texinfo (Target Architecture Definition): Delete
7483 references to CALL_DUMMY_P.
7484
6c0e89ed
AC
74852003-03-30 Andrew Cagney <cagney@redhat.com>
7486
7487 * gdbint.texinfo (Target Architecture Definition): Remove
7488 reference to TARGET_WRITE_SP.
a9331b3f 7489
378bfd1b
AC
74902003-03-27 Andrew Cagney <cagney@redhat.com>
7491
7492 * gdbint.texinfo (Target Architecture Definition): Remove
7493 references to write_sp.
6c0e89ed 7494
922fbb7b
AC
74952003-03-27 Andrew Cagney <cagney@redhat.com>
7496
7497 * gdb.texinfo (GDB/MI Variable Objects): Replace @include with
7498 chapter body. Use @smallexample instead of @example.
7499 (Annotations): Ditto.
7500 * Makefile.in (GDB_DOC_SOURCE_INCLUDES): Remove gdbmi.texinfo and
7501 annotate.texi.
7502
b81774d8
AC
75032003-03-26 Andrew Cagney <cagney@redhat.com>
7504
7505 * gdbint.texinfo (Target Architecture Definition): Replace
7506 PUSH_ARGUMENTS with push_dummy_call, add gdbarch, regcache and
7507 dummy_addr parameters.
7508
1bf6d5cc
AC
75092003-03-25 Andrew Cagney <cagney@redhat.com>
7510
7511 * gdbint.texinfo (Target Architecture Definition): Delete
7512 reference to CALL_DUMMY_STACK_ADJUST_P. Rename
7513 CALL_DUMMY_STACK_ADJUST to DEPRECATED_CALL_DUMMY_STACK_ADJUST.
7514 Add reference to PUSH_ARGUMENTS.
7515
618ce49f
AC
75162003-03-23 Andrew Cagney <cagney@redhat.com>
7517
7518 * gdbint.texinfo (Algorithms, Target Architecture Definition):
7519 Deprecate FRAME_CHAIN and FRAME_CHAIN_VALID.
7520
bcd7e15f
JB
75212003-03-18 J. Brobecker <brobecker@gnat.com>
7522
7523 * gdbint.texinfo (Algorithms): Add new section describing the
7524 Observer paradigm.
7525 (Top): Add menu entry to new observer appendix.
7526 * observer.texi: New file.
7527 * Makefile.in (GDBINT_DOC_SOURCE_INCLUDES): Add dependency on
7528 new observer.texi file.
7529
9fe8321b
AC
75302003-03-17 Andrew Cagney <cagney@redhat.com>
7531
7532 * gdb.texinfo (DATE): Delete. Remove date from titles. Mention
7533 that GNU Press update the manual version number.
7534
ac2adee5
AC
75352003-03-12 Andrew Cagney <cagney@redhat.com>
7536
7537 * gdbint.texinfo (Target Architecture Definition): Delete
7538 references to get_saved_register. Rename GET_SAVED_REGISTER to
7539 DEPRECATED_GET_SAVED_REGISTER.
7540
749b82f6
AC
75412003-03-13 Andrew Cagney <cagney@redhat.com>
7542
7543 * gdbint.texinfo (Target Architecture Definition): Replace
7544 POP_FRAME with DEPRECATED_POP_FRAME. Update description.
7545
8bedc050
AC
75462003-03-12 Andrew Cagney <cagney@redhat.com>
7547
7548 * gdbint.texinfo (Target Architecture Definition): Rename
7549 FRAME_SAVED_PC to DEPRECATED_FRAME_SAVED_PC.
a9331b3f 7550
0ce1b118
CV
75512003-03-10 Corinna Vinschen <vinschen@redhat.com>
7552
7553 * gdb.texinfo: Add File-I/O documentation.
7554
12cc2063
AC
75552003-03-10 Andrew Cagney <cagney@redhat.com>
7556
7557 * gdbint.texinfo (Target Architecture Definition): Cross reference
7558 FRAME_SAVED_PC to unwind_pc. Document unwind_pc.
7559
7453dc06
AC
75602003-03-07 Andrew Cagney <cagney@redhat.com>
7561
7562 * gdb.texinfo (Debugging Output): Mention the "set/show debug
7563 frame" command.
7564
6314f104
AC
75652003-03-05 Andrew Cagney <cagney@redhat.com>
7566
7567 * gdbint.texinfo (Target Architecture Definition): Document
7568 unwind_dummy_id. Cross reference unwind_dummy_id and
7569 SAVE_DUMMY_FRAME_TOS.
7570
f1212245
DJ
75712003-03-05 James Ingham <jingham@apple.com>
7572 Daniel Jacobowitz <drow@mvista.com>
7573
7574 * gdb.texinfo (Configuring the current ABI): Document "set cp-abi"
7575 and "show cp-abi".
7576
77e7e267
AC
75772003-03-03 Andrew Cagney <cagney@redhat.com>
7578
7579 * gdbint.texinfo (Target Architecture Definition): Document
7580 register_type.
7581
838a8221
AC
75822003-03-03 Andrew Cagney <cagney@redhat.com>
7583
7584 * stabs.texinfo (Structures): Use @samp and separate @var's
7585 instead of a single @var containing a comma separated list.
7586 (Unions): Ditto.
7587
d7f4a264
DJ
75882003-03-02 Daniel Jacobowitz <drow@mvista.com>
7589
7590 * Makefile.in (distclean): Remove config.log.
7591
f30ee0bc
AC
75922003-03-01 Andrew Cagney <cagney@redhat.com>
7593
7594 * gdbint.texinfo (Target Architecture Definition): Rename
7595 FRAME_INIT_SAVED_REGS to DEPRECATED_FRAME_INIT_SAVED_REGS.
7596
75972003-03-01 Andrew Cagney <cagney@redhat.com>
e9582e71
AC
7598
7599 * gdbint.texinfo: Rename INIT_EXTRA_FRAME_INFO to
7600 DEPRECATED_INIT_EXTRA_FRAME_INFO.
7601
be448670
CF
76022003-02-23 Raoul Gough <RaoulGough@yahoo.co.uk>
7603
7604 * gdb.texinfo (Cygwin Native): Links to Non-debug DLL symbols.
7605 (Non-debug DLL symbols): New node, describing the minimal symbols
7606 loaded from DLLs without real debugging symbols.
7607
501eef12
AC
76082003-02-20 Andrew Cagney <ac131313@redhat.com>
7609
7610 * gdb.texinfo (Set Breaks): Add cross reference to "set remote
7611 hardware-breakpoint-limit".
7612 (Set Watchpoints): Add cross reference to "set remote
7613 hardware-watchpoint-limit".
7614 (Remote configuration options): New section.
7615
21c294e6
AC
76162003-02-04 Andrew Cagney <ac131313@redhat.com>
7617
e9be73e4
AC
7618 * gdbint.texinfo (Target Architecture Definition): Delete
7619 descrption of IS_TRAPPED_INTERNALVAR.
7620
21c294e6
AC
7621 From Keith Seitz <keiths@redhat.com>:
7622 * gdb.texinfo (Interpreters): New chapter. Refer the command-line
7623 option "-i"/"--interpreter" to this chapter. Include index
7624 entries.
7625
0179ffac
DC
76262003-02-04 David Carlton <carlton@math.stanford.edu>
7627
7628 * gdb.texinfo (C@t{++}): Recommend DWARF 2, then stabs+.
7629 (Variables): Recommend stabs+ and DWARF 2.
7630 (C plus plus expressions): Correct info about
7631 compiler versions, debug formats.
7632 (Contributors): Change 'DWARF2' to 'DWARF 2'.
7633 PR symtab/874.
7634
7ca9f392
AC
76352003-02-01 Andrew Cagney <ac131313@redhat.com>
7636
7637 * gdbint.texinfo (Target Architecture Definition): Delete
7638 description of ADDITIONAL_OPTIONS, ADDITIONAL_OPTION_CASES,
7639 ADDITIONAL_OPTION_HANDLER, and ADDITIONAL_OPTION_HELP, and
7640 BEFORE_MAIN_LOOP_HOOK, and DBX_PARM_SYMBOL_CLASS along with
7641 references to nindy and i960.
7642 * gdb.texinfo (i960): Delete all references to i960 and nindy.
7643
31a85ea2
AC
76442003-02-01 Andrew Cagney <ac131313@redhat.com>
7645
7646 * gdbint.texinfo (Target Architecture Definition): Delete
7647 FLOAT_INFO.
7648
6b894e49
AC
76492003-01-30 Andrew Cagney <ac131313@redhat.com>
7650
7651 * stabs.texinfo (Member Type Descriptor): Clarify description of
7652 `@'. Suggested by Ben Hutchings.
7653
c48861fb
AC
76542003-01-29 Andrew Cagney <ac131313@redhat.com>
7655
7656 * gdb.texinfo (M68K): Delete reference to es1800.
7657
617073a9
AC
76582003-01-29 Andrew Cagney <ac131313@redhat.com>
7659
7660 * gdb.texinfo (Maintenance Commands): Document `maint print
7661 reggroups' and `maint print register-groups'.
7662 * gdbint.texinfo (Target Architecture Definition): Document
7663 register_reggroup_p.
7664
5b5d99cf
JB
76652003-01-23 Jim Blandy <jimb@redhat.com>
7666
7667 * gdb.texinfo (Separate Debug Files): New section.
7668
e7ba9c65
DJ
76692003-01-22 Daniel Jacobowitz <drow@mvista.com>
7670
7671 * gdb.texinfo (Maintenance Commands): Add "maint set profile"
7672 and "maint show profile".
7673
94e91d6d
MC
76742003-01-16 Michael Chastain <mec@shout.net>
7675
7676 * gdb.texinfo (Installing GDB): Warn against
7677 ".../gdb-VERSION/gdb/configure".
7678 (Separate Objdir): Likewise.
7679
867f3898
AC
76802003-01-15 Andrew Cagney <ac131313@redhat.com>
7681
7682 * gdbint.texinfo (Target Architecture Definition): Delete
7683 definition of PRINT_REGISTER_HOOK.
7684
f153cc92
EZ
76852003-01-15 Elena Zannoni <ezannoni@redhat.com>
7686
7687 (OpenRISC 1000): Fix formatting of command names.
7688
c60eb6f1
EZ
76892003-01-15 Elena Zannoni <ezannoni@redhat.com>
7690
7691 * gdb.texinfo (Continuing and Stepping): Add new command
7692 'advance'. Clarify behavior of 'until'.
7693
f5ebfba0
DJ
76942003-01-13 Daniel Jacobowitz <drow@mvista.com>
7695
7696 * gdb.texinfo (Files): Document solib-absolute-prefix and
7697 solib-search-path.
7698
4ce8657e
MC
76992003-01-09 Michael Chastain <mec@shout.net>
7700
7701 * gdbint.texinfo (Configuring @value{GDBN} for Release): Delete.
7702 (Create a Release): Add new instructions for new @file{src-release}.
7703 Document existing instructions for @file{Makefile.in} as
7704 being for @value{GDBN} 5.3.1 or earlier.
7705
372613e3
AC
77062003-01-09 Andrew Cagney <ac131313@redhat.com>
7707
7708 * gdbint.texinfo (Target Architecture Definition): Mention
7709 frame_saved_regs_zalloc and frame_extra_info_zalloc as the way to
7710 allocate memory.
7711
b4e9345d
DJ
77122003-01-04 Daniel Jacobowitz <drow@mvista.com>
7713
7714 * gdb.texinfo (Controlling GDB): Add @kindex for
7715 "show osabi".
7716 (Backtraces): Add @kindex's for backtrace-below-main.
7717
98b45e30
DJ
77182003-01-04 Daniel Jacobowitz <drow@mvista.com>
7719
7720 * gdb.texinfo (Controlling GDB): Document "set osabi".
7721
95f90d25
DJ
77222003-01-04 Daniel Jacobowitz <drow@mvista.com>
7723
7724 * gdb.texinfo (Backtraces): Document "set backtrace-below-main".
7725 * gdbint.texinfo (FRAME_CHAIN_VALID): Update documentation.
7726
1e698235
DJ
77272003-01-04 Daniel Jacobowitz <drow@mvista.com>
7728
7729 * gdb.texinfo (Controlling GDB): Add ABI section. Document
7730 "set coerce-float-to-double".
7731 * gdbint.texinfo (COERCE_FLOAT_TO_DOUBLE): Remove documentation.
7732
e632838e
AC
77332003-01-02 Andrew Cagney <ac131313@redhat.com>
7734
7735 * stabs.texinfo: Remove obsolete text.
7736 * gdbint.texinfo: Ditto.
7737 * gdb.texinfo: Ditto.
7738
c133ab7a
MK
77392002-12-22 Mark Kettenis <kettenis@gnu.org>
7740
7741 * gdbint.texinfo (Target Architecture Definition): Update
7742 description of gdbarch_register_osabi.
7743
f821f325
KH
77442002-12-20 Kazu Hirata <kazu@cs.umass.edu>
7745
7746 * agentexpr.texi: Fix typos.
7747 * annotate.texi: Likewise.
7748 * fdl.texi: Likewise.
7749
85a6d8d3 77502002-12-10 Andrew Cagney <cagney@redhat.com>
a5afb99f
AC
7751
7752 * gdbint.texinfo (Algorithms): Replace INIT_FRAME_PC with
7753 DEPRECATED_INIT_FRAME_PC.
7754
ae45cd16
AC
77552002-12-01 Andrew Cagney <ac131313@redhat.com>
7756
7757 * gdbint.texinfo (Target Architecture Definition): Delete
7758 PC_IN_CALL_DUMMY.
7759
07555a72
AC
77602002-11-28 Andrew Cagney <ac131313@redhat.com>
7761
7762 * gdbint.texinfo (Host Definition): Delete documentation on
7763 USE_GENERIC_DUMMY_FRAMES.
7764
c166cdc7
EZ
77652002-11-26 Elena Zannoni <ezannoni@redhat.com>
7766
5ae4183a 7767 Fix PR gdb/723 and PR gdb/245.
c166cdc7
EZ
7768 * Makefile.in (install-info): Run the install-info command as part
7769 of the post install steps only.
7770 (uninstall-info): New target.
7771 (uninstall): New target.
7772
35db0260
EZ
77732002-11-22 Elena Zannoni <ezannoni@redhat.com>
7774
7775 * Makefile.in (install): Make install do some real work.
7776
9ba8d803
AC
77772002-11-19 Andrew Cagney <ac131313@redhat.com>
7778
7779 Fix POSIX problem reported by Paul Eggert.
7780 * Makefile.in (GDBvn.texi): Use `sed q' instead of `head -1'.
7781 Fix PR gdb/527.
7782
903ad3a6
AC
77832002-10-26 Andrew Cagney <cagney@redhat.com>
7784
7785 * gdbint.texinfo (Target Architecture Definition): Delete
7786 definition of DO_REGISTERS_INFO.
7787
f2abfe65
KB
77882002-10-18 Kevin Buettner <kevinb@redhat.com>
7789
7790 * gdbint.texinfo (Address Classes): Fix problems with insertion
7791 of ``{'' and ``}'' in example.
7792
b5b0480a
KB
77932002-10-17 Kevin Buettner <kevinb@redhat.com>
7794
7795 * gdbint.texinfo (Address Classes): New section.
7796 (Target Conditionals): Document ADDRESS_CLASS_NAME_TO_TYPE_FLAGS,
7797 ADDRESS_CLASS_NAME_TO_TYPE_FLAGS_P, ADDRESS_CLASS_TYPE_FLAGS,
7798 ADDRESS_CLASS_TYPE_FLAGS_P, ADDRESS_CLASS_TYPE_FLAGS_TO_NAME, and
7799 ADDRESS_CLASS_TYPE_FLAGS_TO_NAME_P.
7800
c85508ee
KD
78012002-10-11 Klee Dienes <kdienes@apple.com>
7802
7803 * gdb.texinfo (Registers): Mention vector registers as well as
7804 floating registers in the documentation for 'info registers' and
7805 'info all-registers'.
7806
6d12fc3d
DJ
78072002-10-11 Daniel Jacobowitz <drow@mvista.com>
7808
7809 * gdbint.texinfo (CPLUS_MARKER): Remove item.
7810
8d19fbd2
JJ
78112002-10-03 Jeff Johnston <jjohnstn@redhat.com>
7812
7813 * gdbint.texinfo (Item Output Functions): Add new ui_out_field_fmt_int
7814 interface definition.
7815
a37295f9
MM
78162002-10-03 Marko Mlinar <markom@opencores.org>
7817
7818 * gdb.texinfo (Target Commands): Add or1k target specific
7819 commands.
7820 * gdb.texinfo (Contributors): Add myself to the contributors list.
7821
da0f9dcd
AC
78222002-10-01 Andrew Cagney <ac131313@redhat.com>
7823
7824 * gdb.texinfo (Mode Options): Update --interpreter option. "mi2"
7825 and "mi1" instead of "mi1" and "mi0".
7826
2e834e49
HPN
78272002-09-29 Hans-Peter Nilsson <hp@bitrange.com>
7828
7829 * gdb.texinfo (Packets): Fix typos "alligned".
7830 Correct z3/Z3 description. Correct z4/Z4 title.
7831
050be0dc
AC
78322002-09-27 Andrew Cagney <ac131313@redhat.com>
7833
7834 * all-cfg.texi: Use @sc for GDB and GCC. Update copyright.
7835
1104b9e7
KB
78362002-09-25 Kevin Buettner <kevinb@redhat.com>
7837
7838 * gdb.texinfo: Use GNU/Linux instead of Linux.
7839
512217c7
AC
78402002-09-25 Andrew Cagney <ac131313@redhat.com>
7841
7842 * gdb.texinfo (Packets): Replace @samp{} with ``an empty string''.
7843
10998722
AC
78442002-09-24 Andrew Cagney <ac131313@redhat.com>
7845
512217c7 7846 * gdb.texinfo: Replace @example with @smallexample.
10998722 7847
a0eb71c5
KB
78482002-09-20 Kevin Buettner <kevinb@redhat.com>
7849
f7dc1244 7850 From Eli Zaretskii <eliz@gnu.org>:
a0eb71c5
KB
7851 * gdb.texinfo (Character Sets): Use @smallexample instead of
7852 @example. Use GNU/Linux instead of Linux.
7853
78542002-09-20 Jim Blandy <jimb@redhat.com>
7855
7856 * gdb.texinfo: Add character set documentation.
7857
2f870471
AC
78582002-09-19 Andrew Cagney <ac131313@redhat.com>
7859
7860 * gdb.texinfo (Packets): Revise `z' and `Z' packet documentation.
7861 (Packets): Add cross reference from `b' packet to `z' packets.
7862
790eb8f5
AC
78632002-09-19 Andrew Cagney <ac131313@redhat.com>
7864
8d30a00d
AC
7865 * gdb.texinfo (Maintenance Commands): Document ``maint
7866 internal-error'' and ``maint internal-warning''.
7867
790eb8f5
AC
7868 * gdbint.texinfo (Target Architecture Definition): Revise
7869 description of STACK_ALIGN. Add description of FRAME_ALIGN.
7870
a23a7bf1
JB
78712002-09-19 Joel Brobecker <brobecker@gnat.com>
7872
7873 * gdbint.texinfo (Target Conditionals): Document the new
7874 NAME_OF_MALLOC macro.
7875
299ffc64
AC
78762002-09-05 Andrew Cagney <ac131313@redhat.com>
7877
7878 * gdb.texinfo (Contributors): Mention 5.2 and 5.3 release
7879 engineer.
7880
b7bb15bc
SC
78812002-09-02 Stephane Carrez <stcarrez@nerim.fr>
7882
7883 * gdb.texinfo (TUI Overview): Document status line fields.
7884
3d757584
SC
78852002-09-02 Stephane Carrez <stcarrez@nerim.fr>
7886
7887 * gdb.texinfo (TUI Commands): Document info win command.
7888
269c21fe
SC
78892002-09-01 Stephane Carrez <stcarrez@nerim.fr>
7890
7891 * gdb.texinfo (TUI Overview): Document breakpoint markers.
7892
7cf36c78
SC
78932002-09-01 Stephane Carrez <stcarrez@nerim.fr>
7894
7895 * gdb.texinfo (TUI Single Key Mode): Document new SingleKey mode.
7896 (TUI Keys): Likewise.
7897
d2c6833e
AC
78982002-08-25 Andrew Cagney <ac131313@redhat.com>
7899
7900 * gdb.texinfo (Examples): Use ``->'' for a packet send and ``<-''
7901 for a packet receive.
7902
46d8b1c3
AC
79032002-08-25 Andrew Cagney <ac131313@redhat.com>
7904
7905 * Makefile.in (clean): Move to end of file.
7906 (distclean, maintainer-clean, realclean): Ditto.
7907 (mostlyclean): Move rule to end of file. Use GDB_TEX_TMPS,
7908 GDBINT_TEX_TMPS, STABS_TEX_TMPS.
7909 (gdb.dvi, gdb.pdf): Do not cleanup TeX temp files after texi2dvi.
7910 (gdbint.dvi, gdbint.pdf, stabs.dvi, stabs.pdf): Ditto.
7911
b0787093
AC
79122002-08-24 Andrew Cagney <ac131313@redhat.com>
7913
7914 * Makefile.in (GDBINT_TEX_TMPS): Define.
7915 (gdbint.dvi, gdbint.pdf): Use
7916 (GDB_TEX_TMPS): Define.
7917 (gdb.dvi, gdb.pdf): Use.
7918 (STABS_TEX_TMPS): Define.
7919 (stabs.dvi, stabs.pdf): Use.
7920 (GDB_DOC_SOURCE_INCLUDES): New macros.
7921 (GDB_DOC_BUILD_INCLUDES, GDB_DOC_FILES): New macros.
7922 (GDBINT_DOC_FILES_INCLUDES): New macros.
7923 (GDBINT_DOC_BUILD_INCLUDES): New macros.
7924 (GDBINT_DOC_FILES, STABS_DOC_SOURCE_INCLUDES): New macros.
7925 (STABS_DOC_BUILD_INCLUDES, STABS_DOC_FILES): New macros.
7926 (SFILES_DOC, SFILES_INCLUDED, SFILES_LOCAL): Delete macros.
7927 (links2roff): Replace SFILES_INCLUDED with
7928 GDB_DOC_SOURCE_INCLUDES.
7929 (gdb.dvi, gdb_toc.html, gdb.pdf, gdb.info): Update dependencies.
7930 (gdb.me, gdb.mm, gdb.ms): Update dependencies.
7931 (gdbint.dvi, gdbint_toc.html, gdbint.pdf, gdbint.info): Update
7932 dependencies.
7933 (stabs.info, stabs_toc.html, stabs.pdf, stabs.dvi): Update
7934 dependencies.
7935 (gdbmi.texinfo): Delete rule.
7936 (inc-hist.texinfo): Delete rule.
7937 (rluser.texinfo): Delete rule.
7938
ebba8386
AC
79392002-08-23 Andrew Cagney <cagney@redhat.com>
7940
7941 * gdbint.texinfo (Target Architecture Definition): Update
7942 STORE_RETURN_VALUE, mention regcache.
7943
0ab7a791
AC
79442002-08-21 Andrew Cagney <ac131313@redhat.com>
7945
7946 * gdbint.texinfo (Target Architecture Definition): Document
7947 print_registers_info. Note that DO_REGISTERS_INFO is deprecated.
7948
ee2d5c50
AC
79492002-08-19 Andrew Cagney <ac131313@redhat.com>
7950
7951 * gdb.texinfo (Remote Protocol): Reformat. Use cross references.
7952 Fix minor typos. Add index entries.
7953
53c69bd7
AC
79542002-08-18 Andrew Cagney <ac131313@redhat.com>
7955
7956 * gdb.texinfo (Data): Add ``Vector Unit'' to menu.
7957
e76f1f2e
AC
79582002-08-15 Andrew Cagney <ac131313@redhat.com>
7959
7960 * gdbint.texinfo (Target Architecture Definition): Document
7961 PRINT_VECTOR_INFO.
7962 * gdb.texinfo (Vector Unit): Document "info vectors" command.
7963
0680b120
AC
79642002-08-13 Andrew Cagney <ac131313@redhat.com>
7965
7966 * gdb.texinfo (Maintenance Commands): Document "maint print
7967 registers", "maint print raw-registers" and "maint print
7968 cooked-registers".
7969
3c3bea1c
GS
79702002-08-08 Grace Sainsbury <graces@redhat.com>
7971
a9331b3f 7972 From Mark Salter:
3c3bea1c
GS
7973 * gdb.texinfo (Protocol): Document T packet extension to
7974 allow watchpoint address reporting.
7975
42f9b0a5
AC
79762002-08-03 Andrew Cagney <ac131313@redhat.com>
7977
7978 * gdb.texinfo (Dump/Restore Files): Move `[]' to outside of @var.
7979
db034ac5
AC
79802002-08-01 Andrew Cagney <cagney@redhat.com>
7981
7982 * stabs.texinfo, gdb.texinfo, gdbint.texinfo: Obsolete references
7983 to CHILL.
7984
e2b28d04
AC
79852002-08-01 Andrew Cagney <ac131313@redhat.com>
7986
7987 * gdbint.texinfo (Coding): Revise section "Include Files".
7988
7fb623f7
AC
79892002-07-24 Andrew Cagney <cagney@redhat.com>
7990
7991 * gdbint.texinfo: Obsolete references to m88k.
7992 * gdb.texinfo: Ditto.
7993
4a2b4636
JB
79942002-07-10 Joel Brobecker <brobecker@gnat.com>
7995
7fb623f7 7996 * gdbint.texinfo (Create a release candiate): Add the location
4a2b4636
JB
7997 where the proper version of autoconf can be retrieved.
7998
a71ec265
DH
79992002-07-09 Don Howard <dhoward@redhat.com>
8000
8001 * gdb.texinfo (Command Files): Further describe the behavior of
8002 sourced command files.
8003
b9aa90c9
AC
80042002-06-27 Andrew Cagney <ac131313@redhat.com>
8005
8006 * gdbint.texinfo (User Interface): ISO C rather than ISO-C.
8007 (Coding): Clarify ISO C version that GDB assumes.
8008
40dd2248
TT
80092002-06-26 Tom Tromey <tromey@redhat.com>
8010
8011 * gdbint.texinfo (User Interface): Mention add_setshow_cmd and
8012 add_setshow_cmd_full.
8013
bfac230e
DH
80142002-06-25 Don Howard <dhoward@redhat.com>
8015
8016 * gdb.texinfo (Memory Region Attributes): Document new behavior
8017 for 'mem' command.
8018
475b0867
JB
80192002-06-11 Jim Blandy <jimb@redhat.com>
8020
919d772c
JB
8021 * gdb.texinfo (Symbols): Update documentation for `info source'
8022 command.
8023
475b0867
JB
8024 * gdb.texinfo (Macros): Call the command `info macro', not
8025 `show macro'.
8026
ba8c9337
AC
80272002-06-09 Andrew Cagney <ac131313@redhat.com>
8028
8029 * gdbint.texinfo (Coding): Add section ``Per-architecture module
8030 data''.
8031
1029b7fa
MK
80322002-06-09 Mark Kettenis <kettenis@gnu.org>
8033
8034 * gdbint.texinfo (Target Architecture Definition): Document
8035 GDB_OSABI_GO32 and GDB_OSABI_NETWARE.
8036
16737d73
AC
80372002-06-08 Andrew Cagney <ac131313@redhat.com>
8038
8039 * gdbint.texinfo (Releasing GDB): Fix typos in @itemize @bullet
8040 lists.
8041
30107679
AC
80422002-06-08 Andrew Cagney <ac131313@redhat.com>
8043
8044 * gdbint.texinfo (Releasing GDB): Revise the section ``Cut the
8045 Branch''.
8046
3352e23e
AC
80472002-06-01 Andrew Cagney <ac131313@redhat.com>
8048
8049 * gdbint.texinfo (Target Architecture Definition): Add section
8050 ``Converting an existing Target Architecture to Multi-arch''.
8051
cbb09e6a
AC
80522002-05-30 Andrew Cagney <ac131313@redhat.com>
8053
8054 * gdbint.texinfo (Releasing GDB): Rename ``Obsoleting any code''
8055 to ``Obsoleting code''. Revise.
8056
e2e0bcd1
JB
80572002-05-17 Jim Blandy <jimb@redhat.com>
8058
8059 * gdb.texinfo (C Preprocessor Macros): New chapter.
8060 Include it in the main menu.
8061 (Contributors): Credit Jim Blandy with macro support.
8062 (Compilation): Explain how to get macro information into the
8063 executable.
8064 (Expressions): Note that preprocessor macros are expanded.
8065
9db8d71f
DJ
80662002-05-14 Daniel Jacobowitz <drow@mvista.com>
8067
8068 * gdb.texinfo (Debug Session): Document new `udp:' and `tcp:'
8069 options for `target remote'.
8070
6d531722
AC
80712002-05-13 Andrew Cagney <ac131313@redhat.com>
8072
8073 * gdbint.texinfo (Target Architecture Definition): Delete
8074 documentation on NNPC_REGNUM.
8075
13d01224
AC
80762002-05-11 Andrew Cagney <ac131313@redhat.com>
8077
8078 * gdbint.texinfo (Target Architecture Definition): Document
8079 REGISTER_TO_VALUE and VALUE_TO_REGISTER and CONVERT_REGISTER_P.
8080 (Target Architecture Definition): Revise section `Using Different
8081 Register and Memory Data Representations'. Add section `Raw and
8082 Virtual Register Representations'.
8083
b2e75d78
AC
80842002-05-11 Andrew Cagney <ac131313@redhat.com>
8085
8086 * gdbint.texinfo (Target Architecture Definition): Mention
8087 defaults for REGISTER_VIRTUAL_SIZE and REGISTER_RAW_SIZE.
8088 (Target Architecture Definition): Mention same. Add references to
8089 web pages.
8090
2c8682ee
MS
80912002-05-08 Michael Snyder <msnyder@redhat.com>
8092
8093 * stabs.texinfo (Attributes): Document new "vector" attribute.
8094
0816590b
AC
80952002-05-04 Andrew Cagney <ac131313@redhat.com>
8096
8097 * gdbint.texinfo (Releasing GDB): Revise `Create a Release'.
8098
2653173e
AC
80992002-05-04 Andrew Cagney <ac131313@redhat.com>
8100
8101 * gdb.texinfo: Delete obsolete references to a29k.
8102
d7bd68ca
AC
81032002-04-24 Andrew Cagney <ac131313@redhat.com>
8104
8105 * gdbint.texinfo (Target Architecture Definition): Replace
8106 IN_SIGTRAMP with PC_IN_SIGTRAMP.
8107
21d83aa5
DM
81082002-04-24 David S. Miller <davem@redhat.com>
8109
8110 * gdbint.texinfo (REGISTER_IN_WINDOW): Delete definition.
8111
7673a6cc
DM
81122002-04-21 David S. Miller <davem@redhat.com>
8113
8114 * gdbint.texinfo (SKIP_PROLOGUE_FRAMELESS_P): Delete definition.
8115
d49d1e0a
AC
81162002-04-21 Andrew Cagney <ac131313@redhat.com>
8117
8118 * gdbint.texinfo (Target Architecture Definition): Delete
8119 definition of HAVE_REGISTER_WINDOWS.
8120
f7dc1244 81212002-04-19 Eli Zaretskii <eliz@gnu.org>
4be31470
EZ
8122
8123 * gdbint.texinfo (Releasing GDB, Coding): Fix typos. Reported by
8124 "Theodore A. Roth" <troth@verinet.com>.
8125
5ca0cb28
DH
81262002-04-15 Don Howard <dhoward@redhat.com>
8127
f7dc1244 8128 From Eli Zaretskii <eliz@gnu.org>
5ca0cb28 8129 * gdb.texinfo (show max-user-call-depth): Correct formatting.
a9331b3f 8130 Provide a better explaination of this feature.
5ca0cb28 8131
f208ba17
AC
81322002-04-14 Andrew Cagney <ac131313@redhat.com>
8133
8134 * gdbint.texinfo (Target Architecture Definition): Remove
8135 FRAME_CHAIN_COMBINE.
8136
d5ba91de
MC
81372002-04-12 Michael Chastain <mec@shout.net>
8138
8139 * gdbint.texinfo (Obsolete Conditionals): Remove reference to
8140 REG_STACK_SEGMENT.
8141
26818220
MC
81422002-04-09 Michael Chastain <mec@shout.net>
8143
8144 * gdbint.texinfo (Obsolete Conditionals): Remove references to
8145 PYRAMID_* macros.
8146
129188f6
AC
81472002-04-07 Andrew Cagney <ac131313@redhat.com>
8148
8149 * gdb.texinfo (Bug Reporting): Document that the web is the
8150 prefered way of submitting bug reports.
8151 (Bug Reporting): Delete the s-mail address as the last resort.
8152
8227c0ff
AC
81532002-04-05 Andrew Cagney <ac131313@redhat.com>
8154
8155 * gdbint.texinfo (Target Architecture Definition): Delete
8156 references to TARGET_WRITE_FP and write_fp.
8157
16d9dec6
MS
81582002-03-27 Michael Snyder <msnyder@redhat.com>
8159
8160 * gdb.texinfo: Document new commands dump, append, and restore.
8161
9ae8b82c
AC
81622002-03-27 Andrew Cagney <ac131313@redhat.com>
8163
8164 * gdbint.texinfo (Releasing GDB): Revise the section `Before the
8165 Branch'.
8166
474c8240
AC
81672002-03-18 Andrew Cagney <ac131313@redhat.com>
8168
8169 * gdb.texinfo: Change all examples to @smallexample.
8170 * gdbint.texinfo: Ditto.
a9331b3f 8171
fb0ff88f
AC
81722002-03-18 Andrew Cagney <ac131313@redhat.com>
8173
8174 * gdbint.texinfo (Releasing GDB): Add section ``Versions and
8175 Branches''.
8176
9bb0a4d8
AC
81772002-03-18 Andrew Cagney <ac131313@redhat.com>
8178
8179 * gdbint.texinfo (Releasing GDB): Add the section``Branch Commit
8180 Policy''.
8181
937f164b
FF
81822002-03-04 Fred Fish <fnf@redhat.com>
8183
8184 * gdbint.texinfo: Fix a bunch of typos (alsways, mirrorred,
8185 expresson, suports, dependant, trhe, perhaphs, situtations,
8186 explictily, taged, oportunity, unfortunatly).
8187
a7b40f07
AC
81882002-02-24 Andrew Cagney <ac131313@redhat.com>
8189
8190 * Makefile.in (gdb.info): Add explicit path to gdb.texinfo.
8191 Remove reference to 3.12.
8192
aab4e0ec
AC
81932002-02-23 Andrew Cagney <ac131313@redhat.com>
8194
8195 * gdbint.texinfo: Include fdl.texi.
8196 (Top): Add GNU Free Documentation License.
8197 * Makefile.in (SFILES_INCLUDED): Add gpl.texi.
8198 (gdbint.dvi, gdbint.pdf, gdbint.info): Add dependency on fdl.texi.
8199 (gdbint_toc.html): Add dependency on gdb-cfg.texi and fdl.texi.
8200 (gdbint.info): Add srcdir to include path.
8201 * gdb.texinfo: Include gpl.texi.
8202 (Top): Add Copying.
8203 * gpl.texi: New file.
8204
47b95330
AC
82052002-02-23 Andrew Cagney <ac131313@redhat.com>
8206
8207 * gdbint.texinfo (Debugging GDB): Remove references to cygnus.com.
8208
78c47bea
PM
82092002-02-19 Pierre Muller <muller@ics.u-strasbg.fr>
8210
8211 * gdb.texinfo: Document Cygwin native specific commands.
8212
56460a61
DJ
82132002-02-15 Daniel Jacobowitz <drow@mvista.com>
8214
8215 * gdb.texinfo: Document gdbserver ``--attach'' command.
8216
def71bfa
MS
82172002-02-07 Michael Snyder <msnyder@redhat.com>
8218
8219 * gdb.texinfo (overlays): Change @var(_ovly_debug_event)
8220 to @code(_ovly_debug_event).
8221
c928edc0
AC
82222002-02-07 Andrew Cagney <ac131313@redhat.com>
8223
8224 * gdb.texinfo (How Overlays Work): Shrink the overlay diagram.
8225
81d46470
MS
82262002-02-06 Michael Snyder <msnyder@redhat.com>
8227
8228 * gdb.texinfo (overlays): Mention new magic symbol
8229 '_ovly_debug_event', which allows GDB to keep better track
8230 of overlays.
8231
f7dc1244 82322002-02-03 Eli Zaretskii <eliz@gnu.org>
6ca652b0
EZ
8233
8234 * gdb.texinfo (Memory Region Attributes): Fix the wording.
8235 Suggested by Dmitry Sivachenko.
8236
8237 * (<many nodes>): Fix the spelling and punctuation of "i.e.".
8238
15110bc3
MS
82392002-02-01 Michael Snyder <msnyder@redhat.com>
8240
8241 * gdb.texinfo (set trust-readonly): Change value{gdbn} to value{GDBN}.
8242
6763aef9
MS
82432002-01-30 Michael Snyder <msnyder@redhat.com>
8244
ac282366
MS
8245 * gdb.texinfo: (remote protocol): Gramatical fix-up.
8246 (set trust-readonly-sections): Document.
6763aef9 8247
8642bc8f
AC
82482002-01-29 Andrew Cagney <ac131313@redhat.com>
8249
8250 * gdbint.texinfo (Releasing GDB): Revise and update.
8251
afe64c1a
AC
82522002-01-28 Andrew Cagney <ac131313@redhat.com>
8253
8254 * gdbint.texinfo (Target Architecture Definition): Delete
8255 description of TARGET_BYTE_ORDER_DEFAULT.
8256
f7dc1244 82572002-01-27 Eli Zaretskii <eliz@gnu.org>
59649f2e
EZ
8258
8259 * gdb.texinfo: Fix typos and markup. From Dmitry Sivachenko
8260 <mitya@cavia.pp.ru>.
8261
3d6e1b5a
AC
82622002-01-23 Andrew Cagney <ac131313@redhat.com>
8263
8264 * libgdb.texinfo: Delete file.
8265
6c0e9fb3
AC
82662002-01-22 Andrew Cagney <ac131313@redhat.com>
8267
8268 * gdb.texinfo: Remove makeinfo 3.12 hacks.
8269 * gdbint.texinfo: Ditto.
8270
e0ce93ac
AC
8271Tue Jan 22 11:57:38 2002 Andrew Cagney <cagney@redhat.com>
8272
8273 * gdb.texinfo: Fix typo ``Remove' -> ``Remote''.
8274
be298bcc
AC
82752002-01-22 Andrew Cagney <ac131313@redhat.com>
8276
8277 * Makefile.in: Update copyright.
8278 (TEXI2DVI): Define.
8279 (gdb.dvi, gdb.pdf, stabs.dvi, stabs.pdf): Use TEXI2DVI.
8280 (gdbint.dvi, gdbint.pdf): Use TEXI2DVI. Add dependency on
8281 gdb-cfg.texi.
8282 (TEXINDEX, PDFTEX): Delete makefile variables.
8283
8e04817f
AC
82842002-01-22 Andrew Cagney <ac131313@redhat.com>
8285
8286 * gdb.texinfo (Protocol): Move section to appendix.
8287
6b2f586d
AC
82882002-01-21 Andrew Cagney <ac131313@redhat.com>
8289
8290 * gdb.texinfo (Remote Debugging): Create a menu.
8291 (Top): Add ``Remote Debugging'' to menu.
8292
6f05cf9f
AC
82932002-01-21 Andrew Cagney <ac131313@redhat.com>
8294
8295 * gdb.texinfo (Remote): Move the sub-section ``The GDB remote
8296 serial protocol'' from here.
8297 (Remote Debugging): To here. New chapter.
8298
3fd3d7d2
AC
82992002-01-20 Andrew Cagney <ac131313@redhat.com>
8300
8301 * gdbint.texinfo (Target Architecture Definition): Delete
8302 description of TARGET_BYTE_ORDER_SELECTABLE_P.
8303
7fd60527
AC
83042002-01-20 Andrew Cagney <ac131313@redhat.com>
8305
8306 * gdbint.texinfo (Host Definition): Revise. xm-xyz.h and xyz.mh
8307 are no longer needed.
8308 (Porting GDB): Add maintainer note about configure.host.
8309
c2f05ac9
AC
83102002-01-20 Andrew Cagney <ac131313@redhat.com>
8311
8312 * gdbint.texinfo (Target Architecture Definition): Remove
8313 definition of IEEE_FLOAT.
8314
f7dc1244 83152002-01-20 Eli Zaretskii <eliz@gnu.org>
231b2aad
EZ
8316
8317 * gdb.texinfo: Beautify copyright years; fix a typo.
56248298
EZ
8318 (DJGPP Native): Fix overfull hboxes in examples. From Brian Youmans
8319 <3diff@gnu.org>
231b2aad 8320
82600034
AC
83212002-01-19 Andrew Cagney <ac131313@redhat.com>
8322
8323 * gdbint.texinfo (Host Definition): Remove references to
8324 MALLOC_INCOMPATIBLE.
8325
7708fa01
AC
83262002-01-17 Andrew Cagney <ac131313@redhat.com>
8327
8328 * gdbint.texinfo (Host Definition): Remove references to XDEPFILES
8329 and xyz-xdep.o.
8330
eb12ee30
AC
83312002-01-17 Andrew Cagney <ac131313@redhat.com>
8332
889bf7c5 8333 * gdb.texinfo (Maintenance Commands): Add appendix.
eb12ee30
AC
8334 (Set Breaks): Copy ``maint info breakpoint'' doco to
8335 ``Maintenance Commands'' appendix. Add reference.
8336
c9ccaa92
AC
83372002-01-17 Andrew Cagney <ac131313@redhat.com>
8338
8339 * fdl.texi: Remove next/prev from @node.
8340
f7dc1244 83412002-01-17 Eli Zaretskii <eliz@gnu.org>
6826cf00
EZ
8342
8343 * gdb.texinfo: @include fdl.texi. Fixes for overfull hboxes and
8344 for monstrous @multitable (from Brian Youmans).
8345
8346 * fdl.texi: New file.
8347
8348 * Makefile.in (SFILES_INCLUDED): Add fdl.texi.
8349
8973da3a
AC
83502002-01-15 Andrew Cagney <ac131313@redhat.com>
8351
8352 * gdbint.texinfo (Releasing GDB): New chapter.
8353
7d86b5d5
AC
83542002-01-14 Andrew Cagney <ac131313@redhat.com>
8355
8356 * gdb.texinfo (Embedded Processors, Calling program functions):
8357 Obsolete references to a29k.
8358
cc1cb004
AC
83592002-01-13 Andrew Cagney <ac131313@redhat.com>
8360
8361 * gdbint.texinfo (Coding): Review Cleanups section. Examples
8362 examples. Document that a code-block should do or discard its
8363 cleanups before exit.
8364
79f12247
MS
83652002-01-11 Michael Snyder <msnyder@redhat.com>
8366
8367 * gdb.texinfo (Choosing files): Change @samp to @file.
8368
19837790
MS
83692002-01-05 Michael Snyder <msnyder@redhat.com>
8370
8371 * gdb.texinfo (--pid): Document new command line option (attach).
8372
f7dc1244 83732002-01-07 Eli Zaretskii <eliz@gnu.org>
2c0069bb
EZ
8374
8375 * gdb.texinfo (Tracepoints): Clarify that tracepoints need support
8376 in the stub.
8377
d7449b42
AC
83782002-01-04 Andrew Cagney <ac131313@redhat.com>
8379
8380 * gdbint.texinfo (Target Architecture Definition): Replace
8381 BIG_ENDIAN with BFD_ENDIAN_BIG.
8382
f23631e4
AC
83832002-01-03 Andrew Cagney <ac131313@redhat.com>
8384
8385 * gdbint.texinfo (Target Architecture Definition): Replace
8386 value_ptr with struct value pointer.
8387
72c9928d
EZ
83882002-01-02 Eli Zaretskii <eliz@gnu.org>
8389
8390 * gdb.texinfo (Free Software): Fix wording.
8391
959acfd1
EZ
83922001-12-31 Eli Zaretskii <eliz@gnu.org>
8393
8394 * gdb.texinfo (Free Software): New section ``Free Software Needs
8395 Free Documentation''.
8396
f7dc1244 83972001-12-30 Eli Zaretskii <eliz@gnu.org>
2a6585f0
EZ
8398
8399 * stabs.texinfo:
8400 * gdb.texinfo:
8401 * gdbint.texinfo:
8402 * libgdb.texinfo:
8403 * annotate.texi: Fix the application of GFDL in the Copyright notice.
8404
6600abed
MS
84052001-12-29 Michael Snyder <msnyder@redhat.com>
8406
8407 * gdb.texinfo (maint info sections): Fix typo.
8408
f6680716
MS
84092001-12-26 Michael Snyder <msnyder@redhat.com>
8410
fe95c787
MS
8411 * gdb.texinfo (maint info sections): Document.
8412
a9331b3f 8413 * gdb.texinfo (info proc): Comment out documentation for
f6680716
MS
8414 'info proc' sub-options that are currently not implemented.
8415
c3d3ce5b
JB
84162001-12-20 Jim Blandy <jimb@redhat.com>
8417
8418 * gdbint.texinfo (TARGET_CHAR_SIGNED): Document.
8419
778eb05e
AC
84202001-12-15 Andrew Cagney <ac131313@redhat.com>
8421
8422 * gdbint.texinfo (Target Architecture Definition): Replace
8423 LITTLE_ENDIAN with BFD_ENDIAN_LITTLE.
8424
2607059c
AC
84252001-12-01 Andrew Cagney <ac131313@redhat.com>
8426
8427 * gdbint.texinfo (Host Definition): Delete documentation on
8428 HOST_BYTE_ORDER.
8429
df0cd8c5
JB
84302001-11-30 Jim Blandy <jimb@redhat.com>
8431
8432 * gdb.texinfo (Overlays): New chapter, documenting GDB's
5ae4183a 8433 overlay support. Add to top-level menu.
df0cd8c5 8434
88118b3a
TT
84352001-11-26 Tom Tromey <tromey@redhat.com>
8436
8437 * gdb.texinfo (Command Syntax): Document C-o binding.
8438
96565e91
CF
84392001-07-26 Christopher Faylor <cgf@redhat.com>
8440
8441 * gdb.texinfo (Options): Eliminate attempt to explain .gdbinit/gdb.ini
8442 use since it is described in the referenced section.
8443
f7dc1244 8444 From Eli Zaretskii <eliz@gnu.org>
96565e91
CF
8445 * gdb.texinfo (Command Files): Reword to make gdb.ini requirement
8446 clearer when using DJGPP.
8447
2a3d5645
CF
84482001-11-24 Christopher Faylor <cgf@redhat.com>
8449
8450 * gdb.texinfo (File Options): Change description of -nx and gdb.ini to
8451 specifically refer to MS-DOS.
8452 (command files): Mention gdb.ini is only used on MS-DOS.
8453
aa26fa3a
TT
84542001-11-21 Tom Tromey <tromey@redhat.com>
8455
8456 * gdb.texinfo (Invoking GDB): Document --args.
8457 (Mode Options): Likewise.
8458
4f8ada06
JB
84592001-11-21 Jim Blandy <jimb@redhat.com>
8460
8461 * gdbint.texinfo (TARGET_RANGE_PROFITABLE_FOR_HW_WATCHPOINT):
889bf7c5
PA
8462 Delete documentation; this macro has been removed from the
8463 sources.
4f8ada06 8464
3fe0dc10
JB
84652001-11-13 Jim Blandy <jimb@redhat.com>
8466
8467 * gdbint.texinfo (COERCE_FLOAT_TO_DOUBLE): Clarify.
8468
9e5abb06
CV
84692001-11-06 Corinna Vinschen <vinschen@redhat.com>
8470
8471 * gdb.texinfo (gdbarch_in_function_epilogue_p): Add documentation.
8472
1c5dfdad
MS
84732001-11-05 Michael Snyder <msnyder@redhat.com>
8474
a9331b3f 8475 * gdb.texinfo (info functions): Document use of backslash to
1c5dfdad
MS
8476 quote regexp chars in function names such as "operator*()".
8477
990f9fe3
FF
84782001-11-01 Fred Fish <fnf@redhat.com>
8479
8480 * gdbint.texinfo (SOLIB_ADD): Document additional new
8481 "readsyms" arg.
8482
b433d00b
DH
84832001-10-30 Don Howard <dhoward@redhat.com>
8484
070b1dd3
DH
8485 * gdb.texinfo: (Command Files) Added documentation for the
8486 behavior of gdb with input redirected from a file.
b433d00b 8487
b7209cb4
FF
84882001-10-28 Fred Fish <fnf@redhat.com>
8489
8490 * gdb.texinfo (auto-solib-add): Change docs to match
8491 implementation change.
8492 (auto-solib-limit): Add docs for new variable.
8493
1aa20aa8
AC
84942001-10-15 Andrew Cagney <ac131313@redhat.com>
8495
8496 * gdbint.texinfo (Target Architecture Definition): Function
8497 value_as_pointer renamed to value_as_address.
8498
fc0c74b1
AC
84992001-10-15 Andrew Cagney <ac131313@redhat.com>
8500
8501 * gdbint.texinfo (Target Architecture Definition): Default
8502 POINTER_TO_ADDRESS functions assume unsigned addresses.
8503 (INTEGER_TO_ADDRESS): Document. Derive pragmatics section from a
8504 posting by Jim Blandy.
8505
f4846649
JB
85062001-10-12 Jim Blandy <jimb@redhat.com>
8507
8508 * Makefile.in (MAKEHTMLFLAGS): Remove -glossary; the most recent
8509 version of texi2html (1.64) doesn't support this flag any more.
8510
f277788b
MK
85112001-09-08 Mark Kettenis <kettenis@gnu.org>
8512
a9dc4918
MK
8513 * gdbint.texinfo (Host Definition): Remove description of
8514 MEM_FNS_DECLARED.
8515
d28379df
MK
8516 * gdbint.texinfo (Host Definition): Remove description of R_OK.
8517
f277788b
MK
8518 * gdbint.texinfo (Host Definition): Remove description of
8519 HAVE_SIGSETMASK.
8520
7ccaa899
EZ
85212001-09-04 Elena Zannoni <ezannoni@redhat.com>
8522
8523 * gdbint.texinfo (Target Architecture Definition): Add
8524 explanation of TARGET_PRINT_INSN macro.
8525
17d9d558
JB
85262001-08-30 Jim Blandy <jimb@redhat.com>
8527
8528 * gdb.texinfo (`add-symbol-file'): Correct synopsis.
8529 Explain what it means to load relocatable files.
8530
72cde065
JB
85312001-08-28 Jim Blandy <jimb@redhat.com>
8532
8533 * gdbint.texinfo: Bring the HTML `top' menu into sync with the
8534 info `top' menu.
8535
9e678452
CF
8536Wed Aug 15 10:47:28 2001 Christopher Faylor <cgf@cygnus.com>
8537
8538 * gdbint.texinfo: Add a cautionary note about macro use.
8539
a2bea4c3 85402001-08-02 Corinna Vinschen <vinschen@redhat.com>
a9331b3f 8541
a2bea4c3
CV
8542 * gdb.texinfo: Explain omitting the hostname in the
8543 `target remote' command.
8544
1129bf27
DJ
85452001-07-30 Daniel Jacobowitz <drow@mvista.com>
8546
8547 * gdbint.texinfo: Remove extraneous START-INFO-DIR-ENTRY
8548 and END-INFO-DIR-ENTRY.
8549
732b3002
SC
85502001-07-28 Stephane Carrez <Stephane.Carrez@worldnet.fr>
8551
8552 * gdb.texinfo (TUI Configuration): Rename tui configuration variables.
8553
89437448
AC
85542001-07-25 Andrew Cagney <ac131313@redhat.com>
8555
8556 * gdbint.texinfo (libgdb): Rewrite.
8557
f7dc1244 85582001-07-26 Eli Zaretskii <eliz@gnu.org>
9a1c15c5
EZ
8559
8560 * Makefile.in (gdbgui.dvi, gdb-gui, gdbgui.info): Targets deleted.
8561
c4555f82
SC
85622001-07-24 Stephane Carrez <Stephane.Carrez@worldnet.fr>
8563
8564 * gdb.texinfo (TUI): New chapter, document the TUI.
8565 (Mode Options): Document the -tui option.
8566
2f45a6e0
MK
85672001-07-23 Mark Kettenis <kettenis@gnu.org>
8568
8569 * gdbint.texinfo (Host Definition): Remove description of
8570 NEED_POSIX_SETPGID.
8571
f7dc1244 85722001-07-23 Eli Zaretskii <eliz@gnu.org>
9f20bf26
EZ
8573
8574 * gdb.tex (DJGPP Native): New node, with descriptions of
8575 DJGPP-specific commands.
8576
be9c6c35
JM
85772001-07-19 John R. Moore <jmoore@redhat.com>
8578
8579 * gdbint.texinfo: Three misspellings.
8580
dfa249fb
AC
85812001-07-06 Andrew Cagney <ac131313@redhat.com>
8582
8583 * Makefile.in (refcard.dvi): Rewrite to avoid problems with empty
8584 `test` expressions on bash. Problem reported by Colin Walters.
8585
c72e7388
AC
85862001-07-04 Andrew Cagney <ac131313@redhat.com>
8587
8588 * gdbint.texinfo (User Interface): Update ui-out documentation to
8589 refelect recent UI/MI updates.
8590
94bbb2c0
AC
85912001-07-04 Andrew Cagney <ac131313@redhat.com>
8592
8593 * gdb.texinfo (Mode Options): Mention the mi0 and mi1
8594 interpreters.
8595
af6c57ea
AC
85962001-06-15 Andrew Cagney <ac131313@redhat.com>
8597
8598 * gdbint.texinfo (Target Architecture Definition): GDBARCH is a C
8599 structure and not macros.
8600 (Host Definition): Document that much of this chapter is obsolete.
8601 (Target Architecture Definition): Update list of files that make
8602 up a target architecture.
8603 (Coding): Update.
8604
83aa8bc6
AC
86052001-06-28 Andrew Cagney <ac131313@redhat.com>
8606
8607 * gdbint.texinfo (Target Architecture Definition): Update
8608 EXTRACT_STRUCT_VALUE_ADDRESS and EXTRACT_STRUCT_VALUE_ADDRESS_P.
8609 The latter has been changed to a true predicate.
8610
f7dc1244 86112001-06-17 Eli Zaretskii <eliz@gnu.org>
cb51c4e0
EZ
8612
8613 * annotate.texi: Add @noindent where needed. From Dmitry
8614 Sivachenko <dima@Chg.RU>.
8615 * gdb.texinfo: Indexing fix. From Dmitry Sivachenko.
8616
656db9b0
AC
86172001-06-16 Andrew Cagney <ac131313@redhat.com>
8618
8619 * gdb.texinfo (Protocol): Fix typo. Extra parenthesis.
8620
df2396a1
AC
86212001-06-14 Andrew Cagney <ac131313@redhat.com>
8622
8623 * gdb.texinfo (Remote Protocol): Document that the ``!'' packet
8624 returns ``OK''. Document that the ``R'' packet does not reply.
8625
0f1f2b0a
MS
86262001-06-13 Michael Snyder <msnyder@redhat.com>
8627
8628 * gdb.texinfo (Protocol): Add doc for new packet "qSymbol:".
8629
f7dc1244 86302001-06-13 Eli Zaretskii <eliz@gnu.org>
24f93129
EZ
8631
8632 * gdb.texinfo (Signals): Clarify the default setting of signal
8633 handling.
8634
a5d7c491
AC
86352001-05-14 Andrew Cagney <ac131313@redhat.com>
8636
8637 * gdbint.texinfo (CLEAR_DEFERRED_STORES): Delete stray @item
8638 (FRAME_ARGS_ADDRESS_CORRECT): Ditto.
8639
05a54c4f
AC
86402001-05-12 Andrew Cagney <ac131313@redhat.com>
8641
8642 * Makefile.in (GDBvn.texi): Set GDBVN from ../version.in.
8643
f7dc1244 86442001-05-10 Eli Zaretskii <eliz@gnu.org>
dab11f21
EZ
8645
8646 * gdbint.texinfo (Clean Design and Portable Implementation):
8647 Renamed from "Clean Design".
8648 (Clean Design and Portable Implementation): Document portable
8649 methods of handling file names, and the associated macros.
8650
f7dc1244 86512001-04-02 Eli Zaretskii <eliz@gnu.org>
f5c37c66
EZ
8652
8653 * gdb.texinfo (Tracepoint Actions): Mention the "info scope"
8654 command and provide a cross-reference to its description.
8655 (Symbols): Note that "info scope" is useful for trace experiments.
8656
f7dc1244 86572001-04-01 Eli Zaretskii <eliz@gnu.org>
c534679c 8658
b37052ae
EZ
8659 * gdb.texinfo (Symbols): Document "info scope".
8660 (Tracepoints): New chapter.
8661 (Contributors): Update for v5.1.
8662 <All nodes>: Change "C++" to "C@t{++}".
8663
0ee54786
EZ
8664 * gdbint.texinfo (User Interface): A new section about ui_out
8665 functions, based on text written by Fernando Nasser.
8666
c534679c
EZ
8667 * stabs.texinfo: Change Permissions to GFDL. Update Copyright.
8668
f7dc1244 86692001-03-26 Eli Zaretskii <eliz@gnu.org>
3d67e040 8670
e9c75b65
EZ
8671 * gdb.texinfo: Change Permissions to GFDL. Update Copyright.
8672
8673 * gdbint.texinfo: Change Permissions to GFDL. Update Copyright.
8674
8675 * gdbgui.texinfo: Change Permissions to GFDL. Update Copyright.
8676 Replace "GDB" with "@value{GDBN}". Fix markup.
8677
8678 * annotate.texi: Change Permissions to GFDL. Update Copyright.
8679
3d67e040
EZ
8680 * gdb.texinfo (Output Formats): Mention "info symbol" and provide
8681 a cross-reference to its description.
8682 (Symbols): Document "info symbol".
8683
f7dc1244 86842001-03-21 Eli Zaretskii <eliz@gnu.org>
9742079a
EZ
8685
8686 * gdbint.texinfo (Algorithms): New section "Watchpoints" and new
8687 subsection "x86 Watchpoints".
8688 (Target Architecture Definition): Document the macros
8689 I386_USE_GENERIC_WATCHPOINTS and TARGET_HAS_HARDWARE_WATCHPOINTS.
8690 (Native Debugging): Document I386_USE_GENERIC_WATCHPOINTS.
8691
b0ed3589
AC
86922001-03-20 Andrew Cagney <ac131313@redhat.com>
8693
8694 * gdbint.texinfo (Target Architecture Definition): Update
8695 definition of SOFTWARE_SINGLE_STEP_P to include empty parameter
8696 list.
8697
b6ba6518
KB
86982001-03-06 Kevin Buettner <kevinb@redhat.com>
8699
8700 * Makefile.in, all-cfg.texi, annotate.texi, gdb.texinfo,
8701 gdbint.texinfo, refcard.tex: Update/correct copyright notices.
8702
f7dc1244 87032001-02-21 Eli Zaretskii <eliz@gnu.org>
5ece1a18
EZ
8704
8705 * gdb.texinfo (Signals): Document "ignore", "noignore", and "all".
8706
f7dc1244 87072001-02-11 Eli Zaretskii <eliz@gnu.org>
56caf160 8708
17cc6a06
EZ
8709 * gdb.texinfo (Environment): Document that `path' does not change
8710 the value of PATH in GDB's own environment (it did in the past,
8711 but that was changed on March 15, 1994). Reported by Doug Evans
8712 <dje@transmeta.com>.
8713
56caf160
EZ
8714 * gdbint.texinfo: Fix up @itemize lists so that @item is alone on
8715 its line. Fix markup of commands and macros. Add an Index node
8716 and index entries.
8717
29e57380
C
87182001-01-23 J.T. Conklin <jtc@redback.com>
8719
8720 * gdb.texinfo (Memory region attributes): New manual section.
8721
1c6147de
ND
87222001-01-04 Nicholas Duffek <nsd@redhat.com>
8723
8724 * gdbint.texinfo (POP_FRAME): Document use by return_command.
8725
f7dc1244 87262000-12-25 Eli Zaretskii <eliz@gnu.org>
b157b00f
EZ
8727
8728 * refcard.tex: Version and copyright fixed. From Phil Edwards
8729 <pedwards@disaster.jaj.com>.
8730
0dcedd82
AC
8731Thu Nov 30 16:57:19 2000 Andrew Cagney <cagney@b1.cygnus.com>
8732
8733 * gdbint.texinfo (ECOFF_REG_TO_REGNUM, DWARF_REG_TO_REGNUM,
889bf7c5 8734 DWARF2_REG_TO_REGNUM): Document.
0dcedd82 8735
3b851bce
AC
8736Mon Nov 20 21:29:35 2000 Andrew Cagney <cagney@b1.cygnus.com>
8737
8738 * gdbint.texinfo (Coding): Update current value of
889bf7c5 8739 --enable-build-warnings. Mention --enable-gdb-build-warnings.
3b851bce 8740
f7dc1244 87412000-11-19 Eli Zaretskii <eliz@gnu.org>
4a92d011
EZ
8742
8743 * gdb.texinfo (Continuing and Stepping): Fixed markup and typos,
8744 as suggested by Dmitry Sivachenko <dima@Chg.RU>.
8745
b90a5f51
CF
87462000-11-10 Christopher Faylor <cgf@cygnus.com>
8747
8748 * gdb.texinfo: Document new 'set step-mode' command.
8749
f7dc1244 87502000-10-16 Eli Zaretskii <eliz@gnu.org>
96c405b3
EZ
8751
8752 * gdb.texinfo (Contributors, MIPS Embedded): Minor spelling
8753 changes from Dmitry Sivachenko <dima@Chg.RU>.
8754
f7dc1244 87552000-09-26 Eli Zaretskii <eliz@gnu.org>
c78b4128
EZ
8756
8757 * gdb.texinfo (Hooks): Document the new post-hook functionality.
8758 From Steven Johnson <sbjohnson@ozemail.com.au>.
8759
2e685b93
MK
87602000-08-10 Mark Kettenis <kettenis@gnu.org>
8761
8762 * gdbint.texinfo (Overall Structure): Spelling fix.
8763
f7dc1244 87642000-08-10 Eli Zaretskii <eliz@gnu.org>
6f6ef15a
EZ
8765
8766 * gdbint.texinfo (Target Architecture Definition): Document that
8767 REGISTER_CONVERT_TO_VIRTUAL should only be called on a register
8768 for which REGISTER_CONVERTIBLE returns a zero value.
8769
63ac3005
EZ
87702000-07-08 Christopher Faylor <cgf@cygnus.com>
8771
8772 * Makefile.in (install-info): Find files to install in either the
8773 build or source directories (adapted from Makefile.am).
8774
bd79f757
ND
87752000-07-07 Nicholas Duffek <nsd@redhat.com>
8776
8777 * stabs.texinfo: Fix spelling errors.
8778 (String Field): FILE-NUMBER starts from 0, not 1.
8779
f7dc1244 87802000-07-05 Eli Zaretskii <eliz@gnu.org>
5f208f6d
EZ
8781
8782 * refcard.tex: Remove \centerline from the blurb. Patch from
5ae4183a 8783 Brian Youmans.
5f208f6d 8784
f7dc1244 87852000-06-25 Eli Zaretskii <eliz@gnu.org>
cc542d3b
EZ
8786
8787 * Makefile.in (install-info): Support installation from outside of
5ae4183a
AS
8788 the source directory. Reported by Mark Harig
8789 <markh@frazier.landmark.com>.
cc542d3b 8790
f3b28801
C
87912000-06-20 J.T. Conklin <jtc@redback.com>
8792
8793 * gdb.texinfo: Fix typo, $bpnum is set to last breakpoint number.
8794
449f3b6c
AC
8795Fri May 26 15:55:33 2000 Andrew Cagney <cagney@b1.cygnus.com>
8796
8797 * Makefile.in (pdf, gdbint.pdf, gdb.pdf, stabs.pdf): New targets.
889bf7c5 8798 Generate using pdftex.
449f3b6c 8799 (PDFTEX): Define.
889bf7c5 8800 (STAGESTUFF, maintainer-clean realclean): Add *.pdf.
449f3b6c 8801 (gdb.texinfo, gdbint.texinfo, stabs.texinfo): When TeX insert the
889bf7c5 8802 @contents at the start.
449f3b6c 8803
f7dc1244 88042000-05-24 Eli Zaretskii <eliz@gnu.org>
48e934c6
EZ
8805
8806 * gdb.texinfo: Remove duplicate @syncodeindex. From Brian
5ae4183a 8807 Youmans.
48e934c6 8808
9e9c5ae7
AC
8809Wed May 24 21:27:58 2000 Andrew Cagney <cagney@b1.cygnus.com>
8810
8811 From Brian Youmans:
8812 * gdb.texinfo: Fix ``et al.''.
8813
c741b251
AC
8814Tue May 23 22:57:41 2000 Andrew Cagney <cagney@b1.cygnus.com>
8815
8816 * Makefile.in (refcard.dvi): Remove quotes around REFEDITS in for
889bf7c5 8817 loop.
c741b251 8818
4ab64e14
JG
88192000-05-19 Jimmy Guo <guo@cup.hp.com>
8820
8821 * configure: Regenerate.
8822
f7dc1244 88232000-05-17 Eli Zaretskii <eliz@gnu.org>
d3229ae3
EZ
8824
8825 * Makefile.in (install-info): Run install-info on installed Info
8826 files.
8827
8c70017b
AC
8828Fri May 12 20:18:04 2000 Andrew Cagney <cagney@b1.cygnus.com>
8829
a7cb598a 8830 * gdb.texinfo: Add Stan Shebs, et.al. as authors. Mention
889bf7c5 8831 Andrew Cagney.
8c70017b 8832
f7dc1244 88332000-05-09 Eli Zaretskii <eliz@gnu.org>
598ca718
EZ
8834
8835 * gdb.texinfo: Proofreading changes from Brian Youmans.
8836
bf0184be
ND
88372000-05-01 Nick Duffek <nsd@cygnus.com>
8838
8839 * gdb.texinfo (Command Files): Mention -x, use @enumerate for
8840 startup sequence, minor edits.
8841
f7dc1244 88422000-05-01 Eli Zaretskii <eliz@gnu.org>
41afff9a
EZ
8843
8844 * annotate.texi: Remove "@syncodeindex fn cp", it causes grief in
8845 TeX.
8846
8847 * gdb.texinfo: Add "@syncodeindex fn cp". Convert all entries
8848 "@kindex f" into "@kindex f (foo)", otherwise we get index entries
8849 like `n' and `s' which look weird. Convert some of the @kindex to
8850 @vindex, when they refer to variables, not commands.
8851
33e16fad
AC
8852Sat Apr 29 17:01:04 2000 Andrew Cagney <cagney@b1.cygnus.com>
8853
8854 * gdbint.texinfo (Hints): Do not use @value{GDBN in @nodes.
8855
f7dc1244 88562000-04-23 Eli Zaretskii <eliz@gnu.org>
7162c0ca
EZ
8857
8858 * Makefile.in (GDBMI_DIR): New variable.
8859 (SET_TEXINPUTS): Add $(GDBMI_DIR).
8860 (SFILES_DOC): Add $(GDBMI_DIR)/gdbmi.texinfo.
8861 (gdbmi.texinfo): New target, for texi2roff.
8862 (gdb.me, gdb.ms, gdb.mm): Depend on gdbmi.texinfo.
8863 (gdb.info, gdb_toc.html): Add "-I ${GDBMI_DIR}".
8864
8865 * gdb.texinfo (Top): Add GDB/MI to the main menu and @include
8866 gdbmi.texinfo.
8867 (Mode Options): Add xref to GDB/MI docs and remove a FIXME
8868 comment.
8869
d167840f
EZ
88702000-04-17 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
8871
8872 * gdb.texinfo (Files): Update description of add-symbol-file
889bf7c5 8873 command.
d167840f 8874
f7dc1244 88752000-04-17 Eli Zaretskii <eliz@gnu.org>
8487521e
EZ
8876
8877 * gdb.texinfo (Porting GDB): Don't use @value in the node name, it
8878 prevents the build (and is generally a Bad Idea).
8879
f7dc1244 88802000-04-17 Eli Zaretskii <eliz@gnu.org>
00e4a2e4
EZ
8881
8882 * gdb.texinfo (Protocol): Prevent makeinfo from complaining about
8883 a comma inside @var.
8884 (Command Files): Index markup changes from Dmitry Sivachenko
8885 <dima@Chg.RU>.
8886
f7dc1244 88872000-04-16 Eli Zaretskii <eliz@gnu.org>
39ec5655
EZ
8888
8889 * Makefile.in (LN_S): Define.
8890 (gdb-cfg.texi, gdb.dvi, links2roff, inc-hist.texinfo): Don't
8891 invoke "ln -s" unless it is known to work.
8892
8893 * configure.in (AC_PROG_LN_S): Add.
8894
8dc7983f
JB
88952000-04-14 Jim Blandy <jimb@redhat.com>
8896
8897 * gdbint.texinfo (Pointers Are Not Always Addresses): New manual
8898 section.
8899 (Target Conditionals): Document ADDRESS_TO_POINTER,
8900 POINTER_TO_ADDRESS.
8901
1a8237e8
DB
89022000-04-11 Daniel Berlin <dan@cgsoftware.com>
8903
8904 * gdbint.texinfo: Replaced GDB with @value{GDBN}, @include
8905 gdb-cfg.texi to get the value.
8906
ca526f1a
JB
89072000-04-10 Jim Blandy <jimb@redhat.com>
8908
8909 * gdbint.texinfo (Target Architecture Definition): Fix
8910 cross-references.
8911
faaafcb4
JB
89122000-04-08 Jim Blandy <jimb@redhat.com>
8913
8914 * gdbint.texinfo (Using Different Register and Memory Data
8915 Representations): New section.
8916 (REGISTER_CONVERTIBLE, REGISTER_RAW_SIZE, REGISTER_VIRTUAL_SIZE,
889bf7c5
PA
8917 REGISTER_VIRTUAL_TYPE, REGISTER_CONVERT_TO_VIRTUAL,
8918 REGISTER_CONVERT_TO_RAW): Document.
faaafcb4 8919
1b27397f
AC
8920Mon Apr 3 19:16:32 2000 Andrew Cagney <cagney@b1.cygnus.com>
8921
8922 * gdb.texinfo (Protocol): Deprecate the sequence-id. Add cindex
889bf7c5 8923 for acknowledgments.
1b27397f 8924
480ff1fb
AC
8925Tue Mar 28 18:28:45 2000 Andrew Cagney <cagney@b1.cygnus.com>
8926
8927 * gdb.texinfo (Protocol): Replace ``qfThreadExtraInfo'' with
889bf7c5 8928 qThreadExtraInfo.
480ff1fb 8929
a9331b3f 89302000-03-28 J.T. Conklin <jtc@redback.com>
f1251bdd 8931
a9331b3f
RM
8932 * gdb.texinfo: Clarify which remote debug protocol commands are
8933 required and which are optional.
f1251bdd 8934
dbeb8dbd
AC
8935Tue Mar 28 16:06:22 2000 Andrew Cagney <cagney@b1.cygnus.com>
8936
8937 * gdb.texinfo: Revert remainder of Fri Mar 24 18:06:34 2000 Andrew
889bf7c5
PA
8938 Cagney <cagney@b1.cygnus.com>. Move @chapter and @node entries
8939 back to annotate.texi, rluser.texinfo and inc-hist.texinfo.
dbeb8dbd
AC
8940 * annotate.texi: Update.
8941
6d2ebf8b
SS
89422000-03-28 Stan Shebs <shebs@apple.com>
8943
8944 * gdb.texinfo: Update dates, bump to Eighth Edition (note
8945 expectation of additional changes before release), update
8946 ISBN, add copy of top-level menu for @ifhtml, remove explicit
8947 node links, rephrase and/or shorten lines to fix formatting
8948 problem in both regular and @smallbook formats.
8949 * annotate.texi: Shorten lines in example, use smallexample
8950 consistently everywhere.
8951 * Makefile.in: Add comment about texinfo 4.0 html generation.
8952 (SFILES_INCLUDED): Add annotate.texi.
8953
5d161b24
DB
89542000-03-27 Daniel Berlin <dan@cgsoftware.com>
8955
5ae4183a
AS
8956 * gdb.texinfo (Debugging Output): Added new section, documenting
8957 the "set/show debug" commands.
5d161b24 8958
b9deaee7
AC
8959Fri Mar 24 18:06:34 2000 Andrew Cagney <cagney@b1.cygnus.com>
8960
8961 * annotate.texi (Annotations): When GDBN omit @chapter and @node
889bf7c5 8962 entry.
b9deaee7
AC
8963
8964 * gdb.texinfo: Check for @ifinfo instead of @ifnottex.
8965 (rluser.texinfo, inc-hist.texinfo, annotate.texi): Add local
889bf7c5 8966 @chapter and @node entries.
a9331b3f 8967
b9deaee7 8968 * gdb.texinfo: Link all top-level nodes.
a9331b3f 8969
9ef47d30
AC
8970Fri Mar 24 17:56:48 2000 Andrew Cagney <cagney@b1.cygnus.com>
8971
8972 * Makefile.in (install-info): Create $(infodir) before installing
889bf7c5 8973 files.
9ef47d30 8974
cfeada60
FN
89752000-03-23 Fernando Nasser <fnasser@totem.to.cygnus.com>
8976
8977 From David Whedon <dwhedon@gordian.com>
5ae4183a 8978 * gdbint.texinfo : Added paragraphs about command deprecation.
cfeada60 8979
6837a0a2
DB
89802000-03-22 Daniel Berlin <dan@cgsoftware.com>
8981
8982 * gdb.texinfo: Add documentation for the apropos command.
8983
bba2971c
MS
89842000-03-20 Michael Snyder <msnyder@cleaver.cygnus.com>
8985
8986 * gdb.texinfo: Add new queries ThreadInfo and ThreadExtraInfo.
8987
2b628194
MS
89882000-03-20 Michael Snyder <msnyder@cleaver.cygnus.com>
8989
a9331b3f 8990 * gdb.texinfo: Add white space to prevent overprinting in
2b628194
MS
8991 two places.
8992
96a2c332
SS
89932000-03-17 Stan Shebs <shebs@apple.com>
8994
8995 * gdb.texinfo: Many minor changes from Dmitry Sivachenko
8996 <dima@Chg.RU>, also clarification of allowed content for
8997 string constants.
8998
f7dc1244 89992000-03-16 Eli Zaretskii <eliz@gnu.org>
d700128c
EZ
9000
9001 * gdb.texinfo (main menu): Add Annotations.
9002 (File Options): Add @cindex entries for each command-line option.
9003 Document --epoch, --annotate, --async, --interpreter, --write,
9004 --statistics, and --version.
9005
9006 * annotate.texi: Convert to a chapter. Use @value{GDBN} instead
9007 of GDB.
9008
9d233477
JB
90092000-02-23 Jim Blandy <jimb@redhat.com>
9010
9011 * gdbint.texinfo (FUNCTION_START_OFFSET): Document.
9012
14e0eb3b
JB
90132000-02-22 Jim Blandy <jimb@redhat.com>
9014
9015 * gdbint.texinfo: Document COERCE_FLOAT_TO_DOUBLE --- the new form.
9016
3555de01
JM
90172000-02-15 Jason Molenda (jsm@bugshack.cygnus.com)
9018
9019 * Makefile.in (diststuff): New target.
9020
5e35df8e
KB
90212000-02-15 Kevin Buettner <kevinb@redhat.com>
9022
9023 * agentexpr.texi: Fix wording regarding Intel's IA-64
90a3d8f2 9024 architecture. [From Jim Wilson.]
5e35df8e 9025
c5394b80
JM
90262000-01-16 Tom Tromey <tromey@cygnus.com>
9027
9028 * gdb.texinfo (Breakpoints): Mention breakpoint ranges.
9029 (Delete Breaks): Mention range arguments.
9030 (Disabling): Likewise.
9031
c3f6f71d
JM
90322000-01-05 Dmitry Sivachenko <dima@Chg.RU>
9033
9034 * gdb.texinfo: Wrap "ASCII" in @sc{}; clarify a few sentences.
9035
c4093a6a
JM
9036Wed Dec 8 19:53:08 1999 Andrew Cagney <cagney@b1.cygnus.com>
9037
9038 * gdbint.texinfo (FRAME_CHAIN_VALID): Add the generic frame-chain
889bf7c5 9039 valid functions.
c4093a6a 9040
11cf8741
JM
90411999-11-05 Stan Shebs <shebs@andros.cygnus.com>
9042
9043 * gdb.texinfo: Clarify regular expressions used in rbreak.
9044
917317f4
JM
90451999-10-15 Kevin Buettner <kevinb@cygnus.com>
9046
9047 * gdbint.texinfo (MEMORY_INSERT_BREAKPOINT,
9048 MEMORY_REMOVE_BREAKPOINT): Document.
9049
9050Thu Oct 14 21:17:17 1999 Andrew Cagney <cagney@b1.cygnus.com>
9051
9052 * gdb.texinfo (remote): Document how GDB ignores the qOffsets BSS
889bf7c5 9053 offset re-using the DATA offset instead.
917317f4 9054
2df3850c
JM
90551999-10-11 Jim Kingdon <kingdon@redhat.com>
9056
9057 * gdbint.texinfo (Target Architecture Definition): Add PARM_BOUNDARY.
9058
90591999-10-05 Stan Shebs <shebs@andros.cygnus.com>
9060
9061 From Dmitry Sivachenko <demon@gpad.ac.ru>:
9062 * gdb.texinfo: Use GDBP and GDBN everywhere, fix a couple other
9063 typos.
9064
9065 * gdb.texinfo: Various minor wording and formatting improvements,
9066 mentions of additional command-line options.
9067
2acceee2
JM
90681999-09-30 Fred Fish <fnf@cygnus.com>
9069
9070 * gdb.texinfo: Document additional forms of specifying section
9071 names and addresses for the add-symbol-file command.
9072
c2c6d25f
JM
90731999-09-14 Michael Snyder <msnyder@cleaver.cygnus.com>
9074
9075 * gdbint.texinfo: Fix typo, add the word "have".
9076
90771999-09-14 Jim Blandy <jimb@cris.red-bean.com>
9078
9079 * gdbint.texinfo (Target Architecture Definition): Document the
9080 SKIP_PERMANENT_BREAKPOINT macro.
9081
d4f3574e
SS
90821999-09-07 Stan Shebs <shebs@andros.cygnus.com>
9083
9084 * gdb.texinfo: Fiks speling errers.
9085
9086 * gdb.texinfo: Fix uses of @multitable.
9087
f7dc1244 9088 From Eli Zaretskii <eliz@gnu.org>:
d4f3574e 9089 * gdb.texinfo: Include details specific to DOS host, clarify
889bf7c5 9090 some confusing language, fix @ref/@xref/@pxref usages, add
d4f3574e
SS
9091 comments about using with optimization, add more indexing,
9092 fix info about disassembly-flavor.
9093
9094Tue Sep 7 09:11:24 1999 Kevin Buettner <kevinb@cygnus.com>
9095
9096 * gdbint.texinfo (IN_SOLIB_DYNSYM_RESOLVE_CODE,
9097 SKIP_SOLIB_RESOLVER): Define.
9098
9099Fri Sep 3 18:05:14 1999 Andrew Cagney <cagney@b1.cygnus.com>
9100
9101 * gdb.texinfo (Protocol): Review. Add tables describing ``q'' and
889bf7c5 9102 ``g'' packets.
d4f3574e 9103
104c1213
JM
91041999-08-30 Stan Shebs <shebs@andros.cygnus.com>
9105
9106 * gdb.texinfo: Create a new "Configurations" chapter with
889bf7c5
PA
9107 platform-specific info, inline remote.texi and move sections of it
9108 into the new chapter, move bits about info proc, heuristic search,
104c1213
JM
9109 and register stack into the new chapter.
9110 * remote.texi: Remove, now part of gdb.texinfo.
9111 * Makefile.in (SFILES_INCLUDED): Remove ref to remote.texi.
9112
91131999-08-27 Jason Molenda (jsm@bugshack.cygnus.com)
9114
9115 * gdbint.texinfo (GDB_TARGET_IS_SUN3, GDB_TARGET_IS_SUN386,
9116 GDB_TARGET_IS_MACH386): These kludges have gone away.
9117
9118Wed Aug 25 10:47:03 1999 Andrew Cagney <cagney@b1.cygnus.com>
9119
9120 * gdbint.texinfo (Target Architecture Definition): Mention
889bf7c5 9121 TDEPLIBS.
104c1213 9122
53a5351d
JM
91231999-08-20 Stan Shebs <shebs@andros.cygnus.com>
9124
9125 * gdb.texinfo: Remove remaining "HPPA" conditionals, rewrite
9126 surrounding text to fit HP-UX bits into general info.
9127 (HPPA-cfg.texi): Remove, no longer useful.
9128
9129 * gdb.texinfo: Remove explicit links from @node lines, remove
9130 HP-added "Detailed Node Listing" from main menu which confuses
9131 things.
9132
9133 From Dmitry Sivachenko <dima@Chg.RU>:
9134 * gdb.texinfo: Use @value{GDBN} instead of plain GDB, fix grouping
889bf7c5 9135 in description of `set environment'.
53a5351d
JM
9136
91371999-08-17 Stan Shebs <shebs@andros.cygnus.com>
9138
9139 * gdbint.texinfo: Update coding standard to allow pure ANSI/ISO C.
9140
7be570e7
JM
91411999-08-12 Ben Elliston <bje@cygnus.com>
9142
9143 * gdbint.texinfo (Breakpoint Handling): Add missing words.
9144
f7dc1244 91451999-08-10 Eli Zaretskii <eliz@gnu.org>
7be570e7
JM
9146
9147 * gdb.texinfo (Set Watchpoints): Explain some subtleties about
889bf7c5
PA
9148 watch, awatch, and rwatch. Explain why the latter two cannot be
9149 set as software watchpoints. Document that watchpoints for local
9150 variables are deleted when the debuggee terminates.
7be570e7
JM
9151
9152Wed Aug 11 13:18:14 1999 Andrew Cagney <cagney@amy.cygnus.com>
9153
9154 * remote.texi (Protocol): Further clarification of the "qRcmd"
889bf7c5
PA
9155 packet. Allow E.. response packet. "qRcmd" packet is no longer
9156 reserved.
7be570e7
JM
9157
91581999-08-10 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
9159
a9331b3f
RM
9160 * Makefile.in: Rename inc-hist.texi to inc-hist.texinfo.
9161 * gdb.texinfo: Ditto.
7be570e7 9162
96baa820
JM
91631999-08-06 Tom Tromey <tromey@cygnus.com>
9164
9165 * gdb.texinfo (KOD): New node.
9166
9167Fri Aug 6 17:05:48 1999 Andrew Cagney <cagney@b1.cygnus.com>
9168
9169 * remote.texi (Rcmd): Fix minor formatting typos.
9170
9171Thu Aug 5 17:57:41 1999 Andrew Cagney <cagney@b1.cygnus.com>
9172
9173 * remote.texi (protocol qRcmd): Allow ``OK'' and ``O...'' response
889bf7c5 9174 packets.
96baa820 9175
adf40b2e
JM
91761999-07-14 Jim Blandy <jimb@zwingli.cygnus.com>
9177
9178 * gdbint.texinfo (PREPARE_TO_PROCEED, ADDR_BITS_REMOVE): Doc
9179 fixes.
9180
43ff13b4
JM
9181Tue Jun 29 11:43:55 1999 Andrew Cagney <cagney@b1.cygnus.com>
9182
9183 * gdbint.texinfo (SAVE_DUMMY_FRAME_TOS): Define.
9184
085dd6e6
JM
9185Fri Jun 25 11:47:06 1999 Andrew Cagney <cagney@b1.cygnus.com>
9186
9187 * remote.texi (Communication Protocol): ``v'' is in use. Fix
889bf7c5
PA
9188 numerous formatting errors. Clarify ``i''. Mark ``i'', ``Z'',
9189 ``z'' and ``qRcmd'' as draft instead of reserved. Identify
9190 packets that are not supported on all hosts. Expand examples.
9191 Spell check.
085dd6e6
JM
9192
91931999-06-24 Jason Molenda (jsm@bugshack.cygnus.com)
9194
9195 * Makefile.in: Recognize html, install-html. Add targets
9196 to build HTML versions of documentation via texi2html.
9197
9198Thu Jun 24 15:59:03 1999 Stan Shebs <shebs@andros.cygnus.com>
9199
9200 * gdbint.texinfo (Testsuite): New chapter, information about the
889bf7c5 9201 testsuite.
085dd6e6
JM
9202
9203Fri Jun 25 02:40:34 1999 Andrew Cagney <cagney@b1.cygnus.com>
9204
9205 * remote.texi (Communication Protocol): Rewrite.
9206
9207Thu Jun 24 16:59:54 1999 Andrew Cagney <cagney@b1.cygnus.com>
9208
9209 * stabs.texinfo: Fix uses of xref.
9210
9e0b60a8
JM
9211Thu Jun 17 17:23:25 1999 Stan Shebs <shebs@andros.cygnus.com>
9212
9213 * gdbint.texinfo: Add an anti-printf exhortation, and update the
9214 info about patch submission.
9215
cce74817
JM
9216Mon Jun 7 15:49:40 1999 Stan Shebs <shebs@andros.cygnus.com>
9217
9218 From Per Bothner <bothner@cygnus.com>:
9219 * gdb.texinfo: Document Chill support.
9220
9221Fri Jun 4 16:58:22 1999 Andrew Cagney <cagney@b1.cygnus.com>
9222
9223 * gdbint.texinfo (SP_REGNUM, FP_REGNUM, PC_REGNUM): Add reference
889bf7c5
PA
9224 to corresponding TARGET_READ_reg TARGET_WRITE_reg macros.
9225 Document that the value should be greater-than or equal-to zero.
9226 (NO_STD_REGS): Document. Deprecate.
cce74817 9227
ac9a91a7
JM
9228Tue Jun 1 15:04:15 1999 Andrew Cagney <cagney@b1.cygnus.com>
9229
9230 * gdbint.texinfo (TARGET_COMPLEX_BIT, TARGET_DOUBLE_COMPLEX_BIT):
889bf7c5 9231 Document that these are not used.
ac9a91a7
JM
9232
9233Thu May 27 09:28:15 1999 Andrew Cagney <cagney@b1.cygnus.com>
9234
9235 * gdbint.texinfo (EXTRACT_STRUCT_VALUE_ADDRESS_P): Document.
9236
392a587b
JM
9237Mon May 24 10:07:39 1999 Andrew Cagney <cagney@b1.cygnus.com>
9238
9239 * gdbint.texinfo (FRAME_NUM_ARGS): Update definition. Parameter
889bf7c5 9240 numargs was dropped.
392a587b
JM
9241
9242Thu May 20 12:26:59 1999 Andrew Cagney <cagney@b1.cygnus.com>
9243
9244 * gdbint.texinfo (FRAMELESS_FUNCTION_INVOCATION): Update.
9245
b83266a0
SS
9246Tue Apr 27 19:14:20 1999 Andrew Cagney <cagney@b1.cygnus.com>
9247
9248 * gdbint.texinfo (SKIP_PROLOGUE, SKIP_PROLOGUE_FRAMELESS_P):
889bf7c5 9249 Update.
b83266a0 9250
7a292a7a
SS
9251Thu Apr 22 13:07:37 1999 Andrew Cagney <cagney@b1.cygnus.com>
9252
9253 * gdbint.texinfo (USE_GENERIC_DUMMY_FRAMES): Document.
9254 (GET_SAVED_REGISTER): Update, not just the a29k uses this.
9255
9256Wed Apr 21 13:59:01 1999 Dave Brolley <brolley@cygnus.com>
9257
9258 * gdbint.texinfo: Fix typos: $ -> @.
9259
9260Tue Apr 20 11:59:38 1999 Andrew Cagney <cagney@b1.cygnus.com>
9261
9262 * gdbint.texinfo (REGISTER_NAMES, BREAKPOINT, BIG_BREAKPOINT,
889bf7c5
PA
9263 LITTLE_BREAKPOINT, LITTLE_REMOTE_BREAKPOINT,
9264 BIG_REMOTE_BREAKPOINT): Deprecate in favor of REGISTER_NAME and
9265 BREAKPOINT_FROM_PC.
a9331b3f 9266
7a292a7a
SS
9267Mon Apr 12 16:00:44 1999 Andrew Cagney <cagney@b1.cygnus.com>
9268
9269 * gdbint.texinfo (CALL_DUMMY_STACK_ADJUST_P,
889bf7c5 9270 CALL_DUMMY_STACK_ADJUST): Document.
7a292a7a
SS
9271
9272Thu Apr 8 17:23:15 1999 Andrew Cagney <cagney@b1.cygnus.com>
9273
9274 * gdbint.texinfo (CALL_DUMMY_P, CALL_DUMMY_WORDS,
889bf7c5 9275 SIZEOF_CALL_DUMMY_WORDS, CALL_DUMMY): Define.
7a292a7a
SS
9276
92771999-04-02 Stan Shebs <shebs@andros.cygnus.com>
9278
9279 * gdbint.texinfo (MAINTENANCE_CMDS): Remove ref, since it no
9280 longer exists.
9281
9282Tue Mar 9 19:25:11 1999 Stan Shebs <shebs@andros.cygnus.com>
9283
9284 * gdb.texinfo, remote.texi, all-cfg.texi, HPPA-cfg.texi: Remove
889bf7c5
PA
9285 nearly all @ifset/@ifclear conditionals; nobody uses them, and
9286 they make the manual source incomprehensible.
7a292a7a
SS
9287 * h8-cfg.texi: Remove, hasn't been used in years.
9288
c906108c
SS
9289Thu Feb 11 18:00:59 1999 Stan Shebs <shebs@andros.cygnus.com>
9290
9291 * gdb.texinfo: Update the credits.
9292
9293Mon Feb 8 17:33:57 1999 Stan Shebs <shebs@andros.cygnus.com>
9294
9295 * gdb.texinfo: Fix mistakes noticed in printout of last
9296 draft, add Alpha to discussion of heuristic fence post.
9297
9298Fri Feb 5 17:20:00 1999 Stan Shebs <shebs@andros.cygnus.com>
9299
9300 * gdb.texinfo, remote.texi: Many changes; update to Seventh
889bf7c5
PA
9301 Edition, merge some HP changes into mainline, describe some
9302 previously undocumented features, describe more of the target
9303 commands available, eliminate obsolete section on renamed
9304 commands.
c906108c
SS
9305 * all-cfg.texi, HPPA-cfg.texi: Remove some obsolete conditionals.
9306
9307Wed Jan 20 17:47:45 1999 Stan Shebs <shebs@andros.cygnus.com>
9308
9309 * gdb.texinfo: Make many HPPA conditionals unconditional,
9310 including catchpoint description, since now on for all configs.
9311 * all-cfg.texi: @clear HPPA, since is mainly for very HP-specific
9312 specializations.
9313
9314Thu Jan 14 17:10:12 1999 Stan Shebs <shebs@andros.cygnus.com>
9315
9316 * Makefile.in (GDBvn.texi): Fix match expression to work with
9317 current format of VERSION in gdb/Makefile.in.
9318 * gdb.texinfo: Fix node ref to match new readline.
9319
9320Wed Jan 13 10:38:40 1999 Edith Epstein <eepstein@sophia.cygnus.com>
9321
a9331b3f
RM
9322 * gdb.texinfo: Changes made as part of a project to merge in
9323 changes made by HP. Documentation makes extensive use of
c906108c
SS
9324 @ifclear HPPA and @ifset HPPA. The HP manual omits doumentation
9325 on remote debugging. There are differences in documentation
889bf7c5 9326 (HP vs. non-HP) on C++ support (aCC vs. gnu gcc++). Also,
c906108c
SS
9327 the HP manual discusses catchpoints, hardware watchpoints, and
9328 some HPUX specific limitations for shared library support.
a9331b3f 9329
c906108c
SS
9330 There are also a number of @node changes.
9331
93321999-01-12 Jason Molenda (jsm@bugshack.cygnus.com)
9333
9334 * gdbint.texinfo (Formatting): Disambiguate a sentence.
9335 (C Usage): Same.
9336
9337Wed Jan 6 11:55:34 1999 David Taylor <taylor@texas.cygnus.com>
9338
9339 The following changes were made by Edith Epstein
889bf7c5
PA
9340 <eepstein@cygnus.com> as part of a project to merge in changes
9341 made by HP.
a9331b3f 9342
c906108c
SS
9343 * HPPA-cfg.texi: new file.
9344
9345 * all-cfg.texi: set HPPA for HP PA-RISC targets.
9346
9347 * refcard.tex: change documentation about catch.
9348 removed info catch.
9349
9350Mon Jan 4 18:29:18 1999 Stan Shebs <shebs@andros.cygnus.com>
9351
9352 * gdbint.texinfo: Expand on GDB's coding standards,
9353 specify the use of arg names with prototypes.
9354
93551998-12-14 J.T. Conklin <jtc@redbacknetworks.com>
9356
9357 * gdb.texinfo: Fix tipo.
9358
9359Sun Dec 13 10:27:59 1998 Andrew Cagney <cagney@b1.cygnus.com>
9360
9361 * gdbint.texinfo: Document TARGET_BYTE_ORDER_DEFAULT and
889bf7c5 9362 TARGET_BYTE_ORDER_SELECTABLE_P.
c906108c
SS
9363
9364Thu Dec 10 16:07:09 1998 Andrew Cagney <cagney@b1.cygnus.com>
9365
9366 * gdbint.texinfo (FRAME_FIND_SAVED_REGS): Document.
9367
93681998-12-09 Jim Blandy <jimb@zwingli.cygnus.com>
9369
9370 * agentexpr.texi: New file.
9371
9372Wed Dec 9 21:13:57 1998 Andrew Cagney <cagney@chook>
9373
9374 * gdbint.texinfo (REGISTER_NAME): Replace REGISTER_NAMES.
9375
93761998-12-03 J.T. Conklin <jtc@redbacknetworks.com>
9377
9378 * remote.texi: Changed wording that implied that the GDB remote
9379 protocol caches register values instead of GDB itself.
9380
9381Tue Dec 1 17:45:43 1998 Stan Shebs <shebs@andros.cygnus.com>
9382
9383 * gdbint.texinfo: Add some info about symbol readers.
9384 (CHILL_PRODUCER, etc): Comment out descriptions, not useful.
9385 (IN_SOLIB_CALL_TRAMPOLINE): Rename info from IN_SOLIB_TRAMPOLINE.
9386 (IN_SOLIB_RETURN_TRAMPOLINE): Describe.
9387 (KERNEL_DEBUGGING, MIPSEL): No info about these, remove.
9388
9389Mon Nov 30 11:32:21 1998 Andrew Cagney <cagney@chook>
9390
a9331b3f 9391 * gdbint.texinfo (FRAME_CHAIN_VALID_ALTERNATE):
c906108c
SS
9392
9393Sat Nov 28 13:45:53 1998 Andrew Cagney <cagney@b1.cygnus.com>
9394
9395 * gdbint.texinfo (INNER_THAN): Update, now takes parameters.
9396
9397Fri Nov 27 12:39:45 1998 Andrew Cagney <cagney@chook>
9398
9399 * gdbint.texinfo (NO_SINGLE_STEP): Replace with
889bf7c5 9400 SOFTWARE_SINGLE_STEP_P and SOFTWARE_SINGLE_STEP.
c906108c
SS
9401
9402Wed Oct 14 10:02:40 1998 Andrew Cagney <cagney@b1.cygnus.com>
9403
9404 * gdbint.texinfo: Fix minor typos.
9405
9406Wed Sep 30 18:03:19 1998 Stan Shebs <shebs@andros.cygnus.com>
9407
9408 * gdbint.texinfo: Complete overhaul. Group descriptions more
9409 logically, add more info on generic algorithms, remove much
9410 obsolete and/or wrong material.
9411
9412Fri Jul 24 17:51:38 1998 Ian Lance Taylor <ian@cygnus.com>
9413
9414 * stabs.texinfo (Method Type Descriptor): Expand and correct.
9415
9416Mon May 4 10:37:12 1998 Brian Youmans (3diff@gnu.org)
9417
9418 * refcard.tex: Copyright, address updates.
9419
9420Tue Apr 21 18:09:56 1998 Stan Shebs <shebs@andros.cygnus.com>
9421
9422 * gdb.texinfo (EDITION, DATE): Update and change to use ordinals
9423 for the edition instead of confusing GDB-version-like numbers.
9424
9425Mon Apr 13 14:05:00 1998 Fred Fish <fnf@cygnus.com>
9426
9427 * gdb.texinfo (hbreak, watch): Fix typo, "date" -> "data".
9428
9429Thu Apr 2 16:52:44 1998 Jason Molenda (crash@bugshack.cygnus.com)
9430
5ae4183a 9431 * LRS: Reformat a bit to keep text under 80 columns.
c906108c
SS
9432
9433Thu Apr 2 16:10:36 1998 Stan Shebs <shebs@andros.cygnus.com>
9434
9435 * gdb.texinfo: Add some credits, mention bug monitor.
9436 * remote.texi: Mention mips monitor targets.
9437 * gdbint.texinfo: Describe SP_REGNUM, STEP_SKIPS_DELAY.
a9331b3f 9438
c906108c
SS
9439Mon Feb 2 17:13:03 1998 Stan Shebs <shebs@andros.cygnus.com>
9440
9441 * gdbint.texinfo: Remove obsolete mentions of pinsn.c and opcode.h
889bf7c5
PA
9442 files, finish sorting of host vs target vs native macros, describe
9443 some more of them.
c906108c
SS
9444
9445Tue Jan 13 16:44:50 1998 Fred Fish <fnf@cygnus.com>
9446
9447 * gdbint.texinfo (Host Conditionals): Document change from
9448 using NO_MMALLOC to it's inverse, USE_MMALLOC.
9449
9450Mon Nov 24 13:55:21 1997 Andrew Cagney <cagney@b1.cygnus.com>
9451
9452 * gdbint.texinfo (Host Conditionals): Document
889bf7c5 9453 PRINTF_HAS_LONG_DOUBLE, SCANF_HAS_LONG_DOUBLE, HAVE_LONG_DOUBLE.
c906108c
SS
9454
9455Fri Jul 4 14:52:31 1997 Ian Lance Taylor <ian@cygnus.com>
9456
9457 * gdbint.texinfo (Host Conditionals): Add CRLF_SOURCE_LINES.
9458 Document LSEEK_NOT_LINEAR.
9459
9460Tue Mar 25 14:44:09 1997 Ian Lance Taylor <ian@cygnus.com>
9461
9462 * stabs.texinfo (Stab Section Basics): Make it clear that only
9463 some versions of the GNU linker remove the leading N_UNDF symbol.
9464
9465Thu Feb 27 17:45:19 1997 Ian Lance Taylor <ian@cygnus.com>
9466
9467 * stabs.texinfo (String Field): Document type number pairs here,
9468 instead of in the Sun specific section.
9469 (Include Files): The GNU linker supports the N_BINCL
9470 optimization. Clarify the N_BINCL value, and what it is used
9471 for.
9472 (Procedures): Document N_FUN with an empty string to mark the end
9473 of a function.
9474 (Typedefs): Mention that Sun compilers may use N_GSYM for a type.
9475 (Sun Differences): Remove this node, as the information is now
9476 elsewhere in the main document.
9477 (Stab Section Basics): Mention that the GNU linker may optimize
9478 stabs and remove the leading N_UNDF symbol.
9479
9480Mon Dec 9 12:23:32 1996 Roland Pesch <roland@wrs.com>
9481
9482 * gdb.texinfo, refcard.tex: Restore author credit
9483
9484Wed Oct 2 22:01:36 1996 Fred Fish <fnf@fishfood.ninemoons.com>
9485
9486 * gdbint.texinfo (SIGTRAMP_START, SIGTRAMP_END): Update
9487 documentation to account for START and END macros taking
9488 one arg.
9489
9490Thu Aug 22 17:59:03 1996 Fred Fish <fnf@cygnus.com>
9491
9492 From: Eberhard Mattes <mattes@azu.informatik.uni-stuttgart.de>
9493 * gdb.texinfo (Frames): Fix typo.
9494
9495Tue Jul 23 10:06:20 1996 Fred Fish <fnf@cygnus.com>
9496
9497 * gdbint.texinfo (NO_SINGLE_STEP): Document that single_step takes
9498 a target_signal as arg type, not a pid.
9499
9500Fri Jul 12 11:10:05 1996 Stu Grossman (grossman@critters.cygnus.com)
9501
9502 * gdb.texinfo: Document `set assembly-language'.
9503
9504Thu Jul 11 13:50:28 1996 Stan Shebs <shebs@andros.cygnus.com>
9505
9506 * remote.texi: Update list of stubs in the GDB distribution.
9507
9508Fri Jul 5 15:38:54 1996 Fred Fish <fnf@cygnus.com>
9509
9510 * gdbint.texinfo (NO_MMCHECK): Renamed from NO_MMALLOC_CHECK.
889bf7c5
PA
9511 Also document that some systems can use mmalloc but must define
9512 this if their C runtime allocates memory that is later freed.
c906108c 9513 (MMCHECK_FORCE): Document new macro.
a9331b3f 9514
c906108c
SS
9515Fri Jun 28 22:17:10 1996 Dawn Perchik <dawn@cygnus.com>
9516
9517 * remote.texi: Add documentation for target Sparclet.
9518
9519Mon Jun 24 18:12:22 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
9520
a9331b3f 9521 * Makefile.in (srcdir, VPATH, prefix, infodir, INSTALL,
c906108c
SS
9522 INSTALL_PROGRAM, INSTALL_DATA): Use autoconf set values.
9523 * configure.in: Rewritten for autoconf.
9524 * configure: New.
9525
9526Mon Jun 17 10:43:41 1996 Fred Fish <fnf@cygnus.com>
9527
9528 * Makefile.in (DVIPS): New define, set to dvips.
9529 (dvi): Add stabs.dvi.
9530 (ps): New target.
9531 (all-doc): Depend on info, dvi, and ps targets.
9532 (STAGESTUFF): Add *.ps and *.dvi files.
9533 (clean-info, clean-dvi): Remove.
9534 (mostlyclean): Does not depend upon clean-info or clean-dvi,
9535 rules completely rewritten.
9536 (maintainer-clean): Remove clean-info and clean-dvi
9537 dependencies and put their actions in the rules.
9538 (gdb.ps): New target
a9331b3f 9539 (gdb.dvi, gdbgui.dvi, gdbint.dvi, stabs.dvi): Remove
c906108c
SS
9540 intermediate TeX files, whether they have 2 or 3 character
9541 extensions.
9542 (gdbint.ps): Add target and rules.
9543 (gdb-internals): Delete unused target.
9544 (Makefile): Depends upon config.status also.
9545
9546Sat Mar 30 15:46:58 1996 Fred Fish <fnf@cygnus.com>
9547
9548 * gdbint.texinfo (CC_HAS_LONG_LONG): Clarify when/how this is
9549 set.
9550
9551Sat Mar 16 15:10:20 1996 Fred Fish <fnf@cygnus.com>
9552
9553 From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>
9554 * gdb.texinfo (Expressions): Fix erroneous array constant example.
9555
9556Sat Mar 16 13:28:45 1996 Fred Fish <fnf@cygnus.com>
9557
9558 * gdb.texinfo: Add missing "@bullet" to some "@itemize" commands.
9559
9560Sat Feb 10 03:28:36 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
9561
9562 * gdb.texinfo (Print settings): Document
9563 `set/show print static-members' commands.
9564
9565Wed Jan 10 14:16:37 1996 Fred Fish <fnf@cygnus.com>
9566
9567 * gdbint.texinfo (Native): Document name change, coredep.c to
9568 core-aout.c.
9569
9570Wed Dec 13 12:35:28 1995 Ian Lance Taylor <ian@cygnus.com>
9571
9572 * stabs.texinfo (Include Files): Document the values the SunOS4
9573 linker creates for N_BINCL/N_EINCL/N_EXCL stabs.
9574
9575Fri Dec 8 21:08:44 1995 Fred Fish <fnf@cygnus.com>
9576
9577 * gdbint.texinfo (Releases): Change gdb.tar.Z to gdb.tar.gz.
9578 Fix typo.
9579
9580Fri Dec 1 11:07:50 1995 Fred Fish <fnf@cygnus.com>
9581
9582 * gdbint.texinfo (Releases): Make "gdb.tar.gz" rather than
9583 "gdb.tar.Z".
9584
9585Wed Sep 20 13:14:10 1995 Ian Lance Taylor <ian@cygnus.com>
9586
9587 * Makefile.in (maintainer-clean): New target, synonym for
9588 realclean.
9589
9590Thu Aug 3 10:45:37 1995 Fred Fish <fnf@cygnus.com>
9591
9592 * Update all FSF addresses except those in COPYING* files.
9593
9594Wed Jul 19 18:43:03 1995 Stan Shebs <shebs@andros.cygnus.com>
9595
9596 From Richard Earnshaw (rearnsha@armltd.co.uk):
9597 * gdb.texinfo (convenience variables): Document $_exitcode.
9598 (quit): Document optional expression to use as exit code.
9599
9600Thu Jun 22 21:27:33 1995 Victoria Mixon <victoria@cygnus.com>
9601
9602 * gdb.texinfo, remote.texi: Brought up to date with various
9603 GDB changes.
9604
9605Tue Jun 20 14:35:38 1995 Stan Shebs <shebs@andros.cygnus.com>
9606
9607 * gdb.texinfo: Update dates and versions, fix comments about
9608 hardware watchpoints in future releases and about the
9609 sharedlibrary command.
9610
9611Mon May 8 09:30:36 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
9612
9613 * stabs.texinfo: Remove node `XCOFF differences'. Describe value of
9614 C_FUN stab. Other cleanups.
9615
9616Wed Apr 19 07:02:19 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
9617
9618 * remote.texi (Bootstrapping): Clarify that flush_i_cache is only
9619 for the sparc stub.
9620
9621Tue Apr 11 11:41:49 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
9622
9623 * annotate.texi: Clarify which addresses have differing formats
9624 depending on the language and which do not.
9625
9626Tue Mar 28 16:56:22 1995 J.T. Conklin <jtc@rtl.cygnus.com>
9627
9628 * remote.texi (NetWare): Changed example to use BOARD= instead of
9629 NODE= argument to reflect correspoding change to gdbserve.nlm.
9630
9631Fri Mar 17 06:47:02 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
9632
9633 * stabs.texinfo (Negative Type Numbers): Mention the fact that
9634 GDB, as well as AIX dbx, supports the size type attribute.
9635
9636Thu Mar 16 12:11:32 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
9637
9638 * stabs.texinfo (Negative Type Numbers): Document types -31 to -34.
9639
9640Mon Mar 13 16:49:13 1995 Per Bothner <bothner@kalessin.cygnus.com>
9641
9642 * gdb.texinfo (Define): Document $arg0... arguments to commands,
9643 and new 'if' and 'while' commands.
9644
9645Fri Feb 17 15:24:35 1995 Per Bothner <bothner@kalessin.cygnus.com>
9646
9647 * gdb.texinfo (Artificial arrays): Note use of coerce-to-array-type.
9648
9649Wed Feb 15 11:59:18 1995 J.T. Conklin <jtc@rtl.cygnus.com>
9650
9651 * all-cfg.texi: New flag, GDBSERVE, for NetWare's gdbserve.nlm.
9652 * remote.texi (NetWare): New node, how to use gdbserve.nlm on
9653 NetWare targets. Mostly stolen from the Server node.
9654
9655Fri Feb 10 20:20:08 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
9656
9657 * gdb.texinfo (Setting): Talk about the language of a source file
9658 versus the working language. The old documentation did not match
9659 what GDB did.
9660
9661Wed Feb 1 20:26:36 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
9662
9663 * stabs.texinfo (Source Files): Document N_SO used to mark the end
9664 of a source file.
9665
9666Mon Jan 23 14:23:37 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
9667
9668 * gdb.texinfo (Processes): New node.
9669
9670Tue Jan 17 14:09:03 1995 Ian Lance Taylor <ian@sanguine.cygnus.com>
9671
9672 * remote.texi: Update documentation of set/show mipsfpu.
9673
3fc11d3e
JM
9674Fri Jan 6 17:17:28 1995 Stan Shebs <shebs@andros.cygnus.com>
9675
9676 * gdbgui.texinfo: New file, manual for GUI (gdbtk) users.
9677 * Makefile.in (gdbgui.dvi, gdbgui.info): New actions.
c906108c
SS
9678
9679Sun Sep 4 16:47:21 1994 Stan Shebs (shebs@andros.cygnus.com)
9680
9681 * gdbint.texinfo: Removed mentions of some incorrectly placed and
9682 obsolete conditionals, described some others.
9683
9684Mon Aug 1 15:42:39 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
9685
9686 * gdbint.texinfo: Remove references to BROKEN_LARGE_ALLOCA and
9687 SET_STACK_LIMIT_HUGE; they were removed from GDB 14 May 1994.
9688
9689Mon Aug 1 15:12:02 1994 Stan Shebs (shebs@andros.cygnus.com)
9690
9691 * gdbint.texinfo: Put regex conditionals in their own table.
9692
9693Tue Jul 26 18:32:52 1994 Stan Shebs (shebs@andros.cygnus.com)
9694
9695 * gdbint.texinfo: Removed mentions of many obsolete conditionals,
9696 described or fixed the descriptions of many others.
9697
9698Sun Jul 17 14:14:03 1994 Stan Shebs (shebs@andros.cygnus.com)
9699
9700 * gdb.texinfo: Add some more credits.
9701 * gdbint.texinfo: Capitalize GDB consistently, describe some
9702 macros and remove some.
9703
9704Thu Jul 14 18:43:17 1994 Stan Shebs (shebs@andros.cygnus.com)
9705
9706 * gdbint.texinfo: Removed mentions of many incorrectly placed and
9707 obsolete conditionals, described some others.
9708
9709Tue Jul 12 12:23:15 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
9710
9711 * gdb.texinfo (help targets): Changed to `help target', which
9712 is the correct gdb command.
9713
9714Wed Jun 22 18:00:51 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
9715
9716 * annotate.texi (TODO): New node, for keeping track of annotations
9717 suggested but not yet implemented.
9718
9719Wed Jun 1 16:10:45 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
9720
9721 * stabs.texinfo (Statics): Value of xcoff C_BSTAT points to
9722 another symbol, it is not the address itself.
9723
9724Thu May 5 20:23:36 1994 Stan Shebs (shebs@andros.cygnus.com)
9725
9726 * stabs.texinfo (Stab Section Basics): Add comment about alignment
9727 of stabs-in-coff sections.
9728
9729Wed May 4 06:26:11 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
9730
9731 * annotate.texi: Change edition to 0.5 and date to May 1994.
9732 Add index.
9733 (Frames): New node, for frame annotation.
9734 (Displays): New node, for display annotation.
9735
9736 * remote.texi (MIPS Remote): Say that set timeout doesn't apply
9737 when waiting for your program to stop.
9738
9739Fri Apr 29 18:24:46 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
9740
9741 * annotate.texi (Breakpoint Info): Document annotation of header
9742 fields and record annotation.
9743
9744Thu Apr 28 07:44:28 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
9745
9746 * annotate.texi: New file, to document annotations.
9747
9748Thu Apr 21 14:20:51 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
9749
9750 * Makefile.in (clean): Don't remove GDBvn.texi (apparently on Jan
9751 16 I meant to make this change but did not). Do remove gdb-cfg.texi.
9752
9753Wed Apr 20 11:22:48 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
9754
9755 * stabs.texinfo (Stab Section Basics): Say what is in .stab
9756 section, and say n_strx field is compilation unit relative.
9757 * stabs.texinfo: Don't use @code for a.out when it is the name of
9758 an object file format.
9759
9760Wed Apr 13 20:29:54 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
9761
9762 * gdb.texinfo: Refer to file names, not path names, per rms
9763 convention.
9764 (Arguments): Fix typo.
9765
9766Thu Mar 24 08:09:12 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
9767
9768 * stabs.texinfo (Global Variables): Talk about stabs in files
9769 where variables are referenced, but not defined.
9770
9771Wed Mar 23 07:16:36 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
9772
9773 * stabs.texinfo: Move stuff on @ and # type descriptors from node
9774 Cplusplus to new nodes Member Type Descriptor and Method Type
9775 Descriptor. Re-write stuff for #.
9776
9777Wed Mar 16 08:20:19 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
9778
9779 * gdb.texinfo (Print Settings): Don't document "set print
9780 fast-symbolic-addr off". The bug which it worked around was fixed
9781 on 25 Feb 94 in coffread.c, so I'm nuking the command.
9782
9783 * stabs.texinfo (Alternate Entry Points): New node, rewritten from
9784 N_ENTRY node.
9785
9786 * stabs.texinfo (Type Descriptors): Add 'Y' type descriptor.
9787
9788Tue Mar 15 08:43:02 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
9789
9790 * gdbint.texinfo (Host Conditionals, Target Conditionals): Remove
9791 references to ieee-float.c.
9792
9793Fri Mar 11 08:09:40 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
9794
9795 * gdb.texinfo (Set Breaks): Update documentation for tbreak to
9796 match what the code actually does.
9797
9798Wed Mar 9 19:43:05 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
9799
9800 * stabs.texinfo (Symbol Descriptors): Add OS9000 symbol descriptor s.
9801
9802Tue Mar 1 17:04:43 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
9803
9804 * stabs.texinfo (Type Descriptors): Add OS9000 type descriptors c,
9805 i, and b.
9806
9807Wed Feb 23 10:44:18 1994 Jim Kingdon (kingdon@rtl.cygnus.com)
9808
9809 * stabs.texinfo: Document N_RBRAC as function relative for COFF as
9810 well as for ELF and SOM. Unify the descriptions of ELF and SOM
9811 as "stabs in sections" rather than just saying "ELF and SOM".
9812 Also make that stuff apply to COFF.
9813
9814Fri Feb 18 08:25:58 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
9815
9816 * gdb.texinfo (Formatting Documentation): Change GhostScript to
9817 Ghostscript.
9818
9819Fri Feb 4 06:31:31 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
9820
9821 * gdb.texinfo (Continuing and Stepping): When talking about "step"
9822 versus functions without line numbers, also mention stepping into
9823 them as well as "step" when you are in them. Tell the user how to
9824 deal with the situation. Add comment about "debugging information".
9825
9826Thu Feb 3 11:39:59 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
9827
9828 * stabs.texinfo (Enumerations): Document restriction on where
9829 enumeration types can appear and still win with GDB.
9830
9831Wed Feb 2 11:29:17 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
9832
9833 * stabs.texinfo (Negative Type Numbers): Document format for type
9834 -16.
9835
9836Thu Jan 27 16:53:56 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
9837
9838 * gdb.texinfo (Selection, Frame Info): Update information about
9839 arbitrary frame specficiations.
9840
9841Wed Jan 26 15:31:57 1994 Roland H. Pesch (pesch@fowanton.cygnus.com)
9842
9843 * gdb.texinfo, remote.texi: general editing pass prior to Net release
9844
9845Tue Jan 25 12:12:04 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
9846
9847 * stabs.texinfo (String Field): Discuss continuing stabs with ?.
9848
9849Wed Jan 19 06:39:24 1994 David J. Mackenzie (djm@thepub.cygnus.com)
9850
9851 * stabs.texinfo (Non-Stab Symbol Types): Mention N_SET* | N_EXT.
9852
9853Sun Jan 16 12:43:32 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
9854
9855 * stabs.texinfo: Re-do stuff about C_BSTAT and move from XCOFF
9856 Differences node to Statics node.
9857 (Statics): Discuss XCOFF use of V symbol descriptor.
9858
9859 * Makefile.in: Remove refcard.dvi and GDBvn.texi in realclean,
9860 not clean.
9861
9862Wed Jan 12 21:29:54 1994 John Gilmore (gnu@cygnus.com)
9863
9864 * gdb.texinfo (Print Settings): Document `set print
9865 fast-symbolic-addr' and improve the doc for some other
9866 `set print's.
9867
9868Mon Jan 3 17:23:07 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
9869
9870 * stabs.texinfo (String Field): Talk about defining several type
9871 numbers at once.
9872 Fix lint regarding changing node ELF Transformations to
9873 ELF and SOM Transformations.
9874
9875Fri Dec 31 00:42:43 1993 John Gilmore (gnu@cygnus.com)
9876
9877 * stabs.texinfo: Insert Peter Kessler's name as inventor (I think).
9878
9879Tue Dec 28 09:30:40 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9880
9881 * stabs.texinfo (Cross-References): `::' is for nested types only
9882 within <>.
9883 (Structures): Document static members.
9884
9885Mon Dec 27 13:55:04 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9886
9887 * stabs.texinfo: Document S type attribute.
9888
9889Sun Dec 26 20:46:36 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
9890
9891 * stabs.texinfo: Add notes about stabs-in-som where appropriate.
9892
9893Fri Dec 3 19:13:19 1993 John Gilmore (gnu@cygnus.com)
9894
9895 * gdbint.texinfo: Fix a few typos.
9896
9897Sun Nov 28 18:06:25 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
9898
9899 * gdb.texinfo, remote.texi: formatting improvements
9900
9901 * gdb.texinfo (New Features): mention threads.
9902 (Summary, C): fix xrefs in newly contributed text.
9903 (Threads): index entries, clarifications, example
9904 (passim): minor typos fixed, phrasing improvements
9905
9906 * remote.texi (Bootstrapping): rephrase text on ^C and add index
9907 entries; (Server): explain use of gdbserver w/real-time systems,
9908 add example of conflicting TCP port; (MIPS Remote) break up
9909 running text into table, highlighting commands, and add example.
a9331b3f 9910
c906108c
SS
9911Wed Nov 24 14:15:56 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
9912
9913 * refcard.tex: avoid bad linebreaks even when REFEDITS=psrc.sed
9914
9915Fri Nov 12 16:10:58 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9916
9917 * stabs.texinfo (Nested Symbols): New node.
9918 (String Field, Symbol Descriptors, Cross-References): Refer to it.
9919
9920Thu Nov 11 13:26:45 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9921
9922 * stabs.texinfo (Stabs in ELF): Clarify how Bbss.bss work with respect
9923 to picking which Bbss.bss symbol to use, and (because there seems to
9924 be no good way of doing it) re-write some of the text to make it
9925 sound like Bbss.bss isn't such a great idea after all (as currently
9926 designed).
9927
9928 * gdb.texinfo (C): In addition to saying people have to use g++ for
9929 good results, say they have to use stabs. Specifically say cfront
9930 doesn't work well.
9931 (Summary): Merge in information on Modula-2, Pascal, and Chill from
9932 the gdb README. Add xrefs to places where the support for the various
9933 languages is described in detail.
9934
9935Mon Nov 8 11:47:34 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9936
9937 * stabs.texinfo: Clean up stuff about visibility and virtual
9938 characters.
9939
9940 * stabs.texinfo (N_M2C): Cite Sun doc.
9941
9942Fri Nov 5 16:27:27 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
9943
9944 * gdb.texinfo: updates re threads.
9945 * remote.texinfo: avoid index entries starting with digits.
9946
9947Tue Nov 2 09:08:37 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9948
9949 * stabs.texinfo (Enumerations): Talk about large, negative and
9950 octal values. Clean up cross reference to type attributes.
9951 (String Field): Say that GDB 4.11 supports size attribute.
9952
9953Sun Oct 31 13:31:10 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9954
9955 * remote.texi (VxWorks Remote): Clarify that rebuilding VxWorks kernel
9956 is a mandatory step. Make the stuff about that more concise.
9957
9958Wed Oct 27 00:25:46 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9959
9960 * stabs.texinfo (Class Names): New node.
9961
9962 * gdb.texinfo (Command Files): Explain order of init file reading.
9963
9964 * remote.texi (Bootstrapping): Talk about getting the serial driver
9965 to deal with ^C sent by gdb to stop the remote system.
9966
9967Mon Oct 25 03:25:41 1993 Tom Lord (lord@cygnus.com)
9968
9969 * libgdb.texinfo (I/O): incorporated better phrasing from rich.
9970
9971 * libgdb.texinfo (Defining Commands): made the DOC arg
9972 to gdb_define_app_command a char * instead of char **
9973 per a suggestion from kingdon.
9974
9975 * libgdb.texinfo: total rewrite from a different starting
9976 premise.
9977
9978Wed Oct 20 18:07:44 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9979
9980 * stabs.texinfo (Local Variable Parameters): Re-write paragraph on
9981 floats passed as doubles (to improve clarity).
9982
9983Tue Oct 19 14:21:18 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
9984
9985 * gdb.texinfo (Source Path): index entries for $cwd, $pdir
9986
9987 * a4rc.sed: update to work with Andreas Vogel papersize params
9988
9989 * refcard.tex: use Andreas Vogel simplifications of papersize
9990 params; remove useless version info; update copyright date.
9991
9992Tue Oct 19 10:46:22 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9993
9994 * gdb.texinfo (Symbols): Add class NAME to doc for ptype.
9995
9996Tue Oct 12 09:11:45 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9997
9998 * gdb.texinfo (Files): Say what address the load command loads it at.
9999
10000 * stabs.texinfo (Common Blocks): Minor cleanups.
10001
10002 * stabs.texinfo: Update ld stabs in elf relocation to reflect the fact
10003 that Sun has backed away from the linker kludge and thus the relevant
10004 issue is changes to the SunPRO tools, not the Solaris linker.
10005
10006 * stabs.texinfo (Traditional Integer Types): Clean up description
10007 of octal bounds a little bit. Document extra leading zeroes.
10008
10009Thu Oct 7 16:15:37 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10010
10011 * gdb.texinfo (Signaling): Update for symbolic symbol names
10012 and add a section explaining the difference between the GDB
10013 signal command and the shell kill utility.
10014
10015Wed Oct 6 13:23:01 1993 Tom Lord (lord@rtl.cygnus.com)
10016
10017 * libgdb.texinfo: added `@' to braces that were unescaped.
10018
10019Mon Oct 4 10:42:18 1993 Tom Lord (lord@rtl.cygnus.com)
10020
10021 * libgdb.texinfo: new file. Spec for the gdb library.
10022
10023Sun Oct 3 15:26:56 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10024
10025 * stabs.texinfo (Include Files): Fix typo (start -> end).
10026
10027Thu Sep 30 18:24:56 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
10028
10029 * gdb.texinfo, remote.texi: assorted small improvements, mostly
10030 from Melissa at FSF's editing pass.
10031
10032Thu Sep 30 11:54:38 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10033
10034 * gdb.texinfo: Remove stuff about ar and 14 character filenames.
10035 I believe this was fixed by the 13 Sep 89 change to print_frame_info.
10036 Also, modern versions of ar like BSD 4.4 or SVR4 don't have this bug.
10037
10038Wed Sep 22 21:22:11 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10039
10040 * remote.texi (Bootstrapping): Discuss 386 call gates.
10041
10042Sat Sep 18 17:10:44 1993 Jim Kingdon (kingdon@poseidon.cygnus.com)
10043
10044 * stabs.texinfo (Based Variables): New node.
10045
10046Thu Sep 16 17:48:55 1993 Jim Kingdon (kingdon@cirdan.cygnus.com)
10047
10048 * stabs.texinfo (Negative Type Numbers): Re-write discussions of
10049 names, sizes, and formats to suggest how not to lose.
10050
10051Sat Sep 11 09:35:11 1993 Jim Kingdon (kingdon@poseidon.cygnus.com)
10052
10053 * stabs.texinfo (Methods): Fix typo.
10054
10055Fri Sep 10 06:34:20 1993 David J. Mackenzie (djm@thepub.cygnus.com)
10056
10057 * gdb.texinfo: Fix a few typos.
10058
10059Wed Sep 8 09:11:52 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10060
10061 * gdb.texinfo: Clarify how well it works with Fortran.
10062
10063 * stabs.texinfo (Stabs In ELF, Statics, ELF Transformations):
10064 More on relocating stabs in ELF files.
10065
10066Tue Sep 7 13:45:02 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10067
10068 * stabs.texinfo (Stabs In ELF): Talk about N_FUN value.
10069
10070Mon Sep 6 19:23:18 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10071
10072 * stabs.texinfo (Local Variable Parameters): Talk about nameless
10073 parameters on VAX.
10074
10075Fri Sep 3 17:06:08 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
10076
10077 * gdb.texinfo: @up/@down -> @raisesections/@lowersections
10078
10079Fri Sep 3 12:04:15 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10080
10081 * stabs.texinfo: Make info author notice match the TeX author notice.
10082
10083Tue Aug 31 13:21:06 1993 David J. Mackenzie (djm@thepub.cygnus.com)
10084
10085 * stabs.texinfo: Initial-caps all words in node names and
10086 non-trivial words in section names.
10087
10088Mon Aug 30 11:13:16 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10089
10090 * stabs.texinfo: Many minor cleanups.
10091
10092 * stabs.texinfo: Remove @deffn except from Expanded Reference node.
10093
10094Sat Aug 28 12:08:09 1993 David J. MacKenzie (djm@edison.eng.umd.edu)
10095
10096 * stabs.texinfo: Remove full description of big example.
10097 It's not really helpful; just use pieces of it where appropriate.
10098 Add more Texinfo formatting directives (@samp, etc.).
10099 Use @deffn to define stab types.
10100 Eliminate some wordiness. Break up some nodes.
10101 Add an (alphabetized) index of symbol types.
10102 Use consistent capitalization style in node and section names.
10103
10104Thu Aug 26 06:36:31 1993 Fred Fish (fnf@deneb.cygnus.com)
10105
10106 * gdb.texinfo: Change typo "Two two" to "The two".
10107
10108Sun Aug 22 12:15:18 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10109
10110 * stabs.texinfo (XCOFF-differences): Remove references to
10111 non-existent types N_DECL and N_RPSYM.
10112
10113 * stabs.texinfo (String Field): Say that type attributes bug is
10114 fixed in GDB 4.10, since it is.
10115
10116 * stabs.texinfo: Clean up djm cleanups, and more cleanups of my own.
10117
10118Sat Aug 21 04:32:28 1993 David MacKenzie (djm@cygnus.com)
10119
10120 * stabs.texinfo: Formatting cleanups.
10121
10122Fri Aug 20 20:49:53 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10123
10124 * stabs.texinfo: When explaining the n_type of a stab, standardize
10125 how we do it ('#' as a comment indicator, "36 is N_FUN" as text,
10126 no tabs, use @r).
10127 (Global Variables): Clean up.
10128
10129Tue Aug 17 15:57:27 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10130
10131 * stabs.texinfo (Stack Variables): Re-write.
10132
10133Mon Aug 16 21:20:08 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10134
10135 * stabs.texinfo (Stabs-in-elf): Talk about getting the start
10136 addresses of a source file. Also revise formatting.
10137 Change "object module" or "object file" to "source file".
10138 Various: Miscellaneous cleanups.
10139
10140Thu Aug 12 15:11:51 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10141
10142 * stabs.texinfo: Point to mangling info in gcc's gpcompare.texi.
10143
10144Tue Aug 10 16:57:49 1993 Stan Shebs (shebs@rtl.cygnus.com)
10145
10146 * gdbint.texinfo: Removed many nonsensical machine-collected
10147 host and target conditionals, described some of the remainder.
10148
10149Tue Aug 10 13:28:30 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10150
10151 * gdbint.texinfo (Getting Started): Use @itemize, not @table.
10152
10153 * gdbint.texinfo (Top): Add name to @top line, and re-write the
10154 paragraph which follows.
10155
10156 * gdbint.texinfo (Host): Use @code not @samp for Makefile
10157 variables. Looks better and avoids overful hbox.
10158
10159Fri Jul 30 18:26:21 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10160
10161 * stabs.texinfo (Procedures): Improve stuff on nested functions.
10162
10163Thu Jul 29 15:10:58 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
10164
10165 * remote.texi: (MIPS Remote) clearer doc for set/show timeout,
10166 retransmit-timeout
10167
10168Thu Jul 29 13:16:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10169
10170 * gdbint.texinfo: Update statement about `some ancient Unix
10171 systems, like Ultrix 4.0' to Ultrix 4.2.
10172
10173Wed Jul 28 15:26:53 1993 Roland H. Pesch (pesch@el_bosque.cygnus.com)
10174
10175 * h8-cfg.texi, all-cfg.texi: new flag GDBSERVER
10176
10177 * Makefile.in: depend on remote.texi rather than gdbinv-s.texi
10178
10179 * remote.texi: (Server) New node on gdbserver. (Remote Serial,
10180 ST2000 Remote, MIPS Remote): mention `host:port' syntax for TCP.
10181
10182 * remote.texi: new name for former gdbinv-s.texi
10183
10184 * gdb.texinfo: use remote.texi rather than gdbinv-s.texi
10185
10186Wed Jul 28 08:26:24 1993 Ian Lance Taylor (ian@cygnus.com)
10187
10188 * gdbinv-s.texi: Documented timeout and retransmit-timeout
10189 variables for MIPS remote debugging protocol.
10190
10191Mon Jul 26 13:00:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10192
10193 * stabs.texinfo (Negative Type Numbers): FORTRAN LOGICAL fix.
10194
10195Tue Jul 20 16:30:41 1993 Jim Kingdon (kingdon@deneb.cygnus.com)
10196
10197 * Makefile.in (refcard.dvi): Use srcdir where necessary.
10198
10199Mon Jul 19 12:02:50 1993 Roland H. Pesch (pesch@cygnus.com)
10200
10201 * gdb.texinfo: repair conditional bugs in text markup
10202
10203Fri Jul 16 18:57:50 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
10204
10205 * gdb.texinfo, all-cfg.texi, h8-cfg.texi: introduce MOD2 switch
10206 to select Modula-2 material.
10207
10208Thu Jul 15 13:15:01 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10209
10210 * stabs.texinfo: Cleanups regarding statics.
10211
10212 * gdbinv-s.texi (Bootstrapping): Document exceptionHandler.
10213 (Debug Session): Mention exceptionHandler. Add xref to Bootstrapping.
10214
10215Mon Jul 12 13:37:02 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10216
10217 * stabs.texinfo: N_MAIN is sometimes used for C.
10218
10219Fri Jul 9 09:47:02 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
10220
10221 * gdbint.texinfo (Host, Target Conditionals): Remove TM_FILE_OVERRIDE.
10222
10223Tue Jul 6 12:41:28 1993 John Gilmore (gnu@cygnus.com)
10224
10225 * gdbint.texinfo (Target Conditionals): Remove NO_TYPEDEFS,
a9331b3f 10226 removed from the code by Kingdon.
c906108c
SS
10227
10228Tue Jul 6 12:24:34 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10229
10230 * gdb.texinfo (Break Commands): Remove stuff about flushing terminal
10231 input when evaluating breakpoint conditions; the bug has been fixed.
10232
10233 * gdb.texinfo (Continuing and Stepping): Argument to "continue"
10234 sets the ignore count to N-1, not to N.
10235
10236Thu Jul 1 14:57:42 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
10237
10238 * refcard.tex (\hoffset): correct longstanding error to match
10239 intended offset; avoids cutting off edge on some printers
10240
10241Wed Jun 30 18:23:06 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10242
10243 * stabs.texinfo (Parameters): Say that order of stabs is significant.
10244
10245Fri Jun 25 21:34:52 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10246
10247 * stabs.texinfo (Common Blocks): Say what Sun FORTRAN does.
10248
10249Fri Jun 25 16:15:10 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
10250
10251 * Makefile.in: (REFEDITS) new var to control whether PS or CM
10252 fonts and whether US or A4 paper for GDB refcard; (refcard.dvi)
10253 collect sed edits if any, apply to refcard before formatting;
10254 (refcard.ps) stop implying PS fonts if PS output requested;
10255 (lrefcard.ps) delete extra target for variant PS fonts
10256
10257 * refcard.tex: parametrize papersize dependent info, collect
10258 in easily replaced spot
10259
10260 * a4rc.sed: new file, edits to refcard for A4 paper
10261
10262Fri Jun 25 14:21:46 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10263
10264 * stabs.texinfo (Negative Type Numbers): Type -16 is 4 bytes.
10265
10266Wed Jun 23 15:02:50 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10267
10268 * stabs.texinfo (Negative Type Numbers): Minor character cleanups.
10269
10270Tue Jun 22 16:31:52 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10271
10272 * stabs.texinfo: Express disapproval of 'D' symbol descriptor
10273 politely rather than rudely.
10274
10275Fri Jun 18 19:42:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10276
10277 * stabs.texinfo: Document common blocks.
10278
10279Fri Jun 18 12:12:57 1993 Fred Fish (fnf@cygnus.com)
10280
10281 * stabs.texinfo: Add some basic info about stabs-in-elf.
10282
10283Fri Jun 18 13:57:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10284
10285 * stabs.texinfo (Top): Minor cleanup.
10286
10287Mon Jun 14 16:16:51 1993 david d `zoo' zuhn (zoo at rtl.cygnus.com)
10288
10289 * Makefile.in (install-info): remove parentdir support
10290
10291Tue Jun 15 18:11:39 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
10292
10293 * gdb.texinfo (Copying): delete this node and references to it;
10294 RMS says this manual need not carry GPL. (passim): Improvements
10295 from last round at FSF, largely due to Ian Taylor review, and
10296 minor formatting improvements.
10297
10298 * gdbinv-s.texi (passim): Improvements from last round at FSF,
10299 largely due to Ian Taylor review. (Debug Session): minor edits to
10300 new text.
10301
10302Sun Jun 13 12:52:39 1993 Jim Kingdon (kingdon@cygnus.com)
10303
10304 * Makefile.in (realclean): Remove info and dvi files too.
10305
10306Sat Jun 12 16:09:22 1993 Jim Kingdon (kingdon@cygnus.com)
10307
10308 * {all,h8}-config.texi: Rename to *-cfg.texi for 14 char filenames.
10309 * Makefile.in: Change accordingly. gdb-config.texi -> gdb-cfg.texi.
10310 * gdb.texinfo: Change accordingly.
10311
10312 * stabs.texinfo: Clean up N_{L,R}BRAC. Discuss what addresses of
10313 N_{L,R}BRAC,N_SLINE are relative to.
10314
10315Fri Jun 11 15:15:55 1993 Jim Kingdon (kingdon@cygnus.com)
10316
10317 * Makefile.in (GDBvn.texi): Update atomically.
10318
10319Wed Jun 9 10:58:16 1993 Jim Kingdon (kingdon@cygnus.com)
10320
10321 * gdbinv-s.texi (Debug Session): Document exceptionHook.
10322
10323Tue Jun 8 13:42:04 1993 Jim Kingdon (kingdon@cygnus.com)
10324
10325 * gdb.texinfo (Print Settings): Move all stuff relating to symbolic
10326 addresses together. Also motivate the set print symbol-filename
10327 command and suggest other solutions.
10328
10329Tue Jun 1 22:46:43 1993 Fred Fish (fnf@cygnus.com)
10330
10331 * gdb.texinfo (set print elements): Note that the number of
10332 elements is set to unlimited by "set print elements 0".
10333
10334Mon May 31 08:06:55 1993 Jim Kingdon (kingdon@cygnus.com)
10335
10336 * stabs.texinfo (Builtin Type Descriptors): Try to clarify what
10337 NF_LDOUBLE means.
10338 (Stab Types): Include Solaris stab types.
10339 (Procedures): Document Solaris extensions.
10340
10341Thu May 27 06:20:42 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
10342
10343 * gdb.texinfo: Add `set print symbol-filename' doc.
10344
10345Wed May 26 00:26:42 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10346
10347 * stabs.texinfo (Arrays): Talk about type definition vs. type
10348 information.
10349
10350 * stabs.texinfo (Builtin Type Descriptors): Talk about omitting
10351 the trailing semicolon.
10352
10353Tue May 25 14:49:42 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10354
10355 * stabs.texinfo (Line Numbers, Source Files): Re-write these two nodes
10356 and merge in other parts of the document addressing these subjects.
10357 gdbint.texinfo (XCOFF): Remove info which is now in stabs.texinfo.
10358
10359 * stabs.texinfo (Subranges, Arrays): Try to explain about the semicolon
10360 at the end of a range type.
10361
10362 * stabs.texinfo (Subranges): "A offset" and "T offset" are not
10363 AIX extensions.
10364
10365Mon May 24 09:00:33 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10366
10367 * stabs.texinfo (Stabs Format): Misc fixes.
10368
10369Sat May 22 10:40:56 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10370
10371 * stabs.texinfo (Constants): Allow an `e' constant to be non-enum.
10372 (Traditional builtin types): Document convex convention for long long.
10373 (Negative builtin types): Discuss type names, and misc fixes.
10374
10375Fri May 21 11:20:31 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10376
10377 * stabs.texinfo (Builtin Type Descriptors): Document the floating
10378 point types used with @samp{R} type descriptor.
10379 (Symbol Descriptors): Describe how to handle conflict between
10380 different meanings of @samp{P} symbol descriptor.
10381
10382Thu May 20 13:35:10 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10383
10384 * stabs.texinfo: Remove node Quick Reference and put its children
10385 directly under the main menu.
10386
10387 * stabs.texinfo: Many more changes to bring it into line with
10388 AIX documentation and reality. I think it now has all the
10389 information from the AIX documentation, except that I burned
10390 out when I got to variant records (Pascal and Modula-2) and
10391 all the COBOL types. Oh well, we can add them later when we're
10392 worrying more about those languages.
10393
10394 * stabs.texinfo (Automatic variables): Talk about what it means
10395 to omit the symbol descriptor.
10396
10397Tue May 18 17:59:18 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10398
10399 * stabs.texinfo (Parameters): Add "(sometimes)" when describing
10400 gcc2 behavior with promoted args.
10401
10402Fri May 14 21:35:29 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
10403
10404 * gdb.texinfo: include readline appendices in info version of manual
10405
10406Fri May 7 11:56:18 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
10407
10408 * gdbinv-s.texi (Remote Serial): describe new ^C behavior in
10409 target remote.
10410
10411 * gdb.texinfo (Machine Code): more index entries for disassemble
10412
10413Fri May 7 10:12:30 1993 Fred Fish (fnf@cygnus.com)
10414
10415 * Clarify the intended use of the gdb-testers and gdb-patches
10416 mailing lists, and shrink gzip comment.
10417
10418Thu May 6 16:39:50 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
10419
10420 * gdb.texinfo (Shell Commands): do not mention SHELL env var in
10421 DOSHOST configuration of manual.
10422
10423 * gdb.texinfo (MIPS Stack): new node.
10424
10425 * all-config.texi (MIPS) new switch.
10426
10427 * gdbinv-s.texi (Nindy Options) Remove two instances of future
10428 tense; (MIPS Remote) new node.
10429
10430 * gdb.texinfo (passim) rephrases to work around makeinfo @value
10431 bug; (Environment) less passive, other small cleanups in text about
10432 .cshrc/.bashrc; (Invoking GDB) new MIPS Remote menu entry;
10433 (Remote) new MIPS Remote menu entry.
10434
10435Thu Apr 29 09:36:25 1993 Jim Kingdon (kingdon@cygnus.com)
10436
10437 * stabs.texinfo: Many changes to include information from the
10438 AIX documentation.
10439
10440 * gdb.texinfo (Environment): Mention pitfall with .cshrc.
10441
10442Tue Apr 27 14:02:57 1993 Jim Kingdon (kingdon@cygnus.com)
10443
10444 * gdbint.texinfo (new node Debugging GDB, elsewhere):
10445 Move a bunch of information from ../README.
10446 (Getting Started): New node.
10447
10448Fri Apr 23 17:21:13 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
10449
10450 * gdbinv-s.texi, gdb.texinfo: include Hitachi SH target
10451
10452 * gdb.texinfo: advance manual revision dates to present
10453
10454 * gdbinv-s.texi, gdb.texinfo, all-config.texi, h8-config.texi:
10455 stop using silly Roman numerals in @set variable names
10456
10457Fri Apr 23 07:30:01 1993 Jim Kingdon (kingdon@cygnus.com)
10458
10459 * stabs.texinfo (Parameters): Keep trying to get this right.
10460
10461Wed Apr 21 15:18:47 1993 Jim Kingdon (kingdon@cygnus.com)
10462
10463 * stabs.texinfo (Parameters): More on "local parameters".
10464
10465Mon Apr 19 08:00:51 1993 Jim Kingdon (kingdon@cygnus.com)
10466
10467 * stabs.texinfo (Parameters): Re-do "local parameters" section.
10468
10469Sun Apr 18 09:47:45 1993 Jim Kingdon (kingdon@cygnus.com)
10470
10471 * stabs.texinfo (Symbol descriptors): Re-do using @table and @xref.
10472 (Parameters): Rewrite.
10473 (xcoff-differences, Sun-differences): Minor changes.
10474
10475Thu Apr 15 02:35:24 1993 John Gilmore (gnu@cacophony.cygnus.com)
10476
10477 * stabs.texinfo: Minor cleanup.
10478
10479Wed Apr 14 17:31:00 1993 Jim Kingdon (kingdon@cygnus.com)
10480
10481 * gdbint.texinfo: Minor xcoff stuff.
10482
10483Wed Apr 7 14:11:07 1993 Fred Fish (fnf@cygnus.com)
10484
10485 * gdbint.texinfo: Update for new config directory structure.
10486 Add info about internal type data structures.
10487
10488Mon Apr 5 09:06:30 1993 Ian Lance Taylor (ian@cygnus.com)
10489
10490 * Makefile.in (SFILES_INCLUDED): gdb-config.texi is no longer in
10491 $(srcdir).
10492 (gdb-config.texi): Depend on file in $(srcdir).
10493
10494Fri Apr 2 16:55:13 1993 Jim Kingdon (kingdon@cygnus.com)
10495
10496 * stabs.texinfo: Fixes about N_SO.
10497
10498Fri Mar 26 18:00:35 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
10499
10500 * gdb.texinfo: include list of nonstandard init file names
10501
10502 * *-config.texi: new switch GENERIC for text that applies *only*
10503 to (usual) multiple-target version of manual
10504
10505 * gdb.texinfo, gdbinv-s.texi: Update conditional markup to correct
10506 h8 config
10507
10508 * gdb.texinfo: depend on latest fixed makeinfo, use conditionals
10509 in menus (rather than conditionally selected multiple alternative
10510 menus).
10511
10512 * Makefile.in: define and use DOC_CONFIG var to select
10513 configuration for GDB user manual.
10514
10515 * gdb-config.texi: delete from repository, generate from Makefile.
10516
10517 * all-config.texi: normal `generic' configuration file, formerly
10518 stored as gdb-config.texi
10519
10520Wed Mar 24 14:03:19 1993 david d `zoo' zuhn (zoo at poseidon.cygnus.com)
10521
10522 * Makefile.in: add dvi target to build all .dvi files
10523
10524Tue Mar 23 16:03:24 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
10525
10526 * gdb.texinfo, gdvinv-s.texinfo: formatting improvements.
10527
10528Fri Mar 19 21:46:50 1993 John Gilmore (gnu@cygnus.com)
10529
10530 * gdbint.texinfo: Doc NO_MMALLOC and NO_MMALLOC_CHECK as
10531 host conditionals.
10532 * stabs.texinfo: More array fixes inspired by Jim's.
10533
10534Fri Mar 19 10:23:34 1993 Jim Kingdon (kingdon@cygnus.com)
10535
10536 * stabs.texinfo: Fixes re arrays and continuations.
10537
10538 * gdbint.texinfo: Add XCOFF node.
10539
10540Mon Mar 8 15:52:18 1993 John Gilmore (gnu@cygnus.com)
10541
10542 * gdb.texinfo: Add `set print max-symbolic-offset' doc.
10543
10544Sun Feb 21 17:09:38 1993 Per Bothner (bothner@rtl.cygnus.com)
10545
10546 * stabs.texinfo: Fix for array types to mention lower bounds.
10547
10548Thu Feb 18 01:19:49 1993 John Gilmore (gnu@cygnus.com)
10549
10550 * gdbint.texinfo: Update PTRACE_ARG3_TYPE doc, pull PT_*.
10551
10552Wed Feb 17 08:15:24 1993 John Gilmore (gnu@cygnus.com)
10553
10554 * gdbint.texinfo: Remove SET_STACK_LIMIT_HUGE from target defines.
10555
10556Thu Feb 11 10:38:40 1993 John Gilmore (gnu@cygnus.com)
10557
10558 * gdbint.texinfo: Fix thinko (NM_FILE => NAT_FILE). Found
10559 by Michael Ben-Gershon <mybg@CS.HUJI.AC.IL>.
10560
10561Wed Feb 10 23:59:19 1993 John Gilmore (gnu@cygnus.com)
10562
10563 * gdbint.texinfo: Eliminate IBM6000_HOST, document IBM6000_TARGET.
10564
10565Tue Feb 9 18:26:21 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
10566
10567 * gdb.texinfo, gdbinv-s.texi: misc updates
10568
10569Sat Feb 6 10:25:47 1993 John Gilmore (gnu@cygnus.com)
10570
10571 * gdbint.texinfo: Brief documentation for longjmp support,
10572 from an email msg by Stu.
10573
10574Fri Feb 5 14:10:15 1993 John Gilmore (gnu@cygnus.com)
10575
10576 * stabs.texinfo: Fix description of floating point "range"
10577 types (which really define basic types). Reported by Jim Meehan,
10578 <meehan@src.dec.com>.
10579
10580 * gdbint.texinfo: Remove COFF_NO_LONG_FILE_NAMES define, now gone.
10581
10582Thu Feb 4 13:56:46 1993 Ian Lance Taylor (ian@cygnus.com)
10583
10584 * gdbint.texinfo: Slightly expand section on supporting a new
10585 object file format.
10586
10587Thu Feb 4 01:49:04 1993 John Gilmore (gnu@cygnus.com)
10588
10589 * Makefile.in (refcard.ps, lrefcard.ps): Remove psref.tex
10590 intermediate file.
10591
10592Tue Feb 2 12:18:06 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
10593
10594 * gdb.texinfo, gdbinv-s.texi: miscellaneous stylistic cleanups
10595
10596Mon Feb 1 15:35:47 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
10597
10598 * gdbinv-s.texi: z8000 simulator target name is just "sim"
10599
10600 * gdbinv-s.texi: Mention that Z8000 simulator can simulate Z8001
10601 as well as Z8002.
10602
10603Sat Nov 28 06:51:35 1992 John Gilmore (gnu@cygnus.com)
10604
10605 * gdbint.texinfo: Add sections on clean design and on how to send
10606 in changes.
10607
10608Mon Nov 9 23:57:02 1992 John Gilmore (gnu@cygnus.com)
10609
10610 * gdbint.texinfo: Add how to declare the result of make_cleanup.
10611
10612Mon Oct 26 11:09:47 1992 John Gilmore (gnu@cygnus.com)
10613
10614 * gdb.texinfo: Fix typo, reported by Karl Berry.
10615
10616Fri Oct 23 00:41:21 1992 John Gilmore (gnu@cygnus.com)
10617
10618 * gdb.texinfo: Add opcodes dir to GDB distribution description.
10619
10620Sat Oct 10 18:04:58 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
10621
10622 * gdbint.texinfo: fixed a stray email address (needs @@),
10623 added @table @code to node "Native Conditionals"
10624
10625Tue Sep 22 00:34:15 1992 John Gilmore (gnu@cygnus.com)
10626
10627 * gdbint.texinfo: Describe coding style of GDB.
10628
10629Mon Sep 21 19:32:16 1992 John Gilmore (gnu@cygnus.com)
10630
10631 * stabs.texinfo: Minor wording changes.
10632
10633Tue Sep 15 02:57:09 1992 John Gilmore (gnu@cygnus.com)
10634
10635 * gdbint.texinfo: Improve release doc slightly.
10636
10637Fri Sep 11 01:34:25 1992 John Gilmore (gnu@sphagnum.cygnus.com)
10638
10639 * gdbint.texinfo: Improve doc of GDB config macros.
10640
10641Wed Sep 9 16:52:06 1992 John Gilmore (gnu@cygnus.com)
10642
10643 * stabs.texinfo: Remove Bothner's changes for C++ nested types.
10644 These will be reinserted when examined.
10645
10646Mon Aug 24 01:17:55 1992 John Gilmore (gnu@cygnus.com)
10647
10648 * gdbint.texinfo: Make a start at documenting all the #if macros
10649 in GDB. At least list them all, and start separating them into
10650 host-specific and target-specific.
10651
10652Tue Aug 18 15:59:13 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)
10653
10654 * gdbinv-s.m4.in: refrain from using @cartouche for just a few
a9331b3f 10655 examples (not consistent w others).
c906108c
SS
10656 gdb.texinfo: issue disclaimer paragraph on cmdline options only
10657 for generic vn of doc
10658
10659Tue Aug 18 14:53:27 1992 Ian Lance Taylor (ian@cygnus.com)
10660
10661 * Makefile.in: always create installation directories.
10662
10663Tue Aug 18 14:11:50 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)
10664
10665 * gdb.texinfo: in h8 config, do not describe searching commands.
10666
10667Mon Aug 17 18:07:59 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)
10668
10669 * gdb.texinfo, none.m4, h8.m4, gdbinv-s.m4.in: improve H8/300
10670 conditionals; introduce a few generic switches that may be
10671 useful for other cross-dev or dos-hosted configs.
10672
10673 * gdb.texinfo: fix typo in "info reg" description
10674
10675Sun Aug 16 01:16:18 1992 John Gilmore (gnu@cygnus.com)
10676
10677 * stabs.texinfo: Minor updates from running TeX over it.
10678 * Makefile.in (stabs.dvi, stabs.ps): Add.
10679
10680Sat Aug 15 20:52:24 1992 Per Bothner (bothner@rtl.cygnus.com)
10681
10682 * stabs.texinfo: Stabs documentation, written by Julia Menapace.
10683 First pass at converting it to texinfo.
10684
10685Sat Aug 15 03:14:59 1992 John Gilmore (gnu@cygnus.com)
10686
10687 * gdb.texinfo, refcard.tex: Document mult args on `info reg'.
10688 * Makefile.in (refcard.ps, lrefcard.ps): Add missing $(srdir).
10689
10690Fri Aug 14 21:08:47 1992 John Gilmore (gnu@cygnus.com)
10691
10692 * gdbint.texinfo: Add section on partial symbol tables.
10693
10694Sat Jun 20 16:31:10 1992 John Gilmore (gnu at cygnus.com)
10695
10696 * gdb.texinfo: document `set remotedebug' and `set
10697 rstack_high_address'.
10698
10699Thu May 14 17:09:48 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)
10700
10701 * gdb.texinfo: slight expansion of new text on reading info files
10702 * gdbinv-s.m4.in: correct and expand info on cross-debugging
10703 H8/300 from DOS.
10704
10705Tue May 12 12:22:47 1992 John Gilmore (gnu at cygnus.com)
10706
10707 * gdb.texinfo: `info user' => `show user'. Noticed by David Taylor.
10708
10709Mon May 11 19:06:27 1992 John Gilmore (gnu at cygnus.com)
10710
10711 * gdb.texinfo: Say how to read the `info' files.
10712
10713Tue May 5 12:11:38 1992 K. Richard Pixley (rich@cygnus.com)
10714
10715 * Makefile.in: gm4 -> m4.
10716
10717Fri Apr 10 17:50:43 1992 John Gilmore (gnu at rtl.cygnus.com)
10718
10719 * gdb.texinfo: Update for GDB-4.5. Move `Formatting
10720 Documentation' ahead of `Installing GDB' to match README.
10721 Update shared library doc, -readnow and -mapped, and directory
a9331b3f 10722 structure (add glob and mmalloc). Update configure doc.
c906108c
SS
10723
10724Tue Mar 24 23:28:38 1992 K. Richard Pixley (rich@cygnus.com)
10725
10726 * Makefile.in: remove $(srcdir) from gdb.info rule.
10727
10728Sat Mar 7 18:44:50 1992 K. Richard Pixley (rich@rtl.cygnus.com)
10729
10730 * Makefile.in: commented out gdb-all.texinfo rule. This is
10731 temporary.
10732
10733Wed Feb 26 18:04:40 1992 K. Richard Pixley (rich@cygnus.com)
10734
10735 * Makefile.in, configure.in: removed traces of namesubdir,
10736 -subdirs, $(subdir), $(unsubdir), some rcs triggers. Forced
dee368d3 10737 copyrights to '92, '13, changed some from Cygnus to FSF.
c906108c
SS
10738
10739Fri Dec 13 09:47:31 1991 John Gilmore (gnu at cygnus.com)
10740
10741 * gdb.texinfo: Improve how we ask for bug reports.
10742
10743Tue Dec 10 04:07:21 1991 K. Richard Pixley (rich at rtl.cygnus.com)
10744
10745 * Makefile.in: infodir belongs in datadir.
10746
10747Fri Dec 6 23:57:34 1991 K. Richard Pixley (rich at rtl.cygnus.com)
10748
10749 * Makefile.in: remove spaces following hyphens, bsd make can't
10750 cope. install using INSTALL_DATA. added clean-info. added
a9331b3f 10751 standards.text support.
c906108c
SS
10752
10753Thu Dec 5 22:46:12 1991 K. Richard Pixley (rich at rtl.cygnus.com)
10754
10755 * Makefile.in: idestdir and ddestdir go away. Added copyrights
10756 and shift gpl to v2. Added ChangeLog if it didn't exist. docdir
10757 and mandir now keyed off datadir by default.
10758
10759\f
10760Local Variables:
9e9c5ae7 10761mode: change-log
c906108c
SS
10762left-margin: 8
10763fill-column: 74
10764version-control: never
10765End:
This page took 1.544394 seconds and 4 git commands to generate.