Make sure TABs are expanded in TUI windows on MS-Windows.
[deliverable/binutils-gdb.git] / gdb / doc / ChangeLog
CommitLineData
b6577aab
DE
12015-01-30 Doug Evans <dje@google.com>
2
3 * gdb.texinfo (Symbols) <info source>: Output now contains producer
4 string if present.
5
3a8b707a
DE
62015-01-27 Doug Evans <dje@google.com>
7
8 * python.texi (Objfiles In Python): Document Objfile.username.
9
1b549396
DE
102015-01-27 Doug Evans <dje@google.com>
11
12 * python.texi (Objfiles In Python) <Objfile.filename>: Improve docs.
13 * guile.texi (Objfiles In Guile) <objfile-filename>: Improve docs.
14
253828f1
JK
152015-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
16
17 * gdb.texinfo (Threads): Describe -ascending for thread apply all.
18
bf555842
EZ
192015-01-16 Eli Zaretskii <eliz@gnu.org>
20
21 * doc/gdb.texinfo (TUI Commands): Document the possible
22 values of NAME argument to 'winheight' command. Explain the
23 effect of 'tabset' setting better.
24
439250fb
DE
252015-01-11 Doug Evans <xdje42@gmail.com>
26
27 PR gdb/15830
28 * gdb.texinfo (Debugging C Plus Plus): Mention "demangle".
29 (Symbols): Ditto.
30 (Maintenance Commands): Delete docs for "maint demangle".
31
6bf6fd09
JB
322014-12-31 Joel Brobecker <brobecker@adacore.com>
33
34 * gdb.texinfo (Files): Remove documentation of the
35 "add-shared-symbol-files" and "assf" commands.
36 (Cygwin Native): Remove documentation of the "dll-symbols"
37 command.
38
cc485e62
DE
392014-12-17 Doug Evans <xdje42@gmail.com>
40
41 * gdb.texinfo (Debugging Output): Document "debug symbol-lookup".
42
bb2ec1b3
TT
432014-12-12 Phil Muldoon <pmuldoon@redhat.com>
44 Jan Kratochvil <jan.kratochvil@redhat.com>
45
46 * gdb.texinfo (Altering): Update.
47 (Compiling and Injecting Code): New node.
48
6dddd6a5
DE
492014-12-12 Doug Evans <dje@google.com>
50
51 * python.texi (Objfiles In Python): Document gdb.lookup_objfile.
52
f5b95c01
AA
532014-12-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
54
55 * gdb.texinfo: Document "maint print user-registers".
56
a0be3e44
DE
572014-12-08 Doug Evans <dje@google.com>
58
59 * python.texi (Objfiles In Python): Document Objfile.owner.
60
86e4ed39
DE
612014-12-04 Doug Evans <dje@google.com>
62
63 * python.texi (Objfiles In Python): Document
64 Objfile.add_separate_debug_file.
65
7c50a931
DE
662014-12-04 Doug Evans <dje@google.com>
67
68 * python.texi (Objfiles In Python): Document Objfile.build_id.
69
162078c8
NB
702014-12-02 Nick Bull <nicholaspbull@gmail.com>
71
72 * python.texi (Events In Python): Document new events
73 InferiorCallPreEvent, InferiorCallPostEvent, MemoryChangedEvent
74 and RegisterChangedEvent.
75
f10c5b19
JK
762014-11-30 Jan Kratochvil <jan.kratochvil@redhat.com>
77
78 Add add-auto-load-scripts-directory.
79 * gdb.texinfo (Auto-loading): Add add-auto-load-scripts-directory link.
80 (objfile-gdbdotext file): Add add-auto-load-scripts-directory.
81
413b59ae
JK
822014-11-30 Jan Kratochvil <jan.kratochvil@redhat.com>
83
84 * gdb.texinfo (Auto-loading safe path): Fix add-auto-load-safe-path
85 description typo.
86
02be9a71
DE
872014-10-30 Doug Evans <dje@google.com>
88
89 * python.texi (Progspaces In Python): Document ability to add
90 random attributes to gdb.Progspace objects.
91 (Objfiles In Python): Document ability to add random attributes to
92 gdb.objfile objects.
93
e5f8a7cc
PA
942014-10-27 Pedro Alves <palves@redhat.com>
95
96 * gdb.texinfo (Continuing and Stepping): Add cross reference to
97 info on stepping and signal handlers.
98 (Signals): Explain stepping and signal handlers. Add context
99 index entry, and cross references.
100
fab3a15d
SM
1012014-10-20 Simon Marchi <simon.marchi@ericsson.com>
102
103 * python.texi (Breakpoints In Python): Add parenthesis after
104 Breakpoint.delete. Clarify Breakpoint.enabled description so
105 that it contains "disable".
106
4ffbba72
DE
1072014-10-17 Doug Evans <dje@google.com>
108
109 * python.texi (Events In Python): Document clear_objfiles event.
110
d096d8c1
DE
1112014-10-17 Doug Evans <dje@google.com>
112
113 * python.texi (Objfiles In Python): Document new progspace attribute.
114
32a8097b
PA
1152014-10-17 Pedro Alves <palves@redhat.com>
116
117 * gdb.texinfo (Ada Tasks and Core Files): Delete mention of Tru64.
118 (SVR4 Process Information): Delete mention of OSF/1.
119
2ddf4301
SM
1202014-10-01 Simon Marchi <simon.marchi@ericsson.com>
121
122 * gdb.texinfo (Miscellaneous gdb/mi Commands): Document new
123 exit-code field in -list-thread-groups output.
124
342cc091
JBG
1252014-09-22 Jan-Benedict Glaw <jbglaw@lug-owl.de>
126
127 * gdb.texinfo (Set Breaks): Add missing "@end table".
128
a25a5a45
PA
1292014-09-22 Pedro Alves <palves@redhat.com>
130
131 * gdb.texinfo (Set Breaks): Document that "set breakpoint
132 always-inserted off" is the default mode now. Delete
133 documentation of "set breakpoint always-inserted auto".
134
2b4fd423
DE
1352014-09-18 Doug Evans <dje@google.com>
136
137 * python.texi (Symbol Tables In Python): Document "producer"
138 attribute of gdb.Symtab objects.
139
deb8ff2b
PA
1402014-09-16 Pedro Alves <palves@redhat.com>
141
142 * gdb.texinfo (Starting) <run command>: Don't mention VxWorks.
143 (Embedded OS): Remove VxWorks menu entry.
144 (VxWorks): Remove node.
145
81219e53
DE
1462014-09-13 Doug Evans <xdje42@gmail.com>
147
148 * gdb.texinfo (Signaling): Document new queue-signal command.
149
faa42425
DE
1502014-09-06 Doug Evans <xdje42@gmail.com>
151
152 PR 15276
153 * gdb.texinfo (Convenience Funs): Document $_caller_is,
154 $_caller_matches, $_any_caller_is, $_any_caller_matches.
155
1a6a384b
JL
1562014-09-03 Justin Lebar <jlebar@google.com>
157
158 * python.texi (Types In Python): Type.template_argument(n) returns a
159 gdb.Value or a gdb.Type and throws an exception if n is out of
160 range.
161
5f3b99cf
SS
1622014-09-03 Sasha Smundak <asmundak@google.com>
163
164 * python.texi (Frames in Python): Add read_register description.
165
3cecbbbe
TT
1662014-08-04 Tom Tromey <tromey@redhat.com>
167
168 * gdb.texinfo (Debugging Output): Update for change to "set debug
169 target".
170
90debf20
MM
1712014-08-01 Masaki Muranaka <monaka@monami-software.com>
172
173 Pushed by Joel Brobecker <brobecker@adacore.com>.
174 * Makefile.in (transform): New variable.
175 (install-man1, install-man5): Apply $(transform) to man file names.
176
ee7333ae
DE
1772014-07-26 Doug Evans <xdje42@gmail.com>
178
179 PR guile/17177
180 * guile.texi (Guile Pretty Printing API): Fix typo.
181 Document set-pretty-printers!, pretty-printers.
182 (Selecting Guile Pretty-Printers): Update.
183 Mention program-space based pretty-printers.
184
70509625
PA
1852014-07-25 Pedro Alves <palves@redhat.com>
186 Eli Zaretskii <eliz@gnu.org>
187
188 * gdb.texinfo (Signaling) <signal command>: Explain what happens
189 with multi-threaded programs.
190
b67a2c6f
YQ
1912014-06-27 Yao Qi <yao@codesourcery.com>
192
193 * gdb.texinfo (Maintenance Commands): Update the output of
194 'maint print dummy-frames' command.
195
f179cf97
EZ
1962014-06-24 Eli Zaretskii <eliz@gnu.org>
197
198 * gdb.texinfo (Screen Size): Improve indexing.
199
992c7d70
GB
2002014-06-19 Gary Benson <gbenson@redhat.com>
201
202 * gdb.texinfo (Maintenance Commands): Document new
203 "maint set/show catch-demangler-crashes" option.
204
57fcfb1b
GB
2052014-06-19 Gary Benson <gbenson@redhat.com>
206
207 * gdb.texinfo (Maintenance Commands): Document new
208 "maint demangler-warning" command and new
209 "maint set/show demangler-warning" option.
210
dd5d5494
SC
2112014-06-09 Siva Chandra Reddy <sivachandra@google.com>
212
213 * python.texi (Xmethod API): Add space before the opening
214 parenthesis in function descriptions.
215
25326a28 2162014-06-06 Doug Evans <xdje42@gmail.com>
d2929fdc
DE
217
218 * guile.texi (Guile Configuration): Document guile-data-directory.
219
0a770bb2 2202014-06-06 Mingjie Xing <mingjie.xing@gmail.com>
221
222 * gdb.texinfo (Invoking GDB): Add -q and --quiet.
223
16f691fb
DE
2242014-06-04 Doug Evans <xdje42@gmail.com>
225
226 * guile.texi (Breakpoints In Guile): Update.
227
1e47491b
JB
2282014-06-03 Joel Brobecker <brobecker@adacore.com>
229
230 * python.texi (Xmethod API): Fix reference to "Progspaces In
231 Python".
232
0c6e92a5
SC
2332014-06-03 Siva Chandra Reddy <sivachandra@google.com>
234
235 * python.texi (Xmethods In Python, XMethod API)
236 (Writing an Xmethod): New nodes.
237 (Python API): New menu entries "Xmethods In Python",
238 "Xmethod API", "Writing an Xmethod".
239
06eb1586
DE
2402014-06-02 Doug Evans <xdje42@gmail.com>
241
242 * guile.texi (Guile API): Add entry for Parameters In Guile.
243 (GDB Scheme Data Types): Mention <gdb:parameter> object.
244 (Parameters In Guile): New node.
245
e698b8c4
DE
2462014-06-02 Doug Evans <xdje42@gmail.com>
247
248 * guile.texi (Guile API): Add entry for Commands In Guile.
249 (Basic Guile) <parse-and-eval>: Add reference.
250 (Basic Guile) <string->argv>: Move definition to Commands In Guile.
251 (GDB Scheme Data Types): Mention <gdb:command> object.
252 (Commands In Guile): New node.
253
ded03782
DE
2542014-06-02 Doug Evans <xdje42@gmail.com>
255
256 * guile.texi (Guile API): Add entry for Progspaces In Guile.
257 (GDB Scheme Data Types): Mention <gdb:progspace> object.
258 (Progspaces In Guile): New node.
259
53e8a631
AB
2602014-05-30 Andrew Burgess <aburgess@broadcom.com>
261
262 * guile.texi (Frames In Guile): Mention FRAME_UNWIND_MEMORY_ERROR.
263 * python.texi (Frames In Python): Mention
264 gdb.FRAME_UNWIND_MEMORY_ERROR.
265
329ea579
PA
2662014-05-29 Pedro Alves <palves@redhat.com>
267 Tom Tromey <tromey@redhat.com>
268
269 * gdb.texinfo (Non-Stop Mode): Remove "set target-async 1"
270 from example.
271 (Asynchronous and non-stop modes): Document '-gdb-set mi-async'.
272 Mention that target-async is now deprecated.
273 (Maintenance Commands): Document maint set/show target-async.
274
92bcb5f9
PA
2752014-05-29 Pedro Alves <palves@redhat.com>
276
277 * observer.texi (sync_execution_done, command_error): New
278 subjects.
279
fd664c91
PA
2802014-05-29 Pedro Alves <palves@redhat.com>
281
282 PR gdb/13860
283 * observer.texi (signal_received, end_stepping_range)
284 (signal_exited, exited, no_history): New observer subjects.
285
b2715b27
AW
2862014-05-26 Andy Wingo <wingo@igalia.com>
287
288 * guile.texi (GDB Scheme Data Types): Remove documentation for
289 removed interfaces. Update spelling of gdb-object-kind.
290
9eaa4c1e
AW
2912014-05-26 Andy Wingo <wingo@igalia.com>
292
293 * guile.texi (Basic Guile): Fix some typos.
294
0f1e8403
AW
2952014-05-26 Andy Wingo <wingo@igalia.com>
296
297 * guile.texi (Writing a Guile Pretty-Printer)
298 (Guile Types Module): Fix excess parentheses in use-modules forms.
299
697aa1b7
EZ
3002014-05-24 Eli Zaretskii <eliz@gnu.org>
301
302 * guile.texi (Types In Guile, Basic Guile, Frames In Guile)
303 (Breakpoints In Guile, Guile Printing Module)
304 (Guile Exception Handling, Values From Inferior In Guile)
305 (Objfiles In Guile, Breakpoints In Guile, Memory Ports in Guile):
306 Don't use @var at the beginning of a sentence.
307
308 * gdb.texinfo (Frame Filter Management, Trace Files)
309 (C Operators, Ada Tasks, Calling, Bootstrapping, ARM)
310 (PowerPC Embedded, Define, Annotations for Running)
311 (IPA Protocol Commands, Packets, General Query Packets)
312 (Tracepoint Packets, Notification Packets, Environment)
313 (Inferiors and Programs, Set Breaks, Set Catchpoints)
314 (Continuing and Stepping, Signals, Thread-Specific Breakpoints)
315 (Frames, Backtrace, Selection, Expressions, Registers)
316 (Trace State Variables, Built-In Func/Proc, Signaling, Files)
317 (Numbers, GDB/MI Async Records, GDB/MI Data Manipulation)
318 (Source Annotations, Using JIT Debug Info Readers, Packets)
319 (Stop Reply Packets, Host I/O Packets)
320 (Target Description Format): Don't use @var at the beginning of a
321 sentence.
322
323 * python.texi (Basic Python, Types In Python)
324 (Commands In Python, Frames In Python, Line Tables In Python)
325 (Breakpoints In Python, gdb.printing, gdb.types)
326 (Type Printing API): Don't use @var at the beginning of a
327 sentence.
328
67b5c0c1
MM
3292014-05-23 Markus Metzger <markus.t.metzger@intel.com>
330
331 * gdb.texinfo (Process Record and Replay): Document "set/show btrace
332 replay-memory-access".
333
6a3cb8e8
PA
3342014-05-21 Pedro Alves <palves@redhat.com>
335
336 * gdb.texinfo (Starting): Document "set/show
337 auto-connect-native-target".
338 (Target Commands): Document "target native".
339
936d2992
PA
3402014-05-20 Pedro Alves <palves@redhat.com>
341
342 * gdb.texinfo (Memory) <compare-sections>: Generalize comments to
343 not be remote specific. Add cross reference to the qCRC packet.
344 (Separate Debug Files): Update cross reference to the qCRC packet.
345 (General Query Packets) <qCRC packet>: Add anchor.
346
b3ce5e5f
DE
3472014-05-17 Doug Evans <xdje42@gmail.com>
348
349 Copy over changes from guile.texi.
350 * python.texi (Basic Python) <gdb.execute>: Add text.
351 (Basic Python) <gdb.post_event>: Remove "main" from "main GDB thread".
352 (Values From Inferior) <Python string>: Add text.
353 (Values From Inferior) <Value.string>: Clarify string length handling.
354 (Pretty Printing API): Add cindex.
355 (Types In Python) <TYPE_CODE_*>: Use vtable instead of table.
356 Remove unnecessary index of gdb.TYPE_CODE_*. Replace @findex with
357 @vindex.
358 (Commands In Python) <COMPLETE_*>: Similarly.
359 (Symbols In Python) <SYMBOL_*>: Similarly.
360 (Breakpoints In Python) <WP_*>: Similarly.
361 (Breakpoints In Python) <BP_*>: Similarly.
362
8dfcab11
DT
3632014-05-17 David Taylor <dtaylor@emc.com>
364
365 * gdb.texinfo (General Query Packets): Add a note about thread IDs
366 mentioned in the qfThreadInfo reply.
367
8d551b02
DE
3682014-05-16 Doug Evans <dje@google.com>
369
370 * gdb.texinfo (Mode Options): Add -D.
371
e20bd8f4
SB
3722014-05-09 Samuel Bronson <naesten@gmail.com>
373
374 * Makefile.in (PACKAGE): Copy from ../Makefile.in in case of
375 "make -C".
376
f989a1c8
TT
3772014-04-29 Tom Tromey <tromey@redhat.com>
378
379 * gdb.texinfo (Debugging Output): Rename to "set debug varobj" and
380 "show debug varobj".
381
95cf3b38
DT
3822014-05-01 David Taylor <dtaylor@emc.com>
383
384 * gdb.texinfo (compare-sections): Document the new -r (read-only)
385 option.
386
01f9f808
MS
3872014-04-24 Michael Sturm <michael.sturm@mintel.com>
388 Walfred Tedeschi <walfred.tedeschi@intel.com>
389
390 * gdb.texinfo (i386 Features): Add description of AVX512
391 registers.
392
770e7fc7
DE
3932014-03-31 Doug Evans <dje@google.com>
394
395 * gdb.texinfo (Symbols): Document set/show print symbol-loading.
396
97d8f0ee
DE
3972014-03-30 Doug Evans <dje@google.com>
398
399 * gdb.texinfo (Non-Stop Mode): Remove trailing whitespace.
400 (Background Execution): Ditto.
401
36cb1214
HZ
4022014-03-21 Pedro Alves <palves@redhat.com>
403 Stan Shebs <stan@codesourcery.com>
404 Hui Zhu <hui@codesourcery.com>
405
406 * gdb.texinfo (Packets): Add anchor to "? packet".
407 Remove fixme and update introduction of "k packet".
408 Add anchor to "vKill packet".
409
5e3a2c38
SS
4102014-03-12 Stan Shebs <stan@codesourcery.com>
411
412 * Doxyfile-gdb-api.in (INPUT): Add gdbtypes.h.
413
7a5a839f
LC
4142014-02-26 Ludovic Courtès <ludo@gnu.org>
415
dc6ae996 416 * guile.texi (Basic Guile): Document 'history-append!'.
7a5a839f 417
95060284
JB
4182014-02-20 Joel Brobecker <brobecker@adacore.com>
419
420 * gdb.texinfo (Files): Document "add-shared-symbol-files"
421 and "assf" as being deprecated.
422 (Cygwin Native): Likewise for "dll-symbols".
423 (Non-debug DLL Symbols): Remove reference to "dll-symbols"
424 as a way to force the loading of symbols from a DLL.
425
f7bd0f78
SC
4262014-02-19 Siva Chandra Reddy <sivachandra@google.com>
427
428 * python.texi (Values From Inferior): Add description about the
429 new feature.
430
329baa95
DE
4312014-02-17 Doug Evans <xdje42@gmail.com>
432
433 * Makefile.in (GDB_DOC_FILES): Add python.texi.
434 * gdb.texinfo (Python): Moved to ...
435 * python.texi: ... here. New file.
436
687894f5
DE
4372014-02-17 Ludovic Courtès <ludo@gnu.org>
438
d25f38ee 439 * guile.texi (Writing a Guile Pretty-Printer) <example>:
687894f5
DE
440 Remove 'string-begins-with' procedure. Add 'pretty-printer'
441 parameter to 'str-lookup-function' procedure. Look for
442 the "std::string<" prefix.
443 (Frames In Guile): Add 'frame' parameter to 'frame-read-var'.
444 Adjust description.
445
6fb526ee
DE
4462014-02-11 Tejas Belagod <tejas.belagod@arm.com>
447
d25f38ee 448 * guile.texi (Values From Inferior In Guile): Remove stray
6fb526ee
DE
449 parantheses for deffn.
450 (Disassembly In Guile): Ditto.
451
1e0a5178
SS
4522014-02-10 Stan Shebs <stan@codesourcery.com>
453
454 Add Doxygen support.
455 * Makefile.in (doxy): New action, generates Doxygen files.
456 (DOXYGEN): New.
457 (doxyedit): New.
458 * Doxyfile-base.in: New file.
459 * Doxyfile-gdb-api.in: New file.
460 * Doxyfile-gdb-xref.in: New file.
461 * Doxyfile-gdbserver.in: New file.
462 * doxy-index.in: New file.
463 * filter-for-doxygen: New file.
464 * filter-params.pl: New file.
465
ed3ef339
DE
4662014-02-10 Doug Evans <xdje42@gmail.com>
467
468 * Makefile.in (GDB_DOC_FILES): Add guile.texi.
469 * gdb.texinfo (Auto-loading): Add set/show auto-load guile-scripts.
470 (Extending GDB): New menu entries Guile, Multiple Extension Languages.
471 (Guile docs): Include guile.texi.
472 (objfile-gdbdotext file): Add objfile-gdb.scm.
473 (dotdebug_gdb_scripts section): Mention Guile scripts.
474 (Multiple Extension Languages): New node.
475 * guile.texi: New file.
476
c6044dd1
JB
4772014-01-28 Joel Brobecker <brobecker@adacore.com>
478
479 * gdb.texinfo (Ada Glitches): Document the new "maint ada set/show
480 ignore-descriptive-types". commands.
481
87ce2a04
DE
4822014-01-22 Doug Evans <dje@google.com>
483
484 * gdb.texinfo (Server): Mention --debug-format=all|none|timestamp.
485 (gdbserver man): Ditto.
486
52834460
MM
4872014-01-16 Markus Metzger <markus.t.metzger@intel.com>
488
489 * gdb.texinfo: Document limited reverse/replay support
490 for target record-btrace.
491
0688d04e
MM
4922014-01-16 Markus Metzger <markus.t.metzger@intel.com>
493
494 * gdb.texinfo (Process Record and Replay): Update documentation.
495
8710b709
MM
4962014-01-16 Markus Metzger <markus.t.metzger@intel.com>
497
498 * gdb.texinfo (Process Record and Replay): Document new /c
499 modifier accepted by "record function-call-history".
500 Add /i modifier to "record function-call-history" example.
501
dcf106f3
JB
5022014-01-15 Yuanhui Zhang <asmwarrior@gmail.com>
503 Joel Brobecker <brobecker@adacore.com>
504
505 * gdb.texinfo (GDB/MI Output Syntax): Add some missing "nl"
506 markers. Remove one that was misplaced.
507
41ef2965
PA
5082014-01-10 Pedro Alves <palves@redhat.com>
509
510 * gdb.texinfo (Your Program's Environment) <set environment>:
511 Mention the shell, and point at 'set exec-wrapper'.
512
c0d48811
JB
5132014-01-07 Joel Brobecker <brobecker@adacore.com>
514
515 * gdb.texinfo (Types In Python): Document new attribute Types.name.
516
5fba4c0f
JB
5172013-12-30 Joel Brobecker <brobecker@adacore.com>
518
519 * gdb.texinfo (Types In Python): Clarify the documentation
520 of attribute gdb.Field.bitpos.
521
0809504b
JB
5222013-12-28 Joel Brobecker <brobecker@adacore.com>
523
524 * gdb.texinfo (Types In Python): Fix the documentation of
525 attribute "bitpos" in class gdb.Field for enum types. Add
526 documentation for attribute "enumval" in that same class.
527
edef6000
JB
5282013-12-28 Joel Brobecker <brobecker@adacore.com>
529
530 * gdb.texinfo (GDB/MI Support Commands): Change @table into
531 @ftable.
532
71b8c845
DE
5332013-12-23 Doug Evans <xdje42@gmail.com>
534
535 * gdb.texinfo (Auto-loading): Move menu up. Move discussion of
536 auto-loaded objfile scripts and .debug_gdb_scripts section to their
537 corresponding section in Extending GDB.
538 (Extending GDB): Move menu up. New menu item "Auto-loading
539 extensions".
540 (Sequences): New menu item "Auto-loading sequences".
541 (Auto-loading sequences): New node.
542 (Python): Rename section from Scripting GDB to Extending GDB.
543 (Python Auto-loading): Update xref, refer to "Auto-loading extensions".
544 Move docs on ways to auto-load extensions to ...
545 (Auto-loading extensions): ... here. New node.
546
d192b373
JB
5472013-12-23 Joel Brobecker <brobecker@adacore.com>
548
549 * gdb.texinfo (GDB/MI): Add "GDB/MI Support Commands" entry
550 in menu.
551 (GDB/MI Variable Objects): Adjust reference to "-list-features"
552 command, now in a new node.
553 (GDB/MI Support Commands): New node, with its contents being
554 extracted from the "GDB/MI Miscellaneous Commands" node.
555 A small paragraph introducing the section is also added at
556 the start.
557 (GDB/MI Miscellaneous Commands): Delete the description of the
558 -info-gdb-mi-command, -list-features and -list-target-features
559 commands, now hosted in the "GDB/MI Support Commands" node.
560
a16b0e22
SC
5612013-12-12 Siva Chandra Reddy <sivachandra@google.com>
562
563 PR python/16113
564 * gdb.texinfo (Values From Inferior): Add a note about using
565 gdb.Field objects as subscripts on gdb.Value objects.
566 (Types In Python): Add description about the new attribute
567 "parent_type" of gdb.Field objects.
568
9b26f0fb
JB
5692013-12-12 Joel Brobecker <brobecker@adacore.com>
570
571 * gdb.texinfo (GDB/MI Miscellaneous Commands): Add @cindex
572 entry for section docuumenting the -list-features GDB/MI command.
573
72bfa06c
JB
5742013-12-10 Joel Brobecker <brobecker@adacore.com>
575
576 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document the new
577 "exec-run-start-option" entry in the output of the "-list-features"
578 command.
579
3ea8680f
EZ
5802013-12-04 Eli Zaretskii <eliz@gnu.org>
581
582 * gdb.texinfo (i386): Fix yesterday's commit.
583
1a4f73eb
TT
5842013-12-03 Tom Tromey <tromey@redhat.com>
585
586 * gdb.texinfo (Set Catchpoints): Add @kindex for each command
587 documented here.
588
6cb999f8
TT
5892013-12-03 Tom Tromey <tromey@redhat.com>
590
591 * gdb.texinfo (@direntry): Add menu item for gdbserver.
592
ca8941bb
WT
5932013-12-03 Walfred Tedeschi <walfred.tedeschi@intel.com>
594
595 * gdb.texinfo (i386 Features): Add MPX feature registers.
596 (x86 Specific featuresx86 Architecture-specific Issues): Adds
597 a subsubsection for MPX and describes the display of the
598 boundary registers.
599
688981c9
JB
6002013-12-03 Joel Brobecker <brobecker@adacore.com>
601
602 * gdb.texinfo (GDB/MI Miscellaneous Commands): Remove the
603 documentation of the "ada-exceptions" entry.
604
2ea126fa
JB
6052013-12-03 Joel Brobecker <brobecker@adacore.com>
606
607 * gdb.texinfo (GDB/MI Result Records): Fix the syntax of the
608 "^error" result record concerning the error message. Document
609 the error code that may also be part of that result record.
610 (GDB/MI Miscellaneous Commands): Document the
611 "undefined-command-error-code" element in the output of
612 the "-list-features" GDB/MI command.
613
6b7cbff1
JB
6142013-12-03 Joel Brobecker <brobecker@adacore.com>
615
616 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document
617 the new -info-gdb-mi-command GDB/MI command. Document
618 the meaning of "-info-gdb-mi-command" in the output of
619 -list-features.
620
20e1ca3b
PA
6212013-11-29 Pedro Alves <palves@redhat.com>
622
623 * gdb.texinfo (Frames In Python) <gdb.FRAME_UNWIND_NULL_ID>:
624 Update comment.
625
29453a14
YQ
6262013-11-24 Yao Qi <yao@codesourcery.com>
627
628 * gdb.texinfo (Caching Remote Data): Document new
629 "set/show stack-cache" option.
630
6dd315ba
YQ
6312013-11-24 Yao Qi <yao@codesourcery.com>
632
633 * gdb.texinfo (Caching Target Data): Replace "ON" with "on".
634 (Maintenance Commands): Replace "ON" and "OFF" with "on" and
635 "off" respectively.
636
9df9dbe0
YQ
6372013-11-23 Yao Qi <yao@codesourcery.com>
638
639 * gdb.texinfo (GDB/MI Variable Objects): Add the description
640 of "displayhint" to the table about child results.
641
c78feb39
YQ
6422013-11-21 Yao Qi <yao@codesourcery.com>
643
644 * gdb.texinfo (GDB/MI Variable Objects): Add attribute
645 'dynamic' for the output of command -var-list-children.
646
27b81af3
YQ
6472013-11-21 Yao Qi <yao@codesourcery.com>
648
649 * gdb.texinfo (Caching Target Data): Remove "see" before
650 @pxref.
651
b26dfc9a
YQ
6522013-11-20 Yao Qi <yao@codesourcery.com>
653
654 * gdb.texinfo (Caching Target Data): Update doc for
655 per-address-space dcache.
656
b12039c6
YQ
6572013-11-20 Yao Qi <yao@codesourcery.com>
658
659 * gdb.texinfo (Data): Rename menu item.
660 (Caching Remote Data): Rename to ...
661 (Caching Target Data): ... it. Update.
662
422ad5c2
JB
6632013-11-18 Joel Brobecker <brobecker@adacore.com>
664
665 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document the new
666 "language-option" entry in the output of the "-list-features"
667 command.
668
805e1f19
TT
6692013-11-15 Tom Tromey <tromey@redhat.com>
670
671 * gdb.texinfo (Variables): Note gdb rules for ambiguous cases.
672 Add example.
673
8fe1b653
TT
6742013-11-14 Tom Tromey <tromey@redhat.com>
675
676 * gdb.texinfo (Breakpoints In Python): Replace "as" with "in".
677
403cb6b1
JB
6782013-11-14 Joel Brobecker <brobecker@adacore.com>
679
680 * gdb.texinfo (Show): Add xref anchor for "show language" command.
681 (Context management): Place current subsection text into its own
682 subsubsection. Add new subsubsection describing the "--language"
683 command option.
684
93973826
JB
6852013-11-13 Joel Brobecker <brobecker@adacore.com>
686
687 * gdb.texinfo (GDB/MI Miscellaneous Commands): Delete
688 the documentation of "info-ada-exceptions" in the output
689 of the "-list-features" command. Add the documentation
690 of the "ada-exception" entry instead.
691
6adcee18
JB
6922013-11-12 Joel Brobecker <brobecker@adacore.com>
693
93973826 694
6adcee18
JB
695 * gdb.texinfo (GDB/MI Miscellaneous Commands): Fix the first
696 word of a couple of sentences to start with a capital letter.
697
58d06528
JB
6982013-11-12 Joel Brobecker <brobecker@adacore.com>
699
700 * gdb.texinfo (Ada): Add entry in menu for new "Ada Exceptions" node.
701 (Ada Exceptions): New node.
702 (GDB/MI): Add entry in menu for new "GDB/MI Ada Exceptions
703 Commands" node.
704 (GDB/MI Ada Exceptions Commands): New node.
705 (GDB/MI Miscellaneous Commands): Document new "info-ada-exceptions"
706 field in the output of the "-list-features" command.
707 * NEWS: Add entry for the new "info exceptions" CLI command,
708 and for the new "-info-ada-exceptions" GDB/MI command.
709
bc79de95
PM
7102013-11-11 Phil Muldoon <pmuldoon@redhat.com>
711
712 * gdb.texinfo (Symbol Tables In Python): Add linetable method entry.
713 (Line Tables In Python): New node.
714
73be47f5
DE
7152013-11-08 Doug Evans <dje@google.com>
716
717 * gdb.texinfo (Debugging Output): Update text for
718 "set debug dwarf2-read".
719
db0fec5c
DE
7202013-11-08 Doug Evans <dje@google.com>
721
722 * gdb.texinfo (Debugging Output): Update text for
723 "set debug symtab-create".
724
92e32e33
PM
7252013-11-07 Phil Muldoon <pmuldoon@redhat.com>
726
727 * gdb.texinfo (Commands In Python): Document COMPLETE_EXPRESSION
728 constant.
729
f76c27b5
PM
7302013-11-07 Phil Muldoon <pmuldoon@redhat.com>
731
732 * gdb.texinfo (Breakpoints In Python): Document temporary
733 option in breakpoint constructor, and add documentation to the
734 temporary attribute.
735
fa4d0c40
YQ
7362013-11-07 Yao Qi <yao@codesourcery.com>
737
738 * gdb.texinfo (GDB/MI Variable Objects): Update doc about the
739 output of "-var-info-expression".
740
afa332ce
PA
7412013-11-06 Pedro Alves <palves@redhat.com>
742
743 * gdb.texinfo (Starting) <set/show startup-with-shell>: Mention
744 non-interactive mode.
745 (Environment) <shell startup files warning>: Mention
746 non-interactive mode. Mention .zshenv for Z shell, and talk about
747 BASH_ENV instead of .bashrc for BASH.
748
9ac69859
NB
7492013-10-29 Nicolas Blanc <nicolas.blanc@intel.com>
750
751 * gdb.texinfo (Commands to Specify Files): Add description
752 of the remove-symbol-file command.
753 * observer.texi: New free_objfile event
754
98882a26
PA
7552013-10-24 Pedro Alves <palves@redhat.com>
756
757 * gdb.texinfo (Starting): Document set/show startup-with-shell.
758
ce13fade
JB
7592013-10-11 Joel Brobecker <brobecker@adacore.com>
760
761 * gdb.texinfo (Shared Library GDB/MI Catchpoint Commands):
762 New subsection inside which the "-catch-load" and "-catch-unload"
763 commands documentation is now placed.
764 (Ada Exception GDB/MI Catchpoint Commands): New subsection
765 documenting the "-catch-assert" and "-catch-exception" new
766 GDB/MI commands.
767
2446f5ea
JB
7682013-10-10 Joel Brobecker <brobecker@adacore.com>
769
770 * gdb.texinfo (Connecting): Remove unnecessary @w{}.
771
0d12017b
JB
7722013-10-10 Joel Brobecker <brobecker@adacore.com>
773
bd80dc1a
JB
774 * gdb.texinfo (Connecting): Replace "set remotebaud" by "set
775 serial baud".
776 (Remote Configuration): Replace "set remotebaud" by "set serial
777 baud". Replace "show remotebaud" by "show serial baud".
0d12017b 778
f4fb82a1
PA
7792013-10-07 Pedro Alves <palves@redhat.com>
780
781 PR breakpoints/11568
782 * gdb.texinfo (Thread-Specific Breakpoints): Mention what happens
783 when the thread is removed from the thread list.
784
0c557179
SDJ
7852013-10-06 Sergio Durigan Junior <sergiodj@redhat.com>
786
787 * gdb.texinfo (Convenience Variables): Document $_exitsignal.
788 Update entry for $_exitcode.
789
5713b9b5
JB
7902013-10-04 Joel Brobecker <brobecker@adacore.com>
791
792 * gdb.texinfo (GDB/MI Program Execution): Document "-exec-run"'s
793 new "--start" option.
794
901461f8
PA
7952013-10-02 Pedro Alves <palves@redhat.com>
796
797 * gdb.texinfo (Registers): Expand description of saved registers
798 in frames. Explain <not saved>.
799
8fb8eb5c
DE
8002013-09-25 Doug Evans <dje@google.com>
801
802 * gdb.texinfo (Debugging Output): Document set/show debug symfile.
803
0a7cfe2c
SS
8042013-09-16 Stan Shebs <stan@codesourcery.com>
805
806 Remove the internals manual gdbint.texinfo.
807 * Makefile.in (INFO_DEPS): Remove gdbint.info.
808 (PDFFILES): Remove gdbint.pdf.
809 (HTMLFILES): Remove gdbint/index.html.
810 (HTMLFILES_INSTALL): Remove gdbint.
811 (GDBINT_DOC_FILES): Remove.
812 (dvi): Remove gdbint.dvi.
813 (ps): Remove gdbint.ps.
814 * gdbint.texinfo: Remove file.
815 * gdb.texinfo (Maintenance Commands): Remove reference to gdbint.
816
a280dbd1
SDJ
8172013-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
818
819 * gdb.texinfo (Convenience Functions): Mention new convenience
820 function $_isvoid.
821
4ac33720
UW
8222013-09-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
823
824 * gdb.texinfo (Decimal Floating Point format): Mention S/390.
825 (Standard Target Features): Add new node to menu.
826 (S/390 and System z Features): New node.
827
b3d3b4bd
SA
8282013-09-13 Sanimir Agovic <sanimir.agovic@intel.com>
829
830 * gdb.texinfo (GDB/MI Miscellaneous Commands): Use
831 -list-target-features in the example.
832
edf9f00c
JK
8332013-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
834
835 * gdb.texinfo (MiniDebugInfo): Prepare file debug and use it to create
836 mini_debuginfo. Strip binary before adding mini_debuginfo to it.
837
1d236d23
JK
8382013-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
839
840 Sync documentation with gdb.base/gnu-debugdata.exp.
841 * gdb.texinfo (MiniDebugInfo): Add comment and "D" in the example.
842
5423b017
JK
8432013-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
844
845 * gdb.texinfo (MiniDebugInfo): Fix two trailing dots.
846
6211c335
YQ
8472013-08-27 Pedro Alves <pedro@codesourcery.com>
848 Yao Qi <yao@codesourcery.com>
849
850 * gdb.texinfo (GDB/MI Stack Manipulation) <-stack-list-locals>:
851 Document new --skip-unavailable option.
852 <-stack-list-variables>: Document new --skip-unavailable option.
853
52e260a3
DE
8542013-08-26 Doug Evans <dje@google.com>
855
856 * gdb.texinfo (Maintenance Commands): "maint print objfiles" now takes
857 an optional regexp.
858
5e92f71a
TT
8592013-08-13 Tom Tromey <tromey@redhat.com>
860
861 * gdbint.texinfo (Testsuite): Use @table, not @itemize.
862 Document GDB_PARALLEL and GDB_INOTIFY.
863
c5d7073b
SS
8642013-08-09 Stan Shebs <stan@codesourcery.com>
865
866 * LRS: Remove file, describes a long-abandoned live-range
867 splitting extension to stabs.
868
6fbe845e
AB
8692013-07-25 Andrew Burgess <aburgess@broadcom.com>
870
871 * gdb.texinfo (Output Formats): Mention the new 'z' formatter.
872
e7045703
DE
8732013-07-17 Doug Evans <dje@google.com>
874
875 * gdb.texinfo (Print Settings): Document "print raw frame-arguments".
876
3105ebf9
TT
8772013-07-02 Tom Tromey <tromey@redhat.com>
878
879 * gdb.texinfo (Target Commands): Don't mention "target nrom".
880
d6c2da54
TT
8812013-06-28 Tom Tromey <tromey@redhat.com>
882
883 * Makefile.in (version.subst): Use version.in, not
884 common/version.in.
885 * gdbint.texinfo (Versions and Branches, Releasing GDB):
886 Likewise.
887
e5823f1c
PA
8882013-06-27 Pedro Alves <palves@redhat.com>
889
890 * gdbint.texinfo (Algorithms) <Stepping over runtime loader
891 dynamic symbol resolution code>: New section, based on infrun.c
892 comment.
893
92dcb9ff
TT
8942013-06-26 Tom Tromey <tromey@redhat.com>
895
896 * gdbint.texinfo (Versions and Branches): Use common/version.in.
897 Update.
898 (Releasing GDB): Likewise.
899
dc673c81
YQ
9002013-06-26 Pedro Alves <pedro@codesourcery.com>
901 Yao Qi <yao@codesourcery.com>
902
903 * gdb.texinfo (GDB/MI Tracepoint Commands): Document
904 -trace-frame-collected.
905
28a93511
YQ
9062013-06-26 Pedro Alves <pedro@codesourcery.com>
907
908 * gdb.texinfo (Traceframe Info Format): Document tvar element
909 and its attributes.
910
a0743c90
YQ
9112013-06-25 Yao Qi <yao@codesourcery.com>
912
913 * gdbint.texinfo (Testsuite): Document 'gdb,predefined_tsv'.
914
01208463
TT
9152013-06-24 Tom Tromey <tromey@redhat.com>
916
917 * Makefile.in (POD2MAN1, POD2MAN5): Use version.subst.
918 (GDBvn.texi): Use version.subst.
919 (version.subst): New target.
920 (mostlyclean): Remove version.subst.
921
c898adb7
YQ
9222013-06-20 Pedro Alves <pedro@codesourcery.com>
923
924 * gdb.texinfo (GDB/MI Data Manipulation)
925 <-data-list-register-values>: Document the --skip-unavailable
926 option.
927
7c57fa1e
YQ
9282013-06-07 Yao Qi <yao@codesourcery.com>
929
930 * gdb.texinfo (Symbols): Add kindex and cindex for
931 'maint print msymbols'.
932
0059c61a 9332013-06-05 Simon Marchi <simon.marchi@ericsson.com> (tiny change)
b7742092
MK
934
935 * gdb.texinfo (Miscellaneous gdb/mi Commands): Fix -add-inferior
936 response field name (thread-group to inferior).
937
85dc5a12
GB
9382013-06-04 Gary Benson <gbenson@redhat.com>
939
940 * gdb.texinfo (General Query Packets/qSupported): Added
941 "qXfer:libraries-svr4:read" and "augmented-libraries-svr4-read".
942 to the table of currently defined stub features.
943 Added a more detailed entry for "augmented-libraries-svr4-read".
944 (General Query Packets/qXfer:libraries-svr4:read): Documented
945 the augmented form of this packet.
946
5901af59
JB
9472013-05-23 Joel Brobecker <brobecker@adacore.com>
948
949 * gdb.texinfo (System-wide Configuration Scripts): Renames
950 "Installed System-wide Configuration Scripts". Add associated
951 @menu block.
952
c1e36e3e
PA
9532013-05-23 Yao Qi <yao@codesourcery.com>
954 Pedro Alves <palves@redhat.com>
955
956 * gdb.texinfo (Packets): Document 'vCont;r'.
957 (Continuing and Stepping): Document target-assisted range
958 stepping, and the 'set range-stepping' and 'show range-stepping'
959 commands.
960
0201faac
JB
9612013-05-23 Joel Brobecker <brobecker@adacore.com>
962
963 * gdb.texinfo (Installed System-wide Configuration Scripts):
964 Add subsection describing the scripts now available under
965 the data-dir's system-gdbbinit subdirectory.
966 * NEWS: Add entry announcing the availability of system-wide
967 configuration scripts for ElinOS and Wind River Linux.
968
c5867ab6
HZ
9692013-05-21 Hui Zhu <hui@codesourcery.com>
970
971 * gdb.texinfo (GDB/MI Breakpoint Commands): Describe the
972 "-dprintf-insert" command.
973
7d0c9981
DE
9742013-05-17 Doug Evans <dje@google.com>
975
976 * gdb.texinfo (Maintenance Commands): Update doc for
977 "maint check-psymtabs". Add doc for "maint check-symtabs",
978 "maint expand-symtabs".
979
742ce053
MM
9802013-05-15 Markus Metzger <markus.t.metzger@intel.com>
981
982 * gdb.texinfo (Process Record and Replay): Document the
983 "record goto" command and its sub-commands.
984
1e611234
PM
9852013-05-10 Phil Muldoon <pmuldoon@redhat.com>
986
987 * gdb.texinfo (Backtrace): Add "no-filter" argument.
988 (Python API): Add Frame Filters API, Frame Wrapper API,
989 Writing a Frame Filter/Wrapper, Managing Management of Frame
990 Filters chapter entries.
991 (Frame Filters API): New Node.
992 (Frame Wrapper API): New Node.
993 (Writing a Frame Filter): New Node.
994 (Managing Frame Filters): New Node.
995 (Progspaces In Python): Add note about frame_filters attribute.
996 (Objfiles in Python): Ditto.
997 (GDB/MI Stack Manipulation): Add -enable-frame-filters command,
998 @anchors and --no-frame-filters option to -stack-list-variables,
999 -stack-list-frames, -stack-list-locals and -stack-list-arguments
1000 commands.
1001
2874cb83
JB
10022013-05-08 Joel Brobecker <brobecker@adacore.com>
1003
1004 * gdbint.texinfo (Native Debugging): Add "AIX Shared Library
1005 Support" subsection documenting the XML format used to transfer
1006 shared library info on AIX.
1007
9a005eb9
JB
10082013-05-08 Joel Brobecker <brobecker@adacore.com>
1009
1010 * gdb.texinfo (Debugging Output): Add documentation of
1011 "set debug aix-solib" and "show debug aix-solib" commands.
1012
a1217d97
SL
10132013-05-06 Sandra Loosemore <sandra@codesourcery.com>
1014
1015 * gdb.texinfo (Nios II): New section.
1016 (Nios II Features): New section.
1017
4d1eb6b4
JB
10182013-05-06 Joel Brobecker <brobecker@adacore.com>
1019
1020 * gdbint.texinfo (Algorithms): Remove entries documenting
1021 DEPRECATED_IBM6000_TARGET, SOLIB_ADD, and
1022 SOLIB_CREATE_INFERIOR_HOOK.
1023
3f84184e
TT
10242013-04-29 Tom Tromey <tromey@redhat.com>
1025
1026 PR python/14204:
1027 * gdb.texinfo (Python API): Fix menu entry.
1028 (Blocks In Python): Fix subsubsection text. Rewrite intro.
1029 Define global and static block. Add example. Clarify
1030 block relationship for inline functions.
1031
60155234
TT
10322013-04-29 Tom Tromey <tromey@redhat.com>
1033
1034 * gdb.texinfo (Python API): Mention Python help and keyword
1035 arguments. Move pagination text to Basic Python.
1036 (Basic Python): Put pagination text here. Document
1037 close-on-exec, SIGCHLD, and SIGINT.
1038
5360976e
PA
10392013-04-19 Pedro Alves <palves@redhat.com>
1040
1041 * gdbint.texinfo (Misc Guidelines) <Compiler Warnings>: Write
1042 "signedness" instead of "signness".
1043
bd3f3b55
PA
10442013-04-19 Pedro Alves <palves@redhat.com>
1045
1046 * gdbint.texinfo (Misc Guidelines) <Compiler Warnings>: Replace
1047 -Wno-pointer-sign text with text on -Wpointer-sign.
1048
dee368d3
TT
10492013-04-16 Tom Tromey <tromey@redhat.com>
1050
1051 * gdb.texinfo (Set Catchpoints): Mention earliest version of
1052 GCC that has the SDT probe points.
1053
cc16e6c9
TT
10542013-04-15 Tom Tromey <tromey@redhat.com>
1055
1056 * gdb.texinfo (Set Catchpoints): Document regexp syntax for
1057 exception catchpoints.
1058
72f1fe8a
TT
10592013-04-15 Tom Tromey <tromey@redhat.com>
1060
1061 * gdb.texinfo (Set Catchpoints): Document $_exception.
1062 (Convenience Vars): Mention $_exception.
1063
591f19e8
TT
10642013-04-15 Tom Tromey <tromey@redhat.com>
1065
1066 * gdb.texinfo (Set Catchpoints): Reorganize exception
1067 catchpoints. Document "catch rethrow".
1068 (Debugging C Plus Plus): Mention "catch rethrow".
1069
02ae6bad
TT
10702013-04-15 Tom Tromey <tromey@redhat.com>
1071
1072 * gdb.texinfo (Set Catchpoints): Remove obsolete text.
1073
2c91021c
JK
10742013-04-12 Jan Kratochvil <jan.kratochvil@redhat.com>
1075 Eli Zaretskii <eliz@gnu.org>
1076
1077 * gdb.texinfo (Auto-loading safe path): Add quick -iex using command
1078 line below the sample output.
1079
6eaaf48b
EZ
10802013-04-12 Eli Zaretskii <eliz@gnu.org>
1081
1082 * gdb.texinfo (Mode Options): Document '-configuration'.
1083 (Help): Document "show configuration".
1084 (Bug Reporting): Add requirements to include the configuration
1085 details in bug reports.
1086
b292c783
JK
10872013-04-11 Jan Kratochvil <jan.kratochvil@redhat.com>
1088
1089 * Makefile.in (MAN1S): Add gcore.1.
1090 Remove "Host, target, and site specific Makefile fragments" comment.
1091 (@host_makefile_frag@, HAVE_NATIVE_GCORE_TARGET): New.
1092 (install-man1, uninstall-man1): Conditionalize gcore.1.
1093 (gcore.1): New.
1094 * gdb.texinfo (Man Pages): Add gcore man.
1095 (gcore man): New node.
1096
f81d1120
PA
10972013-04-10 Pedro Alves <palves@redhat.com>
1098
1099 * gdb.texinfo (Process Record and Replay): Document that "set
1100 record full insn-number-max", "set record
1101 instruction-history-size" and "set record
1102 function-call-history-size" accept "unlimited".
1103 (Backtrace): Document that "set backtrace limit" accepts
1104 "unlimited".
1105 (List): Document that "set listsize" accepts "unlimited".
1106 (Print Settings)" Document that "set print max-symbolic-offset",
1107 "set print elements" and "set print repeats" accept "unlimited".
1108 (Starting and Stopping Trace Experiments): Document that "set
1109 trace-buffer-size" accepts "unlimited".
1110 (Remote Configuration): Document that "set tcp connect-timeout"
1111 accepts "unlimited".
1112 (Command History): Document that "set history size" accepts
1113 "unlimited".
1114 (Screen Size): Document that "set height" and "set width" accepts
1115 "unlimited". Adjust "set pagination"'s description to suggest
1116 "set height unlimited" instead of "set height 0".
1117
393fd4c3
YQ
11182013-04-10 Yao Qi <yao@codesourcery.com>
1119
1120 * gdb.texinfo (Trace Files): Add "target ctf".
1121
cba5a7bf
JK
11222013-04-06 Jan Kratochvil <jan.kratochvil@redhat.com>
1123
1124 * Makefile.in (POD2MAN1, POD2MAN5): Replace $(VERSION) by ../version.in.
1125
0ed630cb
JK
1126 * Makefile.in (install-man1, install-man5, uninstall-man1)
1127 (uninstall-man5): Replace $(MANS) by $(MAN1S) and $(MAN5S) respectively.
1128
afe1492b
JK
1129 * Makefile.in (gdb.1, gdbserver.1, gdbinit.5): Use $(srcdir).
1130
5b8b6385
JK
11312013-04-06 Jan Kratochvil <jan.kratochvil@redhat.com>
1132 Eli Zaretskii <eliz@gnu.org>
1133
1134 * gdb.texinfo (gdbserver man): Rename tty to comm. Swap --attach
1135 parameters order. Remove "On some targets" for --attach. Document the
1136 --multi parameter and extended-remote command. Document all the
1137 options.
1138
906ccdf0
JK
11392013-04-05 Jan Kratochvil <jan.kratochvil@redhat.com>
1140
1141 * gdb.texinfo (gdb man): Mention option -p. Include Fortran to
1142 the list of supported languages.
1143
43662968
JK
11442013-04-05 Jan Kratochvil <jan.kratochvil@redhat.com>
1145
1146 Convert man pages to texinfo, new gdbinit.5 texinfo page.
1147 * Makefile.in (mandir, man1dir, man5dir, SYSTEM_GDBINIT, MANCONF,
1148 (TEXI2POD, POD2MAN1, POD2MAN5, MAN1S, MAN5S, MANS, man): New.
1149 (diststuff): Add man.
1150 (install-man, install-man1, install-man5, uninstall-man, uninstall-man1)
1151 (uninstall-man5): New.
1152 (STAGESTUFF): Add *.1 and *.5.
1153 (GDBvn.texi): Add SYSTEM_GDBINIT.
1154 (gdb.1, gdbserver.1, gdbinit.5): New.
1155 (maintainer-clean realclean): Add $(MANS).
1156 (install): Add install-man.
1157 (uninstall): Add uninstall-man.
1158 * gdb.texinfo (@include gdb-cfg.texi): Wrap it by @c man begin INCLUDE.
1159 (@copying): Wrap it by @c man begin COPYRIGHT.
1160 (Top): Add Man Pages.
1161 (Man Pages, gdb man, gdbserver man, gdbinit man): New.
1162
be9a8770
PA
11632013-04-02 Pedro Alves <palves@redhat.com>
1164
1165 * gdb.texinfo (Debugging Output): Document "set/show debug
1166 aarch64", "set/show debug coff-pe-read" and "set/show debug
1167 mach-o".
1168
a46c1e42
PA
11692013-04-02 Pedro Alves <palves@redhat.com>
1170
1171 * gdb.texinfo (Remote Configuration) <set remote @var{name}-packet
1172 table>: Add entry for "trace-buffer-size".
1173
bd3eecc3
PA
11742013-03-28 Pedro Alves <palves@redhat.com>
1175
1176 * gdb.texinfo (Remote Configuration) <set remote @var{name}-packet
1177 table>: Add entry for "trace-status".
1178
215b9f98
EZ
11792013-03-28 Eli Zaretskii <eliz@gnu.org>
1180
1181 * gdb.texinfo (Maintenance Commands): Use @enumerate, not "@table
1182 @bullet", which is invalid (makeinfo 5.1 barfs).
1183
7f7cc265
PA
11842013-03-28 Pedro Alves <palves@redhat.com>
1185
1186 PR gdb/15294
1187
1188 * gdb.texinfo (List) <set listsize>: Adjust to document that
1189 listsize 0 means no limit, and remove mention of -1.
1190
9c0be723
YQ
11912013-03-22 Yao Qi <yao@codesourcery.com>
1192
1193 * gdb.texinfo (Embedded Processors): Remove menu item
1194 "OpenRISC 1000".
1195 (OpenRISC 1000): Remove.
1196
bd712aed
DE
11972013-03-21 Doug Evans <dje@google.com>
1198
1199 * gdb.texinfo (Maintenance Commands): Add docs for
1200 "mt set per-command {space,time,symtab} {on,off}".
1201
d0353e76
YQ
12022013-03-14 Hui Zhu <hui@codesourcery.com>
1203 Yao Qi <yao@codesourcery.com>
1204
1205 * gdb.texinfo (Trace Files): Add "tsave -ctf".
1206
6dd24dfa
KS
12072013-03-13 Keith Seitz <keiths@redhat.com>
1208
1209 * gdb.texinfo (Maintenance Commands): Add missing ')' for
1210 "maint agent" reference to Dynamic printf.
1211
5c4808ca
EZ
12122013-03-11 Eli Zaretskii <eliz@gnu.org>
1213
1214 * gdb.texinfo (General Query Packets): Don't use colon in index
1215 entries visible to Info format.
1216
59ea5688
MM
12172013-03-11 Markus Metzger <markus.t.metzger@intel.com>
1218
1219 * gdb.texinfo (Process Record and Replay): Document record
1220 changes.
1221
2ae8c8e7
MM
12222013-03-11 Markus Metzger <markus.t.metzger@intel.com>
1223
1224 * gdb.texinfo (Requirements): List qXfer:btrace:read requiring expat.
1225 (General Query Packets): Describe Qbtrace:bts, Qbtrace:off, and
1226 qXfer:btrace:read.
1227
28abe188
EZ
12282013-03-09 Eli Zaretskii <eliz@gnu.org>
1229
1230 * gdb.texinfo (General Query Packets, Tracepoint Packets): Don't
1231 use colons in @anchor and @cindex entries.
1232
be9a119c 12332013-03-09 Hafiz Abid Qadeer <abidh@codesourcery.com>
6790eb9f
HAQ
1234
1235 * gdb.texinfo (QTBuffer:size): Add cindex and anchor.
1236
be9a119c 12372013-03-08 Stan Shebs <stan@codesourcery.com>
f6f899bf
HAQ
1238 Hafiz Abid Qadeer <abidh@codesourcery.com>
1239
1240 * gdb.texinfo (Starting and Stopping Trace Experiments): Document
1241 trace-buffer-size set and show commands.
1242 (Tracepoint Packets): Document QTBuffer:size.
1243 (General Query Packets): Document QTBuffer:size.
1244
d57350ea
TT
12452013-02-21 Tom Tromey <tromey@redhat.com>
1246
1247 * gdb.texinfo: Remove bad @syncodeindex.
1248 (Values From Inferior, Types In Python, Inferiors In Python)
1249 (Events In Python, Threads In Python, Frames In Python, Blocks In
1250 Python, Symbols In Python, Symbol Tables In Python): Remove
1251 @tables.
1252 (Packets, General Query Packets, Tracepoint Packets)
1253 (Host I/O Packets): Use @w{} for empty @item.
1254
9f44fbc0
SCR
12552013-02-20 Siva Chandra Reddy <sivachandra@google.com>
1256
1257 * gdb.texinfo (Architectures In Python): Add description about
1258 the new method gdb.Architecture.disassemble.
1259
f5911ea1
HAQ
12602013-02-15 Pedro Alves <pedro@codesourcery.com>
1261 Hafiz Abid Qadeer <abidh@codesourcery.com>
1262
1263 * gdb.texinfo (GDB/MI Tracepoint Commands) <-trace-status>:
1264 Document the "trace-file" field.
1265
7e1e0340
DE
12662013-02-07 Doug Evans <dje@google.com>
1267
1268 * gdb.texinfo (Machine Code): Clarify argument to disassemble
1269 command.
1270
134a2066
YQ
12712013-02-06 Yao Qi <yao@codesourcery.com>
1272
1273 * gdb.texinfo (GDB/MI Async Records): Document new MI
1274 notification "=tsv-modified". Update the document of MI
1275 notification "=tsv-created".
1276 * observer.texi (GDB Observers): New observer tsv_modified.
1277 Update observer tsv_created and tsv_delete.
1278
430ed3f0
MS
12792013-02-05 Yufeng Zhang <yufeng.zhang@arm.com>
1280
1281 * gdb.texinfo (AArch64 Features): New section; document
1282 org.gnu.gdb.aarch64.core and org.gnu.gdb.aarch64.fpu.
1283 (Architectures): Add new AArch64 section to document AArch64
1284 architecture specific commands.
1285 (ABI): Add description of the new OS ABI "Newlib" and its influence
1286 on the longjmp handling.
1287
1b56eb55
JK
12882013-02-03 Eldar Gaynetdinov <hal9000ed2k@gmail.com>
1289 Jan Kratochvil <jan.kratochvil@redhat.com>
1290
1291 * gdb.texinfo (Backtrace): Added description of 'filename-display'
1292 variable in 'set/show backtrace' section.
1293
c4957902
TT
12942013-01-31 Tom Tromey <tromey@redhat.com>
1295
1296 * gdb.texinfo (Target Commands): Fix typo.
1297
bea883fd
SCR
12982013-01-23 Siva Chandra Reddy <sivachandra@google.com>
1299
1300 * doc/gdb.texinfo (Architectures In Python): New sub-sub-section
1301 describing the gdb.Architecture class.
1302 (Frames In Python): Add description about the new method
1303 gdb.Frame.architecture().
1304
796a7ff8
DE
13052013-01-23 Doug Evans <dje@google.com>
1306
1307 * gdb.texinfo (Index Section Format): Document .gdb_index version 8.
1308
998580f1
MK
13092013-01-21 Marc Khouzam <marc.khouzam@ericsson.com>
1310
1311 * gdb.texinfo (GDB/MI Breakpoint Commands): Document new
1312 'thread-groups' field when printing a breakpoint in MI.
1313
c9fb1240
SD
13142012-01-17 Sanjoy Das <sanjoy@playingwithpointers.com>
1315 * gdb.texinfo (Using JIT Debug Info Readers): Change documentation
1316 to reflect that jit-reader-load now supports absolute file-names.
1317
ab04a2af
TT
13182013-01-16 Tom Tromey <tromey@redhat.com>
1319
1320 * gdb.texinfo (Set Catchpoints): Document "catch signal".
1321 (Signals): Likewise.
1322
8ac3646f
TT
13232013-01-16 Tom Tromey <tromey@redhat.com>
1324
1325 * gdb.texinfo (GDB/MI Breakpoint Information): Document
1326 "catch-type" field.
1327 (GDB/MI Catchpoint Commands): Add "catch-type" to examples.
1328
e93a8774
TT
13292013-01-07 Tom Tromey <tromey@redhat.com>
1330
1331 * gdb.texinfo (Mode Options): Don't mention -epoch.
1332 (Data, Emacs): Remove obsolete comments.
1333
54516a0b
TT
13342013-01-02 Tom Tromey <tromey@redhat.com>
1335
1336 * gdb.texinfo (GDB/MI Output Records): Update menu.
1337 (GDB/MI Breakpoint Information): New node.
1338 (GDB/MI Breakpoint Commands) <-break-info>: Link to new node.
1339 <-break-insert>: Likewise.
1340
8dbe8ece
YQ
13412012-12-31 Yao Qi <yao@codesourcery.com>
1342
1343 * gdb.texinfo (Remote Non-Stop): Move paragraphs to ...
1344 (Packets): Move "vStopped" packet to ...
1345 (Notification Packets): ... here. Describe the components
1346 of notification. Add a table of supported notifications.
1347 Add an example on the process of he async notification.
1348
f35a17b5
JK
13492012-12-25 Jan Kratochvil <jan.kratochvil@redhat.com>
1350
1351 * gdb.texinfo (GDB/MI Data Manipulation) (fullname): Make it always
1352 present.
1353 (GDB/MI File Commands) (-file-list-exec-source-files): Make the
1354 fullname output always present.
1355
0dfd2fad
PM
13562012-12-23 Pierre Muller <muller@sourceware.org>
1357
1358 * gdbint.texinfo (Function prototypes): Require use of "extern"
1359 modifier for function prototypes in headers.
1360
7785b880
JB
13612012-12-19 Joel Brobecker <brobecker@adacore.com>
1362
1363 * refcard.tex: Update copyright notice to GPL v3 or later.
1364 Update contact info.
1365
3d745be3
JK
13662012-12-16 Jan Kratochvil <jan.kratochvil@redhat.com>
1367
1368 * gdbint.texinfo (Coding Standards) (C Usage): New rule for 0 vs. NULL.
1369
c9b6281a
YQ
13702012-12-15 Yao Qi <yao@codesourcery.com>
1371
1372 * gdb.texinfo (Debugging Output): Document 'set debug
1373 notification' and 'show debug notification'.
1374
f2a8bc8a
YQ
13752012-12-15 Yao Qi <yao@codesourcery.com>
1376
1377 * gdb.texinfo (Listing Tracepoints): New item and example about
1378 'installed on target' output.
1379 Add more in the example about 'installed on target'.
1380 (GDB/MI Breakpoint Commands): Doc about 'installed field.
1381
451b7c33
TT
13822012-12-14 Tom Tromey <tromey@redhat.com>
1383
1384 * gdb.texinfo (SVR4 Process Information): Mention core files.
1385
3fa7bf06
MG
13862012-12-12 Mircea Gherzan <mircea.gherzan@intel.com>
1387
1388 * gdb.texinfo (GDB/MI Catchpoint Commands): New section.
1389
05b4bd79
PA
13902012-12-11 Pedro Alves <palves@redhat.com>
1391
1392 * gdb.texinfo: Remove all mentions of Unixware throughout.
1393
74a0d9f6
JK
13942012-12-09 Jan Kratochvil <jan.kratochvil@redhat.com>
1395
1396 * gdbint.texinfo (Host Definition): Remove CC_HAS_LONG_LONG.
1397
0c631110
TT
13982012-11-29 Tom Tromey <tromey@redhat.com>
1399
1400 * gdb.texinfo (SVR4 Process Information): Document missing
1401 "info proc" subcommands.
1402
891df0ea
YQ
14032012-11-29 Yao Qi <yao@codesourcery.com>
1404
1405 PR gdb/1477.
1406 * gdb.texinfo (Print Settings): Correct the default 'demangle-style'
1407 to 'auto' instead of 'gnu'.
1408
608e2dbb
TT
14092012-11-26 Tom Tromey <tromey@redhat.com>
1410
1411 * gdb.texinfo (MiniDebugInfo): New node.
1412 (GDB Files): Update.
1413
e64e0392
DE
14142012-11-16 Doug Evans <dje@google.com>
1415
1416 * gdb.texinfo (System-wide configuration): If the system-wide init
1417 file lives in the data-directory, and --data-directory is provided,
1418 look for it there.
1419
ae606bee
TT
14202012-11-15 Tom Tromey <tromey@redhat.com>
1421
1422 * gdb.texinfo (Signaling): Fix typo.
1423
62747a60
TT
14242012-11-13 Giuseppe Montalto <giuseppe.montalto@st.com>
1425
1426 * gdb.texinfo (GDB/MI Data Manipulation): Document new optional
1427 parameter "count" of -data-write-memory-bytes, and add an example.
1428
18a9fc12
TT
14292012-11-12 Tom Tromey <tromey@redhat.com>
1430
1431 * gdb.texinfo (Symbols): Document "info type-printers",
1432 "enable type-printer" and "disable type-printer".
1433 (Python API): Add new node to menu.
1434 (Type Printing API): New node.
1435 (Progspaces In Python): Document type_printers field.
1436 (Objfiles In Python): Likewise.
1437 (gdb.types) <get_type_recognizers, apply_type_recognizers,
1438 register_type_printer, TypePrinter>: Document.
1439
53342f27
TT
14402012-11-12 Tom Tromey <tromey@redhat.com>
1441
1442 * gdb.texinfo (Symbols): Document "set print type methods",
1443 "set print type typedefs", and flags to ptype and whatis.
1444
ed8a1c2d
AB
14452012-11-09 Andrew Burgess <aburgess@broadcom.com>
1446
1447 * gdb.texinfo (GDB/MI Data Manipulation): Add fullname field to
1448 the example -data-disassemble output. Extend the description of
1449 the -data-disassemble results to document all fields. Document
1450 the cli disassemble command as being related to -data-disassemble.
1451
8506d139
YQ
14522012-11-09 Yao Qi <yao@codesourcery.com>
1453
1454 PR gdb/14777.
1455 * gdb.texinfo (OS Information): Remove doc on command
1456 'info udot'.
1457
4d3f93a2
JB
14582012-11-08 Joel Brobecker <brobecker@adacore.com>
1459
1460 * gdb.texinfo (Startup): Minor rewording, and clarify scope of
1461 gdb.ini warning for Windows port.
1462
1e96de83
YQ
14632012-11-08 Yao Qi <yao@codesourcery.com>
1464
1465 * gdb.texinfo (Search): Add kindex for 'fo'.
1466
dc939229
TT
14672012-11-05 Tom Tromey <tromey@redhat.com>
1468
1469 PR python/14802:
1470 * gdb.texinfo (Functions In Python): Add example.
1471
6f6484cd
YQ
14722012-11-03 Yao Qi <yao@codesourcery.com>
1473
1474 * observer.texi (GDB Observers): Remove observer
1475 'tracepoint_modified', 'tracepoint_created' and
1476 'tracepoint_deleted'.
1477
af4238e5
TT
14782012-10-26 Tom Tromey <tromey@redhat.com>
1479
1480 * gdb.texinfo (General Query Packets): Use @itemx for QAgent.
1481
687e43a4
TT
14822012-10-25 Tom Tromey <tromey@redhat.com>
1483
1484 * gdb.texinfo (General Query Packets): Use @itemx.
1485
8de0566d
YQ
14862012-10-17 Yao Qi <yao@codesourcery.com>
1487
1488 * observer.texi (GDB Observers): Update observer
1489 'memory_changed'.
1490 * gdb.texinfo (GDB/MI Async Records): Document for
1491 "memory-changed" notification.
1492
07540c15
DE
14932012-10-15 Doug Evans <dje@google.com>
1494
1495 * gdb.texinfo (Mode Options): Document -nh.
1496 Elaborate on docs for -nx.
1497
d7019589
SP
14982012-09-26 Siddhesh Poyarekar <siddhesh@redhat.com>
1499
1500 * observer.texi (memory_changed): Expand parameter LEN to ssize_t.
1501
82a90ccf
YQ
15022012-09-21 Yao Qi <yao@codesourcery.com>
1503 Pedro Alves <palves@redhat.com>
1504
1505 * gdb.texinfo (GDB/MI Async Records): Document notification
1506 'record-started' and 'record-stopped'.
1507 * observer.texi (GDB Observers): New observer 'record-changed'.
1508
aa9259cc
TS
15092012-09-19 Thomas Schwinge <thomas@codesourcery.com>
1510
1511 * gdb.texinfo: Document the removal of SH's 'regs' command.
1512
c1d780c2
SDJ
15132012-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
1514
1515 * gdb.texinfo (jump): Mention new alias `j' for `jump'.
1516
bb25a15c
YQ
15172012-09-18 Yao Qi <yao@codesourcery.com>
1518
1519 * gdb.texinfo (GDB/MI Async Records): Document new MI
1520 notifications '=tsv-created' and '=tsv-deleted'.
1521 * observer.texi (GDB Observers): New observer tsv_created and
1522 tsv_deleted.
1523
201b4506
YQ
15242012-09-18 Yao Qi <yao@codesourcery.com>
1525
1526 * observer.texi (GDB Observers): New observer 'traceframe_changed'.
1527 * gdb.texinfo (GDB/MI Async Records): Mention new MI notification
1528 '=traceframe-changed'.
1529
6fc1c773
YQ
15302012-09-17 Yao Qi <yao@codesourcery.com>
1531
1532 * gdb.texinfo (List): Describe the meaning of 0 and -1 in
1533 'set listsize'.
1534
121c73f3
JK
15352012-09-13 Jan Kratochvil <jan.kratochvil@redhat.com>
1536 Eli Zaretskii <eliz@gnu.org>
1537
1538 * gdbint.texinfo (Defining Other Architecture Features): Clarify *pcptr
1539 encoding for gdbarch_breakpoint_from_pc, bp_addr for
1540 gdbarch_push_dummy_call and bp_addr for gdbarch_push_dummy_code.
1541
e9687799
JK
15422012-08-27 Jan Kratochvil <jan.kratochvil@redhat.com>
1543
1544 * gdb.texinfo (objfile-gdb.py file): New paragraph for .exe stripping.
1545
3b5e4d35
YPK
15462012-08-23 Khoo Yit Phang <khooyp@cs.umd.edu>
1547
1548 Document how to return from "python-interactive" to GDB.
1549 * gdb.texinfo (Python Commands): Update documentation.
1550
15512012-08-22 Khoo Yit Phang <khooyp@cs.umd.edu>
1552
1553 Add a new "python-interactive" command that starts a standard
1554 Python interactive prompt with "pi" as alias, and add "py" as
1555 an alias to "python".
1556 * gdb.texinfo (Python Commands): Document the new commands.
1557
b583003e
TT
15582012-08-22 Tom Tromey <tromey@redhat.com>
1559
1560 * gdbint.texinfo (Host Definition): Remove documentation for
1561 SIGWINCH_HANDLER and SIGWINCH_HANDLER_BODY.
1562
a451cb65
KS
15632012-08-17 Keith Seitz <keiths@redhat.com>
1564
1565 PR c++/13356
1566 * gdb.texinfo (Type and Range Checking): Remove warning.
1567 Remove spurious commas.
1568 Update text and examples for re-implementation of set/show
1569 check type.
1570 (C and C++ Type and Range Checks): Likewise.
1571
6b1755ce
YQ
15722012-08-16 Yao Qi <yao@codesourcery.com>
1573
1574 * gdb.texinfo (Types In Python): Mention gdb.TYPE_CODE_BITSTRING
1575 is deprecated.
1576
f47f77df
DE
15772012-08-13 Doug Evans <dje@google.com>
1578
1579 * gdb.texinfo (Convenience Vars): Update text for "show convenience"
1580 to include functions.
1581
a72c3253
DE
15822012-08-10 Doug Evans <dje@google.com>
1583
1584 * gdb.texinfo (Convenience Funs): New node.
1585 (Types In Python): Document Type.vector.
1586
5b9afe8a
YQ
15872012-08-09 Yao Qi <yao@codesourcery.com>
1588
1589 * observer.texi: New observer command_param_changed.
1590 * gdb.texinfo (GDB/MI Async Records): Doc for '=cmd-param-changed'.
1591
dc1039df
JK
15922012-08-07 Jan Kratochvil <jan.kratochvil@redhat.com>
1593
1594 * gdbint.texinfo (Debugging GDB): In section
1595 'Debugging @value{GDBN} with itself' change .gdbinit for gdb-gdb.gdb.
1596 Mention also gdb-gdb.py.
1597
4abf930d
YQ
15982012-08-07 Yao Qi <yao@codesourcery.com>
1599
1600 Revert the folloing patch:
1601 2012-08-06 Yao Qi <yao@codesourcery.com>
1602 * gdb.texinfo (Remote Configuration): Add kindex for 'set
1603 remote hardware-watchpoint-limit' and 'set
1604 remote hardware-breakpoint-limit'.
1605
f3c8a52a
JK
16062012-08-06 Nathaniel Flath <flat0103@gmail.com>
1607
1608 * gdb.texinfo (Working Directory): Added information about new
1609 default argument for 'cd' command.
1610
77a91025
YQ
16112012-08-06 Yao Qi <yao@codesourcery.com>
1612
1613 * gdb.texinfo (Remote Configuration): Add kindex for 'set
1614 remote hardware-watchpoint-limit' and 'set
1615 remote hardware-breakpoint-limit'.
1616
d9f08f52
YQ
16172012-08-06 Yao Qi <yao@codesourcery.com>
1618
1619 Fix PR14371.
1620
1621 * gdb.texinfo (GDB/MI Async Records): Fix the doc for
1622 '=breakpoint-deleted'.
1623
95b07c96
YQ
16242012-08-02 Yao Qi <yao@codesourcery.com>
1625
1626 * gdb.texinfo (Native): Remove node Neutrino.
1627
7255706c
YQ
16282012-07-27 Yao Qi <yao@codesourcery.com>
1629
1630 * gdb.texinfo (IPA Protocol Commands): Document new command
1631 'close'.
1632
d6b28940
TT
16332012-07-25 Tom Tromey <tromey@redhat.com>
1634
1635 * gdb.texinfo (Maintenance Commands): Document maint info bfds.
1636
e615022a
DE
16372012-07-20 Doug Evans <dje@google.com>
1638
1639 * gdb.texinfo (Mode Options): Delete --use-deprecated-index-sections.
1640 (Index Files): Document how to control the use of deprecated index
1641 sections.
1642 (Index Section Format): Replace --use-deprecated-index-sections with
1643 "set use-deprecated-index-sections on".
1644
055855a4
EZ
16452012-07-12 Eli Zaretskii <eliz@gnu.org>
1646
1647 * gdbint.texinfo: Remove @syncodeindex directives that put all the
1648 indices into a single node "Index". Instead, join function and
1649 variable indices into a single index, separate from the concept
1650 index. Requested in
1651 http://sourceware.org/ml/gdb-patches/2012-07/msg00146.html.
1652 (Top): Update the top-level menu: instead of one "Index" there are
1653 now separate entries "Concept Index" and "Function and Variable
1654 Index".
1655 (Concept Index, Function and Variable Index): New nodes.
1656 (Index): Node deleted.
1657
f77cc5f0
HZ
16582012-07-05 Hui Zhu <hui_zhu@mentor.com>
1659
1660 * gdb.texinfo (Maintenance Commands): Change help for "maint agent"
1661 and "maint agent-eval".
1662
00595b5e
EZ
16632012-07-03 Eli Zaretskii <eliz@gnu.org>
1664
1665 * gdb.texinfo: Separate the index into 2 indices, cp and fn, to
1666 avoid file-name clashes between Index.html and index.html on
1667 case-insensitive filesystems. See the discussion starting in
1668 http://sourceware.org/ml/gdb-patches/2012-06/msg00457.html for the
1669 details of the problem.
1670 (Top): Update the master menu for the above.
1671 (Concept Index, Command and Variable Index): New nodes, instead of
1672 the old "Index" node that was deleted. All cross-references
1673 updated.
1674
d3ce09f5
SS
16752012-07-02 Stan Shebs <stan@codesourcery.com>
1676
1677 * gdb.texinfo (Dynamic Printf): Mention agent style and
1678 disconnected dprintf.
1679 (Maintenance Commands): Describe maint agent-printf.
1680 (General Query Packets): Mention BreakpointCommands feature.
1681 (Packets): Document commands extension to Z0 packet.
1682 * agentexpr.texi (Bytecode Descriptions): Document printf
1683 bytecode.
1684
2d7b58e8
JK
16852012-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
1686
1687 * gdb.texinfo (File Options): Change -ix and -iex commands that apply
1688 only after gdbinit files.
1689 (Startup): Move -iex and -iex commands down after gdbinit files.
1690
202cbf1c
JK
16912012-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
1692
1693 * gdb.texinfo (Auto-loading safe path): Note the shell wildcard
1694 possibility.
1695
b6ba681c
TT
16962012-06-29 Tom Tromey <tromey@redhat.com>
1697
1698 * gdb.texinfo (Index Section Format): Update for version 7.
1699
71caed83
SS
17002012-06-28 Stan Shebs <stan@codesourcery.com>
1701
1702 * gdb.texinfo (Miscellaneous GDB/MI Commands): Update -info-os
1703 example, add note about title column.
1704
ee0bf529
SCR
17052012-06-26 Siva Chandra Reddy <sivachandra@google.com>
1706
1707 * gdb.texinfo (Symbol Tables In Python): Add description about
1708 the new 'last' attribute of gdb.Symtab_and line.
1709
3c15d565
SCR
17102012-06-26 Siva Chandra Reddy <sivachandra@google.com>
1711
1712 * gdb.texinfo (Symbol Tables In Python): Correct the description
1713 of the 'pc' attribute of gdb.Symtab_and_line.
1714
45cfd468
DE
17152012-06-26 Doug Evans <dje@google.com>
1716
1717 * gdb.texinfo (Debugging Output): Document debug options dwarf2-read
1718 and symtab-create.
1719
496ee73e
KS
17202012-06-25 Keith Seitz <keiths@redhat.com>
1721
1722 * gdb.texinfo (GDB/MI Breakpoint Commands): Remove "-r" option
1723 from example. Remove "rbreak" from list of corresponding
1724 gdb commands.
1725
156942c7
DE
17262012-06-23 Doug Evans <dje@google.com>
1727
1728 * gdb.texinfo (Index Section Format): Document version 7 format.
1729
c614397c
YQ
17302012-06-22 Yao Qi <yao@codesourcery.com>
1731
1732 * gdb.texinfo: Add missing cindex for some packets.
1733
472a2379
KS
17342012-06-20 Keith Seitz <keiths@redhat.com>
1735
1736 * gdb.texinfo (GDB/MI Breakpoint Commands): Re-order options
1737 for -break-insert and document -p.
1738
2678e2af
YQ
17392012-06-20 Yao Qi <yao@codesourcery.com>
1740
1741 * gdb.texinfo (Inferiors In Python): Replace "gdb.read_memory"
1742 and "gdb.write_memory" with "Inferior.read_memory" and
1743 "Inferior.write_memory".
1744
984359d2
EZ
17452012-06-15 Patrice Dumas <pertusus@free.fr> (tiny change)
1746
1747 * gdb.texinfo (Summary): Add a link to "Free Documentation".
1748 (Free Documentation): Add @node line.
1749 (Continuing and Stepping) <advance location>: Use @item instead of
1750 @itemx.
1751 (Reverse Execution) <set exec-direction reverse>: Use @item instead of
1752 @itemx.
1753 (Embedded Processors): Put the link to "PA" to its correct place,
1754 according to document structure.
1755 (Python API): Put the link to "Lazy Strings In Python" to its
1756 correct place.
1757 (Index): Use @@ in @tex block to get a literal @.
1758
1759 * gdbint.texinfo: Fix the @subtitle line.
1760
1761 * stabs.texinfo (Top): Put the link to "Symbol Types Index" to its
1762 correct place.
1763
16bdd41f
YQ
17642012-06-08 Yao Qi <yao@codesourcery.com>
1765
1766 * gdb.texinfo (In-Process Agent): Add 'In-Process Agent
1767 Protocol'.
1768 (In-Process Agent Protocol, IPA Protocol Objects)
1769 (IPA Protocol Commands): New nodes.
1770 (Tracepoint Packets): Add anchors.
1771
2d4c29c5
TS
17722012-06-06 Thomas Schwinge <thomas@codesourcery.com>
1773
1774 * gdb.texinfo: Document the deprecation of SH's 'regs' command.
1775
6bd110c5
YQ
17762012-06-06 Yao Qi <yao@codesourcery.com>
1777
1778 * gdb.texinfo: Update copyright year.
1779
f3e0e960
SS
17802012-05-23 Stan Shebs <stan@codesourcery.com>
1781 Kwok Cheung Yeung <kcy@codesourcery.com>
1782
1783 * gdb.texinfo (Miscellaneous GDB/MI Commands): Document -info-os.
1784
1564a261
JK
17852012-05-20 Jan Kratochvil <jan.kratochvil@redhat.com>
1786
1787 * gdb.texinfo (Separate Debug Files): New anchor debug-file-directory.
1788 Mention also --with-separate-debug-dir.
1789 (Auto-loading): Prepend $debugdir in the sample output.
1790 (Auto-loading safe path): Likewise. Mention also $debugdir for the
1791 auto-load safe-path variable.
1792 (objfile-gdb.py file): Remove the extra debug-file-directory paragraph.
1793 Mention also $debugdir for 'set auto-load scripts-directory'.
1794
eb17f351
EZ
17952012-05-19 Eli Zaretskii <eliz@gnu.org>
1796
1797 * gdb.texinfo (Continuing and Stepping, Selection, Byte Order)
1798 (MIPS Embedded, MIPS, MIPS Register packet Format)
1799 (Target Descriptions, MIPS Features): Use @acronym{MIPS} where
1800 appropriate.
1801
4cc0665f
MR
18022012-05-18 Sandra Loosemore <sandra@codesourcery.com>
1803 Maciej W. Rozycki <macro@codesourcery.com>
1804
1805 * gdb.texinfo (MIPS): Document "set mips compression" and "show
1806 mips compression".
1807 (MIPS Breakpoint Kinds): New subsubsection.
1808
7af8dcf8 18092012-05-18 Eli Zaretskii <eliz@gnu.org>
02b67415
MR
1810
1811 * gdb.texinfo (Architecture-Specific Protocol Details): Define
1812 nodes for subsections. Add @acronym mark-ups and adjust
1813 formatting.
1814
aff139ff
JK
18152012-05-18 Jan Kratochvil <jan.kratochvil@redhat.com>
1816
1817 Rename $ddir to $datadir.
1818 * gdb.texinfo (Auto-loading, Auto-loading safe path)
1819 (objfile-gdb.py file): Rename $ddir to $datadir.
1820
9cb709b6
TT
18212012-05-18 Tom Tromey <tromey@redhat.com>
1822
1823 * gdb.texinfo (Print Settings): Document 'set print symbol'.
1824
e7e0cddf
SS
18252012-05-14 Stan Shebs <stan@codesourcery.com>
1826
1827 * gdb.texinfo (Dynamic Printf): New subsection.
1828
7efc75aa
SCR
18292012-05-13 Siva Chandra Reddy <sivachandra@google.com>
1830
1831 * gdb.texinfo (Basic Python): Add description about the function
1832 gdb.find_pc_line
1833
f307c045
JK
18342012-05-12 Jan Kratochvil <jan.kratochvil@redhat.com>
1835 Eli Zaretskii <eliz@gnu.org>
1836
1837 * gdb.texinfo (Separate Debug Files): Use plural form for global
1838 debugging information directory.
1839
85d4a676
SS
18402012-05-11 Stan Shebs <stan@codesourcery.com>
1841 Kwok Cheung Yeung <kcy@codesourcery.com>
1842
1843 * gdb.texinfo (Operating System Auxiliary Information): Document new
1844 'info os' subcommands.
1845
c1668e4e
JK
18462012-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
1847
1848 * gdb.texinfo (Auto-loading, Init File in the Current Directory)
1849 (libthread_db.so.1 file, objfile-gdb.gdb file, objfile-gdb.py file)
1850 (dotdebug_gdb_scripts section): Add reference
1851 to 'Auto-loading safe path'.
1852
7349ff92
JK
18532012-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
1854
1855 Implement multi-component --with-auto-load-dir.
1856 * gdb.texinfo (Auto-loading): New references
1857 for 'set auto-load scripts-directory'
1858 and 'show auto-load scripts-directory'.
1859 (Auto-loading safe path): Describe the new default. Move $ddir
1860 substituation reference to 'objfile-gdb.py file'.
1861 (objfile-gdb.py file): Describe script-name alias. Change real-name to
1862 script-name. Describe new 'set auto-load scripts-directory'
1863 and 'show auto-load scripts-directory'.
1864
6dea1fbd
JK
18652012-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
1866
1867 Provide $ddir substitution for --with-auto-load-safe-path.
1868 * gdb.texinfo (Auto-loading): Replace /usr/local by $ddir/auto-load.
1869 (Auto-loading safe path): Likewise. Mention the default value,
1870 $ddir substitution, --with-auto-load-safe-path and
1871 --without-auto-load-safe-path.
1872 * observer.texi (gdb_datadir_changed): New.
1873
1ccacbcd
JK
18742012-05-09 Jan Kratochvil <jan.kratochvil@redhat.com>
1875
1876 * gdb.texinfo (Auto-loading): Wrap too long lines in @smallexample.
1877 Twice.
1878
d9242c17
JK
1879 * gdb.texinfo (Separate Debug Files, Auto-loading safe path): Replace
1880 directory separator by path separator.
1881
af2c1515
JK
18822012-05-06 Jan Kratochvil <jan.kratochvil@redhat.com>
1883
1884 * gdb.texinfo (Auto-loading safe path): Make 'directories'
1885 for 'set auto-load safe-path' optional. Mention if it is omitted.
1886 Change disabling security protection condition to "/", twice.
1887
a20ee7a4
SCR
18882012-05-03 Siva Chandra Reddy <sivachandra@google.com>
1889
1890 * gdb.texinfo (Symbol Tables In Python): Add documentation about
1891 the new methods global_block and static_block on gdb.Symtab
1892 objects.
1893
56af09aa
SCR
18942012-05-02 Siva Chandra Reddy <sivachandra@google.com>
1895
1896 * gdb.texinfo (Blocks In Python): Add a note saying that future
1897 improvements to GDB and its infrastructure can move symbols
1898 across blocks within a symbol table.
1899
2746b0ef
YQ
19002012-04-29 Yao Qi <yao@codesourcery.com>
1901
1902 * gdb.texinfo (Architectures): Remove menu entry `A29K'.
1903 (A29K): Remove.
1904
62e5f89c
SDJ
19052012-04-27 Sergio Durigan Junior <sergiodj@redhat.com>
1906 Tom Tromey <tromey@redhat.com>
1907
1908 * gdb.texinfo (Static Probe Points): New entry, explaining SystemTap
1909 and generic static probe support on GDB.
1910
a766d390
DE
19112012-04-25 Doug Evans <dje@google.com>
1912
50f042b9
DE
1913 * gdb.texinfo (Go): Fix thinko.
1914
a766d390
DE
1915 * gdb.texinfo (Supported Languages): Add Go.
1916 (Go): New node.
1917
f02e2b19
YQ
19182012-04-25 Yao Qi <yao@codesourcery.com>
1919
1920 * gdbint.texinfo (Testsuite): New section `Board settings'.
1921
68d41a48
JK
19222012-04-23 Jan Kratochvil <jan.kratochvil@redhat.com>
1923
1924 * gdb.texinfo (Auto-loading safe path): Remove trailing [@dots{}].
1925 Three times.
1926
174bb630
JK
1927 * gdb.texinfo (Auto-loading safe path): Add trailing @dots{}.
1928 Three times.
1929
0511cc75
JK
19302012-04-22 Jan Kratochvil <jan.kratochvil@redhat.com>
1931
1932 * gdb.texinfo (Auto-loading safe path): Replace @itemize @bullet
1933 by @table @asis. Fix formatting of one item.
1934
0070f25a
JK
19352012-04-18 Jan Kratochvil <jan.kratochvil@redhat.com>
1936
1937 * gdb.texinfo (Auto-loading verbose mode): Fix smallexample typo.
1938
4dc84fd1
JK
19392012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
1940
1941 New option "set debug auto-load".
1942 * gdb.texinfo (Auto-loading): New menu item for auto-load verbose mode.
1943 (auto-load verbose mode): New node.
1944
bccbefd2
JK
19452012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
1946
1947 New option "set auto-load safe-path".
1948 * gdb.texinfo (Auto-loading): Extend the "show auto-load"
1949 and "info auto-load" examples for safe-path. Put there also references
1950 for "set auto-load safe-path" and "show auto-load safe-path".
1951 New menu item for Auto-loading safe path.
1952 (Auto-loading safe path): New node.
1953 (Python Auto-loading): Update the expected output from "Missing"
1954 to "No".
1955
bf88dd68
JK
19562012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
1957
1958 auto-load: Implementation.
1959 * gdb.texinfo (Mode Options): New anchor for -nx.
1960 (Startup): New anchors for Option -init-eval-command,
1961 Home Directory Init File
1962 and Init File in the Current Directory during Startup.
1963 Mention set auto-load local-gdbinit with a reference.
1964 Change the sample code to "set auto-load python-scripts".
1965 (Threads): New anchor set libthread-db-search-path.
1966 Provide references to libthread_db.so.1 file.
1967 (Controlling GDB): New menu item for Auto-loading.
1968 (Auto-loading, Init File in the Current Directory)
1969 (libthread_db.so.1 file, objfile-gdb.gdb file): New nodes.
1970 (Python): Rename the menu item Auto-loading to Python Auto-loading.
1971 (Writing a Pretty-Printer, Objfiles In Python): Update the renamed
1972 reference.
1973 (Auto-loading): Rename to ...
1974 (Python Auto-loading): ... here. Change "set auto-load-scripts" to
1975 "set auto-load python-scripts", new anchor for it. Change
1976 "show auto-load-scripts" to "show auto-load python-scripts", new anchor
1977 for it. Change "info auto-load-scripts"
1978 to "info auto-load python-scripts", new anchor for it. Change "scripts"
1979 to "Python scripts".
1980
8264ba82
AG
19812012-04-14 Anton Gorenkov <xgsa@yandex.ru>
1982
1983 PR mi/13393
1984 * gdb.texinfo (Print Settings): Extend the description for "set print
1985 object".
1986 (GDB/MI Variable Objects): Extend the description for -var-create and
1987 -var-list-children.
1988
06fc020f
SCR
19892012-04-11 Siva Chandra Reddy <sivachandra@google.com>
1990
1991 * gdb.texinfo (Examining Data): Document the 'explore' command.
1992
7191c139
JB
19932012-03-28 Joel Brobecker <brobecker@adacore.com>
1994
1995 * gdb.texinfo (GDB/MI Variable Objects): Document what happens
1996 to the children of a varobj and its update range when -var-update
1997 returns that the varobj's type changed.
1998
3708f05e
JK
19992012-03-27 Jan Kratochvil <jan.kratochvil@redhat.com>
2000
2001 * gdb.texinfo (Auto-loading): Move @menu to the end of @node.
2002 Create two new links fir 'objfile-gdb.py file'
2003 and 'dotdebug_gdb_scripts section'.
2004
8e0583c8
JK
20052012-03-27 Jan Kratochvil <jan.kratochvil@redhat.com>
2006
2007 * gdb.texinfo (Auto-loading): Rename node reference
2008 '.debug_gdb_scripts section' to 'dotdebug_gdb_scripts section'.
2009 Twice.
2010 (.debug_gdb_scripts section): Rename the node ...
2011 (dotdebug_gdb_scripts section): ... here.
2012 (Maintenance Commands): Also rename this node reference.
2013
7b282c5a
SCR
20142012-03-22 Siva Chandra Reddy <sivachandra@google.com>
2015
2016 * gdb.texinfo (Python API/Values From Inferior): Add description
2017 about the new method Value.referenced_value. Add description on
2018 how Value.dereference is different (and similar) to
2019 Value.referenced_value.
2020
8320cc4f
JK
20212012-03-19 Jan Kratochvil <jan.kratochvil@redhat.com>
2022
2023 * gdb.texinfo (File Options): Describe --init-command=FILE, -ix and
2024 --init-eval-command=COMMAND, -iex.
2025 (Startup): Describe -iex and -ix. Simplify the example
2026 for "set auto-load-scripts off".
2027
481860b3
GB
20282012-03-16 Gary Benson <gbenson@redhat.com>
2029
2030 PR breakpoints/10738
2031 * gdb.texinfo (Inline Functions): Remove the now-unnecessary @item
2032 stating that GDB cannot set breakpoints on inlined functions.
2033 (Mode Options): Document --use-deprecated-index-sections.
2034 (Index Section Format): Document new index section version format.
2035
c4aeac85
TT
20362012-03-15 Tom Tromey <tromey@redhat.com>
2037
2038 * gdb.texinfo (Debugging C Plus Plus): Document "info vtbl".
2039
16899756
DE
20402012-03-13 Doug Evans <dje@google.com>
2041
2042 * gdb.texinfo (Help): Change apropos example to use "alias" instead
2043 of "reload".
2044 (Symbols): Delete docs for set/show symbol-reloading.
2045 * gdbint.texinfo (Defining Other Architecture Features): Delete
2046 SYMBOL_RELOADING_DEFAULT.
2047 * refcard.tex: Delete reference to symbol-reloading.
2048
9b224c5e
PA
20492012-03-07 Pedro Alves <palves@redhat.com>
2050
2051 * gdb.texinfo (General Query Packets): Document new
2052 QProgramSignals packet.
2053 * gdb.texinfo (Remote configuration): Mention
2054 "program-signals-packet".
2055
169081d0
TG
20562012-03-05 Tristan Gingold <gingold@adacore.com>
2057
2058 * gdb.texinfo (General Query Packets): Document xfer:uib:read.
2059
d1feda86
YQ
20602012-03-03 Yao Qi <yao@codesourcery.com>
2061
2062 * gdb.texinfo (In-Process Agent): New node.
2063 Document new commands.
2064 (General Query Packets): Add packet `QAgent'.
2065
1faeff08
MR
20662012-03-01 Maciej W. Rozycki <macro@codesourcery.com>
2067
2068 * gdb.texinfo (MIPS Features): Add org.gnu.gdb.mips.dsp.
2069
7d74f244
DE
20702012-03-01 Scott J. Goldman <scottjg@vmware.com>
2071
2072 * gdb.texinfo (Commands In Python): Put example python macro in
2073 COMMAND_USER category rather than COMMAND_OBSCURE.
2074 Document gdb.COMMAND_USER.
2075 (User-defined Commands): Update documentation to clarify
2076 "set/show max-user-call-depth" and "show user" don't apply to python
2077 commands. Update documentation to clarify "help user-defined" may
2078 also include python commands defined as COMMAND_USER.
2079
6fe37d23
JK
20802012-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
2081
2082 * gdb.texinfo (Startup): Add option -ex description to the option -x
2083 description.
2084
83364271
LM
20852012-02-24 Luis Machado <lgustavo@codesourcery.com>
2086
2087 * gdb.texinfo (Setting Breakpoints): Mention and explain the
2088 condition-evaluation breakpoint parameter.
2089 Mention condition-evaluation mode being shown in "info break".
2090 (Break Conditions): Add description for target-side
2091 conditional breakpoints.
2092 (Remote Configuration): Mention conditional-breakpoints-packet.
2093 (Packets): Add cond-expr parameter to Z0/Z1 packets and explain
2094 cond-expr.
2095 (General Query Packets): Mention new ConditionalBreakpoint feature.
2096
bdb1994d
TT
20972012-02-22 Tom Tromey <tromey@redhat.com>
2098
2099 * gdb.texinfo (Blocks In Python): Clarify block iteration.
2100
4d241c86
TT
21012012-02-17 Tom Tromey <tromey@redhat.com>
2102
2103 PR python/10753:
2104 * gdb.texinfo (objfile-gdb.py file): Fix location of auto-load
2105 directory.
2106
816338b5
SS
21072012-02-14 Stan Shebs <stan@codesourcery.com>
2108
2109 * gdb.texinfo (Disabling Breakpoints): Document enable count.
2110
cc30c4bd
PA
21112012-02-13 Pedro Alves <palves@redhat.com>
2112
2113 * gdb.texinfo (MIPS boards): Refer to mips-elf instead of
2114 mips-idt-ecoff.
2115
035d1e5b
YQ
21162012-02-09 Yao Qi <yao@codesourcery.com>
2117
2118 * gdb.texinfo (Symbols In Python): Add missing `@end defvar'.
2119
f0823d2c
TT
21202012-02-07 Tom Tromey <tromey@redhat.com>
2121
2122 * gdb.texinfo (Symbols In Python): Document Symbol.needs_frame and
2123 Symbol.value.
2124
64e7d9dd
TT
21252012-02-07 Tom Tromey <tromey@redhat.com>
2126
2127 * gdb.texinfo (Symbols In Python): Document Symbol.line.
2128
4220b2f8
TS
21292012-01-27 Thomas Schwinge <thomas@codesourcery.com>
2130
2131 * gdb.textinfo (Packets): Move vCont paragraph to the correct place.
2132
edcc5120
TT
21332012-01-24 Tom Tromey <tromey@redhat.com>
2134
2135 * gdb.texinfo (Set Catchpoints): Document "catch load" and "catch
2136 unload".
2137 (Files): Mention new catch commands.
2138 (GDB/MI Async Records): Likewise.
2139
53fe1783
GB
21402012-01-24 Gary Benson <gbenson@redhat.com>
2141
2142 Delete #if 0'd out code.
2143 * gdb.texinfo (Frame Info): Remove "info catch".
2144
b9e7b9c3
UW
21452012-01-20 Ulrich Weigand <ulrich.weigand@linaro.org>
2146
2147 * gdb.texinfo (Remote Configuration): Document
2148 "set remote hostio-readlink-packet" command.
2149 (General Query Packets): Document vFile:readlink packet.
2150
4aac40c8
TT
21512012-01-16 Tom Tromey <tromey@redhat.com>
2152
2153 * gdb.texinfo (Specify Location): Document relative file name
2154 handling.
2155
cafec441
TT
21562012-01-16 Tom Tromey <tromey@redhat.com>
2157
2158 * gdb.texinfo (gdb.printing): Document FlagEnumerationPrinter.
2159
0ee339bc
JK
21602012-01-13 Jan Kratochvil <jan.kratochvil@redhat.com>
2161 Eli Zaretskii <eliz@gnu.org>
2162
2163 * gdbint.texinfo (Coding Standards): Require braces for two lines of
2164 code.
2165
72384ba3
PH
21662012-01-11 Paul Hilfinger <hilfingr@adacore.com>
2167
2168 * gdb.texinfo (Variables): Document use of :: for non-static
2169 variables.
2170
ce1b17c4
JB
21712012-01-05 Joel Brobecker <brobecker@adacore.com>
2172
2173 * gdbint.texinfo (Start of New Year Procedure): Update
2174 to replace use of copyright.sh by use of copyright.py.
2175
217bff3e
JK
21762012-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
2177
2178 Remove the gdbtui binary.
2179 * all-cfg.texi (GDBTUI): Remove.
2180 * gdb.texinfo (Mode Options): Remove the GDBTUI reference.
2181 (TUI): Remove GDBTUI pindex. Remove the GDBTUI reference.
2182 * gdbint.texinfo (Testsuite): Replace `gdbtui' by `gdb -tui'.
2183
cc72b2a2
KP
21842011-12-23 Kevin Pouget <kevin.pouget@st.com>
2185
2186 Introduce gdb.FinishBreakpoint in Python.
2187 * gdb.texinfo (Finish Breakpoints in Python): New subsection.
2188 (Python API): Add menu entry for Finish Breakpoints.
2189
13ac8d2c
JK
21902011-12-19 Jan Kratochvil <jan.kratochvil@redhat.com>
2191
2192 * gdbint.texinfo (Testsuite): Describe KFAIL and XFAIL in Writing
2193 tests.
2194
e0f9f062
DE
21952011-12-16 Doug Evans <dje@google.com>
2196
2197 * gdb.texinfo (Server): Document -/stdio argument to gdbserver.
2198
80b6e756
PM
21992011-12-16 Phil Muldoon <pmuldoon@redhat.com>
2200
1c3ad6ab 2201 * gdb.texinfo (Python Commands): Remove "maint set/show print
80b6e756
PM
2202 stack". Add documentation for "set/show python print-stack".
2203
2fb860fc
PA
22042011-12-14 Pedro Alves <pedro@codesourcery.com>
2205
2206 * gdb.texinfo (Implementing a Remote Stub): Explain that you
2207 should transfer control to the stub in the startup code instead of
2208 in main. Mention the need to get past the initial breakpoint.
2209
f8eba3c6
TT
22102011-12-06 Tom Tromey <tromey@redhat.com>
2211
2212 * gdb.texinfo (Set Breaks): Update for new behavior.
2213
2268b414
JK
22142011-12-02 Jan Kratochvil <jan.kratochvil@redhat.com>
2215
2216 * gdb.texinfo (Requirements, Remote Protocol): Reference also `Library
2217 List Format for SVR4 Targets'.
2218 (General Query Packets): New item qXfer:libraries-svr4:read.
2219 (Library List Format for SVR4 Targets): New node.
2220
ae6f0d5b
TT
22212011-12-01 Tom Tromey <tromey@redhat.com>
2222
2223 * gdb.texinfo (Writing a Pretty-Printer): Use append method, not
2224 add.
2225
36dfb11c
TT
22262011-11-22 Tom Tromey <tromey@redhat.com>
2227
2228 * gdb.texinfo (GDB/MI Async Records): Document new *stopped
2229 reasons.
2230
f196051f
SS
22312011-11-20 Stan Shebs <stan@codesourcery.com>
2232
2233 * gdb.texinfo (Starting and Stopping Trace Experiments): Document
2234 note-related options and variables.
2235 (Tracepoint Packets): Document packet changes.
2236
f85b53f8
SD
22372011-11-20 Sanjoy Das <sdas@igalia.com>
2238
2239 * gdb.texinfo (JIT Interface): Add documentation on writing and
2240 usind JIT debug info readers.
2241 (Custom Debug Info, Using JIT Debug Info Readers, Writing JIT
2242 Debug Info Readers): New nodes.
2243
bfccc43c
YQ
22442011-11-18 Yao Qi <yao@codesourcery.com>
2245
2246 * gdb.texinfo (Create and Delete Tracepoints): Mention pending
2247 tracepoint.
2248
c011a4f4
DE
22492011-11-15 Doug Evans <dje@google.com>
2250
2251 * gdb.texinfo (Files): Document basenames-may-differ.
2252
ed59ded5
DE
22532011-11-14 Doug Evans <dje@google.com>
2254
2255 * gdb.texinfo (Shell Commands): Document "!".
2256
405f8e94
SS
22572011-11-14 Stan Shebs <stan@codesourcery.com>
2258 Kwok Cheung Yeung <kcy@codesourcery.com>
2259
2260 * gdb.texinfo (Create and Delete Tracepoints): Describe what is
2261 needed to get shorter fast tracepoints.
2262 (Tracepoint Packets): Document new qTMinFTPILen packet.
2263
1e4d1764
YQ
22642011-11-14 Yao Qi <yao@codesourcery.com>
2265
2266 * gdb.texinfo (Create and Delete Tracepoints): Describe changed
2267 behavior of tracepoint.
2268 (General Query Packets): New feature InstallInTrace.
2269 (Remote Configuration): Document "set remote
2270 install-in-trace-packet".
2271
71eba9c2 22722011-11-12 Matt Rice <ratmice@gmail.com>
2273
2274 * gdb.texinfo (C Preprocessor Macros): Remove info definitions.
2275 Add arguments to info macro.
2276
e0f8f636
TT
22772011-11-10 Tom Tromey <tromey@redhat.com>
2278
2279 * gdb.texinfo (Compilation): Don't mention -gdwarf-2. Link to GCC
2280 manual.
2281 (Variables): Don't mention -gdwarf-2. Link to Compilation node.
2282 (Macros): Add a footnote.
2283 (C): Remove paragraph about compiler options.
2284 (C Constants): Mention wide character and string constants.
2285 (C Plus Plus Expressions): Update compiler option advice. Mention
2286 using declarations. Mention ADL. Remove old HP compiler
2287 information.
2288
625c0d47
TT
22892011-11-10 Tom Tromey <tromey@redhat.com>
2290
2291 PR c++/9257:
2292 * gdb.texinfo (Print Settings): Add an extra note about the need
2293 for a vtable.
2294
4be2aacc
MR
22952011-11-08 Maciej W. Rozycki <macro@codesourcery.com>
2296
2297 * gdb.texinfo (MIPS): Remove duplicate "auto" reference from
2298 "set mips abi" documentation.
2299
0a1c4d10
DE
23002011-11-04 Doug Evans <dje@google.com>
2301
2302 * gdb.texinfo (Maintenance Commands): Update docs of "maint time".
2303
aad1c02c
TT
23042011-11-03 Tom Tromey <tromey@redhat.com>
2305
2306 * gdb.texinfo (Stopping): Add menu entry.
2307 (Continuing and Stepping): Restore @node. Use @section, not
2308 @subsection.
2309
983fb131
MR
23102011-11-03 Maciej W. Rozycki <macro@codesourcery.com>
2311
2312 * gdb.texinfo (Skipping Over Functions and Files): Remove node
2313 designation. Fix "Specify Location" cross-reference.
2314
3065dfb6
SS
23152011-11-02 Stan Shebs <stan@codesourcery.com>
2316
2317 * gdb.texinfo (Tracepoint Action Lists): Document collect/s.
2318 (General Query Packets): Describe tracenz feature.
2319 * agentexpr.texi (Bytecode Descriptions): Describe tracenz.
2320
0aaaf063
PK
23212011-10-28 Paul Koning <paul_koning@dell.com>
2322
2323 * gdb.texinfo (gdb.types): Rename deepitems to deep_items.
2324
2231f1fb
KP
23252011-10-27 Kevin Pouget <kevin.pouget@st.com>
2326
2327 * gdb.texinfo ((Frames In Python): Document
2328 gdb.FRAME_UNWIND_FIRST_ERROR contant.
2329
5110b5df
PK
23302011-10-26 Paul Koning <paul_koning@dell.com>
2331
2332 * gdb.texinfo (gdb.types): Document new deepitems function.
2333
22dbab46
PK
23342011-10-25 Paul Koning <paul_koning@dell.com>
2335
2336 PR python/13327
2337
2338 * gdb.texinfo (Values From Inferior): Add is_lazy attribute,
2339 fetch_lazy method.
2340
9df2fbc4
PM
23412011-10-20 Phil Muldoon <pmuldoon@redhat.com>
2342
2343 PR python/12656
2344
2345 * gdb.texinfo (Blocks In Python): Document is_static, is_global,
2346 global_block, static_block function.
2347
f05e2e1d
TT
23482011-10-19 Tom Tromey <tromey@redhat.com>
2349
2350 * gdb.texinfo (Commands In Python): Add missing "@"s.
2351
a7fc3f37
KP
23522011-10-13 Kevin Pouget <kevin.pouget@st.com>
2353
2354 PR python/13285 Document named constants for frame unwind stop reasons
2355 * gdb.texinfo (Frames In Python): Document gdb.FRAME_UNWIND_*
2356 constants.
2357
5048e516
JK
23582011-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
2359
2360 Fix compatibility with texinfo versions older than 4.12.
2361 * Makefile.in (MAKEINFO): Set to @MAKEINFO@.
2362 (MAKEINFOFLAGS, MAKEINFO_EXTRA_FLAGS, MAKEINFO_CMD): New.
2363 (MAKEHTMLFLAGS): Use MAKEINFO_CMD.
2364 (gdb.info, gdbint.info, stabs.info, annotate.info): Use MAKEINFO_CMD.
2365 * gdb.texinfo (Tail Call Frames): Convert @arrow{} to @click, when possible.
2366 Make the conversion conditional on HAVE_MAKEINFO_CLICK, using variables
2367 CALLSEQ1A, CALLSEQ1B, CALLSEQ2A and CALLSEQ2B.
2368
5a56e9c5
DE
23692011-10-09 Doug Evans <dje@google.com>
2370
2371 * gdb.texinfo (Extending GDB): Document alias command.
2372
36b11add
JK
23732011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
2374
2375 Support @entry in input expressions.
2376 * gdb.texinfo (Variables): Describe @entry names suffix.
2377 (Print Settings): Add anchor for `set print entry-values'.
2378
e18b2753
JK
23792011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
2380 Eli Zaretskii <eliz@gnu.org>
2381
2382 Display @entry parameter values (without references).
2383 * gdb.texinfo (Tail Call Frames): Add anchor. Add self tail call
2384 example.
2385 (Print Settings): New description of set print entry-values and show
2386 print entry-values.
2387
111c6489
JK
23882011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
2389 Eli Zaretskii <eliz@gnu.org>
2390
2391 Recognize virtual tail call frames.
2392 * gdb.texinfo (Optimized Code): Add reference to Tail Call Frames.
2393 (Tail Call Frames): New node.
2394 (Frames In Python): Add gdb.TAILCALL_FRAME.
2395
9c15afc4
DE
23962011-10-07 Doug Evans <dje@google.com>
2397
2398 * gdb.texinfo (gdb.printing): Document new `replace' arg to
2399 register_pretty_printer.
2400
99f5279d
PM
24012011-10-07 Phil Muldoon <pmuldoon@redhat.com>
2402
2403 PR python/12930
2404 PR python/12802
2405
2406 * gdb.texinfo (Breakpoints In Python): Clarify behavior in the
2407 stop method.
2408
03583c20
UW
24092011-10-07 Ulrich Weigand <ulrich.weigand@linaro.org>
2410
2411 * gdb.texinfo (Starting your Program): "set disable-randomization"
2412 is no longer Linux-specific.
2413 (Remote Configuration): Document "set remote
2414 disable-randomization-packet".
2415 (General Query Packets): Document "QDisableRandomization" packet
2416 and add it to "qSupported" list.
2417
bd054e06
KP
24182011-10-07 Kevin Pouget <kevin.pouget@st.com>
2419
2420 Allow Python notification of new object-file loadings.
2421 * gdb.texinfo (Events In Python): Document `gdb.NewObjFileEvent'
2422 event type.
2423
cb6be26b
KP
24242011-10-04 Kevin Pouget <kevin.pouget@st.com>
2425
2426 PR python/12691: Add the inferior to Python exited event
2427 * gdb.texinfo (Events In Python): Describe exited inferior attribute.
2428
a05336a1
JB
24292011-10-03 Joel Brobecker <brobecker@adacore.com>
2430
2431 * gdb.texinfo (GDB/MI Miscellaneous Commands): Minor
2432 rephasing.
2433
5d77fe44
JB
24342011-10-03 Joel Brobecker <brobecker@adacore.com>
2435
2436 * gdb.texinfo (GDB/MI Ada Tasking Commands): New node.
2437 (GDB/MI Miscellaneous Commands): Add `ada-task-info'
2438 as possible feature returned by the `-list-features'
2439 command.
2440
699df94d
PK
24412011-09-28 Paul Koning <paul_koning@dell.com>
2442
2443 * gdb.texinfo (gdb.Type): Document field access by dictionary
2444 key syntax.
2445
24bdad53
YQ
24462011-09-28 Yao Qi <yao@codesourcery.com>
2447
2448 * gdb.texinfo (Files): Update options for `add-symbol-file'.
2449 Add one space after option `-s'. Remove @r{} markup.
2450
6710bf39
SS
24512011-09-27 Stan Shebs <stan@codesourcery.com>
2452
2453 * gdb.texinfo (Tracepoint Action Lists): Document $_ret.
2454
d99f7e48
HZ
24552011-09-16 Hui Zhu <teawater@gmail.com>
2456
2457 * gdb.texinfo (Tracepoint Restrictions): Change *$esp@300
2458 to *(unsigned char *)$esp@300.
2459
d812018b
PK
24602011-09-15 Paul Koning <paul_koning@dell.com>
2461
2462 * gdb.texinfo: Make style of Python functions and methods match
2463 the syntax of Python. Also put class and module names explicitly
2464 on function, member, and variable names, matching Python
2465 documentation conventions.
2466
2aa48337
KP
24672011-09-15 Kevin Pouget <kevin.pouget@st.com>
2468
2469 PR Python/12692 Add gdb.selected_inferior() to Python interface.
2470 * gdb.texinfo (Inferiors In Python): Describe new
2471 gdb.selected_inferior() function.
2472
6839b47f
KP
24732011-09-15 Kevin Pouget <kevin.pouget@st.com>
2474
2475 Handle multiple breakpoint hits in Python interface:
2476 * gdb.texinfo (Events In Python): New function documentation:
2477 gdb.BreakpointEvent.breakpoints. Indicate that
2478 gdb.BreakpointEvent.breakpoint is now deprecated.
2479
26829f2b
JB
24802011-09-04 Joel Brobecker <brobecker@adacore.com>
2481
2482 * gdb.texinfo: Set EDITION to "Tenth" and change ISBN.
2483
a9f54f60
TT
24842011-08-25 Andrew Oakley <andrew@ado.is-a-geek.net>
2485
2486 * gdb.texinfo (Types In Python): Document 'bitpos' for enums.
2487
fa3a4f15
PM
24882011-08-17 Phil Muldoon <pmuldoon@redhat.com>
2489
2490 * gdb.texinfo (Prompt): Add set/show extended-prompt
2491 documentation
2492 (Basic Python): Add prompt_hook anchor.
2493 (Python modules): Reword module text to reflect multiple modules.
2494 (gdb.prompt): Document gdb.prompt module.
2495
224bbe49
YQ
24962011-08-14 Yao Qi <yao@codesourcery.com>
2497
78d85199
YQ
2498 * gdb.texinfo (General Query Packets): Document qXfer:fdpic:read packet.
2499
25002011-08-14 Yao Qi <yao@codesourcery.com>
2501
2502 * gdb.texinfo (Standard Target Features): Document C6x features.
224bbe49
YQ
2503 (TIC6x Features): New node.
2504
457e09f0
DE
25052011-08-12 Doug Evans <dje@google.com>
2506
2507 * gdb.texinfo (Symbols In Python): Document symbol.type.
2508
5e239b84
PM
25092011-08-09 Phil Muldoon <pmuldoon@redhat.com>
2510
2511 * gdb.texinfo (Python): Document command and function
2512 auto-loading.
2513
177bc839
JK
25142011-07-26 Jan Kratochvil <jan.kratochvil@redhat.com>
2515 Eli Zaretskii <eliz@gnu.org>
2516
2517 * gdb.texinfo (whatis, ptype): Highlight their differences. Describe
2518 typedefs unrolling. Extend the sample code by an inner typedef and
2519 outer typedefs unrolling.
2520
1a532630
PP
25212011-07-26 Paul Pluzhnikov <ppluzhnikov@google.com>
2522
2523 * gdb.texinfo (Caching Remote Data): Document {set,show} dcache
2524 size and line-size.
2525
9b158ba0 25262011-07-21 Matt Rice <ratmice@gmail.com>
2527
2528 PR macros/12999
2529 * gdb.texinfo (Macros): Add info definitions and info macros commands.
2530 Update text and cindex entries for info macro command.
2531
d17b6f81
PM
25322011-07-21 Phil Muldoon <pmuldoon@redhat.com>
2533
2534 * observer.texi (GDB Observers): Add before_prompt observer.
2535 * gdb.texinfo (Basic Python): Add documentation for prompt
2536 substitution.
2537
713389e0
PM
25382011-07-11 Phil Muldoon <pmuldoon@redhat.com>
2539
2540 PR python/12438
2541 * gdb.texinfo (Python Commands): Add deprecate note to maint
2542 set/show python print-stack. Document set/show python
2543 print-backtrace.
2544
177b42fe
TJB
25452011-07-05 Thiago Jung Bauermann <bauerman.ibm.com>
2546
2547 * gdb.texinfo: Fix typos.
2548
900e11f9
JK
25492011-07-01 Tom Tromey <tromey@redhat.com>
2550
2551 * gdb.texinfo (Debugging Output): Document set debug
2552 check-physname.
2553
39c4d40a
TT
25542011-06-29 Tom Tromey <tromey@redhat.com>
2555
2556 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document
2557 breakpoint-notifications feature.
2558
6f5def7d
UW
25592011-06-29 Ulrich Weigand <ulrich.weigand@linaro.org>
2560
2561 * gdb.texinfo (Target Description): Remove warning about
2562 possibly unstable format.
2563
8cf64490
TT
25642011-06-03 Tom Tromey <tromey@redhat.com>
2565
2566 * gdb.texinfo (GDB/MI Async Records): Document 'exit-code' field.
2567 (Events In Python): Note that exit_code is optional.
2568
393eab54
PA
25692011-05-17 Pedro Alves <pedro@codesourcery.com>
2570
2571 * gdb.texinfo (Remote Protocol) <Overview>: Mention vCont is
2572 required for multi-threading support.
2573 (Remote Protocol) <Packets>: Mention that 'c', 's', 'C', 'S' and
2574 Hc are deprecated for multi-threading debugging. Point readers at
2575 the vCont packet.
2576
75fc9810
DE
25772011-05-15 Doug Evans <dje@google.com>
2578
2579 * gdb.texinfo (Auto-loading): Document printing of missing scripts.
2580
01124a23
DE
25812011-05-13 Doug Evans <dje@google.com>
2582
98a5dd13
DE
2583 * gdb.texinfo (Threads): Document $sdir,$pdir.
2584 (Server): Document $pdir exception.
2585
dbaefcf7
DE
2586 * gdb.texinfo (Auto-loading): Document "info auto-load-scripts".
2587
cc63ef9b
DE
2588 * gdb.texinfo (Threads): Clarify default value for
2589 libthread-db-search-path.
7e0396aa 2590
01124a23
DE
2591 * gdb.texinfo (Completion): Update example.
2592 (Debugging Output): Delete `set/show debug lin-lwp-async'.
2593
d248b706
KY
25942011-05-12 Kwok Cheung Yeung <kcy@codesourcery.com>
2595
2596 * gdb.texinfo: Document change in the behaviour of the enable and
2597 disable GDB commands when applied to tracepoints.
2598 Document the EnableDisableTracepoints remote stub feature.
2599 Document QTEnable and QTDisable in the list of tracepoint packets.
2600
cc88a640
JK
26012011-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
2602
2603 * Makefile.in (GDB_DOC_SOURCE_INCLUDES): Rename inc-hist.texinfo to
2604 hsuser.texi.
2605 * gdb.texinfo <!SYSTEM_READLINE>: Rename inc-hist.texinfo inclusion and
2606 comment to hsuser.texi. Change rluser.texi name in the comment.
2607
84e578fb
DE
26082011-05-10 Doug Evans <dje@google.com>
2609
2610 * gdb.texinfo (Threads): If an empty path is provided for
2611 libthread-db-search-path it is reset to its default value.
2612 (Server): Ditto.
2613
478aac75
DE
26142011-05-09 Doug Evans <dje@google.com>
2615
2616 * gdb.texinfo (Requirements): Fix typo. Mention --with-iconv-bin.
2617
9c06b0b4
TJB
26182011-05-06 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
2619 Thiago Jung Bauermann <bauerman@br.ibm.com>
2620
2621 Implement support for PowerPC BookE masked watchpoints.
2622 * gdb.texinfo (Set Watchpoints): Document mask parameter.
2623 (PowerPC Embedded): Mention support of masked watchpoints.
2624
9ed350ad
JB
26252011-05-03 Joel Brobecker <brobecker@adacore.com>
2626
2627 * gdb.texinfo (In Memoriam): Replace litteral uses of `GDB' with
2628 `@value{GDBN}'.
2629
4ceed123
JB
26302011-05-03 Joel Brobecker <brobecker@adacore.com>
2631
2632 * gdb.texinfo (titlepage): Remove dedication.
2633 (In Memoriam): New appendix.
2634
559a7a62
JK
26352011-04-27 Jan Kratochvil <jan.kratochvil@redhat.com>
2636 Eli Zaretskii <eliz@gnu.org>
2637
2638 * gdb.texinfo (Index Section Format): Change the version to 5.
2639 Describe the different formula.
2640
03f2bd59
JK
26412011-04-24 Jan Kratochvil <jan.kratochvil@redhat.com>
2642 Eli Zaretskii <eliz@gnu.org>
2643
2644 * gdb.texinfo (Starting and Stopping Trace Experiments): New anchor
2645 for disconnected tracing.
2646 (Multi-Process Mode for @code{gdbserver}): Mention --multi and
2647 extended-remote relationship. Mention --once.
2648 (TCP port allocation lifecycle of @code{gdbserver}): New.
2649
d9b1a651
EZ
26502011-04-23 Eli Zaretskii <eliz@gnu.org>
2651
2652 * gdb.texinfo (Server): Improve indexing. Index all optional
2653 switches to gdbserver.
2654
90476074
TT
26552011-04-20 Tom Tromey <tromey@redhat.com>
2656
2657 * gdb.texinfo (Index Section Format): New node.
2658 (Top): Add new node to menu.
2659
c21236dc
PA
26602011-04-20 Pedro Alves <pedro@codesourcery.com>
2661
2662 * gdb.texinfo (Maintenance Commands): Document `maint print
2663 remote-registers'.
2664
05c8c3f5
TT
26652011-04-20 Tom Tromey <tromey@redhat.com>
2666
2667 * gdb.texinfo (Trace File Format): Move node later.
2668
7a9dd1b2
TT
26692011-04-19 Tom Tromey <tromey@redhat.com>
2670
2671 * gdbint.texinfo (Register Information Functions): Remove
2672 duplicate "the".
2673 * gdb.texinfo (Emacs): Remove duplicate "to".
2674 (GDB/MI Variable Objects): Remove duplicate "the".
2675 (General Query Packets): Likewise.
2676
4368ebeb
JB
26772011-04-02 Joel Brobecker <brobecker@adacore.com>
2678
2679 * gdb.texinfo (GDB/MI Output Records): Fix menu entry for
2680 "GDB/MI Ada Exception Information" node.
2681
956a9fb9
JB
26822011-04-01 Joel Brobecker <brobecker@adacore.com>
2683
2684 * gdb.texinfo (GDB/MI Ada Exception Information): Document
2685 the "exception-name" field in the *stopped async record.
2686
f1310107
TJB
26872011-03-31 Thiago Jung Bauermann <bauerman@br.ibm.com>
2688 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
2689
2690 Implement support for PowerPC BookE ranged breakpoints.
2691 * gdb.texinfo (PowerPC Embedded): Document ranged breakpoints.
2692
8786b2bd
TT
26932011-03-28 Tom Tromey <tromey@redhat.com>
2694
2695 * gdb.texinfo (Set Tracepoints): Fix typo.
2696
9ef07c8c
TT
26972011-03-24 Tom Tromey <tromey@redhat.com>
2698
2699 * gdb.texinfo (Specify Location): Document `function:label'
2700 linespec.
2701
99c3dc11
PM
27022011-03-18 Phil Muldoon <pmuldoon@redhat.com>
2703
f1310107 2704 PR python/12149
99c3dc11
PM
2705
2706 * gdb.texinfo (Basic Python): Update gdb.write and flush text.
2707
29703da4
PM
27082011-03-17 Phil Muldoon <pmuldoon@redhat.com>
2709
2710 * gdb.texinfo (Blocks In Python): Add is_valid method description.
2711 (Inferiors In Python): Likewise.
2712 (Threads In Python): Likewise.
2713 (Symbols In Python): Likewise.
2714 (Objfiles In Python): Likewise.
2715 (Symbol Tables In Python): Likewise.
2716
c9174737
PA
27172011-03-15 Pedro Alves <pedro@codesourcery.com>
2718
2719 * gdb.texinfo (Auto Display) <undisplay, enable display, disable
2720 display>: Explain that the commands accept number ranges.
2721
7371cf6d
PM
27222011-03-14 Phil Muldoon <pmuldoon@redhat.com>
2723
2724 * gdb.texinfo (Breakpoints In Python): Add description and example
2725 of Python stop function operation.
2726
ecec24e6
PM
27272011-03-10 Phil Muldoon <pmuldoon@redhat.com>
2728
2729 * gdb.texinfo (Parameters In Python): Document get_set_string and
2730 get_show_string methods.
2731
6dcd5565
JK
27322011-02-28 Jan Kratochvil <jan.kratochvil@redhat.com>
2733
2734 * gdb.texinfo (Tracepoint Conditions): Fix missing parenthesis.
2735
81896e36
JK
2736 * gdb.texinfo (Starting and Stopping Trace Experiments): Fix
2737 circular-trace-buffer name.
2738
5e30da2c
JB
27392011-02-28 Joel Brobecker <brobecker@adacore.com>
2740
2741 * gdb.texinfo (Inferiors and Programs): Fix small error introduced
2742 in the previous change.
2743
3bd0f5ef 27442011-02-27 Michael Snyder <msnyder@vmware.com>
af624141
MS
2745
2746 * gdb.texinfo (Inferiors and Programs): Update commands to show
2747 that they can accept multiple arguments.
2748
4ec7539c
JB
27492011-02-24 Joel Brobecker <brobecker@adacore.com>
2750
2751 Revert the following patch (code patch was not approved):
2752 2011-02-21 Hui Zhu <teawater@gmail.com>
2753 * agentexpr.texi (bytecode descriptions): add printf.
2754 * gdb.texinfo (tracepoint action lists): add printf.
2755
82809774
DE
27562011-02-23 Doug Evans <dje@google.com>
2757
2758 * gdb.texinfo (Symbols In Python): Fix mention of C++, use C@t{++}.
2759
e5a67952
MS
27602011-02-23 Michael Snyder <msnyder@vmware.com>
2761
2762 * gdb.texinfo (Set Breaks): Add @dots{} to arguments of info break.
2763 (Set Watchpoints): Add @dots{} to argument of info watchpoints.
2764 (Listing Tracepoints): Add @dots{} to argument of info tracepoints.
2765
6e6fbe60
DE
27662011-02-22 Doug Evans <dje@google.com>
2767
2768 * gdb.texinfo (Symbols In Python): Document lookup_global_symbol.
2769 Clarify behaviour of lookup_symbol when `block' argument is omitted,
2770 add description of result, fix @defun formatting.
2771
f994e27a
HZ
27722011-02-21 Hui Zhu <teawater@gmail.com>
2773
2774 * agentexpr.texi (Bytecode Descriptions): Add printf.
2775 * gdb.texinfo (Tracepoint Action Lists): Add printf.
2776
c7f96d2b
TT
27772011-02-18 Tom Tromey <tromey@redhat.com>
2778
2779 * agentexpr.texi (Bytecode Descriptions): Document pick and rot.
2780
60f98dde
MS
27812011-02-14 Michael Snyder <msnyder@vmware.com>
2782
2783 * gdb.texinfo (threads): Document argument for "info threads" cmd.
2784 Document new command "thread find".
2785
08e796bc
MS
27862011-02-14 Michael Snyder <msnyder@vmware.com>
2787
2788 * gdb.texinfo (Threads): Update example of new thread message.
2789
b3b9301e
PA
27902011-02-14 Pedro Alves <pedro@codesourcery.com>
2791
2792 * gdb.texinfo (Remote Configuration): Mention set/show remote
2793 traceframe-info.
2794 (Tools/Packages Optional for Building GDB): Mention that expat is
2795 used for traceframe info.
2796 (Remote Protocol) <Menu>: Add "Traceframe Info Format".
2797 (General Query Packets) <qSupported>: Describe the
2798 qXfer:traceframe-info:read feature.
2799 (qXfer::read): Describe qXfer:traceframe-info:read.
2800 (Traceframe Info Format): New section.
2801
cef35b0f
PA
28022011-02-04 Pedro Alves <pedro@codesourcery.com>
2803
2804 * gdbint.texinfo (Formatting): Mention some formatting guidelines
2805 for casts and unary operators.
2806
f1cbe1d3
TT
28072011-02-04 Tom Tromey <tromey@redhat.com>
2808
2809 * gdb.texinfo (GDB/MI Async Records): Document that symbols-loaded
2810 is not useful.
2811
585fdaa1
PA
28122011-01-25 Pedro Alves <pedro@codesourcery.com>
2813
2814 * gdb.texinfo: s/value optimized out/optimized out/g
2815
7bfc9434
JB
28162011-01-21 Joel Brobecker <brobecker@adacore.com>
2817
2818 * gdb.texinfo (Other Misc Settings): Rework part of the
2819 documentation of the "set interactive mode" command.
2820
4694da01
TT
28212011-01-19 Tom Tromey <tromey@redhat.com>
2822
2823 * gdb.texinfo (Threads): Document thread name output and `thread
2824 name' command.
2825 (Threads In Python): Document Thread.name attribute.
2826 (GDB/MI Thread Commands): Document thread attributes.
2827
b716877b
AB
28282011-01-12 Andrew Burgess <aburgess@broadcom.com>
2829
2830 * gdb.texinfo (GDB/MI Data Manipulation): Update to reflect
2831 changes in mi/mi-cmd-disas.c
2832
13fd8b81
TT
28332011-01-12 Tom Tromey <tromey@redhat.com>
2834
2835 * gdb.texinfo (Threads): Remove duplicate text. Update examples.
2836 Fix "thread apply" text.
2837
e09342b5
TJB
28382011-01-11 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
2839 Thiago Jung Bauermann <bauerman@br.ibm.com>
2840
2841 Implement support for PowerPC BookE ranged watchpoints.
2842 * gdb.texinfo (PowerPC Embedded): Document ranged watchpoints and
2843 the "set powerpc exact-watchpoints" flag.
2844
06e65f44
TT
28452011-01-07 Tom Tromey <tromey@redhat.com>
2846
2847 * gdb.texinfo (Python API): Add descriptions to @menu items.
2848
d8e22779
TT
28492011-01-06 Tom Tromey <tromey@redhat.com>
2850
2851 * gdb.texinfo (Frames In Python): Document gdb.newest_thread.
2852
a255712f
PP
28532010-01-06 Paul Pluzhnikov <ppluzhnikov@google.com>
2854
e09342b5 2855 * gdb.texinfo (Debugging Output): Document "set debug jit".
a255712f 2856
ccfc3d6e
TT
28572011-01-06 Tom Tromey <tromey@redhat.com>
2858
2859 PR python/12133:
2860 * gdb.texinfo (Frames In Python): Document various frame
2861 constants.
2862
44944448
JB
28632011-01-05 Joel Brobecker <brobecker@adacore.com>
2864
2865 * doc/agentexpr.texi, doc/all-cfg.texi, doc/annotate.texinfo,
2866 doc/gdb.texinfo, doc/gdbint.texinfo, doc/observer.texi,
2867 doc/refcard.tex, doc/stabs.texinfo: Copyright year update.
2868
42ea3d7a
JK
28692011-01-03 Jan Kratochvil <jan.kratochvil@redhat.com>
2870
2871 * Makefile.in (diststuff): Remove gdb-cfg.texi and GDBvn.texi.
2872 (clean): Add GDBvn.texi.
2873
720d1a40
JB
28742010-12-29 Joel Brobecker <brobecker@adacore.com>
2875
2876 * gdb.texinfo (Ada Glitches): Remove paragraph describing the
2877 occasional case where the debugger prints an array address
2878 instead of the array itself.
2879
ad196637
PA
28802010-12-23 Pedro Alves <pedro@codesourcery.com>
2881
2882 * gdb.texinfo (Packets) <read registers packet>: Document support
2883 for registers that were not collected.
2884
a86caf66
DE
28852010-12-15 Doug Evans <dje@google.com>
2886
2887 * gdb.texinfo (Startup): Document auto-loading of scripts during
2888 startup.
2889 (Auto-loading): Delete "maint set python auto-load on|off".
2890 Add "set auto-load-scripts on|off".
2891
aae1c79a
DE
28922010-12-07 Doug Evans <dje@google.com>
2893
2894 * gdb.texinfo (Mode Options): Document -data-directory.
2895 (Data Files): Add reference to -data-directory.
2896
4e04c971
DE
28972010-11-29 Doug Evans <dje@google.com>
2898
2899 * gdb.texinfo (Pretty-Printer Introduction): Change
2900 printer-name:subprinter-name to printer-name;subprinter-name.
2901
94b6973e
PM
29022010-11-29 Phil Muldoon <pmuldoon@redhat.com>
2903
2904 PR python/12199
2905
2906 * gdb.texinfo (Breakpoints In Python): Document "delete" method.
2907
39037522
TT
29082010-11-23 Tom Tromey <tromey@redhat.com>
2909
2910 * gdb.texinfo (Top): Check SYSTEM_READLINE.
2911 (Editing): Likewise.
2912 (Command History): Likewise.
2913 (TUI Keys): Likewise.
2914 (Bug Reporting): Conditionally include rluser.texi and
2915 inc-history.texinfo.
2916 * Makefile.in (READLINE_TEXI_INCFLAG): New variable.
2917 (GDB_DOC_SOURCE_INCLUDES): Add comment.
2918 (GDBvn.texi): Set SYSTEM_READLINE when appropriate.
2919 (gdb.dvi): Use READLINE_TEXI_INCFLAG.
2920 (gdb.pdf): Likewise.
2921 (gdb.info): Likewise.
2922 (gdb/index.html): Likewise.
2923
5ae98d25
TT
29242010-11-23 Tom Tromey <tromey@redhat.com>
2925
2926 * Makefile.in (Makefile): Run ../config.status.
2927 (distclean): Update.
2928 * configure: Remove.
2929 * configure.ac: Remove.
2930
621c8364
TT
29312010-11-12 Tom Tromey <tromey@redhat.com>
2932
2933 * gdb.texinfo (Basic Python): Update. Add xref.
2934 (Exception Handling): Document new exception classes.
2935 (Types In Python): Update.
2936 (Frames In Python): Update.
2937
84f4c1fe
PM
29382010-11-11 Phil Muldoon <pmuldoon@redhat.com>
2939
2940 * gdb.texinfo (Breakpoints In Python): Document "internal"
2941 parameter, and visible attribute.
2942
99e7ae30
DE
29432010-11-05 Doug Evans <dje@google.com>
2944
2945 * gdb.texinfo (Source Path): Document "set directories".
2946
f4b8a18d
KW
29472010-11-05 Ken Werner <ken.werner@de.ibm.com>
2948
2949 * gdb.texinfo: (Summary) Add mention about OpenCL C language support.
2950 (OpenCL C): New node.
2951
7b51bc51
DE
29522010-11-02 Doug Evans <dje@google.com>
2953
2954 * gdb.texinfo (Pretty Printing): Expand into three sections,
2955 introduction, example, and commands.
2956 (Python API): Delete section Disabling Pretty-Printers, merge into
2957 Selecting Pretty-Printers.
2958 (Writing a Pretty-Printer): New section. Move the pretty-printer
2959 example here, and reformat to match python coding style. Add a second
2960 example using the gdb.printing module.
2961 (Python modules): Add gdb.printing.
2962
9eeee977
DE
29632010-10-29 Doug Evans <dje@google.com>
2964
2965 * gdb.texinfo (Python): Fix long line.
2966
a0e0ffdf
DE
29672010-10-20 Doug Evans <dje@google.com>
2968
2969 * gdbint.texinfo (Misc Guidelines): Renamed from Coding.
2970 All references updated. Correct sections marked as subsections.
2971 (Coding Standards): New chapter. Move the coding standard related
2972 subsections here. Add section on Python coding standards.
2973
0e3509db
DE
29742010-10-13 Doug Evans <dje@google.com>
2975
2976 * gdb.texinfo (Python): Add "Python modules".
2977 (Types in Python): Add reference to gdb.types section.
2978 (Python modules): New node.
2979
44592cc4
DE
29802010-10-11 Doug Evans <dje@google.com>
2981
2982 * gdb.texinfo (Values From Inferior): Add reference to "Types in
2983 Python" from gdb.Value.type description.
2984
6e1bb179
JB
29852010-09-28 Joel Brobecker <brobecker@adacore.com>
2986
2987 * gdb.texinfo (Ravenscar Profile): New node.
2988
e8467610
TT
29892010-09-22 Tom Tromey <tromey@redhat.com>
2990
2991 * gdb.texinfo (Values From Inferior): Mention Value.__init__.
2992
fccd1d1e
EZ
29932010-09-22 Eli Zaretskii <eliz@gnu.org>
2994
2995 * gdb.texinfo (Values From Inferior): Clarify that
2996 value.dynamic_type works only in C++ programs with RTTI.
2997
c1b6b909
TT
29982010-09-15 Paul Bolle <pebolle@tiscali.nl>
2999
3000 * gdb.texinfo (Character Sets): Correctly reference host-charset
3001 in example.
3002
7d288aaa
TT
30032010-09-13 Tom Tromey <tromey@redhat.com>
3004
3005 * gdb.texinfo (GDB/MI Stack Manipulation) <-stack-list-frames>:
3006 Document "fullname" and "from".
3007
f75d858b
MK
30082010-09-01 Marc Khouzam <marc.khouzam@ericsson.com>
3009
3010 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document new
3011 feature `reverse' output by -list-target-features.
3012
83b9503b
L
30132010-08-31 H.J. Lu <hongjiu.lu@intel.com>
3014
3015 * gdb.texinfo (i386 Features): Remove an extra "@item".
3016
03f17ccf
TT
30172010-08-30 Tom Tromey <tromey@redhat.com>
3018
3019 PR python/11792:
3020 * gdb.texinfo (Values From Inferior): Document dynamic_type.
3021
9779414d
DJ
30222010-08-24 Daniel Jacobowitz <dan@codesourcery.com>
3023
3024 * gdb.texinfo (ARM Features): Document
3025 org.gnu.gdb.arm.m-profile.
3026
f9ffd4bb
TT
30272010-08-23 Tom Tromey <tromey@redhat.com>
3028
3029 PR python/11145:
3030 * gdb.texinfo (Values From Inferior): Document dynamic_cast and
3031 reinterpret_cast methods.
3032
702c2711
TT
30332010-08-23 Tom Tromey <tromey@redhat.com>
3034
3035 PR python/11915:
3036 * gdb.texinfo (Types In Python): Document array method.
3037
66b73624
TJB
30382010-08-18 Thiago Jung Bauermann <bauerman@br.ibm.com>
3039
3040 * gdb.texinfo (PowerPC Embedded): Mention support for the DVC register.
3041
06a64a0b
TT
30422010-08-16 Tom Tromey <tromey@redhat.com>
3043
3044 * gdb.texinfo (Set Watchpoints): Document -location option.
3045
a3a7127e
DE
30462010-08-13 Doug Evans <dje@google.com>
3047
3048 * gdb.texinfo (.debug_gdb_scripts section): Fix typo.
3049
8dedea02
VP
30502010-08-13 Vladimir Prus <vladimir@codesourcery.com>
3051
3052 * gdb.texinfo (GDB/MI Data Manipulation): Document
3053 -data-read-memory-raw and -data-write-memory-raw.
3054
ca5c20b6 30552010-08-11 Tom Tromey <tromey@redhat.com>
889bf7c5 3056 Phil Muldoon <pmuldoon@redhat.com>
ca5c20b6
PM
3057
3058 * gdb.texinfo (Basic Python): Describe post_event API.
3059
cb2e07a6
PM
30602010-08-11 Phil Muldoon <pmuldoon@redhat.com>
3061
3062 * gdb.texinfo (Basic Python): Describe solib_address and
889bf7c5 3063 decode_line Python APIs
cb2e07a6 3064
464b3efb
TT
30652010-08-10 Tom Tromey <tromey@redhat.com>
3066
3067 * gdb.texinfo (Pretty Printing API): Document
3068 gdb.default_visualizer.
3069
c29c521f
TT
30702010-08-10 Tom Tromey <tromey@redhat.com>
3071
3072 Revert gdb-add-index addition:
3073 * gdb.texinfo (Index Files): Don't document gdb-add-index.
3074
5da1313b
JK
30752010-08-07 Jan Kratochvil <jan.kratochvil@redhat.com>
3076 Eli Zaretskii <eliz@gnu.org>
3077
3078 * gdb.texinfo (Mode Options) <-batch>
3079 (Basic Python) <gdb.execute>: Describe setting width and height.
3080
02d868e8
PP
30812010-07-31 Paul Pluzhnikov <ppluzhnikov@google.com>
3082
3083 * gdb.texinfo (Threads): Document 'debug libthread-db'.
3084
c2bbed2a
TT
30852010-07-30 Tom Tromey <tromey@redhat.com>
3086
3087 * gdb.texinfo (Index Files): Mention gdb-add-index.
3088
6c13bbe1
HZ
30892010-07-30 Hui Zhu <teawater@gmail.com>
3090
3091 * gdb.texinfo (Inferiors and Programs): Update the introduce of
3092 "detach inferior" and "kill inferior".
3093
53a71c06
CR
30942010-07-28 CHENG Renquan <rqcheng@smu.edu.sg>
3095
3096 * gdb.texinfo (Machine Code): Update description of two forms of
3097 arguments, and add new example to demonstrate the new form.
3098
5374244e
PM
30992010-07-27 Phil Muldoon <pmuldoon@redhat.com>
3100
3101 * gdb.texinfo (Values From Inferior): Add value inferior function
3102 call description.
3103
8ea5bce5
JK
31042010-07-19 Jan Kratochvil <jan.kratochvil@redhat.com>
3105
3106 * gdb.texinfo (Active Targets): Fix wrong comma placement.
3107
c0edd9ed
JK
31082010-07-19 Jan Kratochvil <jan.kratochvil@redhat.com>
3109 Eli Zaretskii <eliz@gnu.org>
3110
3111 Make core files the process_stratum.
3112 * gdb.texinfo (Active Targets): Remove core_stratum. Include
3113 record_stratum example.
3114
9291a0cd
TT
31152010-07-13 Tom Tromey <tromey@redhat.com>
3116
3117 * gdb.texinfo (Index Files): New node.
3118
f5011d11
TT
31192010-07-13 Tom Tromey <tromey@redhat.com>
3120
3121 * gdb.texinfo (GDB/MI Variable Objects): Remove extra 'for'.
3122
0f5238ed
TT
31232010-07-13 Tom Tromey <tromey@redhat.com>
3124
3125 * gdb.texinfo (Specify Location): Document labels.
3126
74c761c1
PA
31272010-07-01 Pedro Alves <pedro@codesourcery.com>
3128
3129 * gdb.texinfo (Create and Delete Tracepoints): Add more index
3130 entries for fast tracepoints and static tracepoints.
3131
501994c0
PA
31322010-07-01 Pedro Alves <pedro@codesourcery.com>
3133
3134 * gdb.texinfo (General Query Packets) <qfThreadInfo,
3135 qsThreadInfo>: Spell out `l' as ell.
3136
0fb4aa4b
PA
31372010-07-01 Pedro Alves <pedro@codesourcery.com>
3138
3139 * gdb.texinfo (Convenience Variables): Document $_sdata.
3140 (Commands to Set Tracepoints): Describe static tracepoints. Add
3141 `Listing Static Tracepoint Markers' menu entry. Document
3142 "strace".
3143 (Tracepoint Action Lists): Document collecting $_sdata.
3144 (Listing Static Tracepoint Markers): New subsection.
3145 (Tracepoints support in gdbserver): Mention static tracepoints.
3146 (remote packets, enabling and disabling): Mention
3147 read-sdata-object.
3148 (General Query Packets) <qSupported>: Document qXfer:sdata:read
3149 and StaticTracepoint.
3150 Mention qTfSTM, qTsSTM and qTSTMat as tracepoint packets.
3151 Document qXfer:sdata:read.
3152 (Tracepoint packets): Document qTfSTM, qTsSTM and qTSTMat.
3153
dc3b15be
JB
31542010-06-29 Joel Brobecker <brobecker@adacore.com>
3155
3156 * gdb.texinfo (Threads In Python): Fix unmatched @end table.
3157
595939de
PM
31582010-06-28 Phil Muldoon <pmuldoon@redhat.com>
3159 Tom Tromey <tromey@redhat.com>
3160 Thiago Jung Bauermann <bauerman@br.ibm.com>
3161
3162 * gdb.texinfo (Inferiors In Python): New node.
3163 * gdb.texinfo (Threads In Python): New node.
3164
9279c692
JB
31652010-06-28 Joel Brobecker <brobecker@adacore.com>
3166
3167 * gdb.texinfo (Python): Document what the python directory is
3168 and what its location is.
3169 (Basic Python): Document the gdb.PYTHONDIR constant.
3170
bc9f0842
TT
31712010-06-25 Tom Tromey <tromey@redhat.com>
3172
3173 PR python/10808:
3174 * gdb.texinfo (Basic Python): Document new gdb.execute argument.
3175
f1421989
HZ
31762010-06-24 Hui Zhu <teawater@gmail.com>
3177
3178 * gdb.texinfo: (Commands for Controlled Output): Add
3179 documentation for command "eval".
3180
e4c0cfae
SS
31812010-06-21 Stan Shebs <stan@codesourcery.com>
3182
3183 * gdb.texinfo: Add explicit @node and @appendix for GFDL.
3184 * annotate.texinfo: Ditto.
3185 * gdbint.texinfo: Ditto.
3186 * stabs.texinfo: Ditto.
3187
bb08c432
HZ
31882010-06-22 Hui Zhu <teawater@gmail.com>
3189
3190 * gdb.texinfo: (Process Record and Replay): Add documentation
3191 for command "set record memory-query".
3192
4f5d9f07
SS
31932010-06-21 Stan Shebs <stan@codesourcery.com>
3194
3195 * gdb.texinfo: Relicense under GFDL version 1.3.
3196 * annotate.texinfo: Relicense under GFDL version 1.3.
3197 * gdbint.texinfo: Relicense under GFDL version 1.3.
3198 * stabs.texinfo: Relicense under GFDL version 1.3.
3199 * fdl.texi: Update to version 1.3.
3200
6aed2dbc
SS
32012010-06-18 Stan Shebs <stan@codesourcery.com>
3202
a61408f8
SS
3203 * gdb.texinfo (Operating System Auxiliary Information): Describe
3204 "info os" when no arguments given.
3205
6aed2dbc
SS
3206 * gdb.texinfo (Debugging Programs with Multiple Threads): Describe
3207 $_thread.
3208
24e933df
HZ
32092010-06-18 Hui Zhu <teawater@gmail.com>
3210
3211 * gdb.texinfo: (Process Record and Replay): Add documentation
3212 for commands "record save" and "record restore".
3213
65d79d4b
SDJ
32142010-06-16 Jan Kratochvil <jan.kratochvil@redhat.com>
3215
3216 * gdb.texinfo: Include information about the correct use
3217 of addresses in the `watch' command.
3218
d914c394
SS
32192010-06-11 Stan Shebs <stan@codesourcery.com>
3220
3221 * gdb.texinfo (Observer Mode): New section.
3222 (General Query Packets): Document QAllow.
889bf7c5 3223
967cf477
DE
32242010-06-04 Doug Evans <dje@google.com>
3225
3226 * gdb.texinfo (Python API): New node `Disabling Pretty-Printers'.
3227
aaf4119b
DE
32282010-06-03 Doug Evans <dje@google.com>
3229
3230 * gdbint.texinfo (Coding): Add subsection on command names.
3231
9eae7c52
TT
32322010-06-02 Tom Tromey <tromey@redhat.com>
3233
3234 * gdb.texinfo (Maintenance Commands): Document maint set dwarf2
3235 always-disassemble.
3236
fa593d66
PA
32372010-06-01 Pedro Alves <pedro@codesourcery.com>
3238
3239 * gdb.texinfo (Set Tracepoints): Mention tracepoints support in
3240 gdbserver, and add cross reference.
3241 (Tracepoints support in gdbserver): New subsection.
3242
dde08ee1
PA
32432010-05-26 Pedro Alves <pedro@codesourcery.com>
3244
3245 * gdb.texinfo (General Query Packets) <qSupported>: Describe the
3246 `qRelocInsn' feature.
3247 (Relocate instruction reply packet): New subsection
3248 of `Tracepoint Packets'.
3249 (Tracepoint Packets): Mention that packets QTDP and QTStart
3250 support the qRelocInsn request, and add cross reference to new
3251 subsection.
3252
07ca107c
DE
32532010-05-25 Doug Evans <dje@google.com>
3254
3255 * gdb.texinfo (Exception Handling): Document gdb.GdbError.
3256 (Commands In Python): Document gdb.string_to_argv.
3257
c25c4a8b
JK
32582010-05-02 Jan Kratochvil <jan.kratochvil@redhat.com>
3259
3260 * gdbint.texinfo (Host Definition): Remove items NORETURN and
3261 ATTR_NORETURN.
3262
d7b32ed3 32632010-04-29 Phil Muldoon <pmuldoon@redhat.com>
c25c4a8b
JK
3264 Tom Tromey <tromey@redhat.com>
3265 Thiago Jung Bauermann <bauerman@br.ibm.com>
d7b32ed3 3266
c25c4a8b 3267 * gdb.texinfo (Parameters In Python): New Node.
d7b32ed3 3268
6aecb9c2
JB
32692010-04-29 Mihail Zenkov <mihail.zenkov@gmail.com>
3270
3271 * gdb.texinfo: (Summary) Add mention about D language support.
3272 (Filenames): Add D suffixes.
3273 (D): New node.
3274
b7da9e9f
PM
32752010-04-26 Pierre Muller <muller@ics.u-strasbg.fr>
3276
3277 * gdbint.texinfo (CANNOT_STEP_HW_WATCHPOINTS): Remove explanation
3278 of macro deleted from GDB code.
3279
ab38a727
PA
32802010-04-24 Pedro Alves <pedro@codesourcery.com>
3281
3282 * gdb.texinfo (Commands to specify files): Describe what how GDB
3283 looks up DOS-based filesystem paths on the system root. Document
3284 the new `set/show target-file-system-kind' commands.
3285
66d09542
DE
32862010-04-23 Doug Evans <dje@google.com>
3287
3288 * gdb.texinfo (Python): Move Auto-loading section here ...
3289 (Python API): from here.
3290 (Auto-loading): Add docs for .debug_gdb_scripts auto-loaded scripts.
3291 (Maintenance Commands): Add docs for "maint print section-scripts".
3292
8bd10a10
CM
32932010-04-20 Chris Moller <cmoller@redhat.com>
3294
3295 * gdb.texinfo (Setting Breakpoints): Added description of
3296 filename-qualified rbreak.
3297 * refcard.tex (Breakpoints and Watchpoints): Added brief
3298 description of filename-qualified rbreak.
3299
4c374409
JK
33002010-04-22 Jan Kratochvil <jan.kratochvil@redhat.com>
3301
3302 * gdb.texinfo (Data): New @menu reference to Pretty Printing.
3303 (Python API): Change the reference to Pretty Printing API.
3304 (Pretty Printing): Move the user part under the Data node. Reformat
3305 the sample output to 72 columns. Create a new reference to Pretty
3306 Printing API. Rename the API part ...
3307 (Pretty Printing API): To a new node name.
3308 (Selecting Pretty-Printers, Progspaces In Python, Objfiles In Python)
3309 (GDB/MI Variable Objects): Change references to Pretty Printing API.
3310
5a9351ae
SS
33112010-04-21 Stan Shebs <stan@codesourcery.com>
3312
3313 * gdb.texinfo (Tracepoint Actions): Mention synonymy of actions
889bf7c5 3314 and commands.
5a9351ae 3315 (Listing Tracepoints): Update to reflect current behavior.
889bf7c5 3316
9a22f0d0
PM
33172010-04-22 Pierre Muller <muller@ics.u-strasbg.fr>
3318
3319 * gdb.texinfo (Examining memory): Update for change in string
3320 display with explicit size.
3321
6149aea9
PA
33222010-04-19 Pedro Alves <pedro@codesourcery.com>
3323
3324 PR breakpoints/8554.
3325
3326 * gdb.texinfo (Save Breakpoints): New node.
3327 (save-tracepoints): Rename to ...
3328 (save tracepoints): ... this. Mention that `save-tracepoints' is
3329 a deprecated alias to `save tracepoints'.
3330
711e434b
PM
33312010-04-16 Pierre Muller <muller@ics.u-strasbg.fr>
3332
645797a8 3333 * gdb.texinfo ($_tlb): Document new automatic convinience variable.
711e434b
PM
3334 (info w32 thread-information-block): Document new command.
3335 (qGetTIBAddress): Document new gdbserver query.
3336 (maint set/show show-all-tib): Document new command.
3337
3f7b2faa
DE
33382010-04-15 Doug Evans <dje@google.com>
3339
fa33c3cd
DE
3340 * gdb.texinfo (Python API): Add progspaces section.
3341 (Selecting Pretty-Printers): Progspace pretty-printers are
3342 searched too.
3343 (Progspaces In Python): New section.
3344
3f7b2faa
DE
3345 * gdb.texinfo (Command Files): Add docs for new "source -s" option.
3346
79f283fe
PM
33472010-04-14 Phil Muldoon <pmuldoon@redhat.com>
3348
3349 * gdb.texinfo (Pretty Printing): Document behaviour when to_string
3350 returns None.
3351
87290684
SS
33522010-04-09 Stan Shebs <stan@codesourcery.com>
3353
3354 * gdb.texinfo (gdb/mi Tracepoint Commands) <-trace-status>:
3355 Describe the `frames-created' field, tweak grammar.
3356
a97153c7
PA
33572010-04-09 Pedro Alves <pedro@codesourcery.com>
3358
3359 * gdb.texinfo (gdb/mi Tracepoint Commands) <-trace-status>:
3360 Describe the `circular' and `disconnected' fields.
3361
5c5dcc1b
L
33622010-04-09 H.J. Lu <hongjiu.lu@intel.com>
3363
3364 * gdb.texinfo (maint print registers): Mention unavailable and
3365 invisible registers.
3366
adc36818
PM
33672010-04-09 Phil Muldoon <pmuldoon@redhat.com>
3368 Thiago Jung Bauermann <bauerman@br.ibm.com>
5c5dcc1b 3369 Tom Tromey <tromey@redhat.com>
adc36818
PM
3370
3371 * gdb.texinfo (Breakpoints In Python): New Node.
3372
33da3f1c
SS
33732010-04-08 Stan Shebs <stan@codesourcery.com>
3374
3375 * gdb.texinfo (Tracepoint Packets): Describe disconn and circular
3376 trace status fields.
3377
3a13a53b
L
33782010-04-08 H.J. Lu <hongjiu.lu@intel.com>
3379
3380 * gdb.texinfo (i386 Features): Make org.gnu.gdb.i386.avx
3381 optional. Make org.gnu.gdb.i386.avx requires
3382 org.gnu.gdb.i386.avx.
3383
08001717
DE
33842010-04-08 Doug Evans <dje@google.com>
3385
3386 * gdb.texinfo (Command Files): Document that gdb skips $cdir in
3387 search path, and document that gdb only scans the search path if
3388 the script's path doesn't specify a directory.
3389
c375651d
DE
33902010-04-05 Doug Evans <dje@google.com>
3391
3392 * gdb.texinfo (maint show python auto-load): Fix typo.
3393
af54718e
SS
33942010-04-04 Stan Shebs <stan@codesourcery.com>
3395
d77f58be
SS
3396 * gdb.texinfo (Setting Breakpoints): "info watch" no longer a synonym.
3397 (Setting Watchpoints): Update description of "info watch".
3398 (Disabling Breakpoints): Only "info break" lists all.
3399
af54718e
SS
3400 * gdb.texinfo (Tracepoint Restrictions): Document PC inference.
3401 (tdump): Explain how tdump works.
3402
86b17b60
PA
34032010-04-01 Pedro Alves <pedro@codesourcery.com>
3404
3405 * gdb.texinfo (Break Commands): Clarify `commands' changes, and
3406 add cross reference.
3407
ff12863f
PA
34082010-03-31 Pedro Alves <pedro@codesourcery.com>
3409
3410 * gdb.texinfo (TUI Commands): Mention that in some cases, these
3411 commands error out.
3412
f68eb612
L
34132010-03-30 H.J. Lu <hongjiu.lu@intel.com>
3414
3415 * gdb.texinfo (i386 Features): Add org.gnu.gdb.i386.avx.
3416
c8d5aac9
L
34172010-03-30 H.J. Lu <hongjiu.lu@intel.com>
3418
3419 * gdb.texinfo (General Query Packets): Add xmlRegisters.
3420
7d13fe92
SS
34212010-03-29 Stan Shebs <stan@codesourcery.com>
3422 Nathan Sidwell <nathan@codesourcery.com>
3423
3424 * gdb.texinfo (GDB/MI Tracepoint Commands): Add notes about the
3425 GDBN equivalent.
3426 (Set Tracepoints): Remove mention that conditional tracepoints
3427 don't exist.
3428 (Tracepoint Actions): Clarify when while-stepping collection
3429 happens, note that while-stepping does not automatically collect
3430 $pc.
3431
409873ef 34322010-03-29 Stan Shebs <stan@codesourcery.com>
889bf7c5 3433
409873ef
SS
3434 * gdb.texinfo (Tracepoint Packets): Describe QTDPsrc.
3435 (General Query Packets): Describe TracepointSource.
3436
ee8e71d4
EZ
34372010-03-27 Matt Rice <ratmice@gmail.com>
3438
c8d5aac9
L
3439 * gdb.texinfo (ARM): Document arguments to "target sim".
3440 (Set Catchpoints): Use @dots{} instead of @r{...}.
ee8e71d4 3441
99b5e152
PA
34422010-03-26 Pedro Alves <pedro@codesourcery.com>
3443
3444 * gdb.texinfo (Tracepoint Packets): Remove mention that
3445 terror:string may be plain text, and drop mention of X prefix.
3446
cd64ee31
VP
34472010-03-26 Vladimir Prus <vladimir@codesourcery.com>
3448
3449 * gdb.texinfo (GDB/MI Tracepoint Commands): Add comma after @xref.
3450
6c28cbf2
SS
34512010-03-24 Stan Shebs <stan@codesourcery.com>
3452
3453 * gdb.texinfo (Tracepoint Packets): Document trace error status.
3454
95a42b64
TT
34552010-03-24 Tom Tromey <tromey@redhat.com>
3456
3457 PR breakpoints/9352:
3458 * gdb.texinfo (Break Commands): Update.
3459
18148017
VP
34602010-03-24 Vladimir Prus <vladimir@codesourcery.com>
3461
3462 * gdb.texinfo (GDB/MI Tracepoint Commands): Document MI tracepoint
3463 commands.
3464
4daf5ac0
SS
34652010-03-16 Stan Shebs <stan@codesourcery.com>
3466
3467 * gdb.texinfo (Starting and Stopping Trace Experiments): Describe
3468 circular-trace-buffer.
3469 (Tracepoint Packets): Describe QTBuffer, and details of the
3470 qTStatus reply.
3471
c9429232
SS
34722010-03-12 Stan Shebs <stan@codesourcery.com>
3473 Nathan Sidwell <nathan@codesourcery.com>
3474
3475 * gdb.texinfo (Tracepoint Actions): Clarify that while-stepping is
3476 doing instruction stepping.
3477 (Tracepoint Restrictions): New node.
3478
ccefe4c4
TT
34792010-03-10 Tom Tromey <tromey@redhat.com>
3480
3481 * gdbint.texinfo (Symbol Handling): Update.
3482
7c953934
TT
34832010-03-08 Tom Tromey <tromey@redhat.com>
3484
3485 PR cli/9591:
3486 * gdb.texinfo (Mode Options): Mention lack of pagination and
3487 confirmation with --batch.
3488 (Screen Size): Mention --batch.
3489 (Messages/Warnings): Likewise.
3490
f870a310
TT
34912010-03-05 Tom Tromey <tromey@redhat.com>
3492
3493 * gdb.texinfo (Basic Python): Document target_charset and
3494 target_wide_charset.
3495
78e2826b
TT
34962010-03-05 Tom Tromey <tromey@redhat.com>
3497
3498 * gdb.texinfo (Data): Link to pretty-printing.
3499 (Output Formats): Likewise. Correct text.
3500
f5dff777
DJ
35012010-03-01 Daniel Jacobowitz <dan@codesourcery.com>
3502
3503 * gdb.texinfo (Types): Describe <struct> and <flags>.
3504
dc00d89f
PM
35052010-02-28 Phil Muldoon <pmuldoon@redhat.com>
3506
3507 * gdb.texinfo (Frames In Python): Add block parameter and
3508 description to read_var text.
3509
5107b149 35102010-02-26 Phil Muldoon <pmuldoon@redhat.com>
c8d5aac9 3511 Tom Tromey <tromey@redhat.com>
5107b149
PM
3512
3513 * gdb.texinfo (Types In Python): Describe block argument in
3514 template_argument and gdb.lookup_type.
3515
e03e5e7b
TT
35162010-02-24 Tom Tromey <tromey@redhat.com>
3517
3518 * gdb.texinfo (Cygwin Native): Fix typo.
3519
f3e9a817
PM
35202010-02-24 Phil Muldoon <pmuldoon@redhat.com>
3521
3522 * gdb.texinfo (Frames In Python): Add block, find_sal, function
3523 and select method descriptions.
3524 (Python API): Add Blocks In Python, Symbols in Python and Symbol
3525 Tables in Python to menu.
3526 (Blocks In Python): New node.
3527 (Symbols In Python): New node.
3528 (Symbol Tables in Python): New node.
3529
a79b8f6e
VP
35302010-02-24 Vladimir Prus <vladimir@codesourcery.com>
3531
3532 Multiexec MI
3533
3534 gdb/
3535 * breakpoint.c (clear_syscall_counts): Take struct inferior*.
3536
3537 gdb/doc/
3538 * gdb.texinfo (GDB/MI Command Syntax): Document notification
3539 changes.
3540 (GDB/MI Program Execution): Document current behaviour of
3541 --all and --thread-group.
3542 (GDB/MI Miscellaneous Commands): Document -add-inferior and
3543 -remove-inferior.
3544 * observer.texi (inferior_added, inferior_removed): New
3545 observers.
3546
629d6a47
TT
35472010-02-19 Tom Tromey <tromey@redhat.com>
3548
3549 * gdbint.texinfo (Getting Started): Fix @node.
3550 (Debugging GDB): Likewise.
3551
c09529e5
JB
35522010-02-13 Joel Brobecker <brobecker@adacore.com>
3553
3554 * gdbint.texinfo (Testsuite): New section "Testsuite Configuration",
3555 documenting the gdb_test_timeout variable.
3556
540aa8e7
MS
35572010-02-12 Jakob Engblom <jakob@virtutech.com>
3558
3559 * gdb.texinfo (MI commands): Added documentation of --reverse
3560 option to a set of MI commands. Restructured documentation of MI
3561 commands --exec-continue to reflect the complexity of reverse
3562 execution.
3563
081dfbf7
PA
35642010-02-12 Pedro Alves <pedro@codesourcery.com>
3565
3566 * gdb.texinfo (Using the Collected Data): Specify that the address
3567 range of `tfind outsize' is exclusive, and that the address range
3568 of `tfind range' is inclusive.
3569 (Tracepoint Packets): Specify that the address range of
3570 `QTFrame:range' is inclusive, and that the address range of
3571 `QTFrame:outside' is exclusive
3572
8e9c5e02
VP
35732010-02-12 Vladimir Prus <vladimir@codesourcery.com>
3574
3575 * gdb.texinfo (GDB/MI Result Records): Clarify ^running.
3576
92981e24
TT
35772010-02-10 Tom Tromey <tromey@redhat.com>
3578
3579 * gdb.texinfo (Debugging Output): Document set debug parser and
3580 show debug parser.
3581
075b51b7
L
35822010-02-09 H.J. Lu <hongjiu.lu@intel.com>
3583
3584 * gdb.texinfo (Predefined Target Types): Add i387_ext,
3585 i386_eflags and i386_mxcsr.
3586
3bb8d5c3
L
35872010-02-08 H.J. Lu <hongjiu.lu@intel.com>
3588
3589 * gdb.texinfo: Document i386 target features.
3590
c5f80513
DE
35912010-02-05 Doug Evans <dje@google.com>
3592
3593 * gdbint.texinfo (Testsuite): Add a new section to document the
3594 various DejaGnu variables that may be overridden.
1be00882 3595 Document INTERNAL_GDBFLAGS.
c5f80513 3596
6ac33a4e
TT
35972010-02-04 Tom Tromey <tromey@redhat.com>
3598
3599 PR cli/8830:
3600 * gdb.texinfo (Files): -readnow comes before the filename for file
3601 and symbol-file.
3602
a1dcb23a
DJ
36032010-02-01 Daniel Jacobowitz <dan@codesourcery.com>
3604
3605 * gdb.texinfo (Architecture-Specific Protocol Details): New section.
3606 Document ARM breakpoint types.
3607 (Register Packet Format): Move into the new section.
3608 (Packets): Describe the KIND argument for Z0, z0, Z1, and z1 packets.
3609
95433b34
JB
36102010-01-21 Joel Brobecker <brobecker@adacore.com>
3611
3612 * gdb.texinfo (File Options): Adjust the documentation of this
3613 switch to refer to the "source" command rather than partially
3614 duplicating some of the relevant information.
3615 (Extending GDB): Introduce and document the set/show script-extension
3616 setting.
3617 (Command Files): Add note explaining that the "source" command
3618 is also used to evalute scripts written in other languages.
3619 Remove the short slightly incorrect reference to sourcing Python
3620 scripts.
3621 (Python Commands): Document how to execute a Python script from GDB.
3622
8d576872
JB
36232010-01-19 Joel Brobecker <brobecker@adacore.com>
3624
3625 * gdb.texinfo (Command Files): Fix typo.
3626
8150ff9c
JB
36272010-01-18 Tom Tromey <tromey@redhat.com>
3628
3629 * gdb.texinfo (File Options): Document -x on .py files.
3630 (Command Files): Document handling of Python scripts.
3631
23db03a6
JZ
36322010-01-18 Jie Zhang <jie.zhang@analog.com>
3633
3634 * Makefile.in (ANNOTATE_DOC_BUILD_INCLUDES): Add GDBvn.texi.
3635
00bf0b85
SS
36362010-01-15 Stan Shebs <stan@codesourcery.com>
3637
3638 * gdb.texinfo (Trace Files): New section.
3639 (Tracepoint Packets): Document QTSave and qTBuffer.
3640 (Trace File Format): New appendix.
3641
be759fcf
PM
36422010-01-13 Phil Muldoon <pmuldoon@redhat.com>
3643
3644 * gdb.texinfo (Values From Inferior): Document lazy_string value
3645 method.
3646 (Python API): Add Lazy strings menu item.
3647 (Lazy Strings In Python): New node.
3648
dc146f7c
VP
36492010-01-13 Vladimir Prus <vladimir@codesourcery.com>
3650
3651 * gdb.texinfo (GDB/MI Thread Information): New.
3652 (GDB/MI Async Records): Document the core field in *stopped.
3653 (GDB/MI Miscellaneous Commands): Expand -list-thread-groups
3654 documentation
3655 (Process list): Document that osdata document may contain
3656 threads.
3657 (Remote Serial Protocol): Document qXfer:threads.
3658
d5551862
SS
36592010-01-06 Stan Shebs <stan@codesourcery.com>
3660
3661 * gdb.texinfo (Starting and Stopping Trace Experiments): Document
3662 disconnected tracing.
3663 (Tracepoint Packets): Document new protocol.
3664
7a697b8d
SS
36652010-01-05 Stan Shebs <stan@codesourcery.com>
3666
3667 * gdb.texinfo (Create and Delete Tracepoints): Describe fast
3668 tracepoints.
3669 (Tracepoint Packets): Describe remote protocol for fast
3670 tracepoints.
3671
e6f3ec50
JB
36722010-01-01 Joel Brobecker <brobecker@adacore.com>
3673
3674 Update the "Start of New Year Procedure".
3675 * gdbint.texinfo: Add the list of files that need to be updated
3676 manually. Minor reformatting.
3677
ddc4e9c1
JB
36782010-01-01 Joel Brobecker <brobecker@adacore.com>
3679
3680 * refcard.tex: Update copyright year in header and text.
3681
9d2897ad
JB
36822010-01-01 Joel Brobecker <brobecker@adacore.com>
3683
3684 * agentexpr.texi: Add 2010 to the list of copyright years.
3685 * annotate.texinfo: Likewise.
3686 * gdb.texinfo: Likewise.
3687 * gdbint.texinfo: Likewise.
3688 * observer.texi: Likewise.
3689 * stabs.texinfo: Likewise.
3690
6da95a67
SS
36912009-12-31 Stan Shebs <stan@codesourcery.com>
3692
3693 * gdb.texinfo (Tracepoint Actions): Describe teval.
889bf7c5 3694
236f1d4d
SS
36952009-12-29 Stan Shebs <stan@codesourcery.com>
3696
3697 * gdb.texinfo (Tracepoint Actions): Describe default-collect.
889bf7c5 3698
f61e138d
SS
36992009-12-28 Stan Shebs <stan@codesourcery.com>
3700
3701 * gdb.texinfo (Trace State Variables): New section.
3702 (Tracepoint Packets): Describe trace state variable packets.
3703 * agentexpr.texi (Bytecode Descriptions): Describe trace state
3704 variable bytecodes.
3705
0fe7935b
DJ
37062009-12-28 Daniel Jacobowitz <dan@codesourcery.com>
3707
3708 * gdb.texinfo (Symbols): "info variables" prints definitions, not
3709 declarations.
3710
a6b29f87
VP
37112009-12-21 Vladimir Prus <vladimir@codesourcery.com>
3712
3713 * gdb.texinfo (GDB/MI Miscellaneous Commands): Clarify that
3714 -gdb-exit behaviour.
3715
5e4bde96
JB
37162009-12-20 Joel Brobecker <brobecker@adacore.com>
3717
3718 * gpl.texi: Update to version 3 of the GPL.
3719
a1715244
JB
37202009-12-20 Joel Brobecker <brobecker@adacore.com>
3721
3722 * Makefile.in: Update copyright header.
3723 * observer.texi: Fix the copyright header of the generated files.
3724
361ae042
PM
37252009-12-08 Phil Muldoon <pmuldoon@redhat.com>
3726
3727 * gdb.texinfo (Types In Python): Describe range function.
3728
bfd31e71
PM
37292009-12-03 Richard Ward <richard.j.ward1@googlemail.com>
3730
3731 * gdb.texinfo (Types In Python): Describe "is_base_class".
3732
57a1d736
TT
37332009-12-03 Tom Tromey <tromey@redhat.com>
3734
3735 * gdb.texinfo (Basic Python): Document gdb.parse_and_eval.
3736
8cebebb9
PP
37372009-12-02 Paul Pluzhnikov <ppluzhnikov@google.com>
3738
3739 * observer.texi: New memory_changed observer.
3740
16af530a
TT
37412009-12-01 Tom Tromey <tromey@redhat.com>
3742
3743 * gdb.texinfo (Reverse Execution): Fix typo.
3744
b6199126
DJ
37452009-11-24 Daniel Jacobowitz <dan@codesourcery.com>
3746
3747 PR gdb/8704
3748
3749 * gdb.texinfo (Thread-Specific Breakpoints): Thread specifiers
3750 are allowed after the breakpoint condition.
3751
7a6973ad
TT
37522009-11-23 Tom Tromey <tromey@redhat.com>
3753
3754 PR python/10782:
3755 * gdb.texinfo (Types In Python): Document Type.pointer.
3756
21a0512e
PP
37572009-11-23 Paul Pluzhnikov <ppluzhnikov@google.com>
3758
3759 * gdb.texinfo (Machine Code): Adjust.
889bf7c5 3760
a5832c8f
PA
37612009-11-11 Pedro Alves <pedro@codesourcery.com>
3762
3763 * agentexpr.texi (Tracing On Symmetrix): Delete section.
3764 (Using Agent Expressions): Delete cross reference.
3765
1eb7cd77
JB
37662009-11-07 Joel Brobecker <brobecker@adacore.com>
3767
3768 * gdbint.texinfo, stabs.texinfo: Move the @setchapternewpage
3769 and @settitle directives up to help makeinfo find them.
3770
24ddea62
JK
37712009-11-02 Jan Kratochvil <jan.kratochvil@redhat.com>
3772
3773 * gdb.texinfo (set debug-file-directory, show debug-file-directory)
3774 (Auto-loading): Use plural and note one can use multiple components now.
3775
3afae151
VP
37762009-11-01 Vladimir Prus <vladimir@codesourcery.com>
3777
3778 * gdb.texinfo (GDB/MI Stack Manipulation): Make
3779 -stack-list-arguments have the same documentation for parameter
3780 as -stack-list-locals. Add comas.
3781
14ff2235
PM
37822009-10-27 Tom Tromey <tromey@redhat.com>
3783 Eli Zaretskii <eliz@gnu.org>
3784
c8d5aac9 3785 PR python/10781
14ff2235
PM
3786
3787 * gdb.texinfo (Values From Inferior): Document cast method.
3788
9c419145
PP
37892009-10-22 Paul Pluzhnikov <ppluzhnikov@google.com>
3790
3791 * gdb.texinfo (Machine Code): Mention function name in disasssembly
3792 and adjust example.
889bf7c5 3793
29153c24
MS
37942009-10-22 Michael Snyder <msnyder@vmware.com>
3795
3796 * gdb.texinfo (Process Record and Replay): Document new form of
889bf7c5 3797 info record command. Also document the new save and restore
29153c24
MS
3798 commands.
3799
2b28d209
PP
38002009-10-21 Paul Pluzhnikov <ppluzhnikov@google.com>
3801
3802 * gdb.texinfo (Machine Code): Mention current pc marker.
3803 (Memory): Likewise.
3804
6c95b8df
PA
38052009-10-19 Pedro Alves <pedro@codesourcery.com>
3806 Stan Shebs <stan@codesourcery.com>
3807
3808 * observer.texi (new_inferior): Rename to...
3809 (inferior_appeared): ... this.
3810
3811 * gdb.texinfo (Inferiors): Rename node to ...
3812 (Inferiors and Programs): ... this. Mention running multiple
3813 programs in the same debug session.
3814 <info inferiors>: Mention the new 'Executable' column if "info
3815 inferiors". Update examples. Document the "add-inferior",
3816 "clone-inferior", "remove-inferior" and "maint info
3817 program-spaces" commands.
3818 (Process): Rename node to...
3819 (Forks): ... this. Document "set|show follow-exec-mode".
3820
2f8132f3
MS
38212009-10-11 Michael Snyder <msnyder@vmware.com>
3822
3823 * gdb.texinfo (ReverseStep): Show default as "unsupported".
3824 (ReverseContinue): Ditto.
3825
cba4b2d3
PP
38262009-10-08 Paul Pluzhnikov <ppluzhnikov@google.com>
3827
3828 * gdb.texinfo (Server): Document libthread-db-search-path.
889bf7c5 3829
da082f17
JK
38302009-10-08 Jan Kratochvil <jan.kratochvil@redhat.com>
3831
3832 * gdbint.texinfo (i386_stopped_by_hwbp): Remove.
3833
08be9d71
ME
38342009-10-06 Michael Eager <eager@eagercon.com>
3835
3836 * gdb.texinfo (Contributors): Add self for Xilinx MicroBlaze.
3837 (Embedded Processors): Add MicroBlaze.
3838 (MicroBlaze): New. Describe Xilinx MicroBlaze
3839
08a0efd0
PA
38402009-10-04 Pedro Alves <pedro@codesourcery.com>
3841
3842 * gdb.texinfo (Remote Protocol): Don't mention vCont;T.
3843
cbb8f428
EZ
38442009-09-26 Pierre Muller <muller@ics.u-strasbg.fr>
3845
3846 * gdb.texinfo (Cygwin Native): Mention support for Ctrl-BREAK.
3847
30a4a70c
JB
38482009-09-23 Joel Brobecker <brobecker@adacore.com>
3849
3850 * observer.texi (solib_unloaded): Document explicitly the fact that
3851 this observer is called before the associated symbols are unloaded.
3852
b3372f91
VP
38532009-09-19 Vladimir Prus <vladimir@codesourcery.com>
3854
3855 * gdb.texinfo (GDB/MI Stack Manipulation): Document
3856 -stack-list-variables.
3857
f43030c4
TT
38582009-09-18 Tom Tromey <tromey@redhat.com>
3859
3860 * gdb.texinfo (GDB/MI Variable Objects): -enable-pretty-printing
3861 is experimental.
3862
ec7e75e7
PP
38632009-09-17 Paul Pluzhnikov <ppluzhnikov@google.com>
3864
3865 * gdb.texinfo (convenince variables): Mention
3866 $_siginfo could be empty.
f43030c4 3867
0cc7d26f
TT
38682009-09-15 Tom Tromey <tromey@redhat.com>
3869
3870 * gdb.texinfo (GDB/MI Variable Objects): Document
3871 -enable-pretty-printing, -var-set-update-range, dynamic varobjs.
3872 Expand -var-update documentation.
3873
a96d9b2e
SDJ
38742009-09-14 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
3875
3876 * gdb.texinfo (Set Catchpoints): Documentation about the catch syscall
3877 feature.
3878
005ca36a
JB
38792009-09-13 Daniel Jacobowitz <dan@codesourcery.com>
3880
3881 * gdbint.texinfo (Unwinding the Frame ID): Reference outer_frame_id.
3882
0d772ac9
MS
38832009-09-10 Michael Snyder <msnyder@vmware.com>
3884
3885 * gdb.texinfo (qSupported): Mention new ReverseContinue and
3886 ReverseStep replies to the qSupported query.
3887
14fb1bac
JB
38882009-09-10 Joel Brobecker <brobecker@adacore.com>
3889
3890 Add documentation for set/show interactive-mode.
3891 * gdb.texinfo (Other Misc Settings): New node.
3892
29b090c0
DE
38932009-09-01 Doug Evans <dje@google.com>
3894
3895 * gdb.texinfo (Caching Data of Remote Targets): Add note on
3896 non-stop mode's affect on remote caching.
3897
4e5d721f
DE
38982009-08-31 Jacob Potter <jdpotter@google.com>
3899 Doug Evans <dje@google.com>
3900
3901 * gdb.texinfo (Caching Data of Remote Targets): Update text.
3902 Mark `set/show remotecache' options as obsolete.
3903 Document new `set/show stack-cache' option.
3904 Update text for `info dcache'.
3905
55333a84
DE
39062009-08-27 Doug Evans <dje@google.com>
3907
3908 * gdb.texinfo (Symbols): Delete `set print symbol-loading'.
3909 (Files): Add note on new optional regex arg to `info sharedlibrary'.
3910
bc3a0b4d
RW
39112009-08-26 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3912
3913 * gdbint.texinfo (Releasing GDB): Fix confusing sentence
3914 about autoconf.
3915
3a1ff0b6
PA
39162009-08-25 Pedro Alves <pedro@codesourcery.com>
3917
3918 * gdb.texinfo (Debugging Multiple Inferiors): Add "info inferiors"
3919 small example, and describe its columns. Replace "inferior-id" by
3920 "infno" throughout.
3921
81ecdfbb
RW
39222009-08-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3923
af542c2e
RW
3924 * gdbint.texinfo (Releasing GDB): Point to
3925 README-maintainer-mode file for required autoconf version.
3926 * configure.ac: Do not substitute datarootdir, htmldir,
3927 pdfdir, docdir. Do not process --with-datarootdir,
3928 --with-htmldir, --with-pdfdir, --with-docdir.
3929 * configure: Regenerate.
3930
81ecdfbb
RW
3931 * configure: Regenerate.
3932
4efc6507
DE
39332009-08-20 Reid Kleckner <reid@kleckner.net>
3934
3935 * gdb.texinfo: Add chapter on JIT interface.
3936
43089a6e
NR
39372009-08-07 Nick Roberts <nickrob@snap.net.nz>
3938
3939 * gdb.texinfo (Server Prefix): Explain that server prefix suppresses
889bf7c5 3940 confirmation request.
43089a6e 3941
99e008fe
EZ
39422009-08-05 Jeremy Bennett <jeremy.bennett@embecosm.com>
3943
c8d5aac9
L
3944 * gdb.texinfo (Separate Debug Files, Remote Protocol): Clarified
3945 CRC definitions.
99e008fe 3946
48cb2d85
VP
39472009-08-03 Vladimir Prus <vladimir@codesourcery.com>
3948
3949 * gdb.texinfo (GDB/MI Breakpoint Commands): Document
889bf7c5 3950 -break-commands.
48cb2d85 3951
ff1a52c6
UW
39522009-07-31 Ulrich Weigand <uweigand@de.ibm.com>
3953
3954 * gdb.texinfo (Cell Broadband Engine SPU architecture): Document the
3955 "set spu auto-flush-cache" and "show spu auto-flush-cache" commands.
3956
3285f3fe
UW
39572009-07-31 Ulrich Weigand <uweigand@de.ibm.com>
3958
3959 * gdb.texinfo (Cell Broadband Engine SPU architecture): Document the
3960 "set spu stop-on-load" and "show spu stop-on-load" commands.
3961
e35359c5
UW
39622009-07-31 Ulrich Weigand <uweigand@de.ibm.com>
3963
3964 * gdb.texinfo (Target Descriptions): Document <compatible> element.
3965
58d6951d
DJ
39662009-07-28 Daniel Jacobowitz <dan@codesourcery.com>
3967
3968 * gdb.texinfo (ARM Features): Document org.gnu.gdb.arm.vfp and
3969 org.gnu.gdb.arm.neon.
3970
08d16641
PA
39712009-07-20 Pedro Alves <pedro@codesourcery.com>
3972
3973 * gdb.texinfo (Target Description Format): Mention the new <osabi>
3974 optional element.
3975 (subsection OS ABI): New subsection.
3976
782b2b07
SS
39772009-07-14 Stan Shebs <stan@codesourcery.com>
3978
3979 * gdb.texinfo (Tracepoint Conditions): New section.
3980 (General Query Packets): Describe ConditionalTracepoints.
3981 (Tracepoint Packets): Describe condition field.
3982 (Maintenance Commands): Describe maint agent-eval.
3983 * agentexpr.texi (Using Agent Expressions): Mention eval usage.
3984
9b117ef3
HZ
39852009-07-11 Hui Zhu <teawater@gmail.com>
3986
3987 * gdb.texinfo (disassemble): Add a new modifier /r
3988 to "disassemble" command to make it print the raw instructions
3989 in hex as well as in symbolic form.
3990
f5a33284
TT
39912009-07-09 Tom Tromey <tromey@redhat.com>
3992
3993 * gdbint.texinfo (Testsuite): Document parallel make check.
3994
812f7342
TT
39952009-07-09 Tom Tromey <tromey@redhat.com>
3996
3997 * gdbint.texinfo (Testsuite): Document test transcripts.
3998
fbb8f299
PM
39992009-07-10 Phil Muldoon <pmuldoon@redhat.com>
4000
4001 * gdb.texinfo (Values From Inferior): Add length parameter
4002 description.
4003
dd8f35ac
EZ
40042009-07-04 Chris Genly <chris@genly.us>
4005
4006 * gdb.texinfo (GDB/MI Variable Objects): Document child definition
4007 in -var-list-children. Fix example according to what the code
4008 does.
4009
2277426b
PA
40102009-07-02 Pedro Alves <pedro@codesourcery.com>
4011
4012 * gdb.texinfo (Debugging multiple inferiors): Document the
4013 "inferior", "detach inferior" and "kill inferior" commands.
4014 (Debugging Programs with Multiple Processes): Adjust to mention
4015 generic "inferior" commands. Delete mention of "detach fork" and
4016 "delete fork". Cross reference to "Debugging multiple inferiors"
4017 section.
4018
a6d9a66e
UW
40192009-07-02 Ulrich Weigand <uweigand@de.ibm.com>
4020
5af949e3
UW
4021 * gdbint.texinfo (Item Output Functions): Update signature
4022 for ui_out_field_core_addr.
4023
40242009-07-02 Ulrich Weigand <uweigand@de.ibm.com>
4025
4026 * gdbint.texinfo (Examples of Use of @code{ui_out} functions):
a6d9a66e
UW
4027 Update example code extrated from breakpoint.c.
4028
9901a55b 40292009-06-28 Paul Pluzhnikov <ppluzhnikov@google.com>
889bf7c5 4030
9901a55b
PP
4031 * gdb.texinfo (GDB/MI Program Context): @ignore unimplemented
4032 MI commands.
4033 (GDB/MI Symbol Query): Likewise.
4034 (GDB/MI File Commands): Likewise.
4035 (GDB/MI File Transfer Commands): Likewise.
4036 (GDB/MI Target Manipulation): Likewise.
4037 (GDB/MI Miscellaneous Commands): Likewise.
889bf7c5 4038
edb3359d
DJ
40392009-06-27 Daniel Jacobowitz <dan@codesourcery.com>
4040
4041 * gdb.texinfo (Debugging Optimized Code): New chapter.
4042 (Compiling for Debugging): Reference it. Move some
4043 text to the new section.
4044
7cd1089b
PM
40452009-06-15 Phil Muldoon <pmuldoon@redhat.com>
4046
4047 * doc/gdb.texinfo (Calling): Document
4048 set-unwind-on-terminating-exception usage.
4049
d4db2f36
PA
40502009-06-11 Pedro Alves <pedro@codesourcery.com>
4051
4052 * gdb.texinfo (All-Stop): Document new 'set schedule-multiple'
4053 command.
4054
d1a7880c
PA
40552009-06-07 Pedro Alves <pedro@codesourcery.com>
4056
4057 * gdbint.texinfo (TARGET_HAS_HARDWARE_WATCHPOINTS): Delete all
4058 references.
4059
473f94e6
UW
40602009-06-04 Ulrich Weigand <uweigand@de.ibm.com>
4061
4062 * gdbint.texinfo: Rename formal parameters to gdbarch function
4063 protoypes from "current_gdbarch" to "gdbarch".
4064
8f500870
TT
40652009-05-28 Tom Tromey <tromey@redhat.com>
4066
4067 * gdb.texinfo (Basic Python): Change get_parameter to parameter.
4068
b6313243
TT
40692009-05-27 Tom Tromey <tromey@redhat.com>
4070
4071 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document "python"
4072 feature.
4073 (GDB/MI Variable Objects): Document -var-set-visualizer.
4074
40752009-04-02 Tom Tromey <tromey@redhat.com>
4076
4077 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document "python"
4078 feature.
4079 (GDB/MI Variable Objects): Document -var-set-visualizer.
4080
a6bac58e
TT
40812009-05-27 Tom Tromey <tromey@redhat.com>
4082 Thiago Jung Bauermann <bauerman@br.ibm.com>
4083 Phil Muldoon <pmuldoon@redhat.com>
4084
4085 * gdb.texinfo (Objfiles In Python): Reference pretty printing.
4086 (Pretty Printing): New node.
4087 (Selecting Pretty-Printers): Likewise.
4088 (Python API): Update.
4089 (Output Formats): Document /r format.
4090
2c74e833
TT
40912009-05-27 Thiago Jung Bauermann <bauerman@br.ibm.com>
4092 Tom Tromey <tromey@redhat.com>
4093
4094 * gdb.texinfo (Types In Python): New node.
4095 (Values From Inferior): "type" is now an attribute.
4096 (Python API): Update.
4097
89c73ade
TT
40982009-05-27 Tom Tromey <tromey@redhat.com>
4099 Thiago Jung Bauermann <bauerman@br.ibm.com>
4100 Phil Muldoon <pmuldoon@redhat.com>
4101
4102 * gdb.texinfo: Add @syncodeindex for `tp'.
4103 (Python API): Update.
4104 (Auto-loading): New node.
4105 (Objfiles In Python): New node.
4106
17a37d48
PP
41072009-05-15 Paul Pluzhnikov <ppluzhnikov@google.com>
4108
4109 * gdb.texinfo (Threads): Document libthread-db-search-path.
889bf7c5 4110
6718376f
NR
41112009-05-15 Nick Roberts <nickrob@snap.net.nz>
4112
4113 * gdb.texinfo (GDB/MI General Design): Break up into four nodes.
4114
cbe54154
PA
41152009-05-12 Pedro Alves <pedro@codesourcery.com>
4116
4117 * gdb.texinfo: Document 'set/show debug gnu-nat'. Replace 'maint
4118 show-debug-regs' docs by 'maint set show-debug-regs' and 'maint
4119 show show-debug-regs' docs.
4120
8e05493c
EZ
41212009-05-08 Eli Zaretskii <eliz@gnu.org>
4122
4123 * gdb.texinfo (Process Record and Replay): Add description of
4124 reverse execution.
4125
b39f4988
JB
41262009-05-07 Joel Brobecker <brobecker@adacore.com>
4127
4128 * gdbint.texinfo (Adding support for debugging core files): New node.
4129 (Native Debugging): Remove the ``Native core file Support'' section.
4130
a2311334
EZ
41312009-05-01 Eli Zaretskii <eliz@gnu.org>
4132
4133 * gdb.texinfo (Process Record and Replay): Improve and clarify.
4134 Add index entries.
4135
53cc454a 41362009-04-30 Hui Zhu <teawater@gmail.com>
c8d5aac9 4137 Michael Snyder <msnyder@vmware.com>
53cc454a 4138
a2311334
EZ
4139 * gdb.texinfo: (Process Record and Replay): Add documentation for
4140 process record and replay.
53cc454a 4141
484086b7
JK
41422009-04-29 Jan Kratochvil <jan.kratochvil@redhat.com>
4143
4144 * gdb.texinfo (Macros): Note command-line for `info macro'. Append
4145 a new part on command-line defined macros.
4146
32ae1842
EZ
41472009-04-25 Eli Zaretskii <eliz@gnu.org>
4148
4149 * gdb.texinfo (Machine Code) <disassemble-next-line>: Improve and
4150 clarify the wording.
4151
b14b1491
TT
41522009-04-23 Tom Tromey <tromey@redhat.com>
4153
4154 * gdb.texinfo (Data Files): New node.
4155 (GDB Files): Update menu.
4156
5c1e86e1
JB
41572009-04-23 Joel Brobecker <brobecker@adacore.com>
4158
4159 * gdbint.texinfo (Defining Other Architecture Features): Remove
e346fb8f 4160 entry for PROCESS_LINENUMBER_HOOK.
5c1e86e1 4161
83eba9b7
VP
41622009-04-22 Vladimir Prus <vladimir@codesourcery.com>
4163
4164 * gdb.texinfo (GDB/MI Program Execution): Document -exec-jump.
4165
e31198c4
HZ
41662009-04-22 Hui Zhu <teawater@gmail.com>
4167
4168 * gdb.texinfo (disassemble-next-line): Set the default of
4169 disassemble-next-line to off.
4170
26e251b6
JM
41712009-04-21 Joseph Myers <joseph@codesourcery.com>
4172
4173 * configure.ac (--with-datarootdir, --with-docdir, --with-pdfdir,
4174 --with-htmldir): New.
4175 * configure: Regenerate.
4176 * Makefile.in (datarootdir, docdir): Define.
4177 (gdb.dvi, gdb.pdf): Use same -I options as for building gdb.info
4178 instead of $(SET_TEXINPUTS).
4179 (gdbint.dvi, gdbint.pdf): Use same -I options as for building
4180 gdbint.info instead of $(SET_TEXINPUTS).
4181 (gdbint/index.html): Use same -I options as for building
4182 gdbint.info.
4183 (stabs.dvi, stabs.pdf): Use same -I options as for building
4184 stabs.info instead of $(SET_TEXINPUTS).
4185 (stabs/index.html): Use same -I options as for building
4186 stabs.info.
4187 (annotate.dvi, annotate.pdf): Use same -I options as for building
4188 annotate.info instead of $(SET_TEXINPUTS).
4189 (annotate/index.html): Use same -I options as for building
4190 annotate.info.
4191
eac35c4e
DD
41922009-04-21 David Daney <ddaney@caviumnetworks.com>
4193
4194 * gdb.texinfo (maint show-debug-regs): Remove mention of x86.
4195
29b0e8a2
JM
41962009-04-21 Joseph Myers <joseph@codesourcery.com>
4197
4198 * gdb.texinfo (Source Path): Document --with-relocated-sources.
4199
2b831889 42002009-04-18 Carlos O'Donell <carlos@codesourcery.com>
c8d5aac9 4201 Joseph Myers <joseph@codesourcery.com>
2b831889
JM
4202
4203 * Makefile.in (MAKEHTML): Set to makeinfo --html.
4204 (MAKEHTMLFLAGS): Set to empty.
4205 (html__strip_dir): Define.
4206 (HTMLFILES): Define.
4207 (HTMLFILES_INSTALL): Define.
4208 (install-html): Copy new automake rule.
4209 (html): Depend on $(HTMLFILES).
4210 (gdb_toc.html): Rename to gdb/index.html.
4211 (gdbint_toc.html): Rename to gdbint/index.html.
4212 (stabs_toc.html): Rename to stabs/index.html.
4213 (annotate_toc.html): Rename to annotate/index.html.
4214
89a34d1b
JM
42152009-04-17 Carlos O'Donell <carlos@codesourcery.com>
4216
4217 * Makefile.in: Set pdfdir and htmldir from configure
4218 substitutions.
4219 * configure.ac: AC_SUBST datarootdir, docdir, htmldir, pdfdir.
4220 * configure: Regenerate.
4221
a2d5da46
JB
42222009-04-16 Joel Brobecker <brobecker@adacore.com>
4223
4224 * gdbint.texinfo (Native Debugging): Remove entry for PROC_NAME_FMT.
4225 This macro is no longer used.
4226
732f6a93
TT
42272009-04-15 Tom Tromey <tromey@redhat.com>
4228
4229 * gdb.texinfo (Character Sets): Document default character set.
4230
87f9adc1
PM
42312009-04-14 Pierre Muller <muller@ics.u-strasbg.fr>
4232
4233 * gdbint.texinfo: Change server name from sources.redhat.com to
4234 sourceware.org throughout.
4235
2c88c651
JB
42362009-04-09 Joel Brobecker <brobecker@adacore.com>
4237
4238 * gdb.texinfo (Set Breaks): Rewrite a paragraph to avoid a warning
4239 about a missing dot or coma after @xref.
4240
4f5376b2
JB
42412009-04-02 Joel Brobecker <brobecker@adacore.com>
4242
4243 * gdb.texinfo (Backtrace): Add a parameter in frame 1 of the first
4244 example, and add a small explanation about it.
4245 (Print Settings): Change the documentation of the "set print
4246 frame-arguments" to reflect the fact that the default is now "scalars".
4247
a0381d3a
JB
42482009-04-02 Joel Brobecker <brobecker@adacore.com>
4249
4250 * gdb.texinfo (Print Settings): Add kindex for command "set
4251 print frame-arguments".
4252
45ac276d
JB
42532009-03-31 Joel Brobecker <brobecker@adacore.com>
4254
4255 * gdb.texinfo (Ada Tasks): Add documentation about task-specific
4256 breakpoints.
4257 (Set Breaks): Add reference to thread-specific and task-specific
4258 breakpoints.
4259
32cd1edc
JB
42602009-03-31 Joel Brobecker <brobecker@adacore.com>
4261
4262 * gdb.texinfo (Ada Tasks): Remove the documentation about
4263 the "Running" state, as this state has been eliminated.
4264 Now all runnable tasks are shown as "Runnable".
4265
1042e4c0
SS
42662009-03-30 Stan Shebs <stan@codesourcery.com>
4267
4268 * gdb.texinfo (Tracepoints): Describe tracepoints as a
4269 special case of breakpoints.
4270 (Enable and Disable Tracepoints): Mention deprecation.
4271 (Listing Tracepoints): Update description and example.
4272
f8f6f20b
TJB
42732009-03-30 Thiago Jung Bauermann <bauerman@br.ibm.com>
4274
4275 * gdb.texinfo (Frames in Python): New node.
4276 (Python API): Update.
4277
c0c6f777
TJB
42782009-03-29 Thiago Jung Bauermann <bauerman@br.ibm.com>
4279
4280 * gdb.texinfo (Values From Inferior): Change gdb.Value.address
4281 from a method to an attribute.
4282
def2b000
TJB
42832009-03-26 Thiago Jung Bauermann <bauerman@br.ibm.com>
4284
4285 * gdb.texinfo (Values From Inferior): Document is_optimized_out
4286 attribute.
4287
a07daef3
PA
42882009-03-25 Pedro Alves <pedro@codesourcery.com>
4289
4290 * observer.texi (thread_exit): Add "silent" parameter.
4291
f3b1572e
PA
42922009-03-22 Pedro Alves <pedro@codesourcery.com>
4293
4294 * observer.texi (about_to_proceed): New.
4295
587afa38
EZ
42962009-03-21 Jeremy Bennett <jeremy.bennett@embecosm.com>
4297
4298 * gdbint.texinfo (everywhere): Use braces {} in @deftypeXX type
4299 field throughout to handle types with spaces in them. Fix typos
4300 found by aspell.
4301 (Summary, Requirements, Contributors): New first chapter,
4302 "Summary" added, old Requirements section moved there, and new
4303 section, "Contributors" added.
4304 (Initializing a New Architecture, Register Representation)
4305 (Frame Interpretation, Inferior Call Setup, Adding a New Target)
4306 (Porting gdb): These sections extended and updated.
4307 (Compiler Characteristics): This section (empty) deleted.
4308 (Defining Other Architecture Features): This section renamed and
4309 duplicate material removed from (formerly "Target Conditionals").
4310 Use braces {} in @deftypeXX type field throughout to handle types
4311 with spaces in them. Typos found by aspell fixed.
4312
4313 * stack_frame.svg: New file, source of image for gdbint.texinfo.
4314 * stack_frame.pdf: Version of image for PDF output.
4315 * stack_frame.png: Version of image for HTML output and for Emacs.
4316 * stack_frame.txt: Version of image for Info output.
1db61298 4317 * stack_frame.eps: Version of image for TeX DVI output.
587afa38 4318
10af6951
EZ
43192009-03-21 Eli Zaretskii <eliz@gnu.org>
4320
4321 * gdb.texinfo (Character Sets): Fix last change.
4322
cc924cad
TJB
43232009-03-21 Thiago Jung Bauermann <bauerman@br.ibm.com>
4324
4325 * gdb.texinfo (Values From Inferior): Fix optional arguments
4326 markup.
4327 (Commands In Python): Adjust argument names of gdb.Command.__init__
4328 to what the function accepts as keywords.
4329
bc3b79fd
TJB
43302008-03-20 Tom Tromey <tromey@redhat.com>
4331
4332 * gdb.texinfo (Convenience Vars): Document convenience functions.
4333 (Functions In Python): New node.
4334 (Python API): Update.
4335
6c7a06a3
TT
43362009-03-20 Tom Tromey <tromey@redhat.com>
4337
4338 * gdb.texinfo (Character Sets): Remove obsolete text. Document
4339 set target-wide-charset.
4340 (Requirements): Mention iconv.
4341
b646ddd4
HZ
43422009-03-17 Hui Zhu <teawater@gmail.com>
4343
4344 * gdb.texinfo: Change the introduce of "disassemble-next-line".
4345
91440f57
HZ
43462009-03-17 Hui Zhu <teawater@gmail.com>
4347
4348 * gdb.texinfo: Add documentation for disassemble-next-line.
4349
8fd41227
TJB
43502009-03-16 Thiago Jung Bauermann <bauerman@br.ibm.com>
4351
4352 * gdb.texinfo (Commands In Python): Remove tindex entries.
4353
61ff14c6
JK
43542009-03-15 Jan Kratochvil <jan.kratochvil@redhat.com>
4355
4356 * gdb.texinfo (Returning): New description for missing debug info.
4357
0b16c5cf
PA
43582009-03-14 Pedro Alves <pedro@codesourcery.com>
4359
4360 * gdb.texinfo (Remote Configuration): Document query-attached.
61ff14c6 4361 (General Query Packets): Document qAttached.
0b16c5cf 4362
32fc0df9
PA
43632009-03-05 Pedro Alves <pedro@codesourcery.com>
4364
4365 * gdb.texinfo (Background Execution): Better describe the set
4366 target-async command.
4367 (Maintenance Commands): Delete description of the `maint set/show
4368 linux-async' and `maint set/show remote-async' commands.
4369
134eb42c
VP
43702009-02-18 Vladimir Prus <vladimir@codesourcery.com>
4371
4372 * gdb.texinfo (GDB/MI Async Records): Add double-spaces
4373 between sentences.
4374
c86cf029
VP
43752009-02-18 Vladimir Prus <vladimir@codesourcery.com>
4376
4377 * gdb.texinfo (GDB/MI Async Records): Document the
4378 =library-loaded and =library-unloaded notifications.
4379
3ea85240
VP
43802009-02-17 Vladimir Prus <vladimir@codesourcery.com>
4381
4382 * observer.texi (test_notification): New observer.
4383
1d33d6ba
VP
43842009-02-14 Vladimir Prus <vladimir@codesourcery.com>
4385
61ff14c6
JK
4386 * observer.texi: Add parameter 'print_frame' to normal_stop
4387 observer.
1d33d6ba 4388
d721c933
EZ
43892009-02-07 Eli Zaretskii <eliz@gnu.org>
4390
4391 * gdb.texinfo (Basic Python): Fix change from 2009-02-04.
4392 (Commands In Python): Fix COMMAND_* constants in last change. Use
4393 @kbd for interactive input. Add cross-references and index
4394 entries.
4395
4aa995e1
PA
43962009-02-06 Pedro Alves <pedro@codesourcery.com>
4397
4398 * gdb.texinfo (Signals): Document $_siginfo.
4399 (Convenience Variables): Mention $_siginfo.
4400 (Remote Configuration): Document qXfer:siginfo:read,
4401 qXfer:siginfo:write packets, and the read-siginfo-object,
4402 write-siginfo-object commands.
4403
5f5233d4
PA
44042009-02-06 Pedro Alves <pedro@codesourcery.com>
4405
4406 * gdbint.texinfo (Values): New chapter.
4407
d8906c6f
TJB
44082009-02-06 Tom Tromey <tromey@redhat.com>
4409
4410 * gdb.texinfo (Python API): Add entry for Commands In Python.
4411 (Commands In Python): New node.
4412
b6cb8e7d
TJB
44132009-02-05 Tom Tromey <tromey@redhat.com>
4414
4415 * gdb.texinfo (Values From Inferior): Document Value.string.
4416
12453b93
TJB
44172009-02-05 Tom Tromey <tromey@redhat.com>
4418
4419 * gdb.texinfo (Basic Python): Document execute's from_tty
4420 argument.
4421
08c637de
TJB
44222009-02-04 Tom Tromey <tromey@redhat.com>
4423
4424 * gdb.texinfo (Basic Python): Document gdb.history.
4425
592375cd
VP
44262009-01-30 Vladimir Prus <vladimir@codesourcery.com>
4427
4428 * gdb.texinfo (GDB/MI Thread Commands): Document the
4429 'current-thread-id' field. Remove the example with zero threads,
4430 since current GDB won't ever report that if there's inferior.
4431
41447f92
VP
44322009-01-30 Vladimir Prus <vladimir@codesourcery.com>
4433
4434 * gdb.texinfo (GDB/MI Breakpoint Commands): Document the -d
4435 option to -break-insert.
4436
098b41a6
JG
44372009-01-28 Daniel Jacobowitz <dan@codesourcery.com>
4438 Jerome Guitton <guitton@adacore.com>
4439
4440 * gdb.texinfo (Startup): Document --with-system-gdbinit.
4441 (System-wide configuration): New section.
4442
3c16cced
PA
44432009-01-26 Pedro Alves <pedro@codesourcery.com>
4444
4445 PR gdb/7580:
4446 * gdb.texinfo (Maintenance Commands): Document "maint set|show
4447 internal-error|internal-warning quit|corefile ask|yes|no".
4448
62709adf
PA
44492009-01-26 Pedro Alves <pedro@codesourcery.com>
4450
4451 * gdb.texinfo (Using the `gdbserver' Program): Document
4452 --remote-debug.
4453
7ce58dd2
DE
44542009-01-23 Doug Evans <dje@google.com>
4455
4456 * gdb.texinfo: Add nexti to list of commands that support
4457 background execution.
4458
adb483fe
DJ
44592009-01-14 Daniel Jacobowitz <dan@codesourcery.com>
4460
4461 * gdb.texinfo (Define, Hooks): Document prefix command support.
4462
a67ec3f4 44632009-01-14 Joseph Myers <joseph@codesourcery.com>
c8d5aac9 4464 Carlos O'Donell <carlos@codesourcery.com>
a67ec3f4
JM
4465
4466 Fixes for makeinfo --html.
4467
4468 * annotate.texinfo: Use @copying and @insertcopying. Use
4469 @ifnottex in place of @ifinfo.
4470 * gdb.texinfo: Use @copying and @insertcopying. Use @ifnottex in
4471 place of @ifinfo. Use @ifnotinfo for one index entry.
4472 * gdbint.texinfo: Use @copying and @insertcopying. Use @ifnottex
4473 in place of @ifinfo.
4474 * stabs.texinfo: Use @copying and @insertcopying. Use @ifnottex
4475 in place of @ifinfo. Include contents at start unconditionally.
4476
84fcdf95
PA
44772009-01-13 Pedro Alves <pedro@codesourcery.com>
4478
4479 * gdb.texinfo (General Query Packets): Remove @var{} around the
4480 "spu" literal string.
4481
fa3a767f
PA
44822009-01-07 Pedro Alves <pedro@codesourcery.com>
4483
4484 * gdb.texinfo (Error in Breakpoints): Delete mention of "The same
4485 program may be running in another process" errors.
4486 * gdbint.texinfo (Native Conditionals): Delete
4487 ONE_PROCESS_WRITETEXT description.
4488
9cb011d3
JB
44892009-01-07 Joel Brobecker <brobecker@adacore.com>
4490
4491 * gdbint.texinfo (Start of New Year Procedure): Add the "coding"
4492 emacs local variable to be placed at the end of the ChangeLog.
4493 Add server.c and gdbreplay.c to the list of files where the
4494 copyright year needs to be updated.
4495
84603566
SL
44962009-01-06 Sandra Loosemore <sandra@codesourcery.com>
4497
4498 * gdb.texinfo (Remote Configuration): Document new
4499 "set/show tcp auto-retry" and "set/show tcp connect-timeout"
4500 commands.
4501
a53f55d8
PA
45022008-12-28 Pedro Alves <pedro@codesourcery.com>
4503
4504 * gdbint.texinfo (gdbarch_cannot_fetch_register): Don't mention
4505 FETCH_INFERIOR_REGISTERS.
4506 (Native Conditionals): Remove obsolete CHILD_PREPARE_TO_STORE,
4507 FETCH_INFERIOR_REGISTERS descriptions. Remove
4508 gdbarch_get_longjmp_target descrition, since already described in
4509 Target Conditionals. Move gdbarch_fp0_regnum description to ...
4510 (Target Conditionals): ... here.
4511
077e0a52
JB
45122008-12-16 Joel Brobecker <brobecker@adacore.com>
4513
4514 * gdb.texinfo (Omissions from Ada): Add missing GDB prompt in
4515 examples.
4516 (Additions to Ada): Likewise. Add the missing opening and closing
4517 parenthesis of the GDB prompt in one of the examples.
4518
023eb17c
JB
45192008-12-14 Joel Brobecker <brobecker@adacore.com>
4520
4521 * gdb.texinfo (Omissions from Ada): Remove incorrect documentation
4522 about the result of 'Address not being of type System.Address.
4523 This problem has been fixed a while ago.
4524
c3b108f7
VP
45252008-12-02 Vladimir Prus <vladimir@codesourcery.com>
4526
4527 MI non-stop and multiprocess docs.
4528
c8d5aac9
L
4529 * gdb.texinfo (GDB/MI): New section 'GDB/MI General Design'
4530 (GDB/MI Output Records): New section 'GDB/MI Frame Information'
4531 Adjust documentation for *stopped, document =thread-created,
4532 =thread-exited, =thread-group-created and =thread-group-exited.
4533 (GDB/MI Thread Commands): Document the 'state' field in
4534 -thread-info output.
4535 (GDB/MI Program Execution): Mention --all and --thread-group
4536 options.
4537 (GDB/MI Variable Objects): Describe floating and fixed variable
4538 objects.
4539 (GDB/MI Miscellaneous Commands): Document -list-thread-groups.
c3b108f7 4540
07e059b5
VP
45412008-12-02 Vladimir Prus <vladimir@codesourcery.com>
4542
c8d5aac9
L
4543 * gdb.texinfo (Operating System Information): New appendix.
4544 (Operating System Auxiliary Information): Document 'info os processes'
4545 (Remote Configuration): Document 'osdata'
4546 (General Query Packets): Document qXfer:osdata:read.
07e059b5 4547
a80b95ba
TG
45482008-11-27 Tristan Gingold <gingold@adacore.com>
4549
4550 * gdb.texinfo (Darwin): Document Darwin specific features.
4551
a655d424
JK
45522008-11-25 Jan Kratochvil <jan.kratochvil@redhat.com>
4553
4554 * gdbint.texinfo (Target Conditionals): Extend the
4555 gdbarch_breakpoint_from_pc description.
4556
249e1128
VP
45572008-11-22 Vladimir Prus <vladimir@codesourcery.com>
4558
4559 * gdb.texinfo (M68K Features): Fix typo.
4560
c14c28ba
PP
45612008-11-18 Paul Pluzhnikov <ppluzhnikov@google.com>
4562
4563 * gdb.texinfo (Symbols): Mention printing containing
4564 image name in "info symbol".
4565 (Maint translate-address): Likewise.
889bf7c5 4566
394a6666
JB
45672008-11-18 Joel Brobecker <brobecker@adacore.com>
4568
4569 * gdb.texinfo (Set Catchpoints): Remove the documentation of
4570 commands "catch load" and "catch unload".
4571
66bb093b
VP
45722008-11-17 Vladimir Prus <vladimir@codesourcery.com>
4573
4574 * gdb.texinfo (GDB/MI Async Records): Document
c8d5aac9 4575 =thread-selected.
889bf7c5 4576
4a92f99b
VP
45772008-11-17 Vladimir Prus <vladimir@codesourcery.com>
4578
c8d5aac9 4579 * observer.texi (new_inferior, inferior_exit): New observers.
4a92f99b 4580
f0323ca0
PA
45812008-10-27 Pedro Alves <pedro@codesourcery.com>
4582
4583 * gdbint.texinfo (Adding a New Target): Don't mention TDEPFILES,
4584 .mt files, TM_CLIBS or TM_CDEPS.
4585 (x86 Watchpoints): Don't mention TDEPFILES.
4586
8b23ecc4
SL
45872008-10-24 Sandra Loosemore <sandra@codesourcery.com>
4588
4589 * gdb.texinfo (Remote Protocol): Add new nodes to menu.
4590 (Overview): Mention notifications and non-stop mode behavior.
4591 (Packets): Update documentation of ?, vAttach, vCont, and vRun
4592 with non-stop mode behavior. Add vStopped description.
4593 (Stop Reply Packets): Update list of packets that return
4594 stop replies. Mention non-stop behavior.
4595 (General Query Packets): Document QNonStop packet and associated
4596 qSupported query response.
4597 (Interrupts): Clarify multi-threaded behavior. Mention non-stop
4598 behavior.
4599 (Notification Packets): New section.
4600 (Remote Non-Stop): New section.
4601 (File-I/O Overview): Mention non-stop behavior.
4602
fff08868
HZ
46032008-10-24 Hui Zhu <teawater@gmail.com>
4604 Pedro Alves <pedro@codesourcery.com>
4605
4606 * gdb.texinfo (displaced-stepping): Describe the auto mode
4607 setting, and say it's the default. This is now a mainstream
4608 setting instead of a maintenance setting.
4609
252fbfc8
PA
46102008-10-23 Pedro Alves <pedro@codesourcery.com>
4611
4612 * observer.texi (thread_stop_requested): New.
4613
20924a55
JB
46142008-10-22 Joel Brobecker <brobecker@adacore.com>
4615
4616 * gdb.texinfo (Ada Tasks, Ada Tasks and Core Files): New nodes.
4617 (Patching): Replace incorrect usage of @samp by @kbd.
4618
bacec72f
MS
46192008-10-17 Michael Snyder <msnyder@vmware.com>
4620
4621 * gdb.texinfo: Add documentation for reverse execution.
4622
a08702d6 46232008-10-16 Thiago Jung Bauermann <bauerman@br.ibm.com>
bd4f7d68 4624 Eli Zaretskii <eliz@gnu.org>
a08702d6
TJB
4625
4626 * gdb.texinfo. (Values From Inferior): New subsubsection.
4627
d97bc12b
DE
46282008-10-06 Doug Evans <dje@google.com>
4629
4630 * gdb.texinfo (set debug dwarf2-die): Document it.
4631
87f67dba
JB
46322008-10-01 Joel Brobecker <brobecker@adacore.com>
4633
4634 * gdb.texinfo (catch) [exception]: Document how to insert
4635 a breakpoint on user-defined exceptions when the exception
4636 name is identical to one of the language-defined ones.
4637
2fae03e8
TT
46382008-09-27 Tom Tromey <tromey@redhat.com>
4639
4640 * gdb.texinfo (Macros): Remove text about stringification,
4641 varargs, and splicing.
4642
5c6ce71d
TT
46432008-09-27 Tom Tromey <tromey@redhat.com>
4644
4645 * gdbint.texinfo (Language Support): Remove text about omitting
4646 support for a language.
4647
07128da0
DE
46482008-09-23 Doug Evans <dje@google.com>
4649
4650 * gdb.texinfo (info dcache): Update.
4651
b90a069a
SL
46522008-09-22 Sandra Loosemore <sandra@codesourcery.com>
4653
4654 * gdb.texinfo (Packets): Add info on thread-id syntax and
4655 multiprocess extensions.
4656 <D>: Document multiprocess form of packet.
4657 <H>: Use thread-id syntax.
4658 <T>: Likewise.
4659 <vCont>: Likewise. Note this is required for multiprocess.
4660 <vKill>: New packet.
4661 (Stop Reply Packets) <T>: Use thread-id syntax.
4662 <W>: Document multiprocess form of reply.
4663 <X>: Likewise.
4664 (General Query Packets) <qC>: Use thread-id syntax.
4665 <qfThreadInfo>: Likewise.
4666 <qGetTLSAddr>: Likewise.
4667 <qP>: Likewise.
4668 <qSupported>: Add "multiprocess" feature.
4669 <qThreadExtraInfo>: Use thread-id syntax.
4670
b77209e0
PA
46712008-09-22 Stan Shebs <stan@codesourcery.com>
4672
4673 * gdb.texinfo (Inferiors): New section.
4674
3d0bb823
PA
46752008-09-12 Pedro Alves <pedro@codesourcery.com>
4676
4677 * gdbint.texinfo (Native Debugging): Mention NAT_GENERATED_FILES.
4678
f8dcfc0a
UW
46792008-09-11 Ulrich Weigand <uweigand@de.ibm.com>
4680
4681 * gdbint.texinfo (Target Conditionals): Remove documentation
4682 for gdbarch_name_of_malloc.
4683
8775bb90
MS
46842008-09-03 Angela Marie Thomas <angela@releasedominatrix.com>
4685
4686 * gdb.texinfo (Interrupts): Mention TCP interface for
4687 sending BREAK.
4688
f1838a98
UW
46892008-08-26 Ulrich Weigand <uweigand@de.ibm.com>
4690
4691 * gdb.texinfo (Commands to Specify Files): Document "remote:"
4692 argument prefix to "set sysroot".
4693
158c7665
PH
46942008-08-21 Paul N. Hilfinger <hilfinger@adacore.com>
4695
4696 * gdb.texinfo (Omissions from Ada): Describe new treatment of True
4697 and False.
4698
30e026bb
VP
46992008-08-20 Vladimir Prus <vladimir@codesourcery.com>
4700
c8d5aac9
L
4701 * gdb.textinfo (GDB/MI Miscellaneous Commands): Use @table
4702 for possible features of -list-features.
30e026bb 4703
c6ebd6cf
VP
47042008-08-19 Vladimir Prus <vladimir@codesourcery.com>
4705
c8d5aac9 4706 * gdb.texinfo (Background execution): Adjust example
c6ebd6cf
VP
4707 (GDB/MI Miscellaneous Commands): Document -list-target-features.
4708
aeac0ff9
VP
47092008-08-19 Vladimir Prus <vladimir@codesourcery.com>
4710
4711 * doc/gdb.texinfo (PowerPC): Fix typo.
4712 (PowerPC features): Fix typo.
4713
5231c1fd
PA
47142008-08-18 Pedro Alves <pedro@codesourcery.com>
4715
4716 * observer.texi (thread_ptid_changed): New.
4717
677c5bb1
LM
47182008-08-18 Luis Machado <luisgpm@br.ibm.com>
4719
4720 * doc/gdb.texinfo (PowerPC): Mention Extended FPR's for POWER7.
4721 (PowerPC features): Mention feature set for VSX registers.
4722
f3a2dd1a
JB
47232008-08-13 Joel Brobecker <brobecker@adacore.com>
4724
4725 * gdb.texinfo (Ada Mode Intro): Improve the documentation regarding
4726 the direct visibility of all names in user-written packages.
4727
33e5cbd6
PA
47282008-08-13 Pedro Alves <pedro@codesourcery.com>
4729
4730 * gdb.texinfo (breakpoint always-inserted) Describe the auto mode
4731 setting, and make it the default.
4732 (Non-Stop Mode): Remove "set breakpoints always-inserted 1" from
4733 non-stop script example.
4734
d0384fc4
TJB
47352008-08-12 Thiago Jung Bauermann <bauerman@br.ibm.com>
4736
4737 * gdbint.texinfo (Raw and Virtual Register Representations): Fix
4738 reference to the "Using Different Register and Memory Data
4739 Representation" section.
4740
a6f3e723
SL
47412008-08-12 Sandra Loosemore <sandra@codesourcery.com>
4742
4743 * gdb.texinfo (Remote Configuration): Document set remote noack-packet.
4744 (Remote Protocol): Add Packet Acknowledgment to menu.
4745 (Overview): Mention +/- can be disabled, and point to new section
4746 where this is discussed in detail.
4747 (General Query Packets): Document QStartNoAckMode packet, and
4748 corresponding qSupported reply.
4749 (Packet Acknowledgment): New section.
4750
0606b73b
SL
47512008-08-11 Sandra Loosemore <sandra@codesourcery.com>
4752 Pedro Alves <pedro@codesourcery.com>
4753
4754 * gdb.texinfo (Threads): Move paragraph about automatic thread
4755 selection to All-Stop Mode subsection.
4756 (Thread Stops): Reorganize existing material into subsections.
4757 Add introductory blurb and menu.
4758 (Non-Stop Mode): New subsection.
4759 (Background Execution): New subsection.
4760 (Maintenance Commands): Add cross-references from async mode
4761 commands to the new Background Execution section.
4762
d57a3c85
TJB
47632008-08-06 Tom Tromey <tromey@redhat.com>
4764
4765 * gdb.texinfo (Extending GDB): New chapter.
4766 (Sequences): Demoted chapter, now a section under the new
4767 Extending GDB chapter.
4768 (Python): New section.
4769
6d76a53d
SS
47702008-07-31 Stan Shebs <stan@codesourcery.com>
4771
4772 * gdbint.texinfo: Remove FUNCTION_EPILOGUE_SIZE.
4773
1f70da6a
SS
47742008-07-29 Stan Shebs <stan@codesourcery.com>
4775
4776 * gdbint.texinfo: General round of cleanup and minor
4777 clarifications.
4778 (Breakpoint Handling): Remove mention of BREAKPOINT macro.
4779 (Longjmp Support): Update description to reflect how it is done
4780 for targets without using native header.
4781 (Symbol Handling): Add a little more general explanation.
4782 (COFF, ELF): Mention stabs encapsulation.
4783 (DWARF 3): New section.
4784 (Adding a New Host): Scrub out some obsolete bits.
4785 (Generic Host Support Files): Mention ser-pipe.c, ser-mingw.c.
4786 (Host Conditionals): Remove descriptions of NO_STD_REGS,
4787 HAVE_MMAP, HAVE_TERMIO, INT_MAX etc, LONGEST, HAVE_LONG_DOUBLE,
4788 PRINTF_HAS_LONG_DOUBLE, SCANF_HAS_LONG_DOUBLE, L_SET, SEEK_CUR,
4789 SEEK_SET, STOP_SIGNAL, USG.
4790 (Raw and Virtual Register Representations): Ditto for
4791 DEPRECATED_REGISTER_RAW_SIZE, DEPRECATED_REGISTER_VIRTUAL_SIZE,
4792 DEPRECATED_REGISTER_VIRTUAL_TYPE, REGISTER_CONVERT_TO_TYPE.
4793 (Target Conditionals): Ditto for DEPRECATED_FP_REGNUM,
4794 DEPRECATED_FRAMELESS_FUNCTION_INVOCATION, DEPRECATED_FRAME_CHAIN,
4795 DEPRECATED_FRAME_CHAIN_VALID, DEPRECATED_FRAME_INIT_SAVED_REGS,
4796 DEPRECATED_FRAME_SAVED_PC, DEPRECATED_FUNCTION_START_OFFSET,
4797 DEPRECATED_REGISTER_VIRTUAL_SIZE,
4798 DEPRECATED_REGISTER_VIRTUAL_TYPE,
4799 DEPRECATED_USE_STRUCT_CONVENTION.
4800 Describe gdbarch_deprecated_fp_regnum.
4801 Update description of gdbarch_print_insn.
4802 (Adding a New Target): Scrub out obsolete bits.
4803 (Obsolete Conditionals): Remove entire section.
4804
383f836e
TT
48052008-07-25 Tom Tromey <tromey@redhat.com>
4806
4807 * observer.texi (GDB Observers): Document new observers:
4808 breakpoint_created, breakpoint_deleted, breakpoint_modified,
4809 tracepoint_created, tracepoint_deleted, tracepoint_modified,
4810 architecture_changed.
4811
cfd8ab24
SS
48122008-07-21 Stan Shebs <stan@codesourcery.com>
4813
4814 * gdbint.texinfo: Refer to target_so_ops.in_dynsym_resolve_code
4815 instead of IN_SOLIB_DYNSYM_RESOLVE_CODE.
4816
781b42b0
TT
48172008-07-21 Tom Tromey <tromey@redhat.com>
4818
4819 * observer.texi (GDB Observers): Remove obsolete comment.
4820 <executable_changed>: Remove argument.
4821
d7d9f01e
TT
48222008-07-18 Tom Tromey <tromey@redhat.com>
4823
4824 * gdb.texinfo (Macros): Update. Use @code rather than @command.
4825
bf250677
DE
48262008-07-10 Doug Evans <dje@google.com>
4827
4828 * doc/gdb.texinfo: Document "set print symbol-loading on|off".
4829
10568435
JK
48302008-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
4831
4832 * gdb.texinfo (Starting): Document "set disable-randomization".
4833
5ae4183a
AS
48342008-07-07 Andreas Schwab <schwab@suse.de>
4835
4836 * gdb.texinfo (GDB/MI Target Manipulation): Fix last change.
4837
b56e7235
VP
48382008-07-06 Vladimir Prus <vladimir@codesourcery.com>
4839
4840 * gdb.texinfo (GDB/MI Target Manipulation): Add
4841 example of -target-attach.
4842
e1ac3328
VP
48432008-06-10 Vladimir Prus <vladimir@codesourcery.com>
4844
4845 * observer.texi (target_resumed): New observer.
5ae4183a 4846 * gdb.texinfo (GDB/MI Output Records): Document *running.
e1ac3328 4847
65d12d83
TT
48482008-06-06 Tom Tromey <tromey@redhat.com>
4849
4850 * gdb.texinfo (Completion): Add field name example.
4851
fbc5282e
MK
48522008-06-06 Marc Khouzam <marc.khouzam@ericsson.com>
4853
4854 * gdb.texinfo (GDB/MI Program Context): Added example
4855 to -exec-arguments
5ae4183a 4856
fbc5282e 48572008-06-05 Nick Roberts <nickrob@snap.net.nz>
bcf6fc3a
NR
4858
4859 * annotate.texinfo (Multi-threaded Apps): Add entry for thread-changed
4860 annotation.
4861
c16158bc 48622008-06-05 Vladimir Prus <vladimir@codesourcery.com>
5ae4183a
AS
4863 Nathan Sidwell <nathan@codesourcery.com>
4864 Joseph Myers <joseph@codesourcery.com>
c16158bc
JM
4865
4866 * configure.ac: Include ../../config/acx.m4. Use ACX_PKGVERSION
4867 and ACX_BUGURL.
4868 * configure: Regenerate.
4869 * Makefile.in (PKGVERSION, BUGURL_TEXI): Define.
4870 (GDBvn.texi): Define VERSION_PACKAGE, BUGURL and BUGURL_DEFAULT.
4871 * gdb.texinfo: Use VERSION_PACKAGE and BUGURL. Remove
4872 mailing-list-specific text about bug reporting unless
4873 BUGURL_DEFAULT.
4874
75c99385
PA
48752008-06-05 Pedro Alves <pedro@codesourcery.com>
4876
4877 * gdb.texinfo (-target-select): Remove reference to target async.
4878 (Maintenance Commands): Document "maint set/show remote-async".
4879
1763a388
MK
48802008-06-04 Marc Khouzam <marc.khouzam@ericsson.com>
4881
4882 * gdb.texinfo (GDB/MI File Transfer Commands): Typo
4883 in -target-file-get section.
5ae4183a 4884
d0d064df
PA
48852008-05-22 Pedro Alves <pedro@codesourcery.com>
4886
9b562ab8
PA
4887 * gdb.texinfo (vAttach, vRun): Re-remove requirement of the stub
4888 killing the inferior when it is already debugging a process.
d0d064df 4889
8dfa32fc
JB
48902008-05-21 Joel Brobecker <brobecker@adacore.com>
4891
4892 * gdb.texinfo (Continuing and Stepping): Document the new "fin"
4893 abbreviation for "finish".
4894
55f996a7
NR
48952008-05-21 Nick Roberts <nickrob@snap.net.nz>
4896
4897 * annotate.texinfo (Multi-threaded Apps): New node for new annotation.
4898
ba2b1c56
DJ
48992008-05-15 Daniel Jacobowitz <dan@codesourcery.com>
4900
4901 * gdbint.texinfo (Target Conditionals): Delete entry for
4902 gdbarch_dwarf_reg_to_regnum.
4903
08388c79
DE
49042008-05-09 Doug Evans <dje@google.com>
4905
a3c83fae 4906 * gdb.texinfo: Document "find" command, qSearch:memory packet.
08388c79 4907
d14508fe
DE
49082008-05-05 Doug Evans <dje@google.com>
4909
4910 * gdb.texinfo (disassemble): Document /m modifier.
4911
e2b7ddea
VP
49122008-05-05 Vladimir Prus <vladimir@codesourcery.com>
4913
5ae4183a
AS
4914 * gdb.texinfo (Maintenance Commands): Clarify that "maint time"
4915 will not report the time of commands that run the target.
e2b7ddea 4916
8eb41542
VP
49172008-05-03 Vladimir Prus <vladimir@codesourcery.com>
4918
4919 * gdb.texinfo (GDB/MI Output Records): Add
4920 missing semicolon.
4921
82f68b1c
VP
49222008-05-03 Vladimir Prus <vladimir@codesourcery.com>
4923
4924 * gdb.texinfo (GDB/MI Output Records):
4925 Document =thread-create and =thread-exited.
4926
fa0f268d
VP
49272008-05-03 Vladimir Prus <vladimir@codesourcery.com>
4928
4929 * gdb.texinfo (GDB/MI Development and Front Ends):
82f68b1c 4930 Remove mention of dmi-discuss.
fa0f268d 4931
063bfe2e
VP
49322008-05-03 Pedro Alves <pedro@codesourcery.com>
4933
4934 * observer.texi (thread_exit): New.
4935
237fc4c9
PA
49362008-05-02 Pedro Alves <pedro@codesourcery.com>
4937
4938 * gdb.texinfo (Debugging Output): Document "set/show debug
4939 displaced".
4940 (Maintenance Commands): Document "maint set/show
4941 can-use-displaced-stepping".
4942
0428b8f5
DJ
49432008-05-02 Daniel Jacobowitz <dan@codesourcery.com>
4944
4945 * gdb.texinfo (ARM): Document set/show arm fallback-mode
4946 and set/show arm force-mode.
4947
5009afc5
AS
49482008-05-02 Andreas Schwab <schwab@suse.de>
4949
4950 * gdbint.texinfo (Algorithms): Describe
4951 target_watchpoint_addr_within_range.
4952
669fac23
DJ
49532008-04-30 Daniel Jacobowitz <dan@codesourcery.com>
4954
4955 * gdbint.texinfo (Stack Frames): New chapter.
4956 (Algorithms): Move Frames text to the new chapter.
4957 (Target Conditionals): Delete SAVE_DUMMY_FRAME_TOS. Document
4958 gdbarch_dummy_id instead of gdbarch_unwind_dummy_id.
4959
721c02de
VP
49602008-04-24 Vladimir Prus <vladimir@codesourcery.com>
4961
5ae4183a
AS
4962 * gdb.texinfo (GDB/MI Output Syntax): Clarify that async
4963 output does not necessary include any tokens.
721c02de 4964
c055b101
CV
49652008-04-22 Corinna Vinschen <vinschen@redhat.com>
4966
4967 * gdb.texinfo (Set SH Calling convention): New @item.
4968 (Show SH Calling convention): Ditto.
4969
68837c9d
MD
49702008-04-22 Markus Deuling <deuling@de.ibm.com>
4971
4972 * gdb.texinfo (Fortran Operators): Describe '%' operator.
4973
2e9132cc
EZ
49742008-04-20 Eli Zaretskii <eliz@gnu.org>
4975
4976 * gdb.texinfo (Set Breaks): Mention that multiple location
4977 breakpoints need line number info. Add index entries.
4978
31fffb02
CS
49792008-04-19 Craig Silverstein <csilvers@google.com>
4980
4981 * gdb.texinfo (Requirements): Add an optional requirement on
4982 zlib.
4983 * gdbint.texinfo (Debugging File Formats): Add new subsection for
4984 Compressed DWARF 2.
4985
a47ec5fe
AR
49862008-04-16 Aleksandar Ristovski <aristovski@qnx.com>
4987
4988 * gdb.texinfo (GDB/MI Simple Examples): Added 'disp' field to the
4989 sample output for 'stopped,reason="breakpoint-hit"' message.
4990 (GDB/MI Program Execution): Likewise.
4991
de051565
MK
49922008-04-09 Marc Khouzam <marc.khouzam@ericsson.com>
4993
5ae4183a 4994 * gdb.texinfo (GDB/MI Variable Objects): Add anchor to
de051565
MK
4995 -var-set-format. Add -f option to -var-evaluate-expression.
4996
6ba66d6a
JB
49972008-04-03 Joel Brobecker <brobecker@adacore.com>
4998
4999 * gdb.texinfo (Breakpoint Menus): Delete. Contents moved inside
5000 new node "Ambiguous Expressions". Replace references to this
5001 node by references to "Ambiguous Expressions" throughout.
5002 (Ambiguous Expressions): New node.
5003
1e26b4f8
DJ
50042008-03-26 Daniel Jacobowitz <dan@codesourcery.com>
5005
5006 * gdb.texinfo (MIPS Features, PowerPC Features): Add @node.
5007
b84876c2
PA
50082008-03-21 Pedro Alves <pedro@codesourcery.com>
5009
5010 * gdb.texinfo (Debugging Output): Document
5011 "set/show debug lin-lwp-async".
5012 (Maintenance Commands): Document "maint set/show linux-async".
5013
63092375
DJ
50142008-03-21 Daniel Jacobowitz <dan@codesourcery.com>
5015
5016 * gdb.texinfo (Expressions): Update description of malloced arrays.
5017
8e8901c5
VP
50182008-03-15 Vladimir Prus <vladimir@codesourcery.com>
5019
5020 * gdb.texinfo (Thread Commands): Document
5021 -thread-info. Remove -thread-list-all-threads.
5022
1fddbabb
PA
50232008-03-14 Pedro Alves <pedro@codesourcery.com>
5024 Sandra Loosemore <sandra@codesourcery.com>
5025
5026 * gdb.texinfo (Library List Format): Update to mention the
5027 possibility to pass section addresses instead of segment
5028 addresses.
5029
ccd213ac
DJ
50302008-03-10 Daniel Jacobowitz <dan@codesourcery.com>
5031
5032 * gdb.texinfo (Starting): Document "set exec-wrapper".
5033 (Server): Document gdbserver --wrapper.
5034
fa4727a6
DJ
50352008-03-03 Daniel Jacobowitz <dan@codesourcery.com>
5036
5037 * gdb.texinfo (Set Watchpoints): Mention watchpoints on
5038 unreadable memory. Delete obsolete SPARClite reference.
5039
8edfe269
DJ
50402008-02-28 Daniel Jacobowitz <dan@codesourcery.com>
5041
5042 * gdb.texinfo (Starting): Mention always-running targets.
5043 (Target Commands): Add an anchor for load.
5044 (Connecting): Explain continue instead of run.
5045
1843f87b
DJ
50462008-02-27 Daniel Jacobowitz <dan@codesourcery.com>
5047
5048 * gdb.texinfo (Debugging Output): Document "set debug timestamp".
5049
f9082629
NR
50502008-02-26 Nick Roberts <nickrob@snap.net.nz>
5051
5052 * gdb.texinfo (Set Breaks): Revert description of Enb column of
5053 breakpoint table.
5054
fd96d250
PA
50552008-02-19 Pedro Alves <pedro@codesourcery.com>
5056
5057 * gdb.texinfo (vAttach, vRun): Remove requirement of the stub
5058 killing the inferior when it is already debugging a process.
5059
36af4ef6
MD
50602008-02-13 Markus Deuling <deuling@de.ibm.com>
5061
5062 * gdbint.texinfo (Build Script): New section. Mention new build script
5063 gdb_buildall.sh.
5064
cda4ce5a
JB
50652008-02-01 Jim Blandy <jimb@red-bean.com>
5066
5067 * gdb.texinfo (Help): Summarize 'info args' correctly.
5068
4acd40f3
TJB
50692008-01-30 Thiago Jung Bauermann <bauerman@br.ibm.com>
5070
5071 * gdb.texinfo: (Decimal Floating Point): Mention pseudo-registers
5072 available in PowerPC architecture.
5073 (Embedded Processors): Change node name of PowerPC item in menu.
5074 (PowerPC): Rename to...
5075 (PowerPC Embedded): this.
5076 (Architectures): Add new PowerPC item in menu.
5077 (PowerPC): New node.
5078
6e6c6f50
DJ
50792008-01-30 Daniel Jacobowitz <dan@codesourcery.com>
5080
5081 * gdb.texinfo (Multi-Process Mode for gdbserver): Use @kbd for
5082 commands.
5083
5ee187d7
DJ
50842008-01-30 Daniel Jacobowitz <dan@codesourcery.com>
5085
5086 * gdb.texinfo (Setting Catchpoints): Mention features
5087 supported on GNU/Linux.
5088
e275c0d9
NR
50892008-01-30 Nick Roberts <nickrob@snap.net.nz>
5090
5091 * gdb.texinfo (GDB/MI File Commands): Describe new output
5092 field for MI command -file-list-exec-source-file.
5093
2d717e4f
DJ
50942008-01-29 Daniel Jacobowitz <dan@codesourcery.com>
5095
5096 * gdb.texinfo (Using the `gdbserver' Program): Add security
5097 warning. Rearrange into subsections and subsubsections. Document
5098 --multi and --debug. Correct --with-sysroot typo. Update --attach
5099 usage. Make load reference clearer. Document monitor exit.
5100 (Remote Configuration): Document set remote exec-file, attach-packet,
5101 and run-packet.
5102 (Packets): Document vAttach and vRun.
5103
d35a4257 51042008-01-29 Nick Roberts <nickrob@snap.net.nz>
f663676d
NR
5105
5106 * gdb.texinfo (Processes): Mention process command.
889bf7c5 5107 detach-on-follow -> detach-on-fork.
f663676d 5108
c78d192c
DJ
51092008-01-28 Daniel Jacobowitz <dan@codesourcery.com>
5110
5111 * gdbint.texinfo (Native Conditionals): Remove
5112 SHELL_COMMAND_CONCAT and SHELL_FILE.
5113
d35a4257
EZ
51142008-01-26 Eli Zaretskii <eliz@gnu.org>
5115
5116 * gdb.texinfo (Specify Location): Improve wording.
5117
93815fbf
VP
51182008-01-23 Chris Demetriou <cgd@google.com>
5119
5120 * gdb.texinfo (Threads): Document new "set print thread-events"
5121 and "show print thread-events" commands.
5122
2a25a5ba
EZ
51232008-01-19 Eli Zaretskii <eliz@gnu.org>
5124
5125 * gdb.texinfo (Specify Location): New section.
5126 (Delete Breaks, Edit, Set Breaks): Remove description of
5127 locations. Instead, add a reference to "Specify Location".
5128 (Machine Code, Jumping, Thread Stops, Continuing and Stepping)
5129 (Symbols): Refer to "Specify Location" for the valid forms of
5130 linespecs and locations.
5131
32c9a795
MD
51322008-01-18 Markus Deuling <deuling@de.ibm.com>
5133
5134 * gdbint.texinfo (Target Conditionals): Replace the description of
5135 BITS_BIG_ENDIAN with a description of gdbarch_bits_big_endian.
5136
b17828ca
JB
51372008-01-12 Paul Hilfinger <hilfinger@adacore.com>
5138
5139 * gdb.texinfo (C Operators): Remove incorrect parenthetical comment
5140 about &&var, which is rejected by the expression parser.
5141
0aea4bf3
LM
51422008-01-09 Luis Machado <luisgpm@br.ibm.com>
5143
5144 * gdb.texinfo (Output): Update documentation on using printf with DFP
5145 types.
5146
febe4383
TJB
51472008-01-07 Thiago Jung Bauermann <bauerman@br.ibm.com>
5148
5149 * gdb.texinfo (C and C++): Add Decimal Floating Point format
5150 subsubsection.
5151 (Decimal Floating Point format): New subsubsection.
5152
7a404eba
PA
51532008-01-05 Pedro Alves <pedro@codesourcery.com>
5154
5155 * gdb.texinfo (File Options): Remove mention of the attempt to
5156 open a core file with the -p option. Don't list -c as a valid
5157 option to attach to a process.
5158
a4d9b460
PA
51592008-01-05 Pedro Alves <pedro@codesourcery.com>
5160
5161 * gdbint.texinfo (Host Conditionals): Remove mention of
5162 ALIGN_STACK_ON_ENTRY.
5163
6ec2edbe
JB
51642008-01-05 Joel Brobecker <brobecker@adacore.com>
5165
5166 * gdbint.texinfo (Start of New Year Procedure): Add item
5167 describing how to update the source and documentation copyright
5168 notices.
5169
d8b2a693
JB
51702007-12-18 Jim Blandy <jimb@codesourcery.com>
5171
ab209b3a 5172 * gdb.texinfo (Set Watchpoints): Integrate per-thread
d8b2a693
JB
5173 watchpoint explanation into the main description of the watchpoint
5174 command; update synopses of 'watch', 'rwatch', and 'awatch'
5175 commands.
5176
8b4ed427
VP
51772007-12-18 Vladimir Prus <vladimir@codesourcery.com>
5178
5179 * gdb.texinfo (Miscellaneous gdb/mi Commands):
5180 Document 'pending-breakpoints' feature of
5181 -list-features.
5182
37e4754d
LM
51832007-12-17 Luis Machado <luisgpm@br.ibm.com>
5184
669fac23 5185 * gdb.texinfo: Add new parameter's description.
37e4754d 5186
1d3811f6
DJ
51872007-12-16 Daniel Jacobowitz <dan@codesourcery.com>
5188
5189 * gdb.texinfo (Overview): Clarify run-length encoding
5190 example. Remove the restriction on "+" and "-" characters.
5191
c1c25a1a
EZ
51922007-12-15 Eli Zaretskii <eliz@gnu.org>
5193
5194 * gdb.texinfo (Host I/O Packets): Fix xref syntax.
5195
afe8ab22 51962007-12-14 Vladimir Prus <vladimir@codesourcery.com>
5ae4183a 5197
afe8ab22
VP
5198 * gdb.texinfo (GDB/MI Breakpoint Commands): Document
5199 the -f option for -break-insert, remove -r option,
5200 and clarify specification of location.
5201
a6b151f1
DJ
52022007-11-30 Daniel Jacobowitz <dan@codesourcery.com>
5203
5204 * gdb.texinfo (Debugging Programs with Multiple Processes): Correct
5205 formatting.
5206 (Remote Debugging): Add File Transfer section.
5207 (Remote Configuration): Document Host I/O packets.
5208 (GDB/MI): Add GDB/MI File Transfer Commands section.
c1c25a1a 5209 (Host I/O Packets): New section in "Remote Protocol".
a6b151f1
DJ
5210 (Packets): Add vFile.
5211
3b784c4f
EZ
52122007-11-17 Eli Zaretskii <eliz@gnu.org>
5213
5214 * gdb.texinfo (Set Breaks, Disabling): Clarify behavior of
5215 breakpoints with multiple locations.
5216 (Breakpoint Menus): Improve wording.
5217 (Output): Fix last change.
5218
a4ce5b0d
UW
52192007-11-17 Ulrich Weigand <uweigand@de.ibm.com>
5220
5221 * Makefile.in (Makefile): Do not depend on target_makefile_frag.
5222
1b39d5c0
DE
52232007-11-15 Doug Evans <dje@google.com>
5224
5225 * gdb.texinfo (Symbols): Update output of "maint info symtabs".
5226
7a72d44c
VP
52272007-11-15 Vladimir Prus <vladimir@codesourcery.com>
5228
5229 * gdbint.texinfo (Native Conditionals): Remove
5230 mention of CLEAR_SOLIB.
5ae4183a 5231
6d1829bf 52322007-11-11 Joel Brobecker <brobecker@adacore.com>
b4740add
JB
5233
5234 * gdb.texinfo (Print Settings): Add documentation for "set/show
5235 print frame-arguments".
5236
1a619819
LM
52372007-11-05 Luis Machado <luisgpm@br.ibm.com>
5238
3b784c4f 5239 * gdb.texinfo (Output): Update printf command's description.
1a619819 5240
55eddb0f
DJ
52412007-10-30 Daniel Jacobowitz <dan@codesourcery.com>
5242
5243 * gdb.texinfo (PowerPC): Document "set powerpc vector-abi" and "set
5244 powerpc soft-float".
5245
9cceb671
DJ
52462007-10-24 Daniel Jacobowitz <dan@codesourcery.com>
5247
5248 * gdb.texinfo (Files): Correct formatting. Mention Expat
5249 requirement.
5250 (Requirements for Building GDB): Expand the list of Expat
5251 uses.
5252 (Library List Format, Memory Map Format): Mention Expat.
5253 (Target Descriptions): Update Expat wording.
5254
83acabca
DJ
52552007-10-24 Daniel Jacobowitz <dan@codesourcery.com>
5256
5257 * gdbint.texinfo (Register and Memory Data, Target Conditionals):
5258 Document that gdbarch_convert_register_p should return zero for no-op
5259 conversions.
5260
e35879db
UW
52612007-10-22 Ulrich Weigand <uweigand@de.ibm.com>
5262
83acabca 5263 * gdbint.texi (Compiler Characteristics): Move documentation
e35879db
UW
5264 of set_gdbarch_sofun_address_maybe_missing back to ...
5265 (Target Conditionals): ... here to fix build break.
5266
203c3895
UW
52672007-10-19 Ulrich Weigand <uweigand@de.ibm.com>
5268
83acabca 5269 * gdbint.texi (Target Conditionals): Remove documentation of
203c3895
UW
5270 SOFUN_ADDRESS_MAYBE_MISSING, replaced by ...
5271 (Compiler Characteristics): ... documentation of
5272 set_gdbarch_sofun_address_maybe_missing.
5273
11411de3
DJ
52742007-10-17 Daniel Jacobowitz <dan@codesourcery.com>
5275
5276 * gdbint.texinfo (Target Conditionals): Use
5277 frame_unwind_register_unsigned in examples instead of
5278 frame_unwind_unsigned_register.
5279
7cc46491
DJ
52802007-10-15 Daniel Jacobowitz <dan@codesourcery.com>
5281
5282 * gdb.texinfo (Predefined Target Types): Add int128
5283 and uint128.
5284 (Standard Target Features): Add PowerPC features.
5285
81adfced
DJ
52862007-10-15 Daniel Jacobowitz <dan@codesourcery.com>
5287
5288 * gdb.texinfo (Maintenance Commands): Document "maint print c-tdesc".
5289
c1874924
UW
52902007-10-12 Ulrich Weigand <uweigand@de.ibm.com>
5291
5292 * gdbint.texi (Target Conditionals): Remove documentation
5293 of and references to DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS,
5294 gdbarch_extract_return_value, and gdbarch_store_return_value.
5295
f6e56ab3
UW
52962007-10-12 Ulrich Weigand <uweigand@de.ibm.com>
5297
5298 * gdbint.texi (Target Conditionals): Remove documentation of
5299 and references to DEPRECATED_REG_STRUCT_HAS_ADDR.
5300
56cf5405
KH
53012007-10-11 Kazu Hirata <kazu@codesourcery.com>
5302
5303 * gdb.texinfo: Mention that inaccessible-by-default is on by
5304 default.
5305
35156bae
DJ
53062007-10-11 Daniel Jacobowitz <dan@codesourcery.com>
5307
5308 * gdbint.texinfo (Target Conditionals): Remove VARIABLES_INSIDE_BLOCK.
5309
d983da9c
DJ
53102007-09-30 Daniel Jacobowitz <dan@codesourcery.com>
5311
5312 * gdb.texinfo (Setting Watchpoints): Adjust warning text about
5313 multi-threaded watchpoints.
5314 * gdbint.texinfo (Watchpoints): Describe how watchpoints are
5315 checked. Describe sticky notification. Expand description
5316 of steppable and continuable watchpoints.
5317 (Watchpoints and Threads): New subsection.
5318
fe6fbf8b
VP
53192007-09-28 Vladimir Prus <vladimir@codesourcery.com>
5320
5321 * gdb.texinfo (Setting Breakpoints): Revise
5322 documentation for pending breakpoints. Document
5323 breakpoints with multiple locations.
5ae4183a 5324
084344da
VP
53252007-09-19 Vladimir Prus <vladimir@codesourcery.com>
5326
5327 * gdb.texinfo (Miscellaneous gdb/mi Commands):
5328 Document -list-features.
5ae4183a 5329
82160952
EZ
53302007-09-15 Eli Zaretskii <eliz@gnu.org>
5331
5332 * gdb.texinfo (Output): Spell out which features of C's printf are
5333 not supported by GDB's printf.
7e27a47a
EZ
5334 (Separate Debug Files): More accurate wording regarding build ID
5335 and a reference to the ld manual rather than the Fedora wiki.
82160952 5336
ea37ba09
DJ
53372007-09-04 Daniel Jacobowitz <dan@codesourcery.com>
5338 Jim Blandy <jimb@codesourcery.com>
5339
5340 * gdb.texinfo (Output Formats): Update 'c' description. Describe 's'.
5341 (Examining Memory): Update mentions of the 's' format.
5342 (Automatic Display): Likewise.
5343
b8533aec
DJ
53442007-09-02 Daniel Jacobowitz <dan@codesourcery.com>
5345
5346 * gdb.texinfo: Update the FSF's Back-Cover Text.
5347
83f83d7f
JK
53482007-09-02 Jan Kratochvil <jan.kratochvil@redhat.com>
5349 Eli Zaretskii <eliz@gnu.org>
5350
5351 * gdb.texinfo (Separate Debug Files): Cosmetic quoting removal.
5352 Fixed the ``build ID'' name. New binaries build instructions for the
5353 build ID inclusion. Explain how the commands are specific to the build
5354 ID vs. debug link.
5355
c7e83d54
EZ
53562007-09-01 Eli Zaretskii <eliz@gnu.org>
5357
5358 * gdb.texinfo (Separate Debug Files): Fix last change. Add
5359 indexing for ``build ID'' support.
5360
d3750b24
JK
53612007-09-01 Jan Kratochvil <jan.kratochvil@redhat.com>
5362
5363 * gdb.texinfo (Separate Debug Files): Included a BUILD ID description.
5364 Enlisted BUILD ID to the debug file searching example.
5365 Included a BUILD ID `.note.gnu.build-id' section description.
5366 Updated/added the debug files splitting instructions for OBJCOPY.
5367
02142340
VP
53682007-08-31 Vladimir Prus <vladimir@codesourcery.com>
5369
5370 * gdb.texinfo (Variable Objects): Adjust docs
5371 for -var-info-expression and document
5372 -var-info-path-expression.
5373
d3bdde98
JB
53742007-08-20 Jim Blandy <jimb@codesourcery.com>
5375
3fb6a982
JB
5376 * gdb.texinfo (Top): Dedicate manual to the memory of Fred Fish.
5377 (title page): Include the dedication in the printed manual, as a
5378 separate page after the copyright notice.
5ae4183a 5379
d3bdde98
JB
5380 * gdb.texinfo (The F Reply Packet): Avoid confusing texi2html:
5381 don't break a @var across a line.
5382
c80a96a8
MR
53832007-07-25 Maciej W. Rozycki <macro@mips.com>
5384
5385 * Makefile.in (MAKEHTMLFLAGS): Also search the current directory
5386 for include files.
5387
5824a901
NR
53882007-07-12 Nick Roberts <nickrob@snap.net.nz>
5389
5390 * gdb.texinfo (Server Prefix): New node. Adapt from existing node
5ae4183a
AS
5391 in annotate.texinfo.
5392 (Command History): Link to new node.
5824a901 5393
d52e7ea3
UW
53942007-07-05 Markus Deuling <deuling@de.ibm.com>
5395
5396 * gdbint.texinfo (PC_LOAD_SEGMENT): Remove description.
5397
5fc14d0a
EZ
53982007-07-05 Eli Zaretskii <eliz@gnu.org>
5399
5400 * gdbint.texinfo (Target Conditionals): Fix last change.
5401
4a9bb1df
UW
54022007-07-03 Markus Deuling <deuling@de.ibm.com>
5403
5404 * gdb.texinfo: Replace following macros by their appropriate gdbarch
5405 routines:
5406 (TARGET_CHAR_SIGNED, CALL_DUMMY_LOCATION, CANNOT_FETCH_REGISTER)
5407 (CANNOT_STORE_REGISTER, GET_LONGJMP_TARGET, POINTER_TO_ADDRESS)
5408 (ADDRESS_TO_POINTER, INNER_THAN, FRAME_NUM_ARGS)
5409 (HAVE_NONSTEPPABLE_WATCHPOINT, TARGET_SHORT_BIT, TARGET_INT_BIT)
5410 (TARGET_LONG_BIT, TARGET_LONG_LONG_BIT, TARGET_FLOAT_BIT)
5411 (TARGET_DOUBLE_BIT, TARGET_LONG_DOUBLE_BIT, TARGET_PTR_BIT
5412 (TARGET_ADDR_BIT, SP_REGNUM, PC_REGNUM, PS_REGNUM, FP0_REGNUM)
5413 (STAB_REG_TO_REGNUM, ECOFF_REG_TO_REGNUM, DWARF_REG_TO_REGNUM)
5414 (SDB_REG_TO_REGNUM, DWARF2_REG_TO_REGNUM, BELIEVE_PCC_PROMOTION)
5415 (CONVERT_REGISTER_P, REGISTER_TO_VALUE, VALUE_TO_REGISTER)
5416 (POINTER_TO_ADDRESS, ADDRESS_TO_POINTER, EXTRACT_RETURN_VALUE)
5417 (STORE_RETURN_VALUE, SKIP_PROLOGUE, MEMORY_INSERT_BREAKPOINT)
5418 (BREAKPOINT_FROM_PC, MEMORY_REMOVE_BREAKPOINT, DECR_PC_AFTER_BREAK)
5419 (ADDR_BITS_REMOVE, TARGET_PRINT_INSN, SKIP_TRAMPOLINE_CODE)
5420 (IN_SOLIB_RETURN_TRAMPOLINE, NAME_OF_MALLOC, ADDRESS_CLASS_TYPE_FLAGS)
5421 (ADDRESS_CLASS_TYPE_FLAGS_TO_NAME, ADDRESS_CLASS_TYPE_FLAGS_P).
5422 (ADDRESS_CLASS_NAME_to_TYPE_FLAGS, ADJUST_BREAKPOINT_ADDRESS)
5423 (PRINT_FLOAT_INFO, PRINT_VECTOR_INFO, INTEGER_TO_ADDRESS)
5424 (SKIP_PERMANENT_BREAKPOINT, TARGET_VIRTUAL_FRAME_POINTER)
5425 (SOFTWARE_SINGLE_STEP_P)
5426
5427 (push_dummy_call, stabs_argument_has_addr, unwind_sp, unwind_pc)
5428 (print_registers_info, push_dummy_code, unwind_dummy_id): Rework
5429
5430 (REGISTER_CONVERT_TO_TYPE, END_OF_TEXT_DEFAULT, GDB_MULTI_ARCH)
5431 (GDB_TARGET_IS_HPPA, DEPRECATED_GET_SAVED_REGISTER)
5432 (SYMBOLS_CAN_START_WITH_DOLLAR, DEPRECATED_INIT_EXTRA_FRAME_INFO)
5433 (DEPRECATED_INIT_FRAME_PC, DEPRECATED_SIGTRAMP_START)
5434 (IN_SOLIB_CALL_TRAMPOLINE, NO_HIF_SUPPORT, REGISTER_CONVERTIBLE)
5435 (DEPRECATED_REGISTER_RAW_SIZE, PARM_BOUNDARY, DEPRECATED_STACK_ALIGN)
5436 (PROLOGUE_FIRSTLINE_OVERLAP, DEPRECATED_POP_FRAME, STEP_SKIPS_DELAY)
5437 (TARGET_COMPLEX_BIT, TARGET_DOUBLE_COMPLEX_BIT)
5438 (OS9K_VARIABLES_INSIDE_BLOCK, KERNEL_U_ADDR, KERNEL_U_ADDR_HPUX)
5439 (REGISTER_U_ADDR, U_REGS_OFFSET, DEBUG_PTRACE): Remove description.
5440
5441 (Converting an existing Target Architecture to Multi-arch): Remove
5442 section.
5443
5444 (gdbarch_unwind_pc, gdbarch_unwind_sp): Renew code example.
5445 (gdbarch_addr_bits_remove): Add code example.
5446
5447 * gdb.texinfo: Replace REGISTER_NAME by gdbarch_register_name.
5448
cfa9d6d9
DJ
54492007-07-02 Daniel Jacobowitz <dan@codesourcery.com>
5450
5451 * gdb.texinfo (Remote Configuration): Document library-info-packet.
5452 Add other missing entries. Adjust the table size to fit.
5453 (Stop Reply Packets): Use @itemize instead of @enumerate. Document
5454 stop reasons including the new "library" event.
5455 (General Query Packets): Adjust table widths for qSupported. Mention
5456 qXfer:libraries:read reply to qSupported and document the new packet.
5457 (Library List Format): New section.
5458
159fcc13
JK
54592007-07-01 Jan Kratochvil <jan.kratochvil@redhat.com>
5460
5461 * gdb.texinfo (Attach): Fixed GDB exit inferior detachment.
5462
f66d1690
MS
54632007-06-28 Michael Snyder <msnyder@svkmacdonelllnx>
5464
5465 * gdbint.texinfo (Table, Tuple and List Functions) Fix typo.
5466
67102876
NR
54672007-06-25 Nick Roberts <nickrob@snap.net.nz>
5468
5469 * gdbint.texinfo (Register and Memory Data): Break sections
5470 into nodes and add a menu.
5471
a4642986
MR
54722007-06-21 Maciej W. Rozycki <macro@mips.com>
5473
5474 * gdb.texinfo (Examining Memory): Document the new behaviour.
5475
e9c17194
VP
54762007-06-21 Vladimir Prus <vladimir@codesourcery.com>
5477
5478 * gdb.texinfo (Standard Target Features): Document
5479 m68k features.
5480
31d99776
DJ
54812007-06-18 Daniel Jacobowitz <dan@codesourcery.com>
5482
5483 * gdb.texinfo (General Query Packets): Document qOffsets changes.
5484
1780a0ed
DJ
54852007-06-13 Daniel Jacobowitz <dan@codesourcery.com>
5486
5487 * gdb.texinfo (Target Description Format): Add version attribute
5488 for <target>.
5489
822b6570
DJ
54902007-06-13 Daniel Jacobowitz <dan@codesourcery.com>
5491
5492 * gdb.texinfo (MIPS Features): Document org.gnu.gdb.mips.linux.
5493
f8b73d13
DJ
54942007-06-13 Daniel Jacobowitz <dan@codesourcery.com>
5495
5496 * gdb.texinfo (MIPS Features): New subsection.
5497
0e7f50da
UW
54982007-06-12 Ulrich Weigand <uweigand@de.ibm.com>
5499 Markus Deuling <deuling@de.ibm.com>
5500
5501 * gdb.texinfo (General Query Packets): Document qXfer:spu:read
5502 and qXfer:spu:write packets and mention them under qSupported.
5503
23d964e7
UW
55042007-06-12 Ulrich Weigand <uweigand@de.ibm.com>
5505 Markus Deuling <deuling@de.ibm.com>
5506
5507 * gdb.texinfo (Architectures): Add new SPU section to document
5508 Cell Broadband Engine SPU architecture specific commands.
5509
9f708cb2
VP
55102007-06-09 Vladimir Prus <vladimir@codesourcery.com>
5511
5512 * gdb.texinfo (GDB/MI Variable Objects): Editorial
5513 comments.
5514
7579b5f8
NR
55152007-06-07 Nick Roberts <nickrob@snap.net.nz>
5516
5517 * gdb.texinfo (Emacs): Describe GDB under Emacs 22.1.
5518
bf06d120
JB
55192007-05-29 Jim Blandy <jimb@codesourcery.com>
5520
5521 * gdb.texinfo (Overview): Doc fix.
5522
23776285
MR
55232007-05-22 Maciej W. Rozycki <macro@mips.com>
5524
5525 * gdb.texinfo (Remote Configuration): Document "set/show
5526 remoteflow".
5527
1a69e1e4
DJ
55282007-05-16 Daniel Jacobowitz <dan@codesourcery.com>
5529
bf06d120
JB
5530 * gdb.texinfo (MIPS): Remove documentation for set mips
5531 saved-gpreg-size, show mips saved-gpreg-size, and set mips
5532 stack-arg-size.
1a69e1e4 5533
46ba6afa 55342007-05-14 Bob Wilson <bob.wilson@acm.org>
5ae4183a 5535
46ba6afa
BW
5536 * all-cfg.texi (GDBTUI): New.
5537 * gdb.texinfo (Mode Options): Use GDBTUI variable.
5538 (TUI, TUI Overview, TUI Keys, TUI Single Key Mode, TUI Commands)
5539 (TUI Configuration): Edit to improve clarity and fix problems of
5540 both style and content.
5ae4183a 5541
06d3b283
UW
55422007-05-11 Ulrich Weigand <uweigand@de.ibm.com>
5543
5544 * observer.texi (GDB Observers): New observer "new_objfile".
5545
179101d6
UW
55462007-05-08 Ulrich Weigand <uweigand@de.ibm.com>
5547
5548 * gdbint.texinfo (Native Conditionals): Remove USE_PROC_FS.
5549
25d5ea92
VP
55502007-04-14 Vladimir Prus <vladimir@codesourcery.com>
5551
5552 * gdb.texinfo (GDB/MI Variable Objects): Document
5553 frozen variables objects.
5ae4183a 5554
ea35711c
DJ
55552007-04-13 Daniel Jacobowitz <dan@codesourcery.com>
5556
5557 * gdb.texinfo (Memory): Reference Remote Debugging chapter.
5558 (Character Sets, Caching Data of Remote Targets): Likewise.
5559 (Targets): Delete Remote node. Move its text...
5560 (Debugging Remote Programs): ...to here. Delete description
5561 of the "remote" command.
5562 (Remote configuration): Delete description of "set remotedevice"
5563 and "show remotedevice".
5564 (Embedded Processors): Delete H8/300, H8/500, and SH nodes.
5565
db2e3e2e
BW
55662007-04-11 Bob Wilson <bob.wilson@acm.org>
5567
5ae4183a
AS
5568 * gdb.texinfo (Contributors, Continuing and Stepping)
5569 (Fortran Defaults, HPPA, TUI, TUI Commands, Configure Options)
5570 (General Query Packets, File-I/O Remote Protocol Extension)
5571 (Protocol Basics, The F Reply Packet, Write)
5572 (Protocol-specific Representation of Datatypes, Memory Transfer):
5573 Fix hyphenation, punctuation and grammar problems.
5574 (Cygwin Native): Likewise. Also fix misuse of @pxref and use
5575 'section' instead of 'subsection' in the text.
5576 (Non-debug DLL Symbols): Avoid 'subsubsection' in the text.
5577 (i386): Remove period from section name.
db2e3e2e
BW
5578 (Installing GDB, Requirements, Running Configure, Separate Objdir)
5579 (Config Names, Configure Options): Use @file{configure}.
5580
8a3dae3e
DJ
55812007-04-11 Daniel Jacobowitz <dan@codesourcery.com>
5582
5583 * gdbint.texinfo (Writing Tests): Mention gdb_test_multiple
5584 and tab expansion.
5585
1a92f856
DJ
55862007-04-10 Daniel Jacobowitz <dan@codesourcery.com>
5587
5588 * gdbint.texinfo (SOM): Correct location of the SOM reader.
5589
79a6e687 55902007-04-02 Bob Wilson <bob.wilson@acm.org>
5ae4183a 5591
79a6e687
BW
5592 * gdb.texinfo: Consistently capitalize all significant words in
5593 node names, chapter titles, section titles, and headings. Update
5594 cross references to match.
5595 (Starting and Stopping Trace Experiment): Make node name plural.
5596 (Breakpoint related warnings): Hyphenate "Breakpoint-related".
5ae4183a 5597
ad527d2e
PA
55982007-03-30 Pedro Alves <pedro_alves@portugalmail.pt>
5599
5600 * gdb.texinfo (WinCE): Delete obsolete subsection.
5601
7ce59000
DJ
56022007-03-30 Daniel Jacobowitz <dan@codesourcery.com>
5603
5604 * gdb.texinfo (M68K): Remove obsolete ROM monitors.
5605 * gdbint.texinfo (DWARF 1): Delete section and other dwarfread.c
5606 references.
5607
8807d78b
DJ
56082007-03-30 Daniel Jacobowitz <dan@codesourcery.com>
5609
5610 * gdb.texinfo (Startup): Delete references to some alternate
5611 names for .gdbinit.
5612 (Thread): Remove LynxOS reference.
5613 (Tandem ST2000): Delete target-specific documentation.
5614 * gdbint.texinfo (Symbol Handling): Remove mention of NLM.
5615 (Target Architecture Definition): Remove mention of GDB_OSABI_NETWARE
5616 and GDB_OSABI_LYNXOS.
5617
5f402660
UW
56182007-03-29 Ulrich Weigand <uweigand@de.ibm.com>
5619
5620 * gdbint.texi (Native Conditionals): Remove PTRACE_ARG3_TYPE.
5621
bac718a6
UW
56222007-03-27 Ulrich Weigand <uweigand@de.ibm.com>
5623
5624 * gdbint.texinfo (Target Conditionals): Remove mention of
5625 DEPRECATED_REMOTE_BREAKPOINT, DEPRECATED_BIG_REMOTE_BREAKPOINT,
5626 and DEPRECATED_LITTLE_REMOTE_BREAKPOINT.
5627
9453113a
DJ
56282007-03-27 Brooks Moses <brooks.moses@codesourcery.com>
5629
5630 * Makefile.in: Add "pdfdir" installation
5631 directory, PDFTEX macro, support for "install-pdf" target,
5632 and rules for making a pdf version of refcard.texi.
5633 * refcard.tex: Specify paper size for PDF output.
5634
ae21e955 56352007-03-26 Bob Wilson <bob.wilson@acm.org>
5ae4183a 5636
ae21e955 5637 * gdb.texinfo (Omissions from Ada, Additions to Ada): Wrap long lines.
5ae4183a 5638
3f94c067 56392007-03-26 Bob Wilson <bob.wilson@acm.org>
5ae4183a 5640
3f94c067
BW
5641 * gdb.texinfo (Invoking GDB): Use @value{GDBP}.
5642 (Source Path, Character Sets, Macros, Define)
5643 (GDB/MI Result Records, GDB/MI Simple Examples)
5644 (GDB/MI Program Execution, GDB/MI File Commands)
5645 (Maintenance Commands, Packets, File-I/O Overview): Use @value{GDBN}.
5646 (Bug Reporting): Use @value{GCC}.
5ae4183a 5647
12c27660 56482007-03-26 Bob Wilson <bob.wilson@acm.org>
5ae4183a 5649
12c27660
BW
5650 * gdb.texinfo (Help): Fix formatting of examples.
5651 (Variables): Use @ifnotinfo instead of @iftex.
5652 (Non-debug DLL symbols): Use @ref instead of @pxref.
5653 (Sparclet File): Use @samp instead of quotes.
5ae4183a 5654
ce9341a1
BW
56552007-03-26 Bob Wilson <bob.wilson@acm.org>
5656
5657 * gdb.texinfo (Variables, C): Update cross reference to GCC docs.
5658
c8f4133a
BW
56592007-03-26 Bob Wilson <bob.wilson@acm.org>
5660
5661 * gdb.texinfo (Top): Move TUI and Annotations menu entries to match
5662 the order of the nodes.
5663 (C Operators, C Constants, Debugging C): Remove extra menus.
5664 (Method Names in Commands): Do not specify next/prev/up nodes.
5ae4183a 5665
c8f4133a 56662007-03-26 Bob Wilson <bob.wilson@acm.org>
d52fb0e9
BW
5667
5668 * gdb.texinfo (File Options): Add missing parenthesis.
5669 (Breakpoints, Special Fortran commands, PowerPC): Fix typos.
5670
c74d0ad8
DJ
56712007-02-26 Daniel Jacobowitz <dan@codesourcery.com>
5672
5673 * gdb.texinfo (Monitor commands for gdbserver): New subsection.
5674
ff6f572f
DJ
56752007-02-26 Daniel Jacobowitz <dan@codesourcery.com>
5676
669fac23 5677 * gdb.texinfo (Standard Target Features): Mention
ff6f572f
DJ
5678 case insensitivity.
5679 (ARM Features): Describe org.gnu.gdb.xscale.iwmmxt.
5680
994337c3
NR
56812007-02-18 Nick Roberts <nickrob@snap.net.nz>
5682
5683 * gdb.texinfo (Top): Put Appendix A after numbered sections.
5684 (Files): Add section name to argument list for pxref.
5685 (Non-debug DLL symbols): Don't use `see' for pxref.
5686 (Embedded Processors): Fix typo.
5687 (GDB/MI Breakpoint Commands): Execution commands generate
5688 *stopped not ^done.
5689
eb819d70
NR
56902007-02-13 Nick Roberts <nickrob@snap.net.nz>
5691
5692 * gdb.texinfo (GDB/MI Variable Objects): Describe meanings of
5693 values for in_scope. Mention that only root variables can be
5694 updated.
5695 (GDB/MI Development and Front Ends): Explain new values may be
5696 added to existing fields.
5697
123dc839
DJ
56982007-02-08 Daniel Jacobowitz <dan@codesourcery.com>
5699
5700 * gdb.texinfo (-target-disconnect): Use @smallexample.
5701 (Requirements): Add anchor for Expat. Update description.
5702 (Target Descriptions): Mention Expat.
5703 (Target Description Format): Document new elements. Use
5704 @smallexample.
5705 (Predefined Target Types, Standard Target Features): New sections.
669fac23 5706 * gdbint.texinfo (Target Descriptions): New section.
123dc839 5707
108546a0
DJ
57082007-02-07 Daniel Jacobowitz <dan@codesourcery.com>
5709
5710 * gdb.texinfo (Target Description Format): Add section on XInclude.
5711
95a98c01
NR
57122006-02-03 Nick Roberts <nickrob@snap.net.nz>
5713
5714 * gdb.texinfo (GDB/MI Miscellaneous Commands): Describe the new
5715 command -enable-timings.
5716
f4b3909f
EZ
57172007-02-02 Markus Deuling <deuling@de.ibm.com> (tiny change)
5718
5ae4183a 5719 * gdbint.texinfo (Operation System ABI Variant Handling): Update
f4b3909f
EZ
5720 descriptions for new/deleted elements in gdb_osabi. Add missing
5721 description for function generic_elf_osabi_sniff_abi_tag_sections.
5722
c7ba131e
JB
57232007-01-29 Joel Brobecker <brobecker@adacore.com>
5724
5725 * gdb.texinfo (Maintenance Commands): Add documentation for
5726 the new "maint print target-stack" command.
5727
3a60f64e
JK
57282007-01-26 Jan Kratochvil <jan.kratochvil@redhat.com>
5729 Eli Zaretskii <eliz@gnu.org>
5730
f4b3909f 5731 * gdb.texinfo: Describe CHAR array vs. string identification rules.
3a60f64e 5732
c582f8b6
EZ
57332007-01-26 Eli Zaretskii <eliz@gnu.org>
5734
5735 * gdb.texinfo (Compilation, Files, Bootstrapping, Bug Reporting):
5736 Use @value{NGCC} instead of @value{GCC}.
5737
d3e8051b
EZ
57382007-01-20 Ralf Wildenhues <Ralf.Wildenhues@gmx.de> (tiny change)
5739
5740 * agentexpr.texi: Fix typos.
5741 * annotate.texinfo: Likewise.
5742 * gdb.texinfo: Likewise.
5743 * gdbint.texinfo: Likewise.
5744 * observer.texi: Likewise.
5745 * stabs.texinfo: Likewise.
5746
86f04699
EZ
57472007-01-20 Markus Deuling <deuling@de.ibm.com> (tiny change)
5748
5749 * gdbint.texinfo (Support Libraries): Remove mmalloc
5750 entry. Describe readline library.
5751
23181151
DJ
57522007-01-09 Daniel Jacobowitz <dan@codesourcery.com>
5753
5754 * gdb.texinfo (Target Descriptions): New section.
5755 (General Query Packets): Add QPassSignals anchor. Mention
5756 qXfer:features:read under qSupported. Expand mentions of
5757 qXfer:memory-map:read and QPassSignals. Document
5758 qXfer:features:read.
5759
f822c95b
DJ
57602007-01-08 Daniel Jacobowitz <dan@codesourcery.com>
5761
5762 * gdb.texinfo (Commands to specify files): Describe
5763 "set sysroot" and "show sysroot".
5764 (Using the `gdbserver' program): Lowercase argument
5765 to @var. Expand description of setting up GDB on the
5766 host.
5767
8936fcda
JB
57682007-01-05 Joel Brobecker <brobecker@adacore.com>
5769
5770 * gdb.texinfo (Set Catchpoints): Add documentation for the new
5771 catch exception, catch exception unhandled, and catch assert
5772 commands.
5773
e776119f
DJ
57742007-01-04 Daniel Jacobowitz <dan@codesourcery.com>
5775
5776 * gdb.texinfo (Debugging Output): Document "set debug xml"
5777 and "show debug xml".
5778
aa79a185
DJ
57792007-01-04 Daniel Jacobowitz <dan@codesourcery.com>
5780
5781 * gdbint.texinfo (Compiler Warnings): Update for -Wall use.
5782
7f893741
JB
57832007-01-01 Joel Brobecker <brobecker@adacore.com>
5784
5785 * gdbint.texinfo (Start of New Year Procedure): Add missing item.
5786
a1b5960f
VP
57872006-12-08 Vladimir Prus <vladimir@codesourcery.com>
5788
5789 * gdb.texinfo (GDB/MI Variable Objects): Wrap historical
5790 note in @ignore, to be removed later if nobody complains.
5791
9f470e6e
NR
57922006-12-04 Nick Roberts <nickrob@snap.net.nz>
5793
5794 * gdb.texinfo (GDB/MI Variable Objects): Describe -c option
5795 of -var-delete.
5796
765dc015 57972006-11-22 Vladimir Prus <vladimir@codesourcery.com>
5ae4183a 5798
765dc015 5799 * gdb.texinfo (Setting breakpoints): Document
5ae4183a
AS
5800 automatic software/hardware breakpoint usage and
5801 the "set breakpoint auto-hw" command.
765dc015 5802
4b5752d0
VP
58032006-11-21 Vladimir Prus <vladimir@codesourcery.com>
5804
5805 * gdb.texinfo (Memory Access Checking): New.
5806
89be2091
DJ
58072006-11-16 Daniel Jacobowitz <dan@codesourcery.com>
5808
5809 * gdb.texinfo (Remote configuration): Mention
5810 "pass-signals-packet".
5811 (General Query Packets): Document QPassSignals. Fix
5812 a typo.
5813
ca3bf3bd
DJ
58142006-11-14 Maxim Grigoriev <maxim@tensilica.com>
5815
5816 * gdb.texinfo (Contributors): Add contributors of Xtensa port.
5817
427c3a89
DJ
58182006-11-14 Daniel Jacobowitz <dan@codesourcery.com>
5819
5820 * gdb.texinfo (Remote configuration): Rewrite documentation for
5821 packet configuration commands.
5822 (OS Information): Adjust reference to qXfer:auxv:read.
5823 (General Query Packets): Remove references to read-aux-vector-packet
5824 and set remote get-thread-local-storage-address.
5825
7a107747
DJ
58262006-11-10 Daniel Jacobowitz <dan@codesourcery.com>
5827
5828 * gdbint.texinfo (Target Architecture Definition): Add new
5829 Initializing a New Architecture section.
5830
1c56eb0e
EZ
58312006-10-31 David Taylor <dtaylor@emc.com>
5832
5833 * stabs.texinfo (Macro define and undefine): New node describing
5834 stabs for #define and #undef.
5835
f73adfeb
AS
58362006-10-27 Andreas Schwab <schwab@suse.de>
5837
5838 * gdb.texinfo (Processes): Rename "detach-fork" to "detach fork".
5839
fd60e0df
EZ
58402006-10-21 Eli Zaretskii <eliz@gnu.org>
5841
5842 * gdb.texinfo (Breakpoints, Set Watchpoints): Elaborate and
5843 clarify on the possible meanings of ``expression'' watched by
5844 watchpoints. Add indexing.
e5ac9b53
EZ
5845 (Prompting, Errors, Invalidation, Annotations for Running)
5846 (Source Annotations): Fix index entries by adding "annotation" to
5847 them, to discriminate from index entries that point to the more
5848 general topic descriptions.
fd60e0df 5849
52bb452f
DJ
58502006-10-17 Daniel Jacobowitz <dan@codesourcery.com>
5851
5852 * gdbint.texinfo (Target Vector Definition): Move most
5853 content into Existing Targets. Add a menu.
5854 (Existing Targets): New section, moved from Target Vector
5855 Definition. Use @subsection.
5856 (Managing Execution State): New section.
5857
58955e58
BW
58582006-10-16 Bob Wilson <bob.wilson@acm.org>
5859
5860 * gdb.texinfo (ST2000): Use Ctrl- instead of C-.
5861
c8aa23ab
EZ
58622006-10-15 Eli Zaretskii <eliz@gnu.org>
5863
5864 * gdb.texinfo (Sample Session, Invocation, Quitting GDB)
5865 (Command Syntax, Signals, Backtrace, Connecting)
5866 (Remote configuration, Renesas Boards, Console I/O): Fix last
5867 change: use Ctrl- instead of C-, except wrt Emacs.
5868 (File-I/O Examples): Put Ctrl-c in @kbd.
5869 (Cygwin Native, File-I/O Overview, The Ctrl-C message)
5870 (Console I/O): Use @samp with Ctrl-.
45ac1734
EZ
5871 (Signals, Set Breaks, Set Watchpoints): Document optional
5872 arguments to `info signals' `handle', `info breakpoints', and
5873 `info watchpoints'.
c8aa23ab 5874
e7109c7e
EZ
58752006-10-14 Eli Zaretskii <eliz@gnu.org>
5876
5877 * gdb.texinfo (Backtrace): Fix last change.
5878
de3aea7b
NR
58792006-10-14 Nick Roberts <nickrob@snap.net.nz>
5880
5881 * gdb.texinfo (Backtrace): Order correctly and add other cases.
5882
7f9087cb
BW
58832006-10-10 Bob Wilson <bob.wilson@acm.org>
5884
c8aa23ab
EZ
5885 * gdb.texinfo (Command Syntax, Connecting, Remote configuration)
5886 (Renesas Boards, ST2000, TUI Keys, TUI Single Key Mode)
5887 (TUI Commands, Emacs, Console I/O): Fix @key and @kbd usage.
7f9087cb 5888
68437a39
DJ
58892006-09-21 Vladimir Prus <vladimir@codesourcery.com>
5890 Daniel Jacobowitz <dan@codesourcery.com>
5891
5892 * gdb.texinfo (Packets): Document vFlashErase,
5893 vFlashWrite and vFlashDone packets.
5894 (General Query Packets): Document qXfer:memory-map:read.
5895 Add a new feature for qXfer:memory-map:read.
5896 (Memory map format): New section.
5897 (Target Commands): Mention that gdb can write flash.
5898
fd79ecee
DJ
58992006-09-21 Vladimir Prus <vladimir@codesourcery.com>
5900 Daniel Jacobowitz <dan@codesourcery.com>
5901
5902 * gdb.texinfo (Memory Region Attributes): Mention target-supplied
5903 memory regions and "mem auto".
5904
350da6ee
DJ
59052006-09-21 Nathan Sidwell <nathan@codesourcery.com>
5906
5907 * gdbint.texinfo (Array Containers): New section.
5908
2f1acb09
VP
59092006-09-17 Vladimir Prus <vladimir@codesourcery.com>
5910
5911 * gdb.texinfo (GDB/MI Stack Manipulation): Mention that
5912 -stack-list-arguments HIGH_FRAME argument can be larger then the
5913 actual number of frames.
5914
2ab1eb7a
VP
59152006-09-07 Vladimir Prus <vladimir@codesourcery.com>
5916
5917 * gdb.texinfo (GDB/MI Stack Manipulation): Mention that
5ae4183a
AS
5918 -stack-list-locals HIGH_FRAME argument can be larger then the
5919 actual number of frames.
2ab1eb7a 5920
599b237a
BW
59212006-09-02 Bob Wilson <bob.wilson@acm.org>
5922
5923 * gdb.texinfo (Packets, Stop Reply Packets, General Query Packets,
5924 Register Packet Format, Tracepoint Packets): Fix spelling errors.
5925
25ab7e6d
EZ
59262006-09-02 Eli Zaretskii <eliz@gnu.org>
5927
5928 * gdbint.texinfo (Overall Structure): New section "Source Tree
5929 Structure".
5930
940178d3
JB
59312006-08-17 Jim Blandy <jimb@codesourcery.com>
5932
5933 * gdb.texinfo (Stop Reply Packets): Note similarity of 'S' and 'T'
5934 responses.
5935
30daae6c
JB
59362006-08-08 Joel Brobecker <brobecker@adacore.com>
5937
5938 * gdb.texinfo (Source Path): Add documentation for new
5939 substitute-path commands.
5940
7fa2210b
DJ
59412006-08-08 Daniel Jacobowitz <dan@codesourcery.com>
5942
5943 * gdb.texinfo (Installing GDB): Update menu. Move text to...
5944 (Running Configure): ...here.
5945 (Requirements): New node. Mention expat.
5946
3d00d119
DJ
59472006-08-08 Vladimir Prus <vladimir@codesourcery.com>
5948
5ae4183a 5949 * gdb.texinfo (Target Commands): Remove
3d00d119
DJ
5950 'set download-write-size' and 'show download-write-size'.
5951
0cbfa4ee
DJ
59522006-08-01 Daniel Jacobowitz <dan@codesourcery.com>
5953
5954 * stabs.texinfo (Member Type Descriptor): Correct example for
5955 pointer to member types.
5956
16026cd7
AS
59572006-07-21 Andrew Stubbs <andrew.stubbs@st.com>
5958
5959 * gdb.texinfo (Optional warnings and messages): Add
5960 'set/show trace-commands'.
5961 (Command files): Add '-v' to source command.
5962
0876f84a
DJ
59632006-07-12 Daniel Jacobowitz <dan@codesourcery.com>
5964
5965 * gdb.texinfo (OS Information): Update qPart reference to
5966 qXfer.
5967 (Remote configuration): Likewise.
5968 (Overview): Move @cindex to the start of a paragraph. Talk
5969 about binary data encoding.
5970 (Packets): Refer to the overview for the details of the X
5971 packet encoding.
5972 (General Query Packets): Remove qPart description. Add qXfer
5973 description. Add an anchor to qSupported. Correct feature
5974 table title. Add a new feature for qXfer:auxv:read.
5975 (Interrupts): Add a missing parenthesis.
5976
2ec3381a
DJ
59772006-07-05 Daniel Jacobowitz <dan@codesourcery.com>
5978
669fac23 5979 * gdb.texinfo (KOD): Remove node.
2ec3381a
DJ
5980 (GDB/MI Kod Commands): Remove commented out node.
5981
594fe323
EZ
59822006-07-01 Eli Zaretskii <eliz@gnu.org>
5983
5984 * gdb.texinfo (GDB/MI Output Syntax, GDB/MI Simple Examples)
5985 (GDB/MI Breakpoint Commands, GDB/MI Program Context)
5986 (GDB/MI Thread Commands, GDB/MI Program Execution)
5987 (GDB/MI Stack Manipulation, GDB/MI Variable Objects)
5988 (GDB/MI Data Manipulation, GDB/MI Symbol Query)
5989 (GDB/MI File Commands, GDB/MI Target Manipulation)
5990 (GDB/MI Miscellaneous Commands): Change (@value{GDBP})->(gdb),
5991 since the MI prompt is hard-wired into the code.
5992
7e3fb70c
NR
59932006-07-01 Nick Roberts <nickrob@snap.net.nz>
5994
5995 * gdb.texinfo (GDB/MI Compatibility with CLI): Qualify more carefully.
5996 (GDB/MI Simple Examples): Use @subheading for "A Bad Command".
5997 (GDB/MI Data Manipulation): Remove description of unimplemented
5998 display related commands as variable objects perform this function
5999 and are superior: -display-delete, -display-disable,
6000 -display-enable, -display-insert and -display-list. Move
6001 -environment-cd, -environment-directory, -environment-path
6002 and -environment-pwd to "Program Context".
6003 (GDB/MI Program Control): Rename to "Program Execution". Move
6004 -exec-arguments -exec-abort to...
6005 (GDB/MI Program Context): ...here. New node split from "Data
6006 Manipulation".
6007
be2a5f71
DJ
60082006-06-21 Daniel Jacobowitz <dan@codesourcery.com>
6009
6010 * gdb.texinfo (Remote configuration): Document set / show
6011 remote supported-packets.
6012 (General Query Packets): Document qSupported packet.
6013
fc320d37
SL
60142006-06-10 Sandra Loosemore <sandra@codesourcery.com>
6015
6016 * gdb.texinfo (File-I/O overview): Copy edit for grammar, spelling,
6017 and font markup.
6018 (Protocol basics): Likewise.
6019 (The F request packet): Likewise.
6020 (The F reply packet): Likewise.
6021 (Memory transfer): Move this node to be a subsubsection of
6022 "Protocol specific representation of datatypes".
6023 (The Ctrl-C message): More copy editing.
6024 (Console I/O): Likewise.
6025 (The isatty call): Delete this node, and merge its content into
6026 the "isatty" node. Fixed references elsewhere.
6027 (The system call): Delete this node, and merge its content into
6028 the "system" node. Fixed references elsewhere.
6029 (open): Reformat to use @table, and add appropriate font markup.
6030 (close): Likewise.
6031 (read): Likewise.
6032 (write): Likewise.
6033 (lseek): Likewise.
6034 (rename): Likewise.
6035 (unlink): Likewise.
6036 (stat/fstat): Likewise.
6037 (gettimeofday): Likewise.
6038 (isatty): Likewise.
6039 (system): Likewise, plus minor changes to fix confusing wording.
6040 (Integral datatypes): Fix font markup.
6041 (Pointer values): Likewise.
6042 (struct stat): Fix markup to use @table, plus minor copy editing.
6043 (struct timeval): Fix font markup, plus minor copy editing.
6044 (Constants): Minor copy editing.
6045 (Errno values): Add font markup.
6046 (File-I/O Examples): Likewise.
6047
158fdf5c
NR
60482006-06-10 Nick Roberts <nickrob@snap.net.nz>
6049
6050 * gdb.texinfo (GDB/MI): Remove duplicate acknowledgements.
6051 (GDB/MI Simple Examples): Move node up one level. Use real
6052 examples.
6053 (GDB/MI Compatibility with CLI): Update.
6054 (GDB/MI Result Records): Add "connected" and "exit" result
6055 classes.
6056 (GDB/MI Stream Records): Clarify target output.
6057 (GDB/MI Command Description Format): Modify example description.
6058 (GDB/MI Breakpoint Table Commands): Rename to...
6059 (GDB/MI Breakpoint Commands): ...this
6060 (GDB/MI Breakpoint Commands): Add optional thread field.
6061 (GDB/MI Program Control): Add an introduction. Move "Program
6062 termination" examples into exec-run description.
6063 (GDB/MI File Commands): Mention similar CLI commands.
6064 (GDB/MI Miscellaneous Commands): Move to end. Mention "show version"
6065 is similar to "-gdb-version".
6066
ddb50cd7
EZ
60672006-06-09 Eli Zaretskii <eliz@gnu.org>
6068
6069 * gdb.texinfo (Symbols): Fix "(gdb)"=>"(@value{GDBP})".
6070
2aef0d6b
NR
60712006-06-02 Nick Roberts <nickrob@snap.net.nz>
6072
6073 * gdb.texinfo (GDB/MI Development and Front Ends): Use
6074 sourceware.org for mailing lists.
d5e40d59 6075 (GDB/MI File Commands): New node split from Program Control.
2aef0d6b 6076
383a5c52
NR
60772006-06-01 Nick Roberts <nickrob@snap.net.nz>
6078
d5e40d59 6079 * gdb.texinfo (GDB/MI Development and Front Ends): New node.
383a5c52 6080
e16b02ee
EZ
60812006-05-22 Eli Zaretskii <eliz@gnu.org>
6082
6083 * gdb.texinfo (Cygwin Native): Fix last change.
6084
be90c084
CF
60852006-05-22 Christopher Faylor <cgf@timesys.com>
6086
6087 * gdb.texinfo (Cygwin Native): Document set/show cygwin-exceptions.
6088
347ceba5
NR
60892006-05-15 Nick Roberts <nickrob@snap.net.nz>
6090
6091 * gdbint.texinfo (Algorithms): Correct spelling and punctuation.
6092 (Releasing GDB, Testsuite): Remove details for including DejaGnu.
6093
369af7bd
DJ
60942006-05-14 Daniel Jacobowitz <dan@codesourcery.com>
6095
6096 * gdb.texinfo (General Query Packets): Recommend not starting
6097 new packets with qC and clarify.
6098
2ffdbde8 60992006-05-13 Gaius Mulley <gaius@glam.ac.uk>
229582b7
GM
6100
6101 * gdb.texinfo (M2 Types): New section.
72019c9c 6102
16d1a084
DJ
61032006-05-10 Daniel Jacobowitz <dan@codesourcery.com>
6104
6105 * agentexpr.texi: Add a copyright and license notice.
6106 * observer.texi: Likewise, with GPL clause for function prototypes.
6107 Remove trailing whitespace.
6108
aa56d27a
JB
61092006-05-05 Jim Blandy <jimb@codesourcery.com>
6110
6111 * gdb.texinfo (General Query Packets): Document conventions for
6112 terminating packet names, and their violations.
6113
5bdf8622
DJ
61142006-05-05 Daniel Jacobowitz <dan@codesourcery.com>
6115
6116 * Makefile.in (GDB_DOC_SOURCE_INCLUDES): Update for readline 5.1.
6117 * gdb.texinfo: Likewise.
6118
605a56cb
DJ
61192006-05-05 Daniel Jacobowitz <dan@codesourcery.com>
6120
6121 * gdb.texinfo (Remote Configuration): Remove "set remotedebug"
6122 and "show remotedebug".
6123 (Debugging Output): Add additional index entries.
6124
b8db102d
MS
61252006-04-27 Michael Snyder <msnyder@redhat.com>
6126
6127 * gdb.texinfo (delete-fork): Command renamed to "delete fork".
6128
c5e30d01
AC
61292006-04-22 Andrew Cagney <cagney@redhat.com>
6130
6131 * gdb.texinfo (Contributors): Credit frame unwinder contributors.
6132 * gdbint.texinfo (Algorithms): Fix errors in frame documentation.
6133
8181d85f
DJ
61342006-04-18 Daniel Jacobowitz <dan@codesourcery.com>
6135
6136 * gdbint.texinfo (x86 Watchpoints, Target Conditionals): Update insert
6137 and remove breakpoint prototypes.
6138 (Watchpoints): Move description of target_insert_hw_breakpoint and
6139 target_remove_hw_breakpoint ...
6140 (Breakpoints): ... to here. Document target_insert_breakpoint and
6141 target_remove_breakpoint.
6142
4f553f88
JB
61432006-04-17 Jim Blandy <jimb@codesourcery.com>
6144
6145 * gdb.texinfo (Packets): Note that 'addr' arguments to s, S, c,
6146 and C packets are optional.
6147
cd852561
FR
61482006-04-14 Frederic Riss <frederic.riss@st.com>
6149
6150 * gdb.texinfo (Specifying source directories): Update the description
6151 of the source file search to reflect the fact that the source path
6152 always contains at least $cdir and $cwd.
6153
b620eb07
MS
61542006-03-31 Michael Snyder <msnyder@redhat.com>
6155
6156 * gdb.texinfo: Update copyright dates.
6157
3156cdaf
EZ
61582006-03-31 Eli Zaretskii <eliz@gnu.org>
6159
6160 * gdb.texinfo (Overview): Add an index entry to "empty response".
6161
7d30c22d
JB
61622006-03-28 Jim Blandy <jimb@codesourcery.com>
6163
6164 * gdbint.texinfo (Prologue Analysis): New section.
6165
86941c27
JB
61662006-03-07 Jim Blandy <jimb@red-bean.com>
6167
66b8c7f6
JB
6168 * gdb.texinfo (Connecting): Document 'target remote pipe'.
6169
1a10341b
JB
6170 * gdb.texinfo (Target Commands): Update text describing how to
6171 specify a target. Refer to the detailed section on remote
6172 debugging, not the brief mention.
6173
86941c27
JB
6174 * gdb.texinfo (Connecting): Organize the different 'target remote'
6175 connection methods into a table. Add a 'target remote' index
6176 entry. (!!!)
6177
62f3a2ba
FF
61782006-02-17 Fred Fish <fnf@specifix.com>
6179
6180 * gdb.texinfo (Symbols): Update descriptions of 'whatis' and
6181 'ptype' commands to reflect the fact that the only significant
6182 difference between them is that ptype prints the complete type
6183 description instead of just the name.
6184
8b9a88ea
WZ
61852006-02-13 Wu Zhou <woodzltc@cn.ibm.com>
6186
6187 * gdbint.texinfo (Watchpoints): Delete
6188 TARGET_REGION_SIZE_OK_FOR_HW_WATCHPOINT.
6189
7e8dc855
NR
61902006-02-10 Nick Roberts <nickrob@snap.net.nz>
6191
6192 * gdb.texinfo (GDB/MI Breakpoint Table Commands): Add fullname and
6193 times fields where needed. Fix typos. Update general form given
6194 for output of -break-insert.
6195 (GDB/MI): Abbreviate some unnecessarily long fullnames.
6196
c91d38aa
DJ
61972006-02-06 Daniel Jacobowitz <dan@codesourcery.com>
6198
6199 * gdbint.texinfo (Symbol Handling): Add a section
6200 on memory management.
6201
38fcd64c
DJ
62022006-02-06 Vladimir Prus <ghost@cs.msu.su>
6203
6204 * gdb.texinfo (Breakpoint table commands): Document the fullname
6205 field in -break-list output.
6206
219eec71
EZ
62072006-02-03 Eli Zaretskii <eliz@gnu.org>
6208
6209 * gdb.texinfo (Cygwin Native): Fix typos. Clarify the types of
6210 debugging information produced by the various "set debug..."
6211 options.
6212
ae5a43e0
DJ
62132006-02-01 Daniel Jacobowitz <dan@codesourcery.com>
6214
6215 * gdb.texinfo (Files): Remove obsolete bits from the description
6216 of "symbol-file".
6217
a9f158ec
JB
62182006-01-25 Jim Blandy <jimb@redhat.com>
6219
6220 * gdbint.texinfo (Testsuite): Explain how to run selected tests.
6221
410dd08e
JB
62222006-01-24 Jim Blandy <jimb@redhat.com>
6223
6224 * gdbint.texinfo (Frames): Document the basics of GDB's register
6225 unwinding model, and explain the existence of the "sentinel" frame.
6226
4b505b12
AS
62272006-01-23 Andrew Stubbs <andrew.stubbs@st.com>
6228
6229 * gdb.texinfo (Choosing files): Mention that -directory is used
6230 for script files.
6231 (Specifying source directories): Likewise.
6232 (Command files): Explain how script files are found.
6233
839c27b7
EZ
62342006-01-21 Eli Zaretskii <eliz@gnu.org>
6235
6236 * gdb.texinfo (Backtrace): Describe how to get backtrace of all
6237 the threads in a multi-threaded program.
6238 (Threads): The threadno argument of "thread apply" can be a range
6239 of numbers.
6240
7be93b9e
JB
62412006-01-18 Jim Blandy <jimb@redhat.com>
6242
6243 * gdbint.texinfo (Coding): Add entry for -Wno-pointer-sign to list
6244 of warning flags.
6245
fcc73fe3
EZ
62462006-01-13 Eli Zaretskii <eliz@gnu.org>
6247
6248 * gdb.texinfo (Sequences): Improve menu annotations.
6249 (Define): Add index entries for arguments of user-defined
6250 commands. Move the description of flow-control commands...
6251 (Command Files): ...to here. Document loop_break and
6252 loop_continue.
ca91424e
EZ
6253 (Define, Command Files): Document `end' and add index entries for
6254 it.
fcc73fe3 6255
5c95884b
MS
62562006-01-04 Michael Snyder <msnyder@redhat.com>
6257
6258 * gdb.texinfo: Add documentation for linux-fork.
5ae4183a 6259 * gdbint.texinfo: Add internal documentation for checkpoints.
5c95884b 6260
860701dc
PH
62612006-01-02 Paul N. Hilfinger <hilfinger@gnat.com>
6262
6263 * gdb.texinfo (Omissions from Ada): Document that there is now
6264 limited aggregate support.
6265
36b80e65
EZ
62662005-12-28 Eli Zaretskii <eliz@gnu.org>
6267
6268 * gdb.texinfo (Registers): Describe how to refer to SSE and MMX
6269 registers and the likes.
6270
c1468174
EZ
62712005-12-24 Eli Zaretskii <eliz@gnu.org>
6272
6273 * gdb.texinfo (Target Commands, Bug Reporting, File Options)
6274 (Symbols): Fix usage of "e.g.".
359df76b 6275 (Memory Region Attributes): Fix usage of "etc."
c1468174
EZ
6276
6277 * gdbint.texinfo (libgdb, Symbol Handling, Native Debugging)
6278 (Coding): Fix usage of "e.g.".
6279
c02a867d
EZ
62802005-12-23 Eli Zaretskii <eliz@gnu.org>
6281
5ae4183a
AS
6282 * stabs.texinfo:
6283 * refcard.tex:
c02a867d 6284 * gpl.texi:
5ae4183a
AS
6285 * gdbint.texinfo:
6286 * gdb.texinfo:
6287 * gdb-cfg.texi:
c02a867d 6288 * fdl.texi:
5ae4183a
AS
6289 * annotate.texinfo:
6290 * all-cfg.texi:
c02a867d
EZ
6291 * Makefile.in: Add (C) after Copyright. Update the FSF
6292 address.
6293
fad38dfa
EZ
62942005-12-03 Eli Zaretskii <eliz@gnu.org>
6295
6296 * gdb.texinfo (Connecting): Explain that `monitor' is a way to
6297 extend GDB with commands for external monitor.
6298
53e5f3cf
AS
62992005-12-02 Andrew Stubbs <andrew.stubbs@st.com>
6300
6301 * gdb.texinfo (Convenience variables): Add init-if-undefined command.
6302
55f6ca0f
JB
63032005-11-25 Joel Brobecker <brobecker@adacore.com>
6304
6305 * gdbint.texinfo (Start of New Year Procedure): New chapter.
6306
c1947b85
JB
63072005-11-21 Jim Blandy <jimb@redhat.com>
6308
6309 * gdb.texinfo (Tracepoint Packets): Document restrictions on
6310 placement of 'R' actions in tracepoint action packets; document
6311 dependence of 'X' and 'M' actions on a preceding 'R' action for
6312 their registers.
6313
9d29849a
JB
63142005-11-19 Jim Blandy <jimb@redhat.com>
6315
6316 * gdb.texinfo (Tracepoint Packets): New node.
6317 (General Query Packets): Add entries for the tracepoint packets,
6318 referring to the "Tracepoint Packets" node.
6319 (Tracepoints): Add reference to "Tracepoint Packets".
5ae4183a 6320
9a6253be
KB
63212005-11-18 Kevin Buettner <kevinb@redhat.com>
6322
6323 * gdb.texinfo (set remotebreak): Add anchor.
6324 (X packet): Likewise.
6325 (Remote Protocol): Add new section `Interrupts' and new index
6326 entry `interrupts (remote protocol)'.
6327
5f3bebba
JB
63282005-11-18 Jim Blandy <jimb@redhat.com>
6329
6330 * gdb.texinfo (Packets): Move information out of 'q' and 'Q'
6331 entries into the General Query Packets section. Add a
6332 cross-reference to that section. Drop description of replies, as
6333 these are covered in the descriptions of each packet.
6334 (General Query Packets): Add introductory text. Explain naming
6335 conventions, and how the end of a name is recognized.
6336
9a7a1b36
KB
63372005-11-17 Kevin Buettner <kevinb@redhat.com>
6338
0564b6cf 6339 * gdb.texinfo (Remote configuration): Fix typo in description of
9a7a1b36
KB
6340 "set remotebreak" command.
6341
b8ff78ce
JB
63422005-11-16 Jim Blandy <jimb@redhat.com>
6343
6344 * gdb.texinfo (Packets, Stop Reply Packets)
6345 (General Query Packets): Various formatting cleanups.
6346 - Use @samp for packet contents.
6347 - Drop summaries from packet @item lines; the same information appears
6348 immediately below in the description.
6349 - Delete paragraph breaks after packet @item commands, so that the
6350 description appears directly to the right of the packet prototype
6351 in the printed manual, if it fits.
6352 - Place spaces in packet prototypes between @vars and non-@var
6353 letters, and explain that they're just for formatting.
6354 - Use @dots{} instead of '...'.
6355 - Fix uses of @code where @var was needed.
6356 - Replace "deprecated" markers with English text spelling out the
6357 packet's status and the preferred alternatives.
6358 - Remove "(reserved)" markers on 'A' and 'I' packets; it's unclear
6359 what this ever meant.
6360 - Remove "(draft)" markers on 'i' packets; nobody has commented on
6361 this for a long time.
6362 - Remove "(draft)" markers on 'z' and 'Z' packets; these have been
6363 implemented several times, and have been in use for years.
6364
8ffe2530
JB
63652005-11-15 Jim Blandy <jimb@redhat.com>
6366
c43c5473
JB
6367 * gdb.texinfo (Packets): Add index entries for 'm' packet
6368 disclaimers.
5ae4183a 6369
fb031cdf
JB
6370 * gdb.texinfo (Packets): Clarify lack of restrictions on behavior
6371 of stub when processing an 'm' packet.
6372
8ffe2530
JB
6373 * gdb.texinfo (Packets): Mention that packets beginning with
6374 letters are reserved once, at the top, instead of actually listing
6375 them all and saying "reserved".
6376
c03c782f
AS
63772005-11-15 Andrew Stubbs <andrew.stubbs@st.com>
6378
6379 * gdb.texinfo (User-defined commands): Add $argc. Add missing 'end'.
6380 Change @var{$arg0 to @code{$arg0.
6381
814e32d7
WZ
63822005-11-14 Wu Zhou <woodzltc@cn.ibm.com>
6383
6384 * gdb.texinfo (Fortran): Add some words about Fortran debugging.
6385
fa93a9d8
JB
63862005-11-12 Jim Blandy <jimb@redhat.com>
6387
6388 * gdb.texinfo (General Query Packets): Put packets in alphabetical
6389 order. Remove extraneous 'z'.
6390
8a5a3c82
AS
63912005-11-07 Andrew Stubbs <andrew.stubbs@st.com>
6392
6393 * gdb.texinfo (Choosing files): Add --eval-command.
6394
4b0ad762
AS
63952005-11-04 Andrew Stubbs <andrew.stubbs@st.com>
6396
6397 * gdb.texinfo (Choosing modes): Add --return-child-result.
6398
6399
1a088d06
AS
64002005-11-01 Andrew Stubbs <andrew.stubbs@st.com>
6401
6402 * gdb.texinfo (Choosing modes): Add --batch-silent.
6403
656d5e12
EZ
64042005-10-28 Eli Zaretskii <eliz@gnu.org>
6405
6406 * gdb.texinfo (GDB/MI Variable Objects): Fix @pxref usage under
6407 "The -var-update Command".
6408
3c9c013a
JB
64092005-10-03 Joel Brobecker <brobecker@adacore.com>
6410
6411 * gdb.texinfo (Print Settings): Add documentation for set/show
6412 print array-indexes.
6413
7ba3cf9c
DJ
64142005-09-17 Daniel Jacobowitz <dan@codesourcery.com>
6415
6416 * gdb.texinfo (Contributors): Thank Andrew Cagney for releases
6417 6.2 and 6.3.
6418
a94ab193
EZ
64192005-08-27 Eli Zaretskii <eliz@gnu.org>
6420
6421 * gdb.texinfo (File Options): Don't document --mapped, it's gone
6422 since 19-Jan-2004.
6423 (Files): Likewise.
ab1adacd
EZ
6424 (Variables, Symbols): Document the "<incomplete type>" message and
6425 its reasons.
a94ab193 6426
ca06016a
FF
64272005-08-01 Fred Fish <fnf@specifix.com>
6428
6429 * gdb.texinfo (SETUP_ARBITRARY_FRAME): Remove obsolete reference.
6430
cf58170d
NR
64312005-07-15 Nick Roberts <nickrob@snap.net.nz>
6432
6433 * gdb.texinfo (GDB/MI Variable Objects): Describe print-values
6434 option for -var-list-children and -var-update.
6435 (GDB/MI Stack Manipulation): Simplify description of
6436 print-values option for -stack-list-locals.
6437 (GDB/MI Command Description Format): Clarify.
6438 (Mode Options): Spelling of superseded.
6439
38f1196a
BR
64402005-07-12 Bob Rossi <bob@brasko.net>
6441
6442 * gdb.texinfo (GDB/MI Miscellaneous Commands): Fix -inferior-tty-show
6443 corresponding GDB command comment.
6444
3cb3b8df
BR
64452005-07-06 Bob Rossi <bob@brasko.net>
6446
6447 * gdb.texinfo (GDB/MI Miscellaneous Commands): Add -inferior-tty-set
6448 and -inferior-tty-show.
6449 (Input/Output): Document "set/show inferior-tty" and tty alias.
6450
10fac096
NW
64512005-07-02 Nathan J. Williams <nathanw@wasabisystems.com>
6452
6453 * gdb.texinfo (Packets): Change description of 'D' packet to note
6454 that GDB does wait for a response.
6455
d1b6db76
NR
64562005-06-22 Nick Roberts <nickrob@snap.net.nz>
6457
6458 * gdb.texinfo (History) Rename "Command History".
6459 (Command History): Move node "Server Prefix" from section on
6460 Annotations here.
6461
29629dcf
NR
64622005-06-19 Nick Roberts <nickrob@snap.net.nz>
6463
6464 * gdb.texinfo (GDB/MI Stack Manipulation):
6465 Re-instate -stack-info-frame with example. Say that it gets
6466 info on selected frame, not current frame.
6467
397ca115
EZ
64682005-06-18 Eli Zaretskii <eliz@gnu.org>
6469
6470 * gdb.texinfo (Server): Clarify that `file' should be used before
6471 connecting to the server.
6472 (Files): Add an xref to the above description.
51274035
EZ
6473 (Output Formats): More detailed description of the `c' format.
6474 (Memory): List explicitly all the formats supported by `x'.
638ac427 6475 (Threads): Add an @cindex entry for "thread apply".
fc8be69e 6476 (Files): Document the possibility of loading unlinked object
59b7b46f
EZ
6477 files. Add more indexing for solib-absolute-prefix and
6478 --with-sysroot.
76d17f34
EZ
6479 (Machine Code): Document possible problems with locations in
6480 shared libraries.
d416eeec
EZ
6481 (Backtrace): Document that free-standing environments do not need
6482 to have a `main' function.
397ca115 6483
74f6deaa
NR
64842005-06-18 Nick Roberts <nickrob@snap.net.nz>
6485
6486 * gdb.texinfo (GDB/MI Stack Manipulation): Remove reference to
6487 -stack-info-frame.
6488
a9967aef
AC
64892005-06-07 Andrew Cagney <cagney@gnu.org>
6490
6491 * gdb.texinfo (Contributors): Note the original multi-arch
6492 contributors.
6493
e09f16f9
EZ
64942005-06-03 Eli Zaretskii <eliz@gnu.org>
6495
6496 * gdb.texinfo (Registers): Add index entries for the standard
6497 registers.
6498 (Frames): Add cross-reference from frame pointer description to
6499 the Registers node.
6500 (Annotations Overview): Fix the reference to GDB name.
6501
d87ba7ee
EZ
65022005-06-01 Eli Zaretskii <eliz@gnu.org>
6503
6504 * gdb.texinfo (Set Watchpoints): Remove @vindex entry for
6505 can-use-hw-watchpoints.
6506
034dad6f
BR
65072005-05-28 Bob Rossi <bob@brasko.net>
6508
6509 * gdb.texinfo (GDB/MI Out-of-band Records): Add bullet enumerating
6510 the possible reasons why an exec async record would be returned to FE.
6511
ffed4509
AC
65122005-05-26 Andrew Cagney <cagney@gnu.org>
6513
6514 * gdb.texinfo: Note that Elena Zannoni, Fernando Nasser, and
6515 Andrew Cagney implemented the original GDB/MI.
6516
e22e55c9
OF
65172005-05-23 Orjan Friberg <orjanf@axis.com>
6518
6519 * gdb.texinfo (CRIS): Update the cris-version and cris-dwarf2-cfi
6520 documentation. Add documentation for cris-mode.
6521
a78e13ce
EZ
65222005-05-20 Eli Zaretskii <eliz@gnu.org>
6523
6524 * gdb.texinfo (Numbers): Explain the example and make the wording
6525 more acurate.
6526
76ff342d
DJ
65272005-05-17 Daniel Jacobowitz <dan@codesourcery.com>
6528 Dennis Brueni <dennis@slickedit.com>
6529
6530 * gdb.texinfo (GDB/MI Breakpoint Table Commands)
6531 (GDB/MI Data Manipulation, GDB/MI Program Control)
6532 (GDB/MI Stack Manipulation): Update examples to include the fullname
6533 attribute in stack frames.
6534
119b882a
EZ
65352005-05-12 Eli Zaretskii <eliz@gnu.org>
6536
6537 * gdb.texinfo (Startup): Fix last change. Treat gdb.ini like we
6538 do with other non-standard names of init files.
6539
6fc08d32
EZ
65402005-05-11 Eli Zaretskii <eliz@gnu.org>
6541
6542 * gdb.texinfo (Command Files): Move the description of the startup
6543 from here...
6544 (Startup): ...to this new subsection of the Invocation chapter.
6545 Rearrange the description of init files more logically and add a
6546 cross-reference to "Command Files". Document the special gdbinit
6547 name for CISCO 68k. Expand the description of what GDB does
6548 during startup.
6549 (History): Add index entry for HISTSIZE.
6550
a561754a
MK
65512005-05-02 Mark Kettenis <kettenis@gnu.org>
6552
6553 * gdb.texinfo (Files): Remove documentation for auto-solib-limit.
6554
2eecc4ab
EZ
65552005-05-02 Eli Zaretskii <eliz@gnu.org>
6556
6557 * gdb.texinfo (SVR4 Process Information, The isatty call)
6558 (The system call): Don't use foo(N) notation for man pages and
6559 functions.
514c4d71 6560 (Compilation, DJGPP Native): Improve wording.
2eecc4ab 6561
18999be5
EZ
65622005-04-27 Eli Zaretskii <eliz@gnu.org>
6563
6564 * gdb.texinfo (Backtrace): Describe backtraces with arguments that
6565 were optimized away.
6566
0abb7bc7
EZ
65672005-04-22 Eli Zaretskii <eliz@gnu.org>
6568
6569 * gdb.texinfo (Remote configuration): Document "set/show
6570 get-thread-local-storage-address". Add cross-reference to the
6571 description of the qGetTLSAddr packet.
6572 (General Query Packets): Mention "set remote
6573 get-thread-local-storage-address" and add a reference to its
6574 description.
6575
6f61acb1
NR
65762005-04-19 Nick Roberts <nickrob@snap.net.nz>
6577
6578 * gdb.texinfo (Backtrace): Describe 'bt full'.
6579
9d59903a
NR
65802005-04-17 Nick Roberts <nickrob@snap.net.nz>
6581
6582 * gdb.texinfo (Mode Options): Fix typo.
6583 (GDB/MI): Describe how to invoke GDB/MI.
6584
721c2651
EZ
65852005-04-16 Eli Zaretskii <eliz@gnu.org>
6586
6587 * gdb.texinfo (OS Information): Renamed from Auxiliary Vector; all
a5adf40f 6588 references changed. Add description of "info udot".
721c2651
EZ
6589 (Files): Document "set/show stop-on-solib-events".
6590 (M32R/D): Document "set/show download-path", "set/show
6591 board-address", "set/show server-address", "upload", "tload".
ba04e063
EZ
6592 Document "sdireset", "sdistatus", "debug_chaos", "use_debug_dma",
6593 "use_mon_code", "use_ib_break", "use_dbt_break".
721c2651
EZ
6594 (Maintenance Commands): Improve indexing.
6595 (Target Commands): Document "set/show hash", "set/show debug
6596 monitor".
6597 (SVR4 Process Information): Document "info pidlist" and "info
6598 meminfo". Document "set/show procfs-tarce" and "set/show
6599 procfs-file". Document "proc-trace-*" and "proc-untrace-*".
6600 (Symbols, The Print Command with Objective-C): Improve indexing.
6601 (Objective-C): Add references to "info classes" and "info
6602 selectors".
c45da7e6
EZ
6603 (Debugging Output): Improve wording. Document "set/show debug
6604 solib-frv". Fix "set/show debugvarobj".
ba04e063
EZ
6605 (Set Breaks): Add index entry for "hardware breakpoints".
6606 (Renesas ICE): Document "e7000", "ftplogin", "ftpload", "drain",
6607 and "set/show usehardbreakpoints".
6608 (MIPS Embedded): Document "se/show syn-garbage-limit", "set/show
6609 monitor-prompt", "set/show monitor-warnings", "pmon".
c45da7e6
EZ
6610 (ARM): Document "rdilogfile", "rdilogenable", "set/show
6611 rdiromatzero", "set/show rdiheartbeat".
6612 (PowerPC): Document SDS-specific commands "set/show sdstimeout",
6613 "sds".
6614 (Embedded Processors): Document the "sim" command.
6615 (Remote): Document the "remote" command.
6616 (DJGPP Native): Document the "info serial" command.
6617 (Threads): Document "maint info sol-threads".
6618 (Files): Document "nosharedlibrary", "add-symbol-file-from-memory".
6619 (Set Breaks): Improve indexing.
6620 (Command Syntax): Add a reference to dont-repeat.
6621 (Define): Document "dont-repeat".
6622 (TUI Commands): Document "tabset".
6623 (WinCE): New subsection. Document "set/show remotedirectory",
6624 "set/show remoteupload", "set/show remoteaddhost".
721c2651 6625
14d6dd68
EZ
66262005-04-15 Eli Zaretskii <eliz@gnu.org>
6627
6628 * gdb.texinfo (Hurd Native): New subsection, documents
6629 Hurd-specific commands.
a64548ea 6630 (Maintenance Commands): Add cross-reference to "Debugging Output".
da316a69 6631 (Debugging Output): Document "set/show debug lin-lwp".
a64548ea
EZ
6632 (MIPS): Improve documentation of heuristic-fence-post. Document
6633 "set/show mips abi", "set/show mips saved-gpreg-size", "set/show
6634 mips stack-arg-size", "set/show mips mask-address", "set/show mips
6635 remote-mips64-transfers-32bit-regs", "set/show debug mips".
e2f4edfd 6636 (ARM): Document ARM-specific commands.
a64548ea
EZ
6637 (AVR): New section. Document "info io_registers".
6638 (CRIS): New section. Document "set/show cris-version" and
6639 "set/show cris-dwarf2-cfi".
6640 (HPPA): New section. Document "set/show debug hppa" and "maint
6641 print unwind".
a5adf40f 6642 (Neutrino): New subsection. Document "set/show debug nto-debug".
a64548ea 6643 (Super-H): New section. Document the "regs" command.
721c2651 6644 (Debugging Output): Document "set/show debug aix-thread".
14d6dd68 6645
9c16f35a
EZ
66462005-04-09 Eli Zaretskii <eliz@gnu.org>
6647
6648 * gdb.texinfo (Print Settings): Document "set/show print
6649 pascal_static-members", "set print repeats", "show print
6650 null-stop". Improve indexing. Fix documentation of "set print
6651 union".
6652 (Pascal): New section.
6653 (Supported languages): Rename from "Support"; all references
6654 updated. Add a menu item for Pascal.
6655 (Numbers): Document "set radix.
6656 (Screen Size): Document "set/show pagination".
6657 (MIPS Embedded): Remove "set processor" documentation.
6658 (Remote configuration): Document "set/show X/P/Z-packet",
6659 "set/show read-aux-vector-packet", "set/show remote
6660 symbol-lookup-packet", "set/show remote verbose-resume-packet",
6661 "set/show remoteaddresssize", "set/show remotebaud", "set/show
6662 remotedebug", "set/show remotebreak", "set/show remotedevice",
6663 "set/show remotelogfile".
6664 (Auxiliary Vector): Add reference to the description of the
6665 read-aux-vector-packet setting.
6666 (Set Watchpoints): Add a cross-reference to "set remote
6667 hardware-breakpoint-limit".
6668 (General Query Packets): Add indexing of requests and
6669 cross-references to related commands in "Remote configuration".
6670 (File-I/O Overview, The system call): Fix wording and typos.
6671 (Thread Stops): Add index entries.
6672 (Continuing and Stepping): Document "show step-mode".
6673 (i386): New node. Document "set/show struct-convention".
6674 (Files): Document "show trust-readonly-sections".
6675 (Calling): Document "set/show unwindonsignal".
6676 (Messages/Warnings): Add index entries.
6677 (Maintenance Commands): Document "set/show watchdog".
6678 (Annotations Overview): Document "show annotate".
6679 (Set Watchpoints): Add index entries.
6680 (Symbols): Fix doc of case-sensitive.
6681 (ABI): Document "show coerce-float-to-double".
6682 (Convenience Vars, Help): Improve indexing.
6683 (Machine Code): Document "show disassembly-flavor".
6684 (Debugging C plus plus): Document "show overload-resolution".
6685 (Value History, Signaling): Add index entries.
6686
66872005-04-08 Eli Zaretskii <eliz@gnu.org>
6688
6689 * gdb.texinfo (Show): Move @kindex entries to their proper places.
6690 (Processes): Fix wording.
6691 (History, List, Logging output, Define, Symbols, Print Settings):
6692 Improve indexing.
6693
a8f24a35
EZ
66942005-04-03 Eli Zaretskii <eliz@gnu.org>
6695
6696 * gdb.texinfo (Targets): Document "set/show architecture". Remove
6697 redundant index entry for "target" command.
6698 (Backtrace): Add index entries.
6699 (Symbols, Fortran): Document the "set case-sensitive" command.
6700 (DJGPP Native): Document "set com1base", "set com1irq", etc.
6701 (Print Settings): Add index entry for "set demangle-style".
6702 (Target Commands): Document "set download-write-size".
6703 (Debugging Output): Document "set exec-done-display".
6704
09d4efe1
EZ
67052005-04-02 Eli Zaretskii <eliz@gnu.org>
6706
6707 * gdb.texinfo (Files): Fix the name and documentation of
6708 add-shared-symbol-files. Document its alias assf. Update the
6709 list of OSs where GDB supports shared libraries. Fix markup.
6710 (Continuing and Stepping): Add reference to @var{location} in the
6711 text.
6712 (Dump/Restore Files): Fix reference to @{filename}.
6713 (Help): Fix wording.
6714 (Attach): Ditto.
6715 (Set Watchpoints): Ditto.
6716 (Backtrace): Remove redundant index entries. Improve index
6717 entries.
6718 (Delete Breaks): Fix wording.
6719 (Memory): Document the compare-sections command.
6720 (Memory Region Attributes): Improve wording.
6721 (Disabling): Improve wording.
6722 (Fortran): New subsection. Document the "info common" command.
6723 (Help): Document aliases "info copying" and "info warranty".
6724 (Caching Remote Data): New section. Document the "set/show
6725 remotecache" and "info dcache" commands.
6726 (Show): Fix wording of the documentation of the "set
6727 extension-language" command.
6728 (Signals): Add index entry for "info handle".
6729 (Memory Region Attributes): Fix punctuation.
6730 (Symbols): Change the arg name to "location" and refer to it in
6731 the text. Fix wording of "info types" doc.
6732 (Threads): Fix usage of @enumerate @item's.
6733 (Listing Tracepoints): Add index entry for "info tp".
6734 (Set Watchpoints): Add xref to "info break" description.
6735 (Macros): Add an index entry for "macro exp1". Document the
6736 "macro list" command.
6737 (Maintenance Commands): Document "flushregs", "maint agent",
6738 "maint check-symtabs", "maint cplus", "maint demangle", "maint
6739 deprecate", "maint undeprecate", "maint dump-me", "maint packet",
6740 "maint print architecture", "maint print objfiles", "maint print
6741 statistics", "maint print type", "maint show-debug-regs", "maint
6742 space", "maint time", and "maint translate-address".
6743 (Connecting): Document the "monitor" command.
6744 (Annotations Overview): Describe the "set annotate" command.
6745
82f2d802
EZ
67462005-04-01 Eli Zaretskii <eliz@gnu.org>
6747
6748 * gdb.texinfo (Set Watchpoints): Document can-use-hw-watchpoints.
6749 Rearrange index entries and improve wording about support for
6750 hardware watchpoints.
6751
7d51c7de
BR
67522005-03-10 Bob Rossi <bob@brasko.net>
6753
6754 * gdb.texinfo: Update copyright
6755
68c71a2e
TR
67562005-02-09 Theodore A. Roth <troth@openavr.org>
6757
6758 * gdb.texinfo (General Query Packets): Fix texinfo compile warning and
6759 error.
6760
83761cbd
KB
67612005-02-03 Kevin Buettner <kevinb@redhat.com>
6762
6763 * gdb.texinfo (General Query Packets): Document qGetTLSAddr packet.
6764
9f1c6395
MS
67652005-01-17 Michael Snyder <msnyder@redhat.com>
6766
6767 * gdb.texinfo: Fix spelling, infinte -> infinite.
6768
fbd1b305
MK
67692005-01-08 Mark Kettenis <kettenis@gnu.org>
6770
6771 * observer.texi (GDB Observers): Document "solib_loaded".
6772
3ace7edb
AC
67732005-01-07 Andrew Cagney <cagney@gnu.org>
6774
bec39cab
AC
6775 * configure.ac: Rename configure.in, require autoconf 2.59.
6776 * configure: Re-generate.
6777
3ace7edb
AC
6778 * configure.in: Replace configdirs with multiple references to
6779 AC_CONFIG_SUBDIRS.
6780 * configure: Re-generate.
5ae4183a 6781
53531fc1
AC
67822005-01-04 Andrew Cagney <cagney@gnu.org>
6783
6784 * gdbint.texinfo (Versions and Branches): Make the date (YYYYMMDD)
6785 part of the version number.
6786
536ffdb7
MK
67872004-12-24 Mark Kettenis <kettenis@gnu.org>
6788
6789 * gdbint.texinfo (Algorithms): Remove description of
6790 TARGET_DISABLE_HW_WATCHPOINTS and TARGET_ENABLE_HW_WATCHPOINTS.
6791
e1aac25b
JB
67922004-12-07 Jim Blandy <jimb@redhat.com>
6793
6794 * gdb.texinfo (General Query Packets): Specify that thread ID's in
6795 the 'qC' and 'qThreadInfo' packets are unsigned hexidecimal
6796 numbers.
6797
f47b1503
AS
67982004-12-07 Andreas Schwab <schwab@suse.de>
6799
6800 * gdb.texinfo (Mode Options): Document -l option.
6801
b6b8ece6
EZ
68022004-12-04 Eli Zaretskii <eliz@gnu.org>
6803
6804 * gdbint.texinfo (Algorithms): More accurate description of
6805 STOPPED_BY_WATCHPOINT. Point out that target_stopped_data_address
6806 is not needed unless data-read and data-access watchpoints are
6807 supported. Add a description of how GDB checks whether the
6808 inferior stopped because a watchpoint was hit.
6809
01371747
EZ
68102004-11-23 Eli Zaretskii <eliz@gnu.org>
6811
6812 * gdb.texinfo (Files): Add cross-reference to description of
6813 -readnow command-line switch.
6814
2315ffec
RC
68152004-11-10 Randolph Chung <tausq@debian.org>
6816
6817 * gdb.texinfo: Document set/show backtrace past-entry commands.
6818 Rearrange index entries for set/show backtrace past-main.
6819
69065f5d
AC
68202004-11-10 Jon Beniston <jon@beniston.com>
6821
6822 Committed by Andrew Cagney <cagney@gnu.org>.
5ae4183a
AS
6823 * gdb.texinfo (Remote Serial Protocol): Further describe
6824 binary transfer escaping mechanism .
69065f5d 6825
30e91e0b
RC
68262004-11-08 Randolph Chung <tausq@debian.org>
6827
6828 * gdb.texinfo (inferior_debugging info): Document "set debug infrun"
6829 and "show debug infrun". Add index entries.
6830
60bf7e09
EZ
68312004-10-23 Eli Zaretskii <eliz@gnu.org>
6832
6833 * gdb.texinfo (SVR4 Process Information): Document subcommands of
6834 "info proc" that are already implemented. Add index entries.
6835 (Working Directory): Add a cross-reference to "info proc" command.
dcaf7c2c
EZ
6836 (Files): Add a tip for decreasing memory used for symtabs from
6837 shared libraries.
f018e82f
EZ
6838 (Starting): Fix whitespace; make "elaboration" stand out where it
6839 is first used, and add an index entry for the term.
f8568604
EZ
6840 (Calling): Expand and elaborate text. Add "print". Add the
6841 description of problems with weak aliases.
384ee23f 6842 (Core File Generation): New section.
60bf7e09 6843
d52fe014
AC
68442004-10-12 Andrew Cagney <cagney@gnu.org>
6845
6846 * gdbint.texinfo (Versions and Branches): New chapter.
6847 (Releasing GDB): Delete "Versions and Branches" section.
6848 (Top): Add "Versions and Branches".
6849
703663ab
EZ
68502004-10-08 Eli Zaretskii <eliz@gnu.org>
6851
6852 * gdb.texinfo (Editing, History): Add cross-references to the
6853 included Readline and History user documentation. Remove
6854 references to the symbol have-readline-appendices which is unused
6855 and undefined.
6856 (History): Fix indexing.
6857
ac77d04f
JJ
68582004-10-08 Jeff Johnston <jjohnstn@redhat.com>
6859
6860 * gdbint.texinfo (target_stopped_data_address): Update to
6861 new prototype.
6862 (i386_stopped_data_address): Update prototype and description.
6863 (i386_stopped_by_watchpoint): New function and description.
6864
e07c999f
PH
68652004-10-03 Paul N. Hilfinger <hilfinger@gnat.com>
6866
6867 * gdb.texinfo (Filenames): Add Ada suffixes.
6868 (Ada) New section.
6869
2e868123
AC
68702004-09-27 Andrew Cagney <cagney@gnu.org>
6871 Robert Picco <Robert.Picco@hp.com>
6872
6873 * gdb.texinfo (Packets): Document the "p" packet.
6874
02a57714
JM
68752004-09-21 Jason Molenda (jmolenda@apple.com)
6876
6877 * gdb.texinfo (Paths and Names of the Source Files): Document the
6878 meaning of values in the 'desc' field of a SO stab.
6879
ae038cb0
DJ
68802004-09-20 Daniel Jacobowitz <dan@debian.org>
6881
6882 * gdb.texinfo (Maintenance Commands): Document "maint set dwarf2
6883 max-cache-age" and "maint show dwarf2 max-cache-age".
6884
f7dc1244
EZ
68852004-09-16 Eli Zaretskii <eliz@gnu.org>
6886
6887 * gdb.texinfo (Set Breaks): Add index entry for setting
6888 breakpoints on overloaded C++ functions that are not members of
6889 any classes. Add an example and an index entry for setting
6890 breakpoints on all program functions.
6891 (Character Sets, Macros, Overlay Commands)
6892 (Non-debug DLL symbols, GDB/MI Output Syntax)
6893 (Annotations Overview, Maintenance Commands, File-I/O Overview):
6894 Use "(@value{GDBP})" instead of a literal "(gdb)".
6895
f810308b
AC
68962004-09-12 Andrew Cagney <cagney@gnu.org>
6897
6898 * gdbint.texinfo (Native Debugging): Delete description of
6899 FILES_INFO_HOOK.
6900
15a661f3
PH
69012004-09-11 Paul Hilfinger <hilfinger@gnat.com>
6902
5ae4183a
AS
6903 * gdbint.texinfo (User Interface): Change local_hex_string_custom
6904 to hex_string_custom (not historically correct, but more
15a661f3
PH
6905 understandable, given the current code).
6906
f3219c75
AC
69072004-09-03 Andrew Cagney <cagney@gnu.org>
6908
6909 * gdbint.texinfo (Native Debugging): Delete SVR4_SHARED_LIBS.
6910
f3bb6704
JJ
69112004-09-01 Jeff Johnston <jjohnstn@redhat.com>
6912
6913 * observer.texi (solib_unloaded): New observer.
6914
8d2c00cb
AC
69152004-08-24 Andrew Cagney <cagney@gnu.org>
6916
6917 * gdbint.texinfo (Target Architecture Definition): Add missing
6918 comma.
6919
e7dc800a
MC
69202004-08-20 Michael Chastain <mec.gnu@mindspring.com>
6921
6922 * (Using the Testsuite): build != host is supported,
6923 but some test scripts do not support build != host.
6924
73b03683
MK
69252004-08-14 Mark Kettenis <kettenis@gnu.org>
6926
6927 * gdbint.texinfo (Host Definition): Delete description of
6928 FCLOSE_PROVIDED and GETENV_PROVIDED.
6929
c0ccb908
MK
69302004-08-05 Mark Kettenis <kettenis@chello.nl>
6931
6932 * gdbint.texinfo (Host Definition): Delete description of
6933 NO_SYS_FILE.
6934 (Native Debugging): Delete description of KERNEL_U_ADDR_BSD and
6935 PTRACE_FP_BUG.
6936
9c8dbfa9
AC
69372004-08-05 Andrew Cagney <cagney@gnu.org>
6938
6939 * gdbint.texinfo (Target Architecture Definition): Delete
6940 reference to deprecated_read_fp.
6941
f42accbe
AC
69422004-08-02 Andrew Cagney <cagney@gnu.org>
6943
6944 * gdbint.texinfo (Target Architecture Definition): Delete
6945 description of DEPRECATED_REGISTER_BYTES.
6946
0b66e38c
EZ
69472004-07-30 Baurjan Ismagulov <ibr@ata.cs.hun.edu.tr>
6948
6949 * gdb.texinfo (Source Path): Document the new behavior of
6950 searching for the source files.
6951
15387254
EZ
69522004-07-17 Eli Zaretskii <eliz@gnu.org>
6953
6954 * gdb.texinfo (Edit): Fix markup of EDITOR and improve wording.
6955 (Search, Expressions, Arrays, Variables, Data, Machine Code)
6956 (Auto Display): Improve indexing.
6957
2c07db7a
AC
69582004-07-16 Andrew Cagney <cagney@gnu.org>
6959
6960 * gdb.texinfo (Mode Options): Delete documentation on "-async" and
6961 "-noasync".
6962
4644b6e3
EZ
69632004-07-09 Eli Zaretskii <eliz@gnu.org>
6964
6965 * gdb.texinfo: Fix @kindex entries so that multiple commands that
6966 have the same prefix have only their prefix in the index.
6967
7561d450
MK
69682004-07-03 Mark Kettenis <kettenis@gnu.org>
6969
6970 * gdb.texinfo (BSD libkvm Interface): New node (section)
6971 (Native): Add it to the menu.
6972
67bebe79
MK
69732004-07-01 Mark Kettenis <kettenis@gnu.org>
6974
6975 * gdbint.texinfo (Target Architecture Definition): Remove
6976 PCC_SOL_BROKEN.
6977
1a6923e0
MK
69782004-06-24 Mark Kettenis <kettenis@gnu.org>
6979
6980 * gdbint.texinfo (Target Architecture Definition): Remove
6981 SUN_FIXED_LBRAC_BUG.
6982
b435e160
AC
69832004-06-26 Andrew Cagney <cagney@gnu.org>
6984
6985 * gdbint.texinfo (Coding): Replace xasprintf with xstrprintf.
6986
b5622e8d
AC
69872004-06-20 Andrew Cagney <cagney@gnu.org>
6988
6989 * gdbint.texinfo (Target Architecture Definition): Deprecate
6990 USE_STRUCT_CONVENTION.
6991
e0c07bf0
MC
69922004-06-19 Michael Chastain <mec.gnu@mindspring.com>
6993
6994 gdb.texinfo (Bug Reporting): Mention session recording,
6995 with the script command or Emacs.
6996
782263ab
AC
69972004-06-18 Andrew Cagney <cagney@gnu.org>
6998
6999 * gdbint.texinfo (Target Architecture Definition): Deprecate
7000 FUNCTION_START_OFFSET.
7001
03727ca6
AC
70022004-06-14 Andrew Cagney <cagney@gnu.org>
7003
7004 Based on changes from Karl Berry.
7005 * gdb.texinfo: Do not use @sc in a direntry.
7006 * stabs.texinfo: Change @dircateogry to "Software development".
7007 * gdbint.texinfo, gdb.texinfo, annotate.texinfo: Ditto.
7008
97092415
AC
70092004-06-13 Andrew Cagney <cagney@gnu.org>
7010
7011 * gdbint.texinfo (Target Architecture Definition): Delete
7012 description of RETURN_VALUE_ON_STACK.
7013
1f6d4158
AC
70142004-06-09 Andrew Cagney <cagney@gnu.org>
7015
7016 * gdbint.texinfo (Native Debugging): Restore "@table @code"
7017 deleted by previous patch.
7018
d966f0cb
AC
70192004-06-08 Andrew Cagney <cagney@gnu.org>
7020
7021 * gdbint.texinfo (Native Debugging): Delete documentation on
7022 ATTACH_DETACH.
7023
86fe4aaa
RC
70242004-06-06 Randolph Chung <tausq@debian.org>
7025
7026 * gdb.texinfo (push_dummy_call): Use @code{struct value}.
7027
d4b6d575
RC
70282004-06-06 Randolph Chung <tausq@debian.org>
7029
5ae4183a 7030 * gdb.texinfo (push_dummy_call): Update argument list to match
d4b6d575
RC
7031 the new push_dummy_call method signature. Describe the function
7032 argument.
7033
4e8b0763
JB
70342004-05-24 Joel Brobecker <brobecker@gnat.com>
7035
7036 * gdb.texinfo (Starting): Document new start command.
7037
59caf092
AC
70382004-05-21 Andrew Cagney <cagney@redhat.com>
7039
7040 * observer.texi (GDB Observers): Document "inferior_created".
7041
e4a2df64
AC
70422004-05-08 Andrew Cagney <cagney@redhat.com>
7043
e6b55ae2
AC
7044 * gdbint.texinfo (Target Architecture Definition): Delete
7045 description of DO_DEFERRED_STORES.
7046
28954179
AC
7047 * gdbint.texinfo (Target Architecture Definition): Delete
7048 references to DEPRECATED_FIX_CALL_DUMMY.
7049
434b87dd
AC
7050 * gdbint.texinfo (Target Architecture Definition): Delete
7051 description of DEPRECATED_CALL_DUMMY_WORDS,
7052 DEPRECATED_SIZEOF_CALL_DUMMY_WORDS, and CALL_DUMMY.
7053
58d28df8
AC
7054 * gdbint.texinfo (Target Architecture Definition): Delete
7055 description of DEPRECATED_PUSH_DUMMY_FRAME.
7056
e4a2df64
AC
7057 * gdbint.texinfo (Target Architecture Definition): Delete
7058 reference to DEPRECATED_CALL_DUMMY_BREAKPOINT_OFFSET.
7059
2b4855ab
AC
70602004-05-07 Andrew Cagney <cagney@redhat.com>
7061
7062 * observer.texi (GDB Observers): Add "Debugging" section. Include
7063 cross reference to "set/show debug observer".
7064 * gdb.texinfo (Debugging Output): Document "set/show debug
7065 observer".
7066
fcf70625
AC
70672004-05-01 Andrew Cagney <cagney@redhat.com>
7068
7069 * gdbint.texinfo (Target Architecture Definition): Delete
7070 description of DEPRECATED_PC_IN_SIGTRAMP.
7071
8ee56bcf
AC
70722004-04-30 Andrew Cagney <cagney@redhat.com>
7073
7074 * gdbint.texinfo (Target Architecture Definition): Delete
7075 documentation for BELIEVE_PCC_PROMOTION_TYPE, no longer defined.
7076
67ab9a76
OF
70772004-04-30 Orjan Friberg <orjanf@axis.com>
7078
7079 * observer.texi (GDB Observers): Correct spelling.
7080
79346bcb
OF
70812004-04-26 Orjan Friberg <orjanf@axis.com>
7082
7083 * observer.texi (GDB Observers): Add target_changed event.
7084
7a464420
AC
70852004-04-08 Andrew Cagney <cagney@redhat.com>
7086
7087 * observer.texi (GDB Observers): Rework, provide generic observer
7088 definitions and then a list of observable events.
7089
6cdf9d98
AC
70902004-04-04 Andrew Cagney <cagney@redhat.com>
7091
7092 * gdbint.texinfo (Host Definition): Delete reference to
7093 NO_SIGINTERRUPT.
7094
ddc135a4
AC
70952004-04-02 Andrew Cagney <cagney@redhat.com>
7096
7097 * gdbint.texinfo (Target Architecture Definition): Delete
7098 reference to DEPRECATED_CALL_DUMMY_LENGTH.
7099
6a1b180d
SC
71002004-03-28 Stephane Carrez <stcarrez@nerim.fr>
7101
7102 * gdb.texinfo (TUI Commands): Document tui reg commands.
7103
d0d5df6f
AC
71042004-03-26 Andrew Cagney <cagney@redhat.com>
7105
7106 * gdb.texinfo (TUI): Delete reference to --enable-tui. Mention
7107 "gdbtui".
7108 (Mode Options): Mention "gdbtui". Use "Text" not "Terminal".
7109 (Contributors): Mention both Text and Terminal User Interface.
7110
aa2a3f87
AC
71112004-03-23 Andrew Cagney <cagney@redhat.com>
7112
7113 * gdbint.texinfo (Target Architecture Definition): Deprecate
7114 references to SIGTRAMP_START and SIGTRAMP_END.
7115
f561f026
AC
71162004-03-23 Andrew Cagney <cagney@redhat.com>
7117
7118 * gdbint.texinfo (Target Architecture Definition): Deprecate
7119 references to PC_IN_SIGTRAMP.
7120
33cb8b0f
AC
71212004-03-19 Andrew Cagney <cagney@redhat.com>
7122
7123 * gdbint.texinfo (Target Architecture Definition): Delete
7124 reference to GDB_TARGET_IS_HPPA.
7125
fc989b7a
AC
71262004-03-18 Andrew Cagney <cagney@redhat.com>
7127
7128 * gdbint.texinfo (Coding): Update section on gdbarch_data,
7129 describe pre_init and post_init.
7130
701b08bb
DJ
71312004-03-09 Daniel Jacobowitz <drow@mvista.com>
7132
7133 * gdb.texinfo (Debugging Output): Document values for "set debug
7134 target".
7135
faae5abe
AC
71362004-02-28 Andrew Cagney <cagney@redhat.com>
7137
7138 * gdb.texinfo (Contributors): Mention GDB 6.1 release engineer.
7139
dd79a6cf
JJ
71402004-02-26 Jeff Johnston <jjohnstn@redhat.com>
7141
7142 * gdb.texinfo (breakpoints): Add information about the
7143 new "set breakpoint pending" and "show breakpoint pending"
7144 commands.
7145
e7f16015
AC
71462004-02-26 Andrew Cagney <cagney@redhat.com>
7147
7148 * gdbint.texinfo (Coding): Document use of gdbarch_obstack_zalloc
7149 in Per-architecture module data section.
7150
7161a3a6
RM
71512004-02-25 Roland McGrath <roland@redhat.com>
7152
7153 * gdb.texinfo (General Query Packets): Document qPart:... packets.
7154
2154891a
AC
71552004-02-24 Andrew Cagney <cagney@redhat.com>
7156
7157 * annotate.texinfo: Wrap fdl.texi include in raise/lower sections.
7158 * gdb.texinfo, gdbint.texinfo, stabs.texinfo: Ditto.
7159 * fdl.texi: Import Version 1.2, November 2002.
7161a3a6 7160
6c74ac8b
AC
71612004-02-17 Andrew Cagney <cagney@redhat.com>
7162
7163 * gdb.texinfo (Mode Options): Note that "mi1" is deprecated.
7164
19772a2c
AC
71652004-02-16 Andrew Cagney <cagney@redhat.com>
7166
7167 * gdbint.texinfo (Target Architecture Definition): Deprecate
7168 FRAMELESS_FUNCTION_INVOCATION.
7169
c9830293
AC
71702004-02-16 Andrew Cagney <cagney@redhat.com>
7171
7172 * gdbint.texinfo (Coding): Mention -Wunused-function.
7173
b9d26eb9
AC
71742004-02-14 Andrew Cagney <cagney@redhat.com>
7175
7176 * gdbint.texinfo (Target Architecture Definition): Delete
7177 description of DEPRECATED_CALL_DUMMY_STACK_ADJUST.
7178
49efadf5
EZ
71792004-02-12 Elena Zannoni <ezannoni@redhat.com>
7180
7181 * gdb.texinfo: Properly quote the name "C++".
7182 * gdbint.texinfo: Ditto.
7183 * stabs.texinfo: Ditto.
7184
1eb288ea
EZ
71852004-02-11 Elena Zannoni <ezannoni@redhat.com>
7186
7187 * gdbint.texinfo (Support Libraries): Add doco about obstacks and
7188 minimal information about libiberty.
7189
e4937fc1
MC
71902004-02-06 Michael Chastain <mec.gnu@mindspring.com>
7191
7192 * gdb.texinfo (Auxiliary Vector): Fix thinko with @value{GDBN}.
7193
a9331b3f
RM
71942004-02-04 Roland McGrath <roland@redhat.com>
7195
7196 * gdb.texinfo (Auxiliary Vector): New node (section).
7197 (Data): Add it to the menu.
7198
2650777c
JJ
71992004-02-02 Jeff Johnston <jjohnstn@redhat.com>
7200
7201 * gdb.texinfo (Breakpoints): Add information about pending
7202 breakpoint support.
7203
b4501125
AC
72042004-01-26 Andrew Cagney <cagney@redhat.com>
7205
7206 * gdb.texinfo (Overview): Delete references to the cisco protocol
7207 including the "N" response.
7208
74055713
AC
72092004-01-26 Andrew Cagney <cagney@redhat.com>
7210
7211 * gdbint.texinfo (Target Architecture Definition): Rename
7212 EXTRACT_STRUCT_VALUE_ADDRESS to
7213 DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS.
a9331b3f 7214
3bbe9696
EZ
72152004-01-24 Eli Zaretskii <eliz@gnu.org>
7216
7217 * gdb.texinfo (KOD): Document "show os". Add index entries for
7218 "set/show os" and "info cisco" commands.
7219
5843504f
EZ
72202004-01-21 Eli Zaretskii <eliz@gnu.org>
7221
7222 * Makefile.in (install-info): Prepend $(DESTDIR) to $(infodir).
7223
9175c9a3
MC
72242004-01-19 Michael Chastain <mec.gnu@mindspring.com>
7225
7226 * gdbint.texinfo: Delete USE_MMALLOC, NO_MMCHECK, MMCHECK_FORCE,
7227 MMAP_BASE_ADDRESS, MMAP_INCREMENT.
7228
8e94b928
NR
72292004-01-19 Nick Roberts <nick@nick.uklinux.net>
7230
7231 * gdb.texinfo (GDB/MI Stack Manipulation): Describe extension to
7232 -stack-list-locals.
7233 (GDB/MI Variable Objects): Describe extension to
7234 -var-list-children.
7235
a20cf136
DJ
72362004-01-17 Daniel Jacobowitz <drow@mvista.com>
7237
7238 * gdbint.texinfo (DECR_PC_AFTER_HW_BREAK): Don't document.
7239
afb18d0f
AC
72402004-01-17 Andrew Cagney <cagney@redhat.com>
7241
7242 * gdbint.texinfo (Target Architecture Definition): Delete
7243 documentation on DEPRECATED_NPC_REGNUM.
7244
b51970ac
DJ
72452004-01-13 Daniel Jacobowitz <drow@mvista.com>
7246
7247 * gdb.texinfo: Update copyright year. Mention that set
7248 follow-fork-mode is supported on GNU/Linux. Remove documentation of
7249 "set follow-fork-mode ask".
7250
0f0cffd2
AC
72512004-01-13 Andrew Cagney <cagney@redhat.com>
7252
7253 * gdbint.texinfo: Update copyright year.
7254 (Coding): Add -Wunused-label to list of -Werror warnings.
7255
c552b3bb 72562004-01-08 Jason Molenda <jmolenda@apple.com>
5ae4183a 7257 Eli Zaretskii <eliz@gnu.org>
c552b3bb
JM
7258
7259 * gdb.texinfo: Update copyright.
7260 (Objective-C): "methodName" typeo fixed. Add @code/@var markup
7261 around names, as appropriate. Minor syntax cleanup of
7262 _NSPrintForDebugger explanation. Two spaces after periods.
7263 GDBN used instead of lit. "gdb". Index entries added for
7264 print-object and _NSPrintForDebugger. @noindent added in one spot.
7265
afe157ca
EZ
72662003-11-11 Elena Zannoni <ezannoni@redhat.com>
7267
7268 * stabs.texinfo: Add dircategory and direntry commands.
7269 * annotate.texinfo: Ditto.
7270
963e2bb7
AC
72712003-11-10 Andrew Cagney <cagney@redhat.com>
7272
7273 * gdbint.texinfo (Target Architecture Definition): Replace the
7274 return_value method's "inval" and "outval" parameters with
7275 "readbuf" and "writebuf".
7276
1d8b2f28
JB
72772003-10-28 Jim Blandy <jimb@redhat.com>
7278
7279 * gdb.texinfo (The F request packet, The F reply packet): Renamed
7280 from "The `F' request packet" and "The `F' reply packet", to make
7281 texi2dvi happy.
7282 (File-I/O remote protocol extension): Update menu entries, too.
7283
36d86913
MC
72842003-10-26 Michael Chastain <mec@shout.net>
7285
7286 * gdb.texinfo (Thread Stops): Document the issue with
7287 premature return from system calls in multi-threaded programs.
7288
ce2826aa
AC
72892003-10-24 Andrew Cagney <cagney@redhat.com>
7290
7291 * annotate.texinfo: Fix "fortunatly"[sic].
7292
f24c5e49
KI
72932003-10-23 Kei Sakamoto <sakamoto.kei@renesas.com>
7294
7295 * gdb.texinfo (Contributors to GDB): Replace "Renesas"
7296 with "Hitachi" and "Mitsubishi".
7297
92ad9cd9
AC
72982003-10-20 Andrew Cagney <cagney@redhat.com>
7299
7300 * gdbint.texinfo (Target Architecture Definition): Document
7301 gdbarch_return_value. Add cross references from
7302 USE_STRUCT_CONVENTION, EXTRACT_RETURN_VALUE, and
7303 STORE_RETURN_VALUE, and from/to EXTRACT_STRUCT_VALUE_ADDRESS.
7304
0ab4b752
MK
73052003-10-18 Mark Kettenis <kettenis@gnu.org>
7306
7307 * gdbint.texinfo (Target Architecture Definition): Document
7308 regset_from_core_section.
fb3e19c0
KI
7309
73102003-10-16 Kei Sakamot Sakamoto <sakamoto.kei@renesas.com>
7311
7312 * gdb.texinfo (M32R/D): Mention m32rsdi target.
7313
a9331b3f 73142003-10-15 Kevin Buettner <kevinb@redhat.com>
e4d5f7e1
KB
7315
7316 From Anthony Green <green@redhat.com>:
5ae4183a 7317 * gdb.texinfo (Breakpoints related warnings): Insert into menu.
e4d5f7e1 7318
1485d690
KB
73192003-10-14 Kevin Buettner <kevinb@redhat.com>
7320
889bf7c5
PA
7321 * gdb.texinfo (Breakpoint related warnings): New node.
7322 * gdbint.texinfo (ADJUST_BREAKPOINT_ADDRESS): Document.
a9331b3f 7323
86d30acc
DJ
73242003-10-13 Daniel Jacobowitz <drow@mvista.com>
7325
7326 * gdb.texinfo (Remote Protocol): Document v and vCont.
7327
172c2a43
KI
73282003-10-10 Kei Sakamoto <sakamoto.kei@renesas.com>
7329
7330 * gdb.texinfo: Replace "Hitachi" and "Mitsubishi" with "Renesas".
7331 * gdbint.texinfo: Ditto.
7332
71952f4c
AC
73332003-10-09 Andrew Cagney <cagney@redhat.com>
7334
7335 From 2003-09-18 David Anderson <davea@sgi.com>:
7336 * gdb.texinfo (GDB/MI Symbol Query): Replace "comamnd" with
7337 "command".
7338
268e2188
AC
73392003-10-03 Andrew Cagney <cagney@redhat.com>
7340
7341 * gdbint.texinfo (Target Architecture Definition): Deprecate
7342 IBM6000_TARGET. Mention that it implies an RS/6000 system and not
7343 just target.
7344
12c266ea 73452003-10-02 Andrew Cagney <cagney@redhat.com>
2e092625 7346
f30992d4 7347 * gdbint.texinfo (Target Architecture Definition): Rename
12c266ea
AC
7348 REGISTER_RAW_SIZE to DEPRECATED_REGISTER_RAW_SIZE.
7349 * gdb.texinfo (Packets, Stop Reply Packets): Ditto.
7350 * gdbint.texinfo (Target Architecture Definition): Rename
7351
73522003-09-30 Andrew Cagney <cagney@redhat.com>
7353
f30992d4 7354 REGISTER_VIRTUAL_SIZE to DEPRECATED_REGISTER_VIRTUAL_SIZE.
a9331b3f 7355 (Target Architecture Definition):
f30992d4 7356
2e092625
AC
7357 * gdbint.texinfo (Target Architecture Definition): Rename
7358 REGISTER_VIRTUAL_TYPE to DEPRECATED_REGISTER_VIRTUAL_TYPE.
7359
0717ae8a
AC
73602003-09-29 Andrew Cagney <cagney@redhat.com>
7361
dad809b7
AC
7362 * gdbint.texinfo (Target Architecture Definition): Delete
7363 documentation for NEED_TEXT_START_END.
7364
0717ae8a
AC
7365 * gdbint.texinfo (Target Architecture Definition): Rename
7366 NPC_REGNUM to DEPRECATED_NPC_REGNUM. Add cross reference to
7367 TARGET_WRITE_PC.
a9331b3f 7368
af6cf26d
MC
73692003-09-22 Michael Chastain <mec@shout.net>
7370
7371 * gdbint.texinfo (Testsuite Organization): Change gdb.c++ to gdb.cp.
7372
ee206350
AG
73732003-09-21 Anthony Green <green@redhat.com>
7374
7375 * gdbint.texinfo (Target Architecture Definition): Fix typos.
7376
a38c9fe6
MK
73772003-09-21 Mark Kettenis <kettenis@gnu.org>
7378
7379 * gdbint.texinfo (Target Architecture Definition): Document
7380 stabs_argument_has_addr.
7381
77949794
AC
73822003-09-18 Andrew Cagney <cagney@redhat.com>
7383
7384 * gdbint.texinfo (Target Architecture Definition): Delete
7385 documentation on REGISTER_NAMES.
7386
8e823e25
MK
73872003-09-13 Mark Kettenis <kettenis@gnu.org>
7388
7389 * gdbint.texinfo (Target Architecture Definition): Replace
7390 REG_STRUCT_HAS_ADDR with DEPRECATED_REG_STRUCT_HAS_ADDR.
7391
f27dd7fd
AC
73922003-09-11 Andrew Cagney <cagney@redhat.com>
7393
7394 * gdbint.texinfo (Target Architecture Definition): Replace
7395 STACK_ALIGN with DEPRECATED_STACK_ALIGN.
7396
8b148df9
AC
73972003-08-18 Andrew Cagney <cagney@redhat.com>
7398
7399 * gdbint.texinfo (Target Architecture Definition): Document
7400 "frame_red_zone_size".
7401
25d29d70
AC
74022003-08-09 Andrew Cagney <cagney@redhat.com>
7403
7404 * gdb.texinfo (Backtrace): Replace "set/show backtrace-below-main"
7405 with "set/show backtrace past-main" and "set/show backtrace
7406 limit".
7407
c938e9b0
L
74082003-08-08 H.J. Lu <hongjiu.lu@intel.com>
7409
7410 * Makefile.in (install-info): Support DESTDIR.
7411 (install-html): Likewise.
7412
64fabec2
AC
74132003-08-07 Andrew Cagney <cagney@redhat.com>
7414
7415 Patch from Nick Roberts.
7416 * gdb.texinfo (Using GDB under GNU Emacs): Fix/update key
7417 bindings. Remove description of send-gdb-command.
7418
2fcf52f0
AC
74192003-08-07 Andrew Cagney <cagney@redhat.com>
7420
7421 * gdb.texinfo (Mode Options): Mention that "mi2" was included in
7422 GDB 6.0.
7423
086432e2
AC
74242003-08-06 Andrew Cagney <cagney@redhat.com>
7425
7426 * gdb.texinfo (Mode Options): Mention that level three is the
7427 highest available and that level 2 is deprecated.
7428 (Annotations Overview): Mention annotation levels. Cross reference
7429 to "Limitations of the Annotation Interface" in annotate.texi.
7430 (TODO, Value Annotations, Frame Annotations): Delete section.
7431 (Displays, Breakpoint Info): Delete.
7432
e5249f67
AC
74332003-08-04 Andrew Cagney <cagney@redhat.com>
7434
7435 * agentexpr.texi: Delete @bye.
7436 * Makefile.in (STABS_DOC_SOURCE_INCLUDES): Add "fdl.texi"
7437 (stabs.info): Add $(srcdir) to include search path.
7438 (html): Depend on "annotate_toc.html", and not "annotate.html".
7439 * stabs.texinfo: Ditto. Include "fdl.texi".
7440 * gdbint.texinfo: Update copyright statement's list of invariant
7441 sections.
7442
e6f672d2
AC
74432003-07-28 Andrew Cagney <cagney@redhat.com>
7444
7445 * Makefile.in (INFO_DEPS): Add annotate.info.
7446 (dvi, ps, html, pdf): Add annotate.
7447 (ANNOTATE_DOC_SOURCE_INCLUDES): New macro.
7448 (ANNOTATE_DOC_BUILD_INCLUDES): New macro.
7449 (ANNOTATE_DOC_FILES): New macro.
7450 (ANNOTATE_TEX_TMPS): New macro.
7451 (annotate.info, annotate_toc.html): Specify dependencies.
7452 (annotate.ps, annotate.pdf, annotate.dvi): Ditto.
7453 * annotate.texinfo: Rename annotate.texi. Get building. Add
7454 "Migrating to GDB/MI" and "Limitations of the Annotation
7455 Interface" chapters. Mention why it is not part of the user
7456 guide. Update copyright notice. Include "fdl.texi".
7457
72ffddc9
SC
74582003-07-26 Stephane Carrez <stcarrez@nerim.fr>
7459
7460 * gdb.texinfo (TUI Keys): Document C-x o key to switch active window.
7461
a9f12a31
DJ
74622003-07-24 Daniel Jacobowitz <drow@mvista.com>
7463
7464 * gdbint.texinfo (libgdb components): Correct a GDB to GDBN.
7465
b1fe9455
DJ
74662003-07-24 Daniel Jacobowitz <drow@mvista.com>
7467
7468 * gdb.texinfo (Server): Mention pidof.
7469
153721e6
AC
74702003-07-22 Andrew Cagney <cagney@redhat.com>
7471
7472 * gdbint.texinfo (Coding): Add -Wformat-nonliteral to -Werror
7473 list.
7474
0fac0b41
DJ
74752003-06-28 Daniel Jacobowitz <drow@mvista.com>
7476
7477 * gdb.texinfo (Logging output): New chapter.
7478
4e562065
JB
74792003-06-24 Joel Brobecker <brobecker@gnat.com>
7480
7481 * gdb.texinfo (Unsupported languages): New section.
7482 (Languages): Add link to new section.
7483
f2c06f52
AC
74842003-06-22 Andrew Cagney <cagney@redhat.com>
7485
7486 * gdb.texinfo (Contributors): Mention 6.0 release engineer.
7487
b4177fca
DJ
74882003-06-22 Daniel Jacobowitz <drow@mvista.com>
7489
7490 * gdbint.texinfo (Coding): Clarify use of gdb_XXX.h headers.
7491
f418dd93
DJ
74922003-06-22 Daniel Jacobowitz <drow@mvista.com>
7493
7494 * Makefile.in (SFILES_INCLUDED): Add agentexpr.texi.
7495 * agentexpr.texi: Retitle section, and change it to an appendix.
7496 Comment out texinfo initialization. Factor a @var{} into two
7497 pieces to prevent makeinfo warnings.
7498 * gdb.texinfo: Add Agent Expressions appendix.
7499
4ca61388
DJ
75002003-06-19 Daniel Jacobowitz <drow@mvista.com>
7501
7502 * gdbint.texinfo (Native Conditionals): Remove PREPARE_TO_PROCEED.
7503
07f31aa6
DJ
75042003-06-18 Daniel Jacobowitz <drow@mvista.com>
7505
5ae4183a 7506 * gdb.texinfo (Remote Debugging): New section "Connecting to a
07f31aa6
DJ
7507 remote target". Document the "detach" and "disconnect" commands.
7508 (Server, Netware, Debug Session): Reference "Connecting to a
7509 remote target".
7510 (GDB/MI Target Manipulation): Document "-target-disconnect".
7511
2dd0da42
AC
75122003-06-13 Andrew Cagney <cagney@redhat.com>
7513
7514 * gdbint.texinfo (Target Architecture Definition): Deprecate
7515 REMOTE_BREAKPOINT, LITTLE_REMOTE_BREAKPOINT, and
7516 BIG_REMOTE_BREAKPOINT. Cross reference BREAKPOINT_FROM_PC.
7517
e7a3abfc
JB
75182003-06-09 Jim Blandy <jimb@redhat.com>
7519
7520 * gdb.texinfo (Separate Debug Files): Remove extra semicolon.
7521
25e3a86b
AC
75222003-06-08 Andrew Cagney <cagney@redhat.com>
7523
7524 * gdbint.texinfo (Target Architecture Definition): Delete
7525 documentation on FRAME_ARGS_ADDRESS_CORRECT.
7526
a9e5fdc2
AC
75272003-06-08 Andrew Cagney <cagney@redhat.com>
7528
7529 * gdbint.texinfo (Target Architecture Definition): Document
7530 "unwind_sp". Cross reference "unwind_sp" and TARGET_READ_SP.
7531
b37303ee
AF
75322003-06-07 Adam Fedor <fedor@gnu.org>
7533
7534 * gdb.texinfo: Add Objective-C documentation.
7535
39fe6e80
AC
75362003-06-01 Andrew Cagney <cagney@redhat.com>
7537
7538 * gdbint.texinfo (Target Architecture Definition): Add "func_addr"
7539 parameter to "push_dummy_call". Rename "dummy_addr" to "bp_addr".
7540
125309b2
AC
75412003-05-21 Andrew Cagney <cagney@redhat.com>
7542
7543 * gdbint.texinfo (Target Architecture Definition): Delete
7544 references to "extract_address" and "store_address".
7545
b8b527c5
AC
75462003-05-16 Andrew Cagney <cagney@redhat.com>
7547
7548 * gdbint.texinfo (Target Architecture Definition): Replace
7549 REGISTER_BYTES with DEPRECATED_REGISTER_BYTES. Fix typo,
7550 DEPRECATED_REGISTER_SIZE instead of REGISTER_BYTE.
7551
50e3ee83
TR
75522003-05-14 Theodore A. Roth <troth@openavr.org>
7553
7554 * gdbint.texinfo (Breakpoint Handling): Correct a double negative.
7555
44e2be90
L
75562003-05-10 H.J. Lu <hongjiu.lu@intel.com>
7557
7558 * Makefile.in (gdb-cfg.texi): Replace $$LN_S with $(LN_S).
7559 (gdb.dvi): Likewise.
7560 (gdb.pdf): Likewise.
7561 (links2roff): Likewise.
7562
df5215a6
JB
75632003-05-08 Jim Blandy <jimb@redhat.com>
7564
7565 * gdb.texinfo (Dump/Restore Files): Update documentation for
7566 'dump', 'append', and 'restore': note that format argument is
7567 optional; simplify presentation of the command variants; and be
7568 more precise about the formats.
7569
5e7b2f39
JB
75702003-05-07 Jim Blandy <jimb@redhat.com>
7571
7572 * gdb.texinfo (Symbols): Update documentation: 'maint list
7573 symtabs' and 'maint list psymtabs' have been renamed 'maint info
7574 symtabs' and 'maint info psymtabs'.
7575
b1e29e33
AC
75762003-05-05 Andrew Cagney <cagney@redhat.com>
7577
7578 * gdbint.texinfo (Target Architecture Definition): Make
7579 CALL_DUMMY_WORDS, SIZEOF_CALL_DUMMY_WORDS, CALL_DUMMY_LENGTH,
7580 FIX_CALL_DUMMY, CALL_DUMMY_BREAKPOINT_OFFSET and
7581 CALL_DUMMY_BREAKPOINT_OFFSET deprecated.
7582
00905d52
AC
75832003-05-04 Andrew Cagney <cagney@redhat.com>
7584
7585 * gdb.texinfo (Maintenance Commands): Document "maint print
7586 dummy-frames".
7587
54ff5908
AC
75882003-05-04 Andrew Cagney <cagney@redhat.com>
7589
7590 * gdb.texinfo (GDB/MI Symbol Query): Use @{ and @}.
7591
32e7087d
JB
75922003-05-03 J. Brobecker <brobecker@gnat.com>
7593
7594 Thierry Schneider <tpschneider1@yahoo.com>
7595 * gdb.texinfo (section GDB/MI Symbol Query): Add documentation
7596 for new MI command.
7597
7043d8dc
AC
75982003-05-03 Andrew Cagney <cagney@redhat.com>
7599
7600 * gdbint.texinfo (Target Architecture Definition): Document
7601 push_dummy_code. Add cross references.
7602
e33d66ec
EZ
76032003-05-02 Elena Zannoni <ezannoni@redhat.com>
7604
7605 * gdb.texinfo (Character Sets): Update to reflect new behavior of
7606 set/show charsets commands.
7607
0ba6dca9
AC
76082003-04-28 Andrew Cagney <cagney@redhat.com>
7609
7610 * gdbint.texinfo (Target Architecture Definition): Replace
7611 read_fp, TARGET_READ_FP and FP_REGNUM, with deprecated_read_fp,
7612 DEPRECATED_TARGET_READ_FP and DEPRECATED_REGNUM.
7613
d7a27068
AC
76142003-04-28 Andrew Cagney <cagney@redhat.com>
7615
7616 * gdbint.texinfo (Target Architecture Definition): Rename
7617 "tm_print_insn" to "deprecated_tm_print_insn".
7618
44ea7b70
JB
76192003-04-09 Jim Blandy <jimb@redhat.com>
7620
7621 * gdb.texinfo (Symbols): Document 'maint list symtabs' and 'maint
7622 list psymtabs'.
7623
fb8f8949
AC
76242003-04-08 Andrew Cagney <cagney@redhat.com>
7625
7626 * gdbint.texinfo (Target Architecture Definition): Delete
7627 references to EXTRA_FRAME_INFO.
7628
32fb0f22
AC
76292003-04-08 Andrew Cagney <cagney@redhat.com>
7630
7631 * gdbint.texinfo (Target Architecture Definition): Delete
7632 PRINT_TYPELESS_INTEGER.
7633
6be67e67
JB
76342003-04-02 J. Brobecker <brobecker@gnat.com>
7635
7636 * observer.texi (GDB Observers): Adjust the documentation for the
7637 normal_stop notification to better describe reality. Fix a couple
7638 of minor typos.
7639
4e35d5f0
BR
76402003-04-02 Bob Rossi <bob_rossi@cox.net>
7641
a9331b3f 7642 * gdb.texinfo (GDB/MI Program Control): Add
4e35d5f0
BR
7643 '-file-list-exec-source-file'
7644
e8a8712a
AC
76452003-03-31 Andrew Cagney <cagney@redhat.com>
7646
7647 * gdbint.texinfo (Target Architecture Definition): Delete
7648 references to CALL_DUMMY_P.
7649
6c0e89ed
AC
76502003-03-30 Andrew Cagney <cagney@redhat.com>
7651
7652 * gdbint.texinfo (Target Architecture Definition): Remove
7653 reference to TARGET_WRITE_SP.
a9331b3f 7654
378bfd1b
AC
76552003-03-27 Andrew Cagney <cagney@redhat.com>
7656
7657 * gdbint.texinfo (Target Architecture Definition): Remove
7658 references to write_sp.
6c0e89ed 7659
922fbb7b
AC
76602003-03-27 Andrew Cagney <cagney@redhat.com>
7661
7662 * gdb.texinfo (GDB/MI Variable Objects): Replace @include with
7663 chapter body. Use @smallexample instead of @example.
7664 (Annotations): Ditto.
7665 * Makefile.in (GDB_DOC_SOURCE_INCLUDES): Remove gdbmi.texinfo and
7666 annotate.texi.
7667
b81774d8
AC
76682003-03-26 Andrew Cagney <cagney@redhat.com>
7669
7670 * gdbint.texinfo (Target Architecture Definition): Replace
7671 PUSH_ARGUMENTS with push_dummy_call, add gdbarch, regcache and
7672 dummy_addr parameters.
7673
1bf6d5cc
AC
76742003-03-25 Andrew Cagney <cagney@redhat.com>
7675
7676 * gdbint.texinfo (Target Architecture Definition): Delete
7677 reference to CALL_DUMMY_STACK_ADJUST_P. Rename
7678 CALL_DUMMY_STACK_ADJUST to DEPRECATED_CALL_DUMMY_STACK_ADJUST.
7679 Add reference to PUSH_ARGUMENTS.
7680
618ce49f
AC
76812003-03-23 Andrew Cagney <cagney@redhat.com>
7682
7683 * gdbint.texinfo (Algorithms, Target Architecture Definition):
7684 Deprecate FRAME_CHAIN and FRAME_CHAIN_VALID.
7685
bcd7e15f
JB
76862003-03-18 J. Brobecker <brobecker@gnat.com>
7687
7688 * gdbint.texinfo (Algorithms): Add new section describing the
7689 Observer paradigm.
7690 (Top): Add menu entry to new observer appendix.
7691 * observer.texi: New file.
7692 * Makefile.in (GDBINT_DOC_SOURCE_INCLUDES): Add dependency on
7693 new observer.texi file.
7694
9fe8321b
AC
76952003-03-17 Andrew Cagney <cagney@redhat.com>
7696
7697 * gdb.texinfo (DATE): Delete. Remove date from titles. Mention
7698 that GNU Press update the manual version number.
7699
ac2adee5
AC
77002003-03-12 Andrew Cagney <cagney@redhat.com>
7701
7702 * gdbint.texinfo (Target Architecture Definition): Delete
7703 references to get_saved_register. Rename GET_SAVED_REGISTER to
7704 DEPRECATED_GET_SAVED_REGISTER.
7705
749b82f6
AC
77062003-03-13 Andrew Cagney <cagney@redhat.com>
7707
7708 * gdbint.texinfo (Target Architecture Definition): Replace
7709 POP_FRAME with DEPRECATED_POP_FRAME. Update description.
7710
8bedc050
AC
77112003-03-12 Andrew Cagney <cagney@redhat.com>
7712
7713 * gdbint.texinfo (Target Architecture Definition): Rename
7714 FRAME_SAVED_PC to DEPRECATED_FRAME_SAVED_PC.
a9331b3f 7715
0ce1b118
CV
77162003-03-10 Corinna Vinschen <vinschen@redhat.com>
7717
7718 * gdb.texinfo: Add File-I/O documentation.
7719
12cc2063
AC
77202003-03-10 Andrew Cagney <cagney@redhat.com>
7721
7722 * gdbint.texinfo (Target Architecture Definition): Cross reference
7723 FRAME_SAVED_PC to unwind_pc. Document unwind_pc.
7724
7453dc06
AC
77252003-03-07 Andrew Cagney <cagney@redhat.com>
7726
7727 * gdb.texinfo (Debugging Output): Mention the "set/show debug
7728 frame" command.
7729
6314f104
AC
77302003-03-05 Andrew Cagney <cagney@redhat.com>
7731
7732 * gdbint.texinfo (Target Architecture Definition): Document
7733 unwind_dummy_id. Cross reference unwind_dummy_id and
7734 SAVE_DUMMY_FRAME_TOS.
7735
f1212245
DJ
77362003-03-05 James Ingham <jingham@apple.com>
7737 Daniel Jacobowitz <drow@mvista.com>
7738
7739 * gdb.texinfo (Configuring the current ABI): Document "set cp-abi"
7740 and "show cp-abi".
7741
77e7e267
AC
77422003-03-03 Andrew Cagney <cagney@redhat.com>
7743
7744 * gdbint.texinfo (Target Architecture Definition): Document
7745 register_type.
7746
838a8221
AC
77472003-03-03 Andrew Cagney <cagney@redhat.com>
7748
7749 * stabs.texinfo (Structures): Use @samp and separate @var's
7750 instead of a single @var containing a comma separated list.
7751 (Unions): Ditto.
7752
d7f4a264
DJ
77532003-03-02 Daniel Jacobowitz <drow@mvista.com>
7754
7755 * Makefile.in (distclean): Remove config.log.
7756
f30ee0bc
AC
77572003-03-01 Andrew Cagney <cagney@redhat.com>
7758
7759 * gdbint.texinfo (Target Architecture Definition): Rename
7760 FRAME_INIT_SAVED_REGS to DEPRECATED_FRAME_INIT_SAVED_REGS.
7761
77622003-03-01 Andrew Cagney <cagney@redhat.com>
e9582e71
AC
7763
7764 * gdbint.texinfo: Rename INIT_EXTRA_FRAME_INFO to
7765 DEPRECATED_INIT_EXTRA_FRAME_INFO.
7766
be448670
CF
77672003-02-23 Raoul Gough <RaoulGough@yahoo.co.uk>
7768
7769 * gdb.texinfo (Cygwin Native): Links to Non-debug DLL symbols.
7770 (Non-debug DLL symbols): New node, describing the minimal symbols
7771 loaded from DLLs without real debugging symbols.
7772
501eef12
AC
77732003-02-20 Andrew Cagney <ac131313@redhat.com>
7774
7775 * gdb.texinfo (Set Breaks): Add cross reference to "set remote
7776 hardware-breakpoint-limit".
7777 (Set Watchpoints): Add cross reference to "set remote
7778 hardware-watchpoint-limit".
7779 (Remote configuration options): New section.
7780
21c294e6
AC
77812003-02-04 Andrew Cagney <ac131313@redhat.com>
7782
e9be73e4
AC
7783 * gdbint.texinfo (Target Architecture Definition): Delete
7784 descrption of IS_TRAPPED_INTERNALVAR.
7785
21c294e6
AC
7786 From Keith Seitz <keiths@redhat.com>:
7787 * gdb.texinfo (Interpreters): New chapter. Refer the command-line
7788 option "-i"/"--interpreter" to this chapter. Include index
7789 entries.
7790
0179ffac
DC
77912003-02-04 David Carlton <carlton@math.stanford.edu>
7792
7793 * gdb.texinfo (C@t{++}): Recommend DWARF 2, then stabs+.
7794 (Variables): Recommend stabs+ and DWARF 2.
7795 (C plus plus expressions): Correct info about
7796 compiler versions, debug formats.
7797 (Contributors): Change 'DWARF2' to 'DWARF 2'.
7798 PR symtab/874.
7799
7ca9f392
AC
78002003-02-01 Andrew Cagney <ac131313@redhat.com>
7801
7802 * gdbint.texinfo (Target Architecture Definition): Delete
7803 description of ADDITIONAL_OPTIONS, ADDITIONAL_OPTION_CASES,
7804 ADDITIONAL_OPTION_HANDLER, and ADDITIONAL_OPTION_HELP, and
7805 BEFORE_MAIN_LOOP_HOOK, and DBX_PARM_SYMBOL_CLASS along with
7806 references to nindy and i960.
7807 * gdb.texinfo (i960): Delete all references to i960 and nindy.
7808
31a85ea2
AC
78092003-02-01 Andrew Cagney <ac131313@redhat.com>
7810
7811 * gdbint.texinfo (Target Architecture Definition): Delete
7812 FLOAT_INFO.
7813
6b894e49
AC
78142003-01-30 Andrew Cagney <ac131313@redhat.com>
7815
7816 * stabs.texinfo (Member Type Descriptor): Clarify description of
7817 `@'. Suggested by Ben Hutchings.
7818
c48861fb
AC
78192003-01-29 Andrew Cagney <ac131313@redhat.com>
7820
7821 * gdb.texinfo (M68K): Delete reference to es1800.
7822
617073a9
AC
78232003-01-29 Andrew Cagney <ac131313@redhat.com>
7824
7825 * gdb.texinfo (Maintenance Commands): Document `maint print
7826 reggroups' and `maint print register-groups'.
7827 * gdbint.texinfo (Target Architecture Definition): Document
7828 register_reggroup_p.
7829
5b5d99cf
JB
78302003-01-23 Jim Blandy <jimb@redhat.com>
7831
7832 * gdb.texinfo (Separate Debug Files): New section.
7833
e7ba9c65
DJ
78342003-01-22 Daniel Jacobowitz <drow@mvista.com>
7835
7836 * gdb.texinfo (Maintenance Commands): Add "maint set profile"
7837 and "maint show profile".
7838
94e91d6d
MC
78392003-01-16 Michael Chastain <mec@shout.net>
7840
7841 * gdb.texinfo (Installing GDB): Warn against
7842 ".../gdb-VERSION/gdb/configure".
7843 (Separate Objdir): Likewise.
7844
867f3898
AC
78452003-01-15 Andrew Cagney <ac131313@redhat.com>
7846
7847 * gdbint.texinfo (Target Architecture Definition): Delete
7848 definition of PRINT_REGISTER_HOOK.
7849
f153cc92
EZ
78502003-01-15 Elena Zannoni <ezannoni@redhat.com>
7851
7852 (OpenRISC 1000): Fix formatting of command names.
7853
c60eb6f1
EZ
78542003-01-15 Elena Zannoni <ezannoni@redhat.com>
7855
7856 * gdb.texinfo (Continuing and Stepping): Add new command
7857 'advance'. Clarify behavior of 'until'.
7858
f5ebfba0
DJ
78592003-01-13 Daniel Jacobowitz <drow@mvista.com>
7860
7861 * gdb.texinfo (Files): Document solib-absolute-prefix and
7862 solib-search-path.
7863
4ce8657e
MC
78642003-01-09 Michael Chastain <mec@shout.net>
7865
7866 * gdbint.texinfo (Configuring @value{GDBN} for Release): Delete.
7867 (Create a Release): Add new instructions for new @file{src-release}.
7868 Document existing instructions for @file{Makefile.in} as
7869 being for @value{GDBN} 5.3.1 or earlier.
7870
372613e3
AC
78712003-01-09 Andrew Cagney <ac131313@redhat.com>
7872
7873 * gdbint.texinfo (Target Architecture Definition): Mention
7874 frame_saved_regs_zalloc and frame_extra_info_zalloc as the way to
7875 allocate memory.
7876
b4e9345d
DJ
78772003-01-04 Daniel Jacobowitz <drow@mvista.com>
7878
7879 * gdb.texinfo (Controlling GDB): Add @kindex for
7880 "show osabi".
7881 (Backtraces): Add @kindex's for backtrace-below-main.
7882
98b45e30
DJ
78832003-01-04 Daniel Jacobowitz <drow@mvista.com>
7884
7885 * gdb.texinfo (Controlling GDB): Document "set osabi".
7886
95f90d25
DJ
78872003-01-04 Daniel Jacobowitz <drow@mvista.com>
7888
7889 * gdb.texinfo (Backtraces): Document "set backtrace-below-main".
7890 * gdbint.texinfo (FRAME_CHAIN_VALID): Update documentation.
7891
1e698235
DJ
78922003-01-04 Daniel Jacobowitz <drow@mvista.com>
7893
7894 * gdb.texinfo (Controlling GDB): Add ABI section. Document
7895 "set coerce-float-to-double".
7896 * gdbint.texinfo (COERCE_FLOAT_TO_DOUBLE): Remove documentation.
7897
e632838e
AC
78982003-01-02 Andrew Cagney <ac131313@redhat.com>
7899
7900 * stabs.texinfo: Remove obsolete text.
7901 * gdbint.texinfo: Ditto.
7902 * gdb.texinfo: Ditto.
7903
c133ab7a
MK
79042002-12-22 Mark Kettenis <kettenis@gnu.org>
7905
7906 * gdbint.texinfo (Target Architecture Definition): Update
7907 description of gdbarch_register_osabi.
7908
f821f325
KH
79092002-12-20 Kazu Hirata <kazu@cs.umass.edu>
7910
7911 * agentexpr.texi: Fix typos.
7912 * annotate.texi: Likewise.
7913 * fdl.texi: Likewise.
7914
85a6d8d3 79152002-12-10 Andrew Cagney <cagney@redhat.com>
a5afb99f
AC
7916
7917 * gdbint.texinfo (Algorithms): Replace INIT_FRAME_PC with
7918 DEPRECATED_INIT_FRAME_PC.
7919
ae45cd16
AC
79202002-12-01 Andrew Cagney <ac131313@redhat.com>
7921
7922 * gdbint.texinfo (Target Architecture Definition): Delete
7923 PC_IN_CALL_DUMMY.
7924
07555a72
AC
79252002-11-28 Andrew Cagney <ac131313@redhat.com>
7926
7927 * gdbint.texinfo (Host Definition): Delete documentation on
7928 USE_GENERIC_DUMMY_FRAMES.
7929
c166cdc7
EZ
79302002-11-26 Elena Zannoni <ezannoni@redhat.com>
7931
5ae4183a 7932 Fix PR gdb/723 and PR gdb/245.
c166cdc7
EZ
7933 * Makefile.in (install-info): Run the install-info command as part
7934 of the post install steps only.
7935 (uninstall-info): New target.
7936 (uninstall): New target.
7937
35db0260
EZ
79382002-11-22 Elena Zannoni <ezannoni@redhat.com>
7939
7940 * Makefile.in (install): Make install do some real work.
7941
9ba8d803
AC
79422002-11-19 Andrew Cagney <ac131313@redhat.com>
7943
7944 Fix POSIX problem reported by Paul Eggert.
7945 * Makefile.in (GDBvn.texi): Use `sed q' instead of `head -1'.
7946 Fix PR gdb/527.
7947
903ad3a6
AC
79482002-10-26 Andrew Cagney <cagney@redhat.com>
7949
7950 * gdbint.texinfo (Target Architecture Definition): Delete
7951 definition of DO_REGISTERS_INFO.
7952
f2abfe65
KB
79532002-10-18 Kevin Buettner <kevinb@redhat.com>
7954
7955 * gdbint.texinfo (Address Classes): Fix problems with insertion
7956 of ``{'' and ``}'' in example.
7957
b5b0480a
KB
79582002-10-17 Kevin Buettner <kevinb@redhat.com>
7959
7960 * gdbint.texinfo (Address Classes): New section.
7961 (Target Conditionals): Document ADDRESS_CLASS_NAME_TO_TYPE_FLAGS,
7962 ADDRESS_CLASS_NAME_TO_TYPE_FLAGS_P, ADDRESS_CLASS_TYPE_FLAGS,
7963 ADDRESS_CLASS_TYPE_FLAGS_P, ADDRESS_CLASS_TYPE_FLAGS_TO_NAME, and
7964 ADDRESS_CLASS_TYPE_FLAGS_TO_NAME_P.
7965
c85508ee
KD
79662002-10-11 Klee Dienes <kdienes@apple.com>
7967
7968 * gdb.texinfo (Registers): Mention vector registers as well as
7969 floating registers in the documentation for 'info registers' and
7970 'info all-registers'.
7971
6d12fc3d
DJ
79722002-10-11 Daniel Jacobowitz <drow@mvista.com>
7973
7974 * gdbint.texinfo (CPLUS_MARKER): Remove item.
7975
8d19fbd2
JJ
79762002-10-03 Jeff Johnston <jjohnstn@redhat.com>
7977
7978 * gdbint.texinfo (Item Output Functions): Add new ui_out_field_fmt_int
7979 interface definition.
7980
a37295f9
MM
79812002-10-03 Marko Mlinar <markom@opencores.org>
7982
7983 * gdb.texinfo (Target Commands): Add or1k target specific
7984 commands.
7985 * gdb.texinfo (Contributors): Add myself to the contributors list.
7986
da0f9dcd
AC
79872002-10-01 Andrew Cagney <ac131313@redhat.com>
7988
7989 * gdb.texinfo (Mode Options): Update --interpreter option. "mi2"
7990 and "mi1" instead of "mi1" and "mi0".
7991
2e834e49
HPN
79922002-09-29 Hans-Peter Nilsson <hp@bitrange.com>
7993
7994 * gdb.texinfo (Packets): Fix typos "alligned".
7995 Correct z3/Z3 description. Correct z4/Z4 title.
7996
050be0dc
AC
79972002-09-27 Andrew Cagney <ac131313@redhat.com>
7998
7999 * all-cfg.texi: Use @sc for GDB and GCC. Update copyright.
8000
1104b9e7
KB
80012002-09-25 Kevin Buettner <kevinb@redhat.com>
8002
8003 * gdb.texinfo: Use GNU/Linux instead of Linux.
8004
512217c7
AC
80052002-09-25 Andrew Cagney <ac131313@redhat.com>
8006
8007 * gdb.texinfo (Packets): Replace @samp{} with ``an empty string''.
8008
10998722
AC
80092002-09-24 Andrew Cagney <ac131313@redhat.com>
8010
512217c7 8011 * gdb.texinfo: Replace @example with @smallexample.
10998722 8012
a0eb71c5
KB
80132002-09-20 Kevin Buettner <kevinb@redhat.com>
8014
f7dc1244 8015 From Eli Zaretskii <eliz@gnu.org>:
a0eb71c5
KB
8016 * gdb.texinfo (Character Sets): Use @smallexample instead of
8017 @example. Use GNU/Linux instead of Linux.
8018
80192002-09-20 Jim Blandy <jimb@redhat.com>
8020
8021 * gdb.texinfo: Add character set documentation.
8022
2f870471
AC
80232002-09-19 Andrew Cagney <ac131313@redhat.com>
8024
8025 * gdb.texinfo (Packets): Revise `z' and `Z' packet documentation.
8026 (Packets): Add cross reference from `b' packet to `z' packets.
8027
790eb8f5
AC
80282002-09-19 Andrew Cagney <ac131313@redhat.com>
8029
8d30a00d
AC
8030 * gdb.texinfo (Maintenance Commands): Document ``maint
8031 internal-error'' and ``maint internal-warning''.
8032
790eb8f5
AC
8033 * gdbint.texinfo (Target Architecture Definition): Revise
8034 description of STACK_ALIGN. Add description of FRAME_ALIGN.
8035
a23a7bf1
JB
80362002-09-19 Joel Brobecker <brobecker@gnat.com>
8037
8038 * gdbint.texinfo (Target Conditionals): Document the new
8039 NAME_OF_MALLOC macro.
8040
299ffc64
AC
80412002-09-05 Andrew Cagney <ac131313@redhat.com>
8042
8043 * gdb.texinfo (Contributors): Mention 5.2 and 5.3 release
8044 engineer.
8045
b7bb15bc
SC
80462002-09-02 Stephane Carrez <stcarrez@nerim.fr>
8047
8048 * gdb.texinfo (TUI Overview): Document status line fields.
8049
3d757584
SC
80502002-09-02 Stephane Carrez <stcarrez@nerim.fr>
8051
8052 * gdb.texinfo (TUI Commands): Document info win command.
8053
269c21fe
SC
80542002-09-01 Stephane Carrez <stcarrez@nerim.fr>
8055
8056 * gdb.texinfo (TUI Overview): Document breakpoint markers.
8057
7cf36c78
SC
80582002-09-01 Stephane Carrez <stcarrez@nerim.fr>
8059
8060 * gdb.texinfo (TUI Single Key Mode): Document new SingleKey mode.
8061 (TUI Keys): Likewise.
8062
d2c6833e
AC
80632002-08-25 Andrew Cagney <ac131313@redhat.com>
8064
8065 * gdb.texinfo (Examples): Use ``->'' for a packet send and ``<-''
8066 for a packet receive.
8067
46d8b1c3
AC
80682002-08-25 Andrew Cagney <ac131313@redhat.com>
8069
8070 * Makefile.in (clean): Move to end of file.
8071 (distclean, maintainer-clean, realclean): Ditto.
8072 (mostlyclean): Move rule to end of file. Use GDB_TEX_TMPS,
8073 GDBINT_TEX_TMPS, STABS_TEX_TMPS.
8074 (gdb.dvi, gdb.pdf): Do not cleanup TeX temp files after texi2dvi.
8075 (gdbint.dvi, gdbint.pdf, stabs.dvi, stabs.pdf): Ditto.
8076
b0787093
AC
80772002-08-24 Andrew Cagney <ac131313@redhat.com>
8078
8079 * Makefile.in (GDBINT_TEX_TMPS): Define.
8080 (gdbint.dvi, gdbint.pdf): Use
8081 (GDB_TEX_TMPS): Define.
8082 (gdb.dvi, gdb.pdf): Use.
8083 (STABS_TEX_TMPS): Define.
8084 (stabs.dvi, stabs.pdf): Use.
8085 (GDB_DOC_SOURCE_INCLUDES): New macros.
8086 (GDB_DOC_BUILD_INCLUDES, GDB_DOC_FILES): New macros.
8087 (GDBINT_DOC_FILES_INCLUDES): New macros.
8088 (GDBINT_DOC_BUILD_INCLUDES): New macros.
8089 (GDBINT_DOC_FILES, STABS_DOC_SOURCE_INCLUDES): New macros.
8090 (STABS_DOC_BUILD_INCLUDES, STABS_DOC_FILES): New macros.
8091 (SFILES_DOC, SFILES_INCLUDED, SFILES_LOCAL): Delete macros.
8092 (links2roff): Replace SFILES_INCLUDED with
8093 GDB_DOC_SOURCE_INCLUDES.
8094 (gdb.dvi, gdb_toc.html, gdb.pdf, gdb.info): Update dependencies.
8095 (gdb.me, gdb.mm, gdb.ms): Update dependencies.
8096 (gdbint.dvi, gdbint_toc.html, gdbint.pdf, gdbint.info): Update
8097 dependencies.
8098 (stabs.info, stabs_toc.html, stabs.pdf, stabs.dvi): Update
8099 dependencies.
8100 (gdbmi.texinfo): Delete rule.
8101 (inc-hist.texinfo): Delete rule.
8102 (rluser.texinfo): Delete rule.
8103
ebba8386
AC
81042002-08-23 Andrew Cagney <cagney@redhat.com>
8105
8106 * gdbint.texinfo (Target Architecture Definition): Update
8107 STORE_RETURN_VALUE, mention regcache.
8108
0ab7a791
AC
81092002-08-21 Andrew Cagney <ac131313@redhat.com>
8110
8111 * gdbint.texinfo (Target Architecture Definition): Document
8112 print_registers_info. Note that DO_REGISTERS_INFO is deprecated.
8113
ee2d5c50
AC
81142002-08-19 Andrew Cagney <ac131313@redhat.com>
8115
8116 * gdb.texinfo (Remote Protocol): Reformat. Use cross references.
8117 Fix minor typos. Add index entries.
8118
53c69bd7
AC
81192002-08-18 Andrew Cagney <ac131313@redhat.com>
8120
8121 * gdb.texinfo (Data): Add ``Vector Unit'' to menu.
8122
e76f1f2e
AC
81232002-08-15 Andrew Cagney <ac131313@redhat.com>
8124
8125 * gdbint.texinfo (Target Architecture Definition): Document
8126 PRINT_VECTOR_INFO.
8127 * gdb.texinfo (Vector Unit): Document "info vectors" command.
8128
0680b120
AC
81292002-08-13 Andrew Cagney <ac131313@redhat.com>
8130
8131 * gdb.texinfo (Maintenance Commands): Document "maint print
8132 registers", "maint print raw-registers" and "maint print
8133 cooked-registers".
8134
3c3bea1c
GS
81352002-08-08 Grace Sainsbury <graces@redhat.com>
8136
a9331b3f 8137 From Mark Salter:
3c3bea1c
GS
8138 * gdb.texinfo (Protocol): Document T packet extension to
8139 allow watchpoint address reporting.
8140
42f9b0a5
AC
81412002-08-03 Andrew Cagney <ac131313@redhat.com>
8142
8143 * gdb.texinfo (Dump/Restore Files): Move `[]' to outside of @var.
8144
db034ac5
AC
81452002-08-01 Andrew Cagney <cagney@redhat.com>
8146
8147 * stabs.texinfo, gdb.texinfo, gdbint.texinfo: Obsolete references
8148 to CHILL.
8149
e2b28d04
AC
81502002-08-01 Andrew Cagney <ac131313@redhat.com>
8151
8152 * gdbint.texinfo (Coding): Revise section "Include Files".
8153
7fb623f7
AC
81542002-07-24 Andrew Cagney <cagney@redhat.com>
8155
8156 * gdbint.texinfo: Obsolete references to m88k.
8157 * gdb.texinfo: Ditto.
8158
4a2b4636
JB
81592002-07-10 Joel Brobecker <brobecker@gnat.com>
8160
7fb623f7 8161 * gdbint.texinfo (Create a release candiate): Add the location
4a2b4636
JB
8162 where the proper version of autoconf can be retrieved.
8163
a71ec265
DH
81642002-07-09 Don Howard <dhoward@redhat.com>
8165
8166 * gdb.texinfo (Command Files): Further describe the behavior of
8167 sourced command files.
8168
b9aa90c9
AC
81692002-06-27 Andrew Cagney <ac131313@redhat.com>
8170
8171 * gdbint.texinfo (User Interface): ISO C rather than ISO-C.
8172 (Coding): Clarify ISO C version that GDB assumes.
8173
40dd2248
TT
81742002-06-26 Tom Tromey <tromey@redhat.com>
8175
8176 * gdbint.texinfo (User Interface): Mention add_setshow_cmd and
8177 add_setshow_cmd_full.
8178
bfac230e
DH
81792002-06-25 Don Howard <dhoward@redhat.com>
8180
8181 * gdb.texinfo (Memory Region Attributes): Document new behavior
8182 for 'mem' command.
8183
475b0867
JB
81842002-06-11 Jim Blandy <jimb@redhat.com>
8185
919d772c
JB
8186 * gdb.texinfo (Symbols): Update documentation for `info source'
8187 command.
8188
475b0867
JB
8189 * gdb.texinfo (Macros): Call the command `info macro', not
8190 `show macro'.
8191
ba8c9337
AC
81922002-06-09 Andrew Cagney <ac131313@redhat.com>
8193
8194 * gdbint.texinfo (Coding): Add section ``Per-architecture module
8195 data''.
8196
1029b7fa
MK
81972002-06-09 Mark Kettenis <kettenis@gnu.org>
8198
8199 * gdbint.texinfo (Target Architecture Definition): Document
8200 GDB_OSABI_GO32 and GDB_OSABI_NETWARE.
8201
16737d73
AC
82022002-06-08 Andrew Cagney <ac131313@redhat.com>
8203
8204 * gdbint.texinfo (Releasing GDB): Fix typos in @itemize @bullet
8205 lists.
8206
30107679
AC
82072002-06-08 Andrew Cagney <ac131313@redhat.com>
8208
8209 * gdbint.texinfo (Releasing GDB): Revise the section ``Cut the
8210 Branch''.
8211
3352e23e
AC
82122002-06-01 Andrew Cagney <ac131313@redhat.com>
8213
8214 * gdbint.texinfo (Target Architecture Definition): Add section
8215 ``Converting an existing Target Architecture to Multi-arch''.
8216
cbb09e6a
AC
82172002-05-30 Andrew Cagney <ac131313@redhat.com>
8218
8219 * gdbint.texinfo (Releasing GDB): Rename ``Obsoleting any code''
8220 to ``Obsoleting code''. Revise.
8221
e2e0bcd1
JB
82222002-05-17 Jim Blandy <jimb@redhat.com>
8223
8224 * gdb.texinfo (C Preprocessor Macros): New chapter.
8225 Include it in the main menu.
8226 (Contributors): Credit Jim Blandy with macro support.
8227 (Compilation): Explain how to get macro information into the
8228 executable.
8229 (Expressions): Note that preprocessor macros are expanded.
8230
9db8d71f
DJ
82312002-05-14 Daniel Jacobowitz <drow@mvista.com>
8232
8233 * gdb.texinfo (Debug Session): Document new `udp:' and `tcp:'
8234 options for `target remote'.
8235
6d531722
AC
82362002-05-13 Andrew Cagney <ac131313@redhat.com>
8237
8238 * gdbint.texinfo (Target Architecture Definition): Delete
8239 documentation on NNPC_REGNUM.
8240
13d01224
AC
82412002-05-11 Andrew Cagney <ac131313@redhat.com>
8242
8243 * gdbint.texinfo (Target Architecture Definition): Document
8244 REGISTER_TO_VALUE and VALUE_TO_REGISTER and CONVERT_REGISTER_P.
8245 (Target Architecture Definition): Revise section `Using Different
8246 Register and Memory Data Representations'. Add section `Raw and
8247 Virtual Register Representations'.
8248
b2e75d78
AC
82492002-05-11 Andrew Cagney <ac131313@redhat.com>
8250
8251 * gdbint.texinfo (Target Architecture Definition): Mention
8252 defaults for REGISTER_VIRTUAL_SIZE and REGISTER_RAW_SIZE.
8253 (Target Architecture Definition): Mention same. Add references to
8254 web pages.
8255
2c8682ee
MS
82562002-05-08 Michael Snyder <msnyder@redhat.com>
8257
8258 * stabs.texinfo (Attributes): Document new "vector" attribute.
8259
0816590b
AC
82602002-05-04 Andrew Cagney <ac131313@redhat.com>
8261
8262 * gdbint.texinfo (Releasing GDB): Revise `Create a Release'.
8263
2653173e
AC
82642002-05-04 Andrew Cagney <ac131313@redhat.com>
8265
8266 * gdb.texinfo: Delete obsolete references to a29k.
8267
d7bd68ca
AC
82682002-04-24 Andrew Cagney <ac131313@redhat.com>
8269
8270 * gdbint.texinfo (Target Architecture Definition): Replace
8271 IN_SIGTRAMP with PC_IN_SIGTRAMP.
8272
21d83aa5
DM
82732002-04-24 David S. Miller <davem@redhat.com>
8274
8275 * gdbint.texinfo (REGISTER_IN_WINDOW): Delete definition.
8276
7673a6cc
DM
82772002-04-21 David S. Miller <davem@redhat.com>
8278
8279 * gdbint.texinfo (SKIP_PROLOGUE_FRAMELESS_P): Delete definition.
8280
d49d1e0a
AC
82812002-04-21 Andrew Cagney <ac131313@redhat.com>
8282
8283 * gdbint.texinfo (Target Architecture Definition): Delete
8284 definition of HAVE_REGISTER_WINDOWS.
8285
f7dc1244 82862002-04-19 Eli Zaretskii <eliz@gnu.org>
4be31470
EZ
8287
8288 * gdbint.texinfo (Releasing GDB, Coding): Fix typos. Reported by
8289 "Theodore A. Roth" <troth@verinet.com>.
8290
5ca0cb28
DH
82912002-04-15 Don Howard <dhoward@redhat.com>
8292
f7dc1244 8293 From Eli Zaretskii <eliz@gnu.org>
5ca0cb28 8294 * gdb.texinfo (show max-user-call-depth): Correct formatting.
a9331b3f 8295 Provide a better explaination of this feature.
5ca0cb28 8296
f208ba17
AC
82972002-04-14 Andrew Cagney <ac131313@redhat.com>
8298
8299 * gdbint.texinfo (Target Architecture Definition): Remove
8300 FRAME_CHAIN_COMBINE.
8301
d5ba91de
MC
83022002-04-12 Michael Chastain <mec@shout.net>
8303
8304 * gdbint.texinfo (Obsolete Conditionals): Remove reference to
8305 REG_STACK_SEGMENT.
8306
26818220
MC
83072002-04-09 Michael Chastain <mec@shout.net>
8308
8309 * gdbint.texinfo (Obsolete Conditionals): Remove references to
8310 PYRAMID_* macros.
8311
129188f6
AC
83122002-04-07 Andrew Cagney <ac131313@redhat.com>
8313
8314 * gdb.texinfo (Bug Reporting): Document that the web is the
8315 prefered way of submitting bug reports.
8316 (Bug Reporting): Delete the s-mail address as the last resort.
8317
8227c0ff
AC
83182002-04-05 Andrew Cagney <ac131313@redhat.com>
8319
8320 * gdbint.texinfo (Target Architecture Definition): Delete
8321 references to TARGET_WRITE_FP and write_fp.
8322
16d9dec6
MS
83232002-03-27 Michael Snyder <msnyder@redhat.com>
8324
8325 * gdb.texinfo: Document new commands dump, append, and restore.
8326
9ae8b82c
AC
83272002-03-27 Andrew Cagney <ac131313@redhat.com>
8328
8329 * gdbint.texinfo (Releasing GDB): Revise the section `Before the
8330 Branch'.
8331
474c8240
AC
83322002-03-18 Andrew Cagney <ac131313@redhat.com>
8333
8334 * gdb.texinfo: Change all examples to @smallexample.
8335 * gdbint.texinfo: Ditto.
a9331b3f 8336
fb0ff88f
AC
83372002-03-18 Andrew Cagney <ac131313@redhat.com>
8338
8339 * gdbint.texinfo (Releasing GDB): Add section ``Versions and
8340 Branches''.
8341
9bb0a4d8
AC
83422002-03-18 Andrew Cagney <ac131313@redhat.com>
8343
8344 * gdbint.texinfo (Releasing GDB): Add the section``Branch Commit
8345 Policy''.
8346
937f164b
FF
83472002-03-04 Fred Fish <fnf@redhat.com>
8348
8349 * gdbint.texinfo: Fix a bunch of typos (alsways, mirrorred,
8350 expresson, suports, dependant, trhe, perhaphs, situtations,
8351 explictily, taged, oportunity, unfortunatly).
8352
a7b40f07
AC
83532002-02-24 Andrew Cagney <ac131313@redhat.com>
8354
8355 * Makefile.in (gdb.info): Add explicit path to gdb.texinfo.
8356 Remove reference to 3.12.
8357
aab4e0ec
AC
83582002-02-23 Andrew Cagney <ac131313@redhat.com>
8359
8360 * gdbint.texinfo: Include fdl.texi.
8361 (Top): Add GNU Free Documentation License.
8362 * Makefile.in (SFILES_INCLUDED): Add gpl.texi.
8363 (gdbint.dvi, gdbint.pdf, gdbint.info): Add dependency on fdl.texi.
8364 (gdbint_toc.html): Add dependency on gdb-cfg.texi and fdl.texi.
8365 (gdbint.info): Add srcdir to include path.
8366 * gdb.texinfo: Include gpl.texi.
8367 (Top): Add Copying.
8368 * gpl.texi: New file.
8369
47b95330
AC
83702002-02-23 Andrew Cagney <ac131313@redhat.com>
8371
8372 * gdbint.texinfo (Debugging GDB): Remove references to cygnus.com.
8373
78c47bea
PM
83742002-02-19 Pierre Muller <muller@ics.u-strasbg.fr>
8375
8376 * gdb.texinfo: Document Cygwin native specific commands.
8377
56460a61
DJ
83782002-02-15 Daniel Jacobowitz <drow@mvista.com>
8379
8380 * gdb.texinfo: Document gdbserver ``--attach'' command.
8381
def71bfa
MS
83822002-02-07 Michael Snyder <msnyder@redhat.com>
8383
8384 * gdb.texinfo (overlays): Change @var(_ovly_debug_event)
8385 to @code(_ovly_debug_event).
8386
c928edc0
AC
83872002-02-07 Andrew Cagney <ac131313@redhat.com>
8388
8389 * gdb.texinfo (How Overlays Work): Shrink the overlay diagram.
8390
81d46470
MS
83912002-02-06 Michael Snyder <msnyder@redhat.com>
8392
8393 * gdb.texinfo (overlays): Mention new magic symbol
8394 '_ovly_debug_event', which allows GDB to keep better track
8395 of overlays.
8396
f7dc1244 83972002-02-03 Eli Zaretskii <eliz@gnu.org>
6ca652b0
EZ
8398
8399 * gdb.texinfo (Memory Region Attributes): Fix the wording.
8400 Suggested by Dmitry Sivachenko.
8401
8402 * (<many nodes>): Fix the spelling and punctuation of "i.e.".
8403
15110bc3
MS
84042002-02-01 Michael Snyder <msnyder@redhat.com>
8405
8406 * gdb.texinfo (set trust-readonly): Change value{gdbn} to value{GDBN}.
8407
6763aef9
MS
84082002-01-30 Michael Snyder <msnyder@redhat.com>
8409
ac282366
MS
8410 * gdb.texinfo: (remote protocol): Gramatical fix-up.
8411 (set trust-readonly-sections): Document.
6763aef9 8412
8642bc8f
AC
84132002-01-29 Andrew Cagney <ac131313@redhat.com>
8414
8415 * gdbint.texinfo (Releasing GDB): Revise and update.
8416
afe64c1a
AC
84172002-01-28 Andrew Cagney <ac131313@redhat.com>
8418
8419 * gdbint.texinfo (Target Architecture Definition): Delete
8420 description of TARGET_BYTE_ORDER_DEFAULT.
8421
f7dc1244 84222002-01-27 Eli Zaretskii <eliz@gnu.org>
59649f2e
EZ
8423
8424 * gdb.texinfo: Fix typos and markup. From Dmitry Sivachenko
8425 <mitya@cavia.pp.ru>.
8426
3d6e1b5a
AC
84272002-01-23 Andrew Cagney <ac131313@redhat.com>
8428
8429 * libgdb.texinfo: Delete file.
8430
6c0e9fb3
AC
84312002-01-22 Andrew Cagney <ac131313@redhat.com>
8432
8433 * gdb.texinfo: Remove makeinfo 3.12 hacks.
8434 * gdbint.texinfo: Ditto.
8435
e0ce93ac
AC
8436Tue Jan 22 11:57:38 2002 Andrew Cagney <cagney@redhat.com>
8437
8438 * gdb.texinfo: Fix typo ``Remove' -> ``Remote''.
8439
be298bcc
AC
84402002-01-22 Andrew Cagney <ac131313@redhat.com>
8441
8442 * Makefile.in: Update copyright.
8443 (TEXI2DVI): Define.
8444 (gdb.dvi, gdb.pdf, stabs.dvi, stabs.pdf): Use TEXI2DVI.
8445 (gdbint.dvi, gdbint.pdf): Use TEXI2DVI. Add dependency on
8446 gdb-cfg.texi.
8447 (TEXINDEX, PDFTEX): Delete makefile variables.
8448
8e04817f
AC
84492002-01-22 Andrew Cagney <ac131313@redhat.com>
8450
8451 * gdb.texinfo (Protocol): Move section to appendix.
8452
6b2f586d
AC
84532002-01-21 Andrew Cagney <ac131313@redhat.com>
8454
8455 * gdb.texinfo (Remote Debugging): Create a menu.
8456 (Top): Add ``Remote Debugging'' to menu.
8457
6f05cf9f
AC
84582002-01-21 Andrew Cagney <ac131313@redhat.com>
8459
8460 * gdb.texinfo (Remote): Move the sub-section ``The GDB remote
8461 serial protocol'' from here.
8462 (Remote Debugging): To here. New chapter.
8463
3fd3d7d2
AC
84642002-01-20 Andrew Cagney <ac131313@redhat.com>
8465
8466 * gdbint.texinfo (Target Architecture Definition): Delete
8467 description of TARGET_BYTE_ORDER_SELECTABLE_P.
8468
7fd60527
AC
84692002-01-20 Andrew Cagney <ac131313@redhat.com>
8470
8471 * gdbint.texinfo (Host Definition): Revise. xm-xyz.h and xyz.mh
8472 are no longer needed.
8473 (Porting GDB): Add maintainer note about configure.host.
8474
c2f05ac9
AC
84752002-01-20 Andrew Cagney <ac131313@redhat.com>
8476
8477 * gdbint.texinfo (Target Architecture Definition): Remove
8478 definition of IEEE_FLOAT.
8479
f7dc1244 84802002-01-20 Eli Zaretskii <eliz@gnu.org>
231b2aad
EZ
8481
8482 * gdb.texinfo: Beautify copyright years; fix a typo.
56248298
EZ
8483 (DJGPP Native): Fix overfull hboxes in examples. From Brian Youmans
8484 <3diff@gnu.org>
231b2aad 8485
82600034
AC
84862002-01-19 Andrew Cagney <ac131313@redhat.com>
8487
8488 * gdbint.texinfo (Host Definition): Remove references to
8489 MALLOC_INCOMPATIBLE.
8490
7708fa01
AC
84912002-01-17 Andrew Cagney <ac131313@redhat.com>
8492
8493 * gdbint.texinfo (Host Definition): Remove references to XDEPFILES
8494 and xyz-xdep.o.
8495
eb12ee30
AC
84962002-01-17 Andrew Cagney <ac131313@redhat.com>
8497
889bf7c5 8498 * gdb.texinfo (Maintenance Commands): Add appendix.
eb12ee30
AC
8499 (Set Breaks): Copy ``maint info breakpoint'' doco to
8500 ``Maintenance Commands'' appendix. Add reference.
8501
c9ccaa92
AC
85022002-01-17 Andrew Cagney <ac131313@redhat.com>
8503
8504 * fdl.texi: Remove next/prev from @node.
8505
f7dc1244 85062002-01-17 Eli Zaretskii <eliz@gnu.org>
6826cf00
EZ
8507
8508 * gdb.texinfo: @include fdl.texi. Fixes for overfull hboxes and
8509 for monstrous @multitable (from Brian Youmans).
8510
8511 * fdl.texi: New file.
8512
8513 * Makefile.in (SFILES_INCLUDED): Add fdl.texi.
8514
8973da3a
AC
85152002-01-15 Andrew Cagney <ac131313@redhat.com>
8516
8517 * gdbint.texinfo (Releasing GDB): New chapter.
8518
7d86b5d5
AC
85192002-01-14 Andrew Cagney <ac131313@redhat.com>
8520
8521 * gdb.texinfo (Embedded Processors, Calling program functions):
8522 Obsolete references to a29k.
8523
cc1cb004
AC
85242002-01-13 Andrew Cagney <ac131313@redhat.com>
8525
8526 * gdbint.texinfo (Coding): Review Cleanups section. Examples
8527 examples. Document that a code-block should do or discard its
8528 cleanups before exit.
8529
79f12247
MS
85302002-01-11 Michael Snyder <msnyder@redhat.com>
8531
8532 * gdb.texinfo (Choosing files): Change @samp to @file.
8533
19837790
MS
85342002-01-05 Michael Snyder <msnyder@redhat.com>
8535
8536 * gdb.texinfo (--pid): Document new command line option (attach).
8537
f7dc1244 85382002-01-07 Eli Zaretskii <eliz@gnu.org>
2c0069bb
EZ
8539
8540 * gdb.texinfo (Tracepoints): Clarify that tracepoints need support
8541 in the stub.
8542
d7449b42
AC
85432002-01-04 Andrew Cagney <ac131313@redhat.com>
8544
8545 * gdbint.texinfo (Target Architecture Definition): Replace
8546 BIG_ENDIAN with BFD_ENDIAN_BIG.
8547
f23631e4
AC
85482002-01-03 Andrew Cagney <ac131313@redhat.com>
8549
8550 * gdbint.texinfo (Target Architecture Definition): Replace
8551 value_ptr with struct value pointer.
8552
72c9928d
EZ
85532002-01-02 Eli Zaretskii <eliz@gnu.org>
8554
8555 * gdb.texinfo (Free Software): Fix wording.
8556
959acfd1
EZ
85572001-12-31 Eli Zaretskii <eliz@gnu.org>
8558
8559 * gdb.texinfo (Free Software): New section ``Free Software Needs
8560 Free Documentation''.
8561
f7dc1244 85622001-12-30 Eli Zaretskii <eliz@gnu.org>
2a6585f0
EZ
8563
8564 * stabs.texinfo:
8565 * gdb.texinfo:
8566 * gdbint.texinfo:
8567 * libgdb.texinfo:
8568 * annotate.texi: Fix the application of GFDL in the Copyright notice.
8569
6600abed
MS
85702001-12-29 Michael Snyder <msnyder@redhat.com>
8571
8572 * gdb.texinfo (maint info sections): Fix typo.
8573
f6680716
MS
85742001-12-26 Michael Snyder <msnyder@redhat.com>
8575
fe95c787
MS
8576 * gdb.texinfo (maint info sections): Document.
8577
a9331b3f 8578 * gdb.texinfo (info proc): Comment out documentation for
f6680716
MS
8579 'info proc' sub-options that are currently not implemented.
8580
c3d3ce5b
JB
85812001-12-20 Jim Blandy <jimb@redhat.com>
8582
8583 * gdbint.texinfo (TARGET_CHAR_SIGNED): Document.
8584
778eb05e
AC
85852001-12-15 Andrew Cagney <ac131313@redhat.com>
8586
8587 * gdbint.texinfo (Target Architecture Definition): Replace
8588 LITTLE_ENDIAN with BFD_ENDIAN_LITTLE.
8589
2607059c
AC
85902001-12-01 Andrew Cagney <ac131313@redhat.com>
8591
8592 * gdbint.texinfo (Host Definition): Delete documentation on
8593 HOST_BYTE_ORDER.
8594
df0cd8c5
JB
85952001-11-30 Jim Blandy <jimb@redhat.com>
8596
8597 * gdb.texinfo (Overlays): New chapter, documenting GDB's
5ae4183a 8598 overlay support. Add to top-level menu.
df0cd8c5 8599
88118b3a
TT
86002001-11-26 Tom Tromey <tromey@redhat.com>
8601
8602 * gdb.texinfo (Command Syntax): Document C-o binding.
8603
96565e91
CF
86042001-07-26 Christopher Faylor <cgf@redhat.com>
8605
8606 * gdb.texinfo (Options): Eliminate attempt to explain .gdbinit/gdb.ini
8607 use since it is described in the referenced section.
8608
f7dc1244 8609 From Eli Zaretskii <eliz@gnu.org>
96565e91
CF
8610 * gdb.texinfo (Command Files): Reword to make gdb.ini requirement
8611 clearer when using DJGPP.
8612
2a3d5645
CF
86132001-11-24 Christopher Faylor <cgf@redhat.com>
8614
8615 * gdb.texinfo (File Options): Change description of -nx and gdb.ini to
8616 specifically refer to MS-DOS.
8617 (command files): Mention gdb.ini is only used on MS-DOS.
8618
aa26fa3a
TT
86192001-11-21 Tom Tromey <tromey@redhat.com>
8620
8621 * gdb.texinfo (Invoking GDB): Document --args.
8622 (Mode Options): Likewise.
8623
4f8ada06
JB
86242001-11-21 Jim Blandy <jimb@redhat.com>
8625
8626 * gdbint.texinfo (TARGET_RANGE_PROFITABLE_FOR_HW_WATCHPOINT):
889bf7c5
PA
8627 Delete documentation; this macro has been removed from the
8628 sources.
4f8ada06 8629
3fe0dc10
JB
86302001-11-13 Jim Blandy <jimb@redhat.com>
8631
8632 * gdbint.texinfo (COERCE_FLOAT_TO_DOUBLE): Clarify.
8633
9e5abb06
CV
86342001-11-06 Corinna Vinschen <vinschen@redhat.com>
8635
8636 * gdb.texinfo (gdbarch_in_function_epilogue_p): Add documentation.
8637
1c5dfdad
MS
86382001-11-05 Michael Snyder <msnyder@redhat.com>
8639
a9331b3f 8640 * gdb.texinfo (info functions): Document use of backslash to
1c5dfdad
MS
8641 quote regexp chars in function names such as "operator*()".
8642
990f9fe3
FF
86432001-11-01 Fred Fish <fnf@redhat.com>
8644
8645 * gdbint.texinfo (SOLIB_ADD): Document additional new
8646 "readsyms" arg.
8647
b433d00b
DH
86482001-10-30 Don Howard <dhoward@redhat.com>
8649
070b1dd3
DH
8650 * gdb.texinfo: (Command Files) Added documentation for the
8651 behavior of gdb with input redirected from a file.
b433d00b 8652
b7209cb4
FF
86532001-10-28 Fred Fish <fnf@redhat.com>
8654
8655 * gdb.texinfo (auto-solib-add): Change docs to match
8656 implementation change.
8657 (auto-solib-limit): Add docs for new variable.
8658
1aa20aa8
AC
86592001-10-15 Andrew Cagney <ac131313@redhat.com>
8660
8661 * gdbint.texinfo (Target Architecture Definition): Function
8662 value_as_pointer renamed to value_as_address.
8663
fc0c74b1
AC
86642001-10-15 Andrew Cagney <ac131313@redhat.com>
8665
8666 * gdbint.texinfo (Target Architecture Definition): Default
8667 POINTER_TO_ADDRESS functions assume unsigned addresses.
8668 (INTEGER_TO_ADDRESS): Document. Derive pragmatics section from a
8669 posting by Jim Blandy.
8670
f4846649
JB
86712001-10-12 Jim Blandy <jimb@redhat.com>
8672
8673 * Makefile.in (MAKEHTMLFLAGS): Remove -glossary; the most recent
8674 version of texi2html (1.64) doesn't support this flag any more.
8675
f277788b
MK
86762001-09-08 Mark Kettenis <kettenis@gnu.org>
8677
a9dc4918
MK
8678 * gdbint.texinfo (Host Definition): Remove description of
8679 MEM_FNS_DECLARED.
8680
d28379df
MK
8681 * gdbint.texinfo (Host Definition): Remove description of R_OK.
8682
f277788b
MK
8683 * gdbint.texinfo (Host Definition): Remove description of
8684 HAVE_SIGSETMASK.
8685
7ccaa899
EZ
86862001-09-04 Elena Zannoni <ezannoni@redhat.com>
8687
8688 * gdbint.texinfo (Target Architecture Definition): Add
8689 explanation of TARGET_PRINT_INSN macro.
8690
17d9d558
JB
86912001-08-30 Jim Blandy <jimb@redhat.com>
8692
8693 * gdb.texinfo (`add-symbol-file'): Correct synopsis.
8694 Explain what it means to load relocatable files.
8695
72cde065
JB
86962001-08-28 Jim Blandy <jimb@redhat.com>
8697
8698 * gdbint.texinfo: Bring the HTML `top' menu into sync with the
8699 info `top' menu.
8700
9e678452
CF
8701Wed Aug 15 10:47:28 2001 Christopher Faylor <cgf@cygnus.com>
8702
8703 * gdbint.texinfo: Add a cautionary note about macro use.
8704
a2bea4c3 87052001-08-02 Corinna Vinschen <vinschen@redhat.com>
a9331b3f 8706
a2bea4c3
CV
8707 * gdb.texinfo: Explain omitting the hostname in the
8708 `target remote' command.
8709
1129bf27
DJ
87102001-07-30 Daniel Jacobowitz <drow@mvista.com>
8711
8712 * gdbint.texinfo: Remove extraneous START-INFO-DIR-ENTRY
8713 and END-INFO-DIR-ENTRY.
8714
732b3002
SC
87152001-07-28 Stephane Carrez <Stephane.Carrez@worldnet.fr>
8716
8717 * gdb.texinfo (TUI Configuration): Rename tui configuration variables.
8718
89437448
AC
87192001-07-25 Andrew Cagney <ac131313@redhat.com>
8720
8721 * gdbint.texinfo (libgdb): Rewrite.
8722
f7dc1244 87232001-07-26 Eli Zaretskii <eliz@gnu.org>
9a1c15c5
EZ
8724
8725 * Makefile.in (gdbgui.dvi, gdb-gui, gdbgui.info): Targets deleted.
8726
c4555f82
SC
87272001-07-24 Stephane Carrez <Stephane.Carrez@worldnet.fr>
8728
8729 * gdb.texinfo (TUI): New chapter, document the TUI.
8730 (Mode Options): Document the -tui option.
8731
2f45a6e0
MK
87322001-07-23 Mark Kettenis <kettenis@gnu.org>
8733
8734 * gdbint.texinfo (Host Definition): Remove description of
8735 NEED_POSIX_SETPGID.
8736
f7dc1244 87372001-07-23 Eli Zaretskii <eliz@gnu.org>
9f20bf26
EZ
8738
8739 * gdb.tex (DJGPP Native): New node, with descriptions of
8740 DJGPP-specific commands.
8741
be9c6c35
JM
87422001-07-19 John R. Moore <jmoore@redhat.com>
8743
8744 * gdbint.texinfo: Three misspellings.
8745
dfa249fb
AC
87462001-07-06 Andrew Cagney <ac131313@redhat.com>
8747
8748 * Makefile.in (refcard.dvi): Rewrite to avoid problems with empty
8749 `test` expressions on bash. Problem reported by Colin Walters.
8750
c72e7388
AC
87512001-07-04 Andrew Cagney <ac131313@redhat.com>
8752
8753 * gdbint.texinfo (User Interface): Update ui-out documentation to
8754 refelect recent UI/MI updates.
8755
94bbb2c0
AC
87562001-07-04 Andrew Cagney <ac131313@redhat.com>
8757
8758 * gdb.texinfo (Mode Options): Mention the mi0 and mi1
8759 interpreters.
8760
af6c57ea
AC
87612001-06-15 Andrew Cagney <ac131313@redhat.com>
8762
8763 * gdbint.texinfo (Target Architecture Definition): GDBARCH is a C
8764 structure and not macros.
8765 (Host Definition): Document that much of this chapter is obsolete.
8766 (Target Architecture Definition): Update list of files that make
8767 up a target architecture.
8768 (Coding): Update.
8769
83aa8bc6
AC
87702001-06-28 Andrew Cagney <ac131313@redhat.com>
8771
8772 * gdbint.texinfo (Target Architecture Definition): Update
8773 EXTRACT_STRUCT_VALUE_ADDRESS and EXTRACT_STRUCT_VALUE_ADDRESS_P.
8774 The latter has been changed to a true predicate.
8775
f7dc1244 87762001-06-17 Eli Zaretskii <eliz@gnu.org>
cb51c4e0
EZ
8777
8778 * annotate.texi: Add @noindent where needed. From Dmitry
8779 Sivachenko <dima@Chg.RU>.
8780 * gdb.texinfo: Indexing fix. From Dmitry Sivachenko.
8781
656db9b0
AC
87822001-06-16 Andrew Cagney <ac131313@redhat.com>
8783
8784 * gdb.texinfo (Protocol): Fix typo. Extra parenthesis.
8785
df2396a1
AC
87862001-06-14 Andrew Cagney <ac131313@redhat.com>
8787
8788 * gdb.texinfo (Remote Protocol): Document that the ``!'' packet
8789 returns ``OK''. Document that the ``R'' packet does not reply.
8790
0f1f2b0a
MS
87912001-06-13 Michael Snyder <msnyder@redhat.com>
8792
8793 * gdb.texinfo (Protocol): Add doc for new packet "qSymbol:".
8794
f7dc1244 87952001-06-13 Eli Zaretskii <eliz@gnu.org>
24f93129
EZ
8796
8797 * gdb.texinfo (Signals): Clarify the default setting of signal
8798 handling.
8799
a5d7c491
AC
88002001-05-14 Andrew Cagney <ac131313@redhat.com>
8801
8802 * gdbint.texinfo (CLEAR_DEFERRED_STORES): Delete stray @item
8803 (FRAME_ARGS_ADDRESS_CORRECT): Ditto.
8804
05a54c4f
AC
88052001-05-12 Andrew Cagney <ac131313@redhat.com>
8806
8807 * Makefile.in (GDBvn.texi): Set GDBVN from ../version.in.
8808
f7dc1244 88092001-05-10 Eli Zaretskii <eliz@gnu.org>
dab11f21
EZ
8810
8811 * gdbint.texinfo (Clean Design and Portable Implementation):
8812 Renamed from "Clean Design".
8813 (Clean Design and Portable Implementation): Document portable
8814 methods of handling file names, and the associated macros.
8815
f7dc1244 88162001-04-02 Eli Zaretskii <eliz@gnu.org>
f5c37c66
EZ
8817
8818 * gdb.texinfo (Tracepoint Actions): Mention the "info scope"
8819 command and provide a cross-reference to its description.
8820 (Symbols): Note that "info scope" is useful for trace experiments.
8821
f7dc1244 88222001-04-01 Eli Zaretskii <eliz@gnu.org>
c534679c 8823
b37052ae
EZ
8824 * gdb.texinfo (Symbols): Document "info scope".
8825 (Tracepoints): New chapter.
8826 (Contributors): Update for v5.1.
8827 <All nodes>: Change "C++" to "C@t{++}".
8828
0ee54786
EZ
8829 * gdbint.texinfo (User Interface): A new section about ui_out
8830 functions, based on text written by Fernando Nasser.
8831
c534679c
EZ
8832 * stabs.texinfo: Change Permissions to GFDL. Update Copyright.
8833
f7dc1244 88342001-03-26 Eli Zaretskii <eliz@gnu.org>
3d67e040 8835
e9c75b65
EZ
8836 * gdb.texinfo: Change Permissions to GFDL. Update Copyright.
8837
8838 * gdbint.texinfo: Change Permissions to GFDL. Update Copyright.
8839
8840 * gdbgui.texinfo: Change Permissions to GFDL. Update Copyright.
8841 Replace "GDB" with "@value{GDBN}". Fix markup.
8842
8843 * annotate.texi: Change Permissions to GFDL. Update Copyright.
8844
3d67e040
EZ
8845 * gdb.texinfo (Output Formats): Mention "info symbol" and provide
8846 a cross-reference to its description.
8847 (Symbols): Document "info symbol".
8848
f7dc1244 88492001-03-21 Eli Zaretskii <eliz@gnu.org>
9742079a
EZ
8850
8851 * gdbint.texinfo (Algorithms): New section "Watchpoints" and new
8852 subsection "x86 Watchpoints".
8853 (Target Architecture Definition): Document the macros
8854 I386_USE_GENERIC_WATCHPOINTS and TARGET_HAS_HARDWARE_WATCHPOINTS.
8855 (Native Debugging): Document I386_USE_GENERIC_WATCHPOINTS.
8856
b0ed3589
AC
88572001-03-20 Andrew Cagney <ac131313@redhat.com>
8858
8859 * gdbint.texinfo (Target Architecture Definition): Update
8860 definition of SOFTWARE_SINGLE_STEP_P to include empty parameter
8861 list.
8862
b6ba6518
KB
88632001-03-06 Kevin Buettner <kevinb@redhat.com>
8864
8865 * Makefile.in, all-cfg.texi, annotate.texi, gdb.texinfo,
8866 gdbint.texinfo, refcard.tex: Update/correct copyright notices.
8867
f7dc1244 88682001-02-21 Eli Zaretskii <eliz@gnu.org>
5ece1a18
EZ
8869
8870 * gdb.texinfo (Signals): Document "ignore", "noignore", and "all".
8871
f7dc1244 88722001-02-11 Eli Zaretskii <eliz@gnu.org>
56caf160 8873
17cc6a06
EZ
8874 * gdb.texinfo (Environment): Document that `path' does not change
8875 the value of PATH in GDB's own environment (it did in the past,
8876 but that was changed on March 15, 1994). Reported by Doug Evans
8877 <dje@transmeta.com>.
8878
56caf160
EZ
8879 * gdbint.texinfo: Fix up @itemize lists so that @item is alone on
8880 its line. Fix markup of commands and macros. Add an Index node
8881 and index entries.
8882
29e57380
C
88832001-01-23 J.T. Conklin <jtc@redback.com>
8884
8885 * gdb.texinfo (Memory region attributes): New manual section.
8886
1c6147de
ND
88872001-01-04 Nicholas Duffek <nsd@redhat.com>
8888
8889 * gdbint.texinfo (POP_FRAME): Document use by return_command.
8890
f7dc1244 88912000-12-25 Eli Zaretskii <eliz@gnu.org>
b157b00f
EZ
8892
8893 * refcard.tex: Version and copyright fixed. From Phil Edwards
8894 <pedwards@disaster.jaj.com>.
8895
0dcedd82
AC
8896Thu Nov 30 16:57:19 2000 Andrew Cagney <cagney@b1.cygnus.com>
8897
8898 * gdbint.texinfo (ECOFF_REG_TO_REGNUM, DWARF_REG_TO_REGNUM,
889bf7c5 8899 DWARF2_REG_TO_REGNUM): Document.
0dcedd82 8900
3b851bce
AC
8901Mon Nov 20 21:29:35 2000 Andrew Cagney <cagney@b1.cygnus.com>
8902
8903 * gdbint.texinfo (Coding): Update current value of
889bf7c5 8904 --enable-build-warnings. Mention --enable-gdb-build-warnings.
3b851bce 8905
f7dc1244 89062000-11-19 Eli Zaretskii <eliz@gnu.org>
4a92d011
EZ
8907
8908 * gdb.texinfo (Continuing and Stepping): Fixed markup and typos,
8909 as suggested by Dmitry Sivachenko <dima@Chg.RU>.
8910
b90a5f51
CF
89112000-11-10 Christopher Faylor <cgf@cygnus.com>
8912
8913 * gdb.texinfo: Document new 'set step-mode' command.
8914
f7dc1244 89152000-10-16 Eli Zaretskii <eliz@gnu.org>
96c405b3
EZ
8916
8917 * gdb.texinfo (Contributors, MIPS Embedded): Minor spelling
8918 changes from Dmitry Sivachenko <dima@Chg.RU>.
8919
f7dc1244 89202000-09-26 Eli Zaretskii <eliz@gnu.org>
c78b4128
EZ
8921
8922 * gdb.texinfo (Hooks): Document the new post-hook functionality.
8923 From Steven Johnson <sbjohnson@ozemail.com.au>.
8924
2e685b93
MK
89252000-08-10 Mark Kettenis <kettenis@gnu.org>
8926
8927 * gdbint.texinfo (Overall Structure): Spelling fix.
8928
f7dc1244 89292000-08-10 Eli Zaretskii <eliz@gnu.org>
6f6ef15a
EZ
8930
8931 * gdbint.texinfo (Target Architecture Definition): Document that
8932 REGISTER_CONVERT_TO_VIRTUAL should only be called on a register
8933 for which REGISTER_CONVERTIBLE returns a zero value.
8934
63ac3005
EZ
89352000-07-08 Christopher Faylor <cgf@cygnus.com>
8936
8937 * Makefile.in (install-info): Find files to install in either the
8938 build or source directories (adapted from Makefile.am).
8939
bd79f757
ND
89402000-07-07 Nicholas Duffek <nsd@redhat.com>
8941
8942 * stabs.texinfo: Fix spelling errors.
8943 (String Field): FILE-NUMBER starts from 0, not 1.
8944
f7dc1244 89452000-07-05 Eli Zaretskii <eliz@gnu.org>
5f208f6d
EZ
8946
8947 * refcard.tex: Remove \centerline from the blurb. Patch from
5ae4183a 8948 Brian Youmans.
5f208f6d 8949
f7dc1244 89502000-06-25 Eli Zaretskii <eliz@gnu.org>
cc542d3b
EZ
8951
8952 * Makefile.in (install-info): Support installation from outside of
5ae4183a
AS
8953 the source directory. Reported by Mark Harig
8954 <markh@frazier.landmark.com>.
cc542d3b 8955
f3b28801
C
89562000-06-20 J.T. Conklin <jtc@redback.com>
8957
8958 * gdb.texinfo: Fix typo, $bpnum is set to last breakpoint number.
8959
449f3b6c
AC
8960Fri May 26 15:55:33 2000 Andrew Cagney <cagney@b1.cygnus.com>
8961
8962 * Makefile.in (pdf, gdbint.pdf, gdb.pdf, stabs.pdf): New targets.
889bf7c5 8963 Generate using pdftex.
449f3b6c 8964 (PDFTEX): Define.
889bf7c5 8965 (STAGESTUFF, maintainer-clean realclean): Add *.pdf.
449f3b6c 8966 (gdb.texinfo, gdbint.texinfo, stabs.texinfo): When TeX insert the
889bf7c5 8967 @contents at the start.
449f3b6c 8968
f7dc1244 89692000-05-24 Eli Zaretskii <eliz@gnu.org>
48e934c6
EZ
8970
8971 * gdb.texinfo: Remove duplicate @syncodeindex. From Brian
5ae4183a 8972 Youmans.
48e934c6 8973
9e9c5ae7
AC
8974Wed May 24 21:27:58 2000 Andrew Cagney <cagney@b1.cygnus.com>
8975
8976 From Brian Youmans:
8977 * gdb.texinfo: Fix ``et al.''.
8978
c741b251
AC
8979Tue May 23 22:57:41 2000 Andrew Cagney <cagney@b1.cygnus.com>
8980
8981 * Makefile.in (refcard.dvi): Remove quotes around REFEDITS in for
889bf7c5 8982 loop.
c741b251 8983
4ab64e14
JG
89842000-05-19 Jimmy Guo <guo@cup.hp.com>
8985
8986 * configure: Regenerate.
8987
f7dc1244 89882000-05-17 Eli Zaretskii <eliz@gnu.org>
d3229ae3
EZ
8989
8990 * Makefile.in (install-info): Run install-info on installed Info
8991 files.
8992
8c70017b
AC
8993Fri May 12 20:18:04 2000 Andrew Cagney <cagney@b1.cygnus.com>
8994
a7cb598a 8995 * gdb.texinfo: Add Stan Shebs, et.al. as authors. Mention
889bf7c5 8996 Andrew Cagney.
8c70017b 8997
f7dc1244 89982000-05-09 Eli Zaretskii <eliz@gnu.org>
598ca718
EZ
8999
9000 * gdb.texinfo: Proofreading changes from Brian Youmans.
9001
bf0184be
ND
90022000-05-01 Nick Duffek <nsd@cygnus.com>
9003
9004 * gdb.texinfo (Command Files): Mention -x, use @enumerate for
9005 startup sequence, minor edits.
9006
f7dc1244 90072000-05-01 Eli Zaretskii <eliz@gnu.org>
41afff9a
EZ
9008
9009 * annotate.texi: Remove "@syncodeindex fn cp", it causes grief in
9010 TeX.
9011
9012 * gdb.texinfo: Add "@syncodeindex fn cp". Convert all entries
9013 "@kindex f" into "@kindex f (foo)", otherwise we get index entries
9014 like `n' and `s' which look weird. Convert some of the @kindex to
9015 @vindex, when they refer to variables, not commands.
9016
33e16fad
AC
9017Sat Apr 29 17:01:04 2000 Andrew Cagney <cagney@b1.cygnus.com>
9018
9019 * gdbint.texinfo (Hints): Do not use @value{GDBN in @nodes.
9020
f7dc1244 90212000-04-23 Eli Zaretskii <eliz@gnu.org>
7162c0ca
EZ
9022
9023 * Makefile.in (GDBMI_DIR): New variable.
9024 (SET_TEXINPUTS): Add $(GDBMI_DIR).
9025 (SFILES_DOC): Add $(GDBMI_DIR)/gdbmi.texinfo.
9026 (gdbmi.texinfo): New target, for texi2roff.
9027 (gdb.me, gdb.ms, gdb.mm): Depend on gdbmi.texinfo.
9028 (gdb.info, gdb_toc.html): Add "-I ${GDBMI_DIR}".
9029
9030 * gdb.texinfo (Top): Add GDB/MI to the main menu and @include
9031 gdbmi.texinfo.
9032 (Mode Options): Add xref to GDB/MI docs and remove a FIXME
9033 comment.
9034
d167840f
EZ
90352000-04-17 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
9036
9037 * gdb.texinfo (Files): Update description of add-symbol-file
889bf7c5 9038 command.
d167840f 9039
f7dc1244 90402000-04-17 Eli Zaretskii <eliz@gnu.org>
8487521e
EZ
9041
9042 * gdb.texinfo (Porting GDB): Don't use @value in the node name, it
9043 prevents the build (and is generally a Bad Idea).
9044
f7dc1244 90452000-04-17 Eli Zaretskii <eliz@gnu.org>
00e4a2e4
EZ
9046
9047 * gdb.texinfo (Protocol): Prevent makeinfo from complaining about
9048 a comma inside @var.
9049 (Command Files): Index markup changes from Dmitry Sivachenko
9050 <dima@Chg.RU>.
9051
f7dc1244 90522000-04-16 Eli Zaretskii <eliz@gnu.org>
39ec5655
EZ
9053
9054 * Makefile.in (LN_S): Define.
9055 (gdb-cfg.texi, gdb.dvi, links2roff, inc-hist.texinfo): Don't
9056 invoke "ln -s" unless it is known to work.
9057
9058 * configure.in (AC_PROG_LN_S): Add.
9059
8dc7983f
JB
90602000-04-14 Jim Blandy <jimb@redhat.com>
9061
9062 * gdbint.texinfo (Pointers Are Not Always Addresses): New manual
9063 section.
9064 (Target Conditionals): Document ADDRESS_TO_POINTER,
9065 POINTER_TO_ADDRESS.
9066
1a8237e8
DB
90672000-04-11 Daniel Berlin <dan@cgsoftware.com>
9068
9069 * gdbint.texinfo: Replaced GDB with @value{GDBN}, @include
9070 gdb-cfg.texi to get the value.
9071
ca526f1a
JB
90722000-04-10 Jim Blandy <jimb@redhat.com>
9073
9074 * gdbint.texinfo (Target Architecture Definition): Fix
9075 cross-references.
9076
faaafcb4
JB
90772000-04-08 Jim Blandy <jimb@redhat.com>
9078
9079 * gdbint.texinfo (Using Different Register and Memory Data
9080 Representations): New section.
9081 (REGISTER_CONVERTIBLE, REGISTER_RAW_SIZE, REGISTER_VIRTUAL_SIZE,
889bf7c5
PA
9082 REGISTER_VIRTUAL_TYPE, REGISTER_CONVERT_TO_VIRTUAL,
9083 REGISTER_CONVERT_TO_RAW): Document.
faaafcb4 9084
1b27397f
AC
9085Mon Apr 3 19:16:32 2000 Andrew Cagney <cagney@b1.cygnus.com>
9086
9087 * gdb.texinfo (Protocol): Deprecate the sequence-id. Add cindex
889bf7c5 9088 for acknowledgments.
1b27397f 9089
480ff1fb
AC
9090Tue Mar 28 18:28:45 2000 Andrew Cagney <cagney@b1.cygnus.com>
9091
9092 * gdb.texinfo (Protocol): Replace ``qfThreadExtraInfo'' with
889bf7c5 9093 qThreadExtraInfo.
480ff1fb 9094
a9331b3f 90952000-03-28 J.T. Conklin <jtc@redback.com>
f1251bdd 9096
a9331b3f
RM
9097 * gdb.texinfo: Clarify which remote debug protocol commands are
9098 required and which are optional.
f1251bdd 9099
dbeb8dbd
AC
9100Tue Mar 28 16:06:22 2000 Andrew Cagney <cagney@b1.cygnus.com>
9101
9102 * gdb.texinfo: Revert remainder of Fri Mar 24 18:06:34 2000 Andrew
889bf7c5
PA
9103 Cagney <cagney@b1.cygnus.com>. Move @chapter and @node entries
9104 back to annotate.texi, rluser.texinfo and inc-hist.texinfo.
dbeb8dbd
AC
9105 * annotate.texi: Update.
9106
6d2ebf8b
SS
91072000-03-28 Stan Shebs <shebs@apple.com>
9108
9109 * gdb.texinfo: Update dates, bump to Eighth Edition (note
9110 expectation of additional changes before release), update
9111 ISBN, add copy of top-level menu for @ifhtml, remove explicit
9112 node links, rephrase and/or shorten lines to fix formatting
9113 problem in both regular and @smallbook formats.
9114 * annotate.texi: Shorten lines in example, use smallexample
9115 consistently everywhere.
9116 * Makefile.in: Add comment about texinfo 4.0 html generation.
9117 (SFILES_INCLUDED): Add annotate.texi.
9118
5d161b24
DB
91192000-03-27 Daniel Berlin <dan@cgsoftware.com>
9120
5ae4183a
AS
9121 * gdb.texinfo (Debugging Output): Added new section, documenting
9122 the "set/show debug" commands.
5d161b24 9123
b9deaee7
AC
9124Fri Mar 24 18:06:34 2000 Andrew Cagney <cagney@b1.cygnus.com>
9125
9126 * annotate.texi (Annotations): When GDBN omit @chapter and @node
889bf7c5 9127 entry.
b9deaee7
AC
9128
9129 * gdb.texinfo: Check for @ifinfo instead of @ifnottex.
9130 (rluser.texinfo, inc-hist.texinfo, annotate.texi): Add local
889bf7c5 9131 @chapter and @node entries.
a9331b3f 9132
b9deaee7 9133 * gdb.texinfo: Link all top-level nodes.
a9331b3f 9134
9ef47d30
AC
9135Fri Mar 24 17:56:48 2000 Andrew Cagney <cagney@b1.cygnus.com>
9136
9137 * Makefile.in (install-info): Create $(infodir) before installing
889bf7c5 9138 files.
9ef47d30 9139
cfeada60
FN
91402000-03-23 Fernando Nasser <fnasser@totem.to.cygnus.com>
9141
9142 From David Whedon <dwhedon@gordian.com>
5ae4183a 9143 * gdbint.texinfo : Added paragraphs about command deprecation.
cfeada60 9144
6837a0a2
DB
91452000-03-22 Daniel Berlin <dan@cgsoftware.com>
9146
9147 * gdb.texinfo: Add documentation for the apropos command.
9148
bba2971c
MS
91492000-03-20 Michael Snyder <msnyder@cleaver.cygnus.com>
9150
9151 * gdb.texinfo: Add new queries ThreadInfo and ThreadExtraInfo.
9152
2b628194
MS
91532000-03-20 Michael Snyder <msnyder@cleaver.cygnus.com>
9154
a9331b3f 9155 * gdb.texinfo: Add white space to prevent overprinting in
2b628194
MS
9156 two places.
9157
96a2c332
SS
91582000-03-17 Stan Shebs <shebs@apple.com>
9159
9160 * gdb.texinfo: Many minor changes from Dmitry Sivachenko
9161 <dima@Chg.RU>, also clarification of allowed content for
9162 string constants.
9163
f7dc1244 91642000-03-16 Eli Zaretskii <eliz@gnu.org>
d700128c
EZ
9165
9166 * gdb.texinfo (main menu): Add Annotations.
9167 (File Options): Add @cindex entries for each command-line option.
9168 Document --epoch, --annotate, --async, --interpreter, --write,
9169 --statistics, and --version.
9170
9171 * annotate.texi: Convert to a chapter. Use @value{GDBN} instead
9172 of GDB.
9173
9d233477
JB
91742000-02-23 Jim Blandy <jimb@redhat.com>
9175
9176 * gdbint.texinfo (FUNCTION_START_OFFSET): Document.
9177
14e0eb3b
JB
91782000-02-22 Jim Blandy <jimb@redhat.com>
9179
9180 * gdbint.texinfo: Document COERCE_FLOAT_TO_DOUBLE --- the new form.
9181
3555de01
JM
91822000-02-15 Jason Molenda (jsm@bugshack.cygnus.com)
9183
9184 * Makefile.in (diststuff): New target.
9185
5e35df8e
KB
91862000-02-15 Kevin Buettner <kevinb@redhat.com>
9187
9188 * agentexpr.texi: Fix wording regarding Intel's IA-64
90a3d8f2 9189 architecture. [From Jim Wilson.]
5e35df8e 9190
c5394b80
JM
91912000-01-16 Tom Tromey <tromey@cygnus.com>
9192
9193 * gdb.texinfo (Breakpoints): Mention breakpoint ranges.
9194 (Delete Breaks): Mention range arguments.
9195 (Disabling): Likewise.
9196
c3f6f71d
JM
91972000-01-05 Dmitry Sivachenko <dima@Chg.RU>
9198
9199 * gdb.texinfo: Wrap "ASCII" in @sc{}; clarify a few sentences.
9200
c4093a6a
JM
9201Wed Dec 8 19:53:08 1999 Andrew Cagney <cagney@b1.cygnus.com>
9202
9203 * gdbint.texinfo (FRAME_CHAIN_VALID): Add the generic frame-chain
889bf7c5 9204 valid functions.
c4093a6a 9205
11cf8741
JM
92061999-11-05 Stan Shebs <shebs@andros.cygnus.com>
9207
9208 * gdb.texinfo: Clarify regular expressions used in rbreak.
9209
917317f4
JM
92101999-10-15 Kevin Buettner <kevinb@cygnus.com>
9211
9212 * gdbint.texinfo (MEMORY_INSERT_BREAKPOINT,
9213 MEMORY_REMOVE_BREAKPOINT): Document.
9214
9215Thu Oct 14 21:17:17 1999 Andrew Cagney <cagney@b1.cygnus.com>
9216
9217 * gdb.texinfo (remote): Document how GDB ignores the qOffsets BSS
889bf7c5 9218 offset re-using the DATA offset instead.
917317f4 9219
2df3850c
JM
92201999-10-11 Jim Kingdon <kingdon@redhat.com>
9221
9222 * gdbint.texinfo (Target Architecture Definition): Add PARM_BOUNDARY.
9223
92241999-10-05 Stan Shebs <shebs@andros.cygnus.com>
9225
9226 From Dmitry Sivachenko <demon@gpad.ac.ru>:
9227 * gdb.texinfo: Use GDBP and GDBN everywhere, fix a couple other
9228 typos.
9229
9230 * gdb.texinfo: Various minor wording and formatting improvements,
9231 mentions of additional command-line options.
9232
2acceee2
JM
92331999-09-30 Fred Fish <fnf@cygnus.com>
9234
9235 * gdb.texinfo: Document additional forms of specifying section
9236 names and addresses for the add-symbol-file command.
9237
c2c6d25f
JM
92381999-09-14 Michael Snyder <msnyder@cleaver.cygnus.com>
9239
9240 * gdbint.texinfo: Fix typo, add the word "have".
9241
92421999-09-14 Jim Blandy <jimb@cris.red-bean.com>
9243
9244 * gdbint.texinfo (Target Architecture Definition): Document the
9245 SKIP_PERMANENT_BREAKPOINT macro.
9246
d4f3574e
SS
92471999-09-07 Stan Shebs <shebs@andros.cygnus.com>
9248
9249 * gdb.texinfo: Fiks speling errers.
9250
9251 * gdb.texinfo: Fix uses of @multitable.
9252
f7dc1244 9253 From Eli Zaretskii <eliz@gnu.org>:
d4f3574e 9254 * gdb.texinfo: Include details specific to DOS host, clarify
889bf7c5 9255 some confusing language, fix @ref/@xref/@pxref usages, add
d4f3574e
SS
9256 comments about using with optimization, add more indexing,
9257 fix info about disassembly-flavor.
9258
9259Tue Sep 7 09:11:24 1999 Kevin Buettner <kevinb@cygnus.com>
9260
9261 * gdbint.texinfo (IN_SOLIB_DYNSYM_RESOLVE_CODE,
9262 SKIP_SOLIB_RESOLVER): Define.
9263
9264Fri Sep 3 18:05:14 1999 Andrew Cagney <cagney@b1.cygnus.com>
9265
9266 * gdb.texinfo (Protocol): Review. Add tables describing ``q'' and
889bf7c5 9267 ``g'' packets.
d4f3574e 9268
104c1213
JM
92691999-08-30 Stan Shebs <shebs@andros.cygnus.com>
9270
9271 * gdb.texinfo: Create a new "Configurations" chapter with
889bf7c5
PA
9272 platform-specific info, inline remote.texi and move sections of it
9273 into the new chapter, move bits about info proc, heuristic search,
104c1213
JM
9274 and register stack into the new chapter.
9275 * remote.texi: Remove, now part of gdb.texinfo.
9276 * Makefile.in (SFILES_INCLUDED): Remove ref to remote.texi.
9277
92781999-08-27 Jason Molenda (jsm@bugshack.cygnus.com)
9279
9280 * gdbint.texinfo (GDB_TARGET_IS_SUN3, GDB_TARGET_IS_SUN386,
9281 GDB_TARGET_IS_MACH386): These kludges have gone away.
9282
9283Wed Aug 25 10:47:03 1999 Andrew Cagney <cagney@b1.cygnus.com>
9284
9285 * gdbint.texinfo (Target Architecture Definition): Mention
889bf7c5 9286 TDEPLIBS.
104c1213 9287
53a5351d
JM
92881999-08-20 Stan Shebs <shebs@andros.cygnus.com>
9289
9290 * gdb.texinfo: Remove remaining "HPPA" conditionals, rewrite
9291 surrounding text to fit HP-UX bits into general info.
9292 (HPPA-cfg.texi): Remove, no longer useful.
9293
9294 * gdb.texinfo: Remove explicit links from @node lines, remove
9295 HP-added "Detailed Node Listing" from main menu which confuses
9296 things.
9297
9298 From Dmitry Sivachenko <dima@Chg.RU>:
9299 * gdb.texinfo: Use @value{GDBN} instead of plain GDB, fix grouping
889bf7c5 9300 in description of `set environment'.
53a5351d
JM
9301
93021999-08-17 Stan Shebs <shebs@andros.cygnus.com>
9303
9304 * gdbint.texinfo: Update coding standard to allow pure ANSI/ISO C.
9305
7be570e7
JM
93061999-08-12 Ben Elliston <bje@cygnus.com>
9307
9308 * gdbint.texinfo (Breakpoint Handling): Add missing words.
9309
f7dc1244 93101999-08-10 Eli Zaretskii <eliz@gnu.org>
7be570e7
JM
9311
9312 * gdb.texinfo (Set Watchpoints): Explain some subtleties about
889bf7c5
PA
9313 watch, awatch, and rwatch. Explain why the latter two cannot be
9314 set as software watchpoints. Document that watchpoints for local
9315 variables are deleted when the debuggee terminates.
7be570e7
JM
9316
9317Wed Aug 11 13:18:14 1999 Andrew Cagney <cagney@amy.cygnus.com>
9318
9319 * remote.texi (Protocol): Further clarification of the "qRcmd"
889bf7c5
PA
9320 packet. Allow E.. response packet. "qRcmd" packet is no longer
9321 reserved.
7be570e7
JM
9322
93231999-08-10 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
9324
a9331b3f
RM
9325 * Makefile.in: Rename inc-hist.texi to inc-hist.texinfo.
9326 * gdb.texinfo: Ditto.
7be570e7 9327
96baa820
JM
93281999-08-06 Tom Tromey <tromey@cygnus.com>
9329
9330 * gdb.texinfo (KOD): New node.
9331
9332Fri Aug 6 17:05:48 1999 Andrew Cagney <cagney@b1.cygnus.com>
9333
9334 * remote.texi (Rcmd): Fix minor formatting typos.
9335
9336Thu Aug 5 17:57:41 1999 Andrew Cagney <cagney@b1.cygnus.com>
9337
9338 * remote.texi (protocol qRcmd): Allow ``OK'' and ``O...'' response
889bf7c5 9339 packets.
96baa820 9340
adf40b2e
JM
93411999-07-14 Jim Blandy <jimb@zwingli.cygnus.com>
9342
9343 * gdbint.texinfo (PREPARE_TO_PROCEED, ADDR_BITS_REMOVE): Doc
9344 fixes.
9345
43ff13b4
JM
9346Tue Jun 29 11:43:55 1999 Andrew Cagney <cagney@b1.cygnus.com>
9347
9348 * gdbint.texinfo (SAVE_DUMMY_FRAME_TOS): Define.
9349
085dd6e6
JM
9350Fri Jun 25 11:47:06 1999 Andrew Cagney <cagney@b1.cygnus.com>
9351
9352 * remote.texi (Communication Protocol): ``v'' is in use. Fix
889bf7c5
PA
9353 numerous formatting errors. Clarify ``i''. Mark ``i'', ``Z'',
9354 ``z'' and ``qRcmd'' as draft instead of reserved. Identify
9355 packets that are not supported on all hosts. Expand examples.
9356 Spell check.
085dd6e6
JM
9357
93581999-06-24 Jason Molenda (jsm@bugshack.cygnus.com)
9359
9360 * Makefile.in: Recognize html, install-html. Add targets
9361 to build HTML versions of documentation via texi2html.
9362
9363Thu Jun 24 15:59:03 1999 Stan Shebs <shebs@andros.cygnus.com>
9364
9365 * gdbint.texinfo (Testsuite): New chapter, information about the
889bf7c5 9366 testsuite.
085dd6e6
JM
9367
9368Fri Jun 25 02:40:34 1999 Andrew Cagney <cagney@b1.cygnus.com>
9369
9370 * remote.texi (Communication Protocol): Rewrite.
9371
9372Thu Jun 24 16:59:54 1999 Andrew Cagney <cagney@b1.cygnus.com>
9373
9374 * stabs.texinfo: Fix uses of xref.
9375
9e0b60a8
JM
9376Thu Jun 17 17:23:25 1999 Stan Shebs <shebs@andros.cygnus.com>
9377
9378 * gdbint.texinfo: Add an anti-printf exhortation, and update the
9379 info about patch submission.
9380
cce74817
JM
9381Mon Jun 7 15:49:40 1999 Stan Shebs <shebs@andros.cygnus.com>
9382
9383 From Per Bothner <bothner@cygnus.com>:
9384 * gdb.texinfo: Document Chill support.
9385
9386Fri Jun 4 16:58:22 1999 Andrew Cagney <cagney@b1.cygnus.com>
9387
9388 * gdbint.texinfo (SP_REGNUM, FP_REGNUM, PC_REGNUM): Add reference
889bf7c5
PA
9389 to corresponding TARGET_READ_reg TARGET_WRITE_reg macros.
9390 Document that the value should be greater-than or equal-to zero.
9391 (NO_STD_REGS): Document. Deprecate.
cce74817 9392
ac9a91a7
JM
9393Tue Jun 1 15:04:15 1999 Andrew Cagney <cagney@b1.cygnus.com>
9394
9395 * gdbint.texinfo (TARGET_COMPLEX_BIT, TARGET_DOUBLE_COMPLEX_BIT):
889bf7c5 9396 Document that these are not used.
ac9a91a7
JM
9397
9398Thu May 27 09:28:15 1999 Andrew Cagney <cagney@b1.cygnus.com>
9399
9400 * gdbint.texinfo (EXTRACT_STRUCT_VALUE_ADDRESS_P): Document.
9401
392a587b
JM
9402Mon May 24 10:07:39 1999 Andrew Cagney <cagney@b1.cygnus.com>
9403
9404 * gdbint.texinfo (FRAME_NUM_ARGS): Update definition. Parameter
889bf7c5 9405 numargs was dropped.
392a587b
JM
9406
9407Thu May 20 12:26:59 1999 Andrew Cagney <cagney@b1.cygnus.com>
9408
9409 * gdbint.texinfo (FRAMELESS_FUNCTION_INVOCATION): Update.
9410
b83266a0
SS
9411Tue Apr 27 19:14:20 1999 Andrew Cagney <cagney@b1.cygnus.com>
9412
9413 * gdbint.texinfo (SKIP_PROLOGUE, SKIP_PROLOGUE_FRAMELESS_P):
889bf7c5 9414 Update.
b83266a0 9415
7a292a7a
SS
9416Thu Apr 22 13:07:37 1999 Andrew Cagney <cagney@b1.cygnus.com>
9417
9418 * gdbint.texinfo (USE_GENERIC_DUMMY_FRAMES): Document.
9419 (GET_SAVED_REGISTER): Update, not just the a29k uses this.
9420
9421Wed Apr 21 13:59:01 1999 Dave Brolley <brolley@cygnus.com>
9422
9423 * gdbint.texinfo: Fix typos: $ -> @.
9424
9425Tue Apr 20 11:59:38 1999 Andrew Cagney <cagney@b1.cygnus.com>
9426
9427 * gdbint.texinfo (REGISTER_NAMES, BREAKPOINT, BIG_BREAKPOINT,
889bf7c5
PA
9428 LITTLE_BREAKPOINT, LITTLE_REMOTE_BREAKPOINT,
9429 BIG_REMOTE_BREAKPOINT): Deprecate in favor of REGISTER_NAME and
9430 BREAKPOINT_FROM_PC.
a9331b3f 9431
7a292a7a
SS
9432Mon Apr 12 16:00:44 1999 Andrew Cagney <cagney@b1.cygnus.com>
9433
9434 * gdbint.texinfo (CALL_DUMMY_STACK_ADJUST_P,
889bf7c5 9435 CALL_DUMMY_STACK_ADJUST): Document.
7a292a7a
SS
9436
9437Thu Apr 8 17:23:15 1999 Andrew Cagney <cagney@b1.cygnus.com>
9438
9439 * gdbint.texinfo (CALL_DUMMY_P, CALL_DUMMY_WORDS,
889bf7c5 9440 SIZEOF_CALL_DUMMY_WORDS, CALL_DUMMY): Define.
7a292a7a
SS
9441
94421999-04-02 Stan Shebs <shebs@andros.cygnus.com>
9443
9444 * gdbint.texinfo (MAINTENANCE_CMDS): Remove ref, since it no
9445 longer exists.
9446
9447Tue Mar 9 19:25:11 1999 Stan Shebs <shebs@andros.cygnus.com>
9448
9449 * gdb.texinfo, remote.texi, all-cfg.texi, HPPA-cfg.texi: Remove
889bf7c5
PA
9450 nearly all @ifset/@ifclear conditionals; nobody uses them, and
9451 they make the manual source incomprehensible.
7a292a7a
SS
9452 * h8-cfg.texi: Remove, hasn't been used in years.
9453
c906108c
SS
9454Thu Feb 11 18:00:59 1999 Stan Shebs <shebs@andros.cygnus.com>
9455
9456 * gdb.texinfo: Update the credits.
9457
9458Mon Feb 8 17:33:57 1999 Stan Shebs <shebs@andros.cygnus.com>
9459
9460 * gdb.texinfo: Fix mistakes noticed in printout of last
9461 draft, add Alpha to discussion of heuristic fence post.
9462
9463Fri Feb 5 17:20:00 1999 Stan Shebs <shebs@andros.cygnus.com>
9464
9465 * gdb.texinfo, remote.texi: Many changes; update to Seventh
889bf7c5
PA
9466 Edition, merge some HP changes into mainline, describe some
9467 previously undocumented features, describe more of the target
9468 commands available, eliminate obsolete section on renamed
9469 commands.
c906108c
SS
9470 * all-cfg.texi, HPPA-cfg.texi: Remove some obsolete conditionals.
9471
9472Wed Jan 20 17:47:45 1999 Stan Shebs <shebs@andros.cygnus.com>
9473
9474 * gdb.texinfo: Make many HPPA conditionals unconditional,
9475 including catchpoint description, since now on for all configs.
9476 * all-cfg.texi: @clear HPPA, since is mainly for very HP-specific
9477 specializations.
9478
9479Thu Jan 14 17:10:12 1999 Stan Shebs <shebs@andros.cygnus.com>
9480
9481 * Makefile.in (GDBvn.texi): Fix match expression to work with
9482 current format of VERSION in gdb/Makefile.in.
9483 * gdb.texinfo: Fix node ref to match new readline.
9484
9485Wed Jan 13 10:38:40 1999 Edith Epstein <eepstein@sophia.cygnus.com>
9486
a9331b3f
RM
9487 * gdb.texinfo: Changes made as part of a project to merge in
9488 changes made by HP. Documentation makes extensive use of
c906108c
SS
9489 @ifclear HPPA and @ifset HPPA. The HP manual omits doumentation
9490 on remote debugging. There are differences in documentation
889bf7c5 9491 (HP vs. non-HP) on C++ support (aCC vs. gnu gcc++). Also,
c906108c
SS
9492 the HP manual discusses catchpoints, hardware watchpoints, and
9493 some HPUX specific limitations for shared library support.
a9331b3f 9494
c906108c
SS
9495 There are also a number of @node changes.
9496
94971999-01-12 Jason Molenda (jsm@bugshack.cygnus.com)
9498
9499 * gdbint.texinfo (Formatting): Disambiguate a sentence.
9500 (C Usage): Same.
9501
9502Wed Jan 6 11:55:34 1999 David Taylor <taylor@texas.cygnus.com>
9503
9504 The following changes were made by Edith Epstein
889bf7c5
PA
9505 <eepstein@cygnus.com> as part of a project to merge in changes
9506 made by HP.
a9331b3f 9507
c906108c
SS
9508 * HPPA-cfg.texi: new file.
9509
9510 * all-cfg.texi: set HPPA for HP PA-RISC targets.
9511
9512 * refcard.tex: change documentation about catch.
9513 removed info catch.
9514
9515Mon Jan 4 18:29:18 1999 Stan Shebs <shebs@andros.cygnus.com>
9516
9517 * gdbint.texinfo: Expand on GDB's coding standards,
9518 specify the use of arg names with prototypes.
9519
95201998-12-14 J.T. Conklin <jtc@redbacknetworks.com>
9521
9522 * gdb.texinfo: Fix tipo.
9523
9524Sun Dec 13 10:27:59 1998 Andrew Cagney <cagney@b1.cygnus.com>
9525
9526 * gdbint.texinfo: Document TARGET_BYTE_ORDER_DEFAULT and
889bf7c5 9527 TARGET_BYTE_ORDER_SELECTABLE_P.
c906108c
SS
9528
9529Thu Dec 10 16:07:09 1998 Andrew Cagney <cagney@b1.cygnus.com>
9530
9531 * gdbint.texinfo (FRAME_FIND_SAVED_REGS): Document.
9532
95331998-12-09 Jim Blandy <jimb@zwingli.cygnus.com>
9534
9535 * agentexpr.texi: New file.
9536
9537Wed Dec 9 21:13:57 1998 Andrew Cagney <cagney@chook>
9538
9539 * gdbint.texinfo (REGISTER_NAME): Replace REGISTER_NAMES.
9540
95411998-12-03 J.T. Conklin <jtc@redbacknetworks.com>
9542
9543 * remote.texi: Changed wording that implied that the GDB remote
9544 protocol caches register values instead of GDB itself.
9545
9546Tue Dec 1 17:45:43 1998 Stan Shebs <shebs@andros.cygnus.com>
9547
9548 * gdbint.texinfo: Add some info about symbol readers.
9549 (CHILL_PRODUCER, etc): Comment out descriptions, not useful.
9550 (IN_SOLIB_CALL_TRAMPOLINE): Rename info from IN_SOLIB_TRAMPOLINE.
9551 (IN_SOLIB_RETURN_TRAMPOLINE): Describe.
9552 (KERNEL_DEBUGGING, MIPSEL): No info about these, remove.
9553
9554Mon Nov 30 11:32:21 1998 Andrew Cagney <cagney@chook>
9555
a9331b3f 9556 * gdbint.texinfo (FRAME_CHAIN_VALID_ALTERNATE):
c906108c
SS
9557
9558Sat Nov 28 13:45:53 1998 Andrew Cagney <cagney@b1.cygnus.com>
9559
9560 * gdbint.texinfo (INNER_THAN): Update, now takes parameters.
9561
9562Fri Nov 27 12:39:45 1998 Andrew Cagney <cagney@chook>
9563
9564 * gdbint.texinfo (NO_SINGLE_STEP): Replace with
889bf7c5 9565 SOFTWARE_SINGLE_STEP_P and SOFTWARE_SINGLE_STEP.
c906108c
SS
9566
9567Wed Oct 14 10:02:40 1998 Andrew Cagney <cagney@b1.cygnus.com>
9568
9569 * gdbint.texinfo: Fix minor typos.
9570
9571Wed Sep 30 18:03:19 1998 Stan Shebs <shebs@andros.cygnus.com>
9572
9573 * gdbint.texinfo: Complete overhaul. Group descriptions more
9574 logically, add more info on generic algorithms, remove much
9575 obsolete and/or wrong material.
9576
9577Fri Jul 24 17:51:38 1998 Ian Lance Taylor <ian@cygnus.com>
9578
9579 * stabs.texinfo (Method Type Descriptor): Expand and correct.
9580
9581Mon May 4 10:37:12 1998 Brian Youmans (3diff@gnu.org)
9582
9583 * refcard.tex: Copyright, address updates.
9584
9585Tue Apr 21 18:09:56 1998 Stan Shebs <shebs@andros.cygnus.com>
9586
9587 * gdb.texinfo (EDITION, DATE): Update and change to use ordinals
9588 for the edition instead of confusing GDB-version-like numbers.
9589
9590Mon Apr 13 14:05:00 1998 Fred Fish <fnf@cygnus.com>
9591
9592 * gdb.texinfo (hbreak, watch): Fix typo, "date" -> "data".
9593
9594Thu Apr 2 16:52:44 1998 Jason Molenda (crash@bugshack.cygnus.com)
9595
5ae4183a 9596 * LRS: Reformat a bit to keep text under 80 columns.
c906108c
SS
9597
9598Thu Apr 2 16:10:36 1998 Stan Shebs <shebs@andros.cygnus.com>
9599
9600 * gdb.texinfo: Add some credits, mention bug monitor.
9601 * remote.texi: Mention mips monitor targets.
9602 * gdbint.texinfo: Describe SP_REGNUM, STEP_SKIPS_DELAY.
a9331b3f 9603
c906108c
SS
9604Mon Feb 2 17:13:03 1998 Stan Shebs <shebs@andros.cygnus.com>
9605
9606 * gdbint.texinfo: Remove obsolete mentions of pinsn.c and opcode.h
889bf7c5
PA
9607 files, finish sorting of host vs target vs native macros, describe
9608 some more of them.
c906108c
SS
9609
9610Tue Jan 13 16:44:50 1998 Fred Fish <fnf@cygnus.com>
9611
9612 * gdbint.texinfo (Host Conditionals): Document change from
9613 using NO_MMALLOC to it's inverse, USE_MMALLOC.
9614
9615Mon Nov 24 13:55:21 1997 Andrew Cagney <cagney@b1.cygnus.com>
9616
9617 * gdbint.texinfo (Host Conditionals): Document
889bf7c5 9618 PRINTF_HAS_LONG_DOUBLE, SCANF_HAS_LONG_DOUBLE, HAVE_LONG_DOUBLE.
c906108c
SS
9619
9620Fri Jul 4 14:52:31 1997 Ian Lance Taylor <ian@cygnus.com>
9621
9622 * gdbint.texinfo (Host Conditionals): Add CRLF_SOURCE_LINES.
9623 Document LSEEK_NOT_LINEAR.
9624
9625Tue Mar 25 14:44:09 1997 Ian Lance Taylor <ian@cygnus.com>
9626
9627 * stabs.texinfo (Stab Section Basics): Make it clear that only
9628 some versions of the GNU linker remove the leading N_UNDF symbol.
9629
9630Thu Feb 27 17:45:19 1997 Ian Lance Taylor <ian@cygnus.com>
9631
9632 * stabs.texinfo (String Field): Document type number pairs here,
9633 instead of in the Sun specific section.
9634 (Include Files): The GNU linker supports the N_BINCL
9635 optimization. Clarify the N_BINCL value, and what it is used
9636 for.
9637 (Procedures): Document N_FUN with an empty string to mark the end
9638 of a function.
9639 (Typedefs): Mention that Sun compilers may use N_GSYM for a type.
9640 (Sun Differences): Remove this node, as the information is now
9641 elsewhere in the main document.
9642 (Stab Section Basics): Mention that the GNU linker may optimize
9643 stabs and remove the leading N_UNDF symbol.
9644
9645Mon Dec 9 12:23:32 1996 Roland Pesch <roland@wrs.com>
9646
9647 * gdb.texinfo, refcard.tex: Restore author credit
9648
9649Wed Oct 2 22:01:36 1996 Fred Fish <fnf@fishfood.ninemoons.com>
9650
9651 * gdbint.texinfo (SIGTRAMP_START, SIGTRAMP_END): Update
9652 documentation to account for START and END macros taking
9653 one arg.
9654
9655Thu Aug 22 17:59:03 1996 Fred Fish <fnf@cygnus.com>
9656
9657 From: Eberhard Mattes <mattes@azu.informatik.uni-stuttgart.de>
9658 * gdb.texinfo (Frames): Fix typo.
9659
9660Tue Jul 23 10:06:20 1996 Fred Fish <fnf@cygnus.com>
9661
9662 * gdbint.texinfo (NO_SINGLE_STEP): Document that single_step takes
9663 a target_signal as arg type, not a pid.
9664
9665Fri Jul 12 11:10:05 1996 Stu Grossman (grossman@critters.cygnus.com)
9666
9667 * gdb.texinfo: Document `set assembly-language'.
9668
9669Thu Jul 11 13:50:28 1996 Stan Shebs <shebs@andros.cygnus.com>
9670
9671 * remote.texi: Update list of stubs in the GDB distribution.
9672
9673Fri Jul 5 15:38:54 1996 Fred Fish <fnf@cygnus.com>
9674
9675 * gdbint.texinfo (NO_MMCHECK): Renamed from NO_MMALLOC_CHECK.
889bf7c5
PA
9676 Also document that some systems can use mmalloc but must define
9677 this if their C runtime allocates memory that is later freed.
c906108c 9678 (MMCHECK_FORCE): Document new macro.
a9331b3f 9679
c906108c
SS
9680Fri Jun 28 22:17:10 1996 Dawn Perchik <dawn@cygnus.com>
9681
9682 * remote.texi: Add documentation for target Sparclet.
9683
9684Mon Jun 24 18:12:22 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
9685
a9331b3f 9686 * Makefile.in (srcdir, VPATH, prefix, infodir, INSTALL,
c906108c
SS
9687 INSTALL_PROGRAM, INSTALL_DATA): Use autoconf set values.
9688 * configure.in: Rewritten for autoconf.
9689 * configure: New.
9690
9691Mon Jun 17 10:43:41 1996 Fred Fish <fnf@cygnus.com>
9692
9693 * Makefile.in (DVIPS): New define, set to dvips.
9694 (dvi): Add stabs.dvi.
9695 (ps): New target.
9696 (all-doc): Depend on info, dvi, and ps targets.
9697 (STAGESTUFF): Add *.ps and *.dvi files.
9698 (clean-info, clean-dvi): Remove.
9699 (mostlyclean): Does not depend upon clean-info or clean-dvi,
9700 rules completely rewritten.
9701 (maintainer-clean): Remove clean-info and clean-dvi
9702 dependencies and put their actions in the rules.
9703 (gdb.ps): New target
a9331b3f 9704 (gdb.dvi, gdbgui.dvi, gdbint.dvi, stabs.dvi): Remove
c906108c
SS
9705 intermediate TeX files, whether they have 2 or 3 character
9706 extensions.
9707 (gdbint.ps): Add target and rules.
9708 (gdb-internals): Delete unused target.
9709 (Makefile): Depends upon config.status also.
9710
9711Sat Mar 30 15:46:58 1996 Fred Fish <fnf@cygnus.com>
9712
9713 * gdbint.texinfo (CC_HAS_LONG_LONG): Clarify when/how this is
9714 set.
9715
9716Sat Mar 16 15:10:20 1996 Fred Fish <fnf@cygnus.com>
9717
9718 From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>
9719 * gdb.texinfo (Expressions): Fix erroneous array constant example.
9720
9721Sat Mar 16 13:28:45 1996 Fred Fish <fnf@cygnus.com>
9722
9723 * gdb.texinfo: Add missing "@bullet" to some "@itemize" commands.
9724
9725Sat Feb 10 03:28:36 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
9726
9727 * gdb.texinfo (Print settings): Document
9728 `set/show print static-members' commands.
9729
9730Wed Jan 10 14:16:37 1996 Fred Fish <fnf@cygnus.com>
9731
9732 * gdbint.texinfo (Native): Document name change, coredep.c to
9733 core-aout.c.
9734
9735Wed Dec 13 12:35:28 1995 Ian Lance Taylor <ian@cygnus.com>
9736
9737 * stabs.texinfo (Include Files): Document the values the SunOS4
9738 linker creates for N_BINCL/N_EINCL/N_EXCL stabs.
9739
9740Fri Dec 8 21:08:44 1995 Fred Fish <fnf@cygnus.com>
9741
9742 * gdbint.texinfo (Releases): Change gdb.tar.Z to gdb.tar.gz.
9743 Fix typo.
9744
9745Fri Dec 1 11:07:50 1995 Fred Fish <fnf@cygnus.com>
9746
9747 * gdbint.texinfo (Releases): Make "gdb.tar.gz" rather than
9748 "gdb.tar.Z".
9749
9750Wed Sep 20 13:14:10 1995 Ian Lance Taylor <ian@cygnus.com>
9751
9752 * Makefile.in (maintainer-clean): New target, synonym for
9753 realclean.
9754
9755Thu Aug 3 10:45:37 1995 Fred Fish <fnf@cygnus.com>
9756
9757 * Update all FSF addresses except those in COPYING* files.
9758
9759Wed Jul 19 18:43:03 1995 Stan Shebs <shebs@andros.cygnus.com>
9760
9761 From Richard Earnshaw (rearnsha@armltd.co.uk):
9762 * gdb.texinfo (convenience variables): Document $_exitcode.
9763 (quit): Document optional expression to use as exit code.
9764
9765Thu Jun 22 21:27:33 1995 Victoria Mixon <victoria@cygnus.com>
9766
9767 * gdb.texinfo, remote.texi: Brought up to date with various
9768 GDB changes.
9769
9770Tue Jun 20 14:35:38 1995 Stan Shebs <shebs@andros.cygnus.com>
9771
9772 * gdb.texinfo: Update dates and versions, fix comments about
9773 hardware watchpoints in future releases and about the
9774 sharedlibrary command.
9775
9776Mon May 8 09:30:36 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
9777
9778 * stabs.texinfo: Remove node `XCOFF differences'. Describe value of
9779 C_FUN stab. Other cleanups.
9780
9781Wed Apr 19 07:02:19 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
9782
9783 * remote.texi (Bootstrapping): Clarify that flush_i_cache is only
9784 for the sparc stub.
9785
9786Tue Apr 11 11:41:49 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
9787
9788 * annotate.texi: Clarify which addresses have differing formats
9789 depending on the language and which do not.
9790
9791Tue Mar 28 16:56:22 1995 J.T. Conklin <jtc@rtl.cygnus.com>
9792
9793 * remote.texi (NetWare): Changed example to use BOARD= instead of
9794 NODE= argument to reflect correspoding change to gdbserve.nlm.
9795
9796Fri Mar 17 06:47:02 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
9797
9798 * stabs.texinfo (Negative Type Numbers): Mention the fact that
9799 GDB, as well as AIX dbx, supports the size type attribute.
9800
9801Thu Mar 16 12:11:32 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
9802
9803 * stabs.texinfo (Negative Type Numbers): Document types -31 to -34.
9804
9805Mon Mar 13 16:49:13 1995 Per Bothner <bothner@kalessin.cygnus.com>
9806
9807 * gdb.texinfo (Define): Document $arg0... arguments to commands,
9808 and new 'if' and 'while' commands.
9809
9810Fri Feb 17 15:24:35 1995 Per Bothner <bothner@kalessin.cygnus.com>
9811
9812 * gdb.texinfo (Artificial arrays): Note use of coerce-to-array-type.
9813
9814Wed Feb 15 11:59:18 1995 J.T. Conklin <jtc@rtl.cygnus.com>
9815
9816 * all-cfg.texi: New flag, GDBSERVE, for NetWare's gdbserve.nlm.
9817 * remote.texi (NetWare): New node, how to use gdbserve.nlm on
9818 NetWare targets. Mostly stolen from the Server node.
9819
9820Fri Feb 10 20:20:08 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
9821
9822 * gdb.texinfo (Setting): Talk about the language of a source file
9823 versus the working language. The old documentation did not match
9824 what GDB did.
9825
9826Wed Feb 1 20:26:36 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
9827
9828 * stabs.texinfo (Source Files): Document N_SO used to mark the end
9829 of a source file.
9830
9831Mon Jan 23 14:23:37 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
9832
9833 * gdb.texinfo (Processes): New node.
9834
9835Tue Jan 17 14:09:03 1995 Ian Lance Taylor <ian@sanguine.cygnus.com>
9836
9837 * remote.texi: Update documentation of set/show mipsfpu.
9838
3fc11d3e
JM
9839Fri Jan 6 17:17:28 1995 Stan Shebs <shebs@andros.cygnus.com>
9840
9841 * gdbgui.texinfo: New file, manual for GUI (gdbtk) users.
9842 * Makefile.in (gdbgui.dvi, gdbgui.info): New actions.
c906108c
SS
9843
9844Sun Sep 4 16:47:21 1994 Stan Shebs (shebs@andros.cygnus.com)
9845
9846 * gdbint.texinfo: Removed mentions of some incorrectly placed and
9847 obsolete conditionals, described some others.
9848
9849Mon Aug 1 15:42:39 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
9850
9851 * gdbint.texinfo: Remove references to BROKEN_LARGE_ALLOCA and
9852 SET_STACK_LIMIT_HUGE; they were removed from GDB 14 May 1994.
9853
9854Mon Aug 1 15:12:02 1994 Stan Shebs (shebs@andros.cygnus.com)
9855
9856 * gdbint.texinfo: Put regex conditionals in their own table.
9857
9858Tue Jul 26 18:32:52 1994 Stan Shebs (shebs@andros.cygnus.com)
9859
9860 * gdbint.texinfo: Removed mentions of many obsolete conditionals,
9861 described or fixed the descriptions of many others.
9862
9863Sun Jul 17 14:14:03 1994 Stan Shebs (shebs@andros.cygnus.com)
9864
9865 * gdb.texinfo: Add some more credits.
9866 * gdbint.texinfo: Capitalize GDB consistently, describe some
9867 macros and remove some.
9868
9869Thu Jul 14 18:43:17 1994 Stan Shebs (shebs@andros.cygnus.com)
9870
9871 * gdbint.texinfo: Removed mentions of many incorrectly placed and
9872 obsolete conditionals, described some others.
9873
9874Tue Jul 12 12:23:15 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
9875
9876 * gdb.texinfo (help targets): Changed to `help target', which
9877 is the correct gdb command.
9878
9879Wed Jun 22 18:00:51 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
9880
9881 * annotate.texi (TODO): New node, for keeping track of annotations
9882 suggested but not yet implemented.
9883
9884Wed Jun 1 16:10:45 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
9885
9886 * stabs.texinfo (Statics): Value of xcoff C_BSTAT points to
9887 another symbol, it is not the address itself.
9888
9889Thu May 5 20:23:36 1994 Stan Shebs (shebs@andros.cygnus.com)
9890
9891 * stabs.texinfo (Stab Section Basics): Add comment about alignment
9892 of stabs-in-coff sections.
9893
9894Wed May 4 06:26:11 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
9895
9896 * annotate.texi: Change edition to 0.5 and date to May 1994.
9897 Add index.
9898 (Frames): New node, for frame annotation.
9899 (Displays): New node, for display annotation.
9900
9901 * remote.texi (MIPS Remote): Say that set timeout doesn't apply
9902 when waiting for your program to stop.
9903
9904Fri Apr 29 18:24:46 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
9905
9906 * annotate.texi (Breakpoint Info): Document annotation of header
9907 fields and record annotation.
9908
9909Thu Apr 28 07:44:28 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
9910
9911 * annotate.texi: New file, to document annotations.
9912
9913Thu Apr 21 14:20:51 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
9914
9915 * Makefile.in (clean): Don't remove GDBvn.texi (apparently on Jan
9916 16 I meant to make this change but did not). Do remove gdb-cfg.texi.
9917
9918Wed Apr 20 11:22:48 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
9919
9920 * stabs.texinfo (Stab Section Basics): Say what is in .stab
9921 section, and say n_strx field is compilation unit relative.
9922 * stabs.texinfo: Don't use @code for a.out when it is the name of
9923 an object file format.
9924
9925Wed Apr 13 20:29:54 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
9926
9927 * gdb.texinfo: Refer to file names, not path names, per rms
9928 convention.
9929 (Arguments): Fix typo.
9930
9931Thu Mar 24 08:09:12 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
9932
9933 * stabs.texinfo (Global Variables): Talk about stabs in files
9934 where variables are referenced, but not defined.
9935
9936Wed Mar 23 07:16:36 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
9937
9938 * stabs.texinfo: Move stuff on @ and # type descriptors from node
9939 Cplusplus to new nodes Member Type Descriptor and Method Type
9940 Descriptor. Re-write stuff for #.
9941
9942Wed Mar 16 08:20:19 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
9943
9944 * gdb.texinfo (Print Settings): Don't document "set print
9945 fast-symbolic-addr off". The bug which it worked around was fixed
9946 on 25 Feb 94 in coffread.c, so I'm nuking the command.
9947
9948 * stabs.texinfo (Alternate Entry Points): New node, rewritten from
9949 N_ENTRY node.
9950
9951 * stabs.texinfo (Type Descriptors): Add 'Y' type descriptor.
9952
9953Tue Mar 15 08:43:02 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
9954
9955 * gdbint.texinfo (Host Conditionals, Target Conditionals): Remove
9956 references to ieee-float.c.
9957
9958Fri Mar 11 08:09:40 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
9959
9960 * gdb.texinfo (Set Breaks): Update documentation for tbreak to
9961 match what the code actually does.
9962
9963Wed Mar 9 19:43:05 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
9964
9965 * stabs.texinfo (Symbol Descriptors): Add OS9000 symbol descriptor s.
9966
9967Tue Mar 1 17:04:43 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
9968
9969 * stabs.texinfo (Type Descriptors): Add OS9000 type descriptors c,
9970 i, and b.
9971
9972Wed Feb 23 10:44:18 1994 Jim Kingdon (kingdon@rtl.cygnus.com)
9973
9974 * stabs.texinfo: Document N_RBRAC as function relative for COFF as
9975 well as for ELF and SOM. Unify the descriptions of ELF and SOM
9976 as "stabs in sections" rather than just saying "ELF and SOM".
9977 Also make that stuff apply to COFF.
9978
9979Fri Feb 18 08:25:58 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
9980
9981 * gdb.texinfo (Formatting Documentation): Change GhostScript to
9982 Ghostscript.
9983
9984Fri Feb 4 06:31:31 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
9985
9986 * gdb.texinfo (Continuing and Stepping): When talking about "step"
9987 versus functions without line numbers, also mention stepping into
9988 them as well as "step" when you are in them. Tell the user how to
9989 deal with the situation. Add comment about "debugging information".
9990
9991Thu Feb 3 11:39:59 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
9992
9993 * stabs.texinfo (Enumerations): Document restriction on where
9994 enumeration types can appear and still win with GDB.
9995
9996Wed Feb 2 11:29:17 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
9997
9998 * stabs.texinfo (Negative Type Numbers): Document format for type
9999 -16.
10000
10001Thu Jan 27 16:53:56 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10002
10003 * gdb.texinfo (Selection, Frame Info): Update information about
10004 arbitrary frame specficiations.
10005
10006Wed Jan 26 15:31:57 1994 Roland H. Pesch (pesch@fowanton.cygnus.com)
10007
10008 * gdb.texinfo, remote.texi: general editing pass prior to Net release
10009
10010Tue Jan 25 12:12:04 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10011
10012 * stabs.texinfo (String Field): Discuss continuing stabs with ?.
10013
10014Wed Jan 19 06:39:24 1994 David J. Mackenzie (djm@thepub.cygnus.com)
10015
10016 * stabs.texinfo (Non-Stab Symbol Types): Mention N_SET* | N_EXT.
10017
10018Sun Jan 16 12:43:32 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10019
10020 * stabs.texinfo: Re-do stuff about C_BSTAT and move from XCOFF
10021 Differences node to Statics node.
10022 (Statics): Discuss XCOFF use of V symbol descriptor.
10023
10024 * Makefile.in: Remove refcard.dvi and GDBvn.texi in realclean,
10025 not clean.
10026
10027Wed Jan 12 21:29:54 1994 John Gilmore (gnu@cygnus.com)
10028
10029 * gdb.texinfo (Print Settings): Document `set print
10030 fast-symbolic-addr' and improve the doc for some other
10031 `set print's.
10032
10033Mon Jan 3 17:23:07 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10034
10035 * stabs.texinfo (String Field): Talk about defining several type
10036 numbers at once.
10037 Fix lint regarding changing node ELF Transformations to
10038 ELF and SOM Transformations.
10039
10040Fri Dec 31 00:42:43 1993 John Gilmore (gnu@cygnus.com)
10041
10042 * stabs.texinfo: Insert Peter Kessler's name as inventor (I think).
10043
10044Tue Dec 28 09:30:40 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10045
10046 * stabs.texinfo (Cross-References): `::' is for nested types only
10047 within <>.
10048 (Structures): Document static members.
10049
10050Mon Dec 27 13:55:04 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10051
10052 * stabs.texinfo: Document S type attribute.
10053
10054Sun Dec 26 20:46:36 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
10055
10056 * stabs.texinfo: Add notes about stabs-in-som where appropriate.
10057
10058Fri Dec 3 19:13:19 1993 John Gilmore (gnu@cygnus.com)
10059
10060 * gdbint.texinfo: Fix a few typos.
10061
10062Sun Nov 28 18:06:25 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
10063
10064 * gdb.texinfo, remote.texi: formatting improvements
10065
10066 * gdb.texinfo (New Features): mention threads.
10067 (Summary, C): fix xrefs in newly contributed text.
10068 (Threads): index entries, clarifications, example
10069 (passim): minor typos fixed, phrasing improvements
10070
10071 * remote.texi (Bootstrapping): rephrase text on ^C and add index
10072 entries; (Server): explain use of gdbserver w/real-time systems,
10073 add example of conflicting TCP port; (MIPS Remote) break up
10074 running text into table, highlighting commands, and add example.
a9331b3f 10075
c906108c
SS
10076Wed Nov 24 14:15:56 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
10077
10078 * refcard.tex: avoid bad linebreaks even when REFEDITS=psrc.sed
10079
10080Fri Nov 12 16:10:58 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10081
10082 * stabs.texinfo (Nested Symbols): New node.
10083 (String Field, Symbol Descriptors, Cross-References): Refer to it.
10084
10085Thu Nov 11 13:26:45 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10086
10087 * stabs.texinfo (Stabs in ELF): Clarify how Bbss.bss work with respect
10088 to picking which Bbss.bss symbol to use, and (because there seems to
10089 be no good way of doing it) re-write some of the text to make it
10090 sound like Bbss.bss isn't such a great idea after all (as currently
10091 designed).
10092
10093 * gdb.texinfo (C): In addition to saying people have to use g++ for
10094 good results, say they have to use stabs. Specifically say cfront
10095 doesn't work well.
10096 (Summary): Merge in information on Modula-2, Pascal, and Chill from
10097 the gdb README. Add xrefs to places where the support for the various
10098 languages is described in detail.
10099
10100Mon Nov 8 11:47:34 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10101
10102 * stabs.texinfo: Clean up stuff about visibility and virtual
10103 characters.
10104
10105 * stabs.texinfo (N_M2C): Cite Sun doc.
10106
10107Fri Nov 5 16:27:27 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
10108
10109 * gdb.texinfo: updates re threads.
10110 * remote.texinfo: avoid index entries starting with digits.
10111
10112Tue Nov 2 09:08:37 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10113
10114 * stabs.texinfo (Enumerations): Talk about large, negative and
10115 octal values. Clean up cross reference to type attributes.
10116 (String Field): Say that GDB 4.11 supports size attribute.
10117
10118Sun Oct 31 13:31:10 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10119
10120 * remote.texi (VxWorks Remote): Clarify that rebuilding VxWorks kernel
10121 is a mandatory step. Make the stuff about that more concise.
10122
10123Wed Oct 27 00:25:46 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10124
10125 * stabs.texinfo (Class Names): New node.
10126
10127 * gdb.texinfo (Command Files): Explain order of init file reading.
10128
10129 * remote.texi (Bootstrapping): Talk about getting the serial driver
10130 to deal with ^C sent by gdb to stop the remote system.
10131
10132Mon Oct 25 03:25:41 1993 Tom Lord (lord@cygnus.com)
10133
10134 * libgdb.texinfo (I/O): incorporated better phrasing from rich.
10135
10136 * libgdb.texinfo (Defining Commands): made the DOC arg
10137 to gdb_define_app_command a char * instead of char **
10138 per a suggestion from kingdon.
10139
10140 * libgdb.texinfo: total rewrite from a different starting
10141 premise.
10142
10143Wed Oct 20 18:07:44 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10144
10145 * stabs.texinfo (Local Variable Parameters): Re-write paragraph on
10146 floats passed as doubles (to improve clarity).
10147
10148Tue Oct 19 14:21:18 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
10149
10150 * gdb.texinfo (Source Path): index entries for $cwd, $pdir
10151
10152 * a4rc.sed: update to work with Andreas Vogel papersize params
10153
10154 * refcard.tex: use Andreas Vogel simplifications of papersize
10155 params; remove useless version info; update copyright date.
10156
10157Tue Oct 19 10:46:22 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10158
10159 * gdb.texinfo (Symbols): Add class NAME to doc for ptype.
10160
10161Tue Oct 12 09:11:45 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10162
10163 * gdb.texinfo (Files): Say what address the load command loads it at.
10164
10165 * stabs.texinfo (Common Blocks): Minor cleanups.
10166
10167 * stabs.texinfo: Update ld stabs in elf relocation to reflect the fact
10168 that Sun has backed away from the linker kludge and thus the relevant
10169 issue is changes to the SunPRO tools, not the Solaris linker.
10170
10171 * stabs.texinfo (Traditional Integer Types): Clean up description
10172 of octal bounds a little bit. Document extra leading zeroes.
10173
10174Thu Oct 7 16:15:37 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10175
10176 * gdb.texinfo (Signaling): Update for symbolic symbol names
10177 and add a section explaining the difference between the GDB
10178 signal command and the shell kill utility.
10179
10180Wed Oct 6 13:23:01 1993 Tom Lord (lord@rtl.cygnus.com)
10181
10182 * libgdb.texinfo: added `@' to braces that were unescaped.
10183
10184Mon Oct 4 10:42:18 1993 Tom Lord (lord@rtl.cygnus.com)
10185
10186 * libgdb.texinfo: new file. Spec for the gdb library.
10187
10188Sun Oct 3 15:26:56 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10189
10190 * stabs.texinfo (Include Files): Fix typo (start -> end).
10191
10192Thu Sep 30 18:24:56 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
10193
10194 * gdb.texinfo, remote.texi: assorted small improvements, mostly
10195 from Melissa at FSF's editing pass.
10196
10197Thu Sep 30 11:54:38 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10198
10199 * gdb.texinfo: Remove stuff about ar and 14 character filenames.
10200 I believe this was fixed by the 13 Sep 89 change to print_frame_info.
10201 Also, modern versions of ar like BSD 4.4 or SVR4 don't have this bug.
10202
10203Wed Sep 22 21:22:11 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10204
10205 * remote.texi (Bootstrapping): Discuss 386 call gates.
10206
10207Sat Sep 18 17:10:44 1993 Jim Kingdon (kingdon@poseidon.cygnus.com)
10208
10209 * stabs.texinfo (Based Variables): New node.
10210
10211Thu Sep 16 17:48:55 1993 Jim Kingdon (kingdon@cirdan.cygnus.com)
10212
10213 * stabs.texinfo (Negative Type Numbers): Re-write discussions of
10214 names, sizes, and formats to suggest how not to lose.
10215
10216Sat Sep 11 09:35:11 1993 Jim Kingdon (kingdon@poseidon.cygnus.com)
10217
10218 * stabs.texinfo (Methods): Fix typo.
10219
10220Fri Sep 10 06:34:20 1993 David J. Mackenzie (djm@thepub.cygnus.com)
10221
10222 * gdb.texinfo: Fix a few typos.
10223
10224Wed Sep 8 09:11:52 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10225
10226 * gdb.texinfo: Clarify how well it works with Fortran.
10227
10228 * stabs.texinfo (Stabs In ELF, Statics, ELF Transformations):
10229 More on relocating stabs in ELF files.
10230
10231Tue Sep 7 13:45:02 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10232
10233 * stabs.texinfo (Stabs In ELF): Talk about N_FUN value.
10234
10235Mon Sep 6 19:23:18 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10236
10237 * stabs.texinfo (Local Variable Parameters): Talk about nameless
10238 parameters on VAX.
10239
10240Fri Sep 3 17:06:08 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
10241
10242 * gdb.texinfo: @up/@down -> @raisesections/@lowersections
10243
10244Fri Sep 3 12:04:15 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10245
10246 * stabs.texinfo: Make info author notice match the TeX author notice.
10247
10248Tue Aug 31 13:21:06 1993 David J. Mackenzie (djm@thepub.cygnus.com)
10249
10250 * stabs.texinfo: Initial-caps all words in node names and
10251 non-trivial words in section names.
10252
10253Mon Aug 30 11:13:16 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10254
10255 * stabs.texinfo: Many minor cleanups.
10256
10257 * stabs.texinfo: Remove @deffn except from Expanded Reference node.
10258
10259Sat Aug 28 12:08:09 1993 David J. MacKenzie (djm@edison.eng.umd.edu)
10260
10261 * stabs.texinfo: Remove full description of big example.
10262 It's not really helpful; just use pieces of it where appropriate.
10263 Add more Texinfo formatting directives (@samp, etc.).
10264 Use @deffn to define stab types.
10265 Eliminate some wordiness. Break up some nodes.
10266 Add an (alphabetized) index of symbol types.
10267 Use consistent capitalization style in node and section names.
10268
10269Thu Aug 26 06:36:31 1993 Fred Fish (fnf@deneb.cygnus.com)
10270
10271 * gdb.texinfo: Change typo "Two two" to "The two".
10272
10273Sun Aug 22 12:15:18 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10274
10275 * stabs.texinfo (XCOFF-differences): Remove references to
10276 non-existent types N_DECL and N_RPSYM.
10277
10278 * stabs.texinfo (String Field): Say that type attributes bug is
10279 fixed in GDB 4.10, since it is.
10280
10281 * stabs.texinfo: Clean up djm cleanups, and more cleanups of my own.
10282
10283Sat Aug 21 04:32:28 1993 David MacKenzie (djm@cygnus.com)
10284
10285 * stabs.texinfo: Formatting cleanups.
10286
10287Fri Aug 20 20:49:53 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10288
10289 * stabs.texinfo: When explaining the n_type of a stab, standardize
10290 how we do it ('#' as a comment indicator, "36 is N_FUN" as text,
10291 no tabs, use @r).
10292 (Global Variables): Clean up.
10293
10294Tue Aug 17 15:57:27 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10295
10296 * stabs.texinfo (Stack Variables): Re-write.
10297
10298Mon Aug 16 21:20:08 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10299
10300 * stabs.texinfo (Stabs-in-elf): Talk about getting the start
10301 addresses of a source file. Also revise formatting.
10302 Change "object module" or "object file" to "source file".
10303 Various: Miscellaneous cleanups.
10304
10305Thu Aug 12 15:11:51 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10306
10307 * stabs.texinfo: Point to mangling info in gcc's gpcompare.texi.
10308
10309Tue Aug 10 16:57:49 1993 Stan Shebs (shebs@rtl.cygnus.com)
10310
10311 * gdbint.texinfo: Removed many nonsensical machine-collected
10312 host and target conditionals, described some of the remainder.
10313
10314Tue Aug 10 13:28:30 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10315
10316 * gdbint.texinfo (Getting Started): Use @itemize, not @table.
10317
10318 * gdbint.texinfo (Top): Add name to @top line, and re-write the
10319 paragraph which follows.
10320
10321 * gdbint.texinfo (Host): Use @code not @samp for Makefile
10322 variables. Looks better and avoids overful hbox.
10323
10324Fri Jul 30 18:26:21 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10325
10326 * stabs.texinfo (Procedures): Improve stuff on nested functions.
10327
10328Thu Jul 29 15:10:58 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
10329
10330 * remote.texi: (MIPS Remote) clearer doc for set/show timeout,
10331 retransmit-timeout
10332
10333Thu Jul 29 13:16:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10334
10335 * gdbint.texinfo: Update statement about `some ancient Unix
10336 systems, like Ultrix 4.0' to Ultrix 4.2.
10337
10338Wed Jul 28 15:26:53 1993 Roland H. Pesch (pesch@el_bosque.cygnus.com)
10339
10340 * h8-cfg.texi, all-cfg.texi: new flag GDBSERVER
10341
10342 * Makefile.in: depend on remote.texi rather than gdbinv-s.texi
10343
10344 * remote.texi: (Server) New node on gdbserver. (Remote Serial,
10345 ST2000 Remote, MIPS Remote): mention `host:port' syntax for TCP.
10346
10347 * remote.texi: new name for former gdbinv-s.texi
10348
10349 * gdb.texinfo: use remote.texi rather than gdbinv-s.texi
10350
10351Wed Jul 28 08:26:24 1993 Ian Lance Taylor (ian@cygnus.com)
10352
10353 * gdbinv-s.texi: Documented timeout and retransmit-timeout
10354 variables for MIPS remote debugging protocol.
10355
10356Mon Jul 26 13:00:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10357
10358 * stabs.texinfo (Negative Type Numbers): FORTRAN LOGICAL fix.
10359
10360Tue Jul 20 16:30:41 1993 Jim Kingdon (kingdon@deneb.cygnus.com)
10361
10362 * Makefile.in (refcard.dvi): Use srcdir where necessary.
10363
10364Mon Jul 19 12:02:50 1993 Roland H. Pesch (pesch@cygnus.com)
10365
10366 * gdb.texinfo: repair conditional bugs in text markup
10367
10368Fri Jul 16 18:57:50 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
10369
10370 * gdb.texinfo, all-cfg.texi, h8-cfg.texi: introduce MOD2 switch
10371 to select Modula-2 material.
10372
10373Thu Jul 15 13:15:01 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10374
10375 * stabs.texinfo: Cleanups regarding statics.
10376
10377 * gdbinv-s.texi (Bootstrapping): Document exceptionHandler.
10378 (Debug Session): Mention exceptionHandler. Add xref to Bootstrapping.
10379
10380Mon Jul 12 13:37:02 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10381
10382 * stabs.texinfo: N_MAIN is sometimes used for C.
10383
10384Fri Jul 9 09:47:02 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
10385
10386 * gdbint.texinfo (Host, Target Conditionals): Remove TM_FILE_OVERRIDE.
10387
10388Tue Jul 6 12:41:28 1993 John Gilmore (gnu@cygnus.com)
10389
10390 * gdbint.texinfo (Target Conditionals): Remove NO_TYPEDEFS,
a9331b3f 10391 removed from the code by Kingdon.
c906108c
SS
10392
10393Tue Jul 6 12:24:34 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10394
10395 * gdb.texinfo (Break Commands): Remove stuff about flushing terminal
10396 input when evaluating breakpoint conditions; the bug has been fixed.
10397
10398 * gdb.texinfo (Continuing and Stepping): Argument to "continue"
10399 sets the ignore count to N-1, not to N.
10400
10401Thu Jul 1 14:57:42 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
10402
10403 * refcard.tex (\hoffset): correct longstanding error to match
10404 intended offset; avoids cutting off edge on some printers
10405
10406Wed Jun 30 18:23:06 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10407
10408 * stabs.texinfo (Parameters): Say that order of stabs is significant.
10409
10410Fri Jun 25 21:34:52 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10411
10412 * stabs.texinfo (Common Blocks): Say what Sun FORTRAN does.
10413
10414Fri Jun 25 16:15:10 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
10415
10416 * Makefile.in: (REFEDITS) new var to control whether PS or CM
10417 fonts and whether US or A4 paper for GDB refcard; (refcard.dvi)
10418 collect sed edits if any, apply to refcard before formatting;
10419 (refcard.ps) stop implying PS fonts if PS output requested;
10420 (lrefcard.ps) delete extra target for variant PS fonts
10421
10422 * refcard.tex: parametrize papersize dependent info, collect
10423 in easily replaced spot
10424
10425 * a4rc.sed: new file, edits to refcard for A4 paper
10426
10427Fri Jun 25 14:21:46 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10428
10429 * stabs.texinfo (Negative Type Numbers): Type -16 is 4 bytes.
10430
10431Wed Jun 23 15:02:50 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10432
10433 * stabs.texinfo (Negative Type Numbers): Minor character cleanups.
10434
10435Tue Jun 22 16:31:52 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10436
10437 * stabs.texinfo: Express disapproval of 'D' symbol descriptor
10438 politely rather than rudely.
10439
10440Fri Jun 18 19:42:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10441
10442 * stabs.texinfo: Document common blocks.
10443
10444Fri Jun 18 12:12:57 1993 Fred Fish (fnf@cygnus.com)
10445
10446 * stabs.texinfo: Add some basic info about stabs-in-elf.
10447
10448Fri Jun 18 13:57:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10449
10450 * stabs.texinfo (Top): Minor cleanup.
10451
10452Mon Jun 14 16:16:51 1993 david d `zoo' zuhn (zoo at rtl.cygnus.com)
10453
10454 * Makefile.in (install-info): remove parentdir support
10455
10456Tue Jun 15 18:11:39 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
10457
10458 * gdb.texinfo (Copying): delete this node and references to it;
10459 RMS says this manual need not carry GPL. (passim): Improvements
10460 from last round at FSF, largely due to Ian Taylor review, and
10461 minor formatting improvements.
10462
10463 * gdbinv-s.texi (passim): Improvements from last round at FSF,
10464 largely due to Ian Taylor review. (Debug Session): minor edits to
10465 new text.
10466
10467Sun Jun 13 12:52:39 1993 Jim Kingdon (kingdon@cygnus.com)
10468
10469 * Makefile.in (realclean): Remove info and dvi files too.
10470
10471Sat Jun 12 16:09:22 1993 Jim Kingdon (kingdon@cygnus.com)
10472
10473 * {all,h8}-config.texi: Rename to *-cfg.texi for 14 char filenames.
10474 * Makefile.in: Change accordingly. gdb-config.texi -> gdb-cfg.texi.
10475 * gdb.texinfo: Change accordingly.
10476
10477 * stabs.texinfo: Clean up N_{L,R}BRAC. Discuss what addresses of
10478 N_{L,R}BRAC,N_SLINE are relative to.
10479
10480Fri Jun 11 15:15:55 1993 Jim Kingdon (kingdon@cygnus.com)
10481
10482 * Makefile.in (GDBvn.texi): Update atomically.
10483
10484Wed Jun 9 10:58:16 1993 Jim Kingdon (kingdon@cygnus.com)
10485
10486 * gdbinv-s.texi (Debug Session): Document exceptionHook.
10487
10488Tue Jun 8 13:42:04 1993 Jim Kingdon (kingdon@cygnus.com)
10489
10490 * gdb.texinfo (Print Settings): Move all stuff relating to symbolic
10491 addresses together. Also motivate the set print symbol-filename
10492 command and suggest other solutions.
10493
10494Tue Jun 1 22:46:43 1993 Fred Fish (fnf@cygnus.com)
10495
10496 * gdb.texinfo (set print elements): Note that the number of
10497 elements is set to unlimited by "set print elements 0".
10498
10499Mon May 31 08:06:55 1993 Jim Kingdon (kingdon@cygnus.com)
10500
10501 * stabs.texinfo (Builtin Type Descriptors): Try to clarify what
10502 NF_LDOUBLE means.
10503 (Stab Types): Include Solaris stab types.
10504 (Procedures): Document Solaris extensions.
10505
10506Thu May 27 06:20:42 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
10507
10508 * gdb.texinfo: Add `set print symbol-filename' doc.
10509
10510Wed May 26 00:26:42 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10511
10512 * stabs.texinfo (Arrays): Talk about type definition vs. type
10513 information.
10514
10515 * stabs.texinfo (Builtin Type Descriptors): Talk about omitting
10516 the trailing semicolon.
10517
10518Tue May 25 14:49:42 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10519
10520 * stabs.texinfo (Line Numbers, Source Files): Re-write these two nodes
10521 and merge in other parts of the document addressing these subjects.
10522 gdbint.texinfo (XCOFF): Remove info which is now in stabs.texinfo.
10523
10524 * stabs.texinfo (Subranges, Arrays): Try to explain about the semicolon
10525 at the end of a range type.
10526
10527 * stabs.texinfo (Subranges): "A offset" and "T offset" are not
10528 AIX extensions.
10529
10530Mon May 24 09:00:33 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10531
10532 * stabs.texinfo (Stabs Format): Misc fixes.
10533
10534Sat May 22 10:40:56 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10535
10536 * stabs.texinfo (Constants): Allow an `e' constant to be non-enum.
10537 (Traditional builtin types): Document convex convention for long long.
10538 (Negative builtin types): Discuss type names, and misc fixes.
10539
10540Fri May 21 11:20:31 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10541
10542 * stabs.texinfo (Builtin Type Descriptors): Document the floating
10543 point types used with @samp{R} type descriptor.
10544 (Symbol Descriptors): Describe how to handle conflict between
10545 different meanings of @samp{P} symbol descriptor.
10546
10547Thu May 20 13:35:10 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10548
10549 * stabs.texinfo: Remove node Quick Reference and put its children
10550 directly under the main menu.
10551
10552 * stabs.texinfo: Many more changes to bring it into line with
10553 AIX documentation and reality. I think it now has all the
10554 information from the AIX documentation, except that I burned
10555 out when I got to variant records (Pascal and Modula-2) and
10556 all the COBOL types. Oh well, we can add them later when we're
10557 worrying more about those languages.
10558
10559 * stabs.texinfo (Automatic variables): Talk about what it means
10560 to omit the symbol descriptor.
10561
10562Tue May 18 17:59:18 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10563
10564 * stabs.texinfo (Parameters): Add "(sometimes)" when describing
10565 gcc2 behavior with promoted args.
10566
10567Fri May 14 21:35:29 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
10568
10569 * gdb.texinfo: include readline appendices in info version of manual
10570
10571Fri May 7 11:56:18 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
10572
10573 * gdbinv-s.texi (Remote Serial): describe new ^C behavior in
10574 target remote.
10575
10576 * gdb.texinfo (Machine Code): more index entries for disassemble
10577
10578Fri May 7 10:12:30 1993 Fred Fish (fnf@cygnus.com)
10579
10580 * Clarify the intended use of the gdb-testers and gdb-patches
10581 mailing lists, and shrink gzip comment.
10582
10583Thu May 6 16:39:50 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
10584
10585 * gdb.texinfo (Shell Commands): do not mention SHELL env var in
10586 DOSHOST configuration of manual.
10587
10588 * gdb.texinfo (MIPS Stack): new node.
10589
10590 * all-config.texi (MIPS) new switch.
10591
10592 * gdbinv-s.texi (Nindy Options) Remove two instances of future
10593 tense; (MIPS Remote) new node.
10594
10595 * gdb.texinfo (passim) rephrases to work around makeinfo @value
10596 bug; (Environment) less passive, other small cleanups in text about
10597 .cshrc/.bashrc; (Invoking GDB) new MIPS Remote menu entry;
10598 (Remote) new MIPS Remote menu entry.
10599
10600Thu Apr 29 09:36:25 1993 Jim Kingdon (kingdon@cygnus.com)
10601
10602 * stabs.texinfo: Many changes to include information from the
10603 AIX documentation.
10604
10605 * gdb.texinfo (Environment): Mention pitfall with .cshrc.
10606
10607Tue Apr 27 14:02:57 1993 Jim Kingdon (kingdon@cygnus.com)
10608
10609 * gdbint.texinfo (new node Debugging GDB, elsewhere):
10610 Move a bunch of information from ../README.
10611 (Getting Started): New node.
10612
10613Fri Apr 23 17:21:13 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
10614
10615 * gdbinv-s.texi, gdb.texinfo: include Hitachi SH target
10616
10617 * gdb.texinfo: advance manual revision dates to present
10618
10619 * gdbinv-s.texi, gdb.texinfo, all-config.texi, h8-config.texi:
10620 stop using silly Roman numerals in @set variable names
10621
10622Fri Apr 23 07:30:01 1993 Jim Kingdon (kingdon@cygnus.com)
10623
10624 * stabs.texinfo (Parameters): Keep trying to get this right.
10625
10626Wed Apr 21 15:18:47 1993 Jim Kingdon (kingdon@cygnus.com)
10627
10628 * stabs.texinfo (Parameters): More on "local parameters".
10629
10630Mon Apr 19 08:00:51 1993 Jim Kingdon (kingdon@cygnus.com)
10631
10632 * stabs.texinfo (Parameters): Re-do "local parameters" section.
10633
10634Sun Apr 18 09:47:45 1993 Jim Kingdon (kingdon@cygnus.com)
10635
10636 * stabs.texinfo (Symbol descriptors): Re-do using @table and @xref.
10637 (Parameters): Rewrite.
10638 (xcoff-differences, Sun-differences): Minor changes.
10639
10640Thu Apr 15 02:35:24 1993 John Gilmore (gnu@cacophony.cygnus.com)
10641
10642 * stabs.texinfo: Minor cleanup.
10643
10644Wed Apr 14 17:31:00 1993 Jim Kingdon (kingdon@cygnus.com)
10645
10646 * gdbint.texinfo: Minor xcoff stuff.
10647
10648Wed Apr 7 14:11:07 1993 Fred Fish (fnf@cygnus.com)
10649
10650 * gdbint.texinfo: Update for new config directory structure.
10651 Add info about internal type data structures.
10652
10653Mon Apr 5 09:06:30 1993 Ian Lance Taylor (ian@cygnus.com)
10654
10655 * Makefile.in (SFILES_INCLUDED): gdb-config.texi is no longer in
10656 $(srcdir).
10657 (gdb-config.texi): Depend on file in $(srcdir).
10658
10659Fri Apr 2 16:55:13 1993 Jim Kingdon (kingdon@cygnus.com)
10660
10661 * stabs.texinfo: Fixes about N_SO.
10662
10663Fri Mar 26 18:00:35 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
10664
10665 * gdb.texinfo: include list of nonstandard init file names
10666
10667 * *-config.texi: new switch GENERIC for text that applies *only*
10668 to (usual) multiple-target version of manual
10669
10670 * gdb.texinfo, gdbinv-s.texi: Update conditional markup to correct
10671 h8 config
10672
10673 * gdb.texinfo: depend on latest fixed makeinfo, use conditionals
10674 in menus (rather than conditionally selected multiple alternative
10675 menus).
10676
10677 * Makefile.in: define and use DOC_CONFIG var to select
10678 configuration for GDB user manual.
10679
10680 * gdb-config.texi: delete from repository, generate from Makefile.
10681
10682 * all-config.texi: normal `generic' configuration file, formerly
10683 stored as gdb-config.texi
10684
10685Wed Mar 24 14:03:19 1993 david d `zoo' zuhn (zoo at poseidon.cygnus.com)
10686
10687 * Makefile.in: add dvi target to build all .dvi files
10688
10689Tue Mar 23 16:03:24 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
10690
10691 * gdb.texinfo, gdvinv-s.texinfo: formatting improvements.
10692
10693Fri Mar 19 21:46:50 1993 John Gilmore (gnu@cygnus.com)
10694
10695 * gdbint.texinfo: Doc NO_MMALLOC and NO_MMALLOC_CHECK as
10696 host conditionals.
10697 * stabs.texinfo: More array fixes inspired by Jim's.
10698
10699Fri Mar 19 10:23:34 1993 Jim Kingdon (kingdon@cygnus.com)
10700
10701 * stabs.texinfo: Fixes re arrays and continuations.
10702
10703 * gdbint.texinfo: Add XCOFF node.
10704
10705Mon Mar 8 15:52:18 1993 John Gilmore (gnu@cygnus.com)
10706
10707 * gdb.texinfo: Add `set print max-symbolic-offset' doc.
10708
10709Sun Feb 21 17:09:38 1993 Per Bothner (bothner@rtl.cygnus.com)
10710
10711 * stabs.texinfo: Fix for array types to mention lower bounds.
10712
10713Thu Feb 18 01:19:49 1993 John Gilmore (gnu@cygnus.com)
10714
10715 * gdbint.texinfo: Update PTRACE_ARG3_TYPE doc, pull PT_*.
10716
10717Wed Feb 17 08:15:24 1993 John Gilmore (gnu@cygnus.com)
10718
10719 * gdbint.texinfo: Remove SET_STACK_LIMIT_HUGE from target defines.
10720
10721Thu Feb 11 10:38:40 1993 John Gilmore (gnu@cygnus.com)
10722
10723 * gdbint.texinfo: Fix thinko (NM_FILE => NAT_FILE). Found
10724 by Michael Ben-Gershon <mybg@CS.HUJI.AC.IL>.
10725
10726Wed Feb 10 23:59:19 1993 John Gilmore (gnu@cygnus.com)
10727
10728 * gdbint.texinfo: Eliminate IBM6000_HOST, document IBM6000_TARGET.
10729
10730Tue Feb 9 18:26:21 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
10731
10732 * gdb.texinfo, gdbinv-s.texi: misc updates
10733
10734Sat Feb 6 10:25:47 1993 John Gilmore (gnu@cygnus.com)
10735
10736 * gdbint.texinfo: Brief documentation for longjmp support,
10737 from an email msg by Stu.
10738
10739Fri Feb 5 14:10:15 1993 John Gilmore (gnu@cygnus.com)
10740
10741 * stabs.texinfo: Fix description of floating point "range"
10742 types (which really define basic types). Reported by Jim Meehan,
10743 <meehan@src.dec.com>.
10744
10745 * gdbint.texinfo: Remove COFF_NO_LONG_FILE_NAMES define, now gone.
10746
10747Thu Feb 4 13:56:46 1993 Ian Lance Taylor (ian@cygnus.com)
10748
10749 * gdbint.texinfo: Slightly expand section on supporting a new
10750 object file format.
10751
10752Thu Feb 4 01:49:04 1993 John Gilmore (gnu@cygnus.com)
10753
10754 * Makefile.in (refcard.ps, lrefcard.ps): Remove psref.tex
10755 intermediate file.
10756
10757Tue Feb 2 12:18:06 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
10758
10759 * gdb.texinfo, gdbinv-s.texi: miscellaneous stylistic cleanups
10760
10761Mon Feb 1 15:35:47 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
10762
10763 * gdbinv-s.texi: z8000 simulator target name is just "sim"
10764
10765 * gdbinv-s.texi: Mention that Z8000 simulator can simulate Z8001
10766 as well as Z8002.
10767
10768Sat Nov 28 06:51:35 1992 John Gilmore (gnu@cygnus.com)
10769
10770 * gdbint.texinfo: Add sections on clean design and on how to send
10771 in changes.
10772
10773Mon Nov 9 23:57:02 1992 John Gilmore (gnu@cygnus.com)
10774
10775 * gdbint.texinfo: Add how to declare the result of make_cleanup.
10776
10777Mon Oct 26 11:09:47 1992 John Gilmore (gnu@cygnus.com)
10778
10779 * gdb.texinfo: Fix typo, reported by Karl Berry.
10780
10781Fri Oct 23 00:41:21 1992 John Gilmore (gnu@cygnus.com)
10782
10783 * gdb.texinfo: Add opcodes dir to GDB distribution description.
10784
10785Sat Oct 10 18:04:58 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
10786
10787 * gdbint.texinfo: fixed a stray email address (needs @@),
10788 added @table @code to node "Native Conditionals"
10789
10790Tue Sep 22 00:34:15 1992 John Gilmore (gnu@cygnus.com)
10791
10792 * gdbint.texinfo: Describe coding style of GDB.
10793
10794Mon Sep 21 19:32:16 1992 John Gilmore (gnu@cygnus.com)
10795
10796 * stabs.texinfo: Minor wording changes.
10797
10798Tue Sep 15 02:57:09 1992 John Gilmore (gnu@cygnus.com)
10799
10800 * gdbint.texinfo: Improve release doc slightly.
10801
10802Fri Sep 11 01:34:25 1992 John Gilmore (gnu@sphagnum.cygnus.com)
10803
10804 * gdbint.texinfo: Improve doc of GDB config macros.
10805
10806Wed Sep 9 16:52:06 1992 John Gilmore (gnu@cygnus.com)
10807
10808 * stabs.texinfo: Remove Bothner's changes for C++ nested types.
10809 These will be reinserted when examined.
10810
10811Mon Aug 24 01:17:55 1992 John Gilmore (gnu@cygnus.com)
10812
10813 * gdbint.texinfo: Make a start at documenting all the #if macros
10814 in GDB. At least list them all, and start separating them into
10815 host-specific and target-specific.
10816
10817Tue Aug 18 15:59:13 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)
10818
10819 * gdbinv-s.m4.in: refrain from using @cartouche for just a few
a9331b3f 10820 examples (not consistent w others).
c906108c
SS
10821 gdb.texinfo: issue disclaimer paragraph on cmdline options only
10822 for generic vn of doc
10823
10824Tue Aug 18 14:53:27 1992 Ian Lance Taylor (ian@cygnus.com)
10825
10826 * Makefile.in: always create installation directories.
10827
10828Tue Aug 18 14:11:50 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)
10829
10830 * gdb.texinfo: in h8 config, do not describe searching commands.
10831
10832Mon Aug 17 18:07:59 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)
10833
10834 * gdb.texinfo, none.m4, h8.m4, gdbinv-s.m4.in: improve H8/300
10835 conditionals; introduce a few generic switches that may be
10836 useful for other cross-dev or dos-hosted configs.
10837
10838 * gdb.texinfo: fix typo in "info reg" description
10839
10840Sun Aug 16 01:16:18 1992 John Gilmore (gnu@cygnus.com)
10841
10842 * stabs.texinfo: Minor updates from running TeX over it.
10843 * Makefile.in (stabs.dvi, stabs.ps): Add.
10844
10845Sat Aug 15 20:52:24 1992 Per Bothner (bothner@rtl.cygnus.com)
10846
10847 * stabs.texinfo: Stabs documentation, written by Julia Menapace.
10848 First pass at converting it to texinfo.
10849
10850Sat Aug 15 03:14:59 1992 John Gilmore (gnu@cygnus.com)
10851
10852 * gdb.texinfo, refcard.tex: Document mult args on `info reg'.
10853 * Makefile.in (refcard.ps, lrefcard.ps): Add missing $(srdir).
10854
10855Fri Aug 14 21:08:47 1992 John Gilmore (gnu@cygnus.com)
10856
10857 * gdbint.texinfo: Add section on partial symbol tables.
10858
10859Sat Jun 20 16:31:10 1992 John Gilmore (gnu at cygnus.com)
10860
10861 * gdb.texinfo: document `set remotedebug' and `set
10862 rstack_high_address'.
10863
10864Thu May 14 17:09:48 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)
10865
10866 * gdb.texinfo: slight expansion of new text on reading info files
10867 * gdbinv-s.m4.in: correct and expand info on cross-debugging
10868 H8/300 from DOS.
10869
10870Tue May 12 12:22:47 1992 John Gilmore (gnu at cygnus.com)
10871
10872 * gdb.texinfo: `info user' => `show user'. Noticed by David Taylor.
10873
10874Mon May 11 19:06:27 1992 John Gilmore (gnu at cygnus.com)
10875
10876 * gdb.texinfo: Say how to read the `info' files.
10877
10878Tue May 5 12:11:38 1992 K. Richard Pixley (rich@cygnus.com)
10879
10880 * Makefile.in: gm4 -> m4.
10881
10882Fri Apr 10 17:50:43 1992 John Gilmore (gnu at rtl.cygnus.com)
10883
10884 * gdb.texinfo: Update for GDB-4.5. Move `Formatting
10885 Documentation' ahead of `Installing GDB' to match README.
10886 Update shared library doc, -readnow and -mapped, and directory
a9331b3f 10887 structure (add glob and mmalloc). Update configure doc.
c906108c
SS
10888
10889Tue Mar 24 23:28:38 1992 K. Richard Pixley (rich@cygnus.com)
10890
10891 * Makefile.in: remove $(srcdir) from gdb.info rule.
10892
10893Sat Mar 7 18:44:50 1992 K. Richard Pixley (rich@rtl.cygnus.com)
10894
10895 * Makefile.in: commented out gdb-all.texinfo rule. This is
10896 temporary.
10897
10898Wed Feb 26 18:04:40 1992 K. Richard Pixley (rich@cygnus.com)
10899
10900 * Makefile.in, configure.in: removed traces of namesubdir,
10901 -subdirs, $(subdir), $(unsubdir), some rcs triggers. Forced
dee368d3 10902 copyrights to '92, '13, changed some from Cygnus to FSF.
c906108c
SS
10903
10904Fri Dec 13 09:47:31 1991 John Gilmore (gnu at cygnus.com)
10905
10906 * gdb.texinfo: Improve how we ask for bug reports.
10907
10908Tue Dec 10 04:07:21 1991 K. Richard Pixley (rich at rtl.cygnus.com)
10909
10910 * Makefile.in: infodir belongs in datadir.
10911
10912Fri Dec 6 23:57:34 1991 K. Richard Pixley (rich at rtl.cygnus.com)
10913
10914 * Makefile.in: remove spaces following hyphens, bsd make can't
10915 cope. install using INSTALL_DATA. added clean-info. added
a9331b3f 10916 standards.text support.
c906108c
SS
10917
10918Thu Dec 5 22:46:12 1991 K. Richard Pixley (rich at rtl.cygnus.com)
10919
10920 * Makefile.in: idestdir and ddestdir go away. Added copyrights
10921 and shift gpl to v2. Added ChangeLog if it didn't exist. docdir
10922 and mandir now keyed off datadir by default.
10923
10924\f
10925Local Variables:
9e9c5ae7 10926mode: change-log
c906108c
SS
10927left-margin: 8
10928fill-column: 74
10929version-control: never
10930End:
This page took 2.021942 seconds and 4 git commands to generate.