]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blame - gdb/doc/ChangeLog
record-btrace: add bts buffer size configuration option
[thirdparty/binutils-gdb.git] / gdb / doc / ChangeLog
CommitLineData
d33501a5
MM
12015-02-09 Markus Metzger <markus.t.metzger@intel.com>
2
3 * gdb.texinfo (Branch Trace Configuration Format): Add size.
4 (Process Record and Replay): Describe new set|show commands.
5 (General Query Packets): Describe Qbtrace-conf:bts:size packet.
6
f4abbc16
MM
72015-02-09 Markus Metzger <markus.t.metzger@intel.com>
8
9 * gdb.texinfo (Process Record and Replay): Describe the "record
10 btrace bts" command.
11 (General Query Packets): Describe qXfer:btrace-conf:read packet.
12 (Branch Trace Configuration Format): New.
13
cfb069a8
GB
142015-01-31 Gary Benson <gbenson@redhat.com>
15 Doug Evans <dje@google.com>
16
17 * gdb.texinfo (Command Completion): Document new
18 "set/show max-completions" option.
19
f57d2163
DE
202015-01-31 Doug Evans <xdje42@gmail.com>
21
22 * gdb.texinfo (Symbols): Document new commands
23 "maint print symbol-cache", "maint print symbol-cache-statistics",
24 "maint flush-symbol-cache". Document new option
25 "maint set symbol-cache-size".
26
9f050062
DE
272015-01-31 Doug Evans <xdje42@gmail.com>
28
29 * gdb.texinfo (dotdebug_gdb_scripts section): Update docs to
30 distinguish script files vs inlined scripts.
31 * python.texi (Python Auto-loading): Ditto.
32
b6577aab
DE
332015-01-30 Doug Evans <dje@google.com>
34
35 * gdb.texinfo (Symbols) <info source>: Output now contains producer
36 string if present.
37
3a8b707a
DE
382015-01-27 Doug Evans <dje@google.com>
39
40 * python.texi (Objfiles In Python): Document Objfile.username.
41
1b549396
DE
422015-01-27 Doug Evans <dje@google.com>
43
44 * python.texi (Objfiles In Python) <Objfile.filename>: Improve docs.
45 * guile.texi (Objfiles In Guile) <objfile-filename>: Improve docs.
46
253828f1
JK
472015-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
48
49 * gdb.texinfo (Threads): Describe -ascending for thread apply all.
50
bf555842
EZ
512015-01-16 Eli Zaretskii <eliz@gnu.org>
52
53 * doc/gdb.texinfo (TUI Commands): Document the possible
54 values of NAME argument to 'winheight' command. Explain the
55 effect of 'tabset' setting better.
56
439250fb
DE
572015-01-11 Doug Evans <xdje42@gmail.com>
58
59 PR gdb/15830
60 * gdb.texinfo (Debugging C Plus Plus): Mention "demangle".
61 (Symbols): Ditto.
62 (Maintenance Commands): Delete docs for "maint demangle".
63
6bf6fd09
JB
642014-12-31 Joel Brobecker <brobecker@adacore.com>
65
66 * gdb.texinfo (Files): Remove documentation of the
67 "add-shared-symbol-files" and "assf" commands.
68 (Cygwin Native): Remove documentation of the "dll-symbols"
69 command.
70
cc485e62
DE
712014-12-17 Doug Evans <xdje42@gmail.com>
72
73 * gdb.texinfo (Debugging Output): Document "debug symbol-lookup".
74
bb2ec1b3
TT
752014-12-12 Phil Muldoon <pmuldoon@redhat.com>
76 Jan Kratochvil <jan.kratochvil@redhat.com>
77
78 * gdb.texinfo (Altering): Update.
79 (Compiling and Injecting Code): New node.
80
6dddd6a5
DE
812014-12-12 Doug Evans <dje@google.com>
82
83 * python.texi (Objfiles In Python): Document gdb.lookup_objfile.
84
f5b95c01
AA
852014-12-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
86
87 * gdb.texinfo: Document "maint print user-registers".
88
a0be3e44
DE
892014-12-08 Doug Evans <dje@google.com>
90
91 * python.texi (Objfiles In Python): Document Objfile.owner.
92
86e4ed39
DE
932014-12-04 Doug Evans <dje@google.com>
94
95 * python.texi (Objfiles In Python): Document
96 Objfile.add_separate_debug_file.
97
7c50a931
DE
982014-12-04 Doug Evans <dje@google.com>
99
100 * python.texi (Objfiles In Python): Document Objfile.build_id.
101
162078c8
NB
1022014-12-02 Nick Bull <nicholaspbull@gmail.com>
103
104 * python.texi (Events In Python): Document new events
105 InferiorCallPreEvent, InferiorCallPostEvent, MemoryChangedEvent
106 and RegisterChangedEvent.
107
f10c5b19
JK
1082014-11-30 Jan Kratochvil <jan.kratochvil@redhat.com>
109
110 Add add-auto-load-scripts-directory.
111 * gdb.texinfo (Auto-loading): Add add-auto-load-scripts-directory link.
112 (objfile-gdbdotext file): Add add-auto-load-scripts-directory.
113
413b59ae
JK
1142014-11-30 Jan Kratochvil <jan.kratochvil@redhat.com>
115
116 * gdb.texinfo (Auto-loading safe path): Fix add-auto-load-safe-path
117 description typo.
118
02be9a71
DE
1192014-10-30 Doug Evans <dje@google.com>
120
121 * python.texi (Progspaces In Python): Document ability to add
122 random attributes to gdb.Progspace objects.
123 (Objfiles In Python): Document ability to add random attributes to
124 gdb.objfile objects.
125
e5f8a7cc
PA
1262014-10-27 Pedro Alves <palves@redhat.com>
127
128 * gdb.texinfo (Continuing and Stepping): Add cross reference to
129 info on stepping and signal handlers.
130 (Signals): Explain stepping and signal handlers. Add context
131 index entry, and cross references.
132
fab3a15d
SM
1332014-10-20 Simon Marchi <simon.marchi@ericsson.com>
134
135 * python.texi (Breakpoints In Python): Add parenthesis after
136 Breakpoint.delete. Clarify Breakpoint.enabled description so
137 that it contains "disable".
138
4ffbba72
DE
1392014-10-17 Doug Evans <dje@google.com>
140
141 * python.texi (Events In Python): Document clear_objfiles event.
142
d096d8c1
DE
1432014-10-17 Doug Evans <dje@google.com>
144
145 * python.texi (Objfiles In Python): Document new progspace attribute.
146
32a8097b
PA
1472014-10-17 Pedro Alves <palves@redhat.com>
148
149 * gdb.texinfo (Ada Tasks and Core Files): Delete mention of Tru64.
150 (SVR4 Process Information): Delete mention of OSF/1.
151
2ddf4301
SM
1522014-10-01 Simon Marchi <simon.marchi@ericsson.com>
153
154 * gdb.texinfo (Miscellaneous gdb/mi Commands): Document new
155 exit-code field in -list-thread-groups output.
156
342cc091
JBG
1572014-09-22 Jan-Benedict Glaw <jbglaw@lug-owl.de>
158
159 * gdb.texinfo (Set Breaks): Add missing "@end table".
160
a25a5a45
PA
1612014-09-22 Pedro Alves <palves@redhat.com>
162
163 * gdb.texinfo (Set Breaks): Document that "set breakpoint
164 always-inserted off" is the default mode now. Delete
165 documentation of "set breakpoint always-inserted auto".
166
2b4fd423
DE
1672014-09-18 Doug Evans <dje@google.com>
168
169 * python.texi (Symbol Tables In Python): Document "producer"
170 attribute of gdb.Symtab objects.
171
deb8ff2b
PA
1722014-09-16 Pedro Alves <palves@redhat.com>
173
174 * gdb.texinfo (Starting) <run command>: Don't mention VxWorks.
175 (Embedded OS): Remove VxWorks menu entry.
176 (VxWorks): Remove node.
177
81219e53
DE
1782014-09-13 Doug Evans <xdje42@gmail.com>
179
180 * gdb.texinfo (Signaling): Document new queue-signal command.
181
faa42425
DE
1822014-09-06 Doug Evans <xdje42@gmail.com>
183
184 PR 15276
185 * gdb.texinfo (Convenience Funs): Document $_caller_is,
186 $_caller_matches, $_any_caller_is, $_any_caller_matches.
187
1a6a384b
JL
1882014-09-03 Justin Lebar <jlebar@google.com>
189
190 * python.texi (Types In Python): Type.template_argument(n) returns a
191 gdb.Value or a gdb.Type and throws an exception if n is out of
192 range.
193
5f3b99cf
SS
1942014-09-03 Sasha Smundak <asmundak@google.com>
195
196 * python.texi (Frames in Python): Add read_register description.
197
3cecbbbe
TT
1982014-08-04 Tom Tromey <tromey@redhat.com>
199
200 * gdb.texinfo (Debugging Output): Update for change to "set debug
201 target".
202
90debf20
MM
2032014-08-01 Masaki Muranaka <monaka@monami-software.com>
204
205 Pushed by Joel Brobecker <brobecker@adacore.com>.
206 * Makefile.in (transform): New variable.
207 (install-man1, install-man5): Apply $(transform) to man file names.
208
ee7333ae
DE
2092014-07-26 Doug Evans <xdje42@gmail.com>
210
211 PR guile/17177
212 * guile.texi (Guile Pretty Printing API): Fix typo.
213 Document set-pretty-printers!, pretty-printers.
214 (Selecting Guile Pretty-Printers): Update.
215 Mention program-space based pretty-printers.
216
70509625
PA
2172014-07-25 Pedro Alves <palves@redhat.com>
218 Eli Zaretskii <eliz@gnu.org>
219
220 * gdb.texinfo (Signaling) <signal command>: Explain what happens
221 with multi-threaded programs.
222
b67a2c6f
YQ
2232014-06-27 Yao Qi <yao@codesourcery.com>
224
225 * gdb.texinfo (Maintenance Commands): Update the output of
226 'maint print dummy-frames' command.
227
f179cf97
EZ
2282014-06-24 Eli Zaretskii <eliz@gnu.org>
229
230 * gdb.texinfo (Screen Size): Improve indexing.
231
992c7d70
GB
2322014-06-19 Gary Benson <gbenson@redhat.com>
233
234 * gdb.texinfo (Maintenance Commands): Document new
235 "maint set/show catch-demangler-crashes" option.
236
57fcfb1b
GB
2372014-06-19 Gary Benson <gbenson@redhat.com>
238
239 * gdb.texinfo (Maintenance Commands): Document new
240 "maint demangler-warning" command and new
241 "maint set/show demangler-warning" option.
242
dd5d5494
SC
2432014-06-09 Siva Chandra Reddy <sivachandra@google.com>
244
245 * python.texi (Xmethod API): Add space before the opening
246 parenthesis in function descriptions.
247
25326a28 2482014-06-06 Doug Evans <xdje42@gmail.com>
d2929fdc
DE
249
250 * guile.texi (Guile Configuration): Document guile-data-directory.
251
0a770bb2 2522014-06-06 Mingjie Xing <mingjie.xing@gmail.com>
253
254 * gdb.texinfo (Invoking GDB): Add -q and --quiet.
255
16f691fb
DE
2562014-06-04 Doug Evans <xdje42@gmail.com>
257
258 * guile.texi (Breakpoints In Guile): Update.
259
1e47491b
JB
2602014-06-03 Joel Brobecker <brobecker@adacore.com>
261
262 * python.texi (Xmethod API): Fix reference to "Progspaces In
263 Python".
264
0c6e92a5
SC
2652014-06-03 Siva Chandra Reddy <sivachandra@google.com>
266
267 * python.texi (Xmethods In Python, XMethod API)
268 (Writing an Xmethod): New nodes.
269 (Python API): New menu entries "Xmethods In Python",
270 "Xmethod API", "Writing an Xmethod".
271
06eb1586
DE
2722014-06-02 Doug Evans <xdje42@gmail.com>
273
274 * guile.texi (Guile API): Add entry for Parameters In Guile.
275 (GDB Scheme Data Types): Mention <gdb:parameter> object.
276 (Parameters In Guile): New node.
277
e698b8c4
DE
2782014-06-02 Doug Evans <xdje42@gmail.com>
279
280 * guile.texi (Guile API): Add entry for Commands In Guile.
281 (Basic Guile) <parse-and-eval>: Add reference.
282 (Basic Guile) <string->argv>: Move definition to Commands In Guile.
283 (GDB Scheme Data Types): Mention <gdb:command> object.
284 (Commands In Guile): New node.
285
ded03782
DE
2862014-06-02 Doug Evans <xdje42@gmail.com>
287
288 * guile.texi (Guile API): Add entry for Progspaces In Guile.
289 (GDB Scheme Data Types): Mention <gdb:progspace> object.
290 (Progspaces In Guile): New node.
291
53e8a631
AB
2922014-05-30 Andrew Burgess <aburgess@broadcom.com>
293
294 * guile.texi (Frames In Guile): Mention FRAME_UNWIND_MEMORY_ERROR.
295 * python.texi (Frames In Python): Mention
296 gdb.FRAME_UNWIND_MEMORY_ERROR.
297
329ea579
PA
2982014-05-29 Pedro Alves <palves@redhat.com>
299 Tom Tromey <tromey@redhat.com>
300
301 * gdb.texinfo (Non-Stop Mode): Remove "set target-async 1"
302 from example.
303 (Asynchronous and non-stop modes): Document '-gdb-set mi-async'.
304 Mention that target-async is now deprecated.
305 (Maintenance Commands): Document maint set/show target-async.
306
92bcb5f9
PA
3072014-05-29 Pedro Alves <palves@redhat.com>
308
309 * observer.texi (sync_execution_done, command_error): New
310 subjects.
311
fd664c91
PA
3122014-05-29 Pedro Alves <palves@redhat.com>
313
314 PR gdb/13860
315 * observer.texi (signal_received, end_stepping_range)
316 (signal_exited, exited, no_history): New observer subjects.
317
b2715b27
AW
3182014-05-26 Andy Wingo <wingo@igalia.com>
319
320 * guile.texi (GDB Scheme Data Types): Remove documentation for
321 removed interfaces. Update spelling of gdb-object-kind.
322
9eaa4c1e
AW
3232014-05-26 Andy Wingo <wingo@igalia.com>
324
325 * guile.texi (Basic Guile): Fix some typos.
326
0f1e8403
AW
3272014-05-26 Andy Wingo <wingo@igalia.com>
328
329 * guile.texi (Writing a Guile Pretty-Printer)
330 (Guile Types Module): Fix excess parentheses in use-modules forms.
331
697aa1b7
EZ
3322014-05-24 Eli Zaretskii <eliz@gnu.org>
333
334 * guile.texi (Types In Guile, Basic Guile, Frames In Guile)
335 (Breakpoints In Guile, Guile Printing Module)
336 (Guile Exception Handling, Values From Inferior In Guile)
337 (Objfiles In Guile, Breakpoints In Guile, Memory Ports in Guile):
338 Don't use @var at the beginning of a sentence.
339
340 * gdb.texinfo (Frame Filter Management, Trace Files)
341 (C Operators, Ada Tasks, Calling, Bootstrapping, ARM)
342 (PowerPC Embedded, Define, Annotations for Running)
343 (IPA Protocol Commands, Packets, General Query Packets)
344 (Tracepoint Packets, Notification Packets, Environment)
345 (Inferiors and Programs, Set Breaks, Set Catchpoints)
346 (Continuing and Stepping, Signals, Thread-Specific Breakpoints)
347 (Frames, Backtrace, Selection, Expressions, Registers)
348 (Trace State Variables, Built-In Func/Proc, Signaling, Files)
349 (Numbers, GDB/MI Async Records, GDB/MI Data Manipulation)
350 (Source Annotations, Using JIT Debug Info Readers, Packets)
351 (Stop Reply Packets, Host I/O Packets)
352 (Target Description Format): Don't use @var at the beginning of a
353 sentence.
354
355 * python.texi (Basic Python, Types In Python)
356 (Commands In Python, Frames In Python, Line Tables In Python)
357 (Breakpoints In Python, gdb.printing, gdb.types)
358 (Type Printing API): Don't use @var at the beginning of a
359 sentence.
360
67b5c0c1
MM
3612014-05-23 Markus Metzger <markus.t.metzger@intel.com>
362
363 * gdb.texinfo (Process Record and Replay): Document "set/show btrace
364 replay-memory-access".
365
6a3cb8e8
PA
3662014-05-21 Pedro Alves <palves@redhat.com>
367
368 * gdb.texinfo (Starting): Document "set/show
369 auto-connect-native-target".
370 (Target Commands): Document "target native".
371
936d2992
PA
3722014-05-20 Pedro Alves <palves@redhat.com>
373
374 * gdb.texinfo (Memory) <compare-sections>: Generalize comments to
375 not be remote specific. Add cross reference to the qCRC packet.
376 (Separate Debug Files): Update cross reference to the qCRC packet.
377 (General Query Packets) <qCRC packet>: Add anchor.
378
b3ce5e5f
DE
3792014-05-17 Doug Evans <xdje42@gmail.com>
380
381 Copy over changes from guile.texi.
382 * python.texi (Basic Python) <gdb.execute>: Add text.
383 (Basic Python) <gdb.post_event>: Remove "main" from "main GDB thread".
384 (Values From Inferior) <Python string>: Add text.
385 (Values From Inferior) <Value.string>: Clarify string length handling.
386 (Pretty Printing API): Add cindex.
387 (Types In Python) <TYPE_CODE_*>: Use vtable instead of table.
388 Remove unnecessary index of gdb.TYPE_CODE_*. Replace @findex with
389 @vindex.
390 (Commands In Python) <COMPLETE_*>: Similarly.
391 (Symbols In Python) <SYMBOL_*>: Similarly.
392 (Breakpoints In Python) <WP_*>: Similarly.
393 (Breakpoints In Python) <BP_*>: Similarly.
394
8dfcab11
DT
3952014-05-17 David Taylor <dtaylor@emc.com>
396
397 * gdb.texinfo (General Query Packets): Add a note about thread IDs
398 mentioned in the qfThreadInfo reply.
399
8d551b02
DE
4002014-05-16 Doug Evans <dje@google.com>
401
402 * gdb.texinfo (Mode Options): Add -D.
403
e20bd8f4
SB
4042014-05-09 Samuel Bronson <naesten@gmail.com>
405
406 * Makefile.in (PACKAGE): Copy from ../Makefile.in in case of
407 "make -C".
408
f989a1c8
TT
4092014-04-29 Tom Tromey <tromey@redhat.com>
410
411 * gdb.texinfo (Debugging Output): Rename to "set debug varobj" and
412 "show debug varobj".
413
95cf3b38
DT
4142014-05-01 David Taylor <dtaylor@emc.com>
415
416 * gdb.texinfo (compare-sections): Document the new -r (read-only)
417 option.
418
01f9f808
MS
4192014-04-24 Michael Sturm <michael.sturm@mintel.com>
420 Walfred Tedeschi <walfred.tedeschi@intel.com>
421
422 * gdb.texinfo (i386 Features): Add description of AVX512
423 registers.
424
770e7fc7
DE
4252014-03-31 Doug Evans <dje@google.com>
426
427 * gdb.texinfo (Symbols): Document set/show print symbol-loading.
428
97d8f0ee
DE
4292014-03-30 Doug Evans <dje@google.com>
430
431 * gdb.texinfo (Non-Stop Mode): Remove trailing whitespace.
432 (Background Execution): Ditto.
433
36cb1214
HZ
4342014-03-21 Pedro Alves <palves@redhat.com>
435 Stan Shebs <stan@codesourcery.com>
436 Hui Zhu <hui@codesourcery.com>
437
438 * gdb.texinfo (Packets): Add anchor to "? packet".
439 Remove fixme and update introduction of "k packet".
440 Add anchor to "vKill packet".
441
5e3a2c38
SS
4422014-03-12 Stan Shebs <stan@codesourcery.com>
443
444 * Doxyfile-gdb-api.in (INPUT): Add gdbtypes.h.
445
7a5a839f
LC
4462014-02-26 Ludovic Courtès <ludo@gnu.org>
447
dc6ae996 448 * guile.texi (Basic Guile): Document 'history-append!'.
7a5a839f 449
95060284
JB
4502014-02-20 Joel Brobecker <brobecker@adacore.com>
451
452 * gdb.texinfo (Files): Document "add-shared-symbol-files"
453 and "assf" as being deprecated.
454 (Cygwin Native): Likewise for "dll-symbols".
455 (Non-debug DLL Symbols): Remove reference to "dll-symbols"
456 as a way to force the loading of symbols from a DLL.
457
f7bd0f78
SC
4582014-02-19 Siva Chandra Reddy <sivachandra@google.com>
459
460 * python.texi (Values From Inferior): Add description about the
461 new feature.
462
329baa95
DE
4632014-02-17 Doug Evans <xdje42@gmail.com>
464
465 * Makefile.in (GDB_DOC_FILES): Add python.texi.
466 * gdb.texinfo (Python): Moved to ...
467 * python.texi: ... here. New file.
468
687894f5
DE
4692014-02-17 Ludovic Courtès <ludo@gnu.org>
470
d25f38ee 471 * guile.texi (Writing a Guile Pretty-Printer) <example>:
687894f5
DE
472 Remove 'string-begins-with' procedure. Add 'pretty-printer'
473 parameter to 'str-lookup-function' procedure. Look for
474 the "std::string<" prefix.
475 (Frames In Guile): Add 'frame' parameter to 'frame-read-var'.
476 Adjust description.
477
6fb526ee
DE
4782014-02-11 Tejas Belagod <tejas.belagod@arm.com>
479
d25f38ee 480 * guile.texi (Values From Inferior In Guile): Remove stray
6fb526ee
DE
481 parantheses for deffn.
482 (Disassembly In Guile): Ditto.
483
1e0a5178
SS
4842014-02-10 Stan Shebs <stan@codesourcery.com>
485
486 Add Doxygen support.
487 * Makefile.in (doxy): New action, generates Doxygen files.
488 (DOXYGEN): New.
489 (doxyedit): New.
490 * Doxyfile-base.in: New file.
491 * Doxyfile-gdb-api.in: New file.
492 * Doxyfile-gdb-xref.in: New file.
493 * Doxyfile-gdbserver.in: New file.
494 * doxy-index.in: New file.
495 * filter-for-doxygen: New file.
496 * filter-params.pl: New file.
497
ed3ef339
DE
4982014-02-10 Doug Evans <xdje42@gmail.com>
499
500 * Makefile.in (GDB_DOC_FILES): Add guile.texi.
501 * gdb.texinfo (Auto-loading): Add set/show auto-load guile-scripts.
502 (Extending GDB): New menu entries Guile, Multiple Extension Languages.
503 (Guile docs): Include guile.texi.
504 (objfile-gdbdotext file): Add objfile-gdb.scm.
505 (dotdebug_gdb_scripts section): Mention Guile scripts.
506 (Multiple Extension Languages): New node.
507 * guile.texi: New file.
508
c6044dd1
JB
5092014-01-28 Joel Brobecker <brobecker@adacore.com>
510
511 * gdb.texinfo (Ada Glitches): Document the new "maint ada set/show
512 ignore-descriptive-types". commands.
513
87ce2a04
DE
5142014-01-22 Doug Evans <dje@google.com>
515
516 * gdb.texinfo (Server): Mention --debug-format=all|none|timestamp.
517 (gdbserver man): Ditto.
518
52834460
MM
5192014-01-16 Markus Metzger <markus.t.metzger@intel.com>
520
521 * gdb.texinfo: Document limited reverse/replay support
522 for target record-btrace.
523
0688d04e
MM
5242014-01-16 Markus Metzger <markus.t.metzger@intel.com>
525
526 * gdb.texinfo (Process Record and Replay): Update documentation.
527
8710b709
MM
5282014-01-16 Markus Metzger <markus.t.metzger@intel.com>
529
530 * gdb.texinfo (Process Record and Replay): Document new /c
531 modifier accepted by "record function-call-history".
532 Add /i modifier to "record function-call-history" example.
533
dcf106f3
JB
5342014-01-15 Yuanhui Zhang <asmwarrior@gmail.com>
535 Joel Brobecker <brobecker@adacore.com>
536
537 * gdb.texinfo (GDB/MI Output Syntax): Add some missing "nl"
538 markers. Remove one that was misplaced.
539
41ef2965
PA
5402014-01-10 Pedro Alves <palves@redhat.com>
541
542 * gdb.texinfo (Your Program's Environment) <set environment>:
543 Mention the shell, and point at 'set exec-wrapper'.
544
c0d48811
JB
5452014-01-07 Joel Brobecker <brobecker@adacore.com>
546
547 * gdb.texinfo (Types In Python): Document new attribute Types.name.
548
5fba4c0f
JB
5492013-12-30 Joel Brobecker <brobecker@adacore.com>
550
551 * gdb.texinfo (Types In Python): Clarify the documentation
552 of attribute gdb.Field.bitpos.
553
0809504b
JB
5542013-12-28 Joel Brobecker <brobecker@adacore.com>
555
556 * gdb.texinfo (Types In Python): Fix the documentation of
557 attribute "bitpos" in class gdb.Field for enum types. Add
558 documentation for attribute "enumval" in that same class.
559
edef6000
JB
5602013-12-28 Joel Brobecker <brobecker@adacore.com>
561
562 * gdb.texinfo (GDB/MI Support Commands): Change @table into
563 @ftable.
564
71b8c845
DE
5652013-12-23 Doug Evans <xdje42@gmail.com>
566
567 * gdb.texinfo (Auto-loading): Move menu up. Move discussion of
568 auto-loaded objfile scripts and .debug_gdb_scripts section to their
569 corresponding section in Extending GDB.
570 (Extending GDB): Move menu up. New menu item "Auto-loading
571 extensions".
572 (Sequences): New menu item "Auto-loading sequences".
573 (Auto-loading sequences): New node.
574 (Python): Rename section from Scripting GDB to Extending GDB.
575 (Python Auto-loading): Update xref, refer to "Auto-loading extensions".
576 Move docs on ways to auto-load extensions to ...
577 (Auto-loading extensions): ... here. New node.
578
d192b373
JB
5792013-12-23 Joel Brobecker <brobecker@adacore.com>
580
581 * gdb.texinfo (GDB/MI): Add "GDB/MI Support Commands" entry
582 in menu.
583 (GDB/MI Variable Objects): Adjust reference to "-list-features"
584 command, now in a new node.
585 (GDB/MI Support Commands): New node, with its contents being
586 extracted from the "GDB/MI Miscellaneous Commands" node.
587 A small paragraph introducing the section is also added at
588 the start.
589 (GDB/MI Miscellaneous Commands): Delete the description of the
590 -info-gdb-mi-command, -list-features and -list-target-features
591 commands, now hosted in the "GDB/MI Support Commands" node.
592
a16b0e22
SC
5932013-12-12 Siva Chandra Reddy <sivachandra@google.com>
594
595 PR python/16113
596 * gdb.texinfo (Values From Inferior): Add a note about using
597 gdb.Field objects as subscripts on gdb.Value objects.
598 (Types In Python): Add description about the new attribute
599 "parent_type" of gdb.Field objects.
600
9b26f0fb
JB
6012013-12-12 Joel Brobecker <brobecker@adacore.com>
602
603 * gdb.texinfo (GDB/MI Miscellaneous Commands): Add @cindex
604 entry for section docuumenting the -list-features GDB/MI command.
605
72bfa06c
JB
6062013-12-10 Joel Brobecker <brobecker@adacore.com>
607
608 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document the new
609 "exec-run-start-option" entry in the output of the "-list-features"
610 command.
611
3ea8680f
EZ
6122013-12-04 Eli Zaretskii <eliz@gnu.org>
613
614 * gdb.texinfo (i386): Fix yesterday's commit.
615
1a4f73eb
TT
6162013-12-03 Tom Tromey <tromey@redhat.com>
617
618 * gdb.texinfo (Set Catchpoints): Add @kindex for each command
619 documented here.
620
6cb999f8
TT
6212013-12-03 Tom Tromey <tromey@redhat.com>
622
623 * gdb.texinfo (@direntry): Add menu item for gdbserver.
624
ca8941bb
WT
6252013-12-03 Walfred Tedeschi <walfred.tedeschi@intel.com>
626
627 * gdb.texinfo (i386 Features): Add MPX feature registers.
628 (x86 Specific featuresx86 Architecture-specific Issues): Adds
629 a subsubsection for MPX and describes the display of the
630 boundary registers.
631
688981c9
JB
6322013-12-03 Joel Brobecker <brobecker@adacore.com>
633
634 * gdb.texinfo (GDB/MI Miscellaneous Commands): Remove the
635 documentation of the "ada-exceptions" entry.
636
2ea126fa
JB
6372013-12-03 Joel Brobecker <brobecker@adacore.com>
638
639 * gdb.texinfo (GDB/MI Result Records): Fix the syntax of the
640 "^error" result record concerning the error message. Document
641 the error code that may also be part of that result record.
642 (GDB/MI Miscellaneous Commands): Document the
643 "undefined-command-error-code" element in the output of
644 the "-list-features" GDB/MI command.
645
6b7cbff1
JB
6462013-12-03 Joel Brobecker <brobecker@adacore.com>
647
648 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document
649 the new -info-gdb-mi-command GDB/MI command. Document
650 the meaning of "-info-gdb-mi-command" in the output of
651 -list-features.
652
20e1ca3b
PA
6532013-11-29 Pedro Alves <palves@redhat.com>
654
655 * gdb.texinfo (Frames In Python) <gdb.FRAME_UNWIND_NULL_ID>:
656 Update comment.
657
29453a14
YQ
6582013-11-24 Yao Qi <yao@codesourcery.com>
659
660 * gdb.texinfo (Caching Remote Data): Document new
661 "set/show stack-cache" option.
662
6dd315ba
YQ
6632013-11-24 Yao Qi <yao@codesourcery.com>
664
665 * gdb.texinfo (Caching Target Data): Replace "ON" with "on".
666 (Maintenance Commands): Replace "ON" and "OFF" with "on" and
667 "off" respectively.
668
9df9dbe0
YQ
6692013-11-23 Yao Qi <yao@codesourcery.com>
670
671 * gdb.texinfo (GDB/MI Variable Objects): Add the description
672 of "displayhint" to the table about child results.
673
c78feb39
YQ
6742013-11-21 Yao Qi <yao@codesourcery.com>
675
676 * gdb.texinfo (GDB/MI Variable Objects): Add attribute
677 'dynamic' for the output of command -var-list-children.
678
27b81af3
YQ
6792013-11-21 Yao Qi <yao@codesourcery.com>
680
681 * gdb.texinfo (Caching Target Data): Remove "see" before
682 @pxref.
683
b26dfc9a
YQ
6842013-11-20 Yao Qi <yao@codesourcery.com>
685
686 * gdb.texinfo (Caching Target Data): Update doc for
687 per-address-space dcache.
688
b12039c6
YQ
6892013-11-20 Yao Qi <yao@codesourcery.com>
690
691 * gdb.texinfo (Data): Rename menu item.
692 (Caching Remote Data): Rename to ...
693 (Caching Target Data): ... it. Update.
694
422ad5c2
JB
6952013-11-18 Joel Brobecker <brobecker@adacore.com>
696
697 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document the new
698 "language-option" entry in the output of the "-list-features"
699 command.
700
805e1f19
TT
7012013-11-15 Tom Tromey <tromey@redhat.com>
702
703 * gdb.texinfo (Variables): Note gdb rules for ambiguous cases.
704 Add example.
705
8fe1b653
TT
7062013-11-14 Tom Tromey <tromey@redhat.com>
707
708 * gdb.texinfo (Breakpoints In Python): Replace "as" with "in".
709
403cb6b1
JB
7102013-11-14 Joel Brobecker <brobecker@adacore.com>
711
712 * gdb.texinfo (Show): Add xref anchor for "show language" command.
713 (Context management): Place current subsection text into its own
714 subsubsection. Add new subsubsection describing the "--language"
715 command option.
716
93973826
JB
7172013-11-13 Joel Brobecker <brobecker@adacore.com>
718
719 * gdb.texinfo (GDB/MI Miscellaneous Commands): Delete
720 the documentation of "info-ada-exceptions" in the output
721 of the "-list-features" command. Add the documentation
722 of the "ada-exception" entry instead.
723
6adcee18
JB
7242013-11-12 Joel Brobecker <brobecker@adacore.com>
725
93973826 726
6adcee18
JB
727 * gdb.texinfo (GDB/MI Miscellaneous Commands): Fix the first
728 word of a couple of sentences to start with a capital letter.
729
58d06528
JB
7302013-11-12 Joel Brobecker <brobecker@adacore.com>
731
732 * gdb.texinfo (Ada): Add entry in menu for new "Ada Exceptions" node.
733 (Ada Exceptions): New node.
734 (GDB/MI): Add entry in menu for new "GDB/MI Ada Exceptions
735 Commands" node.
736 (GDB/MI Ada Exceptions Commands): New node.
737 (GDB/MI Miscellaneous Commands): Document new "info-ada-exceptions"
738 field in the output of the "-list-features" command.
739 * NEWS: Add entry for the new "info exceptions" CLI command,
740 and for the new "-info-ada-exceptions" GDB/MI command.
741
bc79de95
PM
7422013-11-11 Phil Muldoon <pmuldoon@redhat.com>
743
744 * gdb.texinfo (Symbol Tables In Python): Add linetable method entry.
745 (Line Tables In Python): New node.
746
73be47f5
DE
7472013-11-08 Doug Evans <dje@google.com>
748
749 * gdb.texinfo (Debugging Output): Update text for
750 "set debug dwarf2-read".
751
db0fec5c
DE
7522013-11-08 Doug Evans <dje@google.com>
753
754 * gdb.texinfo (Debugging Output): Update text for
755 "set debug symtab-create".
756
92e32e33
PM
7572013-11-07 Phil Muldoon <pmuldoon@redhat.com>
758
759 * gdb.texinfo (Commands In Python): Document COMPLETE_EXPRESSION
760 constant.
761
f76c27b5
PM
7622013-11-07 Phil Muldoon <pmuldoon@redhat.com>
763
764 * gdb.texinfo (Breakpoints In Python): Document temporary
765 option in breakpoint constructor, and add documentation to the
766 temporary attribute.
767
fa4d0c40
YQ
7682013-11-07 Yao Qi <yao@codesourcery.com>
769
770 * gdb.texinfo (GDB/MI Variable Objects): Update doc about the
771 output of "-var-info-expression".
772
afa332ce
PA
7732013-11-06 Pedro Alves <palves@redhat.com>
774
775 * gdb.texinfo (Starting) <set/show startup-with-shell>: Mention
776 non-interactive mode.
777 (Environment) <shell startup files warning>: Mention
778 non-interactive mode. Mention .zshenv for Z shell, and talk about
779 BASH_ENV instead of .bashrc for BASH.
780
9ac69859
NB
7812013-10-29 Nicolas Blanc <nicolas.blanc@intel.com>
782
783 * gdb.texinfo (Commands to Specify Files): Add description
784 of the remove-symbol-file command.
785 * observer.texi: New free_objfile event
786
98882a26
PA
7872013-10-24 Pedro Alves <palves@redhat.com>
788
789 * gdb.texinfo (Starting): Document set/show startup-with-shell.
790
ce13fade
JB
7912013-10-11 Joel Brobecker <brobecker@adacore.com>
792
793 * gdb.texinfo (Shared Library GDB/MI Catchpoint Commands):
794 New subsection inside which the "-catch-load" and "-catch-unload"
795 commands documentation is now placed.
796 (Ada Exception GDB/MI Catchpoint Commands): New subsection
797 documenting the "-catch-assert" and "-catch-exception" new
798 GDB/MI commands.
799
2446f5ea
JB
8002013-10-10 Joel Brobecker <brobecker@adacore.com>
801
802 * gdb.texinfo (Connecting): Remove unnecessary @w{}.
803
0d12017b
JB
8042013-10-10 Joel Brobecker <brobecker@adacore.com>
805
bd80dc1a
JB
806 * gdb.texinfo (Connecting): Replace "set remotebaud" by "set
807 serial baud".
808 (Remote Configuration): Replace "set remotebaud" by "set serial
809 baud". Replace "show remotebaud" by "show serial baud".
0d12017b 810
f4fb82a1
PA
8112013-10-07 Pedro Alves <palves@redhat.com>
812
813 PR breakpoints/11568
814 * gdb.texinfo (Thread-Specific Breakpoints): Mention what happens
815 when the thread is removed from the thread list.
816
0c557179
SDJ
8172013-10-06 Sergio Durigan Junior <sergiodj@redhat.com>
818
819 * gdb.texinfo (Convenience Variables): Document $_exitsignal.
820 Update entry for $_exitcode.
821
5713b9b5
JB
8222013-10-04 Joel Brobecker <brobecker@adacore.com>
823
824 * gdb.texinfo (GDB/MI Program Execution): Document "-exec-run"'s
825 new "--start" option.
826
901461f8
PA
8272013-10-02 Pedro Alves <palves@redhat.com>
828
829 * gdb.texinfo (Registers): Expand description of saved registers
830 in frames. Explain <not saved>.
831
8fb8eb5c
DE
8322013-09-25 Doug Evans <dje@google.com>
833
834 * gdb.texinfo (Debugging Output): Document set/show debug symfile.
835
0a7cfe2c
SS
8362013-09-16 Stan Shebs <stan@codesourcery.com>
837
838 Remove the internals manual gdbint.texinfo.
839 * Makefile.in (INFO_DEPS): Remove gdbint.info.
840 (PDFFILES): Remove gdbint.pdf.
841 (HTMLFILES): Remove gdbint/index.html.
842 (HTMLFILES_INSTALL): Remove gdbint.
843 (GDBINT_DOC_FILES): Remove.
844 (dvi): Remove gdbint.dvi.
845 (ps): Remove gdbint.ps.
846 * gdbint.texinfo: Remove file.
847 * gdb.texinfo (Maintenance Commands): Remove reference to gdbint.
848
a280dbd1
SDJ
8492013-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
850
851 * gdb.texinfo (Convenience Functions): Mention new convenience
852 function $_isvoid.
853
4ac33720
UW
8542013-09-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
855
856 * gdb.texinfo (Decimal Floating Point format): Mention S/390.
857 (Standard Target Features): Add new node to menu.
858 (S/390 and System z Features): New node.
859
b3d3b4bd
SA
8602013-09-13 Sanimir Agovic <sanimir.agovic@intel.com>
861
862 * gdb.texinfo (GDB/MI Miscellaneous Commands): Use
863 -list-target-features in the example.
864
edf9f00c
JK
8652013-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
866
867 * gdb.texinfo (MiniDebugInfo): Prepare file debug and use it to create
868 mini_debuginfo. Strip binary before adding mini_debuginfo to it.
869
1d236d23
JK
8702013-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
871
872 Sync documentation with gdb.base/gnu-debugdata.exp.
873 * gdb.texinfo (MiniDebugInfo): Add comment and "D" in the example.
874
5423b017
JK
8752013-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
876
877 * gdb.texinfo (MiniDebugInfo): Fix two trailing dots.
878
6211c335
YQ
8792013-08-27 Pedro Alves <pedro@codesourcery.com>
880 Yao Qi <yao@codesourcery.com>
881
882 * gdb.texinfo (GDB/MI Stack Manipulation) <-stack-list-locals>:
883 Document new --skip-unavailable option.
884 <-stack-list-variables>: Document new --skip-unavailable option.
885
52e260a3
DE
8862013-08-26 Doug Evans <dje@google.com>
887
888 * gdb.texinfo (Maintenance Commands): "maint print objfiles" now takes
889 an optional regexp.
890
5e92f71a
TT
8912013-08-13 Tom Tromey <tromey@redhat.com>
892
893 * gdbint.texinfo (Testsuite): Use @table, not @itemize.
894 Document GDB_PARALLEL and GDB_INOTIFY.
895
c5d7073b
SS
8962013-08-09 Stan Shebs <stan@codesourcery.com>
897
898 * LRS: Remove file, describes a long-abandoned live-range
899 splitting extension to stabs.
900
6fbe845e
AB
9012013-07-25 Andrew Burgess <aburgess@broadcom.com>
902
903 * gdb.texinfo (Output Formats): Mention the new 'z' formatter.
904
e7045703
DE
9052013-07-17 Doug Evans <dje@google.com>
906
907 * gdb.texinfo (Print Settings): Document "print raw frame-arguments".
908
3105ebf9
TT
9092013-07-02 Tom Tromey <tromey@redhat.com>
910
911 * gdb.texinfo (Target Commands): Don't mention "target nrom".
912
d6c2da54
TT
9132013-06-28 Tom Tromey <tromey@redhat.com>
914
915 * Makefile.in (version.subst): Use version.in, not
916 common/version.in.
917 * gdbint.texinfo (Versions and Branches, Releasing GDB):
918 Likewise.
919
e5823f1c
PA
9202013-06-27 Pedro Alves <palves@redhat.com>
921
922 * gdbint.texinfo (Algorithms) <Stepping over runtime loader
923 dynamic symbol resolution code>: New section, based on infrun.c
924 comment.
925
92dcb9ff
TT
9262013-06-26 Tom Tromey <tromey@redhat.com>
927
928 * gdbint.texinfo (Versions and Branches): Use common/version.in.
929 Update.
930 (Releasing GDB): Likewise.
931
dc673c81
YQ
9322013-06-26 Pedro Alves <pedro@codesourcery.com>
933 Yao Qi <yao@codesourcery.com>
934
935 * gdb.texinfo (GDB/MI Tracepoint Commands): Document
936 -trace-frame-collected.
937
28a93511
YQ
9382013-06-26 Pedro Alves <pedro@codesourcery.com>
939
940 * gdb.texinfo (Traceframe Info Format): Document tvar element
941 and its attributes.
942
a0743c90
YQ
9432013-06-25 Yao Qi <yao@codesourcery.com>
944
945 * gdbint.texinfo (Testsuite): Document 'gdb,predefined_tsv'.
946
01208463
TT
9472013-06-24 Tom Tromey <tromey@redhat.com>
948
949 * Makefile.in (POD2MAN1, POD2MAN5): Use version.subst.
950 (GDBvn.texi): Use version.subst.
951 (version.subst): New target.
952 (mostlyclean): Remove version.subst.
953
c898adb7
YQ
9542013-06-20 Pedro Alves <pedro@codesourcery.com>
955
956 * gdb.texinfo (GDB/MI Data Manipulation)
957 <-data-list-register-values>: Document the --skip-unavailable
958 option.
959
7c57fa1e
YQ
9602013-06-07 Yao Qi <yao@codesourcery.com>
961
962 * gdb.texinfo (Symbols): Add kindex and cindex for
963 'maint print msymbols'.
964
0059c61a 9652013-06-05 Simon Marchi <simon.marchi@ericsson.com> (tiny change)
b7742092
MK
966
967 * gdb.texinfo (Miscellaneous gdb/mi Commands): Fix -add-inferior
968 response field name (thread-group to inferior).
969
85dc5a12
GB
9702013-06-04 Gary Benson <gbenson@redhat.com>
971
972 * gdb.texinfo (General Query Packets/qSupported): Added
973 "qXfer:libraries-svr4:read" and "augmented-libraries-svr4-read".
974 to the table of currently defined stub features.
975 Added a more detailed entry for "augmented-libraries-svr4-read".
976 (General Query Packets/qXfer:libraries-svr4:read): Documented
977 the augmented form of this packet.
978
5901af59
JB
9792013-05-23 Joel Brobecker <brobecker@adacore.com>
980
981 * gdb.texinfo (System-wide Configuration Scripts): Renames
982 "Installed System-wide Configuration Scripts". Add associated
983 @menu block.
984
c1e36e3e
PA
9852013-05-23 Yao Qi <yao@codesourcery.com>
986 Pedro Alves <palves@redhat.com>
987
988 * gdb.texinfo (Packets): Document 'vCont;r'.
989 (Continuing and Stepping): Document target-assisted range
990 stepping, and the 'set range-stepping' and 'show range-stepping'
991 commands.
992
0201faac
JB
9932013-05-23 Joel Brobecker <brobecker@adacore.com>
994
995 * gdb.texinfo (Installed System-wide Configuration Scripts):
996 Add subsection describing the scripts now available under
997 the data-dir's system-gdbbinit subdirectory.
998 * NEWS: Add entry announcing the availability of system-wide
999 configuration scripts for ElinOS and Wind River Linux.
1000
c5867ab6
HZ
10012013-05-21 Hui Zhu <hui@codesourcery.com>
1002
1003 * gdb.texinfo (GDB/MI Breakpoint Commands): Describe the
1004 "-dprintf-insert" command.
1005
7d0c9981
DE
10062013-05-17 Doug Evans <dje@google.com>
1007
1008 * gdb.texinfo (Maintenance Commands): Update doc for
1009 "maint check-psymtabs". Add doc for "maint check-symtabs",
1010 "maint expand-symtabs".
1011
742ce053
MM
10122013-05-15 Markus Metzger <markus.t.metzger@intel.com>
1013
1014 * gdb.texinfo (Process Record and Replay): Document the
1015 "record goto" command and its sub-commands.
1016
1e611234
PM
10172013-05-10 Phil Muldoon <pmuldoon@redhat.com>
1018
1019 * gdb.texinfo (Backtrace): Add "no-filter" argument.
1020 (Python API): Add Frame Filters API, Frame Wrapper API,
1021 Writing a Frame Filter/Wrapper, Managing Management of Frame
1022 Filters chapter entries.
1023 (Frame Filters API): New Node.
1024 (Frame Wrapper API): New Node.
1025 (Writing a Frame Filter): New Node.
1026 (Managing Frame Filters): New Node.
1027 (Progspaces In Python): Add note about frame_filters attribute.
1028 (Objfiles in Python): Ditto.
1029 (GDB/MI Stack Manipulation): Add -enable-frame-filters command,
1030 @anchors and --no-frame-filters option to -stack-list-variables,
1031 -stack-list-frames, -stack-list-locals and -stack-list-arguments
1032 commands.
1033
2874cb83
JB
10342013-05-08 Joel Brobecker <brobecker@adacore.com>
1035
1036 * gdbint.texinfo (Native Debugging): Add "AIX Shared Library
1037 Support" subsection documenting the XML format used to transfer
1038 shared library info on AIX.
1039
9a005eb9
JB
10402013-05-08 Joel Brobecker <brobecker@adacore.com>
1041
1042 * gdb.texinfo (Debugging Output): Add documentation of
1043 "set debug aix-solib" and "show debug aix-solib" commands.
1044
a1217d97
SL
10452013-05-06 Sandra Loosemore <sandra@codesourcery.com>
1046
1047 * gdb.texinfo (Nios II): New section.
1048 (Nios II Features): New section.
1049
4d1eb6b4
JB
10502013-05-06 Joel Brobecker <brobecker@adacore.com>
1051
1052 * gdbint.texinfo (Algorithms): Remove entries documenting
1053 DEPRECATED_IBM6000_TARGET, SOLIB_ADD, and
1054 SOLIB_CREATE_INFERIOR_HOOK.
1055
3f84184e
TT
10562013-04-29 Tom Tromey <tromey@redhat.com>
1057
1058 PR python/14204:
1059 * gdb.texinfo (Python API): Fix menu entry.
1060 (Blocks In Python): Fix subsubsection text. Rewrite intro.
1061 Define global and static block. Add example. Clarify
1062 block relationship for inline functions.
1063
60155234
TT
10642013-04-29 Tom Tromey <tromey@redhat.com>
1065
1066 * gdb.texinfo (Python API): Mention Python help and keyword
1067 arguments. Move pagination text to Basic Python.
1068 (Basic Python): Put pagination text here. Document
1069 close-on-exec, SIGCHLD, and SIGINT.
1070
5360976e
PA
10712013-04-19 Pedro Alves <palves@redhat.com>
1072
1073 * gdbint.texinfo (Misc Guidelines) <Compiler Warnings>: Write
1074 "signedness" instead of "signness".
1075
bd3f3b55
PA
10762013-04-19 Pedro Alves <palves@redhat.com>
1077
1078 * gdbint.texinfo (Misc Guidelines) <Compiler Warnings>: Replace
1079 -Wno-pointer-sign text with text on -Wpointer-sign.
1080
dee368d3
TT
10812013-04-16 Tom Tromey <tromey@redhat.com>
1082
1083 * gdb.texinfo (Set Catchpoints): Mention earliest version of
1084 GCC that has the SDT probe points.
1085
cc16e6c9
TT
10862013-04-15 Tom Tromey <tromey@redhat.com>
1087
1088 * gdb.texinfo (Set Catchpoints): Document regexp syntax for
1089 exception catchpoints.
1090
72f1fe8a
TT
10912013-04-15 Tom Tromey <tromey@redhat.com>
1092
1093 * gdb.texinfo (Set Catchpoints): Document $_exception.
1094 (Convenience Vars): Mention $_exception.
1095
591f19e8
TT
10962013-04-15 Tom Tromey <tromey@redhat.com>
1097
1098 * gdb.texinfo (Set Catchpoints): Reorganize exception
1099 catchpoints. Document "catch rethrow".
1100 (Debugging C Plus Plus): Mention "catch rethrow".
1101
02ae6bad
TT
11022013-04-15 Tom Tromey <tromey@redhat.com>
1103
1104 * gdb.texinfo (Set Catchpoints): Remove obsolete text.
1105
2c91021c
JK
11062013-04-12 Jan Kratochvil <jan.kratochvil@redhat.com>
1107 Eli Zaretskii <eliz@gnu.org>
1108
1109 * gdb.texinfo (Auto-loading safe path): Add quick -iex using command
1110 line below the sample output.
1111
6eaaf48b
EZ
11122013-04-12 Eli Zaretskii <eliz@gnu.org>
1113
1114 * gdb.texinfo (Mode Options): Document '-configuration'.
1115 (Help): Document "show configuration".
1116 (Bug Reporting): Add requirements to include the configuration
1117 details in bug reports.
1118
b292c783
JK
11192013-04-11 Jan Kratochvil <jan.kratochvil@redhat.com>
1120
1121 * Makefile.in (MAN1S): Add gcore.1.
1122 Remove "Host, target, and site specific Makefile fragments" comment.
1123 (@host_makefile_frag@, HAVE_NATIVE_GCORE_TARGET): New.
1124 (install-man1, uninstall-man1): Conditionalize gcore.1.
1125 (gcore.1): New.
1126 * gdb.texinfo (Man Pages): Add gcore man.
1127 (gcore man): New node.
1128
f81d1120
PA
11292013-04-10 Pedro Alves <palves@redhat.com>
1130
1131 * gdb.texinfo (Process Record and Replay): Document that "set
1132 record full insn-number-max", "set record
1133 instruction-history-size" and "set record
1134 function-call-history-size" accept "unlimited".
1135 (Backtrace): Document that "set backtrace limit" accepts
1136 "unlimited".
1137 (List): Document that "set listsize" accepts "unlimited".
1138 (Print Settings)" Document that "set print max-symbolic-offset",
1139 "set print elements" and "set print repeats" accept "unlimited".
1140 (Starting and Stopping Trace Experiments): Document that "set
1141 trace-buffer-size" accepts "unlimited".
1142 (Remote Configuration): Document that "set tcp connect-timeout"
1143 accepts "unlimited".
1144 (Command History): Document that "set history size" accepts
1145 "unlimited".
1146 (Screen Size): Document that "set height" and "set width" accepts
1147 "unlimited". Adjust "set pagination"'s description to suggest
1148 "set height unlimited" instead of "set height 0".
1149
393fd4c3
YQ
11502013-04-10 Yao Qi <yao@codesourcery.com>
1151
1152 * gdb.texinfo (Trace Files): Add "target ctf".
1153
cba5a7bf
JK
11542013-04-06 Jan Kratochvil <jan.kratochvil@redhat.com>
1155
1156 * Makefile.in (POD2MAN1, POD2MAN5): Replace $(VERSION) by ../version.in.
1157
0ed630cb
JK
1158 * Makefile.in (install-man1, install-man5, uninstall-man1)
1159 (uninstall-man5): Replace $(MANS) by $(MAN1S) and $(MAN5S) respectively.
1160
afe1492b
JK
1161 * Makefile.in (gdb.1, gdbserver.1, gdbinit.5): Use $(srcdir).
1162
5b8b6385
JK
11632013-04-06 Jan Kratochvil <jan.kratochvil@redhat.com>
1164 Eli Zaretskii <eliz@gnu.org>
1165
1166 * gdb.texinfo (gdbserver man): Rename tty to comm. Swap --attach
1167 parameters order. Remove "On some targets" for --attach. Document the
1168 --multi parameter and extended-remote command. Document all the
1169 options.
1170
906ccdf0
JK
11712013-04-05 Jan Kratochvil <jan.kratochvil@redhat.com>
1172
1173 * gdb.texinfo (gdb man): Mention option -p. Include Fortran to
1174 the list of supported languages.
1175
43662968
JK
11762013-04-05 Jan Kratochvil <jan.kratochvil@redhat.com>
1177
1178 Convert man pages to texinfo, new gdbinit.5 texinfo page.
1179 * Makefile.in (mandir, man1dir, man5dir, SYSTEM_GDBINIT, MANCONF,
1180 (TEXI2POD, POD2MAN1, POD2MAN5, MAN1S, MAN5S, MANS, man): New.
1181 (diststuff): Add man.
1182 (install-man, install-man1, install-man5, uninstall-man, uninstall-man1)
1183 (uninstall-man5): New.
1184 (STAGESTUFF): Add *.1 and *.5.
1185 (GDBvn.texi): Add SYSTEM_GDBINIT.
1186 (gdb.1, gdbserver.1, gdbinit.5): New.
1187 (maintainer-clean realclean): Add $(MANS).
1188 (install): Add install-man.
1189 (uninstall): Add uninstall-man.
1190 * gdb.texinfo (@include gdb-cfg.texi): Wrap it by @c man begin INCLUDE.
1191 (@copying): Wrap it by @c man begin COPYRIGHT.
1192 (Top): Add Man Pages.
1193 (Man Pages, gdb man, gdbserver man, gdbinit man): New.
1194
be9a8770
PA
11952013-04-02 Pedro Alves <palves@redhat.com>
1196
1197 * gdb.texinfo (Debugging Output): Document "set/show debug
1198 aarch64", "set/show debug coff-pe-read" and "set/show debug
1199 mach-o".
1200
a46c1e42
PA
12012013-04-02 Pedro Alves <palves@redhat.com>
1202
1203 * gdb.texinfo (Remote Configuration) <set remote @var{name}-packet
1204 table>: Add entry for "trace-buffer-size".
1205
bd3eecc3
PA
12062013-03-28 Pedro Alves <palves@redhat.com>
1207
1208 * gdb.texinfo (Remote Configuration) <set remote @var{name}-packet
1209 table>: Add entry for "trace-status".
1210
215b9f98
EZ
12112013-03-28 Eli Zaretskii <eliz@gnu.org>
1212
1213 * gdb.texinfo (Maintenance Commands): Use @enumerate, not "@table
1214 @bullet", which is invalid (makeinfo 5.1 barfs).
1215
7f7cc265
PA
12162013-03-28 Pedro Alves <palves@redhat.com>
1217
1218 PR gdb/15294
1219
1220 * gdb.texinfo (List) <set listsize>: Adjust to document that
1221 listsize 0 means no limit, and remove mention of -1.
1222
9c0be723
YQ
12232013-03-22 Yao Qi <yao@codesourcery.com>
1224
1225 * gdb.texinfo (Embedded Processors): Remove menu item
1226 "OpenRISC 1000".
1227 (OpenRISC 1000): Remove.
1228
bd712aed
DE
12292013-03-21 Doug Evans <dje@google.com>
1230
1231 * gdb.texinfo (Maintenance Commands): Add docs for
1232 "mt set per-command {space,time,symtab} {on,off}".
1233
d0353e76
YQ
12342013-03-14 Hui Zhu <hui@codesourcery.com>
1235 Yao Qi <yao@codesourcery.com>
1236
1237 * gdb.texinfo (Trace Files): Add "tsave -ctf".
1238
6dd24dfa
KS
12392013-03-13 Keith Seitz <keiths@redhat.com>
1240
1241 * gdb.texinfo (Maintenance Commands): Add missing ')' for
1242 "maint agent" reference to Dynamic printf.
1243
5c4808ca
EZ
12442013-03-11 Eli Zaretskii <eliz@gnu.org>
1245
1246 * gdb.texinfo (General Query Packets): Don't use colon in index
1247 entries visible to Info format.
1248
59ea5688
MM
12492013-03-11 Markus Metzger <markus.t.metzger@intel.com>
1250
1251 * gdb.texinfo (Process Record and Replay): Document record
1252 changes.
1253
2ae8c8e7
MM
12542013-03-11 Markus Metzger <markus.t.metzger@intel.com>
1255
1256 * gdb.texinfo (Requirements): List qXfer:btrace:read requiring expat.
1257 (General Query Packets): Describe Qbtrace:bts, Qbtrace:off, and
1258 qXfer:btrace:read.
1259
28abe188
EZ
12602013-03-09 Eli Zaretskii <eliz@gnu.org>
1261
1262 * gdb.texinfo (General Query Packets, Tracepoint Packets): Don't
1263 use colons in @anchor and @cindex entries.
1264
be9a119c 12652013-03-09 Hafiz Abid Qadeer <abidh@codesourcery.com>
6790eb9f
HAQ
1266
1267 * gdb.texinfo (QTBuffer:size): Add cindex and anchor.
1268
be9a119c 12692013-03-08 Stan Shebs <stan@codesourcery.com>
f6f899bf
HAQ
1270 Hafiz Abid Qadeer <abidh@codesourcery.com>
1271
1272 * gdb.texinfo (Starting and Stopping Trace Experiments): Document
1273 trace-buffer-size set and show commands.
1274 (Tracepoint Packets): Document QTBuffer:size.
1275 (General Query Packets): Document QTBuffer:size.
1276
d57350ea
TT
12772013-02-21 Tom Tromey <tromey@redhat.com>
1278
1279 * gdb.texinfo: Remove bad @syncodeindex.
1280 (Values From Inferior, Types In Python, Inferiors In Python)
1281 (Events In Python, Threads In Python, Frames In Python, Blocks In
1282 Python, Symbols In Python, Symbol Tables In Python): Remove
1283 @tables.
1284 (Packets, General Query Packets, Tracepoint Packets)
1285 (Host I/O Packets): Use @w{} for empty @item.
1286
9f44fbc0
SCR
12872013-02-20 Siva Chandra Reddy <sivachandra@google.com>
1288
1289 * gdb.texinfo (Architectures In Python): Add description about
1290 the new method gdb.Architecture.disassemble.
1291
f5911ea1
HAQ
12922013-02-15 Pedro Alves <pedro@codesourcery.com>
1293 Hafiz Abid Qadeer <abidh@codesourcery.com>
1294
1295 * gdb.texinfo (GDB/MI Tracepoint Commands) <-trace-status>:
1296 Document the "trace-file" field.
1297
7e1e0340
DE
12982013-02-07 Doug Evans <dje@google.com>
1299
1300 * gdb.texinfo (Machine Code): Clarify argument to disassemble
1301 command.
1302
134a2066
YQ
13032013-02-06 Yao Qi <yao@codesourcery.com>
1304
1305 * gdb.texinfo (GDB/MI Async Records): Document new MI
1306 notification "=tsv-modified". Update the document of MI
1307 notification "=tsv-created".
1308 * observer.texi (GDB Observers): New observer tsv_modified.
1309 Update observer tsv_created and tsv_delete.
1310
430ed3f0
MS
13112013-02-05 Yufeng Zhang <yufeng.zhang@arm.com>
1312
1313 * gdb.texinfo (AArch64 Features): New section; document
1314 org.gnu.gdb.aarch64.core and org.gnu.gdb.aarch64.fpu.
1315 (Architectures): Add new AArch64 section to document AArch64
1316 architecture specific commands.
1317 (ABI): Add description of the new OS ABI "Newlib" and its influence
1318 on the longjmp handling.
1319
1b56eb55
JK
13202013-02-03 Eldar Gaynetdinov <hal9000ed2k@gmail.com>
1321 Jan Kratochvil <jan.kratochvil@redhat.com>
1322
1323 * gdb.texinfo (Backtrace): Added description of 'filename-display'
1324 variable in 'set/show backtrace' section.
1325
c4957902
TT
13262013-01-31 Tom Tromey <tromey@redhat.com>
1327
1328 * gdb.texinfo (Target Commands): Fix typo.
1329
bea883fd
SCR
13302013-01-23 Siva Chandra Reddy <sivachandra@google.com>
1331
1332 * doc/gdb.texinfo (Architectures In Python): New sub-sub-section
1333 describing the gdb.Architecture class.
1334 (Frames In Python): Add description about the new method
1335 gdb.Frame.architecture().
1336
796a7ff8
DE
13372013-01-23 Doug Evans <dje@google.com>
1338
1339 * gdb.texinfo (Index Section Format): Document .gdb_index version 8.
1340
998580f1
MK
13412013-01-21 Marc Khouzam <marc.khouzam@ericsson.com>
1342
1343 * gdb.texinfo (GDB/MI Breakpoint Commands): Document new
1344 'thread-groups' field when printing a breakpoint in MI.
1345
c9fb1240
SD
13462012-01-17 Sanjoy Das <sanjoy@playingwithpointers.com>
1347 * gdb.texinfo (Using JIT Debug Info Readers): Change documentation
1348 to reflect that jit-reader-load now supports absolute file-names.
1349
ab04a2af
TT
13502013-01-16 Tom Tromey <tromey@redhat.com>
1351
1352 * gdb.texinfo (Set Catchpoints): Document "catch signal".
1353 (Signals): Likewise.
1354
8ac3646f
TT
13552013-01-16 Tom Tromey <tromey@redhat.com>
1356
1357 * gdb.texinfo (GDB/MI Breakpoint Information): Document
1358 "catch-type" field.
1359 (GDB/MI Catchpoint Commands): Add "catch-type" to examples.
1360
e93a8774
TT
13612013-01-07 Tom Tromey <tromey@redhat.com>
1362
1363 * gdb.texinfo (Mode Options): Don't mention -epoch.
1364 (Data, Emacs): Remove obsolete comments.
1365
54516a0b
TT
13662013-01-02 Tom Tromey <tromey@redhat.com>
1367
1368 * gdb.texinfo (GDB/MI Output Records): Update menu.
1369 (GDB/MI Breakpoint Information): New node.
1370 (GDB/MI Breakpoint Commands) <-break-info>: Link to new node.
1371 <-break-insert>: Likewise.
1372
8dbe8ece
YQ
13732012-12-31 Yao Qi <yao@codesourcery.com>
1374
1375 * gdb.texinfo (Remote Non-Stop): Move paragraphs to ...
1376 (Packets): Move "vStopped" packet to ...
1377 (Notification Packets): ... here. Describe the components
1378 of notification. Add a table of supported notifications.
1379 Add an example on the process of he async notification.
1380
f35a17b5
JK
13812012-12-25 Jan Kratochvil <jan.kratochvil@redhat.com>
1382
1383 * gdb.texinfo (GDB/MI Data Manipulation) (fullname): Make it always
1384 present.
1385 (GDB/MI File Commands) (-file-list-exec-source-files): Make the
1386 fullname output always present.
1387
0dfd2fad
PM
13882012-12-23 Pierre Muller <muller@sourceware.org>
1389
1390 * gdbint.texinfo (Function prototypes): Require use of "extern"
1391 modifier for function prototypes in headers.
1392
7785b880
JB
13932012-12-19 Joel Brobecker <brobecker@adacore.com>
1394
1395 * refcard.tex: Update copyright notice to GPL v3 or later.
1396 Update contact info.
1397
3d745be3
JK
13982012-12-16 Jan Kratochvil <jan.kratochvil@redhat.com>
1399
1400 * gdbint.texinfo (Coding Standards) (C Usage): New rule for 0 vs. NULL.
1401
c9b6281a
YQ
14022012-12-15 Yao Qi <yao@codesourcery.com>
1403
1404 * gdb.texinfo (Debugging Output): Document 'set debug
1405 notification' and 'show debug notification'.
1406
f2a8bc8a
YQ
14072012-12-15 Yao Qi <yao@codesourcery.com>
1408
1409 * gdb.texinfo (Listing Tracepoints): New item and example about
1410 'installed on target' output.
1411 Add more in the example about 'installed on target'.
1412 (GDB/MI Breakpoint Commands): Doc about 'installed field.
1413
451b7c33
TT
14142012-12-14 Tom Tromey <tromey@redhat.com>
1415
1416 * gdb.texinfo (SVR4 Process Information): Mention core files.
1417
3fa7bf06
MG
14182012-12-12 Mircea Gherzan <mircea.gherzan@intel.com>
1419
1420 * gdb.texinfo (GDB/MI Catchpoint Commands): New section.
1421
05b4bd79
PA
14222012-12-11 Pedro Alves <palves@redhat.com>
1423
1424 * gdb.texinfo: Remove all mentions of Unixware throughout.
1425
74a0d9f6
JK
14262012-12-09 Jan Kratochvil <jan.kratochvil@redhat.com>
1427
1428 * gdbint.texinfo (Host Definition): Remove CC_HAS_LONG_LONG.
1429
0c631110
TT
14302012-11-29 Tom Tromey <tromey@redhat.com>
1431
1432 * gdb.texinfo (SVR4 Process Information): Document missing
1433 "info proc" subcommands.
1434
891df0ea
YQ
14352012-11-29 Yao Qi <yao@codesourcery.com>
1436
1437 PR gdb/1477.
1438 * gdb.texinfo (Print Settings): Correct the default 'demangle-style'
1439 to 'auto' instead of 'gnu'.
1440
608e2dbb
TT
14412012-11-26 Tom Tromey <tromey@redhat.com>
1442
1443 * gdb.texinfo (MiniDebugInfo): New node.
1444 (GDB Files): Update.
1445
e64e0392
DE
14462012-11-16 Doug Evans <dje@google.com>
1447
1448 * gdb.texinfo (System-wide configuration): If the system-wide init
1449 file lives in the data-directory, and --data-directory is provided,
1450 look for it there.
1451
ae606bee
TT
14522012-11-15 Tom Tromey <tromey@redhat.com>
1453
1454 * gdb.texinfo (Signaling): Fix typo.
1455
62747a60
TT
14562012-11-13 Giuseppe Montalto <giuseppe.montalto@st.com>
1457
1458 * gdb.texinfo (GDB/MI Data Manipulation): Document new optional
1459 parameter "count" of -data-write-memory-bytes, and add an example.
1460
18a9fc12
TT
14612012-11-12 Tom Tromey <tromey@redhat.com>
1462
1463 * gdb.texinfo (Symbols): Document "info type-printers",
1464 "enable type-printer" and "disable type-printer".
1465 (Python API): Add new node to menu.
1466 (Type Printing API): New node.
1467 (Progspaces In Python): Document type_printers field.
1468 (Objfiles In Python): Likewise.
1469 (gdb.types) <get_type_recognizers, apply_type_recognizers,
1470 register_type_printer, TypePrinter>: Document.
1471
53342f27
TT
14722012-11-12 Tom Tromey <tromey@redhat.com>
1473
1474 * gdb.texinfo (Symbols): Document "set print type methods",
1475 "set print type typedefs", and flags to ptype and whatis.
1476
ed8a1c2d
AB
14772012-11-09 Andrew Burgess <aburgess@broadcom.com>
1478
1479 * gdb.texinfo (GDB/MI Data Manipulation): Add fullname field to
1480 the example -data-disassemble output. Extend the description of
1481 the -data-disassemble results to document all fields. Document
1482 the cli disassemble command as being related to -data-disassemble.
1483
8506d139
YQ
14842012-11-09 Yao Qi <yao@codesourcery.com>
1485
1486 PR gdb/14777.
1487 * gdb.texinfo (OS Information): Remove doc on command
1488 'info udot'.
1489
4d3f93a2
JB
14902012-11-08 Joel Brobecker <brobecker@adacore.com>
1491
1492 * gdb.texinfo (Startup): Minor rewording, and clarify scope of
1493 gdb.ini warning for Windows port.
1494
1e96de83
YQ
14952012-11-08 Yao Qi <yao@codesourcery.com>
1496
1497 * gdb.texinfo (Search): Add kindex for 'fo'.
1498
dc939229
TT
14992012-11-05 Tom Tromey <tromey@redhat.com>
1500
1501 PR python/14802:
1502 * gdb.texinfo (Functions In Python): Add example.
1503
6f6484cd
YQ
15042012-11-03 Yao Qi <yao@codesourcery.com>
1505
1506 * observer.texi (GDB Observers): Remove observer
1507 'tracepoint_modified', 'tracepoint_created' and
1508 'tracepoint_deleted'.
1509
af4238e5
TT
15102012-10-26 Tom Tromey <tromey@redhat.com>
1511
1512 * gdb.texinfo (General Query Packets): Use @itemx for QAgent.
1513
687e43a4
TT
15142012-10-25 Tom Tromey <tromey@redhat.com>
1515
1516 * gdb.texinfo (General Query Packets): Use @itemx.
1517
8de0566d
YQ
15182012-10-17 Yao Qi <yao@codesourcery.com>
1519
1520 * observer.texi (GDB Observers): Update observer
1521 'memory_changed'.
1522 * gdb.texinfo (GDB/MI Async Records): Document for
1523 "memory-changed" notification.
1524
07540c15
DE
15252012-10-15 Doug Evans <dje@google.com>
1526
1527 * gdb.texinfo (Mode Options): Document -nh.
1528 Elaborate on docs for -nx.
1529
d7019589
SP
15302012-09-26 Siddhesh Poyarekar <siddhesh@redhat.com>
1531
1532 * observer.texi (memory_changed): Expand parameter LEN to ssize_t.
1533
82a90ccf
YQ
15342012-09-21 Yao Qi <yao@codesourcery.com>
1535 Pedro Alves <palves@redhat.com>
1536
1537 * gdb.texinfo (GDB/MI Async Records): Document notification
1538 'record-started' and 'record-stopped'.
1539 * observer.texi (GDB Observers): New observer 'record-changed'.
1540
aa9259cc
TS
15412012-09-19 Thomas Schwinge <thomas@codesourcery.com>
1542
1543 * gdb.texinfo: Document the removal of SH's 'regs' command.
1544
c1d780c2
SDJ
15452012-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
1546
1547 * gdb.texinfo (jump): Mention new alias `j' for `jump'.
1548
bb25a15c
YQ
15492012-09-18 Yao Qi <yao@codesourcery.com>
1550
1551 * gdb.texinfo (GDB/MI Async Records): Document new MI
1552 notifications '=tsv-created' and '=tsv-deleted'.
1553 * observer.texi (GDB Observers): New observer tsv_created and
1554 tsv_deleted.
1555
201b4506
YQ
15562012-09-18 Yao Qi <yao@codesourcery.com>
1557
1558 * observer.texi (GDB Observers): New observer 'traceframe_changed'.
1559 * gdb.texinfo (GDB/MI Async Records): Mention new MI notification
1560 '=traceframe-changed'.
1561
6fc1c773
YQ
15622012-09-17 Yao Qi <yao@codesourcery.com>
1563
1564 * gdb.texinfo (List): Describe the meaning of 0 and -1 in
1565 'set listsize'.
1566
121c73f3
JK
15672012-09-13 Jan Kratochvil <jan.kratochvil@redhat.com>
1568 Eli Zaretskii <eliz@gnu.org>
1569
1570 * gdbint.texinfo (Defining Other Architecture Features): Clarify *pcptr
1571 encoding for gdbarch_breakpoint_from_pc, bp_addr for
1572 gdbarch_push_dummy_call and bp_addr for gdbarch_push_dummy_code.
1573
e9687799
JK
15742012-08-27 Jan Kratochvil <jan.kratochvil@redhat.com>
1575
1576 * gdb.texinfo (objfile-gdb.py file): New paragraph for .exe stripping.
1577
3b5e4d35
YPK
15782012-08-23 Khoo Yit Phang <khooyp@cs.umd.edu>
1579
1580 Document how to return from "python-interactive" to GDB.
1581 * gdb.texinfo (Python Commands): Update documentation.
1582
15832012-08-22 Khoo Yit Phang <khooyp@cs.umd.edu>
1584
1585 Add a new "python-interactive" command that starts a standard
1586 Python interactive prompt with "pi" as alias, and add "py" as
1587 an alias to "python".
1588 * gdb.texinfo (Python Commands): Document the new commands.
1589
b583003e
TT
15902012-08-22 Tom Tromey <tromey@redhat.com>
1591
1592 * gdbint.texinfo (Host Definition): Remove documentation for
1593 SIGWINCH_HANDLER and SIGWINCH_HANDLER_BODY.
1594
a451cb65
KS
15952012-08-17 Keith Seitz <keiths@redhat.com>
1596
1597 PR c++/13356
1598 * gdb.texinfo (Type and Range Checking): Remove warning.
1599 Remove spurious commas.
1600 Update text and examples for re-implementation of set/show
1601 check type.
1602 (C and C++ Type and Range Checks): Likewise.
1603
6b1755ce
YQ
16042012-08-16 Yao Qi <yao@codesourcery.com>
1605
1606 * gdb.texinfo (Types In Python): Mention gdb.TYPE_CODE_BITSTRING
1607 is deprecated.
1608
f47f77df
DE
16092012-08-13 Doug Evans <dje@google.com>
1610
1611 * gdb.texinfo (Convenience Vars): Update text for "show convenience"
1612 to include functions.
1613
a72c3253
DE
16142012-08-10 Doug Evans <dje@google.com>
1615
1616 * gdb.texinfo (Convenience Funs): New node.
1617 (Types In Python): Document Type.vector.
1618
5b9afe8a
YQ
16192012-08-09 Yao Qi <yao@codesourcery.com>
1620
1621 * observer.texi: New observer command_param_changed.
1622 * gdb.texinfo (GDB/MI Async Records): Doc for '=cmd-param-changed'.
1623
dc1039df
JK
16242012-08-07 Jan Kratochvil <jan.kratochvil@redhat.com>
1625
1626 * gdbint.texinfo (Debugging GDB): In section
1627 'Debugging @value{GDBN} with itself' change .gdbinit for gdb-gdb.gdb.
1628 Mention also gdb-gdb.py.
1629
4abf930d
YQ
16302012-08-07 Yao Qi <yao@codesourcery.com>
1631
1632 Revert the folloing patch:
1633 2012-08-06 Yao Qi <yao@codesourcery.com>
1634 * gdb.texinfo (Remote Configuration): Add kindex for 'set
1635 remote hardware-watchpoint-limit' and 'set
1636 remote hardware-breakpoint-limit'.
1637
f3c8a52a
JK
16382012-08-06 Nathaniel Flath <flat0103@gmail.com>
1639
1640 * gdb.texinfo (Working Directory): Added information about new
1641 default argument for 'cd' command.
1642
77a91025
YQ
16432012-08-06 Yao Qi <yao@codesourcery.com>
1644
1645 * gdb.texinfo (Remote Configuration): Add kindex for 'set
1646 remote hardware-watchpoint-limit' and 'set
1647 remote hardware-breakpoint-limit'.
1648
d9f08f52
YQ
16492012-08-06 Yao Qi <yao@codesourcery.com>
1650
1651 Fix PR14371.
1652
1653 * gdb.texinfo (GDB/MI Async Records): Fix the doc for
1654 '=breakpoint-deleted'.
1655
95b07c96
YQ
16562012-08-02 Yao Qi <yao@codesourcery.com>
1657
1658 * gdb.texinfo (Native): Remove node Neutrino.
1659
7255706c
YQ
16602012-07-27 Yao Qi <yao@codesourcery.com>
1661
1662 * gdb.texinfo (IPA Protocol Commands): Document new command
1663 'close'.
1664
d6b28940
TT
16652012-07-25 Tom Tromey <tromey@redhat.com>
1666
1667 * gdb.texinfo (Maintenance Commands): Document maint info bfds.
1668
e615022a
DE
16692012-07-20 Doug Evans <dje@google.com>
1670
1671 * gdb.texinfo (Mode Options): Delete --use-deprecated-index-sections.
1672 (Index Files): Document how to control the use of deprecated index
1673 sections.
1674 (Index Section Format): Replace --use-deprecated-index-sections with
1675 "set use-deprecated-index-sections on".
1676
055855a4
EZ
16772012-07-12 Eli Zaretskii <eliz@gnu.org>
1678
1679 * gdbint.texinfo: Remove @syncodeindex directives that put all the
1680 indices into a single node "Index". Instead, join function and
1681 variable indices into a single index, separate from the concept
1682 index. Requested in
1683 http://sourceware.org/ml/gdb-patches/2012-07/msg00146.html.
1684 (Top): Update the top-level menu: instead of one "Index" there are
1685 now separate entries "Concept Index" and "Function and Variable
1686 Index".
1687 (Concept Index, Function and Variable Index): New nodes.
1688 (Index): Node deleted.
1689
f77cc5f0
HZ
16902012-07-05 Hui Zhu <hui_zhu@mentor.com>
1691
1692 * gdb.texinfo (Maintenance Commands): Change help for "maint agent"
1693 and "maint agent-eval".
1694
00595b5e
EZ
16952012-07-03 Eli Zaretskii <eliz@gnu.org>
1696
1697 * gdb.texinfo: Separate the index into 2 indices, cp and fn, to
1698 avoid file-name clashes between Index.html and index.html on
1699 case-insensitive filesystems. See the discussion starting in
1700 http://sourceware.org/ml/gdb-patches/2012-06/msg00457.html for the
1701 details of the problem.
1702 (Top): Update the master menu for the above.
1703 (Concept Index, Command and Variable Index): New nodes, instead of
1704 the old "Index" node that was deleted. All cross-references
1705 updated.
1706
d3ce09f5
SS
17072012-07-02 Stan Shebs <stan@codesourcery.com>
1708
1709 * gdb.texinfo (Dynamic Printf): Mention agent style and
1710 disconnected dprintf.
1711 (Maintenance Commands): Describe maint agent-printf.
1712 (General Query Packets): Mention BreakpointCommands feature.
1713 (Packets): Document commands extension to Z0 packet.
1714 * agentexpr.texi (Bytecode Descriptions): Document printf
1715 bytecode.
1716
2d7b58e8
JK
17172012-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
1718
1719 * gdb.texinfo (File Options): Change -ix and -iex commands that apply
1720 only after gdbinit files.
1721 (Startup): Move -iex and -iex commands down after gdbinit files.
1722
202cbf1c
JK
17232012-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
1724
1725 * gdb.texinfo (Auto-loading safe path): Note the shell wildcard
1726 possibility.
1727
b6ba681c
TT
17282012-06-29 Tom Tromey <tromey@redhat.com>
1729
1730 * gdb.texinfo (Index Section Format): Update for version 7.
1731
71caed83
SS
17322012-06-28 Stan Shebs <stan@codesourcery.com>
1733
1734 * gdb.texinfo (Miscellaneous GDB/MI Commands): Update -info-os
1735 example, add note about title column.
1736
ee0bf529
SCR
17372012-06-26 Siva Chandra Reddy <sivachandra@google.com>
1738
1739 * gdb.texinfo (Symbol Tables In Python): Add description about
1740 the new 'last' attribute of gdb.Symtab_and line.
1741
3c15d565
SCR
17422012-06-26 Siva Chandra Reddy <sivachandra@google.com>
1743
1744 * gdb.texinfo (Symbol Tables In Python): Correct the description
1745 of the 'pc' attribute of gdb.Symtab_and_line.
1746
45cfd468
DE
17472012-06-26 Doug Evans <dje@google.com>
1748
1749 * gdb.texinfo (Debugging Output): Document debug options dwarf2-read
1750 and symtab-create.
1751
496ee73e
KS
17522012-06-25 Keith Seitz <keiths@redhat.com>
1753
1754 * gdb.texinfo (GDB/MI Breakpoint Commands): Remove "-r" option
1755 from example. Remove "rbreak" from list of corresponding
1756 gdb commands.
1757
156942c7
DE
17582012-06-23 Doug Evans <dje@google.com>
1759
1760 * gdb.texinfo (Index Section Format): Document version 7 format.
1761
c614397c
YQ
17622012-06-22 Yao Qi <yao@codesourcery.com>
1763
1764 * gdb.texinfo: Add missing cindex for some packets.
1765
472a2379
KS
17662012-06-20 Keith Seitz <keiths@redhat.com>
1767
1768 * gdb.texinfo (GDB/MI Breakpoint Commands): Re-order options
1769 for -break-insert and document -p.
1770
2678e2af
YQ
17712012-06-20 Yao Qi <yao@codesourcery.com>
1772
1773 * gdb.texinfo (Inferiors In Python): Replace "gdb.read_memory"
1774 and "gdb.write_memory" with "Inferior.read_memory" and
1775 "Inferior.write_memory".
1776
984359d2
EZ
17772012-06-15 Patrice Dumas <pertusus@free.fr> (tiny change)
1778
1779 * gdb.texinfo (Summary): Add a link to "Free Documentation".
1780 (Free Documentation): Add @node line.
1781 (Continuing and Stepping) <advance location>: Use @item instead of
1782 @itemx.
1783 (Reverse Execution) <set exec-direction reverse>: Use @item instead of
1784 @itemx.
1785 (Embedded Processors): Put the link to "PA" to its correct place,
1786 according to document structure.
1787 (Python API): Put the link to "Lazy Strings In Python" to its
1788 correct place.
1789 (Index): Use @@ in @tex block to get a literal @.
1790
1791 * gdbint.texinfo: Fix the @subtitle line.
1792
1793 * stabs.texinfo (Top): Put the link to "Symbol Types Index" to its
1794 correct place.
1795
16bdd41f
YQ
17962012-06-08 Yao Qi <yao@codesourcery.com>
1797
1798 * gdb.texinfo (In-Process Agent): Add 'In-Process Agent
1799 Protocol'.
1800 (In-Process Agent Protocol, IPA Protocol Objects)
1801 (IPA Protocol Commands): New nodes.
1802 (Tracepoint Packets): Add anchors.
1803
2d4c29c5
TS
18042012-06-06 Thomas Schwinge <thomas@codesourcery.com>
1805
1806 * gdb.texinfo: Document the deprecation of SH's 'regs' command.
1807
6bd110c5
YQ
18082012-06-06 Yao Qi <yao@codesourcery.com>
1809
1810 * gdb.texinfo: Update copyright year.
1811
f3e0e960
SS
18122012-05-23 Stan Shebs <stan@codesourcery.com>
1813 Kwok Cheung Yeung <kcy@codesourcery.com>
1814
1815 * gdb.texinfo (Miscellaneous GDB/MI Commands): Document -info-os.
1816
1564a261
JK
18172012-05-20 Jan Kratochvil <jan.kratochvil@redhat.com>
1818
1819 * gdb.texinfo (Separate Debug Files): New anchor debug-file-directory.
1820 Mention also --with-separate-debug-dir.
1821 (Auto-loading): Prepend $debugdir in the sample output.
1822 (Auto-loading safe path): Likewise. Mention also $debugdir for the
1823 auto-load safe-path variable.
1824 (objfile-gdb.py file): Remove the extra debug-file-directory paragraph.
1825 Mention also $debugdir for 'set auto-load scripts-directory'.
1826
eb17f351
EZ
18272012-05-19 Eli Zaretskii <eliz@gnu.org>
1828
1829 * gdb.texinfo (Continuing and Stepping, Selection, Byte Order)
1830 (MIPS Embedded, MIPS, MIPS Register packet Format)
1831 (Target Descriptions, MIPS Features): Use @acronym{MIPS} where
1832 appropriate.
1833
4cc0665f
MR
18342012-05-18 Sandra Loosemore <sandra@codesourcery.com>
1835 Maciej W. Rozycki <macro@codesourcery.com>
1836
1837 * gdb.texinfo (MIPS): Document "set mips compression" and "show
1838 mips compression".
1839 (MIPS Breakpoint Kinds): New subsubsection.
1840
7af8dcf8 18412012-05-18 Eli Zaretskii <eliz@gnu.org>
02b67415
MR
1842
1843 * gdb.texinfo (Architecture-Specific Protocol Details): Define
1844 nodes for subsections. Add @acronym mark-ups and adjust
1845 formatting.
1846
aff139ff
JK
18472012-05-18 Jan Kratochvil <jan.kratochvil@redhat.com>
1848
1849 Rename $ddir to $datadir.
1850 * gdb.texinfo (Auto-loading, Auto-loading safe path)
1851 (objfile-gdb.py file): Rename $ddir to $datadir.
1852
9cb709b6
TT
18532012-05-18 Tom Tromey <tromey@redhat.com>
1854
1855 * gdb.texinfo (Print Settings): Document 'set print symbol'.
1856
e7e0cddf
SS
18572012-05-14 Stan Shebs <stan@codesourcery.com>
1858
1859 * gdb.texinfo (Dynamic Printf): New subsection.
1860
7efc75aa
SCR
18612012-05-13 Siva Chandra Reddy <sivachandra@google.com>
1862
1863 * gdb.texinfo (Basic Python): Add description about the function
1864 gdb.find_pc_line
1865
f307c045
JK
18662012-05-12 Jan Kratochvil <jan.kratochvil@redhat.com>
1867 Eli Zaretskii <eliz@gnu.org>
1868
1869 * gdb.texinfo (Separate Debug Files): Use plural form for global
1870 debugging information directory.
1871
85d4a676
SS
18722012-05-11 Stan Shebs <stan@codesourcery.com>
1873 Kwok Cheung Yeung <kcy@codesourcery.com>
1874
1875 * gdb.texinfo (Operating System Auxiliary Information): Document new
1876 'info os' subcommands.
1877
c1668e4e
JK
18782012-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
1879
1880 * gdb.texinfo (Auto-loading, Init File in the Current Directory)
1881 (libthread_db.so.1 file, objfile-gdb.gdb file, objfile-gdb.py file)
1882 (dotdebug_gdb_scripts section): Add reference
1883 to 'Auto-loading safe path'.
1884
7349ff92
JK
18852012-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
1886
1887 Implement multi-component --with-auto-load-dir.
1888 * gdb.texinfo (Auto-loading): New references
1889 for 'set auto-load scripts-directory'
1890 and 'show auto-load scripts-directory'.
1891 (Auto-loading safe path): Describe the new default. Move $ddir
1892 substituation reference to 'objfile-gdb.py file'.
1893 (objfile-gdb.py file): Describe script-name alias. Change real-name to
1894 script-name. Describe new 'set auto-load scripts-directory'
1895 and 'show auto-load scripts-directory'.
1896
6dea1fbd
JK
18972012-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
1898
1899 Provide $ddir substitution for --with-auto-load-safe-path.
1900 * gdb.texinfo (Auto-loading): Replace /usr/local by $ddir/auto-load.
1901 (Auto-loading safe path): Likewise. Mention the default value,
1902 $ddir substitution, --with-auto-load-safe-path and
1903 --without-auto-load-safe-path.
1904 * observer.texi (gdb_datadir_changed): New.
1905
1ccacbcd
JK
19062012-05-09 Jan Kratochvil <jan.kratochvil@redhat.com>
1907
1908 * gdb.texinfo (Auto-loading): Wrap too long lines in @smallexample.
1909 Twice.
1910
d9242c17
JK
1911 * gdb.texinfo (Separate Debug Files, Auto-loading safe path): Replace
1912 directory separator by path separator.
1913
af2c1515
JK
19142012-05-06 Jan Kratochvil <jan.kratochvil@redhat.com>
1915
1916 * gdb.texinfo (Auto-loading safe path): Make 'directories'
1917 for 'set auto-load safe-path' optional. Mention if it is omitted.
1918 Change disabling security protection condition to "/", twice.
1919
a20ee7a4
SCR
19202012-05-03 Siva Chandra Reddy <sivachandra@google.com>
1921
1922 * gdb.texinfo (Symbol Tables In Python): Add documentation about
1923 the new methods global_block and static_block on gdb.Symtab
1924 objects.
1925
56af09aa
SCR
19262012-05-02 Siva Chandra Reddy <sivachandra@google.com>
1927
1928 * gdb.texinfo (Blocks In Python): Add a note saying that future
1929 improvements to GDB and its infrastructure can move symbols
1930 across blocks within a symbol table.
1931
2746b0ef
YQ
19322012-04-29 Yao Qi <yao@codesourcery.com>
1933
1934 * gdb.texinfo (Architectures): Remove menu entry `A29K'.
1935 (A29K): Remove.
1936
62e5f89c
SDJ
19372012-04-27 Sergio Durigan Junior <sergiodj@redhat.com>
1938 Tom Tromey <tromey@redhat.com>
1939
1940 * gdb.texinfo (Static Probe Points): New entry, explaining SystemTap
1941 and generic static probe support on GDB.
1942
a766d390
DE
19432012-04-25 Doug Evans <dje@google.com>
1944
50f042b9
DE
1945 * gdb.texinfo (Go): Fix thinko.
1946
a766d390
DE
1947 * gdb.texinfo (Supported Languages): Add Go.
1948 (Go): New node.
1949
f02e2b19
YQ
19502012-04-25 Yao Qi <yao@codesourcery.com>
1951
1952 * gdbint.texinfo (Testsuite): New section `Board settings'.
1953
68d41a48
JK
19542012-04-23 Jan Kratochvil <jan.kratochvil@redhat.com>
1955
1956 * gdb.texinfo (Auto-loading safe path): Remove trailing [@dots{}].
1957 Three times.
1958
174bb630
JK
1959 * gdb.texinfo (Auto-loading safe path): Add trailing @dots{}.
1960 Three times.
1961
0511cc75
JK
19622012-04-22 Jan Kratochvil <jan.kratochvil@redhat.com>
1963
1964 * gdb.texinfo (Auto-loading safe path): Replace @itemize @bullet
1965 by @table @asis. Fix formatting of one item.
1966
0070f25a
JK
19672012-04-18 Jan Kratochvil <jan.kratochvil@redhat.com>
1968
1969 * gdb.texinfo (Auto-loading verbose mode): Fix smallexample typo.
1970
4dc84fd1
JK
19712012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
1972
1973 New option "set debug auto-load".
1974 * gdb.texinfo (Auto-loading): New menu item for auto-load verbose mode.
1975 (auto-load verbose mode): New node.
1976
bccbefd2
JK
19772012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
1978
1979 New option "set auto-load safe-path".
1980 * gdb.texinfo (Auto-loading): Extend the "show auto-load"
1981 and "info auto-load" examples for safe-path. Put there also references
1982 for "set auto-load safe-path" and "show auto-load safe-path".
1983 New menu item for Auto-loading safe path.
1984 (Auto-loading safe path): New node.
1985 (Python Auto-loading): Update the expected output from "Missing"
1986 to "No".
1987
bf88dd68
JK
19882012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
1989
1990 auto-load: Implementation.
1991 * gdb.texinfo (Mode Options): New anchor for -nx.
1992 (Startup): New anchors for Option -init-eval-command,
1993 Home Directory Init File
1994 and Init File in the Current Directory during Startup.
1995 Mention set auto-load local-gdbinit with a reference.
1996 Change the sample code to "set auto-load python-scripts".
1997 (Threads): New anchor set libthread-db-search-path.
1998 Provide references to libthread_db.so.1 file.
1999 (Controlling GDB): New menu item for Auto-loading.
2000 (Auto-loading, Init File in the Current Directory)
2001 (libthread_db.so.1 file, objfile-gdb.gdb file): New nodes.
2002 (Python): Rename the menu item Auto-loading to Python Auto-loading.
2003 (Writing a Pretty-Printer, Objfiles In Python): Update the renamed
2004 reference.
2005 (Auto-loading): Rename to ...
2006 (Python Auto-loading): ... here. Change "set auto-load-scripts" to
2007 "set auto-load python-scripts", new anchor for it. Change
2008 "show auto-load-scripts" to "show auto-load python-scripts", new anchor
2009 for it. Change "info auto-load-scripts"
2010 to "info auto-load python-scripts", new anchor for it. Change "scripts"
2011 to "Python scripts".
2012
8264ba82
AG
20132012-04-14 Anton Gorenkov <xgsa@yandex.ru>
2014
2015 PR mi/13393
2016 * gdb.texinfo (Print Settings): Extend the description for "set print
2017 object".
2018 (GDB/MI Variable Objects): Extend the description for -var-create and
2019 -var-list-children.
2020
06fc020f
SCR
20212012-04-11 Siva Chandra Reddy <sivachandra@google.com>
2022
2023 * gdb.texinfo (Examining Data): Document the 'explore' command.
2024
7191c139
JB
20252012-03-28 Joel Brobecker <brobecker@adacore.com>
2026
2027 * gdb.texinfo (GDB/MI Variable Objects): Document what happens
2028 to the children of a varobj and its update range when -var-update
2029 returns that the varobj's type changed.
2030
3708f05e
JK
20312012-03-27 Jan Kratochvil <jan.kratochvil@redhat.com>
2032
2033 * gdb.texinfo (Auto-loading): Move @menu to the end of @node.
2034 Create two new links fir 'objfile-gdb.py file'
2035 and 'dotdebug_gdb_scripts section'.
2036
8e0583c8
JK
20372012-03-27 Jan Kratochvil <jan.kratochvil@redhat.com>
2038
2039 * gdb.texinfo (Auto-loading): Rename node reference
2040 '.debug_gdb_scripts section' to 'dotdebug_gdb_scripts section'.
2041 Twice.
2042 (.debug_gdb_scripts section): Rename the node ...
2043 (dotdebug_gdb_scripts section): ... here.
2044 (Maintenance Commands): Also rename this node reference.
2045
7b282c5a
SCR
20462012-03-22 Siva Chandra Reddy <sivachandra@google.com>
2047
2048 * gdb.texinfo (Python API/Values From Inferior): Add description
2049 about the new method Value.referenced_value. Add description on
2050 how Value.dereference is different (and similar) to
2051 Value.referenced_value.
2052
8320cc4f
JK
20532012-03-19 Jan Kratochvil <jan.kratochvil@redhat.com>
2054
2055 * gdb.texinfo (File Options): Describe --init-command=FILE, -ix and
2056 --init-eval-command=COMMAND, -iex.
2057 (Startup): Describe -iex and -ix. Simplify the example
2058 for "set auto-load-scripts off".
2059
481860b3
GB
20602012-03-16 Gary Benson <gbenson@redhat.com>
2061
2062 PR breakpoints/10738
2063 * gdb.texinfo (Inline Functions): Remove the now-unnecessary @item
2064 stating that GDB cannot set breakpoints on inlined functions.
2065 (Mode Options): Document --use-deprecated-index-sections.
2066 (Index Section Format): Document new index section version format.
2067
c4aeac85
TT
20682012-03-15 Tom Tromey <tromey@redhat.com>
2069
2070 * gdb.texinfo (Debugging C Plus Plus): Document "info vtbl".
2071
16899756
DE
20722012-03-13 Doug Evans <dje@google.com>
2073
2074 * gdb.texinfo (Help): Change apropos example to use "alias" instead
2075 of "reload".
2076 (Symbols): Delete docs for set/show symbol-reloading.
2077 * gdbint.texinfo (Defining Other Architecture Features): Delete
2078 SYMBOL_RELOADING_DEFAULT.
2079 * refcard.tex: Delete reference to symbol-reloading.
2080
9b224c5e
PA
20812012-03-07 Pedro Alves <palves@redhat.com>
2082
2083 * gdb.texinfo (General Query Packets): Document new
2084 QProgramSignals packet.
2085 * gdb.texinfo (Remote configuration): Mention
2086 "program-signals-packet".
2087
169081d0
TG
20882012-03-05 Tristan Gingold <gingold@adacore.com>
2089
2090 * gdb.texinfo (General Query Packets): Document xfer:uib:read.
2091
d1feda86
YQ
20922012-03-03 Yao Qi <yao@codesourcery.com>
2093
2094 * gdb.texinfo (In-Process Agent): New node.
2095 Document new commands.
2096 (General Query Packets): Add packet `QAgent'.
2097
1faeff08
MR
20982012-03-01 Maciej W. Rozycki <macro@codesourcery.com>
2099
2100 * gdb.texinfo (MIPS Features): Add org.gnu.gdb.mips.dsp.
2101
7d74f244
DE
21022012-03-01 Scott J. Goldman <scottjg@vmware.com>
2103
2104 * gdb.texinfo (Commands In Python): Put example python macro in
2105 COMMAND_USER category rather than COMMAND_OBSCURE.
2106 Document gdb.COMMAND_USER.
2107 (User-defined Commands): Update documentation to clarify
2108 "set/show max-user-call-depth" and "show user" don't apply to python
2109 commands. Update documentation to clarify "help user-defined" may
2110 also include python commands defined as COMMAND_USER.
2111
6fe37d23
JK
21122012-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
2113
2114 * gdb.texinfo (Startup): Add option -ex description to the option -x
2115 description.
2116
83364271
LM
21172012-02-24 Luis Machado <lgustavo@codesourcery.com>
2118
2119 * gdb.texinfo (Setting Breakpoints): Mention and explain the
2120 condition-evaluation breakpoint parameter.
2121 Mention condition-evaluation mode being shown in "info break".
2122 (Break Conditions): Add description for target-side
2123 conditional breakpoints.
2124 (Remote Configuration): Mention conditional-breakpoints-packet.
2125 (Packets): Add cond-expr parameter to Z0/Z1 packets and explain
2126 cond-expr.
2127 (General Query Packets): Mention new ConditionalBreakpoint feature.
2128
bdb1994d
TT
21292012-02-22 Tom Tromey <tromey@redhat.com>
2130
2131 * gdb.texinfo (Blocks In Python): Clarify block iteration.
2132
4d241c86
TT
21332012-02-17 Tom Tromey <tromey@redhat.com>
2134
2135 PR python/10753:
2136 * gdb.texinfo (objfile-gdb.py file): Fix location of auto-load
2137 directory.
2138
816338b5
SS
21392012-02-14 Stan Shebs <stan@codesourcery.com>
2140
2141 * gdb.texinfo (Disabling Breakpoints): Document enable count.
2142
cc30c4bd
PA
21432012-02-13 Pedro Alves <palves@redhat.com>
2144
2145 * gdb.texinfo (MIPS boards): Refer to mips-elf instead of
2146 mips-idt-ecoff.
2147
035d1e5b
YQ
21482012-02-09 Yao Qi <yao@codesourcery.com>
2149
2150 * gdb.texinfo (Symbols In Python): Add missing `@end defvar'.
2151
f0823d2c
TT
21522012-02-07 Tom Tromey <tromey@redhat.com>
2153
2154 * gdb.texinfo (Symbols In Python): Document Symbol.needs_frame and
2155 Symbol.value.
2156
64e7d9dd
TT
21572012-02-07 Tom Tromey <tromey@redhat.com>
2158
2159 * gdb.texinfo (Symbols In Python): Document Symbol.line.
2160
4220b2f8
TS
21612012-01-27 Thomas Schwinge <thomas@codesourcery.com>
2162
2163 * gdb.textinfo (Packets): Move vCont paragraph to the correct place.
2164
edcc5120
TT
21652012-01-24 Tom Tromey <tromey@redhat.com>
2166
2167 * gdb.texinfo (Set Catchpoints): Document "catch load" and "catch
2168 unload".
2169 (Files): Mention new catch commands.
2170 (GDB/MI Async Records): Likewise.
2171
53fe1783
GB
21722012-01-24 Gary Benson <gbenson@redhat.com>
2173
2174 Delete #if 0'd out code.
2175 * gdb.texinfo (Frame Info): Remove "info catch".
2176
b9e7b9c3
UW
21772012-01-20 Ulrich Weigand <ulrich.weigand@linaro.org>
2178
2179 * gdb.texinfo (Remote Configuration): Document
2180 "set remote hostio-readlink-packet" command.
2181 (General Query Packets): Document vFile:readlink packet.
2182
4aac40c8
TT
21832012-01-16 Tom Tromey <tromey@redhat.com>
2184
2185 * gdb.texinfo (Specify Location): Document relative file name
2186 handling.
2187
cafec441
TT
21882012-01-16 Tom Tromey <tromey@redhat.com>
2189
2190 * gdb.texinfo (gdb.printing): Document FlagEnumerationPrinter.
2191
0ee339bc
JK
21922012-01-13 Jan Kratochvil <jan.kratochvil@redhat.com>
2193 Eli Zaretskii <eliz@gnu.org>
2194
2195 * gdbint.texinfo (Coding Standards): Require braces for two lines of
2196 code.
2197
72384ba3
PH
21982012-01-11 Paul Hilfinger <hilfingr@adacore.com>
2199
2200 * gdb.texinfo (Variables): Document use of :: for non-static
2201 variables.
2202
ce1b17c4
JB
22032012-01-05 Joel Brobecker <brobecker@adacore.com>
2204
2205 * gdbint.texinfo (Start of New Year Procedure): Update
2206 to replace use of copyright.sh by use of copyright.py.
2207
217bff3e
JK
22082012-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
2209
2210 Remove the gdbtui binary.
2211 * all-cfg.texi (GDBTUI): Remove.
2212 * gdb.texinfo (Mode Options): Remove the GDBTUI reference.
2213 (TUI): Remove GDBTUI pindex. Remove the GDBTUI reference.
2214 * gdbint.texinfo (Testsuite): Replace `gdbtui' by `gdb -tui'.
2215
cc72b2a2
KP
22162011-12-23 Kevin Pouget <kevin.pouget@st.com>
2217
2218 Introduce gdb.FinishBreakpoint in Python.
2219 * gdb.texinfo (Finish Breakpoints in Python): New subsection.
2220 (Python API): Add menu entry for Finish Breakpoints.
2221
13ac8d2c
JK
22222011-12-19 Jan Kratochvil <jan.kratochvil@redhat.com>
2223
2224 * gdbint.texinfo (Testsuite): Describe KFAIL and XFAIL in Writing
2225 tests.
2226
e0f9f062
DE
22272011-12-16 Doug Evans <dje@google.com>
2228
2229 * gdb.texinfo (Server): Document -/stdio argument to gdbserver.
2230
80b6e756
PM
22312011-12-16 Phil Muldoon <pmuldoon@redhat.com>
2232
1c3ad6ab 2233 * gdb.texinfo (Python Commands): Remove "maint set/show print
80b6e756
PM
2234 stack". Add documentation for "set/show python print-stack".
2235
2fb860fc
PA
22362011-12-14 Pedro Alves <pedro@codesourcery.com>
2237
2238 * gdb.texinfo (Implementing a Remote Stub): Explain that you
2239 should transfer control to the stub in the startup code instead of
2240 in main. Mention the need to get past the initial breakpoint.
2241
f8eba3c6
TT
22422011-12-06 Tom Tromey <tromey@redhat.com>
2243
2244 * gdb.texinfo (Set Breaks): Update for new behavior.
2245
2268b414
JK
22462011-12-02 Jan Kratochvil <jan.kratochvil@redhat.com>
2247
2248 * gdb.texinfo (Requirements, Remote Protocol): Reference also `Library
2249 List Format for SVR4 Targets'.
2250 (General Query Packets): New item qXfer:libraries-svr4:read.
2251 (Library List Format for SVR4 Targets): New node.
2252
ae6f0d5b
TT
22532011-12-01 Tom Tromey <tromey@redhat.com>
2254
2255 * gdb.texinfo (Writing a Pretty-Printer): Use append method, not
2256 add.
2257
36dfb11c
TT
22582011-11-22 Tom Tromey <tromey@redhat.com>
2259
2260 * gdb.texinfo (GDB/MI Async Records): Document new *stopped
2261 reasons.
2262
f196051f
SS
22632011-11-20 Stan Shebs <stan@codesourcery.com>
2264
2265 * gdb.texinfo (Starting and Stopping Trace Experiments): Document
2266 note-related options and variables.
2267 (Tracepoint Packets): Document packet changes.
2268
f85b53f8
SD
22692011-11-20 Sanjoy Das <sdas@igalia.com>
2270
2271 * gdb.texinfo (JIT Interface): Add documentation on writing and
2272 usind JIT debug info readers.
2273 (Custom Debug Info, Using JIT Debug Info Readers, Writing JIT
2274 Debug Info Readers): New nodes.
2275
bfccc43c
YQ
22762011-11-18 Yao Qi <yao@codesourcery.com>
2277
2278 * gdb.texinfo (Create and Delete Tracepoints): Mention pending
2279 tracepoint.
2280
c011a4f4
DE
22812011-11-15 Doug Evans <dje@google.com>
2282
2283 * gdb.texinfo (Files): Document basenames-may-differ.
2284
ed59ded5
DE
22852011-11-14 Doug Evans <dje@google.com>
2286
2287 * gdb.texinfo (Shell Commands): Document "!".
2288
405f8e94
SS
22892011-11-14 Stan Shebs <stan@codesourcery.com>
2290 Kwok Cheung Yeung <kcy@codesourcery.com>
2291
2292 * gdb.texinfo (Create and Delete Tracepoints): Describe what is
2293 needed to get shorter fast tracepoints.
2294 (Tracepoint Packets): Document new qTMinFTPILen packet.
2295
1e4d1764
YQ
22962011-11-14 Yao Qi <yao@codesourcery.com>
2297
2298 * gdb.texinfo (Create and Delete Tracepoints): Describe changed
2299 behavior of tracepoint.
2300 (General Query Packets): New feature InstallInTrace.
2301 (Remote Configuration): Document "set remote
2302 install-in-trace-packet".
2303
71eba9c2 23042011-11-12 Matt Rice <ratmice@gmail.com>
2305
2306 * gdb.texinfo (C Preprocessor Macros): Remove info definitions.
2307 Add arguments to info macro.
2308
e0f8f636
TT
23092011-11-10 Tom Tromey <tromey@redhat.com>
2310
2311 * gdb.texinfo (Compilation): Don't mention -gdwarf-2. Link to GCC
2312 manual.
2313 (Variables): Don't mention -gdwarf-2. Link to Compilation node.
2314 (Macros): Add a footnote.
2315 (C): Remove paragraph about compiler options.
2316 (C Constants): Mention wide character and string constants.
2317 (C Plus Plus Expressions): Update compiler option advice. Mention
2318 using declarations. Mention ADL. Remove old HP compiler
2319 information.
2320
625c0d47
TT
23212011-11-10 Tom Tromey <tromey@redhat.com>
2322
2323 PR c++/9257:
2324 * gdb.texinfo (Print Settings): Add an extra note about the need
2325 for a vtable.
2326
4be2aacc
MR
23272011-11-08 Maciej W. Rozycki <macro@codesourcery.com>
2328
2329 * gdb.texinfo (MIPS): Remove duplicate "auto" reference from
2330 "set mips abi" documentation.
2331
0a1c4d10
DE
23322011-11-04 Doug Evans <dje@google.com>
2333
2334 * gdb.texinfo (Maintenance Commands): Update docs of "maint time".
2335
aad1c02c
TT
23362011-11-03 Tom Tromey <tromey@redhat.com>
2337
2338 * gdb.texinfo (Stopping): Add menu entry.
2339 (Continuing and Stepping): Restore @node. Use @section, not
2340 @subsection.
2341
983fb131
MR
23422011-11-03 Maciej W. Rozycki <macro@codesourcery.com>
2343
2344 * gdb.texinfo (Skipping Over Functions and Files): Remove node
2345 designation. Fix "Specify Location" cross-reference.
2346
3065dfb6
SS
23472011-11-02 Stan Shebs <stan@codesourcery.com>
2348
2349 * gdb.texinfo (Tracepoint Action Lists): Document collect/s.
2350 (General Query Packets): Describe tracenz feature.
2351 * agentexpr.texi (Bytecode Descriptions): Describe tracenz.
2352
0aaaf063
PK
23532011-10-28 Paul Koning <paul_koning@dell.com>
2354
2355 * gdb.texinfo (gdb.types): Rename deepitems to deep_items.
2356
2231f1fb
KP
23572011-10-27 Kevin Pouget <kevin.pouget@st.com>
2358
2359 * gdb.texinfo ((Frames In Python): Document
2360 gdb.FRAME_UNWIND_FIRST_ERROR contant.
2361
5110b5df
PK
23622011-10-26 Paul Koning <paul_koning@dell.com>
2363
2364 * gdb.texinfo (gdb.types): Document new deepitems function.
2365
22dbab46
PK
23662011-10-25 Paul Koning <paul_koning@dell.com>
2367
2368 PR python/13327
2369
2370 * gdb.texinfo (Values From Inferior): Add is_lazy attribute,
2371 fetch_lazy method.
2372
9df2fbc4
PM
23732011-10-20 Phil Muldoon <pmuldoon@redhat.com>
2374
2375 PR python/12656
2376
2377 * gdb.texinfo (Blocks In Python): Document is_static, is_global,
2378 global_block, static_block function.
2379
f05e2e1d
TT
23802011-10-19 Tom Tromey <tromey@redhat.com>
2381
2382 * gdb.texinfo (Commands In Python): Add missing "@"s.
2383
a7fc3f37
KP
23842011-10-13 Kevin Pouget <kevin.pouget@st.com>
2385
2386 PR python/13285 Document named constants for frame unwind stop reasons
2387 * gdb.texinfo (Frames In Python): Document gdb.FRAME_UNWIND_*
2388 constants.
2389
5048e516
JK
23902011-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
2391
2392 Fix compatibility with texinfo versions older than 4.12.
2393 * Makefile.in (MAKEINFO): Set to @MAKEINFO@.
2394 (MAKEINFOFLAGS, MAKEINFO_EXTRA_FLAGS, MAKEINFO_CMD): New.
2395 (MAKEHTMLFLAGS): Use MAKEINFO_CMD.
2396 (gdb.info, gdbint.info, stabs.info, annotate.info): Use MAKEINFO_CMD.
2397 * gdb.texinfo (Tail Call Frames): Convert @arrow{} to @click, when possible.
2398 Make the conversion conditional on HAVE_MAKEINFO_CLICK, using variables
2399 CALLSEQ1A, CALLSEQ1B, CALLSEQ2A and CALLSEQ2B.
2400
5a56e9c5
DE
24012011-10-09 Doug Evans <dje@google.com>
2402
2403 * gdb.texinfo (Extending GDB): Document alias command.
2404
36b11add
JK
24052011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
2406
2407 Support @entry in input expressions.
2408 * gdb.texinfo (Variables): Describe @entry names suffix.
2409 (Print Settings): Add anchor for `set print entry-values'.
2410
e18b2753
JK
24112011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
2412 Eli Zaretskii <eliz@gnu.org>
2413
2414 Display @entry parameter values (without references).
2415 * gdb.texinfo (Tail Call Frames): Add anchor. Add self tail call
2416 example.
2417 (Print Settings): New description of set print entry-values and show
2418 print entry-values.
2419
111c6489
JK
24202011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
2421 Eli Zaretskii <eliz@gnu.org>
2422
2423 Recognize virtual tail call frames.
2424 * gdb.texinfo (Optimized Code): Add reference to Tail Call Frames.
2425 (Tail Call Frames): New node.
2426 (Frames In Python): Add gdb.TAILCALL_FRAME.
2427
9c15afc4
DE
24282011-10-07 Doug Evans <dje@google.com>
2429
2430 * gdb.texinfo (gdb.printing): Document new `replace' arg to
2431 register_pretty_printer.
2432
99f5279d
PM
24332011-10-07 Phil Muldoon <pmuldoon@redhat.com>
2434
2435 PR python/12930
2436 PR python/12802
2437
2438 * gdb.texinfo (Breakpoints In Python): Clarify behavior in the
2439 stop method.
2440
03583c20
UW
24412011-10-07 Ulrich Weigand <ulrich.weigand@linaro.org>
2442
2443 * gdb.texinfo (Starting your Program): "set disable-randomization"
2444 is no longer Linux-specific.
2445 (Remote Configuration): Document "set remote
2446 disable-randomization-packet".
2447 (General Query Packets): Document "QDisableRandomization" packet
2448 and add it to "qSupported" list.
2449
bd054e06
KP
24502011-10-07 Kevin Pouget <kevin.pouget@st.com>
2451
2452 Allow Python notification of new object-file loadings.
2453 * gdb.texinfo (Events In Python): Document `gdb.NewObjFileEvent'
2454 event type.
2455
cb6be26b
KP
24562011-10-04 Kevin Pouget <kevin.pouget@st.com>
2457
2458 PR python/12691: Add the inferior to Python exited event
2459 * gdb.texinfo (Events In Python): Describe exited inferior attribute.
2460
a05336a1
JB
24612011-10-03 Joel Brobecker <brobecker@adacore.com>
2462
2463 * gdb.texinfo (GDB/MI Miscellaneous Commands): Minor
2464 rephasing.
2465
5d77fe44
JB
24662011-10-03 Joel Brobecker <brobecker@adacore.com>
2467
2468 * gdb.texinfo (GDB/MI Ada Tasking Commands): New node.
2469 (GDB/MI Miscellaneous Commands): Add `ada-task-info'
2470 as possible feature returned by the `-list-features'
2471 command.
2472
699df94d
PK
24732011-09-28 Paul Koning <paul_koning@dell.com>
2474
2475 * gdb.texinfo (gdb.Type): Document field access by dictionary
2476 key syntax.
2477
24bdad53
YQ
24782011-09-28 Yao Qi <yao@codesourcery.com>
2479
2480 * gdb.texinfo (Files): Update options for `add-symbol-file'.
2481 Add one space after option `-s'. Remove @r{} markup.
2482
6710bf39
SS
24832011-09-27 Stan Shebs <stan@codesourcery.com>
2484
2485 * gdb.texinfo (Tracepoint Action Lists): Document $_ret.
2486
d99f7e48
HZ
24872011-09-16 Hui Zhu <teawater@gmail.com>
2488
2489 * gdb.texinfo (Tracepoint Restrictions): Change *$esp@300
2490 to *(unsigned char *)$esp@300.
2491
d812018b
PK
24922011-09-15 Paul Koning <paul_koning@dell.com>
2493
2494 * gdb.texinfo: Make style of Python functions and methods match
2495 the syntax of Python. Also put class and module names explicitly
2496 on function, member, and variable names, matching Python
2497 documentation conventions.
2498
2aa48337
KP
24992011-09-15 Kevin Pouget <kevin.pouget@st.com>
2500
2501 PR Python/12692 Add gdb.selected_inferior() to Python interface.
2502 * gdb.texinfo (Inferiors In Python): Describe new
2503 gdb.selected_inferior() function.
2504
6839b47f
KP
25052011-09-15 Kevin Pouget <kevin.pouget@st.com>
2506
2507 Handle multiple breakpoint hits in Python interface:
2508 * gdb.texinfo (Events In Python): New function documentation:
2509 gdb.BreakpointEvent.breakpoints. Indicate that
2510 gdb.BreakpointEvent.breakpoint is now deprecated.
2511
26829f2b
JB
25122011-09-04 Joel Brobecker <brobecker@adacore.com>
2513
2514 * gdb.texinfo: Set EDITION to "Tenth" and change ISBN.
2515
a9f54f60
TT
25162011-08-25 Andrew Oakley <andrew@ado.is-a-geek.net>
2517
2518 * gdb.texinfo (Types In Python): Document 'bitpos' for enums.
2519
fa3a4f15
PM
25202011-08-17 Phil Muldoon <pmuldoon@redhat.com>
2521
2522 * gdb.texinfo (Prompt): Add set/show extended-prompt
2523 documentation
2524 (Basic Python): Add prompt_hook anchor.
2525 (Python modules): Reword module text to reflect multiple modules.
2526 (gdb.prompt): Document gdb.prompt module.
2527
224bbe49
YQ
25282011-08-14 Yao Qi <yao@codesourcery.com>
2529
78d85199
YQ
2530 * gdb.texinfo (General Query Packets): Document qXfer:fdpic:read packet.
2531
25322011-08-14 Yao Qi <yao@codesourcery.com>
2533
2534 * gdb.texinfo (Standard Target Features): Document C6x features.
224bbe49
YQ
2535 (TIC6x Features): New node.
2536
457e09f0
DE
25372011-08-12 Doug Evans <dje@google.com>
2538
2539 * gdb.texinfo (Symbols In Python): Document symbol.type.
2540
5e239b84
PM
25412011-08-09 Phil Muldoon <pmuldoon@redhat.com>
2542
2543 * gdb.texinfo (Python): Document command and function
2544 auto-loading.
2545
177bc839
JK
25462011-07-26 Jan Kratochvil <jan.kratochvil@redhat.com>
2547 Eli Zaretskii <eliz@gnu.org>
2548
2549 * gdb.texinfo (whatis, ptype): Highlight their differences. Describe
2550 typedefs unrolling. Extend the sample code by an inner typedef and
2551 outer typedefs unrolling.
2552
1a532630
PP
25532011-07-26 Paul Pluzhnikov <ppluzhnikov@google.com>
2554
2555 * gdb.texinfo (Caching Remote Data): Document {set,show} dcache
2556 size and line-size.
2557
9b158ba0 25582011-07-21 Matt Rice <ratmice@gmail.com>
2559
2560 PR macros/12999
2561 * gdb.texinfo (Macros): Add info definitions and info macros commands.
2562 Update text and cindex entries for info macro command.
2563
d17b6f81
PM
25642011-07-21 Phil Muldoon <pmuldoon@redhat.com>
2565
2566 * observer.texi (GDB Observers): Add before_prompt observer.
2567 * gdb.texinfo (Basic Python): Add documentation for prompt
2568 substitution.
2569
713389e0
PM
25702011-07-11 Phil Muldoon <pmuldoon@redhat.com>
2571
2572 PR python/12438
2573 * gdb.texinfo (Python Commands): Add deprecate note to maint
2574 set/show python print-stack. Document set/show python
2575 print-backtrace.
2576
177b42fe
TJB
25772011-07-05 Thiago Jung Bauermann <bauerman.ibm.com>
2578
2579 * gdb.texinfo: Fix typos.
2580
900e11f9
JK
25812011-07-01 Tom Tromey <tromey@redhat.com>
2582
2583 * gdb.texinfo (Debugging Output): Document set debug
2584 check-physname.
2585
39c4d40a
TT
25862011-06-29 Tom Tromey <tromey@redhat.com>
2587
2588 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document
2589 breakpoint-notifications feature.
2590
6f5def7d
UW
25912011-06-29 Ulrich Weigand <ulrich.weigand@linaro.org>
2592
2593 * gdb.texinfo (Target Description): Remove warning about
2594 possibly unstable format.
2595
8cf64490
TT
25962011-06-03 Tom Tromey <tromey@redhat.com>
2597
2598 * gdb.texinfo (GDB/MI Async Records): Document 'exit-code' field.
2599 (Events In Python): Note that exit_code is optional.
2600
393eab54
PA
26012011-05-17 Pedro Alves <pedro@codesourcery.com>
2602
2603 * gdb.texinfo (Remote Protocol) <Overview>: Mention vCont is
2604 required for multi-threading support.
2605 (Remote Protocol) <Packets>: Mention that 'c', 's', 'C', 'S' and
2606 Hc are deprecated for multi-threading debugging. Point readers at
2607 the vCont packet.
2608
75fc9810
DE
26092011-05-15 Doug Evans <dje@google.com>
2610
2611 * gdb.texinfo (Auto-loading): Document printing of missing scripts.
2612
01124a23
DE
26132011-05-13 Doug Evans <dje@google.com>
2614
98a5dd13
DE
2615 * gdb.texinfo (Threads): Document $sdir,$pdir.
2616 (Server): Document $pdir exception.
2617
dbaefcf7
DE
2618 * gdb.texinfo (Auto-loading): Document "info auto-load-scripts".
2619
cc63ef9b
DE
2620 * gdb.texinfo (Threads): Clarify default value for
2621 libthread-db-search-path.
7e0396aa 2622
01124a23
DE
2623 * gdb.texinfo (Completion): Update example.
2624 (Debugging Output): Delete `set/show debug lin-lwp-async'.
2625
d248b706
KY
26262011-05-12 Kwok Cheung Yeung <kcy@codesourcery.com>
2627
2628 * gdb.texinfo: Document change in the behaviour of the enable and
2629 disable GDB commands when applied to tracepoints.
2630 Document the EnableDisableTracepoints remote stub feature.
2631 Document QTEnable and QTDisable in the list of tracepoint packets.
2632
cc88a640
JK
26332011-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
2634
2635 * Makefile.in (GDB_DOC_SOURCE_INCLUDES): Rename inc-hist.texinfo to
2636 hsuser.texi.
2637 * gdb.texinfo <!SYSTEM_READLINE>: Rename inc-hist.texinfo inclusion and
2638 comment to hsuser.texi. Change rluser.texi name in the comment.
2639
84e578fb
DE
26402011-05-10 Doug Evans <dje@google.com>
2641
2642 * gdb.texinfo (Threads): If an empty path is provided for
2643 libthread-db-search-path it is reset to its default value.
2644 (Server): Ditto.
2645
478aac75
DE
26462011-05-09 Doug Evans <dje@google.com>
2647
2648 * gdb.texinfo (Requirements): Fix typo. Mention --with-iconv-bin.
2649
9c06b0b4
TJB
26502011-05-06 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
2651 Thiago Jung Bauermann <bauerman@br.ibm.com>
2652
2653 Implement support for PowerPC BookE masked watchpoints.
2654 * gdb.texinfo (Set Watchpoints): Document mask parameter.
2655 (PowerPC Embedded): Mention support of masked watchpoints.
2656
9ed350ad
JB
26572011-05-03 Joel Brobecker <brobecker@adacore.com>
2658
2659 * gdb.texinfo (In Memoriam): Replace litteral uses of `GDB' with
2660 `@value{GDBN}'.
2661
4ceed123
JB
26622011-05-03 Joel Brobecker <brobecker@adacore.com>
2663
2664 * gdb.texinfo (titlepage): Remove dedication.
2665 (In Memoriam): New appendix.
2666
559a7a62
JK
26672011-04-27 Jan Kratochvil <jan.kratochvil@redhat.com>
2668 Eli Zaretskii <eliz@gnu.org>
2669
2670 * gdb.texinfo (Index Section Format): Change the version to 5.
2671 Describe the different formula.
2672
03f2bd59
JK
26732011-04-24 Jan Kratochvil <jan.kratochvil@redhat.com>
2674 Eli Zaretskii <eliz@gnu.org>
2675
2676 * gdb.texinfo (Starting and Stopping Trace Experiments): New anchor
2677 for disconnected tracing.
2678 (Multi-Process Mode for @code{gdbserver}): Mention --multi and
2679 extended-remote relationship. Mention --once.
2680 (TCP port allocation lifecycle of @code{gdbserver}): New.
2681
d9b1a651
EZ
26822011-04-23 Eli Zaretskii <eliz@gnu.org>
2683
2684 * gdb.texinfo (Server): Improve indexing. Index all optional
2685 switches to gdbserver.
2686
90476074
TT
26872011-04-20 Tom Tromey <tromey@redhat.com>
2688
2689 * gdb.texinfo (Index Section Format): New node.
2690 (Top): Add new node to menu.
2691
c21236dc
PA
26922011-04-20 Pedro Alves <pedro@codesourcery.com>
2693
2694 * gdb.texinfo (Maintenance Commands): Document `maint print
2695 remote-registers'.
2696
05c8c3f5
TT
26972011-04-20 Tom Tromey <tromey@redhat.com>
2698
2699 * gdb.texinfo (Trace File Format): Move node later.
2700
7a9dd1b2
TT
27012011-04-19 Tom Tromey <tromey@redhat.com>
2702
2703 * gdbint.texinfo (Register Information Functions): Remove
2704 duplicate "the".
2705 * gdb.texinfo (Emacs): Remove duplicate "to".
2706 (GDB/MI Variable Objects): Remove duplicate "the".
2707 (General Query Packets): Likewise.
2708
4368ebeb
JB
27092011-04-02 Joel Brobecker <brobecker@adacore.com>
2710
2711 * gdb.texinfo (GDB/MI Output Records): Fix menu entry for
2712 "GDB/MI Ada Exception Information" node.
2713
956a9fb9
JB
27142011-04-01 Joel Brobecker <brobecker@adacore.com>
2715
2716 * gdb.texinfo (GDB/MI Ada Exception Information): Document
2717 the "exception-name" field in the *stopped async record.
2718
f1310107
TJB
27192011-03-31 Thiago Jung Bauermann <bauerman@br.ibm.com>
2720 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
2721
2722 Implement support for PowerPC BookE ranged breakpoints.
2723 * gdb.texinfo (PowerPC Embedded): Document ranged breakpoints.
2724
8786b2bd
TT
27252011-03-28 Tom Tromey <tromey@redhat.com>
2726
2727 * gdb.texinfo (Set Tracepoints): Fix typo.
2728
9ef07c8c
TT
27292011-03-24 Tom Tromey <tromey@redhat.com>
2730
2731 * gdb.texinfo (Specify Location): Document `function:label'
2732 linespec.
2733
99c3dc11
PM
27342011-03-18 Phil Muldoon <pmuldoon@redhat.com>
2735
f1310107 2736 PR python/12149
99c3dc11
PM
2737
2738 * gdb.texinfo (Basic Python): Update gdb.write and flush text.
2739
29703da4
PM
27402011-03-17 Phil Muldoon <pmuldoon@redhat.com>
2741
2742 * gdb.texinfo (Blocks In Python): Add is_valid method description.
2743 (Inferiors In Python): Likewise.
2744 (Threads In Python): Likewise.
2745 (Symbols In Python): Likewise.
2746 (Objfiles In Python): Likewise.
2747 (Symbol Tables In Python): Likewise.
2748
c9174737
PA
27492011-03-15 Pedro Alves <pedro@codesourcery.com>
2750
2751 * gdb.texinfo (Auto Display) <undisplay, enable display, disable
2752 display>: Explain that the commands accept number ranges.
2753
7371cf6d
PM
27542011-03-14 Phil Muldoon <pmuldoon@redhat.com>
2755
2756 * gdb.texinfo (Breakpoints In Python): Add description and example
2757 of Python stop function operation.
2758
ecec24e6
PM
27592011-03-10 Phil Muldoon <pmuldoon@redhat.com>
2760
2761 * gdb.texinfo (Parameters In Python): Document get_set_string and
2762 get_show_string methods.
2763
6dcd5565
JK
27642011-02-28 Jan Kratochvil <jan.kratochvil@redhat.com>
2765
2766 * gdb.texinfo (Tracepoint Conditions): Fix missing parenthesis.
2767
81896e36
JK
2768 * gdb.texinfo (Starting and Stopping Trace Experiments): Fix
2769 circular-trace-buffer name.
2770
5e30da2c
JB
27712011-02-28 Joel Brobecker <brobecker@adacore.com>
2772
2773 * gdb.texinfo (Inferiors and Programs): Fix small error introduced
2774 in the previous change.
2775
3bd0f5ef 27762011-02-27 Michael Snyder <msnyder@vmware.com>
af624141
MS
2777
2778 * gdb.texinfo (Inferiors and Programs): Update commands to show
2779 that they can accept multiple arguments.
2780
4ec7539c
JB
27812011-02-24 Joel Brobecker <brobecker@adacore.com>
2782
2783 Revert the following patch (code patch was not approved):
2784 2011-02-21 Hui Zhu <teawater@gmail.com>
2785 * agentexpr.texi (bytecode descriptions): add printf.
2786 * gdb.texinfo (tracepoint action lists): add printf.
2787
82809774
DE
27882011-02-23 Doug Evans <dje@google.com>
2789
2790 * gdb.texinfo (Symbols In Python): Fix mention of C++, use C@t{++}.
2791
e5a67952
MS
27922011-02-23 Michael Snyder <msnyder@vmware.com>
2793
2794 * gdb.texinfo (Set Breaks): Add @dots{} to arguments of info break.
2795 (Set Watchpoints): Add @dots{} to argument of info watchpoints.
2796 (Listing Tracepoints): Add @dots{} to argument of info tracepoints.
2797
6e6fbe60
DE
27982011-02-22 Doug Evans <dje@google.com>
2799
2800 * gdb.texinfo (Symbols In Python): Document lookup_global_symbol.
2801 Clarify behaviour of lookup_symbol when `block' argument is omitted,
2802 add description of result, fix @defun formatting.
2803
f994e27a
HZ
28042011-02-21 Hui Zhu <teawater@gmail.com>
2805
2806 * agentexpr.texi (Bytecode Descriptions): Add printf.
2807 * gdb.texinfo (Tracepoint Action Lists): Add printf.
2808
c7f96d2b
TT
28092011-02-18 Tom Tromey <tromey@redhat.com>
2810
2811 * agentexpr.texi (Bytecode Descriptions): Document pick and rot.
2812
60f98dde
MS
28132011-02-14 Michael Snyder <msnyder@vmware.com>
2814
2815 * gdb.texinfo (threads): Document argument for "info threads" cmd.
2816 Document new command "thread find".
2817
08e796bc
MS
28182011-02-14 Michael Snyder <msnyder@vmware.com>
2819
2820 * gdb.texinfo (Threads): Update example of new thread message.
2821
b3b9301e
PA
28222011-02-14 Pedro Alves <pedro@codesourcery.com>
2823
2824 * gdb.texinfo (Remote Configuration): Mention set/show remote
2825 traceframe-info.
2826 (Tools/Packages Optional for Building GDB): Mention that expat is
2827 used for traceframe info.
2828 (Remote Protocol) <Menu>: Add "Traceframe Info Format".
2829 (General Query Packets) <qSupported>: Describe the
2830 qXfer:traceframe-info:read feature.
2831 (qXfer::read): Describe qXfer:traceframe-info:read.
2832 (Traceframe Info Format): New section.
2833
cef35b0f
PA
28342011-02-04 Pedro Alves <pedro@codesourcery.com>
2835
2836 * gdbint.texinfo (Formatting): Mention some formatting guidelines
2837 for casts and unary operators.
2838
f1cbe1d3
TT
28392011-02-04 Tom Tromey <tromey@redhat.com>
2840
2841 * gdb.texinfo (GDB/MI Async Records): Document that symbols-loaded
2842 is not useful.
2843
585fdaa1
PA
28442011-01-25 Pedro Alves <pedro@codesourcery.com>
2845
2846 * gdb.texinfo: s/value optimized out/optimized out/g
2847
7bfc9434
JB
28482011-01-21 Joel Brobecker <brobecker@adacore.com>
2849
2850 * gdb.texinfo (Other Misc Settings): Rework part of the
2851 documentation of the "set interactive mode" command.
2852
4694da01
TT
28532011-01-19 Tom Tromey <tromey@redhat.com>
2854
2855 * gdb.texinfo (Threads): Document thread name output and `thread
2856 name' command.
2857 (Threads In Python): Document Thread.name attribute.
2858 (GDB/MI Thread Commands): Document thread attributes.
2859
b716877b
AB
28602011-01-12 Andrew Burgess <aburgess@broadcom.com>
2861
2862 * gdb.texinfo (GDB/MI Data Manipulation): Update to reflect
2863 changes in mi/mi-cmd-disas.c
2864
13fd8b81
TT
28652011-01-12 Tom Tromey <tromey@redhat.com>
2866
2867 * gdb.texinfo (Threads): Remove duplicate text. Update examples.
2868 Fix "thread apply" text.
2869
e09342b5
TJB
28702011-01-11 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
2871 Thiago Jung Bauermann <bauerman@br.ibm.com>
2872
2873 Implement support for PowerPC BookE ranged watchpoints.
2874 * gdb.texinfo (PowerPC Embedded): Document ranged watchpoints and
2875 the "set powerpc exact-watchpoints" flag.
2876
06e65f44
TT
28772011-01-07 Tom Tromey <tromey@redhat.com>
2878
2879 * gdb.texinfo (Python API): Add descriptions to @menu items.
2880
d8e22779
TT
28812011-01-06 Tom Tromey <tromey@redhat.com>
2882
2883 * gdb.texinfo (Frames In Python): Document gdb.newest_thread.
2884
a255712f
PP
28852010-01-06 Paul Pluzhnikov <ppluzhnikov@google.com>
2886
e09342b5 2887 * gdb.texinfo (Debugging Output): Document "set debug jit".
a255712f 2888
ccfc3d6e
TT
28892011-01-06 Tom Tromey <tromey@redhat.com>
2890
2891 PR python/12133:
2892 * gdb.texinfo (Frames In Python): Document various frame
2893 constants.
2894
44944448
JB
28952011-01-05 Joel Brobecker <brobecker@adacore.com>
2896
2897 * doc/agentexpr.texi, doc/all-cfg.texi, doc/annotate.texinfo,
2898 doc/gdb.texinfo, doc/gdbint.texinfo, doc/observer.texi,
2899 doc/refcard.tex, doc/stabs.texinfo: Copyright year update.
2900
42ea3d7a
JK
29012011-01-03 Jan Kratochvil <jan.kratochvil@redhat.com>
2902
2903 * Makefile.in (diststuff): Remove gdb-cfg.texi and GDBvn.texi.
2904 (clean): Add GDBvn.texi.
2905
720d1a40
JB
29062010-12-29 Joel Brobecker <brobecker@adacore.com>
2907
2908 * gdb.texinfo (Ada Glitches): Remove paragraph describing the
2909 occasional case where the debugger prints an array address
2910 instead of the array itself.
2911
ad196637
PA
29122010-12-23 Pedro Alves <pedro@codesourcery.com>
2913
2914 * gdb.texinfo (Packets) <read registers packet>: Document support
2915 for registers that were not collected.
2916
a86caf66
DE
29172010-12-15 Doug Evans <dje@google.com>
2918
2919 * gdb.texinfo (Startup): Document auto-loading of scripts during
2920 startup.
2921 (Auto-loading): Delete "maint set python auto-load on|off".
2922 Add "set auto-load-scripts on|off".
2923
aae1c79a
DE
29242010-12-07 Doug Evans <dje@google.com>
2925
2926 * gdb.texinfo (Mode Options): Document -data-directory.
2927 (Data Files): Add reference to -data-directory.
2928
4e04c971
DE
29292010-11-29 Doug Evans <dje@google.com>
2930
2931 * gdb.texinfo (Pretty-Printer Introduction): Change
2932 printer-name:subprinter-name to printer-name;subprinter-name.
2933
94b6973e
PM
29342010-11-29 Phil Muldoon <pmuldoon@redhat.com>
2935
2936 PR python/12199
2937
2938 * gdb.texinfo (Breakpoints In Python): Document "delete" method.
2939
39037522
TT
29402010-11-23 Tom Tromey <tromey@redhat.com>
2941
2942 * gdb.texinfo (Top): Check SYSTEM_READLINE.
2943 (Editing): Likewise.
2944 (Command History): Likewise.
2945 (TUI Keys): Likewise.
2946 (Bug Reporting): Conditionally include rluser.texi and
2947 inc-history.texinfo.
2948 * Makefile.in (READLINE_TEXI_INCFLAG): New variable.
2949 (GDB_DOC_SOURCE_INCLUDES): Add comment.
2950 (GDBvn.texi): Set SYSTEM_READLINE when appropriate.
2951 (gdb.dvi): Use READLINE_TEXI_INCFLAG.
2952 (gdb.pdf): Likewise.
2953 (gdb.info): Likewise.
2954 (gdb/index.html): Likewise.
2955
5ae98d25
TT
29562010-11-23 Tom Tromey <tromey@redhat.com>
2957
2958 * Makefile.in (Makefile): Run ../config.status.
2959 (distclean): Update.
2960 * configure: Remove.
2961 * configure.ac: Remove.
2962
621c8364
TT
29632010-11-12 Tom Tromey <tromey@redhat.com>
2964
2965 * gdb.texinfo (Basic Python): Update. Add xref.
2966 (Exception Handling): Document new exception classes.
2967 (Types In Python): Update.
2968 (Frames In Python): Update.
2969
84f4c1fe
PM
29702010-11-11 Phil Muldoon <pmuldoon@redhat.com>
2971
2972 * gdb.texinfo (Breakpoints In Python): Document "internal"
2973 parameter, and visible attribute.
2974
99e7ae30
DE
29752010-11-05 Doug Evans <dje@google.com>
2976
2977 * gdb.texinfo (Source Path): Document "set directories".
2978
f4b8a18d
KW
29792010-11-05 Ken Werner <ken.werner@de.ibm.com>
2980
2981 * gdb.texinfo: (Summary) Add mention about OpenCL C language support.
2982 (OpenCL C): New node.
2983
7b51bc51
DE
29842010-11-02 Doug Evans <dje@google.com>
2985
2986 * gdb.texinfo (Pretty Printing): Expand into three sections,
2987 introduction, example, and commands.
2988 (Python API): Delete section Disabling Pretty-Printers, merge into
2989 Selecting Pretty-Printers.
2990 (Writing a Pretty-Printer): New section. Move the pretty-printer
2991 example here, and reformat to match python coding style. Add a second
2992 example using the gdb.printing module.
2993 (Python modules): Add gdb.printing.
2994
9eeee977
DE
29952010-10-29 Doug Evans <dje@google.com>
2996
2997 * gdb.texinfo (Python): Fix long line.
2998
a0e0ffdf
DE
29992010-10-20 Doug Evans <dje@google.com>
3000
3001 * gdbint.texinfo (Misc Guidelines): Renamed from Coding.
3002 All references updated. Correct sections marked as subsections.
3003 (Coding Standards): New chapter. Move the coding standard related
3004 subsections here. Add section on Python coding standards.
3005
0e3509db
DE
30062010-10-13 Doug Evans <dje@google.com>
3007
3008 * gdb.texinfo (Python): Add "Python modules".
3009 (Types in Python): Add reference to gdb.types section.
3010 (Python modules): New node.
3011
44592cc4
DE
30122010-10-11 Doug Evans <dje@google.com>
3013
3014 * gdb.texinfo (Values From Inferior): Add reference to "Types in
3015 Python" from gdb.Value.type description.
3016
6e1bb179
JB
30172010-09-28 Joel Brobecker <brobecker@adacore.com>
3018
3019 * gdb.texinfo (Ravenscar Profile): New node.
3020
e8467610
TT
30212010-09-22 Tom Tromey <tromey@redhat.com>
3022
3023 * gdb.texinfo (Values From Inferior): Mention Value.__init__.
3024
fccd1d1e
EZ
30252010-09-22 Eli Zaretskii <eliz@gnu.org>
3026
3027 * gdb.texinfo (Values From Inferior): Clarify that
3028 value.dynamic_type works only in C++ programs with RTTI.
3029
c1b6b909
TT
30302010-09-15 Paul Bolle <pebolle@tiscali.nl>
3031
3032 * gdb.texinfo (Character Sets): Correctly reference host-charset
3033 in example.
3034
7d288aaa
TT
30352010-09-13 Tom Tromey <tromey@redhat.com>
3036
3037 * gdb.texinfo (GDB/MI Stack Manipulation) <-stack-list-frames>:
3038 Document "fullname" and "from".
3039
f75d858b
MK
30402010-09-01 Marc Khouzam <marc.khouzam@ericsson.com>
3041
3042 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document new
3043 feature `reverse' output by -list-target-features.
3044
83b9503b
L
30452010-08-31 H.J. Lu <hongjiu.lu@intel.com>
3046
3047 * gdb.texinfo (i386 Features): Remove an extra "@item".
3048
03f17ccf
TT
30492010-08-30 Tom Tromey <tromey@redhat.com>
3050
3051 PR python/11792:
3052 * gdb.texinfo (Values From Inferior): Document dynamic_type.
3053
9779414d
DJ
30542010-08-24 Daniel Jacobowitz <dan@codesourcery.com>
3055
3056 * gdb.texinfo (ARM Features): Document
3057 org.gnu.gdb.arm.m-profile.
3058
f9ffd4bb
TT
30592010-08-23 Tom Tromey <tromey@redhat.com>
3060
3061 PR python/11145:
3062 * gdb.texinfo (Values From Inferior): Document dynamic_cast and
3063 reinterpret_cast methods.
3064
702c2711
TT
30652010-08-23 Tom Tromey <tromey@redhat.com>
3066
3067 PR python/11915:
3068 * gdb.texinfo (Types In Python): Document array method.
3069
66b73624
TJB
30702010-08-18 Thiago Jung Bauermann <bauerman@br.ibm.com>
3071
3072 * gdb.texinfo (PowerPC Embedded): Mention support for the DVC register.
3073
06a64a0b
TT
30742010-08-16 Tom Tromey <tromey@redhat.com>
3075
3076 * gdb.texinfo (Set Watchpoints): Document -location option.
3077
a3a7127e
DE
30782010-08-13 Doug Evans <dje@google.com>
3079
3080 * gdb.texinfo (.debug_gdb_scripts section): Fix typo.
3081
8dedea02
VP
30822010-08-13 Vladimir Prus <vladimir@codesourcery.com>
3083
3084 * gdb.texinfo (GDB/MI Data Manipulation): Document
3085 -data-read-memory-raw and -data-write-memory-raw.
3086
ca5c20b6 30872010-08-11 Tom Tromey <tromey@redhat.com>
889bf7c5 3088 Phil Muldoon <pmuldoon@redhat.com>
ca5c20b6
PM
3089
3090 * gdb.texinfo (Basic Python): Describe post_event API.
3091
cb2e07a6
PM
30922010-08-11 Phil Muldoon <pmuldoon@redhat.com>
3093
3094 * gdb.texinfo (Basic Python): Describe solib_address and
889bf7c5 3095 decode_line Python APIs
cb2e07a6 3096
464b3efb
TT
30972010-08-10 Tom Tromey <tromey@redhat.com>
3098
3099 * gdb.texinfo (Pretty Printing API): Document
3100 gdb.default_visualizer.
3101
c29c521f
TT
31022010-08-10 Tom Tromey <tromey@redhat.com>
3103
3104 Revert gdb-add-index addition:
3105 * gdb.texinfo (Index Files): Don't document gdb-add-index.
3106
5da1313b
JK
31072010-08-07 Jan Kratochvil <jan.kratochvil@redhat.com>
3108 Eli Zaretskii <eliz@gnu.org>
3109
3110 * gdb.texinfo (Mode Options) <-batch>
3111 (Basic Python) <gdb.execute>: Describe setting width and height.
3112
02d868e8
PP
31132010-07-31 Paul Pluzhnikov <ppluzhnikov@google.com>
3114
3115 * gdb.texinfo (Threads): Document 'debug libthread-db'.
3116
c2bbed2a
TT
31172010-07-30 Tom Tromey <tromey@redhat.com>
3118
3119 * gdb.texinfo (Index Files): Mention gdb-add-index.
3120
6c13bbe1
HZ
31212010-07-30 Hui Zhu <teawater@gmail.com>
3122
3123 * gdb.texinfo (Inferiors and Programs): Update the introduce of
3124 "detach inferior" and "kill inferior".
3125
53a71c06
CR
31262010-07-28 CHENG Renquan <rqcheng@smu.edu.sg>
3127
3128 * gdb.texinfo (Machine Code): Update description of two forms of
3129 arguments, and add new example to demonstrate the new form.
3130
5374244e
PM
31312010-07-27 Phil Muldoon <pmuldoon@redhat.com>
3132
3133 * gdb.texinfo (Values From Inferior): Add value inferior function
3134 call description.
3135
8ea5bce5
JK
31362010-07-19 Jan Kratochvil <jan.kratochvil@redhat.com>
3137
3138 * gdb.texinfo (Active Targets): Fix wrong comma placement.
3139
c0edd9ed
JK
31402010-07-19 Jan Kratochvil <jan.kratochvil@redhat.com>
3141 Eli Zaretskii <eliz@gnu.org>
3142
3143 Make core files the process_stratum.
3144 * gdb.texinfo (Active Targets): Remove core_stratum. Include
3145 record_stratum example.
3146
9291a0cd
TT
31472010-07-13 Tom Tromey <tromey@redhat.com>
3148
3149 * gdb.texinfo (Index Files): New node.
3150
f5011d11
TT
31512010-07-13 Tom Tromey <tromey@redhat.com>
3152
3153 * gdb.texinfo (GDB/MI Variable Objects): Remove extra 'for'.
3154
0f5238ed
TT
31552010-07-13 Tom Tromey <tromey@redhat.com>
3156
3157 * gdb.texinfo (Specify Location): Document labels.
3158
74c761c1
PA
31592010-07-01 Pedro Alves <pedro@codesourcery.com>
3160
3161 * gdb.texinfo (Create and Delete Tracepoints): Add more index
3162 entries for fast tracepoints and static tracepoints.
3163
501994c0
PA
31642010-07-01 Pedro Alves <pedro@codesourcery.com>
3165
3166 * gdb.texinfo (General Query Packets) <qfThreadInfo,
3167 qsThreadInfo>: Spell out `l' as ell.
3168
0fb4aa4b
PA
31692010-07-01 Pedro Alves <pedro@codesourcery.com>
3170
3171 * gdb.texinfo (Convenience Variables): Document $_sdata.
3172 (Commands to Set Tracepoints): Describe static tracepoints. Add
3173 `Listing Static Tracepoint Markers' menu entry. Document
3174 "strace".
3175 (Tracepoint Action Lists): Document collecting $_sdata.
3176 (Listing Static Tracepoint Markers): New subsection.
3177 (Tracepoints support in gdbserver): Mention static tracepoints.
3178 (remote packets, enabling and disabling): Mention
3179 read-sdata-object.
3180 (General Query Packets) <qSupported>: Document qXfer:sdata:read
3181 and StaticTracepoint.
3182 Mention qTfSTM, qTsSTM and qTSTMat as tracepoint packets.
3183 Document qXfer:sdata:read.
3184 (Tracepoint packets): Document qTfSTM, qTsSTM and qTSTMat.
3185
dc3b15be
JB
31862010-06-29 Joel Brobecker <brobecker@adacore.com>
3187
3188 * gdb.texinfo (Threads In Python): Fix unmatched @end table.
3189
595939de
PM
31902010-06-28 Phil Muldoon <pmuldoon@redhat.com>
3191 Tom Tromey <tromey@redhat.com>
3192 Thiago Jung Bauermann <bauerman@br.ibm.com>
3193
3194 * gdb.texinfo (Inferiors In Python): New node.
3195 * gdb.texinfo (Threads In Python): New node.
3196
9279c692
JB
31972010-06-28 Joel Brobecker <brobecker@adacore.com>
3198
3199 * gdb.texinfo (Python): Document what the python directory is
3200 and what its location is.
3201 (Basic Python): Document the gdb.PYTHONDIR constant.
3202
bc9f0842
TT
32032010-06-25 Tom Tromey <tromey@redhat.com>
3204
3205 PR python/10808:
3206 * gdb.texinfo (Basic Python): Document new gdb.execute argument.
3207
f1421989
HZ
32082010-06-24 Hui Zhu <teawater@gmail.com>
3209
3210 * gdb.texinfo: (Commands for Controlled Output): Add
3211 documentation for command "eval".
3212
e4c0cfae
SS
32132010-06-21 Stan Shebs <stan@codesourcery.com>
3214
3215 * gdb.texinfo: Add explicit @node and @appendix for GFDL.
3216 * annotate.texinfo: Ditto.
3217 * gdbint.texinfo: Ditto.
3218 * stabs.texinfo: Ditto.
3219
bb08c432
HZ
32202010-06-22 Hui Zhu <teawater@gmail.com>
3221
3222 * gdb.texinfo: (Process Record and Replay): Add documentation
3223 for command "set record memory-query".
3224
4f5d9f07
SS
32252010-06-21 Stan Shebs <stan@codesourcery.com>
3226
3227 * gdb.texinfo: Relicense under GFDL version 1.3.
3228 * annotate.texinfo: Relicense under GFDL version 1.3.
3229 * gdbint.texinfo: Relicense under GFDL version 1.3.
3230 * stabs.texinfo: Relicense under GFDL version 1.3.
3231 * fdl.texi: Update to version 1.3.
3232
6aed2dbc
SS
32332010-06-18 Stan Shebs <stan@codesourcery.com>
3234
a61408f8
SS
3235 * gdb.texinfo (Operating System Auxiliary Information): Describe
3236 "info os" when no arguments given.
3237
6aed2dbc
SS
3238 * gdb.texinfo (Debugging Programs with Multiple Threads): Describe
3239 $_thread.
3240
24e933df
HZ
32412010-06-18 Hui Zhu <teawater@gmail.com>
3242
3243 * gdb.texinfo: (Process Record and Replay): Add documentation
3244 for commands "record save" and "record restore".
3245
65d79d4b
SDJ
32462010-06-16 Jan Kratochvil <jan.kratochvil@redhat.com>
3247
3248 * gdb.texinfo: Include information about the correct use
3249 of addresses in the `watch' command.
3250
d914c394
SS
32512010-06-11 Stan Shebs <stan@codesourcery.com>
3252
3253 * gdb.texinfo (Observer Mode): New section.
3254 (General Query Packets): Document QAllow.
889bf7c5 3255
967cf477
DE
32562010-06-04 Doug Evans <dje@google.com>
3257
3258 * gdb.texinfo (Python API): New node `Disabling Pretty-Printers'.
3259
aaf4119b
DE
32602010-06-03 Doug Evans <dje@google.com>
3261
3262 * gdbint.texinfo (Coding): Add subsection on command names.
3263
9eae7c52
TT
32642010-06-02 Tom Tromey <tromey@redhat.com>
3265
3266 * gdb.texinfo (Maintenance Commands): Document maint set dwarf2
3267 always-disassemble.
3268
fa593d66
PA
32692010-06-01 Pedro Alves <pedro@codesourcery.com>
3270
3271 * gdb.texinfo (Set Tracepoints): Mention tracepoints support in
3272 gdbserver, and add cross reference.
3273 (Tracepoints support in gdbserver): New subsection.
3274
dde08ee1
PA
32752010-05-26 Pedro Alves <pedro@codesourcery.com>
3276
3277 * gdb.texinfo (General Query Packets) <qSupported>: Describe the
3278 `qRelocInsn' feature.
3279 (Relocate instruction reply packet): New subsection
3280 of `Tracepoint Packets'.
3281 (Tracepoint Packets): Mention that packets QTDP and QTStart
3282 support the qRelocInsn request, and add cross reference to new
3283 subsection.
3284
07ca107c
DE
32852010-05-25 Doug Evans <dje@google.com>
3286
3287 * gdb.texinfo (Exception Handling): Document gdb.GdbError.
3288 (Commands In Python): Document gdb.string_to_argv.
3289
c25c4a8b
JK
32902010-05-02 Jan Kratochvil <jan.kratochvil@redhat.com>
3291
3292 * gdbint.texinfo (Host Definition): Remove items NORETURN and
3293 ATTR_NORETURN.
3294
d7b32ed3 32952010-04-29 Phil Muldoon <pmuldoon@redhat.com>
c25c4a8b
JK
3296 Tom Tromey <tromey@redhat.com>
3297 Thiago Jung Bauermann <bauerman@br.ibm.com>
d7b32ed3 3298
c25c4a8b 3299 * gdb.texinfo (Parameters In Python): New Node.
d7b32ed3 3300
6aecb9c2
JB
33012010-04-29 Mihail Zenkov <mihail.zenkov@gmail.com>
3302
3303 * gdb.texinfo: (Summary) Add mention about D language support.
3304 (Filenames): Add D suffixes.
3305 (D): New node.
3306
b7da9e9f
PM
33072010-04-26 Pierre Muller <muller@ics.u-strasbg.fr>
3308
3309 * gdbint.texinfo (CANNOT_STEP_HW_WATCHPOINTS): Remove explanation
3310 of macro deleted from GDB code.
3311
ab38a727
PA
33122010-04-24 Pedro Alves <pedro@codesourcery.com>
3313
3314 * gdb.texinfo (Commands to specify files): Describe what how GDB
3315 looks up DOS-based filesystem paths on the system root. Document
3316 the new `set/show target-file-system-kind' commands.
3317
66d09542
DE
33182010-04-23 Doug Evans <dje@google.com>
3319
3320 * gdb.texinfo (Python): Move Auto-loading section here ...
3321 (Python API): from here.
3322 (Auto-loading): Add docs for .debug_gdb_scripts auto-loaded scripts.
3323 (Maintenance Commands): Add docs for "maint print section-scripts".
3324
8bd10a10
CM
33252010-04-20 Chris Moller <cmoller@redhat.com>
3326
3327 * gdb.texinfo (Setting Breakpoints): Added description of
3328 filename-qualified rbreak.
3329 * refcard.tex (Breakpoints and Watchpoints): Added brief
3330 description of filename-qualified rbreak.
3331
4c374409
JK
33322010-04-22 Jan Kratochvil <jan.kratochvil@redhat.com>
3333
3334 * gdb.texinfo (Data): New @menu reference to Pretty Printing.
3335 (Python API): Change the reference to Pretty Printing API.
3336 (Pretty Printing): Move the user part under the Data node. Reformat
3337 the sample output to 72 columns. Create a new reference to Pretty
3338 Printing API. Rename the API part ...
3339 (Pretty Printing API): To a new node name.
3340 (Selecting Pretty-Printers, Progspaces In Python, Objfiles In Python)
3341 (GDB/MI Variable Objects): Change references to Pretty Printing API.
3342
5a9351ae
SS
33432010-04-21 Stan Shebs <stan@codesourcery.com>
3344
3345 * gdb.texinfo (Tracepoint Actions): Mention synonymy of actions
889bf7c5 3346 and commands.
5a9351ae 3347 (Listing Tracepoints): Update to reflect current behavior.
889bf7c5 3348
9a22f0d0
PM
33492010-04-22 Pierre Muller <muller@ics.u-strasbg.fr>
3350
3351 * gdb.texinfo (Examining memory): Update for change in string
3352 display with explicit size.
3353
6149aea9
PA
33542010-04-19 Pedro Alves <pedro@codesourcery.com>
3355
3356 PR breakpoints/8554.
3357
3358 * gdb.texinfo (Save Breakpoints): New node.
3359 (save-tracepoints): Rename to ...
3360 (save tracepoints): ... this. Mention that `save-tracepoints' is
3361 a deprecated alias to `save tracepoints'.
3362
711e434b
PM
33632010-04-16 Pierre Muller <muller@ics.u-strasbg.fr>
3364
645797a8 3365 * gdb.texinfo ($_tlb): Document new automatic convinience variable.
711e434b
PM
3366 (info w32 thread-information-block): Document new command.
3367 (qGetTIBAddress): Document new gdbserver query.
3368 (maint set/show show-all-tib): Document new command.
3369
3f7b2faa
DE
33702010-04-15 Doug Evans <dje@google.com>
3371
fa33c3cd
DE
3372 * gdb.texinfo (Python API): Add progspaces section.
3373 (Selecting Pretty-Printers): Progspace pretty-printers are
3374 searched too.
3375 (Progspaces In Python): New section.
3376
3f7b2faa
DE
3377 * gdb.texinfo (Command Files): Add docs for new "source -s" option.
3378
79f283fe
PM
33792010-04-14 Phil Muldoon <pmuldoon@redhat.com>
3380
3381 * gdb.texinfo (Pretty Printing): Document behaviour when to_string
3382 returns None.
3383
87290684
SS
33842010-04-09 Stan Shebs <stan@codesourcery.com>
3385
3386 * gdb.texinfo (gdb/mi Tracepoint Commands) <-trace-status>:
3387 Describe the `frames-created' field, tweak grammar.
3388
a97153c7
PA
33892010-04-09 Pedro Alves <pedro@codesourcery.com>
3390
3391 * gdb.texinfo (gdb/mi Tracepoint Commands) <-trace-status>:
3392 Describe the `circular' and `disconnected' fields.
3393
5c5dcc1b
L
33942010-04-09 H.J. Lu <hongjiu.lu@intel.com>
3395
3396 * gdb.texinfo (maint print registers): Mention unavailable and
3397 invisible registers.
3398
adc36818
PM
33992010-04-09 Phil Muldoon <pmuldoon@redhat.com>
3400 Thiago Jung Bauermann <bauerman@br.ibm.com>
5c5dcc1b 3401 Tom Tromey <tromey@redhat.com>
adc36818
PM
3402
3403 * gdb.texinfo (Breakpoints In Python): New Node.
3404
33da3f1c
SS
34052010-04-08 Stan Shebs <stan@codesourcery.com>
3406
3407 * gdb.texinfo (Tracepoint Packets): Describe disconn and circular
3408 trace status fields.
3409
3a13a53b
L
34102010-04-08 H.J. Lu <hongjiu.lu@intel.com>
3411
3412 * gdb.texinfo (i386 Features): Make org.gnu.gdb.i386.avx
3413 optional. Make org.gnu.gdb.i386.avx requires
3414 org.gnu.gdb.i386.avx.
3415
08001717
DE
34162010-04-08 Doug Evans <dje@google.com>
3417
3418 * gdb.texinfo (Command Files): Document that gdb skips $cdir in
3419 search path, and document that gdb only scans the search path if
3420 the script's path doesn't specify a directory.
3421
c375651d
DE
34222010-04-05 Doug Evans <dje@google.com>
3423
3424 * gdb.texinfo (maint show python auto-load): Fix typo.
3425
af54718e
SS
34262010-04-04 Stan Shebs <stan@codesourcery.com>
3427
d77f58be
SS
3428 * gdb.texinfo (Setting Breakpoints): "info watch" no longer a synonym.
3429 (Setting Watchpoints): Update description of "info watch".
3430 (Disabling Breakpoints): Only "info break" lists all.
3431
af54718e
SS
3432 * gdb.texinfo (Tracepoint Restrictions): Document PC inference.
3433 (tdump): Explain how tdump works.
3434
86b17b60
PA
34352010-04-01 Pedro Alves <pedro@codesourcery.com>
3436
3437 * gdb.texinfo (Break Commands): Clarify `commands' changes, and
3438 add cross reference.
3439
ff12863f
PA
34402010-03-31 Pedro Alves <pedro@codesourcery.com>
3441
3442 * gdb.texinfo (TUI Commands): Mention that in some cases, these
3443 commands error out.
3444
f68eb612
L
34452010-03-30 H.J. Lu <hongjiu.lu@intel.com>
3446
3447 * gdb.texinfo (i386 Features): Add org.gnu.gdb.i386.avx.
3448
c8d5aac9
L
34492010-03-30 H.J. Lu <hongjiu.lu@intel.com>
3450
3451 * gdb.texinfo (General Query Packets): Add xmlRegisters.
3452
7d13fe92
SS
34532010-03-29 Stan Shebs <stan@codesourcery.com>
3454 Nathan Sidwell <nathan@codesourcery.com>
3455
3456 * gdb.texinfo (GDB/MI Tracepoint Commands): Add notes about the
3457 GDBN equivalent.
3458 (Set Tracepoints): Remove mention that conditional tracepoints
3459 don't exist.
3460 (Tracepoint Actions): Clarify when while-stepping collection
3461 happens, note that while-stepping does not automatically collect
3462 $pc.
3463
409873ef 34642010-03-29 Stan Shebs <stan@codesourcery.com>
889bf7c5 3465
409873ef
SS
3466 * gdb.texinfo (Tracepoint Packets): Describe QTDPsrc.
3467 (General Query Packets): Describe TracepointSource.
3468
ee8e71d4
EZ
34692010-03-27 Matt Rice <ratmice@gmail.com>
3470
c8d5aac9
L
3471 * gdb.texinfo (ARM): Document arguments to "target sim".
3472 (Set Catchpoints): Use @dots{} instead of @r{...}.
ee8e71d4 3473
99b5e152
PA
34742010-03-26 Pedro Alves <pedro@codesourcery.com>
3475
3476 * gdb.texinfo (Tracepoint Packets): Remove mention that
3477 terror:string may be plain text, and drop mention of X prefix.
3478
cd64ee31
VP
34792010-03-26 Vladimir Prus <vladimir@codesourcery.com>
3480
3481 * gdb.texinfo (GDB/MI Tracepoint Commands): Add comma after @xref.
3482
6c28cbf2
SS
34832010-03-24 Stan Shebs <stan@codesourcery.com>
3484
3485 * gdb.texinfo (Tracepoint Packets): Document trace error status.
3486
95a42b64
TT
34872010-03-24 Tom Tromey <tromey@redhat.com>
3488
3489 PR breakpoints/9352:
3490 * gdb.texinfo (Break Commands): Update.
3491
18148017
VP
34922010-03-24 Vladimir Prus <vladimir@codesourcery.com>
3493
3494 * gdb.texinfo (GDB/MI Tracepoint Commands): Document MI tracepoint
3495 commands.
3496
4daf5ac0
SS
34972010-03-16 Stan Shebs <stan@codesourcery.com>
3498
3499 * gdb.texinfo (Starting and Stopping Trace Experiments): Describe
3500 circular-trace-buffer.
3501 (Tracepoint Packets): Describe QTBuffer, and details of the
3502 qTStatus reply.
3503
c9429232
SS
35042010-03-12 Stan Shebs <stan@codesourcery.com>
3505 Nathan Sidwell <nathan@codesourcery.com>
3506
3507 * gdb.texinfo (Tracepoint Actions): Clarify that while-stepping is
3508 doing instruction stepping.
3509 (Tracepoint Restrictions): New node.
3510
ccefe4c4
TT
35112010-03-10 Tom Tromey <tromey@redhat.com>
3512
3513 * gdbint.texinfo (Symbol Handling): Update.
3514
7c953934
TT
35152010-03-08 Tom Tromey <tromey@redhat.com>
3516
3517 PR cli/9591:
3518 * gdb.texinfo (Mode Options): Mention lack of pagination and
3519 confirmation with --batch.
3520 (Screen Size): Mention --batch.
3521 (Messages/Warnings): Likewise.
3522
f870a310
TT
35232010-03-05 Tom Tromey <tromey@redhat.com>
3524
3525 * gdb.texinfo (Basic Python): Document target_charset and
3526 target_wide_charset.
3527
78e2826b
TT
35282010-03-05 Tom Tromey <tromey@redhat.com>
3529
3530 * gdb.texinfo (Data): Link to pretty-printing.
3531 (Output Formats): Likewise. Correct text.
3532
f5dff777
DJ
35332010-03-01 Daniel Jacobowitz <dan@codesourcery.com>
3534
3535 * gdb.texinfo (Types): Describe <struct> and <flags>.
3536
dc00d89f
PM
35372010-02-28 Phil Muldoon <pmuldoon@redhat.com>
3538
3539 * gdb.texinfo (Frames In Python): Add block parameter and
3540 description to read_var text.
3541
5107b149 35422010-02-26 Phil Muldoon <pmuldoon@redhat.com>
c8d5aac9 3543 Tom Tromey <tromey@redhat.com>
5107b149
PM
3544
3545 * gdb.texinfo (Types In Python): Describe block argument in
3546 template_argument and gdb.lookup_type.
3547
e03e5e7b
TT
35482010-02-24 Tom Tromey <tromey@redhat.com>
3549
3550 * gdb.texinfo (Cygwin Native): Fix typo.
3551
f3e9a817
PM
35522010-02-24 Phil Muldoon <pmuldoon@redhat.com>
3553
3554 * gdb.texinfo (Frames In Python): Add block, find_sal, function
3555 and select method descriptions.
3556 (Python API): Add Blocks In Python, Symbols in Python and Symbol
3557 Tables in Python to menu.
3558 (Blocks In Python): New node.
3559 (Symbols In Python): New node.
3560 (Symbol Tables in Python): New node.
3561
a79b8f6e
VP
35622010-02-24 Vladimir Prus <vladimir@codesourcery.com>
3563
3564 Multiexec MI
3565
3566 gdb/
3567 * breakpoint.c (clear_syscall_counts): Take struct inferior*.
3568
3569 gdb/doc/
3570 * gdb.texinfo (GDB/MI Command Syntax): Document notification
3571 changes.
3572 (GDB/MI Program Execution): Document current behaviour of
3573 --all and --thread-group.
3574 (GDB/MI Miscellaneous Commands): Document -add-inferior and
3575 -remove-inferior.
3576 * observer.texi (inferior_added, inferior_removed): New
3577 observers.
3578
629d6a47
TT
35792010-02-19 Tom Tromey <tromey@redhat.com>
3580
3581 * gdbint.texinfo (Getting Started): Fix @node.
3582 (Debugging GDB): Likewise.
3583
c09529e5
JB
35842010-02-13 Joel Brobecker <brobecker@adacore.com>
3585
3586 * gdbint.texinfo (Testsuite): New section "Testsuite Configuration",
3587 documenting the gdb_test_timeout variable.
3588
540aa8e7
MS
35892010-02-12 Jakob Engblom <jakob@virtutech.com>
3590
3591 * gdb.texinfo (MI commands): Added documentation of --reverse
3592 option to a set of MI commands. Restructured documentation of MI
3593 commands --exec-continue to reflect the complexity of reverse
3594 execution.
3595
081dfbf7
PA
35962010-02-12 Pedro Alves <pedro@codesourcery.com>
3597
3598 * gdb.texinfo (Using the Collected Data): Specify that the address
3599 range of `tfind outsize' is exclusive, and that the address range
3600 of `tfind range' is inclusive.
3601 (Tracepoint Packets): Specify that the address range of
3602 `QTFrame:range' is inclusive, and that the address range of
3603 `QTFrame:outside' is exclusive
3604
8e9c5e02
VP
36052010-02-12 Vladimir Prus <vladimir@codesourcery.com>
3606
3607 * gdb.texinfo (GDB/MI Result Records): Clarify ^running.
3608
92981e24
TT
36092010-02-10 Tom Tromey <tromey@redhat.com>
3610
3611 * gdb.texinfo (Debugging Output): Document set debug parser and
3612 show debug parser.
3613
075b51b7
L
36142010-02-09 H.J. Lu <hongjiu.lu@intel.com>
3615
3616 * gdb.texinfo (Predefined Target Types): Add i387_ext,
3617 i386_eflags and i386_mxcsr.
3618
3bb8d5c3
L
36192010-02-08 H.J. Lu <hongjiu.lu@intel.com>
3620
3621 * gdb.texinfo: Document i386 target features.
3622
c5f80513
DE
36232010-02-05 Doug Evans <dje@google.com>
3624
3625 * gdbint.texinfo (Testsuite): Add a new section to document the
3626 various DejaGnu variables that may be overridden.
1be00882 3627 Document INTERNAL_GDBFLAGS.
c5f80513 3628
6ac33a4e
TT
36292010-02-04 Tom Tromey <tromey@redhat.com>
3630
3631 PR cli/8830:
3632 * gdb.texinfo (Files): -readnow comes before the filename for file
3633 and symbol-file.
3634
a1dcb23a
DJ
36352010-02-01 Daniel Jacobowitz <dan@codesourcery.com>
3636
3637 * gdb.texinfo (Architecture-Specific Protocol Details): New section.
3638 Document ARM breakpoint types.
3639 (Register Packet Format): Move into the new section.
3640 (Packets): Describe the KIND argument for Z0, z0, Z1, and z1 packets.
3641
95433b34
JB
36422010-01-21 Joel Brobecker <brobecker@adacore.com>
3643
3644 * gdb.texinfo (File Options): Adjust the documentation of this
3645 switch to refer to the "source" command rather than partially
3646 duplicating some of the relevant information.
3647 (Extending GDB): Introduce and document the set/show script-extension
3648 setting.
3649 (Command Files): Add note explaining that the "source" command
3650 is also used to evalute scripts written in other languages.
3651 Remove the short slightly incorrect reference to sourcing Python
3652 scripts.
3653 (Python Commands): Document how to execute a Python script from GDB.
3654
8d576872
JB
36552010-01-19 Joel Brobecker <brobecker@adacore.com>
3656
3657 * gdb.texinfo (Command Files): Fix typo.
3658
8150ff9c
JB
36592010-01-18 Tom Tromey <tromey@redhat.com>
3660
3661 * gdb.texinfo (File Options): Document -x on .py files.
3662 (Command Files): Document handling of Python scripts.
3663
23db03a6
JZ
36642010-01-18 Jie Zhang <jie.zhang@analog.com>
3665
3666 * Makefile.in (ANNOTATE_DOC_BUILD_INCLUDES): Add GDBvn.texi.
3667
00bf0b85
SS
36682010-01-15 Stan Shebs <stan@codesourcery.com>
3669
3670 * gdb.texinfo (Trace Files): New section.
3671 (Tracepoint Packets): Document QTSave and qTBuffer.
3672 (Trace File Format): New appendix.
3673
be759fcf
PM
36742010-01-13 Phil Muldoon <pmuldoon@redhat.com>
3675
3676 * gdb.texinfo (Values From Inferior): Document lazy_string value
3677 method.
3678 (Python API): Add Lazy strings menu item.
3679 (Lazy Strings In Python): New node.
3680
dc146f7c
VP
36812010-01-13 Vladimir Prus <vladimir@codesourcery.com>
3682
3683 * gdb.texinfo (GDB/MI Thread Information): New.
3684 (GDB/MI Async Records): Document the core field in *stopped.
3685 (GDB/MI Miscellaneous Commands): Expand -list-thread-groups
3686 documentation
3687 (Process list): Document that osdata document may contain
3688 threads.
3689 (Remote Serial Protocol): Document qXfer:threads.
3690
d5551862
SS
36912010-01-06 Stan Shebs <stan@codesourcery.com>
3692
3693 * gdb.texinfo (Starting and Stopping Trace Experiments): Document
3694 disconnected tracing.
3695 (Tracepoint Packets): Document new protocol.
3696
7a697b8d
SS
36972010-01-05 Stan Shebs <stan@codesourcery.com>
3698
3699 * gdb.texinfo (Create and Delete Tracepoints): Describe fast
3700 tracepoints.
3701 (Tracepoint Packets): Describe remote protocol for fast
3702 tracepoints.
3703
e6f3ec50
JB
37042010-01-01 Joel Brobecker <brobecker@adacore.com>
3705
3706 Update the "Start of New Year Procedure".
3707 * gdbint.texinfo: Add the list of files that need to be updated
3708 manually. Minor reformatting.
3709
ddc4e9c1
JB
37102010-01-01 Joel Brobecker <brobecker@adacore.com>
3711
3712 * refcard.tex: Update copyright year in header and text.
3713
9d2897ad
JB
37142010-01-01 Joel Brobecker <brobecker@adacore.com>
3715
3716 * agentexpr.texi: Add 2010 to the list of copyright years.
3717 * annotate.texinfo: Likewise.
3718 * gdb.texinfo: Likewise.
3719 * gdbint.texinfo: Likewise.
3720 * observer.texi: Likewise.
3721 * stabs.texinfo: Likewise.
3722
6da95a67
SS
37232009-12-31 Stan Shebs <stan@codesourcery.com>
3724
3725 * gdb.texinfo (Tracepoint Actions): Describe teval.
889bf7c5 3726
236f1d4d
SS
37272009-12-29 Stan Shebs <stan@codesourcery.com>
3728
3729 * gdb.texinfo (Tracepoint Actions): Describe default-collect.
889bf7c5 3730
f61e138d
SS
37312009-12-28 Stan Shebs <stan@codesourcery.com>
3732
3733 * gdb.texinfo (Trace State Variables): New section.
3734 (Tracepoint Packets): Describe trace state variable packets.
3735 * agentexpr.texi (Bytecode Descriptions): Describe trace state
3736 variable bytecodes.
3737
0fe7935b
DJ
37382009-12-28 Daniel Jacobowitz <dan@codesourcery.com>
3739
3740 * gdb.texinfo (Symbols): "info variables" prints definitions, not
3741 declarations.
3742
a6b29f87
VP
37432009-12-21 Vladimir Prus <vladimir@codesourcery.com>
3744
3745 * gdb.texinfo (GDB/MI Miscellaneous Commands): Clarify that
3746 -gdb-exit behaviour.
3747
5e4bde96
JB
37482009-12-20 Joel Brobecker <brobecker@adacore.com>
3749
3750 * gpl.texi: Update to version 3 of the GPL.
3751
a1715244
JB
37522009-12-20 Joel Brobecker <brobecker@adacore.com>
3753
3754 * Makefile.in: Update copyright header.
3755 * observer.texi: Fix the copyright header of the generated files.
3756
361ae042
PM
37572009-12-08 Phil Muldoon <pmuldoon@redhat.com>
3758
3759 * gdb.texinfo (Types In Python): Describe range function.
3760
bfd31e71
PM
37612009-12-03 Richard Ward <richard.j.ward1@googlemail.com>
3762
3763 * gdb.texinfo (Types In Python): Describe "is_base_class".
3764
57a1d736
TT
37652009-12-03 Tom Tromey <tromey@redhat.com>
3766
3767 * gdb.texinfo (Basic Python): Document gdb.parse_and_eval.
3768
8cebebb9
PP
37692009-12-02 Paul Pluzhnikov <ppluzhnikov@google.com>
3770
3771 * observer.texi: New memory_changed observer.
3772
16af530a
TT
37732009-12-01 Tom Tromey <tromey@redhat.com>
3774
3775 * gdb.texinfo (Reverse Execution): Fix typo.
3776
b6199126
DJ
37772009-11-24 Daniel Jacobowitz <dan@codesourcery.com>
3778
3779 PR gdb/8704
3780
3781 * gdb.texinfo (Thread-Specific Breakpoints): Thread specifiers
3782 are allowed after the breakpoint condition.
3783
7a6973ad
TT
37842009-11-23 Tom Tromey <tromey@redhat.com>
3785
3786 PR python/10782:
3787 * gdb.texinfo (Types In Python): Document Type.pointer.
3788
21a0512e
PP
37892009-11-23 Paul Pluzhnikov <ppluzhnikov@google.com>
3790
3791 * gdb.texinfo (Machine Code): Adjust.
889bf7c5 3792
a5832c8f
PA
37932009-11-11 Pedro Alves <pedro@codesourcery.com>
3794
3795 * agentexpr.texi (Tracing On Symmetrix): Delete section.
3796 (Using Agent Expressions): Delete cross reference.
3797
1eb7cd77
JB
37982009-11-07 Joel Brobecker <brobecker@adacore.com>
3799
3800 * gdbint.texinfo, stabs.texinfo: Move the @setchapternewpage
3801 and @settitle directives up to help makeinfo find them.
3802
24ddea62
JK
38032009-11-02 Jan Kratochvil <jan.kratochvil@redhat.com>
3804
3805 * gdb.texinfo (set debug-file-directory, show debug-file-directory)
3806 (Auto-loading): Use plural and note one can use multiple components now.
3807
3afae151
VP
38082009-11-01 Vladimir Prus <vladimir@codesourcery.com>
3809
3810 * gdb.texinfo (GDB/MI Stack Manipulation): Make
3811 -stack-list-arguments have the same documentation for parameter
3812 as -stack-list-locals. Add comas.
3813
14ff2235
PM
38142009-10-27 Tom Tromey <tromey@redhat.com>
3815 Eli Zaretskii <eliz@gnu.org>
3816
c8d5aac9 3817 PR python/10781
14ff2235
PM
3818
3819 * gdb.texinfo (Values From Inferior): Document cast method.
3820
9c419145
PP
38212009-10-22 Paul Pluzhnikov <ppluzhnikov@google.com>
3822
3823 * gdb.texinfo (Machine Code): Mention function name in disasssembly
3824 and adjust example.
889bf7c5 3825
29153c24
MS
38262009-10-22 Michael Snyder <msnyder@vmware.com>
3827
3828 * gdb.texinfo (Process Record and Replay): Document new form of
889bf7c5 3829 info record command. Also document the new save and restore
29153c24
MS
3830 commands.
3831
2b28d209
PP
38322009-10-21 Paul Pluzhnikov <ppluzhnikov@google.com>
3833
3834 * gdb.texinfo (Machine Code): Mention current pc marker.
3835 (Memory): Likewise.
3836
6c95b8df
PA
38372009-10-19 Pedro Alves <pedro@codesourcery.com>
3838 Stan Shebs <stan@codesourcery.com>
3839
3840 * observer.texi (new_inferior): Rename to...
3841 (inferior_appeared): ... this.
3842
3843 * gdb.texinfo (Inferiors): Rename node to ...
3844 (Inferiors and Programs): ... this. Mention running multiple
3845 programs in the same debug session.
3846 <info inferiors>: Mention the new 'Executable' column if "info
3847 inferiors". Update examples. Document the "add-inferior",
3848 "clone-inferior", "remove-inferior" and "maint info
3849 program-spaces" commands.
3850 (Process): Rename node to...
3851 (Forks): ... this. Document "set|show follow-exec-mode".
3852
2f8132f3
MS
38532009-10-11 Michael Snyder <msnyder@vmware.com>
3854
3855 * gdb.texinfo (ReverseStep): Show default as "unsupported".
3856 (ReverseContinue): Ditto.
3857
cba4b2d3
PP
38582009-10-08 Paul Pluzhnikov <ppluzhnikov@google.com>
3859
3860 * gdb.texinfo (Server): Document libthread-db-search-path.
889bf7c5 3861
da082f17
JK
38622009-10-08 Jan Kratochvil <jan.kratochvil@redhat.com>
3863
3864 * gdbint.texinfo (i386_stopped_by_hwbp): Remove.
3865
08be9d71
ME
38662009-10-06 Michael Eager <eager@eagercon.com>
3867
3868 * gdb.texinfo (Contributors): Add self for Xilinx MicroBlaze.
3869 (Embedded Processors): Add MicroBlaze.
3870 (MicroBlaze): New. Describe Xilinx MicroBlaze
3871
08a0efd0
PA
38722009-10-04 Pedro Alves <pedro@codesourcery.com>
3873
3874 * gdb.texinfo (Remote Protocol): Don't mention vCont;T.
3875
cbb8f428
EZ
38762009-09-26 Pierre Muller <muller@ics.u-strasbg.fr>
3877
3878 * gdb.texinfo (Cygwin Native): Mention support for Ctrl-BREAK.
3879
30a4a70c
JB
38802009-09-23 Joel Brobecker <brobecker@adacore.com>
3881
3882 * observer.texi (solib_unloaded): Document explicitly the fact that
3883 this observer is called before the associated symbols are unloaded.
3884
b3372f91
VP
38852009-09-19 Vladimir Prus <vladimir@codesourcery.com>
3886
3887 * gdb.texinfo (GDB/MI Stack Manipulation): Document
3888 -stack-list-variables.
3889
f43030c4
TT
38902009-09-18 Tom Tromey <tromey@redhat.com>
3891
3892 * gdb.texinfo (GDB/MI Variable Objects): -enable-pretty-printing
3893 is experimental.
3894
ec7e75e7
PP
38952009-09-17 Paul Pluzhnikov <ppluzhnikov@google.com>
3896
3897 * gdb.texinfo (convenince variables): Mention
3898 $_siginfo could be empty.
f43030c4 3899
0cc7d26f
TT
39002009-09-15 Tom Tromey <tromey@redhat.com>
3901
3902 * gdb.texinfo (GDB/MI Variable Objects): Document
3903 -enable-pretty-printing, -var-set-update-range, dynamic varobjs.
3904 Expand -var-update documentation.
3905
a96d9b2e
SDJ
39062009-09-14 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
3907
3908 * gdb.texinfo (Set Catchpoints): Documentation about the catch syscall
3909 feature.
3910
005ca36a
JB
39112009-09-13 Daniel Jacobowitz <dan@codesourcery.com>
3912
3913 * gdbint.texinfo (Unwinding the Frame ID): Reference outer_frame_id.
3914
0d772ac9
MS
39152009-09-10 Michael Snyder <msnyder@vmware.com>
3916
3917 * gdb.texinfo (qSupported): Mention new ReverseContinue and
3918 ReverseStep replies to the qSupported query.
3919
14fb1bac
JB
39202009-09-10 Joel Brobecker <brobecker@adacore.com>
3921
3922 Add documentation for set/show interactive-mode.
3923 * gdb.texinfo (Other Misc Settings): New node.
3924
29b090c0
DE
39252009-09-01 Doug Evans <dje@google.com>
3926
3927 * gdb.texinfo (Caching Data of Remote Targets): Add note on
3928 non-stop mode's affect on remote caching.
3929
4e5d721f
DE
39302009-08-31 Jacob Potter <jdpotter@google.com>
3931 Doug Evans <dje@google.com>
3932
3933 * gdb.texinfo (Caching Data of Remote Targets): Update text.
3934 Mark `set/show remotecache' options as obsolete.
3935 Document new `set/show stack-cache' option.
3936 Update text for `info dcache'.
3937
55333a84
DE
39382009-08-27 Doug Evans <dje@google.com>
3939
3940 * gdb.texinfo (Symbols): Delete `set print symbol-loading'.
3941 (Files): Add note on new optional regex arg to `info sharedlibrary'.
3942
bc3a0b4d
RW
39432009-08-26 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3944
3945 * gdbint.texinfo (Releasing GDB): Fix confusing sentence
3946 about autoconf.
3947
3a1ff0b6
PA
39482009-08-25 Pedro Alves <pedro@codesourcery.com>
3949
3950 * gdb.texinfo (Debugging Multiple Inferiors): Add "info inferiors"
3951 small example, and describe its columns. Replace "inferior-id" by
3952 "infno" throughout.
3953
81ecdfbb
RW
39542009-08-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3955
af542c2e
RW
3956 * gdbint.texinfo (Releasing GDB): Point to
3957 README-maintainer-mode file for required autoconf version.
3958 * configure.ac: Do not substitute datarootdir, htmldir,
3959 pdfdir, docdir. Do not process --with-datarootdir,
3960 --with-htmldir, --with-pdfdir, --with-docdir.
3961 * configure: Regenerate.
3962
81ecdfbb
RW
3963 * configure: Regenerate.
3964
4efc6507
DE
39652009-08-20 Reid Kleckner <reid@kleckner.net>
3966
3967 * gdb.texinfo: Add chapter on JIT interface.
3968
43089a6e
NR
39692009-08-07 Nick Roberts <nickrob@snap.net.nz>
3970
3971 * gdb.texinfo (Server Prefix): Explain that server prefix suppresses
889bf7c5 3972 confirmation request.
43089a6e 3973
99e008fe
EZ
39742009-08-05 Jeremy Bennett <jeremy.bennett@embecosm.com>
3975
c8d5aac9
L
3976 * gdb.texinfo (Separate Debug Files, Remote Protocol): Clarified
3977 CRC definitions.
99e008fe 3978
48cb2d85
VP
39792009-08-03 Vladimir Prus <vladimir@codesourcery.com>
3980
3981 * gdb.texinfo (GDB/MI Breakpoint Commands): Document
889bf7c5 3982 -break-commands.
48cb2d85 3983
ff1a52c6
UW
39842009-07-31 Ulrich Weigand <uweigand@de.ibm.com>
3985
3986 * gdb.texinfo (Cell Broadband Engine SPU architecture): Document the
3987 "set spu auto-flush-cache" and "show spu auto-flush-cache" commands.
3988
3285f3fe
UW
39892009-07-31 Ulrich Weigand <uweigand@de.ibm.com>
3990
3991 * gdb.texinfo (Cell Broadband Engine SPU architecture): Document the
3992 "set spu stop-on-load" and "show spu stop-on-load" commands.
3993
e35359c5
UW
39942009-07-31 Ulrich Weigand <uweigand@de.ibm.com>
3995
3996 * gdb.texinfo (Target Descriptions): Document <compatible> element.
3997
58d6951d
DJ
39982009-07-28 Daniel Jacobowitz <dan@codesourcery.com>
3999
4000 * gdb.texinfo (ARM Features): Document org.gnu.gdb.arm.vfp and
4001 org.gnu.gdb.arm.neon.
4002
08d16641
PA
40032009-07-20 Pedro Alves <pedro@codesourcery.com>
4004
4005 * gdb.texinfo (Target Description Format): Mention the new <osabi>
4006 optional element.
4007 (subsection OS ABI): New subsection.
4008
782b2b07
SS
40092009-07-14 Stan Shebs <stan@codesourcery.com>
4010
4011 * gdb.texinfo (Tracepoint Conditions): New section.
4012 (General Query Packets): Describe ConditionalTracepoints.
4013 (Tracepoint Packets): Describe condition field.
4014 (Maintenance Commands): Describe maint agent-eval.
4015 * agentexpr.texi (Using Agent Expressions): Mention eval usage.
4016
9b117ef3
HZ
40172009-07-11 Hui Zhu <teawater@gmail.com>
4018
4019 * gdb.texinfo (disassemble): Add a new modifier /r
4020 to "disassemble" command to make it print the raw instructions
4021 in hex as well as in symbolic form.
4022
f5a33284
TT
40232009-07-09 Tom Tromey <tromey@redhat.com>
4024
4025 * gdbint.texinfo (Testsuite): Document parallel make check.
4026
812f7342
TT
40272009-07-09 Tom Tromey <tromey@redhat.com>
4028
4029 * gdbint.texinfo (Testsuite): Document test transcripts.
4030
fbb8f299
PM
40312009-07-10 Phil Muldoon <pmuldoon@redhat.com>
4032
4033 * gdb.texinfo (Values From Inferior): Add length parameter
4034 description.
4035
dd8f35ac
EZ
40362009-07-04 Chris Genly <chris@genly.us>
4037
4038 * gdb.texinfo (GDB/MI Variable Objects): Document child definition
4039 in -var-list-children. Fix example according to what the code
4040 does.
4041
2277426b
PA
40422009-07-02 Pedro Alves <pedro@codesourcery.com>
4043
4044 * gdb.texinfo (Debugging multiple inferiors): Document the
4045 "inferior", "detach inferior" and "kill inferior" commands.
4046 (Debugging Programs with Multiple Processes): Adjust to mention
4047 generic "inferior" commands. Delete mention of "detach fork" and
4048 "delete fork". Cross reference to "Debugging multiple inferiors"
4049 section.
4050
a6d9a66e
UW
40512009-07-02 Ulrich Weigand <uweigand@de.ibm.com>
4052
5af949e3
UW
4053 * gdbint.texinfo (Item Output Functions): Update signature
4054 for ui_out_field_core_addr.
4055
40562009-07-02 Ulrich Weigand <uweigand@de.ibm.com>
4057
4058 * gdbint.texinfo (Examples of Use of @code{ui_out} functions):
a6d9a66e
UW
4059 Update example code extrated from breakpoint.c.
4060
9901a55b 40612009-06-28 Paul Pluzhnikov <ppluzhnikov@google.com>
889bf7c5 4062
9901a55b
PP
4063 * gdb.texinfo (GDB/MI Program Context): @ignore unimplemented
4064 MI commands.
4065 (GDB/MI Symbol Query): Likewise.
4066 (GDB/MI File Commands): Likewise.
4067 (GDB/MI File Transfer Commands): Likewise.
4068 (GDB/MI Target Manipulation): Likewise.
4069 (GDB/MI Miscellaneous Commands): Likewise.
889bf7c5 4070
edb3359d
DJ
40712009-06-27 Daniel Jacobowitz <dan@codesourcery.com>
4072
4073 * gdb.texinfo (Debugging Optimized Code): New chapter.
4074 (Compiling for Debugging): Reference it. Move some
4075 text to the new section.
4076
7cd1089b
PM
40772009-06-15 Phil Muldoon <pmuldoon@redhat.com>
4078
4079 * doc/gdb.texinfo (Calling): Document
4080 set-unwind-on-terminating-exception usage.
4081
d4db2f36
PA
40822009-06-11 Pedro Alves <pedro@codesourcery.com>
4083
4084 * gdb.texinfo (All-Stop): Document new 'set schedule-multiple'
4085 command.
4086
d1a7880c
PA
40872009-06-07 Pedro Alves <pedro@codesourcery.com>
4088
4089 * gdbint.texinfo (TARGET_HAS_HARDWARE_WATCHPOINTS): Delete all
4090 references.
4091
473f94e6
UW
40922009-06-04 Ulrich Weigand <uweigand@de.ibm.com>
4093
4094 * gdbint.texinfo: Rename formal parameters to gdbarch function
4095 protoypes from "current_gdbarch" to "gdbarch".
4096
8f500870
TT
40972009-05-28 Tom Tromey <tromey@redhat.com>
4098
4099 * gdb.texinfo (Basic Python): Change get_parameter to parameter.
4100
b6313243
TT
41012009-05-27 Tom Tromey <tromey@redhat.com>
4102
4103 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document "python"
4104 feature.
4105 (GDB/MI Variable Objects): Document -var-set-visualizer.
4106
41072009-04-02 Tom Tromey <tromey@redhat.com>
4108
4109 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document "python"
4110 feature.
4111 (GDB/MI Variable Objects): Document -var-set-visualizer.
4112
a6bac58e
TT
41132009-05-27 Tom Tromey <tromey@redhat.com>
4114 Thiago Jung Bauermann <bauerman@br.ibm.com>
4115 Phil Muldoon <pmuldoon@redhat.com>
4116
4117 * gdb.texinfo (Objfiles In Python): Reference pretty printing.
4118 (Pretty Printing): New node.
4119 (Selecting Pretty-Printers): Likewise.
4120 (Python API): Update.
4121 (Output Formats): Document /r format.
4122
2c74e833
TT
41232009-05-27 Thiago Jung Bauermann <bauerman@br.ibm.com>
4124 Tom Tromey <tromey@redhat.com>
4125
4126 * gdb.texinfo (Types In Python): New node.
4127 (Values From Inferior): "type" is now an attribute.
4128 (Python API): Update.
4129
89c73ade
TT
41302009-05-27 Tom Tromey <tromey@redhat.com>
4131 Thiago Jung Bauermann <bauerman@br.ibm.com>
4132 Phil Muldoon <pmuldoon@redhat.com>
4133
4134 * gdb.texinfo: Add @syncodeindex for `tp'.
4135 (Python API): Update.
4136 (Auto-loading): New node.
4137 (Objfiles In Python): New node.
4138
17a37d48
PP
41392009-05-15 Paul Pluzhnikov <ppluzhnikov@google.com>
4140
4141 * gdb.texinfo (Threads): Document libthread-db-search-path.
889bf7c5 4142
6718376f
NR
41432009-05-15 Nick Roberts <nickrob@snap.net.nz>
4144
4145 * gdb.texinfo (GDB/MI General Design): Break up into four nodes.
4146
cbe54154
PA
41472009-05-12 Pedro Alves <pedro@codesourcery.com>
4148
4149 * gdb.texinfo: Document 'set/show debug gnu-nat'. Replace 'maint
4150 show-debug-regs' docs by 'maint set show-debug-regs' and 'maint
4151 show show-debug-regs' docs.
4152
8e05493c
EZ
41532009-05-08 Eli Zaretskii <eliz@gnu.org>
4154
4155 * gdb.texinfo (Process Record and Replay): Add description of
4156 reverse execution.
4157
b39f4988
JB
41582009-05-07 Joel Brobecker <brobecker@adacore.com>
4159
4160 * gdbint.texinfo (Adding support for debugging core files): New node.
4161 (Native Debugging): Remove the ``Native core file Support'' section.
4162
a2311334
EZ
41632009-05-01 Eli Zaretskii <eliz@gnu.org>
4164
4165 * gdb.texinfo (Process Record and Replay): Improve and clarify.
4166 Add index entries.
4167
53cc454a 41682009-04-30 Hui Zhu <teawater@gmail.com>
c8d5aac9 4169 Michael Snyder <msnyder@vmware.com>
53cc454a 4170
a2311334
EZ
4171 * gdb.texinfo: (Process Record and Replay): Add documentation for
4172 process record and replay.
53cc454a 4173
484086b7
JK
41742009-04-29 Jan Kratochvil <jan.kratochvil@redhat.com>
4175
4176 * gdb.texinfo (Macros): Note command-line for `info macro'. Append
4177 a new part on command-line defined macros.
4178
32ae1842
EZ
41792009-04-25 Eli Zaretskii <eliz@gnu.org>
4180
4181 * gdb.texinfo (Machine Code) <disassemble-next-line>: Improve and
4182 clarify the wording.
4183
b14b1491
TT
41842009-04-23 Tom Tromey <tromey@redhat.com>
4185
4186 * gdb.texinfo (Data Files): New node.
4187 (GDB Files): Update menu.
4188
5c1e86e1
JB
41892009-04-23 Joel Brobecker <brobecker@adacore.com>
4190
4191 * gdbint.texinfo (Defining Other Architecture Features): Remove
e346fb8f 4192 entry for PROCESS_LINENUMBER_HOOK.
5c1e86e1 4193
83eba9b7
VP
41942009-04-22 Vladimir Prus <vladimir@codesourcery.com>
4195
4196 * gdb.texinfo (GDB/MI Program Execution): Document -exec-jump.
4197
e31198c4
HZ
41982009-04-22 Hui Zhu <teawater@gmail.com>
4199
4200 * gdb.texinfo (disassemble-next-line): Set the default of
4201 disassemble-next-line to off.
4202
26e251b6
JM
42032009-04-21 Joseph Myers <joseph@codesourcery.com>
4204
4205 * configure.ac (--with-datarootdir, --with-docdir, --with-pdfdir,
4206 --with-htmldir): New.
4207 * configure: Regenerate.
4208 * Makefile.in (datarootdir, docdir): Define.
4209 (gdb.dvi, gdb.pdf): Use same -I options as for building gdb.info
4210 instead of $(SET_TEXINPUTS).
4211 (gdbint.dvi, gdbint.pdf): Use same -I options as for building
4212 gdbint.info instead of $(SET_TEXINPUTS).
4213 (gdbint/index.html): Use same -I options as for building
4214 gdbint.info.
4215 (stabs.dvi, stabs.pdf): Use same -I options as for building
4216 stabs.info instead of $(SET_TEXINPUTS).
4217 (stabs/index.html): Use same -I options as for building
4218 stabs.info.
4219 (annotate.dvi, annotate.pdf): Use same -I options as for building
4220 annotate.info instead of $(SET_TEXINPUTS).
4221 (annotate/index.html): Use same -I options as for building
4222 annotate.info.
4223
eac35c4e
DD
42242009-04-21 David Daney <ddaney@caviumnetworks.com>
4225
4226 * gdb.texinfo (maint show-debug-regs): Remove mention of x86.
4227
29b0e8a2
JM
42282009-04-21 Joseph Myers <joseph@codesourcery.com>
4229
4230 * gdb.texinfo (Source Path): Document --with-relocated-sources.
4231
2b831889 42322009-04-18 Carlos O'Donell <carlos@codesourcery.com>
c8d5aac9 4233 Joseph Myers <joseph@codesourcery.com>
2b831889
JM
4234
4235 * Makefile.in (MAKEHTML): Set to makeinfo --html.
4236 (MAKEHTMLFLAGS): Set to empty.
4237 (html__strip_dir): Define.
4238 (HTMLFILES): Define.
4239 (HTMLFILES_INSTALL): Define.
4240 (install-html): Copy new automake rule.
4241 (html): Depend on $(HTMLFILES).
4242 (gdb_toc.html): Rename to gdb/index.html.
4243 (gdbint_toc.html): Rename to gdbint/index.html.
4244 (stabs_toc.html): Rename to stabs/index.html.
4245 (annotate_toc.html): Rename to annotate/index.html.
4246
89a34d1b
JM
42472009-04-17 Carlos O'Donell <carlos@codesourcery.com>
4248
4249 * Makefile.in: Set pdfdir and htmldir from configure
4250 substitutions.
4251 * configure.ac: AC_SUBST datarootdir, docdir, htmldir, pdfdir.
4252 * configure: Regenerate.
4253
a2d5da46
JB
42542009-04-16 Joel Brobecker <brobecker@adacore.com>
4255
4256 * gdbint.texinfo (Native Debugging): Remove entry for PROC_NAME_FMT.
4257 This macro is no longer used.
4258
732f6a93
TT
42592009-04-15 Tom Tromey <tromey@redhat.com>
4260
4261 * gdb.texinfo (Character Sets): Document default character set.
4262
87f9adc1
PM
42632009-04-14 Pierre Muller <muller@ics.u-strasbg.fr>
4264
4265 * gdbint.texinfo: Change server name from sources.redhat.com to
4266 sourceware.org throughout.
4267
2c88c651
JB
42682009-04-09 Joel Brobecker <brobecker@adacore.com>
4269
4270 * gdb.texinfo (Set Breaks): Rewrite a paragraph to avoid a warning
4271 about a missing dot or coma after @xref.
4272
4f5376b2
JB
42732009-04-02 Joel Brobecker <brobecker@adacore.com>
4274
4275 * gdb.texinfo (Backtrace): Add a parameter in frame 1 of the first
4276 example, and add a small explanation about it.
4277 (Print Settings): Change the documentation of the "set print
4278 frame-arguments" to reflect the fact that the default is now "scalars".
4279
a0381d3a
JB
42802009-04-02 Joel Brobecker <brobecker@adacore.com>
4281
4282 * gdb.texinfo (Print Settings): Add kindex for command "set
4283 print frame-arguments".
4284
45ac276d
JB
42852009-03-31 Joel Brobecker <brobecker@adacore.com>
4286
4287 * gdb.texinfo (Ada Tasks): Add documentation about task-specific
4288 breakpoints.
4289 (Set Breaks): Add reference to thread-specific and task-specific
4290 breakpoints.
4291
32cd1edc
JB
42922009-03-31 Joel Brobecker <brobecker@adacore.com>
4293
4294 * gdb.texinfo (Ada Tasks): Remove the documentation about
4295 the "Running" state, as this state has been eliminated.
4296 Now all runnable tasks are shown as "Runnable".
4297
1042e4c0
SS
42982009-03-30 Stan Shebs <stan@codesourcery.com>
4299
4300 * gdb.texinfo (Tracepoints): Describe tracepoints as a
4301 special case of breakpoints.
4302 (Enable and Disable Tracepoints): Mention deprecation.
4303 (Listing Tracepoints): Update description and example.
4304
f8f6f20b
TJB
43052009-03-30 Thiago Jung Bauermann <bauerman@br.ibm.com>
4306
4307 * gdb.texinfo (Frames in Python): New node.
4308 (Python API): Update.
4309
c0c6f777
TJB
43102009-03-29 Thiago Jung Bauermann <bauerman@br.ibm.com>
4311
4312 * gdb.texinfo (Values From Inferior): Change gdb.Value.address
4313 from a method to an attribute.
4314
def2b000
TJB
43152009-03-26 Thiago Jung Bauermann <bauerman@br.ibm.com>
4316
4317 * gdb.texinfo (Values From Inferior): Document is_optimized_out
4318 attribute.
4319
a07daef3
PA
43202009-03-25 Pedro Alves <pedro@codesourcery.com>
4321
4322 * observer.texi (thread_exit): Add "silent" parameter.
4323
f3b1572e
PA
43242009-03-22 Pedro Alves <pedro@codesourcery.com>
4325
4326 * observer.texi (about_to_proceed): New.
4327
587afa38
EZ
43282009-03-21 Jeremy Bennett <jeremy.bennett@embecosm.com>
4329
4330 * gdbint.texinfo (everywhere): Use braces {} in @deftypeXX type
4331 field throughout to handle types with spaces in them. Fix typos
4332 found by aspell.
4333 (Summary, Requirements, Contributors): New first chapter,
4334 "Summary" added, old Requirements section moved there, and new
4335 section, "Contributors" added.
4336 (Initializing a New Architecture, Register Representation)
4337 (Frame Interpretation, Inferior Call Setup, Adding a New Target)
4338 (Porting gdb): These sections extended and updated.
4339 (Compiler Characteristics): This section (empty) deleted.
4340 (Defining Other Architecture Features): This section renamed and
4341 duplicate material removed from (formerly "Target Conditionals").
4342 Use braces {} in @deftypeXX type field throughout to handle types
4343 with spaces in them. Typos found by aspell fixed.
4344
4345 * stack_frame.svg: New file, source of image for gdbint.texinfo.
4346 * stack_frame.pdf: Version of image for PDF output.
4347 * stack_frame.png: Version of image for HTML output and for Emacs.
4348 * stack_frame.txt: Version of image for Info output.
1db61298 4349 * stack_frame.eps: Version of image for TeX DVI output.
587afa38 4350
10af6951
EZ
43512009-03-21 Eli Zaretskii <eliz@gnu.org>
4352
4353 * gdb.texinfo (Character Sets): Fix last change.
4354
cc924cad
TJB
43552009-03-21 Thiago Jung Bauermann <bauerman@br.ibm.com>
4356
4357 * gdb.texinfo (Values From Inferior): Fix optional arguments
4358 markup.
4359 (Commands In Python): Adjust argument names of gdb.Command.__init__
4360 to what the function accepts as keywords.
4361
bc3b79fd
TJB
43622008-03-20 Tom Tromey <tromey@redhat.com>
4363
4364 * gdb.texinfo (Convenience Vars): Document convenience functions.
4365 (Functions In Python): New node.
4366 (Python API): Update.
4367
6c7a06a3
TT
43682009-03-20 Tom Tromey <tromey@redhat.com>
4369
4370 * gdb.texinfo (Character Sets): Remove obsolete text. Document
4371 set target-wide-charset.
4372 (Requirements): Mention iconv.
4373
b646ddd4
HZ
43742009-03-17 Hui Zhu <teawater@gmail.com>
4375
4376 * gdb.texinfo: Change the introduce of "disassemble-next-line".
4377
91440f57
HZ
43782009-03-17 Hui Zhu <teawater@gmail.com>
4379
4380 * gdb.texinfo: Add documentation for disassemble-next-line.
4381
8fd41227
TJB
43822009-03-16 Thiago Jung Bauermann <bauerman@br.ibm.com>
4383
4384 * gdb.texinfo (Commands In Python): Remove tindex entries.
4385
61ff14c6
JK
43862009-03-15 Jan Kratochvil <jan.kratochvil@redhat.com>
4387
4388 * gdb.texinfo (Returning): New description for missing debug info.
4389
0b16c5cf
PA
43902009-03-14 Pedro Alves <pedro@codesourcery.com>
4391
4392 * gdb.texinfo (Remote Configuration): Document query-attached.
61ff14c6 4393 (General Query Packets): Document qAttached.
0b16c5cf 4394
32fc0df9
PA
43952009-03-05 Pedro Alves <pedro@codesourcery.com>
4396
4397 * gdb.texinfo (Background Execution): Better describe the set
4398 target-async command.
4399 (Maintenance Commands): Delete description of the `maint set/show
4400 linux-async' and `maint set/show remote-async' commands.
4401
134eb42c
VP
44022009-02-18 Vladimir Prus <vladimir@codesourcery.com>
4403
4404 * gdb.texinfo (GDB/MI Async Records): Add double-spaces
4405 between sentences.
4406
c86cf029
VP
44072009-02-18 Vladimir Prus <vladimir@codesourcery.com>
4408
4409 * gdb.texinfo (GDB/MI Async Records): Document the
4410 =library-loaded and =library-unloaded notifications.
4411
3ea85240
VP
44122009-02-17 Vladimir Prus <vladimir@codesourcery.com>
4413
4414 * observer.texi (test_notification): New observer.
4415
1d33d6ba
VP
44162009-02-14 Vladimir Prus <vladimir@codesourcery.com>
4417
61ff14c6
JK
4418 * observer.texi: Add parameter 'print_frame' to normal_stop
4419 observer.
1d33d6ba 4420
d721c933
EZ
44212009-02-07 Eli Zaretskii <eliz@gnu.org>
4422
4423 * gdb.texinfo (Basic Python): Fix change from 2009-02-04.
4424 (Commands In Python): Fix COMMAND_* constants in last change. Use
4425 @kbd for interactive input. Add cross-references and index
4426 entries.
4427
4aa995e1
PA
44282009-02-06 Pedro Alves <pedro@codesourcery.com>
4429
4430 * gdb.texinfo (Signals): Document $_siginfo.
4431 (Convenience Variables): Mention $_siginfo.
4432 (Remote Configuration): Document qXfer:siginfo:read,
4433 qXfer:siginfo:write packets, and the read-siginfo-object,
4434 write-siginfo-object commands.
4435
5f5233d4
PA
44362009-02-06 Pedro Alves <pedro@codesourcery.com>
4437
4438 * gdbint.texinfo (Values): New chapter.
4439
d8906c6f
TJB
44402009-02-06 Tom Tromey <tromey@redhat.com>
4441
4442 * gdb.texinfo (Python API): Add entry for Commands In Python.
4443 (Commands In Python): New node.
4444
b6cb8e7d
TJB
44452009-02-05 Tom Tromey <tromey@redhat.com>
4446
4447 * gdb.texinfo (Values From Inferior): Document Value.string.
4448
12453b93
TJB
44492009-02-05 Tom Tromey <tromey@redhat.com>
4450
4451 * gdb.texinfo (Basic Python): Document execute's from_tty
4452 argument.
4453
08c637de
TJB
44542009-02-04 Tom Tromey <tromey@redhat.com>
4455
4456 * gdb.texinfo (Basic Python): Document gdb.history.
4457
592375cd
VP
44582009-01-30 Vladimir Prus <vladimir@codesourcery.com>
4459
4460 * gdb.texinfo (GDB/MI Thread Commands): Document the
4461 'current-thread-id' field. Remove the example with zero threads,
4462 since current GDB won't ever report that if there's inferior.
4463
41447f92
VP
44642009-01-30 Vladimir Prus <vladimir@codesourcery.com>
4465
4466 * gdb.texinfo (GDB/MI Breakpoint Commands): Document the -d
4467 option to -break-insert.
4468
098b41a6
JG
44692009-01-28 Daniel Jacobowitz <dan@codesourcery.com>
4470 Jerome Guitton <guitton@adacore.com>
4471
4472 * gdb.texinfo (Startup): Document --with-system-gdbinit.
4473 (System-wide configuration): New section.
4474
3c16cced
PA
44752009-01-26 Pedro Alves <pedro@codesourcery.com>
4476
4477 PR gdb/7580:
4478 * gdb.texinfo (Maintenance Commands): Document "maint set|show
4479 internal-error|internal-warning quit|corefile ask|yes|no".
4480
62709adf
PA
44812009-01-26 Pedro Alves <pedro@codesourcery.com>
4482
4483 * gdb.texinfo (Using the `gdbserver' Program): Document
4484 --remote-debug.
4485
7ce58dd2
DE
44862009-01-23 Doug Evans <dje@google.com>
4487
4488 * gdb.texinfo: Add nexti to list of commands that support
4489 background execution.
4490
adb483fe
DJ
44912009-01-14 Daniel Jacobowitz <dan@codesourcery.com>
4492
4493 * gdb.texinfo (Define, Hooks): Document prefix command support.
4494
a67ec3f4 44952009-01-14 Joseph Myers <joseph@codesourcery.com>
c8d5aac9 4496 Carlos O'Donell <carlos@codesourcery.com>
a67ec3f4
JM
4497
4498 Fixes for makeinfo --html.
4499
4500 * annotate.texinfo: Use @copying and @insertcopying. Use
4501 @ifnottex in place of @ifinfo.
4502 * gdb.texinfo: Use @copying and @insertcopying. Use @ifnottex in
4503 place of @ifinfo. Use @ifnotinfo for one index entry.
4504 * gdbint.texinfo: Use @copying and @insertcopying. Use @ifnottex
4505 in place of @ifinfo.
4506 * stabs.texinfo: Use @copying and @insertcopying. Use @ifnottex
4507 in place of @ifinfo. Include contents at start unconditionally.
4508
84fcdf95
PA
45092009-01-13 Pedro Alves <pedro@codesourcery.com>
4510
4511 * gdb.texinfo (General Query Packets): Remove @var{} around the
4512 "spu" literal string.
4513
fa3a767f
PA
45142009-01-07 Pedro Alves <pedro@codesourcery.com>
4515
4516 * gdb.texinfo (Error in Breakpoints): Delete mention of "The same
4517 program may be running in another process" errors.
4518 * gdbint.texinfo (Native Conditionals): Delete
4519 ONE_PROCESS_WRITETEXT description.
4520
9cb011d3
JB
45212009-01-07 Joel Brobecker <brobecker@adacore.com>
4522
4523 * gdbint.texinfo (Start of New Year Procedure): Add the "coding"
4524 emacs local variable to be placed at the end of the ChangeLog.
4525 Add server.c and gdbreplay.c to the list of files where the
4526 copyright year needs to be updated.
4527
84603566
SL
45282009-01-06 Sandra Loosemore <sandra@codesourcery.com>
4529
4530 * gdb.texinfo (Remote Configuration): Document new
4531 "set/show tcp auto-retry" and "set/show tcp connect-timeout"
4532 commands.
4533
a53f55d8
PA
45342008-12-28 Pedro Alves <pedro@codesourcery.com>
4535
4536 * gdbint.texinfo (gdbarch_cannot_fetch_register): Don't mention
4537 FETCH_INFERIOR_REGISTERS.
4538 (Native Conditionals): Remove obsolete CHILD_PREPARE_TO_STORE,
4539 FETCH_INFERIOR_REGISTERS descriptions. Remove
4540 gdbarch_get_longjmp_target descrition, since already described in
4541 Target Conditionals. Move gdbarch_fp0_regnum description to ...
4542 (Target Conditionals): ... here.
4543
077e0a52
JB
45442008-12-16 Joel Brobecker <brobecker@adacore.com>
4545
4546 * gdb.texinfo (Omissions from Ada): Add missing GDB prompt in
4547 examples.
4548 (Additions to Ada): Likewise. Add the missing opening and closing
4549 parenthesis of the GDB prompt in one of the examples.
4550
023eb17c
JB
45512008-12-14 Joel Brobecker <brobecker@adacore.com>
4552
4553 * gdb.texinfo (Omissions from Ada): Remove incorrect documentation
4554 about the result of 'Address not being of type System.Address.
4555 This problem has been fixed a while ago.
4556
c3b108f7
VP
45572008-12-02 Vladimir Prus <vladimir@codesourcery.com>
4558
4559 MI non-stop and multiprocess docs.
4560
c8d5aac9
L
4561 * gdb.texinfo (GDB/MI): New section 'GDB/MI General Design'
4562 (GDB/MI Output Records): New section 'GDB/MI Frame Information'
4563 Adjust documentation for *stopped, document =thread-created,
4564 =thread-exited, =thread-group-created and =thread-group-exited.
4565 (GDB/MI Thread Commands): Document the 'state' field in
4566 -thread-info output.
4567 (GDB/MI Program Execution): Mention --all and --thread-group
4568 options.
4569 (GDB/MI Variable Objects): Describe floating and fixed variable
4570 objects.
4571 (GDB/MI Miscellaneous Commands): Document -list-thread-groups.
c3b108f7 4572
07e059b5
VP
45732008-12-02 Vladimir Prus <vladimir@codesourcery.com>
4574
c8d5aac9
L
4575 * gdb.texinfo (Operating System Information): New appendix.
4576 (Operating System Auxiliary Information): Document 'info os processes'
4577 (Remote Configuration): Document 'osdata'
4578 (General Query Packets): Document qXfer:osdata:read.
07e059b5 4579
a80b95ba
TG
45802008-11-27 Tristan Gingold <gingold@adacore.com>
4581
4582 * gdb.texinfo (Darwin): Document Darwin specific features.
4583
a655d424
JK
45842008-11-25 Jan Kratochvil <jan.kratochvil@redhat.com>
4585
4586 * gdbint.texinfo (Target Conditionals): Extend the
4587 gdbarch_breakpoint_from_pc description.
4588
249e1128
VP
45892008-11-22 Vladimir Prus <vladimir@codesourcery.com>
4590
4591 * gdb.texinfo (M68K Features): Fix typo.
4592
c14c28ba
PP
45932008-11-18 Paul Pluzhnikov <ppluzhnikov@google.com>
4594
4595 * gdb.texinfo (Symbols): Mention printing containing
4596 image name in "info symbol".
4597 (Maint translate-address): Likewise.
889bf7c5 4598
394a6666
JB
45992008-11-18 Joel Brobecker <brobecker@adacore.com>
4600
4601 * gdb.texinfo (Set Catchpoints): Remove the documentation of
4602 commands "catch load" and "catch unload".
4603
66bb093b
VP
46042008-11-17 Vladimir Prus <vladimir@codesourcery.com>
4605
4606 * gdb.texinfo (GDB/MI Async Records): Document
c8d5aac9 4607 =thread-selected.
889bf7c5 4608
4a92f99b
VP
46092008-11-17 Vladimir Prus <vladimir@codesourcery.com>
4610
c8d5aac9 4611 * observer.texi (new_inferior, inferior_exit): New observers.
4a92f99b 4612
f0323ca0
PA
46132008-10-27 Pedro Alves <pedro@codesourcery.com>
4614
4615 * gdbint.texinfo (Adding a New Target): Don't mention TDEPFILES,
4616 .mt files, TM_CLIBS or TM_CDEPS.
4617 (x86 Watchpoints): Don't mention TDEPFILES.
4618
8b23ecc4
SL
46192008-10-24 Sandra Loosemore <sandra@codesourcery.com>
4620
4621 * gdb.texinfo (Remote Protocol): Add new nodes to menu.
4622 (Overview): Mention notifications and non-stop mode behavior.
4623 (Packets): Update documentation of ?, vAttach, vCont, and vRun
4624 with non-stop mode behavior. Add vStopped description.
4625 (Stop Reply Packets): Update list of packets that return
4626 stop replies. Mention non-stop behavior.
4627 (General Query Packets): Document QNonStop packet and associated
4628 qSupported query response.
4629 (Interrupts): Clarify multi-threaded behavior. Mention non-stop
4630 behavior.
4631 (Notification Packets): New section.
4632 (Remote Non-Stop): New section.
4633 (File-I/O Overview): Mention non-stop behavior.
4634
fff08868
HZ
46352008-10-24 Hui Zhu <teawater@gmail.com>
4636 Pedro Alves <pedro@codesourcery.com>
4637
4638 * gdb.texinfo (displaced-stepping): Describe the auto mode
4639 setting, and say it's the default. This is now a mainstream
4640 setting instead of a maintenance setting.
4641
252fbfc8
PA
46422008-10-23 Pedro Alves <pedro@codesourcery.com>
4643
4644 * observer.texi (thread_stop_requested): New.
4645
20924a55
JB
46462008-10-22 Joel Brobecker <brobecker@adacore.com>
4647
4648 * gdb.texinfo (Ada Tasks, Ada Tasks and Core Files): New nodes.
4649 (Patching): Replace incorrect usage of @samp by @kbd.
4650
bacec72f
MS
46512008-10-17 Michael Snyder <msnyder@vmware.com>
4652
4653 * gdb.texinfo: Add documentation for reverse execution.
4654
a08702d6 46552008-10-16 Thiago Jung Bauermann <bauerman@br.ibm.com>
bd4f7d68 4656 Eli Zaretskii <eliz@gnu.org>
a08702d6
TJB
4657
4658 * gdb.texinfo. (Values From Inferior): New subsubsection.
4659
d97bc12b
DE
46602008-10-06 Doug Evans <dje@google.com>
4661
4662 * gdb.texinfo (set debug dwarf2-die): Document it.
4663
87f67dba
JB
46642008-10-01 Joel Brobecker <brobecker@adacore.com>
4665
4666 * gdb.texinfo (catch) [exception]: Document how to insert
4667 a breakpoint on user-defined exceptions when the exception
4668 name is identical to one of the language-defined ones.
4669
2fae03e8
TT
46702008-09-27 Tom Tromey <tromey@redhat.com>
4671
4672 * gdb.texinfo (Macros): Remove text about stringification,
4673 varargs, and splicing.
4674
5c6ce71d
TT
46752008-09-27 Tom Tromey <tromey@redhat.com>
4676
4677 * gdbint.texinfo (Language Support): Remove text about omitting
4678 support for a language.
4679
07128da0
DE
46802008-09-23 Doug Evans <dje@google.com>
4681
4682 * gdb.texinfo (info dcache): Update.
4683
b90a069a
SL
46842008-09-22 Sandra Loosemore <sandra@codesourcery.com>
4685
4686 * gdb.texinfo (Packets): Add info on thread-id syntax and
4687 multiprocess extensions.
4688 <D>: Document multiprocess form of packet.
4689 <H>: Use thread-id syntax.
4690 <T>: Likewise.
4691 <vCont>: Likewise. Note this is required for multiprocess.
4692 <vKill>: New packet.
4693 (Stop Reply Packets) <T>: Use thread-id syntax.
4694 <W>: Document multiprocess form of reply.
4695 <X>: Likewise.
4696 (General Query Packets) <qC>: Use thread-id syntax.
4697 <qfThreadInfo>: Likewise.
4698 <qGetTLSAddr>: Likewise.
4699 <qP>: Likewise.
4700 <qSupported>: Add "multiprocess" feature.
4701 <qThreadExtraInfo>: Use thread-id syntax.
4702
b77209e0
PA
47032008-09-22 Stan Shebs <stan@codesourcery.com>
4704
4705 * gdb.texinfo (Inferiors): New section.
4706
3d0bb823
PA
47072008-09-12 Pedro Alves <pedro@codesourcery.com>
4708
4709 * gdbint.texinfo (Native Debugging): Mention NAT_GENERATED_FILES.
4710
f8dcfc0a
UW
47112008-09-11 Ulrich Weigand <uweigand@de.ibm.com>
4712
4713 * gdbint.texinfo (Target Conditionals): Remove documentation
4714 for gdbarch_name_of_malloc.
4715
8775bb90
MS
47162008-09-03 Angela Marie Thomas <angela@releasedominatrix.com>
4717
4718 * gdb.texinfo (Interrupts): Mention TCP interface for
4719 sending BREAK.
4720
f1838a98
UW
47212008-08-26 Ulrich Weigand <uweigand@de.ibm.com>
4722
4723 * gdb.texinfo (Commands to Specify Files): Document "remote:"
4724 argument prefix to "set sysroot".
4725
158c7665
PH
47262008-08-21 Paul N. Hilfinger <hilfinger@adacore.com>
4727
4728 * gdb.texinfo (Omissions from Ada): Describe new treatment of True
4729 and False.
4730
30e026bb
VP
47312008-08-20 Vladimir Prus <vladimir@codesourcery.com>
4732
c8d5aac9
L
4733 * gdb.textinfo (GDB/MI Miscellaneous Commands): Use @table
4734 for possible features of -list-features.
30e026bb 4735
c6ebd6cf
VP
47362008-08-19 Vladimir Prus <vladimir@codesourcery.com>
4737
c8d5aac9 4738 * gdb.texinfo (Background execution): Adjust example
c6ebd6cf
VP
4739 (GDB/MI Miscellaneous Commands): Document -list-target-features.
4740
aeac0ff9
VP
47412008-08-19 Vladimir Prus <vladimir@codesourcery.com>
4742
4743 * doc/gdb.texinfo (PowerPC): Fix typo.
4744 (PowerPC features): Fix typo.
4745
5231c1fd
PA
47462008-08-18 Pedro Alves <pedro@codesourcery.com>
4747
4748 * observer.texi (thread_ptid_changed): New.
4749
677c5bb1
LM
47502008-08-18 Luis Machado <luisgpm@br.ibm.com>
4751
4752 * doc/gdb.texinfo (PowerPC): Mention Extended FPR's for POWER7.
4753 (PowerPC features): Mention feature set for VSX registers.
4754
f3a2dd1a
JB
47552008-08-13 Joel Brobecker <brobecker@adacore.com>
4756
4757 * gdb.texinfo (Ada Mode Intro): Improve the documentation regarding
4758 the direct visibility of all names in user-written packages.
4759
33e5cbd6
PA
47602008-08-13 Pedro Alves <pedro@codesourcery.com>
4761
4762 * gdb.texinfo (breakpoint always-inserted) Describe the auto mode
4763 setting, and make it the default.
4764 (Non-Stop Mode): Remove "set breakpoints always-inserted 1" from
4765 non-stop script example.
4766
d0384fc4
TJB
47672008-08-12 Thiago Jung Bauermann <bauerman@br.ibm.com>
4768
4769 * gdbint.texinfo (Raw and Virtual Register Representations): Fix
4770 reference to the "Using Different Register and Memory Data
4771 Representation" section.
4772
a6f3e723
SL
47732008-08-12 Sandra Loosemore <sandra@codesourcery.com>
4774
4775 * gdb.texinfo (Remote Configuration): Document set remote noack-packet.
4776 (Remote Protocol): Add Packet Acknowledgment to menu.
4777 (Overview): Mention +/- can be disabled, and point to new section
4778 where this is discussed in detail.
4779 (General Query Packets): Document QStartNoAckMode packet, and
4780 corresponding qSupported reply.
4781 (Packet Acknowledgment): New section.
4782
0606b73b
SL
47832008-08-11 Sandra Loosemore <sandra@codesourcery.com>
4784 Pedro Alves <pedro@codesourcery.com>
4785
4786 * gdb.texinfo (Threads): Move paragraph about automatic thread
4787 selection to All-Stop Mode subsection.
4788 (Thread Stops): Reorganize existing material into subsections.
4789 Add introductory blurb and menu.
4790 (Non-Stop Mode): New subsection.
4791 (Background Execution): New subsection.
4792 (Maintenance Commands): Add cross-references from async mode
4793 commands to the new Background Execution section.
4794
d57a3c85
TJB
47952008-08-06 Tom Tromey <tromey@redhat.com>
4796
4797 * gdb.texinfo (Extending GDB): New chapter.
4798 (Sequences): Demoted chapter, now a section under the new
4799 Extending GDB chapter.
4800 (Python): New section.
4801
6d76a53d
SS
48022008-07-31 Stan Shebs <stan@codesourcery.com>
4803
4804 * gdbint.texinfo: Remove FUNCTION_EPILOGUE_SIZE.
4805
1f70da6a
SS
48062008-07-29 Stan Shebs <stan@codesourcery.com>
4807
4808 * gdbint.texinfo: General round of cleanup and minor
4809 clarifications.
4810 (Breakpoint Handling): Remove mention of BREAKPOINT macro.
4811 (Longjmp Support): Update description to reflect how it is done
4812 for targets without using native header.
4813 (Symbol Handling): Add a little more general explanation.
4814 (COFF, ELF): Mention stabs encapsulation.
4815 (DWARF 3): New section.
4816 (Adding a New Host): Scrub out some obsolete bits.
4817 (Generic Host Support Files): Mention ser-pipe.c, ser-mingw.c.
4818 (Host Conditionals): Remove descriptions of NO_STD_REGS,
4819 HAVE_MMAP, HAVE_TERMIO, INT_MAX etc, LONGEST, HAVE_LONG_DOUBLE,
4820 PRINTF_HAS_LONG_DOUBLE, SCANF_HAS_LONG_DOUBLE, L_SET, SEEK_CUR,
4821 SEEK_SET, STOP_SIGNAL, USG.
4822 (Raw and Virtual Register Representations): Ditto for
4823 DEPRECATED_REGISTER_RAW_SIZE, DEPRECATED_REGISTER_VIRTUAL_SIZE,
4824 DEPRECATED_REGISTER_VIRTUAL_TYPE, REGISTER_CONVERT_TO_TYPE.
4825 (Target Conditionals): Ditto for DEPRECATED_FP_REGNUM,
4826 DEPRECATED_FRAMELESS_FUNCTION_INVOCATION, DEPRECATED_FRAME_CHAIN,
4827 DEPRECATED_FRAME_CHAIN_VALID, DEPRECATED_FRAME_INIT_SAVED_REGS,
4828 DEPRECATED_FRAME_SAVED_PC, DEPRECATED_FUNCTION_START_OFFSET,
4829 DEPRECATED_REGISTER_VIRTUAL_SIZE,
4830 DEPRECATED_REGISTER_VIRTUAL_TYPE,
4831 DEPRECATED_USE_STRUCT_CONVENTION.
4832 Describe gdbarch_deprecated_fp_regnum.
4833 Update description of gdbarch_print_insn.
4834 (Adding a New Target): Scrub out obsolete bits.
4835 (Obsolete Conditionals): Remove entire section.
4836
383f836e
TT
48372008-07-25 Tom Tromey <tromey@redhat.com>
4838
4839 * observer.texi (GDB Observers): Document new observers:
4840 breakpoint_created, breakpoint_deleted, breakpoint_modified,
4841 tracepoint_created, tracepoint_deleted, tracepoint_modified,
4842 architecture_changed.
4843
cfd8ab24
SS
48442008-07-21 Stan Shebs <stan@codesourcery.com>
4845
4846 * gdbint.texinfo: Refer to target_so_ops.in_dynsym_resolve_code
4847 instead of IN_SOLIB_DYNSYM_RESOLVE_CODE.
4848
781b42b0
TT
48492008-07-21 Tom Tromey <tromey@redhat.com>
4850
4851 * observer.texi (GDB Observers): Remove obsolete comment.
4852 <executable_changed>: Remove argument.
4853
d7d9f01e
TT
48542008-07-18 Tom Tromey <tromey@redhat.com>
4855
4856 * gdb.texinfo (Macros): Update. Use @code rather than @command.
4857
bf250677
DE
48582008-07-10 Doug Evans <dje@google.com>
4859
4860 * doc/gdb.texinfo: Document "set print symbol-loading on|off".
4861
10568435
JK
48622008-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
4863
4864 * gdb.texinfo (Starting): Document "set disable-randomization".
4865
5ae4183a
AS
48662008-07-07 Andreas Schwab <schwab@suse.de>
4867
4868 * gdb.texinfo (GDB/MI Target Manipulation): Fix last change.
4869
b56e7235
VP
48702008-07-06 Vladimir Prus <vladimir@codesourcery.com>
4871
4872 * gdb.texinfo (GDB/MI Target Manipulation): Add
4873 example of -target-attach.
4874
e1ac3328
VP
48752008-06-10 Vladimir Prus <vladimir@codesourcery.com>
4876
4877 * observer.texi (target_resumed): New observer.
5ae4183a 4878 * gdb.texinfo (GDB/MI Output Records): Document *running.
e1ac3328 4879
65d12d83
TT
48802008-06-06 Tom Tromey <tromey@redhat.com>
4881
4882 * gdb.texinfo (Completion): Add field name example.
4883
fbc5282e
MK
48842008-06-06 Marc Khouzam <marc.khouzam@ericsson.com>
4885
4886 * gdb.texinfo (GDB/MI Program Context): Added example
4887 to -exec-arguments
5ae4183a 4888
fbc5282e 48892008-06-05 Nick Roberts <nickrob@snap.net.nz>
bcf6fc3a
NR
4890
4891 * annotate.texinfo (Multi-threaded Apps): Add entry for thread-changed
4892 annotation.
4893
c16158bc 48942008-06-05 Vladimir Prus <vladimir@codesourcery.com>
5ae4183a
AS
4895 Nathan Sidwell <nathan@codesourcery.com>
4896 Joseph Myers <joseph@codesourcery.com>
c16158bc
JM
4897
4898 * configure.ac: Include ../../config/acx.m4. Use ACX_PKGVERSION
4899 and ACX_BUGURL.
4900 * configure: Regenerate.
4901 * Makefile.in (PKGVERSION, BUGURL_TEXI): Define.
4902 (GDBvn.texi): Define VERSION_PACKAGE, BUGURL and BUGURL_DEFAULT.
4903 * gdb.texinfo: Use VERSION_PACKAGE and BUGURL. Remove
4904 mailing-list-specific text about bug reporting unless
4905 BUGURL_DEFAULT.
4906
75c99385
PA
49072008-06-05 Pedro Alves <pedro@codesourcery.com>
4908
4909 * gdb.texinfo (-target-select): Remove reference to target async.
4910 (Maintenance Commands): Document "maint set/show remote-async".
4911
1763a388
MK
49122008-06-04 Marc Khouzam <marc.khouzam@ericsson.com>
4913
4914 * gdb.texinfo (GDB/MI File Transfer Commands): Typo
4915 in -target-file-get section.
5ae4183a 4916
d0d064df
PA
49172008-05-22 Pedro Alves <pedro@codesourcery.com>
4918
9b562ab8
PA
4919 * gdb.texinfo (vAttach, vRun): Re-remove requirement of the stub
4920 killing the inferior when it is already debugging a process.
d0d064df 4921
8dfa32fc
JB
49222008-05-21 Joel Brobecker <brobecker@adacore.com>
4923
4924 * gdb.texinfo (Continuing and Stepping): Document the new "fin"
4925 abbreviation for "finish".
4926
55f996a7
NR
49272008-05-21 Nick Roberts <nickrob@snap.net.nz>
4928
4929 * annotate.texinfo (Multi-threaded Apps): New node for new annotation.
4930
ba2b1c56
DJ
49312008-05-15 Daniel Jacobowitz <dan@codesourcery.com>
4932
4933 * gdbint.texinfo (Target Conditionals): Delete entry for
4934 gdbarch_dwarf_reg_to_regnum.
4935
08388c79
DE
49362008-05-09 Doug Evans <dje@google.com>
4937
a3c83fae 4938 * gdb.texinfo: Document "find" command, qSearch:memory packet.
08388c79 4939
d14508fe
DE
49402008-05-05 Doug Evans <dje@google.com>
4941
4942 * gdb.texinfo (disassemble): Document /m modifier.
4943
e2b7ddea
VP
49442008-05-05 Vladimir Prus <vladimir@codesourcery.com>
4945
5ae4183a
AS
4946 * gdb.texinfo (Maintenance Commands): Clarify that "maint time"
4947 will not report the time of commands that run the target.
e2b7ddea 4948
8eb41542
VP
49492008-05-03 Vladimir Prus <vladimir@codesourcery.com>
4950
4951 * gdb.texinfo (GDB/MI Output Records): Add
4952 missing semicolon.
4953
82f68b1c
VP
49542008-05-03 Vladimir Prus <vladimir@codesourcery.com>
4955
4956 * gdb.texinfo (GDB/MI Output Records):
4957 Document =thread-create and =thread-exited.
4958
fa0f268d
VP
49592008-05-03 Vladimir Prus <vladimir@codesourcery.com>
4960
4961 * gdb.texinfo (GDB/MI Development and Front Ends):
82f68b1c 4962 Remove mention of dmi-discuss.
fa0f268d 4963
063bfe2e
VP
49642008-05-03 Pedro Alves <pedro@codesourcery.com>
4965
4966 * observer.texi (thread_exit): New.
4967
237fc4c9
PA
49682008-05-02 Pedro Alves <pedro@codesourcery.com>
4969
4970 * gdb.texinfo (Debugging Output): Document "set/show debug
4971 displaced".
4972 (Maintenance Commands): Document "maint set/show
4973 can-use-displaced-stepping".
4974
0428b8f5
DJ
49752008-05-02 Daniel Jacobowitz <dan@codesourcery.com>
4976
4977 * gdb.texinfo (ARM): Document set/show arm fallback-mode
4978 and set/show arm force-mode.
4979
5009afc5
AS
49802008-05-02 Andreas Schwab <schwab@suse.de>
4981
4982 * gdbint.texinfo (Algorithms): Describe
4983 target_watchpoint_addr_within_range.
4984
669fac23
DJ
49852008-04-30 Daniel Jacobowitz <dan@codesourcery.com>
4986
4987 * gdbint.texinfo (Stack Frames): New chapter.
4988 (Algorithms): Move Frames text to the new chapter.
4989 (Target Conditionals): Delete SAVE_DUMMY_FRAME_TOS. Document
4990 gdbarch_dummy_id instead of gdbarch_unwind_dummy_id.
4991
721c02de
VP
49922008-04-24 Vladimir Prus <vladimir@codesourcery.com>
4993
5ae4183a
AS
4994 * gdb.texinfo (GDB/MI Output Syntax): Clarify that async
4995 output does not necessary include any tokens.
721c02de 4996
c055b101
CV
49972008-04-22 Corinna Vinschen <vinschen@redhat.com>
4998
4999 * gdb.texinfo (Set SH Calling convention): New @item.
5000 (Show SH Calling convention): Ditto.
5001
68837c9d
MD
50022008-04-22 Markus Deuling <deuling@de.ibm.com>
5003
5004 * gdb.texinfo (Fortran Operators): Describe '%' operator.
5005
2e9132cc
EZ
50062008-04-20 Eli Zaretskii <eliz@gnu.org>
5007
5008 * gdb.texinfo (Set Breaks): Mention that multiple location
5009 breakpoints need line number info. Add index entries.
5010
31fffb02
CS
50112008-04-19 Craig Silverstein <csilvers@google.com>
5012
5013 * gdb.texinfo (Requirements): Add an optional requirement on
5014 zlib.
5015 * gdbint.texinfo (Debugging File Formats): Add new subsection for
5016 Compressed DWARF 2.
5017
a47ec5fe
AR
50182008-04-16 Aleksandar Ristovski <aristovski@qnx.com>
5019
5020 * gdb.texinfo (GDB/MI Simple Examples): Added 'disp' field to the
5021 sample output for 'stopped,reason="breakpoint-hit"' message.
5022 (GDB/MI Program Execution): Likewise.
5023
de051565
MK
50242008-04-09 Marc Khouzam <marc.khouzam@ericsson.com>
5025
5ae4183a 5026 * gdb.texinfo (GDB/MI Variable Objects): Add anchor to
de051565
MK
5027 -var-set-format. Add -f option to -var-evaluate-expression.
5028
6ba66d6a
JB
50292008-04-03 Joel Brobecker <brobecker@adacore.com>
5030
5031 * gdb.texinfo (Breakpoint Menus): Delete. Contents moved inside
5032 new node "Ambiguous Expressions". Replace references to this
5033 node by references to "Ambiguous Expressions" throughout.
5034 (Ambiguous Expressions): New node.
5035
1e26b4f8
DJ
50362008-03-26 Daniel Jacobowitz <dan@codesourcery.com>
5037
5038 * gdb.texinfo (MIPS Features, PowerPC Features): Add @node.
5039
b84876c2
PA
50402008-03-21 Pedro Alves <pedro@codesourcery.com>
5041
5042 * gdb.texinfo (Debugging Output): Document
5043 "set/show debug lin-lwp-async".
5044 (Maintenance Commands): Document "maint set/show linux-async".
5045
63092375
DJ
50462008-03-21 Daniel Jacobowitz <dan@codesourcery.com>
5047
5048 * gdb.texinfo (Expressions): Update description of malloced arrays.
5049
8e8901c5
VP
50502008-03-15 Vladimir Prus <vladimir@codesourcery.com>
5051
5052 * gdb.texinfo (Thread Commands): Document
5053 -thread-info. Remove -thread-list-all-threads.
5054
1fddbabb
PA
50552008-03-14 Pedro Alves <pedro@codesourcery.com>
5056 Sandra Loosemore <sandra@codesourcery.com>
5057
5058 * gdb.texinfo (Library List Format): Update to mention the
5059 possibility to pass section addresses instead of segment
5060 addresses.
5061
ccd213ac
DJ
50622008-03-10 Daniel Jacobowitz <dan@codesourcery.com>
5063
5064 * gdb.texinfo (Starting): Document "set exec-wrapper".
5065 (Server): Document gdbserver --wrapper.
5066
fa4727a6
DJ
50672008-03-03 Daniel Jacobowitz <dan@codesourcery.com>
5068
5069 * gdb.texinfo (Set Watchpoints): Mention watchpoints on
5070 unreadable memory. Delete obsolete SPARClite reference.
5071
8edfe269
DJ
50722008-02-28 Daniel Jacobowitz <dan@codesourcery.com>
5073
5074 * gdb.texinfo (Starting): Mention always-running targets.
5075 (Target Commands): Add an anchor for load.
5076 (Connecting): Explain continue instead of run.
5077
1843f87b
DJ
50782008-02-27 Daniel Jacobowitz <dan@codesourcery.com>
5079
5080 * gdb.texinfo (Debugging Output): Document "set debug timestamp".
5081
f9082629
NR
50822008-02-26 Nick Roberts <nickrob@snap.net.nz>
5083
5084 * gdb.texinfo (Set Breaks): Revert description of Enb column of
5085 breakpoint table.
5086
fd96d250
PA
50872008-02-19 Pedro Alves <pedro@codesourcery.com>
5088
5089 * gdb.texinfo (vAttach, vRun): Remove requirement of the stub
5090 killing the inferior when it is already debugging a process.
5091
36af4ef6
MD
50922008-02-13 Markus Deuling <deuling@de.ibm.com>
5093
5094 * gdbint.texinfo (Build Script): New section. Mention new build script
5095 gdb_buildall.sh.
5096
cda4ce5a
JB
50972008-02-01 Jim Blandy <jimb@red-bean.com>
5098
5099 * gdb.texinfo (Help): Summarize 'info args' correctly.
5100
4acd40f3
TJB
51012008-01-30 Thiago Jung Bauermann <bauerman@br.ibm.com>
5102
5103 * gdb.texinfo: (Decimal Floating Point): Mention pseudo-registers
5104 available in PowerPC architecture.
5105 (Embedded Processors): Change node name of PowerPC item in menu.
5106 (PowerPC): Rename to...
5107 (PowerPC Embedded): this.
5108 (Architectures): Add new PowerPC item in menu.
5109 (PowerPC): New node.
5110
6e6c6f50
DJ
51112008-01-30 Daniel Jacobowitz <dan@codesourcery.com>
5112
5113 * gdb.texinfo (Multi-Process Mode for gdbserver): Use @kbd for
5114 commands.
5115
5ee187d7
DJ
51162008-01-30 Daniel Jacobowitz <dan@codesourcery.com>
5117
5118 * gdb.texinfo (Setting Catchpoints): Mention features
5119 supported on GNU/Linux.
5120
e275c0d9
NR
51212008-01-30 Nick Roberts <nickrob@snap.net.nz>
5122
5123 * gdb.texinfo (GDB/MI File Commands): Describe new output
5124 field for MI command -file-list-exec-source-file.
5125
2d717e4f
DJ
51262008-01-29 Daniel Jacobowitz <dan@codesourcery.com>
5127
5128 * gdb.texinfo (Using the `gdbserver' Program): Add security
5129 warning. Rearrange into subsections and subsubsections. Document
5130 --multi and --debug. Correct --with-sysroot typo. Update --attach
5131 usage. Make load reference clearer. Document monitor exit.
5132 (Remote Configuration): Document set remote exec-file, attach-packet,
5133 and run-packet.
5134 (Packets): Document vAttach and vRun.
5135
d35a4257 51362008-01-29 Nick Roberts <nickrob@snap.net.nz>
f663676d
NR
5137
5138 * gdb.texinfo (Processes): Mention process command.
889bf7c5 5139 detach-on-follow -> detach-on-fork.
f663676d 5140
c78d192c
DJ
51412008-01-28 Daniel Jacobowitz <dan@codesourcery.com>
5142
5143 * gdbint.texinfo (Native Conditionals): Remove
5144 SHELL_COMMAND_CONCAT and SHELL_FILE.
5145
d35a4257
EZ
51462008-01-26 Eli Zaretskii <eliz@gnu.org>
5147
5148 * gdb.texinfo (Specify Location): Improve wording.
5149
93815fbf
VP
51502008-01-23 Chris Demetriou <cgd@google.com>
5151
5152 * gdb.texinfo (Threads): Document new "set print thread-events"
5153 and "show print thread-events" commands.
5154
2a25a5ba
EZ
51552008-01-19 Eli Zaretskii <eliz@gnu.org>
5156
5157 * gdb.texinfo (Specify Location): New section.
5158 (Delete Breaks, Edit, Set Breaks): Remove description of
5159 locations. Instead, add a reference to "Specify Location".
5160 (Machine Code, Jumping, Thread Stops, Continuing and Stepping)
5161 (Symbols): Refer to "Specify Location" for the valid forms of
5162 linespecs and locations.
5163
32c9a795
MD
51642008-01-18 Markus Deuling <deuling@de.ibm.com>
5165
5166 * gdbint.texinfo (Target Conditionals): Replace the description of
5167 BITS_BIG_ENDIAN with a description of gdbarch_bits_big_endian.
5168
b17828ca
JB
51692008-01-12 Paul Hilfinger <hilfinger@adacore.com>
5170
5171 * gdb.texinfo (C Operators): Remove incorrect parenthetical comment
5172 about &&var, which is rejected by the expression parser.
5173
0aea4bf3
LM
51742008-01-09 Luis Machado <luisgpm@br.ibm.com>
5175
5176 * gdb.texinfo (Output): Update documentation on using printf with DFP
5177 types.
5178
febe4383
TJB
51792008-01-07 Thiago Jung Bauermann <bauerman@br.ibm.com>
5180
5181 * gdb.texinfo (C and C++): Add Decimal Floating Point format
5182 subsubsection.
5183 (Decimal Floating Point format): New subsubsection.
5184
7a404eba
PA
51852008-01-05 Pedro Alves <pedro@codesourcery.com>
5186
5187 * gdb.texinfo (File Options): Remove mention of the attempt to
5188 open a core file with the -p option. Don't list -c as a valid
5189 option to attach to a process.
5190
a4d9b460
PA
51912008-01-05 Pedro Alves <pedro@codesourcery.com>
5192
5193 * gdbint.texinfo (Host Conditionals): Remove mention of
5194 ALIGN_STACK_ON_ENTRY.
5195
6ec2edbe
JB
51962008-01-05 Joel Brobecker <brobecker@adacore.com>
5197
5198 * gdbint.texinfo (Start of New Year Procedure): Add item
5199 describing how to update the source and documentation copyright
5200 notices.
5201
d8b2a693
JB
52022007-12-18 Jim Blandy <jimb@codesourcery.com>
5203
ab209b3a 5204 * gdb.texinfo (Set Watchpoints): Integrate per-thread
d8b2a693
JB
5205 watchpoint explanation into the main description of the watchpoint
5206 command; update synopses of 'watch', 'rwatch', and 'awatch'
5207 commands.
5208
8b4ed427
VP
52092007-12-18 Vladimir Prus <vladimir@codesourcery.com>
5210
5211 * gdb.texinfo (Miscellaneous gdb/mi Commands):
5212 Document 'pending-breakpoints' feature of
5213 -list-features.
5214
37e4754d
LM
52152007-12-17 Luis Machado <luisgpm@br.ibm.com>
5216
669fac23 5217 * gdb.texinfo: Add new parameter's description.
37e4754d 5218
1d3811f6
DJ
52192007-12-16 Daniel Jacobowitz <dan@codesourcery.com>
5220
5221 * gdb.texinfo (Overview): Clarify run-length encoding
5222 example. Remove the restriction on "+" and "-" characters.
5223
c1c25a1a
EZ
52242007-12-15 Eli Zaretskii <eliz@gnu.org>
5225
5226 * gdb.texinfo (Host I/O Packets): Fix xref syntax.
5227
afe8ab22 52282007-12-14 Vladimir Prus <vladimir@codesourcery.com>
5ae4183a 5229
afe8ab22
VP
5230 * gdb.texinfo (GDB/MI Breakpoint Commands): Document
5231 the -f option for -break-insert, remove -r option,
5232 and clarify specification of location.
5233
a6b151f1
DJ
52342007-11-30 Daniel Jacobowitz <dan@codesourcery.com>
5235
5236 * gdb.texinfo (Debugging Programs with Multiple Processes): Correct
5237 formatting.
5238 (Remote Debugging): Add File Transfer section.
5239 (Remote Configuration): Document Host I/O packets.
5240 (GDB/MI): Add GDB/MI File Transfer Commands section.
c1c25a1a 5241 (Host I/O Packets): New section in "Remote Protocol".
a6b151f1
DJ
5242 (Packets): Add vFile.
5243
3b784c4f
EZ
52442007-11-17 Eli Zaretskii <eliz@gnu.org>
5245
5246 * gdb.texinfo (Set Breaks, Disabling): Clarify behavior of
5247 breakpoints with multiple locations.
5248 (Breakpoint Menus): Improve wording.
5249 (Output): Fix last change.
5250
a4ce5b0d
UW
52512007-11-17 Ulrich Weigand <uweigand@de.ibm.com>
5252
5253 * Makefile.in (Makefile): Do not depend on target_makefile_frag.
5254
1b39d5c0
DE
52552007-11-15 Doug Evans <dje@google.com>
5256
5257 * gdb.texinfo (Symbols): Update output of "maint info symtabs".
5258
7a72d44c
VP
52592007-11-15 Vladimir Prus <vladimir@codesourcery.com>
5260
5261 * gdbint.texinfo (Native Conditionals): Remove
5262 mention of CLEAR_SOLIB.
5ae4183a 5263
6d1829bf 52642007-11-11 Joel Brobecker <brobecker@adacore.com>
b4740add
JB
5265
5266 * gdb.texinfo (Print Settings): Add documentation for "set/show
5267 print frame-arguments".
5268
1a619819
LM
52692007-11-05 Luis Machado <luisgpm@br.ibm.com>
5270
3b784c4f 5271 * gdb.texinfo (Output): Update printf command's description.
1a619819 5272
55eddb0f
DJ
52732007-10-30 Daniel Jacobowitz <dan@codesourcery.com>
5274
5275 * gdb.texinfo (PowerPC): Document "set powerpc vector-abi" and "set
5276 powerpc soft-float".
5277
9cceb671
DJ
52782007-10-24 Daniel Jacobowitz <dan@codesourcery.com>
5279
5280 * gdb.texinfo (Files): Correct formatting. Mention Expat
5281 requirement.
5282 (Requirements for Building GDB): Expand the list of Expat
5283 uses.
5284 (Library List Format, Memory Map Format): Mention Expat.
5285 (Target Descriptions): Update Expat wording.
5286
83acabca
DJ
52872007-10-24 Daniel Jacobowitz <dan@codesourcery.com>
5288
5289 * gdbint.texinfo (Register and Memory Data, Target Conditionals):
5290 Document that gdbarch_convert_register_p should return zero for no-op
5291 conversions.
5292
e35879db
UW
52932007-10-22 Ulrich Weigand <uweigand@de.ibm.com>
5294
83acabca 5295 * gdbint.texi (Compiler Characteristics): Move documentation
e35879db
UW
5296 of set_gdbarch_sofun_address_maybe_missing back to ...
5297 (Target Conditionals): ... here to fix build break.
5298
203c3895
UW
52992007-10-19 Ulrich Weigand <uweigand@de.ibm.com>
5300
83acabca 5301 * gdbint.texi (Target Conditionals): Remove documentation of
203c3895
UW
5302 SOFUN_ADDRESS_MAYBE_MISSING, replaced by ...
5303 (Compiler Characteristics): ... documentation of
5304 set_gdbarch_sofun_address_maybe_missing.
5305
11411de3
DJ
53062007-10-17 Daniel Jacobowitz <dan@codesourcery.com>
5307
5308 * gdbint.texinfo (Target Conditionals): Use
5309 frame_unwind_register_unsigned in examples instead of
5310 frame_unwind_unsigned_register.
5311
7cc46491
DJ
53122007-10-15 Daniel Jacobowitz <dan@codesourcery.com>
5313
5314 * gdb.texinfo (Predefined Target Types): Add int128
5315 and uint128.
5316 (Standard Target Features): Add PowerPC features.
5317
81adfced
DJ
53182007-10-15 Daniel Jacobowitz <dan@codesourcery.com>
5319
5320 * gdb.texinfo (Maintenance Commands): Document "maint print c-tdesc".
5321
c1874924
UW
53222007-10-12 Ulrich Weigand <uweigand@de.ibm.com>
5323
5324 * gdbint.texi (Target Conditionals): Remove documentation
5325 of and references to DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS,
5326 gdbarch_extract_return_value, and gdbarch_store_return_value.
5327
f6e56ab3
UW
53282007-10-12 Ulrich Weigand <uweigand@de.ibm.com>
5329
5330 * gdbint.texi (Target Conditionals): Remove documentation of
5331 and references to DEPRECATED_REG_STRUCT_HAS_ADDR.
5332
56cf5405
KH
53332007-10-11 Kazu Hirata <kazu@codesourcery.com>
5334
5335 * gdb.texinfo: Mention that inaccessible-by-default is on by
5336 default.
5337
35156bae
DJ
53382007-10-11 Daniel Jacobowitz <dan@codesourcery.com>
5339
5340 * gdbint.texinfo (Target Conditionals): Remove VARIABLES_INSIDE_BLOCK.
5341
d983da9c
DJ
53422007-09-30 Daniel Jacobowitz <dan@codesourcery.com>
5343
5344 * gdb.texinfo (Setting Watchpoints): Adjust warning text about
5345 multi-threaded watchpoints.
5346 * gdbint.texinfo (Watchpoints): Describe how watchpoints are
5347 checked. Describe sticky notification. Expand description
5348 of steppable and continuable watchpoints.
5349 (Watchpoints and Threads): New subsection.
5350
fe6fbf8b
VP
53512007-09-28 Vladimir Prus <vladimir@codesourcery.com>
5352
5353 * gdb.texinfo (Setting Breakpoints): Revise
5354 documentation for pending breakpoints. Document
5355 breakpoints with multiple locations.
5ae4183a 5356
084344da
VP
53572007-09-19 Vladimir Prus <vladimir@codesourcery.com>
5358
5359 * gdb.texinfo (Miscellaneous gdb/mi Commands):
5360 Document -list-features.
5ae4183a 5361
82160952
EZ
53622007-09-15 Eli Zaretskii <eliz@gnu.org>
5363
5364 * gdb.texinfo (Output): Spell out which features of C's printf are
5365 not supported by GDB's printf.
7e27a47a
EZ
5366 (Separate Debug Files): More accurate wording regarding build ID
5367 and a reference to the ld manual rather than the Fedora wiki.
82160952 5368
ea37ba09
DJ
53692007-09-04 Daniel Jacobowitz <dan@codesourcery.com>
5370 Jim Blandy <jimb@codesourcery.com>
5371
5372 * gdb.texinfo (Output Formats): Update 'c' description. Describe 's'.
5373 (Examining Memory): Update mentions of the 's' format.
5374 (Automatic Display): Likewise.
5375
b8533aec
DJ
53762007-09-02 Daniel Jacobowitz <dan@codesourcery.com>
5377
5378 * gdb.texinfo: Update the FSF's Back-Cover Text.
5379
83f83d7f
JK
53802007-09-02 Jan Kratochvil <jan.kratochvil@redhat.com>
5381 Eli Zaretskii <eliz@gnu.org>
5382
5383 * gdb.texinfo (Separate Debug Files): Cosmetic quoting removal.
5384 Fixed the ``build ID'' name. New binaries build instructions for the
5385 build ID inclusion. Explain how the commands are specific to the build
5386 ID vs. debug link.
5387
c7e83d54
EZ
53882007-09-01 Eli Zaretskii <eliz@gnu.org>
5389
5390 * gdb.texinfo (Separate Debug Files): Fix last change. Add
5391 indexing for ``build ID'' support.
5392
d3750b24
JK
53932007-09-01 Jan Kratochvil <jan.kratochvil@redhat.com>
5394
5395 * gdb.texinfo (Separate Debug Files): Included a BUILD ID description.
5396 Enlisted BUILD ID to the debug file searching example.
5397 Included a BUILD ID `.note.gnu.build-id' section description.
5398 Updated/added the debug files splitting instructions for OBJCOPY.
5399
02142340
VP
54002007-08-31 Vladimir Prus <vladimir@codesourcery.com>
5401
5402 * gdb.texinfo (Variable Objects): Adjust docs
5403 for -var-info-expression and document
5404 -var-info-path-expression.
5405
d3bdde98
JB
54062007-08-20 Jim Blandy <jimb@codesourcery.com>
5407
3fb6a982
JB
5408 * gdb.texinfo (Top): Dedicate manual to the memory of Fred Fish.
5409 (title page): Include the dedication in the printed manual, as a
5410 separate page after the copyright notice.
5ae4183a 5411
d3bdde98
JB
5412 * gdb.texinfo (The F Reply Packet): Avoid confusing texi2html:
5413 don't break a @var across a line.
5414
c80a96a8
MR
54152007-07-25 Maciej W. Rozycki <macro@mips.com>
5416
5417 * Makefile.in (MAKEHTMLFLAGS): Also search the current directory
5418 for include files.
5419
5824a901
NR
54202007-07-12 Nick Roberts <nickrob@snap.net.nz>
5421
5422 * gdb.texinfo (Server Prefix): New node. Adapt from existing node
5ae4183a
AS
5423 in annotate.texinfo.
5424 (Command History): Link to new node.
5824a901 5425
d52e7ea3
UW
54262007-07-05 Markus Deuling <deuling@de.ibm.com>
5427
5428 * gdbint.texinfo (PC_LOAD_SEGMENT): Remove description.
5429
5fc14d0a
EZ
54302007-07-05 Eli Zaretskii <eliz@gnu.org>
5431
5432 * gdbint.texinfo (Target Conditionals): Fix last change.
5433
4a9bb1df
UW
54342007-07-03 Markus Deuling <deuling@de.ibm.com>
5435
5436 * gdb.texinfo: Replace following macros by their appropriate gdbarch
5437 routines:
5438 (TARGET_CHAR_SIGNED, CALL_DUMMY_LOCATION, CANNOT_FETCH_REGISTER)
5439 (CANNOT_STORE_REGISTER, GET_LONGJMP_TARGET, POINTER_TO_ADDRESS)
5440 (ADDRESS_TO_POINTER, INNER_THAN, FRAME_NUM_ARGS)
5441 (HAVE_NONSTEPPABLE_WATCHPOINT, TARGET_SHORT_BIT, TARGET_INT_BIT)
5442 (TARGET_LONG_BIT, TARGET_LONG_LONG_BIT, TARGET_FLOAT_BIT)
5443 (TARGET_DOUBLE_BIT, TARGET_LONG_DOUBLE_BIT, TARGET_PTR_BIT
5444 (TARGET_ADDR_BIT, SP_REGNUM, PC_REGNUM, PS_REGNUM, FP0_REGNUM)
5445 (STAB_REG_TO_REGNUM, ECOFF_REG_TO_REGNUM, DWARF_REG_TO_REGNUM)
5446 (SDB_REG_TO_REGNUM, DWARF2_REG_TO_REGNUM, BELIEVE_PCC_PROMOTION)
5447 (CONVERT_REGISTER_P, REGISTER_TO_VALUE, VALUE_TO_REGISTER)
5448 (POINTER_TO_ADDRESS, ADDRESS_TO_POINTER, EXTRACT_RETURN_VALUE)
5449 (STORE_RETURN_VALUE, SKIP_PROLOGUE, MEMORY_INSERT_BREAKPOINT)
5450 (BREAKPOINT_FROM_PC, MEMORY_REMOVE_BREAKPOINT, DECR_PC_AFTER_BREAK)
5451 (ADDR_BITS_REMOVE, TARGET_PRINT_INSN, SKIP_TRAMPOLINE_CODE)
5452 (IN_SOLIB_RETURN_TRAMPOLINE, NAME_OF_MALLOC, ADDRESS_CLASS_TYPE_FLAGS)
5453 (ADDRESS_CLASS_TYPE_FLAGS_TO_NAME, ADDRESS_CLASS_TYPE_FLAGS_P).
5454 (ADDRESS_CLASS_NAME_to_TYPE_FLAGS, ADJUST_BREAKPOINT_ADDRESS)
5455 (PRINT_FLOAT_INFO, PRINT_VECTOR_INFO, INTEGER_TO_ADDRESS)
5456 (SKIP_PERMANENT_BREAKPOINT, TARGET_VIRTUAL_FRAME_POINTER)
5457 (SOFTWARE_SINGLE_STEP_P)
5458
5459 (push_dummy_call, stabs_argument_has_addr, unwind_sp, unwind_pc)
5460 (print_registers_info, push_dummy_code, unwind_dummy_id): Rework
5461
5462 (REGISTER_CONVERT_TO_TYPE, END_OF_TEXT_DEFAULT, GDB_MULTI_ARCH)
5463 (GDB_TARGET_IS_HPPA, DEPRECATED_GET_SAVED_REGISTER)
5464 (SYMBOLS_CAN_START_WITH_DOLLAR, DEPRECATED_INIT_EXTRA_FRAME_INFO)
5465 (DEPRECATED_INIT_FRAME_PC, DEPRECATED_SIGTRAMP_START)
5466 (IN_SOLIB_CALL_TRAMPOLINE, NO_HIF_SUPPORT, REGISTER_CONVERTIBLE)
5467 (DEPRECATED_REGISTER_RAW_SIZE, PARM_BOUNDARY, DEPRECATED_STACK_ALIGN)
5468 (PROLOGUE_FIRSTLINE_OVERLAP, DEPRECATED_POP_FRAME, STEP_SKIPS_DELAY)
5469 (TARGET_COMPLEX_BIT, TARGET_DOUBLE_COMPLEX_BIT)
5470 (OS9K_VARIABLES_INSIDE_BLOCK, KERNEL_U_ADDR, KERNEL_U_ADDR_HPUX)
5471 (REGISTER_U_ADDR, U_REGS_OFFSET, DEBUG_PTRACE): Remove description.
5472
5473 (Converting an existing Target Architecture to Multi-arch): Remove
5474 section.
5475
5476 (gdbarch_unwind_pc, gdbarch_unwind_sp): Renew code example.
5477 (gdbarch_addr_bits_remove): Add code example.
5478
5479 * gdb.texinfo: Replace REGISTER_NAME by gdbarch_register_name.
5480
cfa9d6d9
DJ
54812007-07-02 Daniel Jacobowitz <dan@codesourcery.com>
5482
5483 * gdb.texinfo (Remote Configuration): Document library-info-packet.
5484 Add other missing entries. Adjust the table size to fit.
5485 (Stop Reply Packets): Use @itemize instead of @enumerate. Document
5486 stop reasons including the new "library" event.
5487 (General Query Packets): Adjust table widths for qSupported. Mention
5488 qXfer:libraries:read reply to qSupported and document the new packet.
5489 (Library List Format): New section.
5490
159fcc13
JK
54912007-07-01 Jan Kratochvil <jan.kratochvil@redhat.com>
5492
5493 * gdb.texinfo (Attach): Fixed GDB exit inferior detachment.
5494
f66d1690
MS
54952007-06-28 Michael Snyder <msnyder@svkmacdonelllnx>
5496
5497 * gdbint.texinfo (Table, Tuple and List Functions) Fix typo.
5498
67102876
NR
54992007-06-25 Nick Roberts <nickrob@snap.net.nz>
5500
5501 * gdbint.texinfo (Register and Memory Data): Break sections
5502 into nodes and add a menu.
5503
a4642986
MR
55042007-06-21 Maciej W. Rozycki <macro@mips.com>
5505
5506 * gdb.texinfo (Examining Memory): Document the new behaviour.
5507
e9c17194
VP
55082007-06-21 Vladimir Prus <vladimir@codesourcery.com>
5509
5510 * gdb.texinfo (Standard Target Features): Document
5511 m68k features.
5512
31d99776
DJ
55132007-06-18 Daniel Jacobowitz <dan@codesourcery.com>
5514
5515 * gdb.texinfo (General Query Packets): Document qOffsets changes.
5516
1780a0ed
DJ
55172007-06-13 Daniel Jacobowitz <dan@codesourcery.com>
5518
5519 * gdb.texinfo (Target Description Format): Add version attribute
5520 for <target>.
5521
822b6570
DJ
55222007-06-13 Daniel Jacobowitz <dan@codesourcery.com>
5523
5524 * gdb.texinfo (MIPS Features): Document org.gnu.gdb.mips.linux.
5525
f8b73d13
DJ
55262007-06-13 Daniel Jacobowitz <dan@codesourcery.com>
5527
5528 * gdb.texinfo (MIPS Features): New subsection.
5529
0e7f50da
UW
55302007-06-12 Ulrich Weigand <uweigand@de.ibm.com>
5531 Markus Deuling <deuling@de.ibm.com>
5532
5533 * gdb.texinfo (General Query Packets): Document qXfer:spu:read
5534 and qXfer:spu:write packets and mention them under qSupported.
5535
23d964e7
UW
55362007-06-12 Ulrich Weigand <uweigand@de.ibm.com>
5537 Markus Deuling <deuling@de.ibm.com>
5538
5539 * gdb.texinfo (Architectures): Add new SPU section to document
5540 Cell Broadband Engine SPU architecture specific commands.
5541
9f708cb2
VP
55422007-06-09 Vladimir Prus <vladimir@codesourcery.com>
5543
5544 * gdb.texinfo (GDB/MI Variable Objects): Editorial
5545 comments.
5546
7579b5f8
NR
55472007-06-07 Nick Roberts <nickrob@snap.net.nz>
5548
5549 * gdb.texinfo (Emacs): Describe GDB under Emacs 22.1.
5550
bf06d120
JB
55512007-05-29 Jim Blandy <jimb@codesourcery.com>
5552
5553 * gdb.texinfo (Overview): Doc fix.
5554
23776285
MR
55552007-05-22 Maciej W. Rozycki <macro@mips.com>
5556
5557 * gdb.texinfo (Remote Configuration): Document "set/show
5558 remoteflow".
5559
1a69e1e4
DJ
55602007-05-16 Daniel Jacobowitz <dan@codesourcery.com>
5561
bf06d120
JB
5562 * gdb.texinfo (MIPS): Remove documentation for set mips
5563 saved-gpreg-size, show mips saved-gpreg-size, and set mips
5564 stack-arg-size.
1a69e1e4 5565
46ba6afa 55662007-05-14 Bob Wilson <bob.wilson@acm.org>
5ae4183a 5567
46ba6afa
BW
5568 * all-cfg.texi (GDBTUI): New.
5569 * gdb.texinfo (Mode Options): Use GDBTUI variable.
5570 (TUI, TUI Overview, TUI Keys, TUI Single Key Mode, TUI Commands)
5571 (TUI Configuration): Edit to improve clarity and fix problems of
5572 both style and content.
5ae4183a 5573
06d3b283
UW
55742007-05-11 Ulrich Weigand <uweigand@de.ibm.com>
5575
5576 * observer.texi (GDB Observers): New observer "new_objfile".
5577
179101d6
UW
55782007-05-08 Ulrich Weigand <uweigand@de.ibm.com>
5579
5580 * gdbint.texinfo (Native Conditionals): Remove USE_PROC_FS.
5581
25d5ea92
VP
55822007-04-14 Vladimir Prus <vladimir@codesourcery.com>
5583
5584 * gdb.texinfo (GDB/MI Variable Objects): Document
5585 frozen variables objects.
5ae4183a 5586
ea35711c
DJ
55872007-04-13 Daniel Jacobowitz <dan@codesourcery.com>
5588
5589 * gdb.texinfo (Memory): Reference Remote Debugging chapter.
5590 (Character Sets, Caching Data of Remote Targets): Likewise.
5591 (Targets): Delete Remote node. Move its text...
5592 (Debugging Remote Programs): ...to here. Delete description
5593 of the "remote" command.
5594 (Remote configuration): Delete description of "set remotedevice"
5595 and "show remotedevice".
5596 (Embedded Processors): Delete H8/300, H8/500, and SH nodes.
5597
db2e3e2e
BW
55982007-04-11 Bob Wilson <bob.wilson@acm.org>
5599
5ae4183a
AS
5600 * gdb.texinfo (Contributors, Continuing and Stepping)
5601 (Fortran Defaults, HPPA, TUI, TUI Commands, Configure Options)
5602 (General Query Packets, File-I/O Remote Protocol Extension)
5603 (Protocol Basics, The F Reply Packet, Write)
5604 (Protocol-specific Representation of Datatypes, Memory Transfer):
5605 Fix hyphenation, punctuation and grammar problems.
5606 (Cygwin Native): Likewise. Also fix misuse of @pxref and use
5607 'section' instead of 'subsection' in the text.
5608 (Non-debug DLL Symbols): Avoid 'subsubsection' in the text.
5609 (i386): Remove period from section name.
db2e3e2e
BW
5610 (Installing GDB, Requirements, Running Configure, Separate Objdir)
5611 (Config Names, Configure Options): Use @file{configure}.
5612
8a3dae3e
DJ
56132007-04-11 Daniel Jacobowitz <dan@codesourcery.com>
5614
5615 * gdbint.texinfo (Writing Tests): Mention gdb_test_multiple
5616 and tab expansion.
5617
1a92f856
DJ
56182007-04-10 Daniel Jacobowitz <dan@codesourcery.com>
5619
5620 * gdbint.texinfo (SOM): Correct location of the SOM reader.
5621
79a6e687 56222007-04-02 Bob Wilson <bob.wilson@acm.org>
5ae4183a 5623
79a6e687
BW
5624 * gdb.texinfo: Consistently capitalize all significant words in
5625 node names, chapter titles, section titles, and headings. Update
5626 cross references to match.
5627 (Starting and Stopping Trace Experiment): Make node name plural.
5628 (Breakpoint related warnings): Hyphenate "Breakpoint-related".
5ae4183a 5629
ad527d2e
PA
56302007-03-30 Pedro Alves <pedro_alves@portugalmail.pt>
5631
5632 * gdb.texinfo (WinCE): Delete obsolete subsection.
5633
7ce59000
DJ
56342007-03-30 Daniel Jacobowitz <dan@codesourcery.com>
5635
5636 * gdb.texinfo (M68K): Remove obsolete ROM monitors.
5637 * gdbint.texinfo (DWARF 1): Delete section and other dwarfread.c
5638 references.
5639
8807d78b
DJ
56402007-03-30 Daniel Jacobowitz <dan@codesourcery.com>
5641
5642 * gdb.texinfo (Startup): Delete references to some alternate
5643 names for .gdbinit.
5644 (Thread): Remove LynxOS reference.
5645 (Tandem ST2000): Delete target-specific documentation.
5646 * gdbint.texinfo (Symbol Handling): Remove mention of NLM.
5647 (Target Architecture Definition): Remove mention of GDB_OSABI_NETWARE
5648 and GDB_OSABI_LYNXOS.
5649
5f402660
UW
56502007-03-29 Ulrich Weigand <uweigand@de.ibm.com>
5651
5652 * gdbint.texi (Native Conditionals): Remove PTRACE_ARG3_TYPE.
5653
bac718a6
UW
56542007-03-27 Ulrich Weigand <uweigand@de.ibm.com>
5655
5656 * gdbint.texinfo (Target Conditionals): Remove mention of
5657 DEPRECATED_REMOTE_BREAKPOINT, DEPRECATED_BIG_REMOTE_BREAKPOINT,
5658 and DEPRECATED_LITTLE_REMOTE_BREAKPOINT.
5659
9453113a
DJ
56602007-03-27 Brooks Moses <brooks.moses@codesourcery.com>
5661
5662 * Makefile.in: Add "pdfdir" installation
5663 directory, PDFTEX macro, support for "install-pdf" target,
5664 and rules for making a pdf version of refcard.texi.
5665 * refcard.tex: Specify paper size for PDF output.
5666
ae21e955 56672007-03-26 Bob Wilson <bob.wilson@acm.org>
5ae4183a 5668
ae21e955 5669 * gdb.texinfo (Omissions from Ada, Additions to Ada): Wrap long lines.
5ae4183a 5670
3f94c067 56712007-03-26 Bob Wilson <bob.wilson@acm.org>
5ae4183a 5672
3f94c067
BW
5673 * gdb.texinfo (Invoking GDB): Use @value{GDBP}.
5674 (Source Path, Character Sets, Macros, Define)
5675 (GDB/MI Result Records, GDB/MI Simple Examples)
5676 (GDB/MI Program Execution, GDB/MI File Commands)
5677 (Maintenance Commands, Packets, File-I/O Overview): Use @value{GDBN}.
5678 (Bug Reporting): Use @value{GCC}.
5ae4183a 5679
12c27660 56802007-03-26 Bob Wilson <bob.wilson@acm.org>
5ae4183a 5681
12c27660
BW
5682 * gdb.texinfo (Help): Fix formatting of examples.
5683 (Variables): Use @ifnotinfo instead of @iftex.
5684 (Non-debug DLL symbols): Use @ref instead of @pxref.
5685 (Sparclet File): Use @samp instead of quotes.
5ae4183a 5686
ce9341a1
BW
56872007-03-26 Bob Wilson <bob.wilson@acm.org>
5688
5689 * gdb.texinfo (Variables, C): Update cross reference to GCC docs.
5690
c8f4133a
BW
56912007-03-26 Bob Wilson <bob.wilson@acm.org>
5692
5693 * gdb.texinfo (Top): Move TUI and Annotations menu entries to match
5694 the order of the nodes.
5695 (C Operators, C Constants, Debugging C): Remove extra menus.
5696 (Method Names in Commands): Do not specify next/prev/up nodes.
5ae4183a 5697
c8f4133a 56982007-03-26 Bob Wilson <bob.wilson@acm.org>
d52fb0e9
BW
5699
5700 * gdb.texinfo (File Options): Add missing parenthesis.
5701 (Breakpoints, Special Fortran commands, PowerPC): Fix typos.
5702
c74d0ad8
DJ
57032007-02-26 Daniel Jacobowitz <dan@codesourcery.com>
5704
5705 * gdb.texinfo (Monitor commands for gdbserver): New subsection.
5706
ff6f572f
DJ
57072007-02-26 Daniel Jacobowitz <dan@codesourcery.com>
5708
669fac23 5709 * gdb.texinfo (Standard Target Features): Mention
ff6f572f
DJ
5710 case insensitivity.
5711 (ARM Features): Describe org.gnu.gdb.xscale.iwmmxt.
5712
994337c3
NR
57132007-02-18 Nick Roberts <nickrob@snap.net.nz>
5714
5715 * gdb.texinfo (Top): Put Appendix A after numbered sections.
5716 (Files): Add section name to argument list for pxref.
5717 (Non-debug DLL symbols): Don't use `see' for pxref.
5718 (Embedded Processors): Fix typo.
5719 (GDB/MI Breakpoint Commands): Execution commands generate
5720 *stopped not ^done.
5721
eb819d70
NR
57222007-02-13 Nick Roberts <nickrob@snap.net.nz>
5723
5724 * gdb.texinfo (GDB/MI Variable Objects): Describe meanings of
5725 values for in_scope. Mention that only root variables can be
5726 updated.
5727 (GDB/MI Development and Front Ends): Explain new values may be
5728 added to existing fields.
5729
123dc839
DJ
57302007-02-08 Daniel Jacobowitz <dan@codesourcery.com>
5731
5732 * gdb.texinfo (-target-disconnect): Use @smallexample.
5733 (Requirements): Add anchor for Expat. Update description.
5734 (Target Descriptions): Mention Expat.
5735 (Target Description Format): Document new elements. Use
5736 @smallexample.
5737 (Predefined Target Types, Standard Target Features): New sections.
669fac23 5738 * gdbint.texinfo (Target Descriptions): New section.
123dc839 5739
108546a0
DJ
57402007-02-07 Daniel Jacobowitz <dan@codesourcery.com>
5741
5742 * gdb.texinfo (Target Description Format): Add section on XInclude.
5743
95a98c01
NR
57442006-02-03 Nick Roberts <nickrob@snap.net.nz>
5745
5746 * gdb.texinfo (GDB/MI Miscellaneous Commands): Describe the new
5747 command -enable-timings.
5748
f4b3909f
EZ
57492007-02-02 Markus Deuling <deuling@de.ibm.com> (tiny change)
5750
5ae4183a 5751 * gdbint.texinfo (Operation System ABI Variant Handling): Update
f4b3909f
EZ
5752 descriptions for new/deleted elements in gdb_osabi. Add missing
5753 description for function generic_elf_osabi_sniff_abi_tag_sections.
5754
c7ba131e
JB
57552007-01-29 Joel Brobecker <brobecker@adacore.com>
5756
5757 * gdb.texinfo (Maintenance Commands): Add documentation for
5758 the new "maint print target-stack" command.
5759
3a60f64e
JK
57602007-01-26 Jan Kratochvil <jan.kratochvil@redhat.com>
5761 Eli Zaretskii <eliz@gnu.org>
5762
f4b3909f 5763 * gdb.texinfo: Describe CHAR array vs. string identification rules.
3a60f64e 5764
c582f8b6
EZ
57652007-01-26 Eli Zaretskii <eliz@gnu.org>
5766
5767 * gdb.texinfo (Compilation, Files, Bootstrapping, Bug Reporting):
5768 Use @value{NGCC} instead of @value{GCC}.
5769
d3e8051b
EZ
57702007-01-20 Ralf Wildenhues <Ralf.Wildenhues@gmx.de> (tiny change)
5771
5772 * agentexpr.texi: Fix typos.
5773 * annotate.texinfo: Likewise.
5774 * gdb.texinfo: Likewise.
5775 * gdbint.texinfo: Likewise.
5776 * observer.texi: Likewise.
5777 * stabs.texinfo: Likewise.
5778
86f04699
EZ
57792007-01-20 Markus Deuling <deuling@de.ibm.com> (tiny change)
5780
5781 * gdbint.texinfo (Support Libraries): Remove mmalloc
5782 entry. Describe readline library.
5783
23181151
DJ
57842007-01-09 Daniel Jacobowitz <dan@codesourcery.com>
5785
5786 * gdb.texinfo (Target Descriptions): New section.
5787 (General Query Packets): Add QPassSignals anchor. Mention
5788 qXfer:features:read under qSupported. Expand mentions of
5789 qXfer:memory-map:read and QPassSignals. Document
5790 qXfer:features:read.
5791
f822c95b
DJ
57922007-01-08 Daniel Jacobowitz <dan@codesourcery.com>
5793
5794 * gdb.texinfo (Commands to specify files): Describe
5795 "set sysroot" and "show sysroot".
5796 (Using the `gdbserver' program): Lowercase argument
5797 to @var. Expand description of setting up GDB on the
5798 host.
5799
8936fcda
JB
58002007-01-05 Joel Brobecker <brobecker@adacore.com>
5801
5802 * gdb.texinfo (Set Catchpoints): Add documentation for the new
5803 catch exception, catch exception unhandled, and catch assert
5804 commands.
5805
e776119f
DJ
58062007-01-04 Daniel Jacobowitz <dan@codesourcery.com>
5807
5808 * gdb.texinfo (Debugging Output): Document "set debug xml"
5809 and "show debug xml".
5810
aa79a185
DJ
58112007-01-04 Daniel Jacobowitz <dan@codesourcery.com>
5812
5813 * gdbint.texinfo (Compiler Warnings): Update for -Wall use.
5814
7f893741
JB
58152007-01-01 Joel Brobecker <brobecker@adacore.com>
5816
5817 * gdbint.texinfo (Start of New Year Procedure): Add missing item.
5818
a1b5960f
VP
58192006-12-08 Vladimir Prus <vladimir@codesourcery.com>
5820
5821 * gdb.texinfo (GDB/MI Variable Objects): Wrap historical
5822 note in @ignore, to be removed later if nobody complains.
5823
9f470e6e
NR
58242006-12-04 Nick Roberts <nickrob@snap.net.nz>
5825
5826 * gdb.texinfo (GDB/MI Variable Objects): Describe -c option
5827 of -var-delete.
5828
765dc015 58292006-11-22 Vladimir Prus <vladimir@codesourcery.com>
5ae4183a 5830
765dc015 5831 * gdb.texinfo (Setting breakpoints): Document
5ae4183a
AS
5832 automatic software/hardware breakpoint usage and
5833 the "set breakpoint auto-hw" command.
765dc015 5834
4b5752d0
VP
58352006-11-21 Vladimir Prus <vladimir@codesourcery.com>
5836
5837 * gdb.texinfo (Memory Access Checking): New.
5838
89be2091
DJ
58392006-11-16 Daniel Jacobowitz <dan@codesourcery.com>
5840
5841 * gdb.texinfo (Remote configuration): Mention
5842 "pass-signals-packet".
5843 (General Query Packets): Document QPassSignals. Fix
5844 a typo.
5845
ca3bf3bd
DJ
58462006-11-14 Maxim Grigoriev <maxim@tensilica.com>
5847
5848 * gdb.texinfo (Contributors): Add contributors of Xtensa port.
5849
427c3a89
DJ
58502006-11-14 Daniel Jacobowitz <dan@codesourcery.com>
5851
5852 * gdb.texinfo (Remote configuration): Rewrite documentation for
5853 packet configuration commands.
5854 (OS Information): Adjust reference to qXfer:auxv:read.
5855 (General Query Packets): Remove references to read-aux-vector-packet
5856 and set remote get-thread-local-storage-address.
5857
7a107747
DJ
58582006-11-10 Daniel Jacobowitz <dan@codesourcery.com>
5859
5860 * gdbint.texinfo (Target Architecture Definition): Add new
5861 Initializing a New Architecture section.
5862
1c56eb0e
EZ
58632006-10-31 David Taylor <dtaylor@emc.com>
5864
5865 * stabs.texinfo (Macro define and undefine): New node describing
5866 stabs for #define and #undef.
5867
f73adfeb
AS
58682006-10-27 Andreas Schwab <schwab@suse.de>
5869
5870 * gdb.texinfo (Processes): Rename "detach-fork" to "detach fork".
5871
fd60e0df
EZ
58722006-10-21 Eli Zaretskii <eliz@gnu.org>
5873
5874 * gdb.texinfo (Breakpoints, Set Watchpoints): Elaborate and
5875 clarify on the possible meanings of ``expression'' watched by
5876 watchpoints. Add indexing.
e5ac9b53
EZ
5877 (Prompting, Errors, Invalidation, Annotations for Running)
5878 (Source Annotations): Fix index entries by adding "annotation" to
5879 them, to discriminate from index entries that point to the more
5880 general topic descriptions.
fd60e0df 5881
52bb452f
DJ
58822006-10-17 Daniel Jacobowitz <dan@codesourcery.com>
5883
5884 * gdbint.texinfo (Target Vector Definition): Move most
5885 content into Existing Targets. Add a menu.
5886 (Existing Targets): New section, moved from Target Vector
5887 Definition. Use @subsection.
5888 (Managing Execution State): New section.
5889
58955e58
BW
58902006-10-16 Bob Wilson <bob.wilson@acm.org>
5891
5892 * gdb.texinfo (ST2000): Use Ctrl- instead of C-.
5893
c8aa23ab
EZ
58942006-10-15 Eli Zaretskii <eliz@gnu.org>
5895
5896 * gdb.texinfo (Sample Session, Invocation, Quitting GDB)
5897 (Command Syntax, Signals, Backtrace, Connecting)
5898 (Remote configuration, Renesas Boards, Console I/O): Fix last
5899 change: use Ctrl- instead of C-, except wrt Emacs.
5900 (File-I/O Examples): Put Ctrl-c in @kbd.
5901 (Cygwin Native, File-I/O Overview, The Ctrl-C message)
5902 (Console I/O): Use @samp with Ctrl-.
45ac1734
EZ
5903 (Signals, Set Breaks, Set Watchpoints): Document optional
5904 arguments to `info signals' `handle', `info breakpoints', and
5905 `info watchpoints'.
c8aa23ab 5906
e7109c7e
EZ
59072006-10-14 Eli Zaretskii <eliz@gnu.org>
5908
5909 * gdb.texinfo (Backtrace): Fix last change.
5910
de3aea7b
NR
59112006-10-14 Nick Roberts <nickrob@snap.net.nz>
5912
5913 * gdb.texinfo (Backtrace): Order correctly and add other cases.
5914
7f9087cb
BW
59152006-10-10 Bob Wilson <bob.wilson@acm.org>
5916
c8aa23ab
EZ
5917 * gdb.texinfo (Command Syntax, Connecting, Remote configuration)
5918 (Renesas Boards, ST2000, TUI Keys, TUI Single Key Mode)
5919 (TUI Commands, Emacs, Console I/O): Fix @key and @kbd usage.
7f9087cb 5920
68437a39
DJ
59212006-09-21 Vladimir Prus <vladimir@codesourcery.com>
5922 Daniel Jacobowitz <dan@codesourcery.com>
5923
5924 * gdb.texinfo (Packets): Document vFlashErase,
5925 vFlashWrite and vFlashDone packets.
5926 (General Query Packets): Document qXfer:memory-map:read.
5927 Add a new feature for qXfer:memory-map:read.
5928 (Memory map format): New section.
5929 (Target Commands): Mention that gdb can write flash.
5930
fd79ecee
DJ
59312006-09-21 Vladimir Prus <vladimir@codesourcery.com>
5932 Daniel Jacobowitz <dan@codesourcery.com>
5933
5934 * gdb.texinfo (Memory Region Attributes): Mention target-supplied
5935 memory regions and "mem auto".
5936
350da6ee
DJ
59372006-09-21 Nathan Sidwell <nathan@codesourcery.com>
5938
5939 * gdbint.texinfo (Array Containers): New section.
5940
2f1acb09
VP
59412006-09-17 Vladimir Prus <vladimir@codesourcery.com>
5942
5943 * gdb.texinfo (GDB/MI Stack Manipulation): Mention that
5944 -stack-list-arguments HIGH_FRAME argument can be larger then the
5945 actual number of frames.
5946
2ab1eb7a
VP
59472006-09-07 Vladimir Prus <vladimir@codesourcery.com>
5948
5949 * gdb.texinfo (GDB/MI Stack Manipulation): Mention that
5ae4183a
AS
5950 -stack-list-locals HIGH_FRAME argument can be larger then the
5951 actual number of frames.
2ab1eb7a 5952
599b237a
BW
59532006-09-02 Bob Wilson <bob.wilson@acm.org>
5954
5955 * gdb.texinfo (Packets, Stop Reply Packets, General Query Packets,
5956 Register Packet Format, Tracepoint Packets): Fix spelling errors.
5957
25ab7e6d
EZ
59582006-09-02 Eli Zaretskii <eliz@gnu.org>
5959
5960 * gdbint.texinfo (Overall Structure): New section "Source Tree
5961 Structure".
5962
940178d3
JB
59632006-08-17 Jim Blandy <jimb@codesourcery.com>
5964
5965 * gdb.texinfo (Stop Reply Packets): Note similarity of 'S' and 'T'
5966 responses.
5967
30daae6c
JB
59682006-08-08 Joel Brobecker <brobecker@adacore.com>
5969
5970 * gdb.texinfo (Source Path): Add documentation for new
5971 substitute-path commands.
5972
7fa2210b
DJ
59732006-08-08 Daniel Jacobowitz <dan@codesourcery.com>
5974
5975 * gdb.texinfo (Installing GDB): Update menu. Move text to...
5976 (Running Configure): ...here.
5977 (Requirements): New node. Mention expat.
5978
3d00d119
DJ
59792006-08-08 Vladimir Prus <vladimir@codesourcery.com>
5980
5ae4183a 5981 * gdb.texinfo (Target Commands): Remove
3d00d119
DJ
5982 'set download-write-size' and 'show download-write-size'.
5983
0cbfa4ee
DJ
59842006-08-01 Daniel Jacobowitz <dan@codesourcery.com>
5985
5986 * stabs.texinfo (Member Type Descriptor): Correct example for
5987 pointer to member types.
5988
16026cd7
AS
59892006-07-21 Andrew Stubbs <andrew.stubbs@st.com>
5990
5991 * gdb.texinfo (Optional warnings and messages): Add
5992 'set/show trace-commands'.
5993 (Command files): Add '-v' to source command.
5994
0876f84a
DJ
59952006-07-12 Daniel Jacobowitz <dan@codesourcery.com>
5996
5997 * gdb.texinfo (OS Information): Update qPart reference to
5998 qXfer.
5999 (Remote configuration): Likewise.
6000 (Overview): Move @cindex to the start of a paragraph. Talk
6001 about binary data encoding.
6002 (Packets): Refer to the overview for the details of the X
6003 packet encoding.
6004 (General Query Packets): Remove qPart description. Add qXfer
6005 description. Add an anchor to qSupported. Correct feature
6006 table title. Add a new feature for qXfer:auxv:read.
6007 (Interrupts): Add a missing parenthesis.
6008
2ec3381a
DJ
60092006-07-05 Daniel Jacobowitz <dan@codesourcery.com>
6010
669fac23 6011 * gdb.texinfo (KOD): Remove node.
2ec3381a
DJ
6012 (GDB/MI Kod Commands): Remove commented out node.
6013
594fe323
EZ
60142006-07-01 Eli Zaretskii <eliz@gnu.org>
6015
6016 * gdb.texinfo (GDB/MI Output Syntax, GDB/MI Simple Examples)
6017 (GDB/MI Breakpoint Commands, GDB/MI Program Context)
6018 (GDB/MI Thread Commands, GDB/MI Program Execution)
6019 (GDB/MI Stack Manipulation, GDB/MI Variable Objects)
6020 (GDB/MI Data Manipulation, GDB/MI Symbol Query)
6021 (GDB/MI File Commands, GDB/MI Target Manipulation)
6022 (GDB/MI Miscellaneous Commands): Change (@value{GDBP})->(gdb),
6023 since the MI prompt is hard-wired into the code.
6024
7e3fb70c
NR
60252006-07-01 Nick Roberts <nickrob@snap.net.nz>
6026
6027 * gdb.texinfo (GDB/MI Compatibility with CLI): Qualify more carefully.
6028 (GDB/MI Simple Examples): Use @subheading for "A Bad Command".
6029 (GDB/MI Data Manipulation): Remove description of unimplemented
6030 display related commands as variable objects perform this function
6031 and are superior: -display-delete, -display-disable,
6032 -display-enable, -display-insert and -display-list. Move
6033 -environment-cd, -environment-directory, -environment-path
6034 and -environment-pwd to "Program Context".
6035 (GDB/MI Program Control): Rename to "Program Execution". Move
6036 -exec-arguments -exec-abort to...
6037 (GDB/MI Program Context): ...here. New node split from "Data
6038 Manipulation".
6039
be2a5f71
DJ
60402006-06-21 Daniel Jacobowitz <dan@codesourcery.com>
6041
6042 * gdb.texinfo (Remote configuration): Document set / show
6043 remote supported-packets.
6044 (General Query Packets): Document qSupported packet.
6045
fc320d37
SL
60462006-06-10 Sandra Loosemore <sandra@codesourcery.com>
6047
6048 * gdb.texinfo (File-I/O overview): Copy edit for grammar, spelling,
6049 and font markup.
6050 (Protocol basics): Likewise.
6051 (The F request packet): Likewise.
6052 (The F reply packet): Likewise.
6053 (Memory transfer): Move this node to be a subsubsection of
6054 "Protocol specific representation of datatypes".
6055 (The Ctrl-C message): More copy editing.
6056 (Console I/O): Likewise.
6057 (The isatty call): Delete this node, and merge its content into
6058 the "isatty" node. Fixed references elsewhere.
6059 (The system call): Delete this node, and merge its content into
6060 the "system" node. Fixed references elsewhere.
6061 (open): Reformat to use @table, and add appropriate font markup.
6062 (close): Likewise.
6063 (read): Likewise.
6064 (write): Likewise.
6065 (lseek): Likewise.
6066 (rename): Likewise.
6067 (unlink): Likewise.
6068 (stat/fstat): Likewise.
6069 (gettimeofday): Likewise.
6070 (isatty): Likewise.
6071 (system): Likewise, plus minor changes to fix confusing wording.
6072 (Integral datatypes): Fix font markup.
6073 (Pointer values): Likewise.
6074 (struct stat): Fix markup to use @table, plus minor copy editing.
6075 (struct timeval): Fix font markup, plus minor copy editing.
6076 (Constants): Minor copy editing.
6077 (Errno values): Add font markup.
6078 (File-I/O Examples): Likewise.
6079
158fdf5c
NR
60802006-06-10 Nick Roberts <nickrob@snap.net.nz>
6081
6082 * gdb.texinfo (GDB/MI): Remove duplicate acknowledgements.
6083 (GDB/MI Simple Examples): Move node up one level. Use real
6084 examples.
6085 (GDB/MI Compatibility with CLI): Update.
6086 (GDB/MI Result Records): Add "connected" and "exit" result
6087 classes.
6088 (GDB/MI Stream Records): Clarify target output.
6089 (GDB/MI Command Description Format): Modify example description.
6090 (GDB/MI Breakpoint Table Commands): Rename to...
6091 (GDB/MI Breakpoint Commands): ...this
6092 (GDB/MI Breakpoint Commands): Add optional thread field.
6093 (GDB/MI Program Control): Add an introduction. Move "Program
6094 termination" examples into exec-run description.
6095 (GDB/MI File Commands): Mention similar CLI commands.
6096 (GDB/MI Miscellaneous Commands): Move to end. Mention "show version"
6097 is similar to "-gdb-version".
6098
ddb50cd7
EZ
60992006-06-09 Eli Zaretskii <eliz@gnu.org>
6100
6101 * gdb.texinfo (Symbols): Fix "(gdb)"=>"(@value{GDBP})".
6102
2aef0d6b
NR
61032006-06-02 Nick Roberts <nickrob@snap.net.nz>
6104
6105 * gdb.texinfo (GDB/MI Development and Front Ends): Use
6106 sourceware.org for mailing lists.
d5e40d59 6107 (GDB/MI File Commands): New node split from Program Control.
2aef0d6b 6108
383a5c52
NR
61092006-06-01 Nick Roberts <nickrob@snap.net.nz>
6110
d5e40d59 6111 * gdb.texinfo (GDB/MI Development and Front Ends): New node.
383a5c52 6112
e16b02ee
EZ
61132006-05-22 Eli Zaretskii <eliz@gnu.org>
6114
6115 * gdb.texinfo (Cygwin Native): Fix last change.
6116
be90c084
CF
61172006-05-22 Christopher Faylor <cgf@timesys.com>
6118
6119 * gdb.texinfo (Cygwin Native): Document set/show cygwin-exceptions.
6120
347ceba5
NR
61212006-05-15 Nick Roberts <nickrob@snap.net.nz>
6122
6123 * gdbint.texinfo (Algorithms): Correct spelling and punctuation.
6124 (Releasing GDB, Testsuite): Remove details for including DejaGnu.
6125
369af7bd
DJ
61262006-05-14 Daniel Jacobowitz <dan@codesourcery.com>
6127
6128 * gdb.texinfo (General Query Packets): Recommend not starting
6129 new packets with qC and clarify.
6130
2ffdbde8 61312006-05-13 Gaius Mulley <gaius@glam.ac.uk>
229582b7
GM
6132
6133 * gdb.texinfo (M2 Types): New section.
72019c9c 6134
16d1a084
DJ
61352006-05-10 Daniel Jacobowitz <dan@codesourcery.com>
6136
6137 * agentexpr.texi: Add a copyright and license notice.
6138 * observer.texi: Likewise, with GPL clause for function prototypes.
6139 Remove trailing whitespace.
6140
aa56d27a
JB
61412006-05-05 Jim Blandy <jimb@codesourcery.com>
6142
6143 * gdb.texinfo (General Query Packets): Document conventions for
6144 terminating packet names, and their violations.
6145
5bdf8622
DJ
61462006-05-05 Daniel Jacobowitz <dan@codesourcery.com>
6147
6148 * Makefile.in (GDB_DOC_SOURCE_INCLUDES): Update for readline 5.1.
6149 * gdb.texinfo: Likewise.
6150
605a56cb
DJ
61512006-05-05 Daniel Jacobowitz <dan@codesourcery.com>
6152
6153 * gdb.texinfo (Remote Configuration): Remove "set remotedebug"
6154 and "show remotedebug".
6155 (Debugging Output): Add additional index entries.
6156
b8db102d
MS
61572006-04-27 Michael Snyder <msnyder@redhat.com>
6158
6159 * gdb.texinfo (delete-fork): Command renamed to "delete fork".
6160
c5e30d01
AC
61612006-04-22 Andrew Cagney <cagney@redhat.com>
6162
6163 * gdb.texinfo (Contributors): Credit frame unwinder contributors.
6164 * gdbint.texinfo (Algorithms): Fix errors in frame documentation.
6165
8181d85f
DJ
61662006-04-18 Daniel Jacobowitz <dan@codesourcery.com>
6167
6168 * gdbint.texinfo (x86 Watchpoints, Target Conditionals): Update insert
6169 and remove breakpoint prototypes.
6170 (Watchpoints): Move description of target_insert_hw_breakpoint and
6171 target_remove_hw_breakpoint ...
6172 (Breakpoints): ... to here. Document target_insert_breakpoint and
6173 target_remove_breakpoint.
6174
4f553f88
JB
61752006-04-17 Jim Blandy <jimb@codesourcery.com>
6176
6177 * gdb.texinfo (Packets): Note that 'addr' arguments to s, S, c,
6178 and C packets are optional.
6179
cd852561
FR
61802006-04-14 Frederic Riss <frederic.riss@st.com>
6181
6182 * gdb.texinfo (Specifying source directories): Update the description
6183 of the source file search to reflect the fact that the source path
6184 always contains at least $cdir and $cwd.
6185
b620eb07
MS
61862006-03-31 Michael Snyder <msnyder@redhat.com>
6187
6188 * gdb.texinfo: Update copyright dates.
6189
3156cdaf
EZ
61902006-03-31 Eli Zaretskii <eliz@gnu.org>
6191
6192 * gdb.texinfo (Overview): Add an index entry to "empty response".
6193
7d30c22d
JB
61942006-03-28 Jim Blandy <jimb@codesourcery.com>
6195
6196 * gdbint.texinfo (Prologue Analysis): New section.
6197
86941c27
JB
61982006-03-07 Jim Blandy <jimb@red-bean.com>
6199
66b8c7f6
JB
6200 * gdb.texinfo (Connecting): Document 'target remote pipe'.
6201
1a10341b
JB
6202 * gdb.texinfo (Target Commands): Update text describing how to
6203 specify a target. Refer to the detailed section on remote
6204 debugging, not the brief mention.
6205
86941c27
JB
6206 * gdb.texinfo (Connecting): Organize the different 'target remote'
6207 connection methods into a table. Add a 'target remote' index
6208 entry. (!!!)
6209
62f3a2ba
FF
62102006-02-17 Fred Fish <fnf@specifix.com>
6211
6212 * gdb.texinfo (Symbols): Update descriptions of 'whatis' and
6213 'ptype' commands to reflect the fact that the only significant
6214 difference between them is that ptype prints the complete type
6215 description instead of just the name.
6216
8b9a88ea
WZ
62172006-02-13 Wu Zhou <woodzltc@cn.ibm.com>
6218
6219 * gdbint.texinfo (Watchpoints): Delete
6220 TARGET_REGION_SIZE_OK_FOR_HW_WATCHPOINT.
6221
7e8dc855
NR
62222006-02-10 Nick Roberts <nickrob@snap.net.nz>
6223
6224 * gdb.texinfo (GDB/MI Breakpoint Table Commands): Add fullname and
6225 times fields where needed. Fix typos. Update general form given
6226 for output of -break-insert.
6227 (GDB/MI): Abbreviate some unnecessarily long fullnames.
6228
c91d38aa
DJ
62292006-02-06 Daniel Jacobowitz <dan@codesourcery.com>
6230
6231 * gdbint.texinfo (Symbol Handling): Add a section
6232 on memory management.
6233
38fcd64c
DJ
62342006-02-06 Vladimir Prus <ghost@cs.msu.su>
6235
6236 * gdb.texinfo (Breakpoint table commands): Document the fullname
6237 field in -break-list output.
6238
219eec71
EZ
62392006-02-03 Eli Zaretskii <eliz@gnu.org>
6240
6241 * gdb.texinfo (Cygwin Native): Fix typos. Clarify the types of
6242 debugging information produced by the various "set debug..."
6243 options.
6244
ae5a43e0
DJ
62452006-02-01 Daniel Jacobowitz <dan@codesourcery.com>
6246
6247 * gdb.texinfo (Files): Remove obsolete bits from the description
6248 of "symbol-file".
6249
a9f158ec
JB
62502006-01-25 Jim Blandy <jimb@redhat.com>
6251
6252 * gdbint.texinfo (Testsuite): Explain how to run selected tests.
6253
410dd08e
JB
62542006-01-24 Jim Blandy <jimb@redhat.com>
6255
6256 * gdbint.texinfo (Frames): Document the basics of GDB's register
6257 unwinding model, and explain the existence of the "sentinel" frame.
6258
4b505b12
AS
62592006-01-23 Andrew Stubbs <andrew.stubbs@st.com>
6260
6261 * gdb.texinfo (Choosing files): Mention that -directory is used
6262 for script files.
6263 (Specifying source directories): Likewise.
6264 (Command files): Explain how script files are found.
6265
839c27b7
EZ
62662006-01-21 Eli Zaretskii <eliz@gnu.org>
6267
6268 * gdb.texinfo (Backtrace): Describe how to get backtrace of all
6269 the threads in a multi-threaded program.
6270 (Threads): The threadno argument of "thread apply" can be a range
6271 of numbers.
6272
7be93b9e
JB
62732006-01-18 Jim Blandy <jimb@redhat.com>
6274
6275 * gdbint.texinfo (Coding): Add entry for -Wno-pointer-sign to list
6276 of warning flags.
6277
fcc73fe3
EZ
62782006-01-13 Eli Zaretskii <eliz@gnu.org>
6279
6280 * gdb.texinfo (Sequences): Improve menu annotations.
6281 (Define): Add index entries for arguments of user-defined
6282 commands. Move the description of flow-control commands...
6283 (Command Files): ...to here. Document loop_break and
6284 loop_continue.
ca91424e
EZ
6285 (Define, Command Files): Document `end' and add index entries for
6286 it.
fcc73fe3 6287
5c95884b
MS
62882006-01-04 Michael Snyder <msnyder@redhat.com>
6289
6290 * gdb.texinfo: Add documentation for linux-fork.
5ae4183a 6291 * gdbint.texinfo: Add internal documentation for checkpoints.
5c95884b 6292
860701dc
PH
62932006-01-02 Paul N. Hilfinger <hilfinger@gnat.com>
6294
6295 * gdb.texinfo (Omissions from Ada): Document that there is now
6296 limited aggregate support.
6297
36b80e65
EZ
62982005-12-28 Eli Zaretskii <eliz@gnu.org>
6299
6300 * gdb.texinfo (Registers): Describe how to refer to SSE and MMX
6301 registers and the likes.
6302
c1468174
EZ
63032005-12-24 Eli Zaretskii <eliz@gnu.org>
6304
6305 * gdb.texinfo (Target Commands, Bug Reporting, File Options)
6306 (Symbols): Fix usage of "e.g.".
359df76b 6307 (Memory Region Attributes): Fix usage of "etc."
c1468174
EZ
6308
6309 * gdbint.texinfo (libgdb, Symbol Handling, Native Debugging)
6310 (Coding): Fix usage of "e.g.".
6311
c02a867d
EZ
63122005-12-23 Eli Zaretskii <eliz@gnu.org>
6313
5ae4183a
AS
6314 * stabs.texinfo:
6315 * refcard.tex:
c02a867d 6316 * gpl.texi:
5ae4183a
AS
6317 * gdbint.texinfo:
6318 * gdb.texinfo:
6319 * gdb-cfg.texi:
c02a867d 6320 * fdl.texi:
5ae4183a
AS
6321 * annotate.texinfo:
6322 * all-cfg.texi:
c02a867d
EZ
6323 * Makefile.in: Add (C) after Copyright. Update the FSF
6324 address.
6325
fad38dfa
EZ
63262005-12-03 Eli Zaretskii <eliz@gnu.org>
6327
6328 * gdb.texinfo (Connecting): Explain that `monitor' is a way to
6329 extend GDB with commands for external monitor.
6330
53e5f3cf
AS
63312005-12-02 Andrew Stubbs <andrew.stubbs@st.com>
6332
6333 * gdb.texinfo (Convenience variables): Add init-if-undefined command.
6334
55f6ca0f
JB
63352005-11-25 Joel Brobecker <brobecker@adacore.com>
6336
6337 * gdbint.texinfo (Start of New Year Procedure): New chapter.
6338
c1947b85
JB
63392005-11-21 Jim Blandy <jimb@redhat.com>
6340
6341 * gdb.texinfo (Tracepoint Packets): Document restrictions on
6342 placement of 'R' actions in tracepoint action packets; document
6343 dependence of 'X' and 'M' actions on a preceding 'R' action for
6344 their registers.
6345
9d29849a
JB
63462005-11-19 Jim Blandy <jimb@redhat.com>
6347
6348 * gdb.texinfo (Tracepoint Packets): New node.
6349 (General Query Packets): Add entries for the tracepoint packets,
6350 referring to the "Tracepoint Packets" node.
6351 (Tracepoints): Add reference to "Tracepoint Packets".
5ae4183a 6352
9a6253be
KB
63532005-11-18 Kevin Buettner <kevinb@redhat.com>
6354
6355 * gdb.texinfo (set remotebreak): Add anchor.
6356 (X packet): Likewise.
6357 (Remote Protocol): Add new section `Interrupts' and new index
6358 entry `interrupts (remote protocol)'.
6359
5f3bebba
JB
63602005-11-18 Jim Blandy <jimb@redhat.com>
6361
6362 * gdb.texinfo (Packets): Move information out of 'q' and 'Q'
6363 entries into the General Query Packets section. Add a
6364 cross-reference to that section. Drop description of replies, as
6365 these are covered in the descriptions of each packet.
6366 (General Query Packets): Add introductory text. Explain naming
6367 conventions, and how the end of a name is recognized.
6368
9a7a1b36
KB
63692005-11-17 Kevin Buettner <kevinb@redhat.com>
6370
0564b6cf 6371 * gdb.texinfo (Remote configuration): Fix typo in description of
9a7a1b36
KB
6372 "set remotebreak" command.
6373
b8ff78ce
JB
63742005-11-16 Jim Blandy <jimb@redhat.com>
6375
6376 * gdb.texinfo (Packets, Stop Reply Packets)
6377 (General Query Packets): Various formatting cleanups.
6378 - Use @samp for packet contents.
6379 - Drop summaries from packet @item lines; the same information appears
6380 immediately below in the description.
6381 - Delete paragraph breaks after packet @item commands, so that the
6382 description appears directly to the right of the packet prototype
6383 in the printed manual, if it fits.
6384 - Place spaces in packet prototypes between @vars and non-@var
6385 letters, and explain that they're just for formatting.
6386 - Use @dots{} instead of '...'.
6387 - Fix uses of @code where @var was needed.
6388 - Replace "deprecated" markers with English text spelling out the
6389 packet's status and the preferred alternatives.
6390 - Remove "(reserved)" markers on 'A' and 'I' packets; it's unclear
6391 what this ever meant.
6392 - Remove "(draft)" markers on 'i' packets; nobody has commented on
6393 this for a long time.
6394 - Remove "(draft)" markers on 'z' and 'Z' packets; these have been
6395 implemented several times, and have been in use for years.
6396
8ffe2530
JB
63972005-11-15 Jim Blandy <jimb@redhat.com>
6398
c43c5473
JB
6399 * gdb.texinfo (Packets): Add index entries for 'm' packet
6400 disclaimers.
5ae4183a 6401
fb031cdf
JB
6402 * gdb.texinfo (Packets): Clarify lack of restrictions on behavior
6403 of stub when processing an 'm' packet.
6404
8ffe2530
JB
6405 * gdb.texinfo (Packets): Mention that packets beginning with
6406 letters are reserved once, at the top, instead of actually listing
6407 them all and saying "reserved".
6408
c03c782f
AS
64092005-11-15 Andrew Stubbs <andrew.stubbs@st.com>
6410
6411 * gdb.texinfo (User-defined commands): Add $argc. Add missing 'end'.
6412 Change @var{$arg0 to @code{$arg0.
6413
814e32d7
WZ
64142005-11-14 Wu Zhou <woodzltc@cn.ibm.com>
6415
6416 * gdb.texinfo (Fortran): Add some words about Fortran debugging.
6417
fa93a9d8
JB
64182005-11-12 Jim Blandy <jimb@redhat.com>
6419
6420 * gdb.texinfo (General Query Packets): Put packets in alphabetical
6421 order. Remove extraneous 'z'.
6422
8a5a3c82
AS
64232005-11-07 Andrew Stubbs <andrew.stubbs@st.com>
6424
6425 * gdb.texinfo (Choosing files): Add --eval-command.
6426
4b0ad762
AS
64272005-11-04 Andrew Stubbs <andrew.stubbs@st.com>
6428
6429 * gdb.texinfo (Choosing modes): Add --return-child-result.
6430
6431
1a088d06
AS
64322005-11-01 Andrew Stubbs <andrew.stubbs@st.com>
6433
6434 * gdb.texinfo (Choosing modes): Add --batch-silent.
6435
656d5e12
EZ
64362005-10-28 Eli Zaretskii <eliz@gnu.org>
6437
6438 * gdb.texinfo (GDB/MI Variable Objects): Fix @pxref usage under
6439 "The -var-update Command".
6440
3c9c013a
JB
64412005-10-03 Joel Brobecker <brobecker@adacore.com>
6442
6443 * gdb.texinfo (Print Settings): Add documentation for set/show
6444 print array-indexes.
6445
7ba3cf9c
DJ
64462005-09-17 Daniel Jacobowitz <dan@codesourcery.com>
6447
6448 * gdb.texinfo (Contributors): Thank Andrew Cagney for releases
6449 6.2 and 6.3.
6450
a94ab193
EZ
64512005-08-27 Eli Zaretskii <eliz@gnu.org>
6452
6453 * gdb.texinfo (File Options): Don't document --mapped, it's gone
6454 since 19-Jan-2004.
6455 (Files): Likewise.
ab1adacd
EZ
6456 (Variables, Symbols): Document the "<incomplete type>" message and
6457 its reasons.
a94ab193 6458
ca06016a
FF
64592005-08-01 Fred Fish <fnf@specifix.com>
6460
6461 * gdb.texinfo (SETUP_ARBITRARY_FRAME): Remove obsolete reference.
6462
cf58170d
NR
64632005-07-15 Nick Roberts <nickrob@snap.net.nz>
6464
6465 * gdb.texinfo (GDB/MI Variable Objects): Describe print-values
6466 option for -var-list-children and -var-update.
6467 (GDB/MI Stack Manipulation): Simplify description of
6468 print-values option for -stack-list-locals.
6469 (GDB/MI Command Description Format): Clarify.
6470 (Mode Options): Spelling of superseded.
6471
38f1196a
BR
64722005-07-12 Bob Rossi <bob@brasko.net>
6473
6474 * gdb.texinfo (GDB/MI Miscellaneous Commands): Fix -inferior-tty-show
6475 corresponding GDB command comment.
6476
3cb3b8df
BR
64772005-07-06 Bob Rossi <bob@brasko.net>
6478
6479 * gdb.texinfo (GDB/MI Miscellaneous Commands): Add -inferior-tty-set
6480 and -inferior-tty-show.
6481 (Input/Output): Document "set/show inferior-tty" and tty alias.
6482
10fac096
NW
64832005-07-02 Nathan J. Williams <nathanw@wasabisystems.com>
6484
6485 * gdb.texinfo (Packets): Change description of 'D' packet to note
6486 that GDB does wait for a response.
6487
d1b6db76
NR
64882005-06-22 Nick Roberts <nickrob@snap.net.nz>
6489
6490 * gdb.texinfo (History) Rename "Command History".
6491 (Command History): Move node "Server Prefix" from section on
6492 Annotations here.
6493
29629dcf
NR
64942005-06-19 Nick Roberts <nickrob@snap.net.nz>
6495
6496 * gdb.texinfo (GDB/MI Stack Manipulation):
6497 Re-instate -stack-info-frame with example. Say that it gets
6498 info on selected frame, not current frame.
6499
397ca115
EZ
65002005-06-18 Eli Zaretskii <eliz@gnu.org>
6501
6502 * gdb.texinfo (Server): Clarify that `file' should be used before
6503 connecting to the server.
6504 (Files): Add an xref to the above description.
51274035
EZ
6505 (Output Formats): More detailed description of the `c' format.
6506 (Memory): List explicitly all the formats supported by `x'.
638ac427 6507 (Threads): Add an @cindex entry for "thread apply".
fc8be69e 6508 (Files): Document the possibility of loading unlinked object
59b7b46f
EZ
6509 files. Add more indexing for solib-absolute-prefix and
6510 --with-sysroot.
76d17f34
EZ
6511 (Machine Code): Document possible problems with locations in
6512 shared libraries.
d416eeec
EZ
6513 (Backtrace): Document that free-standing environments do not need
6514 to have a `main' function.
397ca115 6515
74f6deaa
NR
65162005-06-18 Nick Roberts <nickrob@snap.net.nz>
6517
6518 * gdb.texinfo (GDB/MI Stack Manipulation): Remove reference to
6519 -stack-info-frame.
6520
a9967aef
AC
65212005-06-07 Andrew Cagney <cagney@gnu.org>
6522
6523 * gdb.texinfo (Contributors): Note the original multi-arch
6524 contributors.
6525
e09f16f9
EZ
65262005-06-03 Eli Zaretskii <eliz@gnu.org>
6527
6528 * gdb.texinfo (Registers): Add index entries for the standard
6529 registers.
6530 (Frames): Add cross-reference from frame pointer description to
6531 the Registers node.
6532 (Annotations Overview): Fix the reference to GDB name.
6533
d87ba7ee
EZ
65342005-06-01 Eli Zaretskii <eliz@gnu.org>
6535
6536 * gdb.texinfo (Set Watchpoints): Remove @vindex entry for
6537 can-use-hw-watchpoints.
6538
034dad6f
BR
65392005-05-28 Bob Rossi <bob@brasko.net>
6540
6541 * gdb.texinfo (GDB/MI Out-of-band Records): Add bullet enumerating
6542 the possible reasons why an exec async record would be returned to FE.
6543
ffed4509
AC
65442005-05-26 Andrew Cagney <cagney@gnu.org>
6545
6546 * gdb.texinfo: Note that Elena Zannoni, Fernando Nasser, and
6547 Andrew Cagney implemented the original GDB/MI.
6548
e22e55c9
OF
65492005-05-23 Orjan Friberg <orjanf@axis.com>
6550
6551 * gdb.texinfo (CRIS): Update the cris-version and cris-dwarf2-cfi
6552 documentation. Add documentation for cris-mode.
6553
a78e13ce
EZ
65542005-05-20 Eli Zaretskii <eliz@gnu.org>
6555
6556 * gdb.texinfo (Numbers): Explain the example and make the wording
6557 more acurate.
6558
76ff342d
DJ
65592005-05-17 Daniel Jacobowitz <dan@codesourcery.com>
6560 Dennis Brueni <dennis@slickedit.com>
6561
6562 * gdb.texinfo (GDB/MI Breakpoint Table Commands)
6563 (GDB/MI Data Manipulation, GDB/MI Program Control)
6564 (GDB/MI Stack Manipulation): Update examples to include the fullname
6565 attribute in stack frames.
6566
119b882a
EZ
65672005-05-12 Eli Zaretskii <eliz@gnu.org>
6568
6569 * gdb.texinfo (Startup): Fix last change. Treat gdb.ini like we
6570 do with other non-standard names of init files.
6571
6fc08d32
EZ
65722005-05-11 Eli Zaretskii <eliz@gnu.org>
6573
6574 * gdb.texinfo (Command Files): Move the description of the startup
6575 from here...
6576 (Startup): ...to this new subsection of the Invocation chapter.
6577 Rearrange the description of init files more logically and add a
6578 cross-reference to "Command Files". Document the special gdbinit
6579 name for CISCO 68k. Expand the description of what GDB does
6580 during startup.
6581 (History): Add index entry for HISTSIZE.
6582
a561754a
MK
65832005-05-02 Mark Kettenis <kettenis@gnu.org>
6584
6585 * gdb.texinfo (Files): Remove documentation for auto-solib-limit.
6586
2eecc4ab
EZ
65872005-05-02 Eli Zaretskii <eliz@gnu.org>
6588
6589 * gdb.texinfo (SVR4 Process Information, The isatty call)
6590 (The system call): Don't use foo(N) notation for man pages and
6591 functions.
514c4d71 6592 (Compilation, DJGPP Native): Improve wording.
2eecc4ab 6593
18999be5
EZ
65942005-04-27 Eli Zaretskii <eliz@gnu.org>
6595
6596 * gdb.texinfo (Backtrace): Describe backtraces with arguments that
6597 were optimized away.
6598
0abb7bc7
EZ
65992005-04-22 Eli Zaretskii <eliz@gnu.org>
6600
6601 * gdb.texinfo (Remote configuration): Document "set/show
6602 get-thread-local-storage-address". Add cross-reference to the
6603 description of the qGetTLSAddr packet.
6604 (General Query Packets): Mention "set remote
6605 get-thread-local-storage-address" and add a reference to its
6606 description.
6607
6f61acb1
NR
66082005-04-19 Nick Roberts <nickrob@snap.net.nz>
6609
6610 * gdb.texinfo (Backtrace): Describe 'bt full'.
6611
9d59903a
NR
66122005-04-17 Nick Roberts <nickrob@snap.net.nz>
6613
6614 * gdb.texinfo (Mode Options): Fix typo.
6615 (GDB/MI): Describe how to invoke GDB/MI.
6616
721c2651
EZ
66172005-04-16 Eli Zaretskii <eliz@gnu.org>
6618
6619 * gdb.texinfo (OS Information): Renamed from Auxiliary Vector; all
a5adf40f 6620 references changed. Add description of "info udot".
721c2651
EZ
6621 (Files): Document "set/show stop-on-solib-events".
6622 (M32R/D): Document "set/show download-path", "set/show
6623 board-address", "set/show server-address", "upload", "tload".
ba04e063
EZ
6624 Document "sdireset", "sdistatus", "debug_chaos", "use_debug_dma",
6625 "use_mon_code", "use_ib_break", "use_dbt_break".
721c2651
EZ
6626 (Maintenance Commands): Improve indexing.
6627 (Target Commands): Document "set/show hash", "set/show debug
6628 monitor".
6629 (SVR4 Process Information): Document "info pidlist" and "info
6630 meminfo". Document "set/show procfs-tarce" and "set/show
6631 procfs-file". Document "proc-trace-*" and "proc-untrace-*".
6632 (Symbols, The Print Command with Objective-C): Improve indexing.
6633 (Objective-C): Add references to "info classes" and "info
6634 selectors".
c45da7e6
EZ
6635 (Debugging Output): Improve wording. Document "set/show debug
6636 solib-frv". Fix "set/show debugvarobj".
ba04e063
EZ
6637 (Set Breaks): Add index entry for "hardware breakpoints".
6638 (Renesas ICE): Document "e7000", "ftplogin", "ftpload", "drain",
6639 and "set/show usehardbreakpoints".
6640 (MIPS Embedded): Document "se/show syn-garbage-limit", "set/show
6641 monitor-prompt", "set/show monitor-warnings", "pmon".
c45da7e6
EZ
6642 (ARM): Document "rdilogfile", "rdilogenable", "set/show
6643 rdiromatzero", "set/show rdiheartbeat".
6644 (PowerPC): Document SDS-specific commands "set/show sdstimeout",
6645 "sds".
6646 (Embedded Processors): Document the "sim" command.
6647 (Remote): Document the "remote" command.
6648 (DJGPP Native): Document the "info serial" command.
6649 (Threads): Document "maint info sol-threads".
6650 (Files): Document "nosharedlibrary", "add-symbol-file-from-memory".
6651 (Set Breaks): Improve indexing.
6652 (Command Syntax): Add a reference to dont-repeat.
6653 (Define): Document "dont-repeat".
6654 (TUI Commands): Document "tabset".
6655 (WinCE): New subsection. Document "set/show remotedirectory",
6656 "set/show remoteupload", "set/show remoteaddhost".
721c2651 6657
14d6dd68
EZ
66582005-04-15 Eli Zaretskii <eliz@gnu.org>
6659
6660 * gdb.texinfo (Hurd Native): New subsection, documents
6661 Hurd-specific commands.
a64548ea 6662 (Maintenance Commands): Add cross-reference to "Debugging Output".
da316a69 6663 (Debugging Output): Document "set/show debug lin-lwp".
a64548ea
EZ
6664 (MIPS): Improve documentation of heuristic-fence-post. Document
6665 "set/show mips abi", "set/show mips saved-gpreg-size", "set/show
6666 mips stack-arg-size", "set/show mips mask-address", "set/show mips
6667 remote-mips64-transfers-32bit-regs", "set/show debug mips".
e2f4edfd 6668 (ARM): Document ARM-specific commands.
a64548ea
EZ
6669 (AVR): New section. Document "info io_registers".
6670 (CRIS): New section. Document "set/show cris-version" and
6671 "set/show cris-dwarf2-cfi".
6672 (HPPA): New section. Document "set/show debug hppa" and "maint
6673 print unwind".
a5adf40f 6674 (Neutrino): New subsection. Document "set/show debug nto-debug".
a64548ea 6675 (Super-H): New section. Document the "regs" command.
721c2651 6676 (Debugging Output): Document "set/show debug aix-thread".
14d6dd68 6677
9c16f35a
EZ
66782005-04-09 Eli Zaretskii <eliz@gnu.org>
6679
6680 * gdb.texinfo (Print Settings): Document "set/show print
6681 pascal_static-members", "set print repeats", "show print
6682 null-stop". Improve indexing. Fix documentation of "set print
6683 union".
6684 (Pascal): New section.
6685 (Supported languages): Rename from "Support"; all references
6686 updated. Add a menu item for Pascal.
6687 (Numbers): Document "set radix.
6688 (Screen Size): Document "set/show pagination".
6689 (MIPS Embedded): Remove "set processor" documentation.
6690 (Remote configuration): Document "set/show X/P/Z-packet",
6691 "set/show read-aux-vector-packet", "set/show remote
6692 symbol-lookup-packet", "set/show remote verbose-resume-packet",
6693 "set/show remoteaddresssize", "set/show remotebaud", "set/show
6694 remotedebug", "set/show remotebreak", "set/show remotedevice",
6695 "set/show remotelogfile".
6696 (Auxiliary Vector): Add reference to the description of the
6697 read-aux-vector-packet setting.
6698 (Set Watchpoints): Add a cross-reference to "set remote
6699 hardware-breakpoint-limit".
6700 (General Query Packets): Add indexing of requests and
6701 cross-references to related commands in "Remote configuration".
6702 (File-I/O Overview, The system call): Fix wording and typos.
6703 (Thread Stops): Add index entries.
6704 (Continuing and Stepping): Document "show step-mode".
6705 (i386): New node. Document "set/show struct-convention".
6706 (Files): Document "show trust-readonly-sections".
6707 (Calling): Document "set/show unwindonsignal".
6708 (Messages/Warnings): Add index entries.
6709 (Maintenance Commands): Document "set/show watchdog".
6710 (Annotations Overview): Document "show annotate".
6711 (Set Watchpoints): Add index entries.
6712 (Symbols): Fix doc of case-sensitive.
6713 (ABI): Document "show coerce-float-to-double".
6714 (Convenience Vars, Help): Improve indexing.
6715 (Machine Code): Document "show disassembly-flavor".
6716 (Debugging C plus plus): Document "show overload-resolution".
6717 (Value History, Signaling): Add index entries.
6718
67192005-04-08 Eli Zaretskii <eliz@gnu.org>
6720
6721 * gdb.texinfo (Show): Move @kindex entries to their proper places.
6722 (Processes): Fix wording.
6723 (History, List, Logging output, Define, Symbols, Print Settings):
6724 Improve indexing.
6725
a8f24a35
EZ
67262005-04-03 Eli Zaretskii <eliz@gnu.org>
6727
6728 * gdb.texinfo (Targets): Document "set/show architecture". Remove
6729 redundant index entry for "target" command.
6730 (Backtrace): Add index entries.
6731 (Symbols, Fortran): Document the "set case-sensitive" command.
6732 (DJGPP Native): Document "set com1base", "set com1irq", etc.
6733 (Print Settings): Add index entry for "set demangle-style".
6734 (Target Commands): Document "set download-write-size".
6735 (Debugging Output): Document "set exec-done-display".
6736
09d4efe1
EZ
67372005-04-02 Eli Zaretskii <eliz@gnu.org>
6738
6739 * gdb.texinfo (Files): Fix the name and documentation of
6740 add-shared-symbol-files. Document its alias assf. Update the
6741 list of OSs where GDB supports shared libraries. Fix markup.
6742 (Continuing and Stepping): Add reference to @var{location} in the
6743 text.
6744 (Dump/Restore Files): Fix reference to @{filename}.
6745 (Help): Fix wording.
6746 (Attach): Ditto.
6747 (Set Watchpoints): Ditto.
6748 (Backtrace): Remove redundant index entries. Improve index
6749 entries.
6750 (Delete Breaks): Fix wording.
6751 (Memory): Document the compare-sections command.
6752 (Memory Region Attributes): Improve wording.
6753 (Disabling): Improve wording.
6754 (Fortran): New subsection. Document the "info common" command.
6755 (Help): Document aliases "info copying" and "info warranty".
6756 (Caching Remote Data): New section. Document the "set/show
6757 remotecache" and "info dcache" commands.
6758 (Show): Fix wording of the documentation of the "set
6759 extension-language" command.
6760 (Signals): Add index entry for "info handle".
6761 (Memory Region Attributes): Fix punctuation.
6762 (Symbols): Change the arg name to "location" and refer to it in
6763 the text. Fix wording of "info types" doc.
6764 (Threads): Fix usage of @enumerate @item's.
6765 (Listing Tracepoints): Add index entry for "info tp".
6766 (Set Watchpoints): Add xref to "info break" description.
6767 (Macros): Add an index entry for "macro exp1". Document the
6768 "macro list" command.
6769 (Maintenance Commands): Document "flushregs", "maint agent",
6770 "maint check-symtabs", "maint cplus", "maint demangle", "maint
6771 deprecate", "maint undeprecate", "maint dump-me", "maint packet",
6772 "maint print architecture", "maint print objfiles", "maint print
6773 statistics", "maint print type", "maint show-debug-regs", "maint
6774 space", "maint time", and "maint translate-address".
6775 (Connecting): Document the "monitor" command.
6776 (Annotations Overview): Describe the "set annotate" command.
6777
82f2d802
EZ
67782005-04-01 Eli Zaretskii <eliz@gnu.org>
6779
6780 * gdb.texinfo (Set Watchpoints): Document can-use-hw-watchpoints.
6781 Rearrange index entries and improve wording about support for
6782 hardware watchpoints.
6783
7d51c7de
BR
67842005-03-10 Bob Rossi <bob@brasko.net>
6785
6786 * gdb.texinfo: Update copyright
6787
68c71a2e
TR
67882005-02-09 Theodore A. Roth <troth@openavr.org>
6789
6790 * gdb.texinfo (General Query Packets): Fix texinfo compile warning and
6791 error.
6792
83761cbd
KB
67932005-02-03 Kevin Buettner <kevinb@redhat.com>
6794
6795 * gdb.texinfo (General Query Packets): Document qGetTLSAddr packet.
6796
9f1c6395
MS
67972005-01-17 Michael Snyder <msnyder@redhat.com>
6798
6799 * gdb.texinfo: Fix spelling, infinte -> infinite.
6800
fbd1b305
MK
68012005-01-08 Mark Kettenis <kettenis@gnu.org>
6802
6803 * observer.texi (GDB Observers): Document "solib_loaded".
6804
3ace7edb
AC
68052005-01-07 Andrew Cagney <cagney@gnu.org>
6806
bec39cab
AC
6807 * configure.ac: Rename configure.in, require autoconf 2.59.
6808 * configure: Re-generate.
6809
3ace7edb
AC
6810 * configure.in: Replace configdirs with multiple references to
6811 AC_CONFIG_SUBDIRS.
6812 * configure: Re-generate.
5ae4183a 6813
53531fc1
AC
68142005-01-04 Andrew Cagney <cagney@gnu.org>
6815
6816 * gdbint.texinfo (Versions and Branches): Make the date (YYYYMMDD)
6817 part of the version number.
6818
536ffdb7
MK
68192004-12-24 Mark Kettenis <kettenis@gnu.org>
6820
6821 * gdbint.texinfo (Algorithms): Remove description of
6822 TARGET_DISABLE_HW_WATCHPOINTS and TARGET_ENABLE_HW_WATCHPOINTS.
6823
e1aac25b
JB
68242004-12-07 Jim Blandy <jimb@redhat.com>
6825
6826 * gdb.texinfo (General Query Packets): Specify that thread ID's in
6827 the 'qC' and 'qThreadInfo' packets are unsigned hexidecimal
6828 numbers.
6829
f47b1503
AS
68302004-12-07 Andreas Schwab <schwab@suse.de>
6831
6832 * gdb.texinfo (Mode Options): Document -l option.
6833
b6b8ece6
EZ
68342004-12-04 Eli Zaretskii <eliz@gnu.org>
6835
6836 * gdbint.texinfo (Algorithms): More accurate description of
6837 STOPPED_BY_WATCHPOINT. Point out that target_stopped_data_address
6838 is not needed unless data-read and data-access watchpoints are
6839 supported. Add a description of how GDB checks whether the
6840 inferior stopped because a watchpoint was hit.
6841
01371747
EZ
68422004-11-23 Eli Zaretskii <eliz@gnu.org>
6843
6844 * gdb.texinfo (Files): Add cross-reference to description of
6845 -readnow command-line switch.
6846
2315ffec
RC
68472004-11-10 Randolph Chung <tausq@debian.org>
6848
6849 * gdb.texinfo: Document set/show backtrace past-entry commands.
6850 Rearrange index entries for set/show backtrace past-main.
6851
69065f5d
AC
68522004-11-10 Jon Beniston <jon@beniston.com>
6853
6854 Committed by Andrew Cagney <cagney@gnu.org>.
5ae4183a
AS
6855 * gdb.texinfo (Remote Serial Protocol): Further describe
6856 binary transfer escaping mechanism .
69065f5d 6857
30e91e0b
RC
68582004-11-08 Randolph Chung <tausq@debian.org>
6859
6860 * gdb.texinfo (inferior_debugging info): Document "set debug infrun"
6861 and "show debug infrun". Add index entries.
6862
60bf7e09
EZ
68632004-10-23 Eli Zaretskii <eliz@gnu.org>
6864
6865 * gdb.texinfo (SVR4 Process Information): Document subcommands of
6866 "info proc" that are already implemented. Add index entries.
6867 (Working Directory): Add a cross-reference to "info proc" command.
dcaf7c2c
EZ
6868 (Files): Add a tip for decreasing memory used for symtabs from
6869 shared libraries.
f018e82f
EZ
6870 (Starting): Fix whitespace; make "elaboration" stand out where it
6871 is first used, and add an index entry for the term.
f8568604
EZ
6872 (Calling): Expand and elaborate text. Add "print". Add the
6873 description of problems with weak aliases.
384ee23f 6874 (Core File Generation): New section.
60bf7e09 6875
d52fe014
AC
68762004-10-12 Andrew Cagney <cagney@gnu.org>
6877
6878 * gdbint.texinfo (Versions and Branches): New chapter.
6879 (Releasing GDB): Delete "Versions and Branches" section.
6880 (Top): Add "Versions and Branches".
6881
703663ab
EZ
68822004-10-08 Eli Zaretskii <eliz@gnu.org>
6883
6884 * gdb.texinfo (Editing, History): Add cross-references to the
6885 included Readline and History user documentation. Remove
6886 references to the symbol have-readline-appendices which is unused
6887 and undefined.
6888 (History): Fix indexing.
6889
ac77d04f
JJ
68902004-10-08 Jeff Johnston <jjohnstn@redhat.com>
6891
6892 * gdbint.texinfo (target_stopped_data_address): Update to
6893 new prototype.
6894 (i386_stopped_data_address): Update prototype and description.
6895 (i386_stopped_by_watchpoint): New function and description.
6896
e07c999f
PH
68972004-10-03 Paul N. Hilfinger <hilfinger@gnat.com>
6898
6899 * gdb.texinfo (Filenames): Add Ada suffixes.
6900 (Ada) New section.
6901
2e868123
AC
69022004-09-27 Andrew Cagney <cagney@gnu.org>
6903 Robert Picco <Robert.Picco@hp.com>
6904
6905 * gdb.texinfo (Packets): Document the "p" packet.
6906
02a57714
JM
69072004-09-21 Jason Molenda (jmolenda@apple.com)
6908
6909 * gdb.texinfo (Paths and Names of the Source Files): Document the
6910 meaning of values in the 'desc' field of a SO stab.
6911
ae038cb0
DJ
69122004-09-20 Daniel Jacobowitz <dan@debian.org>
6913
6914 * gdb.texinfo (Maintenance Commands): Document "maint set dwarf2
6915 max-cache-age" and "maint show dwarf2 max-cache-age".
6916
f7dc1244
EZ
69172004-09-16 Eli Zaretskii <eliz@gnu.org>
6918
6919 * gdb.texinfo (Set Breaks): Add index entry for setting
6920 breakpoints on overloaded C++ functions that are not members of
6921 any classes. Add an example and an index entry for setting
6922 breakpoints on all program functions.
6923 (Character Sets, Macros, Overlay Commands)
6924 (Non-debug DLL symbols, GDB/MI Output Syntax)
6925 (Annotations Overview, Maintenance Commands, File-I/O Overview):
6926 Use "(@value{GDBP})" instead of a literal "(gdb)".
6927
f810308b
AC
69282004-09-12 Andrew Cagney <cagney@gnu.org>
6929
6930 * gdbint.texinfo (Native Debugging): Delete description of
6931 FILES_INFO_HOOK.
6932
15a661f3
PH
69332004-09-11 Paul Hilfinger <hilfinger@gnat.com>
6934
5ae4183a
AS
6935 * gdbint.texinfo (User Interface): Change local_hex_string_custom
6936 to hex_string_custom (not historically correct, but more
15a661f3
PH
6937 understandable, given the current code).
6938
f3219c75
AC
69392004-09-03 Andrew Cagney <cagney@gnu.org>
6940
6941 * gdbint.texinfo (Native Debugging): Delete SVR4_SHARED_LIBS.
6942
f3bb6704
JJ
69432004-09-01 Jeff Johnston <jjohnstn@redhat.com>
6944
6945 * observer.texi (solib_unloaded): New observer.
6946
8d2c00cb
AC
69472004-08-24 Andrew Cagney <cagney@gnu.org>
6948
6949 * gdbint.texinfo (Target Architecture Definition): Add missing
6950 comma.
6951
e7dc800a
MC
69522004-08-20 Michael Chastain <mec.gnu@mindspring.com>
6953
6954 * (Using the Testsuite): build != host is supported,
6955 but some test scripts do not support build != host.
6956
73b03683
MK
69572004-08-14 Mark Kettenis <kettenis@gnu.org>
6958
6959 * gdbint.texinfo (Host Definition): Delete description of
6960 FCLOSE_PROVIDED and GETENV_PROVIDED.
6961
c0ccb908
MK
69622004-08-05 Mark Kettenis <kettenis@chello.nl>
6963
6964 * gdbint.texinfo (Host Definition): Delete description of
6965 NO_SYS_FILE.
6966 (Native Debugging): Delete description of KERNEL_U_ADDR_BSD and
6967 PTRACE_FP_BUG.
6968
9c8dbfa9
AC
69692004-08-05 Andrew Cagney <cagney@gnu.org>
6970
6971 * gdbint.texinfo (Target Architecture Definition): Delete
6972 reference to deprecated_read_fp.
6973
f42accbe
AC
69742004-08-02 Andrew Cagney <cagney@gnu.org>
6975
6976 * gdbint.texinfo (Target Architecture Definition): Delete
6977 description of DEPRECATED_REGISTER_BYTES.
6978
0b66e38c
EZ
69792004-07-30 Baurjan Ismagulov <ibr@ata.cs.hun.edu.tr>
6980
6981 * gdb.texinfo (Source Path): Document the new behavior of
6982 searching for the source files.
6983
15387254
EZ
69842004-07-17 Eli Zaretskii <eliz@gnu.org>
6985
6986 * gdb.texinfo (Edit): Fix markup of EDITOR and improve wording.
6987 (Search, Expressions, Arrays, Variables, Data, Machine Code)
6988 (Auto Display): Improve indexing.
6989
2c07db7a
AC
69902004-07-16 Andrew Cagney <cagney@gnu.org>
6991
6992 * gdb.texinfo (Mode Options): Delete documentation on "-async" and
6993 "-noasync".
6994
4644b6e3
EZ
69952004-07-09 Eli Zaretskii <eliz@gnu.org>
6996
6997 * gdb.texinfo: Fix @kindex entries so that multiple commands that
6998 have the same prefix have only their prefix in the index.
6999
7561d450
MK
70002004-07-03 Mark Kettenis <kettenis@gnu.org>
7001
7002 * gdb.texinfo (BSD libkvm Interface): New node (section)
7003 (Native): Add it to the menu.
7004
67bebe79
MK
70052004-07-01 Mark Kettenis <kettenis@gnu.org>
7006
7007 * gdbint.texinfo (Target Architecture Definition): Remove
7008 PCC_SOL_BROKEN.
7009
1a6923e0
MK
70102004-06-24 Mark Kettenis <kettenis@gnu.org>
7011
7012 * gdbint.texinfo (Target Architecture Definition): Remove
7013 SUN_FIXED_LBRAC_BUG.
7014
b435e160
AC
70152004-06-26 Andrew Cagney <cagney@gnu.org>
7016
7017 * gdbint.texinfo (Coding): Replace xasprintf with xstrprintf.
7018
b5622e8d
AC
70192004-06-20 Andrew Cagney <cagney@gnu.org>
7020
7021 * gdbint.texinfo (Target Architecture Definition): Deprecate
7022 USE_STRUCT_CONVENTION.
7023
e0c07bf0
MC
70242004-06-19 Michael Chastain <mec.gnu@mindspring.com>
7025
7026 gdb.texinfo (Bug Reporting): Mention session recording,
7027 with the script command or Emacs.
7028
782263ab
AC
70292004-06-18 Andrew Cagney <cagney@gnu.org>
7030
7031 * gdbint.texinfo (Target Architecture Definition): Deprecate
7032 FUNCTION_START_OFFSET.
7033
03727ca6
AC
70342004-06-14 Andrew Cagney <cagney@gnu.org>
7035
7036 Based on changes from Karl Berry.
7037 * gdb.texinfo: Do not use @sc in a direntry.
7038 * stabs.texinfo: Change @dircateogry to "Software development".
7039 * gdbint.texinfo, gdb.texinfo, annotate.texinfo: Ditto.
7040
97092415
AC
70412004-06-13 Andrew Cagney <cagney@gnu.org>
7042
7043 * gdbint.texinfo (Target Architecture Definition): Delete
7044 description of RETURN_VALUE_ON_STACK.
7045
1f6d4158
AC
70462004-06-09 Andrew Cagney <cagney@gnu.org>
7047
7048 * gdbint.texinfo (Native Debugging): Restore "@table @code"
7049 deleted by previous patch.
7050
d966f0cb
AC
70512004-06-08 Andrew Cagney <cagney@gnu.org>
7052
7053 * gdbint.texinfo (Native Debugging): Delete documentation on
7054 ATTACH_DETACH.
7055
86fe4aaa
RC
70562004-06-06 Randolph Chung <tausq@debian.org>
7057
7058 * gdb.texinfo (push_dummy_call): Use @code{struct value}.
7059
d4b6d575
RC
70602004-06-06 Randolph Chung <tausq@debian.org>
7061
5ae4183a 7062 * gdb.texinfo (push_dummy_call): Update argument list to match
d4b6d575
RC
7063 the new push_dummy_call method signature. Describe the function
7064 argument.
7065
4e8b0763
JB
70662004-05-24 Joel Brobecker <brobecker@gnat.com>
7067
7068 * gdb.texinfo (Starting): Document new start command.
7069
59caf092
AC
70702004-05-21 Andrew Cagney <cagney@redhat.com>
7071
7072 * observer.texi (GDB Observers): Document "inferior_created".
7073
e4a2df64
AC
70742004-05-08 Andrew Cagney <cagney@redhat.com>
7075
e6b55ae2
AC
7076 * gdbint.texinfo (Target Architecture Definition): Delete
7077 description of DO_DEFERRED_STORES.
7078
28954179
AC
7079 * gdbint.texinfo (Target Architecture Definition): Delete
7080 references to DEPRECATED_FIX_CALL_DUMMY.
7081
434b87dd
AC
7082 * gdbint.texinfo (Target Architecture Definition): Delete
7083 description of DEPRECATED_CALL_DUMMY_WORDS,
7084 DEPRECATED_SIZEOF_CALL_DUMMY_WORDS, and CALL_DUMMY.
7085
58d28df8
AC
7086 * gdbint.texinfo (Target Architecture Definition): Delete
7087 description of DEPRECATED_PUSH_DUMMY_FRAME.
7088
e4a2df64
AC
7089 * gdbint.texinfo (Target Architecture Definition): Delete
7090 reference to DEPRECATED_CALL_DUMMY_BREAKPOINT_OFFSET.
7091
2b4855ab
AC
70922004-05-07 Andrew Cagney <cagney@redhat.com>
7093
7094 * observer.texi (GDB Observers): Add "Debugging" section. Include
7095 cross reference to "set/show debug observer".
7096 * gdb.texinfo (Debugging Output): Document "set/show debug
7097 observer".
7098
fcf70625
AC
70992004-05-01 Andrew Cagney <cagney@redhat.com>
7100
7101 * gdbint.texinfo (Target Architecture Definition): Delete
7102 description of DEPRECATED_PC_IN_SIGTRAMP.
7103
8ee56bcf
AC
71042004-04-30 Andrew Cagney <cagney@redhat.com>
7105
7106 * gdbint.texinfo (Target Architecture Definition): Delete
7107 documentation for BELIEVE_PCC_PROMOTION_TYPE, no longer defined.
7108
67ab9a76
OF
71092004-04-30 Orjan Friberg <orjanf@axis.com>
7110
7111 * observer.texi (GDB Observers): Correct spelling.
7112
79346bcb
OF
71132004-04-26 Orjan Friberg <orjanf@axis.com>
7114
7115 * observer.texi (GDB Observers): Add target_changed event.
7116
7a464420
AC
71172004-04-08 Andrew Cagney <cagney@redhat.com>
7118
7119 * observer.texi (GDB Observers): Rework, provide generic observer
7120 definitions and then a list of observable events.
7121
6cdf9d98
AC
71222004-04-04 Andrew Cagney <cagney@redhat.com>
7123
7124 * gdbint.texinfo (Host Definition): Delete reference to
7125 NO_SIGINTERRUPT.
7126
ddc135a4
AC
71272004-04-02 Andrew Cagney <cagney@redhat.com>
7128
7129 * gdbint.texinfo (Target Architecture Definition): Delete
7130 reference to DEPRECATED_CALL_DUMMY_LENGTH.
7131
6a1b180d
SC
71322004-03-28 Stephane Carrez <stcarrez@nerim.fr>
7133
7134 * gdb.texinfo (TUI Commands): Document tui reg commands.
7135
d0d5df6f
AC
71362004-03-26 Andrew Cagney <cagney@redhat.com>
7137
7138 * gdb.texinfo (TUI): Delete reference to --enable-tui. Mention
7139 "gdbtui".
7140 (Mode Options): Mention "gdbtui". Use "Text" not "Terminal".
7141 (Contributors): Mention both Text and Terminal User Interface.
7142
aa2a3f87
AC
71432004-03-23 Andrew Cagney <cagney@redhat.com>
7144
7145 * gdbint.texinfo (Target Architecture Definition): Deprecate
7146 references to SIGTRAMP_START and SIGTRAMP_END.
7147
f561f026
AC
71482004-03-23 Andrew Cagney <cagney@redhat.com>
7149
7150 * gdbint.texinfo (Target Architecture Definition): Deprecate
7151 references to PC_IN_SIGTRAMP.
7152
33cb8b0f
AC
71532004-03-19 Andrew Cagney <cagney@redhat.com>
7154
7155 * gdbint.texinfo (Target Architecture Definition): Delete
7156 reference to GDB_TARGET_IS_HPPA.
7157
fc989b7a
AC
71582004-03-18 Andrew Cagney <cagney@redhat.com>
7159
7160 * gdbint.texinfo (Coding): Update section on gdbarch_data,
7161 describe pre_init and post_init.
7162
701b08bb
DJ
71632004-03-09 Daniel Jacobowitz <drow@mvista.com>
7164
7165 * gdb.texinfo (Debugging Output): Document values for "set debug
7166 target".
7167
faae5abe
AC
71682004-02-28 Andrew Cagney <cagney@redhat.com>
7169
7170 * gdb.texinfo (Contributors): Mention GDB 6.1 release engineer.
7171
dd79a6cf
JJ
71722004-02-26 Jeff Johnston <jjohnstn@redhat.com>
7173
7174 * gdb.texinfo (breakpoints): Add information about the
7175 new "set breakpoint pending" and "show breakpoint pending"
7176 commands.
7177
e7f16015
AC
71782004-02-26 Andrew Cagney <cagney@redhat.com>
7179
7180 * gdbint.texinfo (Coding): Document use of gdbarch_obstack_zalloc
7181 in Per-architecture module data section.
7182
7161a3a6
RM
71832004-02-25 Roland McGrath <roland@redhat.com>
7184
7185 * gdb.texinfo (General Query Packets): Document qPart:... packets.
7186
2154891a
AC
71872004-02-24 Andrew Cagney <cagney@redhat.com>
7188
7189 * annotate.texinfo: Wrap fdl.texi include in raise/lower sections.
7190 * gdb.texinfo, gdbint.texinfo, stabs.texinfo: Ditto.
7191 * fdl.texi: Import Version 1.2, November 2002.
7161a3a6 7192
6c74ac8b
AC
71932004-02-17 Andrew Cagney <cagney@redhat.com>
7194
7195 * gdb.texinfo (Mode Options): Note that "mi1" is deprecated.
7196
19772a2c
AC
71972004-02-16 Andrew Cagney <cagney@redhat.com>
7198
7199 * gdbint.texinfo (Target Architecture Definition): Deprecate
7200 FRAMELESS_FUNCTION_INVOCATION.
7201
c9830293
AC
72022004-02-16 Andrew Cagney <cagney@redhat.com>
7203
7204 * gdbint.texinfo (Coding): Mention -Wunused-function.
7205
b9d26eb9
AC
72062004-02-14 Andrew Cagney <cagney@redhat.com>
7207
7208 * gdbint.texinfo (Target Architecture Definition): Delete
7209 description of DEPRECATED_CALL_DUMMY_STACK_ADJUST.
7210
49efadf5
EZ
72112004-02-12 Elena Zannoni <ezannoni@redhat.com>
7212
7213 * gdb.texinfo: Properly quote the name "C++".
7214 * gdbint.texinfo: Ditto.
7215 * stabs.texinfo: Ditto.
7216
1eb288ea
EZ
72172004-02-11 Elena Zannoni <ezannoni@redhat.com>
7218
7219 * gdbint.texinfo (Support Libraries): Add doco about obstacks and
7220 minimal information about libiberty.
7221
e4937fc1
MC
72222004-02-06 Michael Chastain <mec.gnu@mindspring.com>
7223
7224 * gdb.texinfo (Auxiliary Vector): Fix thinko with @value{GDBN}.
7225
a9331b3f
RM
72262004-02-04 Roland McGrath <roland@redhat.com>
7227
7228 * gdb.texinfo (Auxiliary Vector): New node (section).
7229 (Data): Add it to the menu.
7230
2650777c
JJ
72312004-02-02 Jeff Johnston <jjohnstn@redhat.com>
7232
7233 * gdb.texinfo (Breakpoints): Add information about pending
7234 breakpoint support.
7235
b4501125
AC
72362004-01-26 Andrew Cagney <cagney@redhat.com>
7237
7238 * gdb.texinfo (Overview): Delete references to the cisco protocol
7239 including the "N" response.
7240
74055713
AC
72412004-01-26 Andrew Cagney <cagney@redhat.com>
7242
7243 * gdbint.texinfo (Target Architecture Definition): Rename
7244 EXTRACT_STRUCT_VALUE_ADDRESS to
7245 DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS.
a9331b3f 7246
3bbe9696
EZ
72472004-01-24 Eli Zaretskii <eliz@gnu.org>
7248
7249 * gdb.texinfo (KOD): Document "show os". Add index entries for
7250 "set/show os" and "info cisco" commands.
7251
5843504f
EZ
72522004-01-21 Eli Zaretskii <eliz@gnu.org>
7253
7254 * Makefile.in (install-info): Prepend $(DESTDIR) to $(infodir).
7255
9175c9a3
MC
72562004-01-19 Michael Chastain <mec.gnu@mindspring.com>
7257
7258 * gdbint.texinfo: Delete USE_MMALLOC, NO_MMCHECK, MMCHECK_FORCE,
7259 MMAP_BASE_ADDRESS, MMAP_INCREMENT.
7260
8e94b928
NR
72612004-01-19 Nick Roberts <nick@nick.uklinux.net>
7262
7263 * gdb.texinfo (GDB/MI Stack Manipulation): Describe extension to
7264 -stack-list-locals.
7265 (GDB/MI Variable Objects): Describe extension to
7266 -var-list-children.
7267
a20cf136
DJ
72682004-01-17 Daniel Jacobowitz <drow@mvista.com>
7269
7270 * gdbint.texinfo (DECR_PC_AFTER_HW_BREAK): Don't document.
7271
afb18d0f
AC
72722004-01-17 Andrew Cagney <cagney@redhat.com>
7273
7274 * gdbint.texinfo (Target Architecture Definition): Delete
7275 documentation on DEPRECATED_NPC_REGNUM.
7276
b51970ac
DJ
72772004-01-13 Daniel Jacobowitz <drow@mvista.com>
7278
7279 * gdb.texinfo: Update copyright year. Mention that set
7280 follow-fork-mode is supported on GNU/Linux. Remove documentation of
7281 "set follow-fork-mode ask".
7282
0f0cffd2
AC
72832004-01-13 Andrew Cagney <cagney@redhat.com>
7284
7285 * gdbint.texinfo: Update copyright year.
7286 (Coding): Add -Wunused-label to list of -Werror warnings.
7287
c552b3bb 72882004-01-08 Jason Molenda <jmolenda@apple.com>
5ae4183a 7289 Eli Zaretskii <eliz@gnu.org>
c552b3bb
JM
7290
7291 * gdb.texinfo: Update copyright.
7292 (Objective-C): "methodName" typeo fixed. Add @code/@var markup
7293 around names, as appropriate. Minor syntax cleanup of
7294 _NSPrintForDebugger explanation. Two spaces after periods.
7295 GDBN used instead of lit. "gdb". Index entries added for
7296 print-object and _NSPrintForDebugger. @noindent added in one spot.
7297
afe157ca
EZ
72982003-11-11 Elena Zannoni <ezannoni@redhat.com>
7299
7300 * stabs.texinfo: Add dircategory and direntry commands.
7301 * annotate.texinfo: Ditto.
7302
963e2bb7
AC
73032003-11-10 Andrew Cagney <cagney@redhat.com>
7304
7305 * gdbint.texinfo (Target Architecture Definition): Replace the
7306 return_value method's "inval" and "outval" parameters with
7307 "readbuf" and "writebuf".
7308
1d8b2f28
JB
73092003-10-28 Jim Blandy <jimb@redhat.com>
7310
7311 * gdb.texinfo (The F request packet, The F reply packet): Renamed
7312 from "The `F' request packet" and "The `F' reply packet", to make
7313 texi2dvi happy.
7314 (File-I/O remote protocol extension): Update menu entries, too.
7315
36d86913
MC
73162003-10-26 Michael Chastain <mec@shout.net>
7317
7318 * gdb.texinfo (Thread Stops): Document the issue with
7319 premature return from system calls in multi-threaded programs.
7320
ce2826aa
AC
73212003-10-24 Andrew Cagney <cagney@redhat.com>
7322
7323 * annotate.texinfo: Fix "fortunatly"[sic].
7324
f24c5e49
KI
73252003-10-23 Kei Sakamoto <sakamoto.kei@renesas.com>
7326
7327 * gdb.texinfo (Contributors to GDB): Replace "Renesas"
7328 with "Hitachi" and "Mitsubishi".
7329
92ad9cd9
AC
73302003-10-20 Andrew Cagney <cagney@redhat.com>
7331
7332 * gdbint.texinfo (Target Architecture Definition): Document
7333 gdbarch_return_value. Add cross references from
7334 USE_STRUCT_CONVENTION, EXTRACT_RETURN_VALUE, and
7335 STORE_RETURN_VALUE, and from/to EXTRACT_STRUCT_VALUE_ADDRESS.
7336
0ab4b752
MK
73372003-10-18 Mark Kettenis <kettenis@gnu.org>
7338
7339 * gdbint.texinfo (Target Architecture Definition): Document
7340 regset_from_core_section.
fb3e19c0
KI
7341
73422003-10-16 Kei Sakamot Sakamoto <sakamoto.kei@renesas.com>
7343
7344 * gdb.texinfo (M32R/D): Mention m32rsdi target.
7345
a9331b3f 73462003-10-15 Kevin Buettner <kevinb@redhat.com>
e4d5f7e1
KB
7347
7348 From Anthony Green <green@redhat.com>:
5ae4183a 7349 * gdb.texinfo (Breakpoints related warnings): Insert into menu.
e4d5f7e1 7350
1485d690
KB
73512003-10-14 Kevin Buettner <kevinb@redhat.com>
7352
889bf7c5
PA
7353 * gdb.texinfo (Breakpoint related warnings): New node.
7354 * gdbint.texinfo (ADJUST_BREAKPOINT_ADDRESS): Document.
a9331b3f 7355
86d30acc
DJ
73562003-10-13 Daniel Jacobowitz <drow@mvista.com>
7357
7358 * gdb.texinfo (Remote Protocol): Document v and vCont.
7359
172c2a43
KI
73602003-10-10 Kei Sakamoto <sakamoto.kei@renesas.com>
7361
7362 * gdb.texinfo: Replace "Hitachi" and "Mitsubishi" with "Renesas".
7363 * gdbint.texinfo: Ditto.
7364
71952f4c
AC
73652003-10-09 Andrew Cagney <cagney@redhat.com>
7366
7367 From 2003-09-18 David Anderson <davea@sgi.com>:
7368 * gdb.texinfo (GDB/MI Symbol Query): Replace "comamnd" with
7369 "command".
7370
268e2188
AC
73712003-10-03 Andrew Cagney <cagney@redhat.com>
7372
7373 * gdbint.texinfo (Target Architecture Definition): Deprecate
7374 IBM6000_TARGET. Mention that it implies an RS/6000 system and not
7375 just target.
7376
12c266ea 73772003-10-02 Andrew Cagney <cagney@redhat.com>
2e092625 7378
f30992d4 7379 * gdbint.texinfo (Target Architecture Definition): Rename
12c266ea
AC
7380 REGISTER_RAW_SIZE to DEPRECATED_REGISTER_RAW_SIZE.
7381 * gdb.texinfo (Packets, Stop Reply Packets): Ditto.
7382 * gdbint.texinfo (Target Architecture Definition): Rename
7383
73842003-09-30 Andrew Cagney <cagney@redhat.com>
7385
f30992d4 7386 REGISTER_VIRTUAL_SIZE to DEPRECATED_REGISTER_VIRTUAL_SIZE.
a9331b3f 7387 (Target Architecture Definition):
f30992d4 7388
2e092625
AC
7389 * gdbint.texinfo (Target Architecture Definition): Rename
7390 REGISTER_VIRTUAL_TYPE to DEPRECATED_REGISTER_VIRTUAL_TYPE.
7391
0717ae8a
AC
73922003-09-29 Andrew Cagney <cagney@redhat.com>
7393
dad809b7
AC
7394 * gdbint.texinfo (Target Architecture Definition): Delete
7395 documentation for NEED_TEXT_START_END.
7396
0717ae8a
AC
7397 * gdbint.texinfo (Target Architecture Definition): Rename
7398 NPC_REGNUM to DEPRECATED_NPC_REGNUM. Add cross reference to
7399 TARGET_WRITE_PC.
a9331b3f 7400
af6cf26d
MC
74012003-09-22 Michael Chastain <mec@shout.net>
7402
7403 * gdbint.texinfo (Testsuite Organization): Change gdb.c++ to gdb.cp.
7404
ee206350
AG
74052003-09-21 Anthony Green <green@redhat.com>
7406
7407 * gdbint.texinfo (Target Architecture Definition): Fix typos.
7408
a38c9fe6
MK
74092003-09-21 Mark Kettenis <kettenis@gnu.org>
7410
7411 * gdbint.texinfo (Target Architecture Definition): Document
7412 stabs_argument_has_addr.
7413
77949794
AC
74142003-09-18 Andrew Cagney <cagney@redhat.com>
7415
7416 * gdbint.texinfo (Target Architecture Definition): Delete
7417 documentation on REGISTER_NAMES.
7418
8e823e25
MK
74192003-09-13 Mark Kettenis <kettenis@gnu.org>
7420
7421 * gdbint.texinfo (Target Architecture Definition): Replace
7422 REG_STRUCT_HAS_ADDR with DEPRECATED_REG_STRUCT_HAS_ADDR.
7423
f27dd7fd
AC
74242003-09-11 Andrew Cagney <cagney@redhat.com>
7425
7426 * gdbint.texinfo (Target Architecture Definition): Replace
7427 STACK_ALIGN with DEPRECATED_STACK_ALIGN.
7428
8b148df9
AC
74292003-08-18 Andrew Cagney <cagney@redhat.com>
7430
7431 * gdbint.texinfo (Target Architecture Definition): Document
7432 "frame_red_zone_size".
7433
25d29d70
AC
74342003-08-09 Andrew Cagney <cagney@redhat.com>
7435
7436 * gdb.texinfo (Backtrace): Replace "set/show backtrace-below-main"
7437 with "set/show backtrace past-main" and "set/show backtrace
7438 limit".
7439
c938e9b0
L
74402003-08-08 H.J. Lu <hongjiu.lu@intel.com>
7441
7442 * Makefile.in (install-info): Support DESTDIR.
7443 (install-html): Likewise.
7444
64fabec2
AC
74452003-08-07 Andrew Cagney <cagney@redhat.com>
7446
7447 Patch from Nick Roberts.
7448 * gdb.texinfo (Using GDB under GNU Emacs): Fix/update key
7449 bindings. Remove description of send-gdb-command.
7450
2fcf52f0
AC
74512003-08-07 Andrew Cagney <cagney@redhat.com>
7452
7453 * gdb.texinfo (Mode Options): Mention that "mi2" was included in
7454 GDB 6.0.
7455
086432e2
AC
74562003-08-06 Andrew Cagney <cagney@redhat.com>
7457
7458 * gdb.texinfo (Mode Options): Mention that level three is the
7459 highest available and that level 2 is deprecated.
7460 (Annotations Overview): Mention annotation levels. Cross reference
7461 to "Limitations of the Annotation Interface" in annotate.texi.
7462 (TODO, Value Annotations, Frame Annotations): Delete section.
7463 (Displays, Breakpoint Info): Delete.
7464
e5249f67
AC
74652003-08-04 Andrew Cagney <cagney@redhat.com>
7466
7467 * agentexpr.texi: Delete @bye.
7468 * Makefile.in (STABS_DOC_SOURCE_INCLUDES): Add "fdl.texi"
7469 (stabs.info): Add $(srcdir) to include search path.
7470 (html): Depend on "annotate_toc.html", and not "annotate.html".
7471 * stabs.texinfo: Ditto. Include "fdl.texi".
7472 * gdbint.texinfo: Update copyright statement's list of invariant
7473 sections.
7474
e6f672d2
AC
74752003-07-28 Andrew Cagney <cagney@redhat.com>
7476
7477 * Makefile.in (INFO_DEPS): Add annotate.info.
7478 (dvi, ps, html, pdf): Add annotate.
7479 (ANNOTATE_DOC_SOURCE_INCLUDES): New macro.
7480 (ANNOTATE_DOC_BUILD_INCLUDES): New macro.
7481 (ANNOTATE_DOC_FILES): New macro.
7482 (ANNOTATE_TEX_TMPS): New macro.
7483 (annotate.info, annotate_toc.html): Specify dependencies.
7484 (annotate.ps, annotate.pdf, annotate.dvi): Ditto.
7485 * annotate.texinfo: Rename annotate.texi. Get building. Add
7486 "Migrating to GDB/MI" and "Limitations of the Annotation
7487 Interface" chapters. Mention why it is not part of the user
7488 guide. Update copyright notice. Include "fdl.texi".
7489
72ffddc9
SC
74902003-07-26 Stephane Carrez <stcarrez@nerim.fr>
7491
7492 * gdb.texinfo (TUI Keys): Document C-x o key to switch active window.
7493
a9f12a31
DJ
74942003-07-24 Daniel Jacobowitz <drow@mvista.com>
7495
7496 * gdbint.texinfo (libgdb components): Correct a GDB to GDBN.
7497
b1fe9455
DJ
74982003-07-24 Daniel Jacobowitz <drow@mvista.com>
7499
7500 * gdb.texinfo (Server): Mention pidof.
7501
153721e6
AC
75022003-07-22 Andrew Cagney <cagney@redhat.com>
7503
7504 * gdbint.texinfo (Coding): Add -Wformat-nonliteral to -Werror
7505 list.
7506
0fac0b41
DJ
75072003-06-28 Daniel Jacobowitz <drow@mvista.com>
7508
7509 * gdb.texinfo (Logging output): New chapter.
7510
4e562065
JB
75112003-06-24 Joel Brobecker <brobecker@gnat.com>
7512
7513 * gdb.texinfo (Unsupported languages): New section.
7514 (Languages): Add link to new section.
7515
f2c06f52
AC
75162003-06-22 Andrew Cagney <cagney@redhat.com>
7517
7518 * gdb.texinfo (Contributors): Mention 6.0 release engineer.
7519
b4177fca
DJ
75202003-06-22 Daniel Jacobowitz <drow@mvista.com>
7521
7522 * gdbint.texinfo (Coding): Clarify use of gdb_XXX.h headers.
7523
f418dd93
DJ
75242003-06-22 Daniel Jacobowitz <drow@mvista.com>
7525
7526 * Makefile.in (SFILES_INCLUDED): Add agentexpr.texi.
7527 * agentexpr.texi: Retitle section, and change it to an appendix.
7528 Comment out texinfo initialization. Factor a @var{} into two
7529 pieces to prevent makeinfo warnings.
7530 * gdb.texinfo: Add Agent Expressions appendix.
7531
4ca61388
DJ
75322003-06-19 Daniel Jacobowitz <drow@mvista.com>
7533
7534 * gdbint.texinfo (Native Conditionals): Remove PREPARE_TO_PROCEED.
7535
07f31aa6
DJ
75362003-06-18 Daniel Jacobowitz <drow@mvista.com>
7537
5ae4183a 7538 * gdb.texinfo (Remote Debugging): New section "Connecting to a
07f31aa6
DJ
7539 remote target". Document the "detach" and "disconnect" commands.
7540 (Server, Netware, Debug Session): Reference "Connecting to a
7541 remote target".
7542 (GDB/MI Target Manipulation): Document "-target-disconnect".
7543
2dd0da42
AC
75442003-06-13 Andrew Cagney <cagney@redhat.com>
7545
7546 * gdbint.texinfo (Target Architecture Definition): Deprecate
7547 REMOTE_BREAKPOINT, LITTLE_REMOTE_BREAKPOINT, and
7548 BIG_REMOTE_BREAKPOINT. Cross reference BREAKPOINT_FROM_PC.
7549
e7a3abfc
JB
75502003-06-09 Jim Blandy <jimb@redhat.com>
7551
7552 * gdb.texinfo (Separate Debug Files): Remove extra semicolon.
7553
25e3a86b
AC
75542003-06-08 Andrew Cagney <cagney@redhat.com>
7555
7556 * gdbint.texinfo (Target Architecture Definition): Delete
7557 documentation on FRAME_ARGS_ADDRESS_CORRECT.
7558
a9e5fdc2
AC
75592003-06-08 Andrew Cagney <cagney@redhat.com>
7560
7561 * gdbint.texinfo (Target Architecture Definition): Document
7562 "unwind_sp". Cross reference "unwind_sp" and TARGET_READ_SP.
7563
b37303ee
AF
75642003-06-07 Adam Fedor <fedor@gnu.org>
7565
7566 * gdb.texinfo: Add Objective-C documentation.
7567
39fe6e80
AC
75682003-06-01 Andrew Cagney <cagney@redhat.com>
7569
7570 * gdbint.texinfo (Target Architecture Definition): Add "func_addr"
7571 parameter to "push_dummy_call". Rename "dummy_addr" to "bp_addr".
7572
125309b2
AC
75732003-05-21 Andrew Cagney <cagney@redhat.com>
7574
7575 * gdbint.texinfo (Target Architecture Definition): Delete
7576 references to "extract_address" and "store_address".
7577
b8b527c5
AC
75782003-05-16 Andrew Cagney <cagney@redhat.com>
7579
7580 * gdbint.texinfo (Target Architecture Definition): Replace
7581 REGISTER_BYTES with DEPRECATED_REGISTER_BYTES. Fix typo,
7582 DEPRECATED_REGISTER_SIZE instead of REGISTER_BYTE.
7583
50e3ee83
TR
75842003-05-14 Theodore A. Roth <troth@openavr.org>
7585
7586 * gdbint.texinfo (Breakpoint Handling): Correct a double negative.
7587
44e2be90
L
75882003-05-10 H.J. Lu <hongjiu.lu@intel.com>
7589
7590 * Makefile.in (gdb-cfg.texi): Replace $$LN_S with $(LN_S).
7591 (gdb.dvi): Likewise.
7592 (gdb.pdf): Likewise.
7593 (links2roff): Likewise.
7594
df5215a6
JB
75952003-05-08 Jim Blandy <jimb@redhat.com>
7596
7597 * gdb.texinfo (Dump/Restore Files): Update documentation for
7598 'dump', 'append', and 'restore': note that format argument is
7599 optional; simplify presentation of the command variants; and be
7600 more precise about the formats.
7601
5e7b2f39
JB
76022003-05-07 Jim Blandy <jimb@redhat.com>
7603
7604 * gdb.texinfo (Symbols): Update documentation: 'maint list
7605 symtabs' and 'maint list psymtabs' have been renamed 'maint info
7606 symtabs' and 'maint info psymtabs'.
7607
b1e29e33
AC
76082003-05-05 Andrew Cagney <cagney@redhat.com>
7609
7610 * gdbint.texinfo (Target Architecture Definition): Make
7611 CALL_DUMMY_WORDS, SIZEOF_CALL_DUMMY_WORDS, CALL_DUMMY_LENGTH,
7612 FIX_CALL_DUMMY, CALL_DUMMY_BREAKPOINT_OFFSET and
7613 CALL_DUMMY_BREAKPOINT_OFFSET deprecated.
7614
00905d52
AC
76152003-05-04 Andrew Cagney <cagney@redhat.com>
7616
7617 * gdb.texinfo (Maintenance Commands): Document "maint print
7618 dummy-frames".
7619
54ff5908
AC
76202003-05-04 Andrew Cagney <cagney@redhat.com>
7621
7622 * gdb.texinfo (GDB/MI Symbol Query): Use @{ and @}.
7623
32e7087d
JB
76242003-05-03 J. Brobecker <brobecker@gnat.com>
7625
7626 Thierry Schneider <tpschneider1@yahoo.com>
7627 * gdb.texinfo (section GDB/MI Symbol Query): Add documentation
7628 for new MI command.
7629
7043d8dc
AC
76302003-05-03 Andrew Cagney <cagney@redhat.com>
7631
7632 * gdbint.texinfo (Target Architecture Definition): Document
7633 push_dummy_code. Add cross references.
7634
e33d66ec
EZ
76352003-05-02 Elena Zannoni <ezannoni@redhat.com>
7636
7637 * gdb.texinfo (Character Sets): Update to reflect new behavior of
7638 set/show charsets commands.
7639
0ba6dca9
AC
76402003-04-28 Andrew Cagney <cagney@redhat.com>
7641
7642 * gdbint.texinfo (Target Architecture Definition): Replace
7643 read_fp, TARGET_READ_FP and FP_REGNUM, with deprecated_read_fp,
7644 DEPRECATED_TARGET_READ_FP and DEPRECATED_REGNUM.
7645
d7a27068
AC
76462003-04-28 Andrew Cagney <cagney@redhat.com>
7647
7648 * gdbint.texinfo (Target Architecture Definition): Rename
7649 "tm_print_insn" to "deprecated_tm_print_insn".
7650
44ea7b70
JB
76512003-04-09 Jim Blandy <jimb@redhat.com>
7652
7653 * gdb.texinfo (Symbols): Document 'maint list symtabs' and 'maint
7654 list psymtabs'.
7655
fb8f8949
AC
76562003-04-08 Andrew Cagney <cagney@redhat.com>
7657
7658 * gdbint.texinfo (Target Architecture Definition): Delete
7659 references to EXTRA_FRAME_INFO.
7660
32fb0f22
AC
76612003-04-08 Andrew Cagney <cagney@redhat.com>
7662
7663 * gdbint.texinfo (Target Architecture Definition): Delete
7664 PRINT_TYPELESS_INTEGER.
7665
6be67e67
JB
76662003-04-02 J. Brobecker <brobecker@gnat.com>
7667
7668 * observer.texi (GDB Observers): Adjust the documentation for the
7669 normal_stop notification to better describe reality. Fix a couple
7670 of minor typos.
7671
4e35d5f0
BR
76722003-04-02 Bob Rossi <bob_rossi@cox.net>
7673
a9331b3f 7674 * gdb.texinfo (GDB/MI Program Control): Add
4e35d5f0
BR
7675 '-file-list-exec-source-file'
7676
e8a8712a
AC
76772003-03-31 Andrew Cagney <cagney@redhat.com>
7678
7679 * gdbint.texinfo (Target Architecture Definition): Delete
7680 references to CALL_DUMMY_P.
7681
6c0e89ed
AC
76822003-03-30 Andrew Cagney <cagney@redhat.com>
7683
7684 * gdbint.texinfo (Target Architecture Definition): Remove
7685 reference to TARGET_WRITE_SP.
a9331b3f 7686
378bfd1b
AC
76872003-03-27 Andrew Cagney <cagney@redhat.com>
7688
7689 * gdbint.texinfo (Target Architecture Definition): Remove
7690 references to write_sp.
6c0e89ed 7691
922fbb7b
AC
76922003-03-27 Andrew Cagney <cagney@redhat.com>
7693
7694 * gdb.texinfo (GDB/MI Variable Objects): Replace @include with
7695 chapter body. Use @smallexample instead of @example.
7696 (Annotations): Ditto.
7697 * Makefile.in (GDB_DOC_SOURCE_INCLUDES): Remove gdbmi.texinfo and
7698 annotate.texi.
7699
b81774d8
AC
77002003-03-26 Andrew Cagney <cagney@redhat.com>
7701
7702 * gdbint.texinfo (Target Architecture Definition): Replace
7703 PUSH_ARGUMENTS with push_dummy_call, add gdbarch, regcache and
7704 dummy_addr parameters.
7705
1bf6d5cc
AC
77062003-03-25 Andrew Cagney <cagney@redhat.com>
7707
7708 * gdbint.texinfo (Target Architecture Definition): Delete
7709 reference to CALL_DUMMY_STACK_ADJUST_P. Rename
7710 CALL_DUMMY_STACK_ADJUST to DEPRECATED_CALL_DUMMY_STACK_ADJUST.
7711 Add reference to PUSH_ARGUMENTS.
7712
618ce49f
AC
77132003-03-23 Andrew Cagney <cagney@redhat.com>
7714
7715 * gdbint.texinfo (Algorithms, Target Architecture Definition):
7716 Deprecate FRAME_CHAIN and FRAME_CHAIN_VALID.
7717
bcd7e15f
JB
77182003-03-18 J. Brobecker <brobecker@gnat.com>
7719
7720 * gdbint.texinfo (Algorithms): Add new section describing the
7721 Observer paradigm.
7722 (Top): Add menu entry to new observer appendix.
7723 * observer.texi: New file.
7724 * Makefile.in (GDBINT_DOC_SOURCE_INCLUDES): Add dependency on
7725 new observer.texi file.
7726
9fe8321b
AC
77272003-03-17 Andrew Cagney <cagney@redhat.com>
7728
7729 * gdb.texinfo (DATE): Delete. Remove date from titles. Mention
7730 that GNU Press update the manual version number.
7731
ac2adee5
AC
77322003-03-12 Andrew Cagney <cagney@redhat.com>
7733
7734 * gdbint.texinfo (Target Architecture Definition): Delete
7735 references to get_saved_register. Rename GET_SAVED_REGISTER to
7736 DEPRECATED_GET_SAVED_REGISTER.
7737
749b82f6
AC
77382003-03-13 Andrew Cagney <cagney@redhat.com>
7739
7740 * gdbint.texinfo (Target Architecture Definition): Replace
7741 POP_FRAME with DEPRECATED_POP_FRAME. Update description.
7742
8bedc050
AC
77432003-03-12 Andrew Cagney <cagney@redhat.com>
7744
7745 * gdbint.texinfo (Target Architecture Definition): Rename
7746 FRAME_SAVED_PC to DEPRECATED_FRAME_SAVED_PC.
a9331b3f 7747
0ce1b118
CV
77482003-03-10 Corinna Vinschen <vinschen@redhat.com>
7749
7750 * gdb.texinfo: Add File-I/O documentation.
7751
12cc2063
AC
77522003-03-10 Andrew Cagney <cagney@redhat.com>
7753
7754 * gdbint.texinfo (Target Architecture Definition): Cross reference
7755 FRAME_SAVED_PC to unwind_pc. Document unwind_pc.
7756
7453dc06
AC
77572003-03-07 Andrew Cagney <cagney@redhat.com>
7758
7759 * gdb.texinfo (Debugging Output): Mention the "set/show debug
7760 frame" command.
7761
6314f104
AC
77622003-03-05 Andrew Cagney <cagney@redhat.com>
7763
7764 * gdbint.texinfo (Target Architecture Definition): Document
7765 unwind_dummy_id. Cross reference unwind_dummy_id and
7766 SAVE_DUMMY_FRAME_TOS.
7767
f1212245
DJ
77682003-03-05 James Ingham <jingham@apple.com>
7769 Daniel Jacobowitz <drow@mvista.com>
7770
7771 * gdb.texinfo (Configuring the current ABI): Document "set cp-abi"
7772 and "show cp-abi".
7773
77e7e267
AC
77742003-03-03 Andrew Cagney <cagney@redhat.com>
7775
7776 * gdbint.texinfo (Target Architecture Definition): Document
7777 register_type.
7778
838a8221
AC
77792003-03-03 Andrew Cagney <cagney@redhat.com>
7780
7781 * stabs.texinfo (Structures): Use @samp and separate @var's
7782 instead of a single @var containing a comma separated list.
7783 (Unions): Ditto.
7784
d7f4a264
DJ
77852003-03-02 Daniel Jacobowitz <drow@mvista.com>
7786
7787 * Makefile.in (distclean): Remove config.log.
7788
f30ee0bc
AC
77892003-03-01 Andrew Cagney <cagney@redhat.com>
7790
7791 * gdbint.texinfo (Target Architecture Definition): Rename
7792 FRAME_INIT_SAVED_REGS to DEPRECATED_FRAME_INIT_SAVED_REGS.
7793
77942003-03-01 Andrew Cagney <cagney@redhat.com>
e9582e71
AC
7795
7796 * gdbint.texinfo: Rename INIT_EXTRA_FRAME_INFO to
7797 DEPRECATED_INIT_EXTRA_FRAME_INFO.
7798
be448670
CF
77992003-02-23 Raoul Gough <RaoulGough@yahoo.co.uk>
7800
7801 * gdb.texinfo (Cygwin Native): Links to Non-debug DLL symbols.
7802 (Non-debug DLL symbols): New node, describing the minimal symbols
7803 loaded from DLLs without real debugging symbols.
7804
501eef12
AC
78052003-02-20 Andrew Cagney <ac131313@redhat.com>
7806
7807 * gdb.texinfo (Set Breaks): Add cross reference to "set remote
7808 hardware-breakpoint-limit".
7809 (Set Watchpoints): Add cross reference to "set remote
7810 hardware-watchpoint-limit".
7811 (Remote configuration options): New section.
7812
21c294e6
AC
78132003-02-04 Andrew Cagney <ac131313@redhat.com>
7814
e9be73e4
AC
7815 * gdbint.texinfo (Target Architecture Definition): Delete
7816 descrption of IS_TRAPPED_INTERNALVAR.
7817
21c294e6
AC
7818 From Keith Seitz <keiths@redhat.com>:
7819 * gdb.texinfo (Interpreters): New chapter. Refer the command-line
7820 option "-i"/"--interpreter" to this chapter. Include index
7821 entries.
7822
0179ffac
DC
78232003-02-04 David Carlton <carlton@math.stanford.edu>
7824
7825 * gdb.texinfo (C@t{++}): Recommend DWARF 2, then stabs+.
7826 (Variables): Recommend stabs+ and DWARF 2.
7827 (C plus plus expressions): Correct info about
7828 compiler versions, debug formats.
7829 (Contributors): Change 'DWARF2' to 'DWARF 2'.
7830 PR symtab/874.
7831
7ca9f392
AC
78322003-02-01 Andrew Cagney <ac131313@redhat.com>
7833
7834 * gdbint.texinfo (Target Architecture Definition): Delete
7835 description of ADDITIONAL_OPTIONS, ADDITIONAL_OPTION_CASES,
7836 ADDITIONAL_OPTION_HANDLER, and ADDITIONAL_OPTION_HELP, and
7837 BEFORE_MAIN_LOOP_HOOK, and DBX_PARM_SYMBOL_CLASS along with
7838 references to nindy and i960.
7839 * gdb.texinfo (i960): Delete all references to i960 and nindy.
7840
31a85ea2
AC
78412003-02-01 Andrew Cagney <ac131313@redhat.com>
7842
7843 * gdbint.texinfo (Target Architecture Definition): Delete
7844 FLOAT_INFO.
7845
6b894e49
AC
78462003-01-30 Andrew Cagney <ac131313@redhat.com>
7847
7848 * stabs.texinfo (Member Type Descriptor): Clarify description of
7849 `@'. Suggested by Ben Hutchings.
7850
c48861fb
AC
78512003-01-29 Andrew Cagney <ac131313@redhat.com>
7852
7853 * gdb.texinfo (M68K): Delete reference to es1800.
7854
617073a9
AC
78552003-01-29 Andrew Cagney <ac131313@redhat.com>
7856
7857 * gdb.texinfo (Maintenance Commands): Document `maint print
7858 reggroups' and `maint print register-groups'.
7859 * gdbint.texinfo (Target Architecture Definition): Document
7860 register_reggroup_p.
7861
5b5d99cf
JB
78622003-01-23 Jim Blandy <jimb@redhat.com>
7863
7864 * gdb.texinfo (Separate Debug Files): New section.
7865
e7ba9c65
DJ
78662003-01-22 Daniel Jacobowitz <drow@mvista.com>
7867
7868 * gdb.texinfo (Maintenance Commands): Add "maint set profile"
7869 and "maint show profile".
7870
94e91d6d
MC
78712003-01-16 Michael Chastain <mec@shout.net>
7872
7873 * gdb.texinfo (Installing GDB): Warn against
7874 ".../gdb-VERSION/gdb/configure".
7875 (Separate Objdir): Likewise.
7876
867f3898
AC
78772003-01-15 Andrew Cagney <ac131313@redhat.com>
7878
7879 * gdbint.texinfo (Target Architecture Definition): Delete
7880 definition of PRINT_REGISTER_HOOK.
7881
f153cc92
EZ
78822003-01-15 Elena Zannoni <ezannoni@redhat.com>
7883
7884 (OpenRISC 1000): Fix formatting of command names.
7885
c60eb6f1
EZ
78862003-01-15 Elena Zannoni <ezannoni@redhat.com>
7887
7888 * gdb.texinfo (Continuing and Stepping): Add new command
7889 'advance'. Clarify behavior of 'until'.
7890
f5ebfba0
DJ
78912003-01-13 Daniel Jacobowitz <drow@mvista.com>
7892
7893 * gdb.texinfo (Files): Document solib-absolute-prefix and
7894 solib-search-path.
7895
4ce8657e
MC
78962003-01-09 Michael Chastain <mec@shout.net>
7897
7898 * gdbint.texinfo (Configuring @value{GDBN} for Release): Delete.
7899 (Create a Release): Add new instructions for new @file{src-release}.
7900 Document existing instructions for @file{Makefile.in} as
7901 being for @value{GDBN} 5.3.1 or earlier.
7902
372613e3
AC
79032003-01-09 Andrew Cagney <ac131313@redhat.com>
7904
7905 * gdbint.texinfo (Target Architecture Definition): Mention
7906 frame_saved_regs_zalloc and frame_extra_info_zalloc as the way to
7907 allocate memory.
7908
b4e9345d
DJ
79092003-01-04 Daniel Jacobowitz <drow@mvista.com>
7910
7911 * gdb.texinfo (Controlling GDB): Add @kindex for
7912 "show osabi".
7913 (Backtraces): Add @kindex's for backtrace-below-main.
7914
98b45e30
DJ
79152003-01-04 Daniel Jacobowitz <drow@mvista.com>
7916
7917 * gdb.texinfo (Controlling GDB): Document "set osabi".
7918
95f90d25
DJ
79192003-01-04 Daniel Jacobowitz <drow@mvista.com>
7920
7921 * gdb.texinfo (Backtraces): Document "set backtrace-below-main".
7922 * gdbint.texinfo (FRAME_CHAIN_VALID): Update documentation.
7923
1e698235
DJ
79242003-01-04 Daniel Jacobowitz <drow@mvista.com>
7925
7926 * gdb.texinfo (Controlling GDB): Add ABI section. Document
7927 "set coerce-float-to-double".
7928 * gdbint.texinfo (COERCE_FLOAT_TO_DOUBLE): Remove documentation.
7929
e632838e
AC
79302003-01-02 Andrew Cagney <ac131313@redhat.com>
7931
7932 * stabs.texinfo: Remove obsolete text.
7933 * gdbint.texinfo: Ditto.
7934 * gdb.texinfo: Ditto.
7935
c133ab7a
MK
79362002-12-22 Mark Kettenis <kettenis@gnu.org>
7937
7938 * gdbint.texinfo (Target Architecture Definition): Update
7939 description of gdbarch_register_osabi.
7940
f821f325
KH
79412002-12-20 Kazu Hirata <kazu@cs.umass.edu>
7942
7943 * agentexpr.texi: Fix typos.
7944 * annotate.texi: Likewise.
7945 * fdl.texi: Likewise.
7946
85a6d8d3 79472002-12-10 Andrew Cagney <cagney@redhat.com>
a5afb99f
AC
7948
7949 * gdbint.texinfo (Algorithms): Replace INIT_FRAME_PC with
7950 DEPRECATED_INIT_FRAME_PC.
7951
ae45cd16
AC
79522002-12-01 Andrew Cagney <ac131313@redhat.com>
7953
7954 * gdbint.texinfo (Target Architecture Definition): Delete
7955 PC_IN_CALL_DUMMY.
7956
07555a72
AC
79572002-11-28 Andrew Cagney <ac131313@redhat.com>
7958
7959 * gdbint.texinfo (Host Definition): Delete documentation on
7960 USE_GENERIC_DUMMY_FRAMES.
7961
c166cdc7
EZ
79622002-11-26 Elena Zannoni <ezannoni@redhat.com>
7963
5ae4183a 7964 Fix PR gdb/723 and PR gdb/245.
c166cdc7
EZ
7965 * Makefile.in (install-info): Run the install-info command as part
7966 of the post install steps only.
7967 (uninstall-info): New target.
7968 (uninstall): New target.
7969
35db0260
EZ
79702002-11-22 Elena Zannoni <ezannoni@redhat.com>
7971
7972 * Makefile.in (install): Make install do some real work.
7973
9ba8d803
AC
79742002-11-19 Andrew Cagney <ac131313@redhat.com>
7975
7976 Fix POSIX problem reported by Paul Eggert.
7977 * Makefile.in (GDBvn.texi): Use `sed q' instead of `head -1'.
7978 Fix PR gdb/527.
7979
903ad3a6
AC
79802002-10-26 Andrew Cagney <cagney@redhat.com>
7981
7982 * gdbint.texinfo (Target Architecture Definition): Delete
7983 definition of DO_REGISTERS_INFO.
7984
f2abfe65
KB
79852002-10-18 Kevin Buettner <kevinb@redhat.com>
7986
7987 * gdbint.texinfo (Address Classes): Fix problems with insertion
7988 of ``{'' and ``}'' in example.
7989
b5b0480a
KB
79902002-10-17 Kevin Buettner <kevinb@redhat.com>
7991
7992 * gdbint.texinfo (Address Classes): New section.
7993 (Target Conditionals): Document ADDRESS_CLASS_NAME_TO_TYPE_FLAGS,
7994 ADDRESS_CLASS_NAME_TO_TYPE_FLAGS_P, ADDRESS_CLASS_TYPE_FLAGS,
7995 ADDRESS_CLASS_TYPE_FLAGS_P, ADDRESS_CLASS_TYPE_FLAGS_TO_NAME, and
7996 ADDRESS_CLASS_TYPE_FLAGS_TO_NAME_P.
7997
c85508ee
KD
79982002-10-11 Klee Dienes <kdienes@apple.com>
7999
8000 * gdb.texinfo (Registers): Mention vector registers as well as
8001 floating registers in the documentation for 'info registers' and
8002 'info all-registers'.
8003
6d12fc3d
DJ
80042002-10-11 Daniel Jacobowitz <drow@mvista.com>
8005
8006 * gdbint.texinfo (CPLUS_MARKER): Remove item.
8007
8d19fbd2
JJ
80082002-10-03 Jeff Johnston <jjohnstn@redhat.com>
8009
8010 * gdbint.texinfo (Item Output Functions): Add new ui_out_field_fmt_int
8011 interface definition.
8012
a37295f9
MM
80132002-10-03 Marko Mlinar <markom@opencores.org>
8014
8015 * gdb.texinfo (Target Commands): Add or1k target specific
8016 commands.
8017 * gdb.texinfo (Contributors): Add myself to the contributors list.
8018
da0f9dcd
AC
80192002-10-01 Andrew Cagney <ac131313@redhat.com>
8020
8021 * gdb.texinfo (Mode Options): Update --interpreter option. "mi2"
8022 and "mi1" instead of "mi1" and "mi0".
8023
2e834e49
HPN
80242002-09-29 Hans-Peter Nilsson <hp@bitrange.com>
8025
8026 * gdb.texinfo (Packets): Fix typos "alligned".
8027 Correct z3/Z3 description. Correct z4/Z4 title.
8028
050be0dc
AC
80292002-09-27 Andrew Cagney <ac131313@redhat.com>
8030
8031 * all-cfg.texi: Use @sc for GDB and GCC. Update copyright.
8032
1104b9e7
KB
80332002-09-25 Kevin Buettner <kevinb@redhat.com>
8034
8035 * gdb.texinfo: Use GNU/Linux instead of Linux.
8036
512217c7
AC
80372002-09-25 Andrew Cagney <ac131313@redhat.com>
8038
8039 * gdb.texinfo (Packets): Replace @samp{} with ``an empty string''.
8040
10998722
AC
80412002-09-24 Andrew Cagney <ac131313@redhat.com>
8042
512217c7 8043 * gdb.texinfo: Replace @example with @smallexample.
10998722 8044
a0eb71c5
KB
80452002-09-20 Kevin Buettner <kevinb@redhat.com>
8046
f7dc1244 8047 From Eli Zaretskii <eliz@gnu.org>:
a0eb71c5
KB
8048 * gdb.texinfo (Character Sets): Use @smallexample instead of
8049 @example. Use GNU/Linux instead of Linux.
8050
80512002-09-20 Jim Blandy <jimb@redhat.com>
8052
8053 * gdb.texinfo: Add character set documentation.
8054
2f870471
AC
80552002-09-19 Andrew Cagney <ac131313@redhat.com>
8056
8057 * gdb.texinfo (Packets): Revise `z' and `Z' packet documentation.
8058 (Packets): Add cross reference from `b' packet to `z' packets.
8059
790eb8f5
AC
80602002-09-19 Andrew Cagney <ac131313@redhat.com>
8061
8d30a00d
AC
8062 * gdb.texinfo (Maintenance Commands): Document ``maint
8063 internal-error'' and ``maint internal-warning''.
8064
790eb8f5
AC
8065 * gdbint.texinfo (Target Architecture Definition): Revise
8066 description of STACK_ALIGN. Add description of FRAME_ALIGN.
8067
a23a7bf1
JB
80682002-09-19 Joel Brobecker <brobecker@gnat.com>
8069
8070 * gdbint.texinfo (Target Conditionals): Document the new
8071 NAME_OF_MALLOC macro.
8072
299ffc64
AC
80732002-09-05 Andrew Cagney <ac131313@redhat.com>
8074
8075 * gdb.texinfo (Contributors): Mention 5.2 and 5.3 release
8076 engineer.
8077
b7bb15bc
SC
80782002-09-02 Stephane Carrez <stcarrez@nerim.fr>
8079
8080 * gdb.texinfo (TUI Overview): Document status line fields.
8081
3d757584
SC
80822002-09-02 Stephane Carrez <stcarrez@nerim.fr>
8083
8084 * gdb.texinfo (TUI Commands): Document info win command.
8085
269c21fe
SC
80862002-09-01 Stephane Carrez <stcarrez@nerim.fr>
8087
8088 * gdb.texinfo (TUI Overview): Document breakpoint markers.
8089
7cf36c78
SC
80902002-09-01 Stephane Carrez <stcarrez@nerim.fr>
8091
8092 * gdb.texinfo (TUI Single Key Mode): Document new SingleKey mode.
8093 (TUI Keys): Likewise.
8094
d2c6833e
AC
80952002-08-25 Andrew Cagney <ac131313@redhat.com>
8096
8097 * gdb.texinfo (Examples): Use ``->'' for a packet send and ``<-''
8098 for a packet receive.
8099
46d8b1c3
AC
81002002-08-25 Andrew Cagney <ac131313@redhat.com>
8101
8102 * Makefile.in (clean): Move to end of file.
8103 (distclean, maintainer-clean, realclean): Ditto.
8104 (mostlyclean): Move rule to end of file. Use GDB_TEX_TMPS,
8105 GDBINT_TEX_TMPS, STABS_TEX_TMPS.
8106 (gdb.dvi, gdb.pdf): Do not cleanup TeX temp files after texi2dvi.
8107 (gdbint.dvi, gdbint.pdf, stabs.dvi, stabs.pdf): Ditto.
8108
b0787093
AC
81092002-08-24 Andrew Cagney <ac131313@redhat.com>
8110
8111 * Makefile.in (GDBINT_TEX_TMPS): Define.
8112 (gdbint.dvi, gdbint.pdf): Use
8113 (GDB_TEX_TMPS): Define.
8114 (gdb.dvi, gdb.pdf): Use.
8115 (STABS_TEX_TMPS): Define.
8116 (stabs.dvi, stabs.pdf): Use.
8117 (GDB_DOC_SOURCE_INCLUDES): New macros.
8118 (GDB_DOC_BUILD_INCLUDES, GDB_DOC_FILES): New macros.
8119 (GDBINT_DOC_FILES_INCLUDES): New macros.
8120 (GDBINT_DOC_BUILD_INCLUDES): New macros.
8121 (GDBINT_DOC_FILES, STABS_DOC_SOURCE_INCLUDES): New macros.
8122 (STABS_DOC_BUILD_INCLUDES, STABS_DOC_FILES): New macros.
8123 (SFILES_DOC, SFILES_INCLUDED, SFILES_LOCAL): Delete macros.
8124 (links2roff): Replace SFILES_INCLUDED with
8125 GDB_DOC_SOURCE_INCLUDES.
8126 (gdb.dvi, gdb_toc.html, gdb.pdf, gdb.info): Update dependencies.
8127 (gdb.me, gdb.mm, gdb.ms): Update dependencies.
8128 (gdbint.dvi, gdbint_toc.html, gdbint.pdf, gdbint.info): Update
8129 dependencies.
8130 (stabs.info, stabs_toc.html, stabs.pdf, stabs.dvi): Update
8131 dependencies.
8132 (gdbmi.texinfo): Delete rule.
8133 (inc-hist.texinfo): Delete rule.
8134 (rluser.texinfo): Delete rule.
8135
ebba8386
AC
81362002-08-23 Andrew Cagney <cagney@redhat.com>
8137
8138 * gdbint.texinfo (Target Architecture Definition): Update
8139 STORE_RETURN_VALUE, mention regcache.
8140
0ab7a791
AC
81412002-08-21 Andrew Cagney <ac131313@redhat.com>
8142
8143 * gdbint.texinfo (Target Architecture Definition): Document
8144 print_registers_info. Note that DO_REGISTERS_INFO is deprecated.
8145
ee2d5c50
AC
81462002-08-19 Andrew Cagney <ac131313@redhat.com>
8147
8148 * gdb.texinfo (Remote Protocol): Reformat. Use cross references.
8149 Fix minor typos. Add index entries.
8150
53c69bd7
AC
81512002-08-18 Andrew Cagney <ac131313@redhat.com>
8152
8153 * gdb.texinfo (Data): Add ``Vector Unit'' to menu.
8154
e76f1f2e
AC
81552002-08-15 Andrew Cagney <ac131313@redhat.com>
8156
8157 * gdbint.texinfo (Target Architecture Definition): Document
8158 PRINT_VECTOR_INFO.
8159 * gdb.texinfo (Vector Unit): Document "info vectors" command.
8160
0680b120
AC
81612002-08-13 Andrew Cagney <ac131313@redhat.com>
8162
8163 * gdb.texinfo (Maintenance Commands): Document "maint print
8164 registers", "maint print raw-registers" and "maint print
8165 cooked-registers".
8166
3c3bea1c
GS
81672002-08-08 Grace Sainsbury <graces@redhat.com>
8168
a9331b3f 8169 From Mark Salter:
3c3bea1c
GS
8170 * gdb.texinfo (Protocol): Document T packet extension to
8171 allow watchpoint address reporting.
8172
42f9b0a5
AC
81732002-08-03 Andrew Cagney <ac131313@redhat.com>
8174
8175 * gdb.texinfo (Dump/Restore Files): Move `[]' to outside of @var.
8176
db034ac5
AC
81772002-08-01 Andrew Cagney <cagney@redhat.com>
8178
8179 * stabs.texinfo, gdb.texinfo, gdbint.texinfo: Obsolete references
8180 to CHILL.
8181
e2b28d04
AC
81822002-08-01 Andrew Cagney <ac131313@redhat.com>
8183
8184 * gdbint.texinfo (Coding): Revise section "Include Files".
8185
7fb623f7
AC
81862002-07-24 Andrew Cagney <cagney@redhat.com>
8187
8188 * gdbint.texinfo: Obsolete references to m88k.
8189 * gdb.texinfo: Ditto.
8190
4a2b4636
JB
81912002-07-10 Joel Brobecker <brobecker@gnat.com>
8192
7fb623f7 8193 * gdbint.texinfo (Create a release candiate): Add the location
4a2b4636
JB
8194 where the proper version of autoconf can be retrieved.
8195
a71ec265
DH
81962002-07-09 Don Howard <dhoward@redhat.com>
8197
8198 * gdb.texinfo (Command Files): Further describe the behavior of
8199 sourced command files.
8200
b9aa90c9
AC
82012002-06-27 Andrew Cagney <ac131313@redhat.com>
8202
8203 * gdbint.texinfo (User Interface): ISO C rather than ISO-C.
8204 (Coding): Clarify ISO C version that GDB assumes.
8205
40dd2248
TT
82062002-06-26 Tom Tromey <tromey@redhat.com>
8207
8208 * gdbint.texinfo (User Interface): Mention add_setshow_cmd and
8209 add_setshow_cmd_full.
8210
bfac230e
DH
82112002-06-25 Don Howard <dhoward@redhat.com>
8212
8213 * gdb.texinfo (Memory Region Attributes): Document new behavior
8214 for 'mem' command.
8215
475b0867
JB
82162002-06-11 Jim Blandy <jimb@redhat.com>
8217
919d772c
JB
8218 * gdb.texinfo (Symbols): Update documentation for `info source'
8219 command.
8220
475b0867
JB
8221 * gdb.texinfo (Macros): Call the command `info macro', not
8222 `show macro'.
8223
ba8c9337
AC
82242002-06-09 Andrew Cagney <ac131313@redhat.com>
8225
8226 * gdbint.texinfo (Coding): Add section ``Per-architecture module
8227 data''.
8228
1029b7fa
MK
82292002-06-09 Mark Kettenis <kettenis@gnu.org>
8230
8231 * gdbint.texinfo (Target Architecture Definition): Document
8232 GDB_OSABI_GO32 and GDB_OSABI_NETWARE.
8233
16737d73
AC
82342002-06-08 Andrew Cagney <ac131313@redhat.com>
8235
8236 * gdbint.texinfo (Releasing GDB): Fix typos in @itemize @bullet
8237 lists.
8238
30107679
AC
82392002-06-08 Andrew Cagney <ac131313@redhat.com>
8240
8241 * gdbint.texinfo (Releasing GDB): Revise the section ``Cut the
8242 Branch''.
8243
3352e23e
AC
82442002-06-01 Andrew Cagney <ac131313@redhat.com>
8245
8246 * gdbint.texinfo (Target Architecture Definition): Add section
8247 ``Converting an existing Target Architecture to Multi-arch''.
8248
cbb09e6a
AC
82492002-05-30 Andrew Cagney <ac131313@redhat.com>
8250
8251 * gdbint.texinfo (Releasing GDB): Rename ``Obsoleting any code''
8252 to ``Obsoleting code''. Revise.
8253
e2e0bcd1
JB
82542002-05-17 Jim Blandy <jimb@redhat.com>
8255
8256 * gdb.texinfo (C Preprocessor Macros): New chapter.
8257 Include it in the main menu.
8258 (Contributors): Credit Jim Blandy with macro support.
8259 (Compilation): Explain how to get macro information into the
8260 executable.
8261 (Expressions): Note that preprocessor macros are expanded.
8262
9db8d71f
DJ
82632002-05-14 Daniel Jacobowitz <drow@mvista.com>
8264
8265 * gdb.texinfo (Debug Session): Document new `udp:' and `tcp:'
8266 options for `target remote'.
8267
6d531722
AC
82682002-05-13 Andrew Cagney <ac131313@redhat.com>
8269
8270 * gdbint.texinfo (Target Architecture Definition): Delete
8271 documentation on NNPC_REGNUM.
8272
13d01224
AC
82732002-05-11 Andrew Cagney <ac131313@redhat.com>
8274
8275 * gdbint.texinfo (Target Architecture Definition): Document
8276 REGISTER_TO_VALUE and VALUE_TO_REGISTER and CONVERT_REGISTER_P.
8277 (Target Architecture Definition): Revise section `Using Different
8278 Register and Memory Data Representations'. Add section `Raw and
8279 Virtual Register Representations'.
8280
b2e75d78
AC
82812002-05-11 Andrew Cagney <ac131313@redhat.com>
8282
8283 * gdbint.texinfo (Target Architecture Definition): Mention
8284 defaults for REGISTER_VIRTUAL_SIZE and REGISTER_RAW_SIZE.
8285 (Target Architecture Definition): Mention same. Add references to
8286 web pages.
8287
2c8682ee
MS
82882002-05-08 Michael Snyder <msnyder@redhat.com>
8289
8290 * stabs.texinfo (Attributes): Document new "vector" attribute.
8291
0816590b
AC
82922002-05-04 Andrew Cagney <ac131313@redhat.com>
8293
8294 * gdbint.texinfo (Releasing GDB): Revise `Create a Release'.
8295
2653173e
AC
82962002-05-04 Andrew Cagney <ac131313@redhat.com>
8297
8298 * gdb.texinfo: Delete obsolete references to a29k.
8299
d7bd68ca
AC
83002002-04-24 Andrew Cagney <ac131313@redhat.com>
8301
8302 * gdbint.texinfo (Target Architecture Definition): Replace
8303 IN_SIGTRAMP with PC_IN_SIGTRAMP.
8304
21d83aa5
DM
83052002-04-24 David S. Miller <davem@redhat.com>
8306
8307 * gdbint.texinfo (REGISTER_IN_WINDOW): Delete definition.
8308
7673a6cc
DM
83092002-04-21 David S. Miller <davem@redhat.com>
8310
8311 * gdbint.texinfo (SKIP_PROLOGUE_FRAMELESS_P): Delete definition.
8312
d49d1e0a
AC
83132002-04-21 Andrew Cagney <ac131313@redhat.com>
8314
8315 * gdbint.texinfo (Target Architecture Definition): Delete
8316 definition of HAVE_REGISTER_WINDOWS.
8317
f7dc1244 83182002-04-19 Eli Zaretskii <eliz@gnu.org>
4be31470
EZ
8319
8320 * gdbint.texinfo (Releasing GDB, Coding): Fix typos. Reported by
8321 "Theodore A. Roth" <troth@verinet.com>.
8322
5ca0cb28
DH
83232002-04-15 Don Howard <dhoward@redhat.com>
8324
f7dc1244 8325 From Eli Zaretskii <eliz@gnu.org>
5ca0cb28 8326 * gdb.texinfo (show max-user-call-depth): Correct formatting.
a9331b3f 8327 Provide a better explaination of this feature.
5ca0cb28 8328
f208ba17
AC
83292002-04-14 Andrew Cagney <ac131313@redhat.com>
8330
8331 * gdbint.texinfo (Target Architecture Definition): Remove
8332 FRAME_CHAIN_COMBINE.
8333
d5ba91de
MC
83342002-04-12 Michael Chastain <mec@shout.net>
8335
8336 * gdbint.texinfo (Obsolete Conditionals): Remove reference to
8337 REG_STACK_SEGMENT.
8338
26818220
MC
83392002-04-09 Michael Chastain <mec@shout.net>
8340
8341 * gdbint.texinfo (Obsolete Conditionals): Remove references to
8342 PYRAMID_* macros.
8343
129188f6
AC
83442002-04-07 Andrew Cagney <ac131313@redhat.com>
8345
8346 * gdb.texinfo (Bug Reporting): Document that the web is the
8347 prefered way of submitting bug reports.
8348 (Bug Reporting): Delete the s-mail address as the last resort.
8349
8227c0ff
AC
83502002-04-05 Andrew Cagney <ac131313@redhat.com>
8351
8352 * gdbint.texinfo (Target Architecture Definition): Delete
8353 references to TARGET_WRITE_FP and write_fp.
8354
16d9dec6
MS
83552002-03-27 Michael Snyder <msnyder@redhat.com>
8356
8357 * gdb.texinfo: Document new commands dump, append, and restore.
8358
9ae8b82c
AC
83592002-03-27 Andrew Cagney <ac131313@redhat.com>
8360
8361 * gdbint.texinfo (Releasing GDB): Revise the section `Before the
8362 Branch'.
8363
474c8240
AC
83642002-03-18 Andrew Cagney <ac131313@redhat.com>
8365
8366 * gdb.texinfo: Change all examples to @smallexample.
8367 * gdbint.texinfo: Ditto.
a9331b3f 8368
fb0ff88f
AC
83692002-03-18 Andrew Cagney <ac131313@redhat.com>
8370
8371 * gdbint.texinfo (Releasing GDB): Add section ``Versions and
8372 Branches''.
8373
9bb0a4d8
AC
83742002-03-18 Andrew Cagney <ac131313@redhat.com>
8375
8376 * gdbint.texinfo (Releasing GDB): Add the section``Branch Commit
8377 Policy''.
8378
937f164b
FF
83792002-03-04 Fred Fish <fnf@redhat.com>
8380
8381 * gdbint.texinfo: Fix a bunch of typos (alsways, mirrorred,
8382 expresson, suports, dependant, trhe, perhaphs, situtations,
8383 explictily, taged, oportunity, unfortunatly).
8384
a7b40f07
AC
83852002-02-24 Andrew Cagney <ac131313@redhat.com>
8386
8387 * Makefile.in (gdb.info): Add explicit path to gdb.texinfo.
8388 Remove reference to 3.12.
8389
aab4e0ec
AC
83902002-02-23 Andrew Cagney <ac131313@redhat.com>
8391
8392 * gdbint.texinfo: Include fdl.texi.
8393 (Top): Add GNU Free Documentation License.
8394 * Makefile.in (SFILES_INCLUDED): Add gpl.texi.
8395 (gdbint.dvi, gdbint.pdf, gdbint.info): Add dependency on fdl.texi.
8396 (gdbint_toc.html): Add dependency on gdb-cfg.texi and fdl.texi.
8397 (gdbint.info): Add srcdir to include path.
8398 * gdb.texinfo: Include gpl.texi.
8399 (Top): Add Copying.
8400 * gpl.texi: New file.
8401
47b95330
AC
84022002-02-23 Andrew Cagney <ac131313@redhat.com>
8403
8404 * gdbint.texinfo (Debugging GDB): Remove references to cygnus.com.
8405
78c47bea
PM
84062002-02-19 Pierre Muller <muller@ics.u-strasbg.fr>
8407
8408 * gdb.texinfo: Document Cygwin native specific commands.
8409
56460a61
DJ
84102002-02-15 Daniel Jacobowitz <drow@mvista.com>
8411
8412 * gdb.texinfo: Document gdbserver ``--attach'' command.
8413
def71bfa
MS
84142002-02-07 Michael Snyder <msnyder@redhat.com>
8415
8416 * gdb.texinfo (overlays): Change @var(_ovly_debug_event)
8417 to @code(_ovly_debug_event).
8418
c928edc0
AC
84192002-02-07 Andrew Cagney <ac131313@redhat.com>
8420
8421 * gdb.texinfo (How Overlays Work): Shrink the overlay diagram.
8422
81d46470
MS
84232002-02-06 Michael Snyder <msnyder@redhat.com>
8424
8425 * gdb.texinfo (overlays): Mention new magic symbol
8426 '_ovly_debug_event', which allows GDB to keep better track
8427 of overlays.
8428
f7dc1244 84292002-02-03 Eli Zaretskii <eliz@gnu.org>
6ca652b0
EZ
8430
8431 * gdb.texinfo (Memory Region Attributes): Fix the wording.
8432 Suggested by Dmitry Sivachenko.
8433
8434 * (<many nodes>): Fix the spelling and punctuation of "i.e.".
8435
15110bc3
MS
84362002-02-01 Michael Snyder <msnyder@redhat.com>
8437
8438 * gdb.texinfo (set trust-readonly): Change value{gdbn} to value{GDBN}.
8439
6763aef9
MS
84402002-01-30 Michael Snyder <msnyder@redhat.com>
8441
ac282366
MS
8442 * gdb.texinfo: (remote protocol): Gramatical fix-up.
8443 (set trust-readonly-sections): Document.
6763aef9 8444
8642bc8f
AC
84452002-01-29 Andrew Cagney <ac131313@redhat.com>
8446
8447 * gdbint.texinfo (Releasing GDB): Revise and update.
8448
afe64c1a
AC
84492002-01-28 Andrew Cagney <ac131313@redhat.com>
8450
8451 * gdbint.texinfo (Target Architecture Definition): Delete
8452 description of TARGET_BYTE_ORDER_DEFAULT.
8453
f7dc1244 84542002-01-27 Eli Zaretskii <eliz@gnu.org>
59649f2e
EZ
8455
8456 * gdb.texinfo: Fix typos and markup. From Dmitry Sivachenko
8457 <mitya@cavia.pp.ru>.
8458
3d6e1b5a
AC
84592002-01-23 Andrew Cagney <ac131313@redhat.com>
8460
8461 * libgdb.texinfo: Delete file.
8462
6c0e9fb3
AC
84632002-01-22 Andrew Cagney <ac131313@redhat.com>
8464
8465 * gdb.texinfo: Remove makeinfo 3.12 hacks.
8466 * gdbint.texinfo: Ditto.
8467
e0ce93ac
AC
8468Tue Jan 22 11:57:38 2002 Andrew Cagney <cagney@redhat.com>
8469
8470 * gdb.texinfo: Fix typo ``Remove' -> ``Remote''.
8471
be298bcc
AC
84722002-01-22 Andrew Cagney <ac131313@redhat.com>
8473
8474 * Makefile.in: Update copyright.
8475 (TEXI2DVI): Define.
8476 (gdb.dvi, gdb.pdf, stabs.dvi, stabs.pdf): Use TEXI2DVI.
8477 (gdbint.dvi, gdbint.pdf): Use TEXI2DVI. Add dependency on
8478 gdb-cfg.texi.
8479 (TEXINDEX, PDFTEX): Delete makefile variables.
8480
8e04817f
AC
84812002-01-22 Andrew Cagney <ac131313@redhat.com>
8482
8483 * gdb.texinfo (Protocol): Move section to appendix.
8484
6b2f586d
AC
84852002-01-21 Andrew Cagney <ac131313@redhat.com>
8486
8487 * gdb.texinfo (Remote Debugging): Create a menu.
8488 (Top): Add ``Remote Debugging'' to menu.
8489
6f05cf9f
AC
84902002-01-21 Andrew Cagney <ac131313@redhat.com>
8491
8492 * gdb.texinfo (Remote): Move the sub-section ``The GDB remote
8493 serial protocol'' from here.
8494 (Remote Debugging): To here. New chapter.
8495
3fd3d7d2
AC
84962002-01-20 Andrew Cagney <ac131313@redhat.com>
8497
8498 * gdbint.texinfo (Target Architecture Definition): Delete
8499 description of TARGET_BYTE_ORDER_SELECTABLE_P.
8500
7fd60527
AC
85012002-01-20 Andrew Cagney <ac131313@redhat.com>
8502
8503 * gdbint.texinfo (Host Definition): Revise. xm-xyz.h and xyz.mh
8504 are no longer needed.
8505 (Porting GDB): Add maintainer note about configure.host.
8506
c2f05ac9
AC
85072002-01-20 Andrew Cagney <ac131313@redhat.com>
8508
8509 * gdbint.texinfo (Target Architecture Definition): Remove
8510 definition of IEEE_FLOAT.
8511
f7dc1244 85122002-01-20 Eli Zaretskii <eliz@gnu.org>
231b2aad
EZ
8513
8514 * gdb.texinfo: Beautify copyright years; fix a typo.
56248298
EZ
8515 (DJGPP Native): Fix overfull hboxes in examples. From Brian Youmans
8516 <3diff@gnu.org>
231b2aad 8517
82600034
AC
85182002-01-19 Andrew Cagney <ac131313@redhat.com>
8519
8520 * gdbint.texinfo (Host Definition): Remove references to
8521 MALLOC_INCOMPATIBLE.
8522
7708fa01
AC
85232002-01-17 Andrew Cagney <ac131313@redhat.com>
8524
8525 * gdbint.texinfo (Host Definition): Remove references to XDEPFILES
8526 and xyz-xdep.o.
8527
eb12ee30
AC
85282002-01-17 Andrew Cagney <ac131313@redhat.com>
8529
889bf7c5 8530 * gdb.texinfo (Maintenance Commands): Add appendix.
eb12ee30
AC
8531 (Set Breaks): Copy ``maint info breakpoint'' doco to
8532 ``Maintenance Commands'' appendix. Add reference.
8533
c9ccaa92
AC
85342002-01-17 Andrew Cagney <ac131313@redhat.com>
8535
8536 * fdl.texi: Remove next/prev from @node.
8537
f7dc1244 85382002-01-17 Eli Zaretskii <eliz@gnu.org>
6826cf00
EZ
8539
8540 * gdb.texinfo: @include fdl.texi. Fixes for overfull hboxes and
8541 for monstrous @multitable (from Brian Youmans).
8542
8543 * fdl.texi: New file.
8544
8545 * Makefile.in (SFILES_INCLUDED): Add fdl.texi.
8546
8973da3a
AC
85472002-01-15 Andrew Cagney <ac131313@redhat.com>
8548
8549 * gdbint.texinfo (Releasing GDB): New chapter.
8550
7d86b5d5
AC
85512002-01-14 Andrew Cagney <ac131313@redhat.com>
8552
8553 * gdb.texinfo (Embedded Processors, Calling program functions):
8554 Obsolete references to a29k.
8555
cc1cb004
AC
85562002-01-13 Andrew Cagney <ac131313@redhat.com>
8557
8558 * gdbint.texinfo (Coding): Review Cleanups section. Examples
8559 examples. Document that a code-block should do or discard its
8560 cleanups before exit.
8561
79f12247
MS
85622002-01-11 Michael Snyder <msnyder@redhat.com>
8563
8564 * gdb.texinfo (Choosing files): Change @samp to @file.
8565
19837790
MS
85662002-01-05 Michael Snyder <msnyder@redhat.com>
8567
8568 * gdb.texinfo (--pid): Document new command line option (attach).
8569
f7dc1244 85702002-01-07 Eli Zaretskii <eliz@gnu.org>
2c0069bb
EZ
8571
8572 * gdb.texinfo (Tracepoints): Clarify that tracepoints need support
8573 in the stub.
8574
d7449b42
AC
85752002-01-04 Andrew Cagney <ac131313@redhat.com>
8576
8577 * gdbint.texinfo (Target Architecture Definition): Replace
8578 BIG_ENDIAN with BFD_ENDIAN_BIG.
8579
f23631e4
AC
85802002-01-03 Andrew Cagney <ac131313@redhat.com>
8581
8582 * gdbint.texinfo (Target Architecture Definition): Replace
8583 value_ptr with struct value pointer.
8584
72c9928d
EZ
85852002-01-02 Eli Zaretskii <eliz@gnu.org>
8586
8587 * gdb.texinfo (Free Software): Fix wording.
8588
959acfd1
EZ
85892001-12-31 Eli Zaretskii <eliz@gnu.org>
8590
8591 * gdb.texinfo (Free Software): New section ``Free Software Needs
8592 Free Documentation''.
8593
f7dc1244 85942001-12-30 Eli Zaretskii <eliz@gnu.org>
2a6585f0
EZ
8595
8596 * stabs.texinfo:
8597 * gdb.texinfo:
8598 * gdbint.texinfo:
8599 * libgdb.texinfo:
8600 * annotate.texi: Fix the application of GFDL in the Copyright notice.
8601
6600abed
MS
86022001-12-29 Michael Snyder <msnyder@redhat.com>
8603
8604 * gdb.texinfo (maint info sections): Fix typo.
8605
f6680716
MS
86062001-12-26 Michael Snyder <msnyder@redhat.com>
8607
fe95c787
MS
8608 * gdb.texinfo (maint info sections): Document.
8609
a9331b3f 8610 * gdb.texinfo (info proc): Comment out documentation for
f6680716
MS
8611 'info proc' sub-options that are currently not implemented.
8612
c3d3ce5b
JB
86132001-12-20 Jim Blandy <jimb@redhat.com>
8614
8615 * gdbint.texinfo (TARGET_CHAR_SIGNED): Document.
8616
778eb05e
AC
86172001-12-15 Andrew Cagney <ac131313@redhat.com>
8618
8619 * gdbint.texinfo (Target Architecture Definition): Replace
8620 LITTLE_ENDIAN with BFD_ENDIAN_LITTLE.
8621
2607059c
AC
86222001-12-01 Andrew Cagney <ac131313@redhat.com>
8623
8624 * gdbint.texinfo (Host Definition): Delete documentation on
8625 HOST_BYTE_ORDER.
8626
df0cd8c5
JB
86272001-11-30 Jim Blandy <jimb@redhat.com>
8628
8629 * gdb.texinfo (Overlays): New chapter, documenting GDB's
5ae4183a 8630 overlay support. Add to top-level menu.
df0cd8c5 8631
88118b3a
TT
86322001-11-26 Tom Tromey <tromey@redhat.com>
8633
8634 * gdb.texinfo (Command Syntax): Document C-o binding.
8635
96565e91
CF
86362001-07-26 Christopher Faylor <cgf@redhat.com>
8637
8638 * gdb.texinfo (Options): Eliminate attempt to explain .gdbinit/gdb.ini
8639 use since it is described in the referenced section.
8640
f7dc1244 8641 From Eli Zaretskii <eliz@gnu.org>
96565e91
CF
8642 * gdb.texinfo (Command Files): Reword to make gdb.ini requirement
8643 clearer when using DJGPP.
8644
2a3d5645
CF
86452001-11-24 Christopher Faylor <cgf@redhat.com>
8646
8647 * gdb.texinfo (File Options): Change description of -nx and gdb.ini to
8648 specifically refer to MS-DOS.
8649 (command files): Mention gdb.ini is only used on MS-DOS.
8650
aa26fa3a
TT
86512001-11-21 Tom Tromey <tromey@redhat.com>
8652
8653 * gdb.texinfo (Invoking GDB): Document --args.
8654 (Mode Options): Likewise.
8655
4f8ada06
JB
86562001-11-21 Jim Blandy <jimb@redhat.com>
8657
8658 * gdbint.texinfo (TARGET_RANGE_PROFITABLE_FOR_HW_WATCHPOINT):
889bf7c5
PA
8659 Delete documentation; this macro has been removed from the
8660 sources.
4f8ada06 8661
3fe0dc10
JB
86622001-11-13 Jim Blandy <jimb@redhat.com>
8663
8664 * gdbint.texinfo (COERCE_FLOAT_TO_DOUBLE): Clarify.
8665
9e5abb06
CV
86662001-11-06 Corinna Vinschen <vinschen@redhat.com>
8667
8668 * gdb.texinfo (gdbarch_in_function_epilogue_p): Add documentation.
8669
1c5dfdad
MS
86702001-11-05 Michael Snyder <msnyder@redhat.com>
8671
a9331b3f 8672 * gdb.texinfo (info functions): Document use of backslash to
1c5dfdad
MS
8673 quote regexp chars in function names such as "operator*()".
8674
990f9fe3
FF
86752001-11-01 Fred Fish <fnf@redhat.com>
8676
8677 * gdbint.texinfo (SOLIB_ADD): Document additional new
8678 "readsyms" arg.
8679
b433d00b
DH
86802001-10-30 Don Howard <dhoward@redhat.com>
8681
070b1dd3
DH
8682 * gdb.texinfo: (Command Files) Added documentation for the
8683 behavior of gdb with input redirected from a file.
b433d00b 8684
b7209cb4
FF
86852001-10-28 Fred Fish <fnf@redhat.com>
8686
8687 * gdb.texinfo (auto-solib-add): Change docs to match
8688 implementation change.
8689 (auto-solib-limit): Add docs for new variable.
8690
1aa20aa8
AC
86912001-10-15 Andrew Cagney <ac131313@redhat.com>
8692
8693 * gdbint.texinfo (Target Architecture Definition): Function
8694 value_as_pointer renamed to value_as_address.
8695
fc0c74b1
AC
86962001-10-15 Andrew Cagney <ac131313@redhat.com>
8697
8698 * gdbint.texinfo (Target Architecture Definition): Default
8699 POINTER_TO_ADDRESS functions assume unsigned addresses.
8700 (INTEGER_TO_ADDRESS): Document. Derive pragmatics section from a
8701 posting by Jim Blandy.
8702
f4846649
JB
87032001-10-12 Jim Blandy <jimb@redhat.com>
8704
8705 * Makefile.in (MAKEHTMLFLAGS): Remove -glossary; the most recent
8706 version of texi2html (1.64) doesn't support this flag any more.
8707
f277788b
MK
87082001-09-08 Mark Kettenis <kettenis@gnu.org>
8709
a9dc4918
MK
8710 * gdbint.texinfo (Host Definition): Remove description of
8711 MEM_FNS_DECLARED.
8712
d28379df
MK
8713 * gdbint.texinfo (Host Definition): Remove description of R_OK.
8714
f277788b
MK
8715 * gdbint.texinfo (Host Definition): Remove description of
8716 HAVE_SIGSETMASK.
8717
7ccaa899
EZ
87182001-09-04 Elena Zannoni <ezannoni@redhat.com>
8719
8720 * gdbint.texinfo (Target Architecture Definition): Add
8721 explanation of TARGET_PRINT_INSN macro.
8722
17d9d558
JB
87232001-08-30 Jim Blandy <jimb@redhat.com>
8724
8725 * gdb.texinfo (`add-symbol-file'): Correct synopsis.
8726 Explain what it means to load relocatable files.
8727
72cde065
JB
87282001-08-28 Jim Blandy <jimb@redhat.com>
8729
8730 * gdbint.texinfo: Bring the HTML `top' menu into sync with the
8731 info `top' menu.
8732
9e678452
CF
8733Wed Aug 15 10:47:28 2001 Christopher Faylor <cgf@cygnus.com>
8734
8735 * gdbint.texinfo: Add a cautionary note about macro use.
8736
a2bea4c3 87372001-08-02 Corinna Vinschen <vinschen@redhat.com>
a9331b3f 8738
a2bea4c3
CV
8739 * gdb.texinfo: Explain omitting the hostname in the
8740 `target remote' command.
8741
1129bf27
DJ
87422001-07-30 Daniel Jacobowitz <drow@mvista.com>
8743
8744 * gdbint.texinfo: Remove extraneous START-INFO-DIR-ENTRY
8745 and END-INFO-DIR-ENTRY.
8746
732b3002
SC
87472001-07-28 Stephane Carrez <Stephane.Carrez@worldnet.fr>
8748
8749 * gdb.texinfo (TUI Configuration): Rename tui configuration variables.
8750
89437448
AC
87512001-07-25 Andrew Cagney <ac131313@redhat.com>
8752
8753 * gdbint.texinfo (libgdb): Rewrite.
8754
f7dc1244 87552001-07-26 Eli Zaretskii <eliz@gnu.org>
9a1c15c5
EZ
8756
8757 * Makefile.in (gdbgui.dvi, gdb-gui, gdbgui.info): Targets deleted.
8758
c4555f82
SC
87592001-07-24 Stephane Carrez <Stephane.Carrez@worldnet.fr>
8760
8761 * gdb.texinfo (TUI): New chapter, document the TUI.
8762 (Mode Options): Document the -tui option.
8763
2f45a6e0
MK
87642001-07-23 Mark Kettenis <kettenis@gnu.org>
8765
8766 * gdbint.texinfo (Host Definition): Remove description of
8767 NEED_POSIX_SETPGID.
8768
f7dc1244 87692001-07-23 Eli Zaretskii <eliz@gnu.org>
9f20bf26
EZ
8770
8771 * gdb.tex (DJGPP Native): New node, with descriptions of
8772 DJGPP-specific commands.
8773
be9c6c35
JM
87742001-07-19 John R. Moore <jmoore@redhat.com>
8775
8776 * gdbint.texinfo: Three misspellings.
8777
dfa249fb
AC
87782001-07-06 Andrew Cagney <ac131313@redhat.com>
8779
8780 * Makefile.in (refcard.dvi): Rewrite to avoid problems with empty
8781 `test` expressions on bash. Problem reported by Colin Walters.
8782
c72e7388
AC
87832001-07-04 Andrew Cagney <ac131313@redhat.com>
8784
8785 * gdbint.texinfo (User Interface): Update ui-out documentation to
8786 refelect recent UI/MI updates.
8787
94bbb2c0
AC
87882001-07-04 Andrew Cagney <ac131313@redhat.com>
8789
8790 * gdb.texinfo (Mode Options): Mention the mi0 and mi1
8791 interpreters.
8792
af6c57ea
AC
87932001-06-15 Andrew Cagney <ac131313@redhat.com>
8794
8795 * gdbint.texinfo (Target Architecture Definition): GDBARCH is a C
8796 structure and not macros.
8797 (Host Definition): Document that much of this chapter is obsolete.
8798 (Target Architecture Definition): Update list of files that make
8799 up a target architecture.
8800 (Coding): Update.
8801
83aa8bc6
AC
88022001-06-28 Andrew Cagney <ac131313@redhat.com>
8803
8804 * gdbint.texinfo (Target Architecture Definition): Update
8805 EXTRACT_STRUCT_VALUE_ADDRESS and EXTRACT_STRUCT_VALUE_ADDRESS_P.
8806 The latter has been changed to a true predicate.
8807
f7dc1244 88082001-06-17 Eli Zaretskii <eliz@gnu.org>
cb51c4e0
EZ
8809
8810 * annotate.texi: Add @noindent where needed. From Dmitry
8811 Sivachenko <dima@Chg.RU>.
8812 * gdb.texinfo: Indexing fix. From Dmitry Sivachenko.
8813
656db9b0
AC
88142001-06-16 Andrew Cagney <ac131313@redhat.com>
8815
8816 * gdb.texinfo (Protocol): Fix typo. Extra parenthesis.
8817
df2396a1
AC
88182001-06-14 Andrew Cagney <ac131313@redhat.com>
8819
8820 * gdb.texinfo (Remote Protocol): Document that the ``!'' packet
8821 returns ``OK''. Document that the ``R'' packet does not reply.
8822
0f1f2b0a
MS
88232001-06-13 Michael Snyder <msnyder@redhat.com>
8824
8825 * gdb.texinfo (Protocol): Add doc for new packet "qSymbol:".
8826
f7dc1244 88272001-06-13 Eli Zaretskii <eliz@gnu.org>
24f93129
EZ
8828
8829 * gdb.texinfo (Signals): Clarify the default setting of signal
8830 handling.
8831
a5d7c491
AC
88322001-05-14 Andrew Cagney <ac131313@redhat.com>
8833
8834 * gdbint.texinfo (CLEAR_DEFERRED_STORES): Delete stray @item
8835 (FRAME_ARGS_ADDRESS_CORRECT): Ditto.
8836
05a54c4f
AC
88372001-05-12 Andrew Cagney <ac131313@redhat.com>
8838
8839 * Makefile.in (GDBvn.texi): Set GDBVN from ../version.in.
8840
f7dc1244 88412001-05-10 Eli Zaretskii <eliz@gnu.org>
dab11f21
EZ
8842
8843 * gdbint.texinfo (Clean Design and Portable Implementation):
8844 Renamed from "Clean Design".
8845 (Clean Design and Portable Implementation): Document portable
8846 methods of handling file names, and the associated macros.
8847
f7dc1244 88482001-04-02 Eli Zaretskii <eliz@gnu.org>
f5c37c66
EZ
8849
8850 * gdb.texinfo (Tracepoint Actions): Mention the "info scope"
8851 command and provide a cross-reference to its description.
8852 (Symbols): Note that "info scope" is useful for trace experiments.
8853
f7dc1244 88542001-04-01 Eli Zaretskii <eliz@gnu.org>
c534679c 8855
b37052ae
EZ
8856 * gdb.texinfo (Symbols): Document "info scope".
8857 (Tracepoints): New chapter.
8858 (Contributors): Update for v5.1.
8859 <All nodes>: Change "C++" to "C@t{++}".
8860
0ee54786
EZ
8861 * gdbint.texinfo (User Interface): A new section about ui_out
8862 functions, based on text written by Fernando Nasser.
8863
c534679c
EZ
8864 * stabs.texinfo: Change Permissions to GFDL. Update Copyright.
8865
f7dc1244 88662001-03-26 Eli Zaretskii <eliz@gnu.org>
3d67e040 8867
e9c75b65
EZ
8868 * gdb.texinfo: Change Permissions to GFDL. Update Copyright.
8869
8870 * gdbint.texinfo: Change Permissions to GFDL. Update Copyright.
8871
8872 * gdbgui.texinfo: Change Permissions to GFDL. Update Copyright.
8873 Replace "GDB" with "@value{GDBN}". Fix markup.
8874
8875 * annotate.texi: Change Permissions to GFDL. Update Copyright.
8876
3d67e040
EZ
8877 * gdb.texinfo (Output Formats): Mention "info symbol" and provide
8878 a cross-reference to its description.
8879 (Symbols): Document "info symbol".
8880
f7dc1244 88812001-03-21 Eli Zaretskii <eliz@gnu.org>
9742079a
EZ
8882
8883 * gdbint.texinfo (Algorithms): New section "Watchpoints" and new
8884 subsection "x86 Watchpoints".
8885 (Target Architecture Definition): Document the macros
8886 I386_USE_GENERIC_WATCHPOINTS and TARGET_HAS_HARDWARE_WATCHPOINTS.
8887 (Native Debugging): Document I386_USE_GENERIC_WATCHPOINTS.
8888
b0ed3589
AC
88892001-03-20 Andrew Cagney <ac131313@redhat.com>
8890
8891 * gdbint.texinfo (Target Architecture Definition): Update
8892 definition of SOFTWARE_SINGLE_STEP_P to include empty parameter
8893 list.
8894
b6ba6518
KB
88952001-03-06 Kevin Buettner <kevinb@redhat.com>
8896
8897 * Makefile.in, all-cfg.texi, annotate.texi, gdb.texinfo,
8898 gdbint.texinfo, refcard.tex: Update/correct copyright notices.
8899
f7dc1244 89002001-02-21 Eli Zaretskii <eliz@gnu.org>
5ece1a18
EZ
8901
8902 * gdb.texinfo (Signals): Document "ignore", "noignore", and "all".
8903
f7dc1244 89042001-02-11 Eli Zaretskii <eliz@gnu.org>
56caf160 8905
17cc6a06
EZ
8906 * gdb.texinfo (Environment): Document that `path' does not change
8907 the value of PATH in GDB's own environment (it did in the past,
8908 but that was changed on March 15, 1994). Reported by Doug Evans
8909 <dje@transmeta.com>.
8910
56caf160
EZ
8911 * gdbint.texinfo: Fix up @itemize lists so that @item is alone on
8912 its line. Fix markup of commands and macros. Add an Index node
8913 and index entries.
8914
29e57380
C
89152001-01-23 J.T. Conklin <jtc@redback.com>
8916
8917 * gdb.texinfo (Memory region attributes): New manual section.
8918
1c6147de
ND
89192001-01-04 Nicholas Duffek <nsd@redhat.com>
8920
8921 * gdbint.texinfo (POP_FRAME): Document use by return_command.
8922
f7dc1244 89232000-12-25 Eli Zaretskii <eliz@gnu.org>
b157b00f
EZ
8924
8925 * refcard.tex: Version and copyright fixed. From Phil Edwards
8926 <pedwards@disaster.jaj.com>.
8927
0dcedd82
AC
8928Thu Nov 30 16:57:19 2000 Andrew Cagney <cagney@b1.cygnus.com>
8929
8930 * gdbint.texinfo (ECOFF_REG_TO_REGNUM, DWARF_REG_TO_REGNUM,
889bf7c5 8931 DWARF2_REG_TO_REGNUM): Document.
0dcedd82 8932
3b851bce
AC
8933Mon Nov 20 21:29:35 2000 Andrew Cagney <cagney@b1.cygnus.com>
8934
8935 * gdbint.texinfo (Coding): Update current value of
889bf7c5 8936 --enable-build-warnings. Mention --enable-gdb-build-warnings.
3b851bce 8937
f7dc1244 89382000-11-19 Eli Zaretskii <eliz@gnu.org>
4a92d011
EZ
8939
8940 * gdb.texinfo (Continuing and Stepping): Fixed markup and typos,
8941 as suggested by Dmitry Sivachenko <dima@Chg.RU>.
8942
b90a5f51
CF
89432000-11-10 Christopher Faylor <cgf@cygnus.com>
8944
8945 * gdb.texinfo: Document new 'set step-mode' command.
8946
f7dc1244 89472000-10-16 Eli Zaretskii <eliz@gnu.org>
96c405b3
EZ
8948
8949 * gdb.texinfo (Contributors, MIPS Embedded): Minor spelling
8950 changes from Dmitry Sivachenko <dima@Chg.RU>.
8951
f7dc1244 89522000-09-26 Eli Zaretskii <eliz@gnu.org>
c78b4128
EZ
8953
8954 * gdb.texinfo (Hooks): Document the new post-hook functionality.
8955 From Steven Johnson <sbjohnson@ozemail.com.au>.
8956
2e685b93
MK
89572000-08-10 Mark Kettenis <kettenis@gnu.org>
8958
8959 * gdbint.texinfo (Overall Structure): Spelling fix.
8960
f7dc1244 89612000-08-10 Eli Zaretskii <eliz@gnu.org>
6f6ef15a
EZ
8962
8963 * gdbint.texinfo (Target Architecture Definition): Document that
8964 REGISTER_CONVERT_TO_VIRTUAL should only be called on a register
8965 for which REGISTER_CONVERTIBLE returns a zero value.
8966
63ac3005
EZ
89672000-07-08 Christopher Faylor <cgf@cygnus.com>
8968
8969 * Makefile.in (install-info): Find files to install in either the
8970 build or source directories (adapted from Makefile.am).
8971
bd79f757
ND
89722000-07-07 Nicholas Duffek <nsd@redhat.com>
8973
8974 * stabs.texinfo: Fix spelling errors.
8975 (String Field): FILE-NUMBER starts from 0, not 1.
8976
f7dc1244 89772000-07-05 Eli Zaretskii <eliz@gnu.org>
5f208f6d
EZ
8978
8979 * refcard.tex: Remove \centerline from the blurb. Patch from
5ae4183a 8980 Brian Youmans.
5f208f6d 8981
f7dc1244 89822000-06-25 Eli Zaretskii <eliz@gnu.org>
cc542d3b
EZ
8983
8984 * Makefile.in (install-info): Support installation from outside of
5ae4183a
AS
8985 the source directory. Reported by Mark Harig
8986 <markh@frazier.landmark.com>.
cc542d3b 8987
f3b28801
C
89882000-06-20 J.T. Conklin <jtc@redback.com>
8989
8990 * gdb.texinfo: Fix typo, $bpnum is set to last breakpoint number.
8991
449f3b6c
AC
8992Fri May 26 15:55:33 2000 Andrew Cagney <cagney@b1.cygnus.com>
8993
8994 * Makefile.in (pdf, gdbint.pdf, gdb.pdf, stabs.pdf): New targets.
889bf7c5 8995 Generate using pdftex.
449f3b6c 8996 (PDFTEX): Define.
889bf7c5 8997 (STAGESTUFF, maintainer-clean realclean): Add *.pdf.
449f3b6c 8998 (gdb.texinfo, gdbint.texinfo, stabs.texinfo): When TeX insert the
889bf7c5 8999 @contents at the start.
449f3b6c 9000
f7dc1244 90012000-05-24 Eli Zaretskii <eliz@gnu.org>
48e934c6
EZ
9002
9003 * gdb.texinfo: Remove duplicate @syncodeindex. From Brian
5ae4183a 9004 Youmans.
48e934c6 9005
9e9c5ae7
AC
9006Wed May 24 21:27:58 2000 Andrew Cagney <cagney@b1.cygnus.com>
9007
9008 From Brian Youmans:
9009 * gdb.texinfo: Fix ``et al.''.
9010
c741b251
AC
9011Tue May 23 22:57:41 2000 Andrew Cagney <cagney@b1.cygnus.com>
9012
9013 * Makefile.in (refcard.dvi): Remove quotes around REFEDITS in for
889bf7c5 9014 loop.
c741b251 9015
4ab64e14
JG
90162000-05-19 Jimmy Guo <guo@cup.hp.com>
9017
9018 * configure: Regenerate.
9019
f7dc1244 90202000-05-17 Eli Zaretskii <eliz@gnu.org>
d3229ae3
EZ
9021
9022 * Makefile.in (install-info): Run install-info on installed Info
9023 files.
9024
8c70017b
AC
9025Fri May 12 20:18:04 2000 Andrew Cagney <cagney@b1.cygnus.com>
9026
a7cb598a 9027 * gdb.texinfo: Add Stan Shebs, et.al. as authors. Mention
889bf7c5 9028 Andrew Cagney.
8c70017b 9029
f7dc1244 90302000-05-09 Eli Zaretskii <eliz@gnu.org>
598ca718
EZ
9031
9032 * gdb.texinfo: Proofreading changes from Brian Youmans.
9033
bf0184be
ND
90342000-05-01 Nick Duffek <nsd@cygnus.com>
9035
9036 * gdb.texinfo (Command Files): Mention -x, use @enumerate for
9037 startup sequence, minor edits.
9038
f7dc1244 90392000-05-01 Eli Zaretskii <eliz@gnu.org>
41afff9a
EZ
9040
9041 * annotate.texi: Remove "@syncodeindex fn cp", it causes grief in
9042 TeX.
9043
9044 * gdb.texinfo: Add "@syncodeindex fn cp". Convert all entries
9045 "@kindex f" into "@kindex f (foo)", otherwise we get index entries
9046 like `n' and `s' which look weird. Convert some of the @kindex to
9047 @vindex, when they refer to variables, not commands.
9048
33e16fad
AC
9049Sat Apr 29 17:01:04 2000 Andrew Cagney <cagney@b1.cygnus.com>
9050
9051 * gdbint.texinfo (Hints): Do not use @value{GDBN in @nodes.
9052
f7dc1244 90532000-04-23 Eli Zaretskii <eliz@gnu.org>
7162c0ca
EZ
9054
9055 * Makefile.in (GDBMI_DIR): New variable.
9056 (SET_TEXINPUTS): Add $(GDBMI_DIR).
9057 (SFILES_DOC): Add $(GDBMI_DIR)/gdbmi.texinfo.
9058 (gdbmi.texinfo): New target, for texi2roff.
9059 (gdb.me, gdb.ms, gdb.mm): Depend on gdbmi.texinfo.
9060 (gdb.info, gdb_toc.html): Add "-I ${GDBMI_DIR}".
9061
9062 * gdb.texinfo (Top): Add GDB/MI to the main menu and @include
9063 gdbmi.texinfo.
9064 (Mode Options): Add xref to GDB/MI docs and remove a FIXME
9065 comment.
9066
d167840f
EZ
90672000-04-17 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
9068
9069 * gdb.texinfo (Files): Update description of add-symbol-file
889bf7c5 9070 command.
d167840f 9071
f7dc1244 90722000-04-17 Eli Zaretskii <eliz@gnu.org>
8487521e
EZ
9073
9074 * gdb.texinfo (Porting GDB): Don't use @value in the node name, it
9075 prevents the build (and is generally a Bad Idea).
9076
f7dc1244 90772000-04-17 Eli Zaretskii <eliz@gnu.org>
00e4a2e4
EZ
9078
9079 * gdb.texinfo (Protocol): Prevent makeinfo from complaining about
9080 a comma inside @var.
9081 (Command Files): Index markup changes from Dmitry Sivachenko
9082 <dima@Chg.RU>.
9083
f7dc1244 90842000-04-16 Eli Zaretskii <eliz@gnu.org>
39ec5655
EZ
9085
9086 * Makefile.in (LN_S): Define.
9087 (gdb-cfg.texi, gdb.dvi, links2roff, inc-hist.texinfo): Don't
9088 invoke "ln -s" unless it is known to work.
9089
9090 * configure.in (AC_PROG_LN_S): Add.
9091
8dc7983f
JB
90922000-04-14 Jim Blandy <jimb@redhat.com>
9093
9094 * gdbint.texinfo (Pointers Are Not Always Addresses): New manual
9095 section.
9096 (Target Conditionals): Document ADDRESS_TO_POINTER,
9097 POINTER_TO_ADDRESS.
9098
1a8237e8
DB
90992000-04-11 Daniel Berlin <dan@cgsoftware.com>
9100
9101 * gdbint.texinfo: Replaced GDB with @value{GDBN}, @include
9102 gdb-cfg.texi to get the value.
9103
ca526f1a
JB
91042000-04-10 Jim Blandy <jimb@redhat.com>
9105
9106 * gdbint.texinfo (Target Architecture Definition): Fix
9107 cross-references.
9108
faaafcb4
JB
91092000-04-08 Jim Blandy <jimb@redhat.com>
9110
9111 * gdbint.texinfo (Using Different Register and Memory Data
9112 Representations): New section.
9113 (REGISTER_CONVERTIBLE, REGISTER_RAW_SIZE, REGISTER_VIRTUAL_SIZE,
889bf7c5
PA
9114 REGISTER_VIRTUAL_TYPE, REGISTER_CONVERT_TO_VIRTUAL,
9115 REGISTER_CONVERT_TO_RAW): Document.
faaafcb4 9116
1b27397f
AC
9117Mon Apr 3 19:16:32 2000 Andrew Cagney <cagney@b1.cygnus.com>
9118
9119 * gdb.texinfo (Protocol): Deprecate the sequence-id. Add cindex
889bf7c5 9120 for acknowledgments.
1b27397f 9121
480ff1fb
AC
9122Tue Mar 28 18:28:45 2000 Andrew Cagney <cagney@b1.cygnus.com>
9123
9124 * gdb.texinfo (Protocol): Replace ``qfThreadExtraInfo'' with
889bf7c5 9125 qThreadExtraInfo.
480ff1fb 9126
a9331b3f 91272000-03-28 J.T. Conklin <jtc@redback.com>
f1251bdd 9128
a9331b3f
RM
9129 * gdb.texinfo: Clarify which remote debug protocol commands are
9130 required and which are optional.
f1251bdd 9131
dbeb8dbd
AC
9132Tue Mar 28 16:06:22 2000 Andrew Cagney <cagney@b1.cygnus.com>
9133
9134 * gdb.texinfo: Revert remainder of Fri Mar 24 18:06:34 2000 Andrew
889bf7c5
PA
9135 Cagney <cagney@b1.cygnus.com>. Move @chapter and @node entries
9136 back to annotate.texi, rluser.texinfo and inc-hist.texinfo.
dbeb8dbd
AC
9137 * annotate.texi: Update.
9138
6d2ebf8b
SS
91392000-03-28 Stan Shebs <shebs@apple.com>
9140
9141 * gdb.texinfo: Update dates, bump to Eighth Edition (note
9142 expectation of additional changes before release), update
9143 ISBN, add copy of top-level menu for @ifhtml, remove explicit
9144 node links, rephrase and/or shorten lines to fix formatting
9145 problem in both regular and @smallbook formats.
9146 * annotate.texi: Shorten lines in example, use smallexample
9147 consistently everywhere.
9148 * Makefile.in: Add comment about texinfo 4.0 html generation.
9149 (SFILES_INCLUDED): Add annotate.texi.
9150
5d161b24
DB
91512000-03-27 Daniel Berlin <dan@cgsoftware.com>
9152
5ae4183a
AS
9153 * gdb.texinfo (Debugging Output): Added new section, documenting
9154 the "set/show debug" commands.
5d161b24 9155
b9deaee7
AC
9156Fri Mar 24 18:06:34 2000 Andrew Cagney <cagney@b1.cygnus.com>
9157
9158 * annotate.texi (Annotations): When GDBN omit @chapter and @node
889bf7c5 9159 entry.
b9deaee7
AC
9160
9161 * gdb.texinfo: Check for @ifinfo instead of @ifnottex.
9162 (rluser.texinfo, inc-hist.texinfo, annotate.texi): Add local
889bf7c5 9163 @chapter and @node entries.
a9331b3f 9164
b9deaee7 9165 * gdb.texinfo: Link all top-level nodes.
a9331b3f 9166
9ef47d30
AC
9167Fri Mar 24 17:56:48 2000 Andrew Cagney <cagney@b1.cygnus.com>
9168
9169 * Makefile.in (install-info): Create $(infodir) before installing
889bf7c5 9170 files.
9ef47d30 9171
cfeada60
FN
91722000-03-23 Fernando Nasser <fnasser@totem.to.cygnus.com>
9173
9174 From David Whedon <dwhedon@gordian.com>
5ae4183a 9175 * gdbint.texinfo : Added paragraphs about command deprecation.
cfeada60 9176
6837a0a2
DB
91772000-03-22 Daniel Berlin <dan@cgsoftware.com>
9178
9179 * gdb.texinfo: Add documentation for the apropos command.
9180
bba2971c
MS
91812000-03-20 Michael Snyder <msnyder@cleaver.cygnus.com>
9182
9183 * gdb.texinfo: Add new queries ThreadInfo and ThreadExtraInfo.
9184
2b628194
MS
91852000-03-20 Michael Snyder <msnyder@cleaver.cygnus.com>
9186
a9331b3f 9187 * gdb.texinfo: Add white space to prevent overprinting in
2b628194
MS
9188 two places.
9189
96a2c332
SS
91902000-03-17 Stan Shebs <shebs@apple.com>
9191
9192 * gdb.texinfo: Many minor changes from Dmitry Sivachenko
9193 <dima@Chg.RU>, also clarification of allowed content for
9194 string constants.
9195
f7dc1244 91962000-03-16 Eli Zaretskii <eliz@gnu.org>
d700128c
EZ
9197
9198 * gdb.texinfo (main menu): Add Annotations.
9199 (File Options): Add @cindex entries for each command-line option.
9200 Document --epoch, --annotate, --async, --interpreter, --write,
9201 --statistics, and --version.
9202
9203 * annotate.texi: Convert to a chapter. Use @value{GDBN} instead
9204 of GDB.
9205
9d233477
JB
92062000-02-23 Jim Blandy <jimb@redhat.com>
9207
9208 * gdbint.texinfo (FUNCTION_START_OFFSET): Document.
9209
14e0eb3b
JB
92102000-02-22 Jim Blandy <jimb@redhat.com>
9211
9212 * gdbint.texinfo: Document COERCE_FLOAT_TO_DOUBLE --- the new form.
9213
3555de01
JM
92142000-02-15 Jason Molenda (jsm@bugshack.cygnus.com)
9215
9216 * Makefile.in (diststuff): New target.
9217
5e35df8e
KB
92182000-02-15 Kevin Buettner <kevinb@redhat.com>
9219
9220 * agentexpr.texi: Fix wording regarding Intel's IA-64
90a3d8f2 9221 architecture. [From Jim Wilson.]
5e35df8e 9222
c5394b80
JM
92232000-01-16 Tom Tromey <tromey@cygnus.com>
9224
9225 * gdb.texinfo (Breakpoints): Mention breakpoint ranges.
9226 (Delete Breaks): Mention range arguments.
9227 (Disabling): Likewise.
9228
c3f6f71d
JM
92292000-01-05 Dmitry Sivachenko <dima@Chg.RU>
9230
9231 * gdb.texinfo: Wrap "ASCII" in @sc{}; clarify a few sentences.
9232
c4093a6a
JM
9233Wed Dec 8 19:53:08 1999 Andrew Cagney <cagney@b1.cygnus.com>
9234
9235 * gdbint.texinfo (FRAME_CHAIN_VALID): Add the generic frame-chain
889bf7c5 9236 valid functions.
c4093a6a 9237
11cf8741
JM
92381999-11-05 Stan Shebs <shebs@andros.cygnus.com>
9239
9240 * gdb.texinfo: Clarify regular expressions used in rbreak.
9241
917317f4
JM
92421999-10-15 Kevin Buettner <kevinb@cygnus.com>
9243
9244 * gdbint.texinfo (MEMORY_INSERT_BREAKPOINT,
9245 MEMORY_REMOVE_BREAKPOINT): Document.
9246
9247Thu Oct 14 21:17:17 1999 Andrew Cagney <cagney@b1.cygnus.com>
9248
9249 * gdb.texinfo (remote): Document how GDB ignores the qOffsets BSS
889bf7c5 9250 offset re-using the DATA offset instead.
917317f4 9251
2df3850c
JM
92521999-10-11 Jim Kingdon <kingdon@redhat.com>
9253
9254 * gdbint.texinfo (Target Architecture Definition): Add PARM_BOUNDARY.
9255
92561999-10-05 Stan Shebs <shebs@andros.cygnus.com>
9257
9258 From Dmitry Sivachenko <demon@gpad.ac.ru>:
9259 * gdb.texinfo: Use GDBP and GDBN everywhere, fix a couple other
9260 typos.
9261
9262 * gdb.texinfo: Various minor wording and formatting improvements,
9263 mentions of additional command-line options.
9264
2acceee2
JM
92651999-09-30 Fred Fish <fnf@cygnus.com>
9266
9267 * gdb.texinfo: Document additional forms of specifying section
9268 names and addresses for the add-symbol-file command.
9269
c2c6d25f
JM
92701999-09-14 Michael Snyder <msnyder@cleaver.cygnus.com>
9271
9272 * gdbint.texinfo: Fix typo, add the word "have".
9273
92741999-09-14 Jim Blandy <jimb@cris.red-bean.com>
9275
9276 * gdbint.texinfo (Target Architecture Definition): Document the
9277 SKIP_PERMANENT_BREAKPOINT macro.
9278
d4f3574e
SS
92791999-09-07 Stan Shebs <shebs@andros.cygnus.com>
9280
9281 * gdb.texinfo: Fiks speling errers.
9282
9283 * gdb.texinfo: Fix uses of @multitable.
9284
f7dc1244 9285 From Eli Zaretskii <eliz@gnu.org>:
d4f3574e 9286 * gdb.texinfo: Include details specific to DOS host, clarify
889bf7c5 9287 some confusing language, fix @ref/@xref/@pxref usages, add
d4f3574e
SS
9288 comments about using with optimization, add more indexing,
9289 fix info about disassembly-flavor.
9290
9291Tue Sep 7 09:11:24 1999 Kevin Buettner <kevinb@cygnus.com>
9292
9293 * gdbint.texinfo (IN_SOLIB_DYNSYM_RESOLVE_CODE,
9294 SKIP_SOLIB_RESOLVER): Define.
9295
9296Fri Sep 3 18:05:14 1999 Andrew Cagney <cagney@b1.cygnus.com>
9297
9298 * gdb.texinfo (Protocol): Review. Add tables describing ``q'' and
889bf7c5 9299 ``g'' packets.
d4f3574e 9300
104c1213
JM
93011999-08-30 Stan Shebs <shebs@andros.cygnus.com>
9302
9303 * gdb.texinfo: Create a new "Configurations" chapter with
889bf7c5
PA
9304 platform-specific info, inline remote.texi and move sections of it
9305 into the new chapter, move bits about info proc, heuristic search,
104c1213
JM
9306 and register stack into the new chapter.
9307 * remote.texi: Remove, now part of gdb.texinfo.
9308 * Makefile.in (SFILES_INCLUDED): Remove ref to remote.texi.
9309
93101999-08-27 Jason Molenda (jsm@bugshack.cygnus.com)
9311
9312 * gdbint.texinfo (GDB_TARGET_IS_SUN3, GDB_TARGET_IS_SUN386,
9313 GDB_TARGET_IS_MACH386): These kludges have gone away.
9314
9315Wed Aug 25 10:47:03 1999 Andrew Cagney <cagney@b1.cygnus.com>
9316
9317 * gdbint.texinfo (Target Architecture Definition): Mention
889bf7c5 9318 TDEPLIBS.
104c1213 9319
53a5351d
JM
93201999-08-20 Stan Shebs <shebs@andros.cygnus.com>
9321
9322 * gdb.texinfo: Remove remaining "HPPA" conditionals, rewrite
9323 surrounding text to fit HP-UX bits into general info.
9324 (HPPA-cfg.texi): Remove, no longer useful.
9325
9326 * gdb.texinfo: Remove explicit links from @node lines, remove
9327 HP-added "Detailed Node Listing" from main menu which confuses
9328 things.
9329
9330 From Dmitry Sivachenko <dima@Chg.RU>:
9331 * gdb.texinfo: Use @value{GDBN} instead of plain GDB, fix grouping
889bf7c5 9332 in description of `set environment'.
53a5351d
JM
9333
93341999-08-17 Stan Shebs <shebs@andros.cygnus.com>
9335
9336 * gdbint.texinfo: Update coding standard to allow pure ANSI/ISO C.
9337
7be570e7
JM
93381999-08-12 Ben Elliston <bje@cygnus.com>
9339
9340 * gdbint.texinfo (Breakpoint Handling): Add missing words.
9341
f7dc1244 93421999-08-10 Eli Zaretskii <eliz@gnu.org>
7be570e7
JM
9343
9344 * gdb.texinfo (Set Watchpoints): Explain some subtleties about
889bf7c5
PA
9345 watch, awatch, and rwatch. Explain why the latter two cannot be
9346 set as software watchpoints. Document that watchpoints for local
9347 variables are deleted when the debuggee terminates.
7be570e7
JM
9348
9349Wed Aug 11 13:18:14 1999 Andrew Cagney <cagney@amy.cygnus.com>
9350
9351 * remote.texi (Protocol): Further clarification of the "qRcmd"
889bf7c5
PA
9352 packet. Allow E.. response packet. "qRcmd" packet is no longer
9353 reserved.
7be570e7
JM
9354
93551999-08-10 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
9356
a9331b3f
RM
9357 * Makefile.in: Rename inc-hist.texi to inc-hist.texinfo.
9358 * gdb.texinfo: Ditto.
7be570e7 9359
96baa820
JM
93601999-08-06 Tom Tromey <tromey@cygnus.com>
9361
9362 * gdb.texinfo (KOD): New node.
9363
9364Fri Aug 6 17:05:48 1999 Andrew Cagney <cagney@b1.cygnus.com>
9365
9366 * remote.texi (Rcmd): Fix minor formatting typos.
9367
9368Thu Aug 5 17:57:41 1999 Andrew Cagney <cagney@b1.cygnus.com>
9369
9370 * remote.texi (protocol qRcmd): Allow ``OK'' and ``O...'' response
889bf7c5 9371 packets.
96baa820 9372
adf40b2e
JM
93731999-07-14 Jim Blandy <jimb@zwingli.cygnus.com>
9374
9375 * gdbint.texinfo (PREPARE_TO_PROCEED, ADDR_BITS_REMOVE): Doc
9376 fixes.
9377
43ff13b4
JM
9378Tue Jun 29 11:43:55 1999 Andrew Cagney <cagney@b1.cygnus.com>
9379
9380 * gdbint.texinfo (SAVE_DUMMY_FRAME_TOS): Define.
9381
085dd6e6
JM
9382Fri Jun 25 11:47:06 1999 Andrew Cagney <cagney@b1.cygnus.com>
9383
9384 * remote.texi (Communication Protocol): ``v'' is in use. Fix
889bf7c5
PA
9385 numerous formatting errors. Clarify ``i''. Mark ``i'', ``Z'',
9386 ``z'' and ``qRcmd'' as draft instead of reserved. Identify
9387 packets that are not supported on all hosts. Expand examples.
9388 Spell check.
085dd6e6
JM
9389
93901999-06-24 Jason Molenda (jsm@bugshack.cygnus.com)
9391
9392 * Makefile.in: Recognize html, install-html. Add targets
9393 to build HTML versions of documentation via texi2html.
9394
9395Thu Jun 24 15:59:03 1999 Stan Shebs <shebs@andros.cygnus.com>
9396
9397 * gdbint.texinfo (Testsuite): New chapter, information about the
889bf7c5 9398 testsuite.
085dd6e6
JM
9399
9400Fri Jun 25 02:40:34 1999 Andrew Cagney <cagney@b1.cygnus.com>
9401
9402 * remote.texi (Communication Protocol): Rewrite.
9403
9404Thu Jun 24 16:59:54 1999 Andrew Cagney <cagney@b1.cygnus.com>
9405
9406 * stabs.texinfo: Fix uses of xref.
9407
9e0b60a8
JM
9408Thu Jun 17 17:23:25 1999 Stan Shebs <shebs@andros.cygnus.com>
9409
9410 * gdbint.texinfo: Add an anti-printf exhortation, and update the
9411 info about patch submission.
9412
cce74817
JM
9413Mon Jun 7 15:49:40 1999 Stan Shebs <shebs@andros.cygnus.com>
9414
9415 From Per Bothner <bothner@cygnus.com>:
9416 * gdb.texinfo: Document Chill support.
9417
9418Fri Jun 4 16:58:22 1999 Andrew Cagney <cagney@b1.cygnus.com>
9419
9420 * gdbint.texinfo (SP_REGNUM, FP_REGNUM, PC_REGNUM): Add reference
889bf7c5
PA
9421 to corresponding TARGET_READ_reg TARGET_WRITE_reg macros.
9422 Document that the value should be greater-than or equal-to zero.
9423 (NO_STD_REGS): Document. Deprecate.
cce74817 9424
ac9a91a7
JM
9425Tue Jun 1 15:04:15 1999 Andrew Cagney <cagney@b1.cygnus.com>
9426
9427 * gdbint.texinfo (TARGET_COMPLEX_BIT, TARGET_DOUBLE_COMPLEX_BIT):
889bf7c5 9428 Document that these are not used.
ac9a91a7
JM
9429
9430Thu May 27 09:28:15 1999 Andrew Cagney <cagney@b1.cygnus.com>
9431
9432 * gdbint.texinfo (EXTRACT_STRUCT_VALUE_ADDRESS_P): Document.
9433
392a587b
JM
9434Mon May 24 10:07:39 1999 Andrew Cagney <cagney@b1.cygnus.com>
9435
9436 * gdbint.texinfo (FRAME_NUM_ARGS): Update definition. Parameter
889bf7c5 9437 numargs was dropped.
392a587b
JM
9438
9439Thu May 20 12:26:59 1999 Andrew Cagney <cagney@b1.cygnus.com>
9440
9441 * gdbint.texinfo (FRAMELESS_FUNCTION_INVOCATION): Update.
9442
b83266a0
SS
9443Tue Apr 27 19:14:20 1999 Andrew Cagney <cagney@b1.cygnus.com>
9444
9445 * gdbint.texinfo (SKIP_PROLOGUE, SKIP_PROLOGUE_FRAMELESS_P):
889bf7c5 9446 Update.
b83266a0 9447
7a292a7a
SS
9448Thu Apr 22 13:07:37 1999 Andrew Cagney <cagney@b1.cygnus.com>
9449
9450 * gdbint.texinfo (USE_GENERIC_DUMMY_FRAMES): Document.
9451 (GET_SAVED_REGISTER): Update, not just the a29k uses this.
9452
9453Wed Apr 21 13:59:01 1999 Dave Brolley <brolley@cygnus.com>
9454
9455 * gdbint.texinfo: Fix typos: $ -> @.
9456
9457Tue Apr 20 11:59:38 1999 Andrew Cagney <cagney@b1.cygnus.com>
9458
9459 * gdbint.texinfo (REGISTER_NAMES, BREAKPOINT, BIG_BREAKPOINT,
889bf7c5
PA
9460 LITTLE_BREAKPOINT, LITTLE_REMOTE_BREAKPOINT,
9461 BIG_REMOTE_BREAKPOINT): Deprecate in favor of REGISTER_NAME and
9462 BREAKPOINT_FROM_PC.
a9331b3f 9463
7a292a7a
SS
9464Mon Apr 12 16:00:44 1999 Andrew Cagney <cagney@b1.cygnus.com>
9465
9466 * gdbint.texinfo (CALL_DUMMY_STACK_ADJUST_P,
889bf7c5 9467 CALL_DUMMY_STACK_ADJUST): Document.
7a292a7a
SS
9468
9469Thu Apr 8 17:23:15 1999 Andrew Cagney <cagney@b1.cygnus.com>
9470
9471 * gdbint.texinfo (CALL_DUMMY_P, CALL_DUMMY_WORDS,
889bf7c5 9472 SIZEOF_CALL_DUMMY_WORDS, CALL_DUMMY): Define.
7a292a7a
SS
9473
94741999-04-02 Stan Shebs <shebs@andros.cygnus.com>
9475
9476 * gdbint.texinfo (MAINTENANCE_CMDS): Remove ref, since it no
9477 longer exists.
9478
9479Tue Mar 9 19:25:11 1999 Stan Shebs <shebs@andros.cygnus.com>
9480
9481 * gdb.texinfo, remote.texi, all-cfg.texi, HPPA-cfg.texi: Remove
889bf7c5
PA
9482 nearly all @ifset/@ifclear conditionals; nobody uses them, and
9483 they make the manual source incomprehensible.
7a292a7a
SS
9484 * h8-cfg.texi: Remove, hasn't been used in years.
9485
c906108c
SS
9486Thu Feb 11 18:00:59 1999 Stan Shebs <shebs@andros.cygnus.com>
9487
9488 * gdb.texinfo: Update the credits.
9489
9490Mon Feb 8 17:33:57 1999 Stan Shebs <shebs@andros.cygnus.com>
9491
9492 * gdb.texinfo: Fix mistakes noticed in printout of last
9493 draft, add Alpha to discussion of heuristic fence post.
9494
9495Fri Feb 5 17:20:00 1999 Stan Shebs <shebs@andros.cygnus.com>
9496
9497 * gdb.texinfo, remote.texi: Many changes; update to Seventh
889bf7c5
PA
9498 Edition, merge some HP changes into mainline, describe some
9499 previously undocumented features, describe more of the target
9500 commands available, eliminate obsolete section on renamed
9501 commands.
c906108c
SS
9502 * all-cfg.texi, HPPA-cfg.texi: Remove some obsolete conditionals.
9503
9504Wed Jan 20 17:47:45 1999 Stan Shebs <shebs@andros.cygnus.com>
9505
9506 * gdb.texinfo: Make many HPPA conditionals unconditional,
9507 including catchpoint description, since now on for all configs.
9508 * all-cfg.texi: @clear HPPA, since is mainly for very HP-specific
9509 specializations.
9510
9511Thu Jan 14 17:10:12 1999 Stan Shebs <shebs@andros.cygnus.com>
9512
9513 * Makefile.in (GDBvn.texi): Fix match expression to work with
9514 current format of VERSION in gdb/Makefile.in.
9515 * gdb.texinfo: Fix node ref to match new readline.
9516
9517Wed Jan 13 10:38:40 1999 Edith Epstein <eepstein@sophia.cygnus.com>
9518
a9331b3f
RM
9519 * gdb.texinfo: Changes made as part of a project to merge in
9520 changes made by HP. Documentation makes extensive use of
c906108c
SS
9521 @ifclear HPPA and @ifset HPPA. The HP manual omits doumentation
9522 on remote debugging. There are differences in documentation
889bf7c5 9523 (HP vs. non-HP) on C++ support (aCC vs. gnu gcc++). Also,
c906108c
SS
9524 the HP manual discusses catchpoints, hardware watchpoints, and
9525 some HPUX specific limitations for shared library support.
a9331b3f 9526
c906108c
SS
9527 There are also a number of @node changes.
9528
95291999-01-12 Jason Molenda (jsm@bugshack.cygnus.com)
9530
9531 * gdbint.texinfo (Formatting): Disambiguate a sentence.
9532 (C Usage): Same.
9533
9534Wed Jan 6 11:55:34 1999 David Taylor <taylor@texas.cygnus.com>
9535
9536 The following changes were made by Edith Epstein
889bf7c5
PA
9537 <eepstein@cygnus.com> as part of a project to merge in changes
9538 made by HP.
a9331b3f 9539
c906108c
SS
9540 * HPPA-cfg.texi: new file.
9541
9542 * all-cfg.texi: set HPPA for HP PA-RISC targets.
9543
9544 * refcard.tex: change documentation about catch.
9545 removed info catch.
9546
9547Mon Jan 4 18:29:18 1999 Stan Shebs <shebs@andros.cygnus.com>
9548
9549 * gdbint.texinfo: Expand on GDB's coding standards,
9550 specify the use of arg names with prototypes.
9551
95521998-12-14 J.T. Conklin <jtc@redbacknetworks.com>
9553
9554 * gdb.texinfo: Fix tipo.
9555
9556Sun Dec 13 10:27:59 1998 Andrew Cagney <cagney@b1.cygnus.com>
9557
9558 * gdbint.texinfo: Document TARGET_BYTE_ORDER_DEFAULT and
889bf7c5 9559 TARGET_BYTE_ORDER_SELECTABLE_P.
c906108c
SS
9560
9561Thu Dec 10 16:07:09 1998 Andrew Cagney <cagney@b1.cygnus.com>
9562
9563 * gdbint.texinfo (FRAME_FIND_SAVED_REGS): Document.
9564
95651998-12-09 Jim Blandy <jimb@zwingli.cygnus.com>
9566
9567 * agentexpr.texi: New file.
9568
9569Wed Dec 9 21:13:57 1998 Andrew Cagney <cagney@chook>
9570
9571 * gdbint.texinfo (REGISTER_NAME): Replace REGISTER_NAMES.
9572
95731998-12-03 J.T. Conklin <jtc@redbacknetworks.com>
9574
9575 * remote.texi: Changed wording that implied that the GDB remote
9576 protocol caches register values instead of GDB itself.
9577
9578Tue Dec 1 17:45:43 1998 Stan Shebs <shebs@andros.cygnus.com>
9579
9580 * gdbint.texinfo: Add some info about symbol readers.
9581 (CHILL_PRODUCER, etc): Comment out descriptions, not useful.
9582 (IN_SOLIB_CALL_TRAMPOLINE): Rename info from IN_SOLIB_TRAMPOLINE.
9583 (IN_SOLIB_RETURN_TRAMPOLINE): Describe.
9584 (KERNEL_DEBUGGING, MIPSEL): No info about these, remove.
9585
9586Mon Nov 30 11:32:21 1998 Andrew Cagney <cagney@chook>
9587
a9331b3f 9588 * gdbint.texinfo (FRAME_CHAIN_VALID_ALTERNATE):
c906108c
SS
9589
9590Sat Nov 28 13:45:53 1998 Andrew Cagney <cagney@b1.cygnus.com>
9591
9592 * gdbint.texinfo (INNER_THAN): Update, now takes parameters.
9593
9594Fri Nov 27 12:39:45 1998 Andrew Cagney <cagney@chook>
9595
9596 * gdbint.texinfo (NO_SINGLE_STEP): Replace with
889bf7c5 9597 SOFTWARE_SINGLE_STEP_P and SOFTWARE_SINGLE_STEP.
c906108c
SS
9598
9599Wed Oct 14 10:02:40 1998 Andrew Cagney <cagney@b1.cygnus.com>
9600
9601 * gdbint.texinfo: Fix minor typos.
9602
9603Wed Sep 30 18:03:19 1998 Stan Shebs <shebs@andros.cygnus.com>
9604
9605 * gdbint.texinfo: Complete overhaul. Group descriptions more
9606 logically, add more info on generic algorithms, remove much
9607 obsolete and/or wrong material.
9608
9609Fri Jul 24 17:51:38 1998 Ian Lance Taylor <ian@cygnus.com>
9610
9611 * stabs.texinfo (Method Type Descriptor): Expand and correct.
9612
9613Mon May 4 10:37:12 1998 Brian Youmans (3diff@gnu.org)
9614
9615 * refcard.tex: Copyright, address updates.
9616
9617Tue Apr 21 18:09:56 1998 Stan Shebs <shebs@andros.cygnus.com>
9618
9619 * gdb.texinfo (EDITION, DATE): Update and change to use ordinals
9620 for the edition instead of confusing GDB-version-like numbers.
9621
9622Mon Apr 13 14:05:00 1998 Fred Fish <fnf@cygnus.com>
9623
9624 * gdb.texinfo (hbreak, watch): Fix typo, "date" -> "data".
9625
9626Thu Apr 2 16:52:44 1998 Jason Molenda (crash@bugshack.cygnus.com)
9627
5ae4183a 9628 * LRS: Reformat a bit to keep text under 80 columns.
c906108c
SS
9629
9630Thu Apr 2 16:10:36 1998 Stan Shebs <shebs@andros.cygnus.com>
9631
9632 * gdb.texinfo: Add some credits, mention bug monitor.
9633 * remote.texi: Mention mips monitor targets.
9634 * gdbint.texinfo: Describe SP_REGNUM, STEP_SKIPS_DELAY.
a9331b3f 9635
c906108c
SS
9636Mon Feb 2 17:13:03 1998 Stan Shebs <shebs@andros.cygnus.com>
9637
9638 * gdbint.texinfo: Remove obsolete mentions of pinsn.c and opcode.h
889bf7c5
PA
9639 files, finish sorting of host vs target vs native macros, describe
9640 some more of them.
c906108c
SS
9641
9642Tue Jan 13 16:44:50 1998 Fred Fish <fnf@cygnus.com>
9643
9644 * gdbint.texinfo (Host Conditionals): Document change from
9645 using NO_MMALLOC to it's inverse, USE_MMALLOC.
9646
9647Mon Nov 24 13:55:21 1997 Andrew Cagney <cagney@b1.cygnus.com>
9648
9649 * gdbint.texinfo (Host Conditionals): Document
889bf7c5 9650 PRINTF_HAS_LONG_DOUBLE, SCANF_HAS_LONG_DOUBLE, HAVE_LONG_DOUBLE.
c906108c
SS
9651
9652Fri Jul 4 14:52:31 1997 Ian Lance Taylor <ian@cygnus.com>
9653
9654 * gdbint.texinfo (Host Conditionals): Add CRLF_SOURCE_LINES.
9655 Document LSEEK_NOT_LINEAR.
9656
9657Tue Mar 25 14:44:09 1997 Ian Lance Taylor <ian@cygnus.com>
9658
9659 * stabs.texinfo (Stab Section Basics): Make it clear that only
9660 some versions of the GNU linker remove the leading N_UNDF symbol.
9661
9662Thu Feb 27 17:45:19 1997 Ian Lance Taylor <ian@cygnus.com>
9663
9664 * stabs.texinfo (String Field): Document type number pairs here,
9665 instead of in the Sun specific section.
9666 (Include Files): The GNU linker supports the N_BINCL
9667 optimization. Clarify the N_BINCL value, and what it is used
9668 for.
9669 (Procedures): Document N_FUN with an empty string to mark the end
9670 of a function.
9671 (Typedefs): Mention that Sun compilers may use N_GSYM for a type.
9672 (Sun Differences): Remove this node, as the information is now
9673 elsewhere in the main document.
9674 (Stab Section Basics): Mention that the GNU linker may optimize
9675 stabs and remove the leading N_UNDF symbol.
9676
9677Mon Dec 9 12:23:32 1996 Roland Pesch <roland@wrs.com>
9678
9679 * gdb.texinfo, refcard.tex: Restore author credit
9680
9681Wed Oct 2 22:01:36 1996 Fred Fish <fnf@fishfood.ninemoons.com>
9682
9683 * gdbint.texinfo (SIGTRAMP_START, SIGTRAMP_END): Update
9684 documentation to account for START and END macros taking
9685 one arg.
9686
9687Thu Aug 22 17:59:03 1996 Fred Fish <fnf@cygnus.com>
9688
9689 From: Eberhard Mattes <mattes@azu.informatik.uni-stuttgart.de>
9690 * gdb.texinfo (Frames): Fix typo.
9691
9692Tue Jul 23 10:06:20 1996 Fred Fish <fnf@cygnus.com>
9693
9694 * gdbint.texinfo (NO_SINGLE_STEP): Document that single_step takes
9695 a target_signal as arg type, not a pid.
9696
9697Fri Jul 12 11:10:05 1996 Stu Grossman (grossman@critters.cygnus.com)
9698
9699 * gdb.texinfo: Document `set assembly-language'.
9700
9701Thu Jul 11 13:50:28 1996 Stan Shebs <shebs@andros.cygnus.com>
9702
9703 * remote.texi: Update list of stubs in the GDB distribution.
9704
9705Fri Jul 5 15:38:54 1996 Fred Fish <fnf@cygnus.com>
9706
9707 * gdbint.texinfo (NO_MMCHECK): Renamed from NO_MMALLOC_CHECK.
889bf7c5
PA
9708 Also document that some systems can use mmalloc but must define
9709 this if their C runtime allocates memory that is later freed.
c906108c 9710 (MMCHECK_FORCE): Document new macro.
a9331b3f 9711
c906108c
SS
9712Fri Jun 28 22:17:10 1996 Dawn Perchik <dawn@cygnus.com>
9713
9714 * remote.texi: Add documentation for target Sparclet.
9715
9716Mon Jun 24 18:12:22 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
9717
a9331b3f 9718 * Makefile.in (srcdir, VPATH, prefix, infodir, INSTALL,
c906108c
SS
9719 INSTALL_PROGRAM, INSTALL_DATA): Use autoconf set values.
9720 * configure.in: Rewritten for autoconf.
9721 * configure: New.
9722
9723Mon Jun 17 10:43:41 1996 Fred Fish <fnf@cygnus.com>
9724
9725 * Makefile.in (DVIPS): New define, set to dvips.
9726 (dvi): Add stabs.dvi.
9727 (ps): New target.
9728 (all-doc): Depend on info, dvi, and ps targets.
9729 (STAGESTUFF): Add *.ps and *.dvi files.
9730 (clean-info, clean-dvi): Remove.
9731 (mostlyclean): Does not depend upon clean-info or clean-dvi,
9732 rules completely rewritten.
9733 (maintainer-clean): Remove clean-info and clean-dvi
9734 dependencies and put their actions in the rules.
9735 (gdb.ps): New target
a9331b3f 9736 (gdb.dvi, gdbgui.dvi, gdbint.dvi, stabs.dvi): Remove
c906108c
SS
9737 intermediate TeX files, whether they have 2 or 3 character
9738 extensions.
9739 (gdbint.ps): Add target and rules.
9740 (gdb-internals): Delete unused target.
9741 (Makefile): Depends upon config.status also.
9742
9743Sat Mar 30 15:46:58 1996 Fred Fish <fnf@cygnus.com>
9744
9745 * gdbint.texinfo (CC_HAS_LONG_LONG): Clarify when/how this is
9746 set.
9747
9748Sat Mar 16 15:10:20 1996 Fred Fish <fnf@cygnus.com>
9749
9750 From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>
9751 * gdb.texinfo (Expressions): Fix erroneous array constant example.
9752
9753Sat Mar 16 13:28:45 1996 Fred Fish <fnf@cygnus.com>
9754
9755 * gdb.texinfo: Add missing "@bullet" to some "@itemize" commands.
9756
9757Sat Feb 10 03:28:36 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
9758
9759 * gdb.texinfo (Print settings): Document
9760 `set/show print static-members' commands.
9761
9762Wed Jan 10 14:16:37 1996 Fred Fish <fnf@cygnus.com>
9763
9764 * gdbint.texinfo (Native): Document name change, coredep.c to
9765 core-aout.c.
9766
9767Wed Dec 13 12:35:28 1995 Ian Lance Taylor <ian@cygnus.com>
9768
9769 * stabs.texinfo (Include Files): Document the values the SunOS4
9770 linker creates for N_BINCL/N_EINCL/N_EXCL stabs.
9771
9772Fri Dec 8 21:08:44 1995 Fred Fish <fnf@cygnus.com>
9773
9774 * gdbint.texinfo (Releases): Change gdb.tar.Z to gdb.tar.gz.
9775 Fix typo.
9776
9777Fri Dec 1 11:07:50 1995 Fred Fish <fnf@cygnus.com>
9778
9779 * gdbint.texinfo (Releases): Make "gdb.tar.gz" rather than
9780 "gdb.tar.Z".
9781
9782Wed Sep 20 13:14:10 1995 Ian Lance Taylor <ian@cygnus.com>
9783
9784 * Makefile.in (maintainer-clean): New target, synonym for
9785 realclean.
9786
9787Thu Aug 3 10:45:37 1995 Fred Fish <fnf@cygnus.com>
9788
9789 * Update all FSF addresses except those in COPYING* files.
9790
9791Wed Jul 19 18:43:03 1995 Stan Shebs <shebs@andros.cygnus.com>
9792
9793 From Richard Earnshaw (rearnsha@armltd.co.uk):
9794 * gdb.texinfo (convenience variables): Document $_exitcode.
9795 (quit): Document optional expression to use as exit code.
9796
9797Thu Jun 22 21:27:33 1995 Victoria Mixon <victoria@cygnus.com>
9798
9799 * gdb.texinfo, remote.texi: Brought up to date with various
9800 GDB changes.
9801
9802Tue Jun 20 14:35:38 1995 Stan Shebs <shebs@andros.cygnus.com>
9803
9804 * gdb.texinfo: Update dates and versions, fix comments about
9805 hardware watchpoints in future releases and about the
9806 sharedlibrary command.
9807
9808Mon May 8 09:30:36 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
9809
9810 * stabs.texinfo: Remove node `XCOFF differences'. Describe value of
9811 C_FUN stab. Other cleanups.
9812
9813Wed Apr 19 07:02:19 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
9814
9815 * remote.texi (Bootstrapping): Clarify that flush_i_cache is only
9816 for the sparc stub.
9817
9818Tue Apr 11 11:41:49 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
9819
9820 * annotate.texi: Clarify which addresses have differing formats
9821 depending on the language and which do not.
9822
9823Tue Mar 28 16:56:22 1995 J.T. Conklin <jtc@rtl.cygnus.com>
9824
9825 * remote.texi (NetWare): Changed example to use BOARD= instead of
9826 NODE= argument to reflect correspoding change to gdbserve.nlm.
9827
9828Fri Mar 17 06:47:02 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
9829
9830 * stabs.texinfo (Negative Type Numbers): Mention the fact that
9831 GDB, as well as AIX dbx, supports the size type attribute.
9832
9833Thu Mar 16 12:11:32 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
9834
9835 * stabs.texinfo (Negative Type Numbers): Document types -31 to -34.
9836
9837Mon Mar 13 16:49:13 1995 Per Bothner <bothner@kalessin.cygnus.com>
9838
9839 * gdb.texinfo (Define): Document $arg0... arguments to commands,
9840 and new 'if' and 'while' commands.
9841
9842Fri Feb 17 15:24:35 1995 Per Bothner <bothner@kalessin.cygnus.com>
9843
9844 * gdb.texinfo (Artificial arrays): Note use of coerce-to-array-type.
9845
9846Wed Feb 15 11:59:18 1995 J.T. Conklin <jtc@rtl.cygnus.com>
9847
9848 * all-cfg.texi: New flag, GDBSERVE, for NetWare's gdbserve.nlm.
9849 * remote.texi (NetWare): New node, how to use gdbserve.nlm on
9850 NetWare targets. Mostly stolen from the Server node.
9851
9852Fri Feb 10 20:20:08 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
9853
9854 * gdb.texinfo (Setting): Talk about the language of a source file
9855 versus the working language. The old documentation did not match
9856 what GDB did.
9857
9858Wed Feb 1 20:26:36 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
9859
9860 * stabs.texinfo (Source Files): Document N_SO used to mark the end
9861 of a source file.
9862
9863Mon Jan 23 14:23:37 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
9864
9865 * gdb.texinfo (Processes): New node.
9866
9867Tue Jan 17 14:09:03 1995 Ian Lance Taylor <ian@sanguine.cygnus.com>
9868
9869 * remote.texi: Update documentation of set/show mipsfpu.
9870
3fc11d3e
JM
9871Fri Jan 6 17:17:28 1995 Stan Shebs <shebs@andros.cygnus.com>
9872
9873 * gdbgui.texinfo: New file, manual for GUI (gdbtk) users.
9874 * Makefile.in (gdbgui.dvi, gdbgui.info): New actions.
c906108c
SS
9875
9876Sun Sep 4 16:47:21 1994 Stan Shebs (shebs@andros.cygnus.com)
9877
9878 * gdbint.texinfo: Removed mentions of some incorrectly placed and
9879 obsolete conditionals, described some others.
9880
9881Mon Aug 1 15:42:39 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
9882
9883 * gdbint.texinfo: Remove references to BROKEN_LARGE_ALLOCA and
9884 SET_STACK_LIMIT_HUGE; they were removed from GDB 14 May 1994.
9885
9886Mon Aug 1 15:12:02 1994 Stan Shebs (shebs@andros.cygnus.com)
9887
9888 * gdbint.texinfo: Put regex conditionals in their own table.
9889
9890Tue Jul 26 18:32:52 1994 Stan Shebs (shebs@andros.cygnus.com)
9891
9892 * gdbint.texinfo: Removed mentions of many obsolete conditionals,
9893 described or fixed the descriptions of many others.
9894
9895Sun Jul 17 14:14:03 1994 Stan Shebs (shebs@andros.cygnus.com)
9896
9897 * gdb.texinfo: Add some more credits.
9898 * gdbint.texinfo: Capitalize GDB consistently, describe some
9899 macros and remove some.
9900
9901Thu Jul 14 18:43:17 1994 Stan Shebs (shebs@andros.cygnus.com)
9902
9903 * gdbint.texinfo: Removed mentions of many incorrectly placed and
9904 obsolete conditionals, described some others.
9905
9906Tue Jul 12 12:23:15 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
9907
9908 * gdb.texinfo (help targets): Changed to `help target', which
9909 is the correct gdb command.
9910
9911Wed Jun 22 18:00:51 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
9912
9913 * annotate.texi (TODO): New node, for keeping track of annotations
9914 suggested but not yet implemented.
9915
9916Wed Jun 1 16:10:45 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
9917
9918 * stabs.texinfo (Statics): Value of xcoff C_BSTAT points to
9919 another symbol, it is not the address itself.
9920
9921Thu May 5 20:23:36 1994 Stan Shebs (shebs@andros.cygnus.com)
9922
9923 * stabs.texinfo (Stab Section Basics): Add comment about alignment
9924 of stabs-in-coff sections.
9925
9926Wed May 4 06:26:11 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
9927
9928 * annotate.texi: Change edition to 0.5 and date to May 1994.
9929 Add index.
9930 (Frames): New node, for frame annotation.
9931 (Displays): New node, for display annotation.
9932
9933 * remote.texi (MIPS Remote): Say that set timeout doesn't apply
9934 when waiting for your program to stop.
9935
9936Fri Apr 29 18:24:46 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
9937
9938 * annotate.texi (Breakpoint Info): Document annotation of header
9939 fields and record annotation.
9940
9941Thu Apr 28 07:44:28 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
9942
9943 * annotate.texi: New file, to document annotations.
9944
9945Thu Apr 21 14:20:51 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
9946
9947 * Makefile.in (clean): Don't remove GDBvn.texi (apparently on Jan
9948 16 I meant to make this change but did not). Do remove gdb-cfg.texi.
9949
9950Wed Apr 20 11:22:48 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
9951
9952 * stabs.texinfo (Stab Section Basics): Say what is in .stab
9953 section, and say n_strx field is compilation unit relative.
9954 * stabs.texinfo: Don't use @code for a.out when it is the name of
9955 an object file format.
9956
9957Wed Apr 13 20:29:54 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
9958
9959 * gdb.texinfo: Refer to file names, not path names, per rms
9960 convention.
9961 (Arguments): Fix typo.
9962
9963Thu Mar 24 08:09:12 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
9964
9965 * stabs.texinfo (Global Variables): Talk about stabs in files
9966 where variables are referenced, but not defined.
9967
9968Wed Mar 23 07:16:36 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
9969
9970 * stabs.texinfo: Move stuff on @ and # type descriptors from node
9971 Cplusplus to new nodes Member Type Descriptor and Method Type
9972 Descriptor. Re-write stuff for #.
9973
9974Wed Mar 16 08:20:19 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
9975
9976 * gdb.texinfo (Print Settings): Don't document "set print
9977 fast-symbolic-addr off". The bug which it worked around was fixed
9978 on 25 Feb 94 in coffread.c, so I'm nuking the command.
9979
9980 * stabs.texinfo (Alternate Entry Points): New node, rewritten from
9981 N_ENTRY node.
9982
9983 * stabs.texinfo (Type Descriptors): Add 'Y' type descriptor.
9984
9985Tue Mar 15 08:43:02 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
9986
9987 * gdbint.texinfo (Host Conditionals, Target Conditionals): Remove
9988 references to ieee-float.c.
9989
9990Fri Mar 11 08:09:40 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
9991
9992 * gdb.texinfo (Set Breaks): Update documentation for tbreak to
9993 match what the code actually does.
9994
9995Wed Mar 9 19:43:05 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
9996
9997 * stabs.texinfo (Symbol Descriptors): Add OS9000 symbol descriptor s.
9998
9999Tue Mar 1 17:04:43 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
10000
10001 * stabs.texinfo (Type Descriptors): Add OS9000 type descriptors c,
10002 i, and b.
10003
10004Wed Feb 23 10:44:18 1994 Jim Kingdon (kingdon@rtl.cygnus.com)
10005
10006 * stabs.texinfo: Document N_RBRAC as function relative for COFF as
10007 well as for ELF and SOM. Unify the descriptions of ELF and SOM
10008 as "stabs in sections" rather than just saying "ELF and SOM".
10009 Also make that stuff apply to COFF.
10010
10011Fri Feb 18 08:25:58 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10012
10013 * gdb.texinfo (Formatting Documentation): Change GhostScript to
10014 Ghostscript.
10015
10016Fri Feb 4 06:31:31 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10017
10018 * gdb.texinfo (Continuing and Stepping): When talking about "step"
10019 versus functions without line numbers, also mention stepping into
10020 them as well as "step" when you are in them. Tell the user how to
10021 deal with the situation. Add comment about "debugging information".
10022
10023Thu Feb 3 11:39:59 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10024
10025 * stabs.texinfo (Enumerations): Document restriction on where
10026 enumeration types can appear and still win with GDB.
10027
10028Wed Feb 2 11:29:17 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10029
10030 * stabs.texinfo (Negative Type Numbers): Document format for type
10031 -16.
10032
10033Thu Jan 27 16:53:56 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10034
10035 * gdb.texinfo (Selection, Frame Info): Update information about
10036 arbitrary frame specficiations.
10037
10038Wed Jan 26 15:31:57 1994 Roland H. Pesch (pesch@fowanton.cygnus.com)
10039
10040 * gdb.texinfo, remote.texi: general editing pass prior to Net release
10041
10042Tue Jan 25 12:12:04 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10043
10044 * stabs.texinfo (String Field): Discuss continuing stabs with ?.
10045
10046Wed Jan 19 06:39:24 1994 David J. Mackenzie (djm@thepub.cygnus.com)
10047
10048 * stabs.texinfo (Non-Stab Symbol Types): Mention N_SET* | N_EXT.
10049
10050Sun Jan 16 12:43:32 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10051
10052 * stabs.texinfo: Re-do stuff about C_BSTAT and move from XCOFF
10053 Differences node to Statics node.
10054 (Statics): Discuss XCOFF use of V symbol descriptor.
10055
10056 * Makefile.in: Remove refcard.dvi and GDBvn.texi in realclean,
10057 not clean.
10058
10059Wed Jan 12 21:29:54 1994 John Gilmore (gnu@cygnus.com)
10060
10061 * gdb.texinfo (Print Settings): Document `set print
10062 fast-symbolic-addr' and improve the doc for some other
10063 `set print's.
10064
10065Mon Jan 3 17:23:07 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10066
10067 * stabs.texinfo (String Field): Talk about defining several type
10068 numbers at once.
10069 Fix lint regarding changing node ELF Transformations to
10070 ELF and SOM Transformations.
10071
10072Fri Dec 31 00:42:43 1993 John Gilmore (gnu@cygnus.com)
10073
10074 * stabs.texinfo: Insert Peter Kessler's name as inventor (I think).
10075
10076Tue Dec 28 09:30:40 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10077
10078 * stabs.texinfo (Cross-References): `::' is for nested types only
10079 within <>.
10080 (Structures): Document static members.
10081
10082Mon Dec 27 13:55:04 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10083
10084 * stabs.texinfo: Document S type attribute.
10085
10086Sun Dec 26 20:46:36 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
10087
10088 * stabs.texinfo: Add notes about stabs-in-som where appropriate.
10089
10090Fri Dec 3 19:13:19 1993 John Gilmore (gnu@cygnus.com)
10091
10092 * gdbint.texinfo: Fix a few typos.
10093
10094Sun Nov 28 18:06:25 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
10095
10096 * gdb.texinfo, remote.texi: formatting improvements
10097
10098 * gdb.texinfo (New Features): mention threads.
10099 (Summary, C): fix xrefs in newly contributed text.
10100 (Threads): index entries, clarifications, example
10101 (passim): minor typos fixed, phrasing improvements
10102
10103 * remote.texi (Bootstrapping): rephrase text on ^C and add index
10104 entries; (Server): explain use of gdbserver w/real-time systems,
10105 add example of conflicting TCP port; (MIPS Remote) break up
10106 running text into table, highlighting commands, and add example.
a9331b3f 10107
c906108c
SS
10108Wed Nov 24 14:15:56 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
10109
10110 * refcard.tex: avoid bad linebreaks even when REFEDITS=psrc.sed
10111
10112Fri Nov 12 16:10:58 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10113
10114 * stabs.texinfo (Nested Symbols): New node.
10115 (String Field, Symbol Descriptors, Cross-References): Refer to it.
10116
10117Thu Nov 11 13:26:45 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10118
10119 * stabs.texinfo (Stabs in ELF): Clarify how Bbss.bss work with respect
10120 to picking which Bbss.bss symbol to use, and (because there seems to
10121 be no good way of doing it) re-write some of the text to make it
10122 sound like Bbss.bss isn't such a great idea after all (as currently
10123 designed).
10124
10125 * gdb.texinfo (C): In addition to saying people have to use g++ for
10126 good results, say they have to use stabs. Specifically say cfront
10127 doesn't work well.
10128 (Summary): Merge in information on Modula-2, Pascal, and Chill from
10129 the gdb README. Add xrefs to places where the support for the various
10130 languages is described in detail.
10131
10132Mon Nov 8 11:47:34 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10133
10134 * stabs.texinfo: Clean up stuff about visibility and virtual
10135 characters.
10136
10137 * stabs.texinfo (N_M2C): Cite Sun doc.
10138
10139Fri Nov 5 16:27:27 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
10140
10141 * gdb.texinfo: updates re threads.
10142 * remote.texinfo: avoid index entries starting with digits.
10143
10144Tue Nov 2 09:08:37 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10145
10146 * stabs.texinfo (Enumerations): Talk about large, negative and
10147 octal values. Clean up cross reference to type attributes.
10148 (String Field): Say that GDB 4.11 supports size attribute.
10149
10150Sun Oct 31 13:31:10 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10151
10152 * remote.texi (VxWorks Remote): Clarify that rebuilding VxWorks kernel
10153 is a mandatory step. Make the stuff about that more concise.
10154
10155Wed Oct 27 00:25:46 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10156
10157 * stabs.texinfo (Class Names): New node.
10158
10159 * gdb.texinfo (Command Files): Explain order of init file reading.
10160
10161 * remote.texi (Bootstrapping): Talk about getting the serial driver
10162 to deal with ^C sent by gdb to stop the remote system.
10163
10164Mon Oct 25 03:25:41 1993 Tom Lord (lord@cygnus.com)
10165
10166 * libgdb.texinfo (I/O): incorporated better phrasing from rich.
10167
10168 * libgdb.texinfo (Defining Commands): made the DOC arg
10169 to gdb_define_app_command a char * instead of char **
10170 per a suggestion from kingdon.
10171
10172 * libgdb.texinfo: total rewrite from a different starting
10173 premise.
10174
10175Wed Oct 20 18:07:44 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10176
10177 * stabs.texinfo (Local Variable Parameters): Re-write paragraph on
10178 floats passed as doubles (to improve clarity).
10179
10180Tue Oct 19 14:21:18 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
10181
10182 * gdb.texinfo (Source Path): index entries for $cwd, $pdir
10183
10184 * a4rc.sed: update to work with Andreas Vogel papersize params
10185
10186 * refcard.tex: use Andreas Vogel simplifications of papersize
10187 params; remove useless version info; update copyright date.
10188
10189Tue Oct 19 10:46:22 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10190
10191 * gdb.texinfo (Symbols): Add class NAME to doc for ptype.
10192
10193Tue Oct 12 09:11:45 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10194
10195 * gdb.texinfo (Files): Say what address the load command loads it at.
10196
10197 * stabs.texinfo (Common Blocks): Minor cleanups.
10198
10199 * stabs.texinfo: Update ld stabs in elf relocation to reflect the fact
10200 that Sun has backed away from the linker kludge and thus the relevant
10201 issue is changes to the SunPRO tools, not the Solaris linker.
10202
10203 * stabs.texinfo (Traditional Integer Types): Clean up description
10204 of octal bounds a little bit. Document extra leading zeroes.
10205
10206Thu Oct 7 16:15:37 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10207
10208 * gdb.texinfo (Signaling): Update for symbolic symbol names
10209 and add a section explaining the difference between the GDB
10210 signal command and the shell kill utility.
10211
10212Wed Oct 6 13:23:01 1993 Tom Lord (lord@rtl.cygnus.com)
10213
10214 * libgdb.texinfo: added `@' to braces that were unescaped.
10215
10216Mon Oct 4 10:42:18 1993 Tom Lord (lord@rtl.cygnus.com)
10217
10218 * libgdb.texinfo: new file. Spec for the gdb library.
10219
10220Sun Oct 3 15:26:56 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10221
10222 * stabs.texinfo (Include Files): Fix typo (start -> end).
10223
10224Thu Sep 30 18:24:56 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
10225
10226 * gdb.texinfo, remote.texi: assorted small improvements, mostly
10227 from Melissa at FSF's editing pass.
10228
10229Thu Sep 30 11:54:38 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10230
10231 * gdb.texinfo: Remove stuff about ar and 14 character filenames.
10232 I believe this was fixed by the 13 Sep 89 change to print_frame_info.
10233 Also, modern versions of ar like BSD 4.4 or SVR4 don't have this bug.
10234
10235Wed Sep 22 21:22:11 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10236
10237 * remote.texi (Bootstrapping): Discuss 386 call gates.
10238
10239Sat Sep 18 17:10:44 1993 Jim Kingdon (kingdon@poseidon.cygnus.com)
10240
10241 * stabs.texinfo (Based Variables): New node.
10242
10243Thu Sep 16 17:48:55 1993 Jim Kingdon (kingdon@cirdan.cygnus.com)
10244
10245 * stabs.texinfo (Negative Type Numbers): Re-write discussions of
10246 names, sizes, and formats to suggest how not to lose.
10247
10248Sat Sep 11 09:35:11 1993 Jim Kingdon (kingdon@poseidon.cygnus.com)
10249
10250 * stabs.texinfo (Methods): Fix typo.
10251
10252Fri Sep 10 06:34:20 1993 David J. Mackenzie (djm@thepub.cygnus.com)
10253
10254 * gdb.texinfo: Fix a few typos.
10255
10256Wed Sep 8 09:11:52 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10257
10258 * gdb.texinfo: Clarify how well it works with Fortran.
10259
10260 * stabs.texinfo (Stabs In ELF, Statics, ELF Transformations):
10261 More on relocating stabs in ELF files.
10262
10263Tue Sep 7 13:45:02 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10264
10265 * stabs.texinfo (Stabs In ELF): Talk about N_FUN value.
10266
10267Mon Sep 6 19:23:18 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10268
10269 * stabs.texinfo (Local Variable Parameters): Talk about nameless
10270 parameters on VAX.
10271
10272Fri Sep 3 17:06:08 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
10273
10274 * gdb.texinfo: @up/@down -> @raisesections/@lowersections
10275
10276Fri Sep 3 12:04:15 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10277
10278 * stabs.texinfo: Make info author notice match the TeX author notice.
10279
10280Tue Aug 31 13:21:06 1993 David J. Mackenzie (djm@thepub.cygnus.com)
10281
10282 * stabs.texinfo: Initial-caps all words in node names and
10283 non-trivial words in section names.
10284
10285Mon Aug 30 11:13:16 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10286
10287 * stabs.texinfo: Many minor cleanups.
10288
10289 * stabs.texinfo: Remove @deffn except from Expanded Reference node.
10290
10291Sat Aug 28 12:08:09 1993 David J. MacKenzie (djm@edison.eng.umd.edu)
10292
10293 * stabs.texinfo: Remove full description of big example.
10294 It's not really helpful; just use pieces of it where appropriate.
10295 Add more Texinfo formatting directives (@samp, etc.).
10296 Use @deffn to define stab types.
10297 Eliminate some wordiness. Break up some nodes.
10298 Add an (alphabetized) index of symbol types.
10299 Use consistent capitalization style in node and section names.
10300
10301Thu Aug 26 06:36:31 1993 Fred Fish (fnf@deneb.cygnus.com)
10302
10303 * gdb.texinfo: Change typo "Two two" to "The two".
10304
10305Sun Aug 22 12:15:18 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10306
10307 * stabs.texinfo (XCOFF-differences): Remove references to
10308 non-existent types N_DECL and N_RPSYM.
10309
10310 * stabs.texinfo (String Field): Say that type attributes bug is
10311 fixed in GDB 4.10, since it is.
10312
10313 * stabs.texinfo: Clean up djm cleanups, and more cleanups of my own.
10314
10315Sat Aug 21 04:32:28 1993 David MacKenzie (djm@cygnus.com)
10316
10317 * stabs.texinfo: Formatting cleanups.
10318
10319Fri Aug 20 20:49:53 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10320
10321 * stabs.texinfo: When explaining the n_type of a stab, standardize
10322 how we do it ('#' as a comment indicator, "36 is N_FUN" as text,
10323 no tabs, use @r).
10324 (Global Variables): Clean up.
10325
10326Tue Aug 17 15:57:27 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10327
10328 * stabs.texinfo (Stack Variables): Re-write.
10329
10330Mon Aug 16 21:20:08 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10331
10332 * stabs.texinfo (Stabs-in-elf): Talk about getting the start
10333 addresses of a source file. Also revise formatting.
10334 Change "object module" or "object file" to "source file".
10335 Various: Miscellaneous cleanups.
10336
10337Thu Aug 12 15:11:51 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10338
10339 * stabs.texinfo: Point to mangling info in gcc's gpcompare.texi.
10340
10341Tue Aug 10 16:57:49 1993 Stan Shebs (shebs@rtl.cygnus.com)
10342
10343 * gdbint.texinfo: Removed many nonsensical machine-collected
10344 host and target conditionals, described some of the remainder.
10345
10346Tue Aug 10 13:28:30 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10347
10348 * gdbint.texinfo (Getting Started): Use @itemize, not @table.
10349
10350 * gdbint.texinfo (Top): Add name to @top line, and re-write the
10351 paragraph which follows.
10352
10353 * gdbint.texinfo (Host): Use @code not @samp for Makefile
10354 variables. Looks better and avoids overful hbox.
10355
10356Fri Jul 30 18:26:21 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10357
10358 * stabs.texinfo (Procedures): Improve stuff on nested functions.
10359
10360Thu Jul 29 15:10:58 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
10361
10362 * remote.texi: (MIPS Remote) clearer doc for set/show timeout,
10363 retransmit-timeout
10364
10365Thu Jul 29 13:16:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10366
10367 * gdbint.texinfo: Update statement about `some ancient Unix
10368 systems, like Ultrix 4.0' to Ultrix 4.2.
10369
10370Wed Jul 28 15:26:53 1993 Roland H. Pesch (pesch@el_bosque.cygnus.com)
10371
10372 * h8-cfg.texi, all-cfg.texi: new flag GDBSERVER
10373
10374 * Makefile.in: depend on remote.texi rather than gdbinv-s.texi
10375
10376 * remote.texi: (Server) New node on gdbserver. (Remote Serial,
10377 ST2000 Remote, MIPS Remote): mention `host:port' syntax for TCP.
10378
10379 * remote.texi: new name for former gdbinv-s.texi
10380
10381 * gdb.texinfo: use remote.texi rather than gdbinv-s.texi
10382
10383Wed Jul 28 08:26:24 1993 Ian Lance Taylor (ian@cygnus.com)
10384
10385 * gdbinv-s.texi: Documented timeout and retransmit-timeout
10386 variables for MIPS remote debugging protocol.
10387
10388Mon Jul 26 13:00:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10389
10390 * stabs.texinfo (Negative Type Numbers): FORTRAN LOGICAL fix.
10391
10392Tue Jul 20 16:30:41 1993 Jim Kingdon (kingdon@deneb.cygnus.com)
10393
10394 * Makefile.in (refcard.dvi): Use srcdir where necessary.
10395
10396Mon Jul 19 12:02:50 1993 Roland H. Pesch (pesch@cygnus.com)
10397
10398 * gdb.texinfo: repair conditional bugs in text markup
10399
10400Fri Jul 16 18:57:50 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
10401
10402 * gdb.texinfo, all-cfg.texi, h8-cfg.texi: introduce MOD2 switch
10403 to select Modula-2 material.
10404
10405Thu Jul 15 13:15:01 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10406
10407 * stabs.texinfo: Cleanups regarding statics.
10408
10409 * gdbinv-s.texi (Bootstrapping): Document exceptionHandler.
10410 (Debug Session): Mention exceptionHandler. Add xref to Bootstrapping.
10411
10412Mon Jul 12 13:37:02 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10413
10414 * stabs.texinfo: N_MAIN is sometimes used for C.
10415
10416Fri Jul 9 09:47:02 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
10417
10418 * gdbint.texinfo (Host, Target Conditionals): Remove TM_FILE_OVERRIDE.
10419
10420Tue Jul 6 12:41:28 1993 John Gilmore (gnu@cygnus.com)
10421
10422 * gdbint.texinfo (Target Conditionals): Remove NO_TYPEDEFS,
a9331b3f 10423 removed from the code by Kingdon.
c906108c
SS
10424
10425Tue Jul 6 12:24:34 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10426
10427 * gdb.texinfo (Break Commands): Remove stuff about flushing terminal
10428 input when evaluating breakpoint conditions; the bug has been fixed.
10429
10430 * gdb.texinfo (Continuing and Stepping): Argument to "continue"
10431 sets the ignore count to N-1, not to N.
10432
10433Thu Jul 1 14:57:42 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
10434
10435 * refcard.tex (\hoffset): correct longstanding error to match
10436 intended offset; avoids cutting off edge on some printers
10437
10438Wed Jun 30 18:23:06 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10439
10440 * stabs.texinfo (Parameters): Say that order of stabs is significant.
10441
10442Fri Jun 25 21:34:52 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10443
10444 * stabs.texinfo (Common Blocks): Say what Sun FORTRAN does.
10445
10446Fri Jun 25 16:15:10 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
10447
10448 * Makefile.in: (REFEDITS) new var to control whether PS or CM
10449 fonts and whether US or A4 paper for GDB refcard; (refcard.dvi)
10450 collect sed edits if any, apply to refcard before formatting;
10451 (refcard.ps) stop implying PS fonts if PS output requested;
10452 (lrefcard.ps) delete extra target for variant PS fonts
10453
10454 * refcard.tex: parametrize papersize dependent info, collect
10455 in easily replaced spot
10456
10457 * a4rc.sed: new file, edits to refcard for A4 paper
10458
10459Fri Jun 25 14:21:46 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10460
10461 * stabs.texinfo (Negative Type Numbers): Type -16 is 4 bytes.
10462
10463Wed Jun 23 15:02:50 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10464
10465 * stabs.texinfo (Negative Type Numbers): Minor character cleanups.
10466
10467Tue Jun 22 16:31:52 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10468
10469 * stabs.texinfo: Express disapproval of 'D' symbol descriptor
10470 politely rather than rudely.
10471
10472Fri Jun 18 19:42:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10473
10474 * stabs.texinfo: Document common blocks.
10475
10476Fri Jun 18 12:12:57 1993 Fred Fish (fnf@cygnus.com)
10477
10478 * stabs.texinfo: Add some basic info about stabs-in-elf.
10479
10480Fri Jun 18 13:57:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10481
10482 * stabs.texinfo (Top): Minor cleanup.
10483
10484Mon Jun 14 16:16:51 1993 david d `zoo' zuhn (zoo at rtl.cygnus.com)
10485
10486 * Makefile.in (install-info): remove parentdir support
10487
10488Tue Jun 15 18:11:39 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
10489
10490 * gdb.texinfo (Copying): delete this node and references to it;
10491 RMS says this manual need not carry GPL. (passim): Improvements
10492 from last round at FSF, largely due to Ian Taylor review, and
10493 minor formatting improvements.
10494
10495 * gdbinv-s.texi (passim): Improvements from last round at FSF,
10496 largely due to Ian Taylor review. (Debug Session): minor edits to
10497 new text.
10498
10499Sun Jun 13 12:52:39 1993 Jim Kingdon (kingdon@cygnus.com)
10500
10501 * Makefile.in (realclean): Remove info and dvi files too.
10502
10503Sat Jun 12 16:09:22 1993 Jim Kingdon (kingdon@cygnus.com)
10504
10505 * {all,h8}-config.texi: Rename to *-cfg.texi for 14 char filenames.
10506 * Makefile.in: Change accordingly. gdb-config.texi -> gdb-cfg.texi.
10507 * gdb.texinfo: Change accordingly.
10508
10509 * stabs.texinfo: Clean up N_{L,R}BRAC. Discuss what addresses of
10510 N_{L,R}BRAC,N_SLINE are relative to.
10511
10512Fri Jun 11 15:15:55 1993 Jim Kingdon (kingdon@cygnus.com)
10513
10514 * Makefile.in (GDBvn.texi): Update atomically.
10515
10516Wed Jun 9 10:58:16 1993 Jim Kingdon (kingdon@cygnus.com)
10517
10518 * gdbinv-s.texi (Debug Session): Document exceptionHook.
10519
10520Tue Jun 8 13:42:04 1993 Jim Kingdon (kingdon@cygnus.com)
10521
10522 * gdb.texinfo (Print Settings): Move all stuff relating to symbolic
10523 addresses together. Also motivate the set print symbol-filename
10524 command and suggest other solutions.
10525
10526Tue Jun 1 22:46:43 1993 Fred Fish (fnf@cygnus.com)
10527
10528 * gdb.texinfo (set print elements): Note that the number of
10529 elements is set to unlimited by "set print elements 0".
10530
10531Mon May 31 08:06:55 1993 Jim Kingdon (kingdon@cygnus.com)
10532
10533 * stabs.texinfo (Builtin Type Descriptors): Try to clarify what
10534 NF_LDOUBLE means.
10535 (Stab Types): Include Solaris stab types.
10536 (Procedures): Document Solaris extensions.
10537
10538Thu May 27 06:20:42 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
10539
10540 * gdb.texinfo: Add `set print symbol-filename' doc.
10541
10542Wed May 26 00:26:42 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10543
10544 * stabs.texinfo (Arrays): Talk about type definition vs. type
10545 information.
10546
10547 * stabs.texinfo (Builtin Type Descriptors): Talk about omitting
10548 the trailing semicolon.
10549
10550Tue May 25 14:49:42 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10551
10552 * stabs.texinfo (Line Numbers, Source Files): Re-write these two nodes
10553 and merge in other parts of the document addressing these subjects.
10554 gdbint.texinfo (XCOFF): Remove info which is now in stabs.texinfo.
10555
10556 * stabs.texinfo (Subranges, Arrays): Try to explain about the semicolon
10557 at the end of a range type.
10558
10559 * stabs.texinfo (Subranges): "A offset" and "T offset" are not
10560 AIX extensions.
10561
10562Mon May 24 09:00:33 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10563
10564 * stabs.texinfo (Stabs Format): Misc fixes.
10565
10566Sat May 22 10:40:56 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10567
10568 * stabs.texinfo (Constants): Allow an `e' constant to be non-enum.
10569 (Traditional builtin types): Document convex convention for long long.
10570 (Negative builtin types): Discuss type names, and misc fixes.
10571
10572Fri May 21 11:20:31 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10573
10574 * stabs.texinfo (Builtin Type Descriptors): Document the floating
10575 point types used with @samp{R} type descriptor.
10576 (Symbol Descriptors): Describe how to handle conflict between
10577 different meanings of @samp{P} symbol descriptor.
10578
10579Thu May 20 13:35:10 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10580
10581 * stabs.texinfo: Remove node Quick Reference and put its children
10582 directly under the main menu.
10583
10584 * stabs.texinfo: Many more changes to bring it into line with
10585 AIX documentation and reality. I think it now has all the
10586 information from the AIX documentation, except that I burned
10587 out when I got to variant records (Pascal and Modula-2) and
10588 all the COBOL types. Oh well, we can add them later when we're
10589 worrying more about those languages.
10590
10591 * stabs.texinfo (Automatic variables): Talk about what it means
10592 to omit the symbol descriptor.
10593
10594Tue May 18 17:59:18 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10595
10596 * stabs.texinfo (Parameters): Add "(sometimes)" when describing
10597 gcc2 behavior with promoted args.
10598
10599Fri May 14 21:35:29 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
10600
10601 * gdb.texinfo: include readline appendices in info version of manual
10602
10603Fri May 7 11:56:18 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
10604
10605 * gdbinv-s.texi (Remote Serial): describe new ^C behavior in
10606 target remote.
10607
10608 * gdb.texinfo (Machine Code): more index entries for disassemble
10609
10610Fri May 7 10:12:30 1993 Fred Fish (fnf@cygnus.com)
10611
10612 * Clarify the intended use of the gdb-testers and gdb-patches
10613 mailing lists, and shrink gzip comment.
10614
10615Thu May 6 16:39:50 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
10616
10617 * gdb.texinfo (Shell Commands): do not mention SHELL env var in
10618 DOSHOST configuration of manual.
10619
10620 * gdb.texinfo (MIPS Stack): new node.
10621
10622 * all-config.texi (MIPS) new switch.
10623
10624 * gdbinv-s.texi (Nindy Options) Remove two instances of future
10625 tense; (MIPS Remote) new node.
10626
10627 * gdb.texinfo (passim) rephrases to work around makeinfo @value
10628 bug; (Environment) less passive, other small cleanups in text about
10629 .cshrc/.bashrc; (Invoking GDB) new MIPS Remote menu entry;
10630 (Remote) new MIPS Remote menu entry.
10631
10632Thu Apr 29 09:36:25 1993 Jim Kingdon (kingdon@cygnus.com)
10633
10634 * stabs.texinfo: Many changes to include information from the
10635 AIX documentation.
10636
10637 * gdb.texinfo (Environment): Mention pitfall with .cshrc.
10638
10639Tue Apr 27 14:02:57 1993 Jim Kingdon (kingdon@cygnus.com)
10640
10641 * gdbint.texinfo (new node Debugging GDB, elsewhere):
10642 Move a bunch of information from ../README.
10643 (Getting Started): New node.
10644
10645Fri Apr 23 17:21:13 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
10646
10647 * gdbinv-s.texi, gdb.texinfo: include Hitachi SH target
10648
10649 * gdb.texinfo: advance manual revision dates to present
10650
10651 * gdbinv-s.texi, gdb.texinfo, all-config.texi, h8-config.texi:
10652 stop using silly Roman numerals in @set variable names
10653
10654Fri Apr 23 07:30:01 1993 Jim Kingdon (kingdon@cygnus.com)
10655
10656 * stabs.texinfo (Parameters): Keep trying to get this right.
10657
10658Wed Apr 21 15:18:47 1993 Jim Kingdon (kingdon@cygnus.com)
10659
10660 * stabs.texinfo (Parameters): More on "local parameters".
10661
10662Mon Apr 19 08:00:51 1993 Jim Kingdon (kingdon@cygnus.com)
10663
10664 * stabs.texinfo (Parameters): Re-do "local parameters" section.
10665
10666Sun Apr 18 09:47:45 1993 Jim Kingdon (kingdon@cygnus.com)
10667
10668 * stabs.texinfo (Symbol descriptors): Re-do using @table and @xref.
10669 (Parameters): Rewrite.
10670 (xcoff-differences, Sun-differences): Minor changes.
10671
10672Thu Apr 15 02:35:24 1993 John Gilmore (gnu@cacophony.cygnus.com)
10673
10674 * stabs.texinfo: Minor cleanup.
10675
10676Wed Apr 14 17:31:00 1993 Jim Kingdon (kingdon@cygnus.com)
10677
10678 * gdbint.texinfo: Minor xcoff stuff.
10679
10680Wed Apr 7 14:11:07 1993 Fred Fish (fnf@cygnus.com)
10681
10682 * gdbint.texinfo: Update for new config directory structure.
10683 Add info about internal type data structures.
10684
10685Mon Apr 5 09:06:30 1993 Ian Lance Taylor (ian@cygnus.com)
10686
10687 * Makefile.in (SFILES_INCLUDED): gdb-config.texi is no longer in
10688 $(srcdir).
10689 (gdb-config.texi): Depend on file in $(srcdir).
10690
10691Fri Apr 2 16:55:13 1993 Jim Kingdon (kingdon@cygnus.com)
10692
10693 * stabs.texinfo: Fixes about N_SO.
10694
10695Fri Mar 26 18:00:35 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
10696
10697 * gdb.texinfo: include list of nonstandard init file names
10698
10699 * *-config.texi: new switch GENERIC for text that applies *only*
10700 to (usual) multiple-target version of manual
10701
10702 * gdb.texinfo, gdbinv-s.texi: Update conditional markup to correct
10703 h8 config
10704
10705 * gdb.texinfo: depend on latest fixed makeinfo, use conditionals
10706 in menus (rather than conditionally selected multiple alternative
10707 menus).
10708
10709 * Makefile.in: define and use DOC_CONFIG var to select
10710 configuration for GDB user manual.
10711
10712 * gdb-config.texi: delete from repository, generate from Makefile.
10713
10714 * all-config.texi: normal `generic' configuration file, formerly
10715 stored as gdb-config.texi
10716
10717Wed Mar 24 14:03:19 1993 david d `zoo' zuhn (zoo at poseidon.cygnus.com)
10718
10719 * Makefile.in: add dvi target to build all .dvi files
10720
10721Tue Mar 23 16:03:24 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
10722
10723 * gdb.texinfo, gdvinv-s.texinfo: formatting improvements.
10724
10725Fri Mar 19 21:46:50 1993 John Gilmore (gnu@cygnus.com)
10726
10727 * gdbint.texinfo: Doc NO_MMALLOC and NO_MMALLOC_CHECK as
10728 host conditionals.
10729 * stabs.texinfo: More array fixes inspired by Jim's.
10730
10731Fri Mar 19 10:23:34 1993 Jim Kingdon (kingdon@cygnus.com)
10732
10733 * stabs.texinfo: Fixes re arrays and continuations.
10734
10735 * gdbint.texinfo: Add XCOFF node.
10736
10737Mon Mar 8 15:52:18 1993 John Gilmore (gnu@cygnus.com)
10738
10739 * gdb.texinfo: Add `set print max-symbolic-offset' doc.
10740
10741Sun Feb 21 17:09:38 1993 Per Bothner (bothner@rtl.cygnus.com)
10742
10743 * stabs.texinfo: Fix for array types to mention lower bounds.
10744
10745Thu Feb 18 01:19:49 1993 John Gilmore (gnu@cygnus.com)
10746
10747 * gdbint.texinfo: Update PTRACE_ARG3_TYPE doc, pull PT_*.
10748
10749Wed Feb 17 08:15:24 1993 John Gilmore (gnu@cygnus.com)
10750
10751 * gdbint.texinfo: Remove SET_STACK_LIMIT_HUGE from target defines.
10752
10753Thu Feb 11 10:38:40 1993 John Gilmore (gnu@cygnus.com)
10754
10755 * gdbint.texinfo: Fix thinko (NM_FILE => NAT_FILE). Found
10756 by Michael Ben-Gershon <mybg@CS.HUJI.AC.IL>.
10757
10758Wed Feb 10 23:59:19 1993 John Gilmore (gnu@cygnus.com)
10759
10760 * gdbint.texinfo: Eliminate IBM6000_HOST, document IBM6000_TARGET.
10761
10762Tue Feb 9 18:26:21 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
10763
10764 * gdb.texinfo, gdbinv-s.texi: misc updates
10765
10766Sat Feb 6 10:25:47 1993 John Gilmore (gnu@cygnus.com)
10767
10768 * gdbint.texinfo: Brief documentation for longjmp support,
10769 from an email msg by Stu.
10770
10771Fri Feb 5 14:10:15 1993 John Gilmore (gnu@cygnus.com)
10772
10773 * stabs.texinfo: Fix description of floating point "range"
10774 types (which really define basic types). Reported by Jim Meehan,
10775 <meehan@src.dec.com>.
10776
10777 * gdbint.texinfo: Remove COFF_NO_LONG_FILE_NAMES define, now gone.
10778
10779Thu Feb 4 13:56:46 1993 Ian Lance Taylor (ian@cygnus.com)
10780
10781 * gdbint.texinfo: Slightly expand section on supporting a new
10782 object file format.
10783
10784Thu Feb 4 01:49:04 1993 John Gilmore (gnu@cygnus.com)
10785
10786 * Makefile.in (refcard.ps, lrefcard.ps): Remove psref.tex
10787 intermediate file.
10788
10789Tue Feb 2 12:18:06 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
10790
10791 * gdb.texinfo, gdbinv-s.texi: miscellaneous stylistic cleanups
10792
10793Mon Feb 1 15:35:47 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
10794
10795 * gdbinv-s.texi: z8000 simulator target name is just "sim"
10796
10797 * gdbinv-s.texi: Mention that Z8000 simulator can simulate Z8001
10798 as well as Z8002.
10799
10800Sat Nov 28 06:51:35 1992 John Gilmore (gnu@cygnus.com)
10801
10802 * gdbint.texinfo: Add sections on clean design and on how to send
10803 in changes.
10804
10805Mon Nov 9 23:57:02 1992 John Gilmore (gnu@cygnus.com)
10806
10807 * gdbint.texinfo: Add how to declare the result of make_cleanup.
10808
10809Mon Oct 26 11:09:47 1992 John Gilmore (gnu@cygnus.com)
10810
10811 * gdb.texinfo: Fix typo, reported by Karl Berry.
10812
10813Fri Oct 23 00:41:21 1992 John Gilmore (gnu@cygnus.com)
10814
10815 * gdb.texinfo: Add opcodes dir to GDB distribution description.
10816
10817Sat Oct 10 18:04:58 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
10818
10819 * gdbint.texinfo: fixed a stray email address (needs @@),
10820 added @table @code to node "Native Conditionals"
10821
10822Tue Sep 22 00:34:15 1992 John Gilmore (gnu@cygnus.com)
10823
10824 * gdbint.texinfo: Describe coding style of GDB.
10825
10826Mon Sep 21 19:32:16 1992 John Gilmore (gnu@cygnus.com)
10827
10828 * stabs.texinfo: Minor wording changes.
10829
10830Tue Sep 15 02:57:09 1992 John Gilmore (gnu@cygnus.com)
10831
10832 * gdbint.texinfo: Improve release doc slightly.
10833
10834Fri Sep 11 01:34:25 1992 John Gilmore (gnu@sphagnum.cygnus.com)
10835
10836 * gdbint.texinfo: Improve doc of GDB config macros.
10837
10838Wed Sep 9 16:52:06 1992 John Gilmore (gnu@cygnus.com)
10839
10840 * stabs.texinfo: Remove Bothner's changes for C++ nested types.
10841 These will be reinserted when examined.
10842
10843Mon Aug 24 01:17:55 1992 John Gilmore (gnu@cygnus.com)
10844
10845 * gdbint.texinfo: Make a start at documenting all the #if macros
10846 in GDB. At least list them all, and start separating them into
10847 host-specific and target-specific.
10848
10849Tue Aug 18 15:59:13 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)
10850
10851 * gdbinv-s.m4.in: refrain from using @cartouche for just a few
a9331b3f 10852 examples (not consistent w others).
c906108c
SS
10853 gdb.texinfo: issue disclaimer paragraph on cmdline options only
10854 for generic vn of doc
10855
10856Tue Aug 18 14:53:27 1992 Ian Lance Taylor (ian@cygnus.com)
10857
10858 * Makefile.in: always create installation directories.
10859
10860Tue Aug 18 14:11:50 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)
10861
10862 * gdb.texinfo: in h8 config, do not describe searching commands.
10863
10864Mon Aug 17 18:07:59 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)
10865
10866 * gdb.texinfo, none.m4, h8.m4, gdbinv-s.m4.in: improve H8/300
10867 conditionals; introduce a few generic switches that may be
10868 useful for other cross-dev or dos-hosted configs.
10869
10870 * gdb.texinfo: fix typo in "info reg" description
10871
10872Sun Aug 16 01:16:18 1992 John Gilmore (gnu@cygnus.com)
10873
10874 * stabs.texinfo: Minor updates from running TeX over it.
10875 * Makefile.in (stabs.dvi, stabs.ps): Add.
10876
10877Sat Aug 15 20:52:24 1992 Per Bothner (bothner@rtl.cygnus.com)
10878
10879 * stabs.texinfo: Stabs documentation, written by Julia Menapace.
10880 First pass at converting it to texinfo.
10881
10882Sat Aug 15 03:14:59 1992 John Gilmore (gnu@cygnus.com)
10883
10884 * gdb.texinfo, refcard.tex: Document mult args on `info reg'.
10885 * Makefile.in (refcard.ps, lrefcard.ps): Add missing $(srdir).
10886
10887Fri Aug 14 21:08:47 1992 John Gilmore (gnu@cygnus.com)
10888
10889 * gdbint.texinfo: Add section on partial symbol tables.
10890
10891Sat Jun 20 16:31:10 1992 John Gilmore (gnu at cygnus.com)
10892
10893 * gdb.texinfo: document `set remotedebug' and `set
10894 rstack_high_address'.
10895
10896Thu May 14 17:09:48 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)
10897
10898 * gdb.texinfo: slight expansion of new text on reading info files
10899 * gdbinv-s.m4.in: correct and expand info on cross-debugging
10900 H8/300 from DOS.
10901
10902Tue May 12 12:22:47 1992 John Gilmore (gnu at cygnus.com)
10903
10904 * gdb.texinfo: `info user' => `show user'. Noticed by David Taylor.
10905
10906Mon May 11 19:06:27 1992 John Gilmore (gnu at cygnus.com)
10907
10908 * gdb.texinfo: Say how to read the `info' files.
10909
10910Tue May 5 12:11:38 1992 K. Richard Pixley (rich@cygnus.com)
10911
10912 * Makefile.in: gm4 -> m4.
10913
10914Fri Apr 10 17:50:43 1992 John Gilmore (gnu at rtl.cygnus.com)
10915
10916 * gdb.texinfo: Update for GDB-4.5. Move `Formatting
10917 Documentation' ahead of `Installing GDB' to match README.
10918 Update shared library doc, -readnow and -mapped, and directory
a9331b3f 10919 structure (add glob and mmalloc). Update configure doc.
c906108c
SS
10920
10921Tue Mar 24 23:28:38 1992 K. Richard Pixley (rich@cygnus.com)
10922
10923 * Makefile.in: remove $(srcdir) from gdb.info rule.
10924
10925Sat Mar 7 18:44:50 1992 K. Richard Pixley (rich@rtl.cygnus.com)
10926
10927 * Makefile.in: commented out gdb-all.texinfo rule. This is
10928 temporary.
10929
10930Wed Feb 26 18:04:40 1992 K. Richard Pixley (rich@cygnus.com)
10931
10932 * Makefile.in, configure.in: removed traces of namesubdir,
10933 -subdirs, $(subdir), $(unsubdir), some rcs triggers. Forced
dee368d3 10934 copyrights to '92, '13, changed some from Cygnus to FSF.
c906108c
SS
10935
10936Fri Dec 13 09:47:31 1991 John Gilmore (gnu at cygnus.com)
10937
10938 * gdb.texinfo: Improve how we ask for bug reports.
10939
10940Tue Dec 10 04:07:21 1991 K. Richard Pixley (rich at rtl.cygnus.com)
10941
10942 * Makefile.in: infodir belongs in datadir.
10943
10944Fri Dec 6 23:57:34 1991 K. Richard Pixley (rich at rtl.cygnus.com)
10945
10946 * Makefile.in: remove spaces following hyphens, bsd make can't
10947 cope. install using INSTALL_DATA. added clean-info. added
a9331b3f 10948 standards.text support.
c906108c
SS
10949
10950Thu Dec 5 22:46:12 1991 K. Richard Pixley (rich at rtl.cygnus.com)
10951
10952 * Makefile.in: idestdir and ddestdir go away. Added copyrights
10953 and shift gpl to v2. Added ChangeLog if it didn't exist. docdir
10954 and mandir now keyed off datadir by default.
10955
10956\f
10957Local Variables:
9e9c5ae7 10958mode: change-log
c906108c
SS
10959left-margin: 8
10960fill-column: 74
10961version-control: never
10962End: